	<!--
		function doActivate(prodTitle,ID,logoURL) {

			if (prodTitle=="" || ID=="") {
				alert("You did not provide all the parameters in the link as required. Please try again!")

			} else {
				var theLink = "http://www.24spy.com/prodCommentsPaid.asp?prodTitle="+ prodTitle +"&ID=" + ID + "&logoURL=" + logoURL
				window.open(theLink,"","scrollbars,HEIGHT=520,WIDTH=440");
			}
		}
	//	-->

