$(function() {	
	// initialize modules
	rl.homeFeature.init();
	rl.model.init();
	rl.page.init();
	rl.drawer.init();
	rl.drawer.approach.init();
	rl.work.init();
	rl.press.init();
	rl.people.init();
	rl.dropdown.init();
	
	// must be last as it uses all the above modules
	rl.controller.init();
	
	rl.firstLoad = false;	
	
	Cufon.replace("h1");
	
	$(".shadowboxModal").each(function() {
		$(this).attr("rel", "shadowbox-" + Math.round(Math.random() * 1000000)).fancybox({
			overlayColor : "#000000",
			overlayOpacity : 0.75
		});
	});
	
	$('#sbthumbs').cycle({
	    fx:     'fade',
	    speed:  'fast',
	    timeout: 2000,
	    next:   '#sbnext',
	    prev:   '#sbprev',
	    pause: 1
	});
});
