

$(document).ready(function(){
						   $(".fadelink").fadeTo("slow", 0.6); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   /*$(".fadelink").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.6); // This should set the opacity back to 30% on mouseout
						   });*/
						   });

$(document).ready(function(){
						   //$(".textchanger").fadeTo("slow", 0.3); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   /*$(".textchanger").hover(function(){
						   $(this).fadeTo("slow", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("slow", 0.3); // This should set the opacity back to 30% on mouseout
							   	});*/
						   });
$(document).ready(function(){
							//$(".MenuItem").fadeTo("normal", 2.0);
						   //$(".menuchanger").fadeTo("normal", 0.7); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   /*$(".menuchanger").hover(function(){
						   $(this).fadeTo("normal", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("normal", 0.7); // This should set the opacity back to 30% on mouseout
							   	});*/
						   });



