$(document).ready(function() { //add border to non firsts $("#copy h2:not(:first-child)").addClass("h2_border"); //home slideshow $('.slideshow').cycle({ fx: 'fade', speed: 1000 , timeout: 5000 }); //preload bg images $.preloadCssImages(); }); //SIDENAV PEEK##########################################################################################