$(document).ready(function() {
	$("#switch a").click(function() {
		$("link").attr("href",$(this).attr('rel'));
		return false;
	});
});
