if (document.referrer.length==0) { 
   top.location="http://dtwdude.com";
} else {
   host=document.referrer.split('/')[2];
   if (host != 'www.dtwdude.com' && host != 'dtwdude.com' )  {
     top.location="http://www.dtwdude.com";
   }
}

function postamble() {
// nothing
}

window.status="loading forum"
html=' '
+ '\n<frameset cols="100%">'
+ '\n<frame src="http://www.dtwdude.com/forum/main.php">'
+ '\n</frameset>'
document.write(html)
document.close()










