
	function random_text_solution()
	{};
	var random_text_solution = new random_text_solution();
	
	var number = 0;
	
	//1788HP-EN2PA-1
	//random_text_solution[number++] = "<h2>Logix Profibus-PA Ethernet/IP EN2PA</h2><br>The 1788HP-EN2PA provides a direct and powerful method of integrating Profibus PA field devices in an Allen-Bradley Logix platform. PA field devices are added directly into the RSLogix IO tree.<br><br>Profibus PA is a convenient 2-wire instrument bus and a popular choice in process control. The network is based on the IEC 61158 specification and operates at 31.25 KBits/s supplying power and communication on the same cable. <br><br>The <a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-EN2PA/web/1788hp-en2pa.htm'>1788HP-EN2PA</a> device is a self contained IP55 field-mountable device, linking an EtherNet/IP network to a local Profibus PA segment. The unit operates as a true PA master, and does not require any DP network, DP master or coupler device. Up to 16 PA field devices can be connected to each EN2PA, (bus current permitting.)<br><br><ul><li><a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-EN2PA/web/1788hp-en2pa.htm'> View the 1788HP-EN2PA</a></li></ul>"

	//1788HP-EN2PA-2 
 	//random_text_solution[number++] = "<h2>Logix Profibus-PA Ethernet/IP EN2PA</h2><br>The 1788HP-EN2PA provides a direct and powerful method of integrating Profibus PA field devices in an Allen-Bradley Logix platform. PA field devices are added directly into the RSLogix IO tree.<br><br>The <a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-EN2PA/web/1788hp-en2pa.htm'> 1788HP-EN2PA </a> supports FDT (Field Device Type) / DTM (Device Type Manager) technology. This allows the user to get all the acyclic data benefits from each field device that has a DTM. The user is able to sit in his/her office and do detailed configuration, calibration, audit trails, asset management of all field devices and many other features.<br> The user just needs to install and add the supplied 1788HP-EN2PA DTM in the FDT frame. All the instruments connected to the 1788HP-EN2PA can then beaccessed from within the FDT frame.<br><br><ul><li><a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-EN2PA/web/1788hp-en2pa.htm'> View the 1788HP-EN2PA</a></li></ul>"
	
	
	
	//random_text_solution[number++] = "<h2>TIME: 1756HP-TIME</h2><table width='99%'><tr><td>The <a href='http://www.hiprom.com/Pages/Products/1756_CLX/1756HP-TIME/web/1756HP-TIME.htm'>1756HP-TIME</a> module contains an onboard GPS receiver leveraging the accuracy of the GPS satellite atomic clocks.<br>The module hosts dual Ethernet ports for direct Ethernet time synchronization using NTP (Network Time Protocol) and  PTP (Precision Time Protocol) where the module acts as a Time Grandmaster. This modules replaces the existing 1756HP-GPS module with little or no application code modifications required.</td><td><a href='Pages/Products/1756_CLX/1756HP-TIME/files/Document Development/Photos/1756HP-TIMEm.jpg'><img src='Pages/Products/1756_CLX/1756HP-TIME/files/Document Development/Photos/1756HP-TIMEs.jpg'></a></td></tr><tr><td colspan=2>Features:<ul><li>Internal GPS Receiver</li><li>PTP - Precision Time Protocol</li><li>NTP - Network Time Protocol</li><li>IRIG-B Input / Output</li><li>Dual Port Ethernet Switch</li><li>DLR - Device Level Ring</li><li>Web Interface</li></ul></td></tr></table>"

	
	random_text_solution[number++] = "<h2>Profibus: The EN2PA-R and CN2PA-R</h2><table border=0 width='99%'><tr><td width='50%'>The <a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-EN2PA-r/web/1788HP-EN2PA-r.htm'>EN2PA-R</a> and <a href='http://www.hiprom.com/Pages/Products/1788_Range/1788HP-CN2PA-r/web/1788HP-CN2PA-r.htm'>CN2PA-R</a> provide a fast and integrated solution for adding Profibus PA field devices to any Logix platform.<br>These linking devices provide a direct link between Profibus PA and EtherNet/IP or ControlNet (Redundant), with no intermediate Profibus-DP layer required.</td><td><a href='Pages/Products/1788_Range/1788HP-CN2PA-R/files/Document Development/Photos/CN2PAm.jpg'><img src='Pages/Products/1788_Range/1788HP-CN2PA-R/files/Document Development/Photos/CN2PAs.jpg'></a><a href='Pages/Products/1788_Range/1788HP-EN2PA-R/files/Document Development/Photos/EN2PAm.jpg'><img src='Pages/Products/1788_Range/1788HP-EN2PA-R/files/Document Development/Photos/EN2PAs.jpg' height='143px'></a></td></tr><tr><td colspan=2><a href='Pages/Products/1788_Range/1788HP-EN2PA-R/files/Document Development/Graphics/Strategy3m.jpg'><img src='Pages/Products/1788_Range/1788HP-EN2PA-R/files/Document Development/Graphics/Strategy3s.jpg' width='150px' style='position:absolute; padding-left:300px; padding-top:30px'></a>Features:<ul><li>Direct Logix to Profibus PA</li><li>No Profibus DP required</li><li>Dual Port Ethernet Embedded Switch</li><li>Ethernet DLR - Device Level Ring</li><li>Redundant PA Media (Dual Trunk / Ring)</li><li>Auto default configuration.</li><li>Supports FDT / DTM  technology.</li><li>Advanced diagnostics (oscilloscope)</li><li>Web Interface.</li></ul></td></tr></table>"
	
	
	


	//random_text_solution[number++] = "<img src='http://www.hiprom.com/GeneralPics/ShowsFairs/a2-2.jpg'>"
	//random_text_solution[number++] = "<img src='http://www.hiprom.com/GeneralPics/ShowsFairs/a3-2.jpg'>"
	//random_text_solution[number++] = "<img src='http://www.hiprom.com/GeneralPics/ShowsFairs/a7-2.jpg'>"
	
	var random_number = Math.floor(Math.random() * number);
	
	document.write(random_text_solution[random_number]);

	

	
	
	

