
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['OverPage'] = new digAdDataContainer('OverPage', '', '<!-- Blank -->');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=ktrk&amp;guid=C6C4AF9D-DF3F-4EAB-84A4-7515E21C4849&amp;drop=0&amp;addata=0:64178:583675:64178&amp;a=1&amp;goto=http://abclocal.go.com/ktrk/feature?section=resources/lifestyle_community&id=5805510" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/COMMUNITY_COFFEE_COMPANY_WEB/Nov_2009/co28-728x90-0002.jpg" width="728" height="90" border="0" alt="" /></a>');

digAdData['PopUnder'] = new digAdDataContainer('PopUnder', '', '<!-- POP UNDER 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|0:64178:583675:64178|1034:64178:375521:64178|1093:64178::&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=C123915A-01A7-4FCC-A430-40D48C31E911&amp;sf="></script>');

document.write(digHeaderText);