//window.addEvent("domready", function() {
  //      var gaySnow = new mooSnow({
    //        container: $("snow")
      //  });});

var mc, sdata = [
{image: '16.jpg', url: '', title: 'Clean world clients'},
{image: '1.jpg', url: '', title: 'Clean world clients'},
{image: '12.jpg', url: '', title: 'Clean world clients'},
{image: '8.jpg', url: '', title: 'Clean world clients'},
{image: '9.jpg', url: '', title: 'Clean world clients'},
{image: '18.jpg', url: '', title: 'Clean world clients'},
{image: '3.jpg', url: '', title: 'Clean world clients'},
{image: '4.jpg', url: '', title: 'Clean world clients'},
{image: '17.jpg', url: '', title: 'Clean world clients'},
{image: '7.jpg', url: '', title: 'Clean world clients'},
{image: '19.jpg', url: '', title: 'Clean world clients'},
{image: '13.jpg', url: '', title: 'Clean world clients'},
{image: '20.jpg', url: '', title: 'Clean world clients'},
{image: '21.jpg', url: '', title: 'Clean world clients'},
{image: '22.jpg', url: '', title: 'Clean world clients'},
{image: '23.jpg', url: '', title: 'Clean world clients'},
{image: '24.jpg', url: '', title: 'Clean world clients'},
{image: '25.jpg', url: '', title: 'Clean world clients'},
{image: '26.jpg', url: '', title: 'Clean world clients'},
{image: '27.jpg', url: '', title: 'Clean world clients'}];
 
// console wrapper
//C.quietDismiss = true;
 
window.addEvents({
    domready: function() {
        // setup the class instance, mc is in global scope due to beforeunload...
        mc = new ImageScrOOler(sdata, {
            imagePath: "logos/",
            imageHeight: 85,
            targetElement: $("scr"),
			defaultMessage: "&nbsp;",
            carousel: !true,
            clickEvent: function(obj) {
                return false;
            },
            showProgress: false
        });
		
 
      }
				 });
