﻿var message= new Array()
message[0]="Result|Merit List of  DNB  Resident Doctor (Obst. & Gynaec.& Paediatric – Secondary DNB seat)|http://www.barc.gov.in/recruitment/index.html"
message[1]="Result|Merit List of Non-DNB  Resident Doctor|http://www.barc.gov.in/recruitment/index.html"
message[2]="Notice|Notice for DNB candidates for admission to July 2010 session who have applied in BARC hospital for DNB seat|http://www.barc.gov.in/recruitment/index.html"
message[3]="Result|List of selected candidates of Dr. K.S. Krishnan Research Associateship  (KSKRA-21)|http://www.barc.gov.in/recruitment/index.html"
message[4]="Vacancy|Applications are invited for the Dr. K.S. Krishnan Research Associateship (KSKRA)- 22nd Batch|http://www.barc.gov.in/recruitment/index.html"
message[5]="Vacancy|APPLICATIONS ARE INVITED FOR STIPENDIARY TRAINEES CATEGORY I FOR TRAINING IN BARC,MUMBAI/TARAPUR/KALPAKKAM|http://www.barc.gov.in/recruitment/index.html"
message[6]="Result|Final List of eligible and not eligible candidates for the interview of PGRMO in various discipline|http://www.barc.gov.in/recruitment/index.html"
message[7]="Result|Revised Waiting List of Candidates for Diploma in Radiation Medicine (DRM)|http://www.barc.gov.in/recruitment/index.html"
message[8]="Result|List of selected and Wait listed candidates for the Post of Assistant Security Officer (A)|http://www.barc.gov.in/recruitment/index.html"
message[9]="Result|List of selected candidates for Diploma in Medical Radio Isotope Techniques (DMRIT) and Diploma in Radiation Medicine (DRM)|http://www.barc.gov.in/recruitment/index.html"
message[10]="BARC Newsletter|March- April Issue available now|http://www.barc.gov.in/publications/nl/mindex.html"
message[11]="Symposium|Physics of Emerging Functional Materials (PEFM 2010)|http://www.barc.gov.in/symposium/"
message[12]="Symposium|3rd AONSA Neutron School|http://www.barc.gov.in/symposium/"
message[13]="Symposium|Third Asia Pacific Symposium on Radiation Chemistry (APSRC 2010)|http://www.barc.gov.in/symposium/"
message[14]="Tender|Cosmetic maintenance works in BARC Staff Colony, Tarapur|http://www.barc.gov.in/tenders/"
message[15]="Tender|Modification/up-gradation of air-conditioning systems|http://www.barc.gov.in/tenders/"
message[16]="Tender|Cutting, Bending and TIG Welding of SS tubes to Connector and Cup|http://www.barc.gov.in/tenders/"
message[17]="Tender|Operation, maintenance and regeneration of water softening plant|http://www.barc.gov.in/tenders/"
message[18]="Symposium|ICRESH-2010, Online Registration Opens|http://www.barc.gov.in/symposium/icresh-10"


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)