// forces page to use SSL (Network Solutions does not work with server-side detection... ugh)
if (document.location.protocol != "https:")
{
document.location.href = "https://" + document.domain + document.location.pathname;
};