function clast(val)
{
	var random = Math.round(2*Math.random());
	var msg = new Array();
	var msgcon = new Array();
	var msgsite = new Array();
	var msgsitetes = new Array();
	msgcon[0] = "After using a number of UK based design and usability companies and not getting what we wanted or needed we decided to use Clasticon, with resounding success.<br /><br />Clasticon took the difficult task of designing an entirely new interface for our complex user app and exceeded expectations by producing an extremely well thought out, clean and responsive design, with some great touches.<br /><br /><strong>Evan Kypreos</strong> - Marketing and Product Manager<br />Allfiled UK Ltd<br />";
	msgsite[0] = "<a href='http://www.allfiled.com/' target='_blank' class='Georgia-11-org'>www.allfiled.com</a>";
	msgsitetes[0] = "<a href='http://www.allfiled.com/' target='_blank' class='Arial-12-black-2'>www.allfiled.com</a>";

	msgcon[1] = "Not many organisations in the service industry display the responsiveness and follow through that Clasticon does. This is particularly critical in the web design business as clients know what they want but not how to deliver it, which is why they look to experts.<br />   <br /> Clasticon helped MFI build its sites, in English and Tamil, in a matter of weeks.They are also helping us with search optimisation. I have never known the team to say No to any request. What is more, whatever is promised is delivered well, and on time.<br /><br /> <strong>Suguna Swamy</strong> - Consultant for Corporate Relations and Rural Entrepreneur Support, MFI<br />";
	msgsite[1] = "<div><a href='http://www.microcreditindia.org/' target='_blank' class='Georgia-11-org'>www.microcreditindia.org</a></div>";
	msgsitetes[1] = "<div><a href='http://www.microcreditindia.org/' target='_blank' class='Arial-12-black-2'>www.microcreditindia.org</a></div>";
	
	msgcon[2] = "Whenever we need an excellent, clear-cut design, we look no further than Clasticon.  Their work has been consistently solid, well thought out and stylish.<br /><br /> Clasticon has also developed excellent websites for us and other companies we have referred them to.<br /><br /><strong>Ted Horton</strong> - Operations Director<br />Deltion - UK<br />";
	msgsite[2] = "<a href='http://www.deltion.co.uk/' target='_blank' class='Georgia-11-org'>www.deltion.co.uk</a>";
	msgsitetes[2] = "<a href='http://www.deltion.co.uk/' target='_blank' class='Arial-12-black-2'>www.deltion.co.uk</a>";
	
	msgcon[3] = "Very few companies in the service industry walk the talk - I am happy to note Clasticon is one!<br /><br />Be it corporate branding or interactive design, their effort to tune in to our business domain is sincere, their ideas stand out, deliveries are reliable and to top it all , their service is truly responsive!<br /><br /><strong>Bharathy Ganesh Ram</strong> - Joint Director<br />PSTS<br />";
	msgsite[3] = "<a href='http://www.psts.in/' target='_blank' class='Georgia-11-org'>www.psts.in</a>";
	msgsitetes[3] = "<a href='http://www.psts.in/' target='_blank' class='Arial-12-black-2'>www.psts.in</a>";


		document.getElementById('testmagcon').innerHTML= msgcon[random];
		document.getElementById('testmsgsite').innerHTML= msgsite[random];
		if(val == 1)
		{
		document.getElementById('testmagcon').innerHTML= msgcon[0];
		document.getElementById('testmsgsite').innerHTML= msgsitetes[0];
		document.getElementById('testmagcon1').innerHTML= msgcon[1];
		document.getElementById('testmsgsite1').innerHTML= msgsitetes[1];
		document.getElementById('testmagcon2').innerHTML= msgcon[2];
		document.getElementById('testmsgsite2').innerHTML= msgsitetes[2];
		document.getElementById('testmagcon3').innerHTML= msgcon[3];
		document.getElementById('testmsgsite3').innerHTML= msgsitetes[3];
		}
}