/*______________________________________
	GRAND HYATT FUKUOKA
	JavaScript file
	[wcnext] 2009.06.30 
______________________________________*/

function nextMonth(){
	document.write('<table border="0" cellspacing="0" cellpadding="0" class="event mL10">')
	document.write('<caption class="calendarCaption">&nbsp;&nbsp;3月</caption>')
	document.write('<tr>')
	document.write('<th style="color:#CC3300;">日</th>')
	document.write('<th>月</th>')
	document.write('<th>火</th>')
	document.write('<th>水</th>')
	document.write('<th>木</th>')
	document.write('<th>金</th>')
	document.write('<th style="color:#336699;">土</th>')
	document.write('</tr>')
	document.write('<tr valign="top">')
	document.write('<td>&nbsp;</td>')
	document.write('<td>&nbsp;</td>')
	document.write('<td>&nbsp;</td>')
	document.write('<td>&nbsp;</td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,1);">1</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,2);">2</a></td>')
	document.write('<td><span class="eventSat"><a href="JavaScript:f_form(4,1,1,2012,3,3);">3</a></span></td>')
	document.write('</tr>')
	document.write('<tr valign="top">')
	document.write('<td><span class="eventSun"><a href="JavaScript:f_form(4,1,1,2012,3,4);">4</a></span></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,5);">5</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,6);">6</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,7);">7</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,8);">8</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,9);">9</a></td>')
	document.write('<td><span class="eventSat"><a href="JavaScript:f_form(4,1,1,2012,3,10);">10</a></span></td>')
	document.write('</tr>')
	document.write('<tr valign="top">')
	document.write('<td><span class="eventSun"><a href="JavaScript:f_form(4,1,1,2012,3,11);">11</a></span></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,12);">12</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,13);">13</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,14);">14</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,15);">15</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,16);">16</a></td>')
	document.write('<td><span class="eventSat"><a href="JavaScript:f_form(4,1,1,2012,3,17);">17</a></span></td>')
	document.write('</tr>')
	document.write('<tr valign="top">')
	document.write('<td><span class="eventSun"><a href="JavaScript:f_form(4,1,1,2012,3,18);">18</a></span></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,19);">19</a></td>')
	document.write('<td><span class="eventSun"><a href="JavaScript:f_form(4,1,1,2012,3,20);">20</a></span></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,21);">21</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,22);">22</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,23);">23</a></td>')
	document.write('<td><span class="eventSat"><a href="JavaScript:f_form(4,1,1,2012,3,24);">24</a></span></td>')
	document.write('</tr>')
	document.write('<tr valign="top">')
	document.write('<td><span class="eventSun"><a href="JavaScript:f_form(4,1,1,2012,3,25);">25</a></span></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,26);">26</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,27);">27</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,28);">28</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,29);">29</a></td>')
	document.write('<td><a href="JavaScript:f_form(4,1,1,2012,3,30);">30</a></td>')
	document.write('<td><span class="eventSat"><a href="JavaScript:f_form(4,1,1,2012,3,31);">31</a></span></td>')
	document.write('</tr>')
	document.write('</table>')
}

