
document.write('<p align="center"><div style="position:relative;"><table id="setup"><tr><td><div id="la" style="position:absolute; top:0px;z-index:200;LEFT:25PX;"><a href="javascript:void(0);"><img id="calendar" name="calendar" ismap usemap="#webervations" src="http://www2.webervations.com/calendars/calendar_4745_avail1.gif" border="0"></a></div>');
document.write('<form name=webervations_calendar>');
document.write('<input type=hidden name=month_num value=1>');
document.write('</form>');

document.write('<div id="lb" style="position:absolute; top:0px; left:100px; z-index:101; visibility: visible;">');

document.write('<input type=button style="position:absolute; top:67px;left:148px; width:20px; height:20px;">');
document.write('<input type=button style="position:absolute; top:67px;left:168px;width:20px; height:20px;background-color: transparent;border:0px;" value="">');

document.write('</div>');

document.write('<p><center>');
document.write('<form name=webervations_booking action=roombook.asp method=post>');

document.write('<input type=hidden name=bdate id=bdate value="" size="18" maxlength="18">');
document.write('<input type=hidden name=edate id=edate value="" size="18" maxlength="18">');
document.write('<input type=hidden name=roomid id=roomid value="">');
document.write('<input type=hidden name=be id=be value="b">');
document.write('<input type=hidden name=memberid id=memberid value="4745">');

document.write('</form>');

document.write('</td></tr></table>');



document.write('<map name="webervations">');
document.write('<AREA HREF="javascript:lastmonth();" SHAPE="RECT" COORDS="7,5,45,18">');
document.write('<AREA HREF="javascript:nextmonth();" SHAPE="RECT" COORDS="56,5,95,18">');
var x = Number(147);
var y = Number(67);
var w = Number(20);
var h = Number(20);
var c=1
var r=1
for (r=1;r<7;r++) {
x=147;
i=1;
while (i<=31)
{ 
bx = x+w;
by = y+h;
document.write('<AREA HREF="javascript:pickdate('+c+','+r+');" SHAPE="RECT" COORDS="'+x+','+y+','+Number(bx)+','+Number(by)+'">');
x = x+w;
i=i+1;
c=c+1
}
y = y+h
}
document.write('</map></div></p>');



