var irxmlstockquote = new Array();
irxmlstockquote[0]={
  "ask":0,
  "bid":0,
  "change":1.040,
  "companyname":"QualitySystems, Inc.",
  "datetime":new Date(2010, 9-1, 2, 10, 56, 16),
  "dividend":0.300,
  "eps":1.740,
  "exchange":"NASDAQ",
  "high":59.170,
  "lastdatetime":new Date(2010, 9-1, 2, 10, 56, 16),
  "lastprice":59.160,
  "longname":"Quality Systems, Inc.",
  "low":57.920,
  "open":58.060,
  "pchange":1.789,
  "pe":32.000,
  "previousclose":58.120,
  "shares":28911,
  "shortname":"Quality Systems",
  "ticker":"QSII",
  "trades":327,
  "volume":40900,
  "yearhigh":68.890,
  "yearlow":51.300,
  "yield":2.065
};
var IRXMLSTATUS="No Error",IRXMLSTATUSCODE="0";