$(function() {
	$(".frontbox").each( function(i)
	{
		$(this).parent().click( function()
		{
			return showFancy(this.href);
		});
	});
});
