// Globale Variabeln
// ##############################################

// E-Mail codieren
var email;
var email2;
var mTo = "&#109;&#9" + "7;&#105;&#10" + "8;&#116;&#1" + "11;&#58;"; // mailto
var at  = "&#6" + "4;"; // at-Zeichen

// Homepage-Adresse
// **********************************************
var hpAddressIT = "";
var hpAddressDE = "";
email           = "arbostora" + at + "bluewin.ch";
email2          = "crivellis" + at + "yahoo.it";

hpAddressIT    += 'RISTORANTE VICANIA - Alpe Vicania - 6921 Vico Morcote | Tel. +41 (0)91 980 24 14<br />';
hpAddressIT    += 'Tel. amministrazione +41 (0)91 996 12 30 | <a href="' + mTo + email + '" class="subLink">' + email + '</a><br />';
hpAddressIT    += '&copy; 2007 Arbostora sagl, Fotografie <a href="' + mTo + email2 + '" class="subLink">Stefano Crivelli</a>';

hpAddressDE    += 'RISTORANTE VICANIA - Alpe Vicania - 6921 Vico Morcote | Tel. +41 (0)91 980 24 14<br />';
hpAddressDE    += 'Tel. Administration +41 (0)91 996 12 30 | <a href="' + mTo + email + '" class="subLink">' + email + '</a><br />';
hpAddressDE    += '&copy; 2007 Arbostora sagl, Fotografie <a href="' + mTo + email2 + '" class="subLink">Stefano Crivelli</a>';


// Footer-Adressen
// **********************************************
var footerAddressIT = "";
var footerAddressDE = "";
email               = "arbostora" + at + "bluewin.ch";

footerAddressIT    += 'RISTORANTE VICANIA - Alpe Vicania - 6921 Vico Morcote | Tel. +41 (0)91 980 24 14<br />';
footerAddressIT    += 'Tel. amministrazione +41 (0)91 996 12 30 | <a href="' + mTo + email + '" class="subLink">' + email + '</a>';

footerAddressDE    += 'RISTORANTE VICANIA - Alpe Vicania - 6921 Vico Morcote | Tel. +41 (0)91 980 24 14<br />';
footerAddressDE    += 'Tel. Administration +41 (0)91 996 12 30 | <a href="' + mTo + email + '" class="subLink">' + email + '</a>';


// Adressen im Content
// **********************************************
var contentAddressIT = "";
var contentAddressDE = "";
email                = "arbostora" + at + "bluewin.ch";

contentAddressDE += 'RISTORANTE VICANIA - Alpe Vicania<br />';
contentAddressDE += '6921 Vico Morcote<br />';
contentAddressDE += 'Tel. +41 (0)91 980 24 14<br />';
contentAddressDE += 'Tel. Administration +41 (0)91 996 12 30<br />';
contentAddressDE += '<a href="' + mTo + email + '" class="contentLink">' + email + '</a>';

contentAddressIT += 'RISTORANTE VICANIA - Alpe Vicania<br />';
contentAddressIT += '6921 Vico Morcote<br />';
contentAddressIT += 'Tel. +41 (0)91 980 24 14<br />';
contentAddressIT += 'Tel. amministrazione +41 (0)91 996 12 30<br />';
contentAddressIT += '<a href="' + mTo + email + '" class="contentLink">' + email + '</a>';



// ##############################################
// End Globale Variabeln
// ##############################################