GuidaMacropolis

Contatori della III Guerra Mondiale
Countup by Giulyx.it
Sono passati

dall'inizio della III
Guerra Mondiale

scarica da qui

1 - Copia e incolla nel tuo sito il codice sottostante adattandolo liberamente

<table border="0" cellspacing="0" cellpadding="0" style="border: 1px dashed #FFFF00;" bgcolor="#FFFF00" bordercolor="#FFFF00">
<tr>
<td style="font-size:9px; border:0"><a target="_blank" href="http://www.giulyx.it">Countup
by Giulyx.it</a></td>
</tr>
<tr>
<td style="border:0"><img src="http://www.psicopolis.com/img/3war.jpg" width="160" height="219">
</td>
</tr>
<tr>
<td style="border:0">
<div align="center"><b>Sono passati</b></div>
</td>
</tr>
<tr>
<td style="text-decoration:underline; font-weight:bold; color:#990000; text-align:center; border:0">
<div align="center"> <b>
<script>

/*
Count up from any date script-
By JavaScript Kit (www.javascriptkit.com)
Over 200+ free scripts here!
*/

var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")

function countup(yr,m,d){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy
var paststring=montharray[m-1]+" "+d+", "+yr
var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1)
difference+=" giorni"
document.write("" +difference+"")
}
//enter the count up date using the format year/month/day
countup(1990,08,02)
</script>
</b></div>
</td>
</tr>
<tr>
<td style="border:0" height="48">
<div align="center">
<p><b>dall'inizio della III <br>
Guerra Mondiale</b></p>
<p><b><a href="http://www.bengio.net/wordpress/"><font size="1" face="Arial, Helvetica, sans-serif">scarica
da qui<br>
</font></a></b></p>
</div>
</td>
</tr>
</table>