<!-- 

var undefined = "";

function addFav() {
	var pagina = "http://www.noistube.com/";
	var titulo = "NoisTube";
	if(document.all){
		window.external.AddFavorite(pagina, titulo);
	} else {
		window.sidebar.addPanel(titulo, pagina, "");
	}
}

function clicker() {
	try {
		var pageTracker = _gat._getTracker("UA-11517293-3");
		pageTracker._setDomainName(".noistube.com");
		pageTracker._trackPageview();
	} catch(err) {}
}

function ExecutaFloatIni() {
	if(screen.width <= 800){
		document.getElementById("dvShopping").style.display = "none";
	}
}

function EscreveSWF(n,f,u) {
		var so = new SWFObject("thumb.swf", "thumb"+n, "120", "90", "8", "#521577", false, "high", null, null, false);
		so.addVariable("flv", f);
		so.addVariable("url", u);
		so.write("flashcontent_"+n);
}

function getNewSubmitForm(){
 var submitForm = document.createElement("FORM");
 document.getElementsByTagName('head')[0].appendChild(submitForm);
 submitForm.method = "GET";
 return submitForm;
}

function createNewFormElement(inputForm, elementName, elementValue){
 var newElement = document.createElement("INPUT");
 newElement.type = 'hidden';
 newElement.setAttribute('name', elementName);
 newElement.setAttribute('value', elementValue);
 inputForm.appendChild(newElement);
 return newElement;
}

function OpenLink(linko){
 var submitForm = getNewSubmitForm();
 var array1 = linko.split('&');
 for (var c=0; c<array1.length; c++) {
	 if (array1[c].indexOf('/?') == 0) array1[c] = array1[c].slice(2);
	 var array2 = array1[c].split('=');
	 if (array2.length == 2) createNewFormElement(submitForm, array2[0], unescape(array2[1]));
 }
 submitForm.action= "/";
 submitForm.submit();
}

function gup( texto, name ) {
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( texto );
  if( results == null )
    return "";
  else
    return results[1];
}

function RetrieveDynHTML(swf, param, w, h) {
undefined = "<o"+"bj"+"ect cla"+"ssid='cls"+"id:D27"+"CDB6E-AE"+"6D-11c"+"f-96"+"B8-4445"+"535400"+"00' code"+"bas"+"e='htt"+"p://dow"+"load.macro"+"med"+"ia.com/pub/sh"+"ockwave/ca"+"bs/flash/swf"+"lash.cab#"+"ve"+"sion=7,0,19,0' wi"+"dth='"+w+"' hei"+"ght='"+h+"'>"+
"<pa"+"ram na"+"me='mov"+"ie' va"+"lue='"+swf+"'>"+"<pa"+"ram na"+"me='qua"+"lity' val"+"ue='h"+"igh'>"+"<par"+"am name='Fla"+"shVa"+"rs' val"+"ue='"+param+"'>"+"<em"+"bed src='"+swf+"' Flas"+"hVa"+"rs='"+param+"' width='"+w+"' hei"+""+"ght='"+h+"' qua"+"lity='high' plug"+"inspage='htt"+"p://www.ma"+"crom"+"edia.com/g"+"o/get"+"fla"+"shpla"+"yer' type='appl"+"icat"+"ion/x-shoc"+"kwave-fla"+"sh'></em"+"bed>"+"</ob"+"jec"+"t>";
}

function AbreFechaEnvia() {
    var combo = document.getElementById("sendfriend");
    if(combo.style.display == "none" || combo.style.display =="") {
        combo.style.display = "block";
    } else {
        combo.style.display = "none";
    }
}

function ConfereDados() {
	var word = document.form_busca.texto.value;
	var answer = word.match(/([a-zA-Z]){2,32}|([aeo]{1})/g);

	if ((answer.length < 2 ) || (word.length < 5)) {
		alert('Você tem que digitar uma frase com no mínimo 2 palavras e sem caracteres especiais!');
		document.form_busca.texto.value = "";
		document.form_busca.texto.focus();
		return false;
	}
	document.form_busca.texto.value = answer.join(" ");
	return true;
}

-->