 document.write('<style type="text/css">@import url("http://www.mutualgravity.com/archangel/clients/64/styles/webcalendarangel/default.css");</style>');
		var dispWindow = null;
		var chasm = screen.availWidth;
		var mount = screen.availHeight;
		function openW(myURL,dsWinW,dsWinH,dsWinName) {
			dispWindow = window.open(myURL,dsWinName,'width=' + dsWinW + ',height=' + dsWinH + ',left=' + ((chasm - dsWinW - 10) * .5) + ',top=' + ((mount - dsWinH - 30) * .5) + ',scrollbars=yes,resizable=yes');
		}
		function linkTo(myURL) {
			location.href=myURL;
		}
					var strBuffer = '';			document.write(strBuffer);
			strBuffer = '';
			strBuffer += '<table class="mgCalendarTextView" border="0" width="100%">';					strBuffer += '<tr>';
					strBuffer += '	<td><div class="mgEventSummary">There are currently no events to display.</div></td>';
					strBuffer += '</tr>';					strBuffer += '</table>';
				document.write(strBuffer);