\n');
function start(){
if ( RealPlayerG2 || RealPlayer5 || RealPlayer4 ){
Real = 1;
RealPlay.innerHTML='
';
}else if ( RealMode ){
}else{
Real = 0;
RealPlay.innerHTML=''
}
}
function yueyu(){
if(Real==1){
RX.SetWantErrors(true);
RX.SetVolume(80)
//jm.innerHTML="ÔÁÓï";
RX.Source="rtsp://broadcast.21cn.com/live1";
RX.DoPlay();
}
}
function guoyu(){
if(Real==1){
RX.SetWantErrors(true);
RX.SetVolume(80)
//jm.innerHTML="¹úÓï";
RX.Source="rtsp://broadcast.21cn.com/live2";
RX.DoPlay();
}
}