function isIE() {
	var agent = navigator.userAgent.toLowerCase();
	return 	(agent.indexOf('msie') != -1);
}