/*
 *	contacts.js
 * This javascript file adds Contacts to the Search Database.
 * If the structure of this file becomes corrupted, contact search
 * will no longer work.  So, when editing:
 * MAKE A BACKUP BEFORE MAKING CHANGES.
 */
 
/*
 *	Template for a PERSON:
 
	{
		type: "contact",
		title: "Sales Manager, Europe",
		firstName: "Ray",
		lastName: "Groendyk",
		phone: "616-248-4842"
	}
	
	Template for a Department Phone or Fax:
	
	{
		type: "contact",
		title: "Fax Number",
		firstName: "Human",
		lastName: "Resources",
		phone: "616-248-4890"
	}
	
	Template for a Department Email:
	
	{
		type: "contact",
		lastName: "Sales &amp; Engineering",
		email: "sales@pridgeonandclay.com"
	}
	
	When inserting entries, make sure you add a comma after the "}".
	The order the entries appear in this file are the order they appear on the site when searching.
	If the entry you insert is the final entry in the list, add it before the "]);" at the bottom of this file.
	You DO NOT need a comma after the "}", WHEN IT IS THE LAST ENTRY IN THIS LIST.
	
 */
searchTerms = searchTerms.concat([

	{
		type: "contact",
		title: "President	",
		firstName: "Robert",
		lastName: "E. Clay"
	},
	{
		type: "contact",
		title: "Chief Executive Officer	",
		firstName: "Robert",
		lastName: "Earl Clay"
	},
	{
		type: "contact",
		title: "VP of Finance	",
		firstName: "Bruce",
		lastName: "Penno"
	},
	{
		type: "contact",
		title: "VP of International Operations	",
		firstName: "Ross",
		lastName: "Martin"
	},
	{
		type: "contact",
		title: "VP of Global Sales and Business Development	",
		firstName: "Bill",
		lastName: "McKibben"
	},
	{
		type: "contact",
		title: "VP of Supply Chain Management	",
		firstName: "Brian",
		lastName: "Deuel"
	},
	{
		type: "contact",
		title: "Director of Corporate Information Technology	",
		firstName: "Tim",
		lastName: "Clay"
	},
	{
		type: "contact",
		title: "Distribution Center Manager	",
		firstName: "Lou",
		lastName: "Kocsondy"
	},
	{
		type: "contact",
		title: "Maintenance Manager	",
		firstName: "Jessey",
		lastName: "Lopez"
	}, 	
	{
		type: "contact",
		title: "Fax Number",
		lastName: "Human Resources",
		phone: "616-248-4890"
	},
	{
		type: "contact",
		title: "Human Resources Director",
		firstName: "Julie",
		lastName: "Church-Krafft",
		phone: "616-248-4825"
	},
	{
		type: "contact",
		title: "Human Resources Manager",
		firstName: "Joni",
		lastName: "LaHuis",
		phone: "616-248-4826"
	},
	{
		type: "contact",
		lastName: "Employment Opportunities",
		email: "resumes@pridgeonandclay.com"
	},
	{
		type: "contact",
		title: "Phone Number",
		lastName: "Employment Opportunities",
		phone: "616-252-2301	"
	},
	{
		type: "contact",
		title: "Fax Number",
		lastName: "Employment Opportunities",
		phone: "616-248-4890 "
	},		
	{
		type: "contact",
		lastName: "Sales &amp; Engineering",
		email: "sales@pridgeonandclay.com"
	},
	{
		type: "contact",
		title: "Fax Number",
		lastName: "Sales & Engineering",
		phone: "616-252-2408"
	},
	{
		type: "contact",
		title: "Director of Engineering",
		firstName: "David",
		lastName: "Proctor",
		phone: "616-248-4843"
	},
	{
		type: "contact",
		title: "Global Manufacturing Engineering Manager",
		firstName: "Brian",
		lastName: "Kegel",
		phone: "616-252-2317"
	},
	{
		type: "contact",
		title: "Account Manager",
		firstName: "Al",
		lastName: "Bolt",
		phone: "616-248-4831"
	},
	{
		type: "contact",
		title: "Account Manager",
		firstName: "Sean",
		lastName: "Clay",
		phone: "616-248-4844"
	},
	{
		type: "contact",
		title: "Account Manager",
		firstName: "Brian",
		lastName: "Flory",
		phone: "616-252-2327"
	},
	{
		type: "contact",
		title: "Account Manager",
		firstName: "Rich",
		lastName: "Gunsch",
		phone: "616-248-4841"
	},
	{
		type: "contact",
		title: "Account Manager",
		firstName: "Ross",
		lastName: "Michael",
		phone: "616-248-4858"
	},
	{
		type: "contact",
		title: "Account Manager",
		firstName: "John",
		lastName: "Nolle",
		phone: "616-248-4869"
	},
	{
		type: "contact",
		title: "Account Manager",
		firstName: "Jeff",
		lastName: "Wing",
		phone: "616-252-2335"
	},
	{
		type: "contact",
		title: "After Market Account Manager",
		firstName: "Dave",
		lastName: "Wieringa",
		phone: "616-248-4832"
	},
	{
		type: "contact",
		title: "Sales Manager, Europe",
		firstName: "Ray",
		lastName: "Groendyk",
		phone: "616-248-4842"
	},
	{
		type: "contact",
		title: "Market Development Manager",
		firstName: "Stephen",
		lastName: "Koets",
		phone: "616-248-4811"
	},
	{
		type: "contact",
		lastName: "Cost Estimating",
		email: "rfq@pridgeonandclay.com"
	},
	{
		type: "contact",
		title: "Phone Number",
		lastName: "Cost Estimating",
		phone: "616-252-2340	"
	},
	{
		type: "contact",
		title: "Fax Number",
		lastName: "Cost Estimating",
		phone: "616-252-2341 "
	},
	{
		type: "contact",
		title: "Cost Estimating Coordinator",
		firstName: "Deb",
		lastName: "Hollis",
		phone: "616-252-2342"
	},
	{
		type: "contact",
		title: "Aftermarket Sales/Cost Estimator",
		firstName: "Dave",
		lastName: "Wieringa",
		phone: "616-248-4832"
	},
	{
		type: "contact",
		title: "Die/Cost Estimator",
		firstName: "Scott",
		lastName: "Flanagan",
		phone: "616-252-2334"
	},
	{
		type: "contact",
		title: "Cost Estimator",
		firstName: "Tim",
		lastName: "Reeb",
		phone: "616-252-2333"
	},
	{
		type: "contact",
		title: "Cost Estimator",
		firstName: "Kristin",
		lastName: "Adams",
		phone: "616-252-2331"
	},
	{
		type: "contact",
		title: "Die/Cost Estimator",
		firstName: "Rita",
		lastName: "Schneider",
		phone: "616-252-2386"
	}, 	 
	{
		type: "contact",
		title: "Fax Number",
		lastName: "Purchasing",
		phone: "616-248-4891 "
	},
	{
		type: "contact",
		title: "Director of Supply Chain Management",
		firstName: "Pam",
		lastName: "Frost",
		phone: "616-248-4830"
	},
	{
		type: "contact",
		title: "Purchasing Agent",
		firstName: "Rich",
		lastName: "Krizov",
		phone: "616-248-4875"
	},
	{
		type: "contact",
		title: "Purchasing Agent",
		firstName: "Matthew",
		lastName: "Lignell",
		phone: "616-248-4813"
	},
	{
		type: "contact",
		title: "Buyer/Planner",
		firstName: "Marc",
		lastName: "Krafft",
		phone: "616-248-4886"
	},
	{
		type: "contact",
		title: "Buyer/Planner",
		firstName: "Shawn",
		lastName: "VanLare",
		phone: "616-248-4839"
	},
	{
		type: "contact",
		title: "Buyer/Planner",
		firstName: "Tom",
		lastName: "Verduin",
		phone: "616-248-4837"
	},	
	{
		type: "contact",
		lastName: "Customer Care",
		email: "customercare@pridgeonandclay.com"
	},	
	{
		type: "contact",
		title: "Fax Number",
		lastName: "Customer Care",
		phone: "616-241-3620 	"
	},
	{
		type: "contact",
		title: "Customer Service Manager",
		firstName: "Dawn",
		lastName: "Stanton",
		phone: "616-248-4857"
	},
	{
		type: "contact",
		title: "Customer Service Representative",
		firstName: "Kathleen",
		lastName: "Moroney ",
		phone: "616-252-2355"
	},
	{
		type: "contact",
		title: "Customer Service Representative",
		firstName: "Mary",
		lastName: "Cadwell",
		phone: "616-248-4810"
	},
	{
		type: "contact",
		title: "Customer Service Representative",
		firstName: "Michelle",
		lastName: "Clay ",
		phone: "616-248-4846"
	},
	{
		type: "contact",
		title: "Customer Service Representative",
		firstName: "Pat",
		lastName: "Miller ",
		phone: "616-248-4817"
	},
	{
		type: "contact",
		title: "Customer Service Representative",
		firstName: "Mary",
		lastName: "Kay Thiel",
		phone: "616-248-4809"
	}, 	
	{
		type: "contact",
		title: "Business Unit Manager - Franklin",
		firstName: "Doug",
		lastName: "Hooyer",
		phone: "317-738-4885"
	},
	{
		type: "contact",
		title: "Plant Manager - Grand Rapids",
		firstName: "Keith",
		lastName: "O'Brien",
		phone: "616-252-2345"
	},
	{
		type: "contact",
		title: "Focus Factory Manager - Progressive",
		firstName: "Josh",
		lastName: "Siple",
		phone: "616-252-2322"
	},
	{
		type: "contact",
		title: "Focus Factory Manager - Transfer",
		firstName: "Dan",
		lastName: "Swiger",
		phone: "616-252-2314"
	},
	{
		type: "contact",
		title: "Focus Factory Manager - Plate Flange",
		firstName: "Jason",
		lastName: "Austin",
		phone: "616-252-2325"
	},
	{
		type: "contact",
		title: "Manufacturing Engineer - Assembly",
		firstName: "Pat",
		lastName: "Clay",
		phone: "616-252-2319"
	},
	{
		type: "contact",
		title: "Process Engineer - Transfer",
		firstName: "Dan",
		lastName: "Todaro",
		phone: "616-248-4835"
	},
	{
		type: "contact",
		title: "Process Engineer - Transfer",
		firstName: "Tony",
		lastName: "Dykhouse",
		phone: "616-248-4865"
	},
	{
		type: "contact",
		title: "Process Engineer - Progressive",
		firstName: "Gerard",
		lastName: "Bogner",
		phone: "616-252-2332"
	},
	{
		type: "contact",
		title: "Process Engineer - Progressive",
		firstName: "Chris",
		lastName: "Bennett",
		phone: "616-252-2382"
	},
	{
		type: "contact",
		title: "Weld Engineer - Assembly",
		firstName: "Josh",
		lastName: "Knuth",
		phone: "616-252-2349"
	},
	{
		type: "contact",
		title: "Director of Quality",
		firstName: "Cathy",
		lastName: "Winterhalter ",
		phone: "616-252-2368"
	},
	{
		type: "contact",
		title: "Liaison Quality Engineer",
		firstName: "Sam",
		lastName: "Dillingham",
		phone: "615-426-5731"
	},
	{
		type: "contact",
		title: "Liaison Quality Engineer",
		firstName: "Scott",
		lastName: "Hockey",
		phone: "616-446-4998"
	},
	{
		type: "contact",
		title: "Quality Engineer",
		firstName: "Stacy",
		lastName: "Bacon",
		phone: "616-248-4815"
	},
	{
		type: "contact",
		title: "Quality Engineer",
		firstName: "Mike",
		lastName: "Rowe",
		phone: "616-2484829"
	},
	{
		type: "contact",
		title: "Quality Engineer",
		firstName: "Angella",
		lastName: "Nadeau",
		phone: "616-248-4877"
	},
	{
		type: "contact",
		title: "Quality Engineer",
		firstName: "Ray",
		lastName: "Ross",
		phone: "616-252-2371"
	},
	{
		type: "contact",
		title: "Quality Engineer",
		firstName: "Mike",
		lastName: "Wohlfert",
		phone: "616-248-4878"
	},
	{
		type: "contact",
		title: "Supplier Quality Engineer",
		firstName: "Wes",
		lastName: "Brower",
		phone: "616-252-2377"
	},
	{
		type: "contact",
		title: "Quality Engineer - Franklin",
		firstName: "Chris",
		lastName: "Lang",
		phone: "&nbsp;"
	},
	{
		type: "contact",
		title: "Fax Number",
		lastName: "Advanced Engineering",
		phone: "616-248-4894 "
	},
	{
		type: "contact",
		title: "Director of Research and Development",
		firstName: "Mike",
		lastName: "Kozal",
		phone: "616-248-4848"
	},
	{
		type: "contact",
		title: "Lab Supervisor",
		firstName: "Mary",
		lastName: "Ruth Kasper",
		phone: "616-252-2313"
	},
	{
		type: "contact",
		title: "Fax Number",
		firstName: "",
		lastName: "Research & Development",
		phone: "616-248-4883"
	},
	{
		type: "contact",
		title: "R&D / Prototype Manager",
		firstName: "Pete",
		lastName: "Wojtas",
		phone: "616-248-2370"
	},
	{
		type: "contact",
		title: "Prototype Coordinator",
		firstName: "Karen",
		lastName: "Lewis",
		phone: "616-252-2338"
	},
	{
		type: "contact",
		title: "R&D / AE / Prototype",
		firstName: "Kevin",
		lastName: "Clay",
		phone: "616-252-2376"
	},
	{
		type: "contact",
		title: "R&D Project Engineer",
		firstName: "Stacey",
		lastName: "Pyke",
		phone: "616-252-2310"
	},	
	{
		type: "contact",
		title: "Fax Number",
		lastName: "Aviation",
		phone: "616-336-4764 "
	},
	{
		type: "contact",
		title: "Aviation Manager",
		firstName: "Tom",
		lastName: "Hines",
		phone: "616-949-3181"
	},
	{
		type: "contact",
		title: "Fax Number",
		lastName: "Design Engineering",
		phone: "616-252-2412"
	}, 
	{
		type: "contact",
		title: "Design Engineering Manager",
		firstName: "Lee",
		lastName: "Berkenpas",
		phone: "616-248-4805"
	},
	{
		type: "contact",
		title: "Design Engineer",
		firstName: "Shannon",
		lastName: "Burch",
		phone: "616-248-4873"
	},
	{
		type: "contact",
		title: "Die Simulation Engineer",
		firstName: "Mathews",
		lastName: "Goveas",
		phone: "616-252-2324"
	},
	{
		type: "contact",
		lastName: "Website Support",
		email: "support@pridgeonandclay.com"
	}
]);