	<!--
		function doExitPop(prodTitle,ID,productCategory,logoURL,message) {

			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/popLeave.asp?productName="+ prodTitle +"&userID=" + ID + "&productCategory=" + productCategory + "&productURL=" + logoURL + "&message=" + message
				
				window.open(theLink,"","scrollbars,HEIGHT=450,WIDTH=450");
			}
		}
	//	-->
