function showBox(comment){
	div = document.getElementById("commentBox");
	div.innerHTML = ""+comment+"";
}

