function doFramesBuster() { if ( top.location != self.location ) breakFrames(); } function breakFrames() { setTimeout( "top.location.href = sThisURL", 1.5*1000 ); } function onLoad() { doFramesBuster(); }