/* 20090306 */

window.onload = function() {
	// posiciona cursor no campo de busca google
	document.getElementById('ib_search').focus();
}

var pathPadraum = location.protocol + "//" + location.host + "/";


function $(id) { return document.getElementById(id) }
//OPEC
/*-----------TAGS OPEC Nao deve ser alterado-------------*/
function OAS_VARS(OAS_page) {
OAS_sitepage = 'www.celebridades.com.br/' + OAS_page;

if (OAS_page == 'noticias'){
OAS_VARSpos('x15,Top2,Right1,x09,x07,x05');
}
else if (OAS_page == 'blog' || OAS_page == 'juliapetit'){
OAS_VARSpos('x15,Top2,Right1,x09,x05');
}
else if(OAS_page == 'galerias/lista' || OAS_page == 'noticias/lista'){
OAS_VARSpos('x15,Top2,Right1,x09,Frame1,x05');
}
else if(OAS_page == 'galerias'){
OAS_VARSpos('x15,Position1');
}else{
OAS_VARSpos('x15,Top2,Right1,x09,x07,Frame1,Middle,x05');
}
}
function OAS_VARSpos(OAS_pos) {
OAS_listpos =  OAS_pos;}
OAS_url = 'http://adserver.ig.com.br/RealMedia/ads/';
OAS_query = '';
OAS_target = '_blank';
OAS_version = 10;
OAS_rn = '001234567890'; OAS_rns = '1234567890';
OAS_rn = new String(Math.random()); OAS_rns = OAS_rn.substring(2, 11);
function OAS_NORMAL (pos) {
 document.write('<a href="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" target="'+ OAS_target + '">');
 document.write('<img src="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" border="0"></a>');}
