// JScript File

//var baseservergd1 = 'livetv.ignouonline.ac.in';
//var baseservergd2 = 'livetv.ignouonline.ac.in';

var baseservergd1 = '124.124.36.23';
var baseservergd2 = '124.124.36.23';


var GD2 = '<embed src="player.swf"  width="160" height="155" allowscriptaccess="always" allowfullscreen="true" flashvars="file=gd2&streamer=rtmpt://' + baseservergd2 + '/live&type=video&abouttext=Webcast by eGyanKosh IGNOU&aboutlink=http://www.ignouonline.ac.in&autostart=false"/>';
var GD2_Autoplay = '<embed src="player.swf"  width="160" height="155" allowscriptaccess="always" allowfullscreen="true" flashvars="file=gd2&streamer=rtmpt://' + baseservergd2 + '/live&type=video&abouttext=Webcast by eGyanKosh&aboutlink=http://www.ignouonline.ac.in&autostart=true"/>';
var GD1_Autoplay = '<embed src="player.swf"  width="160" height="155" allowscriptaccess="always" allowfullscreen="true" flashvars="file=gd1&streamer=rtmpt://' + baseservergd1 + '/live&type=video&abouttext=Webcast by eGyanKosh&aboutlink=http://www.ignouonline.ac.in&autostart=true"/>';

function startgd1()
{
    document.getElementById('mediaplayerwrapper').innerHTML = GD1_Autoplay;
}

function startgd2()
{
    document.getElementById('mediaplayerwrapper').innerHTML = GD2_Autoplay;
}