<!-- 
setTimeout ("changePageFrames()", 3000);
function changePageFrames()
{
  if (self.parent.location != window.location)
    self.parent.location = document.location;
}
//-->