//DO NOT CHANGE
//*******************
randomContent = new Array();
//*******************

//EDIT HERE
//*******************
//EXAMPLE: (add a new line for each item)
//randomContent[randomContent.length] = new Array('IMAGENAME.JPG','CONTENT GOES HERE');
randomContent[randomContent.length] = new Array('','<h1>Meet the Investment Leadership Team</h1><p>Founded in 1985 in Rochester by Steven C. Braverman, see who else is in charge...</p><p><a href="about_leadership-team.asp"><strong>Read more&nbsp;&raquo;</strong></a></p>');
randomContent[randomContent.length] = new Array('','<h1>Join the team</h1><p>We are always looking for top talent. Do you have what we are looking for?...</p><p><a href="about_employment.asp"><strong>Check listings&nbsp;&raquo;</strong></a></p>');


{
}
//*******************


//DO NOT CHANGE
//*******************
theImage = (Math.ceil(Math.random()*(randomContent.length)))-1;
var featuredProduct='';
featuredProduct += '';
featuredProduct += randomContent[theImage][1] + '';

document.write (featuredProduct);
//*******************