// JavaScript Document
var ad=new Array()
ad[0]='<b align="center" class="adstitle">Churches &amp; Ministries</b><br><b class="fletter">T</b>ake advantage of all the Rhema networking services at a 25% discounted rate.<br><div align="right"><a href="church.html" target="_parent">More Info</a></div>';
ad[1]='<b align="center" class="adstitle">Hosting</b><br><b class="fletter">H</b>osting includes all aspects of web related services including domain name, email, website and more. <br><div align="right"><a href="plans.html" target="_parent">More Info</a></div>';
ad[2]='<b align="center" class="adstitle">Web Development</b><br><b class="fletter">W</b>eb development continues to be an important aspect for businesses in every American marketplace.<br><div align="right"><a href="design.html" target="_parent">More Info</a></div>';
ad[3]='<b align="center" class="adstitle">Gaming</b><br><b class="fletter">I</b>nvolved in online gaming? checkout our different players games and ranking.<br><div align="right"><a href="gaming.html" target="_parent">More Info</a></div>';
ad[4]='<b align="center" class="adstitle">Database Programming</b><br><b class="fletter">T</b>oday many companies use databases to control their inventor, payroll, shipping & Recieving, as well as everyday business. We can help with your database needs.<br><div align="right"><a href="program.html" target="_parent">More Info</a></div>';

var xy=Math.floor(Math.random()*ad.length);
document.write(ad[xy]);
