function showVideo(id) {
	document.write("<object width=\"292\" height=\"225\"><param name=\"movie\" value=\"http://www.youtube.com/v/"+id+">&amp;hl=en&amp;fs=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/"+id+"&amp;hl=en&amp;fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"292\" height=\"225\"></embed></object>");
}
  var mensagem=""; function clickIE() {if (document.all) {(mensagem);return false;}} function clickNS(e) {if  (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3)  {(mensagem);return false;}}} if (document.layers)  {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") 
  document.onselectstart = new Function("return false");
  
window.google_analytics_uacct = "UA-783381-50";


if (top.location != self.location) {
    top.location.replace(self.location)
}

<!--
var mensagem="";
function clickIE() {if (document.all) {(mensagem);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(mensagem);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// --> 


function disableselect(e)
 {
    return false
 }
 function reEnable()
 {
    return true
 }
 //if IE4+
 document.onselectstart=new Function ("return false")
 //if NS6
 if (window.sidebar)
 {
    document.onmousedown=disableselect
    document.onclick=reEnable
 }


var cont = 30;
function conti() {
document.getElementById('tempo').innerHTML=cont;
	if(cont == 0) {
		document.getElementById('floatLayer2').style.display="none";
	}
	if (cont != 0){
		cont = cont-1;
		setTimeout("conti()", 1000);
	}
}

function addlegendasbr(){
var url = 'http://www.legendasbr.com.br';
var title = 'TVs Online e Radios Online Gratis - Legendas BR';
if (window.sidebar) window.sidebar.addPanel(title, url,"");
else if(window.opera && window.print){
var mbm = document.createElement('a');
mbm.setAttribute('rel','sidebar');
mbm.setAttribute('href',url);
mbm.setAttribute('title',title);
mbm.click();
}
else if(document.all){window.external.AddFavorite(url, title);}
}


<!--
try {
	var parent_location = new String(parent.location);
	var top_location = new String(top.location);
	var cur_location = new String(document.location);
	parent_location = parent_location.toLowerCase();
	top_location = top_location.toLowerCase();
	cur_location = cur_location.toLowerCase();

	if ( top_location != cur_location && parent_location.indexOf('http://www.legendasbr.com.br') != 0 )
		top.location.href = document.location.href;
} catch ( err ) {
	top.location.href = document.location.href;
}
//-->

