
MMORTS games, OGame is totally free and can be played in your browser, without the need of a time consuming client download .
In
function wyswietlDate(){
var Today = new Date();
var Month = Today.getMonth();
var Day = Today.getDate();
var Year = Today.getFullYear();
if(Year = 99) Year += 1900
return Day + "-" +...