// JavaScript Document
jQuery(document).ready(function() {
	//inital settings
	$("#home").hide();
	$("#home").fadeIn();
	

//end script
});
