var Quotation=new Array();
var Client=new Array();

Quotation[0] = "I contracted BriTer Ideas to help ready an iPad project for a tight deadline. They were helpful, responsive, and easy to work with. I would recommend them to others that need assistance with their iPhone projects.";
Client[0] = "DenVog, LLC"

Quotation[1] = "If you're developing an app and have found yourself stuck, we can't recommend them enough.  You might be almost finished, you might just be getting started, it doesn't matter; BriTer Ideas plug in and come to grips with the task at hand very quickly.They simply 'get it' and provide super quick solutions.";
Client[1] = "1.5 Degrees North";

Quotation[2] = "We are very pleased with the professional service from BriTer Ideas. When projects came up which were too complicated for our team to handle, or we were faced with super-tight deadlines, BriTer Ideas came to the rescue. Their thorough knowledge of the iPhone SDK APIs and attention to good coding principles makes them a joy to work with. App Savvy will again call on BriTer Ideas for future iPhone and iPad applications.";
Client[2] = "App Savvy";

Quotation[3] = "Quick. Reliable. Polite. Easy to work with and honest. These are just some of the words that come to mind after our experience working with BriTer Ideas LLC.";
Client[3] = "1.5 Degrees North";

Quotation[4] = "BriTer Ideas has been the best thing to happen to my business. They are by far the most professional and reliable development company I have worked with. They cover every detail possible and are very flexible on how any project is approached. I would enthusiastically recommend BriTer Ideas for your next project!";
Client[4] = "Lesson Portal, LLC";

Quotation[5] = "BriTer Ideas have been confidential in their approach and incredibly patient when called upon to teach (they makes it look so easy!). All in all, a very easy working experience even though we are continents apart.";
Client[5] = "1.5 Degrees North";



var Q = Quotation.length;
var which=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write('<img src="images/site/lquote.png" /> '+Quotation[which]+' <img src="images/site/rquote.png" /><p style="float:right;color:#BABABA">&mdash; '+Client[which]+'</p>')}
showQuotation();
