
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', '', '<a href="http://log.go.com/log?srvc=wjrt&amp;guid=B42997BE-4980-4F77-B361-5B18B73FDE6B&amp;drop=0&amp;addata=2462:64181:496793:64181&amp;a=1&amp;goto=http://www.advancedphysicaltherapy.com/" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/ADVANCED_PHYSICAL_THERAPY_CENTER/Mar_2009/adv6-300x250-0001.gif" width="300" height="250" border="0" alt="" /></a>');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=wjrt&amp;guid=27125628-868C-4464-8528-10BBBAD18610&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>');

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=wjrt&amp;addata=858:64181::|1535:64181::|242:64181::|2623:64181:375804:64181|2462:64181:496793:64181|0:64181:584836:64181|1034:64181:375786:64181&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=8B07ECFD-2AD1-4252-B97D-CE8DD7462131&amp;sf=cnt_codes:RRM"></script>');

document.write(digHeaderText);