<!--
/* Script for rotating kudos */

/* creates "now" variable */
var now = new Date();
/* creates "seconds" variable and has the current number of seconds placed into it */
var seconds = now.getSeconds();
/* creates kudos, name, city, and state variables and leaves them blank */
var kudos = "";
var name = "";
var city = "";
var state = "";
/* script checks for the number of seconds in "seconds" variable and places appropriate statements into "kudos", "name", "city", and "state" variables */
if (seconds <= 59) { kudos = "\"...thanks for the $400 I saved by buying my parts through you instead of my Mercury dealer.  Keep up the good work!\""; name = "Justin"; city = "Lake Havasu City"; state = "AZ"; }
if (seconds <= 57) { kudos = "\"Love your website... refreshing to see sound practical advice offered without a lot of bs mixed in.\""; name = "Donald"; city = "Wadmalaw Island"; state = "CA"; }
if (seconds <= 55) { kudos = "\"...I was particularly delighted to discover JUST the thing I needed, free tune-up instructions...from a guy that seems to know what he's talking about.\""; name = "Steve"; city = "Miami"; state = "FL"; }
if (seconds <= 54) { kudos = "\"I searched for quite some time trying to get some simple answers about my enigine, and these guys have proven to be really squared away and on their game. If you need parts advice etc, please consider using this company.\""; name = "Matt"; city = "Artesia"; state = "NM"; }
if (seconds <= 53) { kudos = "\"Received my parts yesterday.  The motor is running like a champ now.  Thanks!\""; name = "David"; city = "Elko"; state = "NV"; }
if (seconds <= 51) { kudos = "\"Your help and advice was greatly appreciated... Thanks again for your help.\""; name = "Perry"; city = "Pell City"; state = "AL"; }
if (seconds <= 49) { kudos = "\"I am sending this note to say thank you.  It is a pleasure to work with people who stand by their product.\""; name = "Bruce"; city = "Greenwood"; state = "IN"; }
if (seconds <= 47) { kudos = "\"Thanks, thanks thanks.  The old girl put out 38 MPH with 3 in the boat (a 2 MPH improvement over previous performance).\""; name = "Stan"; city = "Federal Way"; state = "WA"; }
if (seconds <= 45) { kudos = "\"I really appreciate the quick response, both on the parts and in replying to my original inquiry.\""; name = "Gilbert"; city = "Orlando"; state = "FL"; }
if (seconds <= 43) { kudos = "\"Thank you for providing us all with the right information needed to get in the water and boating safely.\""; name = "Howard"; city = "Long Island"; state = "NY"; }
if (seconds <= 41) { kudos = "\"I appreciate your help very much.  It's refreshing to talk to someone so kind and courteous as you are.\""; name = "David"; city = "Milwaukee"; state = "WI"; }
if (seconds <= 39) { kudos = "\"Thank you very much for the info on hooking up my tach!  It did the trick and I can now monitor my RPM's with ease.\""; name = "Wayne"; city = "Portland"; state = "OR"; }
if (seconds <= 37) { kudos = "\"My thanks and compliments on your service... You will definitely be getting a lot of my business from now on.\""; name = "Jason"; city = "Calvert City"; state = "KY"; }
if (seconds <= 35) { kudos = "\"It was a pleasure doing business with you and I will surely recommend you to my boating friends.\""; name = "Jack"; city = "Ocean View"; state = "DE"; }
if (seconds <= 33) { kudos = "\"It has been a month now and the motor is running fine since I did what you said...I am your customer for life.\""; name = "Norm"; city = "Bradenton"; state = "FL"; }
if (seconds <= 31) { kudos = "\"After reviewing the entire site over a four hour period, we have decided that you will be our only outlet for parts.\""; name = "Bill and Stan"; city = "Carrollton"; state = "TX"; }
if (seconds <= 29) { kudos = "\"I received my order and I appreciate the reply mail and the 2nd day air service.  The kit was well packaged and taped.\""; name = "Kent"; city = "St. Louis"; state = "MO"; }
if (seconds <= 27) { kudos = "\"You have good deals on motors and if I ever need something I don't have I will contact you first.\""; name = "Damon"; city = "San Diego"; state = "CA"; }
if (seconds <= 25) { kudos = "\"I appreciated that you took a minute and suggested the simple solution...It solved the problem.\""; name = "Mark"; city = "Richland"; state = "WA"; }
if (seconds <= 23) { kudos = "\"The items that I ordered were received and in good condition... future problems will be handled by you as well.\""; name = "Dwight"; city = "Flanagan"; state = "IL"; }
if (seconds <= 21) { kudos = "\"Thank you very much for the quick delivery and excellent quality parts... You have better service than most local dealers and better prices too.\""; name = "Mark"; city = "Miami"; state = "FL"; }
if (seconds <= 19) { kudos = "\"My life long friend e-mailed your page to me, I'm so glad he did!.\""; name = "Marc"; city = "Orrtanna"; state = "PA"; }
if (seconds <= 17) { kudos = "\"Been on your site for over an hour and must say, It's one of the best I have ever visited.\""; name = "Bob"; city = "Stewartstown"; state = "PA"; }
if (seconds <= 15) { kudos = "\"You are one of a very few who freely and generously provide your insight and help for people like me who desperately need it!\""; name = "Cissy"; city = "Woodbine"; state = "GA"; }
if (seconds <= 13) { kudos = "\"Today I downloaded several pages of informative news from your (breath of fresh air) web site.\""; name = "Brian"; city = "Queensland"; state = "Australia"; }
if (seconds <= 11) { kudos = "\"You are very helpful!  Many thanks for your help.\""; name = "Zsolt"; city = "Baja"; state = "Hungary"; }
if (seconds <= 9) { kudos = "\"Thanks for the tip.  It worked for me.\""; name = "Allan"; city = "Spring Lake"; state = "MI"; }
if (seconds <= 7) { kudos = "\"Thanks for the advice about my 1968 Sears outboard motor.  It was a big help.\""; name = "Paul"; city = "Hingham"; state = "MA"; }
if (seconds <= 5) { kudos = "\"Everything you said in your response to my original letter was right on.\""; name = "David"; city = "Seattle"; state = "WA"; }
if (seconds <= 3) { kudos = "\"Thanks for your help...motor ran for 5 hours straight.\""; name = "Kenneth"; city = "Lebanon"; state = "IN"; }
if (seconds <= 1) { kudos = "\"Thanks for all your help.  I have been giving people your web site address, so I hope you hear from some of us Missourians.\""; name = "Gary"; city = "St. Peters"; state = "MO"; }
if (seconds <= 1) { kudos = "\"I have searched for years for a source of outboard motor parts. I just last week found your website and it is wonderful. Very user friendly and very prompt service. \""; name = " Monte"; city = "Lexa"; state = "AR"; }
if (seconds <= 1) { kudos = "\"Goods received in good order.Thank you \""; name = " Willie"; city = "Middleburg"; state = "South Africa"; }
if (seconds <= 1) { kudos = "\"Just a letter of thanks... for the rebuild kit. You saved me $2000 as buying in Austrailia was $2600 \""; name = "Aaron"; city = "QLD"; state = "Australia"; }
//-->

