
function thisYear()	{
					weeks=new Array("日","月","火","水","木","金","土");
					today=new Date();
					y=today.getFullYear();
					m=today.getMonth()+1;
					d=today.getDate();
					w=weeks[today.getDay()];
					document.write(y);
					document.close();
				}



function acclog()	{
					document.write("<img src='http://www.onside.com/cgi-local/acc/acclog.cgi?");
					document.write("referrer="+document.referrer+"&");
					document.write("width="+screen.width+"&");
					document.write("height="+screen.height+"&");
					document.write("color="+screen.colorDepth+"' />");
				}

$(function() {
// for エラー: jQuery.dequeue is not a function
( function( $ ) {
$.dequeue = function( a , b ){
return $(a).dequeue(b);
};
})( jQuery );
});



$(document).ready(function() {
	$('a.blank').click(function() {
		window.open(this.href, '_blank').focus();
		return false;
	});
});
