function frameForce()
{
if(self.location.search)
{
parent.pageContent.location=location.search.substring(2,location.search.length+1);
}
else {
parent.pageContent.location="home.htm";
}
}
window.onload=frameForce;
