var message= new Array()
message[0]="Right to Information|Appellate Authority & Information Officers |http://www.barc.gov.in/empdata/authidx.html"
message[1]="News|New Section added to site, EU-IndiaGrid Project|http://www.barc.gov.in/news/index.html"
message[2]="Technologies|EXPRESSION OF INTEREST for execution of the program on SAFE DRINKING WATER |http://www.barc.gov.in/webpages/technologies/eoi/index.html"
message[3]="Right to Information|Submission of information to CIC |http://www.barc.gov.in/empdata/authidx.html"
message[4]="Right to Information|List of Employees updated|http://www.barc.gov.in/empdata/empidx.html"
message[5]="BARC Hindi Web Site|Tender Section Updates|http://www.barc.ernet.in/hindi"



var msg_j=''
var mes_s=''
var ctext=''
var i=0
for (i=0;i<=message.length-1;i++) {
		msg_j=message[i]
		mes_s=msg_j.split("|")
		ctext+="<p class=style4><a href="+mes_s[2]+"><b>"+mes_s[0]+"</a>:</b><br>"+mes_s[1]+"<br>"
	}
document.write(ctext)
