/*var nobold;
$(function () {
			if(!nobold==true){
				$("#rightCol").find("p:first").css('font-weight', 'bold');
				$("#rightCol").find("p:first a").css('font-weight', 'bold');
				$("#rightCol").find("p:last").css('font-weight', 'bold');
				$("#rightCol").find("p:last a").css('font-weight', 'bold');
			}
});*/
