//If using image buttons as controls, Set image buttons' image preload here true
//(use false for no preloading and for when using no image buttons as controls):
var preload_ctrl_images=true;

//And configure the image buttons' images here:
var previmg='http://www.owu.edu/images/featuredLinkNavigation/left.gif';
var stopimg='http://www.owu.edu/images/featuredLinkNavigation/stop.gif';
var playimg='http://www.owu.edu/images/featuredLinkNavigation/play.gif';
var nextimg='http://www.owu.edu/images/featuredLinkNavigation/right.gif';

var slides1=[];
//configure the below images and descriptions to your own, note optional links, target and window specifications. 

//Take down from 20091110
//slides1[0] = ["http://www.owu.edu/images/featuredLinkEntries/onlineOpenHouseChat.gif", "Online Admission Chat<br />Nov. 9, 7-9 p.m.","http://groupchat02.askadmissions.net/01/landingpage.aspx?clientName=owu"];

//Leave indefinitely.
//slides1[1] = ["http://www.owu.edu/images/featuredLinkEntries/collegeSearchAdvice.jpg", "Need College Admission Advice? Click Here", "http://admission.owu.edu/collegeAdmissionAdvice.html"];

//Take down when it's done.
//slides1[3] = ["http://www.owu.edu/images/featuredLinkEntries/rockTour.jpg", "In Concert with Rock: The Hopes and Dreams Tour", "http://rocktour.owu.edu/"];

//Leave indefinitely.
//slides1[2] = ["http://www.owu.edu/images/featuredLinkEntries/COD.jpg", "OWU Featured in 2008-2009 <em>Colleges of Distinction</em>", "http://news.owu.edu/2008/20081111-COD.html"];

//Take down from 20090601-20091101
//slides1[5] = ["http://www.owu.edu/images/featuredLinkEntries/OWjL.jpg", "Ohio Wesleyan Junior League (OWjL) Summer Camp", "http://owjl.owu.edu/"];

//Take down from 20090601-20091201
//slides1[6] = ["http://www.owu.edu/images/featuredLinkEntries/SLEUTHS.jpg", "SLEUTHS Summer Honors Institute: Science", "http://sleuths.owu.edu/"];

//Leave indefinitely.
slides1[0] = ["http://www.owu.edu/images/featuredLinkEntries/apart.gif", "Refer a Student<br />to OWU!", "http://alumni.owu.edu/apart_studentref.html"];

//20100101
//slides1[4] = ["http://www.owu.edu/images/featuredLinkEntries/IRADonation.jpg", "The Tax-Free Charitable IRA Rollover Contribution is Back", "http://giving.owu.edu/charitableIRARolloverGift.html"];

//20100510
slides1[1] = ["http://www.owu.edu/images/featuredLinkEntries/voicesInChemistry.jpg", "Hear Authentic Stories of OWU Chemistry Majors", "http://voices.owu.edu/"];

//20091119
slides1[2] = ["http://www.owu.edu/images/featuredLinkEntries/admissionsFallReceptions.jpg", "2009 Admissions<br/>Fall Receptions", "http://nearyou.owu.edu/OWUOffCampusEvents.html"];

//optional properties for these images:
slides1.pause=1;
slides1.image_controls=1;
slides1.button_highlight='#AC1A2F';
slides1.random=1;
slides1.use_alt=1;
slides1.use_title=1;
slides1.fadecolor='#000000';
slides1.delay=5000;
slides1.counter=0;
slides1.no_auto=0;
//Notes:
//slides#.target will set a target for a slide group, will be overridden by slides#[#][3], if present
//slides#.specs will set new window specifications for a slide group, will be overridden by slides#[#][4], if present
//slides#.fadecolor will set fading images background color, defaults to white
//slides#.no_controls will set a slide show with no controls
//slides#.random will set a random slide sequence on each page load
//slides#.delay=3000 will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
//slides#.jumpto=1 will display added controls to jump to a particular image by its number
//slides#.no_added_linebreaks=1; use for no added line breaks in formatting of texts and controls

//use below to create a customized onclick event for linked images in a given show:
//slides#.onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+', height='+screen.availHeight);return false;"
