$(document).ready(function(){
    $('.articlevote').each(function(){
	$(this).load( '/articlevote/' + $(this).attr("id") );
    });
/*
    $('.slidezone').each(function(){
	$(this).load('/banner/get-slider/slug/'+$(this).attr('id'),null,function(){
	    $(this).easySlider({
		auto : true,
		continuous: true,
		controlsShow: false,
		speed: 1500,
		pause: 3000
	    });
	});
    });
*/
});

