/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function radioRedirect(){    
    location = "http://servidor4.crossdigital.com.br:8076/listen.pls";
}
function maiusculo(obj){


 obj.value =obj.value.toUpperCase();
    obj.value =obj.value.replace(/[0-9]/g,"")
}
