﻿function CustomSearch()
{
    searchAuthorBox = $get(searchAuthorBoxId);
    return '&sa=' + escape(searchAuthorBox.value);
}
