nome=document.title;
str='www.abbaziagreca.it - ';
switch(nome){
  case str+'Homepage':
  document.write('<script type="text/javascript" src="scripts/mhome.js"></script>');
  break;
  case str+'Vocation':
  document.write('<script type="text/javascript" src="scripts/mhome.js"></script>');
  break;
  case str+'Ecumenism':
  document.write('<script type="text/javascript" src="scripts/mhome.js"></script>');
  break;
  case str+'Documentation':
  document.write('<script type="text/javascript" src="scripts/mhome.js"></script>');
  break;
  case str+'Photo Galleries':
  document.write('<script type="text/javascript" src="scripts/mhome.js"></script>');
  break;
  case str+'Contacts':
  document.write('<script type="text/javascript" src="scripts/mhome.js"></script>');
  break;
  
  case str+'Typikòn':
  document.write('<script type="text/javascript" src="scripts/mattivita.js"></script>');
  break;
  case str+'Monastic Life':
  document.write('<script type="text/javascript" src="scripts/mattivita.js"></script>');
  break;
  case str+'Hospitality':
  document.write('<script type="text/javascript" src="scripts/mattivita.js"></script>');
  break;
  case str+'Book Restoration':
  document.write('<script type="text/javascript" src="scripts/mattivita.js"></script>');
  break;
  case str+'High School':
  document.write('<script type="text/javascript" src="scripts/mattivita.js"></script>');
  break;


  case str+'Publishing':
  document.write('<script type="text/javascript" src="scripts/meditoria.js"></script>');
  break;
  case str+'Bulletin':
  document.write('<script type="text/javascript" src="scripts/meditoria.js"></script>');
  break;
  case str+'Publications':
  document.write('<script type="text/javascript" src="scripts/meditoria.js"></script>');
  break;
  case str+'Multimedia':
  document.write('<script type="text/javascript" src="scripts/meditoria.js"></script>');
  break;
  case str+'Calendars':
  document.write('<script type="text/javascript" src="scripts/meditoria.js"></script>');
  break;
  case str+'Press':
  document.write('<script type="text/javascript" src="scripts/meditoria.js"></script>');
  break;


  case str+'Liturgy and Celebrations':
  document.write('<script type="text/javascript" src="scripts/mliturgia.js"></script>');
  break;
  case str+'Liturgy and Celebrations - The Byzantine Rite':
  document.write('<script type="text/javascript" src="scripts/mliturgia.js"></script>');
  break;
  case str+'Liturgy and Celebrations - Daily Schedule':
  document.write('<script type="text/javascript" src="scripts/mliturgia.js"></script>');  
  break;
  case str+'Liturgy and Celebrations - Calendar':
  document.write('<script type="text/javascript" src="scripts/mliturgia.js"></script>');
  break;
  case str+'Liturgy and Celebrations - Marriages':
  document.write('<script type="text/javascript" src="scripts/mliturgia.js"></script>');
  break;
  
  
  case str+'Art and Culture - Museum':
  document.write('<script type="text/javascript" src="scripts/marte.js"></script>');
  break;
  case str+'Art and Culture - Crypton Ferrata':
  document.write('<script type="text/javascript" src="scripts/marte.js"></script>');
  break;
  case str+'Art and Culture - Loggia of the ´500':
  document.write('<script type="text/javascript" src="scripts/marte.js"></script>');
  break;
  case str+'Art and Culture - Roverian Castle':
  document.write('<script type="text/javascript" src="scripts/marte.js"></script>');
  break;
  case str+'Art and Culture - The Icon':
  document.write('<script type="text/javascript" src="scripts/marte.js"></script>');
  break;
  case str+'Art and Culture - Basilica':
  document.write('<script type="text/javascript" src="scripts/marte.js"></script>');
  break;
  case str+'Art and Culture - Farnesian Chapel':
  document.write('<script type="text/javascript" src="scripts/marte.js"></script>');
  break;
  case str+'Art and Culture - Catacomb':
  document.write('<script type="text/javascript" src="scripts/marte.js"></script>');
  break;
  case str+'Art and Culture - Libraries':
  document.write('<script type="text/javascript" src="scripts/marte.js"></script>');
  break;


  case str+'Calendario Eventi':
  document.write('<script type="text/javascript" src="scripts/meventi.js"></script>');
  break;
  case str+'Millenario':
  document.write('<script type="text/javascript" src="scripts/meventi.js"></script>');
  break;
  case str+'Sinodo intereparchiale':
  document.write('<script type="text/javascript" src="scripts/meventi.js"></script>');
  break;
  case str+'Archivi':
  document.write('<script type="text/javascript" src="scripts/meventi.js"></script>');
  break;

}
