function printTaglistData(text_data) {
	document.getElementById('videotags').innerHTML = text_data;
}
 
httpRequest('tags.jspx', printTaglistData);
