/* ECOMMERCE BANNER */

/* : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : variables
- set basic variables
*/
var alertFlag = false;
var ecommItems = new Array(["http://www.discovery.com/common/sgallery/ecomm/390x60_somuchmore.gif","http://shopping.discovery.com/stores/servlet/Jumpzone?di=40588001&ci=13&ti=1000000"]);
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('ecomm/banner','" + window.location.hostname + "')\;\"><img src=\"" + ecommItems[0][0] + "\" width=\"390\" height=\"60\" border=\"0\" alt=\"shopping banner\" /></a>"); }

/* END ECOMMERCE BANNER */
