<!-- BEGIN 
<!-- EDIT PVC  DODATE   by JC Dec 12, 04  -->
munthx=munth.getMonth();
if (munthx==0)  {munthy="January"};
if (munthx==1)  {munthy="February"};
if (munthx==2)  {munthy="March"};
if (munthx==3)  {munthy="April"};
if (munthx==4)  {munthy="May"};
if (munthx==5)  {munthy="June"};
if (munthx==6)  {munthy="July"};
if (munthx==7)  {munthy="August"};
if (munthx==8)  {munthy="September"};
if (munthx==9)  {munthy="October"};
if (munthx==10) {munthy="November"};
if (munthx==11) {munthy="December"};
document.write('<span class="result" style="color:#301F1B">'+munthy+'   '+now.getDate()+', '+yeer.getFullYear()+'</font>');

//  End -->
