$(document).ready(function(){ if(!sessionStorage.cookieslaw){ var url = 'http://www.grupporeda.com/cookies.pdf'; $('body').prepend( '
' + 'I COOKIES CI PERMETTONO DI MIGLIORARE LA TUA ESPERIENZA UTENTE. CONTINUANDO A NAVIGARE SU QUESTO SITO ACCETTI IL LORO IMPIEGO.
' + 'MAGGIORI INFORMAZIONI' + '' + '
' ); } $('#topImages').crossSlide({ sleep: 3, fade: 2 }, [ { src: 'http://www.grupporeda.com/templates/images/headers/reda01.jpg' }, { src: 'http://www.grupporeda.com/templates/images/headers/reda02.jpg' }, { src: 'http://www.grupporeda.com/templates/images/headers/reda03.jpg' }, { src: 'http://www.grupporeda.com/templates/images/headers/reda04.jpg' }, { src: 'http://www.grupporeda.com/templates/images/headers/reda05.jpg' }, { src: 'http://www.grupporeda.com/templates/images/headers/reda06.jpg' }, { src: 'http://www.grupporeda.com/templates/images/headers/reda07.jpg' }, { src: 'http://www.grupporeda.com/templates/images/headers/reda08.jpg' }, { src: 'http://www.grupporeda.com/templates/images/headers/reda09.jpg' }, { src: 'http://www.grupporeda.com/templates/images/headers/reda10.jpg' } ]); $('#rightCol .box3 .wrapper').cycle({ fx:'scrollLeft', timeout:4000, delay:-2000 }); $('.placeholder').Placeholder(); $('#newsticker .news').jCarouselLite({ vertical: true, hoverPause:true, visible: 1, auto:2000, speed:1300 }); $('#login .field').focus(function(){ var el = $(this); if($(this).hasClass('label')){ el.removeClass('label').val(''); } }); $('#video .btnPlus, #video img').click(function(){ $('#videoBig').show().toggleClass( 'videoOpen', 800, function(){ var el = $(this); el.find('.container').append('
'); var flashvars = {}; var params = { wmode:"transparent" }; var attributes = {}; swfobject.embedSWF("http://www.grupporeda.com/templates/swf/reda.swf", "videoBigFlash", "512", "384", "9.0.0","http://www.grupporeda.com/components/swf/expressInstall.swf", flashvars, params, attributes) el.find('.container').show(); } ); return false; }); $('#videoBig .btnMinus').click(function(){ //swfobject.removeSWF("videoBigFlash"); $('#videoBig').hide().removeClass('videoOpen').find('.container').hide().html(''); return false; }); //typsy $("a[rel='typsy']").tipsy({fade: false, html: true}); });