
/* jsQuery for pi_m2analyzer */

/* this is unused at the moment */
 
$(document).ready(function(){

 $("body").show();

if(!$.browser.safari) {
  $("body").fadeIn("slow");
 }
 
/* $("#heightfix").html("<b>new stuff</b>");*/
 
/*
 $("*").submit( function() {
	$("body").fadeOut("slow");
	
	return false;
 } );
*/
/*
 $("body").unload( function() {
 	$("body").fadeOut("slow");
 } );
*/
});