
images = new Array(6);

images[0] = "<a href = 'policyreform.htm'><img SRC='images/ms_policy-reform-for-street.jpg' WIDTH='175' HEIGHT='239' border='0' alt='Policy Reform for Street Vendors'></a>";

images[1] = "<a href = 'emergencyavatar.htm'><img SRC='images/ms_manushi-swachha-narayani.jpg' WIDTH='175' HEIGHT='296' border='0' alt='Manushi Swachha Narayani Descends to Protect Street Vendors'></a>";

images[2] = "<a href = '#'><img SRC='images/ms_rickshaw-pullers.jpg' WIDTH='175' HEIGHT='252' border='0' alt='Campaign on Behalf of Rickshaw Pullers'></a>";

images[3] = "<a href = '#'><img SRC='images/ms_sexual-harassment.jpg' WIDTH='175' HEIGHT='227' border='0' alt='Strategies to Combat Sexual Harassment'></a>";

images[4] = "<a href = '#'><img SRC='images/ms_reducing-communal-confli.jpg' WIDTH='175' HEIGHT='164' border='0' alt='Efforts at Reducing Communal Conflict'></a>";

images[5] = "<a href = '#'><img SRC='images/ms_women-inheritance-rights.jpg' WIDTH='175' HEIGHT='124' border='0' alt='Campaign for Women’s Inheritance Rights'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

