Christian Ettinger
';
quote[2]='"Gives me the feeling of a real working area without the corporate stuffiness."Pat Christianson | Decaf
';
quote[3]='"Sandbox Suites helps me separate work time, from relax time!"Jeremy Reither | R3R
';
quote[4]='"Sandbox has encouraged me to be more active in pursuing professional opportunities."Don Burnette | Professor
';
quote[5]='"Great office support, fantastic community has created a tighter, more positive group!"Kathy Cristobal | Organic Bouquet
';
quote[6]='"I get a lot done there, and it provides a set of semi-"coworkers" to hang out with and to network with."Summer Powell | Summerized
';
quote[7]='"Sandbox Suites has revitalized my business. I appreciate the professional setting to meet business partners."Juston Brommel
';
quote[8]='"It has given me a little sanity. It is nice to know I have a place to go when I need to be focused."Robert Murphy
';
quote[9]='"Being in a professional atmosphere with other motivated people with diverse interests has been beneficial."Don Burnette | Professor
';
var speed=6000; /*this is the time in milliseconds adjust to suit*/
var q=0;
function showQuote() {
document.getElementById("quotes").innerHTML=quote[q];
q++;
if(q==quote.length) {
q=0;
}
}
setInterval('showQuote()',speed);
//]]>