//<![CDATA[
/**********************************************************************
 * jjw_general.js
**********************************************************************/

// BLOG month jump
function monthJumper(targ,selObj,restore){
	var lnk = selObj.options[selObj.selectedIndex].value;
	if (lnk == '月別過去ログ')	return;
	eval(targ+".location='"+lnk+"'");
	if (restore) selObj.selectedIndex=0;
}

//]]>

