// frame buster.js

 <!-- Hide script from old browsers
setTimeout ("bustFrames()", 3000);
function bustFrames(){
if (self.parent.frames.length != 0)
top.location.href = document.location;
}
// Stop hiding -->