function showFooter()
{
	var strFooterData = '';
strFooterData += '<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">';
strFooterData += '<tr>';
strFooterData += '<td height="29" align="center" bgcolor="#d3d3d3"> ';
strFooterData += '<table width="949" border="0" cellspacing="0" cellpadding="0">';
strFooterData += '<tr> ';
strFooterData += '<td width="557" align="left" class="bottom1">COPYRIGHTS &copy; 2008. ';
strFooterData += 'ALL RIGHTS RESERVED. ALL INFORMATION ON THIS WEBSITE IS THE PROPERTY ';
strFooterData += 'LOGSTICA GROUP.<br>';
strFooterData += 'LOGISTICA, LOGISTICA GROUP, ENKAY &amp; ENKAY EXPRESS ARE TRADEMARKS ';
strFooterData += 'OF LOGISTICA GROUP - AN AL RAI LOGISTICA COMPANY.</td>';
strFooterData += '<td width="392" align="right" class="bottom2"><strong>SITEMAP | TERMS ';
strFooterData += 'OF USE | SCHEDULED MAINTENANCE | CONTACT US</strong></td>';
strFooterData += '</tr>';
strFooterData += '</table>';
strFooterData += '</td>';
strFooterData += '</tr>';
strFooterData += '<tr>';
strFooterData += '<td height="29" align="center"><table width="949" border="0" cellspacing="0" cellpadding="0">';
strFooterData += '<tr> ';
strFooterData += '<td align="right"> ';
strFooterData += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="160" height="24">';
strFooterData += '<param name="movie" value="images/rilogo1.swf">';
strFooterData += '<param name="quality" value="high">';
strFooterData += '<embed src="images/rilogo1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="160" height="24"></embed></object>';
strFooterData += '</td>';
strFooterData += '</tr>';
strFooterData += '</table></td>';
strFooterData += '</tr>';
strFooterData += '</table>';
	document.write(strFooterData);
}