function aa_loadContent(id,url)
{
	jQuery(function($) {
		$("#" + id).load(url);			
	});
}
