function oqey_splash(pv){
if(pv.major<8){	
      jQuery("#oqey_splash_noflash").show();
      jQuery("#oqey_splash").hide();
    }else{	
      jQuery("#oqey_splash").show();
	jQuery("#oqey_splash_noflash").hide();
}

return false;
}
