function WriteLink(){
	document.write('<a href="http://ips.karou.jp/simu/fever/" target="_blank">ぷよFeverシミュレータ(白い悪魔)</a><br>' + "\n");
	document.write('<a href="http://v61aq.puyopuyo.net/js/rs/" target="_blank">連鎖シミュレータ (muSHIMaruさん)</a><br>' + "\n");
	document.write('<a href="http://www.inosendo.com/puyo/rensim/" target="_blank">連鎖シミュレータ フィーバー対応版 (イノセンスさん)</a><br>' + "\n");
}

function WriteGA(W,H){
	if (W == 728 && H ==90) {
		document.write('<script type="text/javascript"><!--' + "\n");
		document.write('google_ad_client = "pub-2121816043031673";' + "\n");
		document.write('//PuyoSimu(728x90)' + "\n");
		document.write('google_ad_slot = "3150166276";' + "\n");
		document.write('google_ad_width = 728;' + "\n");
		document.write('google_ad_height = 90;' + "\n");
		document.write('//--></script>' + "\n");
		document.write('<script type="text/javascript"' + "\n");
		document.write('src="http://pagead2.googlesyndication.com/pagead/show_ads.js">' + "\n");
		document.write('</script>' + "\n");
	} else if (W == 336 && H == 280) {
		document.write('<script type="text/javascript"><!--' + "\n");
		document.write('google_ad_client = "pub-2121816043031673";' + "\n");
		document.write('//PuyoSimu(336x280)' + "\n");
		document.write('google_ad_slot = "6016938794";' + "\n");
		document.write('google_ad_width = 336;' + "\n");
		document.write('google_ad_height = 280;' + "\n");
		document.write('//--></script>' + "\n");
		document.write('<script type="text/javascript"' + "\n");
		document.write('src="http://pagead2.googlesyndication.com/pagead/show_ads.js">' + "\n");
		document.write('</script>' + "\n");
	} else {
		document.write('<script type="text/javascript"><!--' + "\n");
		document.write('google_ad_client = "pub-2121816043031673";' + "\n");
		document.write('//PuyoSimu(234x60)' + "\n");
		document.write('google_ad_slot = "4979498764";' + "\n");
		document.write('google_ad_width = 234;' + "\n");
		document.write('google_ad_height = 60;' + "\n");
		document.write('//--></script>' + "\n");
		document.write('<script type="text/javascript"' + "\n");
		document.write('src="http://pagead2.googlesyndication.com/pagead/show_ads.js">' + "\n");
		document.write('</script>' + "\n");
	}
}
