// JavaScript Document
// Required jquery

$(document).ready(
	function(){
		$(" #navList li").hover(
			function(){$('ul', this).css('display', 'block');},
			function(){$('ul', this).css('display', 'none');}
			);
		$(".eml").html("<a href=\"mai" + "lto:" + "mjl" + "@" + "circularcalendar" + ".com\">mjl" + "@c" + "ircularcalendar" + ".c" + "om</a>");
	}
);

