$(document).ready(function(){
  $('div.jq_hide').hide();
  if(jQuery.fn.flash.hasFlash(9,0,0) && (location.search.search("noflash") < 0)) {
    $("#home_flash_swf").show();
  }
  else {
    $("#home_flash").show();
  }
});
