$(document).ready(function(){
	if(jQuery.browser.flash==true){
		$('#flashHome').show();
	}	
});
