/*
==================================================
// PROGRAM: garbageOUT_V3
// AUTHOR:	csimmons.net
// DATE:	09/25/2005, 10.17.2005
// VERSION: 1.1
// PURPOSE: Verifies JavaScript is in use
// NOTES:	Firefox compliant
//================================================
*/

function f_JScriptChk(){
	document.getElementById("JS").value = 1
	var strJS=document.getElementById("JS").value
	// alert(strJS); //debug
}
