$(document).ready(function(){
	
	$(".notificationClose").click(function() {
		$(".homeimage").fadeOut(800, function() {
			$(this).remove();
		});
		return false;
	});
	
	$('.fancybox').fancybox({ 'titlePosition': 'inside' }); 
	
	$('a[href^="http://"]').attr("target", "_blank");
	$('.blank').attr('target','_blank');
	
	$("ul li:first-child").addClass('first');
	$("ul li:last-child").addClass('last');

	
});
