cu = '';cul = '';c_hi = 0; c_de = 0;clock = 0;
high = new Array;


function blinky(x) {
	
if (c_hi==0) {cu = document.getElementById(x);}
if (c_hi==0) {cul = document.getElementById("li_"+x);}
	
if (cu.getAttribute("class") == "move" || cu.getAttribute("class") == "move") 
	{cu.setAttribute("class",null);	cu.setAttribute("className",null);}	
	

else if (cu.getAttribute("class") == null || cu.getAttribute("class") == '')
	{cu.setAttribute("class","move");	cu.setAttribute("className","move");}
	
c_hi++;

hi = setTimeout("blinky()",250);

if (c_hi == 9) {
	clearTimeout(hi);
	high[x]="on";
	if (cu.getAttribute("class") == "move")
		{cul.setAttribute("class","move line");cul.setAttribute("className","move line");}
		
	if (cu.getAttribute("class") == null || cu.getAttribute("class") == '')
		{cul.setAttribute("class","");cul.setAttribute("className","");}
	}

if (high[x]="on" && x == "cra") {}
if (high[x]="on" && x == "cat") {}
if (high[x]="on" && x == "cla") {}
if (high[x]="on" && x == "flo") {}
if (high[x]="on" && x == "mah") {}
if (high[x]="on" && x == "mul") {}
if (high[x]="on" && x == "oys") {}
if (high[x]="on" && x == "shr") {}
if (high[x]="on" && x == "sha") {}
if (high[x]="on" && x == "lob") {}

if (c_hi == 9) {c_hi=0;cu='';cul=''}

}
