function H(c,x,n){window.open('http://linkstv.net/player/flash.php?canal='+c+'&nome='+x+'&nome='+n,'player')};
function F(c,x,n){window.open('http://linkstv.net/player/freedo.php?canal='+c+''+x+''+n,'player')};
function J(c,x,n){window.open('http://linkstv.net/player/justin.php?canal='+c+'&senha='+x+'&nome='+n,'player')};
function U(c,x,n){window.open('http://linkstv.net/player/ustream.php?canal='+c+'&senha='+x+'&nome='+n,'player')};
function W(c,x,n){window.open('http://linkstv.net/player/wmp.php?canal='+c+'&nome='+x+'&nome='+n,'player')};
function Y(c,x,n){window.open('http://www.youtube.com/v/'+c+''+x+''+n,'player')};
function p(c,x,n){window.open('http://pt-br.justin.tv/'+c+'/popout','_blank', 'width=475, height=390, top=50, left=50, scrollbars=no, status=no, toolbar=no, location = no, directories=no, menubar=no, resizable=no, fullscreen=no')};
function c(c,x,n){window.open(''+c+''+n,'player')};

function T(c,x,n){window.open('http://linkstv.net/player/tvu.php?canal='+c+'&nome='+x+'&nome='+n,'player')};
function a(c,x,n){window.open('http://linkstv.net/player/avi.php?canal='+c+'&nome='+x+'&nome='+n,'player')};

function So(c,x,n){window.open('http://linkstv.net/player/sopcast.php?canal='+c+'&nome='+x+'&nome='+n,'player')};


function S(c,x,n){window.open('http://linkstv.net/player/silver.php?canal='+c+'&nome='+x+'&nome='+n,'player')};

function V(c,x,n){window.open('http://linkstv.net/player/veetle.php?canal='+c+'','_blank', 'width=800, height=800, top=0, left=0, scrollbars=no, status=no, toolbar=no, location = no, directories=no, menubar=no, resizable=no, fullscreen=no')};

function R(c,x,n){window.open('http://linkstv.net/player/rtmp.php?canal='+c+'&senha='+x+'&nome='+n,'player')};

function M(c,x,n){window.open('http://linkstv.net/player/mega.php?canal='+c+'&senha='+x+'&nome='+n,'player')};

function Ta(c,x,n){window.open('http://linkstv.net/player/tvants.php?canal='+c+'&nome='+x+'&nome='+n,'player')};





//float
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);
 }
}


//finalfloat
