<!-- 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.somersetart.com/shop/image_details.asp?r=25117&Category=&c=&Artist_Last_Name=Dudash&Artist_First_Name=Michael&title=It%27s+a+Zoo+in+There%21+by+Michael+Dudash&letPerTab=5&als=A&els=E";t="It's a Zoo in There! by C. Michael Dudash";}
//  End -->