
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['Rectangle'] = new digAdDataContainer('Rectangle', '', '<IFRAME SRC="http://a.abclocal.go.com/kgo/util/widgetAd"\n border=0 width=300 height=250 SCROLLING=NO FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0>\n</IFRAME>');

digAdData['Skyscraper'] = new digAdDataContainer('Skyscraper', '', '<a href="http://log.go.com/log?srvc=kgo&amp;guid=EA98C4A2-85C4-4041-9635-848951648E91&amp;drop=0&amp;addata=1642:64177:505996:64177&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-160x600-0071.jpg" width="160" height="600" border="0" alt="" /></a>');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=kgo&amp;guid=293625DC-42CF-4DAF-AC7D-95C931F9779F&amp;drop=0&amp;addata=0:64177:506536:64177&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 -->');

digAdData['OverPage'] = new digAdDataContainer('OverPage', '', '<!-- Blank --><script language="javascript" type="text/javascript" src="http://log.go.com/log?ft=j&amp;srvc=kgo&amp;addata=858:64177::|1535:64177::|2623:64177:375777:64177|2462:64177:476896:64177|1642:64177:505996:64177|0:64177:506536:64177|1034:64177:375758:64177&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=50738A62-0999-4A4E-9617-BC352B10A4F5&amp;sf="></script>');

document.write(digHeaderText);