/* このファイルをtopに表示さる場合はヘッダーも表示させる */
var strRoot = "http://www.amari-akira.com/";

function OnTopWith(strTitle, strUrl) {
	if(top == self){
document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td height='100' align='center' class='attention' width='350'>");
document.write("このページは、<br><a href='" + strRoot + "'>甘利明 公式サイト</a> - ");
document.write("<a href='" + strRoot + strUrl + "'>「" + strTitle + "」</a> の一部です。<br>");
document.write("      <a href='" + strRoot + "'>" + strRoot + "</a>");
document.write("</td>");
document.write("<td height='100' align='center' style='background:#101227;'>");
document.write("    <a href='http://amari-akira.com/' target='_top'><img src='../image/title_s_2_20080924.jpg' alt='甘利明' border='0'></a>");
document.write("</td>");
document.write("  </tr>");
document.write("</table>");
	}
}
