var num = 6;
var Ads = new Array( );

        Ads[0] = ( '<img src="http://www.earth-meal.jp/images/top/img/img_main1.jpg">' );
        Ads[1] = ( '<img src="http://www.earth-meal.jp/images/top/img/img_main2.jpg">' );
        Ads[2] = ( '<img src="http://www.earth-meal.jp/images/top/img/img_main3.jpg">' );
        Ads[3] = ( '<img src="http://www.earth-meal.jp/images/top/img/img_main4.jpg">' );
        Ads[4] = ( '<img src="http://www.earth-meal.jp/images/top/img/img_main5.jpg">' );
		Ads[5] = ( '<img src="http://www.earth-meal.jp/images/top/img/img_main6.jpg">' );

Rnd = Math.floor( Math.random ( ) * num );
document.write( Ads[Rnd] );
