function random_listitem(){
  var myitems=new Array()
  //specify random images below
  myitems[1]="<a href='/news/press/press2005/20050815_overstock_clicks_profits_cust.asp'><img src='/global/images/home/features/overstock.gif' border='0' alt='Customer Spotlight: Overstock.com'/></a><p><a href='/news/press/press2005/20050815_overstock_clicks_profits_cust.asp'>Overstock.com</a><br>\"We basically run our business with Business Objects. Standardization is too important and that is why we selected BusinessObjects XI as our enterprise standard.\"</p>"
  myitems[2]="<a href='/news/press/press2005/20050607_xi_turner_broadcasting_cust.asp'><img src='/global/images/home/features/tbs.gif' border='0' alt='Customer Spotlight: Turner Broadcasting System, Inc.' /></a><p><a href='/news/press/press2005/20050607_xi_turner_broadcasting_cust.asp'>Turner Broadcasting System, Inc.</a><br>This major news and entertainment company will use BusinessObjects XI in its programming, sales, marketing, and operations departments to optimize programming and improve performance.</p>"
  myitems[3]="<a href='/company/customers/spotlight/ubs.asp'><img src='/global/images/home/features/ubs.gif' border='0' alt='Customer Spotlight: UBS' /></a><p><a href='/company/customers/spotlight/ubs.asp'>UBS</a><br>To help create a global environment for accounting and reporting, this world leader in financial services and wealth management chose Business Objects, the leader in enterprise reporting.</p>"
  var ry=Math.floor(Math.random()*myitems.length)
  if (ry==0)
     ry=1
     document.write(myitems[ry])
}