	var theImages_1 = new Array();
	var theImagesAlttext_1 = new Array();
	var theImagesURL_1 = new Array();
	var theImagesWindowURL_1 = new Array();
	
	
			
				theImages_1[0] = "/Images/homepage/Homepage_1a.JPG";
				theImagesAlttext_1[0] = "lodge an application";
			
				theImagesURL_1[0] = "/Applications/Lodge_an_application.html";

				
							theImagesWindowURL_1[0]="_self";
							
						
				theImages_1[1] = "/Images/homepage/Homepage_1b.JPG";
				theImagesAlttext_1[1] = "lodge an application";
			
				theImagesURL_1[1] = "/Applications/Lodge_an_application.html";
		        

							theImagesWindowURL_1[1]="_self";
							
				theImages_1[2] = "/Images/homepage/Homepage_1c.JPG";
				theImagesAlttext_1[2] = "lodge an application";
			
				theImagesURL_1[2] = "/Applications/Lodge_an_application.html";
						
							theImagesWindowURL_1[2]="_self";
							
		        
	
	var j = 0;
	var p = theImages_1.length;
	var preBuffer = new Array();
	for (i = 0; p > i; i++){
		preBuffer[i] = new Image();
		preBuffer[i].src = theImages_1[i];
	}
	var whichImage_1 = Math.round(Math.random()*(p-1));

	function showLodgeappImage()
	{
	var imgtext_1;
	var imguri_1 = theImagesURL_1[whichImage_1];
	imgtext_1 = "<a id='hearingimage' href='"+theImagesURL_1[whichImage_1]+"' title='"+theImagesAlttext_1[whichImage_1]+"' target='"+theImagesWindowURL_1[whichImage_1]+"'><img alt='"+theImagesAlttext_1[whichImage_1]+"' border='0' src='"+theImages_1[whichImage_1]+"'/></a>";
	document.write(imgtext_1);
	}

