/**
* This file writes only the version into every page.
* @return version
*/
var version = "1.2.1.1";
$('#version').text(version);