 $(function(){
	$("#classic .domestic h1 a").click(function(){
		var url = $(this).attr("href");
		$(".area").load( url );
		return false;
	})
 });
