$(document).ready(function(){
	$("a.screen").click(function(){
		$(this).blur();
		document.location.href = "http://sportifse.ebutik.se/";
		return false;
	});
	$("a.screen").mousedown(function(){
		$(this).blur();
		return false;
	});
});