$().ready(function() {
    if ("https:" == document.location.protocol) {
		document.location.href = "http:" + document.URL.substr(6,99);
		return;
	}
});

