function ml( rcpt,subj )
{
var cry1=String.fromCharCode(109,97,105,108,116,111,58);
document.write("<a href=\"");
document.write(cry1);
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("choiceofwords.co.uk");
document.write("?subject=", subj, "\">");
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("choiceofwords.co.uk ");
document.write("</a>");
}
function ml2( rcpt,subj )
{
var cry1=String.fromCharCode(109,97,105,108,116,111,58);
document.write("<a href=\"");
document.write(cry1);
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("choiceofwords.co.uk");
document.write("?subject=", subj, "\">");
document.write( subj );
document.write("</a>");
}
function hidesub()
{
document.getElementById('training').style.display='none';
document.getElementById('documentation').style.display='none';
document.getElementById('recruitment').style.display='none';
}
function hov(loc,cls)
	{
	if(loc.className)
		{
		loc.className=cls;
		}
	}

	function custcomment() 
	{
	var tx=Math.ceil(Math.random()*11) ;
	// multiply by the number of entries in the list and round up to an integer
	var psn=Math.ceil(Math.random()*4);
	// choose one of the four display positions
	if (tx==1)
		{
		txt="It was value for money";
		}
	if (tx==2)
		{
		txt="We could not have asked for a more lively presentation&hellip;";
		}
	if (tx==3)
		{
		txt="The course was very informative and interesting. The delivery style was perfect";
		}
	if (tx==4)
		{
		txt="It is a pleasure to find a company that can step in a very short notice and provide a first class service whilst meeting extremely challenging timescales";
		}
	if (tx==5)
		{
		txt="The quality of our documentation was significantly improved as a result of the intervention of Choice of Words";
		}
	if (tx==6)
		{
		txt="It was great to be able to take time away from day to day work to re-focus my thinking. I feel quite enthused by what I have learnt and am keen to carry on learning about copy writing";
		}
	if (tx==7)
		{
		txt="The course was very informative and interesting. The delivery style was perfect";
		}
	if (tx==8)
		{
		txt="";
		}
	if (tx==9)
		{
		txt="I learnt a lot about the English Language which was interesting and useful and am now more in tune with the written and spoken word";
		}
	if (tx==10)
		{
		txt="I came away with about 10 &lsquo;Golden Nuggets&rsquo;, which was my aim";
		}
	if (tx==11)
		{
		txt="What a great course and well presented";
		}

	document.write('<div id=\"outside' + psn + '\">' + txt + '</div>');
	}