Select a Site to Navigation to
Commadot
Pictures
jQuery
$("select").change( function() { location.href = $(this).children("option:selected").attr("value"); } );