function sponsors()
{
document.getElementById('sponsors').innerHTML = '
';
}
function searchSelect()
{
document.getElementById('retail_finder_category').innerHTML = '';
document.getElementById('retail_finder_street').innerHTML = '';
}
function searchSelectHome()
{
document.getElementById('homepage_retail_finder_category').innerHTML = '';
document.getElementById('homepage_retail_finder_street').innerHTML = '';
}
function retail_finder_category_go(the_input){
if(the_input != '') document.location.href='/retail_finder.php?action=category&id='+the_input;
}
function retail_finder_street_go(the_input){
if(the_input != '') document.location.href='/retail_finder.php?action=street&id='+the_input;
}