function Runmainflash()
{

/*設定ここから*/
var Jan='<param name="movie" value="img/top_01.swf" /><param name="quality" value="high" /><embed src="img/top_01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //1月

var Feb='<param name="movie" value="img/top_02.swf" /><param name="quality" value="high" /><embed src="img/top_02.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //2月

var Mar='<param name="movie" value="img/top_03.swf" /><param name="quality" value="high" /><embed src="img/top_03.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //3月

var Apr='<param name="movie" value="img/top_04.swf" /><param name="quality" value="high" /><embed src="img/top_04.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //4月

var May='<param name="movie" value="img/top_05.swf" /><param name="quality" value="high" /><embed src="img/top_05.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //5月

var Jun='<param name="movie" value="img/top_06.swf" /><param name="quality" value="high" /><embed src="img/top_06.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //6月

var Jul='<param name="movie" value="img/top_07.swf" /><param name="quality" value="high" /><embed src="img/top_07.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //7月

var Aug='<param name="movie" value="img/top_08.swf" /><param name="quality" value="high" /><embed src="img/top_08.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //8月

var Sep='<param name="movie" value="img/top_09.swf" /><param name="quality" value="high" /><embed src="img/top_09.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //9月

var Oct='<param name="movie" value="img/top_10.swf" /><param name="quality" value="high" /><embed src="img/top_10.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //10月

var Nov='<param name="movie" value="img/top_11.swf" /><param name="quality" value="high" /><embed src="img/top_11.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //11月

var Dec='<param name="movie" value="img/top_12.swf" /><param name="quality" value="high" /><embed src="img/top_12.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="216">' //12月

/*設定ここまで*/

if((new Date()).getMonth()==0)
document.write(Jan);

else if((new Date()).getMonth()==1)
document.write(Feb);

else if((new Date()).getMonth()==2)
document.write(Mar);

else if((new Date()).getMonth()==3)
document.write(Apr);

else if((new Date()).getMonth()==4)
document.write(May);

else if((new Date()).getMonth()==5)
document.write(Jun);

else if((new Date()).getMonth()==6)
document.write(Jul);

else if((new Date()).getMonth()==7)
document.write(Aug);

else if((new Date()).getMonth()==8)
document.write(Sep);

else if((new Date()).getMonth()==9)
document.write(Oct);

else if((new Date()).getMonth()==10)
document.write(Nov);

else if((new Date()).getMonth()==11)
document.write(Dec);
}
