$(document).ready(function() {
	/*
	$("a").click(function() {
		window.open($(this).attr("href"),'nh2010');
		return false;
	});
	*/
	
});
