RightNow = new Date();
document.write("Kello:" + RightNow.getHours() + ":" + RightNow.getMinutes() + ":" + RightNow.getSeconds())

