/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
 $(document).ready( function logMsg(){
 	var d = new Date();
	$.get("/index.php?module=User&action=LogMsg&gid="+d.getTime(),function(s){
		$("#headbz").html(s);
	})
});


