function SearchBoxWR(){
if (window.external && (typeof window.XMLHttpRequest == "object")) {
	openSurl	= "http://www.wordreference.com/conj/FrVerbs.asp"; openSfile	= "/tools/OpenSearch/conjFR.xml";
if (navigator.systemLanguage.substr(0,2) == "es1")
{	openStextA	= "A&#241;adir WR Ingl&#233;s-Espa&#241;ol"; 
	openStextNoA = " al<br>cuadro de b&#250;squeda de tu IE.";
} else
{	openStextA	= "Add WR French Conjugation"; openStextNoA = " to your <br>Internet Explorer search box.";
}
if (window.external.IsSearchProviderInstalled(openSurl) === 0)
{	document.write("<div style='position:absolute;top:0;right:0;background-color:white;border:1px solid black;text-align:center'><a style='text-decoration:underline' href='#1234' onclick=\"window.external.AddSearchProvider('"+openSfile+"')\">"+openStextA+"</a>"+openStextNoA+"<\/div>");
}}}
SearchBoxWR();