<!--
function getIMGS(){
var n = Math.floor(Math.random()*6)+1;

var r="";
r+='<table width="777" height="305" border="0" cellpadding="0" cellspacing="0"><tr><td width="467"><img src="images/top/topimg_1-'+n+'.jpg" width="467" height="305"></td><td width="310"><img src="images/top/topimg_2-'+n+'.jpg" width="310" height="305"></td></tr></table>'

return r;
}
//--> 



