		//var adSize = "125x125";
		//var linkTarget = "_top";
		//var imgWidth = "125";
		//var imgHeight = "125";
		//var ordVal = "232839765994122300";
		//var strDomain = "weightwatchers.com";
		//var userPath = "/visitor/homepage";
		
		//IE-ONLY
		//var strDcopt = "ist";
		//var abr = "!webtv";

		var axel = Math.random() + "";			//not used here, but web pages might
		var ord = axel * 1000000000000000000;	//not used here, but web pages might
		
		if (typeof ordValue == 'undefined')
			var ordValue = Math.random() * 1000000000000000000;
		
		if (typeof tile == 'undefined')
			var tile = 1;
		else
			tile++;
			
		var openCarrot = "<";
		var closeCarrot = ">";
		
		//Set targeting script if any exsists
		var targetingScript = '';
		if(typeof AdsTargeting_Demographics != 'undefined') targetingScript += AdsTargeting_Demographics;
		if(typeof AdsTargeting_Keywords != 'undefined') targetingScript += AdsTargeting_Keywords;
		
		//Write ad for WebTV and Mozilla browsers
		if ((!document.images && navigator.userAgent.indexOf('Mozilla/2.') >= 0) || navigator.userAgent.indexOf("WebTV") >= 0) {
		document.write("<a href='http://ad.doubleclick.net/jump/" + strDomain + clickPath + targetingScript + ";sz=" + adSize + ";tile=" + tile + ";ord=" + ordValue + "' target='" + linkTarget + "'><" + "img" + " src='http://ad.doubleclick.net/ad/" + strDomain + contentPath + targetingScript + ";sz=" + adSize + ";tile=" + tile + ";ord=" + ordValue + "' width='" + imgWidth + "' height='" + imgHeight + "' vspace='5' border='0'></a>");
		}
	
		//Write ad for IE browsers
		document.write("<script src='http://ad.doubleclick.net/adj/" + strDomain + contentPath + targetingScript + ";dcopt=" + strDcopt + ";abr=" + abr + ";sz=" + adSize + ";tile=" + tile + ";ord=" + ordValue + "'></script>")
		