/*             Copyright             */
/* Esposito D Onofrio Nunzio (NedEX) */
/*           ned_ex@msn.com          */

var quanti = 2;
var corrente = 0;

function aggCollegamento(testo,coll){
	document.write('<a href="'+coll+'">'+testo+'</a>');
	if(corrente < quanti - 1){document.write(' - ');}
	corrente++;
}

document.write('<table class="menu" width="90%" cellpadding="2" cellspacing="0"><tr align="center"><td width="120px" nowrap>');
document.write('Links: <b>');

aggCollegamento("DNA Clan File Upload","http://"+sitoHTTP+"/upload");
aggCollegamento("Immaginando","http://"+sitoHTTP+"/immaginando");

document.write('</b></td>');
document.write('</table>');