/* ECOMMERCE TOWER */

/* : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : variables
- set basic variables
*/
var alertFlag = false;
var ecommItems = new Array(["/common/sgallery/ecomm/towers/feb05generic.gif","http://shopping.discovery.com/stores/servlet/Jumpzone?di=40588001&ci=36&ti=1000000","120"]);
var dirStr = window.location.pathname;
var dirStrChopped = dirStr.split("/"); if (dirStrChopped[1] == "sweepstakes") { alertFlag = true; }
var onesPlaceRandomNumber = Math.round(Math.random()*1);


/* : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : document.write
- writeout results
*/
if (!alertFlag) { document.write("<a href=\"" + ecommItems[0][1] + "\" onclick=\"trackLink(\'tower/ecommerce\',\'" + window.location.hostname + "\')\;\"><img src=\"" + ecommItems[0][0] + "\" width=\"" + ecommItems[0][2] + "\" height=\"600\" border=\"0\" alt=\"shopping banner\" /></a>"); }

/* END ECOMMERCE TOWER */