/*******************************************************************************************
* Soffe Fan Club - Random Quotes from Actual Soffe Fan Club Members
******************************************************************************************/
/*******************************************************************************************
* Processing Time by Section
*
* Section 1 took 0 ms
* Section 2 took 4 ms
* Section 3 took 5 ms
* Section 4 took 1 ms
* Section 5 took 0 ms
* Section 6 took 553 ms
******************************************************************************************/
var quoteIndex = 0;
var quotes = new Array();
quotes[quotes.length] = 'I love to waer my soffes every wear I\'m at';
quotes[quotes.length] = 'i am in jrotc and we work out alot and i love to wear soffee when i work out. they are just so so so so comfortable .';
quotes[quotes.length] = 'I absolutely love soffee shorts , as a cheerleader for about 6 years, soffee shorts carried me through every build, tumble, and jump with perfection and comfort, now as I run track soffee shorts are #1 on my list to work out in!thnx for making great short';
quotes[quotes.length] = 'I really love the soffe capris! They are so comfortable . I work at in the public pool concession stand, and I wore soffes to work every day this summer! They\'re amazing.';
quotes[quotes.length] = 'YOUR CLOTHES ARE AMAZING!!! I ASKED MY MOM FOR ALL SOFFE CLOTHES FOR CHRISTMAS!!!';
quotes[quotes.length] = 'i love soffes! ! :D';
quotes[quotes.length] = 'I love ur product my fav are the shorts you can wear the black ones with ne thing';
quotes[quotes.length] = 'I LOVE SOFFE SHORTS !!! They are my favorite !';
quotes[quotes.length] = 'I love soffes they are so comfy . I love them for dance and cheerleading and to sleep in. I love wearing them around town and going to the beach and river with them on.';
quotes[quotes.length] = 'i love being comfortable while being stylish';
quotes[quotes.length] = 'I love ur shorts and pants they are good for all the sports i am in and i need to go get some more before track.';
quotes[quotes.length] = 'omg...i love soffes! they are sooo comfy && they match everything i own!';
quotes[quotes.length] = ' Soffe is the most comfortable brand of shorts and things that I have, and it is the only thing that I wear to bed and to lounge around in.';
quotes[quotes.length] = ' SOFFES ARE THE BOMB!!!!!!!!!';
quotes[quotes.length] = 'You guys are awesome . I can\'t remeber a time when I\'m not wear something soffe. Its absolutley awesome and comfortable ! Keep up the awesome work!!';
quotes[quotes.length] = 'i love the fit';
quotes[quotes.length] = 'I love soffe\'s!! They are so comfy !!';
quotes[quotes.length] = 'I LOVE THEM :) For sports wear i reach for soffe';
quotes[quotes.length] = 'I love how soffe shorts and shirts fit me,they feel very comfortable and fit.I love wearing them to the gym or around the house';
quotes[quotes.length] = 'I love these shorts and would die for more pairs since I lost the only pair I had';
quotes[quotes.length] = 'I love the shorts , wear them everytime i exercise, and i love all the colors!!!';
quotes[quotes.length] = 'I love my Soffe\'s. I wear them to bed, to football practice s, and I love wearing them on my mission trips that I take every summer. I even wear them as a coverup for my bathing suit! Soffe\'s are AMAZING!';
quotes[quotes.length] = 'I LOVE Soffe shorts ! They are my favorite thing to wear when I\'m doing Pilates! They are so comfy ...and I love all of the colors. I live in them in the summer time.';
quotes[quotes.length] = 'i love your product. thank you for giving me this oppurtunity. i always were soffes to my sport practice s.';
quotes[quotes.length] = 'I purchase Soffe\'s for my daughter. She loves them. I have also worn them and found them to comfortable .';
function nextQuote(elementId, elementIdFloat) {
speed = 8;
handle = document.getElementById(elementId);
bytefx.fade(handle, 100, 0, speed, function() { handle.innerHTML = quotes[quoteIndex]; bytefx.fade(handle, 0, 100, speed, null) });
quoteIndex++;
if (quoteIndex >= quotes.length) {
quoteIndex = 0;
}
}