

var Quotation=new Array() // do not change this!


Quotation[0] = "<img src=images/1.gif align=left /><strong>Reduce Operating Costs</strong><br />The cost is much less to outsource than to hire all the subject matter experts needed to manage a conference.";
Quotation[1] = "<img src=images/2.gif align=left /><strong>Scalability</strong><br />Depending on the needs of the client, MSI can use its internal resources and expertise to expand or contract.";
Quotation[2] = "<img src=images/3.gif align=left /><strong>Access to resources not available internally</strong><br />MSI offers the advantage of years of experience, partnering and innovation towards addressing event related issues.";
Quotation[3] = "<img src=images/4.gif align=left /><strong>Free up others for use</strong><br />Using MSI will allow your internal resources and team members' expertise to be redirected to focus on the service of your customers.";
Quotation[4] = "<img src=images/5.gif align=left /><strong>World class capabilities</strong><br />MSI will focus on the means, while you focus on the goal.";
Quotation[5] = "<img src=images/6.gif align=left /><strong>Improve focus</strong><br />MSI will use our experience and relationships to meet your objectives.";
Quotation[6] = "<img src=images/7.gif align=left /><strong>Immediate Results</strong><br />Outsourcing allows for immediate application of system enhancements and process improvements.";


var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
