var randomlinks=new Array()
randomlinks[0]='<A href="/Academics/Colleges/HCLAS/CCE/index.html"><img alt="Center for Civic Engagement" src="/images/misc/home_btn_center_cce.png" style="width:178px; height: 75px;" ></a>'
randomlinks[1]='<A href="/Academics/Colleges/HCLAS/CLD/index.html"><img alt="Center for the Study of Labor and Democracy" src="/images/misc/home_btn_center_csld.png" style="width:178px; height: 75px;" ></a>'
randomlinks[2]='<A href="/Community/culctr/index.html"><img alt="Cultural Center" src="/images/misc/home_btn_center_culctr.png" style="width:178px; height: 75px;" ></a>'
randomlinks[3]='<A href="/Faculty/ideas/index.html"><img alt="IDEAS Institute" src="/images/misc/home_btn_center_ideas.png" style="width:178px; height: 75px;" ></a>'
randomlinks[4]='<A href="/Community/BDC/breslin/IRE/index.html"><img alt="Institute of Real Estate" src="/images/misc/home_btn_center_ire.png" style="width:178px; height: 75px;" ></a>'
randomlinks[5]='<A href="/Library/libspc/libspc_lisi_main.html"><img alt="Long Island Studies Institute" src="/images/misc/home_btn_center_lisi.png" style="width:178px; height: 75px;" ></a>'
randomlinks[6]='<A href="/Community/slzctr/slzctr_marriage.html"><img alt="Marriage and Family Therapy Clinic" src="/images/misc/home_btn_center_mftc.png" style="width:178px; height: 75px;" ></a>'
randomlinks[7]='<A href="/Academics/Colleges/Zarb/bizmlc/index.html"><img alt="The Center for the Study of International Financial Services and Markets" src="/images/misc/home_btn_center_mlc.png" style="width:178px; height: 75px;" ></a>'
randomlinks[8]='<A href="/Academics/CSS/index.html"><img alt="National Center for Suburban Studies" src="/images/misc/home_btn_center_ncss.png" style="width:178px; height: 75px;" ></a>'
randomlinks[9]='<A href="/Academics/Colleges/HCLAS/PRSSTY/index.html"><img alt="Peter S. Kalikow Center for the Study of the American Presidency" src="/images/misc/home_btn_center_kalikow.png" style="width:178px; height: 75px;" ></a>'
randomlinks[10]='<A href="/Community/slzctr/slzctr_psych.html"><img alt="Psychological Evaluation Research and Counseling Clinic" src="/images/misc/home_btn_center_perc.png" style="width:178px; height: 75px;" ></a>'
randomlinks[11]='<A href="/Community/slzctr/slzctr_reading.html"><img alt="Reading/Writing Learning Clinic" src="/images/misc/home_btn_center_rwlc.png" style="width:178px; height: 75px;" ></a>'
randomlinks[12]='<A href="/Community/slzctr/slzctr_speech.html"><img alt="Speech-Language-Hearing Clinic" src="/images/misc/home_btn_center_slhc.png" style="width:178px; height: 75px;" ></a>'
randomlinks[13]='<A href="/Community/slzctr/slzctr_childcare.html"><img alt="The Diane Lindner-Goldberg Child Care Institute" src="/images/misc/home_btn_center_childcare.png" style="width:178px; height: 75px;" ></a>'
randomlinks[14]='<A href="/Community/BDC/breslin/index.html"><img alt="Wilbur F. Breslin Center for Real Estate Studies" src="/images/misc/home_btn_center_breslin.png" style="width:178px; height: 75px;" ></a>'
function randomlink(){var add=randomlinks[Math.floor(Math.random()*randomlinks.length)]
return(add)}
document.write(randomlink());
