function onAfter(idx, slide) {
                var i = slide.alt;	
                var blurbArray = new Array();
                    blurbArray[1] = "<p>Choosing to attend college is one of the most important decisions you will make in life. It can open the door to a career you have always wanted with a salary you deserve, or it can help you expand your knowledge or skills in particular areas. If you’re thinking about enrolling in college, consider the benefits of starting at Daytona State College. Earn your degree close to home and save thousands in tuition costs alone. Find out why Daytona State College is the smart choice.</p><p><a href='/admissions/index.html' title='admissions'>Read More...</a></p>";
                    blurbArray[2] = "<p>Daytona State is our region’s first choice for education and workforce training, offering more than 100 degree and certificate programs. Choose a one-year certificate, a two-year associate degree or one of Daytona State’s seven bachelor’s degree offerings in business, education and engineering technology. Earn your degree close to home and save thousands in tuition costs alone.<p><a href='/admissions/index.html' title='admissions'>Read More...</a></p></p>";
                    blurbArray[3] = "<p>Save up to $140,632 on your bachelor’s degree! (this amount reflects the difference in cost for a 4-year bachelor’s degree between a Florida private university and Daytona State College.) You don’t need to spend a lot of money to get the quality education you deserve. Daytona State College offers one of the best education values in the country – unsurpassed academics at an exceptionally low cost.  Financial Aid is available.<p><a href='/finaid/index.html' title='admissions'>Read More...</a></p></p>";
                    blurbArray[4] = "<p>Your classroom can be wherever you are! Through the Florida Online system, students may earn degrees and certificates with few or no campus visits required. Currently, students may obtain an AA, BAS, or BSET degree online. Totally online courses are conducted via the Internet, with instructor contact made through e-mails, discussions, chat sessions, and other communication technologies.<p><a href='http://online.daytonastate.edu/index.html' title='admissions'>Read More...</a></p></p>";
                   
                var titleArray = new Array();
                    titleArray[1] = "<h4>The Smart Choice</h4>";
                    titleArray[2] = "<h4>1, 2, & 4 Year Degrees</h4>";
                    titleArray[3] = "<h4>The Affordable Choice</h4>";
                    titleArray[4] = "<h4>Online Courses</h4>";
                    
                
                $('#about-title').html(titleArray[i]);
                $('#about-text').html(blurbArray[i]);
                }
            $(document).ready(function(){
                $('#images').before('<ul id="thumbs">').cycle({
                fx: 'fade',
                speed: 500,
                timeout: 5000,			
                before: onAfter,
                pager:  '#thumbs',
                pagerAnchorBuilder: function(idx, slide) { 
                    return '<li><a href="#"><img src="images/home/' + slide.alt + '-thumb.png" width="64" height="64" /></a></li>'; 
                    } 
                });
                var where = document.getElementById('thumbs');
                var newdiv = document.createElement('div');
                var divIdName = 'hover-text';
                newdiv.setAttribute('id',divIdName);
                newdiv.innerHTML = 'Place Mouse Over Thumbnails To Pause';
                where.appendChild(newdiv);
            });
            function expandCollapse() {
                $('#about-text').toggleClass('col');
                $('#about-title').toggleClass('col');
                $('#exp-col').toggleClass('col');
                $('#thumb-about').toggleClass('col');
            };

