function footer(){

		str ='<table width="749" border="0" cellspacing="0" cellpadding="0" class="bg_footer" height="22">';
		str +='<tr>';
		str +='<td><table width="100%" border="0" cellspacing="0" cellpadding="0">';
		str +='<tr>';
		str +='<td width="20"><span class="riyou"><img src="../images/footer_icon.gif" alt="・" width="13" height="18" /></span></td>';
		str +='<td width="90"><a href="http://www.hudson.co.jp/gamenavi/index.html" target="_blank">ハドソンゲームナビ</a></td>';
		str +='<td width="20"><span class="riyou"><img src="../images/footer_icon.gif" alt="・" width="13" height="18" /></span></td>';
		str +='<td><a href="../rights/index.html" style="margin:100px 0px 0px 0px;">サイトのご利用について</a> </td>';
		str +='</tr>';
		str +='</table></td>';
		str +='<td><div align="right" class="mc">';
		str +='&#169; 2005 HUDSON SOFT  &#169; 2005 RED';
		str +='</div></td>';
		str +='</tr>';
		str +='</table>';

	document.write(str);

}
//お気に入り
function addFavorite(TL){
	var brw_v = navigator.appVersion.charAt(0);
	var brw_n = navigator.appName.charAt(0);
	if((brw_v >= 4)&&(brw_n == "M")){
		window.external.AddFavorite(location.href, TL);
	}else{
		window.alert("IE4以上のみの対応です");
	}
}
