function link(url){
	
	document.write("<a href='" + url + "'>");

}

function link_end(){
	document.write("</a>");
}
