var adblock=new Array()
adblock[0]='<a href="http://neurosciences.musc.edu/faculty/full_time/adams.html"><img src="/APR/images/Adams.jpg" 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.jpg" 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.jpg" 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.jpg" 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.jpg" width="520" height="285" class="imgBorder" alt="Dr. Schaefer"></a>'
adblock[5]='<a href="http://www.musc.edu/psci/faculty/smith.htm"><img src="/APR/images/smith.jpg" 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.jpg" 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.jpg" 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.jpg" width="520" height="285" class="imgBorder" alt="Dr. Thomas"></a>'
adblock[9]='<a href="http://www.musc.edu/dbbe/people/list_detail.php?id=417"><img src="/APR/images/jobeid.jpg" width="520" height="285" class="imgBorder" alt="Dr. Obeid"></a>'



function randomorder(targetarray, spacing) {
 var randomorder=new Array()
 var the_one
 var z=9
 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++
   }
 }
}