function getUrlParameter(sParam) { var sPageURL = window.location.search.substring(1); var sURLVariables = sPageURL.split('&'); for (var i = 0; i < sURLVariables.length; i++) { var sParameterName = sURLVariables[i].split('='); if (sParameterName[0] == sParam) { return sParameterName[1]; } } } jQuery.noConflict(); jQuery(function($) { jQuery('#actual_projects').cycle({ next:'#actproject-next', prev:'#actproject-prev', fx: 'scrollHorz', timeout:0 }); jQuery('#foto-video').cycle({ next:'#fotovideo-next', prev:'#fotovideo-prev', fx: 'scrollHorz', timeout:0 }); jQuery("font").removeAttr("size"); jQuery("font").removeAttr("face"); //unid="#{javascript:document.getDocument().getUniversalID() ;}"; //unid=getUrlParameter("id"); if (window.unid!=null){ fixLinks("view:body"); } });