//display banner and redirect browser to new site
var thisPage=self.location.pathname;
function redirectMe() {
self.location.href="http://www.st-george-newbury.org"+thisPage;
}

document.write("<div style='border: 2px outset; padding-left: 5px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; margin-bottom: 0px; background-color: #B0C4DE; color: #666666;'><img src='images/writes3.gif' align='left' alt='moving...' /><p><b>We are moving our site to a new address.</b></p><p>You can now find this page at: <a href='http://www.st-george-newbury.org'>www.st-george-newbury.org</a>,<br />your browser should redirect you automatically in 5 seconds.</p></div>");
var timer=setTimeout("redirectMe()",5000);
