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/";
	var end = "\">Read the full story...</a></strong></p>";
	
	var rnumb = "";
	var img = "";

	rnumb += Math.floor(Math.random()*15);
	img = rnumb;

	if (img == "0") {
	document.write(programme+ "Organisational Change" +imagestart+ "../images/success/change.png\"" +imageatributes+ "Organisational Change\"" +imageend+ "We were delighted to work with Amaze; they were invaluable in practically supporting us to develop and handle the \"people\" issues\"" +quoteend+ "service1.html" +end);
}

if (img == "1") {
	document.write(programme+ "New Managers" +imagestart+ "../images/success/managers.png\"" +imageatributes+ "New Managers\"" +imageend+ "I had saved the recruitment fees on an external candidate... But the real win was that we had an effective manager operating in the business three months sooner.\"" +quoteend+ "service2.html" +end);
}	

if (img == "2") {
	document.write(programme+ "Executive Coaching" +imagestart+ "../images/success/executive.png\"" +imageatributes+ "Executive Coaching\"" +imageend+ "The pace within our organisation meant there is no time to learn new skills and do the \"day job\". I'm glad the CEO made coaching available to me. Life just got a lot better.\"" +quoteend+ "service3.html" +end);
}

if (img == "3") {
	document.write(programme+ "CEOs" +imagestart+ "../images/success/ceo.png\"" +imageatributes+ "CEOs\"" +imageend+ "Every hour I spent focusing on what was important with my coach during those sessions probably saved me about ten hours of hassle during the week.\"" +quoteend+ "service4.html" +end);
}

if (img == "4") {
	document.write(programme+ "Owner Managers" +imagestart+ "../images/success/owner.png\"" +imageatributes+ "Owner Managers\"" +imageend+ "I responded well to what seemed to be a more holistic coaching approach. I now feel more equipped to generate my own clarity around the key issues and I've just signed my largest client.\"" +quoteend+ "service5.html" +end);
}

if (img == "5") {
	document.write(programme+ "Sales Leaders" +imagestart+ "../images/success/leaders.png\"" +imageatributes+ "Sales Leaders\"" +imageend+ "Once I became aware of how these habits may be holding me back, it was easy to commit to the change process. I have to admit it was hard to make the changes but the regular coaching sessions kept me on track.\"" +quoteend+ "service6.html" +end);
}

if (img == "6") {
	document.write(programme+ "Sales Executives" +imagestart+ "../images/success/salesexec.png\"" +imageatributes+ "Sales Executives\"" +imageend+ "The real win for us was the speed at which the real issues were uncovered. Then we could work together, with Amaze\'s support, to fix it.\"" +quoteend+ "service7.html" +end);
}

if (img == "7") {
	document.write(programme+ "Technology Leaders" +imagestart+ "../images/success/technology.png\"" +imageatributes+ "Technology Leaders\"" +imageend+ "Managing technology is easy. It repeatedly works once it is set up correctly. The people side is a lot harder. It was great to have a practical support in those early days to help me gain some new skills and find my feet.\"" +quoteend+ "service8.html" +end);
}

if (img == "8") {
	document.write(programme+ "Improving Sales" +imagestart+ "../images/success/sales.png\"" +imageatributes+ "Improving Sales\"" +imageend+ "The facilitation of an outside resource that helped us find our own solutions to our own problems was indispensable. We now have the in-house skills to sort out an future issues ourselves.\"" +quoteend+ "service9.html" +end);
}

if (img == "9") {
	document.write(programme+ "Psychometrics in Business" +imagestart+ "../images/success/psychometrics.png\"" +imageatributes+ "Psychometrics in Business\"" +imageend+ "Insurance is our business. So any valid information, that could objectively provide us with information that became our \'insurance policy\' when we were making important staff appointments was really welcome.\"" +quoteend+ "service10.html" +end);
}

if (img == "10") {
	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+ "programme1.html" +end);
}

if (img == "11") {
	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+ "programme2.html" +end);
}

if (img == "12") {
	document.write(programme+ "Effective People Management" +imagestart+ "../images/success/people.png\"" +imageatributes+ "Effective People Management\"" +imageend+ "I am by no means the \"finished article\" as a manager, but I feel so much more in control of the situation. I would wholeheartedly recommend this programme.\"" +quoteend+ "programme3.html" +end);
}

if (img == "13") {
	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+ "programme4.html" +end);
}

if (img == "14") {
	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+ "programme5.html" +end);
}

}