if (self==top)
{
	v_url = location.search?location.pathname+location.search:location.pathname;
	location.replace("/d/?"+v_url);
}
else
{
	parent.nav.location = "/d/nav.php?"+location.pathname;
}



