if (!Initialise){ 
	Error = 
		"There was an error requesting codecracker from the server.\n" + 
		"Please try again soon or contact us at :\n\n" + 
		"contactus@the-puzzler.com";
} else {						
	Connect(ASudokuPuzzle);
}
if (Error){
	alert(Error);
}	
