//
function Topfla(){
	datetoday = new Date();
	timenow=datetoday.getTime();
	datetoday.setTime(timenow);
	theMonth = datetoday.getMonth()+1;
	if(theMonth == 1){
		month = "image/top_mon01.swf";
		mt = "image/m1.jpg";
	}else if (theMonth == 2){
		month = "image/top_mon02.swf";
		mt = "image/m2.jpg";
	}else if (theMonth == 3){
		month = "image/top_mon03.swf";
		mt = "image/m3.jpg";
	}else if (theMonth == 4){
		month = "image/top_mon04.swf";
		mt = "image/m4.jpg";
	}else if (theMonth == 5){
		month = "image/top_mon05.swf";
		mt = "image/m5.jpg";
	}else if (theMonth == 6){
		month = "image/top_mon06.swf";
		mt = "image/m6.jpg";
	}else if (theMonth == 7){
		month = "image/top_mon07.swf";
		mt = "image/m7.jpg";
	}else if (theMonth == 8){
		month = "image/top_mon08.swf";
		mt = "image/m8.jpg";
	}else if (theMonth == 9){
		month = "image/top_mon09.swf";
		mt = "image/m9.jpg";
	}else if (theMonth == 10){
		month = "image/top_mon10.swf";
		mt = "image/m10.jpg";
	}else if (theMonth == 11){
		month = "image/top_mon11.swf";
		mt = "image/m11.jpg";
	}else{
		month = "image/top_mon12.swf";
		mt = "image/m12.jpg";
	}
	if (navigator.userAgent.indexOf('iPhone') != -1 || navigator.userAgent.indexOf('iPad') != -1 || navigator.userAgent.indexOf('iPod') != -1){
		document.write('<img src="' + mt + '" />');
	}else{
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="850" height="600">\n');
		document.write('<param name="movie" value="' + month + '" />\n');
		document.write('<param name="quality" value="high">\n');
		document.write('<embed src="' + month + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="600"></embed>\n');	
		document.write('</object>\n');
	}
}

/*
function Topfla(){
	datetoday = new Date();
	timenow=datetoday.getTime();
	datetoday.setTime(timenow);
	theMonth = datetoday.getMonth()+1;
	if(theMonth == 1){
		month = "image/top_mon01.swf";
	}else if (theMonth == 2){
		month = "image/top_mon02.swf";
	}else if (theMonth == 3){
		month = "image/top_mon03.swf";
	}else if (theMonth == 4){
		month = "image/top_mon04.swf";
	}else if (theMonth == 5){
		month = "image/top_mon05.swf";
	}else if (theMonth == 6){
		month = "image/top_mon06.swf";
	}else if (theMonth == 7){
		month = "image/top_mon07.swf";
	}else if (theMonth == 8){
		month = "image/top_mon08.swf";
	}else if (theMonth == 9){
		month = "image/top_mon09.swf";
	}else if (theMonth == 10){
		month = "image/top_mon10.swf";
	}else if (theMonth == 11){
		month = "image/top_mon11.swf";
	}else{
		month = "image/top_mon12.swf";
	}
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="850" height="600">\n');
  document.write('<param name="movie" value="' + month + '" />\n');
  document.write('<param name="quality" value="high">\n');
  document.write('<embed src="' + month + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="600"></embed>\n');	
  document.write('</object>\n');
}
*/
