document.writeln('<div align="" id="Logo" style="position: absolute; top: 0; left: 0; border: 0; z-index: ;">');
function ResetLogo() {if (navigator.appName !== 'Netscape') {document.getElementById('Logo').style.top = document.body.scrollTop + document.body.clientHeight - 80;document.getElementById('Logo').style.left = document.body.scrollLeft + document.body.clientWidth - 80;} else {document.getElementById('Logo').style.top = window.pageYOffset + window.innerHeight - 80;document.getElementById('Logo').style.left = window.pageXOffset + window.innerWidth - 80;}timeout = setTimeout('ResetLogo()', 100); }document.writeln('<table align="" width="80" height="80" border=0>');
document.writeln('<tr><td style="font-family: Tahoma; font-size: 12; color: #ccff00; background-color: #000066">');
document.writeln('<a href="http://www.braggcreekchurch.ca/Quickstart/SiteSparks/calendar/0/2//2010-09-12.html" target="_blank" style="color: #ccff00;">');
document.writeln('This Week');
document.writeln('</a>');
document.writeln('</td></tr></table>');
ResetLogo();document.writeln('</div>');
