function main () {
var exists2 = document.loginform.kuku;
if (exists2) {
var dat = new Date();
var unix = dat.getTime();
var browser = Math.floor(unix/1000);
document.loginform.kuku.value = browser;
}
}
function preload () {
var llogo = new Image();
llogo.src = "images/logo.jpg";
var button1a = new Image();
button1a.src = "images/buttons/mb1n.gif";
var button1b = new Image();
button1b = "images/buttons/mb1f.gif";
var button2a = new Image();
button2a = "images/buttons/mb2nen.gif";
var button2b = new Image();
button2b = "images/buttons/mb2fen.gif";
var button3a = new Image();
button3a = "images/buttons/mb3nen.gif";
var button3b = new Image();
button3b = "images/buttons/mb3fen.gif";
}