function mailmask (mail,nach,ort,vor) {
    var resultat;
    resultat = "mailto:" + vor + "\@" + nach + "." + ort;
    mail.href = resultat;
    return (1);
}

function mailmask2 () {
    document.write("<p id=\"mailadr\"><img src=\"img\/teil1.gif\" title=\"notre adresse e-mail est protégée contre les spams\" alt=\"notre adresse e-mail\" width=\"20\" height=\"10\" \/><img src=\"img\/teil2.gif\" title=\"notre adresse e-mail est protégée contre les spams\" alt=\"notre adresse e-mail\" width=\"14\" height=\"10\" \/><a href=\"mailto:notre adresse e-mail est protégée contre les spams - cliquez dessus pour envoyer un e-mail\" onClick=\"mailmask(this,'desvignes','ch','hotel');\" title=\"Envoyer un e-mail ŕ l'Hôtel des Vignes\"><img src=\"img\/teil3.gif\" title=\"notre adresse e-mail est protégée contre les spams\" alt=\"notre adresse e-mail\" width=\"21\" height=\"10\" \/><img src=\"img\/teil4.gif\" title=\"notre adresse e-mail est protégée contre les spams\" alt=\"notre adresse e-mail\" width=\"8\" height=\"10\" \/><img src=\"img\/teil5.gif\" title=\"notre adresse e-mail est protégée contre les spams\" alt=\"notre adresse e-mail\" width=\"33\" height=\"10\" \/><img src=\"img\/teil6.gif\" title=\"notre adresse e-mail est protégée contre les spams\" alt=\"notre adresse e-mail\" width=\"36\" height=\"10\" \/><\/a><\/p>");
}
function mailmask2_d () {
    document.write("<p id=\"mailadr\"><img src=\"img\/teil1.gif\" title=\"unsere E-Mail-Adresse ist gegen Spam geschützt\" alt=\"E-Mail-Adresse des Hotel des Vignes\" width=\"20\" height=\"10\" \/><img src=\"img\/teil2.gif\" title=\"unsere E-Mail-Adresse ist gegen Spam geschützt\" alt=\"E-Mail-Adresse des Hotel des Vignes\" width=\"14\" height=\"10\" \/><a href=\"mailto:unsere E-Mail-Adresse ist gegen Spam geschützt - klicken Sie, um eine Mail zu senden\" onClick=\"mailmask(this,'desvignes','ch','hotel');\" title=\"Dem Hotel des Vignes eine Mail senden\"><img src=\"img\/teil3.gif\" title=\"unsere E-Mail-Adresse ist gegen Spam geschützt\" alt=\"E-Mail-Adresse des Hotel des Vignes\" width=\"21\" height=\"10\" \/><img src=\"img\/teil4.gif\" title=\"unsere E-Mail-Adresse ist gegen Spam geschützt\" alt=\"E-Mail-Adresse des Hotel des Vignes\" width=\"8\" height=\"10\" \/><img src=\"img\/teil5.gif\" title=\"unsere E-Mail-Adresse ist gegen Spam geschützt\" alt=\"E-Mail-Adresse des Hotel des Vignes\" width=\"33\" height=\"10\" \/><img src=\"img\/teil6.gif\" title=\"unsere E-Mail-Adresse ist gegen Spam geschützt\" alt=\"E-Mail-Adresse des Hotel des Vignes\" width=\"36\" height=\"10\" \/><\/a><\/p>");
}
function mailmask2_e () {
    document.write("<p id=\"mailadr\"><img src=\"img\/teil1.gif\" title=\"Our e-mail address is spam protected\" alt=\"E-mail address of the Hotel des Vignes\" width=\"20\" height=\"10\" \/><img src=\"img\/teil2.gif\" title=\"Our e-mail address is spam protected\" alt=\"E-mail address of the Hotel des Vignes\" width=\"14\" height=\"10\" \/><a href=\"mailto:our e-mail address is spam protected - click here to send us an e-mail\" onClick=\"mailmask(this,'desvignes','ch','hotel');\" title=\"Send an e-mail to the Hotel des Vignes\"><img src=\"img\/teil3.gif\" title=\"Our e-mail address is spam protected\" alt=\"E-mail address of the Hotel des Vignes\" width=\"21\" height=\"10\" \/><img src=\"img\/teil4.gif\" title=\"Our e-mail address is spam protected\" alt=\"E-mail address of the Hotel des Vignes\" width=\"8\" height=\"10\" \/><img src=\"img\/teil5.gif\" title=\"Our e-mail address is spam protected\" alt=\"E-mail address of the Hotel des Vignes\" width=\"33\" height=\"10\" \/><img src=\"img\/teil6.gif\" title=\"Our e-mail address is spam protected\" alt=\"E-mail address of the Hotel des Vignes\" width=\"36\" height=\"10\" \/><\/a><\/p>");
}


