$(document).ready(function()
{
	$('.offerIntro li, .offerSide li').click(function()
	{
		location.href = $(this).find('h2 a')[0].href;
	});
});
