/***************************************************
'**
'** This is banner ad code belonging to the ADVERTPRO server.
'** It's job is to render the short skyscraper 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: 10
'** Zone Name: right / homepage / short skyscraper
'** Size ID: 24
'** Size Name: oppknocks / 120 x 400 / short skyscraper 
'** Size Width: 120
'** Size Height: 400
'**
'** 
'** 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=10&pid=0&random='+bust+'&millis='+millis+'" height="400" width="120" 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=10&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=10&pid=0&random='+bust+'&millis='+millis+'" height="400" width="120" hspace="0" vspace="0" border="0" alt="Click Here!">');
document.writeln('</A>');
document.writeln('</IFRAME>');


