function iLink(){
	var o = document.getElementsByTagName("a");
   	for (k=0; k<o.length; k++) {
		if(o[k].name=="bar")
			o[k].style.color="#000000";
	}	
}
