ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Emporer Norton Inn</title> <style type="text/css" media="screen"> @import "scripts/stylesheet.css"; #gallery img { display: inline; padding:2px; } #gallery li {display: inline; margin-right: 3px;} #gallery #main-img { } .thumbnail_hover { border: 1px solid #9999; } </style> <script type="text/javascript" src="scripts/nav_javascript.js"></script> <script type="text/javascript" src="scripts/rollover.js"></script> <script type="text/javascript" src="scripts/jquery-1.4.1.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#gallery li img').hover(function(){ $('#main-img').attr('src',$(this).attr('src').replace('thumb/', '')); }); $('#gallery li img').mouseenter(function() { $(this).fadeTo("700",0.80); }); $('#gallery li img').mouseleave(function() { $(this).fadeTo("700",1.0); }); var imgSwap = []; $("#gallery li img").each(function(){ imgUrl = this.src.replace('thumb/', ''); imgSwap.push(imgUrl); }); $(imgSwap).preload(); }); $.fn.preload = function() { this.each(function(){ $('<img/>')[0].src = this; }); } </script> </head> <body background="images/bg_pattern_greenish.png"> <div id="wrapper"> <div id="header"> <img src="images/top_header.jpg" border="0"/> </div> <!--Nav Menu --> <div id="nav"> <a href="index.html" onMouseOut="show_nav0()"; onMouseOver="show_nav0over()"><img src="images/navbutton_home.jpg" align="left" name="nav0" border="0"></a> <a href="amenities.html"><img src="images/navbutton_amenities.jpg" align="left" name="nav1" border="0"></a> <a href="rooms&rates.html" onMouseOut="show_nav2()"; onMouseOver="show_nav2over()"><img src="images/navbuttonover_rooms.jpg" align="left" name="nav2" border="0"></a> <a href="nearby.html" onMouseOut="show_nav3()"; onMouseOver="show_nav3over()"><img src="images/navbutton_nearby.jpg" align="left" name="nav3" border="0"></a> <a href="contact.html" onMouseOut="show_nav4()"; onMouseOver="show_nav4over()"><img src="images/navbutton_contact.jpg" align="left" name="nav4" border="0"></a> </div> <div id="content"> <!--Content--> <div id="amenities-left-col"> <div id="images_padding"></div> <div id="gallery"> <img src="images/room_maroonbed.jpg" alt="" id="main-img" /> <ul> <li><img src="images/thumb/room_maroonbed.jpg" alt="" /></li> <li><img src="images/thumb/room_window.jpg" alt="" /></li> <li><img src="images/thumb/room_redbed.jpg" alt="" /></li> <li><img src="images/thumb/room_brownbed.jpg" alt="" /></li> </ul> </div> <div id="call"> *Please call 415-673-6718 or e-mail <a href="mailto:info@emperornortoninn.com">info@emperornortoninn.com</a> for availability </div> <br> <div id="facebook"> *Please visit our <a href="http://www.facebook.com/pages/Emperor-Norton-Inn/229089843784164">facebook</a> for more photos & neighborhood info. </div> <p><a href="PP_Rooms.pps">For Power Point Presentation of Room Pictures Click Here</a></p> </div><!--content div close--> <div id="amenities-right-col"> <h1>ROOMS & RATES</h1> We offer rooms at weekly rates. <ul style="line-height:20px;"> <li><b>Single occupancy with private bath</b> </li> <li>$450/wkly + tax (weekly) </li> <br> <li><b>Single occupancy with shared bath</b> </li> <li>$375/wkly + tax (weekly)</li> </ul> <p>Current San Francisco Hotel and Development tax is 15.5%. </p> <br></br> <p><b>Terms & Conditions:</b></p> <ul> <li>Reservations require:</li><br> <li>$500 deposit for all weekly renters.</li><br> <li>All monthly rent will have a security deposit equal to that of one month's rent.</li><br> <li>*All security deposit must be paid prior to renting.</li><br> <li><i>Security deposit can be paid by cash, check or credit card (with 4% non refundable transaction fee.</i></li> </ul> <p><i>Cancellation Policy:</i> Cancellations must be made within 7 days after the date you reserved a room prior to the original arrival date to avoid a $200 charge.</p> </div> <div class="clearer"></div> </div><!--end of content--> <div id="footer-redbar"></div><!--footer bar div close--> <div id="footer-greenbar"> <p>Copyright &copy;Emporer Norton Inn | All Rights Reserved.</a></p> </div><!--footer div close--> </div> <!--wrapper div close--> <div id="preloadedimages"> <img src="images/amenities_image1.jpg" width="1" height="1"/> <img src="images/amenities_image2.jpg" width="1" height="1"/> </div> </body> </html>