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