﻿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=#000000 style='font-size:11pt;font-family: Alpida_Unicode System'>مەرۋۇي توربىكتىمىزگە كىرگىنىڭىز قارشى ئالمىز بۈگۈن  ",today.getYear(),"- ﻳﯩﻠﻰ ",today.getMonth()+1,"- ﺋﺎﻳﻨﯩﯔ ",today.getDate(),"- ﻛﯜﻧﻰ(",d[today.getDay()+1],")</font>" );
