
// Quote generator - Matthew O'Riordan
var quotesIns = [
'<p>\n\
\n\
				"The on-tap white papers and up to date statistical information is the real \n\
\n\
winner for us - it means that our team here have an easy mechanism to find the \n\
\n\
numbers they need themselves"\n\
\n\
			</p><b>\n\
\n\
				Alex Judd\n\
\n\
			</b><br/>\n\
\n\
				MD\n\
\n\
				<br/>Skywire\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-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\
				"An invaluable resource for researching new channels and keeping abreast \n\
\n\
of the latest industry benchmarks and trends."\n\
\n\
			</p><b>\n\
\n\
			Les de Wit\n\
\n\
			</b><br/>\n\
\n\
				Marketing Manager, Strategy and Propositions\n\
\n\
				<br/>\n\
\n\
					British Gas\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\
		'];
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">350,888</span></div></div>');