function disp_gt1(){

document.write("<!-- ページランクバー生成タグ スタート -->");
document.write("<form action='http://www.pagerankcounter.com/usemethod.html' method='post' style='margin:0 0 0 0;padding:0 0 0 0;' target='_blank'>");
document.write("<table cellpadding='4' cellspacing='1' style='font-size : 11px;' bgcolor='#000000'>");
document.write("<tbody>");
document.write("<tr>");
document.write("<td style='background-color : white;'>");
document.write("Googleページランク表示ツール作成　<a href='http://www.pagerankcounter.com/' target='_blank'><img alt='ランクバー青' src='http://www.pagerankcounter.com/images/PoweredBy.gif' border='0' /></a><br />");
document.write("<input name='url' type='text' size='50' value='' />　<input type='image' src='http://www.pagerankcounter.com/images/main_button.gif' alt='Page Rankチェック' align='middle' /></td>");
document.write("</tr>");
document.write("</tbody>");
document.write("</table>");
document.write("</form>");
document.write("<!-- ページランクバー生成タグ エンド -->");

}
disp_gt1();
