var openDiv = '<div class="divSimilar"><a href="'

knittedMesh = '../NewProducts/SteelMesh.htm"><img src="../NewProducts/Images/SteelMesh.jpg" width="115" height="101" border="0" /></a><br />Knitted Mesh Vibration Mounts</div>'
wireMesh = '../NewProducts/HDWireMesh.htm"><img src="../NewProducts/Images/HDWiremesh.jpg" width="115" height="101" border="0" /></a><br />Heavy Duty Stainless Steel Wire Mesh Isolators</div>'
heavySteelMesh = '../NewProducts/HDSteelMesh.htm"><img src="../NewProducts/Images/HDSteelMesh.jpg" width="115" height="101" border="0" /></a><br />Heavy-Duty Stainless Steel Mesh Mounts</div>'
ringMounts = '../NewProducts/Ring.htm"><img src="../NewProducts/Images/Ring.jpg" width="115" height="92" border="0" /></a><br />Ring Type Mounts</div>'
rubberSuspension = '../NewProducts/Rubber_Suspend.htm"><img src="../NewProducts/Images/RubberSuspension.jpg" width="77" height="115" border="0" /></a><br />Rubber Suspension Mounts</div>'
springSuspension = '../NewProducts/Spring_Suspend.htm"><img src="../NewProducts/Images/SpringSuspension.jpg" width="77" height="115" border="0" /></a><br />Spring Suspension Mounts</div>'
leafSpring = '../NewProducts/LeafSpring.htm"><img src="../NewProducts/Images/LeafSpring.jpg" width="115" height="90" border="0" /></a><br />Leaf Spring Mounts</div>'
gelTube = '../NewProducts/Thermal_Gel.htm"><img src="../NewProducts/Images/ThermalGel.jpg" width="77" height="115" border="0" /></a><br />Soft Paste-Type Thermal Gel</div>'
gelSheets = '../NewProducts/Gel_Sheets.htm"><img src="../NewProducts/Images/ThermalGel_Pads.jpg" width="77" height="115" border="0" /></a><br />Sheet Type Silicone Thermal Gel Sheets</div>'
doubleStudMounts = '../NewProducts/Double_Studded_SGMounts.htm"><img src="../NewProducts/Images/Double_Studded_lo.jpg" width="115" height="76" border="0" /></a><br />Double-Studded Silicone Gel Mounts</div>'
siliconeVibrationMounts = '../NewProducts/SG_Base_Mounts.htm"><img src="../NewProducts/Images/SG_Base_lo.jpg" width="115" height="76" border="0" /></a><br />Silicone Gel Vibration Mounts</div>'
gelPads = '../NewProducts/SG_Pad_Isolators.htm"><img src="../NewProducts/Images/SG_Pad_lo.jpg" width="115" height="76" border="0" /></a><br />Silicone Gel Pad Vibration Isolators</div>'
gelChips = '../NewProducts/SG_Tape.htm"><img src="../NewProducts/Images/V10ZTape_lo.jpg" width="115" height="76" border="0" /></a><br />Silicone Gel Tape &amp; Chip Vibration Isolators</div>'
flexMount = '../NewProducts/FingerFlex2.htm"><img src="../NewProducts/Images/finger2.jpg" width="115" height="83" border="0" /></a><br />Finger-Flex Mounts</div>'
flexCup = '../NewProducts/FingerFlex.htm"><img src="../NewProducts/Images/finger.jpg" width="115" height="144" border="0" /></a><br />Finger-Flex Cup Isolators</div>'
urethane = '../NewProducts/Urethane.htm"><img src="../NewProducts/Images/urethane.jpg" width="115" height="97" border="0" /></a><br />Urethane Mounts</div>'
squareRound = '../NewProducts/SquareRound.htm"><img src="../NewProducts/Images/SquareRound.jpg" width="115" height="130" border="0" /></a><br />Square &amp; Round Isolators</div>'
neoCoupling = '../NewProducts/NeoFlexCouplings.htm"><img src="../NewProducts/Images/NeoFlexCouplings.jpg" width="115" height="77" border="0" /></a><br />Neo-Flex Couplings</div>'
cableIso = '../NewProducts/CompactWireRope.htm"><img src="../NewProducts/Images/CircularIso_lo.jpg" width="115" height="77" border="0" /></a><br />Circular Wire Rope Isolators</div>'
milLeaf = '../NewProducts/MilitaryLeafSpring.htm"><img src="../NewProducts/Images/LeafSpring_lo.jpg" width="115" height="77" border="0" /></a><br />Military Leaf Mounts</div>'
springMounts = '../NewProducts/Spring1.htm"><img src="../NewProducts/Images/dampedSpring_lo.jpg" width="115" height="77" border="0" /></a><br />Damped Spring Mounts</div>'
airSpring = '../press/Air_Spring1.htm"><img src="../press/images/airSpring_lo.jpg" width="115" height="77" border="0" /></a><br />Air Springs</div>'
wedgeMounts = '../press/WedgeMounts.htm"><img src="../press/images/WedgeLever_lo.jpg" width="115" height="77" border="0" /></a><br />Wedge Mounts</div>'
medMounts = '../press/Medical1.htm"><img src="../press/images/Medical_LoRes.jpg" width="115" height="77" border="0" /></a><br />Medical Mounts</div>'



var productArray = new Array( knittedMesh, wireMesh, airSpring, heavySteelMesh, ringMounts, rubberSuspension, springSuspension, leafSpring, gelTube, gelSheets, doubleStudMounts, springMounts, siliconeVibrationMounts, gelPads, gelChips, flexMount, flexCup, urethane, squareRound, wedgeMounts, neoCoupling, medMounts, cableIso, milLeaf);
var x = Math.round(Math.random() * productArray.length);
var one = 1

for ( i=0; i < 4; i++) {
	var y = x++
	if (y >= productArray.length) {
		y = one++ 
		
	}
	document.write(openDiv + productArray[y]);
	
}
