function follow(id) {
	var link = document.getElementById('text_' + id).getElementsByTagName('a');
	window.location.href = link[0];
}