jQuery(function($){ $.supersized({ // Functionality slide_interval : 3000, // Length between transitions transition : 1, // 0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left transition_speed : 700, // Speed of transition // Components slide_links : false, // Individual links for each slide (Options: false, 'number', 'name', 'blank') slides : [ // Slideshow Images {image : '/public/fotointro/1.jpg', title : 'Senza titolo', thumb : 'http://www.takeadream.com/public/loadimage.aspx?f=/michele/Senza_Titolo_2010.jpg'/*, url : '#'*/}, {image : '/public/fotointro/10.jpg', title : 'Senza titolo', thumb : '/public/fotointro/10.jpg'/*, url : '#'*/}, {image : '/public/fotointro/11.jpg', title : 'Senza titolo', thumb : '/public/fotointro/11.jpg'/*, url : '#'*/}, {image : '/public/fotointro/12.jpg', title : 'Senza titolo', thumb : '/public/fotointro/12.jpg'/*, url : '#'*/}, {image : '/public/fotointro/2.jpg', title : 'Senza titolo', thumb : '/public/fotointro/2.jpg'/*, url : '#'*/}, {image : '/public/fotointro/3.jpg', title : 'Senza titolo', thumb : '/public/fotointro/3.jpg'/*, url : '#'*/}, {image : '/public/fotointro/4.jpg', title : 'Senza titolo', thumb : '/public/fotointro/4.jpg'/*, url : '#'*/}, {image : '/public/fotointro/5.jpg', title : 'Senza titolo', thumb : '/public/fotointro/5.jpg'/*, url : '#'*/}, {image : '/public/fotointro/6.jpg', title : 'Senza titolo', thumb : '/public/fotointro/6.jpg'/*, url : '#'*/}, {image : '/public/fotointro/7.jpg', title : 'Senza titolo', thumb : '/public/fotointro/7.jpg'/*, url : '#'*/}, {image : '/public/fotointro/8.jpg', title : 'Senza titolo', thumb : '/public/fotointro/8.jpg'/*, url : '#'*/} ] }); }); $(document).ready(function(){ $(".Over").colorbox({innerWidth:'60%', innerHeight:500}); $(".timelineOver").colorbox({iframe:true, innerWidth:'90%', innerHeight:500}); }); var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11498671-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); })();