window.addEvent('domready', function() {
if (document.getElementById('quote_rotate')){
	var wcs_text = [];
	var wcs_random = $random(0, 3);
	wcs_text[0] = "<p class=\"home_quote\">OSYB has gone above and beyond to help us get everything done on time and on budget.<\/p><p><em>&#151;&#160;Phil&nbsp;Davies, The&nbsp;Internet Antique&nbsp;Shop<\/em><\/p><p class=\"read_more\"><a href=\"\/what-clients-say\/the-internet-antique-shop.html\">Read more<\/a><\/p>";
	wcs_text[1] = "<p class=\"home_quote\">I think any company our size that doesn't need a full-time bookkeeper but do enough business that they need bookkeeping assistance, tracking and accounting, should definitely talk to OSYB.<\/p><p><em>&#151;&#160;Josh&nbsp;Gillon, The&nbsp;Great American Photo&nbsp;Contest<\/em><\/p><p class=\"read_more\"><a href=\"\/what-clients-say\/the-great-american-photo-contest.html\">Read more<\/a><\/p>";
	wcs_text[2] = "<p class=\"home_quote\">Ed Becker and his bookkeeping service, Outsource Your Books, brought order to my bookkeeping chaos.<\/p><p><em>&#151;&#160;Will&nbsp;Rico,&nbsp;CommonMind<\/em><\/p><p class=\"read_more\"><a href=\"\/what-clients-say\/commonmind.html\">Read more<\/a><\/p>";
	wcs_text[3] = "<p class=\"home_quote\">If we had to hire someone to do our bookkeeping instead of OSYB, we'd probably be spending twice as much and not getting the quality or the value.<\/p><p><em>&#151;&#160;Joe&nbsp;S.<\/em><\/p><p class=\"read_more\"><a href=\"\/what-clients-say\/medical-testing.html\">Read more<\/a><\/p>";
        $('quote_rotate').set({html: wcs_text[wcs_random]});
}
});

