// JavaScript Document

img_num=8; /* The number of images to load */
bg_ImageTop = "bg_ImageTop" /* the id of the top image holder */
bg_ImageTop_width=495; /*change to match the height of all your images */
bg_ImageTop_height=152; /* change to match the width of all your images */
/* define image Array to hold images*/
var bg_ImageTopArray= new Array(img_num)
for(i=0; i<img_num;i++){
	bg_ImageTopArray[i]= new Image(bg_ImageTop_width,bg_ImageTop_height);
}

/* Define image path and descriptions */

	bg_ImageTopArray[0].src="i/homepage/home_arts_01.jpg";	
	bg_ImageTopArray[1].src="i/homepage/home_business_01.jpg";
	bg_ImageTopArray[2].src="i/homepage/home_diamonds_01.jpg";
	bg_ImageTopArray[3].src="i/homepage/home_energy_01.jpg";
	bg_ImageTopArray[4].src="i/homepage/home_fur_01.jpg";
	bg_ImageTopArray[5].src="i/homepage/home_main_01.jpg";
	bg_ImageTopArray[6].src="i/homepage/home_mining_01.jpg";
	bg_ImageTopArray[7].src="i/homepage/home_tourism_01.jpg";


/* Create array of image paths and descriptions */
var bg_ImageTopArray_path= new Array(img_num)

for(i=0; i<img_num;i++){
	bg_ImageTopArray_path[i]=bg_ImageTopArray[i].src	
}


bg_ImageBottom = "bg_ImageBottom" /* the id of the bottom image holder */
bg_ImageBottom_width=313; /*change to match the height of all your images */
bg_ImageBottom_height=105; /* change to match the width of all your images */
var bg_ImageBottomArray= new Array(img_num)
for(i=0; i<img_num;i++){
	bg_ImageBottomArray[i]= new Image(bg_ImageBottom_width,bg_ImageBottom_height);
}

/* Define image path and descriptions */

	bg_ImageBottomArray[0].src="i/homepage/home_arts_02.jpg";	
	bg_ImageBottomArray[1].src="i/homepage/home_business_02.jpg";
	bg_ImageBottomArray[2].src="i/homepage/home_diamonds_02.jpg";
	bg_ImageBottomArray[3].src="i/homepage/home_energy_02.jpg";
	bg_ImageBottomArray[4].src="i/homepage/home_fur_02.jpg";
	bg_ImageBottomArray[5].src="i/homepage/home_main_02.jpg";
	bg_ImageBottomArray[6].src="i/homepage/home_mining_02.jpg";
	bg_ImageBottomArray[7].src="i/homepage/home_tourism_02.jpg";


/* Create array of image paths and descriptions */
var bg_ImageBottomArray_path= new Array(img_num)

for(i=0; i<img_num;i++){
	bg_ImageBottomArray_path[i]=bg_ImageBottomArray[i].src	
}


btn_Diamonds = "btn_Diamonds" /* the id of the Diamonds image holder */
btn_Diamonds_width=127; /*change to match the height of all your images */
btn_Diamonds_height=176; /* change to match the width of all your images */
var btn_DiamondsArray= new Array(img_num)
for(i=0; i<img_num;i++){
	btn_DiamondsArray[i]= new Image(btn_Diamonds_width,btn_Diamonds_height);
}

/* Define image path and descriptions */

	btn_DiamondsArray[0].src="i/homepage/home_button_diamonds_arts.jpg";	
	btn_DiamondsArray[1].src="i/homepage/home_button_diamonds_business.jpg";
	btn_DiamondsArray[2].src="i/homepage/home_button_diamonds_diamonds.jpg";
	btn_DiamondsArray[3].src="i/homepage/home_button_diamonds_energy.jpg";
	btn_DiamondsArray[4].src="i/homepage/home_button_diamonds_fur.jpg";
	btn_DiamondsArray[5].src="i/homepage/home_button_diamonds_main.jpg";
	btn_DiamondsArray[6].src="i/homepage/home_button_diamonds_mining.jpg";
	btn_DiamondsArray[7].src="i/homepage/home_button_diamonds_tourism.jpg";


/* Create array of image paths and descriptions */
var btn_DiamondsArray_path= new Array(img_num)

for(i=0; i<img_num;i++){
	btn_DiamondsArray_path[i]=btn_DiamondsArray[i].src	
}



btn_tourismparks = "btn_tourismparks" /* the id of the tourismparks image holder */

btn_tourismparks_width=127; /*change to match the height of all your images */
btn_tourismparks_height=176; /* change to match the width of all your images */
var btn_tourismparksArray= new Array(img_num)
for(i=0; i<img_num;i++){
	btn_tourismparksArray[i]= new Image(btn_tourismparks_width,btn_tourismparks_height);
}

/* Define image path and descriptions */

	btn_tourismparksArray[0].src="i/homepage/home_button_tourism_arts.jpg";	
	btn_tourismparksArray[1].src="i/homepage/home_button_tourism_business.jpg";
	btn_tourismparksArray[2].src="i/homepage/home_button_tourism_diamonds.jpg";
	btn_tourismparksArray[3].src="i/homepage/home_button_tourism_energy.jpg";
	btn_tourismparksArray[4].src="i/homepage/home_button_tourism_fur.jpg";
	btn_tourismparksArray[5].src="i/homepage/home_button_tourism_main.jpg";
	btn_tourismparksArray[6].src="i/homepage/home_button_tourism_mining.jpg";
	btn_tourismparksArray[7].src="i/homepage/home_button_tourism_tourism.jpg";


