if (screenW >= 1024) {size = "";}
if (screenW <= 800) {size = "_sm";}

/* 
   This File Effects what is displayed in the sidebar of the website.

   DO NOT EDIT THIS PAGE UNLESS YOU ACTUALLY KNOW WHAT YOU ARE DOING!

   for assistance please contact Marek White or email webmaster@stjoanofarcla.com
   
   To add regular text or text links use the following example of code:
+ '<br />&nbsp;<br />your text here. <a href="website_url/link_location">link text</a>'


   To add sidebar buttons use the following example of code:
+ '<br />&nbsp;<br /><a href="website_url/link_location"><img src="website_url/default_image_location.gif" border="0" title="button text" alt="button text" /></a>'

*/

inc_sidebar_js =
'<div class="sidebar">\n\n'
+ '<p class="sidetop">Quick Links</p>'

// BEGIN EDITABLE SECTION

+ '<a href="http://www.stjoanofarcla.com/bulletin.shtml"><img src="http://www.stjoanofarcla.com/images/bulletin.gif" border="0" title="St Joan of Arc Bulletin" alt="St Joan of Arc Bulletin" /></a>'
+ '<br />&nbsp;<br /><a href="http://www.stjoanofarcla.com/calendar/month.php"><img src="http://www.stjoanofarcla.com/images/calendar.gif" border="0" title="St Joan of Arc Calendar" alt="St Joan of Arc Calendar" /></a>'
+ '<br />&nbsp;<br /><a href="http://www.stjoanofarcla.com/socc/"><img src="http://www.stjoanofarcla.com/images/socc.gif" border="0" title="SoCC Bulletin Board" alt="SoCC Bulletin Board" /></a>'


// END EDITABLE SECTION

+ '\n\n</div>';

// end_var_declaration
document.write(inc_sidebar_js);
