//	Broken-frames-fix

if (parent.frames.length == 0) {
    //parent.location.href = "http://www.theinternexus.com/"
	document.write("<center><br><br><font face='verdana' size=2 color='#000000'>This page is not being as intended.<br>  Please <a href='http://www.jillmeadows.co.uk'>click here</a> to view this website as intended</font><br><hr><br></center>")
}