					function showImage(){
						var ranimage = new Array();
						ranimage[0] = "../utilities/images/homefeature6.jpg";
						ranimage[1] = "../utilities/images/homefeature8.jpg";
						ranimage[2] = "../utilities/images/homefeature9.jpg";
						ranimage[3] = "../utilities/images/homefeature12.jpg";
						ranimage[4] = "../utilities/images/homefeature14.jpg";
									
						captions = [
							'Our polyethylene resins are used to produce consumer, industrial and packaging products.',
							'Our employees work to ensure health, safety, security and environmental stewardship through our commitment to Responsible Care.',
							'Our employees work to ensure health, safety, security and environmental stewardship through our commitment to Responsible Care.',
							'Our employees provide helping hands through the United Way and other outreach programs.',
							'Elemix concrete additive provides lighter weight concrete and enhanced durability in concrete applications.',
							
							];
						var ry = Math.floor(Math.random()*ranimage.length);
						if (ry==0) ry=0; document.write('<img src="images/'+ranimage[ry]+'" title="'+captions[ry]+'" />');
						}
