var photo=new Array()
photo[0]='http://ulife.gmu.edu/images/top_rotation/achievements.swf';
photo[1]='http://ulife.gmu.edu/images/top_rotation/success.swf';
photo[2]='http://ulife.gmu.edu/images/top_rotation/differences.swf';
photo[3]='http://ulife.gmu.edu/images/top_rotation/integrity.swf';
photo[4]='http://ulife.gmu.edu/images/top_rotation/care.swf';
photo[5]='http://ulife.gmu.edu/images/top_rotation/lead.swf';
photo[6]='http://ulife.gmu.edu/images/top_rotation/dream_big.swf';
photo[7]='http://ulife.gmu.edu/images/top_rotation/learning.swf';
photo[8]='http://ulife.gmu.edu/images/top_rotation/spirit.swf';


var title=new Array()

title[0] = 'Photos of students: Celebrate Acheivement';
title[1] = 'Photos of students: Foster Student Success';
title[2] = 'Photos of students: Embrace Our Differences';
title[3] = 'Photos of students: Live and Act with Integrity';
title[4] = 'Photos of students: Show You Care';
title[5] = 'Photos of students: Lead By Example';
title[6] = 'Photos of students: Dream Big';
title[7] = 'Photos of students: Pursue Lifelong Learning';
title[8] = 'Photos of students: Catch the Mason Spirit';

var xy=Math.floor(Math.random()*photo.length);

//document.write('<img src="'+photo[xy]+'" alt="'+title[xy]+'" />');

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="250" title="' + title[xy]+'">\n');
document.write('<param name="movie" value="'+ photo[xy] + '" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="' + photo[xy] +'" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="250"></embed>\n');
document.write('</object>');