
function random_display1(){

	url = new Array(2); 
	img = new Array(url.length);
	text = new Array(url.length);
	text2 = new Array(url.length);

	url[0]="http://www.kekkon-j.com/hall/h_860/";
	img[0]="https://www.kekkon-j.com/hall/img/sidebar/recommend1-1.jpg";
	text[0] = "THE FUJIYA GOHONJIN";
	text2[0] = "由緒正しき伝統美ウエディング";

	url[1]="http://www.kekkon-j.com/hall/h_847/";
	img[1]="https://www.kekkon-j.com/hall/img/sidebar/recommend1-2.jpg";
	text[1] = "ホテル沼津キャッスル";
	text2[1] = "ドリームエンターテイメントW！";

	i = Math.floor(Math.random( ) * url.length);

	document.write('<dl class="clearfix">');
	document.write('<dt><a href="'+url[i]+'" onclick="var s=s_gi(\'kekkonjcommain\');s.tl(this,\'o\',\'式場-サイド-画像'+text[i]+'\');"><img src="'+img[i]+'" width="120" height="75" alt="'+text[i]+'" /></a></dt>');
	document.write('<dd><a href="'+url[i]+'" onclick="var s=s_gi(\'kekkonjcommain\');s.tl(this,\'o\',\'式場-サイド-テキスト'+text[i]+'\');">'+text2[i]+'</a></dd>');
	document.write('</dl>');

}

function random_display2(){

	url = new Array(2); 
	img = new Array(url.length);
	text = new Array(url.length);
	text2 = new Array(url.length);

	url[0]="http://www.kekkon-j.com/hall/h_867/";
	img[0]="https://www.kekkon-j.com/hall/img/sidebar/recommend2-1.jpg";
	text[0] = "サァラ軽井沢ホテル";
	text2[0] = "大自然に囲まれた国内リゾートW";

	url[1]="http://www.kekkon-j.com/hall/h_883/";
	img[1]="https://www.kekkon-j.com/hall/img/sidebar/recommend2-2.jpg";
	text[1] = "KATSUTAYA";
	text2[1] = "おふたりの夢や想いをカタチに！";

	i = Math.floor(Math.random( ) * url.length);

	document.write('<dl class="clearfix">');
	document.write('<dt><a href="'+url[i]+'" onclick="var s=s_gi(\'kekkonjcommain\');s.tl(this,\'o\',\'式場-サイド-画像'+text[i]+'\');"><img src="'+img[i]+'" width="120" height="75" alt="'+text[i]+'" /></a></dt>');
	document.write('<dd><a href="'+url[i]+'" onclick="var s=s_gi(\'kekkonjcommain\');s.tl(this,\'o\',\'式場-サイド-テキスト'+text[i]+'\');">'+text2[i]+'</a></dd>');
	document.write('</dl>');

}

function random_display3(){

	url = new Array(2); 
	img = new Array(url.length);
	text = new Array(url.length);
	text2 = new Array(url.length);

	url[0]="http://www.kekkon-j.com/hall/h_859/";
	img[0]="https://www.kekkon-j.com/hall/img/sidebar/recommend3-1.jpg";
	text[0] = "銀座ORVIETO";
	text2[0] = "煌きの幻想空間でのウエディング";

	url[1]="http://www.kekkon-j.com/hall/h_846/";
	img[1]="https://www.kekkon-j.com/hall/img/sidebar/recommend3-2.jpg";
	text[1] = "オーベルジュオーミラドー";
	text2[1] = "卓越した技が織り成す本格フレンチ";

	i = Math.floor(Math.random( ) * url.length);

	document.write('<dl class="clearfix">');
	document.write('<dt><a href="'+url[i]+'" onclick="var s=s_gi(\'kekkonjcommain\');s.tl(this,\'o\',\'式場-サイド-画像'+text[i]+'\');"><img src="'+img[i]+'" width="120" height="75" alt="'+text[i]+'" /></a></dt>');
	document.write('<dd><a href="'+url[i]+'" onclick="var s=s_gi(\'kekkonjcommain\');s.tl(this,\'o\',\'式場-サイド-テキスト'+text[i]+'\');">'+text2[i]+'</a></dd>');
	document.write('</dl>');

}