// JavaScript Document

var URL = unescape(location.href);	// get current URL in plain ASCII
var myPath = "";

if (URL.match("/archive/") != null) {myPath = "../";}
if (URL.match("/gb/") != null) {myPath = "../";}

document.write('<img src="' + myPath + 'images/church.jpg" id="header_photo">')
document.write('<font size="6" class="text_shadow">United Church of Fairfax</font><br>')
document.write('<font size="3" class="header_text">')
document.write('American Baptist / United Methodist<br>')
document.write('Corner of Fletcher & River Roads &#8226; Fairfax &#8226; Vermont &#8226; 05454</font>')
document.write('<img src="' + myPath + 'images/horiz_line.gif" id="horiz_line">')
