jQuery(function($)
{
    $('#productgroup').prepend('<option value="0" selected="selected">alle Produktgruppen</option>');
    /* stylish select */
    $('#productgroup').sSelect();

});

