// calendar.js
// Load Flash Calendar without requiring user to activate controls
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="175" height="191" id="Calendar" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain">');
document.write('<param name="movie" value="Calendar.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="#f8edf3">');
document.write('<param name="flashvars" value="eventsUrl=xml/events.xml&stylesUrl=xml/styles.xml">');
document.write('<embed src="Calendar.swf" quality="high" bgcolor="#f8edf3" width="175" height="191" name="Calendar" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="eventsUrl=xml/events.xml&stylesUrl=xml/styles.xml"></object>');
