function RMCompetency(n) {
var c= '<a title="take the test now" href="http://www.rmcompetency.org/index.php';
if(n)c+='?user_id='+n;         
c+='" target="_blank"><img src="http://www.aiim.org/images/taketestbtn.gif" style="border:0;" /></a>';
document.write(c);
}
