if (window.location.protocol == "https:") {
if ( location.hostname == "hyperssl.com" ) { 
	location.href = "http://hyperssl.com"; 
} else if ( location.hostname == "www.hyperssl.com" ) { 
	location.href = "http://www.hyperssl.com"; 
} else { 
	// build current content 
}
}

