function isIE6() {
	if(window.navigator.userAgent.indexOf('MSIE 6') > 0) return true;
	return false;
}
