
	function random_text_solution()
	{};
	var random_text_solution = new random_text_solution();
	
	var number = 0;
	
	//automation1
	//random_text_solution[number++] = "<h2>Rockwell Automation Fair 2010</h2><br><img src='GeneralPics/Other/automation_fair_logo.jpg' style='float:left;padding-right:8px;padding-bottom:8px' border='0'>The Fair will be held at the Orange County Convention Center,  Florida USA on November 3 and 4, 2010. <br>Registration Starts August 1, 2010 — and attendance is Free.<br> <br>Please visit <a href='http://www.rockwellautomation.com/events/automationfair/'> Rockwell Automation </a> for more details.<br>See you at the Fair!<br><br><br><p><u1><ul><li><a href='http://www.hiprom.com/Pages/Products/1756_CLX/1756HP-GPS/web/1756HP-GPS.htm'>1756HP-GPS Module</a></li><li><a href='http://www.hiprom.com/Pages/General/aboutUs.htm'>Company Information and Company History</a></li><li><a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-EN2PA/web/1788HP-EN2PA.htm'>Ethernet To Profibus</a></li><li><a href='http://www.hiprom.com/Pages/General/showsFairs.htm'>Shows, Demonstrations and Photographs</a></li></ul></ul></p>"
	//random_text_solution[number++] = "<h2>Rockwell Automation Fair 2010</h2><br><img src='GeneralPics/Other/automation_fair_logo.jpg' style='float:left;padding-right:8px;padding-bottom:8px' border='0'>The Fair will be held at the Orange County Convention Center,  Florida USA on November 3 and 4, 2010. <br>Registration Starts August 1, 2010 — and attendance is Free.<br> <br>Please visit <a href='http://www.rockwellautomation.com/events/automationfair/'> Rockwell Automation </a> for more details.<br>See you at the Fair!<br><br><br>"


	random_text_solution[number++] = "<h2>Profibus: PA Junction Boxes: The PARJB and PAJB6 </h2><table border=0 width='99%'><tr><td>Hiproms intelligent PA Junction Boxes (PARJB): redundant Profibus PA media can be used, in either a dual trunk or ring topology.<br>The PARJB protects the network from both short and open circuit faults, improving the overall reliability of the system.</td><td><a href='Pages/Products/1788_Range/1788HP-PAJB6/files/Document Development/Photos/PAJB6m.jpg'><img src='Pages/Products/1788_Range/1788HP-PAJB6/files/Document Development/Photos/PAJB6s.jpg'></a></td><td><a href='Pages/Products/1788_Range/1788HP-PARJB/files/Document Development/Photos/PARJBm.jpg'><img src='Pages/Products/1788_Range/1788HP-PARJB/files/Document Development/Photos/PARJBs.jpg'></a></td></tr><tr><td colspan='3' align='center'><a href='Pages/Products/1788_Range/1788HP-EN2PA-R/files/Document Development/Graphics/EN2PA-R Networks1m.jpg'><img src='Pages/Products/1788_Range/1788HP-EN2PA-R/files/Document Development/Graphics/EN2PA-R Networks1s.jpg' width='190px'></a><a href='Pages/Products/1788_Range/1788HP-EN2PA-R/files/Document Development/Graphics/EN2PA-R Networks2m.jpg'><img src='Pages/Products/1788_Range/1788HP-EN2PA-R/files/Document Development/Graphics/EN2PA-R Networks2s.jpg' width='190px'></a></td></tr></table>"








	//random_text_solution[number++] = "<img src='http://www.hiprom.com/GeneralPics/Homepage/en2pamodel1.jpg'>"

	//random_text_solution[number++] = "<img src='http://www.hiprom.com/GeneralPics/ShowsFairs/a1-2.jpg'>"
	//random_text_solution[number++] = "<img src='http://www.hiprom.com/GeneralPics/ShowsFairs/a4-2.jpg'>"
	//random_text_solution[number++] = "<img src='http://www.hiprom.com/GeneralPics/ShowsFairs/a5-2.jpg'>"
	//random_text_solution[number++] = "<img src='http://www.hiprom.com/GeneralPics/ShowsFairs/a6-2.jpg'>"
	
	
	
	
	
	
	var random_number = Math.floor(Math.random() * number);
	
	document.write(random_text_solution[random_number]);

	
