//
// ranking_link.js
//
// 2001年元日にリンクが張られるスクリプト
//

function jet_link() {
	today = new Date();
//	days = Date.parse("2001/1/1")-today.getTime();
	days = Date.parse("2000/12/25")-today.getTime();
	
	if (days <= 0) {
		document.write("<EM><A href='rankinglist_pre_select.html'>ランキングを見る</A></EM><BR>");
//		document.write("<EM><A href='/cgi-bin/jet/htagent.cgi?allow=/protected/rankingregist_pre.html&amp;deny=/error_agentdenied.html'>ランキングに挑戦</A></EM>");
	}
	else {
		document.write("<EM><A href='rankinglist_select.html'>ランキングを見る</A></EM><BR>");
//		document.write("<EM><A href='/cgi-bin/jet/htagent.cgi?allow=/protected/rankingregistration.html&amp;deny=/error_agentdenied.html'>ランキングに挑戦</A></EM>");
	}
}
