// JavaScript Document
$(document).ready(function() {
	$('body').jwAnnounce({
		siteWidth : '540px',
		className : 'notice',
		text : '<p>Please check back soon! I\'m working on a new design for this website!</p>'
	});
});