var contentViewer;
mizuyari.addOnLoadEvent(mizGlobal_contentViewerInit);

function mizGlobal_contentViewerInit() {
 contentViewer = new contentViewer("contentViewer");
 contentViewer.title = ' WORKS  01';
 contentViewer.url = 'http://www.flickr.com/photos/velo-salon/sets/72157620839691952/';
 contentViewer.contents = [
  { 'url' : 'http://farm3.static.flickr.com/2351/2246852105_7dcf3226a3_o.jpg', 'thumb' : 'http://farm3.static.flickr.com/2351/2246852105_e0b9f88dc7_s.jpg', 'title' : 'BREEZE', 'caption' : "salon shoot", 'auto' : false },
  { 'url' : 'http://farm3.static.flickr.com/2185/2246851543_6562ce5193_o.jpg', 'thumb' : 'http://farm3.static.flickr.com/2185/2246851543_b9ac2c978c_s.jpg', 'title' : 'BREEZE', 'caption' : "salon shoot", 'auto' : false },
  { 'url' : 'http://farm3.static.flickr.com/2187/2246851419_6611dd2f44_o.jpg', 'thumb' : 'http://farm3.static.flickr.com/2187/2246851419_b11bfeba5d_s.jpg', 'title' : 'BREEZE', 'caption' : "salon shoot", 'auto' : false },
  { 'url' : 'http://farm3.static.flickr.com/2406/2247644570_9c05c2e9ba_o.jpg', 'thumb' : 'http://farm3.static.flickr.com/2406/2247644570_905d22e182_s.jpg', 'title' : 'BREEZE', 'caption' : "salon shoot", 'auto' : false },
  { 'url' : 'http://farm3.static.flickr.com/2001/2246851791_833c285717_o.jpg', 'thumb' : 'http://farm3.static.flickr.com/2001/2246851791_5f26f67148_s.jpg', 'title' : 'BREEZE', 'caption' : "salon shoot", 'auto' : false },
  { 'url' : 'http://farm3.static.flickr.com/2342/2247645408_3ddae1ffd6_o.jpg', 'thumb' : 'http://farm3.static.flickr.com/2342/2247645408_295036b1b7_s.jpg', 'title' : 'BREEZE', 'caption' : "salon shoot", 'auto' : false },
  { 'url' : 'http://farm3.static.flickr.com/2103/2247645950_8b805e313b_o.jpg', 'thumb' : 'http://farm3.static.flickr.com/2103/2247645950_baafbe4492_s.jpg', 'title' : 'BREEZE', 'caption' : "salon shoot", 'auto' : false },
  { 'url' : 'http://farm3.static.flickr.com/2378/2247645760_835bc78c15_o.jpg', 'thumb' : 'http://farm3.static.flickr.com/2378/2247645760_ddaeb899b7_s.jpg', 'title' : 'BREEZE', 'caption' : "salon shoot", 'auto' : false },
  { 'url' : 'http://farm3.static.flickr.com/2337/2247645096_0c48c9baf9_o.jpg', 'thumb' : 'http://farm3.static.flickr.com/2337/2247645096_cbca9a6453_s.jpg', 'title' : 'BREEZE', 'caption' : "salon shoot", 'auto' : false },
  { 'url' : 'http://farm3.static.flickr.com/2044/2247644936_26c84f3c16_o.jpg', 'thumb' : 'http://farm3.static.flickr.com/2044/2247644936_be6167093b_s.jpg', 'title' : 'BREEZE', 'caption' : "salon shoot", 'auto' : false },

  {}
 ];
 contentViewer.startPage();
}
