$(document).ready(function() { InitSite(); }); //GENERIC SITE-----------------------------------------------------------------------------> function InitSite(){ Cufon.replace(['h1, h2, #nav, h3'], {fontFamily: 'gotham-medium'}); } function InitHome(){ //$('.slideshow').cycle() $('.slideshow').cycle({ timeout: 5000, speed: 2000 }); } function Contact(){ $(document).ready(function(){ $("a[rel='example1']").colorbox(); $(".contactus").colorbox({width:"700px;", height:"450px;"}); $(".contactus2").colorbox({width:"700px;", height:"450px;"}); $(".contactus3").colorbox({width:"700px;", height:"450px;"}); $(".btn").colorbox({width:"700px;", height:"450px;"}); }); } //$(".example8").colorbox({width:"50%", inline:true, href:"#inline_example1"});