// JavaScript Document
function openPage() {
window.open('http://www.livescore.betradar.com/?alias=jugandovoy', 'livescore', 'width=1024,height=768');
}

// Abrir Popups
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

