function get_social(permalink,title,buttonstate){
var url = 'https://muniperalillo.cl/plugins/content/asyncsocialbuttons/asyncsocialbuttons/share.php';
jQuery('#asyncsocialbuttons').load(url,{permalink:permalink,title:title,buttonstate:buttonstate});
}
jQuery(window).bind('load', function() {
get_social('https://muniperalillo.cl/index.php/2015-10-21-19-38-02/encuesta-de-satisfaccion','Encuesta de Satisfacción','11111');
});