<?
include ("top.html");
?>
<script language="JavaScript">
<!--

function openUrl(href)
{
	window.open(href,"winplan","toolbar=no,menubar=no,width=400,height=400,scrollbars=yes,resizable=no");
	return false;
}
//-->
</script>

<table>
<tr><td width=20%>&nbsp;</td><td width=80%>&nbsp;</td></tr>
<tr><td>&nbsp;</td><td>
<?
require("./common/common.php");
show_bbs_board(30);
?>
</td></tr>
</table>
<? include ("bottom.html"); ?>
