// JavaScript Document
function FethingUrl(){
   return t = document.location.href;	
}
function changePage()
{
	var refUrl = FethingUrl();
	
	var strPage = 'http://www.seoscores.com/index_script.php?ref_url='+refUrl;
	parent.webmaster.location.href = strPage; 
}
changePage();





