<!--
function makeArray(NumElements, Fill)
{
	var Count;
	this.length = NumElements;
	for (Count = 1; Count <= NumElements; Count++)  {
		this[Count] = Fill;
	}
	return (this);
}

function makeArray2(X,Y)
{
	var Count;
	this.length = X;
	for (var Count=0;Count<=Number(X+1); Count++)
		this[Count] = new makeArray(Y);
}
function random_profile(){
  var profile = new top.makeArray2(78,3);
  var num=78;
  //specify random images below. You can have as many as you wish
  profile[0][0]="Walt Brooks";
  profile[0][1]="profile_wbrooks.htm";
  profile[0][2]="/images/wbrooks.jpg";
  
  profile[1][0]="Andy Fierlit"
  profile[1][1]="profile_afierlit.htm"
  profile[1][2]="/images/afierlit.jpg"
  
  profile[2][0]="Bill Borelli"
  profile[2][1]="profile_bborelli.htm"
  profile[2][2]="/images/bborelli.jpg"
  
  profile[3][0]="Bill Fox"
  profile[3][1]="profile_bfox.htm"
  profile[3][2]="/images/bfox.jpg"
  
  profile[4][0]="Buddy Nichols"
  profile[4][1]="profile_bnichols.htm"
  profile[4][2]="/images/bnichols.jpg"
  
  profile[5][0]="Barry Schreifer"
  profile[5][1]="profile_bschreifer.htm"
  profile[5][2]="/images/bschreifer.jpg"
  
  profile[6][0]="Chris Kruger"
  profile[6][1]="profile_ckruger.htm"
  profile[6][2]="/images/ckruger.jpg"
  
  profile[7][0]="Dennis Pontes"
  profile[7][1]="profile_dpontes.htm"
  profile[7][2]="/images/dpontes.jpg"
  
  profile[8][0]="Dan Richmond"
  profile[8][1]="profile_drichmond.htm"
  profile[8][2]="/images/drichmond.jpg"
  
  profile[9][0]="Dave Wander"
  profile[9][1]="profile_dwander.htm"
  profile[9][2]="/images/dwander.jpg"
  
  profile[10][0]="Erik Pellett"
  profile[10][1]="profile_epellett.htm"
  profile[10][2]="/images/epellett.jpg"
  
  profile[11][0]="Foster Campbell"
  profile[11][1]="profile_fcampbell.htm"
  profile[11][2]="/images/fcampbell.jpg"
  
  profile[12][0]="John DeAntoniis"
  profile[12][1]="profile_jdeantoniis.htm"
  profile[12][2]="/images/jdeantoniis.jpg"
  
  profile[13][0]="Jeff Ferrand"
  profile[13][1]="profile_jferrand.htm"
  profile[13][2]="/images/jferrand.jpg"
  
  profile[14][0]="Joe Rineer"
  profile[14][1]="profile_jrineer.htm"
  profile[14][2]="/images/jrineer.jpg"
  
  profile[15][0]="Jason Smith"
  profile[15][1]="profile_jsmith.htm"
  profile[15][2]="/images/jsmith.jpg"
  
  profile[16][0]="Ken Palmer"
  profile[16][1]="profile_kpalmer.htm"
  profile[16][2]="/images/kpalmer.jpg"
  
  profile[17][0]="Kenny Taylor"
  profile[17][1]="profile_ktaylor.htm"
  profile[17][2]="/images/ktaylor.jpg"
  
  profile[18][0]="Luke Robustelli"
  profile[18][1]="profile_lrobustelli.htm"
  profile[18][2]="/images/lrobustelli.jpg"
  
  profile[19][0]="Lou Sarkisian"
  profile[19][1]="profile_lsarkisian.htm"
  profile[19][2]="/images/lsarkisian.jpg"
  
  profile[20][0]="Mitch Lewinski"
  profile[20][1]="profile_mlewinski.htm"
  profile[20][2]="/images/mlewinski.jpg"
  
  profile[21][0]="Mark Roux"
  profile[21][1]="profile_mroux.htm"
  profile[21][2]="/images/mroux.jpg"
  
  profile[22][0]="Paul Grohs"
  profile[22][1]="profile_pgrohs.htm"
  profile[22][2]="/images/pgrohs.jpg"
  
  profile[23][0]="Brian Pistorio"
  profile[23][1]="profile_bpistorio.htm"
  profile[23][2]="/images/bpistorio.jpg"
  
  profile[24][0]="Roy Cochefski, Jr."
  profile[24][1]="profile_rcochefskijr.htm"
  profile[24][2]="/images/rcochefskijr.jpg"
  
  profile[25][0]="Richard Dansereau"
  profile[25][1]="profile_rdansereau.htm"
  profile[25][2]="/images/rdansereau.jpg"
  
  profile[26][0]="Randy Farlow"
  profile[26][1]="profile_rfarlow.htm"
  profile[26][2]="/images/rfarlow.jpg"
  
  profile[27][0]="Steve Buschman"
  profile[27][1]="profile_sbuschman.htm"
  profile[27][2]="/images/sbuschman.jpg"
  
  profile[28][0]="Steve Dryer"
  profile[28][1]="profile_sdryer.htm"
  profile[28][2]="/images/sdryer2.jpg"
  
  profile[29][0]="Steve Korik, Jr."
  profile[29][1]="profile_skorikjr.htm"
  profile[29][2]="/images/skorikjr.jpg"
  
  profile[30][0]="Steven Zommer"
  profile[30][1]="profile_szommer.htm"
  profile[30][2]="/images/szommer.jpg"
  
  profile[31][0]="Tony Quinn"
  profile[31][1]="profile_tquinn.htm"
  profile[31][2]="/images/tquinn.jpg"
  
  profile[32][0]="Todd Turcotte"
  profile[32][1]="profile_tturcotte.htm"
  profile[32][2]="/images/tturcotte.jpg"
  
  profile[33][0]="Wayne Matheson"
  profile[33][1]="profile_wmatheson.htm"
  profile[33][2]="/images/wmatheson.jpg"
  
  profile[34][0]="Will Rigney"
  profile[34][1]="profile_wrigney.htm"
  profile[34][2]="/images/wrigney.jpg"
  
  profile[35][0]="Matt Warehime"
  profile[35][1]="profile_mwarehime.htm"
  profile[35][2]="/images/mwarehime.jpg"
  
  profile[36][0]="John Zikis"
  profile[36][1]="profile_jzikis.htm"
  profile[36][2]="/images/jzikis.jpg"
  
  profile[37][0]="Bill Soukup"
  profile[37][1]="profile_bsoukup.htm"
  profile[37][2]="/images/bsoukup.jpg"
  
  profile[38][0]="Steven Rudisill"
  profile[38][1]="profile_srudisill.htm"
  profile[38][2]="/images/srudisill.jpg"
  
  profile[39][0]="Ryan Brenner"
  profile[39][1]="profile_rbrenner.htm"
  profile[39][2]="/images/rbrenner.jpg"
  
  profile[40][0]="Rob Hanley"
  profile[40][1]="profile_rhanley.htm"
  profile[40][2]="/images/rhanley.jpg"
  
  profile[41][0]="Dom Caprinolo"
  profile[41][1]="profile_dcaprinolo.htm"
  profile[41][2]="/images/dcaprinolo.jpg"
  
  profile[42][0]="Pat Gallo"
  profile[42][1]="profile_pgallo.htm"
  profile[42][2]="/images/pgallo.jpg"
  
  profile[43][0]="Mike Dustin"
  profile[43][1]="profile_mdustin.htm"
  profile[43][2]="/images/mdustin.jpg"
  
  profile[44][0]="Eric Barnes"
  profile[44][1]="profile_ebarnes.htm"
  profile[44][2]="/images/ebarnes.jpg"
  
  profile[45][0]="Doug Shipley"
  profile[45][1]="profile_dshipley.htm"
  profile[45][2]="/images/dshipley.jpg"
  
  profile[46][0]="Kevin Lenda"
  profile[46][1]="profile_klenda.htm"
  profile[46][2]="/images/klenda.jpg"
  
  profile[47][0]="Winnie Shriver, Jr."
  profile[47][1]="profile_wshriverjr.htm"
  profile[47][2]="/images/wshriverjr.jpg"
  
  profile[48][0]="Cecil Saroopchand"
  profile[48][1]="profile_csaroopchand.htm"
  profile[48][2]="/images/csaroopchand.jpg"
  
  profile[49][0]="Joey Sears"
  profile[49][1]="profile_jsears.htm"
  profile[49][2]="/images/jsears.jpg"
  
  profile[50][0]="Ray Keith"
  profile[50][1]="profile_rkeith.htm"
  profile[50][2]="/images/rkeith.jpg"
  
  profile[51][0]="Kevin Burke"
  profile[51][1]="profile_kburke.htm"
  profile[51][2]="/images/kburke.jpg"
  
  profile[52][0]="Ron Korecky"
  profile[52][1]="profile_rkorecky.htm"
  profile[52][2]="/images/rkorecky.jpg"
  
  profile[53][0]="Allen Campbell"
  profile[53][1]="profile_acampbell.htm"
  profile[53][2]="/images/acampbell.jpg"  

  profile[54][0]="Don Dove"
  profile[54][1]="profile_ddove.htm"
  profile[54][2]="/images/ddove.jpg"  
  
  profile[55][0]="Mike Drotar"
  profile[55][1]="profile_acampbell.htm"
  profile[55][2]="/images/mdrotar.jpg" 
  
  profile[56][0]="Alex Dunnigan"
  profile[56][1]="profile_adunnigan.htm"
  profile[56][2]="/images/adunnigan.jpg" 
  
  profile[57][0]="Andrew Gerhard"
  profile[57][1]="profile_agerhard.htm"
  profile[57][2]="/images/agerhard.jpg"   
  
  profile[58][0]="Robert Green"
  profile[58][1]="profile_rgreen.htm"
  profile[58][2]="/images/rgreen2.jpg"   
  
  profile[59][0]="Jim Grohs"
  profile[59][1]="profile_jgrohsjr.htm"
  profile[59][2]="/images/jgrohsjr.jpg"   
  
  profile[60][0]="Tom Grohs"
  profile[60][1]="profile_tgrohs.htm"
  profile[60][2]="/images/tgrohs.jpg"     
  
  profile[61][0]="Chris Harwood"
  profile[61][1]="profile_charwood.htm"
  profile[61][2]="/images/charwood.jpg"   
  
  profile[62][0]="Kenny Herrell"
  profile[62][1]="profile_kherrell.htm"
  profile[62][2]="/images/kherrell.jpg" 
  
  profile[63][0]="Tom Hobbs"
  profile[63][1]="profile_thobbs.htm"
  profile[63][2]="/images/thobbs.jpg"  
  
  profile[64][0]="Keith Lipka"
  profile[64][1]="profile_klipka.htm"
  profile[64][2]="/images/klipka.jpg"   
  
  profile[65][0]="Ray Ray Mohammed"
  profile[65][1]="profile_rmohammed.htm"
  profile[65][2]="/images/rmuhammed2.jpg" 
  
  profile[66][0]="Steve Mollicone"
  profile[66][1]="profile_smollicone.htm"
  profile[66][2]="/images/smollicone.jpg" 
  
  profile[67][0]="Mark Nigh"
  profile[67][1]="profile_mnigh.htm"
  profile[67][2]="/images/mnigh.jpg" 
  
  profile[68][0]="Joey Oliver"
  profile[68][1]="profile_joliver.htm"
  profile[68][2]="/images/joliver.jpg" 
  
  profile[69][0]="Jeff Pelczar"
  profile[69][1]="profile_jpelczar.htm"
  profile[69][2]="/images/jpelczar.jpg" 
  
  profile[70][0]="Todd Pyles"
  profile[70][1]="profile_tpyles.htm"
  profile[70][2]="/images/tpyles.jpg" 
  
  profile[71][0]="Bryan Schwabline"
  profile[71][1]="profile_bschwabline.htm"
  profile[71][2]="/images/bschwabline2.jpg" 
  
  profile[72][0]="Jamie Sieck"
  profile[72][1]="profile_jsieck.htm"
  profile[72][2]="/images/jsieck.jpg" 
  
  profile[73][0]="Scott Sponheimer"
  profile[73][1]="profile_ssponheimer.htm"
  profile[73][2]="/images/ssponheimer.jpg" 
  
  profile[74][0]="Jayme Taylor"
  profile[74][1]="profile_jtaylor.htm"
  profile[74][2]="/images/jtaylor.jpg" 
  
  profile[75][0]="Ken Thomas"
  profile[75][1]="profile_kthomas.htm"
  profile[75][2]="/images/kthomas.jpg" 
  
  profile[76][0]="Chris Usilton"
  profile[76][1]="profile_cusilton.htm"
  profile[76][2]="/images/cusilton.jpg" 
  
  profile[77][0]="Scott Wolgamuth"
  profile[77][1]="profile_swolgamuth.htm"
  profile[77][2]="/images/swolgamuth.jpg"   
  
  
  var ry=Math.floor(Math.random()*num)
/*  if (ry==0)
     ry=1*/
     document.write('<div class="profile_head">Meet a DPBA Bowler<br /><span class="profile_name">'+profile[ry][0]+'</span></div>');
	 document.write('<a href='+profile[ry][1]+'><img src='+profile[ry][2]+' border=0 width=200 height=200></a>');
}

  random_profile()
//-->
