// JavaScript Document
if(window.parent.location==window.location){
	// Not framed
	document.location='index.html?'+window.location;
}
