function fbs_click() {
	if(img_file != "") {
		img_file="http://cfiaustin.org/images/" + img_file;
	}
	u="http://cfiaustin.org/fbpreview.php?url="+location.href+"&title="+title+"&desc="+desc+"&img="+img_file;
	t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}

document.write('<style> html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?7:26981) no-repeat top left; }</style><a class="fb_share_link" href="http://www.facebook.com/share.php?u=%3Curl%3E" onclick="return fbs_click()" target="_blank">Share on Facebook</a>');