<!-- 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/anderson/divine-counselor.htm";t="Divine Counselor by Harry Anderson";}
//  End -->