<!--hide this script from non-javascript-enabled browsers

function text() {
};

function quoteRdn() {
	text = new text();
	number = 0;
	// textArray
	text[number++] = "<b>Reason No 1:</b> The programmes are up to date and maintained on a daily basis."
	text[number++] = "<b>Reason No 2:</b> They aren&rsquo;t just training programmes they are also online libraries."
	text[number++] = "<b>Reason No 3:</b> The programmes are written by practitioners for practitioners."
	text[number++] = "<b>Reason No 4:</b> The programmes aim to make learning fun and also convenient."
	text[number++] = "<b>Reason No 5:</b> They contain a training needs analysis."
	text[number++] = "<b>Reason No 6:</b> The programmes have extensive Reporting Facilities so you can manage your learners."
	text[number++] = "<b>Reason No 7:</b> The programmes are yours to develop."
	text[number++] = "<b>Reason No 8:</b> We let you know what is new."
	text[number++] = "<b>Reason No 9:</b> The programmes all have an online Discussion Forum."
	text[number++] = "<b>Reason No 10:</b> The programmes have a Glossary and a Keyword Search Facility."

// add extra items here...
	increment = Math.floor(Math.random() * number);
	document.write(text[increment]);
}


// stop hiding -->
