$(document).ready(function(){
						   $("div#headerWrapper h1").fadeTo("normal", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $("div#headerWrapper h1").hover(function(){
						   $(this).fadeTo("fast", 0.7);
						   },function(){
						   $(this).fadeTo("fast", 1.0);
							   	});
						   });



$(document).ready(function(){
						   $("div#headerWrapper h1").fadeTo("normal", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $("div#headerWrapper h1").hover(function(){
						   $(this).fadeTo("fast", 0.7);
						   },function(){
						   $(this).fadeTo("fast", 1.0);
							   	});
						   });
$(document).ready(function(){
						   $("ul#social li").fadeTo("normal", 1.0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $("ul#social li").hover(function(){
						   $(this).fadeTo("fast", 0.7);
						   },function(){
						   $(this).fadeTo("fast", 1.0);
							   	});
						   });
$(document).ready(function(){
						   $('div.childrenTemplate').hover(function(){
						   $("div.childrenTemplateText", this).stop().animate({top:'-50px'},{queue:false,duration:200});
						   }, function() {
						   $("div.childrenTemplateText", this).stop().animate({top:'-38px'},{queue:false,duration:200});
						   		});
						   });
$(document).ready(function(){
						$("blockquote").append("<div class='quote_bottom'></div>");
						});
