// JavaScript Document
/*$(document).ready(function(){

	
	$(this).delay(1000,function(){
		$("#header-logo").fadeIn(1500);
	});

	 
});*/