
// Quote generator - Matthew O'Riordan
var quotesIns = [
'<p>\n\
\n\
				"E-consultancy is a great source of knowledge that I can access without moving \n\
\n\
from my desk. It\'s now my first port-of-call when I\'m looking for my expert alter ego."\n\
\n\
			</p><b>\n\
\n\
			Barney Loehnis\n\
\n\
			</b><br/>\n\
\n\
			Director of Europe\n\
\n\
				<br/>Warner Bros. International New Media\n\
\n\
				\n\
\n\
		','<p>\n\
\n\
				"E-consultancy is a key online research resource that we use frequently."\n\
\n\
			</p><b>\n\
\n\
				George Kenton\n\
\n\
			</b><br/>\n\
\n\
				General Manager Global e-CRM and Direct\n\
\n\
				<br/>Royal Doulton\n\
\n\
		','<p>\n\
\n\
				"An invaluable resource when pulling together that important presentation to the \n\
\n\
board and the first port of call when you want to get up to speed with the digital economy."\n\
\n\
			</p><b>\n\
\n\
				Tom Crossley\n\
\n\
			</b><br/>\n\
\n\
				Account Director\n\
\n\
				<br/>Dialogue Marketing\n\
\n\
					\n\
\n\
		','<p>\n\
\n\
				"E-consultancy is a fabulous resource for learning from the practical knowledge \n\
\n\
of other experts. It is head and shoulders above any other site I know."\n\
\n\
			</p><b>\n\
\n\
				Mark Pinkerton\n\
\n\
			</b><br/>\n\
\n\
				Principal Consultant\n\
\n\
				<br/>Cogentum\n\
\n\
					\n\
\n\
		','<p>\n\
\n\
				"E-marketing thinking is evolving so quickly that it is sometimes difficult to \n\
\n\
keep pace. The E-consultancy.com website helps me do just that."\n\
\n\
			</p><b>\n\
\n\
				Gary Jones\n\
\n\
			</b><br/>\n\
\n\
				Head of Marketing\n\
\n\
				<br/>HM Customs and Excise.\n\
\n\
					\n\
\n\
		'];
document.write ('<div id="testimonial"><span class="top"></span><div class="content">' + quotesIns[Math.round (Math.random() * (quotesIns.length - 1))] + '</div><span class="bottom"></span></div>');
document.write ('<div id="whysubscribeFooter"><div id="stats">Number of site users in the last 14 days: <span class="number">341,593</span></div></div>');