// banners
ordval=Math.floor (Math.random()*1000000);

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

function mm(url,pref) {
        options = "scrollbars=no,height=600 width=720";
        if (pref == null) pref = 0;
	newWindow = window.open("http://comcast.terra.com/php/videos/mm_choice.html?video="+url+"&pref="+pref+"&dart=us.terra.comcast/ocio",'mmedia',options);
}

function abre(pref) {
        options = "scrollbars=no,height=600 width=720";
                if (pref == null) pref = 0;
        newWindow = window.open("http://comcast.terra.com/php/videos/index.php?pref=0", 'mmedia',options);
}


function mm2(url,pref) {
        options = "scrollbars=no,height=470,width=700";
        if (pref == null) pref = 0;
        newWindow = window.open("http://www.terra.com/multimedia/mm_choice3.html?video="+url+"&pref="+pref,'mmedia',options);
}

function GetDomain () {
var url = ""+window.location+"";
if (url.indexOf("terra.com.pr",0) != -1)
        pcountry = "pr";
else
        pcountry = "us";
}
GetDomain();

function comcastradio(){
    window.open("http://php.terra.com/radio/radio4/comcast/index.php","terradio","width=749,height=550,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no");
}
