<!--
function PPP()
{
var RandomContent=new Array();
RandomContent[1]='<img border="1" src="/financialaid/images/AYALA.jpg" width="145" height="169"><br>"Pomona College really understood my situation. I had proven my work ethic and dedication to higher education, and they would not let money interfere with my future."<BR>--<b>David Ayala 08</b>';
RandomContent[2]='<img border="1" src="/financialaid/images/yu.jpg" width="145" height="165"><br>"My parents and I immigrated to the United States when I was two years old. Both my parents could not afford a college education in China, so I am the first in my family to attend college. In the future, I hope to support my sister through college."<br>-- <b>Shana Yu 06</b>';


var ran=Math.floor(Math.random()*RandomContent.length);
if (ran==0)
{
ran=1;
}
document.write(RandomContent[ran]);
}
PPP();
//-->
