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('UNIVERSITY OF NORTH DAKOTA STARTING PROCESS TO CHANGE NAME OF ITS AGRICULTURAL SCIENTIFIC CAMERA ON INTERNATIONAL SPACE STATION', 
       '', 
       'February 10, 2010 Wednesday 10:11 AM  EST', 
	   'l:1124506878',
       ' US Fed News', 
       '574',
       'Space - News', 
       '', 
       '100019545', 

       'GRAND FORKS, N.D., Feb. 9 -- University of North Dakota issued the following news release:The University of North Dakota is beginning the process of changing the name of its agricultural scientific camera on the International Space Station. The current name for the scientific equipment - AgCam - is also used by a North Dakota company, Dakota Micro Inc.'),
  


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

