<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menuside	="left"		// MENU ALIGN | left | center | right



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menu-table"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td align="center">');



// START LINKS COPY AND PASTE 2 LINES TO ADD A NEW BUTTON


document.write('<a href="index.html" class="menu firstmenu">Home</a>');
document.write('</td><td align="center">');


document.write('<a href="events.htm" class="menu">Events</a>');
document.write('</td><td align="center">');


document.write('<a href="nature.htm" class="menu">Nature</a>');
document.write('</td><td align="center">');


document.write('<a href="arts.htm" class="menu">The Arts</a>');
document.write('</td><td align="center">');


document.write('<a href="contact.htm" class="menu">Contact</a>');
document.write('</td><td align="center">');


document.write('<a href="about.htm" class="menu">About</a>');
document.write('</td><td align="center">');


document.write('&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;');


// TWITTER

document.write('<a href="http://twitter.com"><img src="picts/social_twitter.gif" border="0" alt="Twitter"></a>');
document.write('&nbsp; &nbsp; &nbsp;');




// FACEBOOK

document.write('<a href="http://www.facebook.com"><img src="picts/social_facebook.gif" border="0" alt="Facebook"></a>');
document.write('&nbsp; &nbsp; &nbsp;');




//LINKEDIN

document.write('<a href="http://www.linkedin.com"><img src="picts/social_linkedin.gif" border="0" alt="LinkedIn"></a>');




document.write('</td></tr></table>');
document.write('</td></tr></table>');


//  End -->
