
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=wls&amp;guid=D86428B5-B40B-4B7F-B9E4-70BA1A99FB9C&amp;drop=0&amp;addata=2462:64175:579584:64175&amp;a=1&amp;goto=http://www.chevy.com/equinox" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/CHEVY_LIGHT_FESTIVAL_2009/Nov_2009/ch37-300x250-0001.jpg" width="300" height="250" border="0" alt="" /></a>');

digAdData['Banner'] = new digAdDataContainer('Banner', '', '<a href="http://log.go.com/log?srvc=wls&amp;guid=F6A1441A-B558-4963-A4FD-59A562C46752&amp;drop=0&amp;addata=0:64175:511067:64175&amp;a=1&amp;goto=http://livewellhd.com/motion/channel?id=6741926" target="_blank"><img src="http://Adsatt.abc.go.com/ad/sponsors/toyota/May_2009/toyo-728x90-0525.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=wls&amp;addata=858:64175::|1535:64175::|2623:64175:375807:64175|2462:64175:579584:64175|0:64175:511067:64175|1034:64175:375770:64175&amp;method=GET&amp;cap=&amp;svr=abc.csar.go.com&amp;host=abc.csar.go.com&amp;guid=24D339E4-6010-4485-98AE-BB6FEDBDFF01&amp;sf=cnt_codes:ORM"></script>');

document.write(digHeaderText);