$(function() {

  if(!!$('#coin-slider').length){
    // Slider; SPH(SPW) = squares per Height (and Width)
    $('#coin-slider').coinslider({width:960, height:268, delay: 7000, sDelay: 1, effect:'rain', spw:12, sph:6, opacity:1});
    $('#coin-slider .fake-link').live('click', function(){window.location.href = $(this).attr('data-url')});
  }
	
});

