
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['Banner'] = new digAdDataContainer('Banner', '', '<div id="upperad"><script type="text/javascript" src="http://rover.ebay.com/ar/1/711-88535-1577-10/4?mpt=2009.11.24.01.14.27&adtype=3&size=728x90&mpvc=http://log.go.com/log?srvc%253d<%25=SERVICE%25>%2526guid%253d%25GUID%25%2526drop%253d<%25=DROP%25>%2526addata%253d%25TDATA%25%2526a%253d1%2526goto%253d">\n</script>\n<noscript>\n<a href="http://log.go.com/log?srvc=sz&amp;guid=1D34F5E8-4C85-4F66-8F33-DF22511C82F4&amp;drop=0&amp;addata=0:65:574814:65&amp;a=1&amp;goto=http://rover.ebay.com/rover/1/711-88535-1577-10/4?mpt=2009.11.24.01.14.27">\n<img src="http://rover.ebay.com/ar/1/711-88535-1577-10/4?mpt=2009.11.24.01.14.27&adtype=1&size=728x90" alt="Click Here" border="0">\n</a>\n</noscript></div>\n<script type="text/javascript">\nvar wau_iab = "4"\n</script>');

digAdData['Poll'] = new digAdDataContainer('Poll', '', '<a href="http://log.go.com/log?srvc=sz&amp;guid=36FBC35C-C05A-4909-A72E-361616F248CF&amp;drop=0&amp;addata=1246:65:452684:65&amp;a=1&amp;goto=http://sports.espn.go.com/chat/sportsnation/index" target="_blank"><img src="http://adsatt.espn.go.com/ad/sponsors/ESPN_Internet_Ventures/Jan_2007/espn-230x64-0003.jpg" width="230" height="64" border="0" alt="" /></a><script language="javascript" type="text/javascript" src="http://log.go.com/log?ft=j&amp;srvc=sz&amp;addata=242:65::|0:65:574814:65|1028:65::|987:65::|1333:65::|1246:65:452684:65|2216:65::|2353:65::|2544:65::&amp;method=GET&amp;cap=&amp;svr=tpa.go.com&amp;host=tpa.go.com&amp;guid=36FBC35C-C05A-4909-A72E-361616F248CF&amp;sf="></script>');

document.write(digHeaderText);