// the inn layout
function layoutMenu (root) {
var menuBar = new WebFXMenuBar;
menuBar.direction = "vertical";
menuBar.add(new WebFXMenuButton("Accommodations", root + "rooms.htm", "Choose your room."));
menuBar.add(new WebFXMenuButton("Rates &amp; Policies", root + "rates.htm"));
menuBar.add(new WebFXMenuButton("Dining", root + "dining.htm", "Yum."));
var menu0 = new WebFXMenu;
menu0.add(new WebFXMenuItem("Sunrise &amp; Jessica",root + "sunandjess.htm"));
menu0.add(new WebFXMenuItem("Sunrise's Music","http://www.geocities.com/Area51/Shire/1693/sunonmud.html"));
menuBar.add(new WebFXMenuButton("Your Hosts",root + "hosts.htm",null,menu0));
menuBar.add(new WebFXMenuButton("How To Get Here",root + "onsite/map.htm"));
var menu1 = new WebFXMenu;
menu1.add(new WebFXMenuItem("Guests",root + "testimonials/guests.htm"));
menu1.add(new WebFXMenuItem("Reviews",root + "testimonials/reviews.htm"));
menu1.add(new WebFXMenuItem("About the \"Mud\"",root + "testimonials/mud.htm"));
menuBar.add(new WebFXMenuButton("Testimonials", null, "What others say.", menu1));
layoutCommonMenu(menuBar,root);
menuBar.add(new WebFXMenuButton("Latest Newsletter",root + "onsite/newsletter.htm"));
menuBar.add(new WebFXMenuButton("<span style=\"font-weight:bold\">The Cottage</span>","http://cottage.luckymud.com","Our vacation rental."));
return menuBar.toString('');
};
function logoSmallTop (root) {
	return '<img src="' + root + 'images/logo_small_top.gif" border=0>';
}
function logoSmall (root) {
	return '<img src="' + root + 'images/logo_small.jpg" border=0>';
};
function email () {
	return 'theinn@luckymud.com';
};
function news (root) {


document.write ('<div id="news" style="height:222"><div id="inner" style="height:223">' +
'<div id="head">Fairy-tale Cottage</div>' +
	'<div id="body">' +
	
	'We also have a whimsical, ' +
	'hand-built 3-bedroom cottage ' + 
	'tucked away at ' +
	'the edge of the forest. Curious? Click <a href="http://cottage.luckymud.com">here</a>.<br><br>' +
			
	'<center><a href="http://cottage.luckymud.com"><img src="' + root + 'images/cottage_small.jpg" width=169 height=117 class="border"></a></center>' +
	
	'</div></div></div>' +

	'<div id="news" style="height:218;top:248;display:none"><div id="inner" style="height:219"><div id="head">Fernburner Photos</div>' +
	'<div id="body"><center>' +
	'The <a href="' + root + 'fernburner/photos.htm">photographic legacy</a> of May\'s 2005 Lucky Mud Fernburner Disc Golf Tournament. Enjoy.<br><br>' +
	'<a href="' + root + 'fernburner/photos.htm"><img class="border" src="' + root + 'fernburner/newslettergolfpicssummer05_files/image030.jpg" width=169></a>' +
	'</div></div></div>' +
	
	'<div id="news" style="height:276;top:248;display:none"><div id="inner" style="height:277"><div id="head">Writing Workshop</div>' +
	'<div id="body"><center>' +
	'<a href="/pyle.htm"><img src="/images/pyle_thumb.jpg" class="border" border="0"></a><br>Click <a href="/pyle.htm">here</a> for more info.' +
	'</center></div></div></div>');
	
    document.write('<script type="text/javascript">_uacct = "UA-702902-2";urchinTracker();</script>');
};
