function hasFlash(){
	var myClientInfo = new ClientInfo(true);
	var ret = myClientInfo.hasFlash
	//alert(ret);
	return ret;
}
							