var i, j, idx,
	q= new Array(0,1,2,2,3,7,8,11,12,13,13,15,16),
	n=q.length;
document.write('</tr><tr><td bgcolor="#000040" height="140"><table height="140" width="100%" border="0" cellpadding="10" cellspacing="1"><tr>');
for(i=0;i<3;i++) {
	idx=i+Math.floor(Math.random()*(n-i)); 
	t=q[idx];
	q[idx]=q[i];
	q[i]=t;
	for(j=i+1;j<n; j++) if(q[j]==t) { q[j]=q[n-1]; n--; j--; }
	switch(q[i]) {
	case 0: document.write('<td width="33%" background="foto/mscth3.jpg" ALIGN="right" VALIGN="bottom"><A HREF="en/localisation_mscth.html" CLASS="bnr">Localisation<BR>of a Mobile Robot</td>');
			break;
	case 1: document.write('<td width="33%" background="foto/assnat.jpg" ALIGN="right" VALIGN="bottom"><A HREF="en/resolv.html" CLASS="bnr">RESOLV project<BR>&nbsp;</A></td>');
			break;
	case 2: document.write('<td width="33%" background="foto/panor_monte.jpg" ALIGN="right" VALIGN="bottom"><A HREF="../foto/panoramas1.html" CLASS="bnr">Panoramas<BR>&nbsp;</A></td>');
			break;
	case 3: document.write('<td width="33%" background="foto/expo_aquario.jpg" ALIGN="right" VALIGN="bottom"><A HREF="../expo98/index_en.html" CLASS="bnr">EXPO 98<BR>photos</A></td>');
			break;
	case 7: document.write('<td width="33%" background="foto/web_puzzle.jpg" ALIGN="right" VALIGN="bottom"><A HREF="en/net_app1.html" CLASS="bnr">JavaScript, DHTML<BR>Applications</A></td>');
			break;
	case 8: document.write('<td width="33%" background="foto/web_spot.png" ALIGN="right" VALIGN="bottom"><A HREF="en/net_advanc1.html" CLASS="bnr">JavaScript, DHTML<BR>Examples</A></td>');
			break;
	case 11:document.write('<td width="33%" background="foto/staclara.jpg" ALIGN="right" VALIGN="bottom"><A HREF="../santa-clara/index_en.html" CLASS="bnr">Santa Clara a Velha<BR>Monastery</A></td>');
			break;
	case 12: document.write('<td width="33%" background="foto/web_mastermind.png" ALIGN="right" VALIGN="bottom"><A HREF="../www/jgcores/index.html" CLASS="bnr">Mastermind and<BR>the colour game</A></td>');
			break;
	case 13: document.write('<td width="33%" background="foto/panor_monte_ispra.jpg" ALIGN="right" VALIGN="bottom"><A HREF="en/photo_album1.html" CLASS="bnr">Photo albums<BR>&nbsp;</A></td>');
			break;
	case 15: document.write('<td width="33%" background="foto/praktica.jpg" ALIGN="right" VALIGN="bottom"><A HREF="../foto/praktica1_en.html" CLASS="bnr">Praktica<BR>cameras</A></td>');
			break;
	case 16: document.write('<td width="33%" background="foto/roma04.jpg" ALIGN="right" VALIGN="bottom"><A HREF="../roma04/index.html" CLASS="bnr">ROME<BR>from dusk to midnight</A></td>');
	}
}
document.write('</tr></table></td>');