<!--
<!-- Hide JavaScript from older browsers
	today = new Date();
	date = today.getDate();
	month = today.getMonth();
	year= today.getFullYear();
	if (month==0) monthname=1;
	if (month==1) monthname=2;
    if (month==2) monthname=3;
    if (month==3) monthname=4;
    if (month==4) monthname=5;
    if (month==5) monthname=6;
    if (month==6) monthname=7;
    if (month==7) monthname=8;
    if (month==8) monthname=9;
    if (month==9) monthname=10;
    if (month==10) monthname=11;
    if (month==11) monthname=12;
//End Hiding JavaScript from older browsers-->
//-->