function truncateText(str,size){  var retStr = str;  size = size.toLowerCase();     if(size!='no' && size!='0')    {	var num = parseInt(size);	if( num > 0 && str.length > num) {	  var chopStr = str.substring(0,num);	  var lSpac = chopStr.lastIndexOf(" ");	  if( lSpac > 0 )		retStr = str.substring(0,lSpac);	  else		retStr = chopStr;	  if( retStr.length < str.length )	  {		retStr = retStr + '...';	  }	}  }  return retStr;}function sa(title, annotation, pub_date,doc_id, publication, gid, topicname, topicannotation, topicid, nib){   this.title = title;   this.annotation=annotation;   this.pub_date = pub_date;   this.doc_id = doc_id;   this.publication = publication;   this.gid = gid;   this.topicname=topicname;   this.topicannotation = topicannotation;   this.topicid=topicid;   this.nib=nib;} 
var topicsOnly = false;
  
var briefs = true;
  

var singleTopic = true;




news = new Array(


	

new sa('EMR school offers help for doctors wary of technology', 
       '', 
       'November 23, 2009', 
	   'l:1079111759',
       ' American Medical News', 
       '574',
       'Technology - News', 
       '', 
       '100019547', 

       'Some physicians might feel like the process of buying and implementing a new electronic medical record system is so complex that a formal education is required.It turns out you can get one.Several organizations have developed EMR curriculums to help physicians and health care organizations acquire the education needed to buy and install systems with confidence. The supply and demand for these training programs is growing because of increased pressure on physicians to adopt EMRs and the passing of a stimulus package that offers incentives to do so.Some programs are being offered by independent companies, while others are being offered by EMR vendors.'),
  


new sa('', '', '', '', '', '', '', '', '', ''));

