var docLastMod;
docLastMod=document.lastModified;
document.write('<table width="100%" border="0" cellspacing="5" cellpadding="0" color=#000000>');
document.write('<TR>');
document.write('<TD align="left" width="50%">');
document.write('<FONT  style="font-size: 100%; font-style: normal;');
document.write(' font-weight: normal; text-align: center; color: #00FF00">');
document.write('Updated at ', docLastMod, ' ');
document.write('</FONT></TD>')
document.write('<TD align="right" width="50%">&nbsp;&nbsp;<IMG SRC="http://www.eurosong.ru/img/mail.gif" WIDTH="17" HEIGHT="13">');
document.write('<FONT style="font-size: 100%; font-style: normal; color: #00FF00;">&nbsp;&nbsp;'); 
document.write('<A href="mailto:webmaster@eurosong.ru"');
document.write('style="color:  #F5DD05;">E-mail to web-master: </FONT>');
document.write('<FONT style="font-size: 100%; font-style: normal; color: #00FF00;">webmaster@eurosong.ru</a></FONT></TD>');
document.write('</TR></TABLE>');

