$(function() {
	$("#winkelmandje").click(function() {
		window.location = 'https://www.art-interieur.be/index.php/basket/';
	});
	$("#logo").click(function() {
		window.location = 'http://www.art-interieur.be/index.php/home/';
	});
});

