/*
<script>
*/

function addEngine(m)
{
    if((typeof window.external == "object") && (typeof window.external.AddSearchProvider == "function"))
	window.external.AddSearchProvider(m);
	
    return false;
}

function showAddToEngine(m)
{
    if(!((typeof window.external == "object") && (typeof window.external.AddSearchProvider == "function")))
	document.getElementById(m).innerHTML = '';
} 

function rf()
{
    document.f1.q.focus()
}

function out(id)
{
    var xhr = getXHR();
    xhr.open( "GET", "/action.php?type=vis&id=" + id,  true);
    xhr.send(null);
}

function sourcefilter(s, p)
{
    window.location.href = '/latest?lang=en&p=' + p + '&srctype=' + s.value;
}

