var headerImage = new Array();
headerImage[0] = 'banner00.png';
headerImage[1] = 'banner01.png';
headerImage[2] = 'banner02.png';
headerImage[3] = 'banner03.png';
var headerURL = new Array();
headerURL[0] = 'http://gogame.co.id';
headerURL[1] = 'http://hellokittyonline.co.id';
headerURL[2] = 'http://sanriotown.co.id';
headerURL[3] = 'http://gogame.co.id';
var x = 0;

function refreshIt() {
   if (!document.images) return;
   x++;
   if (x == 2)
   {
	   x = 0;
   }
  // document.images['headerImage'].src = 'images/header0' + x + '.png';
  document.getElementById('headerImagesBlink').innerHTML = "<a href=\""+headerURL[x]+"\" target=\"_blank\"><img name=\"headerImage\" src=\"images2/"+headerImage[x]+"\" alt=\"headerImage\"/></a>";
   //alert('images/header0' + x + '.png');
   //alert(document.images['headerImage'].src);
   //alert (document.getElementById('headerImages').value);
   setTimeout('refreshIt()',3000); // refresh every 15 secs
}

function refreshHome(){
	//document.getElementById('homeLink').value = 'images2/homeDown.png';
	var floatimg = document.getElementById("homeLink");
    floatimg.setAttribute("src", "images2/homeDown.png");
}

function refreshNews(){
	//document.getElementById('homeLink').value = 'images2/homeDown.png';
	var floatimg = document.getElementById("newsLink");
    floatimg.setAttribute("src", "images2/newsDown.png");
}

function refreshProduct(){
	//document.getElementById('homeLink').value = 'images2/homeDown.png';
	var floatimg = document.getElementById("productLink");
    floatimg.setAttribute("src", "images2/productsDown.png");
}

function refreshAbout(){
	//document.getElementById('homeLink').value = 'images2/homeDown.png';
	var floatimg = document.getElementById("aboutLink");
    floatimg.setAttribute("src", "images2/aboutUsDown.png");
}

function refreshContact(){
	//document.getElementById('homeLink').value = 'images2/homeDown.png';
	var floatimg = document.getElementById("contactLink");
    floatimg.setAttribute("src", "images2/contactDown.png");
}

function refreshCareer(){
	//document.getElementById('homeLink').value = 'images2/homeDown.png';
	var floatimg = document.getElementById("careerLink");
    floatimg.setAttribute("src", "images2/careerDown.png");
}

function refreshEvent(){
	//document.getElementById('homeLink').value = 'images2/homeDown.png';
	var floatimg = document.getElementById("eventLink");
    floatimg.setAttribute("src", "images2/careerDown.png");
}