
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=wtvd&amp;guid=0DF41C88-F670-48F6-B5F6-1A902FCFE264&amp;drop=0&amp;addata=3077:64179:579531:64179&amp;a=1&amp;goto=http://www.abc11togo.com/wireless/signup.cfm?sid=38" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/AD_PRODUCTION_IN_HOUSE/Nov_2009/adp2-170x120-0001.jpg" width="170" height="120" border="0" alt="" /></a>');

digAdData['Promo'] = new digAdDataContainer('Promo', '', '<a href="http://log.go.com/log?srvc=wtvd&amp;guid=944316A1-83D8-49FF-A7E6-E50B3F57A478&amp;drop=0&amp;addata=98:64179:360842:64179&amp;a=1&amp;goto=http://abclocal.go.com/wtvd/promo?section=resources&id=5758031" 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=wtvd&amp;guid=A7AC79D3-12B9-4B89-960D-41706007F700&amp;drop=0&amp;addata=0:64179:581600:64179&amp;a=1&amp;goto=http://www.christmascarousel.com/pages/Main.htm" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/SOUTHEAST_PRODUCTIONS/Nov_2009/so34-728x90-0001.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=wtvd&amp;addata=858:64179::|242:64179::|3077:64179:579531:64179|3075:64179:360300:64179|98:64179:360842:64179|0:64179:581600:64179|1093:64179::&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=A7AC79D3-12B9-4B89-960D-41706007F700&amp;sf=cnt_codes:RRM"></script>');

document.write(digHeaderText);