function image() { };
		image = new Array();
		number = 0;
		// imageArray
		image[number++] = {img:"<img src='/philips/images/home_2a.jpg' align='right'/>", cap:'This Caption will be replaced.'};
		image[number++] = {img:"<img src='/philips/images/home_2b.jpg' align='right'/>",  cap:"This Caption will be replaced."};
		
		
		increment = Math.floor(Math.random() * number); 
		txt = image[increment].img;
		document.write(txt);
		
		