var num_of_stories = 2;
stories = Math.floor (num_of_stories * Math.random());

if (stories==0) {
photo="https://alumni.gsb.stanford.edu/act/images/stories/jon-r.jpg";
title="Jon Richards, MBA \'67";
body="ACT lets me work with fun, smart motivated teammates while serving nonprofits committed to social change.";
link="https://alumni.gsb.stanford.edu/act/about/stories/why-volunteer.html#jonrichards";
linktext="Details";
}

if (stories==1) {
photo="https://alumni.gsb.stanford.edu/act/images/stories/chang.jpg";
title="Bryna Chang, MBA \'03";
body="ACT let me deepen my involvement in environmental conservation and understand the operational context of leading nonprofits in this field.";
link="https://alumni.gsb.stanford.edu/act/about/stories/why-volunteer.html#brynachang";
linktext="Details";
}


document.write('<div id="highlight2">');
document.write('<img src="' + photo + '" title="' + title + '" alt="[photo - ' + title + ']" width="75" class="h_img">');
document.write('<p><strong>' + title + '</strong><br />');
document.write('' + body + ' <a href="' + link + '"><span class="hidden">' + title + ' </span>' + linktext + '</a></p>');
document.write('</div>');