var imgMax  = 16; 
var imgRand = Math.floor(Math.random() * imgMax);
if(imgRand == 0)       document.write('<img alt="White WAVE" src="image/logo1.gif" width="571" height="100" />');
else if(imgRand == 1)  document.write('<img alt="Blue WAVE" src="image/logo2.gif" width="571" height="100" />');
else if(imgRand == 2)  document.write('<img alt="Black WAVE" src="image/logo3.gif" width="571" height="100" />');
else if(imgRand == 3)  document.write('<img alt="Yellow WAVE" src="image/logo4.gif" width="571" height="100" />');
else if(imgRand == 4)  document.write('<img alt="Red WAVE" src="image/logo5.gif" width="571" height="100" />');
else if(imgRand == 5)  document.write('<img alt="Gray WAVE" src="image/logo6.gif" width="571" height="100" />');
else if(imgRand == 6)  document.write('<img alt="Green WAVE" src="image/logo7.gif" width="571" height="100" />');
else if(imgRand == 7)  document.write('<img alt="Colorful WAVE" src="image/logo8.gif" width="571" height="100" />');
else if(imgRand == 8)  document.write('<img alt="Pink WAVE" src="image/logo9.gif" width="571" height="100" />');
else if(imgRand == 9)  document.write('<img alt="Purple WAVE" src="image/logo10.gif" width="571" height="100" />');
else if(imgRand == 10)  document.write('<img alt="Brown WAVE" src="image/logo11.gif" width="571" height="100" />');
else if(imgRand == 11)  document.write('<img alt="Orange WAVE" src="image/logo12.gif" width="571" height="100" />');
else if(imgRand == 12)  document.write('<img alt="Navy WAVE" src="image/logo13.gif" width="571" height="100" />');
else if(imgRand == 13)  document.write('<img alt="guitar site WAVE へようこそ！　また来てね！　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　---当サイトは CentOS 5 で構築した自宅サーバより発信しています。表示，動作の確認は、Windows XP SP2 , Internet Explorer 8 , 光ファイバー回線 , 表示解像度 1,280×1,024 ピクセル , True Color (32ビット) ,文字サイズ 中にて行なっています。また、FLASH , JavaScript , スタイルシート , Windows Media を使用しています。ちなみに、現在の総ページ数およびサイズは、150ページ，55M Bytes ぐらいです。---" title="Non WAVE" src="image/logo14.gif" width="571" height="100" />');
else if(imgRand == 14)  document.write('<img alt="Reverse WAVE ( Black )" src="image/logo15.gif" width="571" height="100" />');
else if(imgRand == 15)  document.write('<img alt="Reverse WAVE ( White )" src="image/logo16.gif" width="571" height="100" />');

