function bannerquotes() {
	
	var quotes = new Array();

	quotes[0] = "Thanks for the fun team offsite. It was a lot of fun doing the cooking and then eating the results along with some ...wines<br><span>- Onshore Gas Exploitation";
	quotes[1] = "Just cooking with people and sharing food created friendship, breaking bread together<br><span>- NAB";
	quotes[2] = "The team bonding and interaction was the best part of the day<br><span>- Macquarie Bank";
	quotes[3] = "Hands on cooking was a great way to take ourselves out of the normal work environment, have some fun, learn a few new skills and then enjoy the results of your combined efforts.<br><span>- City of Unley";
	quotes[4] = "The best part was making the food in teams and working together<br><span>- BUPA Australia Group";
	quotes[5] = "It was really good fun and a great team event. I had a fabulous time<br><span>- Ferrier Fashion Fabrics";
	quotes[6] = "Thanks again for your efforts in making it a fun-filled session<br><span>- Fosters Group";
	quotes[7] = "We really enjoyed the experience and have already suggested the idea to others<br><span>- GE Money-Motor Solutions";
	quotes[8] = "Being able to work together having fun and having a yummy pizza to take home was the best part of the day<br><span>- Ambulance SA";
	quotes[9] = "Any small team group looking to have some fun and bond together to produce something would benefit from this<br><span>- SANTOS";
	quotes[10] = "The venue was terrific (as always), the tour and the cooking demonstrations a wonderful hit and the canap&eacute;s were sensational<br><span>- All Occasions Group";
	quotes[11] = "The best part was cooking and getting to know each other<br><span>- Rural Press";
	
	document.write(quotes[Math.round(Math.random()*(quotes.length-1))]);
}






