window.addEvent('domready', function(){
	
	/* thumbnails example , div containers */
	new SlideItMoo({itemsVisible:1, // the number of thumbnails that are visible
					currentElement: 0, // the current element. starts from 0. If you want to start the display with a specific thumbnail, change this
					thumbsContainer: 'thumbs2',
					elementScrolled: 'thumb_container2',
					overallContainer: 'gallery_container2'});
					
	/* banner rotator example */
	new SlideItMoo({itemsVisible:1, // the number of thumbnails that are visible
					showControls:0, // show the next-previous buttons
					autoSlide:2500, // insert interval in milliseconds
					currentElement: 0, // the current element. starts from 0. If you want to start the display with a specific thumbnail, change this
					thumbsContainer: 'banners',
					elementScrolled: 'banner_container',
					overallContainer: 'banners_container'});
	
if (!this.ManagerOne)
				this.managerOne = new Notimoo({parent:'testimonial',visibleTime:'8000',width:'200'});
					
					(function() {
						this.managerOne.show({
							title: '',
							user_name: 'Megha Menon <br>Marketing Manager West Zone<br> Mumbai India<br> Raptakos Brett &amp; Co. Ltd.',
							user_site_name: '',
							message: 'We are very excited as our site has every feature that we had asked for thanks to the efforts of your company. Your web design, website maintenance &amp; SEO services have been very useful for us and we are getting excellent response from our clients.'
						});
					}).delay(0,this);

					(function() {
						this.managerOne.show({
							title: '',
							user_name: 'Anil Nair <br>Creative Director <br> Mumbai India <br>Cornershop Animation <br>Company Pvt. Ltd.',
							user_site_name: '',
							message: 'Cornershop is an animation studio website which requires showcasing all the work with simple navigation &amp; easy to visualize form. I am happy to say that your company was able to develop a design which comprehensively combined both features.'
						});
					}).delay(10000,this);

					(function() {
						this.managerOne.show({
							title: '',
							user_name: 'Nitin Gupta <br>Managing Director <br>Delhi, India <br>Dr. Roshanlal Aggarwal & Sons P. Ltd.',
							user_site_name: '',
							message: 'We had problems on our site with regards to payment processing and website operations. To get a solution to these problems we contacted your company and are now completely satisfied with the hosting, maintenance &amp; regular updates that you perform for our site.'
						});
					}).delay(20000,this);
	
	
	
});




