function tick_box(cid) {
	if ( $("#"+cid+"").attr("checked")) {
		$("#"+cid+"").attr("checked","");
	} else {
		$("#"+cid+"").attr("checked","checked");
	}

}


$(document).ready(function(){
	$(".email_link").html("<a href=\"mailto:its.all@york-england.com\">its.all@york-england.com</a>");
	
}); // End jQuery