
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['Mphone'] = new digAdDataContainer('Mphone', '', '<a href="http://log.go.com/log?srvc=ktrk&amp;guid=40417F2A-0562-4EE0-B0FD-6EE2FD467AE2&amp;drop=0&amp;addata=3077:64178:581404:64178&amp;a=1&amp;goto=http://www.beatmorning.com/" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/MCDONALDS_WEB/Nov_2009/mcd2-170x120-0002.jpg" width="170" height="120" border="0" alt="" /></a>');

digAdData['Promo'] = new digAdDataContainer('Promo', '', '<a href="http://log.go.com/log?srvc=ktrk&amp;guid=EA640512-1937-434F-876D-6BEA9E1EAFF6&amp;drop=0&amp;addata=98:64178:360834:64178&amp;a=1&amp;goto=http://abclocal.go.com/ktrk/promo?section=resources&id=5758025" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/OTV_House/Nov_2007/otvh-160x120-0001.jpg" width="160" height="120" border="0" alt="" /></a>');

digAdData['Text1'] = new digAdDataContainer('Text1', '', '<!-- Text1 Impression Blank -->');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=ktrk&amp;guid=4380EDF8-A10A-4605-92E1-A7F47371CA5E&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><script language="javascript" type="text/javascript" src="http://log.go.com/log?ft=j&amp;srvc=ktrk&amp;addata=858:64178::|242:64178::|3077:64178:581404:64178|3075:64178:360282:64178|98:64178:360834:64178|0:64178:582311:64178|1093:64178::&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=4380EDF8-A10A-4605-92E1-A7F47371CA5E&amp;sf=cnt_codes:RRM"></script>');

document.write(digHeaderText);