var quotes = new Array;
quotes.push("Conceptable offers <a href=http://www.conceptable.com/fashion_interim_services.htm target=_top>Interim</a> Management services and short term Consultancy.");
quotes.push("Book our standard services now on <a href=http://www.econceptable.com/bookings target=_top>econceptable.com</a>. Help your business succeed.");
quotes.push("We would love to work with you on <a href=http://www.conceptable.com/green_product_development_sourcing.htm target=_top>making your product greener</a>.");
document.write(quotes[(Math.floor(Math.random() * quotes.length))]);
