on1 = new Image();
on1.src = "images/back.gif";
off1 = new Image();
off1.src = "images/back1.gif";
on2 = new Image();
on2.src = "images/next.gif";
off2 = new Image();
off2.src = "images/next1.gif";
on3 = new Image();
on3.src = "images/logo.jpg";
off3 = new Image();
off3.src = "images/logo1.jpg";
on4 = new Image();
on4.src = "images/redlogo.jpg";
off4 = new Image();
off4.src = "images/bluelogo.jpg";

function flip1(n) {
        document.images.icon1.src = n.src;
};
function flip2(n) {
        document.images.icon2.src = n.src;
};
function flip3(n) {
        document.images.icon3.src = n.src;
};
function flip4(n) {
        document.images.icon4.src = n.src;
}

function change()
{
   document.writeln ('<font face="Verdana,Arial" size="-2">25.05.2011</font>');
}

window.defaultStatus = " -= Cyberbase Internet & IT Services Renggli =- ";

