/*
 *
 * JavaScripts
 *
 *
 */



var curVid='8558895';
var refreshAfterSeconds = 30;
var curLinkNum = 0;
var linkArray = new Array();
linkArray[0] = "<a href=\"http://www.theriverworshipcentre.org/webim/client.php?locale=en\" target=\"_blank\" onclick=\"if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 &amp;&amp; window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://www.theriverworshipcentre.org/webim/client.php?locale=en&amp;url='+escape(document.location.href)+'&amp;referrer='+escape(document.referrer), 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;\"><img src=\"http://www.theriverworshipcentre.org/webim/b.php?i=simple&amp;lang=en\" border=\"0\" width=\"200\" height=\"55\" alt=\"\"/></a>";
linkArray[1] = "<a href=\"http://www.theriverworshipcentre.org/webim/client.php?locale=en\" target=\"_blank\" onclick=\"if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 &amp;&amp; window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://www.theriverworshipcentre.org/webim/client.php?locale=en&amp;url='+escape(document.location.href)+'&amp;referrer='+escape(document.referrer), 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;\"><img src=\"http://www.theriverworshipcentre.org/webim/b.php?i=simple&amp;lang=en\" border=\"0\" width=\"200\" height=\"55\" alt=\"\"/></a>";
setInterval("refreshLink();",(1000 * refreshAfterSeconds));
function refreshLink() {
if (curLinkNum >= linkArray.length) {
  curLinkNum = 0;
  }
curLink = linkArray[curLinkNum];
document.getElementById('WebIM').innerHTML = curLink;
curLinkNum++;
}
function changeVideo(sTream,reqVid,tiTle){
if (sTream!= "j"){
 if (reqVid!=curVid){
  if (reqVid!="8558895"){
    player="<h2><strong>Previously Recorded on " + tiTle + "</strong></h2><object width=\"608\" height=\"368\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"><param name=\"flashvars\" value=\"vid=" + reqVid + "&amp;autoplay=true\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"src\" value=\"http://www.ustream.tv/flash/viewer.swf\"/><embed flashvars=\"vid=" + reqVid + "&amp;autoplay=true\" width=\"608\" height=\"368\" allowfullscreen=\"true\" allowscriptaccess=\"always\" src=\"http://www.ustream.tv/flash/viewer.swf\" type=\"application/x-shockwave-flash\"></embed></object>";
    curVid = reqVid;
    }
    else{
    player="<h2><strong>Live Broadcast</strong></h2> <object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"608\" height=\"368\"><param name=\"flashvars\" value=\"autoplay=true&amp;brand=embed&amp;cid=8558895&amp;v3=1\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/viewer.swf\"/><embed flashvars=\"autoplay=true&amp;brand=embed&amp;cid=8558895&amp;v3=1\" width=\"608\" height=\"368\" allowfullscreen=\"true\" allowscriptaccess=\"always\" src=\"http://www.ustream.tv/flash/viewer.swf\" type=\"application/x-shockwave-flash\" /></object>";
    curVid = reqVid;
    }
  document.getElementById("NowPlaying").innerHTML=player;
  }
 }
else {
  if (reqVid!="8558895"){
    player="<h2><strong>Previously Recorded on " + tiTle + "</strong></h2> <object type=\"application/x-shockwave-flash\" height=\"480\" width=\"640\" id=\"clip_embed_player_flash\" data=\"http://www.justin.tv/widgets/archive_embed_player.swf\" bgcolor=\"#000000\"><param name=\"movie\" value=\"http://www.justin.tv/widgets/archive_embed_player.swf\" /><param name=\"allowScriptAccess\" value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"flashvars\" value=\"auto_play=true&start_volume=25&title=Broadcasting LIVE on Justin.tv&channel=trwc&archive_id=" + reqVid + "\" /></object>"; 
    curVid = reqVid;
    }
    else{
    player="<h2><strong>Live Broadcast</strong></h2> <object type=\"application/x-shockwave-flash\" width=\"640\" height=\"480\" id=\"jtv_flash\" data=\"http://www.justin.tv/widgets/live_embed_player.swf?start_volume=0.85&amp;backgroundImage=&amp;channel=trwc&amp;hostname=www.justin.tv&amp;auto_play=true\" bgcolor=\"#000000\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowScriptAccess\" value=\"always\" /><param name=\"allowNetworking\" value=\"all\" /><param name=\"movie\" value=\"http://www.justin.tv/widgets/live_embed_player.swf\" /><param name=\"flashvars\" value=\"start_volume=0.85&amp;backgroundImage=&amp;channel=trwc&amp;hostname=www.justin.tv&amp;auto_play=true\" /></object>";
    curVid = reqVid;
    }
  document.getElementById("NowPlaying").innerHTML=player;
  }
}
