function selectBoxURL(){
	var URL = document.publishing.category.options[document.publishing.category.selectedIndex].value;
	if ( URL != '_0' )
		window.location.href = URL;
}