


var pcol=Number(16711680).toString(16);

var fontface = 3;
var fontsize = "5";
if (fontface==0) fontface = 'Arial, Helvetica, sans-serif';
  else if (fontface==1) fontface = 'Times New Roman, serif';
  else if (fontface==2) fontface = 'Courier New, Courier, mono';
  else if (fontface==3) fontface = 'Georgia, Times New Roman, Times, serif';
  else fontface = 'Verdana, Arial, Helvetica, sans-serif';

var t=0;
t = pcol.length;
for (var i=0; i<6-t; i++) pcol = '0'+pcol;

var now=new Date();
document.write('<font face="'+fontface+'" size="'+fontsize+'" color=#'+pcol+'>Last update: '+"SunMonTueWedThuFriSat".substr(now.getDay()*3,3)+', '+"JanFebMarAprMayJunJulAugSepOctNovDec".substr(now.getMonth()*3,3)+' '+now.getDate()+', '+now.getFullYear()+'</font>');



//DO NOT MODIFY
/*
<APPLETINFO>
appletname=jsdatestamp
applettype=JAVASCRIPT
created=1050320369480
appletfilename=jsdatestamp1.js
</APPLETINFO>
<JAVASCRIPT>
fontsize=5
dtprompt=Last update:
fontface=3
pcol=16711680
</JAVASCRIPT>
<HTMLGENERATOR>
null</HTMLGENERATOR>
*/
