// JavaScript Document
var pilotos=[];
var pilotos2=[];
var a=0;
pilotos[0]="http://www.videomotor.com.br/portal_videos/pilotos/Bruno_Balarin/info.html";
pilotos2[0]="http://www.videomotor.com.br/portal_videos/pilotos/Bruno_Balarin/index.html";
pilotos[1]="http://www.videomotor.com.br/portal_videos/pilotos/Gabriel_Balarin/info.html";
pilotos2[1]="http://www.videomotor.com.br/portal_videos/pilotos/Gabriel_Balarin/index.html";
pilotos[2]="http://www.videomotor.com.br/portal_videos/pilotos/Felipe_Giaffone/info.html";
pilotos2[2]="http://www.videomotor.com.br/portal_videos/pilotos/Felipe_Giaffone/index.html";
pilotos[3]="http://www.videomotor.com.br/portal_videos/pilotos/Ricardo_Sargo/info.html";
pilotos2[3]="http://www.videomotor.com.br/portal_videos/pilotos/Ricardo_Sargo/index.html";
pilotos[4]="http://www.videomotor.com.br/portal_videos/pilotos/Gregory_Diegues/info.html";
pilotos2[4]="http://www.videomotor.com.br/portal_videos/pilotos/Gregory_Diegues/index.html";
pilotos[5]="http://www.videomotor.com.br/portal_videos/pilotos/Matheus_Jacques/info.html";
pilotos2[5]="http://www.videomotor.com.br/portal_videos/pilotos/Matheus_Jacques/index.html";
pilotos[6]="http://www.videomotor.com.br/portal_videos/pilotos/Nelson_Stanisci/info.html";
pilotos2[6]="http://www.videomotor.com.br/portal_videos/pilotos/Nelson_Stanisci/index.html";
i=(parseInt)(Math.random()*pilotos.length);
function atualizapagina(){
	open(pilotos[i],'rightFrame2');
}
function open2(i){
	open(pilotos2[i],'piloto','width=600,height=440,left=400,top=120,scrollbars=yes,resizable=no');
}
function brunobalarin(){
	open(pilotos[0],'rightFrame2');
}
function brunobalarin2(){
	open2(0);
}
function gabrielbalarin(){
	open(pilotos[1],'rightFrame2');
}
function gabrielbalarin2(){
	open2(1);
}
function felipegiaffone(){
	open(pilotos[2],'rightFrame2');
}
function felipegiaffone2(){
	open2(2);
}
function ricardosargo(){
	open(pilotos[3],'rightFrame2');
}
function ricardosargo2(){
	open2(3);
}
function gregorydiegues(){
	open(pilotos[4],'rightFrame2');
}
function gregorydiegues2(){
	open2(4);
}
function matheusjacques(){
	open(pilotos[5],'rightFrame2');
}
function matheusjacques2(){
	open2(5);
}
function nelsinhostanisci(){
	open(pilotos[6],'rightFrame2');
}
function nelsinhostanisci2(){
	open2(6);
}