// ExpoEVS-SiteHeader.js
// This script inserts the Expo E.V.S. website's header into pages that have a script with src="ExpoEVS-SiteHeader.js".
// Written by: Brian Bahn
// Updated: 09/26/2007

document.write('<div id="divHeaderLeft"><a href="http://www.midwestmtn.com/" style="border-bottom: none;"><img src="../images/MidwestMtnBubbleScript-logo.jpg" width="160" height="50" alt="MidwestMtnBubbleScript-logo.jpg" title="www.midwestmtn.com" /></a></div>');

document.write('<div id="divHeaderCenter"><h1>Outdoor Adventure Expo</h1><h4>The Largest Outdoor Sports Exposition<br />in the Upper Midwest</h4></div>');

document.write('<div id="divHeaderRight"><p class="center" style="padding-top: 10px; "><a  style="border-bottom: 1px dashed gray; color: navy; padding: 1px; text-decoration: none;" title="Click Here to See the Public Expo Website &mdash; www.outdooradventureexpo.com" onclick="OpenEVS(&#39;ExpoPopup.html&#39;)" onmouseover="style.cursor=&#39;pointer&#39;">Go To<br />Expo Public Website</a></p></div>');

// End of OAE-SiteHeader.js
