the interest group table ---> Search Engine - Redirection /* For each of the following search options, parameters entered by the user are passed to facilitate the search */ if (request.table_name == "file") { //Redirects to file search page when file option is picked. redirect(addClient('kindex.html?card=search&interestgroupid='+request.interestgroupid+'&expired='+request.expired+'&area='+request.area+'&search_text='+escape(request.search_text))); } if (request.table_name == "bulletin") { //Redirects to bulletin search page when bulletin option is picked. redirect(addClient('old_bulletins.html?mode=search&interestgroupid='+request.interestgroupid+'&expired='+request.expired+'&area='+request.area+'&search_text='+escape(request.search_text))); } if (request.table_name == "competitor") { //Redirects to competitor link search page when competitor link option is picked. redirect(addClient('competitor.html?mode=search&interestgroupid='+request.interestgroupid+'&expired='+request.expired+'&area='+request.area+'&search_text='+escape(request.search_text))); }