| <HTML>
<HEAD>
<META http-equiv="Content-type" content="text/html; charset=Shift_JIS">
<TITLE>デバッグ用</TITLE>
<STYLE type="text/css">
* {
font-family: "MS Pゴシック";
font-size: 12px;
}
BODY {
background-color: white;
color: black;
}
</STYLE>
<SCRIPT
language="javascript"
type="text/javascript"
src="http://homepage2.nifty.com/lightbox/firebug/firebug.js">
</SCRIPT>
<SCRIPT
language="javascript"
type="text/javascript"
src="http://homepage2.nifty.com/lightbox/swfobject.js">
</SCRIPT>
</HEAD>
<!-- *******************************************************
BODY
******************************************************** -->
<BODY>
<DIV id="flashcontent" style='display:inline'></DIV>
<script type="text/javascript">
var so = new SWFObject(
"Main.swf?reload=" + (new Date()).getTime(),
"idswf", "520", "350", "9", "#FFFFFF");
so.write("flashcontent");
document.getElementById("idswf").focus();
</script>
</BODY>
</HTML>
| |