
// Quote generator - Matthew O'Riordan
var quotesIns = [
'<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\
				"In my opinion, the quality and breadth of the materials and board discussions\n\
\n\
is second to none."\n\
\n\
			</p><b>\n\
\n\
				Charles Hampson\n\
\n\
			</b><br/>\n\
\n\
				Business Consultant\n\
\n\
				<br/>Egg\n\
\n\
					','<p>\n\
\n\
				"A great place to keep in touch with what is happening and to get references to dig deeper"\n\
\n\
			</p><b>\n\
\n\
				Andrew Manning\n\
\n\
			</b><br/>\n\
\n\
				Enterprise Architect\n\
\n\
				<br/>Network Rail\n\
\n\
		','<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\
				"My interests in technology and strategy are comprehensively – and uniquely - \n\
\n\
covered by the expert forums, the events calendar, and the invaluable access to \n\
\n\
roundtable events with innovators of the industry."\n\
\n\
			</p><b>\n\
\n\
				Dan Zambonini\n\
\n\
			</b><br/>\n\
\n\
				Technical Director\n\
\n\
				<br/>\n\
\n\
					Box UK\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">324,250</span></div></div>');