163a164,167
>     if(variable_get(random_load, '0')){
>       shuffle($images);
>     }
> 
302a307,314
>   $form['Folder']['random_load'] = array(
>     '#type' => 'checkbox',
>     '#title' => t('Random slideshow'),
>     '#default_value' => variable_get('random_load', '0'),
>     '#description' => t("If checked, loads the slideshow in a random order.")
>   );
> 
> 
