$(document).ready(function() {
	$("[placeholder]").textPlaceholder();
	
	// Last minute deals carousel links binding	
	$('.home_last_layer_item').bind('click', function() {
		window.location.href = $(this).find('a:last').attr('href');
	});	
});
