<!--
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       Time                Event           "+'<br>')}
{document.write('<font size="3" color="white">'+"----------------------------------------------------"+'<br>')}
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:01:23   02:41      Mercury  in conjunction with Neptune , 0.29 °  N of Neptune"+'<br>')}
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:02:01   12:27      Venus    in conjunction with Jupiter , 0.59 °  N of Jupiter"+'<br>')}   
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:02:03   01:21      Mercury  in conjunction with Neptune , 3.29 °  N of Neptune"+'<br>')} 
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:02:26   18:37      Mercury  in conjunction with Venus   , 1.18 °  N of Venus  "+'<br>')} 
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:03:07   01:16      Venus    in conjunction with Neptune , 0.57 °  S of Neptune"+'<br>')} 
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:03:09   10:11      Mercury  in conjunction with Neptune , 0.91 °  S of Neptune"+'<br>')} 
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:03:24   14:25      Mercury  in conjunction with Venus   , 0.97 °  S of Venus  "+'<br>')} 
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:03:27   21:10      Mercury  in conjunction with Uranus  , 1.60 °  S of Uranus "+'<br>')} 
if ((mese >= 0) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:03:29   00:04      Venus    in conjunction with Uranus  , 0.69 °  S of Uranus "+'<br>')} 
if ((mese >= 3) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:06:07   21:54      Mercury  in conjunction with Venus   , 2.93 °  S of Venus  "+'<br>')} 
if ((mese >= 4) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:07:10   19:08      Mars     in conjunction with Saturn  , 0.64 °  S of Saturn "+'<br>')} 
if ((mese >= 5) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:08:13   17:56      Venus    in conjunction with Saturn  , 0.22 °  S of Saturn "+'<br>')} 
if ((mese >= 5) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:08:15   20:53      Mercury  in conjunction with Saturn  , 0.64 °  S of Saturn "+'<br>')} 
if ((mese >= 5) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:08:21   16:43      Mercury  in conjunction with Venus   , 0.98 °  S of Venus  "+'<br>')} 
if ((mese >= 6) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:09:08   18:53      Mercury  in conjunction with Mars    , 2.65 °  S of Mars   "+'<br>')} 
if ((mese >= 6) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:09:12   03:03      Venus    in conjunction with Mars    , 0.30 °  N of Mars   "+'<br>')} 
if ((mese >= 6) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:09:15   02:22      Mercury  in conjunction with Venus   , 3.64 °  S of Venus  "+'<br>')} 
if ((mese >= 6) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:09:23   11:41      Mercury  in conjunction with Mars    , 4.05 °  S of Mars   "+'<br>')} 
if ((mese >= 8) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:11:29   04:37      Mercury  in conjunction with Mars    , 0.55 °  S of Mars   "+'<br>')} 
if ((mese >= 9) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:12:01   09:35      Venus    in conjunction with Jupiter , 2.01 °  S of Jupiter"+'<br>')} 
if ((mese >= 9) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:12:27   13:38      Venus    in conjunction with Neptune , 1.39 °  S of Neptune"+'<br>')} 
if ((mese >= 9) && (anno == 2008)) {document.write('<font size="3" color="white">'+"2008:12:31   12:32      Mercury  in conjunction with Jupiter , 1.23 °  S of Jupiter"+'<br>')}

//
if ((mese == 0) && (giorno <= 0)) {window.alert('NON PERDETEVI LA CONGIUNZIONE STRETTA TRA MARTE, LUNA E BETA TAU DALLA SERA DEL 9')}

// -->


