var gblImg = new Array(
    "../images/9.jpg",
    "../images/5.jpg",
	"../images/300.jpg"
    );

addLoadEvent(function(){
  photoShufflerLaunch(gblImg);
});