function isIE6() {
	if (navigator.userAgent.indexOf('MSIE 6') != -1) 
		return true; 
	else 
		return false; 
}
