function printdate(){

        today = new Date();

        var temptext = today.toGMTString();

		document.write(temptext);





}
