//v1

var searchBox;

function setQ(theQ)
{
	
	searchBox = document.getElementById('sbi');
    searchBox.value = theQ;
}
