function totoppage(iname,str)
{	document.images[iname].src=str;}

/* 過去の日記セレクトメニュー */

function jumpdiary(selOBJ)
{
	location.href=selOBJ.options[selOBJ.selectedIndex].value;
}
