
document.writeln(' <center><table border="0" cellpadding="2">');
document.writeln(' <tr>');
document.writeln(' <td align="center">');

function random_imKRink(){
var myimages=new Array(1)
myimages[1]="http://www.lovearth.net/lovearth2003.gif"

var imagelinks=new Array(1)
imagelinks[1]="http://www.lovearth.net" 

var y=Math.round(Math.random()*1)
if (y==0) y=1
if (y>1.5) y=1
document.write('<a href='+'"'+imagelinks[y]+'"'+'><img src="'+myimages[y]+'" border=0></a>')
}
random_imKRink()

document.writeln(' </td>');
document.writeln(' <td>&nbsp;');
document.writeln(' <a href="http://www.earths.net"><img border="0" valign="bottom" src="http://www.earths.net/enet.gif"></a>');
document.writeln(' </td>');
document.writeln(' </tr>');
document.writeln(' </table></center>');