function nextphoto () {
    var b1 = new Array();
    var b2 = new Array();
    var b3 = new Array();
    var b4 = new Array();
    b1[0] = new Image(); b1[0].src = "img/hotel_des_vignes_11.jpg"; b1[1] = new Image(); b1[1].src = "img/hotel_des_vignes_12.jpg"; b1[2] = new Image(); b1[2].src = "img/hotel_des_vignes_13.jpg"; b1[3] = new Image(); b1[3].src = "img/hotel_des_vignes_14.jpg"; b1[4] = new Image();
    b2[0] = new Image(); b2[0].src = "img/hotel_des_vignes_21.jpg"; b2[1] = new Image(); b2[1].src = "img/hotel_des_vignes_11.jpg"; b2[2] = new Image(); b2[2].src = "img/hotel_des_vignes_23.jpg"; b2[3] = new Image(); b2[3].src = "img/hotel_des_vignes_24.jpg"; b2[4] = new Image();
    b3[0] = new Image(); b3[0].src = "img/hotel_des_vignes_31.jpg"; b3[1] = new Image(); b3[1].src = "img/hotel_des_vignes_32.jpg"; b3[2] = new Image(); b3[2].src = "img/hotel_des_vignes_11.jpg"; b3[3] = new Image(); b3[3].src = "img/hotel_des_vignes_34.jpg"; b3[4] = new Image();
    b4[0] = new Image(); b4[0].src = "img/hotel_des_vignes_41.jpg"; b4[1] = new Image(); b4[1].src = "img/hotel_des_vignes_42.jpg"; b4[2] = new Image(); b4[2].src = "img/hotel_des_vignes_43.jpg"; b4[3] = new Image(); b4[3].src = "img/hotel_des_vignes_44.jpg"; b4[4] = new Image();
    var i1 = 0; var i2 = 0; var i3 = 0; var i4 = 0; var jetzt = new Date(); var sec = 59999;
    jetzt = new Date();
    sec = jetzt.getSeconds() * 1000 + jetzt.getMilliseconds();
    sec = (sec > 30000) ? sec-30000 : sec;
    i1 = (sec < 3001) ? 0 : (sec < 10501) ? 1 : (sec < 18001) ? 2 : (sec > 25500) ? 0 : 3;
    i2 = (sec < 4501) ? 0 : (sec < 12001) ? 1 : (sec < 19501) ? 2 : (sec > 27000) ? 0 : 3;
    i3 = (sec < 6001) ? 0 : (sec < 13501) ? 1 : (sec < 21001) ? 2 : (sec > 28500) ? 0 : 3;
    i4 = (sec < 7501) ? 0 : (sec < 15001) ? 1 : (sec < 22501) ? 2 : 3;
    document.images[0].src = b1[i1].src;
    document.images[1].src = b2[i2].src;
    document.images[2].src = b3[i3].src;
    document.images[3].src = b4[i4].src;
    window.setTimeout("nextphoto()", 1500);
}

function phototete() {
    window.setTimeout("nextphoto()", 0);
}
