/* noframes.js */
function changePage(){
if(self.parent.frames.length>2)self.parent.location=self.location;
}setTimeout("changePage()",3000);
