
 	var win = null;
	function NewWindow(mypage,myname,w,h,features) {
	  var winl = (screen.width-w)/2;
	  var wint = (screen.height-h)/2;
	  if (winl < 0) winl = 0;
	  if (wint < 0) wint = 0;
	  var settings = 'height=' + h + ',';
	  settings += 'width=' + w + ',';
	  settings += 'top=' + wint + ',';
	  settings += 'left=' + winl + ',';
	  settings += features;
	  win = window.open(mypage,myname,settings);
	  win.window.focus();
	}
	

function random_imglink(){
		// IMAGE ARRAY - place all the images you want to randomize in this array
		
		// ONLY EDIT FROM THIS POINT
		
			var imageArray = new Array()
			
				imageArray[0]='<img src="script/imageselector/image1.jpg" alt="by Uchenna Odukwe" border="0">'
				imageArray[1]='<img src="script/imageselector/image2.jpg" alt="by Uchenna Odukwe" border="0">'
				imageArray[2]='<img src="script/imageselector/image3.jpg" alt="by Nita Mistry" border="0">'
				imageArray[3]='<img src="script/imageselector/image4.jpg" alt="by Tammara Mattingly" border="0">'
				imageArray[4]='<img src="script/imageselector/image5.jpg" alt="by Tammara Mattingly" border="0">'
				imageArray[5]='<img src="script/imageselector/image6.jpg" alt="by Tammara Mattingly"  border="0">'
				imageArray[6]='<img src="script/imageselector/image7.jpg"  alt="by Uchenna Odukwe" border="0">'
				imageArray[7]='<img src="script/imageselector/image8.jpg"  alt="by Uchenna Odukwe" border="0">'
				imageArray[8]='<img src="script/imageselector/image9.jpg" alt="by Uchenna Odukwe" border="0">'
				imageArray[9]='<img src="script/imageselector/image10.jpg" alt="by Tammara Mattingly"  border="0">'
				imageArray[10]='<img src="script/imageselector/image11.jpg" alt="by Tammara Mattingly" border="0">'
				imageArray[11]='<img src="script/imageselector/image12.jpg" alt="by Tammara Mattingly" border="0">'
				imageArray[12]='<img src="script/imageselector/image13.jpg" alt="by Tammara Mattingly" border="0">'
				imageArray[13]='<img src="script/imageselector/image14.jpg" alt="by Tammara Mattingly" border="0">'
				imageArray[14]='<img src="script/imageselector/image15.jpg" alt="by Cheryl Gould" border="0">'
				imageArray[15]='<img src="script/imageselector/image16.jpg" alt="by Cheryl Gould" border="0">'
				imageArray[16]='<img src="script/imageselector/image17.jpg" alt="by Cheryl Gould" border="0">'
				imageArray[17]='<img src="script/imageselector/image18.jpg" alt="by Vivenne Lee" border="0">'
				imageArray[18]='<img src="script/imageselector/image19.jpg" alt="by Vivenne Lee" border="0">'
				imageArray[19]='<img src="script/imageselector/image20.jpg" alt="by Cheryl Gould" border="0">'
				imageArray[20]='<img src="script/imageselector/image21.jpg" alt="by Vivenne Lee" border="0">'
				imageArray[21]='<img src="script/imageselector/image22.jpg" alt="by Vivenne Lee" border="0">'
				imageArray[22]='<img src="script/imageselector/image23.jpg" alt="by Vivenne Lee" border="0">'
				imageArray[23]='<img src="script/imageselector/image24.jpg" alt="by Vivenne Lee" border="0">'
				imageArray[24]='<img src="script/imageselector/image25.jpg" alt="by Cheryl Gould" border="0">'
				imageArray[25]='<img src="script/imageselector/image26.jpg" alt="by Joy Trpkovic" border="0">'
				imageArray[26]='<img src="script/imageselector/image27.jpg" alt="by Joy Trpkovic" border="0">'
				imageArray[27]='<img src="script/imageselector/image28.jpg" alt="by Joy Trpkovic" border="0">'
				imageArray[28]='<img src="script/imageselector/image29.jpg" alt="by Joy Trpkovic" border="0">'	
				imageArray[29]='<img src="script/imageselector/image30.jpg" alt="by Lawrence Mathias" border="0">'	
				imageArray[30]='<img src="script/imageselector/image31.jpg" alt="by Lawrence Mathias" border="0">'
				imageArray[31]='<img src="script/imageselector/image32.jpg" alt="by Lawrence Mathias" border="0">'
				imageArray[32]='<img src="script/imageselector/image33.jpg" alt="by Lawrence Mathias" border="0">'
				imageArray[33]='<img src="script/imageselector/image34.jpg" alt="by Lawrence Mathias" border="0">'
				imageArray[34]='<img src="script/imageselector/image35.jpg" alt="by Lawrence Mathias" border="0">'
				imageArray[35]='<img src="script/imageselector/image36.jpg" alt="by Lawrence Mathias" border="0">'
				imageArray[36]='<img src="script/imageselector/image37.jpg" alt="by Lawrence Mathias" border="0">'
				imageArray[37]='<img src="script/imageselector/image38.jpg" alt="by Tim Oleman" border="0">'
				imageArray[38]='<img src="script/imageselector/image39.jpg" alt="by Gilda Baron" border="0">'
				imageArray[39]='<img src="script/imageselector/image40.jpg" alt="by Gilda Baron" border="0">'
				imageArray[40]='<img src="script/imageselector/image41.jpg" alt="by Gilda Baron" border="0">'
				imageArray[41]='<img src="script/imageselector/image42.jpg" alt="by Gilda Baron" border="0">'
				imageArray[42]='<img src="script/imageselector/image43.jpg" alt="by Gilda Baron" border="0">'
				imageArray[43]='<img src="script/imageselector/image44.jpg" alt="by Gilda Baron" border="0">'
				imageArray[44]='<img src="script/imageselector/image45.jpg" alt="by Gilda Baron" border="0">'
				imageArray[45]='<img src="script/imageselector/image46.jpg" alt="by Gilda Baron" border="0">'
				imageArray[46]='<img src="script/imageselector/image47.jpg" alt="by Shanti Panchal" border="0">'
				
				
	// THIS ARRAY IS TO MAKE THE ADDED IMAGE A LINK, 
				
	var imagelinks=new Array()
				imagelinks[0]="NewWindow('artists/uchenna_odukwe/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[1]="NewWindow('artists/uchenna_odukwe/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[2]="NewWindow('artists/nita_mistry/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[3]="NewWindow('artists/tammara_mattingly/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[4]="NewWindow('artists/tammara_mattingly/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[5]="NewWindow('artists/tammara_mattingly/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[6]="NewWindow('artists/uchenna_odukwe/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[7]="NewWindow('artists/uchenna_odukwe/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[8]="NewWindow('artists/uchenna_odukwe/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[9]="NewWindow('artists/tammara_mattingly/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[10]="NewWindow('artists/tammara_mattingly/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[11]="NewWindow('artists/tammara_mattingly/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[12]="NewWindow('artists/tammara_mattingly/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[13]="NewWindow('artists/tammara_mattingly/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[14]="NewWindow('artists/cheryl_gould/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[15]="NewWindow('artists/cheryl_gould/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[16]="NewWindow('artists/cheryl_gould/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[17]="NewWindow('artists/vivienne_lee/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[18]="NewWindow('artists/vivienne_lee/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[19]="NewWindow('artists/cheryl_gould/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[20]="NewWindow('artists/vivienne_lee/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[21]="NewWindow('artists/vivienne_lee/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[22]="NewWindow('artists/vivienne_lee/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[23]="NewWindow('artists/vivienne_lee/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[24]="NewWindow('artists/cheryl_gould/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[25]="NewWindow('artists/joy_trpkovic/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[26]="NewWindow('artists/joy_trpkovic/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[27]="NewWindow('artists/joy_trpkovic/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[28]="NewWindow('artists/joy_trpkovic/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[29]="NewWindow('artists/lawrence_mathias/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[30]="NewWindow('artists/lawrence_mathias/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[31]="NewWindow('artists/lawrence_mathias/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[32]="NewWindow('artists/lawrence_mathias/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[33]="NewWindow('artists/lawrence_mathias/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[34]="NewWindow('artists/lawrence_mathias/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[35]="NewWindow('artists/lawrence_mathias/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[36]="NewWindow('artists/lawrence_mathias/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[37]="NewWindow('artists/tim_oleman/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[38]="NewWindow('artists/gilda_baron/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[39]="NewWindow('artists/gilda_baron/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[40]="NewWindow('artists/gilda_baron/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[41]="NewWindow('artists/gilda_baron/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[42]="NewWindow('artists/gilda_baron/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[43]="NewWindow('artists/gilda_baron/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[44]="NewWindow('artists/gilda_baron/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[45]="NewWindow('artists/gilda_baron/profile.htm','','480','390','scrollbars=0','center')"
				imagelinks[46]="NewWindow('artists/shanti_panchal/profile.htm','','480','390','scrollbars=0','center')"
				
			
			
			
			
			// END IMAGE ARRAY
			// DO NOT EDIT FROM THIS POINT
			
			
			var ry=Math.floor(Math.random()*imageArray.length)
if (ry==0)
ry=1
document.write(imageArray[ry]);
//Use below in output statement in order to create link for pop-up profile page
//'<a href="#'+null+'" onClick="'+imagelinks[ry]+'">'+ imageArray[ry]+'</a>'
}
random_imglink()
