$(function() {
	updateQuickLinks();
});

function updateQuickLinks()
{
	if( $.cookie("quicklinks") )
	{
		//$('#quickLinksUL').ajaxStart(function() {
			//$(this).hide();
			//$('#loadingQL').show();
		//});
		$('#quickLinksUL').load("/atoz/editql.php?g&a=" + Math.random());
		//$('#quickLinksUL').ajaxStop(function() {
			//$('#loadingQL').hide();
			//$(this).show();
		//});
	}
}
