// JavaScript Document

<!-- How many thumbnail images do you want to swap -->
var how_many_thumbs = 14;

<!-- Selects a random number based on the current time -->
var now = new Date()
var sec = now.getSeconds()
var thumb = sec % how_many_thumbs;
thumb +=1;

<!-- First thumbnail image -->
if (thumb==1) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v1.gif";
<!-- image width and height -->
width="338";
height="80";
alt="USM is creating models of what education could be, should be, and, in fact, has to be. - Dr. Jean Houston, Author, Consultant to the United Nations";
}

<!-- Second thumbnail image -->
if (thumb==2) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v2.gif";
<!-- image width and height -->
width="338";
height="80";
alt="USM is a place for you to step into the truth of who you are. - Iyanla Vanzant (01), Author, One Day My Soul Just Opened Up";
}

<!-- Third thumbnail image -->
if (thumb==3) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v3.gif";
<!-- image width and height -->
width="338";
height="80";
alt="Who I am is a USM Graduate. I walk it, I talk it, I live it, I breathe it. - Iyanla Vanzant (01), Author, One Day My Soul Just Opened Up";
}

<!-- Fourth thumbnail image -->
if (thumb==4) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v4.gif";
<!-- image width and height -->
width="338";
height="80";
alt="We recommend a USM education highly! - Drs. Gay & Kathlyn Hendricks, Authors, Conscious Living: Finding Joy in the Real World";
}

<!-- Fifth thumbnail image -->
if (thumb==5) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v5.gif";
<!-- image width and height -->
width="338";
height="80";
alt="You are pioneers of a new consciousness. - John Bradshaw, Author, Homecoming";
}

<!-- Sixth thumbnail image -->
if (thumb==6) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v6.gif";
<!-- image width and height -->
width="338";
height="80";
alt="Earn a degree at the same time you are transforming your life! - John Bradshaw, Author, Homecoming";
}

<!-- Seventh thumbnail image -->
if (thumb==7) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v7.gif";
<!-- image width and height -->
width="338";
height="80";
alt="USM is nurturing the birth of the new human—the awakening of vocation. - Dr. Barbara Marx Hubbard, Futurist and Author, Conscious Evolution";
}

<!-- Eigth thumbnail image -->
if (thumb==8) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v8.gif";
<!-- image width and height -->
width="338";
height="80";
alt="USM embodies the true meaning of education: to draw out from within. - Dr. Joan Borysenko, Author, Fire in the Soul";
}

<!-- Ninth thumbnail image -->
if (thumb==9) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v9.gif";
<!-- image width and height -->
width="338";
height="80";
alt="This program is a gift from God. It really is. - Dr. Joan Borysenko, Author, Fire in the Soul";
}

<!-- Tenth thumbnail image -->
if (thumb==10) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v10.gif";
<!-- image width and height -->
width="338";
height="80";
alt="USM knows and teaches what a true education is about—life! - Bernie Siegel, M.D., Author, Love, Medicine, and Miracles";
}

<!-- Eleventh thumbnail image -->
if (thumb==11) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v11.gif";
<!-- image width and height -->
width="338";
height="80";
alt="USM is for anyone who is interested in creating the life they were meant to live. - Bernie Siegel, M.D., Author, Love, Medicine, and Miracles";
}

<!-- Twevlth thumbnail image -->
if (thumb==12) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v12.gif";
<!-- image width and height -->
width="338";
height="80";
alt="There is no place quite like USM, and if you have not heard about it, you need to. - Neale Donald Walsch, Author, Conversations with God";
}

<!-- Thirteen thumbnail image -->
if (thumb==13) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v13.gif";
<!-- image width and height -->
width="338";
height="80";
alt="I strongly urge you to investigate this breathtaking graduate school! - Neale Donald Walsch, Author, Conversations with God";
}

<!-- Fourteenth thumbnail image -->
if (thumb==14) {
<!-- path to thumbnail image -->
image="Images/hm_img_quote_v14.gif";
<!-- image width and height -->
width="338";
height="80";
alt="USM is creating the education of the future! - David Whyte, Poet and Author, Everything Is Waiting for You";
}
