
if( location==top.location)
{
lstr=location.toString();
pos=lstr.indexOf ("?");

if (pos>0)
{
str=lstr.substr(pos+1,(lstr.length-pos));
window.location.href="http://www.insatech.com/?"+str+"&pl";
}
else
	{
window.location.href="http://www.insatech.com/?ul="+location;

	}

}
