include_once('gallery.php'); $mygallery = new gallery(); $mygallery->loadFolder('galley_images'); $mygallery->show(500, 100, 10); ?>