function breakFrames()
{
    top.location.replace( sThisURL );
}

if ( "MSIE" == navigator.appName )
    doFramesBuster();
