
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['Skyscraper'] = new digAdDataContainer('Skyscraper', '', '<a href="http://log.go.com/log?srvc=wtvg&amp;guid=0D333473-C192-49CF-84D3-10D19B9D4885&amp;drop=0&amp;addata=1642:64182:506551:64182&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-160x600-0079.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=E32E7901-D4A0-453F-934D-59A7694E5640&amp;drop=0&amp;addata=2462:64182:512556:64182&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-300x250-0167.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=7FD3E642-BA4F-4FE8-A198-3046FFC2821B&amp;drop=0&amp;addata=0:64182:506037:64182&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=wtvg&amp;addata=858:64182::|1535:64182::|2623:64182:375820:64182|2462:64182:512556:64182|1642:64182:506551:64182|0:64182:506037: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=97759CEE-93FE-4C87-9510-4E13386B5FE8&amp;sf="></script>');

document.write(digHeaderText);