var quotenumber = 3 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
quotes = new Array
quotes[1] = "<a href=\"golden_pacific.html\" class=\"bodytext03\">Golden Pacific Partners</A> is a company that was formed by Golden Boy Partners to acquire and develop residential projects in urban markets."
quotes[2] = "<a href=\"balcones_realty.html\" class=\"bodytext03\">Balcones Realty Partners </A>is a company that was formed by Golden Boy Partners to develop urban retail opportunities."
quotes[3] = "<a href=\"golden_boy_community_investments.html\" class=\"bodytext03\">Golden Boy Community Investments</A> is a company that was formed by Golden Boy Partners, to bring investment capital into the urban areas of our major metropolitan centers."
var quote = quotes[rand1]








