// Frame Buster 
setTimeout ("changePage()", 8000); 
function changePage() {
if (self.parent.frames.length != 0)
self.parent.location=document.location;
}



// end buster

