var s = new Array();
// For each new search item, you must assign it a new number (like an auto increment). //
// Each new line must have 4 parameters set.  These parameters are divided by "^". There must always be 3 "^" per line. //
// The first parameter is the title and text of the link that will be displayed to the user. //
// The second parameter is the URL that the link will point to. //
// The third parameter is the text that will be displayed below the link... Like a summary of where the link will take the user. The script searches against this text... //
// The fourth/last parameter is a list of keywords separated by a comma and space... Try not to use more than a dozen keywords if possible... The more text the script has to search through, the longer it will take to return the results. //
// Make sure that you don't use any double quotes anywhere except at the very begining and end of the list (as the examples show below)...
// EXAMPLE ONLY --- YOU SHOULD KEEP THIS FOR YOUR REFERENCE //
// s[0] = "JSE^form.html^Enter JSE in the example above ...^open source, free, client side"; //
// s[1] = "JSE DOCUMENTATION^doc.txt^JSE is a client-side local site search engine. Written entirely in JavaScript 1.3 it works with browsers from Netscape 4.7 to Microsoft Internet Explorer 6.0 ...^ faq, docs, instructions"; //

// ---------- Start of the Search List ------------- //
s[0] = "FORMS^forms.php^Electronic Forms for Client completion & submission^electronic, forms, claims, health, dental, health evidence, master application, enrolment, beneficiary, transactions, cost plus, ARB, attending physician statement, enrolment, EFT, Electronic Funds, transfer, direct deposit, student eligibility, submission, receipts, RC001, RC004, RC005, RC027, RA002, RA014, RA028, RA042, RA077, RA086, RA088, RU005, RU008";
s[1] = "FAQS^faq.php^Answers to frequently asked questions^ faqs, receipts, multiple plans, fee guide, termination, leaving, referral, non-evidence maximum, non evidence maximum, additional coverage, electronic funds, transfer, EFT, WI, LTD, disability, workers compensation, WSIB, WCB, T4A, rehabilitation, privacy, confidential";
s[2] = "PRIVACY POLICY^files/RWAM_Privacy_web.pdf^RWAM's Privacy Policy for the collection, use and disclosure of your personal information^ privacy, officer, confidential";
s[3] = "ONLINE LOGIN^login.php^Online access for Plan Administrators, Advisors, and Plan Members^ online admin, on-line, portal, login, logon";
s[4] = "CONTACT US^contact.php^Contact information for RWAM's offices across Canada^ contact, address, mail, phone, email, map";
s[5] = "NEWS^news.php^Relevant industry information to assist you in managing your benefit plan^ news, insights, inserts, billing, newsletter";
s[6] = "PREFERRED ADVISOR PROGRAM^preferred_program.php^RWAM's program for recognizing and rewarding our Advisor network^ advisor program, club membership, chairman, platinum, gold, eligibility, network, broker";
s[7] = "PREFERRED ADVISORS^preferred_advisors.php^RWAM's Chairman, Platinum, and Gold Club network of highly qualified Employee Benefit Specialists and Advisors^ broker program, advisor program, club membership, chairman, platinum, gold, eligibility, network";
s[8] = "WELLNESS DIRECTORY^files/Wellness_Directory.pdf^A comprehensive listing of community resources^ wellness directory, community resources";
s[9] = "PRODUCTS & SERVICES^products_services.php^Details of the Insurance and Services offered by RWAM^ group insurance, administrative services only, ASO, stop loss, 1 two 3, health spending accounts, self insurance, self employed, profit participation, employee assistance, EAP, critical illness, CI, disability management, early intervention, coverage types, coverage options, benefit types";
s[10] = "SERVICE GUARANTEE^service_guarantee.php^At RWAM we not only talk about service commitments, we guarantee them...^ service guarantee, service times, payment times, turnaround times, processing times";
s[11] = "TESTIMONIALS^who.php?anchor=testimonials#testimonials^Read what some of our Clients are saying about their experiences with RWAM...^ testimonials, client statement, endorsement, references, quotes";
s[12] = "CLIENT LIST^who.php?anchor=testimonials#clientList^Selected RWAM Clients...^ client list, customers";
s[13] = "AFFILIATIONS & MEMBERSHIPS^about.php?anchor=affiliations#affiliations^RWAM is proud to be a member of the Third Party Administrators' Association of Canada (TPAAC) and also the Canadian Health Care Anti-Fraud Association (CHCAA)^ TPAAC, CHCAA, standards, anti-fraud";
s[14] = "test^contact.php^testing search paramaters^ tests";

