//scripting by MEG.TAKEICHI-FAVGEAR-
/*n = Math.floor(Math.random()*6);
n = n+1;
str1="";
str2="";
str = str1 + n +str2;
document.write("<img width='215' height='298' border='0' src='");
document.write(str);
document.write("'>");*/

