if(!top.isIE5){
	//alert('not ie5');
	document.write('<LINK rel="stylesheet" type="text/css" name="stylesheet" href="css/elc.css" media="screen">');
}else{
	//alert('ie5');
	document.write('<LINK rel="stylesheet" type="text/css" name="stylesheet" href="css/elc_ie5.css" media="screen">');
}