<!--////////////////////////プラグインチェック/////////////////////////*----- flash area --------------------------------------------------------------------*//* Flash書き出し */function calendar(pageFlag){	filepath='http://www.perroperra.com/common/calendar.swf?pageFlag='+pageFlag;	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="55" height="55" align="top">');	document.write('<param name="movie" value="'+filepath+'">');	document.write('<param name="quality" value="best">');	document.write('<param name="menu" value="false">');	document.write('<param name="loop" value="false">');	document.write('<param name="salign" value="LT">');	document.write('<param name="bgcolor" value="#FFFFFF">');	document.write('<param name="wmode" value="transparent">');	document.write('<embed src="'+filepath+'" width="55" height="55" align="top" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P5_Language=Japanese&Lang=Japanese&P1_Prod_Version=ShockwaveFlash&Lang=Japanese" type="application/x-shockwave-flash" wmode="transparent"></embed>');	document.write('</object>');}function main(){	var count = 12;	var number = "main" + (Math.floor(Math.random()*count) + 1);	document.write('<span class="'+number+'">');}/*-------------------------------------------------------------------------------------*///-->