$().ready(function() { $('#sitesLayer').jqm().jqDrag('#siteHandle'); });

function ShowSitesDialog()
{
  $('#sitesLayer').jqmShow();
}