//Login dialog box on each page
	$(document).ready(function() {
		$( "#log" ).click(function() {
			$( "#dialog" ).dialog();
		});
	});


