/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

/*
jQuery(document).ready(function(){
    jQuery('select.styled').change(function(){
        window.location.replace(jQuery('select.styled').val());
    });
});
*/
