




//configure the paths of the images, plus corresponding target links
slideshowimages(

//"/common/rc_images/student_elections_09.gif",//
//"/common/rc_images/graduation_09.gif",//
"/common/rc_images/may_09_FYIb.gif",
//"/common/rc_images/Feb_FYI_09.gif",//
//"http://www.qc.cuny.edu/common/rc_images/obama_2.gif",//
//"http://www.qc.cuny.edu/common/rc_images/bookstore_2.gif",//
"http://www.qc.cuny.edu/common/rc_images/best_value_2.gif",
//"http://www.qc.cuny.edu/common/rc_images/FYI_December.gif",//
//"http://www.qc.cuny.edu/common/rc_images/FYI_oct.gif",//
//"http://www.qc.cuny.edu/common/rc_images/sept_fyi_08.gif",//
//"http://www.qc.cuny.edu/common/rc_images/May_FYI.gif",//
//"http://www.qc.cuny.edu/common/rc_images/take_q_2.gif",//
//"http://www.qc.cuny.edu/common/rc_images/graduation_08.gif",//
"http://www.qc.cuny.edu/common/rc_images/cuny_alert.gif",
//"http://www.qc.cuny.edu/common/rc_images/cuny_summer.gif",//
//"http://www.qc.cuny.edu/common/rc_images/liveview5.gif",//
//"http://www.qc.cuny.edu/common/rc_images/webzine_winter07.gif",//


"http://www.qc.cuny.edu/common/rc_images/armstrong_house.gif",
"http://www.qc.cuny.edu/common/rc_images/cisco.gif"
);



slideshowlinks(

//"http://sl.qc.cuny.edu/qcelection/",//
//"http://qcpages.qc.cuny.edu/graduation/",//
"http://www.qc.cuny.edu/nis/fyi/FYI_May09.pdf",
//"http://www.qc.cuny.edu/nis/fyi/FYI_FEB09.pdf",//
//"http://www.qc.cuny.edu/inauguration/",//
//"https://apps.qc.cuny.edu/bookstoreawards",//
"http://www.qc.cuny.edu/nis/Releases/viewNews.php?id=348",
//"http://www.qc.cuny.edu/nis/fyi/FYI_DEC08.pdf",//
//"http://www.qc.cuny.edu/nis/fyi/FYI_OCT08.pdf",//
//"http://www.qc.cuny.edu/nis/fyi/FYI_SEP08.pdf",//
//"http://www.qc.cuny.edu/nis/fyi/FYI_May_08.pdf",//
//"http://www.qc.cuny.edu/video_archives",//
//"http://www.qc.cuny.edu/graduation",//
"http://www1.cuny.edu/news/alert.html",
//"http://www.qc.cuny.edu/cuny_summer/",//
//"http://www.qc.cuny.edu/web_cam/index.php",//
//"http://qcpages.qc.cuny.edu/webzine/index_w_08.html",//


"http://www.satchmo.net/",
"http://www.qc.cuny.edu/cisco/"
);





//configure the speed of the slideshow, in miliseconds
var slideshowspeed=4000
var whichlink=0
var whichimage=0
function slideit(){
  if (!document.images)
    return
    document.images.slide.src=slideimages[whichimage].src
    whichlink=whichimage
  if (whichimage<slideimages.length-1)
    whichimage++
  else
    whichimage=0
    setTimeout("slideit()",slideshowspeed)
}





slideit()
