// JavaScript Document
<!--
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<table width="203" border="0" cellspacing="0" cellpadding="0"><tr><td width="203"><img src="images/shim.gif" width="1" height="7"></td></tr><tr><td><img src="images/hdr/hd_call_case.gif" width="203" vspace="5" height="17"></td></tr><tr><td><a href="services/casestudies.htm"><img src="images/px/px_success_transpo.jpg" width="203" height="69" border="0"></a></td></tr><tr><td><img src="images/shim.gif" width="1" height="10"></td></tr><tr><td class="bodyCopy">Discover the many ways we have helped our customers overcome their transporation and logistics challenges. Learn more...</td></tr><tr><td><img src="images/shim.gif" width="1" height="5"></td></tr><tr><td align="right"><a href="services/casestudies.htm"><img src="images/btn/btn_readmore.gif" name="readmore" width="91" height="17" border="0"></a></td></tr><tr><td><img src="images/shim.gif" width="1" height="10"></td></tr></table>';
//mycontent[2]='<table width="203" border="0" cellspacing="0" cellpadding="0"><tr><td width="203"><img src="images/shim.gif" width="1" height="7"></td></tr><tr><td><img src="images/hdr/hd_call_svcs.gif" width="203" vspace="5" height="17"></td></tr><tr><td><a href="services/default.htm"><img src="images/px/px_fragile.jpg" width="203" height="69" border="0"></a></td></tr><tr><td><img src="images/shim.gif" width="1" height="10"></td></tr><tr><td class="bodyCopy">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam t ...</td></tr><tr><td><img src="images/shim.gif" width="1" height="5"></td></tr><tr><td align="right"><a href="services/default.htm"><img src="images/btn/btn_readmore.gif" name="readmore2" width="91" height="17" border="0"></a></td></tr><tr><td><img src="images/shim.gif" width="1" height="10"></td></tr></table>'
mycontent[2]='<table width="203" border="0" cellspacing="0" cellpadding="0"><tr><td width="203"><img src="images/shim.gif" width="1" height="7"></td></tr><tr><td><img src="images/hdr/hd_call_history.gif" width="203" vspace="5" height="17"></td></tr><tr><td><a href="history/default.htm"><img src="images/px/px_history.jpg" width="203" height="69" border="0"></a></td></tr><tr><td><img src="images/shim.gif" width="1" height="10"></td></tr><tr><td class="bodyCopy">A woman owned transportation company, serving Illinois since 1978. At Continental, Ltd. we exceed customer expectations...</td></tr><tr><td><img src="images/shim.gif" width="1" height="5"></td></tr><tr><td align="right"><a href="history/default.htm"><img src="images/btn/btn_readmore.gif" name="readmore2" width="91" height="17" border="0"></a></td></tr><tr><td><img src="images/shim.gif" width="1" height="10"></td></tr></table>'
mycontent[3]='<table width="203" border="0" cellspacing="0" cellpadding="0"><tr><td width="203"><img src="images/shim.gif" width="1" height="7"></td></tr><tr><td><img src="images/hdr/hd_call_tech.gif" width="203" vspace="5" height="17"></td></tr><tr><td><a href="technology/default.htm"><img src="images/px/px_technology.jpg" width="203" height="69" border="0"></a></td></tr><tr><td><img src="images/shim.gif" width="1" height="10"></td></tr><tr><td class="bodyCopy">Continental, Ltd. is a company built on systems and technology. Our focus has always been to integrate systems to maximize...</td></tr><tr><td><img src="images/shim.gif" width="1" height="5"></td></tr><tr><td align="right"><a href="technology/default.htm"><img src="images/btn/btn_readmore.gif" name="readmore2" width="91" height="17" border="0"></a></td></tr><tr><td><img src="images/shim.gif" width="1" height="10"></td></tr></table>'
//mycontent[4]='<table width="203" border="0" cellspacing="0" cellpadding="0"><tr><td width="203"><img src="images/shim.gif" width="1" height="7"></td></tr><tr><td><img src="images/hdr/hd_call_news.gif" width="203" vspace="5" height="17"></td></tr><tr><td><a href="news/default.htm"><img src="images/px/px_warehouse.jpg" width="203" height="69" border="0"></a></td></tr><tr><td><img src="images/shim.gif" width="1" height="10"></td></tr><tr><td class="bodyCopy">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam t ...</td></tr><tr><td><img src="images/shim.gif" width="1" height="5"></td></tr><tr><td align="right"><a href="news/default.htm"><img src="images/btn/btn_readmore.gif" name="readmore2" width="91" height="17" border="0"></a></td></tr><tr><td><img src="images/shim.gif" width="1" height="10"></td></tr></table>'


var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->