// JavaScript Document

if (location.host.indexOf("freegadgets.jarrett.nu") != -1)
{
	alert("FreeGadgets.Jarrett.nu will soon be deactivated.  Please visit my new address at FreeGadgets.JarrettLennon.com and update your links and bookmarks. You will now be redirected to the new address.");
	top.location="http://freegadgets.jarrettlennon.com";
	}
	else {
		if (location.host.indexOf("jarrett.nu") != -1)
		{
			alert("Jarrett.nu will soon be deactivated.  Please visit my new address at JarrettLennon.com and update your links and bookmarks.  All subdirectories within the old domain will be maintained within the new one, so if you have a specific page within my site bookmarked you'll need only change the domain name at the beginning for the link to still work.  You will now be redirected to the new address..");
		top.location="http://jarrettlennon.com" + top.location.pathname;
	}
}