var irxmlstockquote = new Array();
irxmlstockquote[0]={
  "ask":0,
  "bid":0,
  "change":-0.020,
  "companyname":"Omnicell, Inc.",
  "datetime":new Date(2010, 9-1, 3, 16, 0, 0),
  "dividend":0,
  "eps":0.140,
  "exchange":"NASDAQ",
  "high":12.110,
  "lastdatetime":new Date(2010, 9-1, 3, 16, 0, 0),
  "lastprice":11.830,
  "longname":"Omnicell, Inc.",
  "low":11.665,
  "open":11.910,
  "pchange":-0.169,
  "pe":79.000,
  "previousclose":11.850,
  "shares":32688,
  "shortname":"Omnicell",
  "ticker":"OMCL",
  "trades":509,
  "volume":87200,
  "yearhigh":15.380,
  "yearlow":9.620,
  "yield":0
};
var IRXMLSTATUS="No Error",IRXMLSTATUSCODE="0";