$(document).ready(function(){
	
	$('a.fancybox').fancybox({ 'titlePosition': 'inside' }); 

	$(".error").animate({ height:'show', opacity:'show' }, 'slow');
	
	$('.blank').attr('target','_blank');

	
});
