<!--

// top alta
function sctop(){
t1='<table width="100%" cellpadding="0" cellspacing="0"><tr>'
  +' <td align="left">&nbsp;'
  +'  <a href="index.asp"><img src="images/logomini.jpg" border="0" alt="Vai alla Home Page"></a>'
  +' </td><td align="right">'
  +'  <a href="index.asp"><img src="images/sgbbragora.jpg" border="0" alt="Vai alla Home Page"></a>'
  +' </td></tr>'
  +'</table>'
document.write(t1);
};


// riga rossa
function scriga(){
t1='<table class="menu" width="100%" cellpadding="0" cellspacing="0"><tr><td><img src="images/null.gif" height="20px"></td></tr></table>'
document.write(t1);
};


// bottom pagina
function scbottom(){
t1='<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr>'
  +' <td align="left">'
  +'  <img src="images/contatore.gif" alt="Contatore">'
  +' </td><td class="bottom" width="100%">'
  +'  <b>Parrocchia San Giovanni Battista in Bragora</b><br>'
  +'  3790, Castello - 30122 VENEZIA - Tel: 041 5205906<br>'
  +'  Fax: 041 8122442 - E-mail: <a href="mailto:???@virgilio.it">???@virgilio.it</a><br>'
  +'  [ &copy;  2005-2009 ] by <a href="webmaster.htm">webmaster</a>'
  +' </td><td align="right">'
  +'  <A HREF="http://www.aruba.it" target="_top"><IMG SRC="images/pwbaruba.gif" border="0"></A>'
  +' </td></tr>'
  +'</table>'
document.write(t1);
};
// bottom pagina
function scbottom1(){
t1='<td class="bottom" width="100%">'
  +' <b>Parrocchia San Giovanni Battista in Bragora</b><br>'
  +' 3790, Castello - 30122 VENEZIA - Tel: 041 5205906<br>'
  +' Fax: 041 8122442 - E-mail: <a href="mailto:????@virgilio.it">????@virgilio.it</a><br>'
  +' [ &copy;  2005-2009 ] by <a href="webmaster.htm">webmaster</a>'
  +'</td>'
document.write(t1);
};



//  data documento
function scdatadoc(){
 var D = new Date(document.lastModified);
 var Y = '';
 var X = D.getDate();
 if (X<10)  {Y = '0'+X+'-'} else {Y = X+'-'};
 X = D.getMonth()+1;
 if (X<10)  {Y = Y+'0'+X+'-'} else {Y = Y+X+'-'};
 X = D.getYear();
 if (X<100) {X = X+2000};
 if (X<200) {X = X+1900};
 Y = Y+X+' ';
 
 X = D.getHours();
 if (X<10)  {Y = Y+'0'+X+':'} else {Y = Y+X+':'};
 X = D.getMinutes();
 if (X<10)  {Y = Y+'0'+X+':'} else {Y = Y+X+':'};
 X = D.getSeconds();
 if (X<10)  {Y = Y+'0'+X} else {Y = Y+X};
 document.write(Y);
};


function apri(www) {
 window.open(www,'','toolbar,menubar,scrollbars,resizable,status,location,copyhistory,width=800,height=450,');
}; 
function apri2(www) {
 window.open(www,'','width=800,height=600');
};


-->
