function bannerAjax() {	
	window.addEvent('domready',function(){		
		new viewer($$('#bannerTopo img)')).play(true);
	});	
}

function promocaoAjax() {	
	window.addEvent('domready',function(){		
		var V = new viewer($('mioloPromocao').getChildren()); 		
		var handles = $$('#mioloPromocaoNumeros span');
		handles.each(function(el,i){el.addEvent('click',V.walk.bind(V,[i,true]));});
	});	
}

function fiquePorDentroAjax() {	
	window.addEvent('domready',function(){
		var V = new viewer($$('#textoFiquePorDentro div)'),{
			mode: ['right'],
			onWalk: function(current_index){
				handles.removeClass('active');
				handles[current_index].addClass('active');
			}			
		}); 		
		$('prev').addEvent('click',V.previous.bind(V));
		$('next').addEvent('click',V.next.bind(V));
		
		var handles = $$('#textoOutrasPromocao span');
		handles.each(function(el,i){el.addEvent('click',V.walk.bind(V,[i,true]));});
	});	
}

function bannerPrincipalAjax() {	
	window.addEvent('domready',function(){	
		var V2 = new viewer($$('#bannerPrincipal img)'),{
			mode: 'alpha',
			interval: 5500
		}).play(true);
	});
}