<!--

var articles=new Array()
articles[0]='<td width="220" bgcolor="#3399cc" valign="top"><img border="0" src="media/homearray/Security.jpg"></td></tr><tr><td align ="center" height="50" bgcolor="#3399cc" class="word" width="220"><img border="0" src="media/homearray/Security.gif"></td></tr><tr><td width="220"><table cellspacing="0" cellpadding="5" border="1" bordercolor="#3399cc" width="100%" align="center"><tr><td class="copy" width="220">Using the latest technology and staying abreast of the latest trends, we provide the most reliable and secure service available in the industry.</td></tr></table></td></tr>'
articles[1]='<td width="220" bgcolor="#cc9933" valign="top"><img border="0" src="media/homearray/Reliability.jpg"></td></tr><tr><td align ="center" height="50" bgcolor="#cc9933"class="word" width="220"><img border="0" src="media/homearray/Reliability.gif"></td></tr><tr><td width="220"><table cellspacing="0" cellpadding="5" border="1" bordercolor="#cc9933" width="100%" align="center"><tr><td class="copy" width="220">Help is there when you need it most.  Our people are there with the answers to help you succeed.</td></tr></table></td></tr>'
articles[2]='<td width="220" bgcolor="#996699" valign="top"><img border="0" src="media/homearray/Experience.jpg"></td></tr><tr><td align ="center" height="50" bgcolor="#996699"class="word" width="220"><img border="0" src="media/homearray/Experience.gif"></td></tr><tr><td width="220"><table cellspacing="0" cellpadding="5" border="1" bordercolor="#996699" width="100%" align="center"><tr><td class="copy" width="220">Our team of experts brings your organization the knowledge and understanding gained through years of experience.</td></tr></table></td></tr>'
articles[3]='<td width="220" bgcolor="#cc6633" valign="top"><img border="0" src="media/homearray/Speed.jpg"></td></tr><tr><td align ="center" height="50" bgcolor="#cc6633"class="word" width="220"><img border="0" src="media/homearray/Speed.gif"></td></tr><tr><td width="220"><table cellspacing="0" cellpadding="5" border="1" bordercolor="#cc6633" width="100%" align="center"><tr><td class="copy" width="220">With precise information, delivered in express fashion, you will have the upper-hand in smart decision making.</td></tr></table></td></tr>'
articles[4]='<td width="220" bgcolor="#669933" valign="top"><img border="0" src="media/homearray/Accountability.jpg"></td></tr><tr><td align ="center" height="50" bgcolor="#669933"class="word" width="220"><img border="0" src="media/homearray/Accountability.gif"></td></tr><tr><td width="220"><table cellspacing="0" cellpadding="5" border="1" bordercolor="#669933" width="100%" align="center"><tr><td class="copy" width="220">Our results are measurable in your bottom line.  Last year alone, we saved our clients over $240 million in erroneous charges.</td></tr></table></td></tr>'

random_num = Math.round(4*Math.random());

document.write(articles[random_num]); 


//-->
