/*
	Site:		the-eye-place.co.uk
	File:		/assets/scripts/contact.js
	Version:	2008-06-23
	Author:		Andrew Disley, Simplified http://simplified.co.uk/
----------------------------------------------- */
function initPage(){
	$j("legend.remove").remove();
	$j("fieldset.jcalendar").jcalendar();
	$j("fieldset.jcalendar .jcalendar").hide();
	$j("fieldset.jcalendar").hover(function() {$j("fieldset.jcalendar .jcalendar").show();}, function() {$j("fieldset.jcalendar .jcalendar").hide();});
	$j("legend").each(function(){$j(this).after("<h2 class=\"legend\">"+ $j(this).html() +"</h2>").remove();});
}