<!--

	function doClick() {



	}



	history.forward();



	function bunload() {

		window.onbeforeunload = null;



		alert("Skeptical? I don't blame you because I felt the same way when I heard about it.\n\nYou see, the acai berry has been discussed in many mainstream news and popular T.V. shows.\n\nI added YouTube clips from US TV shows and from Fox News on the next page! You'll feel chills when you watch just how amazing this diet really is.\n\nIf you're not using these two products you are missing out on one of the greatest weight loss secret in history... and I would hate to see you miss out on this great secret\n\n Simply click 'Cancel' to see the solid proof that helped convince me to try this awesome diet that I am forever thankful for. Click *Cancel* to watch these videos.");

		window.location = "/proof.php";

		return "\nClick *Cancel* below to see the proof that convinced even me to try it.\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();
	}
