// JavaScript Document

function RecordPageLoad()
{
//	alert('This page is still referencing old code');
	return;
}



function fillIt() {
	return;
}

function RecordInteraction(destinationPage) {
//	alert('This page is still referencing old code');
	return;
   }

function RecordNav(destinationPage) {
//	alert('This page is still referencing old code');
	return;   }

function RecordTab(destinationPage) {
   }

function Correct(theProblem,theAnswer) {
				alert('Correct'); 
				rimage = new Image(); rimage.src = '/cgi-bin/folj.pl?page='+thisPage+'&problem='+theProblem+'&solution='+theAnswer+'&true=correct&action=answer'+randomnumber+temp+ipNumber; 
				       document.cookie=document.title+'-Guess'+theProblem+'=Correct'+theAnswer;
   }
function Incorrect(theProblem,theAnswer) {
   if (!theAnswer || theAnswer == '') 
     { 
		RecordInteraction('blank answer');
	   alert('No value found: Please enter a numerical value into the field to the right of the button you just pressed.') 
	   return; 
	 }
	document.cookie=document.title+'-Guess:'+theProblem+'=Incorrect:'+theAnswer;
	alert('Incorrect'); rimage = new Image(); rimage.src = '/cgi-bin/folj.pl?page='+thisPage+'&problem='+theProblem+'&solution='+theAnswer+'&true=incorrect&action=answer'+randomnumber+temp+ipNumber; 
	
	  }

function GetipAddress() 
{
//	alert('This page is still referencing old code');
	return;
}
function Getrand() 
{
//	alert('This page is still referencing old code');
	return;
}

function SetipAddress() 
{
//	alert('This page is still referencing old code');
	return;
}


    
