// JavaScript Document
function fbanner()
{ document.write('<a href="http://top100.rambler.ru/top100/" target="_blank"><img src="http://counter.rambler.ru/top100.cnt?1045927" alt="" width=1 height=1 border=0></a>')
	}
function fbanner_table()
{
	document.write('<table >');
    document.write('<tr>');
      document.write('<td>');
	document.write('<a href="http://top.germany.ru" alt="TOP.germany.ru" target="_blank">');
	document.write('<img src="http://top.germany.ru/cgi-bin/links/top.cgi?ID=5844&v=1" border=0></a>');
      document.write('</td>');
  document.write('</tr>');
document.write('</table>');


 document.write('<table >');
    document.write('<tr>');
     document.write(' <td>');
      document.write(' <a href="http://top100.rambler.ru/top100/" target="_blank" ><img src="http://top100-images.rambler.ru/top100/banner-88x31-rambler-gray2.gif" alt="Ramblers Top100" width=88 height=31 border=0></a>');
     document.write('</td>');
   document.write(' </tr>');
 document.write(' </table>');
	
	}
	
