<!--

 function openticker()
	{		window.open('http://ticker.nasdaq.com/tkr/TickerPanel.asp','TickerPanel','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=580,height=50');
	}

  function OpenChildWindow(sPath,sName,sOptions) {
    self.name = "rbottom";
    var w = window.open(sPath,sName,sOptions);
    if(parseInt(navigator.appVersion)>3) {w.focus();}
  }

	function OCW(sPath,sName,sOptions) {
		OpenChildWindow(sPath,sName,sOptions);
	}

  // note: DO NOT COPY. This function also has ASP code.
  var launch = "";
  var ht = "";
  var wid = "";

  if (launch) {
  if (!ht) { ht = "400"; }
  if (!wid) { wid = "520"; }
  OpenChildWindow(launch,'child','status,height='+ht+',width='+wid);
  }

//-->  