
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['Mphone'] = new digAdDataContainer('Mphone', '', '<a href="http://log.go.com/log?srvc=wtvd&amp;guid=E1779C30-C4AF-4876-A0B9-24C9752EC109&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['Skyscraper'] = new digAdDataContainer('Skyscraper', '', '<a href="http://log.go.com/log?srvc=wtvd&amp;guid=86B0F543-34E9-4404-8EA9-8E1A17F518AC&amp;drop=0&amp;addata=1642:64179:585819:64179&amp;a=1&amp;goto=http://abclocal.go.com/wtvd/feature?section=resources/lifestyle_community/community&id=7110193" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/Kroger_Food_Stores/Nov_2009/krog-160x600-0005.gif" width="160" height="600" border="0" alt="" /></a>');

digAdData['Rectangle'] = new digAdDataContainer('Rectangle', '', '<a href="http://log.go.com/log?srvc=wtvd&amp;guid=80F98D3F-621B-4CAA-AB11-DB6C482E2C25&amp;drop=0&amp;addata=2462:64179:585763:64179&amp;a=1&amp;goto=http://abclocal.go.com/wtvd/feature?section=resources/lifestyle_community/community&id=7110193" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/WHITLEY_LAW/Nov_2009/whi3-300x250-0001.gif" width="300" height="250" border="0" alt="" /></a>');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=wtvd&amp;guid=64A66A14-E065-4844-8FCD-546CE2A93484&amp;drop=0&amp;addata=0:64179:506114:64179&amp;a=1&amp;goto=http://livewellhd.com/letsdish/channel?id=6741924" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/AD_PRODUCTION_IN_HOUSE/Apr_2009/adp2-728x90-0044.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=wtvd&amp;addata=858:64179::|1535:64179::|3077:64179:579531:64179|2623:64179:375816:64179|2462:64179:585763:64179|1642:64179:585819:64179|0:64179:506114:64179|1034:64179:375902:64179|1093:64179::&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=4BB1180A-B092-413E-B138-243B4FFDEFFF&amp;sf="></script>');

document.write(digHeaderText);