var guide = new Array (
"阳朔客栈","http://www.breezeinn.cn","",
"啤酒鱼视频","tv.htm","",
"啤酒鱼系列","02.htm","",
"黄金莲大排挡","01.htm","",
"本店名菜","03.htm","",
"本店荣誉","04.htm","",
"来店路线","map.htm",""
);
function head() {
document.write('<TABLE cellSpacing=1 cellPadding=1 width=600 align=center border=0 class="TB1">');
document.write('<TR><TD background="photo/btlm.gif">');
document.write('<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 height=80>');
document.write('<TR>');
document.write('<TD width="250" rowspan=2> </TD>');
document.write('<TD width="350" height=40 valign="bottom" class="FB1">');
document.write('<FONT color=#ffffff>游阳朔 逛西街 吃啤酒鱼</FONT>'); 
document.write('</TD></TR><TR><TD align="center" class="FB1">');
document.write('<FONT color=#ffffff>未见其人 先闻其声</FONT></TD></TR></TABLE>');
document.write('</TD></TR></TABLE>');
document.write('<TABLE cellSpacing=1 cellPadding=1 width=600 align=center border=0 class="TB1">');
document.write('<TR>');
document.write('<TD background=photo/lanmu.gif>');
document.write('<TABLE id=table40 width="80%" border=0><TR>');
for (var i = 0 ; i < guide.length/3 ; i ++) 
{
document.write('<td><a href="'+guide[3*i+1]+'"'+guide[3*i+2]+'>'+guide[3*i]+'</a></td>');
}
document.write('</TR></TABLE>');
document.write('</TD></TR></TABLE>');
}

function foot() {
document.write('<TABLE cellSpacing=4 cellPadding=0 width="100%" border=0>');
document.write('<TR>');
document.write('<TD><FONT color=#ffffff>设计维护 </FONT><A href="http://www.toursky.net"><FONT color=#ffffff><STRONG><U>阳朔旅游网</U></STRONG></FONT></A></TD></TR>');
document.write('<TR>');
document.write('<TD><FONT color=#ffffff>&copy;2009 all rights reserved  桂ICP备05007967号</FONT></TD></TR>');
document.write('</TABLE>');
} 