if (!oygInit){ 
	oygError = 
		"There was an error requesting puzzle data from the server.\n" + 
		"Please try again in a second or send us a note to:\n\n" + 
		"webmaster@vokamis.com";
} else {						
	oygBind(oygCrosswordPuzzle);
}
if (oygError){
	alert(oygError);
}	

