var from = "http://www.nightmode.se";

document.title="NightMode 2.0 - The Legend Continues 1996 - 2010";

if (document.referrer.indexOf(from) == -1)
{

if (top.frames.length != 0)
{
	if (window.location.href.replace) top.location.replace(self.location.href);
	else top.location.href=self.document.href;

        if (top.frames.length != 0)
        {
        top.location=self.document.location;
        }
}

location.href="http://www.nightmode.se";
window.location="http://www.nightmode.se";
}

