var index1 = Math.round (Math.random () * 1);
var index2 = Math.round ((Math.random () * 1) + 2);

var randomIndex = Math.round (Math.random ());

if (randomIndex == 1)
{
	index2 = 2;
}

//
var images = new Array()
images[0] = '<a href="http://www.ceridius.com/Services/Reseller_Hosting/wholesale_reseller_hosting.html"><img src="http://www.ceridius.com/images/title/title_reseller_hosting.jpg" width="260" height="20" border="0"></a>'
images[1] = '<a href="http://www.ceridius.com/Services/Colocation/colo.html"><img src="http://www.ceridius.com/images/title/title_colocation.jpg" width="260" height="20" border="0"></a>'
images[2] = '<a href="http://www.ceridius.com/Services/Dedicated_Servers/mon_ded_budget.html"><img src="http://www.ceridius.com/images/title/title_dedicated_servers.jpg" width="260" height="20" border="0"></a>'
images[3] = '<a href="http://www.ceridius.com/Services/Managed_Services/man_solutions.html"><img src="http://www.ceridius.com/images/title/title_managedsolutions.jpg" width="260" height="20" border="0"></a>'

//
var text = new Array()
text[0] = '<a href="http://www.ceridius.com/Services/Reseller_Hosting/wholesale_reseller_hosting.html">Ceridius Networks offers a full line of reseller hosting solutions, from low cost, disk space and bandwidth plans, to full featured automated reseller hosting plans that include billing automation.<br><font color="#000000"><b>Plans starting at $29.95 per month</b></font></a>'
text[1] = '<a href="http://www.ceridius.com/Services/Colocation/colo.html">Ceridius Networks offers secure and affordable colocation space for your web servers, application servers, and other related hardware at our state-of-the-art Internet Data Center in Tampa, FL.<br><font color="#000000"><b>Plans start as low as $49.95/month</b></font></a>'
text[2] = '<a href="http://www.ceridius.com/Services/Dedicated_Servers/mon_ded_budget.html">Our line of monitored dedicated servers allow you to concentrate on the core of your business while our NOC monitors your server day and night, notifying you of any problems in real-time.<br><font color="#000000"><b>Plans start as low as $79.95/month</b></font></a>'
text[3] = '<a href="http://www.ceridius.com/Services/Managed_Services/man_solutions.html">Maintenance and Troubleshooting not worth your time and money?<br>Our fully managed add-on solution will handle all Maintenance, Customer Support, and Backup Solutions for you.<br><b><font color="#000000">Plans start as low as $69.95/month</b></font></a>'

//
function showImageOne()
{
   document.write(images[index1]);
}

function showImageTwo ()
{
   document.write(images[index2]);
}

function showTextOne()
{
   document.write('<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#666666">'+text[index1]+'</font>');
}

function showTextTwo ()
{
   document.write('<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#666666">'+text[index2]+'</font>');
}
