// Run the script on DOM ready:
var $j = jQuery.noConflict();
$j(function(){
 	//$('table').visualize({type: 'pie', height: '300px', width: '420px'});
//	$j('.vanilla').visualize({type: 'line', width: '350px', height: '160px', lineWeight: 1, barGroupMargin: 0, appendTitle: false, appendKey: false,
//				yLabelInterval: 30, barMargin: 0});
$j('#top_banner').cycle({ 
	fx:    'fade', 
        pause:  1 
        });
});


var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-6284659-1']);
    _gaq.push(['_trackPageview']);
      
    (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
     })();


