function randomContent()

{
	
	var programme = "<strong>";
	var imagestart = "</strong><p><img src=\"";
	var imageatributes = " vspace=\"2\" hspace=\"5\" border=\"0\" align=\"right\" width=\"94\" height=\"94\" alt=\"";
	var imageend = ">\"";
	var quoteend = "<p align=\"right\"><strong><a href=\"../success/casestudies/programme";
	var end = "\">Read the full story...</a></strong></p>";
	
	var rnumb = "";
	var img = "";

	rnumb += Math.floor(Math.random()*5);
	img = rnumb;

	if (img == "0") {
	document.write(programme+ "Improving the Quality of Working Life" +imagestart+ "../images/success/workinglife.png\"" +imageatributes+ "Improving the Quality of Working Life\"" +imageend+ "Once the Amaze intervention challenged the staff to align their own expectations with those of the organisation, things began to turn for the better.\"" +quoteend+ "1.html" +end);
}

if (img == "1") {
	document.write(programme+ "Effective Business Communications" +imagestart+ "../images/success/buscom.png\"" +imageatributes+ "Effective Business Communications\"" +imageend+ "The programme paid for itself within 30 days from improved orders in one sales area alone. This was a No-Brainer decision for our business.\"" +quoteend+ "2.html" +end);
}

if (img == "2") {
	document.write(programme+ "Effective People Management" +imagestart+ "../images/success/people.png\"" +imageatributes+ "Effective People Management\"" +imageend+ "I feel so much more in control of the situation. I would wholeheartedly recommend this programme.\"<br>&nbsp;" +quoteend+ "3.html" +end);
}

if (img == "3") {
	document.write(programme+ "Recruiting High Performers" +imagestart+ "../images/success/performers.png\"" +imageatributes+ "Recruiting High Performers\"" +imageend+ "The first two candidates who were recruited with this new approach exceeded targets within their first month with the company.\"" +quoteend+ "4.html" +end);
}

if (img == "4") {
	document.write(programme+ "Career Transitions" +imagestart+ "../images/success/transitions.png\"" +imageatributes+ "Career Transitions\"" +imageend+ "I only wish I had worked with Amaze sooner. I love my current role so much that it doesn\'t feel as though I have worked a day in the last 6 months.\"" +quoteend+ "5.html" +end);
}
	


}