/* Create array of image paths and descriptions */
var btn_tourismparksArray_path= new Array(img_num)

for(i=0; i<img_num;i++){
	btn_tourismparksArray_path[i]=btn_tourismparksArray[i].src	
}


btn_artscrafts = "btn_artscrafts" /* the id of the artscrafts image holder */

btn_artscrafts_width=127; /*change to match the height of all your images */
btn_artscrafts_height=176; /* change to match the width of all your images */
var btn_artscraftsArray= new Array(img_num)
for(i=0; i<img_num;i++){
	btn_artscraftsArray[i]= new Image(btn_artscrafts_width,btn_artscrafts_height);
}

/* Define image path and descriptions */

	btn_artscraftsArray[0].src="i/homepage/home_button_arts_arts.jpg";	
	btn_artscraftsArray[1].src="i/homepage/home_button_arts_business.jpg";
	btn_artscraftsArray[2].src="i/homepage/home_button_arts_diamonds.jpg";
	btn_artscraftsArray[3].src="i/homepage/home_button_arts_energy.jpg";
	btn_artscraftsArray[4].src="i/homepage/home_button_arts_fur.jpg";
	btn_artscraftsArray[5].src="i/homepage/home_button_arts_main.jpg";
	btn_artscraftsArray[6].src="i/homepage/home_button_arts_mining.jpg";
	btn_artscraftsArray[7].src="i/homepage/home_button_arts_tourism.jpg";


/* Create array of image paths and descriptions */
var btn_artscraftsArray_path= new Array(img_num)

for(i=0; i<img_num;i++){
	btn_artscraftsArray_path[i]=btn_artscraftsArray[i].src	
}


btn_FurAgriculture = "btn_FurAgriculture" /* the id of the tourismparks image holder */

btn_FurAgriculture_width=127; /*change to match the height of all your images */
btn_FurAgriculture_height=176; /* change to match the width of all your images */
var btn_FurAgricultureArray= new Array(img_num)
for(i=0; i<img_num;i++){
	btn_FurAgricultureArray[i]= new Image(btn_FurAgriculture_width,btn_FurAgriculture_height);
}

/* Define image path and descriptions */

	btn_FurAgricultureArray[0].src="i/homepage/home_button_fur_arts.jpg";	
	btn_FurAgricultureArray[1].src="i/homepage/home_button_fur_business.jpg";
	btn_FurAgricultureArray[2].src="i/homepage/home_button_fur_diamonds.jpg";
	btn_FurAgricultureArray[3].src="i/homepage/home_button_fur_energy.jpg";
	btn_FurAgricultureArray[4].src="i/homepage/home_button_fur_fur.jpg";
	btn_FurAgricultureArray[5].src="i/homepage/home_button_fur_main.jpg";
	btn_FurAgricultureArray[6].src="i/homepage/home_button_fur_mining.jpg";
	btn_FurAgricultureArray[7].src="i/homepage/home_button_fur_tourism.jpg";


/* Create array of image paths and descriptions */
var btn_FurAgricultureArray_path= new Array(img_num)

for(i=0; i<img_num;i++){
	btn_FurAgricultureArray_path[i]=btn_FurAgricultureArray[i].src	
}



// Generate random number based on time and date
function get_random(maxNum){
	if (Math.random && Math.round){
		var ranNum= Math.round(Math.random()*(maxNum-1));
		ranNum+=1;
		return ranNum;
	}
	else{
		today= new Date();
		hours= today.getHours();
		mins= today.getMinutes();
		secn= today.getSeconds();
		if (hours==19)
			hours=18;
		var ranNum= (((hours+1)*(mins+1)*secn)%maxNum)+1;
		return ranNum;
	}
}

/*get a random number */


function get_Image(){
	//if (document.bg_ImageTopArray_path){
		var choose_one= get_random(img_num); 
		choose_one--;
		document.getElementById(bg_ImageTop).innerHTML = "<img src='"+bg_ImageTopArray_path[choose_one]+"' alt='ITI TOP'>";
		document.getElementById(bg_ImageBottom).innerHTML = "<img src='"+bg_ImageBottomArray_path[choose_one]+"' alt='ITI BOTTOM'>";
		document.getElementById(btn_Diamonds).innerHTML = "<img src='"+btn_DiamondsArray_path[choose_one]+"' alt='button diamonds'>";
		document.getElementById(btn_tourismparks).innerHTML = "<img src='"+btn_tourismparksArray_path[choose_one]+"' alt='button tourismparks'>";
		document.getElementById(btn_artscrafts).innerHTML = "<img src='"+btn_artscraftsArray_path[choose_one]+"' alt='button Arts and Crafts'>";
		document.getElementById(btn_FurAgriculture).innerHTML = "<img src='"+btn_FurAgricultureArray_path[choose_one]+"' alt='button Fur and Agriculture'>";
		
		/*document.getElementById(bg_ImageTop).innerHTML = choose_one;
		document.getElementById(bg_ImageBottom).innerHTML = choose_one;
		document.getElementById(btn_Diamonds).innerHTML = choose_one;
		document.getElementById(btn_tourismparks).innerHTML = choose_one;
		document.getElementById(btn_artscrafts).innerHTML = choose_one;
		document.getElementById(btn_FurAgriculture).innerHTML = choose_one;*/
		
		
	//}
}