
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=7A99DF2F-4973-433A-B9B9-CA8545299D93&amp;drop=0&amp;addata=2462:64178:583650:64178&amp;a=1&amp;goto=http://www.myplates.com" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/MY_PLATES/Nov_2009/mypl-300x250-0001.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=031F1571-29C2-48AE-A006-5ACC1B9CBD5B&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::|2623:64178:375781:64178|2462:64178:583650: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=53EB3A0F-2172-4B8E-AF87-8D100291955F&amp;sf=cnt_codes:ORM"></script>');

document.write(digHeaderText);