function openRelContent(contenturl) {
  
  var OpenWindow=window.open("http://www.rochesterdiocese.org/index.cfm/articles/"+contenturl+"/", "newwin");
 
  return false;
}
