function f_exturl(path,url,title) {
	window.location.href = path + "links/link.php?url=" + url + "&title=" + title;
}