
	function random_text_solution()
	{};
	var random_text_solution = new random_text_solution();
	
	var number = 0;
	
	//1788HP-EN2PA
	random_text_solution[number++] = "<td width='55%'><a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-EN2PA/web/1788hp-en2pa.htm'><h1>1788HP-EN2PA</h1><p class='homepullquote'>Allen-Bradley Logix to Profibus&nbsp;PA interface.</a></td><td width='30%' align='right'><a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-EN2PA/web/1788hp-en2pa.htm'><img src='http://www.hiprom.com/GeneralPics/Homepage/RandomAds/1788HP-EN2PA_ad.png' height='150' class='noborder' alt=''></a></td>"

	//1756HP-GPS
	random_text_solution[number++] = "<td width='55%'><a href='http://www.hiprom.com/Pages/Products/1756_CLX/1756HP-GPS/web/1756HP-GPS.htm'><h1>1756HP-GPS</h1><p class='homepullquote'>Precision Timing across the&nbsp;ControlLogix backplane.</a></td><td width='30%' align='right'><a href='http://www.hiprom.com/Pages/Products/1756_CLX/1756HP-GPS/web/1756HP-GPS.htm'><img src='http://www.hiprom.com/GeneralPics/Homepage/RandomAds/1756HP-GPS_ad.png'  height='150' class='noborder' alt=''></a></td>"

	//1788HP-PAJB
	random_text_solution[number++] = "<td width='55%'><a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-PAJB4/web/1788HP-PAJB4.htm'><h1>1788HP-PAJB</h1><p class='homepullquote'>4-way Intelligent Profibus&nbsp;PA Junction Box</a></td><td width='30%' align='right'><a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-PAJB4/web/1788HP-PAJB4.htm'><img src='http://www.hiprom.com/GeneralPics/Homepage/RandomAds/1788HP-PAJB_ad.png' height='150' class='noborder' alt=''></a></td>"

	//1756HP-GPS-IRIGB
	random_text_solution[number++] = "<td width='55%'><a href='http://www.hiprom.com/Pages/Products/1756_CLX/1756HP-GPS-IRIGB/web/1756HP-GPS-IRIGB.htm'><h1>1756HP-GPS-IRIGB</h1><p class='homepullquote'>Provides a GPS disciplined&nbsp;IRIG-B signal.</a></td><td width='30%' align='right'><a href='http://www.hiprom.com/Pages/Products/1756_CLX/1756HP-GPS-IRIGB/web/1756HP-GPS-IRIGB.htm'><img src='http://www.hiprom.com/GeneralPics/Homepage/RandomAds/1756HP-GPS-IRIGB_ad.png'  height='150' class='noborder' alt=''></a></td>"

	//1769HP-GPS
	random_text_solution[number++] = "<td width='55%'><a href='http://www.hiprom.com/Pages/Products/1769_uLX/1769HP-GPS/web/1769HP-GPS.htm'><h1>1769HP-GPS</h1><p class='homepullquote'>Precision Timing for CompactLogix&nbsp;& Micrologix1500 platforms.</a></td><td width='30%' align='right'><a href='http://www.hiprom.com/Pages/Products/1769_uLX/1769HP-GPS/web/1769HP-GPS.htm'><img src='http://www.hiprom.com/GeneralPics/Homepage/RandomAds/1769HP-GPS_ad.png'  height='150' class='noborder' alt=''></a></td>"

	var random_number = Math.floor(Math.random() * number);
	
	document.write(random_text_solution[random_number]);

	
