
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['Skyscraper'] = new digAdDataContainer('Skyscraper', '', '<a href="http://log.go.com/log?srvc=abcfam&amp;guid=75AAE209-BD61-4150-A23B-6A4240233F25&amp;drop=0&amp;addata=1642:58285:582959:58285&amp;a=1&amp;goto=http://www.elfontheshelf.com/#/home" target="_blank"><img src="http://adsatt.familyfun.starwave.com/ad/sponsors/CCA_and_B,_LLC/Nov_2009/ccaa-160x600-0003.jpg" width="160" height="600" border="0" alt="" /></a><script language="javascript" type="text/javascript" src="http://log.go.com/log?ft=j&amp;srvc=abcfam&amp;addata=1642:58285:582959:58285&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=75AAE209-BD61-4150-A23B-6A4240233F25&amp;sf="></script>');

document.write(digHeaderText);