﻿<!--

function dctimer1()

{

	hms = new Date();

	myDate = hms.getFullYear()*10000 + hms.getMonth()*100+100 + hms.getDate();

	if(myDate >= 20081101)

	{

		var season="<img src='http://www.krp.co.jp/image/season_0811a.jpg' width='531' height='147'>";

	}

	else

	{

		var season="<img src='http://www.krp.co.jp/image/season_0810b.jpg' width='531' height='147'>";

	}

	document.write(season);

}

//-->



