
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=wtvg&amp;guid=98CCDB6A-753C-402A-A3AC-C5441702A663&amp;drop=0&amp;addata=3077:64182:579378:64182&amp;a=1&amp;goto=http://www.my13abc.com/wireless/signup.cfm?sid=1005" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/ProMedica/Nov_2009/pro5-170x120-0002.jpg" width="170" height="120" border="0" alt="" /></a>');

digAdData['Promo'] = new digAdDataContainer('Promo', '', '<a href="http://log.go.com/log?srvc=wtvg&amp;guid=CCE0AE4C-7AC8-4DE8-ADC6-152E9C655449&amp;drop=0&amp;addata=98:64182:360844:64182&amp;a=1&amp;goto=http://abclocal.go.com/wtvg/promo?section=resources&id=5758032" 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=wtvg&amp;guid=4C94DFA3-D508-4D9C-A8F1-E718FEB6DD00&amp;drop=0&amp;addata=0:64182:375464:64182&amp;a=1&amp;goto=http://abclocal.go.com/wtvg/doppler?section=weather/doppler&id=5750615" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/OTV_House/Jan_2008/otvh-728x90-0231.jpg" width="728" height="90" border="0" alt="" /></a><script language="javascript" type="text/javascript" src="http://log.go.com/log?ft=j&amp;srvc=wtvg&amp;addata=858:64182::|3077:64182:579378:64182|3075:64182:360302:64182|98:64182:360844:64182|0:64182:375464:64182|1093:64182::&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=4C94DFA3-D508-4D9C-A8F1-E718FEB6DD00&amp;sf=cnt_codes:RRM"></script>');

document.write(digHeaderText);