/***************************************************
'**
'** This is banner ad code belonging to the ADVERTPRO server.
'** It's job is to render the horizontal ad on the home page 
'**
'** It has been moved to external .js files in order to 
'** optimize page readibility for search engines.
'** Do not replace or modify this code in the main page without 
'** notifying OPKNOCKS management. Thank you. :)
'** 
'** Zone ID: 1
'** Zone Name: top / homepage / horizontal ad
'** Size ID: 22
'** Size Name: oppknocks / 622x90 / home page banner 
'** Size Width: 622
'** Size Height: 90
'**
'** 
'** Created by: Allen Smith
'** Date Last Changed: 12/27/2006
'** 
****************************************************/


var bust = Math.floor(89999999*Math.random()+10000000);
var millis = new Date().getTime();
document.writeln('<IFRAME src="http://oppknocks.advertserve.com/advertpro/servlet/view/banner/html/zone?zid=1&pid=0&random='+bust+'&millis='+millis+'" height="90" width="622" hspace="0" vspace="0" frameborder="0" marginwidth="0" marginheight="0" scrolling="no">');
document.writeln('<A href="http://oppknocks.advertserve.com/advertpro/servlet/click/zone?zid=1&pid=0&lookup=true&random='+bust+'&millis='+millis+'" target="_top">');
document.writeln('<IMG src="http://oppknocks.advertserve.com/advertpro/servlet/view/banner/image/zone?zid=1&pid=0&random='+bust+'&millis='+millis+'" height="90" width="622" hspace="0" vspace="0" border="0" alt="Click Here!">');
document.writeln('</A>');
document.writeln('</IFRAME>');
