﻿/* cm59 (3) */

/* function random_msg( ) { */
	var i ;
	var j ;
	var k ;
	var l ;
	var m ;

	tag = new Array();

	tag[0]='<div class="cm2"><p><a href="http://www.social-town.com/img/cm59/kitakamigawa.swf" target="_blank"><img src="http://www.social-town.com/img/cm59/kitakamigawa.gif" width="200" height="60" border="0" /></a></p></div>';

	tag[1]='<div class="cm2"><p><a href="http://www.social-town.com/img/cm59/matumura.swf" target="_blank"><img src="http://www.social-town.com/img/cm59/matumura.gif" width="200" height="60" border="0" /></a></p></div>';

	tag[2]='<div class="cm2"><p><a href="http://www.social-town.com/img/cm59/hokuto.swf" target="_blank"><img src="http://www.social-town.com/img/cm59/hokuto.gif" width="200" height="60" border="0" /></a></p></div>';

	tag[3]='<div class="cm2"><p><a href="http://www.social-town.com/img/cm59/dentist.swf" target="_blank"><img src="http://www.social-town.com/img/cm59/dentist.gif" width="200" height="60" border="0" /></a></p></div>';

	tag[4]='<div class="cm2"><p><a href="http://www.social-town.com/img/cm59/cityplaza.swf" target="_blank"><img src="http://www.social-town.com/img/cm59/cityplaza.gif" width="200" height="60" border="0" /></a></p></div>';

	/* 1回目 */
	i　=　Math.floor(Math.random()*tag.length);
	document.write(tag[i]);

	/* 2回目 */
	j　=　Math.floor(Math.random()*tag.length);
	while(j==i){
	j　=　Math.floor(Math.random()*tag.length);
	}
	document.write(tag[j]);

	/* 3回目 */
	k　=　Math.floor(Math.random()*tag.length);
	while(k==i || k==j){
	k　=　Math.floor(Math.random()*tag.length);
	}
	document.write(tag[k]);

	/* 4回目 */
	/* l　=　Math.floor(Math.random()*tag.length); */
	/* while(l==i || l==j || l==k){ */
	/* l　=　Math.floor(Math.random()*tag.length); */
	/* } */
	/* document.write(tag[l]); */

	/* 5回目 */
	/* m　=　Math.floor(Math.random()*tag.length); */
	/* while(m==i || m==j || m==k || m==l){ */
	/* m　=　Math.floor(Math.random()*tag.length); */
	/* } */
	/* document.write(tag[m]); */


/* } */
