function initSimage(){	
	var dates = new Date();
	var fulmonth = dates.getMonth() + 1;
	if(fulmonth >=1 && fulmonth <=3)
	{
		document.write('<img src="images/news-ttl-season04.jpg" alt="NEWS" width="565" height="87" />');
		
	}
	else if(fulmonth >=4 && fulmonth <=6)
	{
		document.write('<img src="images/news-ttl-season01.jpg" alt="NEWS" width="565" height="87" />');
		
	}
	else if(fulmonth >=7 && fulmonth <=9)
	{
		document.write('<img src="images/news-ttl-season02.jpg" alt="NEWS" width="565" height="87" />');
		
	}
	else if(fulmonth >=10 && fulmonth <=12)
	{
		document.write('<img src="images/news-ttl-season03.jpg" alt="NEWS" width="565" height="87" />');
	}
}

function initSimagePage(){	
	var dates = new Date();
	var fulmonth = dates.getMonth() + 1;
	if(fulmonth >=1 && fulmonth <=3)
	{
		document.write('<img src="../../images/news-ttl-season04.jpg" alt="NEWS" width="565" height="87" />');
		
	}
	else if(fulmonth >=4 && fulmonth <=6)
	{
		document.write('<img src="../../images/news-ttl-season01.jpg" alt="NEWS" width="565" height="87" />');
		
	}
	else if(fulmonth >=7 && fulmonth <=9)
	{
		document.write('<img src="../../images/news-ttl-season02.jpg" alt="NEWS" width="565" height="87" />');
		
	}
	else if(fulmonth >=10 && fulmonth <=12)
	{
		document.write('<img src="../../images/news-ttl-season03.jpg" alt="NEWS" width="565" height="87" />');
	}
}
