<!--
function getIMGS(){
var n = Math.floor(Math.random()*6)+1;
var r="";
r+='<IMG SRC="images/change'+n+'.jpg" WIDTH=371 HEIGHT=406 >'
return r;
}
//--> 
<!--
function getIMGS2(){
var n = Math.floor(Math.random()*16)+1;
var m = Math.floor(Math.random()*52)+1;
var a = Math.floor(Math.random()*13)+1;
var b = Math.floor(Math.random()*13)+14;
var c = Math.floor(Math.random()*12)+27;
var d = Math.floor(Math.random()*12)+39;
var r="";
r+='<table width="773" height="81" border="0" cellpadding="0" cellspacing="0"><tr><td valign="top" width="773" height="81" background="images/img_c/new_header_img'+n+'.jpg"><img src="images/spacer.gif" width="773" height="10"><br><a href="index.html"><img src="images/spacer.gif" width="287" height="60" border="0"></a><a href="dvd_geki.html"><img src="images/img_a/banner_geki.gif" width="468" height="60" align="top" border="0"></a></td></tr></table>'
return r;
}
//--> 
