function ShowLive_orig(stn,ttle){
var s1 = new SWFObject("live/player.swf","ply","625","380","9","#ffffff");
var baanilive ="http://live.baani.net/";
var flashset = "&type=highwinds&image=live/preview.jpg&backcolor=111111&frontcolor=eeeeee&lightcolor=4ec8fa&stretching=fill&logo=live/baani-logov.png&skin=modieus.swf&title=Baani.net Live&autostart=false";

stn = "file="+baanilive+stn+flashset;
s1.addParam("allowfullscreen","true");
s1.addParam("allowscriptaccess","always");
s1.addParam("flashvars", stn);
s1.write("flashcontent");

document.getElementById('mainvideotitle').innerHTML=ttle;
document.getElementById('videotitle').innerHTML='Live Broadcast:';

}

function showOverlay(x, y){
document.getElementById(x).style.display = y;
}

function loadstream(fname,thumb){
fname = 'http://live.baani.net/y7z3g8j8/fms/'+fname;
thumb = 'http://www.baani.net/thumbs/'+thumb;
var so = new SWFObject('http://www.baani.net/live/player.swf','mpl','625','380','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
var flashset = "file="+fname+"&type=highwinds&image="+thumb+"&backcolor=111111&frontcolor=eeeeee&lightcolor=4ec8fa&stretching=fill&skin=http://www.baani.net/modieus.swf&autostart=false";
so.addParam("flashvars", flashset);

so.write('videoblock');
}

function ShowLiveL3(ttle){
//var s1 = new SWFObject("http://player.longtailvideo.com/player.swf","ply","625","380","9","#ffffff");
var s1 = new SWFObject("http://player.longtailvideo.com/player.swf","ply","625","380","9","#ffffff");
var flashset = "image=live/preview.jpg&backcolor=111111&frontcolor=eeeeee&lightcolor=4ec8fa&stretching=fill&logo=live/baani-logov.png&skin=modieus.swf&title=Baani.net Live&autostart=false";
var strm = "file=stream001&provider=rtmp&streamer=rtmp://baaninetlivefs.fplive.net/baaninetlive-live/&";
flashset = strm+flashset;
s1.addParam("allowfullscreen","true");
s1.addParam("allowscriptaccess","always");
s1.addParam("flashvars", flashset);
s1.write('flashcontent');

document.getElementById('mainvideotitle').innerHTML=ttle;
document.getElementById('videotitle').innerHTML='Live Broadcast:';

}

function ShowLive(stn,ttle){
//var s1 = new SWFObject("http://player.longtailvideo.com/player.swf","ply","625","380","9","#ffffff");
var s1 = new SWFObject("live/player.swf","ply","625","380","9","#ffffff");
var flashset = "logo.out=0.9&logo.over=1&logo.hide=false&logo.position=top-right&logo.file=live/baani_logov.png&image=live/preview.jpg&backcolor=111111&frontcolor=eeeeee&lightcolor=4ec8fa&stretching=fill&skin=modieus.swf&title=Baani.net Live&autostart=false&";
//var strm = "file=stream001&provider=rtmp&streamer="+"rtmp://baaninetlivefs.fplive.net/baaninetlive-live/";
var strm = "file=stream001&provider=rtmp&streamer=";
flashset = flashset+strm+'rtmp://'+stn+"&abouttext=Baani.Net Video Player&aboutlink=http://www.Baani.Net";
s1.addParam("allowfullscreen","true");
s1.addParam("allowscriptaccess","always");
s1.addParam("flashvars", flashset);
s1.write("flashcontent");

document.getElementById('mainvideotitle').innerHTML=ttle;
document.getElementById('videotitle').innerHTML='Live Broadcast:';

}

