/*
$(document).ready(function() {
	var imagesURL = ($('body').attr('id') == 'home') ? '' : '.';
	
	$('#sidebar').prepend('\
		<div id="staycation" class="message">\
			<h2>Important Message</h2>\
			\
			<img class="icon" src="' + imagesURL + './images/message/staycation_icon.png" width="53" height="45" alt="" />\
			\
			<p><em>Wild Heaven Farm</em> will be taking a short <strong title="Stay and relax at home.">staycation</strong>.</p>\
			\
			<p>We will <strong>not be shipping</strong> any orders until <strong>16<sup>th</sup> January 2012</strong></p>\
		</div>');
});
*/
