function preLoader() {
	AllImages = new Array("images/marcas/estacio_box.jpg", "images/marcas/caco_box.jpg", "images/marcas/caco_box.jpg", "images/marcas/social_box.jpg", "images/marcas/pierre_box.jpg", "images/marcas/atlas_box.jpg", "images/marcas/baiana_box.jpg", "images/marcas/educa_box.jpg", "images/marcas/suporte_box.jpg", "images/marcas/ekaaty_box.jpg", "images/marcas/varjao_box.jpg", "images/marcas/reis_box.jpg", "images/marcas/licia_box.jpg", "images/marcas/zoom_box.jpg", "images/marcas/incecc_box.jpg", "images/marcas/agito_box.jpg", "images/marcas/camarote_box.jpg", "images/marcas/timbalada_box.jpg", "images/marcas/jumper_box.jpg");
	
	for(loadall = 0; loadall < AllImages.length; loadall++) {			
		var LoadedImage = new Image();
		
		LoadedImage.src = AllImages[loadall];
	}		
}		

function startBoxApoio() {
	preLoader();
	
	setTimeout("boxApoio1()",100);
}

function boxApoio1() {
	document.images.apoiadores.src="images/marcas/estacio_box.jpg";
	document.getElementById("apoioLink").href="http://www.fib.br/";
	setTimeout("boxApoio2()", 1500);
}

function boxApoio2(){
	document.images.apoiadores.src="images/marcas/caco_box.jpg";
	document.getElementById("apoioLink").href="http://www.cacodetelha.com.br/empresas/2009/09/16/caco-formaturas.html";	
	setTimeout("boxApoio3()", 1500);
}

function boxApoio3(){
	document.images.apoiadores.src="images/marcas/caco_box.jpg";
	document.getElementById("apoioLink").href="http://www.cacodetelha.com.br/empresas/2009/09/16/caco-formaturas.html";	
	setTimeout("boxApoio4()", 1500);
}

function boxApoio4(){
	document.images.apoiadores.src="images/marcas/social_box.jpg";
	document.getElementById("apoioLink").href="http://www.faculdadesocial.edu.br/";	
	setTimeout("boxApoio5()", 1500);
}

function boxApoio5(){
	document.images.apoiadores.src="images/marcas/pierre_box.jpg";
	document.getElementById("apoioLink").href="http://www.ongpierrebourdieu.com.br/";			
	setTimeout("boxApoio6()", 1500);
}

function boxApoio6(){
	document.images.apoiadores.src="images/marcas/atlas_box.jpg";
	document.getElementById("apoioLink").href="http://www.editoraatlas.com.br/";
	setTimeout("boxApoio7()", 1500);
}

function boxApoio7(){
	document.images.apoiadores.src="images/marcas/baiana_box.jpg";
	document.getElementById("apoioLink").href="http://www.baiana.edu.br/";
	setTimeout("boxApoio8()", 1500);
}

function boxApoio8(){
	document.images.apoiadores.src="images/marcas/educa_box.jpg";
	document.getElementById("apoioLink").href="http://www.redeeduca.com.br/index.php";
	setTimeout("boxApoio9()", 1500);
}

function boxApoio9(){
	document.images.apoiadores.src="images/marcas/suporte_box.jpg";
	document.getElementById("apoioLink").href="http://www.suporteeventos.com.br/";
	setTimeout("boxApoio10()", 1500);
}

function boxApoio10(){
	document.images.apoiadores.src="images/marcas/ekaaty_box.jpg";
	document.getElementById("apoioLink").href="http://www.ekaaty.org/";
	setTimeout("boxApoio11()", 1500);
}

function boxApoio11(){
	document.images.apoiadores.src="images/marcas/varjao_box.jpg";
	document.getElementById("apoioLink").href="http://www.varjaoeassociados.com.br/";
	setTimeout("boxApoio12()", 1500);
}

function boxApoio12(){
	document.images.apoiadores.src="images/marcas/reis_box.jpg";
	document.getElementById("apoioLink").href="http://www.revistadouniversitario.com/";
	setTimeout("boxApoio13()", 1500);
}

function boxApoio13(){
	document.images.apoiadores.src="images/marcas/licia_box.jpg";
	document.getElementById("apoioLink").href="http://liciafabio.uol.com.br/licia-fabio-producoes/";
	setTimeout("boxApoio14()", 1500);
}

function boxApoio14(){
	document.images.apoiadores.src="images/marcas/zoom_box.jpg";
	document.getElementById("apoioLink").href="http://www.zoomimagem.com.br";
	setTimeout("boxApoio15()", 1500);
}

function boxApoio15(){
	document.images.apoiadores.src="images/marcas/incecc_box.jpg";
	document.getElementById("apoioLink").href="http://twitter.com/INCECC";
	setTimeout("boxApoio16()", 1500);
}

function boxApoio16(){
	document.images.apoiadores.src="images/marcas/agito_box.jpg";
	document.getElementById("apoioLink").href="http://www.queagito.com/";
	setTimeout("boxApoio17()", 1500);
}

function boxApoio17(){
	document.images.apoiadores.src="images/marcas/camarote_box.jpg";
	document.getElementById("apoioLink").href="http://www.camaroteguethosquare.com.br/";
	setTimeout("boxApoio18()", 1500);
}

function boxApoio18(){
	document.images.apoiadores.src="images/marcas/timbalada_box.jpg";
	document.getElementById("apoioLink").href="http://www.timbalada.com/";
	setTimeout("boxApoio19()", 1500);
}

function boxApoio19(){
	document.images.apoiadores.src="images/marcas/jumper_box.jpg";
	document.getElementById("apoioLink").href="http://www.blocojumper.com.br/";
	setTimeout("boxApoio1()", 1500);
}
