function bubble(){
	var num;
	num = 6;
	number = Math.floor(Math.random() * num);
	document.write('<script type="text/javascript">bubble_'+number+'()</script>');
	document.close();
}




function bubble_0() {
	document.write('重たいけど許してね...');
	document.close();
}

function bubble_1() {
	document.write('気が向いたらまた来てね...');
	document.close();
}

function bubble_2() {
	document.write('まずはサイトマップでも...');
	document.close();
}

function bubble_3() {
	document.write('只今このサイトはベータ版です...');
	document.close();
}

function bubble_4() {
	document.write('jQueryってありがたい...');
	document.close();
}

function bubble_5() {
	document.write('久しぶりのリニューアルです...');
	document.close();
}