<!--

	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\nWhich is why I made a page with YouTube clips from Oprah Winfrey's show as well as Rachael Ray's show! 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'm not exaggerating.\n\n Simply click 'Cancel' to see the proof that convinced me to try this awesome diet.");

		window.location = "http://tinalostweight.com/proof/videos.html";
		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();
	}

