
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=ktrk&amp;guid=B6B2F493-4F64-4DF9-8A7F-4009860CF329&amp;drop=0&amp;addata=2462:64178:584516:64178&amp;a=1&amp;goto=http://www.houstondowntown.com" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/CHEVROLET_SC_LMA/Nov_2009/ch33-300x250-0005.jpg" width="300" height="250" border="0" alt="" /></a>');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=ktrk&amp;guid=0006161A-CCED-41FD-BD29-FC6E4C7C839A&amp;drop=0&amp;addata=0:64178:582311:64178&amp;a=1&amp;goto=http://www.ups.com" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/UPS_Store/Nov_2009/upss-728x90-0002.gif" 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=ktrk&amp;addata=858:64178::|1535:64178::|242:64178::|2623:64178:375781:64178|2462:64178:584516:64178|0:64178:582311:64178|1034:64178:375521:64178&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=2B1B4DC2-885B-4DD2-8E46-94677FBB5B22&amp;sf=cnt_codes:RRM"></script>');

document.write(digHeaderText);