﻿/*

        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.Links.Select.options[document.Links.Select.selectedIndex].value != "none"){ 

        location = document.Links.Select.options[document.Links.Select.selectedIndex].value}        

}