var adblock=new Array()
adblock[0]='<a href="http://neurosciences.musc.edu/faculty/full_time/adams.html"><img src="/APR/images/adams.png" width="520" height="285" class="imgBorder" alt="Dr. Adams"></a>'
adblock[1]='<a href="http://neurosciences.musc.edu/faculty/full_time/aston.html"><img src="/APR/images/aston-jones.png" width="520" height="285" class="imgBorder" alt="Dr. Aston_Jones"></a>'
adblock[2]='<a href="http://academicdepartments.musc.edu/facultydirectory/FacultyDetails.aspx?facultyId=5209"><img src="/APR/images/chimowitz.png" width="520" height="285" class="imgBorder" alt="Dr. Chimowitz"></a>'
adblock[3]='<a href="http://www.musc.edu/BCMB/facultypages/lemasters.htm"><img src="/APR/images/Lemasters.png" width="520" height="285" class="imgBorder" alt="Dr. Lemasters"></a>'
adblock[4]='<a href="http://clinicaldepartments.musc.edu/anesthesia/endowed_chairs/schaefer.htm"><img src="/APR/images/Schaefer.png" width="520" height="292" class="imgBorder" alt="Dr. Schaefer"></a>'
adblock[5]='<a href="http://www.musc.edu/psci/faculty/smith.htm"><img src="/APR/images/smith.png" width="520" height="285" class="imgBorder" alt="Dr. Smith"></a>'
adblock[6]='<a href="http://cba.musc.edu/faculty/SwajaR.htm"><img src="/APR/images/Swaja.png" width="520" height="285" class="imgBorder" alt="Dr. Swaja"></a>'
adblock[7]='<a href="http://www.musc.edu/pharm/tew.html"><img src="/APR/images/tew.png" width="520" height="285" class="imgBorder" alt="Dr. Tew"></a>'
adblock[8]='<a href="http://clinicaldepartments.musc.edu/medicine/divisions/hemonc/faculty/thomas.htm"><img src="/APR/images/thomas.png" width="520" height="285" class="imgBorder" alt="Dr. Thomas"></a>'
adblock[9]='<a href="http://clinicaldepartments.musc.edu/medicine/divisions/cardiology/faculty/bradshaw.htm"><img src="/APR/images/bradshaw.png" width="520" height="285" class="imgBorder" alt="Dr. Bradshaw"></a>'
adblock[10]='<a href="http://children.musc.edu/research/singh.htm"><img src="/APR/images/singh.png" width="520" height="285" class="imgBorder" alt="Dr. Singh"></a>'
adblock[11]='<a href="http://www.musc.edu/dbbe/people/list_detail.php?id=417"><img src="/APR/images/jobeid.png" width="520" height="285" class="imgBorder" alt="Dr. Obeid"></a>'
adblock[12]='<a href="http://www.cdap.musc.edu/cdap/faculty_pages/randall.htm"><img src="/APR/images/randall.png" width="520" height="285" class="imgBorder" alt="Dr. Randall"></a>'
adblock[13]='<a href="http://neurosciences.musc.edu/faculty/full_time/kalivas.html"><img src="/APR/images/kalivas.png" width="520" height="285" class="imgBorder" alt="Dr. Kalivas"></a>'
adblock[14]='<a href="http://www.musc.edu/BCMB/facultypages/hannun.htm"><img src="/APR/images/hannun.png" width="520" height="285" class="imgBorder" alt="Dr. Hannun"></a>'
adblock[15]='<a href="http://www.musc.edu/psychiatry/faculty/carpenter.htm"><img src="/APR/images/carpenter.png" width="520" height="285" class="imgBorder" alt="Dr. Carpenter"></a>'
adblock[16]='<a href="http://www.musc.edu/psychiatry/faculty/danielsonc.htm"><img src="/APR/images/kmett_danielson.png" width="520" height="281" class="imgBorder" alt="Dr. Danielson"></a>'


function randomorder(targetarray, spacing) {
 var randomorder=new Array()
 var the_one
 var z=16
 for (i=0;i<targetarray.length;i++)
 randomorder[i]=i

 while (z<targetarray.length) {
   the_one=Math.floor(Math.random()*targetarray.length)
   if (targetarray[the_one]!="_selected!"){
     document.write(targetarray[the_one]+spacing)
     targetarray[the_one]="_selected!"
     z++
   }
 }
}