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/service";
	var end = "\">Read the full story...</a></strong></p>";
	
	var rnumb = "";
	var img = "";

	rnumb += Math.floor(Math.random()*10);
	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+ "1.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+ "2.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+ "3.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+ "4.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+ "5.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+ "6.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+ "7.html" +end);
}

if (img == "7") {
	document.write(programme+ "Technology Leaders" +imagestart+ "../images/success/technology.png\"" +imageatributes+ "Technology Leaders\"" +imageend+ "Managing technology is easy. The people side is a lot harder. It was great to have a practical support in those early days.\"" +quoteend+ "8.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+ "9.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+ "10.html" +end);
}

}