<!-- Hide script from older browsers
//submitted by Dan Hildreth at http://www.sportsnyou.com
//more scripts from www.a1javascripts.com/
//Set redirect page
var url = "http://www.manforman.biz/"; //Should this page be in frames?
// y for yes and n for no
frameEnforcer("y");
function frameEnforcer(frames) {
if (frames == 'y'){
if (self.parent.frames.length == 0){
self.parent.location = url;
}
}
else if (frames == 'n'){
if (self.parent.frames.length != 0){ self.parent.location=url;
}
}
}
// end hiding contents -->

