	function popup(url, width, height, scrollbars) {
		day = new Date();
		id = day.getTime();
		eval("page"+id+" = window.open('"+url+"', '"+id+"', 'toolbar=0,scrollbars="+scrollbars+",location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left=100,top=100');");
	}
	
	function fbs_click(t) {
		u = location.href;
		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;
	}