function bubble(){
	var num;
	num = 10;
	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('MTの仕事も増えてきました...');
	document.close();
}

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

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

function bubble_6() {
	document.write('このサイトはWordPressです...');
	document.close();
}

function bubble_7() {
	document.write('スッキリしたデザインのつもり...');
	document.close();
}

function bubble_8() {
	document.write('よかったらフォローしてね...');
	document.close();
}

function bubble_9() {
	document.write('お問い合わせはお気軽に...');
	document.close();
}
