// JavaScript Document

function s_show(){return false}
function s_hide(){return false}
if(window.event+''=='undefined') event=0
	var images = new Array(4);
	images[0] = "images/rotation/abt40_detail_lg.jpg"; /* alt="detail of 40th anniversary book for global consulting company Abt Associates" */
	images[1] = "images/rotation/kidsnews_detail_lg.jpg"; /* "detail of newsletter about WGBH television programs for children" */
	images[2] = "images/rotation/deanslunch_detail_lg.jpg"; /* alt="detail of poster for Art Institute of Boston" */
	images[3] = "images/rotation/lc_auction_detail_lg.jpg"; /* alt="detail of flyer for WGBH fundraising art auction event" */

function ShowImg() {
	var number = images.length;
	var increment = Math.floor(Math.random() * number);
	var strTemp ='<img src="' + images[increment] + '" width="478" height="478">';
	document.write(strTemp);
}
