
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=wjrt&amp;guid=919EA362-917C-4382-A785-A80E9D45B343&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['Text1'] = new digAdDataContainer('Text1', '', '<!-- Text1 Impression Blank -->');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=wjrt&amp;guid=A3F52D8B-2F82-4917-AE5D-B98776359C94&amp;drop=0&amp;addata=0:64181:584836:64181&amp;a=1&amp;goto=http://www.callsam.com" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/Sam_Bernstein/Nov_2009/samb-728x90-0006.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=wjrt&amp;addata=858:64181::|3077:64181:579362:64181|3075:64181:360292:64181|98:64181::|0:64181:584836:64181|1093:64181::&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=A3F52D8B-2F82-4917-AE5D-B98776359C94&amp;sf=cnt_codes:RRM"></script>');

document.write(digHeaderText);