jQuery(document).ready(function($) {
    //$('#slideshow').cycle({ fx: 'fade', random: 1, timeout: 8000, cleartype: 1, speed: 500 });
	
    $('.tips').cluetip({width: '400px', showTitle: false, sticky: true, closePosition: 'top', closeText: 'X', dropShadow: 'false', activation: 'click'}); 
});


