function doClick() 
{
	}

history.forward();



function bunload() {

window.onbeforeunload = null;



		alert("WAIT!!!!!!!!!!!!!\n\nDid you know that there are a lot of fake Prosolution websites out there? (TO SCAM YOU)\n\n Simply click 'Cancel' on the next step to learn the REAL TRUTH about Prosolution!");

		window.location = "http://www.doesprosolutionwork.com/id.php?id=prosolution";

		return "\nClick *Cancel* below to visit the OFFICIAL WEBSITE of Prosolution.\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();
	}
