<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var styleSuffix   = ""

if(typeof(sidebarOptn) != 'undefined') {
	styleSuffix = "_"+sidebarOptn;
}

document.write('<span class ="copyright'+styleSuffix+'">&copy;Copyright 2009 ');
document.write('<a class=sidelink'+styleSuffix+' href="index.html" target="_top">Boulder Chinese Evangelical Free Church</a> ');
document.write('All Rights Reserved. <a class=sidelink'+styleSuffix+'  HREF="mailto:bcefc.ps@gmail.com"><u>Contact Us</u></a>');
document.write('</span><br>');

//  End -->