$(document).ready(function() {

	$(".searchfield").autocompleteArray(
		[
			"Annual Travel Insurance",
            "Airport Parking",
            "About Us",
            "Accessability",
            "Affiliates Program",
            "Affinities Relationships",
            "Backpacker Insurance",
            "Bicycle Insurance",
            "Bike Insurance",
            "Block Halls insurance",
            "Business Insurance",
            "Buy To Let Mortgage",
            "Building Insurance",
            "Breakdown Cover",
            "Bad Credit Mortgages",
            "Car Insurance",
            "Claims Advice",
            "Commercial Insurance",
            "Contents Insurance",
            "Combined insurance",
            "Critical Illness",
            "Cover Details",
            "Charities and Voluntary",
            "Contact Information",
            "Commercial Landlord",
            "Company Structure",
            "Complaints Procedure",
            "Extreme Activity Insurance",
            "Email Us",
            "FAQ's",
            "FSA Information",
            "First Time Buyer Mortgage",
            "Fixed Rate Mortages",
            "Flexible Mortgages",
            "Globetrotter Insurance",
            "Gap Year Insurance",
            "Holiday insurance",
            "Home Insurance",
            "House Insurance",
            "Hair & Beauty Insurance",
            "Hotels & Leisure Clubs",
            "Insurance Motor",
            "International Students",
            "Income Protection",
            "Investments",
            "ISA's",
            "Interest Only Mortgage",
            "Joint Contents and Buildings Insurance",
            "Jobs",
            "Key worker Mortgage",
            "Landlords Insurance",
            "Life Insurance",
            "Loans",
            "Long Stay Travel insurance",
            "Letting Agents",
            "Legal Expenses",
            "Lifetime Mortgages",
            "Media Centre",
            "Motor Insurance",
            "Motorcycle Insurance",
            "Musical Instrument Insurance",
            "Mortgages",
            "Minibus insurance",
            "Multi Trip Travel Insurance",
            "News",
            "Office Insurance",
            "Offset Mortgages",
            "Pensions",
            "Permenant Health Insurance",
            "Press Release",
            "Pet Insurance",
            "Policy Details",
            "Professional indemnity",
            "Public Liability",
            "Roadside Recovery",
            "Re Mortgages",
            "Renter Insurance",
            "Rent Gaurantee",
            "Restuarant & Bar Insurance",
            "Student Insurance",
            "Savings",
            "School Group Insurance",
            "Student Possessions Insurance",
            "Student Car Insurance",
            "Special Events",
            "Shop Insurance",
            "Student Union Insurance",
            "Sports Insurance",
            "Skiing Insurance",
            "Study Abroad Insurance",
            "Short Term Car Insurance",
            "Surgery Insurance",
            "Seminars",
            "Teachers Insurance",
            "Tailored business solutions",
            "Travel Insurance",
            "Trustee Indemnity",
            "Terms of Business",
            "Tradesman Insurance",
            "Tenants Insurance",
            "Tracker Mortgage",
            "Travel Essentials",
            "Travel Client Information",
            "University Insurance",
            "Van Insurance",
            "Wintersports Insurance",
            "Your Endsleigh"
		],
		{
			delay:10,
			minChars:1,
			matchSubset:1,
			autoFill:true,
			maxItemsToShow:10
		}
	);
});