

function reload(spage)
{ 
if (top.location.href == location.href) { 
        top.location.replace(spage);
}

}

