// Header;
function writeheader() {
document.writeln('<table width=750 border=0 cellspacing=0 cellpadding=0><tr><td align=center>');
document.writeln('<table background="http://www.hotel-discount-guide.com/common/topline.gif" width=750 border=0 cellpadding=0 cellspacing=0>');
document.writeln('<tr><td width="100%" align="right" height="80" valign="top"><font face="arial" size="4">|</font>');
document.writeln('<a href="http://info.hotel-discount-guide.com/special_deals.cgi?type=Disney&remote=kbc"><font face="arial" size="1"><b>DISNEY HOTELS</b></font></a><font face="arial" size="4">|</font>');
document.writeln('<a href="http://info.hotel-discount-guide.com/special_deals.cgi?type=Golf&remote=kbc"><font face="arial" size="1"><b>GOLF DEALS</b></font></a><font face="arial" size="4">|</font>');
document.writeln('<a href="http://info.hotel-discount-guide.com/special_deals.cgi?type=Honeymoon&remote=kbc"><font face="arial" size="1"><b>TROPICAL DEALS</b></a></font><font face="arial" size="4">|</font> ');
document.writeln('<a href="http://info.hotel-discount-guide.com/auto/extended_stay.cgi?remote=kbc"><font face="arial" size="1"><b>EXTENDED STAYS</b></font></a><font face="arial" size="4">|</font>');
document.writeln('<a href="http://casino.hotel-discount-guide.com/"><font face="arial" size="1"><b>CASINO HOTELS</b></font></a><font face="arial" size="4">|</font>');
document.writeln('<a href="http://www.hotel-discount-guide.com/"><font face="arial" size="1"><b>HOME</b></font></a>');
document.writeln('<font face="arial" size="4">|</font></font></td></tr></table>');
}

// Footer;
function writefooter() {
document.writeln('<center><hr size=1 color="#A80000" width=750><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="100%" valign="top" align=center><font face="arial" size="2"> | ');
document.writeln('<a href="http://info.hotel-discount-guide.com/special_deals.cgi?type=Disney&remote=kbc">DISNEY HOTELS</a> | ');
document.writeln('<a href="http://info.hotel-discount-guide.com/special_deals.cgi?type=Golf&remote=kbc">GOLF DEALS</a> | ');
document.writeln('<a href="http://info.hotel-discount-guide.com/special_deals.cgi?type=Honeymoon&remote=kbc">TROPICAL DEALS</a> | ');
document.writeln('<a href="http://info.hotel-discount-guide.com/special_deals.cgi?type=New+Listings&remote=kbc">HOT DEALS</a> | ');
document.writeln('<a href="http://info.hotel-discount-guide.com/auto/extended_stay.cgi?remote=kbc">EXTENDED STAYS</a> | ');
document.writeln('<a href="http://casino.hotel-discount-guide.com/">CASINO HOTELS</a> | ');
document.writeln('<a href="http://www.hotel-discount-guide.com/">HOME</a> |</font><p>');
document.writeln('</td></tr></table></center> ');
}
