
	/* **********************************************************
	*
	*	IE_sux
	*
	************************************************************/

function IE_sux(){
	if(navigator.appName == "Microsoft Internet Explorer"){
		is_IE = true;
	}else{
		is_IE = false;	
	}
	return is_IE;
}
