$(function(){
	$(".load").click(function(){
		$("#centerFrame").load($(this).attr("href"));
		return false;
	});
});
