var mess = new Array(
'<img src="http://www.michigan.gov/images/orsstatedb/CoupleWPlannerSFB18_183326_7.jpg" width="270" height="210" border="0" alt="Man and woman looking at financial planner">',
'<img src="http://www.michigan.gov/images/orsstatedb/BeachCoupleSampleGoldBlueDu_183321_7.jpg" width="270" height="210" border="0" alt="Couple hugging, looking at beach">',
'<img src="http://www.michigan.gov/images/orsstatedb/Book1CoverMarch04_183322_7.jpg" width="270" height="210" border="0" alt="Couple holding eachother, walking on beach">',
'<img src="http://www.michigan.gov/images/orsstatedb/CoupleNSonHayride_183325_7.jpg" width="270" height="210" border="0" alt="Husband and wife with their son on a hayride">',
'<img src="http://www.michigan.gov/images/orsstatedb/CellphoneguySFB08_183323_7.jpg" width="270" height="210" border="0" alt="Man Talking on cell phone">',
'<img src="http://www.michigan.gov/images/orsstatedb/AnnNKim_183320_7.jpg" width="270" height="210" border="0" alt="Two ladies shaking hands">',
'<img src="http://www.michigan.gov/images/orsstatedb/CoupleNBaby_183324_7.jpg" width="270" height="210" border="0" alt="Husband and wife with their baby">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);