function js_link(name,url,target){
	document.write('<a href="' + url + '" target="' + target + '">' + name + '</a>');
}
