if (self == top){
	top.location.href = location.protocol+'//'+location.hostname+'/index.htm?main='+escape(location.href);
}else{
	if (location.host.toLowerCase() != top.location.host.toLowerCase()) top.location.href = location.protocol+'//'+location.hostname+'/index.htm?main='+escape(location.href);
}