function keysearch(api){
if(document.search.searchword.value.length == 0){
alert('');
}else{
window.location.href = 'http://www.starpllatina.com/search/' + api + '/list/'+ encodeURI(document.search.searchword.value) + '.html';
}
}

