YAHOO.xtenit.Data = {
	matchTypes: [
		{ value: "startswith", text: "First Part of Company Name" },
		{ value: "match", text: "Exact Name" },
		{ value: "symbol", text: "Symbol" },
		{ value: "contains", text: "Company Keyword" }
    ],

	focuses: [
		{ value: "0", text: "Minor" },
		{ value: "30", text: "Secondary" },
		{ value: "70", text: "Prominent" },
		{ value: "90", text: "Primary" },
		{ value: "100", text: "Exclusive" }
    ],
    
	industries :[
		{ value: "Aerospace/Defense", label: "Aerospace/Defense" },
		{ value: "Agriculture", label: "Agriculture" },
		{ value: "Auto", label: "Auto" },
		{ value: "Aviation", label: "Aviation" },
		{ value: "Banking", label: "Banking" },
		{ value: "Chemicals", label: "Chemicals" },
		{ value: "Computer", label: "Computers" },
		{ value: "Consulting", label: "Consulting" },
		{ value: "Construction", label: "Construction" },
		{ value: "Energy", label: "Energy" },
		{ value: "Engineering", label: "Engineering" },
		{ value: "Entertainment", label: "Entertainment" },
		{ value: "Environment", label: "Environment" },
		{ value: "Fashion", label: "Fashion &amp; Apparel" },
		{ value: "Financial Services", label: "Financial Services" },
		{ value: "Healthcare", label: "Healthcare" },
		{ value: "Health and Fitness", label: "Health and Fitness" },
		{ value: "High Tech", label: "High Tech" },
		{ value: "Industrial Equipment", label: "Industrial Equipment" },
		{ value: "Information Technology", label: "Information Technology" },
		{ value: "Insurance", label: "Insurance" },
		{ value: "Internet", label: "Internet" },
		{ value: "Government", label: "Government" },
		{ value: "Law", label: "Law" },
		{ value: "Metals and Minerals", label: "Metals &amp; Minerals" },
		{ value: "Media Entertainment", label: "Media Entertainment" },
		{ value: "Professional Services", label: "Professional Services" },
		{ value: "Pharma", label: "Pharmaceutical" },
		{ value: "Real Estate", label: "Real Estate" },
		{ value: "Retail", label: "Retail" },
		{ value: "Sports", label: "Sports" },
		{ value: "Telecommunications", label: "Telecommunications" },
		{ value: "Transportation", label: "Transportation" },
		{ value: "Travel", label: "Travel" },
		{ value: "Utilities", label: "Utilities" }
	],

	topics :[
		{ value: "Bankruptcy", label: "Bankruptcy" },
		{ value: "Business and Finance", label: "Business and Finance" },
		{ value: "Economy/Markets", label: "Economy/Markets" },
		{ value: "Dividends/Earnings", label: "Dividends/Earnings" },
		{ value: "Executives", label: "Executives" },
		{ value: "Exports", label: "Exports" },
		{ value: "Joint Ventures", label: "Joint Ventures" },
		{ value: "Labor", label: "Labor" },
		{ value: "Mergers and Acquisitions", label: "Mergers &amp; Acq." },
		{ value: "Mortgages/Loans", label: "Mortgages/Loans" },
		{ value: "Products", label: "Product Announcements" },
		{ value: "Reg. and Taxes", label: "Reg. and Taxes" },
		{ value: "Taxation", label: "Taxation" },
		{ value: "Trading Strategies", label: "Trading Strategies" },
		{ value: "Venture Capital", label: "Venture Capital" }
	]
};
