line = 13;
mes = new Array(13);
mes[0] ='<img src="http://blog.monotone-think.com/images/logo.gif" width="710" height="100" border="0">';
mes[1] ='<img src="http://blog.monotone-think.com/images/logo_2.gif" width="710" height="100" border="0">';
mes[2] ='<img src="http://blog.monotone-think.com/images/logo_3.gif" width="710" height="100" border="0">';
mes[3] ='<img src="http://blog.monotone-think.com/images/logo_4.gif" width="710" height="100" border="0">';
mes[4] ='<img src="http://blog.monotone-think.com/images/logo_5.gif" width="710" height="100" border="0">';
mes[5] ='<img src="http://blog.monotone-think.com/images/logo_6.gif" width="710" height="100" border="0">';
mes[6] ='<img src="http://blog.monotone-think.com/images/logo_7.gif" width="710" height="100" border="0">';
mes[7] ='<img src="http://blog.monotone-think.com/images/logo_8.gif" width="710" height="100" border="0">';
mes[8] ='<img src="http://blog.monotone-think.com/images/logo_9.gif" width="710" height="100" border="0">';
mes[9] ='<img src="http://blog.monotone-think.com/images/logo_10.gif" width="710" height="100" border="0">';
mes[10] ='<img src="http://blog.monotone-think.com/images/logo_11.gif" width="710" height="100" border="0">';
mes[11] ='<img src="http://blog.monotone-think.com/images/logo_12.gif" width="710" height="100" border="0">';
mes[12] ='<img src="http://blog.monotone-think.com/images/logo_13.gif" width="710" height="100" border="0">';
Rnd = Math.floor(Math.random()*line);
document.write(mes[Rnd]);
