
<!--

 calendar = new Date();
 day = calendar.getDay();
 month = calendar.getMonth();
 date = calendar.getDate();
 year = calendar.getYear();
 if (year < 1000)
 year+=1900
 cent = parseInt(year/100);
 g = year % 19;
 k = parseInt((cent - 17)/25);
 i = (cent - parseInt(cent/4) - parseInt((cent - k)/3) + 19*g + 15) % 30;
 i = i - parseInt(i/28)*(1 - parseInt(i/28)*parseInt(29/(i+1))*parseInt((21-g)/11));
 j = (year + parseInt(year/4) + i + 2 - cent + parseInt(cent/4)) % 7;
 l = i - j;
 emonth = 3 + parseInt((l + 40)/44);
 edate = l + 28 - 31*parseInt((emonth/4));
 emonth--;
 var dayname = new Array ("रविवार", "सोमवार", "मंगळवार", "बुधवार", "गुरुवार", "शुक्रवार", "शनिवार");
 var monthname = 
 new Array ("जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर" );
 document.write("");
 // January

 if ((month == 0) && (date == 1)) document.write("WWW चे पुर्ण नाव <br>World Wide Web.");
 if ((month == 0) && (date == 2)) document.write("HTTP चे पुर्ण नाव <br>Hypertext Transfer Protocol.");
 if ((month == 0) && (date == 3)) document.write("USB चे पुर्ण नाव <br>Universal Serial Bus.");
 if ((month == 0) && (date == 4)) document.write("LAN चे पुर्ण नाव <br>Local Area Network.");
 if ((month == 0) && (date == 5)) document.write("PC चे पुर्ण नाव <br>Personal Computer.");
 if ((month == 0) && (date == 6)) document.write("CD चे पुर्ण नाव <br>Compact Disc.");
 if ((month == 0) && (date == 7)) document.write("DVD चे पुर्ण नाव <br>Digital Video Disc.");
 if ((month == 0) && (date == 8)) document.write("HDD चे पुर्ण नाव <br>Hard Disk Drive.");
 if ((month == 0) && (date == 9)) document.write("WAN चे पुर्ण नाव <br>Wide Area Network.");
 if ((month == 0) && (date == 10)) document.write("WiFi चे पुर्ण नाव <br>Wireless Fidelity.");
 if ((month == 0) && (date == 11)) document.write("RAM चे पुर्ण नाव <br>Random Access Memory.");
 if ((month == 0) && (date == 12)) document.write("ROM चे पुर्ण नाव <br>Read-Only Memory.");
 if ((month == 0) && (date == 13)) document.write("CRT चे पुर्ण नाव <br>Cathode Ray Tube.");
 if ((month == 0) && (date == 14)) document.write("TFT चे पुर्ण नाव <br>Thin-Film Transistor Technology.");
 if ((month == 0) && (date == 15)) document.write("MHz चे पुर्ण नाव <br>Megaheartz.");
 if ((month == 0) && (date == 16)) document.write("POP3 चे पुर्ण नाव <br>Post Office Protocol 3.");
 if ((month == 0) && (date == 17)) document.write("SMTP चे पुर्ण नाव <br>Simple Mail Transfer Protocol.");
 if ((month == 0) && (date == 18)) document.write("IMAP चे पुर्ण नाव <br>Internet Message Access Protocol.");
 if ((month == 0) && (date == 19)) document.write("BIOS चे पुर्ण नाव <br>Basic Input-Output System.");
 if ((month == 0) && (date == 20)) document.write("Kbps चे पुर्ण नाव <br>KiloBits Per Second.");
 if ((month == 0) && (date == 21)) document.write("Mbps चे पुर्ण नाव <br>MegaBits Per Second.");
 if ((month == 0) && (date == 22)) document.write("HTML चे पुर्ण नाव <br>HyperText Markup Language.");
 if ((month == 0) && (date == 23)) document.write("CMOS चे पुर्ण नाव <br>Complementary Metal Oxide Semiconductor.");
 if ((month == 0) && (date == 24)) document.write("SDRAM चे पुर्ण नाव <br>Synchronous Dynamic Random Access Memory.");
 if ((month == 0) && (date == 25)) document.write("PDF चे पुर्ण नाव <br>Portable Document Format.");
 if ((month == 0) && (date == 26)) document.write("JPEG चे पुर्ण नाव <br>Joint Photographic Experts Group.");
 if ((month == 0) && (date == 27)) document.write("WMV चे पुर्ण नाव <br>Windows Media Video.");
 if ((month == 0) && (date == 28)) document.write("VB चे पुर्ण नाव <br>Visual Basic. ");
 if ((month == 0) && (date == 29)) document.write("DOC चे पुर्ण नाव <br>Word Document Files.");
 if ((month == 0) && (date == 30)) document.write("WAV चे पुर्ण नाव <br>Waveform Audio.");
 if ((month == 0) && (date == 31)) document.write("Email चे पुर्ण नाव <br>Electronic Mail.");



 // February

 if ((month == 1) && (date == 1)) document.write("DNS चे पुर्ण नाव <br>Domain Name system.");
 if ((month == 1) && (date == 2)) document.write("VPN चे पुर्ण नाव <br>Virtual Private Network.");
 if ((month == 1) && (date == 3)) document.write("CMS चे पुर्ण नाव <br>Content Management System.");
 if ((month == 1) && (date == 4)) document.write("DSL चे पुर्ण नाव <br>Digital Subscriber Line.");
 if ((month == 1) && (date == 5)) document.write("ADSL चे पुर्ण नाव <br>Asymmetric Digital Subscriber Line.");
 if ((month == 1) && (date == 6)) document.write("TTS चे पुर्ण नाव <br>Text-to-Speech.");
 if ((month == 1) && (date == 7)) document.write("P2P चे पुर्ण नाव <br>Peer to Peer.");
 if ((month == 1) && (date == 8)) document.write("PHP चे पुर्ण नाव <br>Hypertext Preprocessor.");
 if ((month == 1) && (date == 9)) document.write("CSS चे पुर्ण नाव <br>Cascading Style Sheet.");
 if ((month == 1) && (date == 10)) document.write("VGA चे पुर्ण नाव <br>Video Graphics Array.");
 if ((month == 1) && (date == 11)) document.write("LCD चे पुर्ण नाव <br>Liquid Crystal Display.");
 if ((month == 1) && (date == 12)) document.write("IDE चे पुर्ण नाव <br>Integrated Drive Electronics.");
 if ((month == 1) && (date == 13)) document.write("J2EE चे पुर्ण नाव <br>Java 2 Platform, Enterprise Edition.");
 if ((month == 1) && (date == 14)) document.write("XML चे पुर्ण नाव <br>eXtensible Markup Language.");
 if ((month == 1) && (date == 15)) document.write("AJAX चे पुर्ण नाव <br>Asynchronous JavaScript and XML.");
 if ((month == 1) && (date == 16)) document.write("CPU चे पुर्ण नाव <br>Central Processing Unit.");
 if ((month == 1) && (date == 17)) document.write("ISP चे पुर्ण नाव <br>Internet Service Provider.");
 if ((month == 1) && (date == 18)) document.write("SATA चे पुर्ण नाव <br>Serial Advanced Technology Attachment.");
 if ((month == 1) && (date == 19)) document.write("eSATA चे पुर्ण नाव <br>External Serial Advanced Technology Attachment.");
 if ((month == 1) && (date == 20)) document.write("TCP चे पुर्ण नाव <br>Transmission Control Protocol.");
 if ((month == 1) && (date == 21)) document.write("IP चे पुर्ण नाव <br>Internet Protocol.");
 if ((month == 1) && (date == 22)) document.write("WYSIWYG चे पुर्ण नाव <br>What You See Is What You Get.");
 if ((month == 1) && (date == 23)) document.write("PCMCIA चे पुर्ण नाव <br>Personal Computer Memory Card International Association.");
 if ((month == 1) && (date == 24)) document.write("PS/2 चे पुर्ण नाव <br>Personal System/2.");
 if ((month == 1) && (date == 25)) document.write("DLL चे पुर्ण नाव <br>Dynamic Link Library.");
 if ((month == 1) && (date == 26)) document.write("SCSI चे पुर्ण नाव <br>Small Computer System Interface.");
 if ((month == 1) && (date == 27)) document.write("SD Card चे पुर्ण नाव <br>Secure Digital Card.");
 if ((month == 1) && (date == 28)) document.write("MMC Card चे पुर्ण नाव <br>MultiMedia Card.");
 if ((month == 1) && (date == 29)) document.write("ASP चे पुर्ण नाव <br>Active Server Pages.");




 // March

 if ((month == 2) && (date == 1)) document.write("JSP चे पुर्ण नाव <br>Java Server Pages.");
 if ((month == 2) && (date == 2)) document.write("ERP चे पुर्ण नाव <br>Enterprise Resource Planning.");
 if ((month == 2) && (date == 3)) document.write("SAP चे पुर्ण नाव <br>Systems Applications Products.");
 if ((month == 2) && (date == 4)) document.write("RSS चे पुर्ण नाव <br>Really Simple Syndication.");
 if ((month == 2) && (date == 5)) document.write("SSL चे पुर्ण नाव <br>Secure Sockets Layer.");
 if ((month == 2) && (date == 6)) document.write("OS चे पुर्ण नाव <br>Operating System.");
 if ((month == 2) && (date == 7)) document.write("FTP चे पुर्ण नाव <br>File Transfer Protocol.");
 if ((month == 2) && (date == 8)) document.write("SQL चे पुर्ण नाव <br>Structured Query Language.");
 if ((month == 2) && (date == 9)) document.write("SEO चे पुर्ण नाव <br>Search Engine Optimization.");
 if ((month == 2) && (date == 10)) document.write("UPS चे पुर्ण नाव <br>Uninterruptable Power Supply.");
 if ((month == 2) && (date == 11)) document.write("BMP चे पुर्ण नाव <br>Bitmap Image.");
 if ((month == 2) && (date == 12)) document.write("GIF चे पुर्ण नाव <br>Graphics Interchange Format.");
 if ((month == 2) && (date == 13)) document.write("AVI चे पुर्ण नाव <br>Audio Video Interleave.");
 if ((month == 2) && (date == 14)) document.write("SSL चे पुर्ण नाव <br>Secure Sockets Layer.");
 if ((month == 2) && (date == 15)) document.write("PNG चे पुर्ण नाव <br>Portable Network Graphics.");
 if ((month == 2) && (date == 16)) document.write("IT चे पुर्ण नाव <br>Information Technology.");
 if ((month == 2) && (date == 17)) document.write("BASIC चे पुर्ण नाव <br>Beginners' All-purpose Symbolic Instruction Code.");
 if ((month == 2) && (date == 18)) document.write("NT चे पुर्ण नाव <br>New Technology.");
 if ((month == 2) && (date == 19)) document.write("GPL चे पुर्ण नाव <br>General Public License.");
 if ((month == 2) && (date == 20)) document.write("IIS चे पुर्ण नाव <br>Internet Information Server.");
 if ((month == 2) && (date == 21)) document.write("GUI चे पुर्ण नाव <br>Graphical User Interface.");
 if ((month == 2) && (date == 22)) document.write("ASCII चे पुर्ण नाव <br>American Standard Code for Information Interchange.");
 if ((month == 2) && (date == 23)) document.write("IE चे पुर्ण नाव <br>Internet Explorer.");
 if ((month == 2) && (date == 24)) document.write("CPL चे पुर्ण नाव <br>Combined Programming Language.");
 if ((month == 2) && (date == 25)) document.write("GB चे पुर्ण नाव <br>Giga Byte");
 if ((month == 2) && (date == 26)) document.write("MB चे पुर्ण नाव <br>Mega Byte");
 if ((month == 2) && (date == 27)) document.write("KB चे पुर्ण नाव <br>Kilo Byte");
 if ((month == 2) && (date == 28)) document.write("DB चे पुर्ण नाव <br>Database");
 if ((month == 2) && (date == 29)) document.write("CP चे पुर्ण नाव <br>Control Panel");
 if ((month == 2) && (date == 30)) document.write("MMC Card चे पुर्ण नाव <br>MultiMedia Card.");
 if ((month == 2) && (date == 31)) document.write("ASP चे पुर्ण नाव <br>Active Server Pages.");



 // April


 if ((month == 3) && (date == 1)) document.write("WWW चे पुर्ण नाव <br>World Wide Web.");
 if ((month == 3) && (date == 2)) document.write("HTTP चे पुर्ण नाव <br>Hypertext Transfer Protocol.");
 if ((month == 3) && (date == 3)) document.write("USB चे पुर्ण नाव <br>Universal Serial Bus.");
 if ((month == 3) && (date == 4)) document.write("LAN चे पुर्ण नाव <br>Local Area Network.");
 if ((month == 3) && (date == 5)) document.write("PC चे पुर्ण नाव <br>Personal Computer.");
 if ((month == 3) && (date == 6)) document.write("CD चे पुर्ण नाव <br>Compact Disc.");
 if ((month == 3) && (date == 7)) document.write("DVD चे पुर्ण नाव <br>Digital Video Disc.");
 if ((month == 3) && (date == 8)) document.write("HDD चे पुर्ण नाव <br>Hard Disk Drive.");
 if ((month == 3) && (date == 9)) document.write("WAN चे पुर्ण नाव <br>Wide Area Network.");
 if ((month == 3) && (date == 10)) document.write("WiFi चे पुर्ण नाव <br>Wireless Fidelity.");
 if ((month == 3) && (date == 11)) document.write("RAM चे पुर्ण नाव <br>Random Access Memory.");
 if ((month == 3) && (date == 12)) document.write("ROM चे पुर्ण नाव <br>Read-Only Memory.");
 if ((month == 3) && (date == 13)) document.write("CRT चे पुर्ण नाव <br>Cathode Ray Tube.");
 if ((month == 3) && (date == 14)) document.write("TFT चे पुर्ण नाव <br>Thin-Film Transistor Technology.");
 if ((month == 3) && (date == 15)) document.write("MHz चे पुर्ण नाव <br>Megaheartz.");
 if ((month == 3) && (date == 16)) document.write("POP3 चे पुर्ण नाव <br>Post Office Protocol 3.");
 if ((month == 3) && (date == 17)) document.write("SMTP चे पुर्ण नाव <br>Simple Mail Transfer Protocol.");
 if ((month == 3) && (date == 18)) document.write("IMAP चे पुर्ण नाव <br>Internet Message Access Protocol.");
 if ((month == 3) && (date == 19)) document.write("BIOS चे पुर्ण नाव <br>Basic Input-Output System.");
 if ((month == 3) && (date == 20)) document.write("Kbps चे पुर्ण नाव <br>KiloBits Per Second.");
 if ((month == 3) && (date == 21)) document.write("Mbps चे पुर्ण नाव <br>MegaBits Per Second.");
 if ((month == 3) && (date == 22)) document.write("HTML चे पुर्ण नाव <br>HyperText Markup Language.");
 if ((month == 3) && (date == 23)) document.write("CMOS चे पुर्ण नाव <br>Complementary Metal Oxide Semiconductor.");
 if ((month == 3) && (date == 24)) document.write("SDRAM चे पुर्ण नाव <br>Synchronous Dynamic Random Access Memory.");
 if ((month == 3) && (date == 25)) document.write("PDF चे पुर्ण नाव <br>Portable Document Format.");
 if ((month == 3) && (date == 26)) document.write("JPEG चे पुर्ण नाव <br>Joint Photographic Experts Group.");
 if ((month == 3) && (date == 27)) document.write("WMV चे पुर्ण नाव <br>Windows Media Video.");
 if ((month == 3) && (date == 28)) document.write("VB चे पुर्ण नाव <br>Visual Basic. ");
 if ((month == 3) && (date == 29)) document.write("DOC चे पुर्ण नाव <br>Word Document Files.");
 if ((month == 3) && (date == 30)) document.write("WAV चे पुर्ण नाव <br>Waveform Audio.");



 // May
 
 if ((month == 4) && (date == 1)) document.write("DNS चे पुर्ण नाव <br>Domain Name system.");
 if ((month == 4) && (date == 2)) document.write("VPN चे पुर्ण नाव <br>Virtual Private Network.");
 if ((month == 4) && (date == 3)) document.write("CMS चे पुर्ण नाव <br>Content Management System.");
 if ((month == 4) && (date == 4)) document.write("DSL चे पुर्ण नाव <br>Digital Subscriber Line.");
 if ((month == 4) && (date == 5)) document.write("ADSL चे पुर्ण नाव <br>Asymmetric Digital Subscriber Line.");
 if ((month == 4) && (date == 6)) document.write("TTS चे पुर्ण नाव <br>Text-to-Speech.");
 if ((month == 4) && (date == 7)) document.write("P2P चे पुर्ण नाव <br>Peer to Peer.");
 if ((month == 4) && (date == 8)) document.write("PHP चे पुर्ण नाव <br>Hypertext Preprocessor.");
 if ((month == 4) && (date == 9)) document.write("CSS चे पुर्ण नाव <br>Cascading Style Sheet.");
 if ((month == 4) && (date == 10)) document.write("VGA चे पुर्ण नाव <br>Video Graphics Array.");
 if ((month == 4) && (date == 11)) document.write("LCD चे पुर्ण नाव <br>Liquid Crystal Display.");
 if ((month == 4) && (date == 12)) document.write("IDE चे पुर्ण नाव <br>Integrated Drive Electronics.");
 if ((month == 4) && (date == 13)) document.write("J2EE चे पुर्ण नाव <br>Java 2 Platform, Enterprise Edition.");
 if ((month == 4) && (date == 14)) document.write("XML चे पुर्ण नाव <br>eXtensible Markup Language.");
 if ((month == 4) && (date == 15)) document.write("AJAX चे पुर्ण नाव <br>Asynchronous JavaScript and XML.");
 if ((month == 4) && (date == 16)) document.write("CPU चे पुर्ण नाव <br>Central Processing Unit.");
 if ((month == 4) && (date == 17)) document.write("ISP चे पुर्ण नाव <br>Internet Service Provider.");
 if ((month == 4) && (date == 18)) document.write("SATA चे पुर्ण नाव <br>Serial Advanced Technology Attachment.");
 if ((month == 4) && (date == 19)) document.write("eSATA चे पुर्ण नाव <br>External Serial Advanced Technology Attachment.");
 if ((month == 4) && (date == 20)) document.write("TCP चे पुर्ण नाव <br>Transmission Control Protocol.");
 if ((month == 4) && (date == 21)) document.write("IP चे पुर्ण नाव <br>Internet Protocol.");
 if ((month == 4) && (date == 22)) document.write("WYSIWYG चे पुर्ण नाव <br>What You See Is What You Get.");
 if ((month == 4) && (date == 23)) document.write("PCMCIA चे पुर्ण नाव <br>Personal Computer Memory Card International Association.");
 if ((month == 4) && (date == 24)) document.write("PS/2 चे पुर्ण नाव <br>Personal System/2.");
 if ((month == 4) && (date == 25)) document.write("DLL चे पुर्ण नाव <br>Dynamic Link Library.");
 if ((month == 4) && (date == 26)) document.write("SCSI चे पुर्ण नाव <br>Small Computer System Interface.");
 if ((month == 4) && (date == 27)) document.write("SD Card चे पुर्ण नाव <br>Secure Digital Card.");
 if ((month == 4) && (date == 28)) document.write("MMC Card चे पुर्ण नाव <br>MultiMedia Card.");
 if ((month == 4) && (date == 29)) document.write("ASP चे पुर्ण नाव <br>Active Server Pages.");
 if ((month == 4) && (date == 30)) document.write("WAV चे पुर्ण नाव <br>Waveform Audio.");
 if ((month == 4) && (date == 31)) document.write("Email चे पुर्ण नाव <br>Electronic Mail.");



 // June
 
 
 if ((month == 5) && (date == 1)) document.write("JSP चे पुर्ण नाव <br>Java Server Pages.");
 if ((month == 5) && (date == 2)) document.write("ERP चे पुर्ण नाव <br>Enterprise Resource Planning.");
 if ((month == 5) && (date == 3)) document.write("SAP चे पुर्ण नाव <br>Systems Applications Products.");
 if ((month == 5) && (date == 4)) document.write("RSS चे पुर्ण नाव <br>Really Simple Syndication.");
 if ((month == 5) && (date == 5)) document.write("SSL चे पुर्ण नाव <br>Secure Sockets Layer.");
 if ((month == 5) && (date == 6)) document.write("OS चे पुर्ण नाव <br>Operating System.");
 if ((month == 5) && (date == 7)) document.write("FTP चे पुर्ण नाव <br>File Transfer Protocol.");
 if ((month == 5) && (date == 8)) document.write("SQL चे पुर्ण नाव <br>Structured Query Language.");
 if ((month == 5) && (date == 9)) document.write("SEO चे पुर्ण नाव <br>Search Engine Optimization.");
 if ((month == 5) && (date == 10)) document.write("UPS चे पुर्ण नाव <br>Uninterruptable Power Supply.");
 if ((month == 5) && (date == 11)) document.write("BMP चे पुर्ण नाव <br>Bitmap Image.");
 if ((month == 5) && (date == 12)) document.write("GIF चे पुर्ण नाव <br>Graphics Interchange Format.");
 if ((month == 5) && (date == 13)) document.write("AVI चे पुर्ण नाव <br>Audio Video Interleave.");
 if ((month == 5) && (date == 14)) document.write("SSL चे पुर्ण नाव <br>Secure Sockets Layer.");
 if ((month == 5) && (date == 15)) document.write("PNG चे पुर्ण नाव <br>Portable Network Graphics.");
 if ((month == 5) && (date == 16)) document.write("IT चे पुर्ण नाव <br>Information Technology.");
 if ((month == 5) && (date == 17)) document.write("BASIC चे पुर्ण नाव <br>Beginners' All-purpose Symbolic Instruction Code.");
 if ((month == 5) && (date == 18)) document.write("NT चे पुर्ण नाव <br>New Technology.");
 if ((month == 5) && (date == 19)) document.write("GPL चे पुर्ण नाव <br>General Public License.");
 if ((month == 5) && (date == 20)) document.write("IIS चे पुर्ण नाव <br>Internet Information Server.");
 if ((month == 5) && (date == 21)) document.write("GUI चे पुर्ण नाव <br>Graphical User Interface.");
 if ((month == 5) && (date == 22)) document.write("ASCII चे पुर्ण नाव <br>American Standard Code for Information Interchange.");
 if ((month == 5) && (date == 23)) document.write("IE चे पुर्ण नाव <br>Internet Explorer.");
 if ((month == 5) && (date == 24)) document.write("CPL चे पुर्ण नाव <br>Combined Programming Language.");
 if ((month == 5) && (date == 25)) document.write("GB चे पुर्ण नाव <br>Giga Byte");
 if ((month == 5) && (date == 26)) document.write("MB चे पुर्ण नाव <br>Mega Byte");
 if ((month == 5) && (date == 27)) document.write("KB चे पुर्ण नाव <br>Kilo Byte");
 if ((month == 5) && (date == 28)) document.write("DB चे पुर्ण नाव <br>Database");
 if ((month == 5) && (date == 29)) document.write("CP चे पुर्ण नाव <br>Control Panel");
 if ((month == 5) && (date == 30)) document.write("NTFS चे पुर्ण नाव <br>NT File System");
 if ((month == 5) && (date == 31)) document.write("RTF चे पुर्ण नाव <br>Rich Text Format");



 // July

 if ((month == 6) && (date == 1)) document.write("WWW चे पुर्ण नाव <br>World Wide Web.");
 if ((month == 6) && (date == 2)) document.write("HTTP चे पुर्ण नाव <br>Hypertext Transfer Protocol.");
 if ((month == 6) && (date == 3)) document.write("USB चे पुर्ण नाव <br>Universal Serial Bus.");
 if ((month == 6) && (date == 4)) document.write("LAN चे पुर्ण नाव <br>Local Area Network.");
 if ((month == 6) && (date == 5)) document.write("PC चे पुर्ण नाव <br>Personal Computer.");
 if ((month == 6) && (date == 6)) document.write("CD चे पुर्ण नाव <br>Compact Disc.");
 if ((month == 6) && (date == 7)) document.write("DVD चे पुर्ण नाव <br>Digital Video Disc.");
 if ((month == 6) && (date == 8)) document.write("HDD चे पुर्ण नाव <br>Hard Disk Drive.");
 if ((month == 6) && (date == 9)) document.write("WAN चे पुर्ण नाव <br>Wide Area Network.");
 if ((month == 6) && (date == 10)) document.write("WiFi चे पुर्ण नाव <br>Wireless Fidelity.");
 if ((month == 6) && (date == 11)) document.write("RAM चे पुर्ण नाव <br>Random Access Memory.");
 if ((month == 6) && (date == 12)) document.write("ROM चे पुर्ण नाव <br>Read-Only Memory.");
 if ((month == 6) && (date == 13)) document.write("CRT चे पुर्ण नाव <br>Cathode Ray Tube.");
 if ((month == 6) && (date == 14)) document.write("TFT चे पुर्ण नाव <br>Thin-Film Transistor Technology.");
 if ((month == 6) && (date == 15)) document.write("MHz चे पुर्ण नाव <br>Megaheartz.");
 if ((month == 6) && (date == 16)) document.write("POP3 चे पुर्ण नाव <br>Post Office Protocol 3.");
 if ((month == 6) && (date == 17)) document.write("SMTP चे पुर्ण नाव <br>Simple Mail Transfer Protocol.");
 if ((month == 6) && (date == 18)) document.write("IMAP चे पुर्ण नाव <br>Internet Message Access Protocol.");
 if ((month == 6) && (date == 19)) document.write("BIOS चे पुर्ण नाव <br>Basic Input-Output System.");
 if ((month == 6) && (date == 20)) document.write("Kbps चे पुर्ण नाव <br>KiloBits Per Second.");
 if ((month == 6) && (date == 21)) document.write("Mbps चे पुर्ण नाव <br>MegaBits Per Second.");
 if ((month == 6) && (date == 22)) document.write("HTML चे पुर्ण नाव <br>HyperText Markup Language.");
 if ((month == 6) && (date == 23)) document.write("CMOS चे पुर्ण नाव <br>Complementary Metal Oxide Semiconductor.");
 if ((month == 6) && (date == 24)) document.write("SDRAM चे पुर्ण नाव <br>Synchronous Dynamic Random Access Memory.");
 if ((month == 6) && (date == 25)) document.write("PDF चे पुर्ण नाव <br>Portable Document Format.");
 if ((month == 6) && (date == 26)) document.write("JPEG चे पुर्ण नाव <br>Joint Photographic Experts Group.");
 if ((month == 6) && (date == 27)) document.write("WMV चे पुर्ण नाव <br>Windows Media Video.");
 if ((month == 6) && (date == 28)) document.write("VB चे पुर्ण नाव <br>Visual Basic. ");
 if ((month == 6) && (date == 29)) document.write("DOC चे पुर्ण नाव <br>Word Document Files.");
 if ((month == 6) && (date == 30)) document.write("WAV चे पुर्ण नाव <br>Waveform Audio.");
 if ((month == 6) && (date == 31)) document.write("Email चे पुर्ण नाव <br>Electronic Mail.");



 // August


 if ((month == 7) && (date == 1)) document.write("DNS चे पुर्ण नाव <br>Domain Name system.");
 if ((month == 7) && (date == 2)) document.write("VPN चे पुर्ण नाव <br>Virtual Private Network.");
 if ((month == 7) && (date == 3)) document.write("CMS चे पुर्ण नाव <br>Content Management System.");
 if ((month == 7) && (date == 4)) document.write("DSL चे पुर्ण नाव <br>Digital Subscriber Line.");
 if ((month == 7) && (date == 5)) document.write("ADSL चे पुर्ण नाव <br>Asymmetric Digital Subscriber Line.");
 if ((month == 7) && (date == 6)) document.write("TTS चे पुर्ण नाव <br>Text-to-Speech.");
 if ((month == 7) && (date == 7)) document.write("P2P चे पुर्ण नाव <br>Peer to Peer.");
 if ((month == 7) && (date == 8)) document.write("PHP चे पुर्ण नाव <br>Hypertext Preprocessor.");
 if ((month == 7) && (date == 9)) document.write("CSS चे पुर्ण नाव <br>Cascading Style Sheet.");
 if ((month == 7) && (date == 10)) document.write("VGA चे पुर्ण नाव <br>Video Graphics Array.");
 if ((month == 7) && (date == 11)) document.write("LCD चे पुर्ण नाव <br>Liquid Crystal Display.");
 if ((month == 7) && (date == 12)) document.write("IDE चे पुर्ण नाव <br>Integrated Drive Electronics.");
 if ((month == 7) && (date == 13)) document.write("J2EE चे पुर्ण नाव <br>Java 2 Platform, Enterprise Edition.");
 if ((month == 7) && (date == 14)) document.write("XML चे पुर्ण नाव <br>eXtensible Markup Language.");
 if ((month == 7) && (date == 15)) document.write("AJAX चे पुर्ण नाव <br>Asynchronous JavaScript and XML.");
 if ((month == 7) && (date == 16)) document.write("CPU चे पुर्ण नाव <br>Central Processing Unit.");
 if ((month == 7) && (date == 17)) document.write("ISP चे पुर्ण नाव <br>Internet Service Provider.");
 if ((month == 7) && (date == 18)) document.write("SATA चे पुर्ण नाव <br>Serial Advanced Technology Attachment.");
 if ((month == 7) && (date == 19)) document.write("eSATA चे पुर्ण नाव <br>External Serial Advanced Technology Attachment.");
 if ((month == 7) && (date == 20)) document.write("TCP चे पुर्ण नाव <br>Transmission Control Protocol.");
 if ((month == 7) && (date == 21)) document.write("IP चे पुर्ण नाव <br>Internet Protocol.");
 if ((month == 7) && (date == 22)) document.write("WYSIWYG चे पुर्ण नाव <br>What You See Is What You Get.");
 if ((month == 7) && (date == 23)) document.write("PCMCIA चे पुर्ण नाव <br>Personal Computer Memory Card International Association.");
 if ((month == 7) && (date == 24)) document.write("PS/2 चे पुर्ण नाव <br>Personal System/2.");
 if ((month == 7) && (date == 25)) document.write("DLL चे पुर्ण नाव <br>Dynamic Link Library.");
 if ((month == 7) && (date == 26)) document.write("SCSI चे पुर्ण नाव <br>Small Computer System Interface.");
 if ((month == 7) && (date == 27)) document.write("SD Card चे पुर्ण नाव <br>Secure Digital Card.");
 if ((month == 7) && (date == 28)) document.write("MMC Card चे पुर्ण नाव <br>MultiMedia Card.");
 if ((month == 7) && (date == 29)) document.write("ASP चे पुर्ण नाव <br>Active Server Pages.");
 if ((month == 7) && (date == 30)) document.write("DNS चे पुर्ण नाव <br>Domain Name system.");
 if ((month == 7) && (date == 31)) document.write("ASP चे पुर्ण नाव <br>Active Server Pages.");



 // September

 if ((month == 8) && (date == 1)) document.write("JSP चे पुर्ण नाव <br>Java Server Pages.");
 if ((month == 8) && (date == 2)) document.write("ERP चे पुर्ण नाव <br>Enterprise Resource Planning.");
 if ((month == 8) && (date == 3)) document.write("SAP चे पुर्ण नाव <br>Systems Applications Products.");
 if ((month == 8) && (date == 4)) document.write("RSS चे पुर्ण नाव <br>Really Simple Syndication.");
 if ((month == 8) && (date == 5)) document.write("SSL चे पुर्ण नाव <br>Secure Sockets Layer.");
 if ((month == 8) && (date == 6)) document.write("OS चे पुर्ण नाव <br>Operating System.");
 if ((month == 8) && (date == 7)) document.write("FTP चे पुर्ण नाव <br>File Transfer Protocol.");
 if ((month == 8) && (date == 8)) document.write("SQL चे पुर्ण नाव <br>Structured Query Language.");
 if ((month == 8) && (date == 9)) document.write("SEO चे पुर्ण नाव <br>Search Engine Optimization.");
 if ((month == 8) && (date == 10)) document.write("UPS चे पुर्ण नाव <br>Uninterruptable Power Supply.");
 if ((month == 8) && (date == 11)) document.write("BMP चे पुर्ण नाव <br>Bitmap Image.");
 if ((month == 8) && (date == 12)) document.write("GIF चे पुर्ण नाव <br>Graphics Interchange Format.");
 if ((month == 8) && (date == 13)) document.write("AVI चे पुर्ण नाव <br>Audio Video Interleave.");
 if ((month == 8) && (date == 14)) document.write("SSL चे पुर्ण नाव <br>Secure Sockets Layer.");
 if ((month == 8) && (date == 15)) document.write("PNG चे पुर्ण नाव <br>Portable Network Graphics.");
 if ((month == 8) && (date == 16)) document.write("IT चे पुर्ण नाव <br>Information Technology.");
 if ((month == 8) && (date == 17)) document.write("BASIC चे पुर्ण नाव <br>Beginners' All-purpose Symbolic Instruction Code.");
 if ((month == 8) && (date == 18)) document.write("NT चे पुर्ण नाव <br>New Technology.");
 if ((month == 8) && (date == 19)) document.write("GPL चे पुर्ण नाव <br>General Public License.");
 if ((month == 8) && (date == 20)) document.write("IIS चे पुर्ण नाव <br>Internet Information Server.");
 if ((month == 8) && (date == 21)) document.write("GUI चे पुर्ण नाव <br>Graphical User Interface.");
 if ((month == 8) && (date == 22)) document.write("ASCII चे पुर्ण नाव <br>American Standard Code for Information Interchange.");
 if ((month == 8) && (date == 23)) document.write("IE चे पुर्ण नाव <br>Internet Explorer.");
 if ((month == 8) && (date == 24)) document.write("CPL चे पुर्ण नाव <br>Combined Programming Language.");
 if ((month == 8) && (date == 25)) document.write("GB चे पुर्ण नाव <br>Giga Byte");
 if ((month == 8) && (date == 26)) document.write("MB चे पुर्ण नाव <br>Mega Byte");
 if ((month == 8) && (date == 27)) document.write("KB चे पुर्ण नाव <br>Kilo Byte");
 if ((month == 8) && (date == 28)) document.write("DB चे पुर्ण नाव <br>Database");
 if ((month == 8) && (date == 29)) document.write("CP चे पुर्ण नाव <br>Control Panel");
 if ((month == 8) && (date == 30)) document.write("MMC Card चे पुर्ण नाव <br>MultiMedia Card.");




 // October

 if ((month == 9) && (date == 1)) document.write("WWW चे पुर्ण नाव <br>World Wide Web.");
 if ((month == 9) && (date == 2)) document.write("HTTP चे पुर्ण नाव <br>Hypertext Transfer Protocol.");
 if ((month == 9) && (date == 3)) document.write("USB चे पुर्ण नाव <br>Universal Serial Bus.");
 if ((month == 9) && (date == 4)) document.write("LAN चे पुर्ण नाव <br>Local Area Network.");
 if ((month == 9) && (date == 5)) document.write("PC चे पुर्ण नाव <br>Personal Computer.");
 if ((month == 9) && (date == 6)) document.write("CD चे पुर्ण नाव <br>Compact Disc.");
 if ((month == 9) && (date == 7)) document.write("DVD चे पुर्ण नाव <br>Digital Video Disc.");
 if ((month == 9) && (date == 8)) document.write("HDD चे पुर्ण नाव <br>Hard Disk Drive.");
 if ((month == 9) && (date == 9)) document.write("WAN चे पुर्ण नाव <br>Wide Area Network.");
 if ((month == 9) && (date == 10)) document.write("WiFi चे पुर्ण नाव <br>Wireless Fidelity.");
 if ((month == 9) && (date == 11)) document.write("RAM चे पुर्ण नाव <br>Random Access Memory.");
 if ((month == 9) && (date == 12)) document.write("ROM चे पुर्ण नाव <br>Read-Only Memory.");
 if ((month == 9) && (date == 13)) document.write("CRT चे पुर्ण नाव <br>Cathode Ray Tube.");
 if ((month == 9) && (date == 14)) document.write("TFT चे पुर्ण नाव <br>Thin-Film Transistor Technology.");
 if ((month == 9) && (date == 15)) document.write("MHz चे पुर्ण नाव <br>Megaheartz.");
 if ((month == 9) && (date == 16)) document.write("POP3 चे पुर्ण नाव <br>Post Office Protocol 3.");
 if ((month == 9) && (date == 17)) document.write("SMTP चे पुर्ण नाव <br>Simple Mail Transfer Protocol.");
 if ((month == 9) && (date == 18)) document.write("IMAP चे पुर्ण नाव <br>Internet Message Access Protocol.");
 if ((month == 9) && (date == 19)) document.write("BIOS चे पुर्ण नाव <br>Basic Input-Output System.");
 if ((month == 9) && (date == 20)) document.write("Kbps चे पुर्ण नाव <br>KiloBits Per Second.");
 if ((month == 9) && (date == 21)) document.write("Mbps चे पुर्ण नाव <br>MegaBits Per Second.");
 if ((month == 9) && (date == 22)) document.write("HTML चे पुर्ण नाव <br>HyperText Markup Language.");
 if ((month == 9) && (date == 23)) document.write("CMOS चे पुर्ण नाव <br>Complementary Metal Oxide Semiconductor.");
 if ((month == 9) && (date == 24)) document.write("SDRAM चे पुर्ण नाव <br>Synchronous Dynamic Random Access Memory.");
 if ((month == 9) && (date == 25)) document.write("PDF चे पुर्ण नाव <br>Portable Document Format.");
 if ((month == 9) && (date == 26)) document.write("JPEG चे पुर्ण नाव <br>Joint Photographic Experts Group.");
 if ((month == 9) && (date == 27)) document.write("WMV चे पुर्ण नाव <br>Windows Media Video.");
 if ((month == 9) && (date == 28)) document.write("VB चे पुर्ण नाव <br>Visual Basic. ");
 if ((month == 9) && (date == 29)) document.write("DOC चे पुर्ण नाव <br>Word Document Files.");
 if ((month == 9) && (date == 30)) document.write("WAV चे पुर्ण नाव <br>Waveform Audio.");
 if ((month == 9) && (date == 31)) document.write("Email चे पुर्ण नाव <br>Electronic Mail.");




 // November
 
 if ((month == 10) && (date == 1)) document.write("DNS चे पुर्ण नाव <br>Domain Name system.");
 if ((month == 10) && (date == 2)) document.write("VPN चे पुर्ण नाव <br>Virtual Private Network.");
 if ((month == 10) && (date == 3)) document.write("CMS चे पुर्ण नाव <br>Content Management System.");
 if ((month == 10) && (date == 4)) document.write("DSL चे पुर्ण नाव <br>Digital Subscriber Line.");
 if ((month == 10) && (date == 5)) document.write("ADSL चे पुर्ण नाव <br>Asymmetric Digital Subscriber Line.");
 if ((month == 10) && (date == 6)) document.write("TTS चे पुर्ण नाव <br>Text-to-Speech.");
 if ((month == 10) && (date == 7)) document.write("P2P चे पुर्ण नाव <br>Peer to Peer.");
 if ((month == 10) && (date == 8)) document.write("PHP चे पुर्ण नाव <br>Hypertext Preprocessor.");
 if ((month == 10) && (date == 9)) document.write("CSS चे पुर्ण नाव <br>Cascading Style Sheet.");
 if ((month == 10) && (date == 10)) document.write("VGA चे पुर्ण नाव <br>Video Graphics Array.");
 if ((month == 10) && (date == 11)) document.write("LCD चे पुर्ण नाव <br>Liquid Crystal Display.");
 if ((month == 10) && (date == 12)) document.write("IDE चे पुर्ण नाव <br>Integrated Drive Electronics.");
 if ((month == 10) && (date == 13)) document.write("J2EE चे पुर्ण नाव <br>Java 2 Platform, Enterprise Edition.");
 if ((month == 10) && (date == 14)) document.write("XML चे पुर्ण नाव <br>eXtensible Markup Language.");
 if ((month == 10) && (date == 15)) document.write("AJAX चे पुर्ण नाव <br>Asynchronous JavaScript and XML.");
 if ((month == 10) && (date == 16)) document.write("CPU चे पुर्ण नाव <br>Central Processing Unit.");
 if ((month == 10) && (date == 17)) document.write("ISP चे पुर्ण नाव <br>Internet Service Provider.");
 if ((month == 10) && (date == 18)) document.write("SATA चे पुर्ण नाव <br>Serial Advanced Technology Attachment.");
 if ((month == 10) && (date == 19)) document.write("eSATA चे पुर्ण नाव <br>External Serial Advanced Technology Attachment.");
 if ((month == 10) && (date == 20)) document.write("TCP चे पुर्ण नाव <br>Transmission Control Protocol.");
 if ((month == 10) && (date == 21)) document.write("IP चे पुर्ण नाव <br>Internet Protocol.");
 if ((month == 10) && (date == 22)) document.write("WYSIWYG चे पुर्ण नाव <br>What You See Is What You Get.");
 if ((month == 10) && (date == 23)) document.write("PCMCIA चे पुर्ण नाव <br>Personal Computer Memory Card International Association.");
 if ((month == 10) && (date == 24)) document.write("PS/2 चे पुर्ण नाव <br>Personal System/2.");
 if ((month == 10) && (date == 25)) document.write("DLL चे पुर्ण नाव <br>Dynamic Link Library.");
 if ((month == 10) && (date == 26)) document.write("SCSI चे पुर्ण नाव <br>Small Computer System Interface.");
 if ((month == 10) && (date == 27)) document.write("SD Card चे पुर्ण नाव <br>Secure Digital Card.");
 if ((month == 10) && (date == 28)) document.write("MMC Card चे पुर्ण नाव <br>MultiMedia Card.");
 if ((month == 10) && (date == 29)) document.write("ASP चे पुर्ण नाव <br>Active Server Pages.");
 if ((month == 10) && (date == 30)) document.write("DOC चे पुर्ण नाव <br>Word Document Files.");



 // December

 if ((month == 11) && (date == 1)) document.write("JSP चे पुर्ण नाव <br>Java Server Pages.");
 if ((month == 11) && (date == 2)) document.write("ERP चे पुर्ण नाव <br>Enterprise Resource Planning.");
 if ((month == 11) && (date == 3)) document.write("SAP चे पुर्ण नाव <br>Systems Applications Products.");
 if ((month == 11) && (date == 4)) document.write("RSS चे पुर्ण नाव <br>Really Simple Syndication.");
 if ((month == 11) && (date == 5)) document.write("SSL चे पुर्ण नाव <br>Secure Sockets Layer.");
 if ((month == 11) && (date == 6)) document.write("OS चे पुर्ण नाव <br>Operating System.");
 if ((month == 11) && (date == 7)) document.write("FTP चे पुर्ण नाव <br>File Transfer Protocol.");
 if ((month == 11) && (date == 8)) document.write("SQL चे पुर्ण नाव <br>Structured Query Language.");
 if ((month == 11) && (date == 9)) document.write("SEO चे पुर्ण नाव <br>Search Engine Optimization.");
 if ((month == 11) && (date == 10)) document.write("UPS चे पुर्ण नाव <br>Uninterruptable Power Supply.");
 if ((month == 11) && (date == 11)) document.write("BMP चे पुर्ण नाव <br>Bitmap Image.");
 if ((month == 11) && (date == 12)) document.write("GIF चे पुर्ण नाव <br>Graphics Interchange Format.");
 if ((month == 11) && (date == 13)) document.write("AVI चे पुर्ण नाव <br>Audio Video Interleave.");
 if ((month == 11) && (date == 14)) document.write("SSL चे पुर्ण नाव <br>Secure Sockets Layer.");
 if ((month == 11) && (date == 15)) document.write("PNG चे पुर्ण नाव <br>Portable Network Graphics.");
 if ((month == 11) && (date == 16)) document.write("IT चे पुर्ण नाव <br>Information Technology.");
 if ((month == 11) && (date == 17)) document.write("BASIC चे पुर्ण नाव <br>Beginners' All-purpose Symbolic Instruction Code.");
 if ((month == 11) && (date == 18)) document.write("NT चे पुर्ण नाव <br>New Technology.");
 if ((month == 11) && (date == 19)) document.write("GPL चे पुर्ण नाव <br>General Public License.");
 if ((month == 11) && (date == 20)) document.write("IIS चे पुर्ण नाव <br>Internet Information Server.");
 if ((month == 11) && (date == 21)) document.write("GUI चे पुर्ण नाव <br>Graphical User Interface.");
 if ((month == 11) && (date == 22)) document.write("ASCII चे पुर्ण नाव <br>American Standard Code for Information Interchange.");
 if ((month == 11) && (date == 23)) document.write("IE चे पुर्ण नाव <br>Internet Explorer.");
 if ((month == 11) && (date == 24)) document.write("CPL चे पुर्ण नाव <br>Combined Programming Language.");
 if ((month == 11) && (date == 25)) document.write("GB चे पुर्ण नाव <br>Giga Byte");
 if ((month == 11) && (date == 26)) document.write("MB चे पुर्ण नाव <br>Mega Byte");
 if ((month == 11) && (date == 27)) document.write("KB चे पुर्ण नाव <br>Kilo Byte");
 if ((month == 11) && (date == 28)) document.write("DB चे पुर्ण नाव <br>Database");
 if ((month == 11) && (date == 29)) document.write("CP चे पुर्ण नाव <br>Control Panel");
 if ((month == 11) && (date == 30)) document.write("NTFS चे पुर्ण नाव <br>NT File System");
 if ((month == 11) && (date == 31)) document.write("RTF चे पुर्ण नाव <br>Rich Text Format");


 document.write("<br> </font>");
//-->
