<HTML>
<HEAD>
<TITLE>aidenet</TITLE>
<FONT FACE="Arial,Trebuchet MS, Helvetica">
</HEAD>
<BODY
TEXT="#330000" BGCOLOR="#FFFFFF" ALINK="#0000FF" VLINK="#990099">
<P><SCRIPT
LANGUAGE=JavaScript><!-- Begin
var osd = " "
osd +="Bienvenue ";
osd +="sur mon site Web. ";
osd +="L'internet et comment creer sa page,";
osd +="tres simplement ";
osd +=" ";
var timer;
var msg = "";
function scrollMaster () {
msg = customDateSpring(new Date())
clearTimeout(timer)
msg += " " + showtime() + " " + osd
for (var i= 0; i < 100; i++){
msg
= " " + msg;
}
scrollMe()
}
function scrollMe(){
window.status
= msg;
msg = msg.substring(1, msg.length) + msg.substring(0,1);
timer
= setTimeout("scrollMe()", 200);
}
function showtime (){
var now =
new Date();
var hours= now.getHours();
var minutes= now.getMinutes();
var seconds= now.getSeconds();
var months= now.getMonth();
var dates=
now.getDate();
var years= now.getYear();
var timeValue = ""
timeValue
+= ((months >9) ? "" : " ")
timeValue += ((dates >9) ? "" : " ")
timeValue = ( months +1)
timeValue +="/"+ dates
timeValue +="/"+ years
var ap="A.M."
if (hours == 12)
if (hours == 0) {
hours = 12
}
if(hours >= 13){
hours -= 12;
ap=" "
}
var timeValue2 = " "
+ hours
timeValue2 += ((minutes < 10) ? ":0":":") + minutes + " " + ap
return timeValue2;
}
function MakeArray(n) {
this.length = n
return
this
}
monthNames = new MakeArray(12)
monthNames[1] = "janvier"
monthNames[2] = "février"
monthNames[3] = "mars"
monthNames[4] = "avril"
monthNames[5] = "mai"
monthNames[6]
= "juin"
monthNames[7] = "juillet"
monthNames[8] = "août"
monthNames[9] = "septembre"
monthNames[10] = "octobre"
monthNames[11] = "novembre"
monthNames[12] = "décembre"
daysNames = new MakeArray(7)
daysNames[1] = "Dimanche"
daysNames[2]
= "Lundi"
daysNames[3] = "Mardi"
daysNames[4] = "Mercredi"
daysNames[5] = "Jeudi"
daysNames[6] = "Vendredi"
daysNames[7]
= "Samedi"
function customDateSpring(oneDate) {
var theDay = daysNames[oneDate.getDay()
+1]
var theDate =oneDate.getDate()
var theMonth = monthNames[oneDate.getMonth()
+1]
var dayth=" "
if ((theDate == 1) || (theDate == 21) || (theDate
== 31)) {
dayth="st";
}
if ((theDate == 2) || (theDate ==22)) {
dayth="nd";
}
if ((theDate== 3) || (theDate == 23)) {
dayth="rd";
}
return theDay + " " + theDate + " " + theMonth + " " + dayth + "à"
}
scrollMaster();
// End --></SCRIPT></CENTER></P>
</BODY>
</HTML>