
function appendParameter(p_args, p_name, p_value) 
{ if (p_args == "") 
	{ return p_name+"="+escape(p_value); 
	} else { 
	return p_args+"&"+p_name+"="+escape(p_value); 
	} 
} 

var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
var args = ""; 
//args = appendParameter(args, "url", "http://boss.streamos.com/flash/itm/video/broadcast/2006/0115mq155.flv"); 
args = appendParameter(args, "autoPlay", "true"); 
args = appendParameter(args, "serverName", "gfcs10.streamos.com");
args = appendParameter(args, "fallbackServerName", "gfcs10.streamos.com");
args = appendParameter(args, "appName", "streamos");
args = appendParameter(args, "streamName", "<![CDATA[/ac/08/ac08ac6ce97d5be7acbb509fa041bce6-41f82231]]>");
args = appendParameter(args, "isLive", "false");
args = appendParameter(args, "bufferTime", "10");
args = appendParameter(args, "instName","gfcs10.streamos.com");



    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="linkcontrols"'
    + 'width="580" height="380" name="linkcontrols"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="http://www.kintera.org/atf/cf/{8BDEA568-C34F-435A-BD92-1004C884B2A0}/PlayerList.swf?'+args+'?&amp;thisWeek=54&amp;num1=55&amp;init=true" />'
	+ '<param name="quality" value="high" /><param name="salign" value="tr" name="bgcolor" value="#fcf5db" />'
	+ '<param name="scale" value="1">'
    + '<embed src="http://www.kintera.org/atf/cf/{8BDEA568-C34F-435A-BD92-1004C884B2A0}/PlayerList.swf?'+args+'?&amp;thisWeek=54&amp;num1=55&amp;init=true" quality="high"'
	+ 'bgcolor="#fcf5db"'
    + 'width="580" height="380" id="linkcontrols" name="linkcontrols" align="top" salign="TR"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent = 'We have detected that you do not have<br>'
	+ 'the necesary plug-in installed in order to see the content of this page.<br>'
  	+ 'This content requires Macromedia Flash Player 8.<br>'
	+ '<a href=http://www.macromedia.com/go/getflash/ target="_blank">Please install this free plug-in here.</a>';
    document.write(alternateContent);  // insert non-flash content
  }
