function globalSideBar(){
	var html = "";
	html = 
	'<div class="navCol">' +
		'<div class="navBox">' +
			'<a href="ourBusiness.html">About Us</a>' +
			'<a href="coffee.html">Our Products</a>' +
			'<a href="theCraft.html">The Craft</a>' +
			'<a href="etreBon.html">&#202;tre Bon</a>' +
				'<a href="etreBon2.html" class="submenu_x">Single Origin Coffees</a>' +
			'<a href="promotions.html">Promotions</a>' +
			'<a href="events.php">Events</a>' +
			'<a href="signature-concoctions.html" style="line-height:14px">Signature <br />Concoctions</a>' +
			'<a href="pressRoom.html">Press Room</a>' +
			'<a href="careers.html">Careers </a>' +
			'<a href="contactUs.html">Contact Us</a>' +
		'</div>' +
		'<br/>' +
            '<div align="center">' +
            	'<a class="colorBoxView" href="huber.html" style="border:0px">' +
            		'<img src="assets/images/img_huber.JPG" alt="A Bon Experience Awaits You" style="margin:0 0 20px 0" width="198" height="60" border="0"/>' +
            	'</a>' +
            '</div>' +
			'<div align="center">' +
				'<a class="colorBoxView" href="Bon_experience.html" style="border:0px">' +
					'<img src="assets/images/a-bon-experience-awaits-you.gif" alt="A Bon Experience Awaits You" width="198px" height="60px;" border="0"/>' +
				'</a>' +
			'</div>' +
			'<div align="center">' +
				'<img src="assets/images/contactSide.jpg"/>' +
			'</div>' +
			'<div align="center">' +
				'<a href="http://www.facebook.com/BoncafeSingapore" target="_blank">' +
					'<img src="assets/images/facebook.jpg" style="border:0px" />' +
				'</a>' +
			'</div>' +
	'</div>';
	document.write(html);
}
