$(document).ready(function(){
	$('#topNav > ul > li > a:contains("News")').attr('class','on');
});
