if(document.images)
	{
		p1 =  new Image();
		p2 =  new Image();
		p3 =  new Image();
		p4 =  new Image();
		p5 =  new Image();
		p6 =  new Image();
							
		p1.src = "graphics/index_roll_05.gif";
		p2.src = "graphics/index_roll_06.gif";
		p3.src = "graphics/index_roll_07.gif";
		p4.src = "graphics/index_roll_08.gif";
		p5.src = "graphics/index_roll_09.gif";
		p6.src = "graphics/index_roll_10.gif";
	
	}