// JavaScript Document
var ad=new Array()
ad[0]='<b align="center" class="adstitle">Network Setup</b><br><b class="fletter">B</b>icsi certified network design and installation.<br><div align="right"><a href="netSetup.html" target="_parent">More Info</a></div>';
ad[1]='<b align="center" class="adstitle">Network Maintenance</b><br><b class="fletter">RHEMA IS, Inc.</b> Bicsi certified installers ensure your network complies with current and future standards.<br><div align="right"><a href="maintenance.html" target="_parent">More Info</a></div>';
ad[2]='<b align="center" class="adstitle">Network Security</b><br><b class="fletter">T</b>hreats to security can come from outside the business or from inside and RHEMA can help prevent and correct both types.<br><div align="right"><a href="security.html" target="_parent">More Info</a></div>';
ad[3]='<b align="center" class="adstitle">PC Sales</b><br><b class="fletter">L</b>ooking for a high quality PC for your Business, Home or Gaming use. Then we have a system for you.<br><div align="right"><a href="pcSales.html" target="_parent">More Info</a></div>';
ad[4]='<b align="center" class="adstitle">Remote Services</b><br><b class="fletter">Remote</b> network monitoring can help ensure critical network applications and resources remain up without the expense of a dedicated IT staff.<br><div align="right"><a href="remote.html" target="_parent">More Info</a></div>';

var xy=Math.floor(Math.random()*ad.length);
document.write(ad[xy]);
