// JavaScript Document
   document.write ('<STYLE TYPE=\"text/css\">');	
   document.write ('@font-face {');
   document.write ('font-family: Bamini' + '\;');
   document.write ('font-style:  normal' + '\;');
   document.write ('font-weight: 700' + '\;');
   document.write ('src: url(\"http://annamalaiuniversity.ac.in/includefonts/BAMINI2.eot\")' + '\;');
   document.write ('}');
   document.write ('@font-face {');
   document.write ('font-family: Bamini' + '\;');
   document.write ('font-style:  normal' + '\;');
   document.write ('font-weight: normal' + '\;');
   document.write ('src: url(\"http://annamalaiuniversity.ac.in/includefonts/BAMINI1.eot\")' + '\;');
   document.write ('}');
   document.write ('</STYLE>');