﻿		$(document).ready(function(e) {    
				if(!FlashDetect.installed){
					//alert("理珂品牌設計-此瀏覽器不支援Flash");
					$(".noflash").show(); 
					$("object").hide();    	
				}
		});
