var quotes=new Array()

quotes[0]='<a href="serviced_office_space_in_manhattan.html">Serviced Office Space In Manhattan</a>'

quotes[1]='<a href="small_office_space_for_start-up_businesses.html">Small Office Space For Start-Up Businesses </a>'

quotes[2]='<a href="small_offices_for_rent_in_new_york.html">Small Offices For Rent In New York</a>'

quotes[3]='<a href="virtual_office_addresses_for_package_delivery.html">Virtual Office Addresses For Package Delivery</a>'

quotes[4]='<a href="virtual_office_solutions_in_NYC.html">Virtual Office Solutions In NYC </a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])