$(document).ready(function(){
	$("#slider").easySlider({
		auto: false,
		continuous: true,
		numeric: true
	});
	
	$("#controls1 a").click(function(){
		$("#news .entry.last").html('<h1>Mission Newsletters</h1><p><a href="mailinglist/">Subscribe</a> to our bi-monthly newsletter and keep up-to-date on everything Mission Arlington continues to do in our community. <a href="joinin/newsletters/">Read our latest issue</a>.</p>');
	});
	
	$("#controls2 a").click(function(){
		$("#news .entry.last").html('<h1>Write To Us</h1><p>Our Comments page provides a way for you to send us your feedback.</p><p><a href="feedback/">Let us hear from you!</a></p>');
	});
		
	$("#controls3 a").click(function(){
		$("#news .entry.last").html('<h1>Partner With Us</h1><p>There are several ways to support Mission Arlington/Mission Metroplex. See more info in the &lsquo;<a href="giving/">Giving</a>&rsquo; section.</p><p>You may also <a href="donations/">donate online</a>.');
	});
});
