<!--
	function doClick() {
	}
	history.forward();
	function bunload() {
		window.onbeforeunload = null;

	alert("Are you sure you don't want to take advantage of the Colon Cleanse and Certified Acai Free Trial?\n\nDon't forget - they will only be available for a limited time. Since these trials are completely free, there is no cost or risk to you. You can also give them away if you'd like. Or give it a shot, like Mary did, and transform your body.\n\nIf you are wondering why these trials are free, the simple answer is because the manufacturers are confident that their products will help you, and that you will continue to use their products, and refer friends and family.\n\n Don't miss out on these great offers!");


		window.location = "http://www.theconsumertimes.com/breaking/proof.htm?t202id=25836&t202kw=2ndchance";

		return "\nClick *Cancel* below to see the proof that convinced even me.\n\n";

	}

	window.onbeforeunload = bunload;

 //-->
	var backButtonPressed = 1;    

	function sortList() {
		backButtonPressed=0;
		document.form2.hiddenFieldName.name='sortButton';
		document.form2.submit();
	}


	function printSelectedEntry() {
		backButtonPressed=0;
		document.form2.hiddenFieldName.name='printButton';
		document.form2.submit();
	}


	function cancel() {
		backButtonPressed=0;
	 	document.form2.hiddenFieldName.name='cancelButton';
		document.form2.submit();
	}


	function help() {
		backButtonPressed=0;
		document.form2.hiddenFieldName.name='helpButton';
		document.form2.submit();
	}


	function goBack() {
		if (backButtonPressed == 1) {
			backButtonWasPressed();
		}
	}
	
	
	function backButtonWasPressed() {
		cancel();
	}
