// Image Swap
// Webdesign and build by 2% Inspiration - www.2percentinspiration.com */
// Copyright 2008 */
<!--
var generic = new Array()
generic[generic.length] = {
  info:'GetSet for Business provides our students with a practical and interactive framework to develop their business plan as part of their course. David Taylor - Course Coordinator - Manchester Metropolitan University Business School',
  right_nav:'images/quotes/quote_1.gif'
};
generic[generic.length] = {
  info:'We recommend GetSet for Business to all of our business purchasers and the Business Planning Tool is instrumental in helping them prepare for trading. Greg Jackson - CEO - Knightsbridge Business Sales PLC',
  right_nav:'images/quotes/quote_2.gif'
};
generic[generic.length] = {
  info:'GetSet have produced one of the most amazing, comprehensive and down to earth business planning and educational tool that you will ever come across. Gerard ODonovan - Managing Director - Noble Manhatten',
  right_nav:'images/quotes/quote_3.gif'
};
generic[generic.length] = {
  info:'Wow, I cant believe how helpful GetSet for Business is. It really helped me to focus on what I needed to do to achieve my business goals. Tracey Sutton - Proprietor - Pure Birth',
  right_nav:'images/quotes/quote_4.gif'
};

var RightNavImage = Math.round(Math.random()*(generic.length-1));
function showRightNav(){
  document.write('<img src="'+generic[RightNavImage].right_nav+'" width="217" height="174" alt="'+generic[RightNavImage].info+'" />');
}
//-->

