x=document.getElementByID('favicon');
x.setAttribute("href","/content/images/favicon/favicon_a.png");
alert(x.getAttribute("href"));
/*
document.getElementByID("favicon").setAttribute("href", "/content/images/favicon/favicon_a.png");

var i;
var b;
b = 0;
for (i = 0; i <= 1; i = 0){
	b++;
	if(b%3 == 1){
	}
	if(b%3 == 1){
		alert(a);
	}
	if(b%3 == 1){
		alert(a);
	}
	window.setTimeout("alert(b);", 1000);
}*/
