location_url='/';

$(document).ready(function(){
    location_url = document.URL;
    if ($('select#age').attr('id') == 'age') {
        $('select#age').selectToUISlider().next();
    }
});
