var theImage = new Array() // do not change this
// To add more Students, continue with the
// pattern below, adding to the array.

var image1='<img src="images/right-panel-flowers/right-panel-image1.jpg" alt="Indian Society for Applied Behavioural Science" />';
var image2='<img src="images/right-panel-flowers/right-panel-image2.jpg" alt="Indian Society for Applied Behavioural Science" />';
var image3='<img src="images/right-panel-flowers/right-panel-image3.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image4='<img src="images/right-panel-flowers/right-panel-image4.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image5='<img src="images/right-panel-flowers/right-panel-image5.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image6='<img src="images/right-panel-flowers/right-panel-image6.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image7='<img src="images/right-panel-flowers/right-panel-image7.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image8='<img src="images/right-panel-flowers/right-panel-image8.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image9='<img src="images/right-panel-flowers/right-panel-image9.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image10='<img src="images/right-panel-flowers/right-panel-image10.jpg" alt="Indian Society for Applied Behavioural Science  " />';			
var image11='<img src="images/right-panel-flowers/right-panel-image11.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image12='<img src="images/right-panel-flowers/right-panel-image12.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image13='<img src="images/right-panel-flowers/right-panel-image13.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image14='<img src="images/right-panel-flowers/right-panel-image14.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image15='<img src="images/right-panel-flowers/right-panel-image15.jpg" alt="Indian Society for Applied Behavioural Science  " />';
var image16='<img src="images/right-panel-flowers/right-panel-image16.jpg" alt="Indian Society for Applied Behavioural Science  " />';
			
theImage[0] = image1;
theImage[1] = image2;
theImage[2] = image3;
theImage[3] = image4;
theImage[4] = image5;
theImage[5] = image6;
theImage[6] = image7;
theImage[7] = image8;
theImage[8] = image9;
theImage[9] = image10;
theImage[10] = image11;
theImage[11] = image12;
theImage[12] = image13;
theImage[13] = image14;
theImage[14] = image15;
//theImage[15] = image16;

//var students=theStudents[0]+"<br>"+theStudents[1]+"<br>"+theStudents[2]+"<br>"+theStudents[3]+"<br>"+theStudents[4]+"<br>"+theStudents[5]+"<br>"+theStudents[6]+"<br>"+theStudents[7]+"<br>"+theStudents[8]+"<br>"+theStudents[9]+"<br>"+theStudents[10]+"<br>"+theStudents[11]+"<br>"+theStudents[12]+"<br>"+theStudents[13]+"<br>"+theStudents[14]+"<br>"+theStudents[15]+"<br>"+theStudents[16]+"<br>"+theStudents[17]+"<br>"+theStudents[18]+"<br>"+theStudents[19]+"<br>"+theStudents[20]+"<br>"+theStudents[21]+"<br>"+theStudents[22]+"<br>"+theStudents[23]+"<br>"+theStudents[24]+"<br>"+theStudents[25]+"<br>"+theStudents[26]+"<br>"+theStudents[27]+"<br>"+theStudents[28]+"<br>"+theStudents[29]+"<br>"+theStudents[30]+"<br>"+theStudents[31]+"<br>"+theStudents[32]+"<br>"+theStudents[33]+"<br>"+theStudents[34]+"<br>"+theStudents[35];

// do not edit anything below this line

var p = theImage.length;
//[Math.floor(Math.random()*randombgs.length)]

var whichRPImage = Math.floor(Math.random()*p);
//var whichStudent = Math.round(Math.random()*(p-1));
//alert(whichRPImage );
function showRightPanelImage(){
	document.write(theImage[whichRPImage ]);
}
document.write('<div>'); showRightPanelImage(); document.write('</div>');
