<!-- FASTLINKS
function doArray() {
	var arylnth = doArray.arguments.length;
	for ( i = 0 ; i < arylnth ; i++ ) { this[i]=doArray.arguments[i] }
}
function newpage() {
var choose = eval(document.dropdown.site.selectedIndex);
if( (choose > 0) && (choose < 11) ) {
var section=new doArray( '', '', 
 'adulto1.htm',
 'textos.htm',
 'textos.htm',
 'usa.htm',
 '/shared/curriculo.de.rodrigo.faustini.doc',
 'http://www.youtube.com/rfaustini',
 'http://www.orkut.com.br/Main#Profile.aspx?uid=1312691872150399431',
 'http://www.faustini.info',
 '',
 'index.html');
location=section[document.dropdown.site.selectedIndex];
      }
    }
//-->