﻿function include(jsFile) {
  document.write('<script type="text/javascript" src="'+ jsFile + '"></scr' + 'ipt>'); 
}

include('http://www.abola.pt/js/sondagem/visualize.js');
include('http://www.abola.pt/js/sondagem/excanvas.js');

window.onload = function() {
    $(function() {
        $('#dados').visualize({ type: 'pie', height: '180px', width: '300px' });
        //$('table').visualize({type: 'bar', width: '420px'});
        //$('table').visualize({type: 'area', width: '420px'});
        //$('table').visualize({type: 'line', width: '420px'});
    });
};
