$(document).ready(function(){
// Home
$("#home").mouseover(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/homeOver.gif?cache=0");
});

$("#home").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/home.gif?cache=0");
});

// About Us
$("#aboutUs").mouseover(function() { 
	// $(this).find("ul.subnav").slideDown('fast').show();
	$(this).find("ul.subnav").show();
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/aboutUsOver.gif?cache=0");
		$(this).hover(function() {
		}, function(){
			// $(this).find("ul.subnav").slideUp('fast');
			$(this).find("ul.subnav").hide();
		});
});

$("#aboutUs").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/aboutUs.gif?cache=0");
});

// Admissions
$("#admissions").mouseover(function() { 
	// $(this).find("ul.subnav").slideDown('fast').show();
	$(this).find("ul.subnav").show();
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/admissionsOver.gif?cache=0");
		$(this).hover(function() {
		}, function(){
			// $(this).find("ul.subnav").slideUp('fast');
			$(this).find("ul.subnav").hide();
		});
});

$("#admissions").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/admissions.gif?cache=0");
});

// Programs
$("#programs").mouseover(function() { 
	// $(this).find("ul.subnav").slideDown('fast').show();
	$(this).find("ul.subnav").show();
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/programsOver.gif?cache=0");
		$(this).hover(function() {
		}, function(){
			// $(this).find("ul.subnav").slideUp('fast');
			$(this).find("ul.subnav").hide();
		});
});

$("#programs").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/programs.gif?cache=0");
});

// Career Services
$("#careerServices").mouseover(function() { 
	// $(this).find("ul.subnav").slideDown('fast').show();
	$(this).find("ul.subnav").show();
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/careerServicesOver.gif?cache=0");
		$(this).hover(function() {
		}, function(){
			// $(this).find("ul.subnav").slideUp('fast');
			$(this).find("ul.subnav").hide();
		});
});

$("#careerServices").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/careerServices.gif?cache=0");
});

// Employeer Resources
$("#employeerResources").mouseover(function() { 
	// $(this).find("ul.subnav").slideDown('fast').show();
	$(this).find("ul.subnav").show();
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/employeerResourcesOver.gif?cache=0");
		$(this).hover(function() {
		}, function(){
			// $(this).find("ul.subnav").slideUp('fast');
			$(this).find("ul.subnav").hide();
		});
});

$("#employeerResources").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/employeerResources.gif?cache=0");
});

// Employeer Resources
$("#costsAndResources").mouseover(function() { 
	// $(this).find("ul.subnav").slideDown('fast').show();
	$(this).find("ul.subnav").show();
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/costsAndResourcesOver.gif?cache=0");
		$(this).hover(function() {
		}, function(){
			// $(this).find("ul.subnav").slideUp('fast');
			$(this).find("ul.subnav").hide();
		});
});

$("#costsAndResources").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/costsAndResources.gif?cache=0");
});

// Center Stage
$("#centerStage").mouseover(function() { 
	// $(this).find("ul.subnav").slideDown('fast').show();
	$(this).find("ul.subnav").show();
	$(this).find("img").attr("src", "http://www.creativecircus.edu/wp-content/themes/whiteboard/whiteboard%202.0.1/images/navigation/centerStageOver.gif");
		$(this).hover(function() {
		}, function(){
			// $(this).find("ul.subnav").slideUp('fast');
			$(this).find("ul.subnav").hide();
		});
});

$("#centerStage").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.creativecircus.edu/wp-content/themes/whiteboard/whiteboard%202.0.1/images/navigation/centerStage.gif");
});

// Connect
$("#connect").mouseover(function() {
	$(this).find("ul.subnav").show();
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/connectOver.gif?cache=0");
		$(this).hover(function() {
		}, function(){
			// $(this).find("ul.subnav").slideUp('fast');
			$(this).find("ul.subnav").hide();
		});	
});

$("#connect").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/navigation/connect.gif?cache=0");
	
});


// Apply Now
$("#applyNow").mouseover(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/applyNowOver.png?cache=0");
});

$("#applyNow").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/applyNow.png?cache=0");
});

// Home buttons
$("#hConnect").mouseover(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/homeConnectOver.png?cache=0");
});

$("#hConnect").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/homeConnect.png?cache=0");
});

$("#hEvents").mouseover(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/homeEventsOver.png?cache=0");
});

$("#hEvents").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/homeEvents.png?cache=0");
});

$("#hContact").mouseover(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/homeContactOver.png?cache=0");
});

$("#hContact").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/homeContact.png?cache=0");
});

$("#sideConnect").mouseover(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/connectOver.png?cache=0");
});

$("#sideConnect").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/connect.png?cache=0");
});


$("#events").mouseover(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/eventsOver.png?cache=0");
});

$("#events").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/events.png?cache=0");
});

$("#contact").mouseover(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/contactOver.png?cache=0");
});

$("#contact").mouseout(function() { 
	$(this).find("img").attr("src", "http://www.thecreativecircus.com.php5-2.dfw1-2.websitetestlink.com/proto/wp-content/themes/whiteboard 2.0.1/images/imageHeaders/contact.png?cache=0");
});

// Sidebar buttons


});