
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=wtvg&amp;guid=DCB6F224-3031-4BBE-86BF-2E48976B62A4&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['Skyscraper'] = new digAdDataContainer('Skyscraper', '', '<a href="http://log.go.com/log?srvc=wtvg&amp;guid=3836EED2-7822-43DC-B449-5E236CF3D732&amp;drop=0&amp;addata=1642:64182:506552:64182&amp;a=1&amp;goto= http://livewellhd.com/homewithlisaquinn/channel?id=6741923" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/AD_PRODUCTION_IN_HOUSE/Apr_2009/adp2-160x600-0077.jpg" width="160" height="600" border="0" alt="" /></a>');

digAdData['Rectangle'] = new digAdDataContainer('Rectangle', '', '<a href="http://log.go.com/log?srvc=wtvg&amp;guid=92005142-3A51-44F9-A21B-9809C3DD5CFB&amp;drop=0&amp;addata=2462:64182:401979: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/Apr_2008/otvh-300x250-0305.jpg" width="300" height="250" border="0" alt="" /></a>');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=wtvg&amp;guid=AEB99460-5BE7-4447-956B-65E707D3CD51&amp;drop=0&amp;addata=0:64182:506548:64182&amp;a=1&amp;goto=http://livewellhd.com/mirrormirror/channel?id=6741925" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/AD_PRODUCTION_IN_HOUSE/Apr_2009/adp2-728x90-0051.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=wtvg&amp;addata=858:64182::|1535:64182::|3077:64182:579378:64182|2623:64182:375820:64182|2462:64182:401979:64182|1642:64182:506552:64182|0:64182:506548:64182|1034:64182:375533:64182|1093:64182::&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=4B60493C-5C86-4BAD-9F2A-7EE3710E5E8D&amp;sf="></script>');

document.write(digHeaderText);