$(document).ready(function(){
	$(".magazine-logo").click(function(event){
		self.location.href = "/";						  
	});
});
