\n'
document.write(temp);
var Min="";
var Heu="";
var nbpas=0;
var nblig=0;
var lig10="";
var lig20="";
var lig30="";
var lig40="";
var lig11="";
var lig21="";
var lig31="";
var lig41="";
var lig12="";
var lig22="";
var lig32="";
var lig42="";
var timerID=0;
function demarre()
{
whattime();
TimerID = setTimeout("demarre()",500);
}
function whattime()
{
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
var map = InternetExplorer ? clock : document.embeds[0];
jour = new Date();
Heures = jour.getHours();
Minutes = jour.getMinutes();
Secondes = jour.getSeconds();
if(Heu!=Heures)
{
Heu=Heures;
var unites = Heu % 10
var dizaines = Math.floor(Heu / 10)
map.TGotoFrame("_flash0/hd",dizaines);
map.TGotoFrame("_flash0/hu",unites);
}
if(Min!=Minutes)
{
Min=Minutes;
var unites = Min % 10
var dizaines = Math.floor(Min / 10)
map.TGotoFrame("_flash0/md",dizaines);
map.TGotoFrame("_flash0/mu",unites);
}
var unites = Secondes % 10
var dizaines = Math.floor(Secondes / 10)
map.TGotoFrame("_flash0/sd",dizaines);
map.TGotoFrame("_flash0/su",unites);
nbpas++;
if (nbpas>10)
{
map.TGotoLabel("_flash0/bong","bruit");
if(InternetExplorer)
{
map.Tplay("bong");
}
nbpas=0;
for(y=1;y<5;y++)
{
nomvar="lig"+y+nblig;
for(x=0;x