//The alert incase someone needs to see this outside my IFrame
function EXCONFIRM()
	{
if (!confirm("This page is designed to be displayed inside an IFrame.\n\nIf you have come here because your browser does not support IFrames then click OK to continue. If, however, you have been led here by a search engine, or external link, please click cancel to be redirected to the front page where this content is displayed.\n\nThankyou.")) 
{
window.location.replace("http://www.season2ep14.net/zonenoir/latestnoirfic.asp");
}
	}

//stops search engines leading visitors to pages that should be in my Iframes.
if (parent.frames.length==0)
EXCONFIRM ()

