﻿$(document).ready(function(){
	$('.entrys .entry-box, .products li, .accessories li').addClass('box-shadow').click(function(){
		try{
			var href = $(this).find('a').attr('href');
			location.href = href;
			}catch(e){}
	});	
});
