function initLogin(url) {
  url+=(url.contains('?')?'&':'?')+'ajax=true';
  url = jQuery.cleanUrl(url);
  jQuery("#LoginSection").load(url);
}

