$().ready(function() {
	$('#locationContent').load("http://www.lobsterpoker.com/ajax/change_location_div.php");
	$('#locationLayer').jqm().jqDrag('#handle');
			
	$('#change_location').click(function()
	{
		if($('#locationContent').innerHTML == "")
			$('#locationContent').load("http://www.lobsterpoker.com/ajax/change_location_div.php");
			
		$('#locationLayer').jqmShow(); //show previewLayer
	});
});
