// navigation for Comments page

function doComments( lob, region ) {
	var location = window.location;

	var commentsUrl = "/capgroup/action/providecomments/:lob=" + lob 
								+ "&region=" + region + ":/?"
								+ "referrer=" + escape( location.pathname + location.search ) ;
	window.location.href = commentsUrl;
}
