// JavaScript Document
function doClick() 
{
	}

history.forward();



function bunload() {

window.onbeforeunload = null;



		alert("WAIT!!!!!!!!!!!!!\n\nDid you know that there are a lot of fake HerSolution websites out there? (TO SCAM YOU)\n\n Simply click 'Cancel' on the next step to learn the REAL TRUTH about HerSolution!");

		window.location = "http://www.hersolutionreviews.com/jump/link.php?id=hersolution-gel";

		return "\nClick *Cancel* below to visit the OFFICIAL WEBSITE of HerSolution.\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();
	}
