//Coded by Ibico Rojas
//no page can be dettached from the  index page
if(top.location.href == location.href)
{
   location.href = "index.htm";
}

