function ShowLive(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');
}
