

d=document;

//var path="file:///c:/sites/novedu/";
var path="http://www.novedu.ru/";




a=Math.random()*2;
var k=Math.round(a);
d.writeln('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
d.writeln('<tr width="411"><td>');
d.writeln('<img src="'+path+'minigerb.gif" width="411" height="82" align="left" '); 
d.writeln('style="margin: 5 0 0 0;" usemap="#Map" border="0"></td><td align="left">');

if(k===0){    
d.write('<a href="'+path+'r-stud.htm"><img src="'+path+'r-stud.gif" width="268" height="70"');
              d.write('alt="Решение задач по химии" border="0"></a>');
                }
if(k===1){    
d.write('<a href="'+path+'r-main.htm"><img src="'+path+'r-main.jpg" ');
d.write('alt="Реклама. Условия размещения" border="0"></a>');
                }	
if(k===2){    
d.write('<a href="'+path+'ecodom.htm"><img src="'+path+'ecodom.gif" width="272" height="70"');
              d.write('alt="Экологическое домостроение" border="0"></a>');
                }		
					

d.writeln('</td></tr>');
d.writeln('</table>');


d.write('<map name="Map">');
d.write(' <area shape="rect" coords="125,4,165,16" href="'+path+'index.htm">');
d.write(' <area shape="rect" coords="173,4,209,17" href="'+path+'stati.htm">');
d.write('<area shape="rect" coords="216,3,266,17" href="'+path+'metod.htm">');
d.write('<area shape="rect" coords="125,21,182,35" href="'+path+'prog.htm">');
d.write('<area shape="rect" coords="190,21,247,35" href="'+path+'opribor.htm">');
d.write('<area shape="rect" coords="254,21,317,35" href="'+path+'sprav.htm">');
d.write('<area shape="rect" coords="125,39,211,53" href="'+path+'object.htm">');
d.write('<area shape="rect" coords="217,40,300,52" href="'+path+'internet.htm">');
d.write('<area shape="rect" coords="307,39,368,52" href="'+path+'oglavl.htm">');
d.write('</map>');

d.writeln('<!-- begin of Top100 code -->');
d.writeln('<script id="top100Counter" type="text/javascript" src="http://counter.rambler.ru/top100.jcn?1834899"></script><noscript><img src="http://counter.rambler.ru/top100.cnt?1834899" alt="" width="1" height="1" border="0"/></noscript>');
d.writeln('<!-- end of Top100 code -->');


