var quotes = new Array; 
quotes.push("Angel investor: Angel or Angel Investor is an individual who provides capital to one or more startup companies. Unlike a partner, the angel investor is rarely involved in management. Angel investors can usually add value through their contacts and expertise."); 
quotes.push("Buyout: Buyout is defined as the purchase of a company or a controlling interest of a corporation's shares or product line or some business. A leveraged buyout is accomplished with borrowed money or by issuing more stock."); 
quotes.push("Liquidity event: Liquidity event is the way in which an investor plans to close out an investment. Liquidity event is also known as exit strategy."); 
quotes.push("Ground floor: Ground floor is a term used for the first stage of a new venture or investment opportunity. "); 
quotes.push("Return on investment: ROI: Return On Investment or ROI is the profit or loss resulting from an investment transaction, usually expressed as an annual percentage return. ROI is a return ratio that compares the net benefits of a project verses its total costs."); 
quotes.push("Pitch: The set of activities intended to persuade someone to buy a product or take a specific course of action."); 
quotes.push("Blind pool: A form of limited partnership which doesn't specify what investment opportunities the general partner plans to pursue.");
quotes.push("High-flyer: A stock that is trading at an unusually high valuation based on traditional measures such as price/earnings ratio. Often quite volatile."); 
quotes.push("Capitalization rate: The discount rate used to determine the present value of a stream of future earnings. Equals normalized earnings after taxes divided by present value, expressed as a percentage.");
quotes.push("Cup and handle: A pattern on a bar chart that is in the shape of the letter 'U' over a period of between 7 and 65 weeks. Once the stock price reaches the second peak of the 'U', some technical analysts believe that the price will fall as investors who bought at the previous peak start to sell their shares.");
document.write(quotes[(Math.floor(Math.random() * quotes.length))]);