<!-- Begin
function shareLinks(){};
shareLinks.prototype.allowClose = false;
shareLinks.prototype.showButtons = function() {
	this.allowClose=false;
    document.getElementById('shareBoxi').style.visibility="visible";
	}
shareLinks.prototype.shareOff = function() {
	if (this.allowClose==true) {
        document.getElementById('shareBoxi').style.visibility="hidden";
		}
	}
shareLinks.prototype.hideButtons = function() {
	this.allowClose=true;
	setTimeout("shareLinks.prototype.shareOff()",1000);
	}
//  End -->



<!-- Begin
function fbs_click(){u="http://www.christcenteredmall.com/stores/art/jekel/road_to_the_cross.htm";t="Road to the Cross by Brian Jekel";}
//  End -->