// BACKGROUNDS
function getFoxBackground() { 

	// CONFIGS
	var url = relativeurl;
	var foxbackgroundpath = '/files/img/bg/';
	var foxbackground = new Array('bg_home.jpg');
	var foxcolor = new Array('#4facd7');
	var url_parts = url.split('/');
	// GET BACKGROUND
	
	if (url_parts.length > 0) {
		switch (url_parts[0]){

			// HOME
			//case '': foxbackground = new Array('bg_home.jpg'); foxcolor = new Array('#4facd7'); break;
			// HOME
            case '': 
			if (site_id == 'br') {
			foxbackground = new Array('http://adserver.adtech.de/adserv/3.0/840/2217330/0/751/ADTECH;grp='+window.adgroupid); 		
			} else {
			foxbackground = new Array('http://adserver.adtech.de/adserv/3.0/840/2217347/0/751/ADTECH;grp='+window.adgroupid); 			
			}
			foxcolor = new Array('#E2E1D8'); 
			var foxbackgroundpath = '';
			break;

			// SERIES (MICROSITES)
			case 'series': 
				foxbackground = new Array('bg_series.swf'); foxcolor = new Array('#ceb58c');
				if (url_parts.length > 1) {
					switch 	(url_parts[1]){
								
						case 'footballers-wives': foxbackground = new Array('bg_footballers-wives.swf'); foxcolor = new Array('#EAC6FF'); break;
						case 'adelantadas-colombia': foxbackground = new Array('bg_adelantadas-colombia.swf'); foxcolor = new Array('#f0a66a'); break;
						case 'one-tree-hill': foxbackground = new Array('bg_generic_brown.swf'); foxcolor = new Array('#EAE8CD'); break;
						case 'chicas-bellas': foxbackground = new Array('bg_chicas-bellas.swf'); foxcolor = new Array('#dca69c'); break;
						case 'vanessa-de-noche': foxbackground = new Array('bg_vanessa-de-noche.swf'); foxcolor = new Array('#D4CEDE'); break;	
						case 'how-i-met-your-mother': foxbackground = new Array('bg_how-i-met-your-mother.swf'); foxcolor = new Array('#ffffff'); break;	
						case 'flipping-out': foxbackground = new Array('bg_flipping-out.swf'); foxcolor = new Array('#ffffff'); break;
						case 'kimora': foxbackground = new Array('bg_kimora.swf'); foxcolor = new Array('"#f5be3c'); break;
						case 'nip-tuck': foxbackground = new Array('bg_nip-tuck.swf'); foxcolor = new Array('#ffffff'); break;
						case 'back-to-you': foxbackground = new Array('bg_back-to-you.swf'); foxcolor = new Array('#ffffff'); break;
						case 'dr-phil': foxbackground = new Array('bg_dr-phil.swf'); foxcolor = new Array('#D9FAFF'); break;
					}
				} 
				break;
			// GALLERIES - PHOTOS
			case 'galleries': ;
			case 'fotos': ;
			case 'galerias': foxbackground = new Array('bg_fotos.swf'); foxcolor = new Array('#b7bf6d'); break;
				
			// MOVIES (MICROSITES)
			case 'movies': ;
			case 'cinefox': ;
			case 'peliculas': ;
			case 'filmes': foxbackground = new Array('bg_movies.swf'); foxcolor = new Array('#f9d37d');
				if (url_parts.length > 1) {
					switch 	(url_parts[1]){
						case 'guess-who': ;
						case 'conquistando-a-mi-suegro': ;
						case 'a-familia-da-noiva': foxbackground = new Array('bg_conquistando-a-mi-suegro.swf'); foxcolor = new Array('#f9d37d'); break; 
						case 'en-sus-zapatos': foxbackground = new Array('bg_en-sus-zapatos.swf'); foxcolor = new Array('#ffffff'); break;
						case 'em-seu-lugar': foxbackground = new Array('bg_en-sus-zapatos.swf'); foxcolor = new Array('#ffffff'); break;
						case 'legalmente-rubia': foxbackground = new Array('bg_legalmente-rubia.swf'); foxcolor = new Array('#ffffff'); break;
						case 'legalmente-loira': foxbackground = new Array('bg_legalmente-rubia.swf'); foxcolor = new Array('#ffffff'); break;
						case 'legalmente-rubia-2': foxbackground = new Array('bg_legally-blonde-2.swf'); foxcolor = new Array('#c5cbfe'); break;
						case 'legalmente-loira-2': foxbackground = new Array('bg_legally-blonde-2.swf'); foxcolor = new Array('#c5cbfe'); break;
						case 'pequenas-grandes-amigas': foxbackground = new Array('bg_uptown-girls.swf'); foxcolor = new Array('#e6bee2'); break;
						case 'grande-menina': foxbackground = new Array('bg_uptown-girls.swf'); foxcolor = new Array('#e6bee2'); break;
						case 'amigas-para-siempre': foxbackground = new Array('bg_crossroads.swf'); foxcolor = new Array('#EAE8CD'); break;
						case 'amigas-para-sempre': foxbackground = new Array('bg_crossroads.swf'); foxcolor = new Array('#EAE8CD'); break;
						case 'bandidas': foxbackground = new Array('bg_bandidas.swf'); foxcolor = new Array('#E8DCAB'); break;
						case 'dulce-noviembre': foxbackground = new Array('bg_dulce-noviembre.swf'); foxcolor = new Array('#ffc273'); break;
						case 'doce-novembro': foxbackground = new Array('bg_dulce-noviembre.swf'); foxcolor = new Array('#ffc273'); break;
						case 'la-mandolina-del-capitan-corelli': foxbackground = new Array('bg_corelli.swf'); foxcolor = new Array('#F8E6AD'); break;
						case 'o-capitao-corelli': foxbackground = new Array('bg_corelli.swf'); foxcolor = new Array('#F8E6AD'); break;
					}
				} 
				break;



				
				
		    // ESPECIALES (MICROSITES)
			/*
			case 'specials': ; foxbackground = new Array('bg_home.jpg'); foxcolor = new Array('#fbfbfb');
			case 'especiais': ; foxbackground = new Array('bg_home.jpg'); foxcolor = new Array('#fbfbfb');
			case 'especiales': foxbackground = new Array('bg_home.jpg'); foxcolor = new Array('#fbfbfb');break;
			*/

			// VIDEOS
			case 'videos': foxbackground = new Array('bg_videos.swf'); foxcolor = new Array('#F9C655'); break;
			

	       //  CONTESTs
		   /*
			case 'contests': ;
			case 'contest': ;
			case 'concurso': ;
			case 'concursos': foxbackground = new Array('bg_home.jpg'); foxcolor = new Array('#ffffff');break; 
			*/

			
			// CONTACT US
			case 'contact': foxbackground = new Array('bg_community.swf'); foxcolor = new Array('#4FACD7'); break;
			
			
			// COMMUNITY PAGES -LOGIN -LOGOUT -REGISTER
			case 'login': ;
			case 'ingresar': ;
			case 'entrar': foxbackground = new Array('bg_community.swf'); foxcolor = new Array('#4FACD7'); break;
			
			case 'logout': ;
			case 'sair': ;
			case 'salir': foxbackground = new Array('bg_community.swf'); foxcolor = new Array('#4FACD7'); break;
			
			case 'register': ;
			case 'registrar': ;			
			case 'cadastrese': foxbackground = new Array('bg_community.swf'); foxcolor = new Array('#4FACD7'); break;
			
			case 'activate': ;
			case 'activar': foxbackground = new Array('bg_community.swf'); foxcolor = new Array('#4FACD7'); break;
			
			case 'password-reset': ;
			case 'cambiar-password': foxbackground = new Array('bg_community.swf'); foxcolor = new Array('#4FACD7'); break;
	
			case 'perfil': ;
			case 'profile': foxbackground = new Array('bg_community.swf'); foxcolor = new Array('#4FACD7'); break;

			// SCHEDULE
			case 'programacion': ;
			case 'programacao': ;
			case 'schedule': foxbackground = new Array('bg_schedule.swf'); foxcolor = new Array('#73822d'); break;	
	
			// DEFAULT
			default: foxbackground = new vArray('bg_home.jpg'); foxcolor = new Array('#4facd7');
		}
	}

	// RETURN BACKGROUND
	var i = Math.round(Math.random()*(foxbackground.length-1));	
	return new Array(foxbackgroundpath + foxbackground[i], foxcolor[i]);
	
}

function setFoxBackground() { 
	var backgroundArray = getFoxBackground();
	//document.body.background = backgroundArray[0];
	bgsection = backgroundArray[0]
	document.body.bgColor = backgroundArray[1];	
}