if (top.frames.length == 0)
	{
    	if (document.images)
   			top.location.replace("http://www.informedchristians.com/index.php?newpage=" + top.location);
		else
        	top.location.href = "http://www.informedchristians.com/index.php?newpage=" + top.location;
    };