var Random_ImageArray = new Array()
Random_ImageArray[0]=['images/whystudy_animgifs/whystudy_edleadership.gif','leadership/whystudy.shtml','Why study education leadership and human development?'];
Random_ImageArray[1]=['images/whystudy_animgifs/whystudy_familyconsumer.gif','family/opportunities.shtml','Why study family and consumer sciences?'];
Random_ImageArray[2]=['images/whystudy_animgifs/whystudy_healthsciences.gif','physicaltherapy/resources.shtml','Why study health sciences and physical therapy?'];
Random_ImageArray[3]=['images/whystudy_animgifs/whystudy_nursing.gif','nursing/whystudy.shtml','Why study nursing?'];
Random_ImageArray[4]=['images/whystudy_animgifs/whystudy_teachered.gif','teachereducation/whystudy.shtml','Why study teacher education?'];

var Random_ImageNumber=Math.floor(Math.random()*Random_ImageArray.length)

if (Random_ImageArray[Random_ImageNumber][2]!=''){document.write("<a href='"+Random_ImageArray[Random_ImageNumber][2]+"' target='"+Random_ImageArray[Random_ImageNumber][5]+"'>")}

document.write("<a href='"+Random_ImageArray[Random_ImageNumber][1]+"'><img border='0' align='right' src='"+Random_ImageArray[Random_ImageNumber][0]+"' alt='"+Random_ImageArray[Random_ImageNumber][2]+"'></a>")