$(document).ready(function(){	
	$("#carrusel").easySlider();	
	
	$('#phone a').click(function() {
		var nexe = this.href.match(/\?/)? '&' : '?';
		window.open(this.href+nexe+'pandoo=0', '_blank', 'width=440,height=310');
		return false;
	});
});