/**
 * @author dburgos
 <span class="boxLink both"><a href="#">Ver más encuestas</a></span>
 */
$(document).ready(function(){
	$.each(banners,function(i,item){
		$('#grupoBanners120x60')		
		.append(
				$('<div>').append(
								  $('<img>').attr({src:item.path})
								  ).addClass("banner120x60 left")
				)
	});	
/**/
});



function hideAd(arg){
cual = document.getElementById(arg);
cual.style.visibility = 'hidden';
}

