
var quotes=new Array()

quotes[0]='<a href="office_space.html">Office Space</a>'

quotes[1]='<a href="virtual_offices.html">Virtual Offices</a></i>'

quotes[2]='<a href="business_centers_in_new_york.html">Business Centers In New York</a>'

quotes[3]='<a href="commercial_office_space_for_rent.html">Commercial Office Space For Rent</a>'

quotes[4]='<a href="conference_room_rentals.html">Conference Room Rentals</a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
