<?xml version="1.0" encoding="utf-8"?>
<!-- Documentation: https://developer.mozilla.org/en/Creating_OpenSearch_plugins_for_Firefox -->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
	<ShortName>Oxford Journals</ShortName>
	<Description>Search for articles published by Oxford Journals</Description>
	<InputEncoding>UTF-8</InputEncoding>
	<!-- Search icon -->
	<Image height="16" width="16" type="image/x-icon">http://www.oxfordjournals.org/favicon.ico</Image>
	<!-- Search URL -->
	<Url type="text/html" template="http://services.oxfordjournals.org/cgi/searchresults?fulltext={searchTerms}" />
	<!-- Allow automatic updates in Firefox 3.5+ -->
	<Url type="application/opensearchdescription+xml" rel="self" template="http://www.oxfordjournals.org/resource/xml/opensearch.xml" />
	<!-- Search form URL (Firefox-only) -->
	<moz:SearchForm>http://services.oxfordjournals.org/search.dtl</moz:SearchForm>
</OpenSearchDescription>
