	var myrules = {
		'#central-image' : function(el){
			el.onclick = function(){
				window.location='/shop/index.php';
			}
		}								
	};
	
	Behaviour.register(myrules);