

document.write('<style TYPE="text/css">');
document.write('A:hover ');
document.write('{');
document.write('   COLOR: #808080;');
document.write('   TEXT-DECORATION: underline');
document.write('}');
document.write('</style>');


document.write('<div align=center>');
document.write('	<table border=0 cellspacing=1 cellpadding=0 width=1000>');
document.write('			<tr>');
document.write('			<td width=100% valign=middle align=left><br>');

document.write('<font size=1 face=Arial color=#808080>© Eshta Group 2010. All Rights Reserved. Site created by <a href=http://www.avantcommunication.com target=_blank><font size=1 face=Arial color=#808080>Avant Communication</a>.');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=../welcome/welcome.html><font color=#808080>Home</font></a>&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;<a href=privacy_policy.html><font color=#808080>Privacy Policy');
document.write('</font></a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=terms.html><font color=#808080>Terms & Conditions</font></a>&nbsp;&nbsp;&nbsp;|');
document.write('');
document.write('&nbsp;&nbsp;&nbsp;<a href=news.html><font color=#808080>News & Media</a>');
document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=contact.html><font color=#808080>Contact Us</a>');
document.write('			</td>');
document.write('		</tr>');
document.write('	</table>');
document.write('</div>');
