function add_to_facebook(elem) {
	window.open(elem.href, 'sharer_'+(new Date()).getTime(), 'toolbar=0, status=0, width=626, height=436');
	return false;
}
