s1="if (top.location==document.location)";
s2="top.location";
s3="=";
s4="'/?show='";
s5="+document.location.pathname";
if (document.location.search != ''){
	x1=document.location.search.substr(1);
	s6='+"&'+x1+'"';
}
else s6='';
eval(s1+s2+s3+s4+s5+s6);

