﻿today=new Date();   
function initArray()
 {this.length=initArray.arguments.length   
  for(var i=0;i<this.length;i++)   
  this[i+1]=initArray.arguments[i]}   
  var d=new initArray(" ناۋات يەكشەنبە "," ﺩﯛﺷﻪﻧﺒﻪ "," ﺳﻪﻳﺸﻪﻧﺒﻪ "," ﭼﺎﺭﺷﻪﻧﺒﻪ "," ﭘﻪﻳﺸﻪﻧﺒﻪ "," ئۇلۇغ جۈمە "," شىكەر شەنبە ");   
document.write("<font color=#FF0000 style='font-size:10pt;font-family: Alpida_Unicode System'>بۈگۈن :  ",today.getYear(),"-ﻳﯩﻠﻰ ",today.getMonth()+1,"-ﺋﺎﻳﻨﯩﯔ ",today.getDate(),"-ﻛﯜﻧﻰ (",d[today.getDay()+1],")</font>" );
