if (navihantei()!=2 && navihantei()!=3)
{
	if (m==11)
	{
		if ((h <= 3 || h >= 17) && (navihantei () == 0) && (window.location.pathname.match("bookmark") == null))
		{
			document.write ('<embed src="http://www.hirata-koubou.com/aisatsu/aki.mpg" width=320 height=224 AUTOSTART=true loop=true showcontrols=false><br>');
			document.write ('<img src="http://www.hirata-koubou.com/aisatsu/tasogare.jpg">');
		}
		else
		{
			document.write ('<img src="http://www.hirata-koubou.com/aisatsu/11gatsu.jpg">');
		}
	}
	else if (m==12 && d<=25)
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/xmas.gif"><img src="http://www.hirata-koubou.com/aisatsu/merry.gif">');
	}
	else if (m==12 && d>25)
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/kure.gif">');
	}
	else if (m==1 && d<=11)
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/shougatsu.gif">');
	}
	else if ((m==2 && d<15) || (m==1 && d>11))
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/fuyu.gif">');
	}
	else if (m==2 && d>=15 && d<25)
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/haru1.gif">');
	}
	else if ((m==3 && d<=3) || (m==2))
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/hina.jpg">');
	}
	else if(m==3 || (m==4 && d<=15))
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/haru2.jpg">');
	}
	else if((m==5 && d<=5) || (m==4 && d>15))
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/satsuki.jpg">');
	}
	else if (m==7 && d>20)
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/natsu.jpg">');
	}
	else if (m==8  && d<8)
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/hanabi.jpg">');
	}
	else if (m==8  && d>=8)
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/zansho.jpg">');
	}
	else if (m==9 || m==10)
	{
		if ((h <= 3 || h >= 17) && (window.location.pathname.match("music") == null) && (navihantei () == 0)
		&& (window.location.pathname.match("bookmark") == null))
		{
			document.write ('<embed src="http://www.hirata-koubou.com/aisatsu/aki.mpg" width=320 height=224 AUTOSTART=true loop=true showcontrols=false><br>');
			document.write ('<img src="http://www.hirata-koubou.com/aisatsu/tasogare.jpg">');
		}
		else
		{
			document.write ('<img src="http://www.hirata-koubou.com/aisatsu/9gatsu.jpg">');
		}
	}
	else if ((m==5  && d>5) || m==6 || (m==7  && d<=20))
	{
		document.write ('<img src="http://www.hirata-koubou.com/aisatsu/shoka.jpg">');
	}
}

