
function flashUpdate()
{
	updateProfile();
}

function updateProfile()
{
  try
  {
    var url = '/ajax?handler=quiz';

    jQuery( '#scores' ).load( url );
  }
  catch ( e ) {
//	    alert( e );
  }
}
