function goURL(){
if (document.formURL.selectURL.options[document.formURL.selectURL.selectedIndex].value != "none") {
location = document.formURL.selectURL.options[document.formURL.selectURL.selectedIndex].value
		}
	}

document.write('<SELECT name="selectURL" size=1 onChange="goURL()" class="selectsmall">');
document.write('<OPTION value="">Leia só notícias de');
document.write('<OPTION value="http://pele.uol.com.br/">Pelé.Net</option>');
document.write('<OPTION value="http://www.uol.com.br/folha/esporte/">Folha Online</option>');
document.write('<OPTION value="http://esporte.uol.com.br/ultimas/ajb/">Agência JB</option>');
document.write('<OPTION value="http://esporte.uol.com.br/ultimas/afp/">France Presse</option>');
document.write('<OPTION value="http://esporte.uol.com.br/ultimas/reuters/">Reuters</option>');
document.write('</SELECT>');