n = Math.floor(Math.random()*2);if(n==0){str ="<img src='images/main_img01.jpg' width='665' height='370' border='0'>";}else if(n==1){str ="<img src='images/main_img02.jpg' width='665' height='370' border='0'>";}document.write(str);
