<!--
//Andreaemmes.com by Scott Hicks 4/8/2009


function myimg(y)
{
	//alert(y);
	
	var thetab = new Array();
  	thetab[0] = document.getElementById("t0");
  	thetab[1] = document.getElementById("t1");
  	thetab[2] = document.getElementById("t2");
   			  	
  	for (i = 0; i <= 2; i++)
  	{
	  	//alert(y);
	  	thetab[i].style.display = "none";
  	}
  	if (y == null)
  	{
	  	y == 0;
  	}
  	thetab[y].style.display = "block";
	 	
}


//This function changes pictures.
function shot(x)
{
	var welch = document.getElementById("d");
	//alert(x + " shot");
	var thedoc = new Array();
  	thedoc[0] = "images/head/ae1.jpg";
  	thedoc[1] = "images/head/ae3.jpg";
  	thedoc[2] = "images/head/ae6.jpg";
   	thedoc[3] = "images/head/ae8.jpg";
  	thedoc[4] = "images/head/ae9.jpg";
  	thedoc[5] = "images/head/ae11.jpg";
  	thedoc[6] = "images/head/ae12.jpg";
  	thedoc[7] = "images/head/ae14.jpg";
  	thedoc[8] = "images/head/ae16.jpg";
  	thedoc[9] = "images/head/ae18.jpg";
  	thedoc[10] = "images/head/victim.jpg";
  	/*
  	thedoc[11] = "images/music/lamusicawards1.jpg";
  	thedoc[12] = "images/music/lamusicawards2.jpg";
  	thedoc[13] = "images/music/lamusicawards3.jpg";
  	thedoc[14] = "images/music/lamusicawards4.jpg";
  	thedoc[15] = "images/music/lamusicawards5.jpg";
  	thedoc[16] = "images/music/lamusicawards6.jpg";
  	thedoc[17] = "images/music/lamusicawards7.jpg";
  	thedoc[18] = "images/music/lamusicawards8.jpg";
  	thedoc[19] = "images/music/lamusicawards9.jpg";
  	thedoc[20] = "images/head/music_Andrea_Hunter.jpg";
  	thedoc[21] = "images/head/music_Andrea_Hunter 2.jpg";
  	thedoc[22] = "images/head/music_andrea_get_up_youth.jpg";
  	thedoc[23] = "images/head/music_AndreawithGetUpYouthGroup.jpg";
  	thedoc[24] = "";
  	thedoc[25] = "";
  	thedoc[26] = "";*/

  	document.form.ae.src = thedoc[x];
  	
  	if (x != 10)
  	{
	  	welch.style.display = "block";
  	}
  	else
  	{
	  	welch.style.display = "none";	
  	}
}

-->



