function navigate(dest)
{
   if(location.search.indexOf("?",0) == 0 ) {

	dest.location = location.search.substr(1,100)
}
}