////////////////////////////////////////////////////////////////////////////////////////
//
// variable area; alter these variables below to change the various text items on the pages
//
////////////////////////////////////////////////////////////////////////////////////////

var lastUpdateDate = "23 septembrie 2011"; // this is the date when the site was last updated











////////////////////////////////////////////////////////////////////////////////////////
//
// function area; do NOT alter this section unless you know what you are doing!
//
////////////////////////////////////////////////////////////////////////////////////////


// writes the date of the last update
function writeLastUpdateDate()
{
	document.write("<br><br>Data ultimei modificari: " + lastUpdateDate);
}



