//for flash
function targetBlank(url) {
	window.open(url, "_blank","");
}
//game window
function openGameWindow(){
	var url = "http://oshietebrain.okwave.jp/blog/index4.html";
	var win = window.open(url, 'newWindow', 'scrollbars=no,resizable=no,width=600,height=700');
	win.focus();
}

document.writeln('');
document.writeln('<script');
document.writeln('	type="text/javascript"');
document.writeln('	src="http://oshietebrain.okwave.jp/blog/js/swfobject.js">');
document.writeln('</script>');
document.writeln('<script');
document.writeln('	type="text/javascript"');
document.writeln('	src="http://oshietebrain.okwave.jp/blog/js/overLayFlash2.js">');
document.writeln('</script>');
document.writeln('<object');
document.writeln('	classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.writeln('	codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
document.writeln('	width="160"');
document.writeln('	height="480"');
document.writeln('	id="bp_msds"');
document.writeln('	align="middle">');
document.writeln('<param name="allowScriptAccess" value="always" />');
document.writeln('<param name="movie" value="http://oshietebrain.okwave.jp/blog/bp/bp_msds2.swf" />');
document.writeln('<param name="quality"value="high" />');
document.writeln('<param name="wmode" value="transparent" />');
document.writeln('<param name="bgcolor" value="#c8edf6" />');
document.writeln('<param name="FlashVars" value="ref=' + location.href + '" />');
document.writeln('<embed');
document.writeln('	src="http://oshietebrain.okwave.jp/blog/bp/bp_msds2.swf"');
document.writeln('	quality="high"');
document.writeln('	wmode="transparent"');
document.writeln('	bgcolor="#c8edf6"');
document.writeln('	width="160"');
document.writeln('	height="480"');
document.writeln('	name="bp_msds"');
document.writeln('	align="middle"');
document.writeln('	allowScriptAccess="always"');
document.writeln('	FlashVars="ref=' + location.href  + '"');
document.writeln('	type="application/x-shockwave-flash"');
document.writeln('	pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.writeln('</embed>');
document.writeln('</object>');
