CL.Router=Backbone.Router.extend({routes:{"*splat":"loadView",},loadView:function(splat){var url='index.html',gridSections=["work","people"],currentURL=CL.browser.state.get("page").get("url"),currentSection,section;if(splat){url+=splat;} CL.browser.goToURL(url);CL.utilities.track("pageView",url);}});if(Modernizr.history&&!CL.vars.isAndroid){CL.router=new CL.Router();Backbone.history.start({pushState:true,silent:true});}