/* Cache Generated: 13 December 2011 */

/* ANY QUOTES SHOULD BE ADDED LIKE THIS, DUE TO COMPRESSION */jQuery().ready(function() {   /*if (jQuery('.current_banner_inner').length > 0) {  jQuery('.current_banner_inner ul').cycle({ fx: 'fade',  speed: 4000, pager: '#top_portfolios ul', pagerAnchorBuilder: function(idx, slide) { idxNUM = idx + 1;  strClass = jQuery('#top_portfolios ul li:eq(' + idx + ')').attr('class'); strCurrentContent = jQuery('#top_portfolios ul li:eq(' + idx + ') a').html();  if (strClass == 'current templink') { return '<li class="current"><a href="#">' + strCurrentContent + '</a></li>'; } else { return '<li><a href="#">' + strCurrentContent + '</a></li>'; }  }  });  jQuery('#top_portfolios ul li.templink').remove();  jQuery.fn.cycle.updateActivePagerLink = function(pager, currSlideIndex) { jQuery(pager).find('li').removeClass('current') .filter('li:eq(' + currSlideIndex + ')').addClass('current');  onBefore(currSlideIndex); };   }*/  $('#current_banner ul').anythingSlider({ easing : 'easeInOutBack', buildArrows: false, buildNavigation: false, buildStartStop: false, enableArrows: false, enableNavigation: false, enableStartStop: false, startPanel: 0, delay: 7000, autoPlay: true, stopAtEnd: false });  function onBefore(intItem) { jQuery('.banner_zoom_link').html(jQuery('.hidden_enlarge_links .hidden_link:eq(' + intItem + ')').html()); jQuery('.banner_view_link').html(jQuery('.hidden_enlarge_links .hidden_viewlink:eq(' + intItem + ')').html()); if (jQuery('a.enlarge_lightbox').length > 0) { jQuery('a.enlarge_lightbox').colorbox({width:"860px"}); } }   if (jQuery('.form_input').length > 0) { jQuery('.form_input').focus( function() { if( this.value == this.defaultValue ) { this.value = ""; } } ).blur( function() { if( !this.value.length ) { this.value = this.defaultValue; } } ); }  if (jQuery('a.enlarge_lightbox').length > 0) { jQuery('a.enlarge_lightbox').colorbox({width:"860px"}); }  if (jQuery("a.enlarge_iframe").length > 0) { jQuery("a.enlarge_iframe").colorbox({width:"520px", height:"720px", iframe:true}); }  var clientItemCount; var clientItemWidth; var clientItemHeight;  if (jQuery('#clients_scroller_scrollleft').length > 0) {  clientItemCount = jQuery('#client_container ul li').length; clientItemWidth = jQuery('#client_container ul li').width();  jQuery('#client_container ul').width(clientItemCount * clientItemWidth);  jQuery(function( $ ){  var $horizontal_scroller = $('#clients_scroller');  $horizontal_scroller.serialScroll({ target:'#client_container', items:'li',  prev:'img.previous_client', next:'img.next_client', axis:'x', interval:1, easing:'linear', lazy:true, step:1, duration:4000, force:true });  });   }  if (jQuery('#client_container_up').length > 0) {  clientItemCount = jQuery('#client_container_up ul li').length; clientItemHeight = jQuery('#client_container_up ul li').height();  jQuery('#client_container_up ul').height(clientItemCount * clientItemHeight);  jQuery(function( $ ){   var $vertical_scroller = $('#client_scroller_scrollup');  $vertical_scroller.serialScroll({ target:'#client_container_up', items:'li',  prev:'img.previous_client', next:'img.next_client', axis:'y', interval:1, easing:'linear', lazy:true, step:1, duration:4000, force:true  });   });  } /* if (jQuery('#clients_scroller_scrollleft #client_container ul').length > 0) { $("#clients_scroller_scrollleft #client_container ul").simplyScroll({ autoMode: 'bounce' }); }   if (jQuery('#inner_clients_container').length > 0) { $("#inner_clients_container").smoothDivScroll({}); }  if (jQuery('#clients_scroller_scrollleft').length > 0) { jQuery('#clients_scroller_scrollleft').jcarousel({ scroll:1, auto:0 }); }*/  /* Replaces */ Cufon.replace('h2', {"font-family":"Effra-Bold"}); Cufon.replace('h3', {"font-family":"Effra-Bold"}); Cufon.replace('.panel .title', {"font-family":"Effra-Bold"}); Cufon.replace('#content_footer p.cufon', {"font-family":"Charifa"});  Cufon.now(); });

