// JavaScript Document


//this is for all the content to fade into the page
/*$(document).ready(function(){
	$("#hide_page").hide().fadeIn(700);
});*/

//this is for just the content description box to fade into the page
$(document).ready(function(){
	$("#hide_content_one").hide().fadeIn(2300);
});

