//Programmed and CopyWrited By Larry Battle 2008 blarry@bateru.com
//Purpose: Educational and Personal Use Only. This is just a demo for JSON usage.
//Date: 11/16/08 - 2009/4/6
(function($){
	//$.ajaxSetup({ cache: true });
	$.getScript( "js/jQuizMe-uncompressed.js" );
	$.getScript( "js/mnn_quiz.js" , function(){
		setTimeout( function(){ $("fieldset").slideToggle('slow');}, 500 );
		$.ajaxSetup({ cache: false });
	});
})(jQuery);