<!--
document.write("<left>")
var calendario = new Date();
var	mese = calendario.getMonth();
var giorno = calendario.getDate();
var anno = calendario.getFullYear();
var nodate = 1;

// Gennaio = 0
// Febbraio = 1
// Marzo = 2
// Aprile = 3
// Maggio = 4
// Giugno = 5
// Luglio = 6
// Agosto = 7
// Settembre = 8
// Ottobre = 9
// Novembre = 10
// Dicembre = 11

{document.write('<font size="3" color="white">'+"   Date      TDT       Dm  (°)  Dl      r1  p (°)  e  m1   m*   tm(s)  tw(h)"+'<br>')}
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/01/25 02:48:27  0.86140 0.00478   6.11   3  -26 -1.8  5.1          55.9  Jupiter   M22  "+'<br>')}    
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/01/25 07:08:47  0.13281 0.00367   1.30 358  -34 -3.9  6.5          19.4  Venus     M21  "+'<br>')}    
if ((mese >= 2) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/05/23 06:43:48  0.01356 0.00205   1.82 344   65  1.3  3.7          43.3  Mars      M44  "+'<br>')}    
if ((mese >= 3) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/06/20 02:57:26  0.43689 0.00275   1.73 181    3 -3.9  5.3          17.6  Venus     M35  "+'<br>')}    
if ((mese >= 4) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/07/18 17:38:28  0.24521 0.00282   1.69 166   11 -3.9  3.7          18.9  Venus     M44  "+'<br>')}    
if ((mese >= 4) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/07/29 23:07:05  0.11430 0.00252   1.34 346    2 -1.8  3.7          11.4  Mercury   M44  "+'<br>')}    
if ((mese >= 7) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/10/24 04:24:15  0.29511 0.00379   1.25 348   35 -3.9  7.3          18.9  Venus     M80  "+'<br>')}    
if ((mese >= 8) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/11/17 09:24:28  0.66338 0.00433   1.10 181   40 -3.9  6.8          15.1  Venus     M28   "+'<br>')}    
if ((mese >= 8) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/11/27 11:35:49  0.83872 0.00233   1.45 346    1 -0.9  7.3           8.3  Mercury   M80  "+'<br>')}    
if ((mese >= 9) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/12/16 01:17:22  0.60444 0.00249   1.35 181   11 -0.8  6.8          12.2  Mercury   M28  "+'<br>')}    
if ((mese >= 9) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008/12/28 14:32:16  0.27076 0.00153   2.44 360   -6  1.2  6.0          30.8  Mars      M8   "+'<br>')}    
{document.write('<font size="3" color="white">'+" "+'<br>')}
{document.write('<font size="3" color="white">'+"Date year/month/day"+'<br>')}
{document.write('<font size="3" color="white">'+"Dm = minima distance in degrees between the centers"+'<br>')}
{document.write('<font size="3" color="white">'+"Dl = limiting parameter, if Dm is lower than Dl there is an occultation"+'<br>')}
{document.write('<font size="3" color="white">'+"R1 = distance in U.A. of the first body from the Earth"+'<br>')}
{document.write('<font size="3" color="white">'+"P = position angle between bodies, in degrees"+'<br>')}
{document.write('<font size="3" color="white">'+"e = elongation, in degrees"+'<br>')}
{document.write('<font size="3" color="white">'+"m1 = magnitude of the first body"+'<br>')}
{document.write('<font size="3" color="white">'+"m* = magnitude of the star"+'<br>')}
{document.write('<font size="3" color="white">'+"tm = if present, one of the body is occulted maximum for x seconds"+'<br>')}
{document.write('<font size="3" color="white">'+"tw = semiperiod in hours of minima distance of 1°"+'<br>')}

//
if ((mese == 0) && (giorno <= 0)) {window.alert('NON PERDETEVI LA CONGIUNZIONE STRETTA TRA MARTE, LUNA E BETA TAU DALLA SERA DEL 9')}

// -->


