function blinks(){
	if (document.all.heer0)
		if (heer0.style.color=="red")
			heer0.style.color="blue";
		else
			heer0.style.color="red";
	if (document.all.heer1)
		if (heer1.style.color=="red")
			heer1.style.color="blue";
		else
			heer1.style.color="red";
	if (document.all.heer2)
		if (heer2.style.color=="red")
			heer2.style.color="blue";
		else
			heer2.style.color="red";
	if (document.all.heer3)
		if (heer3.style.color=="red")
			heer3.style.color="blue";
		else
			heer3.style.color="red";
	if (document.all.heer4)
		if (heer4.style.color=="red")
			heer4.style.color="blue";
		else
			heer4.style.color="red";
	if (document.all.heer5)
		if (heer5.style.color=="red")
			heer5.style.color="blue";
		else
			heer5.style.color="red";
	if (document.all.heer6)
		if (heer6.style.color=="red")
			heer6.style.color="blue";
		else
			heer6.style.color="red";
	if (document.all.heer7)
		if (heer7.style.color=="red")
			heer7.style.color="blue";
		else
			heer7.style.color="red";
	if (document.all.heer8)
		if (heer8.style.color=="red")
			heer8.style.color="blue";
		else
			heer8.style.color="red";
	if (document.all.heer9)
		if (heer9.style.color=="red")
			heer9.style.color="blue";
		else
			heer9.style.color="red";
	}
function init_blinks(n){
	setInterval("blinks()", n);
	}