function OAS_START() {
OAS_version = 11;
if (navigator.userAgent.indexOf('Mozilla/3') != -1 || navigator.userAgent.indexOf('Mozilla/4.0 WebTV') != -1)
 OAS_version = 10;
if (OAS_version >= 11)
 document.write('<SCRIP' + 'T LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '?' + OAS_query + '"><\/SCRIP' + 'T>');}
document.write('');
function OAS_AD(pos){
 if (OAS_version >= 11)
  OAS_RICH(pos);
 else
  OAS_NORMAL(pos);}
/* /Tarefa 218418 */
OAS_VARS('homepage');
OAS_START();

//	Tags Clouds
/*function tagCloudsPrint() {
	if( document.getElementById("tagClouds") ){
		tags = document.getElementById("tagClouds").getElementsByTagName("span");
		arrayPalavras = [];
		for(i=0; i<tags.length; i++) {
			arrayPalavras[i] = tags[i].innerHTML + "|" + (i+1);
		}
		arrayPalavras.sort(ordenaPalavras);
		document.getElementById("tagClouds").innerHTML = "";
		for(j=0; j<arrayPalavras.length; j++) {
			valor = arrayPalavras[j].split("|");
			relevancia = Math.ceil(parseInt(valor[1]) );
			document.getElementById("tagClouds").innerHTML+= "<a href='http://busca.igbusca.com.br/app/search?q=" + escape(valor[0]) + "&o=TAGCLOUDIGGENTE'><span class='tm" + relevancia + ((j%2==1) ? " fwb" : "") + "'> " + valor[0] + "<\/span><\/a>";
		}
	}
}
function ordenaPalavras(a, b) {
	a = a.toString();
	b = b.toString();
	if(a.toLowerCase() < b.toLowerCase()) {
		return -1;
	}
	else if (a.toLowerCase() == b.toLowerCase()) {
		return 0;
	}
	else if(a.toLowerCase() > b.toLowerCase()) {
		return 1;
	}
}
*/


// combo canais
function _$redCnlNC($form, $value) {
	$form.action = $value;
	$form.submit();
}

function checaCredito(no){
    credito=document.getElementsByName(no)[0];
    if (credito.innerHTML ==  "<!--//-->" || credito.innerHTML ==  "&nbsp;"){credito.style.display="none"}
}

// funcionalidade do combo OUTROS CANAIS do menu esquerdo
function abreCombo(id) {
	var temp = document.getElementById("outroscanais");
	var div = document.getElementById(id);
	if (div.className=='slide-show') {
		temp.className='slide-hide';
	} else {
		div.className='slide-show';
	}
	return(false);
	}


function aparece(id){

if(id=="Foto"){img="http://images.ig.com.br/gente/bt_galeria.gif"}
if(id=="Podcast"){img="http://images.ig.com.br/gente/bt_audio2.gif"}
if(id=="Video"){img="http://images.ig.com.br/gente/bt_video2.gif"}

   document.getElementById('abaFoto').style.display="none";
   document.getElementById('abaVideo').style.display="none";
   document.getElementById('abaPodcast').style.display="none";
   document.getElementById('player_Foto').style.display="none";
   document.getElementById('player_Video').style.display="none";
   document.getElementById('player_Podcast').style.display="none";

   document.getElementById('imgAbaFoto').src="http://images.ig.com.br/gente/bt_galeria2.gif";
   document.getElementById('imgAbaPodcast').src="http://images.ig.com.br/gente/bt_audio.gif";
   document.getElementById('imgAbaVideo').src="http://images.ig.com.br/gente/bt_video.gif";

   document.getElementById('aba'+id).style.display="block";
   document.getElementById('player_'+id).style.display="block";
   document.getElementById('imgAba'+id).src=img;
 }




/* Para validar o box multimidia - Início */
var itensPlayers = [];
var playerAnterior = "player_video";

function verificaObj(obj) {
	if(document.getElementById(obj) != null) {
		return true;
	}

	return false;
}

function verificaMultimidia() {
		_mcont = 0;
		aparece("Foto");

		if (verificaObj("player_video")){
			if ( $("player_video").innerHTML.indexOf("<!-- Imagem Player -->") == -1 ){
				$("player_video").style.display = "none";
				$("abaVideo").style.display = "none";
			}else{
				$("abaVideo").style.display = "block";
				$("abaVideo").className = "video_ativo";
				_mcont = 1;
			}
		}


		if (verificaObj("player_foto")){
			if ( $("player_foto").innerHTML.trim() == "" ){
				$("player_foto").style.display = "none";
				$("abaFoto").style.display = "none";
			}else{
				$("abaFoto").style.display = "block";
				if ( _mcont != 1) {
					$("abaFoto").className = "foto_ativo";
					$("player_foto").style.display = "block";
				}
				_mcont = 1;
			}
		}

		if (verificaObj("player_podcast")){
			if ( $("player_podcast").innerHTML.trim()  == "" ){
				$("player_podcast").style.display = "none";
				$("abaPodcast").style.display = "none";
			}else{
				$("abaPodcast").style.display = "block";
				if ( _mcont != 1) {
					$("abaPodcast").className = "podcast_ativo";
					$("player_podcast").style.display = "block";
				}
				_mcont = 1;
			}

		if (!_mcont){

			document.write('<style type="text/css">');
			document.write('	div#itensMulti{display:none}');
			document.write('	div#noticias div.box_noticia h2{display:none}');
			document.write('	div#noticias div.box_noticia ul{display:none}');
			document.write('	div#noticias div.box_noticia div.options{display:none}');
			document.write('</style>');
		}
	}

    if(document.getElementById("brtpGaleria") == null) {
        if(document.getElementById("fotomateria") != null) {
            document.getElementById("fotomateria").style.display = "block";
        }
    }
}
/* Para validar o box multimidia - Fim */


function ifrUltimas(){
  var ifr='<iframe marginheight="0" marginwidth="0" src="iframe.html" frameborder="0" height="1000" scrolling="auto" width="310"><!--//--></iframe>';
  document.write(ifr);
  }



function openContato(){window.open('http://gente.ig.com.br/fale_conosco/', 'FaleConosco', 'toolbar=0,location=0,directories=0,status=yes,menubar=0,scrollbars=no,resizable=0,width=508,height=432,top=100,left=150')}
function openEnvie(){window.open('http://gente.ig.com.br/envie/', 'Envieparaumamigo', 'toolbar=0,location=0,directories=0,status=yes,menubar=0,scrollbars=no,resizable=0,width=508,height=432,top=100,left=150')}
function openGalPop(p){window.open(p, 'Galeria', 'toolbar=0,location=0,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=0,width=796,height=540,top=100,left=50')}

/* Selo Combine */
function urlForm(){
	var gender = document.getElementById('gender').value;
	var age = document.getElementById('agerange').value;
	var state = document.getElementById('state').value;
	
	var page="http://combine-ig.parperfeito.com.br/adsearch/results/19_"+ gender + "_" + age +"_"+state+".jsp?utm_medium=selo_BUSCA&utm_source=combine_cob&utm_campaign=COMBINE_BUSCA&gender="
	+ gender + "&agerange="+ age + "&stateb=" + state;
	
	window.open(page, '_blank');
}

/* BlogBlogs */
function blogBlogs(){
ifr='<iframe src="http://gente.ig.com.br/menu_js/blogblogs/" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" class="frameBlogBlogs"><!-- // --></iframe>'
$('blogBlogs').innerHTML=ifr;
}


/*---------Links-Externos--------*/
function trocaSrcFrm(obj,valor){
	$(obj).src = getContTag(valor);
}
function getContTag(_str){
	_str = _str.replace(/<P>(.*?)<\/P>/, "$1") ;
	return _str.replace(/<(?:.*?)>(.*?)<(?:.*?)>/, "$1") ;
}