// Global scripts

$(document).ready( function() {
	$('.bar').fadeOut(10000);
});

// Functions