t=document.location.href;
if(t==top.location.href)
	top.location.href="index.php?w="+escape(t.substring(t.lastIndexOf("/")+1,t.length));
	
parent.document.title=document.title;
