$(document).ready(function() {
	
	if ($("#what-we-do").length > 0) {
		$("a[href='//node/2']").attr("href", "/design_services/");
		$("a[href='//node/3']").attr("href", "/print_services/");
		$("a[href='//node/4']").attr("href", "/publishing_services/");
		$("a[href='//node/5']").attr("href", "/store/");
		$("a[href='//node/1425']").attr("href", "/events/");
	}
	
	$('#blog-archive-select').change(function(){
		$("#blog-archive-select option:selected").each(function () {
                document.location.href = $(this).val();
		});
	});
	
	$('#contact-form').attr('action', '/formmail');
	$('#design-inquiry-form').attr('action', '/formmail');
	$('#print-inquiry-form').attr('action', '/formmail');
	
	
});
