define([
'app/routers/myhome'
], function(Router){
app.router = new Router();
Backbone.history.start();
});