<!--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> Technical Enquiry Service - your queries answered by qualified benefits experts."
	text[number++] = "<b>Reason No 2:</b> IRRV Benefit Magazine - 10 copies of each of the six editions."
	text[number++] = "<b>Reason No 3:</b> Free use of the &quot;Jobs Online&quot; service for an unlimited number of vacancies."
	text[number++] = "<b>Reason No 4:</b> Eligibility to Member rates at IRRV conferences."
	text[number++] = "<b>Reason No 5:</b> Dedicated web services containing legislation, case law, updated regulations and lots more."
	text[number++] = "<b>Reason No 6:</b> Free unlimited access to the Data Protection &quot;portfolio&quot; electronic learning product."
	text[number++] = "<b>Reason No 7:</b> Discounts on electronic training tools."

// add extra items here...
	increment = Math.floor(Math.random() * number);
	document.write(text[increment]);
}


// stop hiding -->
