	
	if (document.images) {
		a_1 = new Image;
		a_1.src = "images/stories/team_anna_txt.gif";
		a_2 = new Image;
		a_2.src = "images/stories/team_corinne_txt.gif";
		a_3 = new Image;
		a_3.src = "images/stories/team_jay_txt.gif";
		a_4 = new Image;
		a_4.src = "images/stories/team_lucy_txt.gif";
		a_5 = new Image;
		a_5.src = "images/stories/team_denis_txt.gif";
		a_6 = new Image;
		a_6.src = "images/stories/team_valerie_txt.gif";
		a_7 = new Image;
		a_7.src = "images/stories/team_margarette_txt.gif";
		a_8 = new Image;
		a_8.src = "images/stories/team_julie_txt.gif";
		a_9 = new Image;
		a_9.src = "images/stories/team_gareth_txt.gif";
		a_10 = new Image;
		a_10.src = "images/stories/team_peter_txt.gif";
	}
	
	function showImg(imgname, rollname)
	{
		if (document.images) {
			window.onerror = null;
			document.getElementById(rollname).src=eval(imgname + ".src");
		}
	}
