<!--



var imgMax = 3;

var imgRandom = Math.floor(Math.random() * imgMax);



if(imgRandom == 0) document.write('<a href="http://www.kress-jp.com/"><img src="http://www.pc-sanpo.com/banner/200200_kress.jpg" width="200" height="200" border="0" alt=""></a>');

if(imgRandom == 1) document.write('<a href="http://www.csskk.co.jp/showzo/"><img src="http://www.pc-sanpo.com/banner/200200_showzo.jpg" width="200" height="200" border="0" alt=""></a>');

if(imgRandom == 2) document.write('<a href="http://www.rakurakuboard.com/"><img src="http://www.pc-sanpo.com/banner/200200_board.jpg" width="200" height="200" border="0" alt=""></a>');


else if(imgRandom == 2) document.write('');





//-->


