﻿//

var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
//alert(sPage);


var r = getVar("radio");
var m = getVar("q");      //  Deuxième Niveau

//alert("r = " + r + " x = " + getVar("x"));

if (r) {
  if (r == "99") {
    document.write("<table class='tabRadio'>");
    document.write("<tr>");
    document.write("<td><center>");
    document.write("<a href='javascript:fnOpenRadio(sPage,m,"+'""'+");'>Escuchar la Radio</a></center></td>");
    document.write("</tr>");
    document.write("</table>");
    document.write("<img alt='Radio Salinerito' src='images/spacer1.gif' />");
  }
  else {
    //nothing
  }
}
else {
 
  document.write("<table class='tabRadio'>");
  document.write("<tr>");
  document.write("<td><center>");
  
  if (getVar("x")) {
    
    document.write("<img alt='Radio Salinerito' src='images/radio_salinerito.jpg' /><br /><br />");
    document.write("<object name='MC1'	width='180px'	height='65px'	id='MC1' classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' type='application/x-oleobject' standby='Loading Microsoft Windows Media Player components...'>");
    document.write("<param name='URL' value='http://giss.tv:8000/salineritofm.mp3' />");
    document.write("<param name='SendPlayStateChangeEvents' value='True' />");
    document.write("<param name='AutoStart' value='true' />");
    document.write("<param name='showstatusbar' value='false' />");
    document.write("<param name='transparentatstart' value='true'/>");
    document.write("<param name='ShowPositionControls' value='0' />");
    document.write("<param name='PlayCount' value='9999' />");
    // Firefox -->
    document.write("<embed ");
    document.write("src='http://giss.tv:8000/salineritofm.mp3' ");
    document.write("width='180px' ");
    document.write("height='65px' ");
    document.write("autostart='true' ");
    document.write("type='application/x-mplayer2' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' ");
    document.write("id='MC2' ");
    document.write("showaudiocontrols='true' ");
    document.write("showpositioncontrols='true' ");
    document.write("showstatusbar='true' ");
    document.write("transparentatstart='true'> ");
    document.write("</embed>");
    document.write("</object>");
    
  }
  else {
   
    document.write("<object name='MC1'	width='180px'	height='65px'	id='MC1' classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' type='application/x-oleobject' standby='Loading Microsoft Windows Media Player components...'>");
    document.write("<param name='URL' value='http://giss.tv:8000/salineritofm.mp3' />");
    document.write("<param name='SendPlayStateChangeEvents' value='True' />");
    document.write("<param name='AutoStart' value='true' />");
    document.write("<param name='showstatusbar' value='false' />");
    document.write("<param name='transparentatstart' value='true'/>");
    document.write("<param name='ShowPositionControls' value='0' />");
    document.write("<param name='PlayCount' value='9999' />");
    // Firefox -->
    document.write("<embed ");
    document.write("src='http://giss.tv:8000/salineritofm.mp3' ");
    document.write("width='180px' ");
    document.write("height='65px' ");
    document.write("autostart='true' ");
    document.write("type='application/x-mplayer2' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' ");
    document.write("id='MC2' ");
    document.write("showaudiocontrols='true' ");
    document.write("showpositioncontrols='true' ");
    document.write("showstatusbar='true' ");
    document.write("transparentatstart='true'> ");
    document.write("</embed>");
    document.write("</object>");
    document.write("Para escuchar la radio continualment pulse <a href='javascript:fnOpenRadio(sPage,m,r);'>aqui...</a>");
  }
  document.write("</center></td>");
  document.write("</tr>");
  document.write("</table>");
  document.write("<img alt='Radio Salinerito' src='images/spacer1.gif' />");
}
