// Thrifty-SiteNavigationLower.js
// This script inserts the Thrifty website's upper section of the navigation bar into pages that have a script with src="MiniExpo-SiteNavigationLower.js".
// Written by: Brian Bahn
// Updated: 06/30/2009

// Regular hours:
document.write('<h3><span style="font-size: 1.25em; line-height: 1.5em;">Regular Hours</span><br />Mon - Fri&nbsp; 10 &ndash; 9<br />Saturday&nbsp; 10 &ndash; 6<br />Sunday&nbsp; 12 &ndash; 5</h3>');

// Summer hours:
//document.write('<h3 style="margin-top: 15px; margin-bottom: 10px; "><span style="font-size: 1.25em; ">Summer Hours</span><br /><span style="font-weight: normal; font-style: italic;">(Memorial to Labor Day)</span><br />Mon - Fri&nbsp; 10 &ndash; 9<br />Saturday&nbsp; 9 &ndash; 6<br />Sunday&nbsp; 11 &ndash; 6</h3>');
document.write('<h3 style="margin-top: 15px; margin-bottom: 10px; font-weight: normal;"><span style="font-size: 1.25em; ">Summer Hours</span><br /><span style="font-weight: normal; font-style: italic;">(Memorial to Labor Day)</span><br />Mon - Fri&nbsp; 10 &ndash; 9<br />Saturday&nbsp; 9 &ndash; 6<br />Sunday&nbsp; 11 &ndash; 6</h3>');

document.write('<hr /><p style="font-family: serif, sans-serif; margin: 0px">Religious Experience</p><a href="http://www.thewrath.com/" target="_blank"><img src="images/ReligiousExperienceHotSauce-Logo.gif" alt="ReligiousExperienceHotSauce-Logo.gif" title="www.thewrath.com" width="62" height="87" /></a>	<p style="font-family: serif, sans-serif; margin: 0px">The official hot sauce of Thrifty Outfitters.</p>');

document.write('<hr /><a href="http://www.summitbrewing.com/" target="_blank"><img src="images/SummitBeer-Logo.png" alt="SummitBeer-Logo.png" title="www.summitbrewing.com" width="109" height="100" /></a>	<p style="font-family: serif, sans-serif; margin: 0px">The official beer of Thrifty Outfitters.</p>');

// End of Thrifty-SiteNavigationLower.js
