<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var color		= "FFFFFF"	// HEADER BACKGROUND COLOR
var flashheight		= "50"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)

<!-- KS add line for address -->
var showrecphone = "yes"
var recphoneLR = "left"
var recphoneX = "10"
var recphoneY = "70"
var recphone = "Rectory: (773) 736-6060"
<!--END KS add address -->

<!-- KS add line for address -->
var showschoolphone = "yes"
var schoolphoneLR = "right"
var schoolphoneX = "10"
var schoolphoneY = "70"
var schoolphone = "School: (773) 736-0567"
<!--END KS add address -->




// COPYRIGHT 2007 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+recphoneLR+': '+recphoneX+'px; POSITION: absolute; TOP: '+recphoneY+'px">');
document.write("<span class=\"date-font\"><nobr>" + recphone + " ")
//document.write("</nobr><br></span>")
document.write('</div>');

// START ADDRESS SCRIPT
document.write('<div id="date-location" style="'+schoolphoneLR+': '+schoolphoneX+'px; POSITION: absolute; TOP: '+schoolphoneY+'px">');
document.write("<span class=\"date-font\"><nobr>" + schoolphone + " ")
//document.write("</nobr><br></span>")
document.write('</div>');

}








//  End -->