
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['InContent'] = new digAdDataContainer('InContent', '', '<a href="http://log.go.com/log?srvc=sz&amp;guid=43B75C8D-B351-46D5-A73A-E9D3BB3BC0FE&amp;drop=0&amp;addata=1331:65:571845:65&amp;a=1&amp;goto=http://promo.espn.go.com/espn/contests/craftsman/" target="_blank"><img src="http://adsatt.espn.go.com/ad/sponsors/SEARS_ROEBUCK_CO/Jul_2009/sear-300x250-0182.jpg" width="300" height="250" border="0" alt="" /></a><script type="text/javascript" src="http://amch.questionmarket.com/adsc/d562782/6/567405/randm.js"></script><script type="text/javascript">\nvar wau_iab = "32"\n</script><script language="javascript" type="text/javascript" src="http://log.go.com/log?ft=j&amp;srvc=sz&amp;addata=1331:65:571845:65|987:65::|2571:65::&amp;method=GET&amp;cap=&amp;svr=espn.csar.go.com&amp;host=espn.csar.go.com&amp;guid=43B75C8D-B351-46D5-A73A-E9D3BB3BC0FE&amp;sf=cnt_codes:SZ10"></script>');

document.write(digHeaderText);