
	
	jQuery.preloadImages = function()
	{
		for(var i = 0; i<arguments.length; i++)
		{
			jQuery("<img>").attr("src", arguments[i]);
		}
	}
	
	
    var imglst = ["1","2","3","4","5"];
    var imgSelection = Math.floor(Math.random() * imglst.length);
    var imgName = imglst[imgSelection];	

        if (imgName == "1")
        {
                beingimg="<img src='/img/home_info_img1.jpg' alt='' class='home_info_imgg' />";
                beingtitle="<a href='http://admissions.holycross.edu/being-holy-cross?view=true-to-purple&utm_source=web&utm_medium=homepage&utm_campaign=purple'><img src='/img/text_being_holy_cross.png' alt='Being Holy Cross' /></a>";
                beinginfo="<a href='http://admissions.holycross.edu/being-holy-cross?view=true-to-purple&utm_source=web&utm_medium=homepage&utm_campaign=purple'>Holy Cross students join an extensive alumni network. Hear Paul Maloney's take on what inspires such loyalty.</a>";
                beingtype="<a class='home_info_watchmore' href='http://admissions.holycross.edu/being-holy-cross?view=true-to-purple&utm_source=web&utm_medium=homepage&utm_campaign=purple'>Watch Video</a>";
		 beingtextsrc="true_to_purple";
        }

        if (imgName == "2")
        {
                beingimg="<img src='/img/home_info_img2.jpg' alt='' class='home_info_imgg' />";
                beingtitle="<a href='http://admissions.holycross.edu/being-holy-cross?view=with-your-team&utm_source=web&utm_medium=homepage&utm_campaign=team'><img src='/img/text_being_holy_cross.png' alt='Being Holy Cross' /></a>";
                beinginfo="<a href='http://admissions.holycross.edu/being-holy-cross?view=with-your-team&utm_source=web&utm_medium=homepage&utm_campaign=team'>Playing varsity sports enhances the Holy Cross experience for many students. Scholar-athlete Marcus Morgan relates how life's lessons occur both on and off the field.</a>";
                beingtype="<a class='home_info_watchmore' href='http://admissions.holycross.edu/being-holy-cross?view=with-your-team&utm_source=web&utm_medium=homepage&utm_campaign=team'>Watch slideshow</a>";
		 beingtextsrc="with_your_team";
        }


        if (imgName == "3")
        {
                beingimg="<img src='/img/home_info_img3.jpg' alt='' class='home_info_imgg' />";
                beingtitle="<a href='http://admissions.holycross.edu/being-holy-cross?view=in-dialogue&utm_source=web&utm_medium=homepage&utm_campaign=dialogue'><img src='/img/text_being_holy_cross.png' alt='Being Holy Cross' /></a>";
                beinginfo="<a href='http://admissions.holycross.edu/being-holy-cross?view=in-dialogue&utm_source=web&utm_medium=homepage&utm_campaign=dialogue'>Holy Cross challenges students to think critically about the world in which they live. Matt Harper reflects on what this means to him.</a>";
                beingtype="<a class='home_info_watchmore' href='http://admissions.holycross.edu/being-holy-cross?view=in-dialogue&utm_source=web&utm_medium=homepage&utm_campaign=dialogue'>Watch slideshow</a>";
		 beingtextsrc="in_dialogue";
        }


        if (imgName == "4")
        {
                beingimg="<img src='/img/home_info_img4.jpg' alt='' class='home_info_imgg' />";
                beingtitle="<a href='http://admissions.holycross.edu/being-holy-cross?view=among-friends&utm_source=web&utm_medium=homepage&utm_campaign=friends'><img src='/img/text_being_holy_cross.png' alt='Being Holy Cross' /></a>";
                beinginfo="<a href='http://admissions.holycross.edu/being-holy-cross?view=among-friends&utm_source=web&utm_medium=homepage&utm_campaign=friends'>There's a close community at Holy Cross. Senior Torey Strahl tells how lasting friendships began as soon as she arrived on campus.</a>";
                beingtype="<a class='home_info_watchmore' href='http://admissions.holycross.edu/being-holy-cross?view=among-friends&utm_source=web&utm_medium=homepage&utm_campaign=friends'>Watch Video</a>";
		 beingtextsrc="among_friends";
        }


        if (imgName == "5")
        {
                beingimg="<img src='/img/home_info_img5.jpg' alt='' class='home_info_imgg' />";
                beingtitle="<a href='http://admissions.holycross.edu/being-holy-cross?view=here-to-learn&utm_source=web&utm_medium=homepage&utm_campaign=learn'><img src='/img/text_being_holy_cross.png' alt='Being Holy Cross' /></a>";
                beinginfo="<a href='http://admissions.holycross.edu/being-holy-cross?view=here-to-learn&utm_source=web&utm_medium=homepage&utm_campaign=learn'>As a student, Ericka Fisher fell in love with Holy Cross. Learn about her passion, now as a professor, teaching a new generation of students.</a>";
                beingtype="<a class='home_info_watchmore' href='http://admissions.holycross.edu/being-holy-cross?view=here-to-learn&utm_source=web&utm_medium=homepage&utm_campaign=learn'>Watch Video</a>";
		 beingtextsrc="here_to_learn";
        }


