<!--
function cimg(basho)
{
rimage = Math.floor(Math.random() * 4); 

fld = basho
ino = rimage+1
img = fld + ino + ".gif" 

tag = "<IMG SRC='" + img + "' border=0 ALT='drag me' name='caraimg'>";
};


// end-->