myLine = 3;
myMes = new Array(
'<img src="http://www.selfy.co.jp/img/01.jpg" alt="" title="" />',
'<img src="http://www.selfy.co.jp/img/03.jpg"  alt="" title="" />',
'<img src="http://www.selfy.co.jp/img/04.jpg"  alt="" title="" />'
);
myRnd = Math.floor(Math.random()*myLine);
document.write(myMes[myRnd]);

