function test(uid){
    var pathname = window.location.pathname;
	$.post("/scripts/uidlogger/uidlogger.php", { uid: uid, path:pathname} );
}
