	var gecerliURL=location.href.substring(0,5)
	
	if(gecerliURL.toLowerCase()=="https"){
		gecerliURL = location.href.substring(5,location.href.lastIndexOf(''))
		window.location = "http" + gecerliURL
	}
