================================================== ====================
part 2
================================================== ===================
<body OnLoad="display(),startclock()">
================================================== ===================
part 3
================================================== ====================
<!-- -->
<center><table BORDER=0 WIDTH="720" BGCOLOR="#FFFFFF" >
<tr>
<td COLSPAN="2" BGCOLOR="#D2E6F8">
<center><b><font face="Arial,Helvetica"><font size=+1>Total System Info</font></font></b></center>
</td>
</tr>
<tr>
<td WIDTH="270" BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Current
Date and Time</font></font></font>:</td>
<td WIDTH="450" BGCOLOR="#999999"><script LANGUAGE="JavaScript">
//original found at javascript source
//modified and updated by www.a1javascripts.com
<!-- Begin
var months=new Array(13);
months[1]="January";
months[2]="February";
months[3]="March";
months[4]="April";
months[5]="May";
months[6]="June";
months[7]="July";
months[8]="August";
months[9]="September";
months[10]="October";
months[11]="November";
months[12]="December";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
// Y2K Fix by Isaac Powell
// http://onyx.idbsu.edu/~ipowell
if ((navigator.appName == "Microsoft Internet Explorer") && (year < 2000))
year="19" + year;
if (navigator.appName == "Netscape")
year=1900 + year;
document.write(""+ lmonth + " ");
document.write(date + ", " + year);
// End -->
</script>
<form name="clock"><input type="text" name="face" size=13 value=""></form></td>
</tr>
<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Your
CPU Class is:</font></font></font></td>
<td BGCOLOR="#999999"><script>
document.write(navigator.cpuClass)
</script>
</td>
</tr>
<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>Your
Operating System is:</font></font></font></td>
<td BGCOLOR="#999999"><script LANGUAGE="JavaScript">
<!--
function checkOS() {
if(navigator.userAgent.indexOf('IRIX') != -1)
{ var OpSys = "Irix"; }
else if((navigator.userAgent.indexOf('Win') != -1) &&
(navigator.userAgent.indexOf('98') != -1))
{ var OpSys = "Windows 98"; }
else if((navigator.userAgent.indexOf('Win') != -1) &&
(navigator.userAgent.indexOf('95') != -1))
{ var OpSys = "Windows 95"; }
else if(navigator.appVersion.indexOf("16") !=-1)
{ var OpSys = "Windows 3.1"; }
else if (navigator.appVersion.indexOf("NT") !=-1)
{ var OpSys= "Windows NT"; }
else if(navigator.appVersion.indexOf("SunOS") !=-1)
{ var OpSys = "SunOS"; }
else if(navigator.appVersion.indexOf("Linux") !=-1)
{ var OpSys = "Linux"; }
else if(navigator.userAgent.indexOf('Mac') != -1)
{ var OpSys = "Macintosh"; }
else if(navigator.appName=="WebTV Internet Terminal")
{ var OpSys="WebTV"; }
else if(navigator.appVersion.indexOf("HP") !=-1)
{ var OpSys="HP-UX"; }
else { var OpSys = "other"; }
return OpSys;
}
// -->
</script>
<script LANGUAGE="JavaScript">
<!--
var OpSys = checkOS();
document.write(OpSys);
// -->
</script>
</td>
</tr>
<tr>
<td BGCOLOR="#000099"><font face="Helvetica"><font color="#FFFFFF"><font size=-1>You
are currently using:</font></font></font></td>
<td BGCOLOR="#999999"><script Language="JavaScript">
<!-- This is a combination of two scripts one written by Murat Muradoglu,
[email protected]. I Jeff Bouton,
[email protected] modified the script so that it will detect the AOL Browser as well as the new versions of Internet Explorer 5 and Netscape 4.61. further improved and undated by a1javascripts.com
var version = 0;
if(navigator.userAgent.indexOf('AOL 5') !=-1) document.write("America Online 5.0");
else if
(navigator.userAgent.indexOf('AOL 4') != -1) document.write("America Online 4.0");
else if
(navigator.userAgent.indexOf('AOL 3') != -1) document.write("America Online 3.0");
else if
(navigator.userAgent.indexOf('MSIE 5.5') != -1) document.write("Internet Explorer 5.5");
else if
(navigator.userAgent.indexOf('MSIE 5') != -1) document.write("Internet Explorer 5.0");
else if
(navigator.userAgent.indexOf('MSIE 4') != -1) document.write("Internet Explorer 4.0");
else if
(navigator.userAgent.indexOf('MSIE 3') != -1) document.write("Internet Explorer 3.0!");
else if
(navigator.userAgent.indexOf("Mozilla/4.73") != -1) document.write("Netscape 4.73");
else if
(navigator.userAgent.indexOf("Mozilla/4.7") != -1) document.write("Netscape 4.7");
else if
(navigator.userAgent.indexOf("Mozilla/4.61") != -1) document.write("Netscape 4.61");
else if
(navigator.userAgent.indexOf("Mozilla/4.5") != -1) document.write("Netscape 4.5")
else if
(navigator.userAgent.indexOf("Mozilla/4") != -1) document.write("Netscape 4.0");
else if
(navigator.userAgent.indexOf("Mozilla/3") != -1) document.write("Netscape 3.0");
else if
(navigator.userAgent.indexOf("Mozilla/2") != -1) document.write("Netscape 2");
else if
(navigator.userAgent.indexOf("MSIE 4.5") != -1) document.write("Microsoft Internet Explorer 4.5 for Macintosh");
else if
(navigator.appName=="WebTV Internet Terminal") document.write("WebTV Browser");
else if
(navigator.appName != "Microsoft Internet Explorer" && navigator.appName != "Netscape") document.write("You are not running IE, Netscape, AOL, or WebTV");
else version = 8;
// -->
</script>
</td>
</tr>
<embed src="http://www.iespana.es/dekasegi/copright.swf" height=24 width=78>
</embed>