 window.addEvent('domready', function(){
	    var ad_data = [
		'manisha_jewellers_web.gif',
	      'kamlesh_dental.jpg', 
	      'kashmira_decor.jpg', 
	      'krishna_restaurant.jpg',
		  'pannu.gif'
		  
	    
	    ];
	    var ad_myShow = new Slideshow('adblock', ad_data, { linket:true, captions: true, controller: false,  delay:10000, hu: './img/ad/' });
	  });

	  /*
	  	options: {
		captions: false,
		center: true,
		classes: [],
		controller: false,
		delay: 2000,
		duration: 750,
		fast: false,
		height: false,
		href: '',
		hu: '',
		linked: false,
		loader: {'animate': ['css/loader-#.png', 12]},
		loop: true,
		match: /\?slide=(\d+)$/,
		overlap: true,
		paused: false,
		properties: ['href', 'rel', 'rev', 'title'],
		random: false,
		replace: [/(\.[^\.]+)$/, 't$1'],
		resize: 'width',
		slide: 0,
		thumbnails: false,
		titles: true,
		transition: function(p){return -(Math.cos(Math.PI * p) - 1) / 2;},
		width: false
	},
	*/