
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=wjrt&amp;guid=3F874F66-136F-48EC-8931-37DAC8A7D51C&amp;drop=0&amp;addata=3077:64181:579362:64181&amp;a=1&amp;goto=http://www.jimmcfallscollision.com/" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/MCFALLS_COLLISION__FRAME_SER/Nov_2009/mcf0-170x120-0001.jpg" width="170" height="120" border="0" alt="" /></a>');

digAdData['Skyscraper'] = new digAdDataContainer('Skyscraper', '', '<a href="http://log.go.com/log?srvc=wjrt&amp;guid=EF2B179E-A4A1-4587-A40B-84629E2DDFE0&amp;drop=0&amp;addata=1642:64181:575754:64181&amp;a=1&amp;goto=http://www.davenport.edu/" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/DAVENPORT_UNIVERSITY/Nov_2009/dav5-160x600-0003.jpg" width="160" height="600" border="0" alt="" /></a>');

digAdData['Rectangle'] = new digAdDataContainer('Rectangle', '', '<a href="http://log.go.com/log?srvc=wjrt&amp;guid=4773B135-4174-4C4C-B164-5C725D39FD57&amp;drop=0&amp;addata=2462:64181:508426:64181&amp;a=1&amp;goto=http://www.belletire.com" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/BELLE_TIRE/Apr_2009/bel4-300x250-0001.jpg" width="300" height="250" border="0" alt="" /></a>');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=wjrt&amp;guid=8DEC7B00-1B96-4263-B57C-1307250F5957&amp;drop=0&amp;addata=0:64181:405399:64181&amp;a=1&amp;goto=http://www.abc12togo.com/wireless/signup.cfm?sid=67" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/OTV_House/May_2008/otvh-728x90-0275.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=wjrt&amp;addata=858:64181::|1535:64181::|3077:64181:579362:64181|2623:64181:375804:64181|2462:64181:508426:64181|1642:64181:575754:64181|0:64181:405399:64181|1034:64181:375786:64181|1093:64181::&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=E62EEDA8-1E0D-4117-A7F2-5FFDE6B6BA3A&amp;sf="></script>');

document.write(digHeaderText);