<!--BEGIN Script
/*
        This script was written by
        Jeff Hoelker - webmaster@cafejava.com <mailto:webmaster@cafejava.com>
        <http://www.cafejava.com/>
        You may use this script as you see fit
        Just please leave this commit in here
*/
function SelectIt(){
        if (document.Author.Select.options[document.Author.Select.selectedIndex].value != "none"){ 
        location = document.Author.Select.options[document.Author.Select.selectedIndex].value}        
}
//-->