// JavaScript Document
$(function() {

if(!FlashDetect.installed){
		  $("#flashDiv").hide(); 
	}else{
	      $("#flashDiv").show();  
	}
});	

$(window).load(function() { 
	//timer = setTimeout("location.href = APP_URL+'/products/viewall';",20000);
	
}); 
