function share_email(u, t){
	window.open('/email-ajanlas?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'share_email','toolbar=0,status=0,location=1, width=450,height=600,scrollbars=1');
	return false;
}

