// JavaScript Document
<!-- random JS for static page - 4 image rotation-->	<!--
    var STEEL =0;
	var CARS = 1;
	var WELL = 2;
	var LIGHTS = 3;
    var seg_choices = new Array(STEEL, CARS, WELL, LIGHTS);
    var cycle = seg_choices[Math.floor(Math.random() * seg_choices.length)];
    var src_b1_photo = new Array();
   	var theme_color = new Array();
	//-->

<!-- begin map and source with random -->
<!--
// STEEL JAVASCRIPT

	src_b1_photo[STEEL] = '<img src="images/b1_steel.jpg" alt="The Energy Institute participates in Research and Development in industrial fuel usage." title="The Energy Institute participates in Research and Development in industrial fuel usage." name="R&DIndustrialFuelUsage" width="600" height="289" id="R&DIndustrialFuelUsage" border="0">';
	

//-->
<!--
// CARS JAVASCRIPT

	src_b1_photo[CARS] = '<img src="images/b1_cars.jpg" alt="The Energy Institute participates in Research and Development in transportation fuels and emissions." title="The Energy Institute participates in Research and Development in transportation fuels and emissions." name="R&DTransportaionFuels&Emissions" width="600" height="289" id="R&DTransportaionFuels&Emissions" border="0">';

//-->
<!--
// WELL JAVASCRIPT

	src_b1_photo[WELL] = '<img src="images/b1_well.jpg" alt="The Energy Institute participates in Research and Development in energy production and conversion." title="The Energy Institute participates in Research and Development in energy production and conversion." name="R&DEnergyProduction&Conversion" width="600" height="289" id="R&DEnergyProduction&Conversion" border="0">';

//-->
<!--
// LIGHTS JAVASCRIPT

	src_b1_photo[LIGHTS] = '<img src="images/b1_lights.jpg" alt="The Energy Institute participates in Research and Development in energy technologies and usage." title="The Energy Institute participates in Research and Development in energy technologies and usage." name="R&DEnergyTechologies&Usage" width="600" height="289" id="R&DEnergyTechologies&Usage" border="0">';

//-->
<!-- end of delete random JS for static page - 5 image rotation-->