
var digHeaderText = "";
function digAdDataContainer(insertionType, creativeHeader, creativeText) {
   this.insertionType   = insertionType;
   this.creative        = new Object();
   this.creative.header = creativeHeader;
   this.creative.text   = creativeText;

   if (typeof this.creative.header == "string" && this.creative.header.length > 0) {
      digHeaderText += this.creative.header + "\n";
   }
}

var digAdData = new Array();

digAdData['Rectangle'] = new digAdDataContainer('Rectangle', '', '<a href="http://log.go.com/log?srvc=kfsn&amp;guid=0314D460-82F4-4F9A-B532-E12FB19DE998&amp;drop=0&amp;addata=2462:64180:573355:64180&amp;a=1&amp;goto=http://www.clovisglass.com" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/CLOVIS_GLASS/Oct_2009/clov-300x250-0005.jpg" width="300" height="250" border="0" alt="" /></a>');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=kfsn&amp;guid=D7B8E7C1-EE90-4613-8ED5-CA00466A8034&amp;drop=0&amp;addata=0:64180:520041:64180&amp;a=1&amp;goto=http://www.discounttirecenters.com" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/DISCOUNT_TIRE_CENTERS/Nov_2008/di27-728x90-0002.jpg" width="728" height="90" border="0" alt="" /></a>');

digAdData['PopUnder'] = new digAdDataContainer('PopUnder', '', '<!-- POP UNDER Blank -->');

digAdData['OverPage'] = new digAdDataContainer('OverPage', '', '<!-- Blank --><script language="javascript" type="text/javascript" src="http://log.go.com/log?ft=j&amp;srvc=kfsn&amp;addata=858:64180::|1535:64180::|2623:64180:375775:64180|2462:64180:573355:64180|0:64180:520041:64180|1034:64180:375766:64180&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=3A23CE34-F7F4-4CFC-BC9E-EA9EDD5A9FDC&amp;sf=cnt_codes:ORM"></script>');

document.write(digHeaderText);