var i, j, idx,
	q= new Array(6,7,8,12,12),
	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 6: document.write('<td width="33%" background="../foto/web_pavoes.jpg" ALIGN="right" VALIGN="bottom"><A HREF="../../www/nr/index.html" CLASS="bnr">Notas e reflex&otilde;es<BR>sobre Web design</A></td>');
			break;
	case 7: document.write('<td width="33%" background="../foto/web_puzzle.jpg" ALIGN="right" VALIGN="bottom"><A HREF="net_app1.html" CLASS="bnr">Aplica&ccedil;&otilde;es<BR>JavaScript e DHTML</A></td>');
			break;
	case 8: document.write('<td width="33%" background="../foto/web_spot.png" ALIGN="right" VALIGN="bottom"><A HREF="net_avanc1.html" CLASS="bnr">Exemplos de<BR>JavaScript&nbsp;e&nbsp;DHTML</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 e<BR>Jogo das Cores</A></td>');
			break;
	}
}
document.write('</tr></table></td>');
