jQuery.isHandHeld = function() {
	return $("#checkDevices").css("display") == "block";
};
