mastheadHTML = '';
mastheadHTML += '<div id="mastheadWrapper"><div id="masthead">';
mastheadHTML += '	<h1><a href="' + Base_Href + '/">all in good food</a></h1>';
mastheadHTML += '	<div id="mastheadSubTitle">brought to you by GE Monogram</div>';
mastheadHTML += '	<div id="topNav">';
mastheadHTML += '		<img src="' + Base_Href + '/images/masthead_rosemary.jpg" width="139" height="67" alt="" class="garnish" />';
mastheadHTML += '		<div class="chefsBlog"><a href="' + Base_Href + '/cooking-blog/"><img src="' + Base_Href + '/images/b_chefs_blog.jpg" width="97" height="210" alt="Chefs\' Blog" title="Chefs\' Blog" /></a></div>';
mastheadHTML += '		<div class="foodcasts"><a href="' + Base_Href + '/cooking-videos/"><img src="' + Base_Href + '/images/b_foodcasts.jpg" width="97" height="210" alt="Foodcasts" title="Foodcasts" /></a></div>';
mastheadHTML += '		<div class="chefsTools"><a href="' + Base_Href + '/cooking-techniques/"><img src="' + Base_Href + '/images/b_chefs_tools.jpg" width="97" height="210" alt="Chefs\' Tools" title="Chefs\' Tools" /></a></div>';
mastheadHTML += '		<div class="recipes"><a href="' + Base_Href + '/free-recipes/"><img src="' + Base_Href + '/images/b_recipes.jpg" width="202" height="210" alt="Recipes" title="Recipes" /></a></div>';
mastheadHTML += '		<div class="aboutTheChefs"><a href="' + Base_Href + '/about-the-chefs/"><img src="' + Base_Href + '/images/b_about_the_chefs.jpg" width="83" height="402" alt="About the Chefs" title="About the Chefs" /></a></div>';
mastheadHTML += '		<div class="monogram"><a href="http://www.monogram.com/"><img src="' + Base_Href + '/images/b_monogram.jpg" width="144" height="172" alt="monogram.com" title="monogram.com" /></a></div>';
mastheadHTML += '	</div>';
mastheadHTML += '</div></div><!-- #mastheadWrapper and #masthead -->';

document.write(mastheadHTML);


$(document).ready(function() {
	/* NOTE:'selected' css set in JS due to IE selector bug/limitations */
	$(".chefsBlog.selected a").css("margin-top","-105px");
	$(".foodcasts.selected a").css("margin-top","-105px");
	$(".chefsTools.selected a").css("margin-top","-105px");
	$(".recipes.selected a").css("margin-top","-105px");
	$(".aboutTheChefs.selected a").css("margin-top","-201px");
	$(".monogram.selected a").css("margin-top","-86px");
});
