
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=kfsn&amp;guid=A237E6FD-2CC7-4E35-B259-D18A4223DEEA&amp;drop=0&amp;addata=3077:64180:579517:64180&amp;a=1&amp;goto=http://www.myabc30.com/wireless/signup.cfm?sid=58" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/AD_PRODUCTION_IN_HOUSE/Nov_2009/adp2-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=kfsn&amp;guid=257BAD50-0F57-42AA-8979-448C9F145794&amp;drop=0&amp;addata=0:64180:520041:64180&amp;a=1&amp;goto=http://www.discounttirecenters.com" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/DISCOUNT_TIRE_CENTERS/Nov_2008/di27-728x90-0002.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=kfsn&amp;addata=858:64180::|3077:64180:579517:64180|3075:64180:359441:64180|98:64180::|0:64180:520041:64180|1093:64180::&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=257BAD50-0F57-42AA-8979-448C9F145794&amp;sf=cnt_codes:RRM"></script>');

document.write(digHeaderText);