﻿// 高雄出發旅遊資訊
document.writeln(' <div id="info">');
document.writeln('    <h2>旅遊資訊</h2>');
document.writeln('	<ul>');
document.writeln('      <LI><A href="/info/domestic_contract.htm">旅遊契約書</A> </LI>');
document.writeln('      <LI><A href="/info/index.htm">旅遊資訊區</A> </LI>');
document.writeln('      <LI><A href="/info/faq.htm">常見問與答</A></LI>');
document.writeln('      </ul>');
document.writeln('  </div>');