Redirect a site to a specific log in ID and then back to the site. Useful for allowing schools to access their sandbox. Make sure Sch ID and Return URL are set correctly.
var rsID = 1234;
var returnURL = 'http://sandbox24.realsmartcloud.com';
$('#cpanel .loginButton').attr('href', 'https://www.rlsmart.net/sso/cloud/check.php?sch=' + rsID + '&returnUrl=' + returnURL);