Removes copied dependencies, bootstrap unit tests, custom scrollbars.
authorSalvatore Iovene <salvatore@iovene.com>
Fri, 26 Apr 2013 08:32:00 +0000 (11:32 +0300)
committerSalvatore Iovene <salvatore@iovene.com>
Fri, 26 Apr 2013 08:32:00 +0000 (11:32 +0300)
132 files changed:
.gitmodules
examples/calf-ng/index.html [deleted file]
examples/calf-ng/javascripts/calf-ng.js [deleted file]
examples/calf/images/data/ani-difranco.jpg [deleted file]
examples/calf/images/data/calf.jpg [deleted file]
examples/calf/images/data/casey-dienel.jpg [deleted file]
examples/calf/images/data/emily-haines.jpg [deleted file]
examples/calf/images/data/regina-spektor.jpg [deleted file]
examples/calf/images/data/regina-spektor/11-11.jpg [deleted file]
examples/calf/images/data/regina-spektor/begin-to-hope.jpg [deleted file]
examples/calf/images/data/regina-spektor/far.jpg [deleted file]
examples/calf/images/data/regina-spektor/songs.jpg [deleted file]
examples/calf/images/data/regina-spektor/soviet-kitsch.jpg [deleted file]
examples/calf/images/data/regina-spektor/what-we-saw-from-the-cheap-seats.jpg [deleted file]
examples/calf/index.html [deleted file]
examples/calf/javascripts/app/app.js [deleted file]
examples/calf/javascripts/app/controllers/albums.js [deleted file]
examples/calf/javascripts/app/controllers/application.js [deleted file]
examples/calf/javascripts/app/controllers/artists.js [deleted file]
examples/calf/javascripts/app/controllers/nowplaying.js [deleted file]
examples/calf/javascripts/app/controllers/songs.js [deleted file]
examples/calf/javascripts/app/controllers/volumecontrol.js [deleted file]
examples/calf/javascripts/app/mixins/haspicture.js [deleted file]
examples/calf/javascripts/app/models/album.js [deleted file]
examples/calf/javascripts/app/models/artist.js [deleted file]
examples/calf/javascripts/app/models/song.js [deleted file]
examples/calf/javascripts/app/router.js [deleted file]
examples/calf/javascripts/app/store.js [deleted file]
examples/calf/javascripts/app/views/album.js [deleted file]
examples/calf/javascripts/app/views/albums.js [deleted file]
examples/calf/javascripts/app/views/application.js [deleted file]
examples/calf/javascripts/app/views/artist.js [deleted file]
examples/calf/javascripts/app/views/artists.js [deleted file]
examples/calf/javascripts/app/views/haspicture.js [deleted file]
examples/calf/javascripts/app/views/nowplaying.js [deleted file]
examples/calf/javascripts/app/views/page.js [deleted file]
examples/calf/javascripts/app/views/song.js [deleted file]
examples/calf/javascripts/app/views/songs.js [deleted file]
examples/calf/javascripts/app/views/volumecontrol.js [deleted file]
examples/calf/javascripts/calf.js [deleted file]
examples/calf/lib/ember-1.0.0-pre.2.js [deleted file]
examples/calf/lib/handlebars-1.0.0.beta.6.js [deleted file]
examples/calf/styles/calf.css [deleted file]
examples/hoofbeats/config.xml [deleted file]
examples/hoofbeats/deploy.sh [deleted file]
examples/hoofbeats/icon.png [deleted file]
examples/hoofbeats/icon.svg [deleted file]
examples/hoofbeats/index.html [deleted file]
examples/hoofbeats/javascripts/app/app.js [deleted file]
examples/hoofbeats/javascripts/app/controllers/allController.js [deleted file]
examples/hoofbeats/javascripts/app/models/mediaItemModel.js [deleted file]
examples/hoofbeats/javascripts/app/router.js [deleted file]
examples/hoofbeats/javascripts/app/store.js [deleted file]
examples/hoofbeats/javascripts/app/views/allView.js [deleted file]
examples/hoofbeats/javascripts/app/views/mediaItemView.js [deleted file]
examples/hoofbeats/javascripts/library.js [deleted file]
examples/hoofbeats/javascripts/resolvers/dummy.js [deleted file]
examples/hoofbeats/javascripts/resolvers/musicbrainz.js [deleted file]
examples/hoofbeats/lib/moment.js [deleted file]
examples/hoofbeats/make-wgt.sh [deleted file]
examples/hoofbeats/stylesheets/hoofbeats.css [deleted file]
examples/hoofbeats/tests/config.xml [deleted file]
examples/hoofbeats/tests/deploy.sh [deleted file]
examples/hoofbeats/tests/icon.png [deleted file]
examples/hoofbeats/tests/icon.svg [deleted file]
examples/hoofbeats/tests/index.html [deleted file]
examples/hoofbeats/tests/make-wgt.sh [deleted file]
examples/hoofbeats/tests/phantom.js [deleted file]
examples/hoofbeats/tests/run.sh [deleted file]
examples/hoofbeats/tests/server.js [deleted file]
examples/hoofbeats/tests/unit/hoofbeats-phantom.js [deleted file]
examples/hoofbeats/tests/unit/library.js [deleted file]
examples/hoofbeats/tests/unit/resolvers/musicbrainz.js [deleted file]
examples/hoofbeats/tests/vendor/jquery-1.8.3.js [deleted file]
examples/hoofbeats/tests/vendor/qunit.css [deleted file]
examples/hoofbeats/tests/vendor/qunit.js [deleted file]
examples/widget-gallery/index.html [deleted file]
examples/widget-gallery/javascripts/widget-gallery.js [deleted file]
grunt.js
lib/angular.js [deleted file]
lib/ember-1.0.0-pre.4.js [deleted file]
lib/handlebars-1.0.rc.2.js [deleted file]
lib/jquery [new submodule]
lib/jquery-1.8.3.js [deleted file]
lib/jquery-ui [new submodule]
lib/jquery-ui-1.9.2.custom.js [deleted file]
lib/jquery.mCustomScrollbar.css [deleted file]
lib/jquery.mCustomScrollbar.js [deleted file]
lib/jquery.mousewheel.js [deleted file]
lib/jquery.ui.slider.css [deleted file]
lib/jquery.ui.slider.js [deleted file]
lib/qunit [new submodule]
lib/underscore [new submodule]
lib/underscore-min.js [deleted file]
src/javascripts/cowhide-button.js
src/javascripts/cowhide-checkbox-input.js
src/javascripts/cowhide-core.js
src/javascripts/cowhide-header.js
src/javascripts/cowhide-ng-button.js [deleted file]
src/javascripts/cowhide-ng-core.js [deleted file]
src/javascripts/cowhide-ng-header.js [deleted file]
src/javascripts/cowhide-ng-page.js [deleted file]
src/javascripts/cowhide-ng-scrollable.js [deleted file]
src/javascripts/cowhide-ng-slider.js [deleted file]
src/javascripts/cowhide-page.js
src/javascripts/cowhide-radio-input.js
src/javascripts/cowhide-scrollable.js [deleted file]
src/javascripts/cowhide-select.js
src/javascripts/cowhide-simple-scrollable.js [deleted file]
src/javascripts/cowhide-widget.js
tests/index.html
tests/test/.empty [deleted file]
tests/unit/bootstrap-affix.js [deleted file]
tests/unit/bootstrap-alert.js [deleted file]
tests/unit/bootstrap-button.js [deleted file]
tests/unit/bootstrap-carousel.js [deleted file]
tests/unit/bootstrap-collapse.js [deleted file]
tests/unit/bootstrap-dropdown.js [deleted file]
tests/unit/bootstrap-modal.js [deleted file]
tests/unit/bootstrap-popover.js [deleted file]
tests/unit/bootstrap-scrollspy.js [deleted file]
tests/unit/bootstrap-tab.js [deleted file]
tests/unit/bootstrap-tooltip.js [deleted file]
tests/unit/bootstrap-transition.js [deleted file]
tests/unit/bootstrap-typeahead.js [deleted file]
tests/unit/cowhide-button.js
tests/unit/cowhide-core.js
tests/unit/cowhide-header.js
tests/unit/cowhide-scrollable.js [deleted file]
tests/unit/cowhide-simple-scrollable.js [deleted file]
tests/vendor/qunit.css [deleted file]
tests/vendor/qunit.js [deleted file]

index fba0eef..e8b5ed5 100644 (file)
@@ -1,3 +1,15 @@
 [submodule "modules/bootstrap"]
        path = modules/bootstrap
        url = git://github.com/twitter/bootstrap.git
+[submodule "lib/jquery"]
+       path = lib/jquery
+       url = git://github.com/jquery/jquery.git
+[submodule "lib/jquery-ui"]
+       path = lib/jquery-ui
+       url = git://github.com/jquery/jquery-ui.git
+[submodule "lib/underscore"]
+       path = lib/underscore
+       url = git://github.com/documentcloud/underscore.git
+[submodule "lib/qunit"]
+       path = lib/qunit
+       url = git://github.com/jquery/qunit.git
diff --git a/examples/calf-ng/index.html b/examples/calf-ng/index.html
deleted file mode 100644 (file)
index 90d9206..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<!--
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
--->
-
-<!doctype html>
-<html lang="en" ng-app="cowhide-ng">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-
-    <title>Calf NG: a Cowhide example, using the NG directives</title>
-    <meta name="description" content="An example showcasing cowhide-ng's capabilities.">
-    <meta name="viewport" content="width=device-width">
-
-    <link id="cowhide-theme" rel="stylesheet" href="../../cowhide-default.css">
-  </head>
-
-  <body>
-    <ch-page>
-      <ch-header title="Calf NG"></ch-header>
-      <ch-button>Hello world!</ch-button>
-      <ch-slider height="200" orientation="vertical"></ch-slider>
-    </ch-page>
-    <!-- The glorious cowhide framework. -->
-    <script src="../../cowhide.js"></script>
-    <script src="../../cowhide-ng.js"></script>
-
-    <!-- This file contains other code needed by this example app. -->
-    <script src="javascripts/calf-ng.js"></script>
-  </body>
-</html>
diff --git a/examples/calf-ng/javascripts/calf-ng.js b/examples/calf-ng/javascripts/calf-ng.js
deleted file mode 100644 (file)
index 92a21da..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-$(function() {
-    $.cowhide.initThemeEngine({
-        path: '../..'
-    });
-});
diff --git a/examples/calf/images/data/ani-difranco.jpg b/examples/calf/images/data/ani-difranco.jpg
deleted file mode 100644 (file)
index b1038d2..0000000
Binary files a/examples/calf/images/data/ani-difranco.jpg and /dev/null differ
diff --git a/examples/calf/images/data/calf.jpg b/examples/calf/images/data/calf.jpg
deleted file mode 100644 (file)
index 5bf0a4c..0000000
Binary files a/examples/calf/images/data/calf.jpg and /dev/null differ
diff --git a/examples/calf/images/data/casey-dienel.jpg b/examples/calf/images/data/casey-dienel.jpg
deleted file mode 100644 (file)
index 7d11832..0000000
Binary files a/examples/calf/images/data/casey-dienel.jpg and /dev/null differ
diff --git a/examples/calf/images/data/emily-haines.jpg b/examples/calf/images/data/emily-haines.jpg
deleted file mode 100644 (file)
index 1c6a44f..0000000
Binary files a/examples/calf/images/data/emily-haines.jpg and /dev/null differ
diff --git a/examples/calf/images/data/regina-spektor.jpg b/examples/calf/images/data/regina-spektor.jpg
deleted file mode 100644 (file)
index 32c73bc..0000000
Binary files a/examples/calf/images/data/regina-spektor.jpg and /dev/null differ
diff --git a/examples/calf/images/data/regina-spektor/11-11.jpg b/examples/calf/images/data/regina-spektor/11-11.jpg
deleted file mode 100644 (file)
index cfecca3..0000000
Binary files a/examples/calf/images/data/regina-spektor/11-11.jpg and /dev/null differ
diff --git a/examples/calf/images/data/regina-spektor/begin-to-hope.jpg b/examples/calf/images/data/regina-spektor/begin-to-hope.jpg
deleted file mode 100644 (file)
index 1768f61..0000000
Binary files a/examples/calf/images/data/regina-spektor/begin-to-hope.jpg and /dev/null differ
diff --git a/examples/calf/images/data/regina-spektor/far.jpg b/examples/calf/images/data/regina-spektor/far.jpg
deleted file mode 100644 (file)
index e750dbc..0000000
Binary files a/examples/calf/images/data/regina-spektor/far.jpg and /dev/null differ
diff --git a/examples/calf/images/data/regina-spektor/songs.jpg b/examples/calf/images/data/regina-spektor/songs.jpg
deleted file mode 100644 (file)
index 5429597..0000000
Binary files a/examples/calf/images/data/regina-spektor/songs.jpg and /dev/null differ
diff --git a/examples/calf/images/data/regina-spektor/soviet-kitsch.jpg b/examples/calf/images/data/regina-spektor/soviet-kitsch.jpg
deleted file mode 100644 (file)
index e23468c..0000000
Binary files a/examples/calf/images/data/regina-spektor/soviet-kitsch.jpg and /dev/null differ
diff --git a/examples/calf/images/data/regina-spektor/what-we-saw-from-the-cheap-seats.jpg b/examples/calf/images/data/regina-spektor/what-we-saw-from-the-cheap-seats.jpg
deleted file mode 100644 (file)
index f0aa52d..0000000
Binary files a/examples/calf/images/data/regina-spektor/what-we-saw-from-the-cheap-seats.jpg and /dev/null differ
diff --git a/examples/calf/index.html b/examples/calf/index.html
deleted file mode 100644 (file)
index 0fa4c55..0000000
+++ /dev/null
@@ -1,217 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-
-    <title>Calf: a Cowhide example</title>
-    <meta name="description" content="An example showcasing ivi-webui's capabilities.">
-    <meta name="viewport" content="width=device-width">
-
-    <link id="cowhide-theme" rel="stylesheet" href="lib/cowhide-default.css">
-    <link rel="stylesheet" href="styles/calf.css">
-  </head>
-
-  <body>
-    <div class="container page">
-      <h1>
-        Cowhide
-        <small>An HTML5 framework built on top of Twitter Bootstrap.</small>
-      </h1>
-
-      <div class="well" style="overflow: hidden">
-        <button id="night-mode-toggle" class="btn btn-primary" data-toggle="button">Night mode</button>
-        <button id="driving-mode-toggle" class="btn btn-primary" data-toggle="button" data-ignore-driving-mode="true">Driving mode</button>
-
-        <div class="pull-right">
-          <form class="form-inline" id="controls">
-            <div class="control-group">
-              <div class="input-append">
-                <input type="text"
-                       id="button-font-size" placeholder="Button font size"/>
-                <span class="add-on">px</span>
-                <button class="btn" type="button">Apply</button>
-              </div>
-            </div>
-
-            <div class="control-group">
-              <select type="text" id="theme-selector">
-                <option value="0">Select theme:</option>
-                <option value="default">Default</option>
-                <option value="amelia">Amelia</option>
-                <option value="spruce">Spruce</option>
-              </select>
-            </div>
-        </div>
-      </div>
-
-      <h2>Calf Music Player<small>A Cowhide example application.</small></h2>
-      <div id="application"></div>
-    </div> <!-- container -->
-
-    <!-- initial template of our application; it just installs the outlet. -->
-    <script type="text/x-handlebars" data-template-name="application">
-      <div class="navbar navbar-inverse">
-        <div class="navbar-inner">
-          <ul class="nav">
-            <li><a {{action showArtists href=true}}>Artists</a></li>
-            <li><a {{action showAlbums href=true}}>Albums</a></li>
-            <li><a {{action showSongs href=true}}>Songs</a></li>
-          </ul>
-        </div>
-      </div>
-      <div class="content">
-        <div class="row">
-          <div class="span8">
-            {{outlet library}}
-          </div>
-          <div class="span4">
-            {{outlet now_playing}}
-          </div>
-        </div>
-
-        {{outlet volume_control}}
-      </div>
-    </script>
-
-    <script type="text/x-handlebars" data-template-name="artists">
-      <ul class="item-list striped">
-        {{#if controller.arrangedContent}}
-          {{#each artist in controller.arrangedContent}}
-            {{view Calf.ArtistView contentBinding="artist"}}
-          {{/each}}
-        {{else}}
-          <li>No artists in your library</li>
-        {{/if}}
-      </ul>
-    </script>
-
-    <script type="text/x-handlebars" data-template-name="artist">
-      <a {{action showArtistsAlbums artist href=true}}>
-        {{#if artist.isBandOnly}}
-          <strong>{{artist.bandName}}</strong>
-        {{else}}
-          <strong>{{artist.lastName}}</strong>, {{artist.firstName}}
-          {{#if artist.bandName}}
-            <em>({{artist.bandName}})</em>
-          {{/if}}
-        {{/if}}
-      </a>
-    </script>
-
-    <script type="text/x-handlebars" data-template-name="albums">
-      <ul class="item-list striped">
-        {{#if controller.arrangedContent}}
-          {{#each album in controller.arrangedContent}}
-            {{view Calf.AlbumView contentBinding="album"}}
-          {{/each}}
-        {{else}}
-          <li>No albums found.</li>
-        {{/if}}
-      </ul>
-    </script>
-
-    <script type="text/x-handlebars" data-template-name="album">
-        <a {{action showAlbumsSongs album href=true}}>
-          <strong>{{album.name}}</strong> ({{album.year}})
-        </a>
-    </script>
-
-    <script type="text/x-handlebars" data-template-name="songs">
-      <ul class="item-list striped">
-        {{#if controller.arrangedContent}}
-          {{#each song in controller.arrangedContent}}
-            <li>{{view Calf.SongView contentBinding="song"}}</li>
-          {{/each}}
-        {{else}}
-          <li>No songs found.</li>
-        {{/if}}
-      </ul>
-    </script>
-
-    <script type="text/x-handlebars" data-template-name="song">
-        <strong>{{song.title}}</strong> ({{song.duration}})
-    </script>
-
-    <script type="text/x-handlebars" data-template-name="now-playing">
-      <div class="album-art">
-        <img {{bindAttr src="picture"}}/>
-      </div>
-      <ul class="nav nav-pills play-controls">
-        <li class="backward"><a><i class="icon-step-backward"></i></a></li>
-        <li class="play"><a><i class="icon-play"></i></a></li>
-        <li class="stop"><a><i class="icon-stop"></i></a></li>
-        <li class="forward"><a><i class="icon-step-forward"></i></a></li>
-        <li class="volume">
-          <a {{action showVolumeControl}}>
-            <i class="icon-volume-up"></i>
-          </a>
-        </li>
-      </div>
-    </script>
-
-    <script type="text/x-handlebars" data-template-name="volume-control">
-      <div class="modal-header">
-        <h3>Volume control</h3>
-      </div>
-      <div class="modal-body">
-        <div class="row">
-          <div class="span4">
-            <div class="volume-sliders">
-              <div class="ch-slider-vertical front-left" data-height="160"></div>
-              <div class="ch-slider-vertical front-right" data-height="160"></div>
-              <div class="ch-slider-vertical rear-left" data-height="160"></div>
-              <div class="ch-slider-vertical rear-right" data-height="160"></div>
-            </div>
-          </div>
-          <div class="span1 offset1">
-            <div class="ch-seat-selector"></div>
-          </div>
-        </div>
-      </div>
-      <div class="modal-footer">
-        <a class="btn btn-primary" {{action hideVolumeControl}}>Close</a>
-      </div>
-    </script>
-
-    <!-- The glorious cowhide framework. -->
-    <script src="lib/cowhide.js"></script>
-
-    <!-- handlebars is used in this example app for the templating. -->
-    <script src="lib/handlebars-1.0.0.beta.6.js"></script>
-    <!-- ember is used in this example app for MVC. -->
-    <script src="lib/ember-1.0.0-pre.2.js"></script>
-
-    <!-- Our glorious example app: Calf -->
-    <script src="javascripts/app/app.js"></script>
-    <script src="javascripts/app/router.js"></script>
-    <script src="javascripts/app/store.js"></script>
-
-    <script src="javascripts/app/models/artist.js"></script>
-    <script src="javascripts/app/models/album.js"></script>
-    <script src="javascripts/app/models/song.js"></script>
-
-    <script src="javascripts/app/mixins/haspicture.js"></script>
-
-    <script src="javascripts/app/views/application.js"></script>
-    <script src="javascripts/app/views/page.js"></script>
-    <script src="javascripts/app/views/nowplaying.js"></script>
-    <script src="javascripts/app/views/artists.js"></script>
-    <script src="javascripts/app/views/artist.js"></script>
-    <script src="javascripts/app/views/albums.js"></script>
-    <script src="javascripts/app/views/album.js"></script>
-    <script src="javascripts/app/views/songs.js"></script>
-    <script src="javascripts/app/views/song.js"></script>
-    <script src="javascripts/app/views/volumecontrol.js"></script>
-
-    <script src="javascripts/app/controllers/application.js"></script>
-    <script src="javascripts/app/controllers/nowplaying.js"></script>
-    <script src="javascripts/app/controllers/artists.js"></script>
-    <script src="javascripts/app/controllers/albums.js"></script>
-    <script src="javascripts/app/controllers/songs.js"></script>
-    <script src="javascripts/app/controllers/volumecontrol.js"></script>
-
-    <!-- This file contains other code needed by this example app. -->
-    <script src="javascripts/calf.js"></script>
-  </body>
-</html>
diff --git a/examples/calf/javascripts/app/app.js b/examples/calf/javascripts/app/app.js
deleted file mode 100644 (file)
index 3cf6485..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(win) {
-    'use strict';
-
-    win.Calf = window.Ember.Application.create({
-        VERSION: '0.1',
-        rootElement: '#application'
-    });
-})(window);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/controllers/albums.js b/examples/calf/javascripts/app/controllers/albums.js
deleted file mode 100644 (file)
index 07b7152..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var AlbumsController = Ember.ArrayController.extend({
-        content: [],
-        sortProperties: ['name']
-    });
-
-    app.AlbumsController = AlbumsController;
-    app.albumsController = AlbumsController.create();
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/controllers/application.js b/examples/calf/javascripts/app/controllers/application.js
deleted file mode 100644 (file)
index af6ccf1..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var ApplicationController = Ember.Controller.extend({});
-
-    app.ApplicationController = ApplicationController;
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/controllers/artists.js b/examples/calf/javascripts/app/controllers/artists.js
deleted file mode 100644 (file)
index 580a229..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember, _) {
-    'use strict';
-
-    var ArtistsController = Ember.ArrayController.extend({
-        content: [],
-        sortProperties: ['lastName', 'firstName', 'bandName']
-    });
-
-    app.ArtistsController = ArtistsController;
-    app.artistsController = ArtistsController.create();
-})(window.Calf, window.Ember, window._);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/controllers/nowplaying.js b/examples/calf/javascripts/app/controllers/nowplaying.js
deleted file mode 100644 (file)
index 272606f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var NowPlayingController = Ember.Controller.extend({
-        picture: "images/data/calf.jpg",
-
-        setPicture: function(filename) {
-            this.set("picture", "images/data/" + filename);
-        },
-        unsetPicture: function() {
-            this.set("picture", "images/data/calf.jpg");
-        }
-    });
-
-    app.NowPlayingController = NowPlayingController;
-    app.nowPlayingController = NowPlayingController.create();
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/controllers/songs.js b/examples/calf/javascripts/app/controllers/songs.js
deleted file mode 100644 (file)
index 9f4eb93..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var SongsController = Ember.ArrayController.extend({
-        content: [],
-        sortProperties: ['title']
-    });
-
-    app.SongsController = SongsController;
-    app.songsController = SongsController.create();
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/controllers/volumecontrol.js b/examples/calf/javascripts/app/controllers/volumecontrol.js
deleted file mode 100644 (file)
index 99e9d79..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var VolumeControlController = Ember.Controller.extend({
-        display: false
-    });
-
-    app.VolumeControlController = VolumeControlController;
-    app.volumeControlController = VolumeControlController.create();
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/mixins/haspicture.js b/examples/calf/javascripts/app/mixins/haspicture.js
deleted file mode 100644 (file)
index 070aa44..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var HasPictureMixin = Ember.Mixin.create({
-        mouseEnter: function(e) {
-            var npc = app.get('router').get('nowPlayingController');
-            var picture = this.get('content').get('picture');
-
-            if (picture)
-                npc.setPicture(picture);
-        },
-
-        mouseLeave: function(e) {
-            var npc = app.get('router').get('nowPlayingController');
-            npc.unsetPicture();
-        }
-    });
-
-    app.HasPictureMixin = HasPictureMixin;
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/models/album.js b/examples/calf/javascripts/app/models/album.js
deleted file mode 100644 (file)
index b64f8fd..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember, _) {
-    'use strict';
-
-    var Album = Ember.Object.extend({
-        id: null,
-        artist: null,
-        name: null,
-        year: null
-    });
-
-    Album.reopenClass({
-        find: function(artist) {
-            return app.Store.getAlbums(artist);
-        }
-    });
-
-    app.Album = Album;
-})(window.Calf, window.Ember, window._);
diff --git a/examples/calf/javascripts/app/models/artist.js b/examples/calf/javascripts/app/models/artist.js
deleted file mode 100644 (file)
index 9145353..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var Artist = Ember.Object.extend({
-        id: null,
-        firstName: null,
-        lastName: null,
-        bandName: null,
-
-        name: function() {
-            var ret = "";
-            if (this.get('firstName') && this.get('lastName')) {
-                ret = "%@, %@".fmt(this.get('lastName', this.get('firstName')));
-                if(this.get('bandName')) {
-                    ret += " (%@)".fmt(this.get('bandName'));
-                }
-            } else {
-                ret = this.get('bandName');
-            }
-
-            return ret;
-        }.property('firstName', 'lastName', 'bandName'),
-
-        isBandOnly: function() {
-            if (this.get('firstName') === null &&
-                this.get('lastName') === null &&
-                this.get('bandName') !== null) {
-                return true;
-            }
-            return false;
-        }.property('firstName', 'lastName', 'bandName')
-    });
-
-
-    Artist.reopenClass({
-        find: function() {
-            return app.Store.getArtists();
-        }
-    });
-
-    app.Artist = Artist;
-})(window.Calf, window.Ember);
diff --git a/examples/calf/javascripts/app/models/song.js b/examples/calf/javascripts/app/models/song.js
deleted file mode 100644 (file)
index 260a6f2..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember, _) {
-    'use strict';
-
-    var Song = Ember.Object.extend({
-        id: null,
-        title: null,
-        duration: null
-    });
-
-    Song.reopenClass({
-        find: function(album) {
-            return app.Store.getSongs(album);
-        }
-    });
-
-    app.Song = Song;
-})(window.Calf, window.Ember, window._);
diff --git a/examples/calf/javascripts/app/router.js b/examples/calf/javascripts/app/router.js
deleted file mode 100644 (file)
index 043ce68..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var Router = Ember.Router.extend({
-        location: 'hash',
-
-        root: Ember.Route.extend({
-            showArtists: Ember.Route.transitionTo('artists'),
-            showArtistsAlbums: Ember.Router.transitionTo('artists_albums'),
-
-            showAlbums: Ember.Route.transitionTo('albums'),
-            showAlbumsSongs: Ember.Route.transitionTo('albums_songs'),
-            showSongs: Ember.Route.transitionTo('songs'),
-
-            showVolumeControl: function(router) {
-                var controller = router.get('volumeControlController');
-                controller.set("display", true);
-            },
-
-            hideVolumeControl: function(router) {
-                var controller = router.get('volumeControlController');
-                controller.set("display", false);
-            },
-
-            index: Ember.Route.extend({
-                route: '/',
-                redirectsTo: 'artists'
-            }),
-
-            artists: Ember.Route.extend({
-                route: '/artists',
-                connectOutlets: function(router) {
-                    var controller = router.get('applicationController');
-                    controller.connectOutlet('library', 'artists', app.Artist.find());
-                    controller.connectOutlet('now_playing', 'nowPlaying');
-                    controller.connectOutlet('volume_control', 'volumeControl');
-                }
-            }),
-
-            artists_albums: Ember.Route.extend({
-                route: '/artist/:artist_id/albums',
-                connectOutlets: function (router, artist) {
-                    var controller = router.get('applicationController');
-                    controller.connectOutlet('library', 'albums', app.Album.find(artist));
-                    controller.connectOutlet('now_playing', 'nowPlaying');
-                    controller.connectOutlet('volume_control', 'volumeControl');
-                }
-            }),
-
-            albums: Ember.Route.extend({
-                route: '/albums',
-                connectOutlets: function(router) {
-                    var controller = router.get('applicationController');
-                    controller.connectOutlet('library', 'albums', app.Album.find());
-                    controller.connectOutlet('now_playing', 'nowPlaying');
-                    controller.connectOutlet('volume_control', 'volumeControl');
-                }
-            }),
-
-            albums_songs: Ember.Route.extend({
-                route: '/albums/:album_id/songs',
-                connectOutlets: function(router, album) {
-                    var controller = router.get('applicationController');
-                    controller.connectOutlet('library', 'songs', app.Song.find(album));
-                    controller.connectOutlet('now_playing', 'nowPlaying');
-                    controller.connectOutlet('volume_control', 'volumeControl');
-                }
-            }),
-
-            songs: Ember.Route.extend({
-                route: '/songs',
-                connectOutlets: function(router) {
-                    var controller = router.get('applicationController');
-                    controller.connectOutlet('library', 'songs', app.Song.find());
-                    controller.connectOutlet('now_playing', 'nowPlaying');
-                    controller.connectOutlet('volume_control', 'volumeControl');
-                }
-            })
-        })
-    });
-
-    app.Router = Router;
-})(window.Calf, window.Ember);
diff --git a/examples/calf/javascripts/app/store.js b/examples/calf/javascripts/app/store.js
deleted file mode 100644 (file)
index fa0810e..0000000
+++ /dev/null
@@ -1,164 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, _) {
-    'use strict';
-
-    var Store = function() {}
-
-    Store.prototype = {
-        artists: [
-            {"id": 0,
-             "firstName": "Regina",
-             "lastName": "Spektor",
-             "picture": "regina-spektor.jpg"
-            },
-            {"id": 1,
-             "firstName": "Ani",
-             "lastName": "diFranco",
-             "picture": "ani-difranco.jpg"
-            },
-            {"id": 2,
-             "firstName": "Emily",
-             "lastName": "Haynes",
-             "bandName": "Metric",
-             "picture": "emily-haines.jpg"
-            },
-            {"id": 3,
-             "firstName": "Casey",
-             "lastName": "Dienel",
-             "picture": "casey-dienel.jpg"
-            }
-        ],
-
-        albums: [
-            {"id": 0,
-             "artist_id": 0,
-             "name": "11:11",
-             "year": 2001,
-             "picture": "regina-spektor/11-11.jpg"
-            },
-            {"id": 1,
-             "artist_id": 0,
-             "name": "Songs",
-             "year": 2002,
-             "picture": "regina-spektor/songs.jpg"
-            },
-            {"id": 2,
-             "artist_id": 0,
-             "name": "Soviet Kitsch",
-             "year": 2004,
-             "picture": "regina-spektor/soviet-kitsch.jpg"
-            },
-            {"id": 3,
-             "artist_id": 0,
-             "name": "Begin to Hope",
-             "year": 2006,
-             "picture": "regina-spektor/begin-to-hope.jpg"
-            },
-            {"id": 4,
-             "artist_id": 0,
-             "name": "Far",
-             "year": 2009,
-             "picture": "regina-spektor/far.jpg"
-            },
-            {"id": 5,
-             "artist_id": 0,
-             "name": "What We Saw from the Cheap Seats",
-             "year": 2012,
-             "picture": "regina-spektor/what-we-saw-from-the-cheap-seats.jpg"
-            }
-        ],
-
-        songs: [
-            {"id": 0,
-             "album_id": 0,
-             "title": "Love Affair",
-             "duration": "2:22"
-            },
-            {"id": 1,
-             "album_id": 0,
-             "title": "Rejazz",
-             "duration": "3:37"
-            },
-            {"id": 2,
-             "album_id": 0,
-             "title": "Back of a Truck",
-             "duration": "5:52"
-            }
-        ],
-
-        getArtist: function(id) {
-            var artist = app.Artist.create(
-                _.find(this.artists, function(artist_data) {
-                    return artist_data.id === id;
-                })
-            );
-
-            return artist;
-        },
-        getArtists: function() {
-            var artists = [];
-
-            _.each(this.artists, function(artist_data) {
-                artists.push(app.Artist.create(artist_data));
-            });
-
-            return artists;
-        },
-
-        getAlbum: function(id) {
-            var album_data = _.find(this.albums, function(album_data) {
-                return album_data.id === id;
-            });
-
-            var album = app.Album.create(album_data);
-            var artist = this.getArtist(album_data.artist_id);
-
-            album.set('artist', artist);
-
-            return album;
-        },
-        getAlbums: function(artist) {
-            var albums = [];
-            var self = this;
-
-            _.each(this.albums, function(album_data) {
-                var album = app.Album.create(album_data);
-                var album_artist = self.getArtist(album_data.artist_id);
-
-                if (artist === undefined || artist.get('id') === album_artist.get('id')) {
-                    album.set('artist', album_artist);
-                    albums.push(album);
-                }
-            });
-
-            return albums;
-        },
-
-        getSongs: function(album) {
-            var songs = [];
-            var self = this;
-
-            _.each(this.songs, function(song_data) {
-                var song = app.Album.create(song_data);
-                var song_album = self.getAlbum(song_data.album_id);
-
-                if (album === undefined || album.get('id') === song_album.get('id')) {
-                    song.set('album', song_album);
-                    songs.push(song);
-                }
-            });
-
-            return songs;
-        }
-    };
-
-    app.Store = new Store();
-})(window.Calf, window._);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/views/album.js b/examples/calf/javascripts/app/views/album.js
deleted file mode 100644 (file)
index c930fb7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var AlbumView = Ember.View.extend(app.HasPictureMixin, {
-        templateName: 'album',
-        tagName: 'li',
-        classNames: ['album']
-    });
-
-    app.AlbumView = AlbumView;
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/views/albums.js b/examples/calf/javascripts/app/views/albums.js
deleted file mode 100644 (file)
index 42a044e..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var AlbumsView = app.Page.extend({
-        templateName: 'albums',
-        tagName: 'div',
-        classNames: ['library', 'scrollable'],
-
-        didInsertElement: function() {
-          this.$().ch_scrollable('enable');
-        }
-    });
-
-    app.AlbumsView = AlbumsView;
-})(window.Calf, window.Ember);
diff --git a/examples/calf/javascripts/app/views/application.js b/examples/calf/javascripts/app/views/application.js
deleted file mode 100644 (file)
index 5854db7..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var ApplicationView = Ember.View.extend({
-        templateName: 'application'
-    });
-
-    app.ApplicationView = ApplicationView;
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/views/artist.js b/examples/calf/javascripts/app/views/artist.js
deleted file mode 100644 (file)
index 615c167..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var ArtistView = Ember.View.extend(app.HasPictureMixin, {
-        templateName: 'artist',
-        tagName: 'li',
-        classNames: ['artist']
-    });
-
-    app.ArtistView = ArtistView;
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/views/artists.js b/examples/calf/javascripts/app/views/artists.js
deleted file mode 100644 (file)
index 51c010b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var ArtistsView = app.Page.extend({
-        templateName: 'artists',
-        tagName: 'div',
-        classNames: ['library', 'scrollable'],
-
-        didInsertElement: function() {
-          this.$().ch_scrollable('enable');
-        }
-    });
-
-    app.ArtistsView = ArtistsView;
-})(window.Calf, window.Ember);
diff --git a/examples/calf/javascripts/app/views/haspicture.js b/examples/calf/javascripts/app/views/haspicture.js
deleted file mode 100644 (file)
index 71afcaf..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var HasPictureMixin = Ember.Mixin.extend({
-        mouseEnter: function(e) {
-            var npc = app.get('router').get('nowPlayingController');
-            var picture = this.get('content').get('picture');
-
-            if (picture)
-                npc.setPicture(picture);
-        },
-
-        mouseLeave: function(e) {
-            var npc = app.get('router').get('nowPlayingController');
-            npc.unsetPicture();
-        }
-    });
-
-    app.HasPictureMixin = HasPictureMixin;
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/views/nowplaying.js b/examples/calf/javascripts/app/views/nowplaying.js
deleted file mode 100644 (file)
index 9b09fd4..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var NowPlayingView = Ember.View.extend({
-        templateName: 'now-playing',
-        classNames: ['now-playing']
-    });
-
-    app.NowPlayingView = NowPlayingView;
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/views/page.js b/examples/calf/javascripts/app/views/page.js
deleted file mode 100644 (file)
index 755785f..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var Page = Ember.View.extend({
-        didInsertElement: function() {
-            this.$()
-                .css({opacity: 0})
-                .animate({opacity: 1}, 250);
-        }
-    });
-
-    app.Page = Page;
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/views/song.js b/examples/calf/javascripts/app/views/song.js
deleted file mode 100644 (file)
index 470dd26..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var SongView = Ember.View.extend({
-        templateName: 'song',
-        tagName: 'span',
-        classNames: ['song']
-    });
-
-    app.SongView = SongView;
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/app/views/songs.js b/examples/calf/javascripts/app/views/songs.js
deleted file mode 100644 (file)
index ff2e0ac..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var SongsView = app.Page.extend({
-        templateName: 'songs',
-        tagName: 'div',
-        classNames: ['library', 'scrollable'],
-
-        didInsertElement: function() {
-          this.$().ch_scrollable('enable');
-        }
-    });
-
-    app.SongsView = SongsView;
-})(window.Calf, window.Ember);
diff --git a/examples/calf/javascripts/app/views/volumecontrol.js b/examples/calf/javascripts/app/views/volumecontrol.js
deleted file mode 100644 (file)
index 827ce2b..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    'use strict';
-
-    var VolumeControlView = Ember.View.extend({
-        templateName: 'volume-control',
-        classNames: ['volume-control', 'modal', 'fade', 'hide'],
-
-        didInsertElement: function() {
-            var $modal = this.$(),
-                $sliders = this.$('.ch-slider-vertical'),
-                $seats = this.$('.ch-seat-selector');
-
-            $modal.modal({
-                keyboard: false,
-                backdrop: 'static',
-                show: false
-            });
-
-            $sliders.ch_slider({
-                orientation: "vertical",
-                min: "0",
-                max: "10",
-                value: "5"
-            });
-
-            $seats.ch_seat_selector();
-
-            this.$('.ch-slider-vertical.front-left').mouseover(function(e) {
-                $seats.ch_seat_selector('frontLeft');
-            }).mouseout(function(e) {
-                $seats.ch_seat_selector('removeSelection');
-            });
-
-            this.$('.ch-slider-vertical.front-right').mouseover(function(e) {
-                $seats.ch_seat_selector('frontRight');
-            }).mouseout(function(e) {
-                $seats.ch_seat_selector('removeSelection');
-            });
-
-            this.$('.ch-slider-vertical.rear-left').mouseover(function(e) {
-                $seats.ch_seat_selector('rearLeft');
-            }).mouseout(function(e) {
-                $seats.ch_seat_selector('removeSelection');
-            });
-
-            this.$('.ch-slider-vertical.rear-right').mouseover(function(e) {
-                $seats.ch_seat_selector('rearRight');
-            }).mouseout(function(e) {
-                $seats.ch_seat_selector('removeSelection');
-            });
-        },
-
-        displayChanged: function() {
-            var display = this.get("controller.display");
-            var $el = this.$();
-
-            // Checking for this because contentChanged will be called for
-            // the first time before the view is rendered to the DOM.
-            if ($el !== undefined) {
-                if(display) {
-                    this.$().modal('show');
-                } else {
-                    this.$().modal('hide');
-                }
-            }
-        }.observes("controller.display")
-    });
-
-    app.VolumeControlView = VolumeControlView;
-})(window.Calf, window.Ember);
\ No newline at end of file
diff --git a/examples/calf/javascripts/calf.js b/examples/calf/javascripts/calf.js
deleted file mode 100644 (file)
index ebabc97..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-$(function() {
-    $.cowhide.initThemeEngine({
-        path: '../..'
-    });
-
-    $('#night-mode-toggle').click(function() {
-        $.cowhide.toggleNightMode();
-    });
-
-    $('#driving-mode-toggle').click(function() {
-        $.cowhide.toggleDrivingMode();
-    });
-
-    $('form#controls button').click(function() {
-        var $form = $(this).closest('form');
-        var $input = $form.find('input');
-        var val = $input.val();
-
-        $('.btn').css('font-size', val + 'px');
-    });
-
-    $('form#controls select#theme-selector').change(function() {
-        var value = $(this).find('option:selected').val();
-        if (value !== '0')
-            $.cowhide.setTheme(value);
-    });
-});
diff --git a/examples/calf/lib/ember-1.0.0-pre.2.js b/examples/calf/lib/ember-1.0.0-pre.2.js
deleted file mode 100644 (file)
index 7636d27..0000000
+++ /dev/null
@@ -1,23162 +0,0 @@
-// Version: v1.0.0-pre.2-1-gd1a2e84
-// Last commit: d1a2e84 (2012-10-25 13:51:08 -0700)
-
-
-(function() {
-/*global __fail__*/
-
-/**
-Ember Debug
-
-@module ember
-@submodule ember-debug
-*/
-
-/**
-@class Ember
-*/
-
-if ('undefined' === typeof Ember) {
-  Ember = {};
-
-  if ('undefined' !== typeof window) {
-    window.Em = window.Ember = Em = Ember;
-  }
-}
-
-Ember.ENV = 'undefined' === typeof ENV ? {} : ENV;
-
-if (!('MANDATORY_SETTER' in Ember.ENV)) {
-  Ember.ENV.MANDATORY_SETTER = true; // default to true for debug dist
-}
-
-/**
-  Define an assertion that will throw an exception if the condition is not
-  met.  Ember build tools will remove any calls to Ember.assert() when
-  doing a production build. Example:
-
-      // Test for truthiness
-      Ember.assert('Must pass a valid object', obj);
-      // Fail unconditionally
-      Ember.assert('This code path should never be run')
-
-  @method assert
-  @param {String} desc A description of the assertion.  This will become
-    the text of the Error thrown if the assertion fails.
-
-  @param {Boolean} test Must be truthy for the assertion to pass. If
-    falsy, an exception will be thrown.
-*/
-Ember.assert = function(desc, test) {
-  if (!test) throw new Error("assertion failed: "+desc);
-};
-
-
-/**
-  Display a warning with the provided message. Ember build tools will
-  remove any calls to Ember.warn() when doing a production build.
-
-  @method warn
-  @param {String} message A warning to display.
-  @param {Boolean} test An optional boolean. If falsy, the warning
-    will be displayed.
-*/
-Ember.warn = function(message, test) {
-  if (!test) {
-    Ember.Logger.warn("WARNING: "+message);
-    if ('trace' in Ember.Logger) Ember.Logger.trace();
-  }
-};
-
-/**
-  Display a deprecation warning with the provided message and a stack trace
-  (Chrome and Firefox only). Ember build tools will remove any calls to
-  Ember.deprecate() when doing a production build.
-
-  @method deprecate
-  @param {String} message A description of the deprecation.
-  @param {Boolean} test An optional boolean. If falsy, the deprecation
-    will be displayed.
-*/
-Ember.deprecate = function(message, test) {
-  if (Ember && Ember.TESTING_DEPRECATION) { return; }
-
-  if (arguments.length === 1) { test = false; }
-  if (test) { return; }
-
-  if (Ember && Ember.ENV.RAISE_ON_DEPRECATION) { throw new Error(message); }
-
-  var error;
-
-  // When using new Error, we can't do the arguments check for Chrome. Alternatives are welcome
-  try { __fail__.fail(); } catch (e) { error = e; }
-
-  if (Ember.LOG_STACKTRACE_ON_DEPRECATION && error.stack) {
-    var stack, stackStr = '';
-    if (error['arguments']) {
-      // Chrome
-      stack = error.stack.replace(/^\s+at\s+/gm, '').
-                          replace(/^([^\(]+?)([\n$])/gm, '{anonymous}($1)$2').
-                          replace(/^Object.<anonymous>\s*\(([^\)]+)\)/gm, '{anonymous}($1)').split('\n');
-      stack.shift();
-    } else {
-      // Firefox
-      stack = error.stack.replace(/(?:\n@:0)?\s+$/m, '').
-                          replace(/^\(/gm, '{anonymous}(').split('\n');
-    }
-
-    stackStr = "\n    " + stack.slice(2).join("\n    ");
-    message = message + stackStr;
-  }
-
-  Ember.Logger.warn("DEPRECATION: "+message);
-};
-
-
-
-/**
-  Display a deprecation warning with the provided message and a stack trace
-  (Chrome and Firefox only) when the wrapped method is called.
-
-  Ember build tools will not remove calls to Ember.deprecateFunc(), though
-  no warnings will be shown in production.
-
-  @method deprecateFunc
-  @param {String} message A description of the deprecation.
-  @param {Function} func The function to be deprecated.
-*/
-Ember.deprecateFunc = function(message, func) {
-  return function() {
-    Ember.deprecate(message);
-    return func.apply(this, arguments);
-  };
-};
-
-
-window.ember_assert         = Ember.deprecateFunc("ember_assert is deprecated. Please use Ember.assert instead.",               Ember.assert);
-window.ember_warn           = Ember.deprecateFunc("ember_warn is deprecated. Please use Ember.warn instead.",                   Ember.warn);
-window.ember_deprecate      = Ember.deprecateFunc("ember_deprecate is deprecated. Please use Ember.deprecate instead.",         Ember.deprecate);
-window.ember_deprecateFunc  = Ember.deprecateFunc("ember_deprecateFunc is deprecated. Please use Ember.deprecateFunc instead.", Ember.deprecateFunc);
-
-})();
-
-// Version: v1.0.0-pre.2-1-gd1a2e84
-// Last commit: d1a2e84 (2012-10-25 13:51:08 -0700)
-
-
-(function() {
-/*globals Em:true ENV */
-
-/**
-@module ember
-@submodule ember-metal
-*/
-
-/**
-  All Ember methods and functions are defined inside of this namespace.
-  You generally should not add new properties to this namespace as it may be
-  overwritten by future versions of Ember.
-
-  You can also use the shorthand "Em" instead of "Ember".
-
-  Ember-Runtime is a framework that provides core functions for
-  Ember including cross-platform functions, support for property
-  observing and objects. Its focus is on small size and performance. You can
-  use this in place of or along-side other cross-platform libraries such as
-  jQuery.
-
-  The core Runtime framework is based on the jQuery API with a number of
-  performance optimizations.
-
-  @class Ember
-  @static
-  @version 1.0.0-pre.2
-*/
-
-if ('undefined' === typeof Ember) {
-  // Create core object. Make it act like an instance of Ember.Namespace so that
-  // objects assigned to it are given a sane string representation.
-  Ember = {};
-}
-
-// Default imports, exports and lookup to the global object;
-var imports = Ember.imports = Ember.imports || this;
-var exports = Ember.exports = Ember.exports || this;
-var lookup  = Ember.lookup  = Ember.lookup  || this;
-
-// aliases needed to keep minifiers from removing the global context
-exports.Em = exports.Ember = Em = Ember;
-
-// Make sure these are set whether Ember was already defined or not
-
-Ember.isNamespace = true;
-
-Ember.toString = function() { return "Ember"; };
-
-
-/**
-  @property VERSION
-  @type String
-  @default '1.0.0-pre.2'
-  @final
-*/
-Ember.VERSION = '1.0.0-pre.2';
-
-/**
-  Standard environmental variables.  You can define these in a global `ENV`
-  variable before loading Ember to control various configuration
-  settings.
-
-  @property ENV
-  @type Hash
-*/
-Ember.ENV = Ember.ENV || ('undefined' === typeof ENV ? {} : ENV);
-
-Ember.config = Ember.config || {};
-
-// ..........................................................
-// BOOTSTRAP
-//
-
-/**
-  Determines whether Ember should enhances some built-in object
-  prototypes to provide a more friendly API.  If enabled, a few methods
-  will be added to Function, String, and Array.  Object.prototype will not be
-  enhanced, which is the one that causes most trouble for people.
-
-  In general we recommend leaving this option set to true since it rarely
-  conflicts with other code.  If you need to turn it off however, you can
-  define an ENV.EXTEND_PROTOTYPES config to disable it.
-
-  @property EXTEND_PROTOTYPES
-  @type Boolean
-  @default true
-*/
-Ember.EXTEND_PROTOTYPES = Ember.ENV.EXTEND_PROTOTYPES;
-
-if (typeof Ember.EXTEND_PROTOTYPES === 'undefined') {
-  Ember.EXTEND_PROTOTYPES = true;
-}
-
-/**
-  Determines whether Ember logs a full stack trace during deprecation warnings
-
-  @property LOG_STACKTRACE_ON_DEPRECATION
-  @type Boolean
-  @default true
-*/
-Ember.LOG_STACKTRACE_ON_DEPRECATION = (Ember.ENV.LOG_STACKTRACE_ON_DEPRECATION !== false);
-
-/**
-  Determines whether Ember should add ECMAScript 5 shims to older browsers.
-
-  @property SHIM_ES5
-  @type Boolean
-  @default Ember.EXTEND_PROTOTYPES
-*/
-Ember.SHIM_ES5 = (Ember.ENV.SHIM_ES5 === false) ? false : Ember.EXTEND_PROTOTYPES;
-
-/**
-  Empty function.  Useful for some operations.
-
-  @method K
-  @private
-  @return {Object}
-*/
-Ember.K = function() { return this; };
-
-
-// Stub out the methods defined by the ember-debug package in case it's not loaded
-
-if ('undefined' === typeof Ember.assert) { Ember.assert = Ember.K; }
-if ('undefined' === typeof Ember.warn) { Ember.warn = Ember.K; }
-if ('undefined' === typeof Ember.deprecate) { Ember.deprecate = Ember.K; }
-if ('undefined' === typeof Ember.deprecateFunc) {
-  Ember.deprecateFunc = function(_, func) { return func; };
-}
-
-// These are deprecated but still supported
-
-if ('undefined' === typeof ember_assert) { exports.ember_assert = Ember.K; }
-if ('undefined' === typeof ember_warn) { exports.ember_warn = Ember.K; }
-if ('undefined' === typeof ember_deprecate) { exports.ember_deprecate = Ember.K; }
-if ('undefined' === typeof ember_deprecateFunc) {
-  exports.ember_deprecateFunc = function(_, func) { return func; };
-}
-
-/**
-  Previously we used `Ember.$.uuid`, however `$.uuid` has been removed from jQuery master.
-  We'll just bootstrap our own uuid now.
-
-  @property uuid
-  @type Number
-  @private
-*/
-Ember.uuid = 0;
-
-// ..........................................................
-// LOGGER
-//
-
-/**
-  Inside Ember-Metal, simply uses the imports.console object.
-  Override this to provide more robust logging functionality.
-
-  @class Logger
-  @namespace Ember
-*/
-Ember.Logger = imports.console || { log: Ember.K, warn: Ember.K, error: Ember.K, info: Ember.K, debug: Ember.K };
-
-
-// ..........................................................
-// ERROR HANDLING
-//
-
-/**
-  A function may be assigned to `Ember.onerror` to be called when Ember internals encounter an error.
-  This is useful for specialized error handling and reporting code.
-
-  @event onerror
-  @for Ember
-  @param {Exception} error the error object
-*/
-Ember.onerror = null;
-
-/**
-  @private
-
-  Wrap code block in a try/catch if {{#crossLink "Ember/onerror"}}{{/crossLink}} is set.
-
-  @method handleErrors
-  @for Ember
-  @param {Function} func
-  @param [context]
-*/
-Ember.handleErrors = function(func, context) {
-  // Unfortunately in some browsers we lose the backtrace if we rethrow the existing error,
-  // so in the event that we don't have an `onerror` handler we don't wrap in a try/catch
-  if ('function' === typeof Ember.onerror) {
-    try {
-      return func.apply(context || this);
-    } catch (error) {
-      Ember.onerror(error);
-    }
-  } else {
-    return func.apply(context || this);
-  }
-};
-
-})();
-
-
-
-(function() {
-/**
-  The purpose of the Ember Instrumentation module is
-  to provide efficient, general-purpose instrumentation
-  for Ember.
-
-  Subscribe to a listener by using `Ember.subscribe`:
-
-      Ember.subscribe("render", {
-        before: function(name, timestamp, payload) {
-
-        },
-
-        after: function(name, timestamp, payload) {
-
-        }
-      });
-
-  If you return a value from the `before` callback, that same
-  value will be passed as a fourth parameter to the `after`
-  callback.
-
-  Instrument a block of code by using `Ember.instrument`:
-
-      Ember.instrument("render.handlebars", payload, function() {
-        // rendering logic
-      }, binding);
-
-  Event names passed to `Ember.instrument` are namespaced
-  by periods, from more general to more specific. Subscribers
-  can listen for events by whatever level of granularity they
-  are interested in.
-
-  In the above example, the event is `render.handlebars`,
-  and the subscriber listened for all events beginning with
-  `render`. It would receive callbacks for events named
-  `render`, `render.handlebars`, `render.container`, or
-  even `render.handlebars.layout`.
-
-  @class Instrumentation
-  @namespace Ember
-  @static
-*/
-Ember.Instrumentation = {};
-
-var subscribers = [], cache = {};
-
-var populateListeners = function(name) {
-  var listeners = [], subscriber;
-
-  for (var i=0, l=subscribers.length; i<l; i++) {
-    subscriber = subscribers[i];
-    if (subscriber.regex.test(name)) {
-      listeners.push(subscriber.object);
-    }
-  }
-
-  cache[name] = listeners;
-  return listeners;
-};
-
-var time = (function() {
-       var perf = window.performance || {};
-       var fn = perf.now || perf.mozNow || perf.webkitNow || perf.msNow || perf.oNow;
-       // fn.bind will be available in all the browsers that support the advanced window.performance... ;-)
-       return fn ? fn.bind(perf) : function() { return +new Date(); };
-})();
-
-
-Ember.Instrumentation.instrument = function(name, payload, callback, binding) {
-  var listeners = cache[name];
-
-  if (!listeners) {
-    listeners = populateListeners(name);
-  }
-
-  if (listeners.length === 0) { return callback.call(binding); }
-
-  var beforeValues = [], listener, ret, i, l;
-
-  try {
-    for (i=0, l=listeners.length; i<l; i++) {
-      listener = listeners[i];
-      beforeValues[i] = listener.before(name, time(), payload);
-    }
-
-    ret = callback.call(binding);
-  } catch(e) {
-    payload = payload || {};
-    payload.exception = e;
-  } finally {
-    for (i=0, l=listeners.length; i<l; i++) {
-      listener = listeners[i];
-      listener.after(name, time(), payload, beforeValues[i]);
-    }
-  }
-
-  return ret;
-};
-
-Ember.Instrumentation.subscribe = function(pattern, object) {
-  var paths = pattern.split("."), path, regex = [];
-
-  for (var i=0, l=paths.length; i<l; i++) {
-    path = paths[i];
-    if (path === "*") {
-      regex.push("[^\\.]*");
-    } else {
-      regex.push(path);
-    }
-  }
-
-  regex = regex.join("\\.");
-  regex = regex + "(\\..*)?";
-
-  var subscriber = {
-    pattern: pattern,
-    regex: new RegExp("^" + regex + "$"),
-    object: object
-  };
-
-  subscribers.push(subscriber);
-  cache = {};
-
-  return subscriber;
-};
-
-Ember.Instrumentation.unsubscribe = function(subscriber) {
-  var index;
-
-  for (var i=0, l=subscribers.length; i<l; i++) {
-    if (subscribers[i] === subscriber) {
-      index = i;
-    }
-  }
-
-  subscribers.splice(index, 1);
-  cache = {};
-};
-
-Ember.Instrumentation.reset = function() {
-  subscribers = [];
-  cache = {};
-};
-
-Ember.instrument = Ember.Instrumentation.instrument;
-Ember.subscribe = Ember.Instrumentation.subscribe;
-
-})();
-
-
-
-(function() {
-/*jshint newcap:false*/
-
-/**
-@module ember-metal
-*/
-
-// NOTE: There is a bug in jshint that doesn't recognize `Object()` without `new`
-// as being ok unless both `newcap:false` and not `use strict`.
-// https://github.com/jshint/jshint/issues/392
-
-// Testing this is not ideal, but we want to use native functions
-// if available, but not to use versions created by libraries like Prototype
-var isNativeFunc = function(func) {
-  // This should probably work in all browsers likely to have ES5 array methods
-  return func && Function.prototype.toString.call(func).indexOf('[native code]') > -1;
-};
-
-// From: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/array/map
-var arrayMap = isNativeFunc(Array.prototype.map) ? Array.prototype.map : function(fun /*, thisp */) {
-  //"use strict";
-
-  if (this === void 0 || this === null) {
-    throw new TypeError();
-  }
-
-  var t = Object(this);
-  var len = t.length >>> 0;
-  if (typeof fun !== "function") {
-    throw new TypeError();
-  }
-
-  var res = new Array(len);
-  var thisp = arguments[1];
-  for (var i = 0; i < len; i++) {
-    if (i in t) {
-      res[i] = fun.call(thisp, t[i], i, t);
-    }
-  }
-
-  return res;
-};
-
-// From: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/array/foreach
-var arrayForEach = isNativeFunc(Array.prototype.forEach) ? Array.prototype.forEach : function(fun /*, thisp */) {
-  //"use strict";
-
-  if (this === void 0 || this === null) {
-    throw new TypeError();
-  }
-
-  var t = Object(this);
-  var len = t.length >>> 0;
-  if (typeof fun !== "function") {
-    throw new TypeError();
-  }
-
-  var thisp = arguments[1];
-  for (var i = 0; i < len; i++) {
-    if (i in t) {
-      fun.call(thisp, t[i], i, t);
-    }
-  }
-};
-
-var arrayIndexOf = isNativeFunc(Array.prototype.indexOf) ? Array.prototype.indexOf : function (obj, fromIndex) {
-  if (fromIndex === null || fromIndex === undefined) { fromIndex = 0; }
-  else if (fromIndex < 0) { fromIndex = Math.max(0, this.length + fromIndex); }
-  for (var i = fromIndex, j = this.length; i < j; i++) {
-    if (this[i] === obj) { return i; }
-  }
-  return -1;
-};
-
-Ember.ArrayPolyfills = {
-  map: arrayMap,
-  forEach: arrayForEach,
-  indexOf: arrayIndexOf
-};
-
-var utils = Ember.EnumerableUtils = {
-  map: function(obj, callback, thisArg) {
-    return obj.map ? obj.map.call(obj, callback, thisArg) : arrayMap.call(obj, callback, thisArg);
-  },
-
-  forEach: function(obj, callback, thisArg) {
-    return obj.forEach ? obj.forEach.call(obj, callback, thisArg) : arrayForEach.call(obj, callback, thisArg);
-  },
-
-  indexOf: function(obj, element, index) {
-    return obj.indexOf ? obj.indexOf.call(obj, element, index) : arrayIndexOf.call(obj, element, index);
-  },
-
-  indexesOf: function(obj, elements) {
-    return elements === undefined ? [] : utils.map(elements, function(item) {
-      return utils.indexOf(obj, item);
-    });
-  },
-
-  removeObject: function(array, item) {
-    var index = utils.indexOf(array, item);
-    if (index !== -1) { array.splice(index, 1); }
-  },
-
-  replace: function(array, idx, amt, objects) {
-    if (array.replace) {
-      return array.replace(idx, amt, objects);
-    } else {
-      var args = Array.prototype.concat.apply([idx, amt], objects);
-      return array.splice.apply(array, args);
-    }
-  }
-};
-
-
-if (Ember.SHIM_ES5) {
-  if (!Array.prototype.map) {
-    Array.prototype.map = arrayMap;
-  }
-
-  if (!Array.prototype.forEach) {
-    Array.prototype.forEach = arrayForEach;
-  }
-
-  if (!Array.prototype.indexOf) {
-    Array.prototype.indexOf = arrayIndexOf;
-  }
-}
-
-})();
-
-
-
-(function() {
-/*globals Node */
-/**
-@module ember-metal
-*/
-
-/**
-  Platform specific methods and feature detectors needed by the framework.
-
-  @class platform
-  @namespace Ember
-  @static
-*/
-var platform = Ember.platform = {};
-
-
-/**
-  Identical to Object.create().  Implements if not available natively.
-  @method create
-  @for Ember
-*/
-Ember.create = Object.create;
-
-if (!Ember.create) {
-  var K = function() {};
-
-  Ember.create = function(obj, props) {
-    K.prototype = obj;
-    obj = new K();
-    if (props) {
-      K.prototype = obj;
-      for (var prop in props) {
-        K.prototype[prop] = props[prop].value;
-      }
-      obj = new K();
-    }
-    K.prototype = null;
-
-    return obj;
-  };
-
-  Ember.create.isSimulated = true;
-}
-
-var defineProperty = Object.defineProperty;
-var canRedefineProperties, canDefinePropertyOnDOM;
-
-// Catch IE8 where Object.defineProperty exists but only works on DOM elements
-if (defineProperty) {
-  try {
-    defineProperty({}, 'a',{get:function(){}});
-  } catch (e) {
-    defineProperty = null;
-  }
-}
-
-if (defineProperty) {
-  // Detects a bug in Android <3.2 where you cannot redefine a property using
-  // Object.defineProperty once accessors have already been set.
-  canRedefineProperties = (function() {
-    var obj = {};
-
-    defineProperty(obj, 'a', {
-      configurable: true,
-      enumerable: true,
-      get: function() { },
-      set: function() { }
-    });
-
-    defineProperty(obj, 'a', {
-      configurable: true,
-      enumerable: true,
-      writable: true,
-      value: true
-    });
-
-    return obj.a === true;
-  })();
-
-  // This is for Safari 5.0, which supports Object.defineProperty, but not
-  // on DOM nodes.
-  canDefinePropertyOnDOM = (function(){
-    try {
-      defineProperty(document.createElement('div'), 'definePropertyOnDOM', {});
-      return true;
-    } catch(e) { }
-
-    return false;
-  })();
-
-  if (!canRedefineProperties) {
-    defineProperty = null;
-  } else if (!canDefinePropertyOnDOM) {
-    defineProperty = function(obj, keyName, desc){
-      var isNode;
-
-      if (typeof Node === "object") {
-        isNode = obj instanceof Node;
-      } else {
-        isNode = typeof obj === "object" && typeof obj.nodeType === "number" && typeof obj.nodeName === "string";
-      }
-
-      if (isNode) {
-        // TODO: Should we have a warning here?
-        return (obj[keyName] = desc.value);
-      } else {
-        return Object.defineProperty(obj, keyName, desc);
-      }
-    };
-  }
-}
-
-/**
-@class platform
-@namespace Ember
-*/
-
-/**
-  Identical to Object.defineProperty().  Implements as much functionality
-  as possible if not available natively.
-
-  @method defineProperty
-  @param {Object} obj The object to modify
-  @param {String} keyName property name to modify
-  @param {Object} desc descriptor hash
-  @return {void}
-*/
-platform.defineProperty = defineProperty;
-
-/**
-  Set to true if the platform supports native getters and setters.
-
-  @property hasPropertyAccessors
-  @final
-*/
-platform.hasPropertyAccessors = true;
-
-if (!platform.defineProperty) {
-  platform.hasPropertyAccessors = false;
-
-  platform.defineProperty = function(obj, keyName, desc) {
-    if (!desc.get) { obj[keyName] = desc.value; }
-  };
-
-  platform.defineProperty.isSimulated = true;
-}
-
-if (Ember.ENV.MANDATORY_SETTER && !platform.hasPropertyAccessors) {
-  Ember.ENV.MANDATORY_SETTER = false;
-}
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var o_defineProperty = Ember.platform.defineProperty,
-    o_create = Ember.create,
-    // Used for guid generation...
-    GUID_KEY = '__ember'+ (+ new Date()),
-    uuid         = 0,
-    numberCache  = [],
-    stringCache  = {};
-
-var MANDATORY_SETTER = Ember.ENV.MANDATORY_SETTER;
-
-/**
-  @private
-
-  A unique key used to assign guids and other private metadata to objects.
-  If you inspect an object in your browser debugger you will often see these.
-  They can be safely ignored.
-
-  On browsers that support it, these properties are added with enumeration
-  disabled so they won't show up when you iterate over your properties.
-
-  @property GUID_KEY
-  @for Ember
-  @type String
-  @final
-*/
-Ember.GUID_KEY = GUID_KEY;
-
-var GUID_DESC = {
-  writable:    false,
-  configurable: false,
-  enumerable:  false,
-  value: null
-};
-
-/**
-  @private
-
-  Generates a new guid, optionally saving the guid to the object that you
-  pass in.  You will rarely need to use this method.  Instead you should
-  call Ember.guidFor(obj), which return an existing guid if available.
-
-  @method generateGuid
-  @for Ember
-  @param {Object} [obj] Object the guid will be used for.  If passed in, the guid will
-    be saved on the object and reused whenever you pass the same object
-    again.
-
-    If no object is passed, just generate a new guid.
-
-  @param {String} [prefix] Prefix to place in front of the guid.  Useful when you want to
-    separate the guid into separate namespaces.
-
-  @return {String} the guid
-*/
-Ember.generateGuid = function generateGuid(obj, prefix) {
-  if (!prefix) prefix = 'ember';
-  var ret = (prefix + (uuid++));
-  if (obj) {
-    GUID_DESC.value = ret;
-    o_defineProperty(obj, GUID_KEY, GUID_DESC);
-  }
-  return ret ;
-};
-
-/**
-  @private
-
-  Returns a unique id for the object.  If the object does not yet have
-  a guid, one will be assigned to it.  You can call this on any object,
-  Ember.Object-based or not, but be aware that it will add a _guid property.
-
-  You can also use this method on DOM Element objects.
-
-  @method guidFor
-  @for Ember
-  @param obj {Object} any object, string, number, Element, or primitive
-  @return {String} the unique guid for this instance.
-*/
-Ember.guidFor = function guidFor(obj) {
-
-  // special cases where we don't want to add a key to object
-  if (obj === undefined) return "(undefined)";
-  if (obj === null) return "(null)";
-
-  var cache, ret;
-  var type = typeof obj;
-
-  // Don't allow prototype changes to String etc. to change the guidFor
-  switch(type) {
-    case 'number':
-      ret = numberCache[obj];
-      if (!ret) ret = numberCache[obj] = 'nu'+obj;
-      return ret;
-
-    case 'string':
-      ret = stringCache[obj];
-      if (!ret) ret = stringCache[obj] = 'st'+(uuid++);
-      return ret;
-
-    case 'boolean':
-      return obj ? '(true)' : '(false)';
-
-    default:
-      if (obj[GUID_KEY]) return obj[GUID_KEY];
-      if (obj === Object) return '(Object)';
-      if (obj === Array)  return '(Array)';
-      ret = 'ember'+(uuid++);
-      GUID_DESC.value = ret;
-      o_defineProperty(obj, GUID_KEY, GUID_DESC);
-      return ret;
-  }
-};
-
-// ..........................................................
-// META
-//
-
-var META_DESC = {
-  writable:    true,
-  configurable: false,
-  enumerable:  false,
-  value: null
-};
-
-var META_KEY = Ember.GUID_KEY+'_meta';
-
-/**
-  The key used to store meta information on object for property observing.
-
-  @property META_KEY
-  @for Ember
-  @private
-  @final
-  @type String
-*/
-Ember.META_KEY = META_KEY;
-
-// Placeholder for non-writable metas.
-var EMPTY_META = {
-  descs: {},
-  watching: {}
-};
-
-if (MANDATORY_SETTER) { EMPTY_META.values = {}; }
-
-Ember.EMPTY_META = EMPTY_META;
-
-if (Object.freeze) Object.freeze(EMPTY_META);
-
-var isDefinePropertySimulated = Ember.platform.defineProperty.isSimulated;
-
-function Meta(obj) {
-  this.descs = {};
-  this.watching = {};
-  this.cache = {};
-  this.source = obj;
-}
-
-if (isDefinePropertySimulated) {
-  // on platforms that don't support enumerable false
-  // make meta fail jQuery.isPlainObject() to hide from
-  // jQuery.extend() by having a property that fails
-  // hasOwnProperty check.
-  Meta.prototype.__preventPlainObject__ = true;
-}
-
-/**
-  Retrieves the meta hash for an object.  If 'writable' is true ensures the
-  hash is writable for this object as well.
-
-  The meta object contains information about computed property descriptors as
-  well as any watched properties and other information.  You generally will
-  not access this information directly but instead work with higher level
-  methods that manipulate this hash indirectly.
-
-  @method meta
-  @for Ember
-  @private
-
-  @param {Object} obj The object to retrieve meta for
-
-  @param {Boolean} [writable=true] Pass false if you do not intend to modify
-    the meta hash, allowing the method to avoid making an unnecessary copy.
-
-  @return {Hash}
-*/
-Ember.meta = function meta(obj, writable) {
-
-  var ret = obj[META_KEY];
-  if (writable===false) return ret || EMPTY_META;
-
-  if (!ret) {
-    if (!isDefinePropertySimulated) o_defineProperty(obj, META_KEY, META_DESC);
-
-    ret = new Meta(obj);
-
-    if (MANDATORY_SETTER) { ret.values = {}; }
-
-    obj[META_KEY] = ret;
-
-    // make sure we don't accidentally try to create constructor like desc
-    ret.descs.constructor = null;
-
-  } else if (ret.source !== obj) {
-    if (!isDefinePropertySimulated) o_defineProperty(obj, META_KEY, META_DESC);
-
-    ret = o_create(ret);
-    ret.descs    = o_create(ret.descs);
-    ret.watching = o_create(ret.watching);
-    ret.cache    = {};
-    ret.source   = obj;
-
-    if (MANDATORY_SETTER) { ret.values = o_create(ret.values); }
-
-    obj[META_KEY] = ret;
-  }
-  return ret;
-};
-
-Ember.getMeta = function getMeta(obj, property) {
-  var meta = Ember.meta(obj, false);
-  return meta[property];
-};
-
-Ember.setMeta = function setMeta(obj, property, value) {
-  var meta = Ember.meta(obj, true);
-  meta[property] = value;
-  return value;
-};
-
-/**
-  @private
-
-  In order to store defaults for a class, a prototype may need to create
-  a default meta object, which will be inherited by any objects instantiated
-  from the class's constructor.
-
-  However, the properties of that meta object are only shallow-cloned,
-  so if a property is a hash (like the event system's `listeners` hash),
-  it will by default be shared across all instances of that class.
-
-  This method allows extensions to deeply clone a series of nested hashes or
-  other complex objects. For instance, the event system might pass
-  ['listeners', 'foo:change', 'ember157'] to `prepareMetaPath`, which will
-  walk down the keys provided.
-
-  For each key, if the key does not exist, it is created. If it already
-  exists and it was inherited from its constructor, the constructor's
-  key is cloned.
-
-  You can also pass false for `writable`, which will simply return
-  undefined if `prepareMetaPath` discovers any part of the path that
-  shared or undefined.
-
-  @method metaPath
-  @for Ember
-  @param {Object} obj The object whose meta we are examining
-  @param {Array} path An array of keys to walk down
-  @param {Boolean} writable whether or not to create a new meta
-    (or meta property) if one does not already exist or if it's
-    shared with its constructor
-*/
-Ember.metaPath = function metaPath(obj, path, writable) {
-  var meta = Ember.meta(obj, writable), keyName, value;
-
-  for (var i=0, l=path.length; i<l; i++) {
-    keyName = path[i];
-    value = meta[keyName];
-
-    if (!value) {
-      if (!writable) { return undefined; }
-      value = meta[keyName] = { __ember_source__: obj };
-    } else if (value.__ember_source__ !== obj) {
-      if (!writable) { return undefined; }
-      value = meta[keyName] = o_create(value);
-      value.__ember_source__ = obj;
-    }
-
-    meta = value;
-  }
-
-  return value;
-};
-
-/**
-  @private
-
-  Wraps the passed function so that `this._super` will point to the superFunc
-  when the function is invoked.  This is the primitive we use to implement
-  calls to super.
-
-  @method wrap
-  @for Ember
-  @param {Function} func The function to call
-  @param {Function} superFunc The super function.
-  @return {Function} wrapped function.
-*/
-Ember.wrap = function(func, superFunc) {
-
-  function K() {}
-
-  var newFunc = function() {
-    var ret, sup = this._super;
-    this._super = superFunc || K;
-    ret = func.apply(this, arguments);
-    this._super = sup;
-    return ret;
-  };
-
-  newFunc.base = func;
-  return newFunc;
-};
-
-/**
-  Returns true if the passed object is an array or Array-like.
-
-  Ember Array Protocol:
-
-    - the object has an objectAt property
-    - the object is a native Array
-    - the object is an Object, and has a length property
-
-  Unlike Ember.typeOf this method returns true even if the passed object is
-  not formally array but appears to be array-like (i.e. implements Ember.Array)
-
-      Ember.isArray(); // false
-      Ember.isArray([]); // true
-      Ember.isArray( Ember.ArrayProxy.create({ content: [] }) ); // true
-
-  @method isArray
-  @for Ember
-  @param {Object} obj The object to test
-  @return {Boolean}
-*/
-Ember.isArray = function(obj) {
-  if (!obj || obj.setInterval) { return false; }
-  if (Array.isArray && Array.isArray(obj)) { return true; }
-  if (Ember.Array && Ember.Array.detect(obj)) { return true; }
-  if ((obj.length !== undefined) && 'object'===typeof obj) { return true; }
-  return false;
-};
-
-/**
-  Forces the passed object to be part of an array.  If the object is already
-  an array or array-like, returns the object.  Otherwise adds the object to
-  an array.  If obj is null or undefined, returns an empty array.
-
-      Ember.makeArray();          => []
-      Ember.makeArray(null);      => []
-      Ember.makeArray(undefined); => []
-      Ember.makeArray('lindsay'); => ['lindsay']
-      Ember.makeArray([1,2,42]);  => [1,2,42]
-
-      var controller = Ember.ArrayProxy.create({ content: [] });
-      Ember.makeArray(controller) === controller;   => true
-
-  @method makeArray
-  @for Ember
-  @param {Object} obj the object
-  @return {Array}
-*/
-Ember.makeArray = function(obj) {
-  if (obj === null || obj === undefined) { return []; }
-  return Ember.isArray(obj) ? obj : [obj];
-};
-
-function canInvoke(obj, methodName) {
-  return !!(obj && typeof obj[methodName] === 'function');
-}
-
-/**
-  Checks to see if the `methodName` exists on the `obj`.
-
-  @method canInvoke
-  @for Ember
-  @param {Object} obj The object to check for the method
-  @param {String} methodName The method name to check for
-*/
-Ember.canInvoke = canInvoke;
-
-/**
-  Checks to see if the `methodName` exists on the `obj`,
-  and if it does, invokes it with the arguments passed.
-
-  @method tryInvoke
-  @for Ember
-  @param {Object} obj The object to check for the method
-  @param {String} methodName The method name to check for
-  @param {Array} [args] The arguments to pass to the method
-  @return {anything} the return value of the invoked method or undefined if it cannot be invoked
-*/
-Ember.tryInvoke = function(obj, methodName, args) {
-  if (canInvoke(obj, methodName)) {
-    return obj[methodName].apply(obj, args || []);
-  }
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-/*
-  JavaScript (before ES6) does not have a Map implementation. Objects,
-  which are often used as dictionaries, may only have Strings as keys.
-
-  Because Ember has a way to get a unique identifier for every object
-  via `Ember.guidFor`, we can implement a performant Map with arbitrary
-  keys. Because it is commonly used in low-level bookkeeping, Map is
-  implemented as a pure JavaScript object for performance.
-
-  This implementation follows the current iteration of the ES6 proposal
-  for maps (http://wiki.ecmascript.org/doku.php?id=harmony:simple_maps_and_sets),
-  with two exceptions. First, because we need our implementation to be
-  pleasant on older browsers, we do not use the `delete` name (using
-  `remove` instead). Second, as we do not have the luxury of in-VM
-  iteration, we implement a forEach method for iteration.
-
-  Map is mocked out to look like an Ember object, so you can do
-  `Ember.Map.create()` for symmetry with other Ember classes.
-*/
-var guidFor = Ember.guidFor,
-    indexOf = Ember.ArrayPolyfills.indexOf;
-
-var copy = function(obj) {
-  var output = {};
-
-  for (var prop in obj) {
-    if (obj.hasOwnProperty(prop)) { output[prop] = obj[prop]; }
-  }
-
-  return output;
-};
-
-var copyMap = function(original, newObject) {
-  var keys = original.keys.copy(),
-      values = copy(original.values);
-
-  newObject.keys = keys;
-  newObject.values = values;
-
-  return newObject;
-};
-
-/**
-  This class is used internally by Ember.js and Ember Data.
-  Please do not use it at this time. We plan to clean it up
-  and add many tests soon.
-
-  @class OrderedSet
-  @namespace Ember
-  @constructor
-  @private
-*/
-var OrderedSet = Ember.OrderedSet = function() {
-  this.clear();
-};
-
-/**
-  @method create
-  @static
-  @return {Ember.OrderedSet}
-*/
-OrderedSet.create = function() {
-  return new OrderedSet();
-};
-
-
-OrderedSet.prototype = {
-  /**
-    @method clear
-  */
-  clear: function() {
-    this.presenceSet = {};
-    this.list = [];
-  },
-
-  /**
-    @method add
-    @param obj
-  */
-  add: function(obj) {
-    var guid = guidFor(obj),
-        presenceSet = this.presenceSet,
-        list = this.list;
-
-    if (guid in presenceSet) { return; }
-
-    presenceSet[guid] = true;
-    list.push(obj);
-  },
-
-  /**
-    @method remove
-    @param obj
-  */
-  remove: function(obj) {
-    var guid = guidFor(obj),
-        presenceSet = this.presenceSet,
-        list = this.list;
-
-    delete presenceSet[guid];
-
-    var index = indexOf.call(list, obj);
-    if (index > -1) {
-      list.splice(index, 1);
-    }
-  },
-
-  /**
-    @method isEmpty
-    @return {Boolean}
-  */
-  isEmpty: function() {
-    return this.list.length === 0;
-  },
-
-  /**
-    @method has
-    @param obj
-    @return {Boolean}
-  */
-  has: function(obj) {
-    var guid = guidFor(obj),
-        presenceSet = this.presenceSet;
-
-    return guid in presenceSet;
-  },
-
-  /**
-    @method forEach
-    @param {Function} function
-    @param target
-  */
-  forEach: function(fn, self) {
-    // allow mutation during iteration
-    var list = this.list.slice();
-
-    for (var i = 0, j = list.length; i < j; i++) {
-      fn.call(self, list[i]);
-    }
-  },
-
-  /**
-    @method toArray
-    @return {Array}
-  */
-  toArray: function() {
-    return this.list.slice();
-  },
-
-  /**
-    @method copy
-    @return {Ember.OrderedSet}
-  */
-  copy: function() {
-    var set = new OrderedSet();
-
-    set.presenceSet = copy(this.presenceSet);
-    set.list = this.list.slice();
-
-    return set;
-  }
-};
-
-/**
-  A Map stores values indexed by keys. Unlike JavaScript's
-  default Objects, the keys of a Map can be any JavaScript
-  object.
-
-  Internally, a Map has two data structures:
-
-    `keys`: an OrderedSet of all of the existing keys
-    `values`: a JavaScript Object indexed by the
-      Ember.guidFor(key)
-
-  When a key/value pair is added for the first time, we
-  add the key to the `keys` OrderedSet, and create or
-  replace an entry in `values`. When an entry is deleted,
-  we delete its entry in `keys` and `values`.
-
-  @class Map
-  @namespace Ember
-  @private
-  @constructor
-*/
-var Map = Ember.Map = function() {
-  this.keys = Ember.OrderedSet.create();
-  this.values = {};
-};
-
-/**
-  @method create
-  @static
-*/
-Map.create = function() {
-  return new Map();
-};
-
-Map.prototype = {
-  /**
-    Retrieve the value associated with a given key.
-
-    @method get
-    @param {anything} key
-    @return {anything} the value associated with the key, or undefined
-  */
-  get: function(key) {
-    var values = this.values,
-        guid = guidFor(key);
-
-    return values[guid];
-  },
-
-  /**
-    Adds a value to the map. If a value for the given key has already been
-    provided, the new value will replace the old value.
-
-    @method set
-    @param {anything} key
-    @param {anything} value
-  */
-  set: function(key, value) {
-    var keys = this.keys,
-        values = this.values,
-        guid = guidFor(key);
-
-    keys.add(key);
-    values[guid] = value;
-  },
-
-  /**
-    Removes a value from the map for an associated key.
-
-    @method remove
-    @param {anything} key
-    @return {Boolean} true if an item was removed, false otherwise
-  */
-  remove: function(key) {
-    // don't use ES6 "delete" because it will be annoying
-    // to use in browsers that are not ES6 friendly;
-    var keys = this.keys,
-        values = this.values,
-        guid = guidFor(key),
-        value;
-
-    if (values.hasOwnProperty(guid)) {
-      keys.remove(key);
-      value = values[guid];
-      delete values[guid];
-      return true;
-    } else {
-      return false;
-    }
-  },
-
-  /**
-    Check whether a key is present.
-
-    @method has
-    @param {anything} key
-    @return {Boolean} true if the item was present, false otherwise
-  */
-  has: function(key) {
-    var values = this.values,
-        guid = guidFor(key);
-
-    return values.hasOwnProperty(guid);
-  },
-
-  /**
-    Iterate over all the keys and values. Calls the function once
-    for each key, passing in the key and value, in that order.
-
-    The keys are guaranteed to be iterated over in insertion order.
-
-    @method forEach
-    @param {Function} callback
-    @param {anything} self if passed, the `this` value inside the
-      callback. By default, `this` is the map.
-  */
-  forEach: function(callback, self) {
-    var keys = this.keys,
-        values = this.values;
-
-    keys.forEach(function(key) {
-      var guid = guidFor(key);
-      callback.call(self, key, values[guid]);
-    });
-  },
-
-  /**
-    @method copy
-    @return {Ember.Map}
-  */
-  copy: function() {
-    return copyMap(this, new Map());
-  }
-};
-
-/**
-  @class MapWithDefault
-  @namespace Ember
-  @extends Ember.Map
-  @private
-  @constructor
-  @param [options]
-    @param {anything} [options.defaultValue]
-*/
-var MapWithDefault = Ember.MapWithDefault = function(options) {
-  Map.call(this);
-  this.defaultValue = options.defaultValue;
-};
-
-/**
-  @method create
-  @static
-  @param [options]
-    @param {anything} [options.defaultValue]
-  @return {Ember.MapWithDefault|Ember.Map} If options are passed, returns Ember.MapWithDefault otherwise returns Ember.Map
-*/
-MapWithDefault.create = function(options) {
-  if (options) {
-    return new MapWithDefault(options);
-  } else {
-    return new Map();
-  }
-};
-
-MapWithDefault.prototype = Ember.create(Map.prototype);
-
-/**
-  Retrieve the value associated with a given key.
-
-  @method get
-  @param {anything} key
-  @return {anything} the value associated with the key, or the default value
-*/
-MapWithDefault.prototype.get = function(key) {
-  var hasValue = this.has(key);
-
-  if (hasValue) {
-    return Map.prototype.get.call(this, key);
-  } else {
-    var defaultValue = this.defaultValue(key);
-    this.set(key, defaultValue);
-    return defaultValue;
-  }
-};
-
-/**
-  @method copy
-  @return {Ember.MapWithDefault}
-*/
-MapWithDefault.prototype.copy = function() {
-  return copyMap(this, new MapWithDefault({
-    defaultValue: this.defaultValue
-  }));
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var META_KEY = Ember.META_KEY, get, set;
-
-var MANDATORY_SETTER = Ember.ENV.MANDATORY_SETTER;
-
-var IS_GLOBAL = /^([A-Z$]|([0-9][A-Z$]))/;
-var IS_GLOBAL_PATH = /^([A-Z$]|([0-9][A-Z$])).*[\.\*]/;
-var HAS_THIS  = /^this[\.\*]/;
-var FIRST_KEY = /^([^\.\*]+)/;
-
-// ..........................................................
-// GET AND SET
-//
-// If we are on a platform that supports accessors we can get use those.
-// Otherwise simulate accessors by looking up the property directly on the
-// object.
-
-/**
-  Gets the value of a property on an object.  If the property is computed,
-  the function will be invoked.  If the property is not defined but the
-  object implements the unknownProperty() method then that will be invoked.
-
-  If you plan to run on IE8 and older browsers then you should use this
-  method anytime you want to retrieve a property on an object that you don't
-  know for sure is private.  (My convention only properties beginning with
-  an underscore '_' are considered private.)
-
-  On all newer browsers, you only need to use this method to retrieve
-  properties if the property might not be defined on the object and you want
-  to respect the unknownProperty() handler.  Otherwise you can ignore this
-  method.
-
-  Note that if the obj itself is null, this method will simply return
-  undefined.
-
-  @method get
-  @for Ember
-  @param {Object} obj The object to retrieve from.
-  @param {String} keyName The property key to retrieve
-  @return {Object} the property value or null.
-*/
-get = function get(obj, keyName) {
-  // Helpers that operate with 'this' within an #each
-  if (keyName === '') {
-    return obj;
-  }
-
-  if (!keyName && 'string'===typeof obj) {
-    keyName = obj;
-    obj = null;
-  }
-
-  if (!obj || keyName.indexOf('.') !== -1) {
-    return getPath(obj, keyName);
-  }
-
-  Ember.assert("You need to provide an object and key to `get`.", !!obj && keyName);
-
-  var meta = obj[META_KEY], desc = meta && meta.descs[keyName], ret;
-  if (desc) {
-    return desc.get(obj, keyName);
-  } else {
-    if (MANDATORY_SETTER && meta && meta.watching[keyName] > 0) {
-      ret = meta.values[keyName];
-    } else {
-      ret = obj[keyName];
-    }
-
-    if (ret === undefined &&
-        'object' === typeof obj && !(keyName in obj) && 'function' === typeof obj.unknownProperty) {
-      return obj.unknownProperty(keyName);
-    }
-
-    return ret;
-  }
-};
-
-/**
-  Sets the value of a property on an object, respecting computed properties
-  and notifying observers and other listeners of the change.  If the
-  property is not defined but the object implements the unknownProperty()
-  method then that will be invoked as well.
-
-  If you plan to run on IE8 and older browsers then you should use this
-  method anytime you want to set a property on an object that you don't
-  know for sure is private.  (My convention only properties beginning with
-  an underscore '_' are considered private.)
-
-  On all newer browsers, you only need to use this method to set
-  properties if the property might not be defined on the object and you want
-  to respect the unknownProperty() handler.  Otherwise you can ignore this
-  method.
-
-  @method set
-  @for Ember
-  @param {Object} obj The object to modify.
-  @param {String} keyName The property key to set
-  @param {Object} value The value to set
-  @return {Object} the passed value.
-*/
-set = function set(obj, keyName, value, tolerant) {
-  if (typeof obj === 'string') {
-    Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
-    value = keyName;
-    keyName = obj;
-    obj = null;
-  }
-
-  if (!obj || keyName.indexOf('.') !== -1) {
-    return setPath(obj, keyName, value, tolerant);
-  }
-
-  Ember.assert("You need to provide an object and key to `set`.", !!obj && keyName !== undefined);
-  Ember.assert('calling set on destroyed object', !obj.isDestroyed);
-
-  var meta = obj[META_KEY], desc = meta && meta.descs[keyName],
-      isUnknown, currentValue;
-  if (desc) {
-    desc.set(obj, keyName, value);
-  }
-  else {
-    isUnknown = 'object' === typeof obj && !(keyName in obj);
-
-    // setUnknownProperty is called if `obj` is an object,
-    // the property does not already exist, and the
-    // `setUnknownProperty` method exists on the object
-    if (isUnknown && 'function' === typeof obj.setUnknownProperty) {
-      obj.setUnknownProperty(keyName, value);
-    } else if (meta && meta.watching[keyName] > 0) {
-      if (MANDATORY_SETTER) {
-        currentValue = meta.values[keyName];
-      } else {
-        currentValue = obj[keyName];
-      }
-      // only trigger a change if the value has changed
-      if (value !== currentValue) {
-        Ember.propertyWillChange(obj, keyName);
-        if (MANDATORY_SETTER) {
-          if (currentValue === undefined && !(keyName in obj)) {
-            Ember.defineProperty(obj, keyName, null, value); // setup mandatory setter
-          } else {
-            meta.values[keyName] = value;
-          }
-        } else {
-          obj[keyName] = value;
-        }
-        Ember.propertyDidChange(obj, keyName);
-      }
-    } else {
-      obj[keyName] = value;
-    }
-  }
-  return value;
-};
-
-// Currently used only by Ember Data tests
-if (Ember.config.overrideAccessors) {
-  Ember.get = get;
-  Ember.set = set;
-  Ember.config.overrideAccessors();
-  get = Ember.get;
-  set = Ember.set;
-}
-
-function firstKey(path) {
-  return path.match(FIRST_KEY)[0];
-}
-
-// assumes path is already normalized
-function normalizeTuple(target, path) {
-  var hasThis  = HAS_THIS.test(path),
-      isGlobal = !hasThis && IS_GLOBAL_PATH.test(path),
-      key;
-
-  if (!target || isGlobal) target = Ember.lookup;
-  if (hasThis) path = path.slice(5);
-
-  if (target === Ember.lookup) {
-    key = firstKey(path);
-    target = get(target, key);
-    path   = path.slice(key.length+1);
-  }
-
-  // must return some kind of path to be valid else other things will break.
-  if (!path || path.length===0) throw new Error('Invalid Path');
-
-  return [ target, path ];
-}
-
-function getPath(root, path) {
-  var hasThis, parts, tuple, idx, len;
-
-  // If there is no root and path is a key name, return that
-  // property from the global object.
-  // E.g. get('Ember') -> Ember
-  if (root === null && path.indexOf('.') === -1) { return get(Ember.lookup, path); }
-
-  // detect complicated paths and normalize them
-  hasThis  = HAS_THIS.test(path);
-
-  if (!root || hasThis) {
-    tuple = normalizeTuple(root, path);
-    root = tuple[0];
-    path = tuple[1];
-    tuple.length = 0;
-  }
-
-  parts = path.split(".");
-  len = parts.length;
-  for (idx=0; root && idx<len; idx++) {
-    root = get(root, parts[idx], true);
-    if (root && root.isDestroyed) { return undefined; }
-  }
-  return root;
-}
-
-function setPath(root, path, value, tolerant) {
-  var keyName;
-
-  // get the last part of the path
-  keyName = path.slice(path.lastIndexOf('.') + 1);
-
-  // get the first part of the part
-  path    = path.slice(0, path.length-(keyName.length+1));
-
-  // unless the path is this, look up the first part to
-  // get the root
-  if (path !== 'this') {
-    root = getPath(root, path);
-  }
-
-  if (!keyName || keyName.length === 0) {
-    throw new Error('You passed an empty path');
-  }
-
-  if (!root) {
-    if (tolerant) { return; }
-    else { throw new Error('Object in path '+path+' could not be found or was destroyed.'); }
-  }
-
-  return set(root, keyName, value);
-}
-
-/**
-  @private
-
-  Normalizes a target/path pair to reflect that actual target/path that should
-  be observed, etc.  This takes into account passing in global property
-  paths (i.e. a path beginning with a captial letter not defined on the
-  target) and * separators.
-
-  @method normalizeTuple
-  @for Ember
-  @param {Object} target The current target.  May be null.
-  @param {String} path A path on the target or a global property path.
-  @return {Array} a temporary array with the normalized target/path pair.
-*/
-Ember.normalizeTuple = function(target, path) {
-  return normalizeTuple(target, path);
-};
-
-Ember.getWithDefault = function(root, key, defaultValue) {
-  var value = get(root, key);
-
-  if (value === undefined) { return defaultValue; }
-  return value;
-};
-
-
-Ember.get = get;
-Ember.getPath = Ember.deprecateFunc('getPath is deprecated since get now supports paths', Ember.get);
-
-Ember.set = set;
-Ember.setPath = Ember.deprecateFunc('setPath is deprecated since set now supports paths', Ember.set);
-
-/**
-  Error-tolerant form of Ember.set. Will not blow up if any part of the
-  chain is undefined, null, or destroyed.
-
-  This is primarily used when syncing bindings, which may try to update after
-  an object has been destroyed.
-
-  @method trySet
-  @for Ember
-  @param {Object} obj The object to modify.
-  @param {String} keyName The property key to set
-  @param {Object} value The value to set
-*/
-Ember.trySet = function(root, path, value) {
-  return set(root, path, value, true);
-};
-Ember.trySetPath = Ember.deprecateFunc('trySetPath has been renamed to trySet', Ember.trySet);
-
-/**
-  Returns true if the provided path is global (e.g., "MyApp.fooController.bar")
-  instead of local ("foo.bar.baz").
-
-  @method isGlobalPath
-  @for Ember
-  @private
-  @param {String} path
-  @return Boolean
-*/
-Ember.isGlobalPath = function(path) {
-  return IS_GLOBAL.test(path);
-};
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var GUID_KEY = Ember.GUID_KEY,
-    META_KEY = Ember.META_KEY,
-    EMPTY_META = Ember.EMPTY_META,
-    metaFor = Ember.meta,
-    o_create = Ember.create,
-    objectDefineProperty = Ember.platform.defineProperty;
-
-var MANDATORY_SETTER = Ember.ENV.MANDATORY_SETTER;
-
-// ..........................................................
-// DESCRIPTOR
-//
-
-/**
-  Objects of this type can implement an interface to responds requests to
-  get and set.  The default implementation handles simple properties.
-
-  You generally won't need to create or subclass this directly.
-
-  @class Descriptor
-  @namespace Ember
-  @private
-  @constructor
-*/
-var Descriptor = Ember.Descriptor = function() {};
-
-// ..........................................................
-// DEFINING PROPERTIES API
-//
-
-/**
-  @private
-
-  NOTE: This is a low-level method used by other parts of the API.  You almost
-  never want to call this method directly.  Instead you should use Ember.mixin()
-  to define new properties.
-
-  Defines a property on an object.  This method works much like the ES5
-  Object.defineProperty() method except that it can also accept computed
-  properties and other special descriptors.
-
-  Normally this method takes only three parameters.  However if you pass an
-  instance of Ember.Descriptor as the third param then you can pass an optional
-  value as the fourth parameter.  This is often more efficient than creating
-  new descriptor hashes for each property.
-
-  ## Examples
-
-      // ES5 compatible mode
-      Ember.defineProperty(contact, 'firstName', {
-        writable: true,
-        configurable: false,
-        enumerable: true,
-        value: 'Charles'
-      });
-
-      // define a simple property
-      Ember.defineProperty(contact, 'lastName', undefined, 'Jolley');
-
-      // define a computed property
-      Ember.defineProperty(contact, 'fullName', Ember.computed(function() {
-        return this.firstName+' '+this.lastName;
-      }).property('firstName', 'lastName'));
-
-  @method defineProperty
-  @for Ember
-  @param {Object} obj the object to define this property on. This may be a prototype.
-  @param {String} keyName the name of the property
-  @param {Ember.Descriptor} [desc] an instance of Ember.Descriptor (typically a
-    computed property) or an ES5 descriptor.
-    You must provide this or `data` but not both.
-  @param {anything} [data] something other than a descriptor, that will
-    become the explicit value of this property.
-*/
-Ember.defineProperty = function(obj, keyName, desc, data, meta) {
-  var descs, existingDesc, watching, value;
-
-  if (!meta) meta = metaFor(obj);
-  descs = meta.descs;
-  existingDesc = meta.descs[keyName];
-  watching = meta.watching[keyName] > 0;
-
-  if (existingDesc instanceof Ember.Descriptor) {
-    existingDesc.teardown(obj, keyName);
-  }
-
-  if (desc instanceof Ember.Descriptor) {
-    value = desc;
-
-    descs[keyName] = desc;
-    if (MANDATORY_SETTER && watching) {
-      objectDefineProperty(obj, keyName, {
-        configurable: true,
-        enumerable: true,
-        writable: true,
-        value: undefined // make enumerable
-      });
-    } else {
-      obj[keyName] = undefined; // make enumerable
-    }
-    desc.setup(obj, keyName);
-  } else {
-    descs[keyName] = undefined; // shadow descriptor in proto
-    if (desc == null) {
-      value = data;
-
-      if (MANDATORY_SETTER && watching) {
-        meta.values[keyName] = data;
-        objectDefineProperty(obj, keyName, {
-          configurable: true,
-          enumerable: true,
-          set: function() {
-            Ember.assert('Must use Ember.set() to access this property', false);
-          },
-          get: function() {
-            var meta = this[META_KEY];
-            return meta && meta.values[keyName];
-          }
-        });
-      } else {
-        obj[keyName] = data;
-      }
-    } else {
-      value = desc;
-
-      // compatibility with ES5
-      objectDefineProperty(obj, keyName, desc);
-    }
-  }
-
-  // if key is being watched, override chains that
-  // were initialized with the prototype
-  if (watching) { Ember.overrideChains(obj, keyName, meta); }
-
-  // The `value` passed to the `didDefineProperty` hook is
-  // either the descriptor or data, whichever was passed.
-  if (obj.didDefineProperty) { obj.didDefineProperty(obj, keyName, value); }
-
-  return this;
-};
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var AFTER_OBSERVERS = ':change';
-var BEFORE_OBSERVERS = ':before';
-
-var guidFor = Ember.guidFor;
-
-var deferred = 0;
-
-/*
-  this.observerSet = {
-    [senderGuid]: { // variable name: `keySet`
-      [keyName]: listIndex
-    }
-  },
-  this.observers = [
-    {
-      sender: obj,
-      keyName: keyName,
-      eventName: eventName,
-      listeners: {
-        [targetGuid]: {        // variable name: `actionSet`
-          [methodGuid]: {      // variable name: `action`
-            target: [Object object],
-            method: [Function function]
-          }
-        }
-      }
-    },
-    ...
-  ]
-*/
-function ObserverSet() {
-  this.clear();
-}
-
-ObserverSet.prototype.add = function(sender, keyName, eventName) {
-  var observerSet = this.observerSet,
-      observers = this.observers,
-      senderGuid = Ember.guidFor(sender),
-      keySet = observerSet[senderGuid],
-      index;
-
-  if (!keySet) {
-    observerSet[senderGuid] = keySet = {};
-  }
-  index = keySet[keyName];
-  if (index === undefined) {
-    index = observers.push({
-      sender: sender,
-      keyName: keyName,
-      eventName: eventName,
-      listeners: {}
-    }) - 1;
-    keySet[keyName] = index;
-  }
-  return observers[index].listeners;
-};
-
-ObserverSet.prototype.flush = function() {
-  var observers = this.observers, i, len, observer, sender;
-  this.clear();
-  for (i=0, len=observers.length; i < len; ++i) {
-    observer = observers[i];
-    sender = observer.sender;
-    if (sender.isDestroyed) { continue; }
-    Ember.sendEvent(sender, observer.eventName, [sender, observer.keyName], observer.listeners);
-  }
-};
-
-ObserverSet.prototype.clear = function() {
-  this.observerSet = {};
-  this.observers = [];
-};
-
-var beforeObserverSet = new ObserverSet(), observerSet = new ObserverSet();
-
-/**
-  @method beginPropertyChanges
-  @chainable
-*/
-Ember.beginPropertyChanges = function() {
-  deferred++;
-};
-
-/**
-  @method endPropertyChanges
-*/
-Ember.endPropertyChanges = function() {
-  deferred--;
-  if (deferred<=0) {
-    beforeObserverSet.clear();
-    observerSet.flush();
-  }
-};
-
-/**
-  Make a series of property changes together in an
-  exception-safe way.
-
-      Ember.changeProperties(function() {
-        obj1.set('foo', mayBlowUpWhenSet);
-        obj2.set('bar', baz);
-      });
-
-  @method changeProperties
-  @param {Function} callback
-  @param [binding]
-*/
-Ember.changeProperties = function(cb, binding){
-  Ember.beginPropertyChanges();
-  try {
-    cb.call(binding);
-  } finally {
-    Ember.endPropertyChanges();
-  }
-};
-
-/**
-  Set a list of properties on an object. These properties are set inside
-  a single `beginPropertyChanges` and `endPropertyChanges` batch, so
-  observers will be buffered.
-
-  @method setProperties
-  @param target
-  @param {Hash} properties
-  @return target
-*/
-Ember.setProperties = function(self, hash) {
-  Ember.changeProperties(function(){
-    for(var prop in hash) {
-      if (hash.hasOwnProperty(prop)) Ember.set(self, prop, hash[prop]);
-    }
-  });
-  return self;
-};
-
-
-function changeEvent(keyName) {
-  return keyName+AFTER_OBSERVERS;
-}
-
-function beforeEvent(keyName) {
-  return keyName+BEFORE_OBSERVERS;
-}
-
-/**
-  @method addObserver
-  @param obj
-  @param {String} path
-  @param {Object|Function} targetOrMethod
-  @param {Function|String} [method]
-*/
-Ember.addObserver = function(obj, path, target, method) {
-  Ember.addListener(obj, changeEvent(path), target, method);
-  Ember.watch(obj, path);
-  return this;
-};
-
-Ember.observersFor = function(obj, path) {
-  return Ember.listenersFor(obj, changeEvent(path));
-};
-
-/**
-  @method removeObserver
-  @param obj
-  @param {String} path
-  @param {Object|Function} targetOrMethod
-  @param {Function|String} [method]
-*/
-Ember.removeObserver = function(obj, path, target, method) {
-  Ember.unwatch(obj, path);
-  Ember.removeListener(obj, changeEvent(path), target, method);
-  return this;
-};
-
-/**
-  @method addBeforeObserver
-  @param obj
-  @param {String} path
-  @param {Object|Function} targetOrMethod
-  @param {Function|String} [method]
-*/
-Ember.addBeforeObserver = function(obj, path, target, method) {
-  Ember.addListener(obj, beforeEvent(path), target, method);
-  Ember.watch(obj, path);
-  return this;
-};
-
-// Suspend observer during callback.
-//
-// This should only be used by the target of the observer
-// while it is setting the observed path.
-Ember._suspendBeforeObserver = function(obj, path, target, method, callback) {
-  return Ember._suspendListener(obj, beforeEvent(path), target, method, callback);
-};
-
-Ember._suspendObserver = function(obj, path, target, method, callback) {
-  return Ember._suspendListener(obj, changeEvent(path), target, method, callback);
-};
-
-var map = Ember.ArrayPolyfills.map;
-
-Ember._suspendBeforeObservers = function(obj, paths, target, method, callback) {
-  var events = map.call(paths, beforeEvent);
-  return Ember._suspendListeners(obj, events, target, method, callback);
-};
-
-Ember._suspendObservers = function(obj, paths, target, method, callback) {
-  var events = map.call(paths, changeEvent);
-  return Ember._suspendListeners(obj, events, target, method, callback);
-};
-
-Ember.beforeObserversFor = function(obj, path) {
-  return Ember.listenersFor(obj, beforeEvent(path));
-};
-
-/**
-  @method removeBeforeObserver
-  @param obj
-  @param {String} path
-  @param {Object|Function} targetOrMethod
-  @param {Function|String} [method]
-*/
-Ember.removeBeforeObserver = function(obj, path, target, method) {
-  Ember.unwatch(obj, path);
-  Ember.removeListener(obj, beforeEvent(path), target, method);
-  return this;
-};
-
-Ember.notifyBeforeObservers = function(obj, keyName) {
-  if (obj.isDestroying) { return; }
-
-  var eventName = beforeEvent(keyName), listeners, listenersDiff;
-  if (deferred) {
-    listeners = beforeObserverSet.add(obj, keyName, eventName);
-    listenersDiff = Ember.listenersDiff(obj, eventName, listeners);
-    Ember.sendEvent(obj, eventName, [obj, keyName], listenersDiff);
-  } else {
-    Ember.sendEvent(obj, eventName, [obj, keyName]);
-  }
-};
-
-Ember.notifyObservers = function(obj, keyName) {
-  if (obj.isDestroying) { return; }
-
-  var eventName = changeEvent(keyName), listeners;
-  if (deferred) {
-    listeners = observerSet.add(obj, keyName, eventName);
-    Ember.listenersUnion(obj, eventName, listeners);
-  } else {
-    Ember.sendEvent(obj, eventName, [obj, keyName]);
-  }
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var guidFor = Ember.guidFor, // utils.js
-    metaFor = Ember.meta, // utils.js
-    get = Ember.get, // accessors.js
-    set = Ember.set, // accessors.js
-    normalizeTuple = Ember.normalizeTuple, // accessors.js
-    GUID_KEY = Ember.GUID_KEY, // utils.js
-    META_KEY = Ember.META_KEY, // utils.js
-    // circular reference observer depends on Ember.watch
-    // we should move change events to this file or its own property_events.js
-    notifyObservers = Ember.notifyObservers, // observer.js
-    forEach = Ember.ArrayPolyfills.forEach, // array.js
-    FIRST_KEY = /^([^\.\*]+)/,
-    IS_PATH = /[\.\*]/;
-
-var MANDATORY_SETTER = Ember.ENV.MANDATORY_SETTER,
-o_defineProperty = Ember.platform.defineProperty;
-
-function firstKey(path) {
-  return path.match(FIRST_KEY)[0];
-}
-
-// returns true if the passed path is just a keyName
-function isKeyName(path) {
-  return path==='*' || !IS_PATH.test(path);
-}
-
-// ..........................................................
-// DEPENDENT KEYS
-//
-
-var DEP_SKIP = { __emberproto__: true }; // skip some keys and toString
-
-function iterDeps(method, obj, depKey, seen, meta) {
-
-  var guid = guidFor(obj);
-  if (!seen[guid]) seen[guid] = {};
-  if (seen[guid][depKey]) return;
-  seen[guid][depKey] = true;
-
-  var deps = meta.deps;
-  deps = deps && deps[depKey];
-  if (deps) {
-    for(var key in deps) {
-      if (DEP_SKIP[key]) continue;
-      var desc = meta.descs[key];
-      if (desc && desc._suspended === obj) continue;
-      method(obj, key);
-    }
-  }
-}
-
-
-var WILL_SEEN, DID_SEEN;
-
-// called whenever a property is about to change to clear the cache of any dependent keys (and notify those properties of changes, etc...)
-function dependentKeysWillChange(obj, depKey, meta) {
-  if (obj.isDestroying) { return; }
-
-  var seen = WILL_SEEN, top = !seen;
-  if (top) { seen = WILL_SEEN = {}; }
-  iterDeps(propertyWillChange, obj, depKey, seen, meta);
-  if (top) { WILL_SEEN = null; }
-}
-
-// called whenever a property has just changed to update dependent keys
-function dependentKeysDidChange(obj, depKey, meta) {
-  if (obj.isDestroying) { return; }
-
-  var seen = DID_SEEN, top = !seen;
-  if (top) { seen = DID_SEEN = {}; }
-  iterDeps(propertyDidChange, obj, depKey, seen, meta);
-  if (top) { DID_SEEN = null; }
-}
-
-// ..........................................................
-// CHAIN
-//
-
-function addChainWatcher(obj, keyName, node) {
-  if (!obj || ('object' !== typeof obj)) return; // nothing to do
-  var m = metaFor(obj);
-  var nodes = m.chainWatchers;
-  if (!nodes || nodes.__emberproto__ !== obj) {
-    nodes = m.chainWatchers = { __emberproto__: obj };
-  }
-
-  if (!nodes[keyName]) { nodes[keyName] = {}; }
-  nodes[keyName][guidFor(node)] = node;
-  Ember.watch(obj, keyName);
-}
-
-function removeChainWatcher(obj, keyName, node) {
-  if (!obj || 'object' !== typeof obj) { return; } // nothing to do
-  var m = metaFor(obj, false),
-      nodes = m.chainWatchers;
-  if (!nodes || nodes.__emberproto__ !== obj) { return; } //nothing to do
-  if (nodes[keyName]) { delete nodes[keyName][guidFor(node)]; }
-  Ember.unwatch(obj, keyName);
-}
-
-var pendingQueue = [];
-
-// attempts to add the pendingQueue chains again.  If some of them end up
-// back in the queue and reschedule is true, schedules a timeout to try
-// again.
-function flushPendingChains() {
-  if (pendingQueue.length === 0) { return; } // nothing to do
-
-  var queue = pendingQueue;
-  pendingQueue = [];
-
-  forEach.call(queue, function(q) { q[0].add(q[1]); });
-
-  Ember.warn('Watching an undefined global, Ember expects watched globals to be setup by the time the run loop is flushed, check for typos', pendingQueue.length === 0);
-}
-
-function isProto(pvalue) {
-  return metaFor(pvalue, false).proto === pvalue;
-}
-
-// A ChainNode watches a single key on an object.  If you provide a starting
-// value for the key then the node won't actually watch it.  For a root node
-// pass null for parent and key and object for value.
-var ChainNode = function(parent, key, value, separator) {
-  var obj;
-  this._parent = parent;
-  this._key    = key;
-
-  // _watching is true when calling get(this._parent, this._key) will
-  // return the value of this node.
-  //
-  // It is false for the root of a chain (because we have no parent)
-  // and for global paths (because the parent node is the object with
-  // the observer on it)
-  this._watching = value===undefined;
-
-  this._value  = value;
-  this._separator = separator || '.';
-  this._paths = {};
-  if (this._watching) {
-    this._object = parent.value();
-    if (this._object) { addChainWatcher(this._object, this._key, this); }
-  }
-
-  // Special-case: the EachProxy relies on immediate evaluation to
-  // establish its observers.
-  //
-  // TODO: Replace this with an efficient callback that the EachProxy
-  // can implement.
-  if (this._parent && this._parent._key === '@each') {
-    this.value();
-  }
-};
-
-var ChainNodePrototype = ChainNode.prototype;
-
-ChainNodePrototype.value = function() {
-  if (this._value === undefined && this._watching) {
-    var obj = this._parent.value();
-    this._value = (obj && !isProto(obj)) ? get(obj, this._key) : undefined;
-  }
-  return this._value;
-};
-
-ChainNodePrototype.destroy = function() {
-  if (this._watching) {
-    var obj = this._object;
-    if (obj) { removeChainWatcher(obj, this._key, this); }
-    this._watching = false; // so future calls do nothing
-  }
-};
-
-// copies a top level object only
-ChainNodePrototype.copy = function(obj) {
-  var ret = new ChainNode(null, null, obj, this._separator),
-      paths = this._paths, path;
-  for (path in paths) {
-    if (paths[path] <= 0) { continue; } // this check will also catch non-number vals.
-    ret.add(path);
-  }
-  return ret;
-};
-
-// called on the root node of a chain to setup watchers on the specified
-// path.
-ChainNodePrototype.add = function(path) {
-  var obj, tuple, key, src, separator, paths;
-
-  paths = this._paths;
-  paths[path] = (paths[path] || 0) + 1;
-
-  obj = this.value();
-  tuple = normalizeTuple(obj, path);
-
-  // the path was a local path
-  if (tuple[0] && tuple[0] === obj) {
-    path = tuple[1];
-    key  = firstKey(path);
-    path = path.slice(key.length+1);
-
-  // global path, but object does not exist yet.
-  // put into a queue and try to connect later.
-  } else if (!tuple[0]) {
-    pendingQueue.push([this, path]);
-    tuple.length = 0;
-    return;
-
-  // global path, and object already exists
-  } else {
-    src  = tuple[0];
-    key  = path.slice(0, 0-(tuple[1].length+1));
-    separator = path.slice(key.length, key.length+1);
-    path = tuple[1];
-  }
-
-  tuple.length = 0;
-  this.chain(key, path, src, separator);
-};
-
-// called on the root node of a chain to teardown watcher on the specified
-// path
-ChainNodePrototype.remove = function(path) {
-  var obj, tuple, key, src, paths;
-
-  paths = this._paths;
-  if (paths[path] > 0) { paths[path]--; }
-
-  obj = this.value();
-  tuple = normalizeTuple(obj, path);
-  if (tuple[0] === obj) {
-    path = tuple[1];
-    key  = firstKey(path);
-    path = path.slice(key.length+1);
-  } else {
-    src  = tuple[0];
-    key  = path.slice(0, 0-(tuple[1].length+1));
-    path = tuple[1];
-  }
-
-  tuple.length = 0;
-  this.unchain(key, path);
-};
-
-ChainNodePrototype.count = 0;
-
-ChainNodePrototype.chain = function(key, path, src, separator) {
-  var chains = this._chains, node;
-  if (!chains) { chains = this._chains = {}; }
-
-  node = chains[key];
-  if (!node) { node = chains[key] = new ChainNode(this, key, src, separator); }
-  node.count++; // count chains...
-
-  // chain rest of path if there is one
-  if (path && path.length>0) {
-    key = firstKey(path);
-    path = path.slice(key.length+1);
-    node.chain(key, path); // NOTE: no src means it will observe changes...
-  }
-};
-
-ChainNodePrototype.unchain = function(key, path) {
-  var chains = this._chains, node = chains[key];
-
-  // unchain rest of path first...
-  if (path && path.length>1) {
-    key  = firstKey(path);
-    path = path.slice(key.length+1);
-    node.unchain(key, path);
-  }
-
-  // delete node if needed.
-  node.count--;
-  if (node.count<=0) {
-    delete chains[node._key];
-    node.destroy();
-  }
-
-};
-
-ChainNodePrototype.willChange = function() {
-  var chains = this._chains;
-  if (chains) {
-    for(var key in chains) {
-      if (!chains.hasOwnProperty(key)) { continue; }
-      chains[key].willChange();
-    }
-  }
-
-  if (this._parent) { this._parent.chainWillChange(this, this._key, 1); }
-};
-
-ChainNodePrototype.chainWillChange = function(chain, path, depth) {
-  if (this._key) { path = this._key + this._separator + path; }
-
-  if (this._parent) {
-    this._parent.chainWillChange(this, path, depth+1);
-  } else {
-    if (depth > 1) { Ember.propertyWillChange(this.value(), path); }
-    path = 'this.' + path;
-    if (this._paths[path] > 0) { Ember.propertyWillChange(this.value(), path); }
-  }
-};
-
-ChainNodePrototype.chainDidChange = function(chain, path, depth) {
-  if (this._key) { path = this._key + this._separator + path; }
-  if (this._parent) {
-    this._parent.chainDidChange(this, path, depth+1);
-  } else {
-    if (depth > 1) { Ember.propertyDidChange(this.value(), path); }
-    path = 'this.' + path;
-    if (this._paths[path] > 0) { Ember.propertyDidChange(this.value(), path); }
-  }
-};
-
-ChainNodePrototype.didChange = function(suppressEvent) {
-  // invalidate my own value first.
-  if (this._watching) {
-    var obj = this._parent.value();
-    if (obj !== this._object) {
-      removeChainWatcher(this._object, this._key, this);
-      this._object = obj;
-      addChainWatcher(obj, this._key, this);
-    }
-    this._value  = undefined;
-
-    // Special-case: the EachProxy relies on immediate evaluation to
-    // establish its observers.
-    if (this._parent && this._parent._key === '@each')
-      this.value();
-  }
-
-  // then notify chains...
-  var chains = this._chains;
-  if (chains) {
-    for(var key in chains) {
-      if (!chains.hasOwnProperty(key)) { continue; }
-      chains[key].didChange(suppressEvent);
-    }
-  }
-
-  if (suppressEvent) { return; }
-
-  // and finally tell parent about my path changing...
-  if (this._parent) { this._parent.chainDidChange(this, this._key, 1); }
-};
-
-// get the chains for the current object.  If the current object has
-// chains inherited from the proto they will be cloned and reconfigured for
-// the current object.
-function chainsFor(obj) {
-  var m = metaFor(obj), ret = m.chains;
-  if (!ret) {
-    ret = m.chains = new ChainNode(null, null, obj);
-  } else if (ret.value() !== obj) {
-    ret = m.chains = ret.copy(obj);
-  }
-  return ret;
-}
-
-function notifyChains(obj, m, keyName, methodName, arg) {
-  var nodes = m.chainWatchers;
-
-  if (!nodes || nodes.__emberproto__ !== obj) { return; } // nothing to do
-
-  nodes = nodes[keyName];
-  if (!nodes) { return; }
-
-  for(var key in nodes) {
-    if (!nodes.hasOwnProperty(key)) { continue; }
-    nodes[key][methodName](arg);
-  }
-}
-
-Ember.overrideChains = function(obj, keyName, m) {
-  notifyChains(obj, m, keyName, 'didChange', true);
-};
-
-function chainsWillChange(obj, keyName, m) {
-  notifyChains(obj, m, keyName, 'willChange');
-}
-
-function chainsDidChange(obj, keyName, m) {
-  notifyChains(obj, m, keyName, 'didChange');
-}
-
-// ..........................................................
-// WATCH
-//
-
-/**
-  @private
-
-  Starts watching a property on an object.  Whenever the property changes,
-  invokes Ember.propertyWillChange and Ember.propertyDidChange.  This is the
-  primitive used by observers and dependent keys; usually you will never call
-  this method directly but instead use higher level methods like
-  Ember.addObserver().
-
-  @method watch
-  @for Ember
-  @param obj
-  @param {String} keyName
-*/
-Ember.watch = function(obj, keyName) {
-  // can't watch length on Array - it is special...
-  if (keyName === 'length' && Ember.typeOf(obj) === 'array') { return this; }
-
-  var m = metaFor(obj), watching = m.watching, desc;
-
-  // activate watching first time
-  if (!watching[keyName]) {
-    watching[keyName] = 1;
-    if (isKeyName(keyName)) {
-      desc = m.descs[keyName];
-      if (desc && desc.willWatch) { desc.willWatch(obj, keyName); }
-
-      if ('function' === typeof obj.willWatchProperty) {
-        obj.willWatchProperty(keyName);
-      }
-
-      if (MANDATORY_SETTER && keyName in obj) {
-        m.values[keyName] = obj[keyName];
-        o_defineProperty(obj, keyName, {
-          configurable: true,
-          enumerable: true,
-          set: function() {
-            Ember.assert('Must use Ember.set() to access this property', false);
-          },
-          get: function() {
-            var meta = this[META_KEY];
-            return meta && meta.values[keyName];
-          }
-        });
-      }
-    } else {
-      chainsFor(obj).add(keyName);
-    }
-
-  }  else {
-    watching[keyName] = (watching[keyName] || 0) + 1;
-  }
-  return this;
-};
-
-Ember.isWatching = function isWatching(obj, key) {
-  var meta = obj[META_KEY];
-  return (meta && meta.watching[key]) > 0;
-};
-
-Ember.watch.flushPending = flushPendingChains;
-
-Ember.unwatch = function(obj, keyName) {
-  // can't watch length on Array - it is special...
-  if (keyName === 'length' && Ember.typeOf(obj) === 'array') { return this; }
-
-  var m = metaFor(obj), watching = m.watching, desc;
-
-  if (watching[keyName] === 1) {
-    watching[keyName] = 0;
-
-    if (isKeyName(keyName)) {
-      desc = m.descs[keyName];
-      if (desc && desc.didUnwatch) { desc.didUnwatch(obj, keyName); }
-
-      if ('function' === typeof obj.didUnwatchProperty) {
-        obj.didUnwatchProperty(keyName);
-      }
-
-      if (MANDATORY_SETTER && keyName in obj) {
-        o_defineProperty(obj, keyName, {
-          configurable: true,
-          enumerable: true,
-          writable: true,
-          value: m.values[keyName]
-        });
-        delete m.values[keyName];
-      }
-    } else {
-      chainsFor(obj).remove(keyName);
-    }
-
-  } else if (watching[keyName]>1) {
-    watching[keyName]--;
-  }
-
-  return this;
-};
-
-/**
-  @private
-
-  Call on an object when you first beget it from another object.  This will
-  setup any chained watchers on the object instance as needed.  This method is
-  safe to call multiple times.
-
-  @method rewatch
-  @for Ember
-  @param obj
-*/
-Ember.rewatch = function(obj) {
-  var m = metaFor(obj, false), chains = m.chains;
-
-  // make sure the object has its own guid.
-  if (GUID_KEY in obj && !obj.hasOwnProperty(GUID_KEY)) {
-    Ember.generateGuid(obj, 'ember');
-  }
-
-  // make sure any chained watchers update.
-  if (chains && chains.value() !== obj) {
-    m.chains = chains.copy(obj);
-  }
-
-  return this;
-};
-
-Ember.finishChains = function(obj) {
-  var m = metaFor(obj, false), chains = m.chains;
-  if (chains) {
-    if (chains.value() !== obj) {
-      m.chains = chains = chains.copy(obj);
-    }
-    chains.didChange(true);
-  }
-};
-
-// ..........................................................
-// PROPERTY CHANGES
-//
-
-/**
-  This function is called just before an object property is about to change.
-  It will notify any before observers and prepare caches among other things.
-
-  Normally you will not need to call this method directly but if for some
-  reason you can't directly watch a property you can invoke this method
-  manually along with `Ember.propertyDidChange()` which you should call just
-  after the property value changes.
-
-  @method propertyWillChange
-  @for Ember
-  @param {Object} obj The object with the property that will change
-  @param {String} keyName The property key (or path) that will change.
-  @return {void}
-*/
-function propertyWillChange(obj, keyName, value) {
-  var m = metaFor(obj, false),
-      watching = m.watching[keyName] > 0 || keyName === 'length',
-      proto = m.proto,
-      desc = m.descs[keyName];
-
-  if (!watching) { return; }
-  if (proto === obj) { return; }
-  if (desc && desc.willChange) { desc.willChange(obj, keyName); }
-  dependentKeysWillChange(obj, keyName, m);
-  chainsWillChange(obj, keyName, m);
-  Ember.notifyBeforeObservers(obj, keyName);
-}
-
-Ember.propertyWillChange = propertyWillChange;
-
-/**
-  This function is called just after an object property has changed.
-  It will notify any observers and clear caches among other things.
-
-  Normally you will not need to call this method directly but if for some
-  reason you can't directly watch a property you can invoke this method
-  manually along with `Ember.propertyWilLChange()` which you should call just
-  before the property value changes.
-
-  @method propertyDidChange
-  @for Ember
-  @param {Object} obj The object with the property that will change
-  @param {String} keyName The property key (or path) that will change.
-  @return {void}
-*/
-function propertyDidChange(obj, keyName) {
-  var m = metaFor(obj, false),
-      watching = m.watching[keyName] > 0 || keyName === 'length',
-      proto = m.proto,
-      desc = m.descs[keyName];
-
-  if (proto === obj) { return; }
-
-  // shouldn't this mean that we're watching this key?
-  if (desc && desc.didChange) { desc.didChange(obj, keyName); }
-  if (!watching && keyName !== 'length') { return; }
-
-  dependentKeysDidChange(obj, keyName, m);
-  chainsDidChange(obj, keyName, m);
-  Ember.notifyObservers(obj, keyName);
-}
-
-Ember.propertyDidChange = propertyDidChange;
-
-var NODE_STACK = [];
-
-/**
-  Tears down the meta on an object so that it can be garbage collected.
-  Multiple calls will have no effect.
-
-  @method destroy
-  @for Ember
-  @param {Object} obj  the object to destroy
-  @return {void}
-*/
-Ember.destroy = function (obj) {
-  var meta = obj[META_KEY], node, nodes, key, nodeObject;
-  if (meta) {
-    obj[META_KEY] = null;
-    // remove chainWatchers to remove circular references that would prevent GC
-    node = meta.chains;
-    if (node) {
-      NODE_STACK.push(node);
-      // process tree
-      while (NODE_STACK.length > 0) {
-        node = NODE_STACK.pop();
-        // push children
-        nodes = node._chains;
-        if (nodes) {
-          for (key in nodes) {
-            if (nodes.hasOwnProperty(key)) {
-              NODE_STACK.push(nodes[key]);
-            }
-          }
-        }
-        // remove chainWatcher in node object
-        if (node._watching) {
-          nodeObject = node._object;
-          if (nodeObject) {
-            removeChainWatcher(nodeObject, node._key, node);
-          }
-        }
-      }
-    }
-  }
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-Ember.warn("The CP_DEFAULT_CACHEABLE flag has been removed and computed properties are always cached by default. Use `volatile` if you don't want caching.", Ember.ENV.CP_DEFAULT_CACHEABLE !== false);
-
-
-var get = Ember.get,
-    metaFor = Ember.meta,
-    guidFor = Ember.guidFor,
-    a_slice = [].slice,
-    o_create = Ember.create,
-    META_KEY = Ember.META_KEY,
-    watch = Ember.watch,
-    unwatch = Ember.unwatch;
-
-// ..........................................................
-// DEPENDENT KEYS
-//
-
-// data structure:
-//  meta.deps = {
-//   'depKey': {
-//     'keyName': count,
-//     __emberproto__: SRC_OBJ [to detect clones]
-//     },
-//   __emberproto__: SRC_OBJ
-//  }
-
-/*
-  This function returns a map of unique dependencies for a
-  given object and key.
-*/
-function keysForDep(obj, depsMeta, depKey) {
-  var keys = depsMeta[depKey];
-  if (!keys) {
-    // if there are no dependencies yet for a the given key
-    // create a new empty list of dependencies for the key
-    keys = depsMeta[depKey] = { __emberproto__: obj };
-  } else if (keys.__emberproto__ !== obj) {
-    // otherwise if the dependency list is inherited from
-    // a superclass, clone the hash
-    keys = depsMeta[depKey] = o_create(keys);
-    keys.__emberproto__ = obj;
-  }
-  return keys;
-}
-
-/* return obj[META_KEY].deps */
-function metaForDeps(obj, meta) {
-  var deps = meta.deps;
-  // If the current object has no dependencies...
-  if (!deps) {
-    // initialize the dependencies with a pointer back to
-    // the current object
-    deps = meta.deps = { __emberproto__: obj };
-  } else if (deps.__emberproto__ !== obj) {
-    // otherwise if the dependencies are inherited from the
-    // object's superclass, clone the deps
-    deps = meta.deps = o_create(deps);
-    deps.__emberproto__ = obj;
-  }
-  return deps;
-}
-
-function addDependentKeys(desc, obj, keyName, meta) {
-  // the descriptor has a list of dependent keys, so
-  // add all of its dependent keys.
-  var depKeys = desc._dependentKeys, depsMeta, idx, len, depKey, keys;
-  if (!depKeys) return;
-
-  depsMeta = metaForDeps(obj, meta);
-
-  for(idx = 0, len = depKeys.length; idx < len; idx++) {
-    depKey = depKeys[idx];
-    // Lookup keys meta for depKey
-    keys = keysForDep(obj, depsMeta, depKey);
-    // Increment the number of times depKey depends on keyName.
-    keys[keyName] = (keys[keyName] || 0) + 1;
-    // Watch the depKey
-    watch(obj, depKey);
-  }
-}
-
-function removeDependentKeys(desc, obj, keyName, meta) {
-  // the descriptor has a list of dependent keys, so
-  // add all of its dependent keys.
-  var depKeys = desc._dependentKeys, depsMeta, idx, len, depKey, keys;
-  if (!depKeys) return;
-
-  depsMeta = metaForDeps(obj, meta);
-
-  for(idx = 0, len = depKeys.length; idx < len; idx++) {
-    depKey = depKeys[idx];
-    // Lookup keys meta for depKey
-    keys = keysForDep(obj, depsMeta, depKey);
-    // Increment the number of times depKey depends on keyName.
-    keys[keyName] = (keys[keyName] || 0) - 1;
-    // Watch the depKey
-    unwatch(obj, depKey);
-  }
-}
-
-// ..........................................................
-// COMPUTED PROPERTY
-//
-
-/**
-  @class ComputedProperty
-  @namespace Ember
-  @extends Ember.Descriptor
-  @constructor
-*/
-function ComputedProperty(func, opts) {
-  this.func = func;
-  this._cacheable = (opts && opts.cacheable !== undefined) ? opts.cacheable : true;
-  this._dependentKeys = opts && opts.dependentKeys;
-}
-
-Ember.ComputedProperty = ComputedProperty;
-ComputedProperty.prototype = new Ember.Descriptor();
-
-var ComputedPropertyPrototype = ComputedProperty.prototype;
-
-/**
-  Call on a computed property to set it into cacheable mode.  When in this
-  mode the computed property will automatically cache the return value of
-  your function until one of the dependent keys changes.
-
-      MyApp.president = Ember.Object.create({
-        fullName: function() {
-          return this.get('firstName') + ' ' + this.get('lastName');
-
-          // After calculating the value of this function, Ember.js will
-          // return that value without re-executing this function until
-          // one of the dependent properties change.
-        }.property('firstName', 'lastName')
-      });
-
-  Properties are cacheable by default.
-
-  @method cacheable
-  @param {Boolean} aFlag optional set to false to disable caching
-  @chainable
-*/
-ComputedPropertyPrototype.cacheable = function(aFlag) {
-  this._cacheable = aFlag !== false;
-  return this;
-};
-
-/**
-  Call on a computed property to set it into non-cached mode.  When in this
-  mode the computed property will not automatically cache the return value.
-
-      MyApp.outsideService = Ember.Object.create({
-        value: function() {
-          return OutsideService.getValue();
-        }.property().volatile()
-      });
-
-  @method volatile
-  @chainable
-*/
-ComputedPropertyPrototype.volatile = function() {
-  return this.cacheable(false);
-};
-
-/**
-  Sets the dependent keys on this computed property.  Pass any number of
-  arguments containing key paths that this computed property depends on.
-
-      MyApp.president = Ember.Object.create({
-        fullName: Ember.computed(function() {
-          return this.get('firstName') + ' ' + this.get('lastName');
-
-          // Tell Ember.js that this computed property depends on firstName
-          // and lastName
-        }).property('firstName', 'lastName')
-      });
-
-  @method property
-  @param {String} path* zero or more property paths
-  @chainable
-*/
-ComputedPropertyPrototype.property = function() {
-  var args = [];
-  for (var i = 0, l = arguments.length; i < l; i++) {
-    args.push(arguments[i]);
-  }
-  this._dependentKeys = args;
-  return this;
-};
-
-/**
-  In some cases, you may want to annotate computed properties with additional
-  metadata about how they function or what values they operate on. For example,
-  computed property functions may close over variables that are then no longer
-  available for introspection.
-
-  You can pass a hash of these values to a computed property like this:
-
-      person: function() {
-        var personId = this.get('personId');
-        return App.Person.create({ id: personId });
-      }.property().meta({ type: App.Person })
-
-  The hash that you pass to the `meta()` function will be saved on the
-  computed property descriptor under the `_meta` key. Ember runtime
-  exposes a public API for retrieving these values from classes,
-  via the `metaForProperty()` function.
-
-  @method meta
-  @param {Hash} meta
-  @chainable
-*/
-
-ComputedPropertyPrototype.meta = function(meta) {
-  if (arguments.length === 0) {
-    return this._meta || {};
-  } else {
-    this._meta = meta;
-    return this;
-  }
-};
-
-/* impl descriptor API */
-ComputedPropertyPrototype.willWatch = function(obj, keyName) {
-  // watch already creates meta for this instance
-  var meta = obj[META_KEY];
-  Ember.assert('watch should have setup meta to be writable', meta.source === obj);
-  if (!(keyName in meta.cache)) {
-    addDependentKeys(this, obj, keyName, meta);
-  }
-};
-
-ComputedPropertyPrototype.didUnwatch = function(obj, keyName) {
-  var meta = obj[META_KEY];
-  Ember.assert('unwatch should have setup meta to be writable', meta.source === obj);
-  if (!(keyName in meta.cache)) {
-    // unwatch already creates meta for this instance
-    removeDependentKeys(this, obj, keyName, meta);
-  }
-};
-
-/* impl descriptor API */
-ComputedPropertyPrototype.didChange = function(obj, keyName) {
-  // _suspended is set via a CP.set to ensure we don't clear
-  // the cached value set by the setter
-  if (this._cacheable && this._suspended !== obj) {
-    var meta = metaFor(obj);
-    if (keyName in meta.cache) {
-      delete meta.cache[keyName];
-      if (!meta.watching[keyName]) {
-        removeDependentKeys(this, obj, keyName, meta);
-      }
-    }
-  }
-};
-
-/* impl descriptor API */
-ComputedPropertyPrototype.get = function(obj, keyName) {
-  var ret, cache, meta;
-  if (this._cacheable) {
-    meta = metaFor(obj);
-    cache = meta.cache;
-    if (keyName in cache) { return cache[keyName]; }
-    ret = cache[keyName] = this.func.call(obj, keyName);
-    if (!meta.watching[keyName]) {
-      addDependentKeys(this, obj, keyName, meta);
-    }
-  } else {
-    ret = this.func.call(obj, keyName);
-  }
-  return ret;
-};
-
-/* impl descriptor API */
-ComputedPropertyPrototype.set = function(obj, keyName, value) {
-  var cacheable = this._cacheable,
-      meta = metaFor(obj, cacheable),
-      watched = meta.watching[keyName],
-      oldSuspended = this._suspended,
-      hadCachedValue = false,
-      ret;
-  this._suspended = obj;
-  try {
-    ret = this.func.call(obj, keyName, value);
-
-    if (cacheable && keyName in meta.cache) {
-      if (meta.cache[keyName] === ret) {
-        return;
-      }
-      hadCachedValue = true;
-    }
-
-    if (watched) { Ember.propertyWillChange(obj, keyName); }
-
-    if (cacheable && hadCachedValue) {
-      delete meta.cache[keyName];
-    }
-
-    if (cacheable) {
-      if (!watched && !hadCachedValue) {
-        addDependentKeys(this, obj, keyName, meta);
-      }
-      meta.cache[keyName] = ret;
-    }
-
-    if (watched) { Ember.propertyDidChange(obj, keyName); }
-  } finally {
-    this._suspended = oldSuspended;
-  }
-  return ret;
-};
-
-/* called when property is defined */
-ComputedPropertyPrototype.setup = function(obj, keyName) {
-  var meta = obj[META_KEY];
-  if (meta && meta.watching[keyName]) {
-    addDependentKeys(this, obj, keyName, metaFor(obj));
-  }
-};
-
-/* called before property is overridden */
-ComputedPropertyPrototype.teardown = function(obj, keyName) {
-  var meta = metaFor(obj);
-
-  if (meta.watching[keyName] || keyName in meta.cache) {
-    removeDependentKeys(this, obj, keyName, meta);
-  }
-
-  if (this._cacheable) { delete meta.cache[keyName]; }
-
-  return null; // no value to restore
-};
-
-
-/**
-  This helper returns a new property descriptor that wraps the passed
-  computed property function.  You can use this helper to define properties
-  with mixins or via Ember.defineProperty().
-
-  The function you pass will be used to both get and set property values.
-  The function should accept two parameters, key and value.  If value is not
-  undefined you should set the value first.  In either case return the
-  current value of the property.
-
-  @method computed
-  @for Ember
-  @param {Function} func The computed property function.
-  @return {Ember.ComputedProperty} property descriptor instance
-*/
-Ember.computed = function(func) {
-  var args;
-
-  if (arguments.length > 1) {
-    args = a_slice.call(arguments, 0, -1);
-    func = a_slice.call(arguments, -1)[0];
-  }
-
-  var cp = new ComputedProperty(func);
-
-  if (args) {
-    cp.property.apply(cp, args);
-  }
-
-  return cp;
-};
-
-/**
-  Returns the cached value for a property, if one exists.
-  This can be useful for peeking at the value of a computed
-  property that is generated lazily, without accidentally causing
-  it to be created.
-
-  @method cacheFor
-  @for Ember
-  @param {Object} obj the object whose property you want to check
-  @param {String} key the name of the property whose cached value you want
-                      to return
-*/
-Ember.cacheFor = function cacheFor(obj, key) {
-  var cache = metaFor(obj, false).cache;
-
-  if (cache && key in cache) {
-    return cache[key];
-  }
-};
-
-/**
-  @method computed.not
-  @for Ember
-  @param {String} dependentKey
-*/
-Ember.computed.not = function(dependentKey) {
-  return Ember.computed(dependentKey, function(key) {
-    return !get(this, dependentKey);
-  });
-};
-
-/**
-  @method computed.empty
-  @for Ember
-  @param {String} dependentKey
-*/
-Ember.computed.empty = function(dependentKey) {
-  return Ember.computed(dependentKey, function(key) {
-    var val = get(this, dependentKey);
-    return val === undefined || val === null || val === '' || (Ember.isArray(val) && get(val, 'length') === 0);
-  });
-};
-
-/**
-  @method computed.bool
-  @for Ember
-  @param {String} dependentKey
-*/
-Ember.computed.bool = function(dependentKey) {
-  return Ember.computed(dependentKey, function(key) {
-    return !!get(this, dependentKey);
-  });
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var o_create = Ember.create,
-    meta = Ember.meta,
-    metaPath = Ember.metaPath,
-    guidFor = Ember.guidFor,
-    a_slice = [].slice;
-
-/*
-  The event system uses a series of nested hashes to store listeners on an
-  object. When a listener is registered, or when an event arrives, these
-  hashes are consulted to determine which target and action pair to invoke.
-
-  The hashes are stored in the object's meta hash, and look like this:
-
-      // Object's meta hash
-      {
-        listeners: {               // variable name: `listenerSet`
-          "foo:changed": {         // variable name: `targetSet`
-            [targetGuid]: {        // variable name: `actionSet`
-              [methodGuid]: {      // variable name: `action`
-                target: [Object object],
-                method: [Function function]
-              }
-            }
-          }
-        }
-      }
-
-*/
-
-// Gets the set of all actions, keyed on the guid of each action's
-// method property.
-function actionSetFor(obj, eventName, target, writable) {
-  return metaPath(obj, ['listeners', eventName, guidFor(target)], writable);
-}
-
-// Gets the set of all targets, keyed on the guid of each action's
-// target property.
-function targetSetFor(obj, eventName) {
-  var listenerSet = meta(obj, false).listeners;
-  if (!listenerSet) { return false; }
-
-  return listenerSet[eventName] || false;
-}
-
-// TODO: This knowledge should really be a part of the
-// meta system.
-var SKIP_PROPERTIES = { __ember_source__: true };
-
-function iterateSet(targetSet, callback) {
-  if (!targetSet) { return false; }
-  // Iterate through all elements of the target set
-  for(var targetGuid in targetSet) {
-    if (SKIP_PROPERTIES[targetGuid]) { continue; }
-
-    var actionSet = targetSet[targetGuid];
-    if (actionSet) {
-      // Iterate through the elements of the action set
-      for(var methodGuid in actionSet) {
-        if (SKIP_PROPERTIES[methodGuid]) { continue; }
-
-        var action = actionSet[methodGuid];
-        if (action) {
-          if (callback(action) === true) {
-            return true;
-          }
-        }
-      }
-    }
-  }
-  return false;
-}
-
-function invokeAction(action, params, sender) {
-  var method = action.method, target = action.target;
-  // If there is no target, the target is the object
-  // on which the event was fired.
-  if (!target) { target = sender; }
-  if ('string' === typeof method) { method = target[method]; }
-  if (params) {
-    method.apply(target, params);
-  } else {
-    method.apply(target);
-  }
-}
-
-function targetSetUnion(obj, eventName, targetSet) {
-  iterateSet(targetSetFor(obj, eventName), function (action) {
-    var targetGuid = guidFor(action.target),
-        methodGuid = guidFor(action.method),
-        actionSet = targetSet[targetGuid];
-    if (!actionSet) actionSet = targetSet[targetGuid] = {};
-    actionSet[methodGuid] = action;
-  });
-}
-
-function targetSetDiff(obj, eventName, targetSet) {
-  var diffTargetSet = {};
-  iterateSet(targetSetFor(obj, eventName), function (action) {
-    var targetGuid = guidFor(action.target),
-        methodGuid = guidFor(action.method),
-        actionSet = targetSet[targetGuid],
-        diffActionSet = diffTargetSet[targetGuid];
-    if (!actionSet) actionSet = targetSet[targetGuid] = {};
-    if (actionSet[methodGuid]) return;
-    actionSet[methodGuid] = action;
-    if (!diffActionSet) diffActionSet = diffTargetSet[targetGuid] = {};
-    diffActionSet[methodGuid] = action;
-  });
-  return diffTargetSet;
-}
-
-/**
-  Add an event listener
-
-  @method addListener
-  @for Ember
-  @param obj
-  @param {String} eventName
-  @param {Object|Function} targetOrMethod A target object or a function
-  @param {Function|String} method A function or the name of a function to be called on `target`
-*/
-function addListener(obj, eventName, target, method, guid) {
-  Ember.assert("You must pass at least an object and event name to Ember.addListener", !!obj && !!eventName);
-
-  if (!method && 'function' === typeof target) {
-    method = target;
-    target = null;
-  }
-
-  var actionSet = actionSetFor(obj, eventName, target, true),
-      // guid is used in case we wrapp given method to register
-      // listener with method guid instead of the wrapper guid
-      methodGuid = guid || guidFor(method);
-
-  if (!actionSet[methodGuid]) {
-    actionSet[methodGuid] = { target: target, method: method };
-  }
-
-  if ('function' === typeof obj.didAddListener) {
-    obj.didAddListener(eventName, target, method);
-  }
-}
-
-/**
-  Remove an event listener
-
-  Arguments should match those passed to {{#crossLink "Ember/addListener"}}{{/crossLink}}
-
-  @method removeListener
-  @for Ember
-  @param obj
-  @param {String} eventName
-  @param {Object|Function} targetOrMethod A target object or a function
-  @param {Function|String} method A function or the name of a function to be called on `target`
-*/
-function removeListener(obj, eventName, target, method) {
-  Ember.assert("You must pass at least an object and event name to Ember.removeListener", !!obj && !!eventName);
-
-  if (!method && 'function' === typeof target) {
-    method = target;
-    target = null;
-  }
-
-  function _removeListener(target, method) {
-    var actionSet = actionSetFor(obj, eventName, target, true),
-        methodGuid = guidFor(method);
-
-    // we can't simply delete this parameter, because if we do, we might
-    // re-expose the property from the prototype chain.
-    if (actionSet && actionSet[methodGuid]) { actionSet[methodGuid] = null; }
-
-    if ('function' === typeof obj.didRemoveListener) {
-      obj.didRemoveListener(eventName, target, method);
-    }
-  }
-
-  if (method) {
-    _removeListener(target, method);
-  } else {
-    iterateSet(targetSetFor(obj, eventName), function(action) {
-      _removeListener(action.target, action.method);
-    });
-  }
-}
-
-/**
-  @private
-
-  Suspend listener during callback.
-
-  This should only be used by the target of the event listener
-  when it is taking an action that would cause the event, e.g.
-  an object might suspend its property change listener while it is
-  setting that property.
-
-  @method suspendListener
-  @for Ember
-  @param obj
-  @param {String} eventName
-  @param {Object|Function} targetOrMethod A target object or a function
-  @param {Function|String} method A function or the name of a function to be called on `target`
-  @param {Function} callback
-*/
-function suspendListener(obj, eventName, target, method, callback) {
-  if (!method && 'function' === typeof target) {
-    method = target;
-    target = null;
-  }
-
-  var actionSet = actionSetFor(obj, eventName, target, true),
-      methodGuid = guidFor(method),
-      action = actionSet && actionSet[methodGuid];
-
-  actionSet[methodGuid] = null;
-  try {
-    return callback.call(target);
-  } finally {
-    actionSet[methodGuid] = action;
-  }
-}
-
-/**
-  @private
-
-  Suspend listener during callback.
-
-  This should only be used by the target of the event listener
-  when it is taking an action that would cause the event, e.g.
-  an object might suspend its property change listener while it is
-  setting that property.
-
-  @method suspendListener
-  @for Ember
-  @param obj
-  @param {Array} eventName Array of event names
-  @param {Object|Function} targetOrMethod A target object or a function
-  @param {Function|String} method A function or the name of a function to be called on `target`
-  @param {Function} callback
-*/
-function suspendListeners(obj, eventNames, target, method, callback) {
-  if (!method && 'function' === typeof target) {
-    method = target;
-    target = null;
-  }
-
-  var oldActions = [],
-      actionSets = [],
-      eventName, actionSet, methodGuid, action, i, l;
-
-  for (i=0, l=eventNames.length; i<l; i++) {
-    eventName = eventNames[i];
-    actionSet = actionSetFor(obj, eventName, target, true),
-    methodGuid = guidFor(method);
-
-    oldActions.push(actionSet && actionSet[methodGuid]);
-    actionSets.push(actionSet);
-
-    actionSet[methodGuid] = null;
-  }
-
-  try {
-    return callback.call(target);
-  } finally {
-    for (i=0, l=oldActions.length; i<l; i++) {
-      eventName = eventNames[i];
-      actionSets[i][methodGuid] = oldActions[i];
-    }
-  }
-}
-
-/**
-  @private
-
-  Return a list of currently watched events
-
-  @method watchedEvents
-  @for Ember
-  @param obj
-*/
-function watchedEvents(obj) {
-  var listeners = meta(obj, false).listeners, ret = [];
-
-  if (listeners) {
-    for(var eventName in listeners) {
-      if (!SKIP_PROPERTIES[eventName] && listeners[eventName]) {
-        ret.push(eventName);
-      }
-    }
-  }
-  return ret;
-}
-
-/**
-  @method sendEvent
-  @for Ember
-  @param obj
-  @param {String} eventName
-  @param {Array} params
-  @return true
-*/
-function sendEvent(obj, eventName, params, targetSet) {
-  // first give object a chance to handle it
-  if (obj !== Ember && 'function' === typeof obj.sendEvent) {
-    obj.sendEvent(eventName, params);
-  }
-
-  if (!targetSet) targetSet = targetSetFor(obj, eventName);
-
-  iterateSet(targetSet, function (action) {
-    invokeAction(action, params, obj);
-  });
-  return true;
-}
-
-/**
-  @private
-  @method hasListeners
-  @for Ember
-  @param obj
-  @param {String} eventName
-*/
-function hasListeners(obj, eventName) {
-  if (iterateSet(targetSetFor(obj, eventName), function() { return true; })) {
-    return true;
-  }
-
-  // no listeners!  might as well clean this up so it is faster later.
-  var set = metaPath(obj, ['listeners'], true);
-  set[eventName] = null;
-
-  return false;
-}
-
-/**
-  @private
-  @method listenersFor
-  @for Ember
-  @param obj
-  @param {String} eventName
-*/
-function listenersFor(obj, eventName) {
-  var ret = [];
-  iterateSet(targetSetFor(obj, eventName), function (action) {
-    ret.push([action.target, action.method]);
-  });
-  return ret;
-}
-
-Ember.addListener = addListener;
-Ember.removeListener = removeListener;
-Ember._suspendListener = suspendListener;
-Ember._suspendListeners = suspendListeners;
-Ember.sendEvent = sendEvent;
-Ember.hasListeners = hasListeners;
-Ember.watchedEvents = watchedEvents;
-Ember.listenersFor = listenersFor;
-Ember.listenersDiff = targetSetDiff;
-Ember.listenersUnion = targetSetUnion;
-})();
-
-
-
-(function() {
-// Ember.Logger
-// Ember.watch.flushPending
-// Ember.beginPropertyChanges, Ember.endPropertyChanges
-// Ember.guidFor
-
-/**
-@module ember-metal
-*/
-
-// ..........................................................
-// HELPERS
-//
-
-var slice = [].slice,
-    forEach = Ember.ArrayPolyfills.forEach;
-
-// invokes passed params - normalizing so you can pass target/func,
-// target/string or just func
-function invoke(target, method, args, ignore) {
-
-  if (method === undefined) {
-    method = target;
-    target = undefined;
-  }
-
-  if ('string' === typeof method) { method = target[method]; }
-  if (args && ignore > 0) {
-    args = args.length > ignore ? slice.call(args, ignore) : null;
-  }
-
-  return Ember.handleErrors(function() {
-    // IE8's Function.prototype.apply doesn't accept undefined/null arguments.
-    return method.apply(target || this, args || []);
-  }, this);
-}
-
-
-// ..........................................................
-// RUNLOOP
-//
-
-var timerMark; // used by timers...
-
-/**
-Ember RunLoop (Private)
-
-@class RunLoop
-@namespace Ember
-@private
-@constructor
-*/
-var RunLoop = function(prev) {
-  this._prev = prev || null;
-  this.onceTimers = {};
-};
-
-RunLoop.prototype = {
-  /**
-    @method end
-  */
-  end: function() {
-    this.flush();
-  },
-
-  /**
-    @method prev
-  */
-  prev: function() {
-    return this._prev;
-  },
-
-  // ..........................................................
-  // Delayed Actions
-  //
-
-  /**
-    @method schedule
-    @param {String} queueName
-    @param target
-    @param method
-  */
-  schedule: function(queueName, target, method) {
-    var queues = this._queues, queue;
-    if (!queues) { queues = this._queues = {}; }
-    queue = queues[queueName];
-    if (!queue) { queue = queues[queueName] = []; }
-
-    var args = arguments.length > 3 ? slice.call(arguments, 3) : null;
-    queue.push({ target: target, method: method, args: args });
-    return this;
-  },
-
-  /**
-    @method flush
-    @param {String} queueName
-  */
-  flush: function(queueName) {
-    var queueNames, idx, len, queue, log;
-
-    if (!this._queues) { return this; } // nothing to do
-
-    function iter(item) {
-      invoke(item.target, item.method, item.args);
-    }
-
-    Ember.watch.flushPending(); // make sure all chained watchers are setup
-
-    if (queueName) {
-      while (this._queues && (queue = this._queues[queueName])) {
-        this._queues[queueName] = null;
-
-        // the sync phase is to allow property changes to propagate.  don't
-        // invoke observers until that is finished.
-        if (queueName === 'sync') {
-          log = Ember.LOG_BINDINGS;
-          if (log) { Ember.Logger.log('Begin: Flush Sync Queue'); }
-
-          Ember.beginPropertyChanges();
-          try {
-            forEach.call(queue, iter);
-          } finally {
-            Ember.endPropertyChanges();
-          }
-
-          if (log) { Ember.Logger.log('End: Flush Sync Queue'); }
-
-        } else {
-          forEach.call(queue, iter);
-        }
-      }
-
-    } else {
-      queueNames = Ember.run.queues;
-      len = queueNames.length;
-      idx = 0;
-
-      outerloop:
-      while (idx < len) {
-        queueName = queueNames[idx];
-        queue = this._queues && this._queues[queueName];
-        delete this._queues[queueName];
-
-        if (queue) {
-          // the sync phase is to allow property changes to propagate.  don't
-          // invoke observers until that is finished.
-          if (queueName === 'sync') {
-            log = Ember.LOG_BINDINGS;
-            if (log) { Ember.Logger.log('Begin: Flush Sync Queue'); }
-
-            Ember.beginPropertyChanges();
-            try {
-              forEach.call(queue, iter);
-            } finally {
-              Ember.endPropertyChanges();
-            }
-
-            if (log) { Ember.Logger.log('End: Flush Sync Queue'); }
-          } else {
-            forEach.call(queue, iter);
-          }
-        }
-
-        // Loop through prior queues
-        for (var i = 0; i <= idx; i++) {
-          if (this._queues && this._queues[queueNames[i]]) {
-            // Start over at the first queue with contents
-            idx = i;
-            continue outerloop;
-          }
-        }
-
-        idx++;
-      }
-    }
-
-    timerMark = null;
-
-    return this;
-  }
-
-};
-
-Ember.RunLoop = RunLoop;
-
-// ..........................................................
-// Ember.run - this is ideally the only public API the dev sees
-//
-
-/**
-  Runs the passed target and method inside of a RunLoop, ensuring any
-  deferred actions including bindings and views updates are flushed at the
-  end.
-
-  Normally you should not need to invoke this method yourself.  However if
-  you are implementing raw event handlers when interfacing with other
-  libraries or plugins, you should probably wrap all of your code inside this
-  call.
-
-      Ember.run(function(){
-        // code to be execute within a RunLoop 
-      });
-
-  @class run
-  @namespace Ember
-  @static
-  @constructor
-  @param {Object} [target] target of method to call
-  @param {Function|String} method Method to invoke.
-    May be a function or a string.  If you pass a string
-    then it will be looked up on the passed target.
-  @param {Object} [args*] Any additional arguments you wish to pass to the method.
-  @return {Object} return value from invoking the passed function.
-*/
-Ember.run = function(target, method) {
-  var ret, loop;
-  run.begin();
-  try {
-    if (target || method) { ret = invoke(target, method, arguments, 2); }
-  } finally {
-    run.end();
-  }
-  return ret;
-};
-
-var run = Ember.run;
-
-
-/**
-  Begins a new RunLoop.  Any deferred actions invoked after the begin will
-  be buffered until you invoke a matching call to Ember.run.end().  This is
-  an lower-level way to use a RunLoop instead of using Ember.run().
-
-      Ember.run.begin();
-      // code to be execute within a RunLoop 
-      Ember.run.end();
-
-  @method begin
-  @return {void}
-*/
-Ember.run.begin = function() {
-  run.currentRunLoop = new RunLoop(run.currentRunLoop);
-};
-
-/**
-  Ends a RunLoop.  This must be called sometime after you call Ember.run.begin()
-  to flush any deferred actions.  This is a lower-level way to use a RunLoop
-  instead of using Ember.run().
-
-      Ember.run.begin();
-      // code to be execute within a RunLoop 
-      Ember.run.end();
-
-  @method end
-  @return {void}
-*/
-Ember.run.end = function() {
-  Ember.assert('must have a current run loop', run.currentRunLoop);
-  try {
-    run.currentRunLoop.end();
-  }
-  finally {
-    run.currentRunLoop = run.currentRunLoop.prev();
-  }
-};
-
-/**
-  Array of named queues.  This array determines the order in which queues
-  are flushed at the end of the RunLoop.  You can define your own queues by
-  simply adding the queue name to this array.  Normally you should not need
-  to inspect or modify this property.
-
-  @property queues
-  @type Array
-  @default ['sync', 'actions', 'destroy', 'timers']
-*/
-Ember.run.queues = ['sync', 'actions', 'destroy', 'timers'];
-
-/**
-  Adds the passed target/method and any optional arguments to the named
-  queue to be executed at the end of the RunLoop.  If you have not already
-  started a RunLoop when calling this method one will be started for you
-  automatically.
-
-  At the end of a RunLoop, any methods scheduled in this way will be invoked.
-  Methods will be invoked in an order matching the named queues defined in
-  the run.queues property.
-
-      Ember.run.schedule('timers', this, function(){
-        // this will be executed at the end of the RunLoop, when timers are run
-        console.log("scheduled on timers queue");
-      });
-      Ember.run.schedule('sync', this, function(){
-        // this will be executed at the end of the RunLoop, when bindings are synced
-        console.log("scheduled on sync queue");
-      });
-      // Note the functions will be run in order based on the run queues order. Output would be:
-      //   scheduled on sync queue
-      //   scheduled on timers queue
-
-  @method schedule
-  @param {String} queue The name of the queue to schedule against.
-    Default queues are 'sync' and 'actions'
-
-  @param {Object} [target] target object to use as the context when invoking a method.
-
-  @param {String|Function} method The method to invoke.  If you pass a string it
-    will be resolved on the target object at the time the scheduled item is
-    invoked allowing you to change the target function.
-
-  @param {Object} [arguments*] Optional arguments to be passed to the queued method.
-
-  @return {void}
-*/
-Ember.run.schedule = function(queue, target, method) {
-  var loop = run.autorun();
-  loop.schedule.apply(loop, arguments);
-};
-
-var scheduledAutorun;
-function autorun() {
-  scheduledAutorun = null;
-  if (run.currentRunLoop) { run.end(); }
-}
-
-// Used by global test teardown
-Ember.run.hasScheduledTimers = function() {
-  return !!(scheduledAutorun || scheduledLater || scheduledNext);
-};
-
-// Used by global test teardown
-Ember.run.cancelTimers = function () {
-  if (scheduledAutorun) {
-    clearTimeout(scheduledAutorun);
-    scheduledAutorun = null;
-  }
-  if (scheduledLater) {
-    clearTimeout(scheduledLater);
-    scheduledLater = null;
-  }
-  if (scheduledNext) {
-    clearTimeout(scheduledNext);
-    scheduledNext = null;
-  }
-  timers = {};
-};
-
-/**
-  Begins a new RunLoop if necessary and schedules a timer to flush the
-  RunLoop at a later time.  This method is used by parts of Ember to
-  ensure the RunLoop always finishes.  You normally do not need to call this
-  method directly.  Instead use Ember.run().
-
-
-  @method autorun
-  @example
-    Ember.run.autorun();
-  @return {Ember.RunLoop} the new current RunLoop
-*/
-Ember.run.autorun = function() {
-  if (!run.currentRunLoop) {
-    Ember.assert("You have turned on testing mode, which disabled the run-loop's autorun. You will need to wrap any code with asynchronous side-effects in an Ember.run", !Ember.testing);
-
-    run.begin();
-
-    if (!scheduledAutorun) {
-      scheduledAutorun = setTimeout(autorun, 1);
-    }
-  }
-
-  return run.currentRunLoop;
-};
-
-/**
-  Immediately flushes any events scheduled in the 'sync' queue.  Bindings
-  use this queue so this method is a useful way to immediately force all
-  bindings in the application to sync.
-
-  You should call this method anytime you need any changed state to propagate
-  throughout the app immediately without repainting the UI.
-
-      Ember.run.sync();
-
-  @method sync
-  @return {void}
-*/
-Ember.run.sync = function() {
-  run.autorun();
-  run.currentRunLoop.flush('sync');
-};
-
-// ..........................................................
-// TIMERS
-//
-
-var timers = {}; // active timers...
-
-var scheduledLater;
-function invokeLaterTimers() {
-  scheduledLater = null;
-  var now = (+ new Date()), earliest = -1;
-  for (var key in timers) {
-    if (!timers.hasOwnProperty(key)) { continue; }
-    var timer = timers[key];
-    if (timer && timer.expires) {
-      if (now >= timer.expires) {
-        delete timers[key];
-        invoke(timer.target, timer.method, timer.args, 2);
-      } else {
-        if (earliest<0 || (timer.expires < earliest)) earliest=timer.expires;
-      }
-    }
-  }
-
-  // schedule next timeout to fire...
-  if (earliest > 0) { scheduledLater = setTimeout(invokeLaterTimers, earliest-(+ new Date())); }
-}
-
-/**
-  Invokes the passed target/method and optional arguments after a specified
-  period if time.  The last parameter of this method must always be a number
-  of milliseconds.
-
-  You should use this method whenever you need to run some action after a
-  period of time instead of using setTimeout().  This method will ensure that
-  items that expire during the same script execution cycle all execute
-  together, which is often more efficient than using a real setTimeout.
-
-      Ember.run.later(myContext, function(){
-        // code here will execute within a RunLoop in about 500ms with this == myContext
-      }, 500);
-
-  @method later
-  @param {Object} [target] target of method to invoke
-
-  @param {Function|String} method The method to invoke.
-    If you pass a string it will be resolved on the
-    target at the time the method is invoked.
-
-  @param {Object} [args*] Optional arguments to pass to the timeout.
-
-  @param {Number} wait
-    Number of milliseconds to wait.
-
-  @return {String} a string you can use to cancel the timer in
-    {{#crossLink "Ember/run.cancel"}}{{/crossLink}} later.
-*/
-Ember.run.later = function(target, method) {
-  var args, expires, timer, guid, wait;
-
-  // setTimeout compatibility...
-  if (arguments.length===2 && 'function' === typeof target) {
-    wait   = method;
-    method = target;
-    target = undefined;
-    args   = [target, method];
-  } else {
-    args = slice.call(arguments);
-    wait = args.pop();
-  }
-
-  expires = (+ new Date()) + wait;
-  timer   = { target: target, method: method, expires: expires, args: args };
-  guid    = Ember.guidFor(timer);
-  timers[guid] = timer;
-  run.once(timers, invokeLaterTimers);
-  return guid;
-};
-
-function invokeOnceTimer(guid, onceTimers) {
-  if (onceTimers[this.tguid]) { delete onceTimers[this.tguid][this.mguid]; }
-  if (timers[guid]) { invoke(this.target, this.method, this.args); }
-  delete timers[guid];
-}
-
-function scheduleOnce(queue, target, method, args) {
-  var tguid = Ember.guidFor(target),
-    mguid = Ember.guidFor(method),
-    onceTimers = run.autorun().onceTimers,
-    guid = onceTimers[tguid] && onceTimers[tguid][mguid],
-    timer;
-
-  if (guid && timers[guid]) {
-    timers[guid].args = args; // replace args
-  } else {
-    timer = {
-      target: target,
-      method: method,
-      args:   args,
-      tguid:  tguid,
-      mguid:  mguid
-    };
-
-    guid  = Ember.guidFor(timer);
-    timers[guid] = timer;
-    if (!onceTimers[tguid]) { onceTimers[tguid] = {}; }
-    onceTimers[tguid][mguid] = guid; // so it isn't scheduled more than once
-
-    run.schedule(queue, timer, invokeOnceTimer, guid, onceTimers);
-  }
-
-  return guid;
-}
-
-/**
-  Schedules an item to run one time during the current RunLoop.  Calling
-  this method with the same target/method combination will have no effect.
-
-  Note that although you can pass optional arguments these will not be
-  considered when looking for duplicates.  New arguments will replace previous
-  calls.
-
-      Ember.run(function(){
-        var doFoo = function() { foo(); }
-        Ember.run.once(myContext, doFoo);
-        Ember.run.once(myContext, doFoo);
-        // doFoo will only be executed once at the end of the RunLoop
-      });
-
-  @method once
-  @param {Object} [target] target of method to invoke
-
-  @param {Function|String} method The method to invoke.
-    If you pass a string it will be resolved on the
-    target at the time the method is invoked.
-
-  @param {Object} [args*] Optional arguments to pass to the timeout.
-
-
-  @return {Object} timer
-*/
-Ember.run.once = function(target, method) {
-  return scheduleOnce('actions', target, method, slice.call(arguments, 2));
-};
-
-Ember.run.scheduleOnce = function(queue, target, method, args) {
-  return scheduleOnce(queue, target, method, slice.call(arguments, 3));
-};
-
-var scheduledNext;
-function invokeNextTimers() {
-  scheduledNext = null;
-  for(var key in timers) {
-    if (!timers.hasOwnProperty(key)) { continue; }
-    var timer = timers[key];
-    if (timer.next) {
-      delete timers[key];
-      invoke(timer.target, timer.method, timer.args, 2);
-    }
-  }
-}
-
-/**
-  Schedules an item to run after control has been returned to the system.
-  This is often equivalent to calling setTimeout(function...,1).
-
-      Ember.run.next(myContext, function(){
-        // code to be executed in the next RunLoop, which will be scheduled after the current one
-      });
-
-  @method next
-  @param {Object} [target] target of method to invoke
-
-  @param {Function|String} method The method to invoke.
-    If you pass a string it will be resolved on the
-    target at the time the method is invoked.
-
-  @param {Object} [args*] Optional arguments to pass to the timeout.
-
-  @return {Object} timer
-*/
-Ember.run.next = function(target, method) {
-  var guid,
-      timer = {
-        target: target,
-        method: method,
-        args: slice.call(arguments),
-        next: true
-      };
-
-  guid = Ember.guidFor(timer);
-  timers[guid] = timer;
-
-  if (!scheduledNext) { scheduledNext = setTimeout(invokeNextTimers, 1); }
-  return guid;
-};
-
-/**
-  Cancels a scheduled item.  Must be a value returned by `Ember.run.later()`,
-  `Ember.run.once()`, or `Ember.run.next()`.
-
-      var runNext = Ember.run.next(myContext, function(){
-        // will not be executed
-      });
-      Ember.run.cancel(runNext);
-
-      var runLater = Ember.run.later(myContext, function(){
-        // will not be executed
-      }, 500);
-      Ember.run.cancel(runLater);
-
-      var runOnce = Ember.run.once(myContext, function(){
-        // will not be executed
-      });
-      Ember.run.cancel(runOnce);
-
-  @method cancel
-  @param {Object} timer Timer object to cancel
-  @return {void}
-*/
-Ember.run.cancel = function(timer) {
-  delete timers[timer];
-};
-
-})();
-
-
-
-(function() {
-// Ember.Logger
-// get, set, trySet
-// guidFor, isArray, meta
-// addObserver, removeObserver
-// Ember.run.schedule
-/**
-@module ember-metal
-*/
-
-// ..........................................................
-// CONSTANTS
-//
-
-/**
-  Debug parameter you can turn on. This will log all bindings that fire to
-  the console. This should be disabled in production code. Note that you
-  can also enable this from the console or temporarily.
-
-  @property LOG_BINDINGS
-  @for Ember
-  @type Boolean
-  @default false
-*/
-Ember.LOG_BINDINGS = false || !!Ember.ENV.LOG_BINDINGS;
-
-var get     = Ember.get,
-    set     = Ember.set,
-    guidFor = Ember.guidFor,
-    isGlobalPath = Ember.isGlobalPath;
-
-
-function getWithGlobals(obj, path) {
-  return get(isGlobalPath(path) ? Ember.lookup : obj, path);
-}
-
-// ..........................................................
-// BINDING
-//
-
-var Binding = function(toPath, fromPath) {
-  this._direction = 'fwd';
-  this._from = fromPath;
-  this._to   = toPath;
-  this._directionMap = Ember.Map.create();
-};
-
-/**
-@class Binding
-@namespace Ember
-*/
-
-Binding.prototype = {
-  /**
-    This copies the Binding so it can be connected to another object.
-
-    @method copy
-    @return {Ember.Binding}
-  */
-  copy: function () {
-    var copy = new Binding(this._to, this._from);
-    if (this._oneWay) { copy._oneWay = true; }
-    return copy;
-  },
-
-  // ..........................................................
-  // CONFIG
-  //
-
-  /**
-    This will set "from" property path to the specified value. It will not
-    attempt to resolve this property path to an actual object until you
-    connect the binding.
-
-    The binding will search for the property path starting at the root object
-    you pass when you connect() the binding.  It follows the same rules as
-    `get()` - see that method for more information.
-
-    @method from
-    @param {String} propertyPath the property path to connect to
-    @return {Ember.Binding} receiver
-  */
-  from: function(path) {
-    this._from = path;
-    return this;
-  },
-
-  /**
-    This will set the "to" property path to the specified value. It will not
-    attempt to resolve this property path to an actual object until you
-    connect the binding.
-
-    The binding will search for the property path starting at the root object
-    you pass when you connect() the binding.  It follows the same rules as
-    `get()` - see that method for more information.
-
-    @method to
-    @param {String|Tuple} propertyPath A property path or tuple
-    @return {Ember.Binding} this
-  */
-  to: function(path) {
-    this._to = path;
-    return this;
-  },
-
-  /**
-    Configures the binding as one way. A one-way binding will relay changes
-    on the "from" side to the "to" side, but not the other way around. This
-    means that if you change the "to" side directly, the "from" side may have
-    a different value.
-
-    @method oneWay
-    @return {Ember.Binding} receiver
-  */
-  oneWay: function() {
-    this._oneWay = true;
-    return this;
-  },
-
-  toString: function() {
-    var oneWay = this._oneWay ? '[oneWay]' : '';
-    return "Ember.Binding<" + guidFor(this) + ">(" + this._from + " -> " + this._to + ")" + oneWay;
-  },
-
-  // ..........................................................
-  // CONNECT AND SYNC
-  //
-
-  /**
-    Attempts to connect this binding instance so that it can receive and relay
-    changes. This method will raise an exception if you have not set the
-    from/to properties yet.
-
-    @method connect
-    @param {Object} obj The root object for this binding.
-    @return {Ember.Binding} this
-  */
-  connect: function(obj) {
-    Ember.assert('Must pass a valid object to Ember.Binding.connect()', !!obj);
-
-    var fromPath = this._from, toPath = this._to;
-    Ember.trySet(obj, toPath, getWithGlobals(obj, fromPath));
-
-    // add an observer on the object to be notified when the binding should be updated
-    Ember.addObserver(obj, fromPath, this, this.fromDidChange);
-
-    // if the binding is a two-way binding, also set up an observer on the target
-    if (!this._oneWay) { Ember.addObserver(obj, toPath, this, this.toDidChange); }
-
-    this._readyToSync = true;
-
-    return this;
-  },
-
-  /**
-    Disconnects the binding instance. Changes will no longer be relayed. You
-    will not usually need to call this method.
-
-    @method disconnect
-    @param {Object} obj The root object you passed when connecting the binding.
-    @return {Ember.Binding} this
-  */
-  disconnect: function(obj) {
-    Ember.assert('Must pass a valid object to Ember.Binding.disconnect()', !!obj);
-
-    var twoWay = !this._oneWay;
-
-    // remove an observer on the object so we're no longer notified of
-    // changes that should update bindings.
-    Ember.removeObserver(obj, this._from, this, this.fromDidChange);
-
-    // if the binding is two-way, remove the observer from the target as well
-    if (twoWay) { Ember.removeObserver(obj, this._to, this, this.toDidChange); }
-
-    this._readyToSync = false; // disable scheduled syncs...
-    return this;
-  },
-
-  // ..........................................................
-  // PRIVATE
-  //
-
-  /* called when the from side changes */
-  fromDidChange: function(target) {
-    this._scheduleSync(target, 'fwd');
-  },
-
-  /* called when the to side changes */
-  toDidChange: function(target) {
-    this._scheduleSync(target, 'back');
-  },
-
-  _scheduleSync: function(obj, dir) {
-    var directionMap = this._directionMap;
-    var existingDir = directionMap.get(obj);
-
-    // if we haven't scheduled the binding yet, schedule it
-    if (!existingDir) {
-      Ember.run.schedule('sync', this, this._sync, obj);
-      directionMap.set(obj, dir);
-    }
-
-    // If both a 'back' and 'fwd' sync have been scheduled on the same object,
-    // default to a 'fwd' sync so that it remains deterministic.
-    if (existingDir === 'back' && dir === 'fwd') {
-      directionMap.set(obj, 'fwd');
-    }
-  },
-
-  _sync: function(obj) {
-    var log = Ember.LOG_BINDINGS;
-
-    // don't synchronize destroyed objects or disconnected bindings
-    if (obj.isDestroyed || !this._readyToSync) { return; }
-
-    // get the direction of the binding for the object we are
-    // synchronizing from
-    var directionMap = this._directionMap;
-    var direction = directionMap.get(obj);
-
-    var fromPath = this._from, toPath = this._to;
-
-    directionMap.remove(obj);
-
-    // if we're synchronizing from the remote object...
-    if (direction === 'fwd') {
-      var fromValue = getWithGlobals(obj, this._from);
-      if (log) {
-        Ember.Logger.log(' ', this.toString(), '->', fromValue, obj);
-      }
-      if (this._oneWay) {
-        Ember.trySet(obj, toPath, fromValue);
-      } else {
-        Ember._suspendObserver(obj, toPath, this, this.toDidChange, function () {
-          Ember.trySet(obj, toPath, fromValue);
-        });
-      }
-    // if we're synchronizing *to* the remote object
-    } else if (direction === 'back') {
-      var toValue = get(obj, this._to);
-      if (log) {
-        Ember.Logger.log(' ', this.toString(), '<-', toValue, obj);
-      }
-      Ember._suspendObserver(obj, fromPath, this, this.fromDidChange, function () {
-        Ember.trySet(Ember.isGlobalPath(fromPath) ? Ember.lookup : obj, fromPath, toValue);
-      });
-    }
-  }
-
-};
-
-function mixinProperties(to, from) {
-  for (var key in from) {
-    if (from.hasOwnProperty(key)) {
-      to[key] = from[key];
-    }
-  }
-}
-
-mixinProperties(Binding, {
-
-  /**
-    See {{#crossLink "Ember.Binding/from"}}{{/crossLink}}
-
-    @method from
-    @static
-  */
-  from: function() {
-    var C = this, binding = new C();
-    return binding.from.apply(binding, arguments);
-  },
-
-  /**
-    See {{#crossLink "Ember.Binding/to"}}{{/crossLink}}
-
-    @method to
-    @static
-  */
-  to: function() {
-    var C = this, binding = new C();
-    return binding.to.apply(binding, arguments);
-  },
-
-  /**
-    Creates a new Binding instance and makes it apply in a single direction.
-    A one-way binding will relay changes on the "from" side object (supplied
-    as the `from` argument) the "to" side, but not the other way around.
-    This means that if you change the "to" side directly, the "from" side may have
-    a different value.
-
-    See {{#crossLink "Binding/oneWay"}}{{/crossLink}}
-
-    @method oneWay
-    @param {String} from from path.
-    @param {Boolean} [flag] (Optional) passing nothing here will make the binding oneWay.  You can
-      instead pass false to disable oneWay, making the binding two way again.
-  */
-  oneWay: function(from, flag) {
-    var C = this, binding = new C(null, from);
-    return binding.oneWay(flag);
-  }
-
-});
-
-/**
-  An Ember.Binding connects the properties of two objects so that whenever the
-  value of one property changes, the other property will be changed also.
-
-  ## Automatic Creation of Bindings with `/^*Binding/`-named Properties
-  You do not usually create Binding objects directly but instead describe
-  bindings in your class or object definition using automatic binding detection.
-
-  Properties ending in a `Binding` suffix will be converted to Ember.Binding instances.
-  The value of this property should be a string representing a path to another object or
-  a custom binding instanced created using Binding helpers (see "Customizing Your Bindings"):
-
-      valueBinding: "MyApp.someController.title"
-
-  This will create a binding from `MyApp.someController.title` to the `value`
-  property of your object instance automatically. Now the two values will be
-  kept in sync.
-
-  ## One Way Bindings
-
-  One especially useful binding customization you can use is the `oneWay()`
-  helper. This helper tells Ember that you are only interested in
-  receiving changes on the object you are binding from. For example, if you
-  are binding to a preference and you want to be notified if the preference
-  has changed, but your object will not be changing the preference itself, you
-  could do:
-
-      bigTitlesBinding: Ember.Binding.oneWay("MyApp.preferencesController.bigTitles")
-
-  This way if the value of MyApp.preferencesController.bigTitles changes the
-  "bigTitles" property of your object will change also. However, if you
-  change the value of your "bigTitles" property, it will not update the
-  preferencesController.
-
-  One way bindings are almost twice as fast to setup and twice as fast to
-  execute because the binding only has to worry about changes to one side.
-
-  You should consider using one way bindings anytime you have an object that
-  may be created frequently and you do not intend to change a property; only
-  to monitor it for changes. (such as in the example above).
-
-  ## Adding Bindings Manually
-
-  All of the examples above show you how to configure a custom binding, but
-  the result of these customizations will be a binding template, not a fully
-  active Binding instance. The binding will actually become active only when you
-  instantiate the object the binding belongs to. It is useful however, to
-  understand what actually happens when the binding is activated.
-
-  For a binding to function it must have at least a "from" property and a "to"
-  property. The from property path points to the object/key that you want to
-  bind from while the to path points to the object/key you want to bind to.
-
-  When you define a custom binding, you are usually describing the property
-  you want to bind from (such as "MyApp.someController.value" in the examples
-  above). When your object is created, it will automatically assign the value
-  you want to bind "to" based on the name of your binding key. In the
-  examples above, during init, Ember objects will effectively call
-  something like this on your binding:
-
-      binding = Ember.Binding.from(this.valueBinding).to("value");
-
-  This creates a new binding instance based on the template you provide, and
-  sets the to path to the "value" property of the new object. Now that the
-  binding is fully configured with a "from" and a "to", it simply needs to be
-  connected to become active. This is done through the connect() method:
-
-      binding.connect(this);
-
-  Note that when you connect a binding you pass the object you want it to be
-  connected to.  This object will be used as the root for both the from and
-  to side of the binding when inspecting relative paths.  This allows the
-  binding to be automatically inherited by subclassed objects as well.
-
-  Now that the binding is connected, it will observe both the from and to side
-  and relay changes.
-
-  If you ever needed to do so (you almost never will, but it is useful to
-  understand this anyway), you could manually create an active binding by
-  using the Ember.bind() helper method. (This is the same method used by
-  to setup your bindings on objects):
-
-      Ember.bind(MyApp.anotherObject, "value", "MyApp.someController.value");
-
-  Both of these code fragments have the same effect as doing the most friendly
-  form of binding creation like so:
-
-      MyApp.anotherObject = Ember.Object.create({
-        valueBinding: "MyApp.someController.value",
-
-        // OTHER CODE FOR THIS OBJECT...
-
-      });
-
-  Ember's built in binding creation method makes it easy to automatically
-  create bindings for you. You should always use the highest-level APIs
-  available, even if you understand how it works underneath.
-
-  @class Binding
-  @namespace Ember
-  @since Ember 0.9
-*/
-Ember.Binding = Binding;
-
-
-/**
-  Global helper method to create a new binding.  Just pass the root object
-  along with a to and from path to create and connect the binding.
-
-  @method bind
-  @for Ember
-  @param {Object} obj The root object of the transform.
-
-  @param {String} to The path to the 'to' side of the binding.
-    Must be relative to obj.
-
-  @param {String} from The path to the 'from' side of the binding.
-    Must be relative to obj or a global path.
-
-  @return {Ember.Binding} binding instance
-*/
-Ember.bind = function(obj, to, from) {
-  return new Ember.Binding(to, from).connect(obj);
-};
-
-/**
-  @method oneWay
-  @for Ember
-  @param {Object} obj The root object of the transform.
-
-  @param {String} to The path to the 'to' side of the binding.
-    Must be relative to obj.
-
-  @param {String} from The path to the 'from' side of the binding.
-    Must be relative to obj or a global path.
-
-  @return {Ember.Binding} binding instance
-*/
-Ember.oneWay = function(obj, to, from) {
-  return new Ember.Binding(to, from).oneWay().connect(obj);
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var Mixin, REQUIRED, Alias,
-    classToString, superClassString,
-    a_map = Ember.ArrayPolyfills.map,
-    a_indexOf = Ember.ArrayPolyfills.indexOf,
-    a_forEach = Ember.ArrayPolyfills.forEach,
-    a_slice = [].slice,
-    EMPTY_META = {}, // dummy for non-writable meta
-    META_SKIP = { __emberproto__: true, __ember_count__: true },
-    o_create = Ember.create,
-    defineProperty = Ember.defineProperty,
-    guidFor = Ember.guidFor;
-
-function mixinsMeta(obj) {
-  var m = Ember.meta(obj, true), ret = m.mixins;
-  if (!ret) {
-    ret = m.mixins = { __emberproto__: obj };
-  } else if (ret.__emberproto__ !== obj) {
-    ret = m.mixins = o_create(ret);
-    ret.__emberproto__ = obj;
-  }
-  return ret;
-}
-
-function initMixin(mixin, args) {
-  if (args && args.length > 0) {
-    mixin.mixins = a_map.call(args, function(x) {
-      if (x instanceof Mixin) { return x; }
-
-      // Note: Manually setup a primitive mixin here.  This is the only
-      // way to actually get a primitive mixin.  This way normal creation
-      // of mixins will give you combined mixins...
-      var mixin = new Mixin();
-      mixin.properties = x;
-      return mixin;
-    });
-  }
-  return mixin;
-}
-
-function isMethod(obj) {
-  return 'function' === typeof obj &&
-         obj.isMethod !== false &&
-         obj !== Boolean && obj !== Object && obj !== Number && obj !== Array && obj !== Date && obj !== String;
-}
-
-function mergeMixins(mixins, m, descs, values, base) {
-  var len = mixins.length, idx, mixin, guid, props, value, key, ovalue, concats;
-
-  function removeKeys(keyName) {
-    delete descs[keyName];
-    delete values[keyName];
-  }
-
-  for(idx=0; idx < len; idx++) {
-    mixin = mixins[idx];
-    Ember.assert('Expected hash or Mixin instance, got ' + Object.prototype.toString.call(mixin), typeof mixin === 'object' && mixin !== null && Object.prototype.toString.call(mixin) !== '[object Array]');
-
-    if (mixin instanceof Mixin) {
-      guid = guidFor(mixin);
-      if (m[guid]) { continue; }
-      m[guid] = mixin;
-      props = mixin.properties;
-    } else {
-      props = mixin; // apply anonymous mixin properties
-    }
-
-    if (props) {
-      // reset before adding each new mixin to pickup concats from previous
-      concats = values.concatenatedProperties || base.concatenatedProperties;
-      if (props.concatenatedProperties) {
-        concats = concats ? concats.concat(props.concatenatedProperties) : props.concatenatedProperties;
-      }
-
-      for (key in props) {
-        if (!props.hasOwnProperty(key)) { continue; }
-        value = props[key];
-        if (value instanceof Ember.Descriptor) {
-          if (value === REQUIRED && descs[key]) { continue; }
-
-          descs[key]  = value;
-          values[key] = undefined;
-        } else {
-          // impl super if needed...
-          if (isMethod(value)) {
-            ovalue = descs[key] === undefined && values[key];
-            if (!ovalue) { ovalue = base[key]; }
-            if ('function' !== typeof ovalue) { ovalue = null; }
-            if (ovalue) {
-              var o = value.__ember_observes__, ob = value.__ember_observesBefore__;
-              value = Ember.wrap(value, ovalue);
-              value.__ember_observes__ = o;
-              value.__ember_observesBefore__ = ob;
-            }
-          } else if ((concats && a_indexOf.call(concats, key) >= 0) || key === 'concatenatedProperties') {
-            var baseValue = values[key] || base[key];
-            if (baseValue) {
-              if ('function' === typeof baseValue.concat) {
-                value = baseValue.concat(value);
-              } else {
-                value = Ember.makeArray(baseValue).concat(value);
-              }
-            } else {
-              value = Ember.makeArray(value);
-            }
-          }
-
-          descs[key] = undefined;
-          values[key] = value;
-        }
-      }
-
-      // manually copy toString() because some JS engines do not enumerate it
-      if (props.hasOwnProperty('toString')) {
-        base.toString = props.toString;
-      }
-
-    } else if (mixin.mixins) {
-      mergeMixins(mixin.mixins, m, descs, values, base);
-      if (mixin._without) { a_forEach.call(mixin._without, removeKeys); }
-    }
-  }
-}
-
-function writableReq(obj) {
-  var m = Ember.meta(obj), req = m.required;
-  if (!req || req.__emberproto__ !== obj) {
-    req = m.required = req ? o_create(req) : { __ember_count__: 0 };
-    req.__emberproto__ = obj;
-  }
-  return req;
-}
-
-var IS_BINDING = Ember.IS_BINDING = /^.+Binding$/;
-
-function detectBinding(obj, key, value, m) {
-  if (IS_BINDING.test(key)) {
-    var bindings = m.bindings;
-    if (!bindings) {
-      bindings = m.bindings = { __emberproto__: obj };
-    } else if (bindings.__emberproto__ !== obj) {
-      bindings = m.bindings = o_create(m.bindings);
-      bindings.__emberproto__ = obj;
-    }
-    bindings[key] = value;
-  }
-}
-
-function connectBindings(obj, m) {
-  // TODO Mixin.apply(instance) should disconnect binding if exists
-  var bindings = m.bindings, key, binding, to;
-  if (bindings) {
-    for (key in bindings) {
-      binding = key !== '__emberproto__' && bindings[key];
-      if (binding) {
-        to = key.slice(0, -7); // strip Binding off end
-        if (binding instanceof Ember.Binding) {
-          binding = binding.copy(); // copy prototypes' instance
-          binding.to(to);
-        } else { // binding is string path
-          binding = new Ember.Binding(to, binding);
-        }
-        binding.connect(obj);
-        obj[key] = binding;
-      }
-    }
-    // mark as applied
-    m.bindings = { __emberproto__: obj };
-  }
-}
-
-function finishPartial(obj, m) {
-  connectBindings(obj, m || Ember.meta(obj));
-  return obj;
-}
-
-function applyMixin(obj, mixins, partial) {
-  var descs = {}, values = {}, m = Ember.meta(obj), req = m.required,
-      key, value, desc, prevValue, paths, len, idx;
-
-  // Go through all mixins and hashes passed in, and:
-  //
-  // * Handle concatenated properties
-  // * Set up _super wrapping if necessary
-  // * Set up computed property descriptors
-  // * Copying `toString` in broken browsers
-  mergeMixins(mixins, mixinsMeta(obj), descs, values, obj);
-
-  for(key in values) {
-    if (key === 'contructor') { continue; }
-    if (!values.hasOwnProperty(key)) { continue; }
-
-    desc = descs[key];
-    value = values[key];
-
-    if (desc === REQUIRED) {
-      if (!(key in obj)) {
-        Ember.assert('Required property not defined: '+key, !!partial);
-
-        // for partial applies add to hash of required keys
-        req = writableReq(obj);
-        req.__ember_count__++;
-        req[key] = true;
-      }
-    } else {
-      while (desc && desc instanceof Alias) {
-        var altKey = desc.methodName;
-        if (descs[altKey] || values[altKey]) {
-          value = values[altKey];
-          desc  = descs[altKey];
-        } else if (m.descs[altKey]) {
-          desc  = m.descs[altKey];
-          value = undefined;
-        } else {
-          desc = undefined;
-          value = obj[altKey];
-        }
-      }
-
-      if (desc === undefined && value === undefined) { continue; }
-
-      prevValue = obj[key];
-
-      if ('function' === typeof prevValue) {
-        if ((paths = prevValue.__ember_observesBefore__)) {
-          len = paths.length;
-          for (idx=0; idx < len; idx++) {
-            Ember.removeBeforeObserver(obj, paths[idx], null, key);
-          }
-        } else if ((paths = prevValue.__ember_observes__)) {
-          len = paths.length;
-          for (idx=0; idx < len; idx++) {
-            Ember.removeObserver(obj, paths[idx], null, key);
-          }
-        }
-      }
-
-      detectBinding(obj, key, value, m);
-
-      defineProperty(obj, key, desc, value, m);
-
-      if ('function' === typeof value) {
-        if (paths = value.__ember_observesBefore__) {
-          len = paths.length;
-          for (idx=0; idx < len; idx++) {
-            Ember.addBeforeObserver(obj, paths[idx], null, key);
-          }
-        } else if (paths = value.__ember_observes__) {
-          len = paths.length;
-          for (idx=0; idx < len; idx++) {
-            Ember.addObserver(obj, paths[idx], null, key);
-          }
-        }
-      }
-
-      if (req && req[key]) {
-        req = writableReq(obj);
-        req.__ember_count__--;
-        req[key] = false;
-      }
-    }
-  }
-
-  if (!partial) { // don't apply to prototype
-    finishPartial(obj, m);
-  }
-
-  // Make sure no required attrs remain
-  if (!partial && req && req.__ember_count__>0) {
-    var keys = [];
-    for (key in req) {
-      if (META_SKIP[key]) { continue; }
-      keys.push(key);
-    }
-    // TODO: Remove surrounding if clause from production build
-    Ember.assert('Required properties not defined: '+keys.join(','));
-  }
-  return obj;
-}
-
-/**
-  @method mixin
-  @for Ember
-  @param obj
-  @param mixins*
-  @return obj
-*/
-Ember.mixin = function(obj) {
-  var args = a_slice.call(arguments, 1);
-  applyMixin(obj, args, false);
-  return obj;
-};
-
-/**
-  The `Ember.Mixin` class allows you to create mixins, whose properties can be
-  added to other classes. For instance,
-
-      App.Editable = Ember.Mixin.create({
-        edit: function() {
-          console.log('starting to edit');
-          this.set('isEditing', true);
-        },
-        isEditing: false
-      });
-
-      // Mix mixins into classes by passing them as the first arguments to
-      // .extend or .create.
-      App.CommentView = Ember.View.extend(App.Editable, {
-        template: Ember.Handlebars.compile('{{#if isEditing}}...{{else}}...{{/if}}')
-      });
-
-      commentView = App.CommentView.create();
-      commentView.edit(); // => outputs 'starting to edit'
-
-  Note that Mixins are created with `Ember.Mixin.create`, not
-  `Ember.Mixin.extend`.
-
-  @class Mixin
-  @namespace Ember
-*/
-Ember.Mixin = function() { return initMixin(this, arguments); };
-
-Mixin = Ember.Mixin;
-
-Mixin._apply = applyMixin;
-
-Mixin.applyPartial = function(obj) {
-  var args = a_slice.call(arguments, 1);
-  return applyMixin(obj, args, true);
-};
-
-Mixin.finishPartial = finishPartial;
-
-/**
-  @method create
-  @static
-  @param arguments*
-*/
-Mixin.create = function() {
-  classToString.processed = false;
-  var M = this;
-  return initMixin(new M(), arguments);
-};
-
-var MixinPrototype = Mixin.prototype;
-
-/**
-  @method reopen
-  @param arguments*
-*/
-MixinPrototype.reopen = function() {
-  var mixin, tmp;
-
-  if (this.properties) {
-    mixin = Mixin.create();
-    mixin.properties = this.properties;
-    delete this.properties;
-    this.mixins = [mixin];
-  } else if (!this.mixins) {
-    this.mixins = [];
-  }
-
-  var len = arguments.length, mixins = this.mixins, idx;
-
-  for(idx=0; idx < len; idx++) {
-    mixin = arguments[idx];
-    Ember.assert('Expected hash or Mixin instance, got ' + Object.prototype.toString.call(mixin), typeof mixin === 'object' && mixin !== null && Object.prototype.toString.call(mixin) !== '[object Array]');
-
-    if (mixin instanceof Mixin) {
-      mixins.push(mixin);
-    } else {
-      tmp = Mixin.create();
-      tmp.properties = mixin;
-      mixins.push(tmp);
-    }
-  }
-
-  return this;
-};
-
-/**
-  @method apply
-  @param obj
-  @return applied object
-*/
-MixinPrototype.apply = function(obj) {
-  return applyMixin(obj, [this], false);
-};
-
-MixinPrototype.applyPartial = function(obj) {
-  return applyMixin(obj, [this], true);
-};
-
-function _detect(curMixin, targetMixin, seen) {
-  var guid = guidFor(curMixin);
-
-  if (seen[guid]) { return false; }
-  seen[guid] = true;
-
-  if (curMixin === targetMixin) { return true; }
-  var mixins = curMixin.mixins, loc = mixins ? mixins.length : 0;
-  while (--loc >= 0) {
-    if (_detect(mixins[loc], targetMixin, seen)) { return true; }
-  }
-  return false;
-}
-
-/**
-  @method detect
-  @param obj
-  @return {Boolean}
-*/
-MixinPrototype.detect = function(obj) {
-  if (!obj) { return false; }
-  if (obj instanceof Mixin) { return _detect(obj, this, {}); }
-  var mixins = Ember.meta(obj, false).mixins;
-  if (mixins) {
-    return !!mixins[guidFor(this)];
-  }
-  return false;
-};
-
-MixinPrototype.without = function() {
-  var ret = new Mixin(this);
-  ret._without = a_slice.call(arguments);
-  return ret;
-};
-
-function _keys(ret, mixin, seen) {
-  if (seen[guidFor(mixin)]) { return; }
-  seen[guidFor(mixin)] = true;
-
-  if (mixin.properties) {
-    var props = mixin.properties;
-    for (var key in props) {
-      if (props.hasOwnProperty(key)) { ret[key] = true; }
-    }
-  } else if (mixin.mixins) {
-    a_forEach.call(mixin.mixins, function(x) { _keys(ret, x, seen); });
-  }
-}
-
-MixinPrototype.keys = function() {
-  var keys = {}, seen = {}, ret = [];
-  _keys(keys, this, seen);
-  for(var key in keys) {
-    if (keys.hasOwnProperty(key)) { ret.push(key); }
-  }
-  return ret;
-};
-
-/* make Mixins have nice displayNames */
-
-var NAME_KEY = Ember.GUID_KEY+'_name';
-var get = Ember.get;
-
-function processNames(paths, root, seen) {
-  var idx = paths.length;
-  for(var key in root) {
-    if (!root.hasOwnProperty || !root.hasOwnProperty(key)) { continue; }
-    var obj = root[key];
-    paths[idx] = key;
-
-    if (obj && obj.toString === classToString) {
-      obj[NAME_KEY] = paths.join('.');
-    } else if (obj && get(obj, 'isNamespace')) {
-      if (seen[guidFor(obj)]) { continue; }
-      seen[guidFor(obj)] = true;
-      processNames(paths, obj, seen);
-    }
-  }
-  paths.length = idx; // cut out last item
-}
-
-function findNamespaces() {
-  var Namespace = Ember.Namespace, lookup = Ember.lookup, obj, isNamespace;
-
-  if (Namespace.PROCESSED) { return; }
-
-  for (var prop in lookup) {
-    //  get(window.globalStorage, 'isNamespace') would try to read the storage for domain isNamespace and cause exception in Firefox.
-    // globalStorage is a storage obsoleted by the WhatWG storage specification. See https://developer.mozilla.org/en/DOM/Storage#globalStorage
-    if (prop === "globalStorage" && lookup.StorageList && lookup.globalStorage instanceof lookup.StorageList) { continue; }
-    // Unfortunately, some versions of IE don't support window.hasOwnProperty
-    if (lookup.hasOwnProperty && !lookup.hasOwnProperty(prop)) { continue; }
-
-    // At times we are not allowed to access certain properties for security reasons.
-    // There are also times where even if we can access them, we are not allowed to access their properties.
-    try {
-      obj = Ember.lookup[prop];
-      isNamespace = obj && get(obj, 'isNamespace');
-    } catch (e) {
-      continue;
-    }
-
-    if (isNamespace) {
-      Ember.deprecate("Namespaces should not begin with lowercase.", /^[A-Z]/.test(prop));
-      obj[NAME_KEY] = prop;
-    }
-  }
-}
-
-/**
-  @private
-  @method identifyNamespaces
-  @for Ember
-*/
-Ember.identifyNamespaces = findNamespaces;
-
-superClassString = function(mixin) {
-  var superclass = mixin.superclass;
-  if (superclass) {
-    if (superclass[NAME_KEY]) { return superclass[NAME_KEY]; }
-    else { return superClassString(superclass); }
-  } else {
-    return;
-  }
-};
-
-classToString = function() {
-  var Namespace = Ember.Namespace, namespace;
-
-  // TODO: Namespace should really be in Metal
-  if (Namespace) {
-    if (!this[NAME_KEY] && !classToString.processed) {
-      if (!Namespace.PROCESSED) {
-        findNamespaces();
-        Namespace.PROCESSED = true;
-      }
-
-      classToString.processed = true;
-
-      var namespaces = Namespace.NAMESPACES;
-      for (var i=0, l=namespaces.length; i<l; i++) {
-        namespace = namespaces[i];
-        processNames([namespace.toString()], namespace, {});
-      }
-    }
-  }
-
-  if (this[NAME_KEY]) {
-    return this[NAME_KEY];
-  } else {
-    var str = superClassString(this);
-    if (str) {
-      return "(subclass of " + str + ")";
-    } else {
-      return "(unknown mixin)";
-    }
-  }
-};
-
-MixinPrototype.toString = classToString;
-
-// returns the mixins currently applied to the specified object
-// TODO: Make Ember.mixin
-Mixin.mixins = function(obj) {
-  var ret = [], mixins = Ember.meta(obj, false).mixins, key, mixin;
-  if (mixins) {
-    for(key in mixins) {
-      if (META_SKIP[key]) { continue; }
-      mixin = mixins[key];
-
-      // skip primitive mixins since these are always anonymous
-      if (!mixin.properties) { ret.push(mixins[key]); }
-    }
-  }
-  return ret;
-};
-
-REQUIRED = new Ember.Descriptor();
-REQUIRED.toString = function() { return '(Required Property)'; };
-
-/**
-  Denotes a required property for a mixin
-
-  @method required
-  @for Ember
-*/
-Ember.required = function() {
-  return REQUIRED;
-};
-
-Alias = function(methodName) {
-  this.methodName = methodName;
-};
-Alias.prototype = new Ember.Descriptor();
-
-/**
-  Makes a property or method available via an additional name.
-
-      App.PaintSample = Ember.Object.extend({
-        color: 'red',
-        colour: Ember.alias('color'),
-        name: function(){
-          return "Zed";
-        },
-        moniker: Ember.alias("name")
-      });
-      var paintSample = App.PaintSample.create()
-      paintSample.get('colour'); //=> 'red'
-      paintSample.moniker(); //=> 'Zed'
-
-  @method alias
-  @for Ember
-  @param {String} methodName name of the method or property to alias
-  @return {Ember.Descriptor}
-*/
-Ember.alias = function(methodName) {
-  return new Alias(methodName);
-};
-
-// ..........................................................
-// OBSERVER HELPER
-//
-
-/**
-  @method observer
-  @for Ember
-  @param {Function} func
-  @param {String} propertyNames*
-  @return func
-*/
-Ember.observer = function(func) {
-  var paths = a_slice.call(arguments, 1);
-  func.__ember_observes__ = paths;
-  return func;
-};
-
-// If observers ever become asynchronous, Ember.immediateObserver
-// must remain synchronous.
-/**
-  @method immediateObserver
-  @for Ember
-  @param {Function} func
-  @param {String} propertyNames*
-  @return func
-*/
-Ember.immediateObserver = function() {
-  for (var i=0, l=arguments.length; i<l; i++) {
-    var arg = arguments[i];
-    Ember.assert("Immediate observers must observe internal properties only, not properties on other objects.", typeof arg !== "string" || arg.indexOf('.') === -1);
-  }
-
-  return Ember.observer.apply(this, arguments);
-};
-
-/**
-  @method beforeObserver
-  @for Ember
-  @param {Function} func
-  @param {String} propertyNames*
-  @return func
-*/
-Ember.beforeObserver = function(func) {
-  var paths = a_slice.call(arguments, 1);
-  func.__ember_observesBefore__ = paths;
-  return func;
-};
-
-})();
-
-
-
-(function() {
-/**
-Ember Metal
-
-@module ember
-@submodule ember-metal
-*/
-
-})();
-
-(function() {
-(function(exports) { "use strict";
-
-var browserGlobal = (typeof window !== 'undefined') ? window : {};
-
-var MutationObserver = browserGlobal.MutationObserver || browserGlobal.WebKitMutationObserver;
-var async;
-
-if (typeof process !== 'undefined') {
-  async = function(callback, binding) {
-    process.nextTick(function() {
-      callback.call(binding);
-    });
-  };
-} else if (MutationObserver) {
-  var queue = [];
-
-  var observer = new MutationObserver(function() {
-    var toProcess = queue.slice();
-    queue = [];
-
-    toProcess.forEach(function(tuple) {
-      var callback = tuple[0], binding = tuple[1];
-      callback.call(binding);
-    });
-  });
-
-  var element = document.createElement('div');
-  observer.observe(element, { attributes: true });
-
-  async = function(callback, binding) {
-    queue.push([callback, binding]);
-    element.setAttribute('drainQueue', 'drainQueue');
-  };
-} else {
-  async = function(callback, binding) {
-    setTimeout(function() {
-      callback.call(binding);
-    }, 1);
-  };
-}
-
-exports.async = async;
-
-var Event = exports.Event = function(type, options) {
-  this.type = type;
-
-  for (var option in options) {
-    if (!options.hasOwnProperty(option)) { continue; }
-
-    this[option] = options[option];
-  }
-};
-
-var indexOf = function(callbacks, callback) {
-  for (var i=0, l=callbacks.length; i<l; i++) {
-    if (callbacks[i][0] === callback) { return i; }
-  }
-
-  return -1;
-};
-
-var callbacksFor = function(object) {
-  var callbacks = object._promiseCallbacks;
-
-  if (!callbacks) {
-    callbacks = object._promiseCallbacks = {};
-  }
-
-  return callbacks;
-};
-
-var EventTarget = exports.EventTarget = {
-  mixin: function(object) {
-    object.on = this.on;
-    object.off = this.off;
-    object.trigger = this.trigger;
-    return object;
-  },
-
-  on: function(eventName, callback, binding) {
-    var allCallbacks = callbacksFor(this), callbacks;
-    binding = binding || this;
-
-    callbacks = allCallbacks[eventName];
-
-    if (!callbacks) {
-      callbacks = allCallbacks[eventName] = [];
-    }
-
-    if (indexOf(callbacks, callback) === -1) {
-      callbacks.push([callback, binding]);
-    }
-  },
-
-  off: function(eventName, callback) {
-    var allCallbacks = callbacksFor(this), callbacks;
-
-    if (!callback) {
-      allCallbacks[eventName] = [];
-      return;
-    }
-
-    callbacks = allCallbacks[eventName];
-
-    var index = indexOf(callbacks, callback);
-
-    if (index !== -1) { callbacks.splice(index, 1); }
-  },
-
-  trigger: function(eventName, options) {
-    var allCallbacks = callbacksFor(this),
-        callbacks, callbackTuple, callback, binding, event;
-
-    if (callbacks = allCallbacks[eventName]) {
-      for (var i=0, l=callbacks.length; i<l; i++) {
-        callbackTuple = callbacks[i];
-        callback = callbackTuple[0];
-        binding = callbackTuple[1];
-
-        if (typeof options !== 'object') {
-          options = { detail: options };
-        }
-
-        event = new Event(eventName, options);
-        callback.call(binding, event);
-      }
-    }
-  }
-};
-
-var Promise = exports.Promise = function() {
-  this.on('promise:resolved', function(event) {
-    this.trigger('success', { detail: event.detail });
-  }, this);
-
-  this.on('promise:failed', function(event) {
-    this.trigger('error', { detail: event.detail });
-  }, this);
-};
-
-var noop = function() {};
-
-var invokeCallback = function(type, promise, callback, event) {
-  var value, error;
-
-  if (callback) {
-    try {
-      value = callback(event.detail);
-    } catch(e) {
-      error = e;
-    }
-  } else {
-    value = event.detail;
-  }
-
-  if (value instanceof Promise) {
-    value.then(function(value) {
-      promise.resolve(value);
-    }, function(error) {
-      promise.reject(error);
-    });
-  } else if (callback && value) {
-    promise.resolve(value);
-  } else if (error) {
-    promise.reject(error);
-  } else {
-    promise[type](value);
-  }
-};
-
-Promise.prototype = {
-  then: function(done, fail) {
-    var thenPromise = new Promise();
-
-    this.on('promise:resolved', function(event) {
-      invokeCallback('resolve', thenPromise, done, event);
-    });
-
-    this.on('promise:failed', function(event) {
-      invokeCallback('reject', thenPromise, fail, event);
-    });
-
-    return thenPromise;
-  },
-
-  resolve: function(value) {
-    exports.async(function() {
-      this.trigger('promise:resolved', { detail: value });
-      this.isResolved = value;
-    }, this);
-
-    this.resolve = noop;
-    this.reject = noop;
-  },
-
-  reject: function(value) {
-    exports.async(function() {
-      this.trigger('promise:failed', { detail: value });
-      this.isRejected = value;
-    }, this);
-
-    this.resolve = noop;
-    this.reject = noop;
-  }
-};
-
-EventTarget.mixin(Promise.prototype);
- })(window.RSVP = {});
-
-})();
-
-(function() {
-/*globals ENV */
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var indexOf = Ember.EnumerableUtils.indexOf;
-
-// ........................................
-// TYPING & ARRAY MESSAGING
-//
-
-var TYPE_MAP = {};
-var t = "Boolean Number String Function Array Date RegExp Object".split(" ");
-Ember.ArrayPolyfills.forEach.call(t, function(name) {
-  TYPE_MAP[ "[object " + name + "]" ] = name.toLowerCase();
-});
-
-var toString = Object.prototype.toString;
-
-/**
-  Returns a consistent type for the passed item.
-
-  Use this instead of the built-in `typeof` to get the type of an item.
-  It will return the same result across all browsers and includes a bit
-  more detail.  Here is what will be returned:
-
-      | Return Value  | Meaning                                              |
-      |---------------|------------------------------------------------------|
-      | 'string'      | String primitive                                     |
-      | 'number'      | Number primitive                                     |
-      | 'boolean'     | Boolean primitive                                    |
-      | 'null'        | Null value                                           |
-      | 'undefined'   | Undefined value                                      |
-      | 'function'    | A function                                           |
-      | 'array'       | An instance of Array                                 |
-      | 'class'       | A Ember class (created using Ember.Object.extend())  |
-      | 'instance'    | A Ember object instance                              |
-      | 'error'       | An instance of the Error object                      |
-      | 'object'      | A JavaScript object not inheriting from Ember.Object |
-
-  Examples:
-
-      Ember.typeOf();                      => 'undefined'
-      Ember.typeOf(null);                  => 'null'
-      Ember.typeOf(undefined);             => 'undefined'
-      Ember.typeOf('michael');             => 'string'
-      Ember.typeOf(101);                   => 'number'
-      Ember.typeOf(true);                  => 'boolean'
-      Ember.typeOf(Ember.makeArray);       => 'function'
-      Ember.typeOf([1,2,90]);              => 'array'
-      Ember.typeOf(Ember.Object.extend()); => 'class'
-      Ember.typeOf(Ember.Object.create()); => 'instance'
-      Ember.typeOf(new Error('teamocil')); => 'error'
-
-      // "normal" JavaScript object
-      Ember.typeOf({a: 'b'});              => 'object'
-
-  @method typeOf
-  @for Ember
-  @param item {Object} the item to check
-  @return {String} the type
-*/
-Ember.typeOf = function(item) {
-  var ret;
-
-  ret = (item === null || item === undefined) ? String(item) : TYPE_MAP[toString.call(item)] || 'object';
-
-  if (ret === 'function') {
-    if (Ember.Object && Ember.Object.detect(item)) ret = 'class';
-  } else if (ret === 'object') {
-    if (item instanceof Error) ret = 'error';
-    else if (Ember.Object && item instanceof Ember.Object) ret = 'instance';
-    else ret = 'object';
-  }
-
-  return ret;
-};
-
-/**
-  Returns true if the passed value is null or undefined.  This avoids errors
-  from JSLint complaining about use of ==, which can be technically
-  confusing.
-
-      Ember.none();             => true
-      Ember.none(null);         => true
-      Ember.none(undefined);    => true
-      Ember.none('');           => false
-      Ember.none([]);           => false
-      Ember.none(function(){}); => false
-
-  @method none
-  @for Ember
-  @param {Object} obj Value to test
-  @return {Boolean}
-*/
-Ember.none = function(obj) {
-  return obj === null || obj === undefined;
-};
-
-/**
-  Verifies that a value is null or an empty string | array | function.
-
-  Constrains the rules on `Ember.none` by returning false for empty
-  string and empty arrays.
-
-      Ember.empty();               => true
-      Ember.empty(null);           => true
-      Ember.empty(undefined);      => true
-      Ember.empty('');             => true
-      Ember.empty([]);             => true
-      Ember.empty('tobias fünke'); => false
-      Ember.empty([0,1,2]);        => false
-
-  @method empty
-  @for Ember
-  @param {Object} obj Value to test
-  @return {Boolean}
-*/
-Ember.empty = function(obj) {
-  return obj === null || obj === undefined || (obj.length === 0 && typeof obj !== 'function') || (typeof obj === 'object' && Ember.get(obj, 'length') === 0);
-};
-
-/**
- This will compare two javascript values of possibly different types.
- It will tell you which one is greater than the other by returning:
-
-  - -1 if the first is smaller than the second,
-  - 0 if both are equal,
-  - 1 if the first is greater than the second.
-
- The order is calculated based on Ember.ORDER_DEFINITION, if types are different.
- In case they have the same type an appropriate comparison for this type is made.
-
-    Ember.compare('hello', 'hello');  => 0
-    Ember.compare('abc', 'dfg');      => -1
-    Ember.compare(2, 1);              => 1
-
- @method compare
- @for Ember
- @param {Object} v First value to compare
- @param {Object} w Second value to compare
- @return {Number} -1 if v < w, 0 if v = w and 1 if v > w.
-*/
-Ember.compare = function compare(v, w) {
-  if (v === w) { return 0; }
-
-  var type1 = Ember.typeOf(v);
-  var type2 = Ember.typeOf(w);
-
-  var Comparable = Ember.Comparable;
-  if (Comparable) {
-    if (type1==='instance' && Comparable.detect(v.constructor)) {
-      return v.constructor.compare(v, w);
-    }
-
-    if (type2 === 'instance' && Comparable.detect(w.constructor)) {
-      return 1-w.constructor.compare(w, v);
-    }
-  }
-
-  // If we haven't yet generated a reverse-mapping of Ember.ORDER_DEFINITION,
-  // do so now.
-  var mapping = Ember.ORDER_DEFINITION_MAPPING;
-  if (!mapping) {
-    var order = Ember.ORDER_DEFINITION;
-    mapping = Ember.ORDER_DEFINITION_MAPPING = {};
-    var idx, len;
-    for (idx = 0, len = order.length; idx < len;  ++idx) {
-      mapping[order[idx]] = idx;
-    }
-
-    // We no longer need Ember.ORDER_DEFINITION.
-    delete Ember.ORDER_DEFINITION;
-  }
-
-  var type1Index = mapping[type1];
-  var type2Index = mapping[type2];
-
-  if (type1Index < type2Index) { return -1; }
-  if (type1Index > type2Index) { return 1; }
-
-  // types are equal - so we have to check values now
-  switch (type1) {
-    case 'boolean':
-    case 'number':
-      if (v < w) { return -1; }
-      if (v > w) { return 1; }
-      return 0;
-
-    case 'string':
-      var comp = v.localeCompare(w);
-      if (comp < 0) { return -1; }
-      if (comp > 0) { return 1; }
-      return 0;
-
-    case 'array':
-      var vLen = v.length;
-      var wLen = w.length;
-      var l = Math.min(vLen, wLen);
-      var r = 0;
-      var i = 0;
-      while (r === 0 && i < l) {
-        r = compare(v[i],w[i]);
-        i++;
-      }
-      if (r !== 0) { return r; }
-
-      // all elements are equal now
-      // shorter array should be ordered first
-      if (vLen < wLen) { return -1; }
-      if (vLen > wLen) { return 1; }
-      // arrays are equal now
-      return 0;
-
-    case 'instance':
-      if (Ember.Comparable && Ember.Comparable.detect(v)) {
-        return v.compare(v, w);
-      }
-      return 0;
-
-    case 'date':
-      var vNum = v.getTime();
-      var wNum = w.getTime();
-      if (vNum < wNum) { return -1; }
-      if (vNum > wNum) { return 1; }
-      return 0;
-
-    default:
-      return 0;
-  }
-};
-
-function _copy(obj, deep, seen, copies) {
-  var ret, loc, key;
-
-  // primitive data types are immutable, just return them.
-  if ('object' !== typeof obj || obj===null) return obj;
-
-  // avoid cyclical loops
-  if (deep && (loc=indexOf(seen, obj))>=0) return copies[loc];
-
-  Ember.assert('Cannot clone an Ember.Object that does not implement Ember.Copyable', !(obj instanceof Ember.Object) || (Ember.Copyable && Ember.Copyable.detect(obj)));
-
-  // IMPORTANT: this specific test will detect a native array only.  Any other
-  // object will need to implement Copyable.
-  if (Ember.typeOf(obj) === 'array') {
-    ret = obj.slice();
-    if (deep) {
-      loc = ret.length;
-      while(--loc>=0) ret[loc] = _copy(ret[loc], deep, seen, copies);
-    }
-  } else if (Ember.Copyable && Ember.Copyable.detect(obj)) {
-    ret = obj.copy(deep, seen, copies);
-  } else {
-    ret = {};
-    for(key in obj) {
-      if (!obj.hasOwnProperty(key)) continue;
-      ret[key] = deep ? _copy(obj[key], deep, seen, copies) : obj[key];
-    }
-  }
-
-  if (deep) {
-    seen.push(obj);
-    copies.push(ret);
-  }
-
-  return ret;
-}
-
-/**
-  Creates a clone of the passed object. This function can take just about
-  any type of object and create a clone of it, including primitive values
-  (which are not actually cloned because they are immutable).
-
-  If the passed object implements the clone() method, then this function
-  will simply call that method and return the result.
-
-  @method copy
-  @for Ember
-  @param {Object} object The object to clone
-  @param {Boolean} deep If true, a deep copy of the object is made
-  @return {Object} The cloned object
-*/
-Ember.copy = function(obj, deep) {
-  // fast paths
-  if ('object' !== typeof obj || obj===null) return obj; // can't copy primitives
-  if (Ember.Copyable && Ember.Copyable.detect(obj)) return obj.copy(deep);
-  return _copy(obj, deep, deep ? [] : null, deep ? [] : null);
-};
-
-/**
-  Convenience method to inspect an object. This method will attempt to
-  convert the object into a useful string description.
-
-  @method inspect
-  @for Ember
-  @param {Object} obj The object you want to inspect.
-  @return {String} A description of the object
-*/
-Ember.inspect = function(obj) {
-  var v, ret = [];
-  for(var key in obj) {
-    if (obj.hasOwnProperty(key)) {
-      v = obj[key];
-      if (v === 'toString') { continue; } // ignore useless items
-      if (Ember.typeOf(v) === 'function') { v = "function() { ... }"; }
-      ret.push(key + ": " + v);
-    }
-  }
-  return "{" + ret.join(" , ") + "}";
-};
-
-/**
-  Compares two objects, returning true if they are logically equal.  This is
-  a deeper comparison than a simple triple equal. For sets it will compare the
-  internal objects.  For any other object that implements `isEqual()` it will 
-  respect that method.
-
-      Ember.isEqual('hello', 'hello');  => true
-      Ember.isEqual(1, 2);              => false
-      Ember.isEqual([4,2], [4,2]);      => false
-
-  @method isEqual
-  @for Ember
-  @param {Object} a first object to compare
-  @param {Object} b second object to compare
-  @return {Boolean}
-*/
-Ember.isEqual = function(a, b) {
-  if (a && 'function'===typeof a.isEqual) return a.isEqual(b);
-  return a === b;
-};
-
-// Used by Ember.compare
-Ember.ORDER_DEFINITION = Ember.ENV.ORDER_DEFINITION || [
-  'undefined',
-  'null',
-  'boolean',
-  'number',
-  'string',
-  'array',
-  'object',
-  'instance',
-  'function',
-  'class',
-  'date'
-];
-
-/**
-  Returns all of the keys defined on an object or hash. This is useful
-  when inspecting objects for debugging.  On browsers that support it, this
-  uses the native Object.keys implementation.
-
-  @method keys
-  @for Ember
-  @param {Object} obj
-  @return {Array} Array containing keys of obj
-*/
-Ember.keys = Object.keys;
-
-if (!Ember.keys) {
-  Ember.keys = function(obj) {
-    var ret = [];
-    for(var key in obj) {
-      if (obj.hasOwnProperty(key)) { ret.push(key); }
-    }
-    return ret;
-  };
-}
-
-// ..........................................................
-// ERROR
-//
-
-var errorProps = ['description', 'fileName', 'lineNumber', 'message', 'name', 'number', 'stack'];
-
-/**
-  A subclass of the JavaScript Error object for use in Ember.
-
-  @class Error
-  @namespace Ember
-  @extends Error
-  @constructor
-*/
-Ember.Error = function() {
-  var tmp = Error.prototype.constructor.apply(this, arguments);
-
-  // Unfortunately errors are not enumerable in Chrome (at least), so `for prop in tmp` doesn't work.
-  for (var idx = 0; idx < errorProps.length; idx++) {
-    this[errorProps[idx]] = tmp[errorProps[idx]];
-  }
-};
-
-Ember.Error.prototype = Ember.create(Error.prototype);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var STRING_DASHERIZE_REGEXP = (/[ _]/g);
-var STRING_DASHERIZE_CACHE = {};
-var STRING_DECAMELIZE_REGEXP = (/([a-z])([A-Z])/g);
-var STRING_CAMELIZE_REGEXP = (/(\-|_|\s)+(.)?/g);
-var STRING_UNDERSCORE_REGEXP_1 = (/([a-z\d])([A-Z]+)/g);
-var STRING_UNDERSCORE_REGEXP_2 = (/\-|\s+/g);
-
-/**
-  Defines the hash of localized strings for the current language.  Used by
-  the `Ember.String.loc()` helper.  To localize, add string values to this
-  hash.
-
-  @property STRINGS
-  @for Ember
-  @type Hash
-*/
-Ember.STRINGS = {};
-
-/**
-  Defines string helper methods including string formatting and localization.
-  Unless Ember.EXTEND_PROTOTYPES.String is false these methods will also be added
-  to the String.prototype as well.
-
-  @class String
-  @namespace Ember
-  @static
-*/
-Ember.String = {
-
-  /**
-    Apply formatting options to the string.  This will look for occurrences
-    of %@ in your string and substitute them with the arguments you pass into
-    this method.  If you want to control the specific order of replacement,
-    you can add a number after the key as well to indicate which argument
-    you want to insert.
-
-    Ordered insertions are most useful when building loc strings where values
-    you need to insert may appear in different orders.
-
-        "Hello %@ %@".fmt('John', 'Doe') => "Hello John Doe"
-        "Hello %@2, %@1".fmt('John', 'Doe') => "Hello Doe, John"
-
-    @method fmt
-    @param {Object...} [args]
-    @return {String} formatted string
-  */
-  fmt: function(str, formats) {
-    // first, replace any ORDERED replacements.
-    var idx  = 0; // the current index for non-numerical replacements
-    return str.replace(/%@([0-9]+)?/g, function(s, argIndex) {
-      argIndex = (argIndex) ? parseInt(argIndex,0) - 1 : idx++ ;
-      s = formats[argIndex];
-      return ((s === null) ? '(null)' : (s === undefined) ? '' : s).toString();
-    }) ;
-  },
-
-  /**
-    Formats the passed string, but first looks up the string in the localized
-    strings hash.  This is a convenient way to localize text.  See
-    `Ember.String.fmt()` for more information on formatting.
-
-    Note that it is traditional but not required to prefix localized string
-    keys with an underscore or other character so you can easily identify
-    localized strings.
-
-        Ember.STRINGS = {
-          '_Hello World': 'Bonjour le monde',
-          '_Hello %@ %@': 'Bonjour %@ %@'
-        };
-
-        Ember.String.loc("_Hello World");
-        => 'Bonjour le monde';
-
-        Ember.String.loc("_Hello %@ %@", ["John", "Smith"]);
-        => "Bonjour John Smith";
-
-    @method loc
-    @param {String} str The string to format
-    @param {Array} formats Optional array of parameters to interpolate into string.
-    @return {String} formatted string
-  */
-  loc: function(str, formats) {
-    str = Ember.STRINGS[str] || str;
-    return Ember.String.fmt(str, formats) ;
-  },
-
-  /**
-    Splits a string into separate units separated by spaces, eliminating any
-    empty strings in the process.  This is a convenience method for split that
-    is mostly useful when applied to the String.prototype.
-
-        Ember.String.w("alpha beta gamma").forEach(function(key) {
-          console.log(key);
-        });
-        > alpha
-        > beta
-        > gamma
-
-    @method w
-    @param {String} str The string to split
-    @return {String} split string
-  */
-  w: function(str) { return str.split(/\s+/); },
-
-  /**
-    Converts a camelized string into all lower case separated by underscores.
-
-        'innerHTML'.decamelize()         => 'inner_html'
-        'action_name'.decamelize()       => 'action_name'
-        'css-class-name'.decamelize()    => 'css-class-name'
-        'my favorite items'.decamelize() => 'my favorite items'
-
-    @method decamelize
-    @param {String} str The string to decamelize.
-    @return {String} the decamelized string.
-  */
-  decamelize: function(str) {
-    return str.replace(STRING_DECAMELIZE_REGEXP, '$1_$2').toLowerCase();
-  },
-
-  /**
-    Replaces underscores or spaces with dashes.
-
-        'innerHTML'.dasherize()         => 'inner-html'
-        'action_name'.dasherize()       => 'action-name'
-        'css-class-name'.dasherize()    => 'css-class-name'
-        'my favorite items'.dasherize() => 'my-favorite-items'
-
-    @method dasherize
-    @param {String} str The string to dasherize.
-    @return {String} the dasherized string.
-  */
-  dasherize: function(str) {
-    var cache = STRING_DASHERIZE_CACHE,
-        ret   = cache[str];
-
-    if (ret) {
-      return ret;
-    } else {
-      ret = Ember.String.decamelize(str).replace(STRING_DASHERIZE_REGEXP,'-');
-      cache[str] = ret;
-    }
-
-    return ret;
-  },
-
-  /**
-    Returns the lowerCaseCamel form of a string.
-
-        'innerHTML'.camelize()         => 'innerHTML'
-        'action_name'.camelize()       => 'actionName'
-        'css-class-name'.camelize()    => 'cssClassName'
-        'my favorite items'.camelize() => 'myFavoriteItems'
-
-    @method camelize
-    @param {String} str The string to camelize.
-    @return {String} the camelized string.
-  */
-  camelize: function(str) {
-    return str.replace(STRING_CAMELIZE_REGEXP, function(match, separator, chr) {
-      return chr ? chr.toUpperCase() : '';
-    });
-  },
-
-  /**
-    Returns the UpperCamelCase form of a string.
-
-        'innerHTML'.classify()         => 'InnerHTML'
-        'action_name'.classify()       => 'ActionName'
-        'css-class-name'.classify()    => 'CssClassName'
-        'my favorite items'.classify() => 'MyFavoriteItems'
-
-    @method classify
-    @param {String} str the string to classify
-    @return {String} the classified string
-  */
-  classify: function(str) {
-    var camelized = Ember.String.camelize(str);
-    return camelized.charAt(0).toUpperCase() + camelized.substr(1);
-  },
-
-  /**
-    More general than decamelize. Returns the lower_case_and_underscored
-    form of a string.
-
-        'innerHTML'.underscore()         => 'inner_html'
-        'action_name'.underscore()       => 'action_name'
-        'css-class-name'.underscore()    => 'css_class_name'
-        'my favorite items'.underscore() => 'my_favorite_items'
-
-    @property underscore
-    @param {String} str The string to underscore.
-    @return {String} the underscored string.
-  */
-  underscore: function(str) {
-    return str.replace(STRING_UNDERSCORE_REGEXP_1, '$1_$2').
-      replace(STRING_UNDERSCORE_REGEXP_2, '_').toLowerCase();
-  }
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-
-var fmt = Ember.String.fmt,
-    w   = Ember.String.w,
-    loc = Ember.String.loc,
-    camelize = Ember.String.camelize,
-    decamelize = Ember.String.decamelize,
-    dasherize = Ember.String.dasherize,
-    underscore = Ember.String.underscore,
-    classify = Ember.String.classify;
-
-if (Ember.EXTEND_PROTOTYPES === true || Ember.EXTEND_PROTOTYPES.String) {
-
-  /**
-    See {{#crossLink "Ember.String/fmt"}}{{/crossLink}}
-
-    @method fmt
-    @for String
-  */
-  String.prototype.fmt = function() {
-    return fmt(this, arguments);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/w"}}{{/crossLink}}
-
-    @method w
-    @for String
-  */
-  String.prototype.w = function() {
-    return w(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/loc"}}{{/crossLink}}
-
-    @method loc
-    @for String
-  */
-  String.prototype.loc = function() {
-    return loc(this, arguments);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/camelize"}}{{/crossLink}}
-
-    @method camelize
-    @for String
-  */
-  String.prototype.camelize = function() {
-    return camelize(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/decamelize"}}{{/crossLink}}
-
-    @method decamelize
-    @for String
-  */
-  String.prototype.decamelize = function() {
-    return decamelize(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/dasherize"}}{{/crossLink}}
-
-    @method dasherize
-    @for String
-  */
-  String.prototype.dasherize = function() {
-    return dasherize(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/underscore"}}{{/crossLink}}
-
-    @method underscore
-    @for String
-  */
-  String.prototype.underscore = function() {
-    return underscore(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/classify"}}{{/crossLink}}
-
-    @method classify
-    @for String
-  */
-  String.prototype.classify = function() {
-    return classify(this);
-  };
-}
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var a_slice = Array.prototype.slice;
-
-if (Ember.EXTEND_PROTOTYPES === true || Ember.EXTEND_PROTOTYPES.Function) {
-
-  /**
-    The `property` extension of Javascript's Function prototype is available
-    when Ember.EXTEND_PROTOTYPES or Ember.EXTEND_PROTOTYPES.Function is true,
-    which is the default.
-
-    Computed properties allow you to treat a function like a property:
-
-        MyApp.president = Ember.Object.create({
-          firstName: "Barack",
-          lastName: "Obama",
-
-          fullName: function() {
-            return this.get('firstName') + ' ' + this.get('lastName');
-
-            // Call this flag to mark the function as a property
-          }.property()
-        });
-
-        MyApp.president.get('fullName');    => "Barack Obama"
-
-    Treating a function like a property is useful because they can work with
-    bindings, just like any other property.
-
-    Many computed properties have dependencies on other properties. For
-    example, in the above example, the `fullName` property depends on
-    `firstName` and `lastName` to determine its value. You can tell Ember.js
-    about these dependencies like this:
-
-        MyApp.president = Ember.Object.create({
-          firstName: "Barack",
-          lastName: "Obama",
-
-          fullName: function() {
-            return this.get('firstName') + ' ' + this.get('lastName');
-
-            // Tell Ember.js that this computed property depends on firstName
-            // and lastName
-          }.property('firstName', 'lastName')
-        });
-
-    Make sure you list these dependencies so Ember.js knows when to update
-    bindings that connect to a computed property. Changing a dependency
-    will not immediately trigger an update of the computed property, but
-    will instead clear the cache so that it is updated when the next `get`
-    is called on the property.
-
-    See {{#crossLink "Ember.ComputedProperty"}}{{/crossLink}},
-      {{#crossLink "Ember/computed"}}{{/crossLink}}
-
-    @method property
-    @for Function
-  */
-  Function.prototype.property = function() {
-    var ret = Ember.computed(this);
-    return ret.property.apply(ret, arguments);
-  };
-
-  /**
-    The `observes` extension of Javascript's Function prototype is available
-    when Ember.EXTEND_PROTOTYPES or Ember.EXTEND_PROTOTYPES.Function is true,
-    which is the default.
-
-    You can observe property changes simply by adding the `observes`
-    call to the end of your method declarations in classes that you write.
-    For example:
-
-        Ember.Object.create({
-          valueObserver: function() {
-            // Executes whenever the "value" property changes
-          }.observes('value')
-        });
-
-    See {{#crossLink "Ember.Observable/observes"}}{{/crossLink}}
-
-    @method observes
-    @for Function
-  */
-  Function.prototype.observes = function() {
-    this.__ember_observes__ = a_slice.call(arguments);
-    return this;
-  };
-
-  /**
-    The `observesBefore` extension of Javascript's Function prototype is available
-    when Ember.EXTEND_PROTOTYPES or Ember.EXTEND_PROTOTYPES.Function is true,
-    which is the default.
-
-    You can get notified when a property changes is about to happen by
-    by adding the `observesBefore` call to the end of your method
-    declarations in classes that you write. For example:
-
-        Ember.Object.create({
-          valueObserver: function() {
-            // Executes whenever the "value" property is about to change
-          }.observesBefore('value')
-        });
-
-    See {{#crossLink "Ember.Observable/observesBefore"}}{{/crossLink}}
-
-    @method observesBefore
-    @for Function
-  */
-  Function.prototype.observesBefore = function() {
-    this.__ember_observesBefore__ = a_slice.call(arguments);
-    return this;
-  };
-
-}
-
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-// ..........................................................
-// HELPERS
-//
-
-var get = Ember.get, set = Ember.set;
-var a_slice = Array.prototype.slice;
-var a_indexOf = Ember.EnumerableUtils.indexOf;
-
-var contexts = [];
-
-function popCtx() {
-  return contexts.length===0 ? {} : contexts.pop();
-}
-
-function pushCtx(ctx) {
-  contexts.push(ctx);
-  return null;
-}
-
-function iter(key, value) {
-  var valueProvided = arguments.length === 2;
-
-  function i(item) {
-    var cur = get(item, key);
-    return valueProvided ? value===cur : !!cur;
-  }
-  return i ;
-}
-
-/**
-  This mixin defines the common interface implemented by enumerable objects
-  in Ember.  Most of these methods follow the standard Array iteration
-  API defined up to JavaScript 1.8 (excluding language-specific features that
-  cannot be emulated in older versions of JavaScript).
-
-  This mixin is applied automatically to the Array class on page load, so you
-  can use any of these methods on simple arrays.  If Array already implements
-  one of these methods, the mixin will not override them.
-
-  ## Writing Your Own Enumerable
-
-  To make your own custom class enumerable, you need two items:
-
-  1. You must have a length property.  This property should change whenever
-     the number of items in your enumerable object changes.  If you using this
-     with an Ember.Object subclass, you should be sure to change the length
-     property using set().
-
-  2. If you must implement nextObject().  See documentation.
-
-  Once you have these two methods implement, apply the Ember.Enumerable mixin
-  to your class and you will be able to enumerate the contents of your object
-  like any other collection.
-
-  ## Using Ember Enumeration with Other Libraries
-
-  Many other libraries provide some kind of iterator or enumeration like
-  facility.  This is often where the most common API conflicts occur.
-  Ember's API is designed to be as friendly as possible with other
-  libraries by implementing only methods that mostly correspond to the
-  JavaScript 1.8 API.
-
-  @class Enumerable
-  @namespace Ember
-  @extends Ember.Mixin
-  @since Ember 0.9
-*/
-Ember.Enumerable = Ember.Mixin.create(
-  /** @scope Ember.Enumerable.prototype */ {
-
-  // compatibility
-  isEnumerable: true,
-
-  /**
-    Implement this method to make your class enumerable.
-
-    This method will be call repeatedly during enumeration.  The index value
-    will always begin with 0 and increment monotonically.  You don't have to
-    rely on the index value to determine what object to return, but you should
-    always check the value and start from the beginning when you see the
-    requested index is 0.
-
-    The previousObject is the object that was returned from the last call
-    to nextObject for the current iteration.  This is a useful way to
-    manage iteration if you are tracing a linked list, for example.
-
-    Finally the context parameter will always contain a hash you can use as
-    a "scratchpad" to maintain any other state you need in order to iterate
-    properly.  The context object is reused and is not reset between
-    iterations so make sure you setup the context with a fresh state whenever
-    the index parameter is 0.
-
-    Generally iterators will continue to call nextObject until the index
-    reaches the your current length-1.  If you run out of data before this
-    time for some reason, you should simply return undefined.
-
-    The default implementation of this method simply looks up the index.
-    This works great on any Array-like objects.
-
-    @method nextObject
-    @param {Number} index the current index of the iteration
-    @param {Object} previousObject the value returned by the last call to nextObject.
-    @param {Object} context a context object you can use to maintain state.
-    @return {Object} the next object in the iteration or undefined
-  */
-  nextObject: Ember.required(Function),
-
-  /**
-    Helper method returns the first object from a collection.  This is usually
-    used by bindings and other parts of the framework to extract a single
-    object if the enumerable contains only one item.
-
-    If you override this method, you should implement it so that it will
-    always return the same value each time it is called.  If your enumerable
-    contains only one object, this method should always return that object.
-    If your enumerable is empty, this method should return undefined.
-
-        var arr = ["a", "b", "c"];
-        arr.firstObject(); => "a"
-
-        var arr = [];
-        arr.firstObject(); => undefined
-
-    @property firstObject
-    @return {Object} the object or undefined
-  */
-  firstObject: Ember.computed(function() {
-    if (get(this, 'length')===0) return undefined ;
-
-    // handle generic enumerables
-    var context = popCtx(), ret;
-    ret = this.nextObject(0, null, context);
-    pushCtx(context);
-    return ret ;
-  }).property('[]'),
-
-  /**
-    Helper method returns the last object from a collection. If your enumerable
-    contains only one object, this method should always return that object.
-    If your enumerable is empty, this method should return undefined.
-
-        var arr = ["a", "b", "c"];
-        arr.lastObject(); => "c"
-
-        var arr = [];
-        arr.lastObject(); => undefined
-
-    @property lastObject
-    @return {Object} the last object or undefined
-  */
-  lastObject: Ember.computed(function() {
-    var len = get(this, 'length');
-    if (len===0) return undefined ;
-    var context = popCtx(), idx=0, cur, last = null;
-    do {
-      last = cur;
-      cur = this.nextObject(idx++, last, context);
-    } while (cur !== undefined);
-    pushCtx(context);
-    return last;
-  }).property('[]'),
-
-  /**
-    Returns true if the passed object can be found in the receiver.  The
-    default version will iterate through the enumerable until the object
-    is found.  You may want to override this with a more efficient version.
-
-        var arr = ["a", "b", "c"];
-        arr.contains("a"); => true
-        arr.contains("z"); => false
-
-    @method contains
-    @param {Object} obj The object to search for.
-    @return {Boolean} true if object is found in enumerable.
-  */
-  contains: function(obj) {
-    return this.find(function(item) { return item===obj; }) !== undefined;
-  },
-
-  /**
-    Iterates through the enumerable, calling the passed function on each
-    item. This method corresponds to the forEach() method defined in
-    JavaScript 1.6.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-          function(item, index, enumerable);
-
-    - *item* is the current item in the iteration.
-    - *index* is the current index in the iteration
-    - *enumerable* is the enumerable object itself.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as "this" on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    @method forEach
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Object} receiver
-  */
-  forEach: function(callback, target) {
-    if (typeof callback !== "function") throw new TypeError() ;
-    var len = get(this, 'length'), last = null, context = popCtx();
-
-    if (target === undefined) target = null;
-
-    for(var idx=0;idx<len;idx++) {
-      var next = this.nextObject(idx, last, context) ;
-      callback.call(target, next, idx, this);
-      last = next ;
-    }
-    last = null ;
-    context = pushCtx(context);
-    return this ;
-  },
-
-  /**
-    Alias for mapProperty
-
-    @method getEach
-    @param {String} key name of the property
-    @return {Array} The mapped array.
-  */
-  getEach: function(key) {
-    return this.mapProperty(key);
-  },
-
-  /**
-    Sets the value on the named property for each member. This is more
-    efficient than using other methods defined on this helper. If the object
-    implements Ember.Observable, the value will be changed to set(), otherwise
-    it will be set directly. null objects are skipped.
-
-    @method setEach
-    @param {String} key The key to set
-    @param {Object} value The object to set
-    @return {Object} receiver
-  */
-  setEach: function(key, value) {
-    return this.forEach(function(item) {
-      set(item, key, value);
-    });
-  },
-
-  /**
-    Maps all of the items in the enumeration to another value, returning
-    a new array. This method corresponds to map() defined in JavaScript 1.6.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-        function(item, index, enumerable);
-
-    - *item* is the current item in the iteration.
-    - *index* is the current index in the iteration
-    - *enumerable* is the enumerable object itself.
-
-    It should return the mapped value.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as "this" on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    @method map
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Array} The mapped array.
-  */
-  map: function(callback, target) {
-    var ret = [];
-    this.forEach(function(x, idx, i) {
-      ret[idx] = callback.call(target, x, idx,i);
-    });
-    return ret ;
-  },
-
-  /**
-    Similar to map, this specialized function returns the value of the named
-    property on all items in the enumeration.
-
-    @method mapProperty
-    @param {String} key name of the property
-    @return {Array} The mapped array.
-  */
-  mapProperty: function(key) {
-    return this.map(function(next) {
-      return get(next, key);
-    });
-  },
-
-  /**
-    Returns an array with all of the items in the enumeration that the passed
-    function returns true for. This method corresponds to filter() defined in
-    JavaScript 1.6.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-          function(item, index, enumerable);
-
-    - *item* is the current item in the iteration.
-    - *index* is the current index in the iteration
-    - *enumerable* is the enumerable object itself.
-
-    It should return the true to include the item in the results, false otherwise.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as "this" on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    @method filter
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Array} A filtered array.
-  */
-  filter: function(callback, target) {
-    var ret = [];
-    this.forEach(function(x, idx, i) {
-      if (callback.call(target, x, idx, i)) ret.push(x);
-    });
-    return ret ;
-  },
-
-  /**
-    Returns an array with just the items with the matched property.  You
-    can pass an optional second argument with the target value.  Otherwise
-    this will match any property that evaluates to true.
-
-    @method filterProperty
-    @param {String} key the property to test
-    @param {String} [value] optional value to test against.
-    @return {Array} filtered array
-  */
-  filterProperty: function(key, value) {
-    return this.filter(iter.apply(this, arguments));
-  },
-
-  /**
-    Returns the first item in the array for which the callback returns true.
-    This method works similar to the filter() method defined in JavaScript 1.6
-    except that it will stop working on the array once a match is found.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-          function(item, index, enumerable);
-
-    - *item* is the current item in the iteration.
-    - *index* is the current index in the iteration
-    - *enumerable* is the enumerable object itself.
-
-    It should return the true to include the item in the results, false otherwise.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as "this" on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    @method find
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Object} Found item or null.
-  */
-  find: function(callback, target) {
-    var len = get(this, 'length') ;
-    if (target === undefined) target = null;
-
-    var last = null, next, found = false, ret ;
-    var context = popCtx();
-    for(var idx=0;idx<len && !found;idx++) {
-      next = this.nextObject(idx, last, context) ;
-      if (found = callback.call(target, next, idx, this)) ret = next ;
-      last = next ;
-    }
-    next = last = null ;
-    context = pushCtx(context);
-    return ret ;
-  },
-
-  /**
-    Returns the first item with a property matching the passed value.  You
-    can pass an optional second argument with the target value.  Otherwise
-    this will match any property that evaluates to true.
-
-    This method works much like the more generic find() method.
-
-    @method findProperty
-    @param {String} key the property to test
-    @param {String} [value] optional value to test against.
-    @return {Object} found item or null
-  */
-  findProperty: function(key, value) {
-    return this.find(iter.apply(this, arguments));
-  },
-
-  /**
-    Returns true if the passed function returns true for every item in the
-    enumeration. This corresponds with the every() method in JavaScript 1.6.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-          function(item, index, enumerable);
-
-    - *item* is the current item in the iteration.
-    - *index* is the current index in the iteration
-    - *enumerable* is the enumerable object itself.
-
-    It should return the true or false.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as "this" on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    Example Usage:
-
-          if (people.every(isEngineer)) { Paychecks.addBigBonus(); }
-
-    @method every
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Boolean}
-  */
-  every: function(callback, target) {
-    return !this.find(function(x, idx, i) {
-      return !callback.call(target, x, idx, i);
-    });
-  },
-
-  /**
-    Returns true if the passed property resolves to true for all items in the
-    enumerable.  This method is often simpler/faster than using a callback.
-
-    @method everyProperty
-    @param {String} key the property to test
-    @param {String} [value] optional value to test against.
-    @return {Array} filtered array
-  */
-  everyProperty: function(key, value) {
-    return this.every(iter.apply(this, arguments));
-  },
-
-
-  /**
-    Returns true if the passed function returns true for any item in the
-    enumeration. This corresponds with the every() method in JavaScript 1.6.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-          function(item, index, enumerable);
-
-    - *item* is the current item in the iteration.
-    - *index* is the current index in the iteration
-    - *enumerable* is the enumerable object itself.
-
-    It should return the true to include the item in the results, false otherwise.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as "this" on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    Usage Example:
-
-          if (people.some(isManager)) { Paychecks.addBiggerBonus(); }
-
-    @method some
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Array} A filtered array.
-  */
-  some: function(callback, target) {
-    return !!this.find(function(x, idx, i) {
-      return !!callback.call(target, x, idx, i);
-    });
-  },
-
-  /**
-    Returns true if the passed property resolves to true for any item in the
-    enumerable.  This method is often simpler/faster than using a callback.
-
-    @method someProperty
-    @param {String} key the property to test
-    @param {String} [value] optional value to test against.
-    @return {Boolean} true
-  */
-  someProperty: function(key, value) {
-    return this.some(iter.apply(this, arguments));
-  },
-
-  /**
-    This will combine the values of the enumerator into a single value. It
-    is a useful way to collect a summary value from an enumeration. This
-    corresponds to the reduce() method defined in JavaScript 1.8.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-          function(previousValue, item, index, enumerable);
-
-    - *previousValue* is the value returned by the last call to the iterator.
-    - *item* is the current item in the iteration.
-    - *index* is the current index in the iteration
-    - *enumerable* is the enumerable object itself.
-
-    Return the new cumulative value.
-
-    In addition to the callback you can also pass an initialValue. An error
-    will be raised if you do not pass an initial value and the enumerator is
-    empty.
-
-    Note that unlike the other methods, this method does not allow you to
-    pass a target object to set as this for the callback. It's part of the
-    spec. Sorry.
-
-    @method reduce
-    @param {Function} callback The callback to execute
-    @param {Object} initialValue Initial value for the reduce
-    @param {String} reducerProperty internal use only.
-    @return {Object} The reduced value.
-  */
-  reduce: function(callback, initialValue, reducerProperty) {
-    if (typeof callback !== "function") { throw new TypeError(); }
-
-    var ret = initialValue;
-
-    this.forEach(function(item, i) {
-      ret = callback.call(null, ret, item, i, this, reducerProperty);
-    }, this);
-
-    return ret;
-  },
-
-  /**
-    Invokes the named method on every object in the receiver that
-    implements it.  This method corresponds to the implementation in
-    Prototype 1.6.
-
-    @method invoke
-    @param {String} methodName the name of the method
-    @param {Object...} args optional arguments to pass as well.
-    @return {Array} return values from calling invoke.
-  */
-  invoke: function(methodName) {
-    var args, ret = [];
-    if (arguments.length>1) args = a_slice.call(arguments, 1);
-
-    this.forEach(function(x, idx) {
-      var method = x && x[methodName];
-      if ('function' === typeof method) {
-        ret[idx] = args ? method.apply(x, args) : method.call(x);
-      }
-    }, this);
-
-    return ret;
-  },
-
-  /**
-    Simply converts the enumerable into a genuine array.  The order is not
-    guaranteed.  Corresponds to the method implemented by Prototype.
-
-    @method toArray
-    @return {Array} the enumerable as an array.
-  */
-  toArray: function() {
-    var ret = [];
-    this.forEach(function(o, idx) { ret[idx] = o; });
-    return ret ;
-  },
-
-  /**
-    Returns a copy of the array with all null elements removed.
-
-        var arr = ["a", null, "c", null];
-        arr.compact(); => ["a", "c"]
-
-    @method compact
-    @return {Array} the array without null elements.
-  */
-  compact: function() { return this.without(null); },
-
-  /**
-    Returns a new enumerable that excludes the passed value.  The default
-    implementation returns an array regardless of the receiver type unless
-    the receiver does not contain the value.
-
-        var arr = ["a", "b", "a", "c"];
-        arr.without("a"); => ["b", "c"]
-
-    @method without
-    @param {Object} value
-    @return {Ember.Enumerable}
-  */
-  without: function(value) {
-    if (!this.contains(value)) return this; // nothing to do
-    var ret = [] ;
-    this.forEach(function(k) {
-      if (k !== value) ret[ret.length] = k;
-    }) ;
-    return ret ;
-  },
-
-  /**
-    Returns a new enumerable that contains only unique values.  The default
-    implementation returns an array regardless of the receiver type.
-
-        var arr = ["a", "a", "b", "b"];
-        arr.uniq(); => ["a", "b"]
-
-    @method uniq
-    @return {Ember.Enumerable}
-  */
-  uniq: function() {
-    var ret = [];
-    this.forEach(function(k){
-      if (a_indexOf(ret, k)<0) ret.push(k);
-    });
-    return ret;
-  },
-
-  /**
-    This property will trigger anytime the enumerable's content changes.
-    You can observe this property to be notified of changes to the enumerables
-    content.
-
-    For plain enumerables, this property is read only.  Ember.Array overrides
-    this method.
-
-    @property []
-    @type Ember.Array
-  */
-  '[]': Ember.computed(function(key, value) {
-    return this;
-  }).property(),
-
-  // ..........................................................
-  // ENUMERABLE OBSERVERS
-  //
-
-  /**
-    Registers an enumerable observer.   Must implement Ember.EnumerableObserver
-    mixin.
-
-    @method addEnumerableObserver
-    @param target {Object}
-    @param opts {Hash}
-  */
-  addEnumerableObserver: function(target, opts) {
-    var willChange = (opts && opts.willChange) || 'enumerableWillChange',
-        didChange  = (opts && opts.didChange) || 'enumerableDidChange';
-
-    var hasObservers = get(this, 'hasEnumerableObservers');
-    if (!hasObservers) Ember.propertyWillChange(this, 'hasEnumerableObservers');
-    Ember.addListener(this, '@enumerable:before', target, willChange);
-    Ember.addListener(this, '@enumerable:change', target, didChange);
-    if (!hasObservers) Ember.propertyDidChange(this, 'hasEnumerableObservers');
-    return this;
-  },
-
-  /**
-    Removes a registered enumerable observer.
-
-    @method removeEnumerableObserver
-    @param target {Object}
-    @param [opts] {Hash}
-  */
-  removeEnumerableObserver: function(target, opts) {
-    var willChange = (opts && opts.willChange) || 'enumerableWillChange',
-        didChange  = (opts && opts.didChange) || 'enumerableDidChange';
-
-    var hasObservers = get(this, 'hasEnumerableObservers');
-    if (hasObservers) Ember.propertyWillChange(this, 'hasEnumerableObservers');
-    Ember.removeListener(this, '@enumerable:before', target, willChange);
-    Ember.removeListener(this, '@enumerable:change', target, didChange);
-    if (hasObservers) Ember.propertyDidChange(this, 'hasEnumerableObservers');
-    return this;
-  },
-
-  /**
-    Becomes true whenever the array currently has observers watching changes
-    on the array.
-
-    @property hasEnumerableObservers
-    @type Boolean
-  */
-  hasEnumerableObservers: Ember.computed(function() {
-    return Ember.hasListeners(this, '@enumerable:change') || Ember.hasListeners(this, '@enumerable:before');
-  }).property(),
-
-
-  /**
-    Invoke this method just before the contents of your enumerable will
-    change.  You can either omit the parameters completely or pass the objects
-    to be removed or added if available or just a count.
-
-    @method enumerableContentWillChange
-    @param {Ember.Enumerable|Number} removing An enumerable of the objects to
-      be removed or the number of items to be removed.
-    @param {Ember.Enumerable|Number} adding An enumerable of the objects to be
-      added or the number of items to be added.
-    @chainable
-  */
-  enumerableContentWillChange: function(removing, adding) {
-
-    var removeCnt, addCnt, hasDelta;
-
-    if ('number' === typeof removing) removeCnt = removing;
-    else if (removing) removeCnt = get(removing, 'length');
-    else removeCnt = removing = -1;
-
-    if ('number' === typeof adding) addCnt = adding;
-    else if (adding) addCnt = get(adding,'length');
-    else addCnt = adding = -1;
-
-    hasDelta = addCnt<0 || removeCnt<0 || addCnt-removeCnt!==0;
-
-    if (removing === -1) removing = null;
-    if (adding   === -1) adding   = null;
-
-    Ember.propertyWillChange(this, '[]');
-    if (hasDelta) Ember.propertyWillChange(this, 'length');
-    Ember.sendEvent(this, '@enumerable:before', [this, removing, adding]);
-
-    return this;
-  },
-
-  /**
-    Invoke this method when the contents of your enumerable has changed.
-    This will notify any observers watching for content changes.  If your are
-    implementing an ordered enumerable (such as an array), also pass the
-    start and end values where the content changed so that it can be used to
-    notify range observers.
-
-    @method enumerableContentDidChange
-    @param {Number} [start] optional start offset for the content change.
-      For unordered enumerables, you should always pass -1.
-    @param {Ember.Enumerable|Number} removing An enumerable of the objects to
-      be removed or the number of items to be removed.
-    @param {Ember.Enumerable|Number} adding  An enumerable of the objects to
-      be added or the number of items to be added.
-    @chainable
-  */
-  enumerableContentDidChange: function(removing, adding) {
-    var notify = this.propertyDidChange, removeCnt, addCnt, hasDelta;
-
-    if ('number' === typeof removing) removeCnt = removing;
-    else if (removing) removeCnt = get(removing, 'length');
-    else removeCnt = removing = -1;
-
-    if ('number' === typeof adding) addCnt = adding;
-    else if (adding) addCnt = get(adding, 'length');
-    else addCnt = adding = -1;
-
-    hasDelta = addCnt<0 || removeCnt<0 || addCnt-removeCnt!==0;
-
-    if (removing === -1) removing = null;
-    if (adding   === -1) adding   = null;
-
-    Ember.sendEvent(this, '@enumerable:change', [this, removing, adding]);
-    if (hasDelta) Ember.propertyDidChange(this, 'length');
-    Ember.propertyDidChange(this, '[]');
-
-    return this ;
-  }
-
-}) ;
-
-
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-// ..........................................................
-// HELPERS
-//
-
-var get = Ember.get, set = Ember.set, meta = Ember.meta, map = Ember.EnumerableUtils.map, cacheFor = Ember.cacheFor;
-
-function none(obj) { return obj===null || obj===undefined; }
-
-// ..........................................................
-// ARRAY
-//
-/**
-  This module implements Observer-friendly Array-like behavior.  This mixin is
-  picked up by the Array class as well as other controllers, etc. that want to
-  appear to be arrays.
-
-  Unlike Ember.Enumerable, this mixin defines methods specifically for
-  collections that provide index-ordered access to their contents.  When you
-  are designing code that needs to accept any kind of Array-like object, you
-  should use these methods instead of Array primitives because these will
-  properly notify observers of changes to the array.
-
-  Although these methods are efficient, they do add a layer of indirection to
-  your application so it is a good idea to use them only when you need the
-  flexibility of using both true JavaScript arrays and "virtual" arrays such
-  as controllers and collections.
-
-  You can use the methods defined in this module to access and modify array
-  contents in a KVO-friendly way.  You can also be notified whenever the
-  membership if an array changes by changing the syntax of the property to
-  .observes('*myProperty.[]') .
-
-  To support Ember.Array in your own class, you must override two
-  primitives to use it: replace() and objectAt().
-
-  Note that the Ember.Array mixin also incorporates the Ember.Enumerable mixin.  All
-  Ember.Array-like objects are also enumerable.
-
-  @class Array
-  @namespace Ember
-  @extends Ember.Mixin
-  @uses Ember.Enumerable
-  @since Ember 0.9.0
-*/
-Ember.Array = Ember.Mixin.create(Ember.Enumerable, /** @scope Ember.Array.prototype */ {
-
-  // compatibility
-  isSCArray: true,
-
-  /**
-    Your array must support the length property. Your replace methods should
-    set this property whenever it changes.
-
-    @property {Number} length
-  */
-  length: Ember.required(),
-
-  /**
-    Returns the object at the given index. If the given index is negative or
-    is greater or equal than the array length, returns `undefined`.
-
-    This is one of the primitives you must implement to support `Ember.Array`.
-    If your object supports retrieving the value of an array item using `get()`
-    (i.e. `myArray.get(0)`), then you do not need to implement this method
-    yourself.
-
-        var arr = ['a', 'b', 'c', 'd'];
-        arr.objectAt(0);  => "a"
-        arr.objectAt(3);  => "d"
-        arr.objectAt(-1); => undefined
-        arr.objectAt(4);  => undefined
-        arr.objectAt(5);  => undefined
-
-    @method objectAt
-    @param {Number} idx
-      The index of the item to return.
-  */
-  objectAt: function(idx) {
-    if ((idx < 0) || (idx>=get(this, 'length'))) return undefined ;
-    return get(this, idx);
-  },
-
-  /**
-    This returns the objects at the specified indexes, using `objectAt`.
-
-        var arr = ['a', 'b', 'c', 'd'];
-        arr.objectsAt([0, 1, 2]) => ["a", "b", "c"]
-        arr.objectsAt([2, 3, 4]) => ["c", "d", undefined]
-
-    @method objectsAt
-    @param {Array} indexes
-      An array of indexes of items to return.
-   */
-  objectsAt: function(indexes) {
-    var self = this;
-    return map(indexes, function(idx){ return self.objectAt(idx); });
-  },
-
-  // overrides Ember.Enumerable version
-  nextObject: function(idx) {
-    return this.objectAt(idx);
-  },
-
-  /**
-    This is the handler for the special array content property.  If you get
-    this property, it will return this.  If you set this property it a new
-    array, it will replace the current content.
-
-    This property overrides the default property defined in Ember.Enumerable.
-
-    @property []
-  */
-  '[]': Ember.computed(function(key, value) {
-    if (value !== undefined) this.replace(0, get(this, 'length'), value) ;
-    return this ;
-  }).property(),
-
-  firstObject: Ember.computed(function() {
-    return this.objectAt(0);
-  }).property(),
-
-  lastObject: Ember.computed(function() {
-    return this.objectAt(get(this, 'length')-1);
-  }).property(),
-
-  // optimized version from Enumerable
-  contains: function(obj){
-    return this.indexOf(obj) >= 0;
-  },
-
-  // Add any extra methods to Ember.Array that are native to the built-in Array.
-  /**
-    Returns a new array that is a slice of the receiver. This implementation
-    uses the observable array methods to retrieve the objects for the new
-    slice.
-
-        var arr = ['red', 'green', 'blue'];
-        arr.slice(0);      => ['red', 'green', 'blue']
-        arr.slice(0, 2);   => ['red', 'green']
-        arr.slice(1, 100); => ['green', 'blue']
-
-    @method slice
-    @param beginIndex {Integer} (Optional) index to begin slicing from.
-    @param endIndex {Integer} (Optional) index to end the slice at.
-    @return {Array} New array with specified slice
-  */
-  slice: function(beginIndex, endIndex) {
-    var ret = [];
-    var length = get(this, 'length') ;
-    if (none(beginIndex)) beginIndex = 0 ;
-    if (none(endIndex) || (endIndex > length)) endIndex = length ;
-    while(beginIndex < endIndex) {
-      ret[ret.length] = this.objectAt(beginIndex++) ;
-    }
-    return ret ;
-  },
-
-  /**
-    Returns the index of the given object's first occurrence.
-    If no startAt argument is given, the starting location to
-    search is 0. If it's negative, will count backward from
-    the end of the array. Returns -1 if no match is found.
-
-        var arr = ["a", "b", "c", "d", "a"];
-        arr.indexOf("a");      =>  0
-        arr.indexOf("z");      => -1
-        arr.indexOf("a", 2);   =>  4
-        arr.indexOf("a", -1);  =>  4
-        arr.indexOf("b", 3);   => -1
-        arr.indexOf("a", 100); => -1
-
-    @method indexOf
-    @param {Object} object the item to search for
-    @param {Number} startAt optional starting location to search, default 0
-    @return {Number} index or -1 if not found
-  */
-  indexOf: function(object, startAt) {
-    var idx, len = get(this, 'length');
-
-    if (startAt === undefined) startAt = 0;
-    if (startAt < 0) startAt += len;
-
-    for(idx=startAt;idx<len;idx++) {
-      if (this.objectAt(idx, true) === object) return idx ;
-    }
-    return -1;
-  },
-
-  /**
-    Returns the index of the given object's last occurrence.
-    If no startAt argument is given, the search starts from
-    the last position. If it's negative, will count backward
-    from the end of the array. Returns -1 if no match is found.
-
-        var arr = ["a", "b", "c", "d", "a"];
-        arr.lastIndexOf("a");      =>  4
-        arr.lastIndexOf("z");      => -1
-        arr.lastIndexOf("a", 2);   =>  0
-        arr.lastIndexOf("a", -1);  =>  4
-        arr.lastIndexOf("b", 3);   =>  1
-        arr.lastIndexOf("a", 100); =>  4
-
-    @method lastIndexOf
-    @param {Object} object the item to search for
-    @param {Number} startAt optional starting location to search, default 0
-    @return {Number} index or -1 if not found
-  */
-  lastIndexOf: function(object, startAt) {
-    var idx, len = get(this, 'length');
-
-    if (startAt === undefined || startAt >= len) startAt = len-1;
-    if (startAt < 0) startAt += len;
-
-    for(idx=startAt;idx>=0;idx--) {
-      if (this.objectAt(idx) === object) return idx ;
-    }
-    return -1;
-  },
-
-  // ..........................................................
-  // ARRAY OBSERVERS
-  //
-
-  /**
-    Adds an array observer to the receiving array.  The array observer object
-    normally must implement two methods:
-
-    * `arrayWillChange(start, removeCount, addCount)` - This method will be
-      called just before the array is modified.
-    * `arrayDidChange(start, removeCount, addCount)` - This method will be
-      called just after the array is modified.
-
-    Both callbacks will be passed the starting index of the change as well a
-    a count of the items to be removed and added.  You can use these callbacks
-    to optionally inspect the array during the change, clear caches, or do
-    any other bookkeeping necessary.
-
-    In addition to passing a target, you can also include an options hash
-    which you can use to override the method names that will be invoked on the
-    target.
-
-    @method addArrayObserver
-    @param {Object} target The observer object.
-    @param {Hash} opts Optional hash of configuration options including
-      willChange, didChange, and a context option.
-    @return {Ember.Array} receiver
-  */
-  addArrayObserver: function(target, opts) {
-    var willChange = (opts && opts.willChange) || 'arrayWillChange',
-        didChange  = (opts && opts.didChange) || 'arrayDidChange';
-
-    var hasObservers = get(this, 'hasArrayObservers');
-    if (!hasObservers) Ember.propertyWillChange(this, 'hasArrayObservers');
-    Ember.addListener(this, '@array:before', target, willChange);
-    Ember.addListener(this, '@array:change', target, didChange);
-    if (!hasObservers) Ember.propertyDidChange(this, 'hasArrayObservers');
-    return this;
-  },
-
-  /**
-    Removes an array observer from the object if the observer is current
-    registered.  Calling this method multiple times with the same object will
-    have no effect.
-
-    @method removeArrayObserver
-    @param {Object} target The object observing the array.
-    @return {Ember.Array} receiver
-  */
-  removeArrayObserver: function(target, opts) {
-    var willChange = (opts && opts.willChange) || 'arrayWillChange',
-        didChange  = (opts && opts.didChange) || 'arrayDidChange';
-
-    var hasObservers = get(this, 'hasArrayObservers');
-    if (hasObservers) Ember.propertyWillChange(this, 'hasArrayObservers');
-    Ember.removeListener(this, '@array:before', target, willChange);
-    Ember.removeListener(this, '@array:change', target, didChange);
-    if (hasObservers) Ember.propertyDidChange(this, 'hasArrayObservers');
-    return this;
-  },
-
-  /**
-    Becomes true whenever the array currently has observers watching changes
-    on the array.
-
-    @property Boolean
-  */
-  hasArrayObservers: Ember.computed(function() {
-    return Ember.hasListeners(this, '@array:change') || Ember.hasListeners(this, '@array:before');
-  }).property(),
-
-  /**
-    If you are implementing an object that supports Ember.Array, call this
-    method just before the array content changes to notify any observers and
-    invalidate any related properties.  Pass the starting index of the change
-    as well as a delta of the amounts to change.
-
-    @method arrayContentWillChange
-    @param {Number} startIdx The starting index in the array that will change.
-    @param {Number} removeAmt The number of items that will be removed.  If you pass null assumes 0
-    @param {Number} addAmt The number of items that will be added.  If you pass null assumes 0.
-    @return {Ember.Array} receiver
-  */
-  arrayContentWillChange: function(startIdx, removeAmt, addAmt) {
-
-    // if no args are passed assume everything changes
-    if (startIdx===undefined) {
-      startIdx = 0;
-      removeAmt = addAmt = -1;
-    } else {
-      if (removeAmt === undefined) removeAmt=-1;
-      if (addAmt    === undefined) addAmt=-1;
-    }
-
-    // Make sure the @each proxy is set up if anyone is observing @each
-    if (Ember.isWatching(this, '@each')) { get(this, '@each'); }
-
-    Ember.sendEvent(this, '@array:before', [this, startIdx, removeAmt, addAmt]);
-
-    var removing, lim;
-    if (startIdx>=0 && removeAmt>=0 && get(this, 'hasEnumerableObservers')) {
-      removing = [];
-      lim = startIdx+removeAmt;
-      for(var idx=startIdx;idx<lim;idx++) removing.push(this.objectAt(idx));
-    } else {
-      removing = removeAmt;
-    }
-
-    this.enumerableContentWillChange(removing, addAmt);
-
-    return this;
-  },
-
-  arrayContentDidChange: function(startIdx, removeAmt, addAmt) {
-
-    // if no args are passed assume everything changes
-    if (startIdx===undefined) {
-      startIdx = 0;
-      removeAmt = addAmt = -1;
-    } else {
-      if (removeAmt === undefined) removeAmt=-1;
-      if (addAmt    === undefined) addAmt=-1;
-    }
-
-    var adding, lim;
-    if (startIdx>=0 && addAmt>=0 && get(this, 'hasEnumerableObservers')) {
-      adding = [];
-      lim = startIdx+addAmt;
-      for(var idx=startIdx;idx<lim;idx++) adding.push(this.objectAt(idx));
-    } else {
-      adding = addAmt;
-    }
-
-    this.enumerableContentDidChange(removeAmt, adding);
-    Ember.sendEvent(this, '@array:change', [this, startIdx, removeAmt, addAmt]);
-
-    var length      = get(this, 'length'),
-        cachedFirst = cacheFor(this, 'firstObject'),
-        cachedLast  = cacheFor(this, 'lastObject');
-    if (this.objectAt(0) !== cachedFirst) {
-      Ember.propertyWillChange(this, 'firstObject');
-      Ember.propertyDidChange(this, 'firstObject');
-    }
-    if (this.objectAt(length-1) !== cachedLast) {
-      Ember.propertyWillChange(this, 'lastObject');
-      Ember.propertyDidChange(this, 'lastObject');
-    }
-
-    return this;
-  },
-
-  // ..........................................................
-  // ENUMERATED PROPERTIES
-  //
-
-  /**
-    Returns a special object that can be used to observe individual properties
-    on the array.  Just get an equivalent property on this object and it will
-    return an enumerable that maps automatically to the named key on the
-    member objects.
-
-    @property @each
-  */
-  '@each': Ember.computed(function() {
-    if (!this.__each) this.__each = new Ember.EachProxy(this);
-    return this.__each;
-  }).property()
-
-}) ;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-/**
-  Implements some standard methods for comparing objects. Add this mixin to
-  any class you create that can compare its instances.
-
-  You should implement the compare() method.
-
-  @class Comparable
-  @namespace Ember
-  @extends Ember.Mixin
-  @since Ember 0.9
-*/
-Ember.Comparable = Ember.Mixin.create( /** @scope Ember.Comparable.prototype */{
-
-  /**
-    walk like a duck. Indicates that the object can be compared.
-
-    @property isComparable
-    @type Boolean
-    @default true
-  */
-  isComparable: true,
-
-  /**
-    Override to return the result of the comparison of the two parameters. The
-    compare method should return:
-
-      - `-1` if `a < b`
-      - `0` if `a == b`
-      - `1` if `a > b`
-
-    Default implementation raises an exception.
-
-    @method compare
-    @param a {Object} the first object to compare
-    @param b {Object} the second object to compare
-    @return {Integer} the result of the comparison
-  */
-  compare: Ember.required(Function)
-
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  Implements some standard methods for copying an object.  Add this mixin to
-  any object you create that can create a copy of itself.  This mixin is
-  added automatically to the built-in array.
-
-  You should generally implement the copy() method to return a copy of the
-  receiver.
-
-  Note that frozenCopy() will only work if you also implement Ember.Freezable.
-
-  @class Copyable
-  @namespace Ember
-  @extends Ember.Mixin
-  @since Ember 0.9
-*/
-Ember.Copyable = Ember.Mixin.create(
-/** @scope Ember.Copyable.prototype */ {
-
-  /**
-    Override to return a copy of the receiver.  Default implementation raises
-    an exception.
-
-    @method copy
-    @param deep {Boolean} if true, a deep copy of the object should be made
-    @return {Object} copy of receiver
-  */
-  copy: Ember.required(Function),
-
-  /**
-    If the object implements Ember.Freezable, then this will return a new copy
-    if the object is not frozen and the receiver if the object is frozen.
-
-    Raises an exception if you try to call this method on a object that does
-    not support freezing.
-
-    You should use this method whenever you want a copy of a freezable object
-    since a freezable object can simply return itself without actually
-    consuming more memory.
-
-    @method frozenCopy
-    @return {Object} copy of receiver or receiver
-  */
-  frozenCopy: function() {
-    if (Ember.Freezable && Ember.Freezable.detect(this)) {
-      return get(this, 'isFrozen') ? this : this.copy().freeze();
-    } else {
-      throw new Error(Ember.String.fmt("%@ does not support freezing", [this]));
-    }
-  }
-});
-
-
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  The Ember.Freezable mixin implements some basic methods for marking an object
-  as frozen. Once an object is frozen it should be read only. No changes
-  may be made the internal state of the object.
-
-  ## Enforcement
-
-  To fully support freezing in your subclass, you must include this mixin and
-  override any method that might alter any property on the object to instead
-  raise an exception. You can check the state of an object by checking the
-  isFrozen property.
-
-  Although future versions of JavaScript may support language-level freezing
-  object objects, that is not the case today. Even if an object is freezable,
-  it is still technically possible to modify the object, even though it could
-  break other parts of your application that do not expect a frozen object to
-  change. It is, therefore, very important that you always respect the
-  isFrozen property on all freezable objects.
-
-  ## Example Usage
-
-  The example below shows a simple object that implement the Ember.Freezable
-  protocol.
-
-        Contact = Ember.Object.extend(Ember.Freezable, {
-
-          firstName: null,
-
-          lastName: null,
-
-          // swaps the names
-          swapNames: function() {
-            if (this.get('isFrozen')) throw Ember.FROZEN_ERROR;
-            var tmp = this.get('firstName');
-            this.set('firstName', this.get('lastName'));
-            this.set('lastName', tmp);
-            return this;
-          }
-
-        });
-
-        c = Context.create({ firstName: "John", lastName: "Doe" });
-        c.swapNames();  => returns c
-        c.freeze();
-        c.swapNames();  => EXCEPTION
-
-  ## Copying
-
-  Usually the Ember.Freezable protocol is implemented in cooperation with the
-  Ember.Copyable protocol, which defines a frozenCopy() method that will return
-  a frozen object, if the object implements this method as well.
-
-  @class Freezable
-  @namespace Ember
-  @extends Ember.Mixin
-  @since Ember 0.9
-*/
-Ember.Freezable = Ember.Mixin.create(
-/** @scope Ember.Freezable.prototype */ {
-
-  /**
-    Set to true when the object is frozen.  Use this property to detect whether
-    your object is frozen or not.
-
-    @property isFrozen
-    @type Boolean
-  */
-  isFrozen: false,
-
-  /**
-    Freezes the object.  Once this method has been called the object should
-    no longer allow any properties to be edited.
-
-    @method freeze
-    @return {Object} receiver
-  */
-  freeze: function() {
-    if (get(this, 'isFrozen')) return this;
-    set(this, 'isFrozen', true);
-    return this;
-  }
-
-});
-
-Ember.FROZEN_ERROR = "Frozen object cannot be modified.";
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var forEach = Ember.EnumerableUtils.forEach;
-
-/**
-  This mixin defines the API for modifying generic enumerables.  These methods
-  can be applied to an object regardless of whether it is ordered or
-  unordered.
-
-  Note that an Enumerable can change even if it does not implement this mixin.
-  For example, a MappedEnumerable cannot be directly modified but if its
-  underlying enumerable changes, it will change also.
-
-  ## Adding Objects
-
-  To add an object to an enumerable, use the addObject() method.  This
-  method will only add the object to the enumerable if the object is not
-  already present and the object if of a type supported by the enumerable.
-
-      set.addObject(contact);
-
-  ## Removing Objects
-
-  To remove an object form an enumerable, use the removeObject() method.  This
-  will only remove the object if it is already in the enumerable, otherwise
-  this method has no effect.
-
-      set.removeObject(contact);
-
-  ## Implementing In Your Own Code
-
-  If you are implementing an object and want to support this API, just include
-  this mixin in your class and implement the required methods.  In your unit
-  tests, be sure to apply the Ember.MutableEnumerableTests to your object.
-
-  @class MutableEnumerable
-  @namespace Ember
-  @extends Ember.Mixin
-  @uses Ember.Enumerable
-*/
-Ember.MutableEnumerable = Ember.Mixin.create(Ember.Enumerable,
-  /** @scope Ember.MutableEnumerable.prototype */ {
-
-  /**
-    __Required.__ You must implement this method to apply this mixin.
-
-    Attempts to add the passed object to the receiver if the object is not
-    already present in the collection. If the object is present, this method
-    has no effect.
-
-    If the passed object is of a type not supported by the receiver
-    then this method should raise an exception.
-
-    @method addObject
-    @param {Object} object The object to add to the enumerable.
-    @return {Object} the passed object
-  */
-  addObject: Ember.required(Function),
-
-  /**
-    Adds each object in the passed enumerable to the receiver.
-
-    @method addObjects
-    @param {Ember.Enumerable} objects the objects to add.
-    @return {Object} receiver
-  */
-  addObjects: function(objects) {
-    Ember.beginPropertyChanges(this);
-    forEach(objects, function(obj) { this.addObject(obj); }, this);
-    Ember.endPropertyChanges(this);
-    return this;
-  },
-
-  /**
-    __Required.__ You must implement this method to apply this mixin.
-
-    Attempts to remove the passed object from the receiver collection if the
-    object is in present in the collection.  If the object is not present,
-    this method has no effect.
-
-    If the passed object is of a type not supported by the receiver
-    then this method should raise an exception.
-
-    @method removeObject
-    @param {Object} object The object to remove from the enumerable.
-    @return {Object} the passed object
-  */
-  removeObject: Ember.required(Function),
-
-
-  /**
-    Removes each objects in the passed enumerable from the receiver.
-
-    @method removeObjects
-    @param {Ember.Enumerable} objects the objects to remove
-    @return {Object} receiver
-  */
-  removeObjects: function(objects) {
-    Ember.beginPropertyChanges(this);
-    forEach(objects, function(obj) { this.removeObject(obj); }, this);
-    Ember.endPropertyChanges(this);
-    return this;
-  }
-
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-// ..........................................................
-// CONSTANTS
-//
-
-var OUT_OF_RANGE_EXCEPTION = "Index out of range" ;
-var EMPTY = [];
-
-// ..........................................................
-// HELPERS
-//
-
-var get = Ember.get, set = Ember.set, forEach = Ember.EnumerableUtils.forEach;
-
-/**
-  This mixin defines the API for modifying array-like objects.  These methods
-  can be applied only to a collection that keeps its items in an ordered set.
-
-  Note that an Array can change even if it does not implement this mixin.
-  For example, one might implement a SparseArray that cannot be directly
-  modified, but if its underlying enumerable changes, it will change also.
-
-  @class MutableArray
-  @namespace Ember
-  @extends Ember.Mixin
-  @uses Ember.Array
-  @uses Ember.MutableEnumerable
-*/
-Ember.MutableArray = Ember.Mixin.create(Ember.Array, Ember.MutableEnumerable,
-  /** @scope Ember.MutableArray.prototype */ {
-
-  /**
-    __Required.__ You must implement this method to apply this mixin.
-
-    This is one of the primitives you must implement to support Ember.Array.  You
-    should replace amt objects started at idx with the objects in the passed
-    array.  You should also call this.enumerableContentDidChange() ;
-
-    @method replace
-    @param {Number} idx Starting index in the array to replace.  If idx >= length,
-      then append to the end of the array.
-    @param {Number} amt Number of elements that should be removed from the array,
-      starting at *idx*.
-    @param {Array} objects An array of zero or more objects that should be inserted
-      into the array at *idx*
-  */
-  replace: Ember.required(),
-
-  /**
-    Remove all elements from self. This is useful if you
-    want to reuse an existing array without having to recreate it.
-
-        var colors = ["red", "green", "blue"];
-        color.length();  => 3
-        colors.clear();  => []
-        colors.length(); => 0
-
-    @method clear
-    @return {Ember.Array} An empty Array. 
-  */
-  clear: function () {
-    var len = get(this, 'length');
-    if (len === 0) return this;
-    this.replace(0, len, EMPTY);
-    return this;
-  },
-
-  /**
-    This will use the primitive replace() method to insert an object at the
-    specified index.
-
-        var colors = ["red", "green", "blue"];
-        colors.insertAt(2, "yellow"); => ["red", "green", "yellow", "blue"]
-        colors.insertAt(5, "orange"); => Error: Index out of range
-
-    @method insertAt
-    @param {Number} idx index of insert the object at.
-    @param {Object} object object to insert
-  */
-  insertAt: function(idx, object) {
-    if (idx > get(this, 'length')) throw new Error(OUT_OF_RANGE_EXCEPTION) ;
-    this.replace(idx, 0, [object]) ;
-    return this ;
-  },
-
-  /**
-    Remove an object at the specified index using the replace() primitive
-    method.  You can pass either a single index, or a start and a length.
-
-    If you pass a start and length that is beyond the
-    length this method will throw an Ember.OUT_OF_RANGE_EXCEPTION
-
-        var colors = ["red", "green", "blue", "yellow", "orange"];
-        colors.removeAt(0); => ["green", "blue", "yellow", "orange"]
-        colors.removeAt(2, 2); => ["green", "blue"]
-        colors.removeAt(4, 2); => Error: Index out of range
-
-    @method removeAt
-    @param {Number} start index, start of range
-    @param {Number} len length of passing range
-    @return {Object} receiver
-  */
-  removeAt: function(start, len) {
-    if ('number' === typeof start) {
-
-      if ((start < 0) || (start >= get(this, 'length'))) {
-        throw new Error(OUT_OF_RANGE_EXCEPTION);
-      }
-
-      // fast case
-      if (len === undefined) len = 1;
-      this.replace(start, len, EMPTY);
-    }
-
-    return this ;
-  },
-
-  /**
-    Push the object onto the end of the array.  Works just like push() but it
-    is KVO-compliant.
-
-        var colors = ["red", "green", "blue"];
-        colors.pushObject("black"); => ["red", "green", "blue", "black"]
-        colors.pushObject(["yellow", "orange"]); => ["red", "green", "blue", "black", ["yellow", "orange"]]
-
-    @method pushObject
-    @param {anything} obj object to push
-  */
-  pushObject: function(obj) {
-    this.insertAt(get(this, 'length'), obj) ;
-    return obj ;
-  },
-
-  /**
-    Add the objects in the passed numerable to the end of the array.  Defers
-    notifying observers of the change until all objects are added.
-
-        var colors = ["red", "green", "blue"];
-        colors.pushObjects("black"); => ["red", "green", "blue", "black"]
-        colors.pushObjects(["yellow", "orange"]); => ["red", "green", "blue", "black", "yellow", "orange"]
-
-    @method pushObjects
-    @param {Ember.Enumerable} objects the objects to add
-    @return {Ember.Array} receiver
-  */
-  pushObjects: function(objects) {
-    this.replace(get(this, 'length'), 0, objects);
-    return this;
-  },
-
-  /**
-    Pop object from array or nil if none are left.  Works just like pop() but
-    it is KVO-compliant.
-
-        var colors = ["red", "green", "blue"];
-        colors.popObject(); => "blue"
-        console.log(colors); => ["red", "green"]
-
-    @method popObject
-    @return object
-  */
-  popObject: function() {
-    var len = get(this, 'length') ;
-    if (len === 0) return null ;
-
-    var ret = this.objectAt(len-1) ;
-    this.removeAt(len-1, 1) ;
-    return ret ;
-  },
-
-  /**
-    Shift an object from start of array or nil if none are left.  Works just
-    like shift() but it is KVO-compliant.
-
-        var colors = ["red", "green", "blue"];
-        colors.shiftObject(); => "red"
-        console.log(colors); => ["green", "blue"]
-
-    @method shiftObject
-    @return object
-  */
-  shiftObject: function() {
-    if (get(this, 'length') === 0) return null ;
-    var ret = this.objectAt(0) ;
-    this.removeAt(0) ;
-    return ret ;
-  },
-
-  /**
-    Unshift an object to start of array.  Works just like unshift() but it is
-    KVO-compliant.
-
-        var colors = ["red", "green", "blue"];
-        colors.unshiftObject("yellow"); => ["yellow", "red", "green", "blue"]
-        colors.unshiftObject(["black", "white"]); => [["black", "white"], "yellow", "red", "green", "blue"]
-
-    @method unshiftObject
-    @param {anything} obj object to unshift
-  */
-  unshiftObject: function(obj) {
-    this.insertAt(0, obj) ;
-    return obj ;
-  },
-
-  /**
-    Adds the named objects to the beginning of the array.  Defers notifying
-    observers until all objects have been added.
-
-        var colors = ["red", "green", "blue"];
-        colors.unshiftObjects(["black", "white"]); => ["black", "white", "red", "green", "blue"]
-        colors.unshiftObjects("yellow"); => Type Error: 'undefined' is not a function
-
-    @method unshiftObjects
-    @param {Ember.Enumerable} objects the objects to add
-    @return {Ember.Array} receiver
-  */
-  unshiftObjects: function(objects) {
-    this.replace(0, 0, objects);
-    return this;
-  },
-
-  /**
-    Reverse objects in the array.  Works just like reverse() but it is
-    KVO-compliant.
-
-    @method reverseObjects
-    @return {Ember.Array} receiver
-   */
-  reverseObjects: function() {
-    var len = get(this, 'length');
-    if (len === 0) return this;
-    var objects = this.toArray().reverse();
-    this.replace(0, len, objects);
-    return this;
-  },
-
-  /**
-    Replace all the the receiver's content with content of the argument.
-    If argument is an empty array receiver will be cleared.
-
-        var colors = ["red", "green", "blue"];
-        colors.setObjects(["black", "white"]); => ["black", "white"]
-        colors.setObjects([]); => []
-
-    @method setObjects
-    @param {Ember.Array} objects array whose content will be used for replacing
-        the content of the receiver
-    @return {Ember.Array} receiver with the new content
-   */
-  setObjects: function(objects) {
-    if (objects.length === 0) return this.clear();
-
-    var len = get(this, 'length');
-    this.replace(0, len, objects);
-    return this;
-  },
-
-  // ..........................................................
-  // IMPLEMENT Ember.MutableEnumerable
-  //
-
-  removeObject: function(obj) {
-    var loc = get(this, 'length') || 0;
-    while(--loc >= 0) {
-      var curObject = this.objectAt(loc) ;
-      if (curObject === obj) this.removeAt(loc) ;
-    }
-    return this ;
-  },
-
-  addObject: function(obj) {
-    if (!this.contains(obj)) this.pushObject(obj);
-    return this ;
-  }
-
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set, defineProperty = Ember.defineProperty;
-
-/**
-  ## Overview
-
-  This mixin provides properties and property observing functionality, core
-  features of the Ember object model.
-
-  Properties and observers allow one object to observe changes to a
-  property on another object. This is one of the fundamental ways that
-  models, controllers and views communicate with each other in an Ember
-  application.
-
-  Any object that has this mixin applied can be used in observer
-  operations. That includes Ember.Object and most objects you will
-  interact with as you write your Ember application.
-
-  Note that you will not generally apply this mixin to classes yourself,
-  but you will use the features provided by this module frequently, so it
-  is important to understand how to use it.
-
-  ## Using get() and set()
-
-  Because of Ember's support for bindings and observers, you will always
-  access properties using the get method, and set properties using the
-  set method. This allows the observing objects to be notified and
-  computed properties to be handled properly.
-
-  More documentation about `get` and `set` are below.
-
-  ## Observing Property Changes
-
-  You typically observe property changes simply by adding the `observes`
-  call to the end of your method declarations in classes that you write.
-  For example:
-
-      Ember.Object.create({
-        valueObserver: function() {
-          // Executes whenever the "value" property changes
-        }.observes('value')
-      });
-
-  Although this is the most common way to add an observer, this capability
-  is actually built into the Ember.Object class on top of two methods
-  defined in this mixin: `addObserver` and `removeObserver`. You can use
-  these two methods to add and remove observers yourself if you need to
-  do so at runtime.
-
-  To add an observer for a property, call:
-
-      object.addObserver('propertyKey', targetObject, targetAction)
-
-  This will call the `targetAction` method on the `targetObject` to be called
-  whenever the value of the `propertyKey` changes.
-
-  Note that if `propertyKey` is a computed property, the observer will be
-  called when any of the property dependencies are changed, even if the
-  resulting value of the computed property is unchanged. This is necessary
-  because computed properties are not computed until `get` is called.
-
-  @class Observable
-  @namespace Ember
-  @extends Ember.Mixin
-*/
-Ember.Observable = Ember.Mixin.create(/** @scope Ember.Observable.prototype */ {
-
-  // compatibility
-  isObserverable: true,
-
-  /**
-    Retrieves the value of a property from the object.
-
-    This method is usually similar to using object[keyName] or object.keyName,
-    however it supports both computed properties and the unknownProperty
-    handler.
-
-    Because `get` unifies the syntax for accessing all these kinds
-    of properties, it can make many refactorings easier, such as replacing a
-    simple property with a computed property, or vice versa.
-
-    ### Computed Properties
-
-    Computed properties are methods defined with the `property` modifier
-    declared at the end, such as:
-
-          fullName: function() {
-            return this.getEach('firstName', 'lastName').compact().join(' ');
-          }.property('firstName', 'lastName')
-
-    When you call `get` on a computed property, the function will be
-    called and the return value will be returned instead of the function
-    itself.
-
-    ### Unknown Properties
-
-    Likewise, if you try to call `get` on a property whose value is
-    undefined, the unknownProperty() method will be called on the object.
-    If this method returns any value other than undefined, it will be returned
-    instead. This allows you to implement "virtual" properties that are
-    not defined upfront.
-
-    @method get
-    @param {String} key The property to retrieve
-    @return {Object} The property value or undefined.
-  */
-  get: function(keyName) {
-    return get(this, keyName);
-  },
-
-  /**
-    To get multiple properties at once, call getProperties
-    with a list of strings or an array:
-
-          record.getProperties('firstName', 'lastName', 'zipCode'); // => { firstName: 'John', lastName: 'Doe', zipCode: '10011' }
-
-   is equivalent to:
-
-          record.getProperties(['firstName', 'lastName', 'zipCode']); // => { firstName: 'John', lastName: 'Doe', zipCode: '10011' }
-
-    @method getProperties
-    @param {String...|Array} list of keys to get
-    @return {Hash}
-  */
-  getProperties: function() {
-    var ret = {};
-    var propertyNames = arguments;
-    if (arguments.length === 1 && Ember.typeOf(arguments[0]) === 'array') {
-      propertyNames = arguments[0];
-    }
-    for(var i = 0; i < propertyNames.length; i++) {
-      ret[propertyNames[i]] = get(this, propertyNames[i]);
-    }
-    return ret;
-  },
-
-  /**
-    Sets the provided key or path to the value.
-
-    This method is generally very similar to calling object[key] = value or
-    object.key = value, except that it provides support for computed
-    properties, the unknownProperty() method and property observers.
-
-    ### Computed Properties
-
-    If you try to set a value on a key that has a computed property handler
-    defined (see the get() method for an example), then set() will call
-    that method, passing both the value and key instead of simply changing
-    the value itself. This is useful for those times when you need to
-    implement a property that is composed of one or more member
-    properties.
-
-    ### Unknown Properties
-
-    If you try to set a value on a key that is undefined in the target
-    object, then the unknownProperty() handler will be called instead. This
-    gives you an opportunity to implement complex "virtual" properties that
-    are not predefined on the object. If unknownProperty() returns
-    undefined, then set() will simply set the value on the object.
-
-    ### Property Observers
-
-    In addition to changing the property, set() will also register a
-    property change with the object. Unless you have placed this call
-    inside of a beginPropertyChanges() and endPropertyChanges(), any "local"
-    observers (i.e. observer methods declared on the same object), will be
-    called immediately. Any "remote" observers (i.e. observer methods
-    declared on another object) will be placed in a queue and called at a
-    later time in a coalesced manner.
-
-    ### Chaining
-
-    In addition to property changes, set() returns the value of the object
-    itself so you can do chaining like this:
-
-          record.set('firstName', 'Charles').set('lastName', 'Jolley');
-
-    @method set
-    @param {String} key The property to set
-    @param {Object} value The value to set or null.
-    @return {Ember.Observable}
-  */
-  set: function(keyName, value) {
-    set(this, keyName, value);
-    return this;
-  },
-
-  /**
-    To set multiple properties at once, call setProperties
-    with a Hash:
-
-          record.setProperties({ firstName: 'Charles', lastName: 'Jolley' });
-
-    @method setProperties
-    @param {Hash} hash the hash of keys and values to set
-    @return {Ember.Observable}
-  */
-  setProperties: function(hash) {
-    return Ember.setProperties(this, hash);
-  },
-
-  /**
-    Begins a grouping of property changes.
-
-    You can use this method to group property changes so that notifications
-    will not be sent until the changes are finished. If you plan to make a
-    large number of changes to an object at one time, you should call this
-    method at the beginning of the changes to begin deferring change
-    notifications. When you are done making changes, call endPropertyChanges()
-    to deliver the deferred change notifications and end deferring.
-
-    @method beginPropertyChanges
-    @return {Ember.Observable}
-  */
-  beginPropertyChanges: function() {
-    Ember.beginPropertyChanges();
-    return this;
-  },
-
-  /**
-    Ends a grouping of property changes.
-
-    You can use this method to group property changes so that notifications
-    will not be sent until the changes are finished. If you plan to make a
-    large number of changes to an object at one time, you should call
-    beginPropertyChanges() at the beginning of the changes to defer change
-    notifications. When you are done making changes, call this method to
-    deliver the deferred change notifications and end deferring.
-
-    @method endPropertyChanges
-    @return {Ember.Observable}
-  */
-  endPropertyChanges: function() {
-    Ember.endPropertyChanges();
-    return this;
-  },
-
-  /**
-    Notify the observer system that a property is about to change.
-
-    Sometimes you need to change a value directly or indirectly without
-    actually calling get() or set() on it. In this case, you can use this
-    method and propertyDidChange() instead. Calling these two methods
-    together will notify all observers that the property has potentially
-    changed value.
-
-    Note that you must always call propertyWillChange and propertyDidChange as
-    a pair. If you do not, it may get the property change groups out of order
-    and cause notifications to be delivered more often than you would like.
-
-    @method propertyWillChange
-    @param {String} key The property key that is about to change.
-    @return {Ember.Observable}
-  */
-  propertyWillChange: function(keyName){
-    Ember.propertyWillChange(this, keyName);
-    return this;
-  },
-
-  /**
-    Notify the observer system that a property has just changed.
-
-    Sometimes you need to change a value directly or indirectly without
-    actually calling get() or set() on it. In this case, you can use this
-    method and propertyWillChange() instead. Calling these two methods
-    together will notify all observers that the property has potentially
-    changed value.
-
-    Note that you must always call propertyWillChange and propertyDidChange as
-    a pair. If you do not, it may get the property change groups out of order
-    and cause notifications to be delivered more often than you would like.
-
-    @method propertyDidChange
-    @param {String} keyName The property key that has just changed.
-    @return {Ember.Observable}
-  */
-  propertyDidChange: function(keyName) {
-    Ember.propertyDidChange(this, keyName);
-    return this;
-  },
-
-  /**
-    Convenience method to call `propertyWillChange` and `propertyDidChange` in
-    succession.
-
-    @method notifyPropertyChange
-    @param {String} keyName The property key to be notified about.
-    @return {Ember.Observable}
-  */
-  notifyPropertyChange: function(keyName) {
-    this.propertyWillChange(keyName);
-    this.propertyDidChange(keyName);
-    return this;
-  },
-
-  addBeforeObserver: function(key, target, method) {
-    Ember.addBeforeObserver(this, key, target, method);
-  },
-
-  /**
-    Adds an observer on a property.
-
-    This is the core method used to register an observer for a property.
-
-    Once you call this method, anytime the key's value is set, your observer
-    will be notified. Note that the observers are triggered anytime the
-    value is set, regardless of whether it has actually changed. Your
-    observer should be prepared to handle that.
-
-    You can also pass an optional context parameter to this method. The
-    context will be passed to your observer method whenever it is triggered.
-    Note that if you add the same target/method pair on a key multiple times
-    with different context parameters, your observer will only be called once
-    with the last context you passed.
-
-    ### Observer Methods
-
-    Observer methods you pass should generally have the following signature if
-    you do not pass a "context" parameter:
-
-          fooDidChange: function(sender, key, value, rev);
-
-    The sender is the object that changed. The key is the property that
-    changes. The value property is currently reserved and unused. The rev
-    is the last property revision of the object when it changed, which you can
-    use to detect if the key value has really changed or not.
-
-    If you pass a "context" parameter, the context will be passed before the
-    revision like so:
-
-          fooDidChange: function(sender, key, value, context, rev);
-
-    Usually you will not need the value, context or revision parameters at
-    the end. In this case, it is common to write observer methods that take
-    only a sender and key value as parameters or, if you aren't interested in
-    any of these values, to write an observer that has no parameters at all.
-
-    @method addObserver
-    @param {String} key The key to observer
-    @param {Object} target The target object to invoke
-    @param {String|Function} method The method to invoke.
-    @return {Ember.Object} self
-  */
-  addObserver: function(key, target, method) {
-    Ember.addObserver(this, key, target, method);
-  },
-
-  /**
-    Remove an observer you have previously registered on this object. Pass
-    the same key, target, and method you passed to addObserver() and your
-    target will no longer receive notifications.
-
-    @method removeObserver
-    @param {String} key The key to observer
-    @param {Object} target The target object to invoke
-    @param {String|Function} method The method to invoke.
-    @return {Ember.Observable} receiver
-  */
-  removeObserver: function(key, target, method) {
-    Ember.removeObserver(this, key, target, method);
-  },
-
-  /**
-    Returns true if the object currently has observers registered for a
-    particular key. You can use this method to potentially defer performing
-    an expensive action until someone begins observing a particular property
-    on the object.
-
-    @method hasObserverFor
-    @param {String} key Key to check
-    @return {Boolean}
-  */
-  hasObserverFor: function(key) {
-    return Ember.hasListeners(this, key+':change');
-  },
-
-  /**
-    This method will be called when a client attempts to get the value of a
-    property that has not been defined in one of the typical ways. Override
-    this method to create "virtual" properties.
-
-    @method unknownProperty
-    @param {String} key The name of the unknown property that was requested.
-    @return {Object} The property value or undefined. Default is undefined.
-  */
-  unknownProperty: function(key) {
-    return undefined;
-  },
-
-  /**
-    This method will be called when a client attempts to set the value of a
-    property that has not been defined in one of the typical ways. Override
-    this method to create "virtual" properties.
-
-    @method setUnknownProperty
-    @param {String} key The name of the unknown property to be set.
-    @param {Object} value The value the unknown property is to be set to.
-  */
-  setUnknownProperty: function(key, value) {
-    defineProperty(this, key);
-    set(this, key, value);
-  },
-
-  /**
-    @deprecated
-    @method getPath
-    @param {String} path The property path to retrieve
-    @return {Object} The property value or undefined.
-  */
-  getPath: function(path) {
-    Ember.deprecate("getPath is deprecated since get now supports paths");
-    return this.get(path);
-  },
-
-  /**
-    @deprecated
-    @method setPath
-    @param {String} path The path to the property that will be set
-    @param {Object} value The value to set or null.
-    @return {Ember.Observable}
-  */
-  setPath: function(path, value) {
-    Ember.deprecate("setPath is deprecated since set now supports paths");
-    return this.set(path, value);
-  },
-
-  /**
-    Retrieves the value of a property, or a default value in the case that the property
-    returns undefined.
-
-        person.getWithDefault('lastName', 'Doe');
-
-    @method getWithDefault
-    @param {String} keyName The name of the property to retrieve
-    @param {Object} defaultValue The value to return if the property value is undefined
-    @return {Object} The property value or the defaultValue.
-  */
-  getWithDefault: function(keyName, defaultValue) {
-    return Ember.getWithDefault(this, keyName, defaultValue);
-  },
-
-  /**
-    Set the value of a property to the current value plus some amount.
-
-        person.incrementProperty('age');
-        team.incrementProperty('score', 2);
-
-    @method incrementProperty
-    @param {String} keyName The name of the property to increment
-    @param {Object} increment The amount to increment by. Defaults to 1
-    @return {Object} The new property value
-  */
-  incrementProperty: function(keyName, increment) {
-    if (!increment) { increment = 1; }
-    set(this, keyName, (get(this, keyName) || 0)+increment);
-    return get(this, keyName);
-  },
-
-  /**
-    Set the value of a property to the current value minus some amount.
-
-        player.decrementProperty('lives');
-        orc.decrementProperty('health', 5);
-
-    @method decrementProperty
-    @param {String} keyName The name of the property to decrement
-    @param {Object} increment The amount to decrement by. Defaults to 1
-    @return {Object} The new property value
-  */
-  decrementProperty: function(keyName, increment) {
-    if (!increment) { increment = 1; }
-    set(this, keyName, (get(this, keyName) || 0)-increment);
-    return get(this, keyName);
-  },
-
-  /**
-    Set the value of a boolean property to the opposite of it's
-    current value.
-
-        starship.toggleProperty('warpDriveEnaged');
-
-    @method toggleProperty
-    @param {String} keyName The name of the property to toggle
-    @return {Object} The new property value
-  */
-  toggleProperty: function(keyName) {
-    set(this, keyName, !get(this, keyName));
-    return get(this, keyName);
-  },
-
-  /**
-    Returns the cached value of a computed property, if it exists.
-    This allows you to inspect the value of a computed property
-    without accidentally invoking it if it is intended to be
-    generated lazily.
-
-    @method cacheFor
-    @param {String} keyName
-    @return {Object} The cached value of the computed property, if any
-  */
-  cacheFor: function(keyName) {
-    return Ember.cacheFor(this, keyName);
-  },
-
-  // intended for debugging purposes
-  observersForKey: function(keyName) {
-    return Ember.observersFor(this, keyName);
-  }
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-@class TargetActionSupport
-@namespace Ember
-@extends Ember.Mixin
-*/
-Ember.TargetActionSupport = Ember.Mixin.create({
-  target: null,
-  action: null,
-
-  targetObject: Ember.computed(function() {
-    var target = get(this, 'target');
-
-    if (Ember.typeOf(target) === "string") {
-      var value = get(this, target);
-      if (value === undefined) { value = get(Ember.lookup, target); }
-      return value;
-    } else {
-      return target;
-    }
-  }).property('target'),
-
-  triggerAction: function() {
-    var action = get(this, 'action'),
-        target = get(this, 'targetObject');
-
-    if (target && action) {
-      var ret;
-
-      if (typeof target.send === 'function') {
-        ret = target.send(action, this);
-      } else {
-        if (typeof action === 'string') {
-          action = target[action];
-        }
-        ret = action.call(target, this);
-      }
-      if (ret !== false) ret = true;
-
-      return ret;
-    } else {
-      return false;
-    }
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-/**
-  @class Evented
-  @namespace Ember
-  @extends Ember.Mixin
- */
-Ember.Evented = Ember.Mixin.create({
-  on: function(name, target, method) {
-    Ember.addListener(this, name, target, method);
-  },
-
-  one: function(name, target, method) {
-    if (!method) {
-      method = target;
-      target = null;
-    }
-
-    var self = this;
-    var wrapped = function() {
-      Ember.removeListener(self, name, target, method);
-
-      if ('string' === typeof method) { method = this[method]; }
-
-      // Internally, a `null` target means that the target is
-      // the first parameter to addListener. That means that
-      // the `this` passed into this function is the target
-      // determined by the event system.
-      method.apply(this, arguments);
-    };
-
-    Ember.addListener(this, name, target, wrapped, Ember.guidFor(method));
-  },
-
-  trigger: function(name) {
-    var args = [], i, l;
-    for (i = 1, l = arguments.length; i < l; i++) {
-      args.push(arguments[i]);
-    }
-    Ember.sendEvent(this, name, args);
-  },
-
-  fire: function(name) {
-    Ember.deprecate("Ember.Evented#fire() has been deprecated in favor of trigger() for compatibility with jQuery. It will be removed in 1.0. Please update your code to call trigger() instead.");
-    this.trigger.apply(this, arguments);
-  },
-
-  off: function(name, target, method) {
-    Ember.removeListener(this, name, target, method);
-  },
-
-  has: function(name) {
-    return Ember.hasListeners(this, name);
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get,
-    slice = Array.prototype.slice;
-
-/**
-  @class Deferred
-  @namespace Ember
-  @extends Ember.Mixin
- */
-Ember.Deferred = Ember.Mixin.create({
-
-  /**
-    Add handlers to be called when the Deferred object is resolved or rejected.
-
-    @method then
-    @param {Function} doneCallback a callback function to be called when done
-    @param {Function} failCallback a callback function to be called when failed
-  */
-  then: function(doneCallback, failCallback) {
-    return get(this, 'promise').then(doneCallback, failCallback);
-  },
-
-  /**
-    Resolve a Deferred object and call any doneCallbacks with the given args.
-
-    @method resolve
-  */
-  resolve: function(value) {
-    get(this, 'promise').resolve(value);
-  },
-
-  /**
-    Reject a Deferred object and call any failCallbacks with the given args.
-
-    @method reject
-  */
-  reject: function(value) {
-    get(this, 'promise').reject(value);
-  },
-
-  promise: Ember.computed(function() {
-    return new RSVP.Promise();
-  })
-});
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-// NOTE: this object should never be included directly.  Instead use Ember.
-// Ember.Object.  We only define this separately so that Ember.Set can depend on it
-
-
-var set = Ember.set, get = Ember.get,
-    o_create = Ember.create,
-    o_defineProperty = Ember.platform.defineProperty,
-    a_slice = Array.prototype.slice,
-    GUID_KEY = Ember.GUID_KEY,
-    guidFor = Ember.guidFor,
-    generateGuid = Ember.generateGuid,
-    meta = Ember.meta,
-    rewatch = Ember.rewatch,
-    finishChains = Ember.finishChains,
-    destroy = Ember.destroy,
-    schedule = Ember.run.schedule,
-    Mixin = Ember.Mixin,
-    applyMixin = Mixin._apply,
-    finishPartial = Mixin.finishPartial,
-    reopen = Mixin.prototype.reopen,
-    classToString = Mixin.prototype.toString;
-
-var undefinedDescriptor = {
-  configurable: true,
-  writable: true,
-  enumerable: false,
-  value: undefined
-};
-
-function makeCtor() {
-
-  // Note: avoid accessing any properties on the object since it makes the
-  // method a lot faster.  This is glue code so we want it to be as fast as
-  // possible.
-
-  var wasApplied = false, initMixins;
-
-  var Class = function() {
-    if (!wasApplied) {
-      Class.proto(); // prepare prototype...
-    }
-    o_defineProperty(this, GUID_KEY, undefinedDescriptor);
-    o_defineProperty(this, '_super', undefinedDescriptor);
-    var m = meta(this);
-    m.proto = this;
-    if (initMixins) {
-      this.reopen.apply(this, initMixins);
-      initMixins = null;
-    }
-    finishPartial(this, m);
-    delete m.proto;
-    finishChains(this);
-    this.init.apply(this, arguments);
-  };
-
-  Class.toString = classToString;
-  Class.willReopen = function() {
-    if (wasApplied) {
-      Class.PrototypeMixin = Mixin.create(Class.PrototypeMixin);
-    }
-
-    wasApplied = false;
-  };
-  Class._initMixins = function(args) { initMixins = args; };
-
-  Class.proto = function() {
-    var superclass = Class.superclass;
-    if (superclass) { superclass.proto(); }
-
-    if (!wasApplied) {
-      wasApplied = true;
-      Class.PrototypeMixin.applyPartial(Class.prototype);
-      rewatch(Class.prototype);
-    }
-
-    return this.prototype;
-  };
-
-  return Class;
-
-}
-
-var CoreObject = makeCtor();
-
-CoreObject.PrototypeMixin = Mixin.create({
-
-  reopen: function() {
-    applyMixin(this, arguments, true);
-    return this;
-  },
-
-  isInstance: true,
-
-  init: function() {},
-
-  /**
-    @property isDestroyed
-    @default false
-  */
-  isDestroyed: false,
-
-  /**
-    @property isDestroying
-    @default false
-  */
-  isDestroying: false,
-
-  /**
-    Destroys an object by setting the isDestroyed flag and removing its
-    metadata, which effectively destroys observers and bindings.
-
-    If you try to set a property on a destroyed object, an exception will be
-    raised.
-
-    Note that destruction is scheduled for the end of the run loop and does not
-    happen immediately.
-
-    @method destroy
-    @return {Ember.Object} receiver
-  */
-  destroy: function() {
-    if (this.isDestroying) { return; }
-
-    this.isDestroying = true;
-
-    if (this.willDestroy) { this.willDestroy(); }
-
-    set(this, 'isDestroyed', true);
-    schedule('destroy', this, this._scheduledDestroy);
-    return this;
-  },
-
-  /**
-    @private
-
-    Invoked by the run loop to actually destroy the object. This is
-    scheduled for execution by the `destroy` method.
-
-    @method _scheduledDestroy
-  */
-  _scheduledDestroy: function() {
-    destroy(this);
-    if (this.didDestroy) { this.didDestroy(); }
-  },
-
-  bind: function(to, from) {
-    if (!(from instanceof Ember.Binding)) { from = Ember.Binding.from(from); }
-    from.to(to).connect(this);
-    return from;
-  },
-
-  toString: function() {
-    return '<'+this.constructor.toString()+':'+guidFor(this)+'>';
-  }
-});
-
-if (Ember.config.overridePrototypeMixin) {
-  Ember.config.overridePrototypeMixin(CoreObject.PrototypeMixin);
-}
-
-CoreObject.__super__ = null;
-
-var ClassMixin = Mixin.create({
-
-  ClassMixin: Ember.required(),
-
-  PrototypeMixin: Ember.required(),
-
-  isClass: true,
-
-  isMethod: false,
-
-  extend: function() {
-    var Class = makeCtor(), proto;
-    Class.ClassMixin = Mixin.create(this.ClassMixin);
-    Class.PrototypeMixin = Mixin.create(this.PrototypeMixin);
-
-    Class.ClassMixin.ownerConstructor = Class;
-    Class.PrototypeMixin.ownerConstructor = Class;
-
-    reopen.apply(Class.PrototypeMixin, arguments);
-
-    Class.superclass = this;
-    Class.__super__  = this.prototype;
-
-    proto = Class.prototype = o_create(this.prototype);
-    proto.constructor = Class;
-    generateGuid(proto, 'ember');
-    meta(proto).proto = proto; // this will disable observers on prototype
-
-    Class.ClassMixin.apply(Class);
-    return Class;
-  },
-
-  create: function() {
-    var C = this;
-    if (arguments.length>0) { this._initMixins(arguments); }
-    return new C();
-  },
-
-  reopen: function() {
-    this.willReopen();
-    reopen.apply(this.PrototypeMixin, arguments);
-    return this;
-  },
-
-  reopenClass: function() {
-    reopen.apply(this.ClassMixin, arguments);
-    applyMixin(this, arguments, false);
-    return this;
-  },
-
-  detect: function(obj) {
-    if ('function' !== typeof obj) { return false; }
-    while(obj) {
-      if (obj===this) { return true; }
-      obj = obj.superclass;
-    }
-    return false;
-  },
-
-  detectInstance: function(obj) {
-    return obj instanceof this;
-  },
-
-  /**
-    In some cases, you may want to annotate computed properties with additional
-    metadata about how they function or what values they operate on. For example,
-    computed property functions may close over variables that are then no longer
-    available for introspection.
-
-    You can pass a hash of these values to a computed property like this:
-
-        person: function() {
-          var personId = this.get('personId');
-          return App.Person.create({ id: personId });
-        }.property().meta({ type: App.Person })
-
-    Once you've done this, you can retrieve the values saved to the computed
-    property from your class like this:
-
-        MyClass.metaForProperty('person');
-
-    This will return the original hash that was passed to `meta()`.
-
-    @method metaForProperty
-    @param key {String} property name
-  */
-  metaForProperty: function(key) {
-    var desc = meta(this.proto(), false).descs[key];
-
-    Ember.assert("metaForProperty() could not find a computed property with key '"+key+"'.", !!desc && desc instanceof Ember.ComputedProperty);
-    return desc._meta || {};
-  },
-
-  /**
-    Iterate over each computed property for the class, passing its name
-    and any associated metadata (see `metaForProperty`) to the callback.
-
-    @method eachComputedProperty
-    @param {Function} callback
-    @param {Object} binding
-  */
-  eachComputedProperty: function(callback, binding) {
-    var proto = this.proto(),
-        descs = meta(proto).descs,
-        empty = {},
-        property;
-
-    for (var name in descs) {
-      property = descs[name];
-
-      if (property instanceof Ember.ComputedProperty) {
-        callback.call(binding || this, name, property._meta || empty);
-      }
-    }
-  }
-
-});
-
-if (Ember.config.overrideClassMixin) {
-  Ember.config.overrideClassMixin(ClassMixin);
-}
-
-CoreObject.ClassMixin = ClassMixin;
-ClassMixin.apply(CoreObject);
-
-/**
-  @class CoreObject
-  @namespace Ember
-*/
-Ember.CoreObject = CoreObject;
-
-
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set, guidFor = Ember.guidFor, none = Ember.none;
-
-/**
-  An unordered collection of objects.
-
-  A Set works a bit like an array except that its items are not ordered.
-  You can create a set to efficiently test for membership for an object. You
-  can also iterate through a set just like an array, even accessing objects
-  by index, however there is no guarantee as to their order.
-
-  All Sets are observable via the Enumerable Observer API - which works
-  on any enumerable object including both Sets and Arrays.
-
-  ## Creating a Set
-
-  You can create a set like you would most objects using
-  `new Ember.Set()`.  Most new sets you create will be empty, but you can
-  also initialize the set with some content by passing an array or other
-  enumerable of objects to the constructor.
-
-  Finally, you can pass in an existing set and the set will be copied. You
-  can also create a copy of a set by calling `Ember.Set#copy()`.
-
-      #js
-      // creates a new empty set
-      var foundNames = new Ember.Set();
-
-      // creates a set with four names in it.
-      var names = new Ember.Set(["Charles", "Tom", "Juan", "Alex"]); // :P
-
-      // creates a copy of the names set.
-      var namesCopy = new Ember.Set(names);
-
-      // same as above.
-      var anotherNamesCopy = names.copy();
-
-  ## Adding/Removing Objects
-
-  You generally add or remove objects from a set using `add()` or
-  `remove()`. You can add any type of object including primitives such as
-  numbers, strings, and booleans.
-
-  Unlike arrays, objects can only exist one time in a set. If you call `add()`
-  on a set with the same object multiple times, the object will only be added
-  once. Likewise, calling `remove()` with the same object multiple times will
-  remove the object the first time and have no effect on future calls until
-  you add the object to the set again.
-
-  NOTE: You cannot add/remove null or undefined to a set. Any attempt to do so
-  will be ignored.
-
-  In addition to add/remove you can also call `push()`/`pop()`. Push behaves
-  just like `add()` but `pop()`, unlike `remove()` will pick an arbitrary
-  object, remove it and return it. This is a good way to use a set as a job
-  queue when you don't care which order the jobs are executed in.
-
-  ## Testing for an Object
-
-  To test for an object's presence in a set you simply call
-  `Ember.Set#contains()`.
-
-  ## Observing changes
-
-  When using `Ember.Set`, you can observe the `"[]"` property to be
-  alerted whenever the content changes.  You can also add an enumerable
-  observer to the set to be notified of specific objects that are added and
-  removed from the set.  See `Ember.Enumerable` for more information on
-  enumerables.
-
-  This is often unhelpful. If you are filtering sets of objects, for instance,
-  it is very inefficient to re-filter all of the items each time the set
-  changes. It would be better if you could just adjust the filtered set based
-  on what was changed on the original set. The same issue applies to merging
-  sets, as well.
-
-  ## Other Methods
-
-  `Ember.Set` primary implements other mixin APIs.  For a complete reference
-  on the methods you will use with `Ember.Set`, please consult these mixins.
-  The most useful ones will be `Ember.Enumerable` and
-  `Ember.MutableEnumerable` which implement most of the common iterator
-  methods you are used to on Array.
-
-  Note that you can also use the `Ember.Copyable` and `Ember.Freezable`
-  APIs on `Ember.Set` as well.  Once a set is frozen it can no longer be
-  modified.  The benefit of this is that when you call frozenCopy() on it,
-  Ember will avoid making copies of the set.  This allows you to write
-  code that can know with certainty when the underlying set data will or
-  will not be modified.
-
-  @class Set
-  @namespace Ember
-  @extends Ember.CoreObject
-  @uses Ember.MutableEnumerable
-  @uses Ember.Copyable
-  @uses Ember.Freezable
-  @since Ember 0.9
-*/
-Ember.Set = Ember.CoreObject.extend(Ember.MutableEnumerable, Ember.Copyable, Ember.Freezable,
-  /** @scope Ember.Set.prototype */ {
-
-  // ..........................................................
-  // IMPLEMENT ENUMERABLE APIS
-  //
-
-  /**
-    This property will change as the number of objects in the set changes.
-
-    @property length
-    @type number
-    @default 0
-  */
-  length: 0,
-
-  /**
-    Clears the set. This is useful if you want to reuse an existing set
-    without having to recreate it.
-
-        var colors = new Ember.Set(["red", "green", "blue"]);
-        colors.length;  => 3
-        colors.clear();
-        colors.length;  => 0
-
-    @method clear
-    @return {Ember.Set} An empty Set
-  */
-  clear: function() {
-    if (this.isFrozen) { throw new Error(Ember.FROZEN_ERROR); }
-
-    var len = get(this, 'length');
-    if (len === 0) { return this; }
-
-    var guid;
-
-    this.enumerableContentWillChange(len, 0);
-    Ember.propertyWillChange(this, 'firstObject');
-    Ember.propertyWillChange(this, 'lastObject');
-
-    for (var i=0; i < len; i++){
-      guid = guidFor(this[i]);
-      delete this[guid];
-      delete this[i];
-    }
-
-    set(this, 'length', 0);
-
-    Ember.propertyDidChange(this, 'firstObject');
-    Ember.propertyDidChange(this, 'lastObject');
-    this.enumerableContentDidChange(len, 0);
-
-    return this;
-  },
-
-  /**
-    Returns true if the passed object is also an enumerable that contains the
-    same objects as the receiver.
-
-        var colors = ["red", "green", "blue"],
-            same_colors = new Ember.Set(colors);
-        same_colors.isEqual(colors); => true
-        same_colors.isEqual(["purple", "brown"]); => false
-
-    @method isEqual
-    @param {Ember.Set} obj the other object.
-    @return {Boolean}
-  */
-  isEqual: function(obj) {
-    // fail fast
-    if (!Ember.Enumerable.detect(obj)) return false;
-
-    var loc = get(this, 'length');
-    if (get(obj, 'length') !== loc) return false;
-
-    while(--loc >= 0) {
-      if (!obj.contains(this[loc])) return false;
-    }
-
-    return true;
-  },
-
-  /**
-    Adds an object to the set. Only non-null objects can be added to a set
-    and those can only be added once. If the object is already in the set or
-    the passed value is null this method will have no effect.
-
-    This is an alias for `Ember.MutableEnumerable.addObject()`.
-
-        var colors = new Ember.Set();
-        colors.add("blue");    => ["blue"]
-        colors.add("blue");    => ["blue"]
-        colors.add("red");     => ["blue", "red"]
-        colors.add(null);      => ["blue", "red"]
-        colors.add(undefined); => ["blue", "red"]
-
-    @method add
-    @param {Object} obj The object to add.
-    @return {Ember.Set} The set itself.
-  */
-  add: Ember.alias('addObject'),
-
-  /**
-    Removes the object from the set if it is found.  If you pass a null value
-    or an object that is already not in the set, this method will have no
-    effect. This is an alias for `Ember.MutableEnumerable.removeObject()`.
-
-        var colors = new Ember.Set(["red", "green", "blue"]);
-        colors.remove("red");    => ["blue", "green"]
-        colors.remove("purple"); => ["blue", "green"]
-        colors.remove(null);     => ["blue", "green"]
-
-    @method remove
-    @param {Object} obj The object to remove
-    @return {Ember.Set} The set itself.
-  */
-  remove: Ember.alias('removeObject'),
-
-  /**
-    Removes the last element from the set and returns it, or null if it's empty.
-
-        var colors = new Ember.Set(["green", "blue"]);
-        colors.pop(); => "blue"
-        colors.pop(); => "green"
-        colors.pop(); => null
-
-    @method pop
-    @return {Object} The removed object from the set or null.
-  */
-  pop: function() {
-    if (get(this, 'isFrozen')) throw new Error(Ember.FROZEN_ERROR);
-    var obj = this.length > 0 ? this[this.length-1] : null;
-    this.remove(obj);
-    return obj;
-  },
-
-  /**
-    Inserts the given object on to the end of the set. It returns
-    the set itself.
-
-    This is an alias for `Ember.MutableEnumerable.addObject()`.
-
-        var colors = new Ember.Set();
-        colors.push("red");   => ["red"]
-        colors.push("green"); => ["red", "green"]
-        colors.push("blue");  => ["red", "green", "blue"]
-
-    @method push
-    @return {Ember.Set} The set itself.
-  */
-  push: Ember.alias('addObject'),
-
-  /**
-    Removes the last element from the set and returns it, or null if it's empty.
-
-    This is an alias for `Ember.Set.pop()`.
-
-        var colors = new Ember.Set(["green", "blue"]);
-        colors.shift(); => "blue"
-        colors.shift(); => "green"
-        colors.shift(); => null
-
-    @method shift
-    @return {Object} The removed object from the set or null.
-  */
-  shift: Ember.alias('pop'),
-
-  /**
-    Inserts the given object on to the end of the set. It returns
-    the set itself.
-
-    This is an alias of `Ember.Set.push()`
-
-        var colors = new Ember.Set();
-        colors.unshift("red");   => ["red"]
-        colors.unshift("green"); => ["red", "green"]
-        colors.unshift("blue");  => ["red", "green", "blue"]
-
-    @method unshift
-    @return {Ember.Set} The set itself.
-  */
-  unshift: Ember.alias('push'),
-
-  /**
-    Adds each object in the passed enumerable to the set.
-
-    This is an alias of `Ember.MutableEnumerable.addObjects()`
-
-        var colors = new Ember.Set();
-        colors.addEach(["red", "green", "blue"]); => ["red", "green", "blue"]
-
-    @method addEach
-    @param {Ember.Enumerable} objects the objects to add.
-    @return {Ember.Set} The set itself.
-  */
-  addEach: Ember.alias('addObjects'),
-
-  /**
-    Removes each object in the passed enumerable to the set.
-
-    This is an alias of `Ember.MutableEnumerable.removeObjects()`
-
-        var colors = new Ember.Set(["red", "green", "blue"]);
-        colors.removeEach(["red", "blue"]); => ["green"]
-
-    @method removeEach
-    @param {Ember.Enumerable} objects the objects to remove.
-    @return {Ember.Set} The set itself.
-  */
-  removeEach: Ember.alias('removeObjects'),
-
-  // ..........................................................
-  // PRIVATE ENUMERABLE SUPPORT
-  //
-
-  init: function(items) {
-    this._super();
-    if (items) this.addObjects(items);
-  },
-
-  // implement Ember.Enumerable
-  nextObject: function(idx) {
-    return this[idx];
-  },
-
-  // more optimized version
-  firstObject: Ember.computed(function() {
-    return this.length > 0 ? this[0] : undefined;
-  }).property(),
-
-  // more optimized version
-  lastObject: Ember.computed(function() {
-    return this.length > 0 ? this[this.length-1] : undefined;
-  }).property(),
-
-  // implements Ember.MutableEnumerable
-  addObject: function(obj) {
-    if (get(this, 'isFrozen')) throw new Error(Ember.FROZEN_ERROR);
-    if (none(obj)) return this; // nothing to do
-
-    var guid = guidFor(obj),
-        idx  = this[guid],
-        len  = get(this, 'length'),
-        added ;
-
-    if (idx>=0 && idx<len && (this[idx] === obj)) return this; // added
-
-    added = [obj];
-
-    this.enumerableContentWillChange(null, added);
-    Ember.propertyWillChange(this, 'lastObject');
-
-    len = get(this, 'length');
-    this[guid] = len;
-    this[len] = obj;
-    set(this, 'length', len+1);
-
-    Ember.propertyDidChange(this, 'lastObject');
-    this.enumerableContentDidChange(null, added);
-
-    return this;
-  },
-
-  // implements Ember.MutableEnumerable
-  removeObject: function(obj) {
-    if (get(this, 'isFrozen')) throw new Error(Ember.FROZEN_ERROR);
-    if (none(obj)) return this; // nothing to do
-
-    var guid = guidFor(obj),
-        idx  = this[guid],
-        len = get(this, 'length'),
-        isFirst = idx === 0,
-        isLast = idx === len-1,
-        last, removed;
-
-
-    if (idx>=0 && idx<len && (this[idx] === obj)) {
-      removed = [obj];
-
-      this.enumerableContentWillChange(removed, null);
-      if (isFirst) { Ember.propertyWillChange(this, 'firstObject'); }
-      if (isLast)  { Ember.propertyWillChange(this, 'lastObject'); }
-
-      // swap items - basically move the item to the end so it can be removed
-      if (idx < len-1) {
-        last = this[len-1];
-        this[idx] = last;
-        this[guidFor(last)] = idx;
-      }
-
-      delete this[guid];
-      delete this[len-1];
-      set(this, 'length', len-1);
-
-      if (isFirst) { Ember.propertyDidChange(this, 'firstObject'); }
-      if (isLast)  { Ember.propertyDidChange(this, 'lastObject'); }
-      this.enumerableContentDidChange(removed, null);
-    }
-
-    return this;
-  },
-
-  // optimized version
-  contains: function(obj) {
-    return this[guidFor(obj)]>=0;
-  },
-
-  copy: function() {
-    var C = this.constructor, ret = new C(), loc = get(this, 'length');
-    set(ret, 'length', loc);
-    while(--loc>=0) {
-      ret[loc] = this[loc];
-      ret[guidFor(this[loc])] = loc;
-    }
-    return ret;
-  },
-
-  toString: function() {
-    var len = this.length, idx, array = [];
-    for(idx = 0; idx < len; idx++) {
-      array[idx] = this[idx];
-    }
-    return "Ember.Set<%@>".fmt(array.join(','));
-  }
-
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-/**
-  `Ember.Object` is the main base class for all Ember objects. It is a subclass
-  of `Ember.CoreObject` with the `Ember.Observable` mixin applied. For details,
-  see the documentation for each of these.
-
-  @class Object
-  @namespace Ember
-  @extends Ember.CoreObject
-  @uses Ember.Observable
-*/
-Ember.Object = Ember.CoreObject.extend(Ember.Observable);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var indexOf = Ember.ArrayPolyfills.indexOf;
-
-/**
-  A Namespace is an object usually used to contain other objects or methods
-  such as an application or framework.  Create a namespace anytime you want
-  to define one of these new containers.
-
-  # Example Usage
-
-      MyFramework = Ember.Namespace.create({
-        VERSION: '1.0.0'
-      });
-
-  @class Namespace
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.Namespace = Ember.Object.extend({
-  isNamespace: true,
-
-  init: function() {
-    Ember.Namespace.NAMESPACES.push(this);
-    Ember.Namespace.PROCESSED = false;
-  },
-
-  toString: function() {
-    Ember.identifyNamespaces();
-    return this[Ember.GUID_KEY+'_name'];
-  },
-
-  destroy: function() {
-    var namespaces = Ember.Namespace.NAMESPACES;
-    Ember.lookup[this.toString()] = undefined;
-    namespaces.splice(indexOf.call(namespaces, this), 1);
-    this._super();
-  }
-});
-
-Ember.Namespace.NAMESPACES = [Ember];
-Ember.Namespace.PROCESSED = false;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-/**
-  Defines a namespace that will contain an executable application.  This is
-  very similar to a normal namespace except that it is expected to include at
-  least a 'ready' function which can be run to initialize the application.
-
-  Currently Ember.Application is very similar to Ember.Namespace.  However, this
-  class may be augmented by additional frameworks so it is important to use
-  this instance when building new applications.
-
-  # Example Usage
-
-      MyApp = Ember.Application.create({
-        VERSION: '1.0.0',
-        store: Ember.Store.create().from(Ember.fixtures)
-      });
-
-      MyApp.ready = function() {
-        //..init code goes here...
-      }
-
-  @class Application
-  @namespace Ember
-  @extends Ember.Namespace
-*/
-Ember.Application = Ember.Namespace.extend();
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  An ArrayProxy wraps any other object that implements Ember.Array and/or
-  Ember.MutableArray, forwarding all requests. This makes it very useful for
-  a number of binding use cases or other cases where being able to swap
-  out the underlying array is useful.
-
-  A simple example of usage:
-
-      var pets = ['dog', 'cat', 'fish'];
-      var ap = Ember.ArrayProxy.create({ content: Ember.A(pets) });
-      ap.get('firstObject'); // => 'dog'
-      ap.set('content', ['amoeba', 'paramecium']);
-      ap.get('firstObject'); // => 'amoeba'
-
-  This class can also be useful as a layer to transform the contents of
-  an array, as they are accessed. This can be done by overriding
-  `objectAtContent`:
-
-      var pets = ['dog', 'cat', 'fish'];
-      var ap = Ember.ArrayProxy.create({
-          content: Ember.A(pets),
-          objectAtContent: function(idx) {
-              return this.get('content').objectAt(idx).toUpperCase();
-          }
-      });
-      ap.get('firstObject'); // => 'DOG'
-
-
-  @class ArrayProxy
-  @namespace Ember
-  @extends Ember.Object
-  @uses Ember.MutableArray
-*/
-Ember.ArrayProxy = Ember.Object.extend(Ember.MutableArray,
-/** @scope Ember.ArrayProxy.prototype */ {
-
-  /**
-    The content array.  Must be an object that implements Ember.Array and/or
-    Ember.MutableArray.
-
-    @property content
-    @type Ember.Array
-  */
-  content: null,
-
-  /**
-   The array that the proxy pretends to be. In the default `ArrayProxy`
-   implementation, this and `content` are the same. Subclasses of `ArrayProxy`
-   can override this property to provide things like sorting and filtering.
-   
-   @property arrangedContent
-  */
-  arrangedContent: Ember.computed('content', function() {
-    return get(this, 'content');
-  }),
-
-  /**
-    Should actually retrieve the object at the specified index from the
-    content. You can override this method in subclasses to transform the
-    content item to something new.
-
-    This method will only be called if content is non-null.
-
-    @method objectAtContent
-    @param {Number} idx The index to retrieve.
-    @return {Object} the value or undefined if none found
-  */
-  objectAtContent: function(idx) {
-    return get(this, 'arrangedContent').objectAt(idx);
-  },
-
-  /**
-    Should actually replace the specified objects on the content array.
-    You can override this method in subclasses to transform the content item
-    into something new.
-
-    This method will only be called if content is non-null.
-
-    @method replaceContent
-    @param {Number} idx The starting index
-    @param {Number} amt The number of items to remove from the content.
-    @param {Array} objects Optional array of objects to insert or null if no objects.
-    @return {void}
-  */
-  replaceContent: function(idx, amt, objects) {
-    get(this, 'arrangedContent').replace(idx, amt, objects);
-  },
-
-  /**
-    @private
-
-    Invoked when the content property is about to change. Notifies observers that the
-    entire array content will change.
-
-    @method _contentWillChange
-  */
-  _contentWillChange: Ember.beforeObserver(function() {
-    this._teardownContent();
-  }, 'content'),
-
-  _teardownContent: function() {
-    var content = get(this, 'content');
-
-    if (content) {
-      content.removeArrayObserver(this, {
-        willChange: 'contentArrayWillChange',
-        didChange: 'contentArrayDidChange'
-      });
-    }
-  },
-
-  contentArrayWillChange: Ember.K,
-  contentArrayDidChange: Ember.K,
-
-  /**
-    @private
-
-    Invoked when the content property changes.  Notifies observers that the
-    entire array content has changed.
-
-    @method _contentDidChange
-  */
-  _contentDidChange: Ember.observer(function() {
-    var content = get(this, 'content');
-
-    Ember.assert("Can't set ArrayProxy's content to itself", content !== this);
-
-    this._setupContent();
-  }, 'content'),
-
-  _setupContent: function() {
-    var content = get(this, 'content');
-
-    if (content) {
-      content.addArrayObserver(this, {
-        willChange: 'contentArrayWillChange',
-        didChange: 'contentArrayDidChange'
-      });
-    }
-  },
-
-  _arrangedContentWillChange: Ember.beforeObserver(function() {
-    var arrangedContent = get(this, 'arrangedContent'),
-        len = arrangedContent ? get(arrangedContent, 'length') : 0;
-
-    this.arrangedContentArrayWillChange(this, 0, len, undefined);
-    this.arrangedContentWillChange(this);
-
-    this._teardownArrangedContent(arrangedContent);
-  }, 'arrangedContent'),
-
-  _arrangedContentDidChange: Ember.observer(function() {
-    var arrangedContent = get(this, 'arrangedContent'),
-        len = arrangedContent ? get(arrangedContent, 'length') : 0;
-
-    Ember.assert("Can't set ArrayProxy's content to itself", arrangedContent !== this);
-
-    this._setupArrangedContent();
-
-    this.arrangedContentDidChange(this);
-    this.arrangedContentArrayDidChange(this, 0, undefined, len);
-  }, 'arrangedContent'),
-
-  _setupArrangedContent: function() {
-    var arrangedContent = get(this, 'arrangedContent');
-
-    if (arrangedContent) {
-      arrangedContent.addArrayObserver(this, {
-        willChange: 'arrangedContentArrayWillChange',
-        didChange: 'arrangedContentArrayDidChange'
-      });
-    }
-  },
-
-  _teardownArrangedContent: function() {
-    var arrangedContent = get(this, 'arrangedContent');
-
-    if (arrangedContent) {
-      arrangedContent.removeArrayObserver(this, {
-        willChange: 'arrangedContentArrayWillChange',
-        didChange: 'arrangedContentArrayDidChange'
-      });
-    }
-  },
-
-  arrangedContentWillChange: Ember.K,
-  arrangedContentDidChange: Ember.K,
-
-  objectAt: function(idx) {
-    return get(this, 'content') && this.objectAtContent(idx);
-  },
-
-  length: Ember.computed(function() {
-    var arrangedContent = get(this, 'arrangedContent');
-    return arrangedContent ? get(arrangedContent, 'length') : 0;
-    // No dependencies since Enumerable notifies length of change
-  }).property(),
-
-  replace: function(idx, amt, objects) {
-    Ember.assert('The content property of '+ this.constructor + ' should be set before modifying it', this.get('content'));
-    if (get(this, 'content')) this.replaceContent(idx, amt, objects);
-    return this;
-  },
-
-  arrangedContentArrayWillChange: function(item, idx, removedCnt, addedCnt) {
-    this.arrayContentWillChange(idx, removedCnt, addedCnt);
-  },
-
-  arrangedContentArrayDidChange: function(item, idx, removedCnt, addedCnt) {
-    this.arrayContentDidChange(idx, removedCnt, addedCnt);
-  },
-
-  init: function() {
-    this._super();
-    this._setupContent();
-    this._setupArrangedContent();
-  },
-
-  willDestroy: function() {
-    this._teardownArrangedContent();
-    this._teardownContent();
-  }
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get,
-    set = Ember.set,
-    fmt = Ember.String.fmt,
-    addBeforeObserver = Ember.addBeforeObserver,
-    addObserver = Ember.addObserver,
-    removeBeforeObserver = Ember.removeBeforeObserver,
-    removeObserver = Ember.removeObserver,
-    propertyWillChange = Ember.propertyWillChange,
-    propertyDidChange = Ember.propertyDidChange;
-
-function contentPropertyWillChange(content, contentKey) {
-  var key = contentKey.slice(8); // remove "content."
-  if (key in this) { return; }  // if shadowed in proxy
-  propertyWillChange(this, key);
-}
-
-function contentPropertyDidChange(content, contentKey) {
-  var key = contentKey.slice(8); // remove "content."
-  if (key in this) { return; } // if shadowed in proxy
-  propertyDidChange(this, key);
-}
-
-/**
-  `Ember.ObjectProxy` forwards all properties not defined by the proxy itself
-  to a proxied `content` object.
-
-      object = Ember.Object.create({
-        name: 'Foo'
-      });
-      proxy = Ember.ObjectProxy.create({
-        content: object
-      });
-
-      // Access and change existing properties
-      proxy.get('name') // => 'Foo'
-      proxy.set('name', 'Bar');
-      object.get('name') // => 'Bar'
-
-      // Create new 'description' property on `object`
-      proxy.set('description', 'Foo is a whizboo baz');
-      object.get('description') // => 'Foo is a whizboo baz'
-
-  While `content` is unset, setting a property to be delegated will throw an Error.
-
-      proxy = Ember.ObjectProxy.create({
-        content: null,
-        flag: null
-      });
-      proxy.set('flag', true);
-      proxy.get('flag'); // => true
-      proxy.get('foo'); // => undefined
-      proxy.set('foo', 'data'); // throws Error
-
-  Delegated properties can be bound to and will change when content is updated.
-
-  Computed properties on the proxy itself can depend on delegated properties.
-
-      ProxyWithComputedProperty = Ember.ObjectProxy.extend({
-        fullName: function () {
-          var firstName = this.get('firstName'),
-              lastName = this.get('lastName');
-          if (firstName && lastName) {
-            return firstName + ' ' + lastName;
-          }
-          return firstName || lastName;
-        }.property('firstName', 'lastName')
-      });
-      proxy = ProxyWithComputedProperty.create();
-      proxy.get('fullName'); => undefined
-      proxy.set('content', {
-        firstName: 'Tom', lastName: 'Dale'
-      }); // triggers property change for fullName on proxy
-      proxy.get('fullName'); => 'Tom Dale'
-
-  @class ObjectProxy
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.ObjectProxy = Ember.Object.extend(
-/** @scope Ember.ObjectProxy.prototype */ {
-  /**
-    The object whose properties will be forwarded.
-
-    @property content
-    @type Ember.Object
-    @default null
-  */
-  content: null,
-  _contentDidChange: Ember.observer(function() {
-    Ember.assert("Can't set ObjectProxy's content to itself", this.get('content') !== this);
-  }, 'content'),
-
-  willWatchProperty: function (key) {
-    var contentKey = 'content.' + key;
-    addBeforeObserver(this, contentKey, null, contentPropertyWillChange);
-    addObserver(this, contentKey, null, contentPropertyDidChange);
-  },
-
-  didUnwatchProperty: function (key) {
-    var contentKey = 'content.' + key;
-    removeBeforeObserver(this, contentKey, null, contentPropertyWillChange);
-    removeObserver(this, contentKey, null, contentPropertyDidChange);
-  },
-
-  unknownProperty: function (key) {
-    var content = get(this, 'content');
-    if (content) {
-      return get(content, key);
-    }
-  },
-
-  setUnknownProperty: function (key, value) {
-    var content = get(this, 'content');
-    Ember.assert(fmt("Cannot delegate set('%@', %@) to the 'content' property of object proxy %@: its 'content' is undefined.", [key, value, this]), content);
-    return set(content, key, value);
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-var set = Ember.set, get = Ember.get, guidFor = Ember.guidFor;
-var forEach = Ember.EnumerableUtils.forEach;
-
-var EachArray = Ember.Object.extend(Ember.Array, {
-
-  init: function(content, keyName, owner) {
-    this._super();
-    this._keyName = keyName;
-    this._owner   = owner;
-    this._content = content;
-  },
-
-  objectAt: function(idx) {
-    var item = this._content.objectAt(idx);
-    return item && get(item, this._keyName);
-  },
-
-  length: Ember.computed(function() {
-    var content = this._content;
-    return content ? get(content, 'length') : 0;
-  }).property()
-
-});
-
-var IS_OBSERVER = /^.+:(before|change)$/;
-
-function addObserverForContentKey(content, keyName, proxy, idx, loc) {
-  var objects = proxy._objects, guid;
-  if (!objects) objects = proxy._objects = {};
-
-  while(--loc>=idx) {
-    var item = content.objectAt(loc);
-    if (item) {
-      Ember.addBeforeObserver(item, keyName, proxy, 'contentKeyWillChange');
-      Ember.addObserver(item, keyName, proxy, 'contentKeyDidChange');
-
-      // keep track of the indicies each item was found at so we can map
-      // it back when the obj changes.
-      guid = guidFor(item);
-      if (!objects[guid]) objects[guid] = [];
-      objects[guid].push(loc);
-    }
-  }
-}
-
-function removeObserverForContentKey(content, keyName, proxy, idx, loc) {
-  var objects = proxy._objects;
-  if (!objects) objects = proxy._objects = {};
-  var indicies, guid;
-
-  while(--loc>=idx) {
-    var item = content.objectAt(loc);
-    if (item) {
-      Ember.removeBeforeObserver(item, keyName, proxy, 'contentKeyWillChange');
-      Ember.removeObserver(item, keyName, proxy, 'contentKeyDidChange');
-
-      guid = guidFor(item);
-      indicies = objects[guid];
-      indicies[indicies.indexOf(loc)] = null;
-    }
-  }
-}
-
-/**
-  This is the object instance returned when you get the @each property on an
-  array.  It uses the unknownProperty handler to automatically create
-  EachArray instances for property names.
-
-  @private
-  @class EachProxy
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.EachProxy = Ember.Object.extend({
-
-  init: function(content) {
-    this._super();
-    this._content = content;
-    content.addArrayObserver(this);
-
-    // in case someone is already observing some keys make sure they are
-    // added
-    forEach(Ember.watchedEvents(this), function(eventName) {
-      this.didAddListener(eventName);
-    }, this);
-  },
-
-  /**
-    You can directly access mapped properties by simply requesting them.
-    The unknownProperty handler will generate an EachArray of each item.
-
-    @method unknownProperty
-    @param keyName {String}
-    @param value {anything}
-  */
-  unknownProperty: function(keyName, value) {
-    var ret;
-    ret = new EachArray(this._content, keyName, this);
-    Ember.defineProperty(this, keyName, null, ret);
-    this.beginObservingContentKey(keyName);
-    return ret;
-  },
-
-  // ..........................................................
-  // ARRAY CHANGES
-  // Invokes whenever the content array itself changes.
-
-  arrayWillChange: function(content, idx, removedCnt, addedCnt) {
-    var keys = this._keys, key, array, lim;
-
-    lim = removedCnt>0 ? idx+removedCnt : -1;
-    Ember.beginPropertyChanges(this);
-
-    for(key in keys) {
-      if (!keys.hasOwnProperty(key)) { continue; }
-
-      if (lim>0) removeObserverForContentKey(content, key, this, idx, lim);
-
-      Ember.propertyWillChange(this, key);
-    }
-
-    Ember.propertyWillChange(this._content, '@each');
-    Ember.endPropertyChanges(this);
-  },
-
-  arrayDidChange: function(content, idx, removedCnt, addedCnt) {
-    var keys = this._keys, key, array, lim;
-
-    lim = addedCnt>0 ? idx+addedCnt : -1;
-    Ember.beginPropertyChanges(this);
-
-    for(key in keys) {
-      if (!keys.hasOwnProperty(key)) { continue; }
-
-      if (lim>0) addObserverForContentKey(content, key, this, idx, lim);
-
-      Ember.propertyDidChange(this, key);
-    }
-
-    Ember.propertyDidChange(this._content, '@each');
-    Ember.endPropertyChanges(this);
-  },
-
-  // ..........................................................
-  // LISTEN FOR NEW OBSERVERS AND OTHER EVENT LISTENERS
-  // Start monitoring keys based on who is listening...
-
-  didAddListener: function(eventName) {
-    if (IS_OBSERVER.test(eventName)) {
-      this.beginObservingContentKey(eventName.slice(0, -7));
-    }
-  },
-
-  didRemoveListener: function(eventName) {
-    if (IS_OBSERVER.test(eventName)) {
-      this.stopObservingContentKey(eventName.slice(0, -7));
-    }
-  },
-
-  // ..........................................................
-  // CONTENT KEY OBSERVING
-  // Actual watch keys on the source content.
-
-  beginObservingContentKey: function(keyName) {
-    var keys = this._keys;
-    if (!keys) keys = this._keys = {};
-    if (!keys[keyName]) {
-      keys[keyName] = 1;
-      var content = this._content,
-          len = get(content, 'length');
-      addObserverForContentKey(content, keyName, this, 0, len);
-    } else {
-      keys[keyName]++;
-    }
-  },
-
-  stopObservingContentKey: function(keyName) {
-    var keys = this._keys;
-    if (keys && (keys[keyName]>0) && (--keys[keyName]<=0)) {
-      var content = this._content,
-          len     = get(content, 'length');
-      removeObserverForContentKey(content, keyName, this, 0, len);
-    }
-  },
-
-  contentKeyWillChange: function(obj, keyName) {
-    Ember.propertyWillChange(this, keyName);
-  },
-
-  contentKeyDidChange: function(obj, keyName) {
-    Ember.propertyDidChange(this, keyName);
-  }
-
-});
-
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-var get = Ember.get, set = Ember.set;
-
-// Add Ember.Array to Array.prototype.  Remove methods with native
-// implementations and supply some more optimized versions of generic methods
-// because they are so common.
-var NativeArray = Ember.Mixin.create(Ember.MutableArray, Ember.Observable, Ember.Copyable, {
-
-  // because length is a built-in property we need to know to just get the
-  // original property.
-  get: function(key) {
-    if (key==='length') return this.length;
-    else if ('number' === typeof key) return this[key];
-    else return this._super(key);
-  },
-
-  objectAt: function(idx) {
-    return this[idx];
-  },
-
-  // primitive for array support.
-  replace: function(idx, amt, objects) {
-
-    if (this.isFrozen) throw Ember.FROZEN_ERROR ;
-
-    // if we replaced exactly the same number of items, then pass only the
-    // replaced range.  Otherwise, pass the full remaining array length
-    // since everything has shifted
-    var len = objects ? get(objects, 'length') : 0;
-    this.arrayContentWillChange(idx, amt, len);
-
-    if (!objects || objects.length === 0) {
-      this.splice(idx, amt) ;
-    } else {
-      var args = [idx, amt].concat(objects) ;
-      this.splice.apply(this,args) ;
-    }
-
-    this.arrayContentDidChange(idx, amt, len);
-    return this ;
-  },
-
-  // If you ask for an unknown property, then try to collect the value
-  // from member items.
-  unknownProperty: function(key, value) {
-    var ret;// = this.reducedProperty(key, value) ;
-    if ((value !== undefined) && ret === undefined) {
-      ret = this[key] = value;
-    }
-    return ret ;
-  },
-
-  // If browser did not implement indexOf natively, then override with
-  // specialized version
-  indexOf: function(object, startAt) {
-    var idx, len = this.length;
-
-    if (startAt === undefined) startAt = 0;
-    else startAt = (startAt < 0) ? Math.ceil(startAt) : Math.floor(startAt);
-    if (startAt < 0) startAt += len;
-
-    for(idx=startAt;idx<len;idx++) {
-      if (this[idx] === object) return idx ;
-    }
-    return -1;
-  },
-
-  lastIndexOf: function(object, startAt) {
-    var idx, len = this.length;
-
-    if (startAt === undefined) startAt = len-1;
-    else startAt = (startAt < 0) ? Math.ceil(startAt) : Math.floor(startAt);
-    if (startAt < 0) startAt += len;
-
-    for(idx=startAt;idx>=0;idx--) {
-      if (this[idx] === object) return idx ;
-    }
-    return -1;
-  },
-
-  copy: function() {
-    return this.slice();
-  }
-});
-
-// Remove any methods implemented natively so we don't override them
-var ignore = ['length'];
-Ember.EnumerableUtils.forEach(NativeArray.keys(), function(methodName) {
-  if (Array.prototype[methodName]) ignore.push(methodName);
-});
-
-if (ignore.length>0) {
-  NativeArray = NativeArray.without.apply(NativeArray, ignore);
-}
-
-/**
-  The NativeArray mixin contains the properties needed to to make the native
-  Array support Ember.MutableArray and all of its dependent APIs.  Unless you
-  have Ember.EXTEND_PROTOTYPES or Ember.EXTEND_PROTOTYPES.Array set to false, this
-  will be applied automatically. Otherwise you can apply the mixin at anytime by
-  calling `Ember.NativeArray.activate`.
-
-  @class NativeArray
-  @namespace Ember
-  @extends Ember.Mixin
-  @uses Ember.MutableArray
-  @uses Ember.MutableEnumerable
-  @uses Ember.Copyable
-  @uses Ember.Freezable
-*/
-Ember.NativeArray = NativeArray;
-
-/**
-  Creates an Ember.NativeArray from an Array like object.
-  Does not modify the original object.
-
-  @method A
-  @for Ember
-  @return {Ember.NativeArray}
-*/
-Ember.A = function(arr){
-  if (arr === undefined) { arr = []; }
-  return Ember.NativeArray.apply(arr);
-};
-
-/**
-  Activates the mixin on the Array.prototype if not already applied.  Calling
-  this method more than once is safe.
-
-  @method activate
-  @for Ember.NativeArray
-  @static
-  @return {void}
-*/
-Ember.NativeArray.activate = function() {
-  NativeArray.apply(Array.prototype);
-
-  Ember.A = function(arr) { return arr || []; };
-};
-
-if (Ember.EXTEND_PROTOTYPES === true || Ember.EXTEND_PROTOTYPES.Array) {
-  Ember.NativeArray.activate();
-}
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set;
-
-Ember._PromiseChain = Ember.Object.extend({
-  promises: null,
-  failureCallback: Ember.K,
-  successCallback: Ember.K,
-  abortCallback: Ember.K,
-  promiseSuccessCallback: Ember.K,
-
-  runNextPromise: function() {
-    if (get(this, 'isDestroyed')) { return; }
-
-    var item = get(this, 'promises').shiftObject();
-    if (item) {
-      var promise = get(item, 'promise') || item;
-      Ember.assert("Cannot find promise to invoke", Ember.canInvoke(promise, 'then'));
-
-      var self = this;
-
-      var successCallback = function() {
-        self.promiseSuccessCallback.call(this, item, arguments);
-        self.runNextPromise();
-      };
-
-      var failureCallback = get(self, 'failureCallback');
-
-      promise.then(successCallback, failureCallback);
-     } else {
-      this.successCallback();
-    }
-  },
-
-  start: function() {
-    this.runNextPromise();
-    return this;
-  },
-
-  abort: function() {
-    this.abortCallback();
-    this.destroy();
-  },
-
-  init: function() {
-    set(this, 'promises', Ember.A(get(this, 'promises')));
-    this._super();
-  }
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var loadHooks = {};
-var loaded = {};
-
-/**
-@method onLoad
-@for Ember
-@param name {String} name of hook
-@param callback {Function} callback to be called
-*/
-Ember.onLoad = function(name, callback) {
-  var object;
-
-  loadHooks[name] = loadHooks[name] || Ember.A();
-  loadHooks[name].pushObject(callback);
-
-  if (object = loaded[name]) {
-    callback(object);
-  }
-};
-
-/**
-@method runLoadHooks
-@for Ember
-@param name {String} name of hook
-@param object {Object} object to pass to callbacks
-*/
-Ember.runLoadHooks = function(name, object) {
-  var hooks;
-
-  loaded[name] = object;
-
-  if (hooks = loadHooks[name]) {
-    loadHooks[name].forEach(function(callback) {
-      callback(object);
-    });
-  }
-};
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-/**
-  Ember.ControllerMixin provides a standard interface for all classes
-  that compose Ember's controller layer: Ember.Controller, Ember.ArrayController,
-  and Ember.ObjectController.
-
-  Within an Ember.Router-managed application single shared instaces of every
-  Controller object in your application's namespace will be added to the
-  application's Ember.Router instance. See `Ember.Application#initialize`
-  for additional information.
-
-  ## Views
-  By default a controller instance will be the rendering context
-  for its associated Ember.View. This connection is made during calls to
-  `Ember.ControllerMixin#connectOutlet`.
-
-  Within the view's template, the Ember.View instance can be accessed
-  through the controller with `{{view}}`.
-
-  ## Target Forwarding
-  By default a controller will target your application's Ember.Router instance.
-  Calls to `{{action}}` within the template of a controller's view are forwarded
-  to the router. See `Ember.Handlebars.helpers.action` for additional information.
-
-  @class ControllerMixin
-  @namespace Ember
-  @extends Ember.Mixin
-*/
-Ember.ControllerMixin = Ember.Mixin.create({
-  /**
-    The object to which events from the view should be sent.
-
-    For example, when a Handlebars template uses the `{{action}}` helper,
-    it will attempt to send the event to the view's controller's `target`.
-
-    By default, a controller's `target` is set to the router after it is
-    instantiated by `Ember.Application#initialize`.
-
-    @property target
-    @default null
-  */
-  target: null,
-
-  store: null
-});
-
-/**
-  @class Controller
-  @namespace Ember
-  @extends Ember.Object
-  @uses Ember.ControllerMixin
-*/
-Ember.Controller = Ember.Object.extend(Ember.ControllerMixin);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set, forEach = Ember.EnumerableUtils.forEach;
-
-/**
-  Ember.SortableMixin provides a standard interface for array proxies
-  to specify a sort order and maintain this sorting when objects are added,
-  removed, or updated without changing the implicit order of their underlying
-  content array:
-
-      songs = [
-        {trackNumber: 4, title: 'Ob-La-Di, Ob-La-Da'},
-        {trackNumber: 2, title: 'Back in the U.S.S.R.'},
-        {trackNumber: 3, title: 'Glass Onion'},
-      ];
-
-      songsController = Ember.ArrayController.create({
-        content: songs,
-        sortProperties: ['trackNumber']
-      });
-
-      songsController.get('firstObject'); // {trackNumber: 2, title: 'Back in the U.S.S.R.'}
-
-      songsController.addObject({trackNumber: 1, title: 'Dear Prudence'});
-      songsController.get('firstObject'); // {trackNumber: 1, title: 'Dear Prudence'}
-
-
-  @class SortableMixin
-  @namespace Ember
-  @extends Ember.Mixin
-  @uses Ember.MutableEnumerable
-*/
-Ember.SortableMixin = Ember.Mixin.create(Ember.MutableEnumerable, {
-  sortProperties: null,
-  sortAscending: true,
-
-  addObject: function(obj) {
-    var content = get(this, 'content');
-    content.pushObject(obj);
-  },
-
-  removeObject: function(obj) {
-    var content = get(this, 'content');
-    content.removeObject(obj);
-  },
-
-  orderBy: function(item1, item2) {
-    var result = 0,
-        sortProperties = get(this, 'sortProperties'),
-        sortAscending = get(this, 'sortAscending');
-
-    Ember.assert("you need to define `sortProperties`", !!sortProperties);
-
-    forEach(sortProperties, function(propertyName) {
-      if (result === 0) {
-        result = Ember.compare(get(item1, propertyName), get(item2, propertyName));
-        if ((result !== 0) && !sortAscending) {
-          result = (-1) * result;
-        }
-      }
-    });
-
-    return result;
-  },
-
-  destroy: function() {
-    var content = get(this, 'content'),
-        sortProperties = get(this, 'sortProperties');
-
-    if (content && sortProperties) {
-      forEach(content, function(item) {
-        forEach(sortProperties, function(sortProperty) {
-          Ember.removeObserver(item, sortProperty, this, 'contentItemSortPropertyDidChange');
-        }, this);
-      }, this);
-    }
-
-    return this._super();
-  },
-
-  isSorted: Ember.computed('sortProperties', function() {
-    return !!get(this, 'sortProperties');
-  }),
-
-  arrangedContent: Ember.computed('content', 'sortProperties.@each', function(key, value) {
-    var content = get(this, 'content'),
-        isSorted = get(this, 'isSorted'),
-        sortProperties = get(this, 'sortProperties'),
-        self = this;
-
-    if (content && isSorted) {
-      content = content.slice();
-      content.sort(function(item1, item2) {
-        return self.orderBy(item1, item2);
-      });
-      forEach(content, function(item) {
-        forEach(sortProperties, function(sortProperty) {
-          Ember.addObserver(item, sortProperty, this, 'contentItemSortPropertyDidChange');
-        }, this);
-      }, this);
-      return Ember.A(content);
-    }
-
-    return content;
-  }),
-
-  _contentWillChange: Ember.beforeObserver(function() {
-    var content = get(this, 'content'),
-        sortProperties = get(this, 'sortProperties');
-
-    if (content && sortProperties) {
-      forEach(content, function(item) {
-        forEach(sortProperties, function(sortProperty) {
-          Ember.removeObserver(item, sortProperty, this, 'contentItemSortPropertyDidChange');
-        }, this);
-      }, this);
-    }
-
-    this._super();
-  }, 'content'),
-
-  sortAscendingWillChange: Ember.beforeObserver(function() {
-    this._lastSortAscending = get(this, 'sortAscending');
-  }, 'sortAscending'),
-
-  sortAscendingDidChange: Ember.observer(function() {
-    if (get(this, 'sortAscending') !== this._lastSortAscending) {
-      var arrangedContent = get(this, 'arrangedContent');
-      arrangedContent.reverseObjects();
-    }
-  }, 'sortAscending'),
-
-  contentArrayWillChange: function(array, idx, removedCount, addedCount) {
-    var isSorted = get(this, 'isSorted');
-
-    if (isSorted) {
-      var arrangedContent = get(this, 'arrangedContent');
-      var removedObjects = array.slice(idx, idx+removedCount);
-      var sortProperties = get(this, 'sortProperties');
-
-      forEach(removedObjects, function(item) {
-        arrangedContent.removeObject(item);
-
-        forEach(sortProperties, function(sortProperty) {
-          Ember.removeObserver(item, sortProperty, this, 'contentItemSortPropertyDidChange');
-        }, this);
-      });
-    }
-
-    return this._super(array, idx, removedCount, addedCount);
-  },
-
-  contentArrayDidChange: function(array, idx, removedCount, addedCount) {
-    var isSorted = get(this, 'isSorted'),
-        sortProperties = get(this, 'sortProperties');
-
-    if (isSorted) {
-      var addedObjects = array.slice(idx, idx+addedCount);
-      var arrangedContent = get(this, 'arrangedContent');
-
-      forEach(addedObjects, function(item) {
-        this.insertItemSorted(item);
-
-        forEach(sortProperties, function(sortProperty) {
-          Ember.addObserver(item, sortProperty, this, 'contentItemSortPropertyDidChange');
-        }, this);
-      }, this);
-    }
-
-    return this._super(array, idx, removedCount, addedCount);
-  },
-
-  insertItemSorted: function(item) {
-    var arrangedContent = get(this, 'arrangedContent');
-    var length = get(arrangedContent, 'length');
-
-    var idx = this._binarySearch(item, 0, length);
-    arrangedContent.insertAt(idx, item);
-  },
-
-  contentItemSortPropertyDidChange: function(item) {
-    var arrangedContent = get(this, 'arrangedContent'),
-        oldIndex = arrangedContent.indexOf(item),
-        leftItem = arrangedContent.objectAt(oldIndex - 1),
-        rightItem = arrangedContent.objectAt(oldIndex + 1),
-        leftResult = leftItem && this.orderBy(item, leftItem),
-        rightResult = rightItem && this.orderBy(item, rightItem);
-
-    if (leftResult < 0 || rightResult > 0) {
-      arrangedContent.removeObject(item);
-      this.insertItemSorted(item);
-    }
-  },
-
-  _binarySearch: function(item, low, high) {
-    var mid, midItem, res, arrangedContent;
-
-    if (low === high) {
-      return low;
-    }
-
-    arrangedContent = get(this, 'arrangedContent');
-
-    mid = low + Math.floor((high - low) / 2);
-    midItem = arrangedContent.objectAt(mid);
-
-    res = this.orderBy(midItem, item);
-
-    if (res < 0) {
-      return this._binarySearch(item, mid+1, high);
-    } else if (res > 0) {
-      return this._binarySearch(item, low, mid);
-    }
-
-    return mid;
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  Ember.ArrayController provides a way for you to publish a collection of objects
-  so that you can easily bind to the collection from a Handlebars #each helper,
-  an Ember.CollectionView, or other controllers.
-
-  The advantage of using an ArrayController is that you only have to set up
-  your view bindings once; to change what's displayed, simply swap out the
-  `content` property on the controller.
-
-  For example, imagine you wanted to display a list of items fetched via an XHR
-  request. Create an Ember.ArrayController and set its `content` property:
-
-  ``` javascript
-  MyApp.listController = Ember.ArrayController.create();
-
-  $.get('people.json', function(data) {
-    MyApp.listController.set('content', data);
-  });
-  ```
-
-  Then, create a view that binds to your new controller:
-
-  ``` handlebars
-  {{#each MyApp.listController}}
-    {{firstName}} {{lastName}}
-  {{/each}}
-  ```
-
-  Although you are binding to the controller, the behavior of this controller
-  is to pass through any methods or properties to the underlying array. This
-  capability comes from `Ember.ArrayProxy`, which this class inherits from.
-
-  Note: As of this writing, `ArrayController` does not add any functionality
-  to its superclass, `ArrayProxy`. The Ember team plans to add additional
-  controller-specific functionality in the future, e.g. single or multiple
-  selection support. If you are creating something that is conceptually a
-  controller, use this class.
-
-  @class ArrayController
-  @namespace Ember
-  @extends Ember.ArrayProxy
-  @uses Ember.SortableMixin
-  @uses Ember.ControllerMixin
-*/
-
-Ember.ArrayController = Ember.ArrayProxy.extend(Ember.ControllerMixin,
-  Ember.SortableMixin);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-/**
-  Ember.ObjectController is part of Ember's Controller layer. A single
-  shared instance of each Ember.ObjectController subclass in your application's
-  namespace will be created at application initialization and be stored on your
-  application's Ember.Router instance.
-
-  Ember.ObjectController derives its functionality from its superclass
-  Ember.ObjectProxy and the Ember.ControllerMixin mixin.
-
-  @class ObjectController
-  @namespace Ember
-  @extends Ember.ObjectProxy
-  @uses Ember.ControllerMixin
-**/
-Ember.ObjectController = Ember.ObjectProxy.extend(Ember.ControllerMixin);
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-Ember Runtime
-
-@module ember
-@submodule ember-runtime
-@requires ember-metal
-*/
-
-})();
-
-(function() {
-function visit(vertex, fn, visited, path) {
-  var name = vertex.name,
-    vertices = vertex.incoming,
-    names = vertex.incomingNames,
-    len = names.length,
-    i;
-  if (!visited) {
-    visited = {};
-  }
-  if (!path) {
-    path = [];
-  }
-  if (visited.hasOwnProperty(name)) {
-    return;
-  }
-  path.push(name);
-  visited[name] = true;
-  for (i = 0; i < len; i++) {
-    visit(vertices[names[i]], fn, visited, path);
-  }
-  fn(vertex, path);
-  path.pop();
-}
-
-function DAG() {
-  this.names = [];
-  this.vertices = {};
-}
-
-DAG.prototype.add = function(name) {
-  if (!name) { return; }
-  if (this.vertices.hasOwnProperty(name)) {
-    return this.vertices[name];
-  }
-  var vertex = {
-    name: name, incoming: {}, incomingNames: [], hasOutgoing: false, value: null
-  };
-  this.vertices[name] = vertex;
-  this.names.push(name);
-  return vertex;
-};
-
-DAG.prototype.map = function(name, value) {
-  this.add(name).value = value;
-};
-
-DAG.prototype.addEdge = function(fromName, toName) {
-  if (!fromName || !toName || fromName === toName) {
-    return;
-  }
-  var from = this.add(fromName), to = this.add(toName);
-  if (to.incoming.hasOwnProperty(fromName)) {
-    return;
-  }
-  function checkCycle(vertex, path) {
-    if (vertex.name === toName) {
-      throw new Error("cycle detected: " + toName + " <- " + path.join(" <- "));
-    }
-  }
-  visit(from, checkCycle);
-  from.hasOutgoing = true;
-  to.incoming[fromName] = from;
-  to.incomingNames.push(fromName);
-};
-
-DAG.prototype.topsort = function(fn) {
-  var visited = {},
-    vertices = this.vertices,
-    names = this.names,
-    len = names.length,
-    i, vertex;
-  for (i = 0; i < len; i++) {
-    vertex = vertices[names[i]];
-    if (!vertex.hasOutgoing) {
-      visit(vertex, fn, visited);
-    }
-  }
-};
-
-DAG.prototype.addEdges = function(name, value, before, after) {
-  var i;
-  this.map(name, value);
-  if (before) {
-    if (typeof before === 'string') {
-      this.addEdge(name, before);
-    } else {
-      for (i = 0; i < before.length; i++) {
-        this.addEdge(name, before[i]);
-      }
-    }
-  }
-  if (after) {
-    if (typeof after === 'string') {
-      this.addEdge(after, name);
-    } else {
-      for (i = 0; i < after.length; i++) {
-        this.addEdge(after[i], name);
-      }
-    }
-  }
-};
-
-Ember.DAG = DAG;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-application
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  An instance of `Ember.Application` is the starting point for every Ember.js
-  application. It helps to instantiate, initialize and coordinate the many
-  objects that make up your app.
-
-  Each Ember.js app has one and only one `Ember.Application` object. In fact, the very
-  first thing you should do in your application is create the instance:
-
-  ```javascript
-  window.App = Ember.Application.create();
-  ```
-
-  Typically, the application object is the only global variable. All other
-  classes in your app should be properties on the `Ember.Application` instance,
-  which highlights its first role: a global namespace.
-
-  For example, if you define a view class, it might look like this:
-
-  ```javascript
-  App.MyView = Ember.View.extend();
-  ```
-
-  After all of your classes are defined, call `App.initialize()` to start the
-  application.
-
-  Because `Ember.Application` inherits from `Ember.Namespace`, any classes
-  you create will have useful string representations when calling `toString()`;
-  see the `Ember.Namespace` documentation for more information.
-
-  While you can think of your `Ember.Application` as a container that holds the
-  other classes in your application, there are several other responsibilities
-  going on under-the-hood that you may want to understand.
-
-  ### Event Delegation
-
-  Ember.js uses a technique called _event delegation_. This allows the framework
-  to set up a global, shared event listener instead of requiring each view to do
-  it manually. For example, instead of each view registering its own `mousedown`
-  listener on its associated element, Ember.js sets up a `mousedown` listener on
-  the `body`.
-
-  If a `mousedown` event occurs, Ember.js will look at the target of the event and
-  start walking up the DOM node tree, finding corresponding views and invoking their
-  `mouseDown` method as it goes.
-
-  `Ember.Application` has a number of default events that it listens for, as well
-  as a mapping from lowercase events to camel-cased view method names. For
-  example, the `keypress` event causes the `keyPress` method on the view to be
-  called, the `dblclick` event causes `doubleClick` to be called, and so on.
-
-  If there is a browser event that Ember.js does not listen for by default, you
-  can specify custom events and their corresponding view method names by setting
-  the application's `customEvents` property:
-
-  ```javascript
-  App = Ember.Application.create({
-    customEvents: {
-      // add support for the loadedmetadata media
-      // player event
-      'loadedmetadata': "loadedMetadata"
-    }
-  });
-  ```
-
-  By default, the application sets up these event listeners on the document body.
-  However, in cases where you are embedding an Ember.js application inside an
-  existing page, you may want it to set up the listeners on an element inside
-  the body.
-
-  For example, if only events inside a DOM element with the ID of `ember-app` should
-  be delegated, set your application's `rootElement` property:
-
-  ```javascript
-  window.App = Ember.Application.create({
-    rootElement: '#ember-app'
-  });
-  ```
-
-  The `rootElement` can be either a DOM element or a jQuery-compatible selector
-  string. Note that *views appended to the DOM outside the root element will not
-  receive events.* If you specify a custom root element, make sure you only append
-  views inside it!
-
-  To learn more about the advantages of event delegation and the Ember.js view layer,
-  and a list of the event listeners that are setup by default, visit the
-  [Ember.js View Layer guide](http://emberjs.com/guides/view_layer#toc_event-delegation).
-
-  ### Dependency Injection
-
-  One thing you may have noticed while using Ember.js is that you define *classes*, not
-  *instances*. When your application loads, all of the instances are created for you.
-  Creating these instances is the responsibility of `Ember.Application`.
-
-  When the `Ember.Application` initializes, it will look for an `Ember.Router` class
-  defined on the applications's `Router` property, like this:
-
-  ```javascript
-  App.Router = Ember.Router.extend({
-  // ...
-  });
-  ```
-
-  If found, the router is instantiated and saved on the application's `router`
-  property (note the lowercase 'r'). While you should *not* reference this router
-  instance directly from your application code, having access to `App.router`
-  from the console can be useful during debugging.
-
-  After the router is created, the application loops through all of the
-  registered _injections_ and invokes them once for each property on the
-  `Ember.Application` object.
-
-  An injection is a function that is responsible for instantiating objects from
-  classes defined on the application. By default, the only injection registered
-  instantiates controllers and makes them available on the router.
-
-  For example, if you define a controller class:
-
-  ```javascript
-  App.MyController = Ember.Controller.extend({
-    // ...
-  });
-  ```
-
-  Your router will receive an instance of `App.MyController` saved on its
-  `myController` property.
-
-  Libraries on top of Ember.js can register additional injections. For example,
-  if your application is using Ember Data, it registers an injection that
-  instantiates `DS.Store`:
-
-  ```javascript
-  Ember.Application.registerInjection({
-    name: 'store',
-    before: 'controllers',
-
-    injection: function(app, router, property) {
-      if (property === 'Store') {
-        set(router, 'store', app[property].create());
-      }
-    }
-  });
-  ```
-
-  ### Routing
-
-  In addition to creating your application's router, `Ember.Application` is also
-  responsible for telling the router when to start routing.
-
-  By default, the router will begin trying to translate the current URL into
-  application state once the browser emits the `DOMContentReady` event. If you
-  need to defer routing, you can call the application's `deferReadiness()` method.
-  Once routing can begin, call the `advanceReadiness()` method.
-
-  If there is any setup required before routing begins, you can implement a `ready()`
-  method on your app that will be invoked immediately before routing begins:
-
-  ```javascript
-  window.App = Ember.Application.create({
-    ready: function() {
-      this.set('router.enableLogging', true);
-    }
-  });
-
-  To begin routing, you must have at a minimum a top-level controller and view.
-  You define these as `App.ApplicationController` and `App.ApplicationView`,
-  respectively. Your application will not work if you do not define these two
-  mandatory classes. For example:
-
-  ```javascript
-  App.ApplicationView = Ember.View.extend({
-    templateName: 'application'
-  });
-  App.ApplicationController = Ember.Controller.extend();
-  ```
-
-  @class Application
-  @namespace Ember
-  @extends Ember.Namespace
-*/
-Ember.Application = Ember.Namespace.extend(
-/** @scope Ember.Application.prototype */{
-
-  /**
-    The root DOM element of the Application. This can be specified as an
-    element or a
-    [jQuery-compatible selector string](http://api.jquery.com/category/selectors/).
-
-    This is the element that will be passed to the Application's,
-    `eventDispatcher`, which sets up the listeners for event delegation. Every
-    view in your application should be a child of the element you specify here.
-
-    @property rootElement
-    @type DOMElement
-    @default 'body'
-  */
-  rootElement: 'body',
-
-  /**
-    The `Ember.EventDispatcher` responsible for delegating events to this
-    application's views.
-
-    The event dispatcher is created by the application at initialization time
-    and sets up event listeners on the DOM element described by the
-    application's `rootElement` property.
-
-    See the documentation for `Ember.EventDispatcher` for more information.
-
-    @property eventDispatcher
-    @type Ember.EventDispatcher
-    @default null
-  */
-  eventDispatcher: null,
-
-  /**
-    The DOM events for which the event dispatcher should listen.
-
-    By default, the application's `Ember.EventDispatcher` listens
-    for a set of standard DOM events, such as `mousedown` and
-    `keyup`, and delegates them to your application's `Ember.View`
-    instances.
-
-    If you would like additional events to be delegated to your
-    views, set your `Ember.Application`'s `customEvents` property
-    to a hash containing the DOM event name as the key and the
-    corresponding view method name as the value. For example:
-
-        App = Ember.Application.create({
-          customEvents: {
-            // add support for the loadedmetadata media
-            // player event
-            'loadedmetadata': "loadedMetadata"
-          }
-        });
-
-    @property customEvents
-    @type Object
-    @default null
-  */
-  customEvents: null,
-
-  autoinit: !Ember.testing,
-
-  isInitialized: false,
-
-  init: function() {
-    if (!this.$) { this.$ = Ember.$; }
-
-    this._super();
-
-    this.createEventDispatcher();
-
-    // Start off the number of deferrals at 1. This will be
-    // decremented by the Application's own `initialize` method.
-    this._readinessDeferrals = 1;
-
-    this.waitForDOMContentLoaded();
-
-    if (this.autoinit) {
-      var self = this;
-      this.$().ready(function() {
-        if (self.isDestroyed || self.isInitialized) return;
-        self.initialize();
-      });
-    }
-  },
-
-  /** @private */
-  createEventDispatcher: function() {
-    var rootElement = get(this, 'rootElement'),
-        eventDispatcher = Ember.EventDispatcher.create({
-          rootElement: rootElement
-        });
-
-    set(this, 'eventDispatcher', eventDispatcher);
-  },
-
-  waitForDOMContentLoaded: function() {
-    this.deferReadiness();
-
-    var self = this;
-    this.$().ready(function() {
-      self.advanceReadiness();
-    });
-  },
-
-  deferReadiness: function() {
-    Ember.assert("You cannot defer readiness since the `ready()` hook has already been called.", this._readinessDeferrals > 0);
-    this._readinessDeferrals++;
-  },
-
-  advanceReadiness: function() {
-    this._readinessDeferrals--;
-
-    if (this._readinessDeferrals === 0) {
-      Ember.run.once(this, this.didBecomeReady);
-    }
-  },
-
-  /**
-    Instantiate all controllers currently available on the namespace
-    and inject them onto a router.
-
-    Example:
-
-        App.PostsController = Ember.ArrayController.extend();
-        App.CommentsController = Ember.ArrayController.extend();
-
-        var router = Ember.Router.create({
-          ...
-        });
-
-        App.initialize(router);
-
-        router.get('postsController')     // <App.PostsController:ember1234>
-        router.get('commentsController')  // <App.CommentsController:ember1235>
-
-    @method initialize
-    @param router {Ember.Router}
-  */
-  initialize: function(router) {
-    Ember.assert("Application initialize may only be call once", !this.isInitialized);
-    Ember.assert("Application not destroyed", !this.isDestroyed);
-
-    router = this.setupRouter(router);
-
-    this.runInjections(router);
-
-    Ember.runLoadHooks('application', this);
-
-    this.isInitialized = true;
-
-    // At this point, any injections or load hooks that would have wanted
-    // to defer readiness have fired.
-    this.advanceReadiness();
-
-    return this;
-  },
-
-  /** @private */
-  runInjections: function(router) {
-    var injections = get(this.constructor, 'injections'),
-        graph = new Ember.DAG(),
-        namespace = this,
-        properties, i, injection;
-
-    for (i=0; i<injections.length; i++) {
-      injection = injections[i];
-      graph.addEdges(injection.name, injection.injection, injection.before, injection.after);
-    }
-
-    graph.topsort(function (vertex) {
-      var injection = vertex.value,
-          properties = Ember.A(Ember.keys(namespace));
-      properties.forEach(function(property) {
-        injection(namespace, router, property);
-      });
-    });
-  },
-
-  /** @private */
-  setupRouter: function(router) {
-    if (!router && Ember.Router.detect(this.Router)) {
-      router = this.Router.create();
-      this._createdRouter = router;
-    }
-
-    if (router) {
-      set(this, 'router', router);
-
-      // By default, the router's namespace is the current application.
-      //
-      // This allows it to find model classes when a state has a
-      // route like `/posts/:post_id`. In that case, it would first
-      // convert `post_id` into `Post`, and then look it up on its
-      // namespace.
-      set(router, 'namespace', this);
-    }
-
-    return router;
-  },
-
-  /** @private */
-  didBecomeReady: function() {
-    var eventDispatcher = get(this, 'eventDispatcher'),
-        customEvents    = get(this, 'customEvents'),
-        router;
-
-    eventDispatcher.setup(customEvents);
-
-    this.ready();
-
-
-    router = get(this, 'router');
-
-    this.createApplicationView(router);
-
-    if (router && router instanceof Ember.Router) {
-      this.startRouting(router);
-    }
-  },
-
-  createApplicationView: function (router) {
-    var rootElement = get(this, 'rootElement'),
-        applicationViewOptions = {},
-        applicationViewClass = this.ApplicationView,
-        applicationTemplate = Ember.TEMPLATES.application,
-        applicationController, applicationView;
-
-    // don't do anything unless there is an ApplicationView or application template
-    if (!applicationViewClass && !applicationTemplate) return;
-
-    if (router) {
-      applicationController = get(router, 'applicationController');
-      if (applicationController) {
-        applicationViewOptions.controller = applicationController;
-      }
-    }
-
-    if (applicationTemplate) {
-      applicationViewOptions.template = applicationTemplate;
-    }
-
-    if (!applicationViewClass) {
-      applicationViewClass = Ember.View;
-    }
-
-    applicationView = applicationViewClass.create(applicationViewOptions);
-
-    this._createdApplicationView = applicationView;
-
-    if (router) {
-      set(router, 'applicationView', applicationView);
-    }
-
-    applicationView.appendTo(rootElement);
-  },
-
-  /**
-    @private
-
-    If the application has a router, use it to route to the current URL, and
-    trigger a new call to `route` whenever the URL changes.
-
-    @method startRouting
-    @property router {Ember.Router}
-  */
-  startRouting: function(router) {
-    var location = get(router, 'location');
-
-    Ember.assert("You must have an application template or ApplicationView defined on your application", get(router, 'applicationView') );
-    Ember.assert("You must have an ApplicationController defined on your application", get(router, 'applicationController') );
-
-    router.route(location.getURL());
-    location.onUpdateURL(function(url) {
-      router.route(url);
-    });
-  },
-
-  /**
-    Called when the Application has become ready.
-    The call will be delayed until the DOM has become ready.
-
-    @event ready
-  */
-  ready: Ember.K,
-
-  willDestroy: function() {
-    get(this, 'eventDispatcher').destroy();
-    if (this._createdRouter)          { this._createdRouter.destroy(); }
-    if (this._createdApplicationView) { this._createdApplicationView.destroy(); }
-  },
-
-  registerInjection: function(options) {
-    this.constructor.registerInjection(options);
-  }
-});
-
-Ember.Application.reopenClass({
-  concatenatedProperties: ['injections'],
-  injections: Ember.A(),
-  registerInjection: function(injection) {
-    var injections = get(this, 'injections');
-
-    Ember.assert("The injection '" + injection.name + "' has already been registered", !injections.findProperty('name', injection.name));
-    Ember.assert("An injection cannot be registered with both a before and an after", !(injection.before && injection.after));
-    Ember.assert("An injection cannot be registered without an injection function", Ember.canInvoke(injection, 'injection'));
-
-    injections.push(injection);
-  }
-});
-
-Ember.Application.registerInjection({
-  name: 'controllers',
-  injection: function(app, router, property) {
-    if (!router) { return; }
-    if (!/^[A-Z].*Controller$/.test(property)) { return; }
-
-    var name = property.charAt(0).toLowerCase() + property.substr(1),
-        controllerClass = app[property], controller;
-
-    if(!Ember.Object.detect(controllerClass)){ return; }
-    controller = app[property].create();
-
-    router.set(name, controller);
-
-    controller.setProperties({
-      target: router,
-      controllers: router,
-      namespace: app
-    });
-  }
-});
-
-Ember.runLoadHooks('Ember.Application', Ember.Application);
-
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-Ember Application
-
-@module ember
-@submodule ember-application
-@requires ember-views, ember-states, ember-routing
-*/
-
-})();
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var jQuery = Ember.imports.jQuery;
-Ember.assert("Ember Views require jQuery 1.7 or 1.8", jQuery && (jQuery().jquery.match(/^1\.(7(?!$)(?!\.[01])|8)(\.\d+)?(pre|rc\d?)?/) || Ember.ENV.FORCE_JQUERY));
-
-/**
-  Alias for jQuery
-
-  @method $
-  @for Ember
-*/
-Ember.$ = jQuery;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-// http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dndevents
-var dragEvents = Ember.String.w('dragstart drag dragenter dragleave dragover drop dragend');
-
-// Copies the `dataTransfer` property from a browser event object onto the
-// jQuery event object for the specified events
-Ember.EnumerableUtils.forEach(dragEvents, function(eventName) {
-  Ember.$.event.fixHooks[eventName] = { props: ['dataTransfer'] };
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set;
-var indexOf = Ember.ArrayPolyfills.indexOf;
-
-var ClassSet = function() {
-  this.seen = {};
-  this.list = [];
-};
-
-ClassSet.prototype = {
-  add: function(string) {
-    if (string in this.seen) { return; }
-    this.seen[string] = true;
-
-    this.list.push(string);
-  },
-
-  toDOM: function() {
-    return this.list.join(" ");
-  }
-};
-
-/**
-  Ember.RenderBuffer gathers information regarding the a view and generates the
-  final representation. Ember.RenderBuffer will generate HTML which can be pushed
-  to the DOM.
-
-  @class RenderBuffer
-  @namespace Ember
-  @constructor
-*/
-Ember.RenderBuffer = function(tagName) {
-  return new Ember._RenderBuffer(tagName);
-};
-
-Ember._RenderBuffer = function(tagName) {
-  this.elementTag = tagName;
-  this.childBuffers = [];
-};
-
-Ember._RenderBuffer.prototype =
-/** @scope Ember.RenderBuffer.prototype */ {
-
-  /**
-    Array of class-names which will be applied in the class="" attribute
-
-    You should not maintain this array yourself, rather, you should use
-    the addClass() method of Ember.RenderBuffer.
-
-    @property elementClasses
-    @type Array
-    @default []
-  */
-  elementClasses: null,
-
-  /**
-    The id in of the element, to be applied in the id="" attribute
-
-    You should not set this property yourself, rather, you should use
-    the id() method of Ember.RenderBuffer.
-
-    @property elementId
-    @type String
-    @default null
-  */
-  elementId: null,
-
-  /**
-    A hash keyed on the name of the attribute and whose value will be
-    applied to that attribute. For example, if you wanted to apply a
-    data-view="Foo.bar" property to an element, you would set the
-    elementAttributes hash to {'data-view':'Foo.bar'}
-
-    You should not maintain this hash yourself, rather, you should use
-    the attr() method of Ember.RenderBuffer.
-
-    @property elementAttributes
-    @type Hash
-    @default {}
-  */
-  elementAttributes: null,
-
-  /**
-    The tagname of the element an instance of Ember.RenderBuffer represents.
-
-    Usually, this gets set as the first parameter to Ember.RenderBuffer. For
-    example, if you wanted to create a `p` tag, then you would call
-
-      Ember.RenderBuffer('p')
-
-    @property elementTag
-    @type String
-    @default null
-  */
-  elementTag: null,
-
-  /**
-    A hash keyed on the name of the style attribute and whose value will
-    be applied to that attribute. For example, if you wanted to apply a
-    background-color:black;" style to an element, you would set the
-    elementStyle hash to {'background-color':'black'}
-
-    You should not maintain this hash yourself, rather, you should use
-    the style() method of Ember.RenderBuffer.
-
-    @property elementStyle
-    @type Hash
-    @default {}
-  */
-  elementStyle: null,
-
-  /**
-    Nested RenderBuffers will set this to their parent RenderBuffer
-    instance.
-
-    @property parentBuffer
-    @type Ember._RenderBuffer
-  */
-  parentBuffer: null,
-
-  /**
-    Adds a string of HTML to the RenderBuffer.
-
-    @method push
-    @param {String} string HTML to push into the buffer
-    @chainable
-  */
-  push: function(string) {
-    this.childBuffers.push(String(string));
-    return this;
-  },
-
-  /**
-    Adds a class to the buffer, which will be rendered to the class attribute.
-
-    @method addClass
-    @param {String} className Class name to add to the buffer
-    @chainable
-  */
-  addClass: function(className) {
-    // lazily create elementClasses
-    var elementClasses = this.elementClasses = (this.elementClasses || new ClassSet());
-    this.elementClasses.add(className);
-
-    return this;
-  },
-
-  /**
-    Sets the elementID to be used for the element.
-
-    @method id
-    @param {String} id
-    @chainable
-  */
-  id: function(id) {
-    this.elementId = id;
-    return this;
-  },
-
-  // duck type attribute functionality like jQuery so a render buffer
-  // can be used like a jQuery object in attribute binding scenarios.
-
-  /**
-    Adds an attribute which will be rendered to the element.
-
-    @method attr
-    @param {String} name The name of the attribute
-    @param {String} value The value to add to the attribute
-    @chainable
-    @return {Ember.RenderBuffer|String} this or the current attribute value
-  */
-  attr: function(name, value) {
-    var attributes = this.elementAttributes = (this.elementAttributes || {});
-
-    if (arguments.length === 1) {
-      return attributes[name];
-    } else {
-      attributes[name] = value;
-    }
-
-    return this;
-  },
-
-  /**
-    Remove an attribute from the list of attributes to render.
-
-    @method removeAttr
-    @param {String} name The name of the attribute
-    @chainable
-  */
-  removeAttr: function(name) {
-    var attributes = this.elementAttributes;
-    if (attributes) { delete attributes[name]; }
-
-    return this;
-  },
-
-  /**
-    Adds a style to the style attribute which will be rendered to the element.
-
-    @method style
-    @param {String} name Name of the style
-    @param {String} value
-    @chainable
-  */
-  style: function(name, value) {
-    var style = this.elementStyle = (this.elementStyle || {});
-
-    this.elementStyle[name] = value;
-    return this;
-  },
-
-  /**
-    @private
-
-    Create a new child render buffer from a parent buffer. Optionally set
-    additional properties on the buffer. Optionally invoke a callback
-    with the newly created buffer.
-
-    This is a primitive method used by other public methods: `begin`,
-    `prepend`, `replaceWith`, `insertAfter`.
-
-    @method newBuffer
-    @param {String} tagName Tag name to use for the child buffer's element
-    @param {Ember._RenderBuffer} parent The parent render buffer that this
-      buffer should be appended to.
-    @param {Function} fn A callback to invoke with the newly created buffer.
-    @param {Object} other Additional properties to add to the newly created
-      buffer.
-  */
-  newBuffer: function(tagName, parent, fn, other) {
-    var buffer = new Ember._RenderBuffer(tagName);
-    buffer.parentBuffer = parent;
-
-    if (other) { Ember.$.extend(buffer, other); }
-    if (fn) { fn.call(this, buffer); }
-
-    return buffer;
-  },
-
-  /**
-    @private
-
-    Replace the current buffer with a new buffer. This is a primitive
-    used by `remove`, which passes `null` for `newBuffer`, and `replaceWith`,
-    which passes the new buffer it created.
-
-    @method replaceWithBuffer
-    @param {Ember._RenderBuffer} buffer The buffer to insert in place of
-      the existing buffer.
-  */
-  replaceWithBuffer: function(newBuffer) {
-    var parent = this.parentBuffer;
-    if (!parent) { return; }
-
-    var childBuffers = parent.childBuffers;
-
-    var index = indexOf.call(childBuffers, this);
-
-    if (newBuffer) {
-      childBuffers.splice(index, 1, newBuffer);
-    } else {
-      childBuffers.splice(index, 1);
-    }
-  },
-
-  /**
-    Creates a new Ember.RenderBuffer object with the provided tagName as
-    the element tag and with its parentBuffer property set to the current
-    Ember.RenderBuffer.
-
-    @method begin
-    @param {String} tagName Tag name to use for the child buffer's element
-    @return {Ember.RenderBuffer} A new RenderBuffer object
-  */
-  begin: function(tagName) {
-    return this.newBuffer(tagName, this, function(buffer) {
-      this.childBuffers.push(buffer);
-    });
-  },
-
-  /**
-    Prepend a new child buffer to the current render buffer.
-
-    @method prepend
-    @param {String} tagName Tag name to use for the child buffer's element
-  */
-  prepend: function(tagName) {
-    return this.newBuffer(tagName, this, function(buffer) {
-      this.childBuffers.splice(0, 0, buffer);
-    });
-  },
-
-  /**
-    Replace the current buffer with a new render buffer.
-
-    @method replaceWith
-    @param {String} tagName Tag name to use for the new buffer's element
-  */
-  replaceWith: function(tagName) {
-    var parentBuffer = this.parentBuffer;
-
-    return this.newBuffer(tagName, parentBuffer, function(buffer) {
-      this.replaceWithBuffer(buffer);
-    });
-  },
-
-  /**
-    Insert a new render buffer after the current render buffer.
-
-    @method insertAfter
-    @param {String} tagName Tag name to use for the new buffer's element
-  */
-  insertAfter: function(tagName) {
-    var parentBuffer = get(this, 'parentBuffer');
-
-    return this.newBuffer(tagName, parentBuffer, function(buffer) {
-      var siblings = parentBuffer.childBuffers;
-      var index = indexOf.call(siblings, this);
-      siblings.splice(index + 1, 0, buffer);
-    });
-  },
-
-  /**
-    Closes the current buffer and adds its content to the parentBuffer.
-
-    @method end
-    @return {Ember.RenderBuffer} The parentBuffer, if one exists. Otherwise, this
-  */
-  end: function() {
-    var parent = this.parentBuffer;
-    return parent || this;
-  },
-
-  remove: function() {
-    this.replaceWithBuffer(null);
-  },
-
-  /**
-    @method element
-    @return {DOMElement} The element corresponding to the generated HTML
-      of this buffer
-  */
-  element: function() {
-    return Ember.$(this.string())[0];
-  },
-
-  /**
-    Generates the HTML content for this buffer.
-
-    @method string
-    @return {String} The generated HTMl
-  */
-  string: function() {
-    var content = '', tag = this.elementTag, openTag;
-
-    if (tag) {
-      var id = this.elementId,
-          classes = this.elementClasses,
-          attrs = this.elementAttributes,
-          style = this.elementStyle,
-          styleBuffer = '', prop;
-
-      openTag = ["<" + tag];
-
-      if (id) { openTag.push('id="' + this._escapeAttribute(id) + '"'); }
-      if (classes) { openTag.push('class="' + this._escapeAttribute(classes.toDOM()) + '"'); }
-
-      if (style) {
-        for (prop in style) {
-          if (style.hasOwnProperty(prop)) {
-            styleBuffer += (prop + ':' + this._escapeAttribute(style[prop]) + ';');
-          }
-        }
-
-        openTag.push('style="' + styleBuffer + '"');
-      }
-
-      if (attrs) {
-        for (prop in attrs) {
-          if (attrs.hasOwnProperty(prop)) {
-            openTag.push(prop + '="' + this._escapeAttribute(attrs[prop]) + '"');
-          }
-        }
-      }
-
-      openTag = openTag.join(" ") + '>';
-    }
-
-    var childBuffers = this.childBuffers;
-
-    Ember.ArrayPolyfills.forEach.call(childBuffers, function(buffer) {
-      var stringy = typeof buffer === 'string';
-      content += (stringy ? buffer : buffer.string());
-    });
-
-    if (tag) {
-      return openTag + content + "</" + tag + ">";
-    } else {
-      return content;
-    }
-  },
-
-  _escapeAttribute: function(value) {
-    // Stolen shamelessly from Handlebars
-
-    var escape = {
-      "<": "&lt;",
-      ">": "&gt;",
-      '"': "&quot;",
-      "'": "&#x27;",
-      "`": "&#x60;"
-    };
-
-    var badChars = /&(?!\w+;)|[<>"'`]/g;
-    var possible = /[&<>"'`]/;
-
-    var escapeChar = function(chr) {
-      return escape[chr] || "&amp;";
-    };
-
-    var string = value.toString();
-
-    if(!possible.test(string)) { return string; }
-    return string.replace(badChars, escapeChar);
-  }
-
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, fmt = Ember.String.fmt;
-
-/**
-  Ember.EventDispatcher handles delegating browser events to their corresponding
-  Ember.Views. For example, when you click on a view, Ember.EventDispatcher ensures
-  that that view's `mouseDown` method gets called.
-
-  @class EventDispatcher
-  @namespace Ember
-  @private
-  @extends Ember.Object
-*/
-Ember.EventDispatcher = Ember.Object.extend(
-/** @scope Ember.EventDispatcher.prototype */{
-
-  /**
-    @private
-
-    The root DOM element to which event listeners should be attached. Event
-    listeners will be attached to the document unless this is overridden.
-
-    Can be specified as a DOMElement or a selector string.
-
-    The default body is a string since this may be evaluated before document.body
-    exists in the DOM.
-
-    @property rootElement
-    @type DOMElement
-    @default 'body'
-  */
-  rootElement: 'body',
-
-  /**
-    @private
-
-    Sets up event listeners for standard browser events.
-
-    This will be called after the browser sends a DOMContentReady event. By
-    default, it will set up all of the listeners on the document body. If you
-    would like to register the listeners on a different element, set the event
-    dispatcher's `root` property.
-
-    @method setup
-    @param addedEvents {Hash}
-  */
-  setup: function(addedEvents) {
-    var event, events = {
-      touchstart  : 'touchStart',
-      touchmove   : 'touchMove',
-      touchend    : 'touchEnd',
-      touchcancel : 'touchCancel',
-      keydown     : 'keyDown',
-      keyup       : 'keyUp',
-      keypress    : 'keyPress',
-      mousedown   : 'mouseDown',
-      mouseup     : 'mouseUp',
-      contextmenu : 'contextMenu',
-      click       : 'click',
-      dblclick    : 'doubleClick',
-      mousemove   : 'mouseMove',
-      focusin     : 'focusIn',
-      focusout    : 'focusOut',
-      mouseenter  : 'mouseEnter',
-      mouseleave  : 'mouseLeave',
-      submit      : 'submit',
-      input       : 'input',
-      change      : 'change',
-      dragstart   : 'dragStart',
-      drag        : 'drag',
-      dragenter   : 'dragEnter',
-      dragleave   : 'dragLeave',
-      dragover    : 'dragOver',
-      drop        : 'drop',
-      dragend     : 'dragEnd'
-    };
-
-    Ember.$.extend(events, addedEvents || {});
-
-    var rootElement = Ember.$(get(this, 'rootElement'));
-
-    Ember.assert(fmt('You cannot use the same root element (%@) multiple times in an Ember.Application', [rootElement.selector || rootElement[0].tagName]), !rootElement.is('.ember-application'));
-    Ember.assert('You cannot make a new Ember.Application using a root element that is a descendent of an existing Ember.Application', !rootElement.closest('.ember-application').length);
-    Ember.assert('You cannot make a new Ember.Application using a root element that is an ancestor of an existing Ember.Application', !rootElement.find('.ember-application').length);
-
-    rootElement.addClass('ember-application');
-
-    Ember.assert('Unable to add "ember-application" class to rootElement. Make sure you set rootElement to the body or an element in the body.', rootElement.is('.ember-application'));
-
-    for (event in events) {
-      if (events.hasOwnProperty(event)) {
-        this.setupHandler(rootElement, event, events[event]);
-      }
-    }
-  },
-
-  /**
-    @private
-
-    Registers an event listener on the document. If the given event is
-    triggered, the provided event handler will be triggered on the target
-    view.
-
-    If the target view does not implement the event handler, or if the handler
-    returns false, the parent view will be called. The event will continue to
-    bubble to each successive parent view until it reaches the top.
-
-    For example, to have the `mouseDown` method called on the target view when
-    a `mousedown` event is received from the browser, do the following:
-
-        setupHandler('mousedown', 'mouseDown');
-
-    @method setupHandler
-    @param {Element} rootElement
-    @param {String} event the browser-originated event to listen to
-    @param {String} eventName the name of the method to call on the view
-  */
-  setupHandler: function(rootElement, event, eventName) {
-    var self = this;
-
-    rootElement.delegate('.ember-view', event + '.ember', function(evt, triggeringManager) {
-      return Ember.handleErrors(function() {
-        var view = Ember.View.views[this.id],
-            result = true, manager = null;
-
-        manager = self._findNearestEventManager(view,eventName);
-
-        if (manager && manager !== triggeringManager) {
-          result = self._dispatchEvent(manager, evt, eventName, view);
-        } else if (view) {
-          result = self._bubbleEvent(view,evt,eventName);
-        } else {
-          evt.stopPropagation();
-        }
-
-        return result;
-      }, this);
-    });
-
-    rootElement.delegate('[data-ember-action]', event + '.ember', function(evt) {
-      return Ember.handleErrors(function() {
-        var actionId = Ember.$(evt.currentTarget).attr('data-ember-action'),
-            action   = Ember.Handlebars.ActionHelper.registeredActions[actionId],
-            handler  = action.handler;
-
-        if (action.eventName === eventName) {
-          return handler(evt);
-        }
-      }, this);
-    });
-  },
-
-  _findNearestEventManager: function(view, eventName) {
-    var manager = null;
-
-    while (view) {
-      manager = get(view, 'eventManager');
-      if (manager && manager[eventName]) { break; }
-
-      view = get(view, 'parentView');
-    }
-
-    return manager;
-  },
-
-  _dispatchEvent: function(object, evt, eventName, view) {
-    var result = true;
-
-    var handler = object[eventName];
-    if (Ember.typeOf(handler) === 'function') {
-      result = handler.call(object, evt, view);
-      // Do not preventDefault in eventManagers.
-      evt.stopPropagation();
-    }
-    else {
-      result = this._bubbleEvent(view, evt, eventName);
-    }
-
-    return result;
-  },
-
-  _bubbleEvent: function(view, evt, eventName) {
-    return Ember.run(function() {
-      return view.handleEvent(eventName, evt);
-    });
-  },
-
-  destroy: function() {
-    var rootElement = get(this, 'rootElement');
-    Ember.$(rootElement).undelegate('.ember').removeClass('ember-application');
-    return this._super();
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-// Add a new named queue for rendering views that happens
-// after bindings have synced.
-var queues = Ember.run.queues;
-queues.splice(Ember.$.inArray('actions', queues)+1, 0, 'render');
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set;
-
-// Original class declaration and documentation in runtime/lib/controllers/controller.js
-// NOTE: It may be possible with YUIDoc to combine docs in two locations
-
-/**
-Additional methods for the ControllerMixin
-
-@class ControllerMixin
-@namespace Ember
-*/
-Ember.ControllerMixin.reopen({
-
-  target: null,
-  controllers: null,
-  namespace: null,
-  view: null,
-
-  /**
-    `connectOutlet` creates a new instance of a provided view
-    class, wires it up to its associated controller, and
-    assigns the new view to a property on the current controller.
-
-    The purpose of this method is to enable views that use
-    outlets to quickly assign new views for a given outlet.
-
-    For example, an application view's template may look like
-    this:
-
-    ``` handlebars
-    <h1>My Blog</h1>
-    {{outlet}}
-    ```
-
-    The view for this outlet is specified by assigning a
-    `view` property to the application's controller. The
-    following code will assign a new `App.PostsView` to
-    that outlet:
-
-    ``` javascript
-    applicationController.connectOutlet('posts');
-    ```
-
-    In general, you will also want to assign a controller
-    to the newly created view. By convention, a controller
-    named `postsController` will be assigned as the view's
-    controller.
-
-    In an application initialized using `app.initialize(router)`,
-    `connectOutlet` will look for `postsController` on the
-    router. The initialization process will automatically
-    create an instance of `App.PostsController` called
-    `postsController`, so you don't need to do anything
-    beyond `connectOutlet` to assign your view and wire it
-    up to its associated controller.
-
-    You can supply a `content` for the controller by supplying
-    a final argument after the view class:
-
-    ``` javascript
-    applicationController.connectOutlet('posts', App.Post.find());
-    ```
-
-    You can specify a particular outlet to use. For example, if your main
-    template looks like:
-
-    ``` handlebars
-    <h1>My Blog</h1>
-    {{outlet masterView}}
-    {{outlet detailView}}
-    ```
-
-    You can assign an `App.PostsView` to the masterView outlet:
-
-    ``` javascript
-    applicationController.connectOutlet({
-      outletName: 'masterView',
-      name: 'posts',
-      context: App.Post.find()
-    });
-    ```
-
-    You can write this as:
-
-    ``` javascript
-    applicationController.connectOutlet('masterView', 'posts', App.Post.find());
-    ```
-
-
-    @method connectOutlet
-    @param {String} outletName a name for the outlet to set
-    @param {String} name a view/controller pair name
-    @param {Object} context a context object to assign to the
-      controller's `content` property, if a controller can be
-      found (optional)
-  */
-  connectOutlet: function(name, context) {
-    // Normalize arguments. Supported arguments:
-    //
-    // name
-    // name, context
-    // outletName, name
-    // outletName, name, context
-    // options
-    //
-    // The options hash has the following keys:
-    //
-    //   name: the name of the controller and view
-    //     to use. If this is passed, the name
-    //     determines the view and controller.
-    //   outletName: the name of the outlet to
-    //     fill in. default: 'view'
-    //   viewClass: the class of the view to instantiate
-    //   controller: the controller instance to pass
-    //     to the view
-    //   context: an object that should become the
-    //     controller's `content` and thus the
-    //     template's context.
-
-    var outletName, viewClass, view, controller, options;
-
-    if (Ember.typeOf(context) === 'string') {
-      outletName = name;
-      name = context;
-      context = arguments[2];
-    }
-
-    if (arguments.length === 1) {
-      if (Ember.typeOf(name) === 'object') {
-        options = name;
-        outletName = options.outletName;
-        name = options.name;
-        viewClass = options.viewClass;
-        controller = options.controller;
-        context = options.context;
-      }
-    } else {
-      options = {};
-    }
-
-    outletName = outletName || 'view';
-
-    Ember.assert("The viewClass is either missing or the one provided did not resolve to a view", !!name || (!name && !!viewClass));
-
-    Ember.assert("You must supply a name or a viewClass to connectOutlet, but not both", (!!name && !viewClass && !controller) || (!name && !!viewClass));
-
-    if (name) {
-      var namespace = get(this, 'namespace'),
-          controllers = get(this, 'controllers');
-
-      var viewClassName = name.charAt(0).toUpperCase() + name.substr(1) + "View";
-      viewClass = get(namespace, viewClassName);
-      controller = get(controllers, name + 'Controller');
-
-      Ember.assert("The name you supplied " + name + " did not resolve to a view " + viewClassName, !!viewClass);
-      Ember.assert("The name you supplied " + name + " did not resolve to a controller " + name + 'Controller', (!!controller && !!context) || !context);
-    }
-
-    if (controller && context) { set(controller, 'content', context); }
-
-    view = this.createOutletView(outletName, viewClass);
-
-    if (controller) { set(view, 'controller', controller); }
-    set(this, outletName, view);
-
-    return view;
-  },
-
-  /**
-    Convenience method to connect controllers. This method makes other controllers
-    available on the controller the method was invoked on.
-
-    For example, to make the `personController` and the `postController` available
-    on the `overviewController`, you would call:
-
-        overviewController.connectControllers('person', 'post');
-
-    @method connectControllers
-    @param {String...} controllerNames the controllers to make available
-  */
-  connectControllers: function() {
-    var controllers = get(this, 'controllers'),
-        controllerNames = Array.prototype.slice.apply(arguments),
-        controllerName;
-
-    for (var i=0, l=controllerNames.length; i<l; i++) {
-      controllerName = controllerNames[i] + 'Controller';
-      set(this, controllerName, get(controllers, controllerName));
-    }
-  },
-
-  /**
-    `disconnectOutlet` removes previously attached view from given outlet.
-
-    @method disconnectOutlet
-    @param  {String} outletName the outlet name. (optional)
-   */
-  disconnectOutlet: function(outletName) {
-    outletName = outletName || 'view';
-
-    set(this, outletName, null);
-  },
-
-  /**
-    `createOutletView` is a hook you may want to override if you need to do
-    something special with the view created for the outlet. For example
-    you may want to implement views sharing across outlets.
-
-    @method createOutletView
-    @param outletName {String}
-    @param viewClass {Ember.View}
-  */
-  createOutletView: function(outletName, viewClass) {
-    return viewClass.create();
-  }
-});
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, addObserver = Ember.addObserver, removeObserver = Ember.removeObserver;
-var meta = Ember.meta, fmt = Ember.String.fmt;
-var a_slice = [].slice;
-var a_forEach = Ember.EnumerableUtils.forEach;
-
-var childViewsProperty = Ember.computed(function() {
-  var childViews = this._childViews;
-
-  var ret = Ember.A();
-
-  a_forEach(childViews, function(view) {
-    if (view.isVirtual) {
-      ret.pushObjects(get(view, 'childViews'));
-    } else {
-      ret.push(view);
-    }
-  });
-
-  return ret;
-}).property();
-
-Ember.warn("The VIEW_PRESERVES_CONTEXT flag has been removed and the functionality can no longer be disabled.", Ember.ENV.VIEW_PRESERVES_CONTEXT !== false);
-
-/**
-  Global hash of shared templates. This will automatically be populated
-  by the build tools so that you can store your Handlebars templates in
-  separate files that get loaded into JavaScript at buildtime.
-
-  @property TEMPLATES
-  @for Ember
-  @type Hash
-*/
-Ember.TEMPLATES = {};
-
-var invokeForState = {
-  preRender: {},
-  inBuffer: {},
-  hasElement: {},
-  inDOM: {},
-  destroyed: {}
-};
-
-Ember.CoreView = Ember.Object.extend(Ember.Evented, {
-  init: function() {
-    this._super();
-
-    // Register the view for event handling. This hash is used by
-    // Ember.EventDispatcher to dispatch incoming events.
-    if (!this.isVirtual) Ember.View.views[get(this, 'elementId')] = this;
-  },
-
-  /**
-    If the view is currently inserted into the DOM of a parent view, this
-    property will point to the parent of the view.
-
-    @property parentView
-    @type Ember.View
-    @default null
-  */
-  parentView: Ember.computed(function() {
-    var parent = get(this, '_parentView');
-
-    if (parent && parent.isVirtual) {
-      return get(parent, 'parentView');
-    } else {
-      return parent;
-    }
-  }).property('_parentView').volatile(),
-
-  state: 'preRender',
-
-  _parentView: null,
-
-  // return the current view, not including virtual views
-  concreteView: Ember.computed(function() {
-    if (!this.isVirtual) { return this; }
-    else { return get(this, 'parentView'); }
-  }).property('_parentView').volatile(),
-
-  /**
-    Creates a new renderBuffer with the passed tagName. You can override this
-    method to provide further customization to the buffer if needed. Normally
-    you will not need to call or override this method.
-
-    @method renderBuffer
-    @param [tagName] {String}
-    @return {Ember.RenderBuffer}
-  */
-  renderBuffer: function(tagName) {
-    tagName = tagName || get(this, 'tagName');
-
-    // Explicitly check for null or undefined, as tagName
-    // may be an empty string, which would evaluate to false.
-    if (tagName === null || tagName === undefined) {
-      tagName = 'div';
-    }
-
-    return Ember.RenderBuffer(tagName);
-  },
-
-  instrumentName: 'render.core_view',
-
-  instrumentDetails: function(hash) {
-    hash.type = this.constructor.toString();
-  },
-
-  /**
-    @private
-
-    Invoked by the view system when this view needs to produce an HTML
-    representation. This method will create a new render buffer, if needed,
-    then apply any default attributes, such as class names and visibility.
-    Finally, the `render()` method is invoked, which is responsible for
-    doing the bulk of the rendering.
-
-    You should not need to override this method; instead, implement the
-    `template` property, or if you need more control, override the `render`
-    method.
-
-    @method renderToBuffer
-    @param {Ember.RenderBuffer} buffer the render buffer. If no buffer is
-      passed, a default buffer, using the current view's `tagName`, will
-      be used.
-  */
-  renderToBuffer: function(parentBuffer, bufferOperation) {
-    var name = get(this, 'instrumentName'),
-        details = {};
-
-    this.instrumentDetails(details);
-
-    return Ember.instrument(name, details, function() {
-      return this._renderToBuffer(parentBuffer, bufferOperation);
-    }, this);
-  },
-
-  _renderToBuffer: function(parentBuffer, bufferOperation) {
-    var buffer;
-
-    Ember.run.sync();
-
-    // Determine where in the parent buffer to start the new buffer.
-    // By default, a new buffer will be appended to the parent buffer.
-    // The buffer operation may be changed if the child views array is
-    // mutated by Ember.ContainerView.
-    bufferOperation = bufferOperation || 'begin';
-
-    // If this is the top-most view, start a new buffer. Otherwise,
-    // create a new buffer relative to the original using the
-    // provided buffer operation (for example, `insertAfter` will
-    // insert a new buffer after the "parent buffer").
-    if (parentBuffer) {
-      var tagName = get(this, 'tagName');
-      if (tagName === null || tagName === undefined) {
-        tagName = 'div';
-      }
-
-      buffer = parentBuffer[bufferOperation](tagName);
-    } else {
-      buffer = this.renderBuffer();
-    }
-
-    this.buffer = buffer;
-    this.transitionTo('inBuffer', false);
-
-    this.beforeRender(buffer);
-    this.render(buffer);
-    this.afterRender(buffer);
-
-    return buffer;
-  },
-
-  /**
-    @private
-
-    Override the default event firing from Ember.Evented to
-    also call methods with the given name.
-
-    @method trigger
-    @param name {String}
-  */
-  trigger: function(name) {
-    this._super.apply(this, arguments);
-    var method = this[name];
-    if (method) {
-      var args = [], i, l;
-      for (i = 1, l = arguments.length; i < l; i++) {
-        args.push(arguments[i]);
-      }
-      return method.apply(this, args);
-    }
-  },
-
-  has: function(name) {
-    return Ember.typeOf(this[name]) === 'function' || this._super(name);
-  },
-
-  willDestroy: function() {
-    var parent = get(this, '_parentView');
-
-    // destroy the element -- this will avoid each child view destroying
-    // the element over and over again...
-    if (!this.removedFromDOM) { this.destroyElement(); }
-
-    // remove from parent if found. Don't call removeFromParent,
-    // as removeFromParent will try to remove the element from
-    // the DOM again.
-    if (parent) { parent.removeChild(this); }
-
-    this.state = 'destroyed';
-
-    // next remove view from global hash
-    if (!this.isVirtual) delete Ember.View.views[get(this, 'elementId')];
-  },
-
-  clearRenderedChildren: Ember.K,
-  invokeRecursively: Ember.K,
-  invalidateRecursively: Ember.K,
-  transitionTo: Ember.K,
-  destroyElement: Ember.K,
-  _notifyWillInsertElement: Ember.K,
-  _notifyDidInsertElement: Ember.K
-});
-
-/**
-  `Ember.View` is the class in Ember responsible for encapsulating templates of HTML
-  content, combining templates with data to render as sections of a page's DOM, and
-  registering and responding to user-initiated events.
-
-  ## HTML Tag
-  The default HTML tag name used for a view's DOM representation is `div`. This can be
-  customized by setting the `tagName` property. The following view class:
-
-  ``` javascript
-  ParagraphView = Ember.View.extend({
-    tagName: 'em'
-  });
-  ```
-
-  Would result in instances with the following HTML:
-
-  ``` html
-  <em id="ember1" class="ember-view"></em>
-  ```
-
-  ## HTML `class` Attribute
-  The HTML `class` attribute of a view's tag can be set by providing a `classNames` property
-  that is set to an array of strings:
-
-  ``` javascript
-  MyView = Ember.View.extend({
-    classNames: ['my-class', 'my-other-class']
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view my-class my-other-class"></div>
-  ```
-
-  `class` attribute values can also be set by providing a `classNameBindings` property
-  set to an array of properties names for the view. The return value of these properties
-  will be added as part of the value for the view's `class` attribute. These properties
-  can be computed properties:
-
-  ``` javascript
-  MyView = Ember.View.extend({
-    classNameBindings: ['propertyA', 'propertyB'],
-    propertyA: 'from-a',
-    propertyB: function(){
-      if(someLogic){ return 'from-b'; }
-    }.property()
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view from-a from-b"></div>
-  ```
-
-  If the value of a class name binding returns a boolean the property name itself
-  will be used as the class name if the property is true. The class name will
-  not be added if the value is `false` or `undefined`.
-
-  ``` javascript
-  MyView = Ember.View.extend({
-    classNameBindings: ['hovered'],
-    hovered: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view hovered"></div>
-  ```
-
-  When using boolean class name bindings you can supply a string value other than the
-  property name for use as the `class` HTML attribute by appending the preferred value after
-  a ":" character when defining the binding:
-
-  ``` javascript
-  MyView = Ember.View.extend({
-    classNameBindings: ['awesome:so-very-cool'],
-    awesome: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view so-very-cool"></div>
-  ```
-
-
-  Boolean value class name bindings whose property names are in a camelCase-style
-  format will be converted to a dasherized format:
-
-  ``` javascript
-  MyView = Ember.View.extend({
-    classNameBindings: ['isUrgent'],
-    isUrgent: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view is-urgent"></div>
-  ```
-
-
-  Class name bindings can also refer to object values that are found by
-  traversing a path relative to the view itself:
-
-  ``` javascript
-  MyView = Ember.View.extend({
-    classNameBindings: ['messages.empty']
-    messages: Ember.Object.create({
-      empty: true
-    })
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view empty"></div>
-  ```
-
-
-  If you want to add a class name for a property which evaluates to true and
-  and a different class name if it evaluates to false, you can pass a binding
-  like this:
-
-  ```
-  // Applies 'enabled' class when isEnabled is true and 'disabled' when isEnabled is false
-  Ember.View.create({
-    classNameBindings: ['isEnabled:enabled:disabled']
-    isEnabled: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view enabled"></div>
-  ```
-
-  When isEnabled is `false`, the resulting HTML reprensentation looks like this:
-
-  ``` html
-  <div id="ember1" class="ember-view disabled"></div>
-  ```
-
-  This syntax offers the convenience to add a class if a property is `false`:
-
-  ``` javascript
-  // Applies no class when isEnabled is true and class 'disabled' when isEnabled is false
-  Ember.View.create({
-    classNameBindings: ['isEnabled::disabled']
-    isEnabled: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view"></div>
-  ```
-
-  When the `isEnabled` property on the view is set to `false`, it will result
-  in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view disabled"></div>
-  ```
-
-  Updates to the the value of a class name binding will result in automatic update
-  of the  HTML `class` attribute in the view's rendered HTML representation.
-  If the value becomes  `false` or `undefined` the class name will be removed.
-
-  Both `classNames` and `classNameBindings` are concatenated properties.
-  See `Ember.Object` documentation for more information about concatenated properties.
-
-  ## HTML Attributes
-
-  The HTML attribute section of a view's tag can be set by providing an `attributeBindings`
-  property set to an array of property names on the view. The return value of these properties
-  will be used as the value of the view's HTML associated attribute:
-
-  ``` javascript
-  AnchorView = Ember.View.extend({
-    tagName: 'a',
-    attributeBindings: ['href'],
-    href: 'http://google.com'
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <a id="ember1" class="ember-view" href="http://google.com"></a>
-  ```
-
-  If the return value of an `attributeBindings` monitored property is a boolean
-  the property will follow HTML's pattern of repeating the attribute's name as
-  its value:
-
-  ``` javascript
-  MyTextInput = Ember.View.extend({
-    tagName: 'input',
-    attributeBindings: ['disabled'],
-    disabled: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <input id="ember1" class="ember-view" disabled="disabled" />
-  ```
-
-  `attributeBindings` can refer to computed properties:
-
-  ``` javascript
-  MyTextInput = Ember.View.extend({
-    tagName: 'input',
-    attributeBindings: ['disabled'],
-    disabled: function(){
-      if (someLogic) {
-        return true;
-      } else {
-        return false;
-      }
-    }.property()
-  });
-  ```
-
-  Updates to the the property of an attribute binding will result in automatic update
-  of the  HTML attribute in the view's rendered HTML representation.
-
-  `attributeBindings` is a concatenated property. See `Ember.Object` documentation
-  for more information about concatenated properties.
-
-  ## Templates
-
-  The HTML contents of a view's rendered representation are determined by its template.
-  Templates can be any function that accepts an optional context parameter and returns
-  a string of HTML that will be inserted within the view's tag. Most
-  typically in Ember this function will be a compiled Ember.Handlebars template.
-
-  ``` javascript
-  AView = Ember.View.extend({
-    template: Ember.Handlebars.compile('I am the template')
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view">I am the template</div>
-  ```
-
-  Within an Ember application is more common to define a Handlebars templates as
-  part of a page:
-
-  ``` handlebars
-  <script type='text/x-handlebars' data-template-name='some-template'>
-    Hello
-  </script>
-  ```
-
-  And associate it by name using a view's `templateName` property:
-
-  ``` javascript
-  AView = Ember.View.extend({
-    templateName: 'some-template'
-  });
-  ```
-
-  Using a value for `templateName` that does not have a Handlebars template with a
-  matching `data-template-name` attribute will throw an error.
-
-  Assigning a value to both `template` and `templateName` properties will throw an error.
-
-  For views classes that may have a template later defined (e.g. as the block portion of a `{{view}}`
-  Handlebars helper call in another template or in a subclass), you can provide a `defaultTemplate`
-  property set to compiled template function. If a template is not later provided for the view
-  instance the `defaultTemplate` value will be used:
-
-  ``` javascript
-  AView = Ember.View.extend({
-    defaultTemplate: Ember.Handlebars.compile('I was the default'),
-    template: null,
-    templateName: null
-  });
-  ```
-
-  Will result in instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view">I was the default</div>
-  ```
-
-  If a `template` or `templateName` is provided it will take precedence over `defaultTemplate`:
-
-  ``` javascript
-  AView = Ember.View.extend({
-    defaultTemplate: Ember.Handlebars.compile('I was the default')
-  });
-
-  aView = AView.create({
-    template: Ember.Handlebars.compile('I was the template, not default')
-  });
-  ```
-
-  Will result in the following HTML representation when rendered:
-
-  ``` html
-  <div id="ember1" class="ember-view">I was the template, not default</div>
-  ```
-
-  ## View Context
-
-  The default context of the compiled template is the view's controller:
-
-  ``` javascript
-  AView = Ember.View.extend({
-    template: Ember.Handlebars.compile('Hello {{excitedGreeting}}')
-  });
-
-  aController = Ember.Object.create({
-    firstName: 'Barry',
-    excitedGreeting: function(){
-      return this.get("content.firstName") + "!!!"
-    }.property()
-  });
-
-  aView = AView.create({
-    controller: aController,
-  });
-  ```
-
-  Will result in an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view">Hello Barry!!!</div>
-  ```
-
-  A context can also be explicitly supplied through the view's `context` property.
-  If the view has neither `context` nor `controller` properties, the parentView's
-  context will be used.
-
-  ## Layouts
-
-  Views can have a secondary template that wraps their main template. Like
-  primary templates, layouts can be any function that  accepts an optional context
-  parameter and returns a string of HTML that will be inserted inside view's tag. Views whose HTML
-  element is self closing (e.g. `<input />`) cannot have a layout and this property will be ignored.
-
-  Most typically in Ember a layout will be a compiled Ember.Handlebars template.
-
-  A view's layout can be set directly with the `layout` property or reference an
-  existing Handlebars template by name with the `layoutName` property.
-
-  A template used as a layout must contain a single use of the Handlebars `{{yield}}`
-  helper. The HTML contents of a view's rendered `template` will be inserted at this location:
-
-  ``` javascript
-  AViewWithLayout = Ember.View.extend({
-    layout: Ember.Handlebars.compile("<div class='my-decorative-class'>{{yield}}</div>")
-    template: Ember.Handlebars.compile("I got wrapped"),
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ``` html
-  <div id="ember1" class="ember-view">
-    <div class="my-decorative-class">
-      I got wrapped
-    </div>
-  </div>
-  ```
-
-  See `Handlebars.helpers.yield` for more information.
-
-  ## Responding to Browser Events
-
-  Views can respond to user-initiated events in one of three ways: method implementation,
-  through an event manager, and through `{{action}}` helper use in their template or layout.
-
-  ### Method Implementation
-
-  Views can respond to user-initiated events by implementing a method that matches the
-  event name. A `jQuery.Event` object will be passed as the argument to this method.
-
-  ``` javascript
-  AView = Ember.View.extend({
-    click: function(event){
-      // will be called when when an instance's
-      // rendered element is clicked
-    }
-  });
-  ```
-
-  ### Event Managers
-
-  Views can define an object as their `eventManager` property. This object can then
-  implement methods that match the desired event names. Matching events that occur
-  on the view's rendered HTML or the rendered HTML of any of its DOM descendants
-  will trigger this method.  A `jQuery.Event` object will be passed as the first
-  argument to the method and an  `Ember.View` object as the second. The `Ember.View`
-  will be the view whose rendered HTML was interacted with. This may be the view with
-  the `eventManager` property or one of its descendent views.
-
-  ``` javascript
-  AView = Ember.View.extend({
-    eventManager: Ember.Object.create({
-      doubleClick: function(event, view){
-        // will be called when when an instance's
-        // rendered element or any rendering
-        // of this views's descendent
-        // elements is clicked
-      }
-    })
-  });
-  ```
-
-  An event defined for an event manager takes precedence over events of the same
-  name handled through methods on the view.
-
-  ``` javascript
-  AView = Ember.View.extend({
-    mouseEnter: function(event){
-      // will never trigger.
-    },
-    eventManager: Ember.Object.create({
-      mouseEnter: function(event, view){
-        // takes presedence over AView#mouseEnter
-      }
-    })
-  });
-  ```
-
-  Similarly a view's event manager will take precedence for events of any views
-  rendered as a descendent. A method name that matches an event name will not be called
-  if the view instance was rendered inside the HTML representation of a view that has
-  an `eventManager` property defined that handles events of the name.  Events not handled
-  by the event manager will still trigger method calls on the descendent.
-
-  ``` javascript
-  OuterView = Ember.View.extend({
-    template: Ember.Handlebars.compile("outer {{#view InnerView}}inner{{/view}} outer"),
-    eventManager: Ember.Object.create({
-      mouseEnter: function(event, view){
-        // view might be instance of either
-        // OutsideView or InnerView depending on
-        // where on the page the user interaction occured
-      }
-    })
-  });
-
-  InnerView = Ember.View.extend({
-    click: function(event){
-      // will be called if rendered inside
-      // an OuterView because OuterView's
-      // eventManager doesn't handle click events
-    },
-    mouseEnter: function(event){
-      // will never be called if rendered inside
-      // an OuterView.
-    }
-  });
-  ```
-
-  ### Handlebars `{{action}}` Helper
-
-  See `Handlebars.helpers.action`.
-
-  ### Event Names
-
-  Possible events names for any of the responding approaches described above are:
-
-  Touch events: 'touchStart', 'touchMove', 'touchEnd', 'touchCancel'
-
-  Keyboard events: 'keyDown', 'keyUp', 'keyPress'
-
-  Mouse events: 'mouseDown', 'mouseUp', 'contextMenu', 'click', 'doubleClick', 'mouseMove',
-  'focusIn', 'focusOut', 'mouseEnter', 'mouseLeave'
-
-  Form events: 'submit', 'change', 'focusIn', 'focusOut', 'input'
-
-  HTML5 drag and drop events: 'dragStart', 'drag', 'dragEnter', 'dragLeave', 'drop', 'dragEnd'
-
-  ## Handlebars `{{view}}` Helper
-
-  Other `Ember.View` instances can be included as part of a view's template by using the `{{view}}`
-  Handlebars helper. See `Handlebars.helpers.view` for additional information.
-
-  @class View
-  @namespace Ember
-  @extends Ember.Object
-  @uses Ember.Evented
-*/
-Ember.View = Ember.CoreView.extend(
-/** @scope Ember.View.prototype */ {
-
-  concatenatedProperties: ['classNames', 'classNameBindings', 'attributeBindings'],
-
-  /**
-    @property isView
-    @type Boolean
-    @default true
-    @final
-  */
-  isView: true,
-
-  // ..........................................................
-  // TEMPLATE SUPPORT
-  //
-
-  /**
-    The name of the template to lookup if no template is provided.
-
-    Ember.View will look for a template with this name in this view's
-    `templates` object. By default, this will be a global object
-    shared in `Ember.TEMPLATES`.
-
-    @property templateName
-    @type String
-    @default null
-  */
-  templateName: null,
-
-  /**
-    The name of the layout to lookup if no layout is provided.
-
-    Ember.View will look for a template with this name in this view's
-    `templates` object. By default, this will be a global object
-    shared in `Ember.TEMPLATES`.
-
-    @property layoutName
-    @type String
-    @default null
-  */
-  layoutName: null,
-
-  /**
-    The hash in which to look for `templateName`.
-
-    @property templates
-    @type Ember.Object
-    @default Ember.TEMPLATES
-  */
-  templates: Ember.TEMPLATES,
-
-  /**
-    The template used to render the view. This should be a function that
-    accepts an optional context parameter and returns a string of HTML that
-    will be inserted into the DOM relative to its parent view.
-
-    In general, you should set the `templateName` property instead of setting
-    the template yourself.
-
-    @property template
-    @type Function
-  */
-  template: Ember.computed(function(key, value) {
-    if (value !== undefined) { return value; }
-
-    var templateName = get(this, 'templateName'),
-        template = this.templateForName(templateName, 'template');
-
-    return template || get(this, 'defaultTemplate');
-  }).property('templateName'),
-
-  /**
-    The controller managing this view. If this property is set, it will be
-    made available for use by the template.
-
-    @property controller
-    @type Object
-  */
-  controller: Ember.computed(function(key, value) {
-    var parentView;
-
-    if (arguments.length === 2) {
-      return value;
-    } else {
-      parentView = get(this, 'parentView');
-      return parentView ? get(parentView, 'controller') : null;
-    }
-  }).property(),
-
-  /**
-    A view may contain a layout. A layout is a regular template but
-    supersedes the `template` property during rendering. It is the
-    responsibility of the layout template to retrieve the `template`
-    property from the view (or alternatively, call `Handlebars.helpers.yield`,
-    `{{yield}}`) to render it in the correct location.
-
-    This is useful for a view that has a shared wrapper, but which delegates
-    the rendering of the contents of the wrapper to the `template` property
-    on a subclass.
-
-    @property layout
-    @type Function
-  */
-  layout: Ember.computed(function(key, value) {
-    if (arguments.length === 2) { return value; }
-
-    var layoutName = get(this, 'layoutName'),
-        layout = this.templateForName(layoutName, 'layout');
-
-    return layout || get(this, 'defaultLayout');
-  }).property('layoutName'),
-
-  templateForName: function(name, type) {
-    if (!name) { return; }
-
-    var templates = get(this, 'templates'),
-        template = get(templates, name);
-
-    if (!template) {
-     throw new Ember.Error(fmt('%@ - Unable to find %@ "%@".', [this, type, name]));
-    }
-
-    return template;
-  },
-
-  /**
-    The object from which templates should access properties.
-
-    This object will be passed to the template function each time the render
-    method is called, but it is up to the individual function to decide what
-    to do with it.
-
-    By default, this will be the view's controller.
-
-    @property context
-    @type Object
-  */
-  context: Ember.computed(function(key, value) {
-    if (arguments.length === 2) {
-      set(this, '_context', value);
-      return value;
-    } else {
-      return get(this, '_context');
-    }
-  }).volatile(),
-
-  /**
-    @private
-
-    Private copy of the view's template context. This can be set directly
-    by Handlebars without triggering the observer that causes the view
-    to be re-rendered.
-
-    The context of a view is looked up as follows:
-
-    1. Supplied context (usually by Handlebars)
-    2. Specified controller
-    3. `parentView`'s context (for a child of a ContainerView)
-
-    The code in Handlebars that overrides the `_context` property first
-    checks to see whether the view has a specified controller. This is
-    something of a hack and should be revisited.
-
-    @property _context
-  */
-  _context: Ember.computed(function(key, value) {
-    var parentView, controller;
-
-    if (arguments.length === 2) {
-      return value;
-    }
-
-    if (controller = get(this, 'controller')) {
-      return controller;
-    }
-
-    parentView = get(this, '_parentView');
-    if (parentView) {
-      return get(parentView, '_context');
-    }
-
-    return this;
-  }),
-
-  /**
-    @private
-
-    If a value that affects template rendering changes, the view should be
-    re-rendered to reflect the new value.
-
-    @method _displayPropertyDidChange
-  */
-  _displayPropertyDidChange: Ember.observer(function() {
-    this.rerender();
-  }, 'context', 'controller'),
-
-  /**
-    If false, the view will appear hidden in DOM.
-
-    @property isVisible
-    @type Boolean
-    @default null
-  */
-  isVisible: true,
-
-  /**
-    @private
-
-    Array of child views. You should never edit this array directly.
-    Instead, use appendChild and removeFromParent.
-
-    @property childViews
-    @type Array
-    @default []
-  */
-  childViews: childViewsProperty,
-
-  _childViews: [],
-
-  // When it's a virtual view, we need to notify the parent that their
-  // childViews will change.
-  _childViewsWillChange: Ember.beforeObserver(function() {
-    if (this.isVirtual) {
-      var parentView = get(this, 'parentView');
-      if (parentView) { Ember.propertyWillChange(parentView, 'childViews'); }
-    }
-  }, 'childViews'),
-
-  // When it's a virtual view, we need to notify the parent that their
-  // childViews did change.
-  _childViewsDidChange: Ember.observer(function() {
-    if (this.isVirtual) {
-      var parentView = get(this, 'parentView');
-      if (parentView) { Ember.propertyDidChange(parentView, 'childViews'); }
-    }
-  }, 'childViews'),
-
-  /**
-    Return the nearest ancestor that is an instance of the provided
-    class.
-
-    @property nearestInstanceOf
-    @param {Class} klass Subclass of Ember.View (or Ember.View itself)
-    @return Ember.View
-    @deprecated
-  */
-  nearestInstanceOf: function(klass) {
-    Ember.deprecate("nearestInstanceOf is deprecated and will be removed from future releases. Use nearestOfType.");
-    var view = get(this, 'parentView');
-
-    while (view) {
-      if(view instanceof klass) { return view; }
-      view = get(view, 'parentView');
-    }
-  },
-
-  /**
-    Return the nearest ancestor that is an instance of the provided
-    class or mixin.
-
-    @property nearestOfType
-    @param {Class,Mixin} klass Subclass of Ember.View (or Ember.View itself),
-           or an instance of Ember.Mixin.
-    @return Ember.View
-  */
-  nearestOfType: function(klass) {
-    var view = get(this, 'parentView'),
-        isOfType = klass instanceof Ember.Mixin ?
-                   function(view) { return klass.detect(view); } :
-                   function(view) { return klass.detect(view.constructor); };
-
-    while (view) {
-      if( isOfType(view) ) { return view; }
-      view = get(view, 'parentView');
-    }
-  },
-
-  /**
-    Return the nearest ancestor that has a given property.
-
-    @property nearestWithProperty
-    @param {String} property A property name
-    @return Ember.View
-  */
-  nearestWithProperty: function(property) {
-    var view = get(this, 'parentView');
-
-    while (view) {
-      if (property in view) { return view; }
-      view = get(view, 'parentView');
-    }
-  },
-
-  /**
-    Return the nearest ancestor whose parent is an instance of
-    `klass`.
-
-    @property nearestChildOf
-    @param {Class} klass Subclass of Ember.View (or Ember.View itself)
-    @return Ember.View
-  */
-  nearestChildOf: function(klass) {
-    var view = get(this, 'parentView');
-
-    while (view) {
-      if(get(view, 'parentView') instanceof klass) { return view; }
-      view = get(view, 'parentView');
-    }
-  },
-
-  /**
-    Return the nearest ancestor that is an Ember.CollectionView
-
-    @property collectionView
-    @return Ember.CollectionView
-  */
-  collectionView: Ember.computed(function() {
-    return this.nearestOfType(Ember.CollectionView);
-  }),
-
-  /**
-    Return the nearest ancestor that is a direct child of
-    an Ember.CollectionView
-
-    @property itemView
-    @return Ember.View
-  */
-  itemView: Ember.computed(function() {
-    return this.nearestChildOf(Ember.CollectionView);
-  }),
-
-  /**
-    Return the nearest ancestor that has the property
-    `content`.
-
-    @property contentView
-    @return Ember.View
-  */
-  contentView: Ember.computed(function() {
-    return this.nearestWithProperty('content');
-  }),
-
-  /**
-    @private
-
-    When the parent view changes, recursively invalidate
-    collectionView, itemView, and contentView
-
-    @method _parentViewDidChange
-  */
-  _parentViewDidChange: Ember.observer(function() {
-    if (this.isDestroying) { return; }
-
-    this.invokeRecursively(function(view) {
-      view.propertyDidChange('collectionView');
-      view.propertyDidChange('itemView');
-      view.propertyDidChange('contentView');
-    });
-
-    if (get(this, 'parentView.controller') && !get(this, 'controller')) {
-      this.notifyPropertyChange('controller');
-    }
-  }, '_parentView'),
-
-  _controllerDidChange: Ember.observer(function() {
-    if (this.isDestroying) { return; }
-
-    this.forEachChildView(function(view) {
-      view.propertyDidChange('controller');
-    });
-  }, 'controller'),
-
-  cloneKeywords: function() {
-    var templateData = get(this, 'templateData');
-
-    var keywords = templateData ? Ember.copy(templateData.keywords) : {};
-    set(keywords, 'view', get(this, 'concreteView'));
-    set(keywords, 'controller', get(this, 'controller'));
-
-    return keywords;
-  },
-
-  /**
-    Called on your view when it should push strings of HTML into a
-    Ember.RenderBuffer. Most users will want to override the `template`
-    or `templateName` properties instead of this method.
-
-    By default, Ember.View will look for a function in the `template`
-    property and invoke it with the value of `context`. The value of
-    `context` will be the view's controller unless you override it.
-
-    @method render
-    @param {Ember.RenderBuffer} buffer The render buffer
-  */
-  render: function(buffer) {
-    // If this view has a layout, it is the responsibility of the
-    // the layout to render the view's template. Otherwise, render the template
-    // directly.
-    var template = get(this, 'layout') || get(this, 'template');
-
-    if (template) {
-      var context = get(this, 'context');
-      var keywords = this.cloneKeywords();
-
-      var data = {
-        view: this,
-        buffer: buffer,
-        isRenderData: true,
-        keywords: keywords
-      };
-
-      // Invoke the template with the provided template context, which
-      // is the view's controller by default. A hash of data is also passed that provides
-      // the template with access to the view and render buffer.
-
-      Ember.assert('template must be a function. Did you mean to call Ember.Handlebars.compile("...") or specify templateName instead?', typeof template === 'function');
-      // The template should write directly to the render buffer instead
-      // of returning a string.
-      var output = template(context, { data: data });
-
-      // If the template returned a string instead of writing to the buffer,
-      // push the string onto the buffer.
-      if (output !== undefined) { buffer.push(output); }
-    }
-  },
-
-  invokeForState: function(name) {
-    var stateName = this.state, args, fn;
-
-    // try to find the function for the state in the cache
-    if (fn = invokeForState[stateName][name]) {
-      args = a_slice.call(arguments);
-      args[0] = this;
-
-      return fn.apply(this, args);
-    }
-
-    // otherwise, find and cache the function for this state
-    var parent = this, states = parent.states, state;
-
-    while (states) {
-      state = states[stateName];
-
-      while (state) {
-        fn = state[name];
-
-        if (fn) {
-          invokeForState[stateName][name] = fn;
-
-          args = a_slice.call(arguments, 1);
-          args.unshift(this);
-
-          return fn.apply(this, args);
-        }
-
-        state = state.parentState;
-      }
-
-      states = states.parent;
-    }
-  },
-
-  /**
-    Renders the view again. This will work regardless of whether the
-    view is already in the DOM or not. If the view is in the DOM, the
-    rendering process will be deferred to give bindings a chance
-    to synchronize.
-
-    If children were added during the rendering process using `appendChild`,
-    `rerender` will remove them, because they will be added again
-    if needed by the next `render`.
-
-    In general, if the display of your view changes, you should modify
-    the DOM element directly instead of manually calling `rerender`, which can
-    be slow.
-
-    @method rerender
-  */
-  rerender: function() {
-    return this.invokeForState('rerender');
-  },
-
-  clearRenderedChildren: function() {
-    var lengthBefore = this.lengthBeforeRender,
-        lengthAfter  = this.lengthAfterRender;
-
-    // If there were child views created during the last call to render(),
-    // remove them under the assumption that they will be re-created when
-    // we re-render.
-
-    // VIEW-TODO: Unit test this path.
-    var childViews = this._childViews;
-    for (var i=lengthAfter-1; i>=lengthBefore; i--) {
-      if (childViews[i]) { childViews[i].destroy(); }
-    }
-  },
-
-  /**
-    @private
-
-    Iterates over the view's `classNameBindings` array, inserts the value
-    of the specified property into the `classNames` array, then creates an
-    observer to update the view's element if the bound property ever changes
-    in the future.
-
-    @method _applyClassNameBindings
-  */
-  _applyClassNameBindings: function() {
-    var classBindings = get(this, 'classNameBindings'),
-        classNames = get(this, 'classNames'),
-        elem, newClass, dasherizedClass;
-
-    if (!classBindings) { return; }
-
-    // Loop through all of the configured bindings. These will be either
-    // property names ('isUrgent') or property paths relative to the view
-    // ('content.isUrgent')
-    a_forEach(classBindings, function(binding) {
-
-      // Variable in which the old class value is saved. The observer function
-      // closes over this variable, so it knows which string to remove when
-      // the property changes.
-      var oldClass;
-      // Extract just the property name from bindings like 'foo:bar'
-      var parsedPath = Ember.View._parsePropertyPath(binding);
-
-      // Set up an observer on the context. If the property changes, toggle the
-      // class name.
-      var observer = function() {
-        // Get the current value of the property
-        newClass = this._classStringForProperty(binding);
-        elem = this.$();
-        if (!elem) {
-          removeObserver(this, parsedPath.path, observer);
-          return;
-        }
-
-        // If we had previously added a class to the element, remove it.
-        if (oldClass) {
-          elem.removeClass(oldClass);
-          // Also remove from classNames so that if the view gets rerendered,
-          // the class doesn't get added back to the DOM.
-          classNames.removeObject(oldClass);
-        }
-
-        // If necessary, add a new class. Make sure we keep track of it so
-        // it can be removed in the future.
-        if (newClass) {
-          elem.addClass(newClass);
-          oldClass = newClass;
-        } else {
-          oldClass = null;
-        }
-      };
-
-      // Get the class name for the property at its current value
-      dasherizedClass = this._classStringForProperty(binding);
-
-      if (dasherizedClass) {
-        // Ensure that it gets into the classNames array
-        // so it is displayed when we render.
-        classNames.push(dasherizedClass);
-
-        // Save a reference to the class name so we can remove it
-        // if the observer fires. Remember that this variable has
-        // been closed over by the observer.
-        oldClass = dasherizedClass;
-      }
-
-      addObserver(this, parsedPath.path, observer);
-
-      this.one('willClearRender', function() {
-        removeObserver(this, parsedPath.path, observer);
-      });
-    }, this);
-  },
-
-  /**
-    @private
-
-    Iterates through the view's attribute bindings, sets up observers for each,
-    then applies the current value of the attributes to the passed render buffer.
-
-    @method _applyAttributeBindings
-    @param {Ember.RenderBuffer} buffer
-  */
-  _applyAttributeBindings: function(buffer) {
-    var attributeBindings = get(this, 'attributeBindings'),
-        attributeValue, elem, type;
-
-    if (!attributeBindings) { return; }
-
-    a_forEach(attributeBindings, function(binding) {
-      var split = binding.split(':'),
-          property = split[0],
-          attributeName = split[1] || property;
-
-      // Create an observer to add/remove/change the attribute if the
-      // JavaScript property changes.
-      var observer = function() {
-        elem = this.$();
-        if (!elem) { return; }
-
-        attributeValue = get(this, property);
-
-        Ember.View.applyAttributeBindings(elem, attributeName, attributeValue);
-      };
-
-      addObserver(this, property, observer);
-
-      this.one('willClearRender', function() {
-        removeObserver(this, property, observer);
-      });
-
-      // Determine the current value and add it to the render buffer
-      // if necessary.
-      attributeValue = get(this, property);
-      Ember.View.applyAttributeBindings(buffer, attributeName, attributeValue);
-    }, this);
-  },
-
-  /**
-    @private
-
-    Given a property name, returns a dasherized version of that
-    property name if the property evaluates to a non-falsy value.
-
-    For example, if the view has property `isUrgent` that evaluates to true,
-    passing `isUrgent` to this method will return `"is-urgent"`.
-
-    @method _classStringForProperty
-    @param property
-  */
-  _classStringForProperty: function(property) {
-    var parsedPath = Ember.View._parsePropertyPath(property);
-    var path = parsedPath.path;
-
-    var val = get(this, path);
-    if (val === undefined && Ember.isGlobalPath(path)) {
-      val = get(Ember.lookup, path);
-    }
-
-    return Ember.View._classStringForValue(path, val, parsedPath.className, parsedPath.falsyClassName);
-  },
-
-  // ..........................................................
-  // ELEMENT SUPPORT
-  //
-
-  /**
-    Returns the current DOM element for the view.
-
-    @property element
-    @type DOMElement
-  */
-  element: Ember.computed(function(key, value) {
-    if (value !== undefined) {
-      return this.invokeForState('setElement', value);
-    } else {
-      return this.invokeForState('getElement');
-    }
-  }).property('_parentView'),
-
-  /**
-    Returns a jQuery object for this view's element. If you pass in a selector
-    string, this method will return a jQuery object, using the current element
-    as its buffer.
-
-    For example, calling `view.$('li')` will return a jQuery object containing
-    all of the `li` elements inside the DOM element of this view.
-
-    @property $
-    @param {String} [selector] a jQuery-compatible selector string
-    @return {jQuery} the CoreQuery object for the DOM node
-  */
-  $: function(sel) {
-    return this.invokeForState('$', sel);
-  },
-
-  mutateChildViews: function(callback) {
-    var childViews = this._childViews,
-        idx = childViews.length,
-        view;
-
-    while(--idx >= 0) {
-      view = childViews[idx];
-      callback.call(this, view, idx);
-    }
-
-    return this;
-  },
-
-  forEachChildView: function(callback) {
-    var childViews = this._childViews;
-
-    if (!childViews) { return this; }
-
-    var len = childViews.length,
-        view, idx;
-
-    for(idx = 0; idx < len; idx++) {
-      view = childViews[idx];
-      callback.call(this, view);
-    }
-
-    return this;
-  },
-
-  /**
-    Appends the view's element to the specified parent element.
-
-    If the view does not have an HTML representation yet, `createElement()`
-    will be called automatically.
-
-    Note that this method just schedules the view to be appended; the DOM
-    element will not be appended to the given element until all bindings have
-    finished synchronizing.
-
-    This is not typically a function that you will need to call directly
-    when building your application. You might consider using Ember.ContainerView
-    instead. If you do need to use appendTo, be sure that the target element you
-    are providing is associated with an Ember.Application and does not have an
-    ancestor element that is associated with an Ember view.
-
-    @method appendTo
-    @param {String|DOMElement|jQuery} A selector, element, HTML string, or jQuery object
-    @return {Ember.View} receiver
-  */
-  appendTo: function(target) {
-    // Schedule the DOM element to be created and appended to the given
-    // element after bindings have synchronized.
-    this._insertElementLater(function() {
-      Ember.assert("You cannot append to an existing Ember.View. Consider using Ember.ContainerView instead.", !Ember.$(target).is('.ember-view') && !Ember.$(target).parents().is('.ember-view'));
-      this.$().appendTo(target);
-    });
-
-    return this;
-  },
-
-  /**
-    Replaces the content of the specified parent element with this view's element.
-    If the view does not have an HTML representation yet, `createElement()`
-    will be called automatically.
-
-    Note that this method just schedules the view to be appended; the DOM
-    element will not be appended to the given element until all bindings have
-    finished synchronizing
-
-    @method replaceIn
-    @param {String|DOMElement|jQuery} A selector, element, HTML string, or jQuery object
-    @return {Ember.View} received
-  */
-  replaceIn: function(target) {
-    Ember.assert("You cannot replace an existing Ember.View. Consider using Ember.ContainerView instead.", !Ember.$(target).is('.ember-view') && !Ember.$(target).parents().is('.ember-view'));
-
-    this._insertElementLater(function() {
-      Ember.$(target).empty();
-      this.$().appendTo(target);
-    });
-
-    return this;
-  },
-
-  /**
-    @private
-
-    Schedules a DOM operation to occur during the next render phase. This
-    ensures that all bindings have finished synchronizing before the view is
-    rendered.
-
-    To use, pass a function that performs a DOM operation..
-
-    Before your function is called, this view and all child views will receive
-    the `willInsertElement` event. After your function is invoked, this view
-    and all of its child views will receive the `didInsertElement` event.
-
-        view._insertElementLater(function() {
-          this.createElement();
-          this.$().appendTo('body');
-        });
-
-    @method _insertElementLater
-    @param {Function} fn the function that inserts the element into the DOM
-  */
-  _insertElementLater: function(fn) {
-    this._scheduledInsert = Ember.run.scheduleOnce('render', this, '_insertElement', fn);
-  },
-
-  /**
-   @private
-  */
-  _insertElement: function (fn) {
-    this._scheduledInsert = null;
-    this.invokeForState('insertElement', fn);
-  },
-
-  /**
-    Appends the view's element to the document body. If the view does
-    not have an HTML representation yet, `createElement()` will be called
-    automatically.
-
-    Note that this method just schedules the view to be appended; the DOM
-    element will not be appended to the document body until all bindings have
-    finished synchronizing.
-
-    @method append
-    @return {Ember.View} receiver
-  */
-  append: function() {
-    return this.appendTo(document.body);
-  },
-
-  /**
-    Removes the view's element from the element to which it is attached.
-
-    @method remove
-    @return {Ember.View} receiver
-  */
-  remove: function() {
-    // What we should really do here is wait until the end of the run loop
-    // to determine if the element has been re-appended to a different
-    // element.
-    // In the interim, we will just re-render if that happens. It is more
-    // important than elements get garbage collected.
-    this.destroyElement();
-    this.invokeRecursively(function(view) {
-      view.clearRenderedChildren();
-    });
-  },
-
-  /**
-    The ID to use when trying to locate the element in the DOM. If you do not
-    set the elementId explicitly, then the view's GUID will be used instead.
-    This ID must be set at the time the view is created.
-
-    @property elementId
-    @type String
-  */
-  elementId: Ember.computed(function(key, value) {
-    return value !== undefined ? value : Ember.guidFor(this);
-  }),
-
-  // TODO: Perhaps this should be removed from the production build somehow.
-  _elementIdDidChange: Ember.beforeObserver(function() {
-    throw "Changing a view's elementId after creation is not allowed.";
-  }, 'elementId'),
-
-  /**
-    Attempts to discover the element in the parent element. The default
-    implementation looks for an element with an ID of elementId (or the view's
-    guid if elementId is null). You can override this method to provide your
-    own form of lookup. For example, if you want to discover your element
-    using a CSS class name instead of an ID.
-
-    @method findElementInParentElement
-    @param {DOMElement} parentElement The parent's DOM element
-    @return {DOMElement} The discovered element
-  */
-  findElementInParentElement: function(parentElem) {
-    var id = "#" + get(this, 'elementId');
-    return Ember.$(id)[0] || Ember.$(id, parentElem)[0];
-  },
-
-  /**
-    Creates a DOM representation of the view and all of its
-    child views by recursively calling the `render()` method.
-
-    After the element has been created, `didInsertElement` will
-    be called on this view and all of its child views.
-
-    @method createElement
-    @return {Ember.View} receiver
-  */
-  createElement: function() {
-    if (get(this, 'element')) { return this; }
-
-    var buffer = this.renderToBuffer();
-    set(this, 'element', buffer.element());
-
-    return this;
-  },
-
-  /**
-    Called when a view is going to insert an element into the DOM.
-
-    @event willInsertElement
-  */
-  willInsertElement: Ember.K,
-
-  /**
-    Called when the element of the view has been inserted into the DOM.
-    Override this function to do any set up that requires an element in the
-    document body.
-
-    @event didInsertElement
-  */
-  didInsertElement: Ember.K,
-
-  /**
-    Called when the view is about to rerender, but before anything has
-    been torn down. This is a good opportunity to tear down any manual
-    observers you have installed based on the DOM state
-
-    @event willClearRender
-  */
-  willClearRender: Ember.K,
-
-  /**
-    @private
-
-    Run this callback on the current view and recursively on child views.
-
-    @method invokeRecursively
-    @param fn {Function}
-  */
-  invokeRecursively: function(fn) {
-    fn.call(this, this);
-
-    this.forEachChildView(function(view) {
-      view.invokeRecursively(fn);
-    });
-  },
-
-  /**
-    Invalidates the cache for a property on all child views.
-
-    @method invalidateRecursively
-  */
-  invalidateRecursively: function(key) {
-    this.forEachChildView(function(view) {
-      view.propertyDidChange(key);
-    });
-  },
-
-  /**
-    @private
-
-    Invokes the receiver's willInsertElement() method if it exists and then
-    invokes the same on all child views.
-
-    NOTE: In some cases this was called when the element existed. This no longer
-    works so we let people know. We can remove this warning code later.
-
-    @method _notifyWillInsertElement
-  */
-  _notifyWillInsertElement: function() {
-    this.invokeRecursively(function(view) {
-      view.trigger('willInsertElement');
-    });
-  },
-
-  /**
-    @private
-
-    Invokes the receiver's didInsertElement() method if it exists and then
-    invokes the same on all child views.
-
-    @method _notifyDidInsertElement
-  */
-  _notifyDidInsertElement: function() {
-    this.invokeRecursively(function(view) {
-      view.trigger('didInsertElement');
-    });
-  },
-
-  /**
-    @private
-
-    Triggers the `willClearRender` event (which invokes the `willClearRender()`
-    method if it exists) on this view and all child views.
-
-    @method _notifyWillClearRender
-  */
-  _notifyWillClearRender: function() {
-    this.invokeRecursively(function(view) {
-      view.trigger('willClearRender');
-    });
-  },
-
-  /**
-    Destroys any existing element along with the element for any child views
-    as well. If the view does not currently have a element, then this method
-    will do nothing.
-
-    If you implement willDestroyElement() on your view, then this method will
-    be invoked on your view before your element is destroyed to give you a
-    chance to clean up any event handlers, etc.
-
-    If you write a willDestroyElement() handler, you can assume that your
-    didInsertElement() handler was called earlier for the same element.
-
-    Normally you will not call or override this method yourself, but you may
-    want to implement the above callbacks when it is run.
-
-    @method destroyElement
-    @return {Ember.View} receiver
-  */
-  destroyElement: function() {
-    return this.invokeForState('destroyElement');
-  },
-
-  /**
-    Called when the element of the view is going to be destroyed. Override
-    this function to do any teardown that requires an element, like removing
-    event listeners.
-
-    @event willDestroyElement
-  */
-  willDestroyElement: function() {},
-
-  /**
-    @private
-
-    Triggers the `willDestroyElement` event (which invokes the `willDestroyElement()`
-    method if it exists) on this view and all child views.
-
-    Before triggering `willDestroyElement`, it first triggers the `willClearRender`
-    event recursively.
-
-    @method _notifyWillDestroyElement
-  */
-  _notifyWillDestroyElement: function() {
-    this._notifyWillClearRender();
-
-    this.invokeRecursively(function(view) {
-      view.trigger('willDestroyElement');
-    });
-  },
-
-  _elementWillChange: Ember.beforeObserver(function() {
-    this.forEachChildView(function(view) {
-      Ember.propertyWillChange(view, 'element');
-    });
-  }, 'element'),
-
-  /**
-    @private
-
-    If this view's element changes, we need to invalidate the caches of our
-    child views so that we do not retain references to DOM elements that are
-    no longer needed.
-
-    @method _elementDidChange
-  */
-  _elementDidChange: Ember.observer(function() {
-    this.forEachChildView(function(view) {
-      Ember.propertyDidChange(view, 'element');
-    });
-  }, 'element'),
-
-  /**
-    Called when the parentView property has changed.
-
-    @event parentViewDidChange
-  */
-  parentViewDidChange: Ember.K,
-
-  instrumentName: 'render.view',
-
-  instrumentDetails: function(hash) {
-    hash.template = get(this, 'templateName');
-    this._super(hash);
-  },
-
-  _renderToBuffer: function(parentBuffer, bufferOperation) {
-    this.lengthBeforeRender = this._childViews.length;
-    var buffer = this._super(parentBuffer, bufferOperation);
-    this.lengthAfterRender = this._childViews.length;
-
-    return buffer;
-  },
-
-  renderToBufferIfNeeded: function () {
-    return this.invokeForState('renderToBufferIfNeeded', this);
-  },
-
-  beforeRender: function(buffer) {
-    this.applyAttributesToBuffer(buffer);
-  },
-
-  afterRender: Ember.K,
-
-  applyAttributesToBuffer: function(buffer) {
-    // Creates observers for all registered class name and attribute bindings,
-    // then adds them to the element.
-    this._applyClassNameBindings();
-
-    // Pass the render buffer so the method can apply attributes directly.
-    // This isn't needed for class name bindings because they use the
-    // existing classNames infrastructure.
-    this._applyAttributeBindings(buffer);
-
-
-    a_forEach(get(this, 'classNames'), function(name){ buffer.addClass(name); });
-    buffer.id(get(this, 'elementId'));
-
-    var role = get(this, 'ariaRole');
-    if (role) {
-      buffer.attr('role', role);
-    }
-
-    if (get(this, 'isVisible') === false) {
-      buffer.style('display', 'none');
-    }
-  },
-
-  // ..........................................................
-  // STANDARD RENDER PROPERTIES
-  //
-
-  /**
-    Tag name for the view's outer element. The tag name is only used when
-    an element is first created. If you change the tagName for an element, you
-    must destroy and recreate the view element.
-
-    By default, the render buffer will use a `<div>` tag for views.
-
-    @property tagName
-    @type String
-    @default null
-  */
-
-  // We leave this null by default so we can tell the difference between
-  // the default case and a user-specified tag.
-  tagName: null,
-
-  /**
-    The WAI-ARIA role of the control represented by this view. For example, a
-    button may have a role of type 'button', or a pane may have a role of
-    type 'alertdialog'. This property is used by assistive software to help
-    visually challenged users navigate rich web applications.
-
-    The full list of valid WAI-ARIA roles is available at:
-    http://www.w3.org/TR/wai-aria/roles#roles_categorization
-
-    @property ariaRole
-    @type String
-    @default null
-  */
-  ariaRole: null,
-
-  /**
-    Standard CSS class names to apply to the view's outer element. This
-    property automatically inherits any class names defined by the view's
-    superclasses as well.
-
-    @property classNames
-    @type Array
-    @default ['ember-view']
-  */
-  classNames: ['ember-view'],
-
-  /**
-    A list of properties of the view to apply as class names. If the property
-    is a string value, the value of that string will be applied as a class
-    name.
-
-        // Applies the 'high' class to the view element
-        Ember.View.create({
-          classNameBindings: ['priority']
-          priority: 'high'
-        });
-
-    If the value of the property is a Boolean, the name of that property is
-    added as a dasherized class name.
-
-        // Applies the 'is-urgent' class to the view element
-        Ember.View.create({
-          classNameBindings: ['isUrgent']
-          isUrgent: true
-        });
-
-    If you would prefer to use a custom value instead of the dasherized
-    property name, you can pass a binding like this:
-
-        // Applies the 'urgent' class to the view element
-        Ember.View.create({
-          classNameBindings: ['isUrgent:urgent']
-          isUrgent: true
-        });
-
-    This list of properties is inherited from the view's superclasses as well.
-
-    @property classNameBindings
-    @type Array
-    @default []
-  */
-  classNameBindings: [],
-
-  /**
-    A list of properties of the view to apply as attributes. If the property is
-    a string value, the value of that string will be applied as the attribute.
-
-        // Applies the type attribute to the element
-        // with the value "button", like <div type="button">
-        Ember.View.create({
-          attributeBindings: ['type'],
-          type: 'button'
-        });
-
-    If the value of the property is a Boolean, the name of that property is
-    added as an attribute.
-
-        // Renders something like <div enabled="enabled">
-        Ember.View.create({
-          attributeBindings: ['enabled'],
-          enabled: true
-        });
-
-    @property attributeBindings
-  */
-  attributeBindings: [],
-
-  // .......................................................
-  // CORE DISPLAY METHODS
-  //
-
-  /**
-    @private
-
-    Setup a view, but do not finish waking it up.
-    - configure childViews
-    - register the view with the global views hash, which is used for event
-      dispatch
-
-    @method init
-  */
-  init: function() {
-    this._super();
-
-    // setup child views. be sure to clone the child views array first
-    this._childViews = this._childViews.slice();
-
-    Ember.assert("Only arrays are allowed for 'classNameBindings'", Ember.typeOf(this.classNameBindings) === 'array');
-    this.classNameBindings = Ember.A(this.classNameBindings.slice());
-
-    Ember.assert("Only arrays are allowed for 'classNames'", Ember.typeOf(this.classNames) === 'array');
-    this.classNames = Ember.A(this.classNames.slice());
-
-    var viewController = get(this, 'viewController');
-    if (viewController) {
-      viewController = get(viewController);
-      if (viewController) {
-        set(viewController, 'view', this);
-      }
-    }
-  },
-
-  appendChild: function(view, options) {
-    return this.invokeForState('appendChild', view, options);
-  },
-
-  /**
-    Removes the child view from the parent view.
-
-    @method removeChild
-    @param {Ember.View} view
-    @return {Ember.View} receiver
-  */
-  removeChild: function(view) {
-    // If we're destroying, the entire subtree will be
-    // freed, and the DOM will be handled separately,
-    // so no need to mess with childViews.
-    if (this.isDestroying) { return; }
-
-    // update parent node
-    set(view, '_parentView', null);
-
-    // remove view from childViews array.
-    var childViews = this._childViews;
-
-    Ember.EnumerableUtils.removeObject(childViews, view);
-
-    this.propertyDidChange('childViews'); // HUH?! what happened to will change?
-
-    return this;
-  },
-
-  /**
-    Removes all children from the parentView.
-
-    @method removeAllChildren
-    @return {Ember.View} receiver
-  */
-  removeAllChildren: function() {
-    return this.mutateChildViews(function(view) {
-      this.removeChild(view);
-    });
-  },
-
-  destroyAllChildren: function() {
-    return this.mutateChildViews(function(view) {
-      view.destroy();
-    });
-  },
-
-  /**
-    Removes the view from its parentView, if one is found. Otherwise
-    does nothing.
-
-    @method removeFromParent
-    @return {Ember.View} receiver
-  */
-  removeFromParent: function() {
-    var parent = get(this, '_parentView');
-
-    // Remove DOM element from parent
-    this.remove();
-
-    if (parent) { parent.removeChild(this); }
-    return this;
-  },
-
-  /**
-    You must call `destroy` on a view to destroy the view (and all of its
-    child views). This will remove the view from any parent node, then make
-    sure that the DOM element managed by the view can be released by the
-    memory manager.
-
-    @method willDestroy
-  */
-  willDestroy: function() {
-    // calling this._super() will nuke computed properties and observers,
-    // so collect any information we need before calling super.
-    var childViews = this._childViews,
-        parent     = get(this, '_parentView'),
-        childLen;
-
-    // destroy the element -- this will avoid each child view destroying
-    // the element over and over again...
-    if (!this.removedFromDOM) { this.destroyElement(); }
-
-    // remove from non-virtual parent view if viewName was specified
-    if (this.viewName) {
-      var nonVirtualParentView = get(this, 'parentView');
-      if (nonVirtualParentView) {
-        set(nonVirtualParentView, this.viewName, null);
-      }
-    }
-
-    // remove from parent if found. Don't call removeFromParent,
-    // as removeFromParent will try to remove the element from
-    // the DOM again.
-    if (parent) { parent.removeChild(this); }
-
-    this.state = 'destroyed';
-
-    childLen = childViews.length;
-    for (var i=childLen-1; i>=0; i--) {
-      childViews[i].removedFromDOM = true;
-      childViews[i].destroy();
-    }
-
-    // next remove view from global hash
-    if (!this.isVirtual) delete Ember.View.views[get(this, 'elementId')];
-  },
-
-  /**
-    Instantiates a view to be added to the childViews array during view
-    initialization. You generally will not call this method directly unless
-    you are overriding createChildViews(). Note that this method will
-    automatically configure the correct settings on the new view instance to
-    act as a child of the parent.
-
-    @method createChildView
-    @param {Class} viewClass
-    @param {Hash} [attrs] Attributes to add
-    @return {Ember.View} new instance
-  */
-  createChildView: function(view, attrs) {
-    if (Ember.CoreView.detect(view)) {
-      attrs = attrs || {};
-      attrs._parentView = this;
-      attrs.templateData = attrs.templateData || get(this, 'templateData');
-
-      view = view.create(attrs);
-
-      // don't set the property on a virtual view, as they are invisible to
-      // consumers of the view API
-      if (view.viewName) { set(get(this, 'concreteView'), view.viewName, view); }
-    } else {
-      Ember.assert('You must pass instance or subclass of View', view instanceof Ember.CoreView);
-      Ember.assert("You can only pass attributes when a class is provided", !attrs);
-
-      if (!get(view, 'templateData')) {
-        set(view, 'templateData', get(this, 'templateData'));
-      }
-
-      set(view, '_parentView', this);
-    }
-
-    return view;
-  },
-
-  becameVisible: Ember.K,
-  becameHidden: Ember.K,
-
-  /**
-    @private
-
-    When the view's `isVisible` property changes, toggle the visibility
-    element of the actual DOM element.
-
-    @method _isVisibleDidChange
-  */
-  _isVisibleDidChange: Ember.observer(function() {
-    var $el = this.$();
-    if (!$el) { return; }
-
-    var isVisible = get(this, 'isVisible');
-
-    $el.toggle(isVisible);
-
-    if (this._isAncestorHidden()) { return; }
-
-    if (isVisible) {
-      this._notifyBecameVisible();
-    } else {
-      this._notifyBecameHidden();
-    }
-  }, 'isVisible'),
-
-  _notifyBecameVisible: function() {
-    this.trigger('becameVisible');
-
-    this.forEachChildView(function(view) {
-      var isVisible = get(view, 'isVisible');
-
-      if (isVisible || isVisible === null) {
-        view._notifyBecameVisible();
-      }
-    });
-  },
-
-  _notifyBecameHidden: function() {
-    this.trigger('becameHidden');
-    this.forEachChildView(function(view) {
-      var isVisible = get(view, 'isVisible');
-
-      if (isVisible || isVisible === null) {
-        view._notifyBecameHidden();
-      }
-    });
-  },
-
-  _isAncestorHidden: function() {
-    var parent = get(this, 'parentView');
-
-    while (parent) {
-      if (get(parent, 'isVisible') === false) { return true; }
-
-      parent = get(parent, 'parentView');
-    }
-
-    return false;
-  },
-
-  clearBuffer: function() {
-    this.invokeRecursively(function(view) {
-      this.buffer = null;
-    });
-  },
-
-  transitionTo: function(state, children) {
-    this.state = state;
-
-    if (children !== false) {
-      this.forEachChildView(function(view) {
-        view.transitionTo(state);
-      });
-    }
-  },
-
-  // .......................................................
-  // EVENT HANDLING
-  //
-
-  /**
-    @private
-
-    Handle events from `Ember.EventDispatcher`
-
-    @method handleEvent
-    @param eventName {String}
-    @param evt {Event}
-  */
-  handleEvent: function(eventName, evt) {
-    return this.invokeForState('handleEvent', eventName, evt);
-  }
-
-});
-
-/*
-  Describe how the specified actions should behave in the various
-  states that a view can exist in. Possible states:
-
-  * preRender: when a view is first instantiated, and after its
-    element was destroyed, it is in the preRender state
-  * inBuffer: once a view has been rendered, but before it has
-    been inserted into the DOM, it is in the inBuffer state
-  * inDOM: once a view has been inserted into the DOM it is in
-    the inDOM state. A view spends the vast majority of its
-    existence in this state.
-  * destroyed: once a view has been destroyed (using the destroy
-    method), it is in this state. No further actions can be invoked
-    on a destroyed view.
-*/
-
-  // in the destroyed state, everything is illegal
-
-  // before rendering has begun, all legal manipulations are noops.
-
-  // inside the buffer, legal manipulations are done on the buffer
-
-  // once the view has been inserted into the DOM, legal manipulations
-  // are done on the DOM element.
-
-var DOMManager = {
-  prepend: function(view, html) {
-    view.$().prepend(html);
-  },
-
-  after: function(view, html) {
-    view.$().after(html);
-  },
-
-  html: function(view, html) {
-    view.$().html(html);
-  },
-
-  replace: function(view) {
-    var element = get(view, 'element');
-
-    set(view, 'element', null);
-
-    view._insertElementLater(function() {
-      Ember.$(element).replaceWith(get(view, 'element'));
-    });
-  },
-
-  remove: function(view) {
-    view.$().remove();
-  },
-
-  empty: function(view) {
-    view.$().empty();
-  }
-};
-
-Ember.View.reopen({
-  states: Ember.View.states,
-  domManager: DOMManager
-});
-
-Ember.View.reopenClass({
-
-  /**
-    @private
-
-    Parse a path and return an object which holds the parsed properties.
-
-    For example a path like "content.isEnabled:enabled:disabled" wil return the
-    following object:
-
-        {
-          path: "content.isEnabled",
-          className: "enabled",
-          falsyClassName: "disabled",
-          classNames: ":enabled:disabled"
-        }
-
-    @method _parsePropertyPath
-    @static
-  */
-  _parsePropertyPath: function(path) {
-    var split = path.split(':'),
-        propertyPath = split[0],
-        classNames = "",
-        className,
-        falsyClassName;
-
-    // check if the property is defined as prop:class or prop:trueClass:falseClass
-    if (split.length > 1) {
-      className = split[1];
-      if (split.length === 3) { falsyClassName = split[2]; }
-
-      classNames = ':' + className;
-      if (falsyClassName) { classNames += ":" + falsyClassName; }
-    }
-
-    return {
-      path: propertyPath,
-      classNames: classNames,
-      className: (className === '') ? undefined : className,
-      falsyClassName: falsyClassName
-    };
-  },
-
-  /**
-    @private
-
-    Get the class name for a given value, based on the path, optional className
-    and optional falsyClassName.
-
-    - if a className or falsyClassName has been specified:
-      - if the value is truthy and className has been specified, className is returned
-      - if the value is falsy and falsyClassName has been specified, falsyClassName is returned
-      - otherwise null is returned
-    - if the value is true, the dasherized last part of the supplied path is returned
-    - if the value is not false, undefined or null, the value is returned
-    - if none of the above rules apply, null is returned
-
-    @method _classStringForValue
-    @param path
-    @param val
-    @param className
-    @param falsyClassName
-    @static
-  */
-  _classStringForValue: function(path, val, className, falsyClassName) {
-    // When using the colon syntax, evaluate the truthiness or falsiness
-    // of the value to determine which className to return
-    if (className || falsyClassName) {
-      if (className && !!val) {
-        return className;
-
-      } else if (falsyClassName && !val) {
-        return falsyClassName;
-
-      } else {
-        return null;
-      }
-
-    // If value is a Boolean and true, return the dasherized property
-    // name.
-    } else if (val === true) {
-      // Normalize property path to be suitable for use
-      // as a class name. For exaple, content.foo.barBaz
-      // becomes bar-baz.
-      var parts = path.split('.');
-      return Ember.String.dasherize(parts[parts.length-1]);
-
-    // If the value is not false, undefined, or null, return the current
-    // value of the property.
-    } else if (val !== false && val !== undefined && val !== null) {
-      return val;
-
-    // Nothing to display. Return null so that the old class is removed
-    // but no new class is added.
-    } else {
-      return null;
-    }
-  }
-});
-
-/**
-  Global views hash
-
-  @property views
-  @static
-  @type Hash
-*/
-Ember.View.views = {};
-
-// If someone overrides the child views computed property when
-// defining their class, we want to be able to process the user's
-// supplied childViews and then restore the original computed property
-// at view initialization time. This happens in Ember.ContainerView's init
-// method.
-Ember.View.childViewsProperty = childViewsProperty;
-
-Ember.View.applyAttributeBindings = function(elem, name, value) {
-  var type = Ember.typeOf(value);
-  var currentValue = elem.attr(name);
-
-  // if this changes, also change the logic in ember-handlebars/lib/helpers/binding.js
-  if ((type === 'string' || (type === 'number' && !isNaN(value))) && value !== currentValue) {
-    elem.attr(name, value);
-  } else if (value && type === 'boolean') {
-    elem.attr(name, name);
-  } else if (!value) {
-    elem.removeAttr(name);
-  }
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set;
-
-Ember.View.states = {
-  _default: {
-    // appendChild is only legal while rendering the buffer.
-    appendChild: function() {
-      throw "You can't use appendChild outside of the rendering process";
-    },
-
-    $: function() {
-      return undefined;
-    },
-
-    getElement: function() {
-      return null;
-    },
-
-    // Handle events from `Ember.EventDispatcher`
-    handleEvent: function() {
-      return true; // continue event propagation
-    },
-
-    destroyElement: function(view) {
-      set(view, 'element', null);
-      if (view._scheduledInsert) {
-        Ember.run.cancel(view._scheduledInsert);
-        view._scheduledInsert = null;
-      }
-      return view;
-    },
-
-    renderToBufferIfNeeded: function () {
-      return false;
-    }
-  }
-};
-
-Ember.View.reopen({
-  states: Ember.View.states
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-Ember.View.states.preRender = {
-  parentState: Ember.View.states._default,
-
-  // a view leaves the preRender state once its element has been
-  // created (createElement).
-  insertElement: function(view, fn) {
-    view.createElement();
-    view._notifyWillInsertElement();
-    // after createElement, the view will be in the hasElement state.
-    fn.call(view);
-    view.transitionTo('inDOM');
-    view._notifyDidInsertElement();
-  },
-
-  renderToBufferIfNeeded: function(view) {
-    return view.renderToBuffer();
-  },
-
-  empty: Ember.K,
-
-  setElement: function(view, value) {
-    if (value !== null) {
-      view.transitionTo('hasElement');
-    }
-    return value;
-  }
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, meta = Ember.meta;
-
-Ember.View.states.inBuffer = {
-  parentState: Ember.View.states._default,
-
-  $: function(view, sel) {
-    // if we don't have an element yet, someone calling this.$() is
-    // trying to update an element that isn't in the DOM. Instead,
-    // rerender the view to allow the render method to reflect the
-    // changes.
-    view.rerender();
-    return Ember.$();
-  },
-
-  // when a view is rendered in a buffer, rerendering it simply
-  // replaces the existing buffer with a new one
-  rerender: function(view) {
-    Ember.deprecate("Something you did caused a view to re-render after it rendered but before it was inserted into the DOM. Because this is avoidable and the cause of significant performance issues in applications, this behavior is deprecated. If you want to use the debugger to find out what caused this, you can set ENV.RAISE_ON_DEPRECATION to true.");
-
-    view._notifyWillClearRender();
-
-    view.clearRenderedChildren();
-    view.renderToBuffer(view.buffer, 'replaceWith');
-  },
-
-  // when a view is rendered in a buffer, appending a child
-  // view will render that view and append the resulting
-  // buffer into its buffer.
-  appendChild: function(view, childView, options) {
-    var buffer = view.buffer;
-
-    childView = this.createChildView(childView, options);
-    view._childViews.push(childView);
-
-    childView.renderToBuffer(buffer);
-
-    view.propertyDidChange('childViews');
-
-    return childView;
-  },
-
-  // when a view is rendered in a buffer, destroying the
-  // element will simply destroy the buffer and put the
-  // state back into the preRender state.
-  destroyElement: function(view) {
-    view.clearBuffer();
-    view._notifyWillDestroyElement();
-    view.transitionTo('preRender');
-
-    return view;
-  },
-
-  empty: function() {
-    Ember.assert("Emptying a view in the inBuffer state is not allowed and should not happen under normal circumstances. Most likely there is a bug in your application. This may be due to excessive property change notifications.");
-  },
-
-  renderToBufferIfNeeded: function (view) {
-    return view.buffer;
-  },
-
-  // It should be impossible for a rendered view to be scheduled for
-  // insertion.
-  insertElement: function() {
-    throw "You can't insert an element that has already been rendered";
-  },
-
-  setElement: function(view, value) {
-    if (value === null) {
-      view.transitionTo('preRender');
-    } else {
-      view.clearBuffer();
-      view.transitionTo('hasElement');
-    }
-
-    return value;
-  }
-};
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, meta = Ember.meta;
-
-Ember.View.states.hasElement = {
-  parentState: Ember.View.states._default,
-
-  $: function(view, sel) {
-    var elem = get(view, 'element');
-    return sel ? Ember.$(sel, elem) : Ember.$(elem);
-  },
-
-  getElement: function(view) {
-    var parent = get(view, 'parentView');
-    if (parent) { parent = get(parent, 'element'); }
-    if (parent) { return view.findElementInParentElement(parent); }
-    return Ember.$("#" + get(view, 'elementId'))[0];
-  },
-
-  setElement: function(view, value) {
-    if (value === null) {
-      view.transitionTo('preRender');
-    } else {
-      throw "You cannot set an element to a non-null value when the element is already in the DOM.";
-    }
-
-    return value;
-  },
-
-  // once the view has been inserted into the DOM, rerendering is
-  // deferred to allow bindings to synchronize.
-  rerender: function(view) {
-    view._notifyWillClearRender();
-
-    view.clearRenderedChildren();
-
-    view.domManager.replace(view);
-    return view;
-  },
-
-  // once the view is already in the DOM, destroying it removes it
-  // from the DOM, nukes its element, and puts it back into the
-  // preRender state if inDOM.
-
-  destroyElement: function(view) {
-    view._notifyWillDestroyElement();
-    view.domManager.remove(view);
-    set(view, 'element', null);
-    if (view._scheduledInsert) {
-      Ember.run.cancel(view._scheduledInsert);
-      view._scheduledInsert = null;
-    }
-    return view;
-  },
-
-  empty: function(view) {
-    var _childViews = view._childViews, len, idx;
-    if (_childViews) {
-      len = _childViews.length;
-      for (idx = 0; idx < len; idx++) {
-        _childViews[idx]._notifyWillDestroyElement();
-      }
-    }
-    view.domManager.empty(view);
-  },
-
-  // Handle events from `Ember.EventDispatcher`
-  handleEvent: function(view, eventName, evt) {
-    if (view.has(eventName)) {
-      // Handler should be able to re-dispatch events, so we don't
-      // preventDefault or stopPropagation.
-      return view.trigger(eventName, evt);
-    } else {
-      return true; // continue event propagation
-    }
-  }
-};
-
-Ember.View.states.inDOM = {
-  parentState: Ember.View.states.hasElement,
-
-  insertElement: function(view, fn) {
-    throw "You can't insert an element into the DOM that has already been inserted";
-  }
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var destroyedError = "You can't call %@ on a destroyed view", fmt = Ember.String.fmt;
-
-Ember.View.states.destroyed = {
-  parentState: Ember.View.states._default,
-
-  appendChild: function() {
-    throw fmt(destroyedError, ['appendChild']);
-  },
-  rerender: function() {
-    throw fmt(destroyedError, ['rerender']);
-  },
-  destroyElement: function() {
-    throw fmt(destroyedError, ['destroyElement']);
-  },
-  empty: function() {
-    throw fmt(destroyedError, ['empty']);
-  },
-
-  setElement: function() {
-    throw fmt(destroyedError, ["set('element', ...)"]);
-  },
-
-  renderToBufferIfNeeded: function() {
-    throw fmt(destroyedError, ["renderToBufferIfNeeded"]);
-  },
-
-  // Since element insertion is scheduled, don't do anything if
-  // the view has been destroyed between scheduling and execution
-  insertElement: Ember.K
-};
-
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, meta = Ember.meta;
-var forEach = Ember.EnumerableUtils.forEach;
-
-var childViewsProperty = Ember.computed(function() {
-  return get(this, '_childViews');
-}).property('_childViews');
-
-/**
-  A `ContainerView` is an `Ember.View` subclass that allows for manual or programatic
-  management of a view's `childViews` array that will correctly update the `ContainerView`
-  instance's rendered DOM representation.
-
-  ## Setting Initial Child Views
-  The initial array of child views can be set in one of two ways. You can provide
-  a `childViews` property at creation time that contains instance of `Ember.View`:
-
-  ``` javascript
-  aContainer = Ember.ContainerView.create({
-    childViews: [Ember.View.create(), Ember.View.create()]
-  });
-  ```
-
-  You can also provide a list of property names whose values are instances of `Ember.View`:
-
-  ``` javascript
-  aContainer = Ember.ContainerView.create({
-    childViews: ['aView', 'bView', 'cView'],
-    aView: Ember.View.create(),
-    bView: Ember.View.create()
-    cView: Ember.View.create()
-  });
-  ```
-
-  The two strategies can be combined:
-
-  ``` javascript
-  aContainer = Ember.ContainerView.create({
-    childViews: ['aView', Ember.View.create()],
-    aView: Ember.View.create()
-  });
-  ```
-
-  Each child view's rendering will be inserted into the container's rendered HTML in the same
-  order as its position in the `childViews` property.
-
-  ## Adding and Removing Child Views
-  The views in a container's `childViews` array should be added and removed by manipulating
-  the `childViews` property directly.
-
-  To remove a view pass that view into a `removeObject` call on the container's `childViews` property.
-
-  Given an empty `<body>` the following code
-
-  ``` javascript
-  aContainer = Ember.ContainerView.create({
-    classNames: ['the-container'],
-    childViews: ['aView', 'bView'],
-    aView: Ember.View.create({
-      template: Ember.Handlebars.compile("A")
-    }),
-    bView: Ember.View.create({
-      template: Ember.Handlebars.compile("B")
-    })
-  });
-
-  aContainer.appendTo('body');
-  ``` 
-
-  Results in the HTML
-
-  ``` html
-  <div class="ember-view the-container">
-    <div class="ember-view">A</div>
-    <div class="ember-view">B</div>
-  </div>
-  ```
-
-  Removing a view
-
-  ``` javascript
-  aContainer.get('childViews'); // [aContainer.aView, aContainer.bView]
-  aContainer.get('childViews').removeObject(aContainer.get('bView'));
-  aContainer.get('childViews'); // [aContainer.aView]
-  ```
-
-  Will result in the following HTML
-
-  ``` html
-  <div class="ember-view the-container">
-    <div class="ember-view">A</div>
-  </div>
-  ```
-
-
-  Similarly, adding a child view is accomplished by adding `Ember.View` instances to the
-  container's `childViews` property.
-
-  Given an empty `<body>` the following code
-
-  ``` javascript
-  aContainer = Ember.ContainerView.create({
-    classNames: ['the-container'],
-    childViews: ['aView', 'bView'],
-    aView: Ember.View.create({
-      template: Ember.Handlebars.compile("A")
-    }),
-    bView: Ember.View.create({
-      template: Ember.Handlebars.compile("B")
-    })
-  });
-
-  aContainer.appendTo('body');
-  ```
-
-  Results in the HTML
-
-  ``` html
-  <div class="ember-view the-container">
-    <div class="ember-view">A</div>
-    <div class="ember-view">B</div>
-  </div>
-  ```
-
-  Adding a view
-
-  ``` javascript
-  AnotherViewClass = Ember.View.extend({
-    template: Ember.Handlebars.compile("Another view")
-  });
-
-  aContainer.get('childViews'); // [aContainer.aView, aContainer.bView]
-  aContainer.get('childViews').pushObject(AnotherViewClass.create());
-  aContainer.get('childViews'); // [aContainer.aView, aContainer.bView, <AnotherViewClass instance>]
-  ```
-
-  Will result in the following HTML
-
-  ``` html
-  <div class="ember-view the-container">
-    <div class="ember-view">A</div>
-    <div class="ember-view">B</div>
-    <div class="ember-view">Another view</div>
-  </div>
-  ```
-
-
-  Direct manipulation of childViews presence or absence in the DOM via calls to
-  `remove` or `removeFromParent` or calls to a container's `removeChild` may not behave
-  correctly.
-
-  Calling `remove()` on a child view will remove the view's HTML, but it will remain as part of its
-  container's `childView`s property.
-
-  Calling `removeChild()` on the container will remove the passed view instance from the container's
-  `childView`s but keep its HTML within the container's rendered view.
-
-  Calling `removeFromParent()` behaves as expected but should be avoided in favor of direct
-  manipulation of a container's `childViews` property.
-
-  ``` javascript
-  aContainer = Ember.ContainerView.create({
-    classNames: ['the-container'],
-    childViews: ['aView', 'bView'],
-    aView: Ember.View.create({
-      template: Ember.Handlebars.compile("A")
-    }),
-    bView: Ember.View.create({
-      template: Ember.Handlebars.compile("B")
-    })
-  });
-
-  aContainer.appendTo('body');
-  ```
-
-  Results in the HTML
-
-  ``` html
-  <div class="ember-view the-container">
-    <div class="ember-view">A</div>
-    <div class="ember-view">B</div>
-  </div>
-  ```
-
-  Calling `aContainer.get('aView').removeFromParent()` will result in the following HTML
-
-  ``` html
-  <div class="ember-view the-container">
-    <div class="ember-view">B</div>
-  </div>
-  ```
-
-  And the `Ember.View` instance stored in `aContainer.aView` will be removed from `aContainer`'s
-  `childViews` array.
-
-  ## Templates and Layout
-
-  A `template`, `templateName`, `defaultTemplate`, `layout`, `layoutName` or `defaultLayout`
-  property on a container view will not result in the template or layout being rendered.
-  The HTML contents of a `Ember.ContainerView`'s DOM representation will only be the rendered HTML
-  of its child views.
-
-  ## Binding a View to Display
-
-  If you would like to display a single view in your ContainerView, you can set its `currentView`
-  property. When the `currentView` property is set to a view instance, it will be added to the
-  ContainerView's `childViews` array. If the `currentView` property is later changed to a
-  different view, the new view will replace the old view. If `currentView` is set to `null`, the
-  last `currentView` will be removed.
-
-  This functionality is useful for cases where you want to bind the display of a ContainerView to
-  a controller or state manager. For example, you can bind the `currentView` of a container to
-  a controller like this:
-
-  ``` javascript
-  App.appController = Ember.Object.create({
-    view: Ember.View.create({
-      templateName: 'person_template'
-    })
-  });
-  ```
-
-  ``` handlebars
-  {{view Ember.ContainerView currentViewBinding="App.appController.view"}}
-  ```
-
-  @class ContainerView
-  @namespace Ember
-  @extends Ember.View
-*/
-
-Ember.ContainerView = Ember.View.extend({
-
-  init: function() {
-    this._super();
-
-    var childViews = get(this, 'childViews');
-    Ember.defineProperty(this, 'childViews', childViewsProperty);
-
-    var _childViews = this._childViews;
-
-    forEach(childViews, function(viewName, idx) {
-      var view;
-
-      if ('string' === typeof viewName) {
-        view = get(this, viewName);
-        view = this.createChildView(view);
-        set(this, viewName, view);
-      } else {
-        view = this.createChildView(viewName);
-      }
-
-      _childViews[idx] = view;
-    }, this);
-
-    var currentView = get(this, 'currentView');
-    if (currentView) _childViews.push(this.createChildView(currentView));
-
-    // Make the _childViews array observable
-    Ember.A(_childViews);
-
-    // Sets up an array observer on the child views array. This
-    // observer will detect when child views are added or removed
-    // and update the DOM to reflect the mutation.
-    get(this, 'childViews').addArrayObserver(this, {
-      willChange: 'childViewsWillChange',
-      didChange: 'childViewsDidChange'
-    });
-  },
-
-  /**
-    @private
-
-    Instructs each child view to render to the passed render buffer.
-
-    @method render
-    @param {Ember.RenderBuffer} buffer the buffer to render to
-  */
-  render: function(buffer) {
-    this.forEachChildView(function(view) {
-      view.renderToBuffer(buffer);
-    });
-  },
-
-  instrumentName: 'render.container',
-
-  /**
-    @private
-
-    When the container view is destroyed, tear down the child views
-    array observer.
-
-    @method willDestroy
-  */
-  willDestroy: function() {
-    get(this, 'childViews').removeArrayObserver(this, {
-      willChange: 'childViewsWillChange',
-      didChange: 'childViewsDidChange'
-    });
-
-    this._super();
-  },
-
-  /**
-    @private
-
-    When a child view is removed, destroy its element so that
-    it is removed from the DOM.
-
-    The array observer that triggers this action is set up in the
-    `renderToBuffer` method.
-
-    @method childViewsWillChange
-    @param {Ember.Array} views the child views array before mutation
-    @param {Number} start the start position of the mutation
-    @param {Number} removed the number of child views removed
-  **/
-  childViewsWillChange: function(views, start, removed) {
-    if (removed === 0) { return; }
-
-    var changedViews = views.slice(start, start+removed);
-    this.initializeViews(changedViews, null, null);
-
-    this.invokeForState('childViewsWillChange', views, start, removed);
-  },
-
-  /**
-    @private
-
-    When a child view is added, make sure the DOM gets updated appropriately.
-
-    If the view has already rendered an element, we tell the child view to
-    create an element and insert it into the DOM. If the enclosing container view
-    has already written to a buffer, but not yet converted that buffer into an
-    element, we insert the string representation of the child into the appropriate
-    place in the buffer.
-
-    @method childViewsDidChange
-    @param {Ember.Array} views the array of child views afte the mutation has occurred
-    @param {Number} start the start position of the mutation
-    @param {Number} removed the number of child views removed
-    @param {Number} the number of child views added
-  */
-  childViewsDidChange: function(views, start, removed, added) {
-    var len = get(views, 'length');
-
-    // No new child views were added; bail out.
-    if (added === 0) return;
-
-    var changedViews = views.slice(start, start+added);
-    this.initializeViews(changedViews, this, get(this, 'templateData'));
-
-    // Let the current state handle the changes
-    this.invokeForState('childViewsDidChange', views, start, added);
-  },
-
-  initializeViews: function(views, parentView, templateData) {
-    forEach(views, function(view) {
-      set(view, '_parentView', parentView);
-
-      if (!get(view, 'templateData')) {
-        set(view, 'templateData', templateData);
-      }
-    });
-  },
-
-  currentView: null,
-
-  _currentViewWillChange: Ember.beforeObserver(function() {
-    var childViews = get(this, 'childViews'),
-        currentView = get(this, 'currentView');
-
-    if (currentView) {
-      childViews.removeObject(currentView);
-      currentView.destroy();
-    }
-  }, 'currentView'),
-
-  _currentViewDidChange: Ember.observer(function() {
-    var childViews = get(this, 'childViews'),
-        currentView = get(this, 'currentView');
-
-    if (currentView) {
-      childViews.pushObject(currentView);
-    }
-  }, 'currentView'),
-
-  _ensureChildrenAreInDOM: function () {
-    this.invokeForState('ensureChildrenAreInDOM', this);
-  }
-});
-
-// Ember.ContainerView extends the default view states to provide different
-// behavior for childViewsWillChange and childViewsDidChange.
-Ember.ContainerView.states = {
-  parent: Ember.View.states,
-
-  inBuffer: {
-    childViewsDidChange: function(parentView, views, start, added) {
-      var buffer = parentView.buffer,
-          startWith, prev, prevBuffer, view;
-
-      // Determine where to begin inserting the child view(s) in the
-      // render buffer.
-      if (start === 0) {
-        // If views were inserted at the beginning, prepend the first
-        // view to the render buffer, then begin inserting any
-        // additional views at the beginning.
-        view = views[start];
-        startWith = start + 1;
-        view.renderToBuffer(buffer, 'prepend');
-      } else {
-        // Otherwise, just insert them at the same place as the child
-        // views mutation.
-        view = views[start - 1];
-        startWith = start;
-      }
-
-      for (var i=startWith; i<start+added; i++) {
-        prev = view;
-        view = views[i];
-        prevBuffer = prev.buffer;
-        view.renderToBuffer(prevBuffer, 'insertAfter');
-      }
-    }
-  },
-
-  hasElement: {
-    childViewsWillChange: function(view, views, start, removed) {
-      for (var i=start; i<start+removed; i++) {
-        views[i].remove();
-      }
-    },
-
-    childViewsDidChange: function(view, views, start, added) {
-      Ember.run.scheduleOnce('render', this, '_ensureChildrenAreInDOM');
-    },
-
-    ensureChildrenAreInDOM: function(view) {
-      var childViews = view.get('childViews'), i, len, childView, previous, buffer;
-      for (i = 0, len = childViews.length; i < len; i++) {
-        childView = childViews[i];
-        buffer = childView.renderToBufferIfNeeded();
-        if (buffer) {
-          childView._notifyWillInsertElement();
-          if (previous) {
-            previous.domManager.after(previous, buffer.string());
-          } else {
-            view.domManager.prepend(view, buffer.string());
-          }
-          childView.transitionTo('inDOM');
-          childView.propertyDidChange('element');
-          childView._notifyDidInsertElement();
-        }
-        previous = childView;
-      }
-    }
-  }
-};
-
-Ember.ContainerView.states.inDOM = {
-  parentState: Ember.ContainerView.states.hasElement
-};
-
-Ember.ContainerView.reopen({
-  states: Ember.ContainerView.states
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, fmt = Ember.String.fmt;
-
-/**
-  `Ember.CollectionView` is an `Ember.View` descendent responsible for managing a
-  collection (an array or array-like object) by maintaing a child view object and 
-  associated DOM representation for each item in the array and ensuring that child
-  views and their associated rendered HTML are updated when items in the array
-  are added, removed, or replaced.
-
-  ## Setting content
-  The managed collection of objects is referenced as the `Ember.CollectionView` instance's
-  `content` property.
-
-  ``` javascript
-  someItemsView = Ember.CollectionView.create({
-    content: ['A', 'B','C']
-  })
-  ```
-
-  The view for each item in the collection will have its `content` property set
-  to the item.
-
-  ## Specifying itemViewClass
-  By default the view class for each item in the managed collection will be an instance
-  of `Ember.View`. You can supply a different class by setting the `CollectionView`'s
-  `itemViewClass` property.
-
-  Given an empty `<body>` and the following code:
-
-  ``` javascript 
-  someItemsView = Ember.CollectionView.create({
-    classNames: ['a-collection'],
-    content: ['A','B','C'],
-    itemViewClass: Ember.View.extend({
-      template: Ember.Handlebars.compile("the letter: {{view.content}}")
-    })
-  });
-
-  someItemsView.appendTo('body');
-  ```
-
-  Will result in the following HTML structure
-
-  ``` html
-  <div class="ember-view a-collection">
-    <div class="ember-view">the letter: A</div>
-    <div class="ember-view">the letter: B</div>
-    <div class="ember-view">the letter: C</div>
-  </div>
-  ```
-
-  ## Automatic matching of parent/child tagNames
-
-  Setting the `tagName` property of a `CollectionView` to any of 
-  "ul", "ol", "table", "thead", "tbody", "tfoot", "tr", or "select" will result
-  in the item views receiving an appropriately matched `tagName` property.
-
-
-  Given an empty `<body>` and the following code:
-
-  ``` javascript
-  anUndorderedListView = Ember.CollectionView.create({
-    tagName: 'ul',
-    content: ['A','B','C'],
-    itemViewClass: Ember.View.extend({
-      template: Ember.Handlebars.compile("the letter: {{view.content}}")
-    })
-  });
-
-  anUndorderedListView.appendTo('body');
-  ```
-
-  Will result in the following HTML structure
-
-  ``` html
-  <ul class="ember-view a-collection">
-    <li class="ember-view">the letter: A</li>
-    <li class="ember-view">the letter: B</li>
-    <li class="ember-view">the letter: C</li>
-  </ul>
-  ```
-
-  Additional tagName pairs can be provided by adding to `Ember.CollectionView.CONTAINER_MAP `
-
-  ``` javascript
-  Ember.CollectionView.CONTAINER_MAP['article'] = 'section'
-  ```
-
-
-  ## Empty View
-  You can provide an `Ember.View` subclass to the `Ember.CollectionView` instance as its
-  `emptyView` property. If the `content` property of a `CollectionView` is set to `null`
-  or an empty array, an instance of this view will be the `CollectionView`s only child.
-
-  ``` javascript
-  aListWithNothing = Ember.CollectionView.create({
-    classNames: ['nothing']
-    content: null,
-    emptyView: Ember.View.extend({
-      template: Ember.Handlebars.compile("The collection is empty")
-    })
-  });
-
-  aListWithNothing.appendTo('body');
-  ```
-
-  Will result in the following HTML structure
-
-  ``` html
-  <div class="ember-view nothing">
-    <div class="ember-view">
-      The collection is empty
-    </div>
-  </div>
-  ```
-
-  ## Adding and Removing items
-  The `childViews` property of a `CollectionView` should not be directly manipulated. Instead,
-  add, remove, replace items from its `content` property. This will trigger
-  appropriate changes to its rendered HTML.
-
-  ## Use in templates via the `{{collection}}` Ember.Handlebars helper
-  Ember.Handlebars provides a helper specifically for adding `CollectionView`s to templates.
-  See `Ember.Handlebars.collection` for more details
-
-  @class CollectionView
-  @namespace Ember
-  @extends Ember.ContainerView
-  @since Ember 0.9
-*/
-Ember.CollectionView = Ember.ContainerView.extend(
-/** @scope Ember.CollectionView.prototype */ {
-
-  /**
-    A list of items to be displayed by the Ember.CollectionView.
-
-    @property content
-    @type Ember.Array
-    @default null
-  */
-  content: null,
-
-  /**
-    @private
-
-    This provides metadata about what kind of empty view class this
-    collection would like if it is being instantiated from another
-    system (like Handlebars)
-
-    @property emptyViewClass
-  */
-  emptyViewClass: Ember.View,
-
-  /**
-    An optional view to display if content is set to an empty array.
-
-    @property emptyView
-    @type Ember.View
-    @default null
-  */
-  emptyView: null,
-
-  /**
-    @property itemViewClass
-    @type Ember.View
-    @default Ember.View
-  */
-  itemViewClass: Ember.View,
-
-  init: function() {
-    var ret = this._super();
-    this._contentDidChange();
-    return ret;
-  },
-
-  _contentWillChange: Ember.beforeObserver(function() {
-    var content = this.get('content');
-
-    if (content) { content.removeArrayObserver(this); }
-    var len = content ? get(content, 'length') : 0;
-    this.arrayWillChange(content, 0, len);
-  }, 'content'),
-
-  /**
-    @private
-
-    Check to make sure that the content has changed, and if so,
-    update the children directly. This is always scheduled
-    asynchronously, to allow the element to be created before
-    bindings have synchronized and vice versa.
-
-    @method _contentDidChange
-  */
-  _contentDidChange: Ember.observer(function() {
-    var content = get(this, 'content');
-
-    if (content) {
-      Ember.assert(fmt("an Ember.CollectionView's content must implement Ember.Array. You passed %@", [content]), Ember.Array.detect(content));
-      content.addArrayObserver(this);
-    }
-
-    var len = content ? get(content, 'length') : 0;
-    this.arrayDidChange(content, 0, null, len);
-  }, 'content'),
-
-  willDestroy: function() {
-    var content = get(this, 'content');
-    if (content) { content.removeArrayObserver(this); }
-
-    this._super();
-  },
-
-  arrayWillChange: function(content, start, removedCount) {
-    // If the contents were empty before and this template collection has an
-    // empty view remove it now.
-    var emptyView = get(this, 'emptyView');
-    if (emptyView && emptyView instanceof Ember.View) {
-      emptyView.removeFromParent();
-    }
-
-    // Loop through child views that correspond with the removed items.
-    // Note that we loop from the end of the array to the beginning because
-    // we are mutating it as we go.
-    var childViews = get(this, 'childViews'), childView, idx, len;
-
-    len = get(childViews, 'length');
-
-    var removingAll = removedCount === len;
-
-    if (removingAll) {
-      this.invokeForState('empty');
-    }
-
-    for (idx = start + removedCount - 1; idx >= start; idx--) {
-      childView = childViews[idx];
-      if (removingAll) { childView.removedFromDOM = true; }
-      childView.destroy();
-    }
-  },
-
-  /**
-    Called when a mutation to the underlying content array occurs.
-
-    This method will replay that mutation against the views that compose the
-    Ember.CollectionView, ensuring that the view reflects the model.
-
-    This array observer is added in contentDidChange.
-
-    @method arrayDidChange
-    @param {Array} addedObjects the objects that were added to the content
-    @param {Array} removedObjects the objects that were removed from the content
-    @param {Number} changeIndex the index at which the changes occurred
-  */
-  arrayDidChange: function(content, start, removed, added) {
-    var itemViewClass = get(this, 'itemViewClass'),
-        childViews = get(this, 'childViews'),
-        addedViews = [], view, item, idx, len, itemTagName;
-
-    if ('string' === typeof itemViewClass) {
-      itemViewClass = get(itemViewClass);
-    }
-
-    Ember.assert(fmt("itemViewClass must be a subclass of Ember.View, not %@", [itemViewClass]), Ember.View.detect(itemViewClass));
-
-    len = content ? get(content, 'length') : 0;
-    if (len) {
-      for (idx = start; idx < start+added; idx++) {
-        item = content.objectAt(idx);
-
-        view = this.createChildView(itemViewClass, {
-          content: item,
-          contentIndex: idx
-        });
-
-        addedViews.push(view);
-      }
-    } else {
-      var emptyView = get(this, 'emptyView');
-      if (!emptyView) { return; }
-
-      emptyView = this.createChildView(emptyView);
-      addedViews.push(emptyView);
-      set(this, 'emptyView', emptyView);
-    }
-    childViews.replace(start, 0, addedViews);
-  },
-
-  createChildView: function(view, attrs) {
-    view = this._super(view, attrs);
-
-    var itemTagName = get(view, 'tagName');
-    var tagName = (itemTagName === null || itemTagName === undefined) ? Ember.CollectionView.CONTAINER_MAP[get(this, 'tagName')] : itemTagName;
-
-    set(view, 'tagName', tagName);
-
-    return view;
-  }
-});
-
-/**
-  A map of parent tags to their default child tags. You can add
-  additional parent tags if you want collection views that use
-  a particular parent tag to default to a child tag.
-
-  @property CONTAINER_MAP
-  @type Hash
-  @static
-  @final
-*/
-Ember.CollectionView.CONTAINER_MAP = {
-  ul: 'li',
-  ol: 'li',
-  table: 'tr',
-  thead: 'tr',
-  tbody: 'tr',
-  tfoot: 'tr',
-  tr: 'td',
-  select: 'option'
-};
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/*globals jQuery*/
-/**
-Ember Views
-
-@module ember
-@submodule ember-views
-@require ember-runtime
-@main ember-views
-*/
-
-})();
-
-(function() {
-var get = Ember.get, set = Ember.set;
-
-/**
-@module ember
-@submodule ember-states
-*/
-
-/**
-  @class State
-  @namespace Ember
-  @extends Ember.Object
-  @uses Ember.Evented
-*/
-Ember.State = Ember.Object.extend(Ember.Evented,
-/** @scope Ember.State.prototype */{
-  isState: true,
-
-  /**
-    A reference to the parent state.
-
-    @property parentState
-    @type Ember.State
-  */
-  parentState: null,
-  start: null,
-
-  /**
-    The name of this state.
-
-    @property name
-    @type String
-  */
-  name: null,
-
-  /**
-    The full path to this state.
-
-    @property path
-    @type String
-  */
-  path: Ember.computed(function() {
-    var parentPath = get(this, 'parentState.path'),
-        path = get(this, 'name');
-
-    if (parentPath) {
-      path = parentPath + '.' + path;
-    }
-
-    return path;
-  }).property(),
-
-  /**
-    @private
-
-    Override the default event firing from Ember.Evented to
-    also call methods with the given name.
-
-    @method trigger
-    @param name
-  */
-  trigger: function(name) {
-    if (this[name]) {
-      this[name].apply(this, [].slice.call(arguments, 1));
-    }
-    this._super.apply(this, arguments);
-  },
-
-  init: function() {
-    var states = get(this, 'states'), foundStates;
-    set(this, 'childStates', Ember.A());
-    set(this, 'eventTransitions', get(this, 'eventTransitions') || {});
-
-    var name, value, transitionTarget;
-
-    // As a convenience, loop over the properties
-    // of this state and look for any that are other
-    // Ember.State instances or classes, and move them
-    // to the `states` hash. This avoids having to
-    // create an explicit separate hash.
-
-    if (!states) {
-      states = {};
-
-      for (name in this) {
-        if (name === "constructor") { continue; }
-
-        if (value = this[name]) {
-          if (transitionTarget = value.transitionTarget) {
-            this.eventTransitions[name] = transitionTarget;
-          }
-
-          this.setupChild(states, name, value);
-        }
-      }
-
-      set(this, 'states', states);
-    } else {
-      for (name in states) {
-        this.setupChild(states, name, states[name]);
-      }
-    }
-
-    set(this, 'pathsCache', {});
-    set(this, 'pathsCacheNoContext', {});
-  },
-
-  setupChild: function(states, name, value) {
-    if (!value) { return false; }
-
-    if (value.isState) {
-      set(value, 'name', name);
-    } else if (Ember.State.detect(value)) {
-      value = value.create({
-        name: name
-      });
-    }
-
-    if (value.isState) {
-      set(value, 'parentState', this);
-      get(this, 'childStates').pushObject(value);
-      states[name] = value;
-      return value;
-    }
-  },
-
-  lookupEventTransition: function(name) {
-    var path, state = this;
-
-    while(state && !path) {
-      path = state.eventTransitions[name];
-      state = state.get('parentState');
-    }
-
-    return path;
-  },
-
-  /**
-    A Boolean value indicating whether the state is a leaf state
-    in the state hierarchy. This is false if the state has child
-    states; otherwise it is true.
-
-    @property isLeaf
-    @type Boolean
-  */
-  isLeaf: Ember.computed(function() {
-    return !get(this, 'childStates').length;
-  }),
-
-  /**
-    A boolean value indicating whether the state takes a context.
-    By default we assume all states take contexts.
-
-    @property hasContext
-    @default true
-  */
-  hasContext: true,
-
-  /**
-    This is the default transition event.
-
-    @event setup
-    @param {Ember.StateManager} manager
-    @param context
-    @see Ember.StateManager#transitionEvent
-  */
-  setup: Ember.K,
-
-  /**
-    This event fires when the state is entered.
-
-    @event enter
-    @param {Ember.StateManager} manager
-  */
-  enter: Ember.K,
-
-  /**
-    This event fires when the state is exited.
-
-    @event exit
-    @param {Ember.StateManager} manager
-  */
-  exit: Ember.K
-});
-
-Ember.State.reopenClass({
-
-  /**
-    Creates an action function for transitioning to the named state while preserving context.
-
-    The following example StateManagers are equivalent:
-
-        aManager = Ember.StateManager.create({
-          stateOne: Ember.State.create({
-            changeToStateTwo: Ember.State.transitionTo('stateTwo')
-          }),
-          stateTwo: Ember.State.create({})
-        })
-
-        bManager = Ember.StateManager.create({
-          stateOne: Ember.State.create({
-            changeToStateTwo: function(manager, context){
-              manager.transitionTo('stateTwo', context)
-            }
-          }),
-          stateTwo: Ember.State.create({})
-        })
-
-    @method transitionTo
-    @static
-    @param {String} target
-  */
-
-  transitionTo: function(target) {
-
-    var transitionFunction = function(stateManager, contextOrEvent) {
-      var contexts = [], transitionArgs,
-          Event = Ember.$ && Ember.$.Event;
-
-      if (contextOrEvent && (Event && contextOrEvent instanceof Event)) {
-        if (contextOrEvent.hasOwnProperty('contexts')) {
-          contexts = contextOrEvent.contexts.slice();
-        }
-      }
-      else {
-        contexts = [].slice.call(arguments, 1);
-      }
-
-      contexts.unshift(target);
-      stateManager.transitionTo.apply(stateManager, contexts);
-    };
-
-    transitionFunction.transitionTarget = target;
-
-    return transitionFunction;
-  }
-
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-states
-*/
-
-var get = Ember.get, set = Ember.set, fmt = Ember.String.fmt;
-var arrayForEach = Ember.ArrayPolyfills.forEach;
-/**
-  A Transition takes the enter, exit and resolve states and normalizes
-  them:
-
-  * takes any passed in contexts into consideration
-  * adds in `initialState`s
-
-  @class Transition
-  @private
-*/
-var Transition = function(raw) {
-  this.enterStates = raw.enterStates.slice();
-  this.exitStates = raw.exitStates.slice();
-  this.resolveState = raw.resolveState;
-
-  this.finalState = raw.enterStates[raw.enterStates.length - 1] || raw.resolveState;
-};
-
-Transition.prototype = {
-  /**
-    Normalize the passed in enter, exit and resolve states.
-
-    This process also adds `finalState` and `contexts` to the Transition object.
-
-    @method normalize
-    @param {Ember.StateManager} manager the state manager running the transition
-    @param {Array} contexts a list of contexts passed into `transitionTo`
-  */
-  normalize: function(manager, contexts) {
-    this.matchContextsToStates(contexts);
-    this.addInitialStates();
-    this.removeUnchangedContexts(manager);
-    return this;
-  },
-
-  /**
-    Match each of the contexts passed to `transitionTo` to a state.
-    This process may also require adding additional enter and exit
-    states if there are more contexts than enter states.
-
-    @method matchContextsToStates
-    @param {Array} contexts a list of contexts passed into `transitionTo`
-  */
-  matchContextsToStates: function(contexts) {
-    var stateIdx = this.enterStates.length - 1,
-        matchedContexts = [],
-        state,
-        context;
-
-    // Next, we will match the passed in contexts to the states they
-    // represent.
-    //
-    // First, assign a context to each enter state in reverse order. If
-    // any contexts are left, add a parent state to the list of states
-    // to enter and exit, and assign a context to the parent state.
-    //
-    // If there are still contexts left when the state manager is
-    // reached, raise an exception.
-    //
-    // This allows the following:
-    //
-    // |- root
-    // | |- post
-    // | | |- comments
-    // | |- about (* current state)
-    //
-    // For `transitionTo('post.comments', post, post.get('comments')`,
-    // the first context (`post`) will be assigned to `root.post`, and
-    // the second context (`post.get('comments')`) will be assigned
-    // to `root.post.comments`.
-    //
-    // For the following:
-    //
-    // |- root
-    // | |- post
-    // | | |- index (* current state)
-    // | | |- comments
-    //
-    // For `transitionTo('post.comments', otherPost, otherPost.get('comments')`,
-    // the `<root.post>` state will be added to the list of enter and exit
-    // states because its context has changed.
-
-    while (contexts.length > 0) {
-      if (stateIdx >= 0) {
-        state = this.enterStates[stateIdx--];
-      } else {
-        if (this.enterStates.length) {
-          state = get(this.enterStates[0], 'parentState');
-          if (!state) { throw "Cannot match all contexts to states"; }
-        } else {
-          // If re-entering the current state with a context, the resolve
-          // state will be the current state.
-          state = this.resolveState;
-        }
-
-        this.enterStates.unshift(state);
-        this.exitStates.unshift(state);
-      }
-
-      // in routers, only states with dynamic segments have a context
-      if (get(state, 'hasContext')) {
-        context = contexts.pop();
-      } else {
-        context = null;
-      }
-
-      matchedContexts.unshift(context);
-    }
-
-    this.contexts = matchedContexts;
-  },
-
-  /**
-    Add any `initialState`s to the list of enter states.
-
-    @method addInitialStates
-  */
-  addInitialStates: function() {
-    var finalState = this.finalState, initialState;
-
-    while(true) {
-      initialState = get(finalState, 'initialState') || 'start';
-      finalState = get(finalState, 'states.' + initialState);
-
-      if (!finalState) { break; }
-
-      this.finalState = finalState;
-      this.enterStates.push(finalState);
-      this.contexts.push(undefined);
-    }
-  },
-
-  /**
-    Remove any states that were added because the number of contexts
-    exceeded the number of explicit enter states, but the context has
-    not changed since the last time the state was entered.
-
-    @method removeUnchangedContexts
-    @param {Ember.StateManager} manager passed in to look up the last
-      context for a states
-  */
-  removeUnchangedContexts: function(manager) {
-    // Start from the beginning of the enter states. If the state was added
-    // to the list during the context matching phase, make sure the context
-    // has actually changed since the last time the state was entered.
-    while (this.enterStates.length > 0) {
-      if (this.enterStates[0] !== this.exitStates[0]) { break; }
-
-      if (this.enterStates.length === this.contexts.length) {
-        if (manager.getStateMeta(this.enterStates[0], 'context') !== this.contexts[0]) { break; }
-        this.contexts.shift();
-      }
-
-      this.resolveState = this.enterStates.shift();
-      this.exitStates.shift();
-    }
-  }
-};
-
-/**
-  StateManager is part of Ember's implementation of a finite state machine. A StateManager
-  instance manages a number of properties that are instances of `Ember.State`,
-  tracks the current active state, and triggers callbacks when states have changed.
-
-  ## Defining States
-
-  The states of StateManager can be declared in one of two ways. First, you can define
-  a `states` property that contains all the states:
-
-      managerA = Ember.StateManager.create({
-        states: {
-          stateOne: Ember.State.create(),
-          stateTwo: Ember.State.create()
-        }
-      })
-
-      managerA.get('states')
-      // {
-      //   stateOne: Ember.State.create(),
-      //   stateTwo: Ember.State.create()
-      // }
-
-  You can also add instances of `Ember.State` (or an `Ember.State` subclass) directly as properties
-  of a StateManager. These states will be collected into the `states` property for you.
-
-      managerA = Ember.StateManager.create({
-        stateOne: Ember.State.create(),
-        stateTwo: Ember.State.create()
-      })
-
-      managerA.get('states')
-      // {
-      //   stateOne: Ember.State.create(),
-      //   stateTwo: Ember.State.create()
-      // }
-
-  ## The Initial State
-  When created a StateManager instance will immediately enter into the state
-  defined as its `start` property or the state referenced by name in its
-  `initialState` property:
-
-      managerA = Ember.StateManager.create({
-        start: Ember.State.create({})
-      })
-
-      managerA.get('currentState.name') // 'start'
-
-      managerB = Ember.StateManager.create({
-        initialState: 'beginHere',
-        beginHere: Ember.State.create({})
-      })
-
-      managerB.get('currentState.name') // 'beginHere'
-
-  Because it is a property you may also provide a computed function if you wish to derive
-  an `initialState` programmatically:
-
-      managerC = Ember.StateManager.create({
-        initialState: function(){
-          if (someLogic) {
-            return 'active';
-          } else {
-            return 'passive';
-          }
-        }.property(),
-        active: Ember.State.create({}),
-        passive: Ember.State.create({})
-      })
-
-  ## Moving Between States
-  A StateManager can have any number of Ember.State objects as properties
-  and can have a single one of these states as its current state.
-
-  Calling `transitionTo` transitions between states:
-
-      robotManager = Ember.StateManager.create({
-        initialState: 'poweredDown',
-        poweredDown: Ember.State.create({}),
-        poweredUp: Ember.State.create({})
-      })
-
-      robotManager.get('currentState.name') // 'poweredDown'
-      robotManager.transitionTo('poweredUp')
-      robotManager.get('currentState.name') // 'poweredUp'
-
-  Before transitioning into a new state the existing `currentState` will have its
-  `exit` method called with the StateManager instance as its first argument and
-  an object representing the transition as its second argument.
-
-  After transitioning into a new state the new `currentState` will have its
-  `enter` method called with the StateManager instance as its first argument and
-  an object representing the transition as its second argument.
-
-      robotManager = Ember.StateManager.create({
-        initialState: 'poweredDown',
-        poweredDown: Ember.State.create({
-          exit: function(stateManager){
-            console.log("exiting the poweredDown state")
-          }
-        }),
-        poweredUp: Ember.State.create({
-          enter: function(stateManager){
-            console.log("entering the poweredUp state. Destroy all humans.")
-          }
-        })
-      })
-
-      robotManager.get('currentState.name') // 'poweredDown'
-      robotManager.transitionTo('poweredUp')
-      // will log
-      // 'exiting the poweredDown state'
-      // 'entering the poweredUp state. Destroy all humans.'
-
-
-  Once a StateManager is already in a state, subsequent attempts to enter that state will
-  not trigger enter or exit method calls. Attempts to transition into a state that the
-  manager does not have will result in no changes in the StateManager's current state:
-
-      robotManager = Ember.StateManager.create({
-        initialState: 'poweredDown',
-        poweredDown: Ember.State.create({
-          exit: function(stateManager){
-            console.log("exiting the poweredDown state")
-          }
-        }),
-        poweredUp: Ember.State.create({
-          enter: function(stateManager){
-            console.log("entering the poweredUp state. Destroy all humans.")
-          }
-        })
-      })
-
-      robotManager.get('currentState.name') // 'poweredDown'
-      robotManager.transitionTo('poweredUp')
-      // will log
-      // 'exiting the poweredDown state'
-      // 'entering the poweredUp state. Destroy all humans.'
-      robotManager.transitionTo('poweredUp') // no logging, no state change
-
-      robotManager.transitionTo('someUnknownState') // silently fails
-      robotManager.get('currentState.name') // 'poweredUp'
-
-
-  Each state property may itself contain properties that are instances of Ember.State.
-  The StateManager can transition to specific sub-states in a series of transitionTo method calls or
-  via a single transitionTo with the full path to the specific state. The StateManager will also
-  keep track of the full path to its currentState
-
-      robotManager = Ember.StateManager.create({
-        initialState: 'poweredDown',
-        poweredDown: Ember.State.create({
-          charging: Ember.State.create(),
-          charged: Ember.State.create()
-        }),
-        poweredUp: Ember.State.create({
-          mobile: Ember.State.create(),
-          stationary: Ember.State.create()
-        })
-      })
-
-      robotManager.get('currentState.name') // 'poweredDown'
-
-      robotManager.transitionTo('poweredUp')
-      robotManager.get('currentState.name') // 'poweredUp'
-
-      robotManager.transitionTo('mobile')
-      robotManager.get('currentState.name') // 'mobile'
-
-      // transition via a state path
-      robotManager.transitionTo('poweredDown.charging')
-      robotManager.get('currentState.name') // 'charging'
-
-      robotManager.get('currentState.path') // 'poweredDown.charging'
-
-  Enter transition methods will be called for each state and nested child state in their
-  hierarchical order.  Exit methods will be called for each state and its nested states in
-  reverse hierarchical order.
-
-  Exit transitions for a parent state are not called when entering into one of its child states,
-  only when transitioning to a new section of possible states in the hierarchy.
-
-      robotManager = Ember.StateManager.create({
-        initialState: 'poweredDown',
-        poweredDown: Ember.State.create({
-          enter: function(){},
-          exit: function(){
-            console.log("exited poweredDown state")
-          },
-          charging: Ember.State.create({
-            enter: function(){},
-            exit: function(){}
-          }),
-          charged: Ember.State.create({
-            enter: function(){
-              console.log("entered charged state")
-            },
-            exit: function(){
-              console.log("exited charged state")
-            }
-          })
-        }),
-        poweredUp: Ember.State.create({
-          enter: function(){
-            console.log("entered poweredUp state")
-          },
-          exit: function(){},
-          mobile: Ember.State.create({
-            enter: function(){
-              console.log("entered mobile state")
-            },
-            exit: function(){}
-          }),
-          stationary: Ember.State.create({
-            enter: function(){},
-            exit: function(){}
-          })
-        })
-      })
-
-
-      robotManager.get('currentState.path') // 'poweredDown'
-      robotManager.transitionTo('charged')
-      // logs 'entered charged state'
-      // but does *not* log  'exited poweredDown state'
-      robotManager.get('currentState.name') // 'charged
-
-      robotManager.transitionTo('poweredUp.mobile')
-      // logs
-      // 'exited charged state'
-      // 'exited poweredDown state'
-      // 'entered poweredUp state'
-      // 'entered mobile state'
-
-  During development you can set a StateManager's `enableLogging` property to `true` to
-  receive console messages of state transitions.
-
-      robotManager = Ember.StateManager.create({
-        enableLogging: true
-      })
-
-  ## Managing currentState with Actions
-  To control which transitions between states are possible for a given state, StateManager
-  can receive and route action messages to its states via the `send` method.  Calling to `send` with
-  an action name will begin searching for a method with the same name starting at the current state
-  and moving up through the parent states in a state hierarchy until an appropriate method is found
-  or the StateManager instance itself is reached.
-
-  If an appropriately named method is found it will be called with the state manager as the first
-  argument and an optional `context` object as the second argument.
-
-      managerA = Ember.StateManager.create({
-        initialState: 'stateOne.substateOne.subsubstateOne',
-        stateOne: Ember.State.create({
-          substateOne: Ember.State.create({
-            anAction: function(manager, context){
-              console.log("an action was called")
-            },
-            subsubstateOne: Ember.State.create({})
-          })
-        })
-      })
-
-      managerA.get('currentState.name') // 'subsubstateOne'
-      managerA.send('anAction')
-      // 'stateOne.substateOne.subsubstateOne' has no anAction method
-      // so the 'anAction' method of 'stateOne.substateOne' is called
-      // and logs "an action was called"
-      // with managerA as the first argument
-      // and no second argument
-
-      someObject = {}
-      managerA.send('anAction', someObject)
-      // the 'anAction' method of 'stateOne.substateOne' is called again
-      // with managerA as the first argument and
-      // someObject as the second argument.
-
-
-  If the StateManager attempts to send an action but does not find an appropriately named
-  method in the current state or while moving upwards through the state hierarchy
-  it will throw a new Ember.Error. Action detection only moves upwards through the state hierarchy
-  from the current state. It does not search in other portions of the hierarchy.
-
-      managerB = Ember.StateManager.create({
-        initialState: 'stateOne.substateOne.subsubstateOne',
-        stateOne: Ember.State.create({
-          substateOne: Ember.State.create({
-            subsubstateOne: Ember.State.create({})
-          })
-        }),
-        stateTwo: Ember.State.create({
-         anAction: function(manager, context){
-           // will not be called below because it is
-           // not a parent of the current state
-         }
-        })
-      })
-
-      managerB.get('currentState.name') // 'subsubstateOne'
-      managerB.send('anAction')
-      // Error: <Ember.StateManager:ember132> could not
-      // respond to event anAction in state stateOne.substateOne.subsubstateOne.
-
-  Inside of an action method the given state should delegate `transitionTo` calls on its
-  StateManager.
-
-      robotManager = Ember.StateManager.create({
-        initialState: 'poweredDown.charging',
-        poweredDown: Ember.State.create({
-          charging: Ember.State.create({
-            chargeComplete: function(manager, context){
-              manager.transitionTo('charged')
-            }
-          }),
-          charged: Ember.State.create({
-            boot: function(manager, context){
-              manager.transitionTo('poweredUp')
-            }
-          })
-        }),
-        poweredUp: Ember.State.create({
-          beginExtermination: function(manager, context){
-            manager.transitionTo('rampaging')
-          },
-          rampaging: Ember.State.create()
-        })
-      })
-
-      robotManager.get('currentState.name') // 'charging'
-      robotManager.send('boot') // throws error, no boot action
-                                // in current hierarchy
-      robotManager.get('currentState.name') // remains 'charging'
-
-      robotManager.send('beginExtermination') // throws error, no beginExtermination
-                                              // action in current hierarchy
-      robotManager.get('currentState.name') // remains 'charging'
-
-      robotManager.send('chargeComplete')
-      robotManager.get('currentState.name') // 'charged'
-
-      robotManager.send('boot')
-      robotManager.get('currentState.name') // 'poweredUp'
-
-      robotManager.send('beginExtermination', allHumans)
-      robotManager.get('currentState.name') // 'rampaging'
-
-  Transition actions can also be created using the `transitionTo` method of the Ember.State class. The
-  following example StateManagers are equivalent:
-
-      aManager = Ember.StateManager.create({
-        stateOne: Ember.State.create({
-          changeToStateTwo: Ember.State.transitionTo('stateTwo')
-        }),
-        stateTwo: Ember.State.create({})
-      })
-
-      bManager = Ember.StateManager.create({
-        stateOne: Ember.State.create({
-          changeToStateTwo: function(manager, context){
-            manager.transitionTo('stateTwo', context)
-          }
-        }),
-        stateTwo: Ember.State.create({})
-      })
-
-  @class StateManager
-  @namespace Ember
-  @extends Ember.State
-**/
-Ember.StateManager = Ember.State.extend({
-  /**
-    @private
-
-    When creating a new statemanager, look for a default state to transition
-    into. This state can either be named `start`, or can be specified using the
-    `initialState` property.
-
-    @method init
-  */
-  init: function() {
-    this._super();
-
-    set(this, 'stateMeta', Ember.Map.create());
-
-    var initialState = get(this, 'initialState');
-
-    if (!initialState && get(this, 'states.start')) {
-      initialState = 'start';
-    }
-
-    if (initialState) {
-      this.transitionTo(initialState);
-      Ember.assert('Failed to transition to initial state "' + initialState + '"', !!get(this, 'currentState'));
-    }
-  },
-
-  stateMetaFor: function(state) {
-    var meta = get(this, 'stateMeta'),
-        stateMeta = meta.get(state);
-
-    if (!stateMeta) {
-      stateMeta = {};
-      meta.set(state, stateMeta);
-    }
-
-    return stateMeta;
-  },
-
-  setStateMeta: function(state, key, value) {
-    return set(this.stateMetaFor(state), key, value);
-  },
-
-  getStateMeta: function(state, key) {
-    return get(this.stateMetaFor(state), key);
-  },
-
-  /**
-    The current state from among the manager's possible states. This property should
-    not be set directly.  Use `transitionTo` to move between states by name.
-
-    @property currentState
-    @type Ember.State
-  */
-  currentState: null,
-
-  /**
-   The path of the current state. Returns a string representation of the current
-   state.
-
-   @property currentPath
-   @type String
-  */
-  currentPath: Ember.computed('currentState', function() {
-    return get(this, 'currentState.path');
-  }),
-
-  /**
-    The name of transitionEvent that this stateManager will dispatch
-
-    @property transitionEvent
-    @type String
-    @default 'setup'
-  */
-  transitionEvent: 'setup',
-
-  /**
-    If set to true, `errorOnUnhandledEvents` will cause an exception to be
-    raised if you attempt to send an event to a state manager that is not
-    handled by the current state or any of its parent states.
-
-    @property errorOnUnhandledEvents
-    @type Boolean
-    @default true
-  */
-  errorOnUnhandledEvent: true,
-
-  send: function(event) {
-    var contexts, sendRecursiveArguments;
-
-    Ember.assert('Cannot send event "' + event + '" while currentState is ' + get(this, 'currentState'), get(this, 'currentState'));
-
-    contexts = [].slice.call(arguments, 1);
-    sendRecursiveArguments = contexts;
-    sendRecursiveArguments.unshift(event, get(this, 'currentState'));
-
-    return this.sendRecursively.apply(this, sendRecursiveArguments);
-  },
-
-  sendRecursively: function(event, currentState) {
-    var log = this.enableLogging,
-        action = currentState[event],
-        contexts, sendRecursiveArguments, actionArguments;
-
-    contexts = [].slice.call(arguments, 2);
-
-    // Test to see if the action is a method that
-    // can be invoked. Don't blindly check just for
-    // existence, because it is possible the state
-    // manager has a child state of the given name,
-    // and we should still raise an exception in that
-    // case.
-    if (typeof action === 'function') {
-      if (log) { Ember.Logger.log(fmt("STATEMANAGER: Sending event '%@' to state %@.", [event, get(currentState, 'path')])); }
-
-      actionArguments = contexts;
-      actionArguments.unshift(this);
-
-      return action.apply(currentState, actionArguments);
-    } else {
-      var parentState = get(currentState, 'parentState');
-      if (parentState) {
-
-        sendRecursiveArguments = contexts;
-        sendRecursiveArguments.unshift(event, parentState);
-
-        return this.sendRecursively.apply(this, sendRecursiveArguments);
-      } else if (get(this, 'errorOnUnhandledEvent')) {
-        throw new Ember.Error(this.toString() + " could not respond to event " + event + " in state " + get(this, 'currentState.path') + ".");
-      }
-    }
-  },
-
-  /**
-    Finds a state by its state path.
-
-    Example:
-
-        manager = Ember.StateManager.create({
-          root: Ember.State.create({
-            dashboard: Ember.State.create()
-          })
-        });
-
-        manager.getStateByPath(manager, "root.dashboard")
-
-        // returns the dashboard state
-
-    @method getStateByPath
-    @param {Ember.State} root the state to start searching from
-    @param {String} path the state path to follow
-    @return {Ember.State} the state at the end of the path
-  */
-  getStateByPath: function(root, path) {
-    var parts = path.split('.'),
-        state = root;
-
-    for (var i=0, len=parts.length; i<len; i++) {
-      state = get(get(state, 'states'), parts[i]);
-      if (!state) { break; }
-    }
-
-    return state;
-  },
-
-  findStateByPath: function(state, path) {
-    var possible;
-
-    while (!possible && state) {
-      possible = this.getStateByPath(state, path);
-      state = get(state, 'parentState');
-    }
-
-    return possible;
-  },
-
-  /**
-    A state stores its child states in its `states` hash.
-    This code takes a path like `posts.show` and looks
-    up `root.states.posts.states.show`.
-
-    It returns a list of all of the states from the
-    root, which is the list of states to call `enter`
-    on.
-
-    @method getStatesInPath
-    @param root
-    @param path
-  */
-  getStatesInPath: function(root, path) {
-    if (!path || path === "") { return undefined; }
-    var parts = path.split('.'),
-        result = [],
-        states,
-        state;
-
-    for (var i=0, len=parts.length; i<len; i++) {
-      states = get(root, 'states');
-      if (!states) { return undefined; }
-      state = get(states, parts[i]);
-      if (state) { root = state; result.push(state); }
-      else { return undefined; }
-    }
-
-    return result;
-  },
-
-  goToState: function() {
-    // not deprecating this yet so people don't constantly need to
-    // make trivial changes for little reason.
-    return this.transitionTo.apply(this, arguments);
-  },
-
-  transitionTo: function(path, context) {
-    // XXX When is transitionTo called with no path
-    if (Ember.empty(path)) { return; }
-
-    // The ES6 signature of this function is `path, ...contexts`
-    var contexts = context ? Array.prototype.slice.call(arguments, 1) : [],
-        currentState = get(this, 'currentState') || this;
-
-    // First, get the enter, exit and resolve states for the current state
-    // and specified path. If possible, use an existing cache.
-    var hash = this.contextFreeTransition(currentState, path);
-
-    // Next, process the raw state information for the contexts passed in.
-    var transition = new Transition(hash).normalize(this, contexts);
-
-    this.enterState(transition);
-    this.triggerSetupContext(transition);
-  },
-
-  contextFreeTransition: function(currentState, path) {
-    var cache = currentState.pathsCache[path];
-    if (cache) { return cache; }
-
-    var enterStates = this.getStatesInPath(currentState, path),
-        exitStates = [],
-        resolveState = currentState;
-
-    // Walk up the states. For each state, check whether a state matching
-    // the `path` is nested underneath. This will find the closest
-    // parent state containing `path`.
-    //
-    // This allows the user to pass in a relative path. For example, for
-    // the following state hierarchy:
-    //
-    //    | |root
-    //    | |- posts
-    //    | | |- show (* current)
-    //    | |- comments
-    //    | | |- show
-    //
-    // If the current state is `<root.posts.show>`, an attempt to
-    // transition to `comments.show` will match `<root.comments.show>`.
-    //
-    // First, this code will look for root.posts.show.comments.show.
-    // Next, it will look for root.posts.comments.show. Finally,
-    // it will look for `root.comments.show`, and find the state.
-    //
-    // After this process, the following variables will exist:
-    //
-    // * resolveState: a common parent state between the current
-    //   and target state. In the above example, `<root>` is the
-    //   `resolveState`.
-    // * enterStates: a list of all of the states represented
-    //   by the path from the `resolveState`. For example, for
-    //   the path `root.comments.show`, `enterStates` would have
-    //   `[<root.comments>, <root.comments.show>]`
-    // * exitStates: a list of all of the states from the
-    //   `resolveState` to the `currentState`. In the above
-    //   example, `exitStates` would have
-    //   `[<root.posts>`, `<root.posts.show>]`.
-    while (resolveState && !enterStates) {
-      exitStates.unshift(resolveState);
-
-      resolveState = get(resolveState, 'parentState');
-      if (!resolveState) {
-        enterStates = this.getStatesInPath(this, path);
-        if (!enterStates) {
-          Ember.assert('Could not find state for path: "'+path+'"');
-          return;
-        }
-      }
-      enterStates = this.getStatesInPath(resolveState, path);
-    }
-
-    // If the path contains some states that are parents of both the
-    // current state and the target state, remove them.
-    //
-    // For example, in the following hierarchy:
-    //
-    // |- root
-    // | |- post
-    // | | |- index (* current)
-    // | | |- show
-    //
-    // If the `path` is `root.post.show`, the three variables will
-    // be:
-    //
-    // * resolveState: `<state manager>`
-    // * enterStates: `[<root>, <root.post>, <root.post.show>]`
-    // * exitStates: `[<root>, <root.post>, <root.post.index>]`
-    //
-    // The goal of this code is to remove the common states, so we
-    // have:
-    //
-    // * resolveState: `<root.post>`
-    // * enterStates: `[<root.post.show>]`
-    // * exitStates: `[<root.post.index>]`
-    //
-    // This avoid unnecessary calls to the enter and exit transitions.
-    while (enterStates.length > 0 && enterStates[0] === exitStates[0]) {
-      resolveState = enterStates.shift();
-      exitStates.shift();
-    }
-
-    // Cache the enterStates, exitStates, and resolveState for the
-    // current state and the `path`.
-    var transitions = currentState.pathsCache[path] = {
-      exitStates: exitStates,
-      enterStates: enterStates,
-      resolveState: resolveState
-    };
-
-    return transitions;
-  },
-
-  triggerSetupContext: function(transitions) {
-    var contexts = transitions.contexts,
-        offset = transitions.enterStates.length - contexts.length,
-        enterStates = transitions.enterStates,
-        transitionEvent = get(this, 'transitionEvent');
-
-    Ember.assert("More contexts provided than states", offset >= 0);
-
-    arrayForEach.call(enterStates, function(state, idx) {
-      state.trigger(transitionEvent, this, contexts[idx-offset]);
-    }, this);
-  },
-
-  getState: function(name) {
-    var state = get(this, name),
-        parentState = get(this, 'parentState');
-
-    if (state) {
-      return state;
-    } else if (parentState) {
-      return parentState.getState(name);
-    }
-  },
-
-  enterState: function(transition) {
-    var log = this.enableLogging;
-
-    var exitStates = transition.exitStates.slice(0).reverse();
-    arrayForEach.call(exitStates, function(state) {
-      state.trigger('exit', this);
-    }, this);
-
-    arrayForEach.call(transition.enterStates, function(state) {
-      if (log) { Ember.Logger.log("STATEMANAGER: Entering " + get(state, 'path')); }
-      state.trigger('enter', this);
-    }, this);
-
-    set(this, 'currentState', transition.finalState);
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-Ember States
-
-@module ember
-@submodule ember-states
-@requires ember-runtime
-*/
-
-})();
-
-(function() {
-var get = Ember.get;
-
-Ember._ResolvedState = Ember.Object.extend({
-  manager: null,
-  state: null,
-  match: null,
-
-  object: Ember.computed(function(key, value) {
-    if (arguments.length === 2) {
-      this._object = value;
-      return value;
-    } else {
-      if (this._object) {
-        return this._object;
-      } else {
-        var state = get(this, 'state'),
-            match = get(this, 'match'),
-            manager = get(this, 'manager');
-        return state.deserialize(manager, match.hash);
-      }
-    }
-  }).property(),
-
-  hasPromise: Ember.computed(function() {
-    return Ember.canInvoke(get(this, 'object'), 'then');
-  }).property('object'),
-
-  promise: Ember.computed(function() {
-    var object = get(this, 'object');
-    if (Ember.canInvoke(object, 'then')) {
-      return object;
-    } else {
-      return {
-        then: function(success) { success(object); }
-      };
-    }
-  }).property('object'),
-
-  transition: function() {
-    var manager = get(this, 'manager'),
-        path = get(this, 'state.path'),
-        object = get(this, 'object');
-    manager.transitionTo(path, object);
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get;
-
-// The Ember Routable mixin assumes the existance of a simple
-// routing shim that supports the following three behaviors:
-//
-// * .getURL() - this is called when the page loads
-// * .setURL(newURL) - this is called from within the state
-//   manager when the state changes to a routable state
-// * .onURLChange(callback) - this happens when the user presses
-//   the back or forward button
-
-var paramForClass = function(classObject) {
-  var className = classObject.toString(),
-      parts = className.split("."),
-      last = parts[parts.length - 1];
-
-  return Ember.String.underscore(last) + "_id";
-};
-
-var merge = function(original, hash) {
-  for (var prop in hash) {
-    if (!hash.hasOwnProperty(prop)) { continue; }
-    if (original.hasOwnProperty(prop)) { continue; }
-
-    original[prop] = hash[prop];
-  }
-};
-
-/**
-  @class Routable
-  @namespace Ember
-  @extends Ember.Mixin
-*/
-Ember.Routable = Ember.Mixin.create({
-  init: function() {
-    var redirection;
-    this.on('setup', this, this.stashContext);
-
-    if (redirection = get(this, 'redirectsTo')) {
-      Ember.assert("You cannot use `redirectsTo` if you already have a `connectOutlets` method", this.connectOutlets === Ember.K);
-
-      this.connectOutlets = function(router) {
-        router.transitionTo(redirection);
-      };
-    }
-
-    // normalize empty route to '/'
-    var route = get(this, 'route');
-    if (route === '') {
-      route = '/';
-    }
-
-    this._super();
-
-    Ember.assert("You cannot use `redirectsTo` on a state that has child states", !redirection || (!!redirection && !!get(this, 'isLeaf')));
-  },
-
-  setup: function() {
-    return this.connectOutlets.apply(this, arguments);
-  },
-
-  /**
-    @private
-
-    Whenever a routable state is entered, the context it was entered with
-    is stashed so that we can regenerate the state's `absoluteURL` on
-    demand.
-
-    @method stashContext
-    @param manager {Ember.StateManager}
-    @param context
-  */
-  stashContext: function(manager, context) {
-    this.router = manager;
-
-    var serialized = this.serialize(manager, context);
-    Ember.assert('serialize must return a hash', !serialized || typeof serialized === 'object');
-
-    manager.setStateMeta(this, 'context', context);
-    manager.setStateMeta(this, 'serialized', serialized);
-
-    if (get(this, 'isRoutable') && !get(manager, 'isRouting')) {
-      this.updateRoute(manager, get(manager, 'location'));
-    }
-  },
-
-  /**
-    @private
-
-    Whenever a routable state is entered, the router's location object
-    is notified to set the URL to the current absolute path.
-
-    In general, this will update the browser's URL.
-
-    @method updateRoute
-    @param manager {Ember.StateManager}
-    @param location {Ember.Location}
-  */
-  updateRoute: function(manager, location) {
-    if (get(this, 'isLeafRoute')) {
-      var path = this.absoluteRoute(manager);
-      location.setURL(path);
-    }
-  },
-
-  /**
-    @private
-
-    Get the absolute route for the current state and a given
-    hash.
-
-    This method is private, as it expects a serialized hash,
-    not the original context object.
-
-    @method absoluteRoute
-    @param manager {Ember.StateManager}
-    @param hash {Hash}
-  */
-  absoluteRoute: function(manager, hash) {
-    var parentState = get(this, 'parentState');
-    var path = '', generated;
-
-    // If the parent state is routable, use its current path
-    // as this route's prefix.
-    if (get(parentState, 'isRoutable')) {
-      path = parentState.absoluteRoute(manager, hash);
-    }
-
-    var matcher = get(this, 'routeMatcher'),
-        serialized = manager.getStateMeta(this, 'serialized');
-
-    // merge the existing serialized object in with the passed
-    // in hash.
-    hash = hash || {};
-    merge(hash, serialized);
-
-    generated = matcher && matcher.generate(hash);
-
-    if (generated) {
-      path = path + '/' + generated;
-    }
-
-    return path;
-  },
-
-  /**
-    @private
-
-    At the moment, a state is routable if it has a string `route`
-    property. This heuristic may change.
-
-    @property isRoutable
-    @type Boolean
-  */
-  isRoutable: Ember.computed(function() {
-    return typeof get(this, 'route') === 'string';
-  }),
-
-  /**
-    @private
-
-    Determine if this is the last routeable state
-
-    @property isLeafRoute
-    @type Boolean
-  */
-  isLeafRoute: Ember.computed(function() {
-    if (get(this, 'isLeaf')) { return true; }
-    return !get(this, 'childStates').findProperty('isRoutable');
-  }),
-
-  /**
-    @private
-
-    A _RouteMatcher object generated from the current route's `route`
-    string property.
-
-    @property routeMatcher
-    @type Ember._RouteMatcher
-  */
-  routeMatcher: Ember.computed(function() {
-    var route = get(this, 'route');
-    if (route) {
-      return Ember._RouteMatcher.create({ route: route });
-    }
-  }),
-
-  /**
-    @private
-
-    Check whether the route has dynamic segments and therefore takes
-    a context.
-
-    @property hasContext
-    @type Boolean
-  */
-  hasContext: Ember.computed(function() {
-    var routeMatcher = get(this, 'routeMatcher');
-    if (routeMatcher) {
-      return routeMatcher.identifiers.length > 0;
-    }
-  }),
-
-  /**
-    @private
-
-    The model class associated with the current state. This property
-    uses the `modelType` property, in order to allow it to be
-    specified as a String.
-
-    @property modelClass
-    @type Ember.Object
-  */
-  modelClass: Ember.computed(function() {
-    var modelType = get(this, 'modelType');
-
-    if (typeof modelType === 'string') {
-      return Ember.get(Ember.lookup, modelType);
-    } else {
-      return modelType;
-    }
-  }),
-
-  /**
-    @private
-
-    Get the model class for the state. The heuristic is:
-
-    * The state must have a single dynamic segment
-    * The dynamic segment must end in `_id`
-    * A dynamic segment like `blog_post_id` is converted into `BlogPost`
-    * The name is then looked up on the passed in namespace
-
-    The process of initializing an application with a router will
-    pass the application's namespace into the router, which will be
-    used here.
-
-    @method modelClassFor
-    @param namespace {Ember.Namespace}
-  */
-  modelClassFor: function(namespace) {
-    var modelClass, routeMatcher, identifiers, match, className;
-
-    // if an explicit modelType was specified, use that
-    if (modelClass = get(this, 'modelClass')) { return modelClass; }
-
-    // if the router has no lookup namespace, we won't be able to guess
-    // the modelType
-    if (!namespace) { return; }
-
-    // make sure this state is actually a routable state
-    routeMatcher = get(this, 'routeMatcher');
-    if (!routeMatcher) { return; }
-
-    // only guess modelType for states with a single dynamic segment
-    // (no more, no fewer)
-    identifiers = routeMatcher.identifiers;
-    if (identifiers.length !== 2) { return; }
-
-    // extract the `_id` from the end of the dynamic segment; if the
-    // dynamic segment does not end in `_id`, we can't guess the
-    // modelType
-    match = identifiers[1].match(/^(.*)_id$/);
-    if (!match) { return; }
-
-    // convert the underscored type into a class form and look it up
-    // on the router's namespace
-    className = Ember.String.classify(match[1]);
-    return get(namespace, className);
-  },
-
-  /**
-    The default method that takes a `params` object and converts
-    it into an object.
-
-    By default, a params hash that looks like `{ post_id: 1 }`
-    will be looked up as `namespace.Post.find(1)`. This is
-    designed to work seamlessly with Ember Data, but will work
-    fine with any class that has a `find` method.
-
-    @method deserialize
-    @param manager {Ember.StateManager}
-    @param params {Hash}
-  */
-  deserialize: function(manager, params) {
-    var modelClass, routeMatcher, param;
-
-    if (modelClass = this.modelClassFor(get(manager, 'namespace'))) {
-      Ember.assert("Expected "+modelClass.toString()+" to implement `find` for use in '"+this.get('path')+"' `deserialize`. Please implement the `find` method or overwrite `deserialize`.", modelClass.find);
-      return modelClass.find(params[paramForClass(modelClass)]);
-    }
-
-    return params;
-  },
-
-  /**
-    The default method that takes an object and converts it into
-    a params hash.
-
-    By default, if there is a single dynamic segment named
-    `blog_post_id` and the object is a `BlogPost` with an
-    `id` of `12`, the serialize method will produce:
-
-        { blog_post_id: 12 }
-
-    @method serialize
-    @param manager {Ember.StateManager}
-    @param context
-  */
-  serialize: function(manager, context) {
-    var modelClass, routeMatcher, namespace, param, id;
-
-    if (Ember.empty(context)) { return ''; }
-
-    if (modelClass = this.modelClassFor(get(manager, 'namespace'))) {
-      param = paramForClass(modelClass);
-      id = get(context, 'id');
-      context = {};
-      context[param] = id;
-    }
-
-    return context;
-  },
-
-  /**
-    @private
-    @method resolvePath
-    @param manager {Ember.StateManager}
-    @param path {String}
-  */
-  resolvePath: function(manager, path) {
-    if (get(this, 'isLeafRoute')) { return Ember.A(); }
-
-    var childStates = get(this, 'childStates'), match;
-
-    childStates = Ember.A(childStates.filterProperty('isRoutable'));
-
-    childStates = childStates.sort(function(a, b) {
-      var aDynamicSegments = get(a, 'routeMatcher.identifiers.length'),
-          bDynamicSegments = get(b, 'routeMatcher.identifiers.length'),
-          aRoute = get(a, 'route'),
-          bRoute = get(b, 'route');
-
-      if (aRoute.indexOf(bRoute) === 0) {
-        return -1;
-      } else if (bRoute.indexOf(aRoute) === 0) {
-        return 1;
-      }
-
-      if (aDynamicSegments !== bDynamicSegments) {
-        return aDynamicSegments - bDynamicSegments;
-      }
-
-      return get(b, 'route.length') - get(a, 'route.length');
-    });
-
-    var state = childStates.find(function(state) {
-      var matcher = get(state, 'routeMatcher');
-      if (match = matcher.match(path)) { return true; }
-    });
-
-    Ember.assert("Could not find state for path " + path, !!state);
-
-    var resolvedState = Ember._ResolvedState.create({
-      manager: manager,
-      state: state,
-      match: match
-    });
-
-    var states = state.resolvePath(manager, match.remaining);
-
-    return Ember.A([resolvedState]).pushObjects(states);
-  },
-
-  /**
-    @private
-
-    Once `unroute` has finished unwinding, `routePath` will be called
-    with the remainder of the route.
-
-    For example, if you were in the /posts/1/comments state, and you
-    moved into the /posts/2/comments state, `routePath` will be called
-    on the state whose path is `/posts` with the path `/2/comments`.
-
-    @method routePath
-    @param manager {Ember.StateManager}
-    @param path {String}
-  */
-  routePath: function(manager, path) {
-    if (get(this, 'isLeafRoute')) { return; }
-
-    var resolvedStates = this.resolvePath(manager, path),
-        hasPromises = resolvedStates.some(function(s) { return get(s, 'hasPromise'); });
-
-    function runTransition() {
-      resolvedStates.forEach(function(rs) { rs.transition(); });
-    }
-
-    if (hasPromises) {
-      manager.transitionTo('loading');
-
-      Ember.assert('Loading state should be the child of a route', Ember.Routable.detect(get(manager, 'currentState.parentState')));
-      Ember.assert('Loading state should not be a route', !Ember.Routable.detect(get(manager, 'currentState')));
-
-      manager.handleStatePromises(resolvedStates, runTransition);
-    } else {
-      runTransition();
-    }
-  },
-
-  /**
-    @private
-
-    When you move to a new route by pressing the back
-    or forward button, this method is called first.
-
-    Its job is to move the state manager into a parent
-    state of the state it will eventually move into.
-
-    @method unroutePath
-    @param router {Ember.Router}
-    @param path {String}
-  */
-  unroutePath: function(router, path) {
-    var parentState = get(this, 'parentState');
-
-    // If we're at the root state, we're done
-    if (parentState === router) {
-      return;
-    }
-
-    path = path.replace(/^(?=[^\/])/, "/");
-    var absolutePath = this.absoluteRoute(router);
-
-    var route = get(this, 'route');
-
-    // If the current path is empty, move up one state,
-    // because the index ('/') state must be a leaf node.
-    if (route !== '/') {
-      // If the current path is a prefix of the path we're trying
-      // to go to, we're done.
-      var index = path.indexOf(absolutePath),
-          next = path.charAt(absolutePath.length);
-
-      if (index === 0 && (next === "/" || next === "")) {
-        return;
-      }
-    }
-
-    // Transition to the parent and call unroute again.
-    router.enterState({
-      exitStates: [this],
-      enterStates: [],
-      finalState: parentState
-    });
-
-    router.send('unroutePath', path);
-  },
-
-  parentTemplate: Ember.computed(function() {
-    var state = this, parentState, template;
-
-    while (state = get(state, 'parentState')) {
-      if (template = get(state, 'template')) {
-        return template;
-      }
-    }
-
-    return 'application';
-  }),
-
-  _template: Ember.computed(function(key, value) {
-    if (arguments.length > 1) { return value; }
-
-    if (value = get(this, 'template')) {
-      return value;
-    }
-
-    // If no template was explicitly supplied convert
-    // the class name into a template name. For example,
-    // App.PostRoute will return `post`.
-    var className = this.constructor.toString(), baseName;
-    if (/^[^\[].*Route$/.test(className)) {
-      baseName = className.match(/([^\.]+\.)*([^\.]+)/)[2];
-      baseName = baseName.replace(/Route$/, '');
-      return baseName.charAt(0).toLowerCase() + baseName.substr(1);
-    }
-  }),
-
-  render: function(options) {
-    options = options || {};
-
-    var template = options.template || get(this, '_template'),
-        parentTemplate = options.into || get(this, 'parentTemplate'),
-        controller = get(this.router, parentTemplate + "Controller");
-
-    var viewName = Ember.String.classify(template) + "View",
-        viewClass = get(get(this.router, 'namespace'), viewName);
-
-    viewClass = (viewClass || Ember.View).extend({
-      templateName: template
-    });
-
-    controller.set('view', viewClass.create());
-  },
-
-  /**
-    The `connectOutlets` event will be triggered once a
-    state has been entered. It will be called with the
-    route's context.
-
-    @event connectOutlets
-    @param router {Ember.Router}
-    @param [context*]
-  */
-  connectOutlets: Ember.K,
-
-  /**
-   The `navigateAway` event will be triggered when the
-   URL changes due to the back/forward button
-
-   @event navigateAway
-  */
-  navigateAway: Ember.K
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-/**
-  @class Route
-  @namespace Ember
-  @extends Ember.State
-  @uses Ember.Routable
-*/
-Ember.Route = Ember.State.extend(Ember.Routable);
-
-})();
-
-
-
-(function() {
-var escapeForRegex = function(text) {
-  return text.replace(/[\-\[\]{}()*+?.,\\\^\$|#\s]/g, "\\$&");
-};
-
-/**
-  @class _RouteMatcher
-  @namespace Ember
-  @private
-  @extends Ember.Object
-*/
-Ember._RouteMatcher = Ember.Object.extend({
-  state: null,
-
-  init: function() {
-    var route = this.route,
-        identifiers = [],
-        count = 1,
-        escaped;
-
-    // Strip off leading slash if present
-    if (route.charAt(0) === '/') {
-      route = this.route = route.substr(1);
-    }
-
-    escaped = escapeForRegex(route);
-
-    var regex = escaped.replace(/(:|(?:\\\*))([a-z_]+)(?=$|\/)/gi, function(match, type, id) {
-      identifiers[count++] = id;
-      switch (type) {
-        case ":":
-          return "([^/]+)";
-        case "\\*":
-          return "(.+)";
-      }
-    });
-
-    this.identifiers = identifiers;
-    this.regex = new RegExp("^/?" + regex);
-  },
-
-  match: function(path) {
-    var match = path.match(this.regex);
-
-    if (match) {
-      var identifiers = this.identifiers,
-          hash = {};
-
-      for (var i=1, l=identifiers.length; i<l; i++) {
-        hash[identifiers[i]] = match[i];
-      }
-
-      return {
-        remaining: path.substr(match[0].length),
-        hash: identifiers.length > 0 ? hash : null
-      };
-    }
-  },
-
-  generate: function(hash) {
-    var identifiers = this.identifiers, route = this.route, id;
-    for (var i=1, l=identifiers.length; i<l; i++) {
-      id = identifiers[i];
-      route = route.replace(new RegExp("(:|(\\*))" + id), hash[id]);
-    }
-    return route;
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/*
-  This file implements the `location` API used by Ember's router.
-
-  That API is:
-
-  getURL: returns the current URL
-  setURL(path): sets the current URL
-  onUpdateURL(callback): triggers the callback when the URL changes
-  formatURL(url): formats `url` to be placed into `href` attribute
-
-  Calling setURL will not trigger onUpdateURL callbacks.
-
-  TODO: This should perhaps be moved so that it's visible in the doc output.
-*/
-
-/**
-  Ember.Location returns an instance of the correct implementation of
-  the `location` API.
-
-  You can pass it a `implementation` ('hash', 'history', 'none') to force a
-  particular implementation.
-
-  @class Location
-  @namespace Ember
-  @static
-*/
-Ember.Location = {
-  create: function(options) {
-    var implementation = options && options.implementation;
-    Ember.assert("Ember.Location.create: you must specify a 'implementation' option", !!implementation);
-
-    var implementationClass = this.implementations[implementation];
-    Ember.assert("Ember.Location.create: " + implementation + " is not a valid implementation", !!implementationClass);
-
-    return implementationClass.create.apply(implementationClass, arguments);
-  },
-
-  registerImplementation: function(name, implementation) {
-    this.implementations[name] = implementation;
-  },
-
-  implementations: {}
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  Ember.NoneLocation does not interact with the browser. It is useful for
-  testing, or when you need to manage state with your Router, but temporarily
-  don't want it to muck with the URL (for example when you embed your
-  application in a larger page).
-
-  @class NoneLocation
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.NoneLocation = Ember.Object.extend({
-  path: '',
-
-  getURL: function() {
-    return get(this, 'path');
-  },
-
-  setURL: function(path) {
-    set(this, 'path', path);
-  },
-
-  onUpdateURL: function(callback) {
-    // We are not wired up to the browser, so we'll never trigger the callback.
-  },
-
-  formatURL: function(url) {
-    // The return value is not overly meaningful, but we do not want to throw
-    // errors when test code renders templates containing {{action href=true}}
-    // helpers.
-    return url;
-  }
-});
-
-Ember.Location.registerImplementation('none', Ember.NoneLocation);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  Ember.HashLocation implements the location API using the browser's
-  hash. At present, it relies on a hashchange event existing in the
-  browser.
-
-  @class HashLocation
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.HashLocation = Ember.Object.extend({
-
-  init: function() {
-    set(this, 'location', get(this, 'location') || window.location);
-  },
-
-  /**
-    @private
-
-    Returns the current `location.hash`, minus the '#' at the front.
-
-    @method getURL
-  */
-  getURL: function() {
-    return get(this, 'location').hash.substr(1);
-  },
-
-  /**
-    @private
-
-    Set the `location.hash` and remembers what was set. This prevents
-    `onUpdateURL` callbacks from triggering when the hash was set by
-    `HashLocation`.
-
-    @method setURL
-    @param path {String}
-  */
-  setURL: function(path) {
-    get(this, 'location').hash = path;
-    set(this, 'lastSetURL', path);
-  },
-
-  /**
-    @private
-
-    Register a callback to be invoked when the hash changes. These
-    callbacks will execute when the user presses the back or forward
-    button, but not after `setURL` is invoked.
-
-    @method onUpdateURL
-    @param callback {Function}
-  */
-  onUpdateURL: function(callback) {
-    var self = this;
-    var guid = Ember.guidFor(this);
-
-    Ember.$(window).bind('hashchange.ember-location-'+guid, function() {
-      var path = location.hash.substr(1);
-      if (get(self, 'lastSetURL') === path) { return; }
-
-      set(self, 'lastSetURL', null);
-
-      callback(location.hash.substr(1));
-    });
-  },
-
-  /**
-    @private
-
-    Given a URL, formats it to be placed into the page as part
-    of an element's `href` attribute.
-
-    This is used, for example, when using the {{action}} helper
-    to generate a URL based on an event.
-
-    @method formatURL
-    @param url {String}
-  */
-  formatURL: function(url) {
-    return '#'+url;
-  },
-
-  willDestroy: function() {
-    var guid = Ember.guidFor(this);
-
-    Ember.$(window).unbind('hashchange.ember-location-'+guid);
-  }
-});
-
-Ember.Location.registerImplementation('hash', Ember.HashLocation);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-var popstateReady = false;
-
-/**
-  Ember.HistoryLocation implements the location API using the browser's
-  history.pushState API.
-
-  @class HistoryLocation
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.HistoryLocation = Ember.Object.extend({
-
-  init: function() {
-    set(this, 'location', get(this, 'location') || window.location);
-    this.initState();
-  },
-
-  /**
-    @private
-
-    Used to set state on first call to setURL
-
-    @method initState
-  */
-  initState: function() {
-    this.replaceState(get(this, 'location').pathname);
-    set(this, 'history', window.history);
-  },
-
-  /**
-    Will be pre-pended to path upon state change
-
-    @property rootURL
-    @default '/'
-  */
-  rootURL: '/',
-
-  /**
-    @private
-
-    Returns the current `location.pathname`.
-
-    @method getURL
-  */
-  getURL: function() {
-    return get(this, 'location').pathname;
-  },
-
-  /**
-    @private
-
-    Uses `history.pushState` to update the url without a page reload.
-
-    @method setURL
-    @param path {String}
-  */
-  setURL: function(path) {
-    path = this.formatURL(path);
-
-    if (this.getState().path !== path) {
-      popstateReady = true;
-      this.pushState(path);
-    }
-  },
-
-  /**
-   @private
-
-   Get the current `history.state`
-
-   @method getState
-  */
-  getState: function() {
-    return get(this, 'history').state;
-  },
-
-  /**
-   @private
-
-   Pushes a new state
-
-   @method pushState
-   @param path {String}
-  */
-  pushState: function(path) {
-    window.history.pushState({ path: path }, null, path);
-  },
-
-  /**
-   @private
-
-   Replaces the current state
-
-   @method replaceState
-   @param path {String}
-  */
-  replaceState: function(path) {
-    window.history.replaceState({ path: path }, null, path);
-  },
-
-  /**
-    @private
-
-    Register a callback to be invoked whenever the browser
-    history changes, including using forward and back buttons.
-
-    @method onUpdateURL
-    @param callback {Function}
-  */
-  onUpdateURL: function(callback) {
-    var guid = Ember.guidFor(this);
-
-    Ember.$(window).bind('popstate.ember-location-'+guid, function(e) {
-      if(!popstateReady) {
-        return;
-      }
-      callback(location.pathname);
-    });
-  },
-
-  /**
-    @private
-
-    Used when using `{{action}}` helper.  The url is always appended to the rootURL.
-
-    @method formatURL
-    @param url {String}
-  */
-  formatURL: function(url) {
-    var rootURL = get(this, 'rootURL');
-
-    if (url !== '') {
-      rootURL = rootURL.replace(/\/$/, '');
-    }
-
-    return rootURL + url;
-  },
-
-  willDestroy: function() {
-    var guid = Ember.guidFor(this);
-
-    Ember.$(window).unbind('popstate.ember-location-'+guid);
-  }
-});
-
-Ember.Location.registerImplementation('history', Ember.HistoryLocation);
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-
-var merge = function(original, hash) {
-  for (var prop in hash) {
-    if (!hash.hasOwnProperty(prop)) { continue; }
-    if (original.hasOwnProperty(prop)) { continue; }
-
-    original[prop] = hash[prop];
-  }
-};
-
-/**
-  `Ember.Router` is the subclass of `Ember.StateManager` responsible for providing URL-based
-  application state detection. The `Ember.Router` instance of an application detects the browser URL
-  at application load time and attempts to match it to a specific application state. Additionally
-  the router will update the URL to reflect an application's state changes over time.
-
-  ## Adding a Router Instance to Your Application
-  An instance of Ember.Router can be associated with an instance of Ember.Application in one of two ways:
-
-  You can provide a subclass of Ember.Router as the `Router` property of your application. An instance
-  of this Router class will be instantiated and route detection will be enabled when the application's
-  `initialize` method is called. The Router instance will be available as the `router` property
-  of the application:
-
-      App = Ember.Application.create({
-        Router: Ember.Router.extend({ ... })
-      });
-
-      App.initialize();
-      App.get('router') // an instance of App.Router
-
-  If you want to define a Router instance elsewhere, you can pass the instance to the application's
-  `initialize` method:
-
-      App = Ember.Application.create();
-      aRouter = Ember.Router.create({ ... });
-
-      App.initialize(aRouter);
-      App.get('router') // aRouter
-
-  ## Adding Routes to a Router
-  The `initialState` property of Ember.Router instances is named `root`. The state stored in this
-  property must be a subclass of Ember.Route. The `root` route acts as the container for the
-  set of routable states but is not routable itself. It should have states that are also subclasses
-  of Ember.Route which each have a `route` property describing the URL pattern you would like to detect.
-
-      App = Ember.Application.create({
-        Router: Ember.Router.extend({
-          root: Ember.Route.extend({
-            index: Ember.Route.extend({
-              route: '/'
-            }),
-            ... additional Ember.Routes ...
-          })
-        })
-      });
-      App.initialize();
-
-
-  When an application loads, Ember will parse the URL and attempt to find an Ember.Route within
-  the application's states that matches. (The example URL-matching below will use the default
-  'hash syntax' provided by `Ember.HashLocation`.)
-
-  In the following route structure:
-
-      App = Ember.Application.create({
-        Router: Ember.Router.extend({
-          root: Ember.Route.extend({
-            aRoute: Ember.Route.extend({
-              route: '/'
-            }),
-            bRoute: Ember.Route.extend({
-              route: '/alphabeta'
-            })
-          })
-        })
-      });
-      App.initialize();
-
-  Loading the page at the URL '#/' will detect the route property of 'root.aRoute' ('/') and
-  transition the router first to the state named 'root' and then to the substate 'aRoute'.
-
-  Respectively, loading the page at the URL '#/alphabeta' would detect the route property of
-  'root.bRoute' ('/alphabeta') and transition the router first to the state named 'root' and
-  then to the substate 'bRoute'.
-
-  ## Adding Nested Routes to a Router
-  Routes can contain nested subroutes each with their own `route` property describing the nested
-  portion of the URL they would like to detect and handle. Router, like all instances of StateManager,
-  cannot call `transitonTo` with an intermediary state. To avoid transitioning the Router into an
-  intermediary state when detecting URLs, a Route with nested routes must define both a base `route`
-  property for itself and a child Route with a `route` property of `'/'` which will be transitioned
-  to when the base route is detected in the URL:
-
-  Given the following application code:
-
-      App = Ember.Application.create({
-        Router: Ember.Router.extend({
-          root: Ember.Route.extend({
-            aRoute: Ember.Route.extend({
-              route: '/theBaseRouteForThisSet',
-
-              indexSubRoute: Ember.Route.extend({
-                route: '/'
-              }),
-
-              subRouteOne: Ember.Route.extend({
-                route: '/subroute1'
-              }),
-
-              subRouteTwo: Ember.Route.extend({
-                route: '/subRoute2'
-              })
-
-            })
-          })
-        })
-      });
-      App.initialize();
-
-  When the application is loaded at '/theBaseRouteForThisSet' the Router will transition to the route
-  at path 'root.aRoute' and then transition to state 'indexSubRoute'.
-
-  When the application is loaded at '/theBaseRouteForThisSet/subRoute1' the Router will transition to
-  the route at path 'root.aRoute' and then transition to state 'subRouteOne'.
-
-  ## Route Transition Events
-  Transitioning between Ember.Route instances (including the transition into the detected
-  route when loading the application)  triggers the same transition events as state transitions for
-  base `Ember.State`s. However, the default `setup` transition event is named `connectOutlets` on
-  Ember.Router instances (see 'Changing View Hierarchy in Response To State Change').
-
-  The following route structure when loaded with the URL "#/"
-
-      App = Ember.Application.create({
-        Router: Ember.Router.extend({
-          root: Ember.Route.extend({
-            aRoute: Ember.Route.extend({
-              route: '/',
-              enter: function(router) {
-                console.log("entering root.aRoute from", router.get('currentState.name'));
-              },
-              connectOutlets: function(router) {
-                console.log("entered root.aRoute, fully transitioned to", router.get('currentState.path'));
-              }
-            })
-          })
-        })
-      });
-      App.initialize();
-
-  Will result in console output of:
-
-      'entering root.aRoute from root'
-      'entered root.aRoute, fully transitioned to root.aRoute '
-
-  Ember.Route has two additional callbacks for handling URL serialization and deserialization. See
-  'Serializing/Deserializing URLs'
-
-  ## Routes With Dynamic Segments
-  An Ember.Route's `route` property can reference dynamic sections of the URL by prefacing a URL segment
-  with the ':' character.  The values of these dynamic segments will be passed as a hash to the
-  `deserialize` method of the matching Route (see 'Serializing/Deserializing URLs').
-
-  ## Serializing/Deserializing URLs
-  Ember.Route has two callbacks for associating a particular object context with a URL: `serialize`
-  for converting an object into a parameters hash to fill dynamic segments of a URL and `deserialize`
-  for converting a hash of dynamic segments from the URL into the appropriate object.
-
-  ### Deserializing A URL's Dynamic Segments
-  When an application is first loaded or the URL is changed manually (e.g. through the browser's
-  back button) the `deserialize` method of the URL's matching Ember.Route will be called with
-  the application's router as its first argument and a hash of the URL's dynamic segments and values
-  as its second argument.
-
-  The following route structure when loaded with the URL "#/fixed/thefirstvalue/anotherFixed/thesecondvalue":
-
-      App = Ember.Application.create({
-        Router: Ember.Router.extend({
-          root: Ember.Route.extend({
-            aRoute: Ember.Route.extend({
-              route: '/fixed/:dynamicSectionA/anotherFixed/:dynamicSectionB',
-              deserialize: function(router, params) {}
-            })
-          })
-        })
-      });
-      App.initialize();
-
-  Will call the 'deserialize' method of the Route instance at the path 'root.aRoute' with the
-  following hash as its second argument:
-
-      {
-        dynamicSectionA: 'thefirstvalue',
-        dynamicSectionB: 'thesecondvalue'
-      }
-
-  Within `deserialize` you should use this information to retrieve or create an appropriate context
-  object for the given URL (e.g. by loading from a remote API or accessing the browser's
-  `localStorage`). This object must be the `return` value of `deserialize` and will be
-  passed to the Route's `connectOutlets` and `serialize` methods.
-
-  When an application's state is changed from within the application itself, the context provided for
-  the transition will be passed and `deserialize` is not called (see 'Transitions Between States').
-
-  ### Serializing An Object For URLs with Dynamic Segments
-  When transitioning into a Route whose `route` property contains dynamic segments the Route's
-  `serialize` method is called with the Route's router as the first argument and the Route's
-  context as the second argument.  The return value of `serialize` will be used to populate the
-  dynamic segments and should be an object with keys that match the names of the dynamic sections.
-
-  Given the following route structure:
-
-      App = Ember.Application.create({
-        Router: Ember.Router.extend({
-          root: Ember.Route.extend({
-            aRoute: Ember.Route.extend({
-              route: '/'
-            }),
-            bRoute: Ember.Route.extend({
-              route: '/staticSection/:someDynamicSegment',
-              serialize: function(router, context) {
-                return {
-                  someDynamicSegment: context.get('name')
-                }
-              }
-            })
-          })
-        })
-      });
-      App.initialize();
-
-
-  Transitioning to "root.bRoute" with a context of `Object.create({name: 'Yehuda'})` will call
-  the Route's `serialize` method with the context as its second argument and update the URL to
-  '#/staticSection/Yehuda'.
-
-  ## Transitions Between States
-  Once a routed application has initialized its state based on the entry URL, subsequent transitions to other
-  states will update the URL if the entered Route has a `route` property. Given the following route structure
-  loaded at the URL '#/':
-
-      App = Ember.Application.create({
-        Router: Ember.Router.extend({
-          root: Ember.Route.extend({
-            aRoute: Ember.Route.extend({
-              route: '/',
-              moveElsewhere: Ember.Route.transitionTo('bRoute')
-            }),
-            bRoute: Ember.Route.extend({
-              route: '/someOtherLocation'
-            })
-          })
-        })
-      });
-      App.initialize();
-
-  And application code:
-
-      App.get('router').send('moveElsewhere');
-
-  Will transition the application's state to 'root.bRoute' and trigger an update of the URL to
-  '#/someOtherLocation'.
-
-  For URL patterns with dynamic segments a context can be supplied as the second argument to `send`.
-  The router will match dynamic segments names to keys on this object and fill in the URL with the
-  supplied values. Given the following state structure loaded at the URL '#/':
-
-      App = Ember.Application.create({
-        Router: Ember.Router.extend({
-          root: Ember.Route.extend({
-            aRoute: Ember.Route.extend({
-              route: '/',
-              moveElsewhere: Ember.Route.transitionTo('bRoute')
-            }),
-            bRoute: Ember.Route.extend({
-              route: '/a/route/:dynamicSection/:anotherDynamicSection',
-              connectOutlets: function(router, context) {},
-            })
-          })
-        })
-      });
-      App.initialize();
-
-  And application code:
-
-      App.get('router').send('moveElsewhere', {
-        dynamicSection: '42',
-        anotherDynamicSection: 'Life'
-      });
-
-  Will transition the application's state to 'root.bRoute' and trigger an update of the URL to
-  '#/a/route/42/Life'.
-
-  The context argument will also be passed as the second argument to the `serialize` method call.
-
-  ## Injection of Controller Singletons
-  During application initialization Ember will detect properties of the application ending in 'Controller',
-  create singleton instances of each class, and assign them as properties on the router.  The property name
-  will be the UpperCamel name converted to lowerCamel format. These controller classes should be subclasses
-  of Ember.ObjectController, Ember.ArrayController, Ember.Controller, or a custom Ember.Object that includes the
-  Ember.ControllerMixin mixin.
-
-  ``` javascript
-  App = Ember.Application.create({
-    FooController: Ember.Object.create(Ember.ControllerMixin),
-    Router: Ember.Router.extend({ ... })
-  });
-
-  App.get('router.fooController'); // instance of App.FooController
-  ```
-
-  The controller singletons will have their `namespace` property set to the application and their `target`
-  property set to the application's router singleton for easy integration with Ember's user event system.
-  See 'Changing View Hierarchy in Response To State Change' and 'Responding to User-initiated Events.'
-
-  ## Responding to User-initiated Events
-  Controller instances injected into the router at application initialization have their `target` property
-  set to the application's router instance. These controllers will also be the default `context` for their
-  associated views.  Uses of the `{{action}}` helper will automatically target the application's router.
-
-  Given the following application entered at the URL '#/':
-
-  ``` javascript
-  App = Ember.Application.create({
-    Router: Ember.Router.extend({
-      root: Ember.Route.extend({
-        aRoute: Ember.Route.extend({
-          route: '/',
-          anActionOnTheRouter: function(router, context) {
-            router.transitionTo('anotherState', context);
-          }
-        })
-        anotherState: Ember.Route.extend({
-          route: '/differentUrl',
-          connectOutlets: function(router, context) {
-
-          }
-        })
-      })
-    })
-  });
-  App.initialize();
-  ```
-
-  The following template:
-
-  ``` handlebars
-  <script type="text/x-handlebars" data-template-name="aView">
-      <h1><a {{action anActionOnTheRouter}}>{{title}}</a></h1>
-  </script>
-  ```
-
-  Will delegate `click` events on the rendered `h1` to the application's router instance. In this case the
-  `anActionOnTheRouter` method of the state at 'root.aRoute' will be called with the view's controller
-  as the context argument. This context will be passed to the `connectOutlets` as its second argument.
-
-  Different `context` can be supplied from within the `{{action}}` helper, allowing specific context passing
-  between application states:
-
-  ``` handlebars
-  <script type="text/x-handlebars" data-template-name="photos">
-    {{#each photo in controller}}
-      <h1><a {{action showPhoto photo}}>{{title}}</a></h1>
-    {{/each}}
-  </script>
-  ```
-
-  See `Handlebars.helpers.action` for additional usage examples.
-
-
-  ## Changing View Hierarchy in Response To State Change
-
-  Changes in application state that change the URL should be accompanied by associated changes in view
-  hierarchy.  This can be accomplished by calling 'connectOutlet' on the injected controller singletons from
-  within the 'connectOutlets' event of an Ember.Route:
-
-  ``` javascript
-  App = Ember.Application.create({
-    OneController: Ember.ObjectController.extend(),
-    OneView: Ember.View.extend(),
-
-    AnotherController: Ember.ObjectController.extend(),
-    AnotherView: Ember.View.extend(),
-
-    Router: Ember.Router.extend({
-      root: Ember.Route.extend({
-        aRoute: Ember.Route.extend({
-          route: '/',
-          connectOutlets: function(router, context) {
-            router.get('oneController').connectOutlet('another');
-          },
-        })
-      })
-    })
-  });
-  App.initialize();
-  ```
-
-
-  This will detect the '{{outlet}}' portion of `oneController`'s view (an instance of `App.OneView`) and
-  fill it with a rendered instance of `App.AnotherView` whose `context` will be the single instance of
-  `App.AnotherController` stored on the router in the `anotherController` property.
-
-  For more information about Outlets, see `Ember.Handlebars.helpers.outlet`. For additional information on
-  the `connectOutlet` method, see `Ember.Controller.connectOutlet`. For more information on
-  controller injections, see `Ember.Application#initialize()`. For additional information about view context,
-  see `Ember.View`.
-
-  @class Router
-  @namespace Ember
-  @extends Ember.StateManager
-*/
-Ember.Router = Ember.StateManager.extend(
-/** @scope Ember.Router.prototype */ {
-
-  /**
-    @property initialState
-    @type String
-    @default 'root'
-  */
-  initialState: 'root',
-
-  /**
-    The `Ember.Location` implementation to be used to manage the application
-    URL state. The following values are supported:
-
-    * 'hash': Uses URL fragment identifiers (like #/blog/1) for routing.
-    * 'history': Uses the browser's history.pushstate API for routing. Only works in
-       modern browsers with pushstate support.
-    * 'none': Does not read or set the browser URL, but still allows for
-      routing to happen. Useful for testing.
-
-    @property location
-    @type String
-    @default 'hash'
-  */
-  location: 'hash',
-
-  /**
-    This is only used when a history location is used so that applications that
-    don't live at the root of the domain can append paths to their root.
-
-    @property rootURL
-    @type String
-    @default '/'
-  */
-
-  rootURL: '/',
-
-  transitionTo: function() {
-    this.abortRoutingPromises();
-    this._super.apply(this, arguments);
-  },
-
-  route: function(path) {
-    this.abortRoutingPromises();
-
-    set(this, 'isRouting', true);
-
-    var routableState;
-
-    try {
-      path = path.replace(get(this, 'rootURL'), '');
-      path = path.replace(/^(?=[^\/])/, "/");
-
-      this.send('navigateAway');
-      this.send('unroutePath', path);
-
-      routableState = get(this, 'currentState');
-      while (routableState && !routableState.get('isRoutable')) {
-        routableState = get(routableState, 'parentState');
-      }
-      var currentURL = routableState ? routableState.absoluteRoute(this) : '';
-      var rest = path.substr(currentURL.length);
-
-      this.send('routePath', rest);
-    } finally {
-      set(this, 'isRouting', false);
-    }
-
-    routableState = get(this, 'currentState');
-    while (routableState && !routableState.get('isRoutable')) {
-      routableState = get(routableState, 'parentState');
-    }
-
-    if (routableState) {
-      routableState.updateRoute(this, get(this, 'location'));
-    }
-  },
-
-  urlFor: function(path, hash) {
-    var currentState = get(this, 'currentState') || this,
-        state = this.findStateByPath(currentState, path);
-
-    Ember.assert(Ember.String.fmt("Could not find route with path '%@'", [path]), state);
-    Ember.assert(Ember.String.fmt("To get a URL for the state '%@', it must have a `route` property.", [path]), get(state, 'routeMatcher'));
-
-    var location = get(this, 'location'),
-        absoluteRoute = state.absoluteRoute(this, hash);
-
-    return location.formatURL(absoluteRoute);
-  },
-
-  urlForEvent: function(eventName) {
-    var contexts = Array.prototype.slice.call(arguments, 1);
-    var currentState = get(this, 'currentState');
-    var targetStateName = currentState.lookupEventTransition(eventName);
-
-    Ember.assert(Ember.String.fmt("You must specify a target state for event '%@' in order to link to it in the current state '%@'.", [eventName, get(currentState, 'path')]), targetStateName);
-
-    var targetState = this.findStateByPath(currentState, targetStateName);
-
-    Ember.assert("Your target state name " + targetStateName + " for event " + eventName + " did not resolve to a state", targetState);
-
-    var hash = this.serializeRecursively(targetState, contexts, {});
-
-    return this.urlFor(targetStateName, hash);
-  },
-
-  serializeRecursively: function(state, contexts, hash) {
-    var parentState,
-        context = get(state, 'hasContext') ? contexts.pop() : null;
-    merge(hash, state.serialize(this, context));
-    parentState = state.get("parentState");
-    if (parentState && parentState instanceof Ember.Route) {
-      return this.serializeRecursively(parentState, contexts, hash);
-    } else {
-      return hash;
-    }
-  },
-
-  abortRoutingPromises: function() {
-    if (this._routingPromises) {
-      this._routingPromises.abort();
-      this._routingPromises = null;
-    }
-  },
-
-  handleStatePromises: function(states, complete) {
-    this.abortRoutingPromises();
-
-    this.set('isLocked', true);
-
-    var manager = this;
-
-    this._routingPromises = Ember._PromiseChain.create({
-      promises: states.slice(),
-
-      successCallback: function() {
-        manager.set('isLocked', false);
-        complete();
-      },
-
-      failureCallback: function() {
-        throw "Unable to load object";
-      },
-
-      promiseSuccessCallback: function(item, args) {
-        set(item, 'object', args[0]);
-      },
-
-      abortCallback: function() {
-        manager.set('isLocked', false);
-      }
-    }).start();
-  },
-
-  moveStatesIntoRoot: function() {
-    this.root = Ember.Route.extend();
-
-    for (var name in this) {
-      if (name === "constructor") { continue; }
-
-      var state = this[name];
-
-      if (state instanceof Ember.Route || Ember.Route.detect(state)) {
-        this.root[name] = state;
-        delete this[name];
-      }
-    }
-  },
-
-  init: function() {
-    if (!this.root) {
-      this.moveStatesIntoRoot();
-    }
-
-    this._super();
-
-    var location = get(this, 'location'),
-        rootURL = get(this, 'rootURL');
-
-    if ('string' === typeof location) {
-      set(this, 'location', Ember.Location.create({
-        implementation: location,
-        rootURL: rootURL
-      }));
-    }
-
-    this.assignRouter(this, this);
-  },
-
-  assignRouter: function(state, router) {
-    state.router = router;
-
-    var childStates = state.states;
-
-    if (childStates) {
-      for (var stateName in childStates) {
-        if (!childStates.hasOwnProperty(stateName)) { continue; }
-        this.assignRouter(childStates[stateName], router);
-      }
-    }
-  },
-
-  willDestroy: function() {
-    get(this, 'location').destroy();
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-Ember Routing
-
-@module ember
-@submodule ember-routing
-@requires ember-states
-*/
-
-})();
-
-(function() {
-// ==========================================================================
-// Project:   metamorph
-// Copyright: ©2011 My Company Inc. All rights reserved.
-// ==========================================================================
-
-(function(window) {
-
-  var K = function(){},
-      guid = 0,
-      document = window.document,
-
-      // Feature-detect the W3C range API, the extended check is for IE9 which only partially supports ranges
-      supportsRange = ('createRange' in document) && (typeof Range !== 'undefined') && Range.prototype.createContextualFragment,
-
-      // Internet Explorer prior to 9 does not allow setting innerHTML if the first element
-      // is a "zero-scope" element. This problem can be worked around by making
-      // the first node an invisible text node. We, like Modernizr, use &shy;
-      needsShy = (function(){
-        var testEl = document.createElement('div');
-        testEl.innerHTML = "<div></div>";
-        testEl.firstChild.innerHTML = "<script></script>";
-        return testEl.firstChild.innerHTML === '';
-      })();
-
-  // Constructor that supports either Metamorph('foo') or new
-  // Metamorph('foo');
-  //
-  // Takes a string of HTML as the argument.
-
-  var Metamorph = function(html) {
-    var self;
-
-    if (this instanceof Metamorph) {
-      self = this;
-    } else {
-      self = new K();
-    }
-
-    self.innerHTML = html;
-    var myGuid = 'metamorph-'+(guid++);
-    self.start = myGuid + '-start';
-    self.end = myGuid + '-end';
-
-    return self;
-  };
-
-  K.prototype = Metamorph.prototype;
-
-  var rangeFor, htmlFunc, removeFunc, outerHTMLFunc, appendToFunc, afterFunc, prependFunc, startTagFunc, endTagFunc;
-
-  outerHTMLFunc = function() {
-    return this.startTag() + this.innerHTML + this.endTag();
-  };
-
-  startTagFunc = function() {
-    return "<script id='" + this.start + "' type='text/x-placeholder'></script>";
-  };
-
-  endTagFunc = function() {
-    return "<script id='" + this.end + "' type='text/x-placeholder'></script>";
-  };
-
-  // If we have the W3C range API, this process is relatively straight forward.
-  if (supportsRange) {
-
-    // Get a range for the current morph. Optionally include the starting and
-    // ending placeholders.
-    rangeFor = function(morph, outerToo) {
-      var range = document.createRange();
-      var before = document.getElementById(morph.start);
-      var after = document.getElementById(morph.end);
-
-      if (outerToo) {
-        range.setStartBefore(before);
-        range.setEndAfter(after);
-      } else {
-        range.setStartAfter(before);
-        range.setEndBefore(after);
-      }
-
-      return range;
-    };
-
-    htmlFunc = function(html, outerToo) {
-      // get a range for the current metamorph object
-      var range = rangeFor(this, outerToo);
-
-      // delete the contents of the range, which will be the
-      // nodes between the starting and ending placeholder.
-      range.deleteContents();
-
-      // create a new document fragment for the HTML
-      var fragment = range.createContextualFragment(html);
-
-      // insert the fragment into the range
-      range.insertNode(fragment);
-    };
-
-    removeFunc = function() {
-      // get a range for the current metamorph object including
-      // the starting and ending placeholders.
-      var range = rangeFor(this, true);
-
-      // delete the entire range.
-      range.deleteContents();
-    };
-
-    appendToFunc = function(node) {
-      var range = document.createRange();
-      range.setStart(node);
-      range.collapse(false);
-      var frag = range.createContextualFragment(this.outerHTML());
-      node.appendChild(frag);
-    };
-
-    afterFunc = function(html) {
-      var range = document.createRange();
-      var after = document.getElementById(this.end);
-
-      range.setStartAfter(after);
-      range.setEndAfter(after);
-
-      var fragment = range.createContextualFragment(html);
-      range.insertNode(fragment);
-    };
-
-    prependFunc = function(html) {
-      var range = document.createRange();
-      var start = document.getElementById(this.start);
-
-      range.setStartAfter(start);
-      range.setEndAfter(start);
-
-      var fragment = range.createContextualFragment(html);
-      range.insertNode(fragment);
-    };
-
-  } else {
-    /**
-     * This code is mostly taken from jQuery, with one exception. In jQuery's case, we
-     * have some HTML and we need to figure out how to convert it into some nodes.
-     *
-     * In this case, jQuery needs to scan the HTML looking for an opening tag and use
-     * that as the key for the wrap map. In our case, we know the parent node, and
-     * can use its type as the key for the wrap map.
-     **/
-    var wrapMap = {
-      select: [ 1, "<select multiple='multiple'>", "</select>" ],
-      fieldset: [ 1, "<fieldset>", "</fieldset>" ],
-      table: [ 1, "<table>", "</table>" ],
-      tbody: [ 2, "<table><tbody>", "</tbody></table>" ],
-      tr: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
-      colgroup: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ],
-      map: [ 1, "<map>", "</map>" ],
-      _default: [ 0, "", "" ]
-    };
-
-    /**
-     * Given a parent node and some HTML, generate a set of nodes. Return the first
-     * node, which will allow us to traverse the rest using nextSibling.
-     *
-     * We need to do this because innerHTML in IE does not really parse the nodes.
-     **/
-    var firstNodeFor = function(parentNode, html) {
-      var arr = wrapMap[parentNode.tagName.toLowerCase()] || wrapMap._default;
-      var depth = arr[0], start = arr[1], end = arr[2];
-
-      if (needsShy) { html = '&shy;'+html; }
-
-      var element = document.createElement('div');
-      element.innerHTML = start + html + end;
-
-      for (var i=0; i<=depth; i++) {
-        element = element.firstChild;
-      }
-
-      // Look for &shy; to remove it.
-      if (needsShy) {
-        var shyElement = element;
-
-        // Sometimes we get nameless elements with the shy inside
-        while (shyElement.nodeType === 1 && !shyElement.nodeName) {
-          shyElement = shyElement.firstChild;
-        }
-
-        // At this point it's the actual unicode character.
-        if (shyElement.nodeType === 3 && shyElement.nodeValue.charAt(0) === "\u00AD") {
-          shyElement.nodeValue = shyElement.nodeValue.slice(1);
-        }
-      }
-
-      return element;
-    };
-
-    /**
-     * In some cases, Internet Explorer can create an anonymous node in
-     * the hierarchy with no tagName. You can create this scenario via:
-     *
-     *     div = document.createElement("div");
-     *     div.innerHTML = "<table>&shy<script></script><tr><td>hi</td></tr></table>";
-     *     div.firstChild.firstChild.tagName //=> ""
-     *
-     * If our script markers are inside such a node, we need to find that
-     * node and use *it* as the marker.
-     **/
-    var realNode = function(start) {
-      while (start.parentNode.tagName === "") {
-        start = start.parentNode;
-      }
-
-      return start;
-    };
-
-    /**
-     * When automatically adding a tbody, Internet Explorer inserts the
-     * tbody immediately before the first <tr>. Other browsers create it
-     * before the first node, no matter what.
-     *
-     * This means the the following code:
-     *
-     *     div = document.createElement("div");
-     *     div.innerHTML = "<table><script id='first'></script><tr><td>hi</td></tr><script id='last'></script></table>
-     *
-     * Generates the following DOM in IE:
-     *
-     *     + div
-     *       + table
-     *         - script id='first'
-     *         + tbody
-     *           + tr
-     *             + td
-     *               - "hi"
-     *           - script id='last'
-     *
-     * Which means that the two script tags, even though they were
-     * inserted at the same point in the hierarchy in the original
-     * HTML, now have different parents.
-     *
-     * This code reparents the first script tag by making it the tbody's
-     * first child.
-     **/
-    var fixParentage = function(start, end) {
-      if (start.parentNode !== end.parentNode) {
-        end.parentNode.insertBefore(start, end.parentNode.firstChild);
-      }
-    };
-
-    htmlFunc = function(html, outerToo) {
-      // get the real starting node. see realNode for details.
-      var start = realNode(document.getElementById(this.start));
-      var end = document.getElementById(this.end);
-      var parentNode = end.parentNode;
-      var node, nextSibling, last;
-
-      // make sure that the start and end nodes share the same
-      // parent. If not, fix it.
-      fixParentage(start, end);
-
-      // remove all of the nodes after the starting placeholder and
-      // before the ending placeholder.
-      node = start.nextSibling;
-      while (node) {
-        nextSibling = node.nextSibling;
-        last = node === end;
-
-        // if this is the last node, and we want to remove it as well,
-        // set the `end` node to the next sibling. This is because
-        // for the rest of the function, we insert the new nodes
-        // before the end (note that insertBefore(node, null) is
-        // the same as appendChild(node)).
-        //
-        // if we do not want to remove it, just break.
-        if (last) {
-          if (outerToo) { end = node.nextSibling; } else { break; }
-        }
-
-        node.parentNode.removeChild(node);
-
-        // if this is the last node and we didn't break before
-        // (because we wanted to remove the outer nodes), break
-        // now.
-        if (last) { break; }
-
-        node = nextSibling;
-      }
-
-      // get the first node for the HTML string, even in cases like
-      // tables and lists where a simple innerHTML on a div would
-      // swallow some of the content.
-      node = firstNodeFor(start.parentNode, html);
-
-      // copy the nodes for the HTML between the starting and ending
-      // placeholder.
-      while (node) {
-        nextSibling = node.nextSibling;
-        parentNode.insertBefore(node, end);
-        node = nextSibling;
-      }
-    };
-
-    // remove the nodes in the DOM representing this metamorph.
-    //
-    // this includes the starting and ending placeholders.
-    removeFunc = function() {
-      var start = realNode(document.getElementById(this.start));
-      var end = document.getElementById(this.end);
-
-      this.html('');
-      start.parentNode.removeChild(start);
-      end.parentNode.removeChild(end);
-    };
-
-    appendToFunc = function(parentNode) {
-      var node = firstNodeFor(parentNode, this.outerHTML());
-
-      while (node) {
-        nextSibling = node.nextSibling;
-        parentNode.appendChild(node);
-        node = nextSibling;
-      }
-    };
-
-    afterFunc = function(html) {
-      // get the real starting node. see realNode for details.
-      var end = document.getElementById(this.end);
-      var insertBefore = end.nextSibling;
-      var parentNode = end.parentNode;
-      var nextSibling;
-      var node;
-
-      // get the first node for the HTML string, even in cases like
-      // tables and lists where a simple innerHTML on a div would
-      // swallow some of the content.
-      node = firstNodeFor(parentNode, html);
-
-      // copy the nodes for the HTML between the starting and ending
-      // placeholder.
-      while (node) {
-        nextSibling = node.nextSibling;
-        parentNode.insertBefore(node, insertBefore);
-        node = nextSibling;
-      }
-    };
-
-    prependFunc = function(html) {
-      var start = document.getElementById(this.start);
-      var parentNode = start.parentNode;
-      var nextSibling;
-      var node;
-
-      node = firstNodeFor(parentNode, html);
-      var insertBefore = start.nextSibling;
-
-      while (node) {
-        nextSibling = node.nextSibling;
-        parentNode.insertBefore(node, insertBefore);
-        node = nextSibling;
-      }
-    }
-  }
-
-  Metamorph.prototype.html = function(html) {
-    this.checkRemoved();
-    if (html === undefined) { return this.innerHTML; }
-
-    htmlFunc.call(this, html);
-
-    this.innerHTML = html;
-  };
-
-  Metamorph.prototype.replaceWith = function(html) {
-    this.checkRemoved();
-    htmlFunc.call(this, html, true);
-  };
-
-  Metamorph.prototype.remove = removeFunc;
-  Metamorph.prototype.outerHTML = outerHTMLFunc;
-  Metamorph.prototype.appendTo = appendToFunc;
-  Metamorph.prototype.after = afterFunc;
-  Metamorph.prototype.prepend = prependFunc;
-  Metamorph.prototype.startTag = startTagFunc;
-  Metamorph.prototype.endTag = endTagFunc;
-
-  Metamorph.prototype.isRemoved = function() {
-    var before = document.getElementById(this.start);
-    var after = document.getElementById(this.end);
-
-    return !before || !after;
-  };
-
-  Metamorph.prototype.checkRemoved = function() {
-    if (this.isRemoved()) {
-      throw new Error("Cannot perform operations on a Metamorph that is not in the DOM.");
-    }
-  };
-
-  window.Metamorph = Metamorph;
-})(this);
-
-
-})();
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var objectCreate = Ember.create;
-
-var Handlebars = Ember.imports.Handlebars;
-Ember.assert("Ember Handlebars requires Handlebars 1.0.beta.5 or greater", Handlebars && Handlebars.VERSION.match(/^1\.0\.beta\.[56789]$|^1\.0\.rc\.[123456789]+/));
-
-/**
-  Prepares the Handlebars templating library for use inside Ember's view
-  system.
-
-  The Ember.Handlebars object is the standard Handlebars library, extended to use
-  Ember's get() method instead of direct property access, which allows
-  computed properties to be used inside templates.
-
-  To create an Ember.Handlebars template, call Ember.Handlebars.compile().  This will
-  return a function that can be used by Ember.View for rendering.
-
-  @class Handlebars
-  @namespace Ember
-*/
-Ember.Handlebars = objectCreate(Handlebars);
-
-/**
-@class helpers
-@namespace Ember.Handlebars
-*/
-Ember.Handlebars.helpers = objectCreate(Handlebars.helpers);
-
-/**
-  Override the the opcode compiler and JavaScript compiler for Handlebars.
-
-  @class Compiler
-  @namespace Ember.Handlebars
-  @private
-  @constructor
-*/
-Ember.Handlebars.Compiler = function() {};
-
-// Handlebars.Compiler doesn't exist in runtime-only
-if (Handlebars.Compiler) {
-  Ember.Handlebars.Compiler.prototype = objectCreate(Handlebars.Compiler.prototype);
-}
-
-Ember.Handlebars.Compiler.prototype.compiler = Ember.Handlebars.Compiler;
-
-/**
-  @class JavaScriptCompiler
-  @namespace Ember.Handlebars
-  @private
-  @constructor
-*/
-Ember.Handlebars.JavaScriptCompiler = function() {};
-
-// Handlebars.JavaScriptCompiler doesn't exist in runtime-only
-if (Handlebars.JavaScriptCompiler) {
-  Ember.Handlebars.JavaScriptCompiler.prototype = objectCreate(Handlebars.JavaScriptCompiler.prototype);
-  Ember.Handlebars.JavaScriptCompiler.prototype.compiler = Ember.Handlebars.JavaScriptCompiler;
-}
-
-
-Ember.Handlebars.JavaScriptCompiler.prototype.namespace = "Ember.Handlebars";
-
-
-Ember.Handlebars.JavaScriptCompiler.prototype.initializeBuffer = function() {
-  return "''";
-};
-
-/**
-  @private
-
-  Override the default buffer for Ember Handlebars. By default, Handlebars creates
-  an empty String at the beginning of each invocation and appends to it. Ember's
-  Handlebars overrides this to append to a single shared buffer.
-
-  @method appendToBuffer
-  @param string {String}
-*/
-Ember.Handlebars.JavaScriptCompiler.prototype.appendToBuffer = function(string) {
-  return "data.buffer.push("+string+");";
-};
-
-/**
-  @private
-
-  Rewrite simple mustaches from `{{foo}}` to `{{bind "foo"}}`. This means that all simple
-  mustaches in Ember's Handlebars will also set up an observer to keep the DOM
-  up to date when the underlying property changes.
-
-  @method mustache
-  @for Ember.Handlebars.Compiler
-  @param mustache
-*/
-Ember.Handlebars.Compiler.prototype.mustache = function(mustache) {
-  if (mustache.params.length || mustache.hash) {
-    return Handlebars.Compiler.prototype.mustache.call(this, mustache);
-  } else {
-    var id = new Handlebars.AST.IdNode(['_triageMustache']);
-
-    // Update the mustache node to include a hash value indicating whether the original node
-    // was escaped. This will allow us to properly escape values when the underlying value
-    // changes and we need to re-render the value.
-    if(!mustache.escaped) {
-      mustache.hash = mustache.hash || new Handlebars.AST.HashNode([]);
-      mustache.hash.pairs.push(["unescaped", new Handlebars.AST.StringNode("true")]);
-    }
-    mustache = new Handlebars.AST.MustacheNode([id].concat([mustache.id]), mustache.hash, !mustache.escaped);
-    return Handlebars.Compiler.prototype.mustache.call(this, mustache);
-  }
-};
-
-/**
-  Used for precompilation of Ember Handlebars templates. This will not be used during normal
-  app execution.
-
-  @method precompile
-  @for Ember.Handlebars
-  @static
-  @param {String} string The template to precompile
-*/
-Ember.Handlebars.precompile = function(string) {
-  var ast = Handlebars.parse(string);
-
-  var options = {
-    knownHelpers: {
-      action: true,
-      unbound: true,
-      bindAttr: true,
-      template: true,
-      view: true,
-      _triageMustache: true
-    },
-    data: true,
-    stringParams: true
-  };
-
-  var environment = new Ember.Handlebars.Compiler().compile(ast, options);
-  return new Ember.Handlebars.JavaScriptCompiler().compile(environment, options, undefined, true);
-};
-
-// We don't support this for Handlebars runtime-only
-if (Handlebars.compile) {
-  /**
-    The entry point for Ember Handlebars. This replaces the default Handlebars.compile and turns on
-    template-local data and String parameters.
-
-    @method compile
-    @for Ember.Handlebars
-    @static
-    @param {String} string The template to compile
-    @return {Function}
-  */
-  Ember.Handlebars.compile = function(string) {
-    var ast = Handlebars.parse(string);
-    var options = { data: true, stringParams: true };
-    var environment = new Ember.Handlebars.Compiler().compile(ast, options);
-    var templateSpec = new Ember.Handlebars.JavaScriptCompiler().compile(environment, options, undefined, true);
-
-    return Handlebars.template(templateSpec);
-  };
-}
-
-/**
-  @private
-
-  If a path starts with a reserved keyword, returns the root
-  that should be used.
-
-  @method normalizePath
-  @for Ember
-  @param root {Object}
-  @param path {String}
-  @param data {Hash}
-*/
-var normalizePath = Ember.Handlebars.normalizePath = function(root, path, data) {
-  var keywords = (data && data.keywords) || {},
-      keyword, isKeyword;
-
-  // Get the first segment of the path. For example, if the
-  // path is "foo.bar.baz", returns "foo".
-  keyword = path.split('.', 1)[0];
-
-  // Test to see if the first path is a keyword that has been
-  // passed along in the view's data hash. If so, we will treat
-  // that object as the new root.
-  if (keywords.hasOwnProperty(keyword)) {
-    // Look up the value in the template's data hash.
-    root = keywords[keyword];
-    isKeyword = true;
-
-    // Handle cases where the entire path is the reserved
-    // word. In that case, return the object itself.
-    if (path === keyword) {
-      path = '';
-    } else {
-      // Strip the keyword from the path and look up
-      // the remainder from the newly found root.
-      path = path.substr(keyword.length+1);
-    }
-  }
-
-  return { root: root, path: path, isKeyword: isKeyword };
-};
-
-
-/**
-  Lookup both on root and on window. If the path starts with
-  a keyword, the corresponding object will be looked up in the
-  template's data hash and used to resolve the path.
-
-  @method get
-  @for Ember.Handlebars
-  @param {Object} root The object to look up the property on
-  @param {String} path The path to be lookedup
-  @param {Object} options The template's option hash
-*/
-Ember.Handlebars.get = function(root, path, options) {
-  var data = options && options.data,
-      normalizedPath = normalizePath(root, path, data),
-      value;
-
-  // In cases where the path begins with a keyword, change the
-  // root to the value represented by that keyword, and ensure
-  // the path is relative to it.
-  root = normalizedPath.root;
-  path = normalizedPath.path;
-
-  value = Ember.get(root, path);
-
-  // If the path starts with a capital letter, look it up on Ember.lookup,
-  // which defaults to the `window` object in browsers.
-  if (value === undefined && root !== Ember.lookup && Ember.isGlobalPath(path)) {
-    value = Ember.get(Ember.lookup, path);
-  }
-  return value;
-};
-Ember.Handlebars.getPath = Ember.deprecateFunc('`Ember.Handlebars.getPath` has been changed to `Ember.Handlebars.get` for consistency.', Ember.Handlebars.get);
-
-/**
-  @private
-
-  Registers a helper in Handlebars that will be called if no property with the
-  given name can be found on the current context object, and no helper with
-  that name is registered.
-
-  This throws an exception with a more helpful error message so the user can
-  track down where the problem is happening.
-
-  @method helperMissing
-  @for Ember.Handlebars.helpers
-  @param {String} path
-  @param {Hash} options
-*/
-Ember.Handlebars.registerHelper('helperMissing', function(path, options) {
-  var error, view = "";
-
-  error = "%@ Handlebars error: Could not find property '%@' on object %@.";
-  if (options.data){
-    view = options.data.view;
-  }
-  throw new Ember.Error(Ember.String.fmt(error, [view, path, this]));
-});
-
-
-})();
-
-
-
-(function() {
-/**
-  @method htmlSafe
-  @for Ember.String
-  @static
-*/
-Ember.String.htmlSafe = function(str) {
-  return new Handlebars.SafeString(str);
-};
-
-var htmlSafe = Ember.String.htmlSafe;
-
-if (Ember.EXTEND_PROTOTYPES === true || Ember.EXTEND_PROTOTYPES.String) {
-
-  /**
-    See {{#crossLink "Ember.String/htmlSafe"}}{{/crossLink}}
-
-    @method htmlSafe
-    @for String
-  */
-  String.prototype.htmlSafe = function() {
-    return htmlSafe(this);
-  };
-}
-
-})();
-
-
-
-(function() {
-/*jshint newcap:false*/
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var set = Ember.set, get = Ember.get;
-
-// DOMManager should just abstract dom manipulation between jquery and metamorph
-var DOMManager = {
-  remove: function(view) {
-    view.morph.remove();
-  },
-
-  prepend: function(view, html) {
-    view.morph.prepend(html);
-  },
-
-  after: function(view, html) {
-    view.morph.after(html);
-  },
-
-  html: function(view, html) {
-    view.morph.html(html);
-  },
-
-  // This is messed up.
-  replace: function(view) {
-    var morph = view.morph;
-
-    view.transitionTo('preRender');
-    view.clearRenderedChildren();
-    var buffer = view.renderToBuffer();
-
-    Ember.run.schedule('render', this, function() {
-      if (get(view, 'isDestroyed')) { return; }
-      view.invalidateRecursively('element');
-      view._notifyWillInsertElement();
-      morph.replaceWith(buffer.string());
-      view.transitionTo('inDOM');
-      view._notifyDidInsertElement();
-    });
-  },
-
-  empty: function(view) {
-    view.morph.html("");
-  }
-};
-
-// The `morph` and `outerHTML` properties are internal only
-// and not observable.
-
-/**
-  @class _Metamorph
-  @namespace Ember
-  @extends Ember.Mixin
-  @private
-*/
-Ember._Metamorph = Ember.Mixin.create({
-  isVirtual: true,
-  tagName: '',
-
-  instrumentName: 'render.metamorph',
-
-  init: function() {
-    this._super();
-    this.morph = Metamorph();
-  },
-
-  beforeRender: function(buffer) {
-    buffer.push(this.morph.startTag());
-  },
-
-  afterRender: function(buffer) {
-    buffer.push(this.morph.endTag());
-  },
-
-  createElement: function() {
-    var buffer = this.renderToBuffer();
-    this.outerHTML = buffer.string();
-    this.clearBuffer();
-  },
-
-  domManager: DOMManager
-});
-
-/**
-  @class _MetamorphView
-  @namespace Ember
-  @extends Ember.View
-  @uses Ember._Metamorph
-  @private
-*/
-Ember._MetamorphView = Ember.View.extend(Ember._Metamorph);
-
-/**
-  @class _SimpleMetamorphView
-  @namespace Ember
-  @extends Ember.View
-  @uses Ember._Metamorph
-  @private
-*/
-Ember._SimpleMetamorphView = Ember.CoreView.extend(Ember._Metamorph);
-
-
-})();
-
-
-
-(function() {
-/*globals Handlebars */
-
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set, handlebarsGet = Ember.Handlebars.get;
-Ember._SimpleHandlebarsView = Ember._SimpleMetamorphView.extend({
-  instrumentName: 'render.simpleHandlebars',
-
-  normalizedValue: Ember.computed(function() {
-    var path = get(this, 'path'),
-        pathRoot  = get(this, 'pathRoot'),
-        result, templateData;
-
-    // Use the pathRoot as the result if no path is provided. This
-    // happens if the path is `this`, which gets normalized into
-    // a `pathRoot` of the current Handlebars context and a path
-    // of `''`.
-    if (path === '') {
-      result = pathRoot;
-    } else {
-      templateData = get(this, 'templateData');
-      result = handlebarsGet(pathRoot, path, { data: templateData });
-    }
-
-    return result;
-  }).property('path', 'pathRoot').volatile(),
-
-  render: function(buffer) {
-    // If not invoked via a triple-mustache ({{{foo}}}), escape
-    // the content of the template.
-    var escape = get(this, 'isEscaped');
-    var result = get(this, 'normalizedValue');
-
-    if (result === null || result === undefined) {
-      result = "";
-    } else if (!(result instanceof Handlebars.SafeString)) {
-      result = String(result);
-    }
-
-    if (escape) { result = Handlebars.Utils.escapeExpression(result); }
-    buffer.push(result);
-    return;
-  },
-
-  rerender: function() {
-    switch(this.state) {
-      case 'preRender':
-      case 'destroyed':
-        break;
-      case 'inBuffer':
-        throw new Error("Something you did tried to replace an {{expression}} before it was inserted into the DOM.");
-      case 'hasElement':
-      case 'inDOM':
-        this.domManager.replace(this);
-        break;
-    }
-
-    return this;
-  },
-
-  transitionTo: function(state) {
-    this.state = state;
-  }
-});
-
-/**
-  Ember._HandlebarsBoundView is a private view created by the Handlebars `{{bind}}`
-  helpers that is used to keep track of bound properties.
-
-  Every time a property is bound using a `{{mustache}}`, an anonymous subclass
-  of Ember._HandlebarsBoundView is created with the appropriate sub-template and
-  context set up. When the associated property changes, just the template for
-  this view will re-render.
-
-  @class _HandlebarsBoundView
-  @namespace Ember
-  @extends Ember._MetamorphView
-  @private
-*/
-Ember._HandlebarsBoundView = Ember._MetamorphView.extend({
-  instrumentName: 'render.boundHandlebars',
-
-  /**
-    The function used to determine if the `displayTemplate` or
-    `inverseTemplate` should be rendered. This should be a function that takes
-    a value and returns a Boolean.
-
-    @property shouldDisplayFunc
-    @type Function
-    @default null
-  */
-  shouldDisplayFunc: null,
-
-  /**
-    Whether the template rendered by this view gets passed the context object
-    of its parent template, or gets passed the value of retrieving `path`
-    from the `pathRoot`.
-
-    For example, this is true when using the `{{#if}}` helper, because the
-    template inside the helper should look up properties relative to the same
-    object as outside the block. This would be false when used with `{{#with
-    foo}}` because the template should receive the object found by evaluating
-    `foo`.
-
-    @property preserveContext
-    @type Boolean
-    @default false
-  */
-  preserveContext: false,
-
-  /**
-    If `preserveContext` is true, this is the object that will be used
-    to render the template.
-
-    @property previousContext
-    @type Object
-  */
-  previousContext: null,
-
-  /**
-    The template to render when `shouldDisplayFunc` evaluates to true.
-
-    @property displayTemplate
-    @type Function
-    @default null
-  */
-  displayTemplate: null,
-
-  /**
-    The template to render when `shouldDisplayFunc` evaluates to false.
-
-    @property inverseTemplate
-    @type Function
-    @default null
-  */
-  inverseTemplate: null,
-
-
-  /**
-    The path to look up on `pathRoot` that is passed to
-    `shouldDisplayFunc` to determine which template to render.
-
-    In addition, if `preserveContext` is false, the object at this path will
-    be passed to the template when rendering.
-
-    @property path
-    @type String
-    @default null
-  */
-  path: null,
-
-  /**
-    The object from which the `path` will be looked up. Sometimes this is the
-    same as the `previousContext`, but in cases where this view has been generated
-    for paths that start with a keyword such as `view` or `controller`, the
-    path root will be that resolved object.
-
-    @property pathRoot
-    @type Object
-  */
-  pathRoot: null,
-
-  normalizedValue: Ember.computed(function() {
-    var path = get(this, 'path'),
-        pathRoot  = get(this, 'pathRoot'),
-        valueNormalizer = get(this, 'valueNormalizerFunc'),
-        result, templateData;
-
-    // Use the pathRoot as the result if no path is provided. This
-    // happens if the path is `this`, which gets normalized into
-    // a `pathRoot` of the current Handlebars context and a path
-    // of `''`.
-    if (path === '') {
-      result = pathRoot;
-    } else {
-      templateData = get(this, 'templateData');
-      result = handlebarsGet(pathRoot, path, { data: templateData });
-    }
-
-    return valueNormalizer ? valueNormalizer(result) : result;
-  }).property('path', 'pathRoot', 'valueNormalizerFunc').volatile(),
-
-  rerenderIfNeeded: function() {
-    if (!get(this, 'isDestroyed') && get(this, 'normalizedValue') !== this._lastNormalizedValue) {
-      this.rerender();
-    }
-  },
-
-  /**
-    Determines which template to invoke, sets up the correct state based on
-    that logic, then invokes the default Ember.View `render` implementation.
-
-    This method will first look up the `path` key on `pathRoot`,
-    then pass that value to the `shouldDisplayFunc` function. If that returns
-    true, the `displayTemplate` function will be rendered to DOM. Otherwise,
-    `inverseTemplate`, if specified, will be rendered.
-
-    For example, if this Ember._HandlebarsBoundView represented the `{{#with foo}}`
-    helper, it would look up the `foo` property of its context, and
-    `shouldDisplayFunc` would always return true. The object found by looking
-    up `foo` would be passed to `displayTemplate`.
-
-    @method render
-    @param {Ember.RenderBuffer} buffer
-  */
-  render: function(buffer) {
-    // If not invoked via a triple-mustache ({{{foo}}}), escape
-    // the content of the template.
-    var escape = get(this, 'isEscaped');
-
-    var shouldDisplay = get(this, 'shouldDisplayFunc'),
-        preserveContext = get(this, 'preserveContext'),
-        context = get(this, 'previousContext');
-
-    var inverseTemplate = get(this, 'inverseTemplate'),
-        displayTemplate = get(this, 'displayTemplate');
-
-    var result = get(this, 'normalizedValue');
-    this._lastNormalizedValue = result;
-
-    // First, test the conditional to see if we should
-    // render the template or not.
-    if (shouldDisplay(result)) {
-      set(this, 'template', displayTemplate);
-
-      // If we are preserving the context (for example, if this
-      // is an #if block, call the template with the same object.
-      if (preserveContext) {
-        set(this, '_context', context);
-      } else {
-      // Otherwise, determine if this is a block bind or not.
-      // If so, pass the specified object to the template
-        if (displayTemplate) {
-          set(this, '_context', result);
-        } else {
-        // This is not a bind block, just push the result of the
-        // expression to the render context and return.
-          if (result === null || result === undefined) {
-            result = "";
-          } else if (!(result instanceof Handlebars.SafeString)) {
-            result = String(result);
-          }
-
-          if (escape) { result = Handlebars.Utils.escapeExpression(result); }
-          buffer.push(result);
-          return;
-        }
-      }
-    } else if (inverseTemplate) {
-      set(this, 'template', inverseTemplate);
-
-      if (preserveContext) {
-        set(this, '_context', context);
-      } else {
-        set(this, '_context', result);
-      }
-    } else {
-      set(this, 'template', function() { return ''; });
-    }
-
-    return this._super(buffer);
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set, fmt = Ember.String.fmt;
-var handlebarsGet = Ember.Handlebars.get, normalizePath = Ember.Handlebars.normalizePath;
-var forEach = Ember.ArrayPolyfills.forEach;
-
-var EmberHandlebars = Ember.Handlebars, helpers = EmberHandlebars.helpers;
-
-// Binds a property into the DOM. This will create a hook in DOM that the
-// KVO system will look for and update if the property changes.
-function bind(property, options, preserveContext, shouldDisplay, valueNormalizer) {
-  var data = options.data,
-      fn = options.fn,
-      inverse = options.inverse,
-      view = data.view,
-      currentContext = this,
-      pathRoot, path, normalized;
-
-  normalized = normalizePath(currentContext, property, data);
-
-  pathRoot = normalized.root;
-  path = normalized.path;
-
-  // Set up observers for observable objects
-  if ('object' === typeof this) {
-    // Create the view that will wrap the output of this template/property
-    // and add it to the nearest view's childViews array.
-    // See the documentation of Ember._HandlebarsBoundView for more.
-    var bindView = view.createChildView(Ember._HandlebarsBoundView, {
-      preserveContext: preserveContext,
-      shouldDisplayFunc: shouldDisplay,
-      valueNormalizerFunc: valueNormalizer,
-      displayTemplate: fn,
-      inverseTemplate: inverse,
-      path: path,
-      pathRoot: pathRoot,
-      previousContext: currentContext,
-      isEscaped: !options.hash.unescaped,
-      templateData: options.data
-    });
-
-    view.appendChild(bindView);
-
-    var observer = function() {
-      Ember.run.scheduleOnce('render', bindView, 'rerenderIfNeeded');
-    };
-
-    // Observes the given property on the context and
-    // tells the Ember._HandlebarsBoundView to re-render. If property
-    // is an empty string, we are printing the current context
-    // object ({{this}}) so updating it is not our responsibility.
-    if (path !== '') {
-      Ember.addObserver(pathRoot, path, observer);
-
-      view.one('willClearRender', function() {
-        Ember.removeObserver(pathRoot, path, observer);
-      });
-    }
-  } else {
-    // The object is not observable, so just render it out and
-    // be done with it.
-    data.buffer.push(handlebarsGet(pathRoot, path, options));
-  }
-}
-
-function simpleBind(property, options) {
-  var data = options.data,
-      view = data.view,
-      currentContext = this,
-      pathRoot, path, normalized;
-
-  normalized = normalizePath(currentContext, property, data);
-
-  pathRoot = normalized.root;
-  path = normalized.path;
-
-  // Set up observers for observable objects
-  if ('object' === typeof this) {
-    var bindView = Ember._SimpleHandlebarsView.create().setProperties({
-      path: path,
-      pathRoot: pathRoot,
-      isEscaped: !options.hash.unescaped,
-      previousContext: currentContext,
-      templateData: options.data
-    });
-
-    view.createChildView(bindView);
-    view.appendChild(bindView);
-
-    var observer = function() {
-      Ember.run.scheduleOnce('render', bindView, 'rerender');
-    };
-
-    // Observes the given property on the context and
-    // tells the Ember._HandlebarsBoundView to re-render. If property
-    // is an empty string, we are printing the current context
-    // object ({{this}}) so updating it is not our responsibility.
-    if (path !== '') {
-      Ember.addObserver(pathRoot, path, observer);
-
-      view.one('willClearRender', function() {
-        Ember.removeObserver(pathRoot, path, observer);
-      });
-    }
-  } else {
-    // The object is not observable, so just render it out and
-    // be done with it.
-    data.buffer.push(handlebarsGet(pathRoot, path, options));
-  }
-}
-
-/**
-  @private
-
-  '_triageMustache' is used internally select between a binding and helper for
-  the given context. Until this point, it would be hard to determine if the
-  mustache is a property reference or a regular helper reference. This triage
-  helper resolves that.
-
-  This would not be typically invoked by directly.
-
-  @method _triageMustache
-  @for Ember.Handlebars.helpers
-  @param {String} property Property/helperID to triage
-  @param {Function} fn Context to provide for rendering
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('_triageMustache', function(property, fn) {
-  Ember.assert("You cannot pass more than one argument to the _triageMustache helper", arguments.length <= 2);
-  if (helpers[property]) {
-    return helpers[property].call(this, fn);
-  }
-  else {
-    return helpers.bind.apply(this, arguments);
-  }
-});
-
-/**
-  @private
-
-  `bind` can be used to display a value, then update that value if it
-  changes. For example, if you wanted to print the `title` property of
-  `content`:
-
-  ``` handlebars
-  {{bind "content.title"}}
-  ```
-
-  This will return the `title` property as a string, then create a new
-  observer at the specified path. If it changes, it will update the value in
-  DOM. Note that if you need to support IE7 and IE8 you must modify the
-  model objects properties using Ember.get() and Ember.set() for this to work as
-  it relies on Ember's KVO system.  For all other browsers this will be handled
-  for you automatically.
-
-  @method bind
-  @for Ember.Handlebars.helpers
-  @param {String} property Property to bind
-  @param {Function} fn Context to provide for rendering
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('bind', function(property, options) {
-  Ember.assert("You cannot pass more than one argument to the bind helper", arguments.length <= 2);
-
-  var context = (options.contexts && options.contexts[0]) || this;
-
-  if (!options.fn) {
-    return simpleBind.call(context, property, options);
-  }
-
-  return bind.call(context, property, options, false, function(result) {
-    return !Ember.none(result);
-  });
-});
-
-/**
-  @private
-
-  Use the `boundIf` helper to create a conditional that re-evaluates
-  whenever the bound value changes.
-
-  ``` handlebars
-  {{#boundIf "content.shouldDisplayTitle"}}
-    {{content.title}}
-  {{/boundIf}}
-  ```
-
-  @method boundIf
-  @for Ember.Handlebars.helpers
-  @param {String} property Property to bind
-  @param {Function} fn Context to provide for rendering
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('boundIf', function(property, fn) {
-  var context = (fn.contexts && fn.contexts[0]) || this;
-  var func = function(result) {
-    if (Ember.typeOf(result) === 'array') {
-      return get(result, 'length') !== 0;
-    } else {
-      return !!result;
-    }
-  };
-
-  return bind.call(context, property, fn, true, func, func);
-});
-
-/**
-  @method with
-  @for Ember.Handlebars.helpers
-  @param {Function} context
-  @param {Hash} options
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('with', function(context, options) {
-  if (arguments.length === 4) {
-    var keywordName, path, rootPath, normalized;
-
-    Ember.assert("If you pass more than one argument to the with helper, it must be in the form #with foo as bar", arguments[1] === "as");
-    options = arguments[3];
-    keywordName = arguments[2];
-    path = arguments[0];
-
-    Ember.assert("You must pass a block to the with helper", options.fn && options.fn !== Handlebars.VM.noop);
-
-    if (Ember.isGlobalPath(path)) {
-      Ember.bind(options.data.keywords, keywordName, path);
-    } else {
-      normalized = normalizePath(this, path, options.data);
-      path = normalized.path;
-      rootPath = normalized.root;
-
-      // This is a workaround for the fact that you cannot bind separate objects
-      // together. When we implement that functionality, we should use it here.
-      var contextKey = Ember.$.expando + Ember.guidFor(rootPath);
-      options.data.keywords[contextKey] = rootPath;
-
-      // if the path is '' ("this"), just bind directly to the current context
-      var contextPath = path ? contextKey + '.' + path : contextKey;
-      Ember.bind(options.data.keywords, keywordName, contextPath);
-    }
-
-    return bind.call(this, path, options, true, function(result) {
-      return !Ember.none(result);
-    });
-  } else {
-    Ember.assert("You must pass exactly one argument to the with helper", arguments.length === 2);
-    Ember.assert("You must pass a block to the with helper", options.fn && options.fn !== Handlebars.VM.noop);
-    return helpers.bind.call(options.contexts[0], context, options);
-  }
-});
-
-
-/**
-  @method if
-  @for Ember.Handlebars.helpers
-  @param {Function} context
-  @param {Hash} options
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('if', function(context, options) {
-  Ember.assert("You must pass exactly one argument to the if helper", arguments.length === 2);
-  Ember.assert("You must pass a block to the if helper", options.fn && options.fn !== Handlebars.VM.noop);
-
-  return helpers.boundIf.call(options.contexts[0], context, options);
-});
-
-/**
-  @method unless
-  @for Ember.Handlebars.helpers
-  @param {Function} context
-  @param {Hash} options
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('unless', function(context, options) {
-  Ember.assert("You must pass exactly one argument to the unless helper", arguments.length === 2);
-  Ember.assert("You must pass a block to the unless helper", options.fn && options.fn !== Handlebars.VM.noop);
-
-  var fn = options.fn, inverse = options.inverse;
-
-  options.fn = inverse;
-  options.inverse = fn;
-
-  return helpers.boundIf.call(options.contexts[0], context, options);
-});
-
-/**
-  `bindAttr` allows you to create a binding between DOM element attributes and
-  Ember objects. For example:
-
-  ``` handlebars
-  <img {{bindAttr src="imageUrl" alt="imageTitle"}}>
-  ```
-
-  @method bindAttr
-  @for Ember.Handlebars.helpers
-  @param {Hash} options
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('bindAttr', function(options) {
-
-  var attrs = options.hash;
-
-  Ember.assert("You must specify at least one hash argument to bindAttr", !!Ember.keys(attrs).length);
-
-  var view = options.data.view;
-  var ret = [];
-  var ctx = this;
-
-  // Generate a unique id for this element. This will be added as a
-  // data attribute to the element so it can be looked up when
-  // the bound property changes.
-  var dataId = ++Ember.uuid;
-
-  // Handle classes differently, as we can bind multiple classes
-  var classBindings = attrs['class'];
-  if (classBindings !== null && classBindings !== undefined) {
-    var classResults = EmberHandlebars.bindClasses(this, classBindings, view, dataId, options);
-    ret.push('class="' + Handlebars.Utils.escapeExpression(classResults.join(' ')) + '"');
-    delete attrs['class'];
-  }
-
-  var attrKeys = Ember.keys(attrs);
-
-  // For each attribute passed, create an observer and emit the
-  // current value of the property as an attribute.
-  forEach.call(attrKeys, function(attr) {
-    var path = attrs[attr],
-        pathRoot, normalized;
-
-    Ember.assert(fmt("You must provide a String for a bound attribute, not %@", [path]), typeof path === 'string');
-
-    normalized = normalizePath(ctx, path, options.data);
-
-    pathRoot = normalized.root;
-    path = normalized.path;
-
-    var value = (path === 'this') ? pathRoot : handlebarsGet(pathRoot, path, options),
-        type = Ember.typeOf(value);
-
-    Ember.assert(fmt("Attributes must be numbers, strings or booleans, not %@", [value]), value === null || value === undefined || type === 'number' || type === 'string' || type === 'boolean');
-
-    var observer, invoker;
-
-    observer = function observer() {
-      var result = handlebarsGet(pathRoot, path, options);
-
-      Ember.assert(fmt("Attributes must be numbers, strings or booleans, not %@", [result]), result === null || result === undefined || typeof result === 'number' || typeof result === 'string' || typeof result === 'boolean');
-
-      var elem = view.$("[data-bindattr-" + dataId + "='" + dataId + "']");
-
-      // If we aren't able to find the element, it means the element
-      // to which we were bound has been removed from the view.
-      // In that case, we can assume the template has been re-rendered
-      // and we need to clean up the observer.
-      if (!elem || elem.length === 0) {
-        Ember.removeObserver(pathRoot, path, invoker);
-        return;
-      }
-
-      Ember.View.applyAttributeBindings(elem, attr, result);
-    };
-
-    invoker = function() {
-      Ember.run.scheduleOnce('render', observer);
-    };
-
-    // Add an observer to the view for when the property changes.
-    // When the observer fires, find the element using the
-    // unique data id and update the attribute to the new value.
-    if (path !== 'this') {
-      Ember.addObserver(pathRoot, path, invoker);
-
-      view.one('willClearRender', function() {
-        Ember.removeObserver(pathRoot, path, invoker);
-      });
-    }
-
-    // if this changes, also change the logic in ember-views/lib/views/view.js
-    if ((type === 'string' || (type === 'number' && !isNaN(value)))) {
-      ret.push(attr + '="' + Handlebars.Utils.escapeExpression(value) + '"');
-    } else if (value && type === 'boolean') {
-      // The developer controls the attr name, so it should always be safe
-      ret.push(attr + '="' + attr + '"');
-    }
-  }, this);
-
-  // Add the unique identifier
-  // NOTE: We use all lower-case since Firefox has problems with mixed case in SVG
-  ret.push('data-bindattr-' + dataId + '="' + dataId + '"');
-  return new EmberHandlebars.SafeString(ret.join(' '));
-});
-
-/**
-  @private
-
-  Helper that, given a space-separated string of property paths and a context,
-  returns an array of class names. Calling this method also has the side
-  effect of setting up observers at those property paths, such that if they
-  change, the correct class name will be reapplied to the DOM element.
-
-  For example, if you pass the string "fooBar", it will first look up the
-  "fooBar" value of the context. If that value is true, it will add the
-  "foo-bar" class to the current element (i.e., the dasherized form of
-  "fooBar"). If the value is a string, it will add that string as the class.
-  Otherwise, it will not add any new class name.
-
-  @method bindClasses
-  @for Ember.Handlebars
-  @param {Ember.Object} context The context from which to lookup properties
-  @param {String} classBindings A string, space-separated, of class bindings to use
-  @param {Ember.View} view The view in which observers should look for the element to update
-  @param {Srting} bindAttrId Optional bindAttr id used to lookup elements
-  @return {Array} An array of class names to add
-*/
-EmberHandlebars.bindClasses = function(context, classBindings, view, bindAttrId, options) {
-  var ret = [], newClass, value, elem;
-
-  // Helper method to retrieve the property from the context and
-  // determine which class string to return, based on whether it is
-  // a Boolean or not.
-  var classStringForPath = function(root, parsedPath, options) {
-    var val,
-        path = parsedPath.path;
-
-    if (path === 'this') {
-      val = root;
-    } else if (path === '') {
-      val = true;
-    } else {
-      val = handlebarsGet(root, path, options);
-    }
-
-    return Ember.View._classStringForValue(path, val, parsedPath.className, parsedPath.falsyClassName);
-  };
-
-  // For each property passed, loop through and setup
-  // an observer.
-  forEach.call(classBindings.split(' '), function(binding) {
-
-    // Variable in which the old class value is saved. The observer function
-    // closes over this variable, so it knows which string to remove when
-    // the property changes.
-    var oldClass;
-
-    var observer, invoker;
-
-    var parsedPath = Ember.View._parsePropertyPath(binding),
-        path = parsedPath.path,
-        pathRoot = context,
-        normalized;
-
-    if (path !== '' && path !== 'this') {
-      normalized = normalizePath(context, path, options.data);
-
-      pathRoot = normalized.root;
-      path = normalized.path;
-    }
-
-    // Set up an observer on the context. If the property changes, toggle the
-    // class name.
-    observer = function() {
-      // Get the current value of the property
-      newClass = classStringForPath(pathRoot, parsedPath, options);
-      elem = bindAttrId ? view.$("[data-bindattr-" + bindAttrId + "='" + bindAttrId + "']") : view.$();
-
-      // If we can't find the element anymore, a parent template has been
-      // re-rendered and we've been nuked. Remove the observer.
-      if (!elem || elem.length === 0) {
-        Ember.removeObserver(pathRoot, path, invoker);
-      } else {
-        // If we had previously added a class to the element, remove it.
-        if (oldClass) {
-          elem.removeClass(oldClass);
-        }
-
-        // If necessary, add a new class. Make sure we keep track of it so
-        // it can be removed in the future.
-        if (newClass) {
-          elem.addClass(newClass);
-          oldClass = newClass;
-        } else {
-          oldClass = null;
-        }
-      }
-    };
-
-    invoker = function() {
-      Ember.run.scheduleOnce('render', observer);
-    };
-
-    if (path !== '' && path !== 'this') {
-      Ember.addObserver(pathRoot, path, invoker);
-
-      view.one('willClearRender', function() {
-        Ember.removeObserver(pathRoot, path, invoker);
-      });
-    }
-
-    // We've already setup the observer; now we just need to figure out the
-    // correct behavior right now on the first pass through.
-    value = classStringForPath(pathRoot, parsedPath, options);
-
-    if (value) {
-      ret.push(value);
-
-      // Make sure we save the current value so that it can be removed if the
-      // observer fires.
-      oldClass = value;
-    }
-  });
-
-  return ret;
-};
-
-
-})();
-
-
-
-(function() {
-/*globals Handlebars */
-
-// TODO: Don't require the entire module
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-var PARENT_VIEW_PATH = /^parentView\./;
-var EmberHandlebars = Ember.Handlebars;
-
-EmberHandlebars.ViewHelper = Ember.Object.create({
-
-  propertiesFromHTMLOptions: function(options, thisContext) {
-    var hash = options.hash, data = options.data;
-    var extensions = {},
-        classes = hash['class'],
-        dup = false;
-
-    if (hash.id) {
-      extensions.elementId = hash.id;
-      dup = true;
-    }
-
-    if (classes) {
-      classes = classes.split(' ');
-      extensions.classNames = classes;
-      dup = true;
-    }
-
-    if (hash.classBinding) {
-      extensions.classNameBindings = hash.classBinding.split(' ');
-      dup = true;
-    }
-
-    if (hash.classNameBindings) {
-      if (extensions.classNameBindings === undefined) extensions.classNameBindings = [];
-      extensions.classNameBindings = extensions.classNameBindings.concat(hash.classNameBindings.split(' '));
-      dup = true;
-    }
-
-    if (hash.attributeBindings) {
-      Ember.assert("Setting 'attributeBindings' via Handlebars is not allowed. Please subclass Ember.View and set it there instead.");
-      extensions.attributeBindings = null;
-      dup = true;
-    }
-
-    if (dup) {
-      hash = Ember.$.extend({}, hash);
-      delete hash.id;
-      delete hash['class'];
-      delete hash.classBinding;
-    }
-
-    // Set the proper context for all bindings passed to the helper. This applies to regular attribute bindings
-    // as well as class name bindings. If the bindings are local, make them relative to the current context
-    // instead of the view.
-    var path;
-
-    // Evaluate the context of regular attribute bindings:
-    for (var prop in hash) {
-      if (!hash.hasOwnProperty(prop)) { continue; }
-
-      // Test if the property ends in "Binding"
-      if (Ember.IS_BINDING.test(prop) && typeof hash[prop] === 'string') {
-        path = this.contextualizeBindingPath(hash[prop], data);
-        if (path) { hash[prop] = path; }
-      }
-    }
-
-    // Evaluate the context of class name bindings:
-    if (extensions.classNameBindings) {
-      for (var b in extensions.classNameBindings) {
-        var full = extensions.classNameBindings[b];
-        if (typeof full === 'string') {
-          // Contextualize the path of classNameBinding so this:
-          //
-          //     classNameBinding="isGreen:green"
-          //
-          // is converted to this:
-          //
-          //     classNameBinding="bindingContext.isGreen:green"
-          var parsedPath = Ember.View._parsePropertyPath(full);
-          path = this.contextualizeBindingPath(parsedPath.path, data);
-          if (path) { extensions.classNameBindings[b] = path + parsedPath.classNames; }
-        }
-      }
-    }
-
-    // Make the current template context available to the view
-    // for the bindings set up above.
-    extensions.bindingContext = thisContext;
-
-    return Ember.$.extend(hash, extensions);
-  },
-
-  // Transform bindings from the current context to a context that can be evaluated within the view.
-  // Returns null if the path shouldn't be changed.
-  //
-  // TODO: consider the addition of a prefix that would allow this method to return `path`.
-  contextualizeBindingPath: function(path, data) {
-    var normalized = Ember.Handlebars.normalizePath(null, path, data);
-    if (normalized.isKeyword) {
-      return 'templateData.keywords.' + path;
-    } else if (Ember.isGlobalPath(path)) {
-      return null;
-    } else if (path === 'this') {
-      return 'bindingContext';
-    } else {
-      return 'bindingContext.' + path;
-    }
-  },
-
-  helper: function(thisContext, path, options) {
-    var inverse = options.inverse,
-        data = options.data,
-        view = data.view,
-        fn = options.fn,
-        hash = options.hash,
-        newView;
-
-    if ('string' === typeof path) {
-      newView = EmberHandlebars.get(thisContext, path, options);
-      Ember.assert("Unable to find view at path '" + path + "'", !!newView);
-    } else {
-      newView = path;
-    }
-
-    Ember.assert(Ember.String.fmt('You must pass a view class to the #view helper, not %@ (%@)', [path, newView]), Ember.View.detect(newView));
-
-    var viewOptions = this.propertiesFromHTMLOptions(options, thisContext);
-    var currentView = data.view;
-    viewOptions.templateData = options.data;
-
-    if (fn) {
-      Ember.assert("You cannot provide a template block if you also specified a templateName", !get(viewOptions, 'templateName') && !get(newView.proto(), 'templateName'));
-      viewOptions.template = fn;
-    }
-
-    // We only want to override the `_context` computed property if there is
-    // no specified controller. See View#_context for more information.
-    if (!newView.proto().controller && !newView.proto().controllerBinding && !viewOptions.controller && !viewOptions.controllerBinding) {
-      viewOptions._context = thisContext;
-    }
-
-    currentView.appendChild(newView, viewOptions);
-  }
-});
-
-/**
-  `{{view}}` inserts a new instance of `Ember.View` into a template passing its options
-  to the `Ember.View`'s `create` method and using the supplied block as the view's own template.
-
-  An empty `<body>` and the following template:
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    A span:
-    {{#view tagName="span"}}
-      hello.
-    {{/view}}
-  </script>
-  ```
-
-  Will result in HTML structure:
-
-  ``` html
-  <body>
-    <!-- Note: the handlebars template script 
-         also results in a rendered Ember.View
-         which is the outer <div> here -->
-
-    <div class="ember-view">
-      A span:
-      <span id="ember1" class="ember-view">
-        Hello.
-      </span>
-    </div>
-  </body>
-  ```
-
-  ### parentView setting
-
-  The `parentView` property of the new `Ember.View` instance created through `{{view}}`
-  will be set to the `Ember.View` instance of the template where `{{view}}` was called.
-
-  ``` javascript
-  aView = Ember.View.create({
-    template: Ember.Handlebars.compile("{{#view}} my parent: {{parentView.elementId}} {{/view}}")
-  });
-
-  aView.appendTo('body');
-  ```
-    
-  Will result in HTML structure:
-
-  ``` html
-  <div id="ember1" class="ember-view">
-    <div id="ember2" class="ember-view">
-      my parent: ember1
-    </div>
-  </div>
-  ```
-
-  ### Setting CSS id and class attributes
-
-  The HTML `id` attribute can be set on the `{{view}}`'s resulting element with the `id` option.
-  This option will _not_ be passed to `Ember.View.create`.
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    {{#view tagName="span" id="a-custom-id"}}
-      hello.
-    {{/view}}
-  </script>
-  ```
-
-  Results in the following HTML structure:
-
-  ``` html
-  <div class="ember-view">
-    <span id="a-custom-id" class="ember-view">
-      hello.
-    </span>
-  </div>
-  ```
-
-  The HTML `class` attribute can be set on the `{{view}}`'s resulting element with
-  the `class` or `classNameBindings` options. The `class` option
-  will directly set the CSS `class` attribute and will not be passed to
-  `Ember.View.create`. `classNameBindings` will be passed to `create` and use
-  `Ember.View`'s class name binding functionality:
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    {{#view tagName="span" class="a-custom-class"}}
-      hello.
-    {{/view}}
-  </script>
-  ```
-
-  Results in the following HTML structure:
-
-  ``` html
-  <div class="ember-view">
-    <span id="ember2" class="ember-view a-custom-class">
-      hello.
-    </span>
-  </div>
-  ```
-
-  ### Supplying a different view class
-
-  `{{view}}` can take an optional first argument before its supplied options to specify a
-  path to a custom view class.
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    {{#view "MyApp.CustomView"}}
-      hello.
-    {{/view}}
-  </script>
-  ```
-
-  The first argument can also be a relative path. Ember will search for the view class
-  starting at the `Ember.View` of the template where `{{view}}` was used as the root object:
-
-  ``` javascript
-  MyApp = Ember.Application.create({});
-  MyApp.OuterView = Ember.View.extend({
-    innerViewClass: Ember.View.extend({
-      classNames: ['a-custom-view-class-as-property']
-    }),
-    template: Ember.Handlebars.compile('{{#view "innerViewClass"}} hi {{/view}}')
-  });
-
-  MyApp.OuterView.create().appendTo('body');
-  ```
-
-  Will result in the following HTML:
-
-  ``` html
-  <div id="ember1" class="ember-view">
-    <div id="ember2" class="ember-view a-custom-view-class-as-property"> 
-      hi
-    </div>
-  </div>
-  ```
-
-  ### Blockless use
-
-  If you supply a custom `Ember.View` subclass that specifies its own template
-  or provide a `templateName` option to `{{view}}` it can be used without supplying a block.
-  Attempts to use both a `templateName` option and supply a block will throw an error.
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    {{view "MyApp.ViewWithATemplateDefined"}}
-  </script>
-  ```
-
-  ### viewName property
-
-  You can supply a `viewName` option to `{{view}}`. The `Ember.View` instance will
-  be referenced as a property of its parent view by this name.
-
-  ``` javascript
-  aView = Ember.View.create({
-    template: Ember.Handlebars.compile('{{#view viewName="aChildByName"}} hi {{/view}}')
-  });
-
-  aView.appendTo('body');
-  aView.get('aChildByName') // the instance of Ember.View created by {{view}} helper
-  ```
-
-  @method view
-  @for Ember.Handlebars.helpers
-  @param {String} path
-  @param {Hash} options
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('view', function(path, options) {
-  Ember.assert("The view helper only takes a single argument", arguments.length <= 2);
-
-  // If no path is provided, treat path param as options.
-  if (path && path.data && path.data.isRenderData) {
-    options = path;
-    path = "Ember.View";
-  }
-
-  return EmberHandlebars.ViewHelper.helper(this, path, options);
-});
-
-
-})();
-
-
-
-(function() {
-/*globals Handlebars */
-
-// TODO: Don't require all of this module
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, handlebarsGet = Ember.Handlebars.get, fmt = Ember.String.fmt;
-
-/**
-  `{{collection}}` is a `Ember.Handlebars` helper for adding instances of
-  `Ember.CollectionView` to a template.  See `Ember.CollectionView` for additional
-  information on how a `CollectionView` functions.
-
-  `{{collection}}`'s primary use is as a block helper with a `contentBinding` option
-  pointing towards an `Ember.Array`-compatible object.  An `Ember.View` instance will
-  be created for each item in its `content` property. Each view will have its own
-  `content` property set to the appropriate item in the collection.
-
-  The provided block will be applied as the template for each item's view.
-
-  Given an empty `<body>` the following template:
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    {{#collection contentBinding="App.items"}}
-      Hi {{view.content.name}}
-    {{/collection}}
-  </script>
-  ```
-
-  And the following application code
-
-  ``` javascript
-  App = Ember.Application.create()
-  App.items = [
-    Ember.Object.create({name: 'Dave'}),
-    Ember.Object.create({name: 'Mary'}),
-    Ember.Object.create({name: 'Sara'})
-  ]
-  ```
-
-  Will result in the HTML structure below
-
-  ``` html
-  <div class="ember-view">
-    <div class="ember-view">Hi Dave</div>
-    <div class="ember-view">Hi Mary</div>
-    <div class="ember-view">Hi Sara</div>
-  </div>
-  ```
-
-  ### Blockless Use
-  If you provide an `itemViewClass` option that has its own `template` you can omit
-  the block.
-
-  The following template:
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    {{collection contentBinding="App.items" itemViewClass="App.AnItemView"}}
-  </script>
-  ```
-
-  And application code
-
-  ``` javascript
-  App = Ember.Application.create();
-  App.items = [
-    Ember.Object.create({name: 'Dave'}),
-    Ember.Object.create({name: 'Mary'}),
-    Ember.Object.create({name: 'Sara'})
-  ];
-
-  App.AnItemView = Ember.View.extend({
-    template: Ember.Handlebars.compile("Greetings {{view.content.name}}")
-  });
-  ```
-
-  Will result in the HTML structure below
-
-  ``` html
-  <div class="ember-view">
-    <div class="ember-view">Greetings Dave</div>
-    <div class="ember-view">Greetings Mary</div>
-    <div class="ember-view">Greetings Sara</div>
-  </div>
-  ```
-
-  ### Specifying a CollectionView subclass
-
-  By default the `{{collection}}` helper will create an instance of `Ember.CollectionView`.
-  You can supply a `Ember.CollectionView` subclass to the helper by passing it
-  as the first argument:
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    {{#collection App.MyCustomCollectionClass contentBinding="App.items"}}
-      Hi {{view.content.name}}
-    {{/collection}}
-  </script>
-  ```
-
-
-  ### Forwarded `item.*`-named Options
-
-  As with the `{{view}}`, helper options passed to the `{{collection}}` will be set on
-  the resulting `Ember.CollectionView` as properties. Additionally, options prefixed with
-  `item` will be applied to the views rendered for each item (note the camelcasing):
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    {{#collection contentBinding="App.items"
-                  itemTagName="p"
-                  itemClassNames="greeting"}}
-      Howdy {{view.content.name}}
-    {{/collection}}
-  </script>
-  ```
-
-  Will result in the following HTML structure:
-
-  ``` html
-  <div class="ember-view">
-    <p class="ember-view greeting">Howdy Dave</p>
-    <p class="ember-view greeting">Howdy Mary</p>
-    <p class="ember-view greeting">Howdy Sara</p>
-  </div>
-  ```
-
-  @method collection
-  @for Ember.Handlebars.helpers
-  @param {String} path
-  @param {Hash} options
-  @return {String} HTML string
-  @deprecated Use `{{each}}` helper instead.
-*/
-Ember.Handlebars.registerHelper('collection', function(path, options) {
-  Ember.deprecate("Using the {{collection}} helper without specifying a class has been deprecated as the {{each}} helper now supports the same functionality.", path !== 'collection');
-
-  // If no path is provided, treat path param as options.
-  if (path && path.data && path.data.isRenderData) {
-    options = path;
-    path = undefined;
-    Ember.assert("You cannot pass more than one argument to the collection helper", arguments.length === 1);
-  } else {
-    Ember.assert("You cannot pass more than one argument to the collection helper", arguments.length === 2);
-  }
-
-  var fn = options.fn;
-  var data = options.data;
-  var inverse = options.inverse;
-
-  // If passed a path string, convert that into an object.
-  // Otherwise, just default to the standard class.
-  var collectionClass;
-  collectionClass = path ? handlebarsGet(this, path, options) : Ember.CollectionView;
-  Ember.assert(fmt("%@ #collection: Could not find collection class %@", [data.view, path]), !!collectionClass);
-
-  var hash = options.hash, itemHash = {}, match;
-
-  // Extract item view class if provided else default to the standard class
-  var itemViewClass, itemViewPath = hash.itemViewClass;
-  var collectionPrototype = collectionClass.proto();
-  delete hash.itemViewClass;
-  itemViewClass = itemViewPath ? handlebarsGet(collectionPrototype, itemViewPath, options) : collectionPrototype.itemViewClass;
-  Ember.assert(fmt("%@ #collection: Could not find itemViewClass %@", [data.view, itemViewPath]), !!itemViewClass);
-
-  // Go through options passed to the {{collection}} helper and extract options
-  // that configure item views instead of the collection itself.
-  for (var prop in hash) {
-    if (hash.hasOwnProperty(prop)) {
-      match = prop.match(/^item(.)(.*)$/);
-
-      if(match) {
-        // Convert itemShouldFoo -> shouldFoo
-        itemHash[match[1].toLowerCase() + match[2]] = hash[prop];
-        // Delete from hash as this will end up getting passed to the
-        // {{view}} helper method.
-        delete hash[prop];
-      }
-    }
-  }
-
-  var tagName = hash.tagName || collectionPrototype.tagName;
-
-  if (fn) {
-    itemHash.template = fn;
-    delete options.fn;
-  }
-
-  var emptyViewClass;
-  if (inverse && inverse !== Handlebars.VM.noop) {
-    emptyViewClass = get(collectionPrototype, 'emptyViewClass');
-    emptyViewClass = emptyViewClass.extend({
-          template: inverse,
-          tagName: itemHash.tagName
-    });
-  } else if (hash.emptyViewClass) {
-    emptyViewClass = handlebarsGet(this, hash.emptyViewClass, options);
-  }
-  hash.emptyView = emptyViewClass;
-
-  if (hash.eachHelper === 'each') {
-    itemHash._context = Ember.computed(function() {
-      return get(this, 'content');
-    }).property('content');
-    delete hash.eachHelper;
-  }
-
-  var viewOptions = Ember.Handlebars.ViewHelper.propertiesFromHTMLOptions({ data: data, hash: itemHash }, this);
-  hash.itemViewClass = itemViewClass.extend(viewOptions);
-
-  return Ember.Handlebars.helpers.view.call(this, collectionClass, options);
-});
-
-
-})();
-
-
-
-(function() {
-/*globals Handlebars */
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var handlebarsGet = Ember.Handlebars.get;
-
-/**
-  `unbound` allows you to output a property without binding. *Important:* The
-  output will not be updated if the property changes. Use with caution.
-
-  ``` handlebars
-  <div>{{unbound somePropertyThatDoesntChange}}</div>
-  ```
-
-  @method unbound
-  @for Ember.Handlebars.helpers
-  @param {String} property
-  @return {String} HTML string
-*/
-Ember.Handlebars.registerHelper('unbound', function(property, fn) {
-  var context = (fn.contexts && fn.contexts[0]) || this;
-  return handlebarsGet(context, property, fn);
-});
-
-})();
-
-
-
-(function() {
-/*jshint debug:true*/
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var handlebarsGet = Ember.Handlebars.get, normalizePath = Ember.Handlebars.normalizePath;
-
-/**
-  `log` allows you to output the value of a value in the current rendering
-  context.
-
-  ``` handlebars
-  {{log myVariable}}
-  ```
-
-  @method log
-  @for Ember.Handlebars.helpers
-  @param {String} property
-*/
-Ember.Handlebars.registerHelper('log', function(property, options) {
-  var context = (options.contexts && options.contexts[0]) || this,
-      normalized = normalizePath(context, property, options.data),
-      pathRoot = normalized.root,
-      path = normalized.path,
-      value = (path === 'this') ? pathRoot : handlebarsGet(pathRoot, path, options);
-  Ember.Logger.log(value);
-});
-
-/**
-  The `debugger` helper executes the `debugger` statement in the current
-  context.
-
-  ``` handlebars
-  {{debugger}}
-  ```
-
-  @method debugger
-  @for Ember.Handlebars.helpers
-  @param {String} property
-*/
-Ember.Handlebars.registerHelper('debugger', function() {
-  debugger;
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-Ember.Handlebars.EachView = Ember.CollectionView.extend(Ember._Metamorph, {
-  itemViewClass: Ember._MetamorphView,
-  emptyViewClass: Ember._MetamorphView,
-
-  createChildView: function(view, attrs) {
-    view = this._super(view, attrs);
-
-    // At the moment, if a container view subclass wants
-    // to insert keywords, it is responsible for cloning
-    // the keywords hash. This will be fixed momentarily.
-    var keyword = get(this, 'keyword');
-
-    if (keyword) {
-      var data = get(view, 'templateData');
-
-      data = Ember.copy(data);
-      data.keywords = view.cloneKeywords();
-      set(view, 'templateData', data);
-
-      var content = get(view, 'content');
-
-      // In this case, we do not bind, because the `content` of
-      // a #each item cannot change.
-      data.keywords[keyword] = content;
-    }
-
-    return view;
-  }
-});
-
-/**
-  The `{{#each}}` helper loops over elements in a collection, rendering its block once for each item:
-
-  ``` javascript
-  Developers = [{name: 'Yehuda'},{name: 'Tom'}, {name: 'Paul'}];
-  ```
-
-  ``` handlebars
-  {{#each Developers}}
-    {{name}}
-  {{/each}}
-  ```
-
-  `{{each}}` supports an alternative syntax with element naming:
-
-  ``` handlebars
-  {{#each person in Developers}}
-    {{person.name}}
-  {{/each}}
-  ```
-
-  When looping over objects that do not have properties, `{{this}}` can be used to render the object:
-
-  ``` javascript
-  DeveloperNames = ['Yehuda', 'Tom', 'Paul']
-  ```
-
-  ``` handlebars
-  {{#each DeveloperNames}}
-    {{this}}
-  {{/each}}
-  ```
-
-  ### Blockless Use
-
-  If you provide an `itemViewClass` option that has its own `template` you can omit
-  the block in a similar way to how it can be done with the collection helper.
-
-  The following template:
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    {{#view App.MyView }}
-      {{each view.items itemViewClass="App.AnItemView"}} 
-    {{/view}}
-  </script>
-  ```
-
-  And application code
-
-  ``` javascript
-  App = Ember.Application.create({
-    MyView: Ember.View.extend({
-      items: [
-        Ember.Object.create({name: 'Dave'}),
-        Ember.Object.create({name: 'Mary'}),
-        Ember.Object.create({name: 'Sara'})
-      ]
-    })
-  });
-
-  App.AnItemView = Ember.View.extend({
-    template: Ember.Handlebars.compile("Greetings {{name}}")
-  });
-      
-  App.initialize();
-  ```
-      
-  Will result in the HTML structure below
-
-  ``` html
-  <div class="ember-view">
-    <div class="ember-view">Greetings Dave</div>
-    <div class="ember-view">Greetings Mary</div>
-    <div class="ember-view">Greetings Sara</div>
-  </div>
-  ```
-
-
-  @method each
-  @for Ember.Handlebars.helpers
-  @param [name] {String} name for item (used with `in`)
-  @param path {String} path
-*/
-Ember.Handlebars.registerHelper('each', function(path, options) {
-  if (arguments.length === 4) {
-    Ember.assert("If you pass more than one argument to the each helper, it must be in the form #each foo in bar", arguments[1] === "in");
-
-    var keywordName = arguments[0];
-
-    options = arguments[3];
-    path = arguments[2];
-    if (path === '') { path = "this"; }
-
-    options.hash.keyword = keywordName;
-  } else {
-    options.hash.eachHelper = 'each';
-  }
-
-  options.hash.contentBinding = path;
-  // Set up emptyView as a metamorph with no tag
-  //options.hash.emptyViewClass = Ember._MetamorphView;
-
-  return Ember.Handlebars.helpers.collection.call(this, 'Ember.Handlebars.EachView', options);
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-/**
-  `template` allows you to render a template from inside another template.
-  This allows you to re-use the same template in multiple places. For example:
-
-  ``` handlebars
-  <script type="text/x-handlebars">
-    {{#with loggedInUser}}
-      Last Login: {{lastLogin}}
-      User Info: {{template "user_info"}}
-    {{/with}}
-  </script>
-
-  <script type="text/x-handlebars" data-template-name="user_info">
-    Name: <em>{{name}}</em>
-    Karma: <em>{{karma}}</em>
-  </script>
-  ```
-
-  This helper looks for templates in the global Ember.TEMPLATES hash. If you
-  add &lt;script&gt; tags to your page with the `data-template-name` attribute set,
-  they will be compiled and placed in this hash automatically.
-
-  You can also manually register templates by adding them to the hash:
-
-  ``` javascript
-  Ember.TEMPLATES["my_cool_template"] = Ember.Handlebars.compile('<b>{{user}}</b>');
-  ```
-
-  @method template
-  @for Ember.Handlebars.helpers
-  @param {String} templateName the template to render
-*/
-
-Ember.Handlebars.registerHelper('template', function(name, options) {
-  var template = Ember.TEMPLATES[name];
-
-  Ember.assert("Unable to find template with name '"+name+"'.", !!template);
-
-  Ember.TEMPLATES[name](this, { data: options.data });
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var EmberHandlebars = Ember.Handlebars,
-    handlebarsGet = EmberHandlebars.get,
-    get = Ember.get,
-    a_slice = Array.prototype.slice;
-
-var ActionHelper = EmberHandlebars.ActionHelper = {
-  registeredActions: {}
-};
-
-ActionHelper.registerAction = function(actionName, options) {
-  var actionId = (++Ember.uuid).toString();
-
-  ActionHelper.registeredActions[actionId] = {
-    eventName: options.eventName,
-    handler: function(event) {
-      var modifier = event.shiftKey || event.metaKey || event.altKey || event.ctrlKey,
-          secondaryClick = event.which > 1, // IE9 may return undefined
-          nonStandard = modifier || secondaryClick;
-
-      if (options.link && nonStandard) {
-        // Allow the browser to handle special link clicks normally
-        return;
-      }
-
-      event.preventDefault();
-
-      event.view = options.view;
-
-      if (options.hasOwnProperty('context')) {
-        event.context = options.context;
-      }
-
-      if (options.hasOwnProperty('contexts')) {
-        event.contexts = options.contexts;
-      }
-
-      var target = options.target;
-
-      // Check for StateManager (or compatible object)
-      if (target.isState && typeof target.send === 'function') {
-        return target.send(actionName, event);
-      } else {
-        Ember.assert(Ember.String.fmt('Target %@ does not have action %@', [target, actionName]), target[actionName]);
-        return target[actionName].call(target, event);
-      }
-    }
-  };
-
-  options.view.on('willClearRender', function() {
-    delete ActionHelper.registeredActions[actionId];
-  });
-
-  return actionId;
-};
-
-/**
-  The `{{action}}` helper registers an HTML element within a template for
-  DOM event handling and forwards that interaction to the view's `controller.target`
-  or supplied `target` option (see 'Specifying a Target'). By default the
-  `controller.target` is set to the Application's router.
-
-  User interaction with that element will invoke the supplied action name on
-  the appropriate target.
-
-  Given the following Handlebars template on the page
-
-  ``` handlebars
-  <script type="text/x-handlebars" data-template-name='a-template'>
-    <div {{action anActionName target="view"}}>
-      click me
-    </div>
-  </script>
-  ```
-
-  And application code
-
-  ``` javascript
-  AView = Ember.View.extend({
-    templateName: 'a-template',
-    anActionName: function(event){}
-  });
-
-  aView = AView.create();
-  aView.appendTo('body');
-  ```
-
-  Will results in the following rendered HTML
-
-  ``` html
-  <div class="ember-view">
-    <div data-ember-action="1">
-      click me
-    </div>
-  </div>
-  ```
-
-  Clicking "click me" will trigger the `anActionName` method of the `aView`
-  object with a  `jQuery.Event` object as its argument. The `jQuery.Event`
-  object will be extended to include a `view` property that is set to the
-  original view interacted with (in this case the `aView` object).
-
-  ### Event Propagation
-
-  Events triggered through the action helper will automatically have
-  `.preventDefault()` called on them. You do not need to do so in your event
-  handlers. To stop propagation of the event, simply return `false` from your
-  handler.
-
-  If you need the default handler to trigger you should either register your
-  own event handler, or use event methods on your view class. See Ember.View
-  'Responding to Browser Events' for more information.
-
-  ### Specifying DOM event type
-
-  By default the `{{action}}` helper registers for DOM `click` events. You can
-  supply an `on` option to the helper to specify a different DOM event name:
-
-  ``` handlebars
-  <script type="text/x-handlebars" data-template-name='a-template'>
-    <div {{action anActionName on="doubleClick"}}>
-      click me
-    </div>
-  </script>
-  ```
-
-  See Ember.View 'Responding to Browser Events' for a list of
-  acceptable DOM event names.
-
-  Because `{{action}}` depends on Ember's event dispatch system it will only
-  function if an `Ember.EventDispatcher` instance is available. An
-  `Ember.EventDispatcher` instance will be created when a new
-  `Ember.Application` is created. Having an instance of `Ember.Application`
-  will satisfy this requirement.
-
-
-  ### Specifying a Target
-
-  There are several possible target objects for `{{action}}` helpers:
-
-  In a typical `Ember.Router`-backed Application where views are managed
-  through use of the `{{outlet}}` helper, actions will be forwarded to the
-  current state of the Applications's Router. See Ember.Router 'Responding
-  to User-initiated Events' for more information.
-
-  If you manually set the `target` property on the controller of a template's
-  `Ember.View` instance, the specifed `controller.target` will become the target
-  for any actions. Likely custom values for a controller's `target` are the
-  controller itself or a StateManager other than the Application's Router.
-
-  If the templates's view lacks a controller property the view itself is the target.
-
-  Finally, a `target` option can be provided to the helper to change which object
-  will receive the method call. This option must be a string representing a
-  path to an object:
-
-  ``` handlebars
-  <script type="text/x-handlebars" data-template-name='a-template'>
-    <div {{action anActionName target="MyApplication.someObject"}}>
-      click me
-    </div>
-  </script>
-  ```
-
-  Clicking "click me" in the rendered HTML of the above template will trigger
-  the  `anActionName` method of the object at `MyApplication.someObject`.
-  The first argument to this method will be a `jQuery.Event` extended to
-  include a `view` property that is set to the original view interacted with.
-
-  A path relative to the template's `Ember.View` instance can also be used as
-  a target:
-
-  ``` handlebars
-  <script type="text/x-handlebars" data-template-name='a-template'>
-    <div {{action anActionName target="parentView"}}>
-      click me
-    </div>
-  </script>
-  ```
-
-  Clicking "click me" in the rendered HTML of the above template will trigger
-  the `anActionName` method of the view's parent view.
-
-  The `{{action}}` helper is `Ember.StateManager` aware. If the target of the
-  action is an `Ember.StateManager` instance `{{action}}` will use the `send`
-  functionality of StateManagers. The documentation for `Ember.StateManager`
-  has additional information about this use.
-
-  If an action's target does not implement a method that matches the supplied
-  action name an error will be thrown.
-
-  ``` handlebars
-  <script type="text/x-handlebars" data-template-name='a-template'>
-    <div {{action aMethodNameThatIsMissing}}>
-      click me
-    </div>
-  </script>
-  ```
-
-  With the following application code
-
-  ``` javascript
-  AView = Ember.View.extend({
-    templateName; 'a-template',
-    // note: no method 'aMethodNameThatIsMissing'
-    anActionName: function(event){}
-  });
-
-  aView = AView.create();
-  aView.appendTo('body');
-  ```
-
-  Will throw `Uncaught TypeError: Cannot call method 'call' of undefined` when
-  "click me" is clicked.
-
-  ### Specifying a context
-
-  You may optionally specify objects to pass as contexts to the `{{action}}` helper
-  by providing property paths as the subsequent parameters. These objects are made
-  available as the `contexts` (also `context` if there is only one) properties in the
-  `jQuery.Event` object:
-
-  ``` handlebars
-  <script type="text/x-handlebars" data-template-name='a-template'>
-    {{#each person in people}}
-      <div {{action edit person}}>
-        click me
-      </div>
-    {{/each}}
-  </script>
-  ```
-
-  Clicking "click me" will trigger the `edit` method of the view's context with a
-  `jQuery.Event` object containing the person object as its context.
-
-  @method action
-  @for Ember.Handlebars.helpers
-  @param {String} actionName
-  @param {Object...} contexts
-  @param {Hash} options
-*/
-EmberHandlebars.registerHelper('action', function(actionName) {
-  var options = arguments[arguments.length - 1],
-      contexts = a_slice.call(arguments, 1, -1);
-
-  var hash = options.hash,
-      view = options.data.view,
-      target, controller, link;
-
-  // create a hash to pass along to registerAction
-  var action = {
-    eventName: hash.on || "click"
-  };
-
-  action.view = view = get(view, 'concreteView');
-
-  if (hash.target) {
-    target = handlebarsGet(this, hash.target, options);
-  } else if (controller = options.data.keywords.controller) {
-    target = get(controller, 'target');
-  }
-
-  action.target = target = target || view;
-
-  if (contexts.length) {
-    action.contexts = contexts = Ember.EnumerableUtils.map(contexts, function(context) {
-      return handlebarsGet(this, context, options);
-    }, this);
-    action.context = contexts[0];
-  }
-
-  var output = [], url;
-
-  if (hash.href && target.urlForEvent) {
-    url = target.urlForEvent.apply(target, [actionName].concat(contexts));
-    output.push('href="' + url + '"');
-    action.link = true;
-  }
-
-  var actionId = ActionHelper.registerAction(actionName, action);
-  output.push('data-ember-action="' + actionId + '"');
-
-  return new EmberHandlebars.SafeString(output.join(" "));
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-
-  When used in a Handlebars template that is assigned to an `Ember.View` instance's
-  `layout` property Ember will render the layout template first, inserting the view's
-  own rendered output at the `{{ yield }}` location.
-
-  An empty `<body>` and the following application code:
-
-  ``` javascript
-  AView = Ember.View.extend({
-    classNames: ['a-view-with-layout'],
-    layout: Ember.Handlebars.compile('<div class="wrapper">{{ yield }}</div>'),
-    template: Ember.Handlebars.compile('<span>I am wrapped</span>')
-  });
-
-  aView = AView.create();
-  aView.appendTo('body');
-  ```
-
-  Will result in the following HTML output:
-
-  ``` html
-  <body>
-    <div class='ember-view a-view-with-layout'>
-      <div class="wrapper">
-        <span>I am wrapped</span>
-      </div>
-    </div>
-  </body>
-  ```
-
-  The yield helper cannot be used outside of a template assigned to an `Ember.View`'s `layout` property
-  and will throw an error if attempted.
-
-  ``` javascript
-  BView = Ember.View.extend({
-    classNames: ['a-view-with-layout'],
-    template: Ember.Handlebars.compile('{{yield}}')
-  });
-
-  bView = BView.create();
-  bView.appendTo('body');
-
-  // throws
-  // Uncaught Error: assertion failed: You called yield in a template that was not a layout
-  ```
-
-  @method yield
-  @for Ember.Handlebars.helpers
-  @param {Hash} options
-  @return {String} HTML string
-*/
-Ember.Handlebars.registerHelper('yield', function(options) {
-  var view = options.data.view, template;
-
-  while (view && !get(view, 'layout')) {
-    view = get(view, 'parentView');
-  }
-
-  Ember.assert("You called yield in a template that was not a layout", !!view);
-
-  template = get(view, 'template');
-
-  if (template) { template(this, options); }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-Ember.Handlebars.OutletView = Ember.ContainerView.extend(Ember._Metamorph);
-
-/**
-  The `outlet` helper allows you to specify that the current
-  view's controller will fill in the view for a given area.
-
-  ``` handlebars
-  {{outlet}}
-  ```
-
-  By default, when the the current controller's `view` property changes, the
-  outlet will replace its current view with the new view. You can set the
-  `view` property directly, but it's normally best to use `connectOutlet`.
-
-  ``` javascript
-  # Instantiate App.PostsView and assign to `view`, so as to render into outlet.
-  controller.connectOutlet('posts');
-  ```
-
-  You can also specify a particular name other than `view`:
-
-  ``` handlebars
-  {{outlet masterView}}
-  {{outlet detailView}}
-  ```
-
-  Then, you can control several outlets from a single controller.
-
-  ``` javascript
-  # Instantiate App.PostsView and assign to controller.masterView.
-  controller.connectOutlet('masterView', 'posts');
-  # Also, instantiate App.PostInfoView and assign to controller.detailView.
-  controller.connectOutlet('detailView', 'postInfo');
-  ```
-
-  @method outlet
-  @for Ember.Handlebars.helpers
-  @param {String} property the property on the controller
-    that holds the view for this outlet
-*/
-Ember.Handlebars.registerHelper('outlet', function(property, options) {
-  if (property && property.data && property.data.isRenderData) {
-    options = property;
-    property = 'view';
-  }
-
-  options.hash.currentViewBinding = "view.context." + property;
-
-  return Ember.Handlebars.helpers.view.call(this, Ember.Handlebars.OutletView, options);
-});
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var set = Ember.set, get = Ember.get;
-
-/**
-  The `Ember.Checkbox` view class renders a checkbox [input](https://developer.mozilla.org/en/HTML/Element/Input) 
-  element. It allows for binding an Ember property (`checked`) to the status of the checkbox.
-
-  Example:
-
-  ``` handlebars
-  {{view Ember.Checkbox checkedBinding="receiveEmail"}}
-  ```
-
-  You can add a `label` tag yourself in the template where the Ember.Checkbox is being used.
-
-  ``` html
-  <label>        
-    {{view Ember.Checkbox classNames="applicaton-specific-checkbox"}}
-    Some Title
-  </label>
-  ```
-
-
-  The `checked` attribute of an Ember.Checkbox object should always be set
-  through the Ember object or by interacting with its rendered element representation
-  via the mouse, keyboard, or touch.  Updating the value of the checkbox via jQuery will
-  result in the checked value of the object and its element losing synchronization.
-
-  ## Layout and LayoutName properties
-  Because HTML `input` elements are self closing `layout` and `layoutName` properties will
-  not be applied. See `Ember.View`'s layout section for more information.
-
-  @class Checkbox
-  @namespace Ember
-  @extends Ember.View
-*/
-Ember.Checkbox = Ember.View.extend({
-  classNames: ['ember-checkbox'],
-
-  tagName: 'input',
-
-  attributeBindings: ['type', 'checked', 'disabled', 'tabindex'],
-
-  type: "checkbox",
-  checked: false,
-  disabled: false,
-
-  init: function() {
-    this._super();
-    this.on("change", this, this._updateElementValue);
-  },
-
-  _updateElementValue: function() {
-    set(this, 'checked', this.$().prop('checked'));
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  Shared mixin used by Ember.TextField and Ember.TextArea.
-
-  @class TextSupport
-  @namespace Ember
-  @extends Ember.Mixin
-  @private
-*/
-Ember.TextSupport = Ember.Mixin.create({
-  value: "",
-
-  attributeBindings: ['placeholder', 'disabled', 'maxlength', 'tabindex'],
-  placeholder: null,
-  disabled: false,
-  maxlength: null,
-
-  insertNewline: Ember.K,
-  cancel: Ember.K,
-
-  init: function() {
-    this._super();
-    this.on("focusOut", this, this._elementValueDidChange);
-    this.on("change", this, this._elementValueDidChange);
-    this.on("keyUp", this, this.interpretKeyEvents);
-  },
-
-  interpretKeyEvents: function(event) {
-    var map = Ember.TextSupport.KEY_EVENTS;
-    var method = map[event.keyCode];
-
-    this._elementValueDidChange();
-    if (method) { return this[method](event); }
-  },
-
-  _elementValueDidChange: function() {
-    set(this, 'value', this.$().val());
-  }
-
-});
-
-Ember.TextSupport.KEY_EVENTS = {
-  13: 'insertNewline',
-  27: 'cancel'
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  The `Ember.TextField` view class renders a text
-  [input](https://developer.mozilla.org/en/HTML/Element/Input) element. It
-  allows for binding Ember properties to the text field contents (`value`),
-  live-updating as the user inputs text.
-
-  Example:
-
-  ``` handlebars
-  {{view Ember.TextField valueBinding="firstName"}}
-  ```
-
-  ## Layout and LayoutName properties
-  Because HTML `input` elements are self closing `layout` and `layoutName` properties will
-  not be applied. See `Ember.View`'s layout section for more information.
-
-  ## HTML Attributes
-
-  By default `Ember.TextField` provides support for `type`, `value`, `size`, `placeholder`,
-  `disabled`, `maxlength` and `tabindex` attributes on a textarea. If you need to support
-  more attributes have a look at the `attributeBindings` property in `Ember.View`'s
-  HTML Attributes section.
-
-  To globally add support for additional attributes you can reopen `Ember.TextField` or
-  `Ember.TextSupport`.
-
-  ``` javascript
-  Ember.TextSupport.reopen({
-    attributeBindings: ["required"]
-  })
-  ```
-
-  @class TextField
-  @namespace Ember
-  @extends Ember.View
-  @uses Ember.TextSupport
-*/
-Ember.TextField = Ember.View.extend(Ember.TextSupport,
-  /** @scope Ember.TextField.prototype */ {
-
-  classNames: ['ember-text-field'],
-  tagName: "input",
-  attributeBindings: ['type', 'value', 'size'],
-
-  /**
-    The value attribute of the input element. As the user inputs text, this
-    property is updated live.
-
-    @property value
-    @type String
-    @default ""
-  */
-  value: "",
-
-  /**
-    The type attribute of the input element.
-
-    @property type
-    @type String
-    @default "text"
-  */
-  type: "text",
-
-  /**
-    The size of the text field in characters.
-
-    @property size
-    @type String
-    @default null
-  */
-  size: null
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  @class Button
-  @namespace Ember
-  @extends Ember.View
-  @uses Ember.TargetActionSupport
-  @deprecated
-*/
-Ember.Button = Ember.View.extend(Ember.TargetActionSupport, {
-  classNames: ['ember-button'],
-  classNameBindings: ['isActive'],
-
-  tagName: 'button',
-
-  propagateEvents: false,
-
-  attributeBindings: ['type', 'disabled', 'href', 'tabindex'],
-
-  /**
-    @private
-
-    Overrides TargetActionSupport's targetObject computed
-    property to use Handlebars-specific path resolution.
-
-    @property targetObject
-  */
-  targetObject: Ember.computed(function() {
-    var target = get(this, 'target'),
-        root = get(this, 'context'),
-        data = get(this, 'templateData');
-
-    if (typeof target !== 'string') { return target; }
-
-    return Ember.Handlebars.get(root, target, { data: data });
-  }).property('target'),
-
-  // Defaults to 'button' if tagName is 'input' or 'button'
-  type: Ember.computed(function(key, value) {
-    var tagName = this.get('tagName');
-    if (value !== undefined) { this._type = value; }
-    if (this._type !== undefined) { return this._type; }
-    if (tagName === 'input' || tagName === 'button') { return 'button'; }
-  }).property('tagName'),
-
-  disabled: false,
-
-  // Allow 'a' tags to act like buttons
-  href: Ember.computed(function() {
-    return this.get('tagName') === 'a' ? '#' : null;
-  }).property('tagName'),
-
-  mouseDown: function() {
-    if (!get(this, 'disabled')) {
-      set(this, 'isActive', true);
-      this._mouseDown = true;
-      this._mouseEntered = true;
-    }
-    return get(this, 'propagateEvents');
-  },
-
-  mouseLeave: function() {
-    if (this._mouseDown) {
-      set(this, 'isActive', false);
-      this._mouseEntered = false;
-    }
-  },
-
-  mouseEnter: function() {
-    if (this._mouseDown) {
-      set(this, 'isActive', true);
-      this._mouseEntered = true;
-    }
-  },
-
-  mouseUp: function(event) {
-    if (get(this, 'isActive')) {
-      // Actually invoke the button's target and action.
-      // This method comes from the Ember.TargetActionSupport mixin.
-      this.triggerAction();
-      set(this, 'isActive', false);
-    }
-
-    this._mouseDown = false;
-    this._mouseEntered = false;
-    return get(this, 'propagateEvents');
-  },
-
-  keyDown: function(event) {
-    // Handle space or enter
-    if (event.keyCode === 13 || event.keyCode === 32) {
-      this.mouseDown();
-    }
-  },
-
-  keyUp: function(event) {
-    // Handle space or enter
-    if (event.keyCode === 13 || event.keyCode === 32) {
-      this.mouseUp();
-    }
-  },
-
-  // TODO: Handle proper touch behavior.  Including should make inactive when
-  // finger moves more than 20x outside of the edge of the button (vs mouse
-  // which goes inactive as soon as mouse goes out of edges.)
-
-  touchStart: function(touch) {
-    return this.mouseDown(touch);
-  },
-
-  touchEnd: function(touch) {
-    return this.mouseUp(touch);
-  },
-
-  init: function() {
-    Ember.deprecate("Ember.Button is deprecated and will be removed from future releases. Consider using the `{{action}}` helper.");
-    this._super();
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  The `Ember.TextArea` view class renders a
-  [textarea](https://developer.mozilla.org/en/HTML/Element/textarea) element.
-  It allows for binding Ember properties to the text area contents (`value`),
-  live-updating as the user inputs text.
-
-  ## Layout and LayoutName properties
-
-  Because HTML `textarea` elements do not contain inner HTML the `layout` and `layoutName` 
-  properties will not be applied. See `Ember.View`'s layout section for more information.
-
-  ## HTML Attributes
-
-  By default `Ember.TextArea` provides support for `rows`, `cols`, `placeholder`, `disabled`,
-  `maxlength` and `tabindex` attributes on a textarea. If you need to support  more
-  attributes have a look at the `attributeBindings` property in `Ember.View`'s HTML Attributes section.
-
-  To globally add support for additional attributes you can reopen `Ember.TextArea` or `Ember.TextSupport`.
-
-  ``` javascript
-  Ember.TextSupport.reopen({
-    attributeBindings: ["required"]
-  })
-  ```
-
-  @class TextArea
-  @namespace Ember
-  @extends Ember.View
-  @uses Ember.TextSupport
-*/
-Ember.TextArea = Ember.View.extend(Ember.TextSupport, {
-  classNames: ['ember-text-area'],
-
-  tagName: "textarea",
-  attributeBindings: ['rows', 'cols'],
-  rows: null,
-  cols: null,
-
-  _updateElementValue: Ember.observer(function() {
-    // We do this check so cursor position doesn't get affected in IE
-    var value = get(this, 'value'),
-        $el = this.$();
-    if ($el && value !== $el.val()) {
-      $el.val(value);
-    }
-  }, 'value'),
-
-  init: function() {
-    this._super();
-    this.on("didInsertElement", this, this._updateElementValue);
-  }
-
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-/**
-@class TabContainerView
-@namespace Ember
-@deprecated
-@extends Ember.View
-*/
-Ember.TabContainerView = Ember.View.extend({
-  init: function() {
-    Ember.deprecate("Ember.TabContainerView is deprecated and will be removed from future releases.");
-    this._super();
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get;
-
-/**
-  @class TabPaneView
-  @namespace Ember
-  @extends Ember.View
-  @deprecated
-*/
-Ember.TabPaneView = Ember.View.extend({
-  tabsContainer: Ember.computed(function() {
-    return this.nearestOfType(Ember.TabContainerView);
-  }).property().volatile(),
-
-  isVisible: Ember.computed(function() {
-    return get(this, 'viewName') === get(this, 'tabsContainer.currentView');
-  }).property('tabsContainer.currentView').volatile(),
-
-  init: function() {
-    Ember.deprecate("Ember.TabPaneView is deprecated and will be removed from future releases.");
-    this._super();
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, setPath = Ember.setPath;
-
-/**
-@class TabView
-@namespace Ember
-@extends Ember.View
-@deprecated
-*/
-Ember.TabView = Ember.View.extend({
-  tabsContainer: Ember.computed(function() {
-    return this.nearestInstanceOf(Ember.TabContainerView);
-  }).property().volatile(),
-
-  mouseUp: function() {
-    setPath(this, 'tabsContainer.currentView', get(this, 'value'));
-  },
-
-  init: function() {
-    Ember.deprecate("Ember.TabView is deprecated and will be removed from future releases.");
-    this._super();
-  }
-});
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/*jshint eqeqeq:false */
-
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var set = Ember.set,
-    get = Ember.get,
-    indexOf = Ember.EnumerableUtils.indexOf,
-    indexesOf = Ember.EnumerableUtils.indexesOf,
-    replace = Ember.EnumerableUtils.replace,
-    isArray = Ember.isArray;
-
-/**
-  The Ember.Select view class renders a
-  [select](https://developer.mozilla.org/en/HTML/Element/select) HTML element,
-  allowing the user to choose from a list of options. 
-
-  The text and `value` property of each `<option>` element within the `<select>` element
-  are populated from the objects in the Element.Select's `content` property. The
-  underlying data object of the selected `<option>` is stored in the
-  Element.Select's `value` property.
-
-  ### `content` as an array of Strings
-  The simplest version of an Ember.Select takes an array of strings as its `content` property.
-  The string will be used as both the `value` property and the inner text of each `<option>`
-  element inside the rendered `<select>`.
-
-  Example:
-
-  ``` javascript
-  App.names = ["Yehuda", "Tom"];
-  ```
-
-  ``` handlebars
-  {{view Ember.Select contentBinding="App.names"}}
-  ```
-
-  Would result in the following HTML:
-
-  ``` html
-  <select class="ember-select">
-    <option value="Yehuda">Yehuda</option>
-    <option value="Tom">Tom</option>
-  </select>
-  ```
-
-  You can control which `<option>` is selected through the Ember.Select's
-  `value` property directly or as a binding:
-
-  ``` javascript
-  App.names = Ember.Object.create({
-    selected: 'Tom',
-    content: ["Yehuda", "Tom"]
-  });
-  ```
-
-  ``` handlebars
-  {{view Ember.Select
-         contentBinding="App.names.content"
-         valueBinding="App.names.selected"
-  }}
-  ```
-
-  Would result in the following HTML with the `<option>` for 'Tom' selected:
-
-  ``` html
-  <select class="ember-select">
-    <option value="Yehuda">Yehuda</option>
-    <option value="Tom" selected="selected">Tom</option>
-  </select>
-  ```
-
-  A user interacting with the rendered `<select>` to choose "Yehuda" would update
-  the value of `App.names.selected` to "Yehuda".
-
-  ### `content` as an Array of Objects
-  An Ember.Select can also take an array of JavaScript or Ember objects
-  as its `content` property.
-
-  When using objects you need to tell the Ember.Select which property should be
-  accessed on each object to supply the `value` attribute of the `<option>`
-  and which property should be used to supply the element text.
-
-  The `optionValuePath` option is used to specify the path on each object to
-  the desired property for the `value` attribute.  The `optionLabelPath` 
-  specifies the path on each object to the desired property for the 
-  element's text. Both paths must reference each object itself as 'content':
-
-  ``` javascript
-  App.programmers = [
-      Ember.Object.create({firstName: "Yehuda", id: 1}),
-      Ember.Object.create({firstName: "Tom",    id: 2})
-    ];
-  ```
-
-  ``` handlebars
-  {{view Ember.Select
-         contentBinding="App.programmers"
-         optionValuePath="content.id"
-         optionLabelPath="content.firstName"}}
-  ```
-
-  Would result in the following HTML:
-
-  ``` html
-  <select class="ember-select">
-    <option value>Please Select</option>
-    <option value="1">Yehuda</option>
-    <option value="2">Tom</option>
-  </select>
-  ```
-
-
-  The `value` attribute of the selected `<option>` within an Ember.Select
-  can be bound to a property on another object by providing a
-  `valueBinding` option:
-
-  ``` javascript
-  App.programmers = [
-      Ember.Object.create({firstName: "Yehuda", id: 1}),
-      Ember.Object.create({firstName: "Tom",    id: 2})
-    ];
-
-  App.currentProgrammer = Ember.Object.create({
-    id: 2
-  });
-  ```
-
-  ``` handlebars
-  {{view Ember.Select
-         contentBinding="App.programmers"
-         optionValuePath="content.id"
-         optionLabelPath="content.firstName"
-         valueBinding="App.currentProgrammer.id"}}
-  ```
-
-  Would result in the following HTML with a selected option:
-
-  ``` html
-  <select class="ember-select">
-    <option value>Please Select</option>
-    <option value="1">Yehuda</option>
-    <option value="2" selected="selected">Tom</option>
-  </select>
-  ```
-
-  Interacting with the rendered element by selecting the first option
-  ('Yehuda') will update the `id` value of `App.currentProgrammer`
-  to match the `value` property of the newly selected `<option>`.
-
-  Alternatively, you can control selection through the underlying objects
-  used to render each object providing a `selectionBinding`. When the selected
-  `<option>` is changed, the property path provided to `selectionBinding`
-  will be updated to match the content object of the rendered `<option>`
-  element: 
-
-  ``` javascript
-  App.controller = Ember.Object.create({
-    selectedPerson: null,
-    content: [
-      Ember.Object.create({firstName: "Yehuda", id: 1}),
-      Ember.Object.create({firstName: "Tom",    id: 2})
-    ]
-  });
-  ```
-
-  ``` handlebars
-  {{view Ember.Select
-         contentBinding="App.controller.content"
-         optionValuePath="content.id"
-         optionLabelPath="content.firstName"
-         selectionBinding="App.controller.selectedPerson"}}
-  ```
-
-  Would result in the following HTML with a selected option:
-
-  ``` html
-  <select class="ember-select">
-    <option value>Please Select</option>
-    <option value="1">Yehuda</option>
-    <option value="2" selected="selected">Tom</option>
-  </select>
-  ```
-
-
-  Interacting with the rendered element by selecting the first option
-  ('Yehuda') will update the `selectedPerson` value of `App.controller`
-  to match the content object of the newly selected `<option>`. In this
-  case it is the first object in the `App.content.content` 
-
-  ### Supplying a Prompt
-
-  A `null` value for the Ember.Select's `value` or `selection` property
-  results in there being no `<option>` with a `selected` attribute:
-
-  ``` javascript
-  App.controller = Ember.Object.create({
-    selected: null,
-    content: [
-      "Yehuda",
-      "Tom"
-    ]
-  });
-  ```
-
-  ``` handlebars
-  {{view Ember.Select
-         contentBinding="App.controller.content"
-         valueBinding="App.controller.selected"
-  }}
-  ```
-
-  Would result in the following HTML:
-
-  ``` html
-  <select class="ember-select">
-    <option value="Yehuda">Yehuda</option>
-    <option value="Tom">Tom</option>
-  </select>
-  ```
-
-  Although `App.controller.selected` is `null` and no `<option>`
-  has a `selected` attribute the rendered HTML will display the
-  first item as though it were selected. You can supply a string
-  value for the Ember.Select to display when there is no selection
-  with the `prompt` option:
-
-  ``` javascript
-  App.controller = Ember.Object.create({
-    selected: null,
-    content: [
-      "Yehuda",
-      "Tom"
-    ]
-  });
-  ```
-
-  ``` handlebars
-  {{view Ember.Select
-         contentBinding="App.controller.content"
-         valueBinding="App.controller.selected"
-         prompt="Please select a name"
-  }}
-  ```
-
-  Would result in the following HTML:
-
-  ``` html
-  <select class="ember-select">
-    <option>Please select a name</option>
-    <option value="Yehuda">Yehuda</option>
-    <option value="Tom">Tom</option>
-  </select>
-  ```
-
-  @class Select
-  @namespace Ember
-  @extends Ember.View
-*/
-Ember.Select = Ember.View.extend(
-  /** @scope Ember.Select.prototype */ {
-
-  tagName: 'select',
-  classNames: ['ember-select'],
-  defaultTemplate: Ember.Handlebars.compile('{{#if view.prompt}}<option value>{{view.prompt}}</option>{{/if}}{{#each view.content}}{{view Ember.SelectOption contentBinding="this"}}{{/each}}'),
-  attributeBindings: ['multiple', 'disabled', 'tabindex'],
-
-  /**
-    The `multiple` attribute of the select element. Indicates whether multiple
-    options can be selected.
-
-    @property multiple
-    @type Boolean
-    @default false
-  */
-  multiple: false,
-
-  disabled: false,
-
-  /**
-    The list of options.
-
-    If `optionLabelPath` and `optionValuePath` are not overridden, this should
-    be a list of strings, which will serve simultaneously as labels and values.
-
-    Otherwise, this should be a list of objects. For instance:
-
-        content: Ember.A([
-            { id: 1, firstName: 'Yehuda' },
-            { id: 2, firstName: 'Tom' }
-          ]),
-        optionLabelPath: 'content.firstName',
-        optionValuePath: 'content.id'
-
-    @property content
-    @type Array
-    @default null
-  */
-  content: null,
-
-  /**
-    When `multiple` is false, the element of `content` that is currently
-    selected, if any.
-
-    When `multiple` is true, an array of such elements.
-
-    @property selection
-    @type Object or Array
-    @default null
-  */
-  selection: null,
-
-  /**
-    In single selection mode (when `multiple` is false), value can be used to get
-    the current selection's value or set the selection by it's value.
-
-    It is not currently supported in multiple selection mode.
-
-    @property value
-    @type String
-    @default null
-  */
-  value: Ember.computed(function(key, value) {
-    if (arguments.length === 2) { return value; }
-
-    var valuePath = get(this, 'optionValuePath').replace(/^content\.?/, '');
-    return valuePath ? get(this, 'selection.' + valuePath) : get(this, 'selection');
-  }).property('selection'),
-
-  /**
-    If given, a top-most dummy option will be rendered to serve as a user
-    prompt.
-
-    @property prompt
-    @type String
-    @default null
-  */
-  prompt: null,
-
-  /**
-    The path of the option labels. See `content`.
-
-    @property optionLabelPath
-    @type String
-    @default 'content'
-  */
-  optionLabelPath: 'content',
-
-  /**
-    The path of the option values. See `content`.
-
-    @property optionValuePath
-    @type String
-    @default 'content'
-  */
-  optionValuePath: 'content',
-
-  _change: function() {
-    if (get(this, 'multiple')) {
-      this._changeMultiple();
-    } else {
-      this._changeSingle();
-    }
-  },
-
-  selectionDidChange: Ember.observer(function() {
-    var selection = get(this, 'selection');
-    if (get(this, 'multiple')) {
-      if (!isArray(selection)) {
-        set(this, 'selection', Ember.A([selection]));
-        return;
-      }
-      this._selectionDidChangeMultiple();
-    } else {
-      this._selectionDidChangeSingle();
-    }
-  }, 'selection.@each'),
-
-  valueDidChange: Ember.observer(function() {
-    var content = get(this, 'content'),
-        value = get(this, 'value'),
-        valuePath = get(this, 'optionValuePath').replace(/^content\.?/, ''),
-        selectedValue = (valuePath ? get(this, 'selection.' + valuePath) : get(this, 'selection')),
-        selection;
-
-    if (value !== selectedValue) {
-      selection = content.find(function(obj) {
-        return value === (valuePath ? get(obj, valuePath) : obj);
-      });
-
-      this.set('selection', selection);
-    }
-  }, 'value'),
-
-
-  _triggerChange: function() {
-    var selection = get(this, 'selection');
-    var value = get(this, 'value');
-
-    if (selection) { this.selectionDidChange(); }
-    if (value) { this.valueDidChange(); }
-
-    this._change();
-  },
-
-  _changeSingle: function() {
-    var selectedIndex = this.$()[0].selectedIndex,
-        content = get(this, 'content'),
-        prompt = get(this, 'prompt');
-
-    if (!content) { return; }
-    if (prompt && selectedIndex === 0) { set(this, 'selection', null); return; }
-
-    if (prompt) { selectedIndex -= 1; }
-    set(this, 'selection', content.objectAt(selectedIndex));
-  },
-
-
-  _changeMultiple: function() {
-    var options = this.$('option:selected'),
-        prompt = get(this, 'prompt'),
-        offset = prompt ? 1 : 0,
-        content = get(this, 'content'),
-        selection = get(this, 'selection');
-
-    if (!content){ return; }
-    if (options) {
-      var selectedIndexes = options.map(function(){
-        return this.index - offset;
-      }).toArray();
-      var newSelection = content.objectsAt(selectedIndexes);
-
-      if (isArray(selection)) {
-        replace(selection, 0, get(selection, 'length'), newSelection);
-      } else {
-        set(this, 'selection', newSelection);
-      }
-    }
-  },
-
-  _selectionDidChangeSingle: function() {
-    var el = this.get('element');
-    if (!el) { return; }
-
-    var content = get(this, 'content'),
-        selection = get(this, 'selection'),
-        selectionIndex = content ? indexOf(content, selection) : -1,
-        prompt = get(this, 'prompt');
-
-    if (prompt) { selectionIndex += 1; }
-    if (el) { el.selectedIndex = selectionIndex; }
-  },
-
-  _selectionDidChangeMultiple: function() {
-    var content = get(this, 'content'),
-        selection = get(this, 'selection'),
-        selectedIndexes = content ? indexesOf(content, selection) : [-1],
-        prompt = get(this, 'prompt'),
-        offset = prompt ? 1 : 0,
-        options = this.$('option'),
-        adjusted;
-
-    if (options) {
-      options.each(function() {
-        adjusted = this.index > -1 ? this.index - offset : -1;
-        this.selected = indexOf(selectedIndexes, adjusted) > -1;
-      });
-    }
-  },
-
-  init: function() {
-    this._super();
-    this.on("didInsertElement", this, this._triggerChange);
-    this.on("change", this, this._change);
-  }
-});
-
-Ember.SelectOption = Ember.View.extend({
-  tagName: 'option',
-  attributeBindings: ['value', 'selected'],
-
-  defaultTemplate: function(context, options) {
-    options = { data: options.data, hash: {} };
-    Ember.Handlebars.helpers.bind.call(context, "view.label", options);
-  },
-
-  init: function() {
-    this.labelPathDidChange();
-    this.valuePathDidChange();
-
-    this._super();
-  },
-
-  selected: Ember.computed(function() {
-    var content = get(this, 'content'),
-        selection = get(this, 'parentView.selection');
-    if (get(this, 'parentView.multiple')) {
-      return selection && indexOf(selection, content.valueOf()) > -1;
-    } else {
-      // Primitives get passed through bindings as objects... since
-      // `new Number(4) !== 4`, we use `==` below
-      return content == selection;
-    }
-  }).property('content', 'parentView.selection').volatile(),
-
-  labelPathDidChange: Ember.observer(function() {
-    var labelPath = get(this, 'parentView.optionLabelPath');
-
-    if (!labelPath) { return; }
-
-    Ember.defineProperty(this, 'label', Ember.computed(function() {
-      return get(this, labelPath);
-    }).property(labelPath));
-  }, 'parentView.optionLabelPath'),
-
-  valuePathDidChange: Ember.observer(function() {
-    var valuePath = get(this, 'parentView.optionValuePath');
-
-    if (!valuePath) { return; }
-
-    Ember.defineProperty(this, 'value', Ember.computed(function() {
-      return get(this, valuePath);
-    }).property(valuePath));
-  }, 'parentView.optionValuePath')
-});
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/*globals Handlebars */
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-/**
-  @private
-
-  Find templates stored in the head tag as script tags and make them available
-  to Ember.CoreView in the global Ember.TEMPLATES object. This will be run as as
-  jQuery DOM-ready callback.
-
-  Script tags with "text/x-handlebars" will be compiled
-  with Ember's Handlebars and are suitable for use as a view's template.
-  Those with type="text/x-raw-handlebars" will be compiled with regular
-  Handlebars and are suitable for use in views' computed properties.
-
-  @method bootstrap
-  @for Ember.Handlebars
-  @static
-  @param ctx
-*/
-Ember.Handlebars.bootstrap = function(ctx) {
-  var selectors = 'script[type="text/x-handlebars"], script[type="text/x-raw-handlebars"]';
-
-  Ember.$(selectors, ctx)
-    .each(function() {
-    // Get a reference to the script tag
-    var script = Ember.$(this),
-        type   = script.attr('type');
-
-    var compile = (script.attr('type') === 'text/x-raw-handlebars') ?
-                  Ember.$.proxy(Handlebars.compile, Handlebars) :
-                  Ember.$.proxy(Ember.Handlebars.compile, Ember.Handlebars),
-      // Get the name of the script, used by Ember.View's templateName property.
-      // First look for data-template-name attribute, then fall back to its
-      // id if no name is found.
-      templateName = script.attr('data-template-name') || script.attr('id') || 'application',
-      template = compile(script.html());
-
-    // For templates which have a name, we save them and then remove them from the DOM
-    Ember.TEMPLATES[templateName] = template;
-
-    // Remove script tag from DOM
-    script.remove();
-  });
-};
-
-function bootstrap() {
-  Ember.Handlebars.bootstrap( Ember.$(document) );
-}
-
-/*
-  We tie this to application.load to ensure that we've at least
-  attempted to bootstrap at the point that the application is loaded.
-
-  We also tie this to document ready since we're guaranteed that all
-  the inline templates are present at this point.
-
-  There's no harm to running this twice, since we remove the templates
-  from the DOM after processing.
-*/
-
-Ember.onLoad('application', bootstrap);
-
-})();
-
-
-
-(function() {
-/**
-Ember Handlebars
-
-@module ember
-@submodule ember-handlebars
-@requires ember-views
-*/
-
-})();
-
-// Version: v1.0.0-pre.2-1-gd1a2e84
-// Last commit: d1a2e84 (2012-10-25 13:51:08 -0700)
-
-
-(function() {
-/**
-Ember
-
-@module ember
-*/
-
-})();
-
diff --git a/examples/calf/lib/handlebars-1.0.0.beta.6.js b/examples/calf/lib/handlebars-1.0.0.beta.6.js
deleted file mode 100644 (file)
index 83119ff..0000000
+++ /dev/null
@@ -1,1550 +0,0 @@
-// lib/handlebars/base.js
-var Handlebars = {};
-
-Handlebars.VERSION = "1.0.beta.6";
-
-Handlebars.helpers  = {};
-Handlebars.partials = {};
-
-Handlebars.registerHelper = function(name, fn, inverse) {
-  if(inverse) { fn.not = inverse; }
-  this.helpers[name] = fn;
-};
-
-Handlebars.registerPartial = function(name, str) {
-  this.partials[name] = str;
-};
-
-Handlebars.registerHelper('helperMissing', function(arg) {
-  if(arguments.length === 2) {
-    return undefined;
-  } else {
-    throw new Error("Could not find property '" + arg + "'");
-  }
-});
-
-var toString = Object.prototype.toString, functionType = "[object Function]";
-
-Handlebars.registerHelper('blockHelperMissing', function(context, options) {
-  var inverse = options.inverse || function() {}, fn = options.fn;
-
-
-  var ret = "";
-  var type = toString.call(context);
-
-  if(type === functionType) { context = context.call(this); }
-
-  if(context === true) {
-    return fn(this);
-  } else if(context === false || context == null) {
-    return inverse(this);
-  } else if(type === "[object Array]") {
-    if(context.length > 0) {
-      for(var i=0, j=context.length; i<j; i++) {
-        ret = ret + fn(context[i]);
-      }
-    } else {
-      ret = inverse(this);
-    }
-    return ret;
-  } else {
-    return fn(context);
-  }
-});
-
-Handlebars.registerHelper('each', function(context, options) {
-  var fn = options.fn, inverse = options.inverse;
-  var ret = "";
-
-  if(context && context.length > 0) {
-    for(var i=0, j=context.length; i<j; i++) {
-      ret = ret + fn(context[i]);
-    }
-  } else {
-    ret = inverse(this);
-  }
-  return ret;
-});
-
-Handlebars.registerHelper('if', function(context, options) {
-  var type = toString.call(context);
-  if(type === functionType) { context = context.call(this); }
-
-  if(!context || Handlebars.Utils.isEmpty(context)) {
-    return options.inverse(this);
-  } else {
-    return options.fn(this);
-  }
-});
-
-Handlebars.registerHelper('unless', function(context, options) {
-  var fn = options.fn, inverse = options.inverse;
-  options.fn = inverse;
-  options.inverse = fn;
-
-  return Handlebars.helpers['if'].call(this, context, options);
-});
-
-Handlebars.registerHelper('with', function(context, options) {
-  return options.fn(context);
-});
-
-Handlebars.registerHelper('log', function(context) {
-  Handlebars.log(context);
-});
-;
-// lib/handlebars/compiler/parser.js
-/* Jison generated parser */
-var handlebars = (function(){
-
-var parser = {trace: function trace() { },
-yy: {},
-symbols_: {"error":2,"root":3,"program":4,"EOF":5,"statements":6,"simpleInverse":7,"statement":8,"openInverse":9,"closeBlock":10,"openBlock":11,"mustache":12,"partial":13,"CONTENT":14,"COMMENT":15,"OPEN_BLOCK":16,"inMustache":17,"CLOSE":18,"OPEN_INVERSE":19,"OPEN_ENDBLOCK":20,"path":21,"OPEN":22,"OPEN_UNESCAPED":23,"OPEN_PARTIAL":24,"params":25,"hash":26,"param":27,"STRING":28,"INTEGER":29,"BOOLEAN":30,"hashSegments":31,"hashSegment":32,"ID":33,"EQUALS":34,"pathSegments":35,"SEP":36,"$accept":0,"$end":1},
-terminals_: {2:"error",5:"EOF",14:"CONTENT",15:"COMMENT",16:"OPEN_BLOCK",18:"CLOSE",19:"OPEN_INVERSE",20:"OPEN_ENDBLOCK",22:"OPEN",23:"OPEN_UNESCAPED",24:"OPEN_PARTIAL",28:"STRING",29:"INTEGER",30:"BOOLEAN",33:"ID",34:"EQUALS",36:"SEP"},
-productions_: [0,[3,2],[4,3],[4,1],[4,0],[6,1],[6,2],[8,3],[8,3],[8,1],[8,1],[8,1],[8,1],[11,3],[9,3],[10,3],[12,3],[12,3],[13,3],[13,4],[7,2],[17,3],[17,2],[17,2],[17,1],[25,2],[25,1],[27,1],[27,1],[27,1],[27,1],[26,1],[31,2],[31,1],[32,3],[32,3],[32,3],[32,3],[21,1],[35,3],[35,1]],
-performAction: function anonymous(yytext,yyleng,yylineno,yy,yystate,$$,_$) {
-
-var $0 = $$.length - 1;
-switch (yystate) {
-case 1: return $$[$0-1] 
-break;
-case 2: this.$ = new yy.ProgramNode($$[$0-2], $$[$0]) 
-break;
-case 3: this.$ = new yy.ProgramNode($$[$0]) 
-break;
-case 4: this.$ = new yy.ProgramNode([]) 
-break;
-case 5: this.$ = [$$[$0]] 
-break;
-case 6: $$[$0-1].push($$[$0]); this.$ = $$[$0-1] 
-break;
-case 7: this.$ = new yy.InverseNode($$[$0-2], $$[$0-1], $$[$0]) 
-break;
-case 8: this.$ = new yy.BlockNode($$[$0-2], $$[$0-1], $$[$0]) 
-break;
-case 9: this.$ = $$[$0] 
-break;
-case 10: this.$ = $$[$0] 
-break;
-case 11: this.$ = new yy.ContentNode($$[$0]) 
-break;
-case 12: this.$ = new yy.CommentNode($$[$0]) 
-break;
-case 13: this.$ = new yy.MustacheNode($$[$0-1][0], $$[$0-1][1]) 
-break;
-case 14: this.$ = new yy.MustacheNode($$[$0-1][0], $$[$0-1][1]) 
-break;
-case 15: this.$ = $$[$0-1] 
-break;
-case 16: this.$ = new yy.MustacheNode($$[$0-1][0], $$[$0-1][1]) 
-break;
-case 17: this.$ = new yy.MustacheNode($$[$0-1][0], $$[$0-1][1], true) 
-break;
-case 18: this.$ = new yy.PartialNode($$[$0-1]) 
-break;
-case 19: this.$ = new yy.PartialNode($$[$0-2], $$[$0-1]) 
-break;
-case 20: 
-break;
-case 21: this.$ = [[$$[$0-2]].concat($$[$0-1]), $$[$0]] 
-break;
-case 22: this.$ = [[$$[$0-1]].concat($$[$0]), null] 
-break;
-case 23: this.$ = [[$$[$0-1]], $$[$0]] 
-break;
-case 24: this.$ = [[$$[$0]], null] 
-break;
-case 25: $$[$0-1].push($$[$0]); this.$ = $$[$0-1]; 
-break;
-case 26: this.$ = [$$[$0]] 
-break;
-case 27: this.$ = $$[$0] 
-break;
-case 28: this.$ = new yy.StringNode($$[$0]) 
-break;
-case 29: this.$ = new yy.IntegerNode($$[$0]) 
-break;
-case 30: this.$ = new yy.BooleanNode($$[$0]) 
-break;
-case 31: this.$ = new yy.HashNode($$[$0]) 
-break;
-case 32: $$[$0-1].push($$[$0]); this.$ = $$[$0-1] 
-break;
-case 33: this.$ = [$$[$0]] 
-break;
-case 34: this.$ = [$$[$0-2], $$[$0]] 
-break;
-case 35: this.$ = [$$[$0-2], new yy.StringNode($$[$0])] 
-break;
-case 36: this.$ = [$$[$0-2], new yy.IntegerNode($$[$0])] 
-break;
-case 37: this.$ = [$$[$0-2], new yy.BooleanNode($$[$0])] 
-break;
-case 38: this.$ = new yy.IdNode($$[$0]) 
-break;
-case 39: $$[$0-2].push($$[$0]); this.$ = $$[$0-2]; 
-break;
-case 40: this.$ = [$$[$0]] 
-break;
-}
-},
-table: [{3:1,4:2,5:[2,4],6:3,8:4,9:5,11:6,12:7,13:8,14:[1,9],15:[1,10],16:[1,12],19:[1,11],22:[1,13],23:[1,14],24:[1,15]},{1:[3]},{5:[1,16]},{5:[2,3],7:17,8:18,9:5,11:6,12:7,13:8,14:[1,9],15:[1,10],16:[1,12],19:[1,19],20:[2,3],22:[1,13],23:[1,14],24:[1,15]},{5:[2,5],14:[2,5],15:[2,5],16:[2,5],19:[2,5],20:[2,5],22:[2,5],23:[2,5],24:[2,5]},{4:20,6:3,8:4,9:5,11:6,12:7,13:8,14:[1,9],15:[1,10],16:[1,12],19:[1,11],20:[2,4],22:[1,13],23:[1,14],24:[1,15]},{4:21,6:3,8:4,9:5,11:6,12:7,13:8,14:[1,9],15:[1,10],16:[1,12],19:[1,11],20:[2,4],22:[1,13],23:[1,14],24:[1,15]},{5:[2,9],14:[2,9],15:[2,9],16:[2,9],19:[2,9],20:[2,9],22:[2,9],23:[2,9],24:[2,9]},{5:[2,10],14:[2,10],15:[2,10],16:[2,10],19:[2,10],20:[2,10],22:[2,10],23:[2,10],24:[2,10]},{5:[2,11],14:[2,11],15:[2,11],16:[2,11],19:[2,11],20:[2,11],22:[2,11],23:[2,11],24:[2,11]},{5:[2,12],14:[2,12],15:[2,12],16:[2,12],19:[2,12],20:[2,12],22:[2,12],23:[2,12],24:[2,12]},{17:22,21:23,33:[1,25],35:24},{17:26,21:23,33:[1,25],35:24},{17:27,21:23,33:[1,25],35:24},{17:28,21:23,33:[1,25],35:24},{21:29,33:[1,25],35:24},{1:[2,1]},{6:30,8:4,9:5,11:6,12:7,13:8,14:[1,9],15:[1,10],16:[1,12],19:[1,11],22:[1,13],23:[1,14],24:[1,15]},{5:[2,6],14:[2,6],15:[2,6],16:[2,6],19:[2,6],20:[2,6],22:[2,6],23:[2,6],24:[2,6]},{17:22,18:[1,31],21:23,33:[1,25],35:24},{10:32,20:[1,33]},{10:34,20:[1,33]},{18:[1,35]},{18:[2,24],21:40,25:36,26:37,27:38,28:[1,41],29:[1,42],30:[1,43],31:39,32:44,33:[1,45],35:24},{18:[2,38],28:[2,38],29:[2,38],30:[2,38],33:[2,38],36:[1,46]},{18:[2,40],28:[2,40],29:[2,40],30:[2,40],33:[2,40],36:[2,40]},{18:[1,47]},{18:[1,48]},{18:[1,49]},{18:[1,50],21:51,33:[1,25],35:24},{5:[2,2],8:18,9:5,11:6,12:7,13:8,14:[1,9],15:[1,10],16:[1,12],19:[1,11],20:[2,2],22:[1,13],23:[1,14],24:[1,15]},{14:[2,20],15:[2,20],16:[2,20],19:[2,20],22:[2,20],23:[2,20],24:[2,20]},{5:[2,7],14:[2,7],15:[2,7],16:[2,7],19:[2,7],20:[2,7],22:[2,7],23:[2,7],24:[2,7]},{21:52,33:[1,25],35:24},{5:[2,8],14:[2,8],15:[2,8],16:[2,8],19:[2,8],20:[2,8],22:[2,8],23:[2,8],24:[2,8]},{14:[2,14],15:[2,14],16:[2,14],19:[2,14],20:[2,14],22:[2,14],23:[2,14],24:[2,14]},{18:[2,22],21:40,26:53,27:54,28:[1,41],29:[1,42],30:[1,43],31:39,32:44,33:[1,45],35:24},{18:[2,23]},{18:[2,26],28:[2,26],29:[2,26],30:[2,26],33:[2,26]},{18:[2,31],32:55,33:[1,56]},{18:[2,27],28:[2,27],29:[2,27],30:[2,27],33:[2,27]},{18:[2,28],28:[2,28],29:[2,28],30:[2,28],33:[2,28]},{18:[2,29],28:[2,29],29:[2,29],30:[2,29],33:[2,29]},{18:[2,30],28:[2,30],29:[2,30],30:[2,30],33:[2,30]},{18:[2,33],33:[2,33]},{18:[2,40],28:[2,40],29:[2,40],30:[2,40],33:[2,40],34:[1,57],36:[2,40]},{33:[1,58]},{14:[2,13],15:[2,13],16:[2,13],19:[2,13],20:[2,13],22:[2,13],23:[2,13],24:[2,13]},{5:[2,16],14:[2,16],15:[2,16],16:[2,16],19:[2,16],20:[2,16],22:[2,16],23:[2,16],24:[2,16]},{5:[2,17],14:[2,17],15:[2,17],16:[2,17],19:[2,17],20:[2,17],22:[2,17],23:[2,17],24:[2,17]},{5:[2,18],14:[2,18],15:[2,18],16:[2,18],19:[2,18],20:[2,18],22:[2,18],23:[2,18],24:[2,18]},{18:[1,59]},{18:[1,60]},{18:[2,21]},{18:[2,25],28:[2,25],29:[2,25],30:[2,25],33:[2,25]},{18:[2,32],33:[2,32]},{34:[1,57]},{21:61,28:[1,62],29:[1,63],30:[1,64],33:[1,25],35:24},{18:[2,39],28:[2,39],29:[2,39],30:[2,39],33:[2,39],36:[2,39]},{5:[2,19],14:[2,19],15:[2,19],16:[2,19],19:[2,19],20:[2,19],22:[2,19],23:[2,19],24:[2,19]},{5:[2,15],14:[2,15],15:[2,15],16:[2,15],19:[2,15],20:[2,15],22:[2,15],23:[2,15],24:[2,15]},{18:[2,34],33:[2,34]},{18:[2,35],33:[2,35]},{18:[2,36],33:[2,36]},{18:[2,37],33:[2,37]}],
-defaultActions: {16:[2,1],37:[2,23],53:[2,21]},
-parseError: function parseError(str, hash) {
-    throw new Error(str);
-},
-parse: function parse(input) {
-    var self = this, stack = [0], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1;
-    this.lexer.setInput(input);
-    this.lexer.yy = this.yy;
-    this.yy.lexer = this.lexer;
-    if (typeof this.lexer.yylloc == "undefined")
-        this.lexer.yylloc = {};
-    var yyloc = this.lexer.yylloc;
-    lstack.push(yyloc);
-    if (typeof this.yy.parseError === "function")
-        this.parseError = this.yy.parseError;
-    function popStack(n) {
-        stack.length = stack.length - 2 * n;
-        vstack.length = vstack.length - n;
-        lstack.length = lstack.length - n;
-    }
-    function lex() {
-        var token;
-        token = self.lexer.lex() || 1;
-        if (typeof token !== "number") {
-            token = self.symbols_[token] || token;
-        }
-        return token;
-    }
-    var symbol, preErrorSymbol, state, action, a, r, yyval = {}, p, len, newState, expected;
-    while (true) {
-        state = stack[stack.length - 1];
-        if (this.defaultActions[state]) {
-            action = this.defaultActions[state];
-        } else {
-            if (symbol == null)
-                symbol = lex();
-            action = table[state] && table[state][symbol];
-        }
-        if (typeof action === "undefined" || !action.length || !action[0]) {
-            if (!recovering) {
-                expected = [];
-                for (p in table[state])
-                    if (this.terminals_[p] && p > 2) {
-                        expected.push("'" + this.terminals_[p] + "'");
-                    }
-                var errStr = "";
-                if (this.lexer.showPosition) {
-                    errStr = "Parse error on line " + (yylineno + 1) + ":\n" + this.lexer.showPosition() + "\nExpecting " + expected.join(", ") + ", got '" + this.terminals_[symbol] + "'";
-                } else {
-                    errStr = "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == 1?"end of input":"'" + (this.terminals_[symbol] || symbol) + "'");
-                }
-                this.parseError(errStr, {text: this.lexer.match, token: this.terminals_[symbol] || symbol, line: this.lexer.yylineno, loc: yyloc, expected: expected});
-            }
-        }
-        if (action[0] instanceof Array && action.length > 1) {
-            throw new Error("Parse Error: multiple actions possible at state: " + state + ", token: " + symbol);
-        }
-        switch (action[0]) {
-        case 1:
-            stack.push(symbol);
-            vstack.push(this.lexer.yytext);
-            lstack.push(this.lexer.yylloc);
-            stack.push(action[1]);
-            symbol = null;
-            if (!preErrorSymbol) {
-                yyleng = this.lexer.yyleng;
-                yytext = this.lexer.yytext;
-                yylineno = this.lexer.yylineno;
-                yyloc = this.lexer.yylloc;
-                if (recovering > 0)
-                    recovering--;
-            } else {
-                symbol = preErrorSymbol;
-                preErrorSymbol = null;
-            }
-            break;
-        case 2:
-            len = this.productions_[action[1]][1];
-            yyval.$ = vstack[vstack.length - len];
-            yyval._$ = {first_line: lstack[lstack.length - (len || 1)].first_line, last_line: lstack[lstack.length - 1].last_line, first_column: lstack[lstack.length - (len || 1)].first_column, last_column: lstack[lstack.length - 1].last_column};
-            r = this.performAction.call(yyval, yytext, yyleng, yylineno, this.yy, action[1], vstack, lstack);
-            if (typeof r !== "undefined") {
-                return r;
-            }
-            if (len) {
-                stack = stack.slice(0, -1 * len * 2);
-                vstack = vstack.slice(0, -1 * len);
-                lstack = lstack.slice(0, -1 * len);
-            }
-            stack.push(this.productions_[action[1]][0]);
-            vstack.push(yyval.$);
-            lstack.push(yyval._$);
-            newState = table[stack[stack.length - 2]][stack[stack.length - 1]];
-            stack.push(newState);
-            break;
-        case 3:
-            return true;
-        }
-    }
-    return true;
-}
-};/* Jison generated lexer */
-var lexer = (function(){
-
-var lexer = ({EOF:1,
-parseError:function parseError(str, hash) {
-        if (this.yy.parseError) {
-            this.yy.parseError(str, hash);
-        } else {
-            throw new Error(str);
-        }
-    },
-setInput:function (input) {
-        this._input = input;
-        this._more = this._less = this.done = false;
-        this.yylineno = this.yyleng = 0;
-        this.yytext = this.matched = this.match = '';
-        this.conditionStack = ['INITIAL'];
-        this.yylloc = {first_line:1,first_column:0,last_line:1,last_column:0};
-        return this;
-    },
-input:function () {
-        var ch = this._input[0];
-        this.yytext+=ch;
-        this.yyleng++;
-        this.match+=ch;
-        this.matched+=ch;
-        var lines = ch.match(/\n/);
-        if (lines) this.yylineno++;
-        this._input = this._input.slice(1);
-        return ch;
-    },
-unput:function (ch) {
-        this._input = ch + this._input;
-        return this;
-    },
-more:function () {
-        this._more = true;
-        return this;
-    },
-pastInput:function () {
-        var past = this.matched.substr(0, this.matched.length - this.match.length);
-        return (past.length > 20 ? '...':'') + past.substr(-20).replace(/\n/g, "");
-    },
-upcomingInput:function () {
-        var next = this.match;
-        if (next.length < 20) {
-            next += this._input.substr(0, 20-next.length);
-        }
-        return (next.substr(0,20)+(next.length > 20 ? '...':'')).replace(/\n/g, "");
-    },
-showPosition:function () {
-        var pre = this.pastInput();
-        var c = new Array(pre.length + 1).join("-");
-        return pre + this.upcomingInput() + "\n" + c+"^";
-    },
-next:function () {
-        if (this.done) {
-            return this.EOF;
-        }
-        if (!this._input) this.done = true;
-
-        var token,
-            match,
-            col,
-            lines;
-        if (!this._more) {
-            this.yytext = '';
-            this.match = '';
-        }
-        var rules = this._currentRules();
-        for (var i=0;i < rules.length; i++) {
-            match = this._input.match(this.rules[rules[i]]);
-            if (match) {
-                lines = match[0].match(/\n.*/g);
-                if (lines) this.yylineno += lines.length;
-                this.yylloc = {first_line: this.yylloc.last_line,
-                               last_line: this.yylineno+1,
-                               first_column: this.yylloc.last_column,
-                               last_column: lines ? lines[lines.length-1].length-1 : this.yylloc.last_column + match[0].length}
-                this.yytext += match[0];
-                this.match += match[0];
-                this.matches = match;
-                this.yyleng = this.yytext.length;
-                this._more = false;
-                this._input = this._input.slice(match[0].length);
-                this.matched += match[0];
-                token = this.performAction.call(this, this.yy, this, rules[i],this.conditionStack[this.conditionStack.length-1]);
-                if (token) return token;
-                else return;
-            }
-        }
-        if (this._input === "") {
-            return this.EOF;
-        } else {
-            this.parseError('Lexical error on line '+(this.yylineno+1)+'. Unrecognized text.\n'+this.showPosition(), 
-                    {text: "", token: null, line: this.yylineno});
-        }
-    },
-lex:function lex() {
-        var r = this.next();
-        if (typeof r !== 'undefined') {
-            return r;
-        } else {
-            return this.lex();
-        }
-    },
-begin:function begin(condition) {
-        this.conditionStack.push(condition);
-    },
-popState:function popState() {
-        return this.conditionStack.pop();
-    },
-_currentRules:function _currentRules() {
-        return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules;
-    },
-topState:function () {
-        return this.conditionStack[this.conditionStack.length-2];
-    },
-pushState:function begin(condition) {
-        this.begin(condition);
-    }});
-lexer.performAction = function anonymous(yy,yy_,$avoiding_name_collisions,YY_START) {
-
-var YYSTATE=YY_START
-switch($avoiding_name_collisions) {
-case 0:
-                                   if(yy_.yytext.slice(-1) !== "\\") this.begin("mu");
-                                   if(yy_.yytext.slice(-1) === "\\") yy_.yytext = yy_.yytext.substr(0,yy_.yyleng-1), this.begin("emu");
-                                   if(yy_.yytext) return 14;
-                                 
-break;
-case 1: return 14; 
-break;
-case 2: this.popState(); return 14; 
-break;
-case 3: return 24; 
-break;
-case 4: return 16; 
-break;
-case 5: return 20; 
-break;
-case 6: return 19; 
-break;
-case 7: return 19; 
-break;
-case 8: return 23; 
-break;
-case 9: return 23; 
-break;
-case 10: yy_.yytext = yy_.yytext.substr(3,yy_.yyleng-5); this.popState(); return 15; 
-break;
-case 11: return 22; 
-break;
-case 12: return 34; 
-break;
-case 13: return 33; 
-break;
-case 14: return 33; 
-break;
-case 15: return 36; 
-break;
-case 16: /*ignore whitespace*/ 
-break;
-case 17: this.popState(); return 18; 
-break;
-case 18: this.popState(); return 18; 
-break;
-case 19: yy_.yytext = yy_.yytext.substr(1,yy_.yyleng-2).replace(/\\"/g,'"'); return 28; 
-break;
-case 20: return 30; 
-break;
-case 21: return 30; 
-break;
-case 22: return 29; 
-break;
-case 23: return 33; 
-break;
-case 24: yy_.yytext = yy_.yytext.substr(1, yy_.yyleng-2); return 33; 
-break;
-case 25: return 'INVALID'; 
-break;
-case 26: return 5; 
-break;
-}
-};
-lexer.rules = [/^[^\x00]*?(?=(\{\{))/,/^[^\x00]+/,/^[^\x00]{2,}?(?=(\{\{))/,/^\{\{>/,/^\{\{#/,/^\{\{\//,/^\{\{\^/,/^\{\{\s*else\b/,/^\{\{\{/,/^\{\{&/,/^\{\{![\s\S]*?\}\}/,/^\{\{/,/^=/,/^\.(?=[} ])/,/^\.\./,/^[\/.]/,/^\s+/,/^\}\}\}/,/^\}\}/,/^"(\\["]|[^"])*"/,/^true(?=[}\s])/,/^false(?=[}\s])/,/^[0-9]+(?=[}\s])/,/^[a-zA-Z0-9_$-]+(?=[=}\s\/.])/,/^\[[^\]]*\]/,/^./,/^$/];
-lexer.conditions = {"mu":{"rules":[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],"inclusive":false},"emu":{"rules":[2],"inclusive":false},"INITIAL":{"rules":[0,1,26],"inclusive":true}};return lexer;})()
-parser.lexer = lexer;
-return parser;
-})();
-if (typeof require !== 'undefined' && typeof exports !== 'undefined') {
-exports.parser = handlebars;
-exports.parse = function () { return handlebars.parse.apply(handlebars, arguments); }
-exports.main = function commonjsMain(args) {
-    if (!args[1])
-        throw new Error('Usage: '+args[0]+' FILE');
-    if (typeof process !== 'undefined') {
-        var source = require('fs').readFileSync(require('path').join(process.cwd(), args[1]), "utf8");
-    } else {
-        var cwd = require("file").path(require("file").cwd());
-        var source = cwd.join(args[1]).read({charset: "utf-8"});
-    }
-    return exports.parser.parse(source);
-}
-if (typeof module !== 'undefined' && require.main === module) {
-  exports.main(typeof process !== 'undefined' ? process.argv.slice(1) : require("system").args);
-}
-};
-;
-// lib/handlebars/compiler/base.js
-Handlebars.Parser = handlebars;
-
-Handlebars.parse = function(string) {
-  Handlebars.Parser.yy = Handlebars.AST;
-  return Handlebars.Parser.parse(string);
-};
-
-Handlebars.print = function(ast) {
-  return new Handlebars.PrintVisitor().accept(ast);
-};
-
-Handlebars.logger = {
-  DEBUG: 0, INFO: 1, WARN: 2, ERROR: 3, level: 3,
-
-  // override in the host environment
-  log: function(level, str) {}
-};
-
-Handlebars.log = function(level, str) { Handlebars.logger.log(level, str); };
-;
-// lib/handlebars/compiler/ast.js
-(function() {
-
-  Handlebars.AST = {};
-
-  Handlebars.AST.ProgramNode = function(statements, inverse) {
-    this.type = "program";
-    this.statements = statements;
-    if(inverse) { this.inverse = new Handlebars.AST.ProgramNode(inverse); }
-  };
-
-  Handlebars.AST.MustacheNode = function(params, hash, unescaped) {
-    this.type = "mustache";
-    this.id = params[0];
-    this.params = params.slice(1);
-    this.hash = hash;
-    this.escaped = !unescaped;
-  };
-
-  Handlebars.AST.PartialNode = function(id, context) {
-    this.type    = "partial";
-
-    // TODO: disallow complex IDs
-
-    this.id      = id;
-    this.context = context;
-  };
-
-  var verifyMatch = function(open, close) {
-    if(open.original !== close.original) {
-      throw new Handlebars.Exception(open.original + " doesn't match " + close.original);
-    }
-  };
-
-  Handlebars.AST.BlockNode = function(mustache, program, close) {
-    verifyMatch(mustache.id, close);
-    this.type = "block";
-    this.mustache = mustache;
-    this.program  = program;
-  };
-
-  Handlebars.AST.InverseNode = function(mustache, program, close) {
-    verifyMatch(mustache.id, close);
-    this.type = "inverse";
-    this.mustache = mustache;
-    this.program  = program;
-  };
-
-  Handlebars.AST.ContentNode = function(string) {
-    this.type = "content";
-    this.string = string;
-  };
-
-  Handlebars.AST.HashNode = function(pairs) {
-    this.type = "hash";
-    this.pairs = pairs;
-  };
-
-  Handlebars.AST.IdNode = function(parts) {
-    this.type = "ID";
-    this.original = parts.join(".");
-
-    var dig = [], depth = 0;
-
-    for(var i=0,l=parts.length; i<l; i++) {
-      var part = parts[i];
-
-      if(part === "..") { depth++; }
-      else if(part === "." || part === "this") { this.isScoped = true; }
-      else { dig.push(part); }
-    }
-
-    this.parts    = dig;
-    this.string   = dig.join('.');
-    this.depth    = depth;
-    this.isSimple = (dig.length === 1) && (depth === 0);
-  };
-
-  Handlebars.AST.StringNode = function(string) {
-    this.type = "STRING";
-    this.string = string;
-  };
-
-  Handlebars.AST.IntegerNode = function(integer) {
-    this.type = "INTEGER";
-    this.integer = integer;
-  };
-
-  Handlebars.AST.BooleanNode = function(bool) {
-    this.type = "BOOLEAN";
-    this.bool = bool;
-  };
-
-  Handlebars.AST.CommentNode = function(comment) {
-    this.type = "comment";
-    this.comment = comment;
-  };
-
-})();;
-// lib/handlebars/utils.js
-Handlebars.Exception = function(message) {
-  var tmp = Error.prototype.constructor.apply(this, arguments);
-
-  for (var p in tmp) {
-    if (tmp.hasOwnProperty(p)) { this[p] = tmp[p]; }
-  }
-
-  this.message = tmp.message;
-};
-Handlebars.Exception.prototype = new Error;
-
-// Build out our basic SafeString type
-Handlebars.SafeString = function(string) {
-  this.string = string;
-};
-Handlebars.SafeString.prototype.toString = function() {
-  return this.string.toString();
-};
-
-(function() {
-  var escape = {
-    "<": "&lt;",
-    ">": "&gt;",
-    '"': "&quot;",
-    "'": "&#x27;",
-    "`": "&#x60;"
-  };
-
-  var badChars = /&(?!\w+;)|[<>"'`]/g;
-  var possible = /[&<>"'`]/;
-
-  var escapeChar = function(chr) {
-    return escape[chr] || "&amp;";
-  };
-
-  Handlebars.Utils = {
-    escapeExpression: function(string) {
-      // don't escape SafeStrings, since they're already safe
-      if (string instanceof Handlebars.SafeString) {
-        return string.toString();
-      } else if (string == null || string === false) {
-        return "";
-      }
-
-      if(!possible.test(string)) { return string; }
-      return string.replace(badChars, escapeChar);
-    },
-
-    isEmpty: function(value) {
-      if (typeof value === "undefined") {
-        return true;
-      } else if (value === null) {
-        return true;
-      } else if (value === false) {
-        return true;
-      } else if(Object.prototype.toString.call(value) === "[object Array]" && value.length === 0) {
-        return true;
-      } else {
-        return false;
-      }
-    }
-  };
-})();;
-// lib/handlebars/compiler/compiler.js
-Handlebars.Compiler = function() {};
-Handlebars.JavaScriptCompiler = function() {};
-
-(function(Compiler, JavaScriptCompiler) {
-  Compiler.OPCODE_MAP = {
-    appendContent: 1,
-    getContext: 2,
-    lookupWithHelpers: 3,
-    lookup: 4,
-    append: 5,
-    invokeMustache: 6,
-    appendEscaped: 7,
-    pushString: 8,
-    truthyOrFallback: 9,
-    functionOrFallback: 10,
-    invokeProgram: 11,
-    invokePartial: 12,
-    push: 13,
-    assignToHash: 15,
-    pushStringParam: 16
-  };
-
-  Compiler.MULTI_PARAM_OPCODES = {
-    appendContent: 1,
-    getContext: 1,
-    lookupWithHelpers: 2,
-    lookup: 1,
-    invokeMustache: 3,
-    pushString: 1,
-    truthyOrFallback: 1,
-    functionOrFallback: 1,
-    invokeProgram: 3,
-    invokePartial: 1,
-    push: 1,
-    assignToHash: 1,
-    pushStringParam: 1
-  };
-
-  Compiler.DISASSEMBLE_MAP = {};
-
-  for(var prop in Compiler.OPCODE_MAP) {
-    var value = Compiler.OPCODE_MAP[prop];
-    Compiler.DISASSEMBLE_MAP[value] = prop;
-  }
-
-  Compiler.multiParamSize = function(code) {
-    return Compiler.MULTI_PARAM_OPCODES[Compiler.DISASSEMBLE_MAP[code]];
-  };
-
-  Compiler.prototype = {
-    compiler: Compiler,
-
-    disassemble: function() {
-      var opcodes = this.opcodes, opcode, nextCode;
-      var out = [], str, name, value;
-
-      for(var i=0, l=opcodes.length; i<l; i++) {
-        opcode = opcodes[i];
-
-        if(opcode === 'DECLARE') {
-          name = opcodes[++i];
-          value = opcodes[++i];
-          out.push("DECLARE " + name + " = " + value);
-        } else {
-          str = Compiler.DISASSEMBLE_MAP[opcode];
-
-          var extraParams = Compiler.multiParamSize(opcode);
-          var codes = [];
-
-          for(var j=0; j<extraParams; j++) {
-            nextCode = opcodes[++i];
-
-            if(typeof nextCode === "string") {
-              nextCode = "\"" + nextCode.replace("\n", "\\n") + "\"";
-            }
-
-            codes.push(nextCode);
-          }
-
-          str = str + " " + codes.join(" ");
-
-          out.push(str);
-        }
-      }
-
-      return out.join("\n");
-    },
-
-    guid: 0,
-
-    compile: function(program, options) {
-      this.children = [];
-      this.depths = {list: []};
-      this.options = options;
-
-      // These changes will propagate to the other compiler components
-      var knownHelpers = this.options.knownHelpers;
-      this.options.knownHelpers = {
-        'helperMissing': true,
-        'blockHelperMissing': true,
-        'each': true,
-        'if': true,
-        'unless': true,
-        'with': true,
-        'log': true
-      };
-      if (knownHelpers) {
-        for (var name in knownHelpers) {
-          this.options.knownHelpers[name] = knownHelpers[name];
-        }
-      }
-
-      return this.program(program);
-    },
-
-    accept: function(node) {
-      return this[node.type](node);
-    },
-
-    program: function(program) {
-      var statements = program.statements, statement;
-      this.opcodes = [];
-
-      for(var i=0, l=statements.length; i<l; i++) {
-        statement = statements[i];
-        this[statement.type](statement);
-      }
-      this.isSimple = l === 1;
-
-      this.depths.list = this.depths.list.sort(function(a, b) {
-        return a - b;
-      });
-
-      return this;
-    },
-
-    compileProgram: function(program) {
-      var result = new this.compiler().compile(program, this.options);
-      var guid = this.guid++;
-
-      this.usePartial = this.usePartial || result.usePartial;
-
-      this.children[guid] = result;
-
-      for(var i=0, l=result.depths.list.length; i<l; i++) {
-        depth = result.depths.list[i];
-
-        if(depth < 2) { continue; }
-        else { this.addDepth(depth - 1); }
-      }
-
-      return guid;
-    },
-
-    block: function(block) {
-      var mustache = block.mustache;
-      var depth, child, inverse, inverseGuid;
-
-      var params = this.setupStackForMustache(mustache);
-
-      var programGuid = this.compileProgram(block.program);
-
-      if(block.program.inverse) {
-        inverseGuid = this.compileProgram(block.program.inverse);
-        this.declare('inverse', inverseGuid);
-      }
-
-      this.opcode('invokeProgram', programGuid, params.length, !!mustache.hash);
-      this.declare('inverse', null);
-      this.opcode('append');
-    },
-
-    inverse: function(block) {
-      var params = this.setupStackForMustache(block.mustache);
-
-      var programGuid = this.compileProgram(block.program);
-
-      this.declare('inverse', programGuid);
-
-      this.opcode('invokeProgram', null, params.length, !!block.mustache.hash);
-      this.declare('inverse', null);
-      this.opcode('append');
-    },
-
-    hash: function(hash) {
-      var pairs = hash.pairs, pair, val;
-
-      this.opcode('push', '{}');
-
-      for(var i=0, l=pairs.length; i<l; i++) {
-        pair = pairs[i];
-        val  = pair[1];
-
-        this.accept(val);
-        this.opcode('assignToHash', pair[0]);
-      }
-    },
-
-    partial: function(partial) {
-      var id = partial.id;
-      this.usePartial = true;
-
-      if(partial.context) {
-        this.ID(partial.context);
-      } else {
-        this.opcode('push', 'depth0');
-      }
-
-      this.opcode('invokePartial', id.original);
-      this.opcode('append');
-    },
-
-    content: function(content) {
-      this.opcode('appendContent', content.string);
-    },
-
-    mustache: function(mustache) {
-      var params = this.setupStackForMustache(mustache);
-
-      this.opcode('invokeMustache', params.length, mustache.id.original, !!mustache.hash);
-
-      if(mustache.escaped && !this.options.noEscape) {
-        this.opcode('appendEscaped');
-      } else {
-        this.opcode('append');
-      }
-    },
-
-    ID: function(id) {
-      this.addDepth(id.depth);
-
-      this.opcode('getContext', id.depth);
-
-      this.opcode('lookupWithHelpers', id.parts[0] || null, id.isScoped || false);
-
-      for(var i=1, l=id.parts.length; i<l; i++) {
-        this.opcode('lookup', id.parts[i]);
-      }
-    },
-
-    STRING: function(string) {
-      this.opcode('pushString', string.string);
-    },
-
-    INTEGER: function(integer) {
-      this.opcode('push', integer.integer);
-    },
-
-    BOOLEAN: function(bool) {
-      this.opcode('push', bool.bool);
-    },
-
-    comment: function() {},
-
-    // HELPERS
-    pushParams: function(params) {
-      var i = params.length, param;
-
-      while(i--) {
-        param = params[i];
-
-        if(this.options.stringParams) {
-          if(param.depth) {
-            this.addDepth(param.depth);
-          }
-
-          this.opcode('getContext', param.depth || 0);
-          this.opcode('pushStringParam', param.string);
-        } else {
-          this[param.type](param);
-        }
-      }
-    },
-
-    opcode: function(name, val1, val2, val3) {
-      this.opcodes.push(Compiler.OPCODE_MAP[name]);
-      if(val1 !== undefined) { this.opcodes.push(val1); }
-      if(val2 !== undefined) { this.opcodes.push(val2); }
-      if(val3 !== undefined) { this.opcodes.push(val3); }
-    },
-
-    declare: function(name, value) {
-      this.opcodes.push('DECLARE');
-      this.opcodes.push(name);
-      this.opcodes.push(value);
-    },
-
-    addDepth: function(depth) {
-      if(depth === 0) { return; }
-
-      if(!this.depths[depth]) {
-        this.depths[depth] = true;
-        this.depths.list.push(depth);
-      }
-    },
-
-    setupStackForMustache: function(mustache) {
-      var params = mustache.params;
-
-      this.pushParams(params);
-
-      if(mustache.hash) {
-        this.hash(mustache.hash);
-      }
-
-      this.ID(mustache.id);
-
-      return params;
-    }
-  };
-
-  JavaScriptCompiler.prototype = {
-    // PUBLIC API: You can override these methods in a subclass to provide
-    // alternative compiled forms for name lookup and buffering semantics
-    nameLookup: function(parent, name, type) {
-                       if (/^[0-9]+$/.test(name)) {
-        return parent + "[" + name + "]";
-      } else if (JavaScriptCompiler.isValidJavaScriptVariableName(name)) {
-               return parent + "." + name;
-                       }
-                       else {
-                               return parent + "['" + name + "']";
-      }
-    },
-
-    appendToBuffer: function(string) {
-      if (this.environment.isSimple) {
-        return "return " + string + ";";
-      } else {
-        return "buffer += " + string + ";";
-      }
-    },
-
-    initializeBuffer: function() {
-      return this.quotedString("");
-    },
-
-    namespace: "Handlebars",
-    // END PUBLIC API
-
-    compile: function(environment, options, context, asObject) {
-      this.environment = environment;
-      this.options = options || {};
-
-      this.name = this.environment.name;
-      this.isChild = !!context;
-      this.context = context || {
-        programs: [],
-        aliases: { self: 'this' },
-        registers: {list: []}
-      };
-
-      this.preamble();
-
-      this.stackSlot = 0;
-      this.stackVars = [];
-
-      this.compileChildren(environment, options);
-
-      var opcodes = environment.opcodes, opcode;
-
-      this.i = 0;
-
-      for(l=opcodes.length; this.i<l; this.i++) {
-        opcode = this.nextOpcode(0);
-
-        if(opcode[0] === 'DECLARE') {
-          this.i = this.i + 2;
-          this[opcode[1]] = opcode[2];
-        } else {
-          this.i = this.i + opcode[1].length;
-          this[opcode[0]].apply(this, opcode[1]);
-        }
-      }
-
-      return this.createFunctionContext(asObject);
-    },
-
-    nextOpcode: function(n) {
-      var opcodes = this.environment.opcodes, opcode = opcodes[this.i + n], name, val;
-      var extraParams, codes;
-
-      if(opcode === 'DECLARE') {
-        name = opcodes[this.i + 1];
-        val  = opcodes[this.i + 2];
-        return ['DECLARE', name, val];
-      } else {
-        name = Compiler.DISASSEMBLE_MAP[opcode];
-
-        extraParams = Compiler.multiParamSize(opcode);
-        codes = [];
-
-        for(var j=0; j<extraParams; j++) {
-          codes.push(opcodes[this.i + j + 1 + n]);
-        }
-
-        return [name, codes];
-      }
-    },
-
-    eat: function(opcode) {
-      this.i = this.i + opcode.length;
-    },
-
-    preamble: function() {
-      var out = [];
-
-      // this register will disambiguate helper lookup from finding a function in
-      // a context. This is necessary for mustache compatibility, which requires
-      // that context functions in blocks are evaluated by blockHelperMissing, and
-      // then proceed as if the resulting value was provided to blockHelperMissing.
-      this.useRegister('foundHelper');
-
-      if (!this.isChild) {
-        var namespace = this.namespace;
-        var copies = "helpers = helpers || " + namespace + ".helpers;";
-        if(this.environment.usePartial) { copies = copies + " partials = partials || " + namespace + ".partials;"; }
-        out.push(copies);
-      } else {
-        out.push('');
-      }
-
-      if (!this.environment.isSimple) {
-        out.push(", buffer = " + this.initializeBuffer());
-      } else {
-        out.push("");
-      }
-
-      // track the last context pushed into place to allow skipping the
-      // getContext opcode when it would be a noop
-      this.lastContext = 0;
-      this.source = out;
-    },
-
-    createFunctionContext: function(asObject) {
-      var locals = this.stackVars;
-      if (!this.isChild) {
-        locals = locals.concat(this.context.registers.list);
-      }
-
-      if(locals.length > 0) {
-        this.source[1] = this.source[1] + ", " + locals.join(", ");
-      }
-
-      // Generate minimizer alias mappings
-      if (!this.isChild) {
-        var aliases = []
-        for (var alias in this.context.aliases) {
-          this.source[1] = this.source[1] + ', ' + alias + '=' + this.context.aliases[alias];
-        }
-      }
-
-      if (this.source[1]) {
-        this.source[1] = "var " + this.source[1].substring(2) + ";";
-      }
-
-      // Merge children
-      if (!this.isChild) {
-        this.source[1] += '\n' + this.context.programs.join('\n') + '\n';
-      }
-
-      if (!this.environment.isSimple) {
-        this.source.push("return buffer;");
-      }
-
-      var params = this.isChild ? ["depth0", "data"] : ["Handlebars", "depth0", "helpers", "partials", "data"];
-
-      for(var i=0, l=this.environment.depths.list.length; i<l; i++) {
-        params.push("depth" + this.environment.depths.list[i]);
-      }
-
-      if (asObject) {
-        params.push(this.source.join("\n  "));
-
-        return Function.apply(this, params);
-      } else {
-        var functionSource = 'function ' + (this.name || '') + '(' + params.join(',') + ') {\n  ' + this.source.join("\n  ") + '}';
-        Handlebars.log(Handlebars.logger.DEBUG, functionSource + "\n\n");
-        return functionSource;
-      }
-    },
-
-    appendContent: function(content) {
-      this.source.push(this.appendToBuffer(this.quotedString(content)));
-    },
-
-    append: function() {
-      var local = this.popStack();
-      this.source.push("if(" + local + " || " + local + " === 0) { " + this.appendToBuffer(local) + " }");
-      if (this.environment.isSimple) {
-        this.source.push("else { " + this.appendToBuffer("''") + " }");
-      }
-    },
-
-    appendEscaped: function() {
-      var opcode = this.nextOpcode(1), extra = "";
-      this.context.aliases.escapeExpression = 'this.escapeExpression';
-
-      if(opcode[0] === 'appendContent') {
-        extra = " + " + this.quotedString(opcode[1][0]);
-        this.eat(opcode);
-      }
-
-      this.source.push(this.appendToBuffer("escapeExpression(" + this.popStack() + ")" + extra));
-    },
-
-    getContext: function(depth) {
-      if(this.lastContext !== depth) {
-        this.lastContext = depth;
-      }
-    },
-
-    lookupWithHelpers: function(name, isScoped) {
-      if(name) {
-        var topStack = this.nextStack();
-
-        this.usingKnownHelper = false;
-
-        var toPush;
-        if (!isScoped && this.options.knownHelpers[name]) {
-          toPush = topStack + " = " + this.nameLookup('helpers', name, 'helper');
-          this.usingKnownHelper = true;
-        } else if (isScoped || this.options.knownHelpersOnly) {
-          toPush = topStack + " = " + this.nameLookup('depth' + this.lastContext, name, 'context');
-        } else {
-          this.register('foundHelper', this.nameLookup('helpers', name, 'helper'));
-          toPush = topStack + " = foundHelper || " + this.nameLookup('depth' + this.lastContext, name, 'context');
-        }
-
-        toPush += ';';
-        this.source.push(toPush);
-      } else {
-        this.pushStack('depth' + this.lastContext);
-      }
-    },
-
-    lookup: function(name) {
-      var topStack = this.topStack();
-      this.source.push(topStack + " = (" + topStack + " === null || " + topStack + " === undefined || " + topStack + " === false ? " +
-                               topStack + " : " + this.nameLookup(topStack, name, 'context') + ");");
-    },
-
-    pushStringParam: function(string) {
-      this.pushStack('depth' + this.lastContext);
-      this.pushString(string);
-    },
-
-    pushString: function(string) {
-      this.pushStack(this.quotedString(string));
-    },
-
-    push: function(name) {
-      this.pushStack(name);
-    },
-
-    invokeMustache: function(paramSize, original, hasHash) {
-      this.populateParams(paramSize, this.quotedString(original), "{}", null, hasHash, function(nextStack, helperMissingString, id) {
-        if (!this.usingKnownHelper) {
-          this.context.aliases.helperMissing = 'helpers.helperMissing';
-          this.context.aliases.undef = 'void 0';
-          this.source.push("else if(" + id + "=== undef) { " + nextStack + " = helperMissing.call(" + helperMissingString + "); }");
-          if (nextStack !== id) {
-            this.source.push("else { " + nextStack + " = " + id + "; }");
-          }
-        }
-      });
-    },
-
-    invokeProgram: function(guid, paramSize, hasHash) {
-      var inverse = this.programExpression(this.inverse);
-      var mainProgram = this.programExpression(guid);
-
-      this.populateParams(paramSize, null, mainProgram, inverse, hasHash, function(nextStack, helperMissingString, id) {
-        if (!this.usingKnownHelper) {
-          this.context.aliases.blockHelperMissing = 'helpers.blockHelperMissing';
-          this.source.push("else { " + nextStack + " = blockHelperMissing.call(" + helperMissingString + "); }");
-        }
-      });
-    },
-
-    populateParams: function(paramSize, helperId, program, inverse, hasHash, fn) {
-      var needsRegister = hasHash || this.options.stringParams || inverse || this.options.data;
-      var id = this.popStack(), nextStack;
-      var params = [], param, stringParam, stringOptions;
-
-      if (needsRegister) {
-        this.register('tmp1', program);
-        stringOptions = 'tmp1';
-      } else {
-        stringOptions = '{ hash: {} }';
-      }
-
-      if (needsRegister) {
-        var hash = (hasHash ? this.popStack() : '{}');
-        this.source.push('tmp1.hash = ' + hash + ';');
-      }
-
-      if(this.options.stringParams) {
-        this.source.push('tmp1.contexts = [];');
-      }
-
-      for(var i=0; i<paramSize; i++) {
-        param = this.popStack();
-        params.push(param);
-
-        if(this.options.stringParams) {
-          this.source.push('tmp1.contexts.push(' + this.popStack() + ');');
-        }
-      }
-
-      if(inverse) {
-        this.source.push('tmp1.fn = tmp1;');
-        this.source.push('tmp1.inverse = ' + inverse + ';');
-      }
-
-      if(this.options.data) {
-        this.source.push('tmp1.data = data;');
-      }
-
-      params.push(stringOptions);
-
-      this.populateCall(params, id, helperId || id, fn, program !== '{}');
-    },
-
-    populateCall: function(params, id, helperId, fn, program) {
-      var paramString = ["depth0"].concat(params).join(", ");
-      var helperMissingString = ["depth0"].concat(helperId).concat(params).join(", ");
-
-      var nextStack = this.nextStack();
-
-      if (this.usingKnownHelper) {
-        this.source.push(nextStack + " = " + id + ".call(" + paramString + ");");
-      } else {
-        this.context.aliases.functionType = '"function"';
-        var condition = program ? "foundHelper && " : ""
-        this.source.push("if(" + condition + "typeof " + id + " === functionType) { " + nextStack + " = " + id + ".call(" + paramString + "); }");
-      }
-      fn.call(this, nextStack, helperMissingString, id);
-      this.usingKnownHelper = false;
-    },
-
-    invokePartial: function(context) {
-      params = [this.nameLookup('partials', context, 'partial'), "'" + context + "'", this.popStack(), "helpers", "partials"];
-
-      if (this.options.data) {
-        params.push("data");
-      }
-
-      this.pushStack("self.invokePartial(" + params.join(", ") + ");");
-    },
-
-    assignToHash: function(key) {
-      var value = this.popStack();
-      var hash = this.topStack();
-
-      this.source.push(hash + "['" + key + "'] = " + value + ";");
-    },
-
-    // HELPERS
-
-    compiler: JavaScriptCompiler,
-
-    compileChildren: function(environment, options) {
-      var children = environment.children, child, compiler;
-
-      for(var i=0, l=children.length; i<l; i++) {
-        child = children[i];
-        compiler = new this.compiler();
-
-        this.context.programs.push('');     // Placeholder to prevent name conflicts for nested children
-        var index = this.context.programs.length;
-        child.index = index;
-        child.name = 'program' + index;
-        this.context.programs[index] = compiler.compile(child, options, this.context);
-      }
-    },
-
-    programExpression: function(guid) {
-      if(guid == null) { return "self.noop"; }
-
-      var child = this.environment.children[guid],
-          depths = child.depths.list;
-      var programParams = [child.index, child.name, "data"];
-
-      for(var i=0, l = depths.length; i<l; i++) {
-        depth = depths[i];
-
-        if(depth === 1) { programParams.push("depth0"); }
-        else { programParams.push("depth" + (depth - 1)); }
-      }
-
-      if(depths.length === 0) {
-        return "self.program(" + programParams.join(", ") + ")";
-      } else {
-        programParams.shift();
-        return "self.programWithDepth(" + programParams.join(", ") + ")";
-      }
-    },
-
-    register: function(name, val) {
-      this.useRegister(name);
-      this.source.push(name + " = " + val + ";");
-    },
-
-    useRegister: function(name) {
-      if(!this.context.registers[name]) {
-        this.context.registers[name] = true;
-        this.context.registers.list.push(name);
-      }
-    },
-
-    pushStack: function(item) {
-      this.source.push(this.nextStack() + " = " + item + ";");
-      return "stack" + this.stackSlot;
-    },
-
-    nextStack: function() {
-      this.stackSlot++;
-      if(this.stackSlot > this.stackVars.length) { this.stackVars.push("stack" + this.stackSlot); }
-      return "stack" + this.stackSlot;
-    },
-
-    popStack: function() {
-      return "stack" + this.stackSlot--;
-    },
-
-    topStack: function() {
-      return "stack" + this.stackSlot;
-    },
-
-    quotedString: function(str) {
-      return '"' + str
-        .replace(/\\/g, '\\\\')
-        .replace(/"/g, '\\"')
-        .replace(/\n/g, '\\n')
-        .replace(/\r/g, '\\r') + '"';
-    }
-  };
-
-  var reservedWords = (
-    "break else new var" +
-    " case finally return void" +
-    " catch for switch while" +
-    " continue function this with" +
-    " default if throw" +
-    " delete in try" +
-    " do instanceof typeof" +
-    " abstract enum int short" +
-    " boolean export interface static" +
-    " byte extends long super" +
-    " char final native synchronized" +
-    " class float package throws" +
-    " const goto private transient" +
-    " debugger implements protected volatile" +
-    " double import public let yield"
-  ).split(" ");
-
-  var compilerWords = JavaScriptCompiler.RESERVED_WORDS = {};
-
-  for(var i=0, l=reservedWords.length; i<l; i++) {
-    compilerWords[reservedWords[i]] = true;
-  }
-
-       JavaScriptCompiler.isValidJavaScriptVariableName = function(name) {
-               if(!JavaScriptCompiler.RESERVED_WORDS[name] && /^[a-zA-Z_$][0-9a-zA-Z_$]+$/.test(name)) {
-                       return true;
-               }
-               return false;
-       }
-
-})(Handlebars.Compiler, Handlebars.JavaScriptCompiler);
-
-Handlebars.precompile = function(string, options) {
-  options = options || {};
-
-  var ast = Handlebars.parse(string);
-  var environment = new Handlebars.Compiler().compile(ast, options);
-  return new Handlebars.JavaScriptCompiler().compile(environment, options);
-};
-
-Handlebars.compile = function(string, options) {
-  options = options || {};
-
-  var compiled;
-  function compile() {
-    var ast = Handlebars.parse(string);
-    var environment = new Handlebars.Compiler().compile(ast, options);
-    var templateSpec = new Handlebars.JavaScriptCompiler().compile(environment, options, undefined, true);
-    return Handlebars.template(templateSpec);
-  }
-
-  // Template is only compiled on first use and cached after that point.
-  return function(context, options) {
-    if (!compiled) {
-      compiled = compile();
-    }
-    return compiled.call(this, context, options);
-  };
-};
-;
-// lib/handlebars/runtime.js
-Handlebars.VM = {
-  template: function(templateSpec) {
-    // Just add water
-    var container = {
-      escapeExpression: Handlebars.Utils.escapeExpression,
-      invokePartial: Handlebars.VM.invokePartial,
-      programs: [],
-      program: function(i, fn, data) {
-        var programWrapper = this.programs[i];
-        if(data) {
-          return Handlebars.VM.program(fn, data);
-        } else if(programWrapper) {
-          return programWrapper;
-        } else {
-          programWrapper = this.programs[i] = Handlebars.VM.program(fn);
-          return programWrapper;
-        }
-      },
-      programWithDepth: Handlebars.VM.programWithDepth,
-      noop: Handlebars.VM.noop
-    };
-
-    return function(context, options) {
-      options = options || {};
-      return templateSpec.call(container, Handlebars, context, options.helpers, options.partials, options.data);
-    };
-  },
-
-  programWithDepth: function(fn, data, $depth) {
-    var args = Array.prototype.slice.call(arguments, 2);
-
-    return function(context, options) {
-      options = options || {};
-
-      return fn.apply(this, [context, options.data || data].concat(args));
-    };
-  },
-  program: function(fn, data) {
-    return function(context, options) {
-      options = options || {};
-
-      return fn(context, options.data || data);
-    };
-  },
-  noop: function() { return ""; },
-  invokePartial: function(partial, name, context, helpers, partials, data) {
-    options = { helpers: helpers, partials: partials, data: data };
-
-    if(partial === undefined) {
-      throw new Handlebars.Exception("The partial " + name + " could not be found");
-    } else if(partial instanceof Function) {
-      return partial(context, options);
-    } else if (!Handlebars.compile) {
-      throw new Handlebars.Exception("The partial " + name + " could not be compiled when running in runtime-only mode");
-    } else {
-      partials[name] = Handlebars.compile(partial);
-      return partials[name](context, options);
-    }
-  }
-};
-
-Handlebars.template = Handlebars.VM.template;
-;
diff --git a/examples/calf/styles/calf.css b/examples/calf/styles/calf.css
deleted file mode 100644 (file)
index 58ae3fa..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-#application {
-    overflow: hidden;
-    margin-bottom: 30px;
-}
-
-.library {
-    height: 300px;
-    overflow-y: auto;
-}
-
-.now-playing {
-    position: relative;
-}
-
-.now-playing .album-art {
-    height: 300px;
-    width: 300px;
-}
-
-.now-playing .play-controls {
-    position: absolute;
-    bottom: -20px;
-    padding: 10px 0 10px 50px;
-    width: 250px;
-    background-color: rgba(255,255,255,0.8);
-}
-
-.volume-control .volume-sliders {
-    padding-top: 30px;
-}
-
-.volume-control .volume-sliders .ui-slider-vertical {
-    float: right;
-    margin-left: 15px;
-    margin-right: 15px;
-}
diff --git a/examples/hoofbeats/config.xml b/examples/hoofbeats/config.xml
deleted file mode 100644 (file)
index fcfb9c2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://otc.intel.com/hoofbeats" version="1.0.0" viewmodes="fullscreen">
-    <name>Hoofbeats</name>
-    <icon src="icon.png"/>
-    <tizen:application id="1234567890" required_version="1.0"/>
-    <content src="demos/demo.html"/>
-    <access origin="*" subdomains="true"/>
-
-    <feature name="http://tizen.org/privilege/application" required="false"/>
-    <feature name="http://tizen.org/privilege/content.read" required="true"/>
-    <feature name="http://tizen.org/privilege/tizen" required="true"/>
-</widget>
diff --git a/examples/hoofbeats/deploy.sh b/examples/hoofbeats/deploy.sh
deleted file mode 100755 (executable)
index 46a5b44..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-LOCAL_PORT=11224
-SOCKET='unix:/tmp/qemu.sock'
-
-echo "Deleting the old widget file..."
-sdb shell 'rm /home/developer/hoofbeats.wgt'
-
-echo "Building..."
-./make-wgt.sh >/dev/null
-
-echo "Pushing the widget file..."
-sdb push hoofbeats.wgt /home/developer
-
-echo "Installing the widget file..."
-REMOTE_PORT=`sdb shell 'wrt-launcher -k 1234567890; sleep 2; wrt-installer -un 1234567890; wrt-installer -i /home/developer/hoofbeats.wgt; wrt-launcher -d -s 1234567890' | awk '/port:/ { print $2 }'`
-
-echo "Enabling forwarding to port $PORT..."
-echo "hostfwd_remove ::$LOCAL_PORT" | socat $SOCKET -
-echo "hostfwd_add ::$LOCAL_PORT-:$REMOTE_PORT" | socat $SOCKET -
-
-echo "Starting debuggin..."
-google-chrome http://localhost:$LOCAL_PORT
-echo "Done."
diff --git a/examples/hoofbeats/icon.png b/examples/hoofbeats/icon.png
deleted file mode 100644 (file)
index 176c040..0000000
Binary files a/examples/hoofbeats/icon.png and /dev/null differ
diff --git a/examples/hoofbeats/icon.svg b/examples/hoofbeats/icon.svg
deleted file mode 100644 (file)
index b514ee4..0000000
+++ /dev/null
@@ -1,152 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="744.09448819"
-   height="1052.3622047"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.3.1 r9886"
-   sodipodi:docname="icon.svg">
-  <defs
-     id="defs4">
-    <pattern
-       inkscape:collect="always"
-       xlink:href="#pattern4856"
-       id="pattern4901"
-       patternTransform="translate(1069.9383,149.10377)" />
-    <pattern
-       inkscape:collect="always"
-       xlink:href="#pattern3367"
-       id="pattern4856"
-       patternTransform="translate(1074.071,149.10377)" />
-    <pattern
-       patternUnits="userSpaceOnUse"
-       width="592.06941"
-       height="592.02453"
-       patternTransform="translate(96.928101,237.6752)"
-       id="pattern3367">
-      <path
-         inkscape:connector-curvature="0"
-         id="path3364"
-         d="m 0.00298,574.67303 c 0,-10.1259 0.2205,-17.3437 0.5299,-17.3437 0.2915,0 0.6257,0.2872 0.7427,0.6382 0.2401,0.7201 3.811699,-1.1001 5.808099,-2.96 0.6771,-0.6309 1.5506,-1.147 1.9411,-1.147 0.3905,0 0.7967,-0.205 0.9027,-0.4556 0.5332,-1.2608 5.8803,-5.5061 7.1044,-5.6404 0.7728,-0.085 1.6801,-0.3243 2.0162,-0.532 0.3361,-0.2077 0.6111,0.028 0.6111,0.5236 0,0.4957 -0.2601,0.9013 -0.5781,0.9013 -0.3179,0 -0.5781,0.4396 -0.5781,0.9769 0,0.7318 0.4524,0.5142 1.803,-0.8671 0.9916,-1.0143 1.9672,-1.8641 2.1679,-1.8884 0.2008,-0.024 0.8765,-0.1396 1.5016,-0.2562 0.6251,-0.1166 1.4772,0.071 1.8935,0.4161 0.615,0.5104 0.5645,0.8439 -0.2694,1.7784 -0.9951,1.1153 -0.9868,1.1379 0.2745,0.7454 1.475,-0.4591 1.7909,0.6265 0.5781,1.9865 -0.6148,0.6895 -0.5716,0.6962 0.2891,0.045 0.7512,-0.5684 1.2115,-0.5997 1.7875,-0.1216 0.4268,0.3541 1.0093,0.451 1.2947,0.2153 0.2853,-0.2357 0.1058,0.092 -0.3989,0.7277 -1.8102,2.2809 -1.8535,2.6421 -0.2434,2.0299 1.3682,-0.5202 1.4436,-0.4734 0.8936,0.5543 -0.5535,1.0342 -0.4336,1.101 1.5252,0.8502 1.1692,-0.1497 2.538,-0.589 3.0418,-0.9762 0.626,-0.4811 0.5845,-0.3143 -0.1312,0.5269 -0.8009,0.9415 -0.8688,1.2931 -0.289,1.4954 0.5679,0.1983 0.4681,0.6006 -0.3983,1.6047 -0.6359,0.737 -0.8441,1.158 -0.4626,0.9355 0.4025,-0.2349 0.9606,0.094 1.3298,0.7839 0.3499,0.6538 0.8875,1.0333 1.1947,0.8435 0.3072,-0.1899 0.4357,-0.5441 0.2855,-0.7871 -0.1502,-0.243 0.092,-0.4418 0.5374,-0.4418 0.6069,0 0.668,0.2664 0.2433,1.0599 -0.3119,0.583 -0.7904,1.0599 -1.0631,1.0599 -0.2728,0 -0.6414,0.3791 -0.8192,0.8424 -0.2635,0.6866 -0.047,0.7373 1.1704,0.2744 1.4853,-0.5647 1.4884,-0.5597 0.5486,0.8746 -0.7315,1.1165 -0.7623,1.3724 -0.1361,1.1321 0.9102,-0.3493 2.7977,1.973 2.2819,2.8075 -0.1834,0.2968 0.1526,0.4401 0.7467,0.3185 0.6188,-0.1267 1.0119,-0.6257 0.9203,-1.1683 -0.088,-0.5209 0.1474,-1.137 0.523,-1.3691 0.4285,-0.2648 0.5291,-0.1734 0.2702,0.2455 -0.8827,1.4282 0.4885,0.534 3.8611,-2.518 2.3696,-2.1444 3.8476,-3.0813 4.5227,-2.8671 0.5515,0.1751 1.1727,0.043 1.3805,-0.2928 0.2077,-0.3361 0.624,-0.4588 0.9252,-0.2726 0.3012,0.1861 0.3634,0.6456 0.1382,1.0211 -0.2459,0.41 -0.028,0.3735 0.5454,-0.091 0.8388,-0.68 0.9254,-0.6211 0.7124,0.4851 -0.2019,1.0482 -0.1012,1.1418 0.6014,0.5588 0.79608,-0.6607 1.10841,-0.3626 0.87972,0.8398 -0.0556,0.2923 0.25799,0.2335 0.69685,-0.1307 0.91041,-0.7556 2.15793,0.1108 2.15793,1.4987 0,0.5846 0.71044,0.4039 2.62936,-0.6686 2.15042,-1.2019 2.68799,-1.3168 2.95121,-0.6309 0.17701,0.4613 0.55474,0.6948 0.83938,0.5189 0.69534,-0.4298 0.65217,0.151 -0.11825,1.5905 -0.46233,0.8639 -0.46233,1.0808 0,0.7951 0.34969,-0.2162 0.6358,-0.1175 0.6358,0.2193 0,0.3367 -0.26016,0.6447 -0.57813,0.6845 -0.31796,0.04 -0.83828,0.1048 -1.15625,0.1445 -0.31796,0.04 -0.59666,0.3324 -0.61932,0.6504 -0.06,0.8415 -1.77804,2.6174 -2.24997,2.3257 -0.22125,-0.1368 -0.35222,0.3247 -0.29104,1.0253 0.0612,0.7007 -0.14353,1.7687 -0.45491,2.3734 -0.47036,0.9134 -0.39716,1.0345 0.43267,0.7161 0.75666,-0.2904 0.91154,-0.1559 0.63882,0.5548 -0.27179,0.7083 -0.11053,0.8513 0.65829,0.5836 0.74529,-0.2596 0.66869,-0.057 -0.28573,0.7535 -0.7172,0.6095 -1.04563,1.1954 -0.72982,1.3019 0.34227,0.1156 0.22509,0.866 -0.29013,1.858 -0.76966,1.482 -0.76888,1.585 0.007,0.941 0.71276,-0.5916 0.87147,-0.5602 0.87147,0.1723 0,0.4926 -0.81945,1.3044 -1.821,1.8041 -1.46986,0.7332 -1.9929,0.7693 -2.71253,0.1869 -0.71278,-0.5769 -0.80449,-0.5767 -0.45739,0 0.25448,0.4236 0.13639,0.7226 -0.28536,0.7226 -0.39573,0 -1.33534,0.5785 -2.08804,1.2856 -1.0764,1.0113 -1.4699,1.1215 -1.8439,0.5164 -0.3326,-0.5381 -0.5941,-0.577 -0.8708,-0.1294 -0.2175,0.3531 -0.1046,0.641 0.2509,0.641 0.3555,0 0.4856,0.2602 0.2891,0.5781 -0.1966,0.318 -0.9057,0.5782 -1.5758,0.5782 -0.6702,0 -1.0473,0.1711 -0.8381,0.3804 0.2092,0.2092 0.091,0.7295 -0.2635,1.1562 -0.3541,0.4267 -0.502,0.7759 -0.3285,0.7759 0.1734,0 -0.4651,0.7804 -1.419,1.7343 -0.9539,0.9539 -2.2347,1.7344 -2.8462,1.7344 -1.3287,0 -1.4369,-0.7448 -0.2509,-1.7291 0.4734,-0.3929 0.7075,-0.9624 0.5202,-1.2655 -0.3612,-0.5845 -1.0433,-0.1567 -1.1643,0.7303 -0.04,0.2915 -0.1047,0.6919 -0.1445,0.8898 -0.04,0.1979 -0.428,0.065 -0.8627,-0.2962 -0.6054,-0.5024 -0.9777,-0.4253 -1.5899,0.3292 -0.6826,0.8414 -0.6807,0.9139 0.013,0.4959 0.5512,-0.3321 0.6795,-0.2749 0.3995,0.1782 -0.2991,0.4839 -5.9673,0.6674 -20.6127,0.6674 l -20.200299,0 0,-17.3437 z m 104.0625,16.5887 c 0,-0.4932 0.40882,-1.3055 0.90848,-1.8052 0.49966,-0.4997 0.6451,-0.9085 0.32319,-0.9085 -0.32192,0 -0.7539,0.2728 -0.95996,0.6062 -0.25572,0.4138 -0.63584,0.3895 -1.1975,-0.077 -0.50617,-0.4201 -0.62618,-0.9315 -0.31184,-1.3288 0.28106,-0.3553 0.42912,-1.1574 0.32903,-1.7826 -0.1001,-0.625 0.12843,-1.5205 0.50784,-1.9898 0.56411,-0.6978 0.53179,-0.7571 -0.17737,-0.325 -1.42094,0.8657 -2.43229,0.8354 -2.06817,-0.062 0.18359,-0.4525 0.50323,-1.2429 0.71032,-1.7565 0.30492,-0.7564 0.12626,-0.8545 -0.93959,-0.5163 -1.02372,0.325 -1.207401,0.2435 -0.82684,-0.3668 0.2691,-0.4315 0.56257,-1.3049 0.65215,-1.9409 0.12065,-0.8564 0.0299,-0.9506 -0.35001,-0.3631 -0.28209,0.4362 -0.868171,0.6653 -1.302401,0.5091 -0.43424,-0.1563 -1.25289,0.1198 -1.81923,0.6135 -0.93344,0.8137 -1.12157,0.8058 -2.01214,-0.085 -0.83337,-0.8334 -0.86842,-1.165 -0.23101,-2.1857 0.95735,-1.5329 0.41009,-2.1204 -0.915,-0.9823 -1.75757,1.5097 -2.33412,1.6655 -2.25077,0.6082 0.0486,-0.6164 -0.25637,-0.9312 -0.78793,-0.8134 -0.61475,0.1362 -0.5108,-0.2003 0.35708,-1.1562 0.67335,-0.7416 1.70686,-2.1066 2.29669,-3.0333 l 1.07243,-1.6848 -1.62248,0.4072 c -1.71044,0.4293 -1.70092,0 0.0453,-2.0387 0.62962,-0.7356 0.65525,-1.0543 0.11179,-1.3901 -0.43428,-0.2684 -0.55615,-0.1948 -0.31729,0.1917 0.2133,0.3451 0.14626,0.7768 -0.14898,0.9592 -0.77521,0.4792 -0.43505,-1.127 0.46954,-2.2169 0.69753,-0.8405 0.47679,-1.1725 -0.66332,-0.9977 -0.23245,0.036 -0.84629,-0.5817 -1.36408,-1.3719 -0.7486,-1.1425 -1.25408,-1.3623 -2.46797,-1.0729 -0.8396,0.2001 -1.90167,0.6532 -2.36017,1.0068 -0.65519,0.5053 -0.72955,0.4702 -0.34737,-0.164 0.38611,-0.6408 0.17081,-0.7278 -1.04527,-0.4226 -1.63155,0.4095 -2.19724,-0.5747 -0.66767,-1.1617 0.47512,-0.1823 0.7173,-0.5686 0.53817,-0.8584 -0.17913,-0.2899 -0.5702,-0.3759 -0.86904,-0.1912 -0.29884,0.1847 -1.07503,0.1671 -1.72487,-0.039 -0.83871,-0.2662 -1.01454,-0.5762 -0.60602,-1.0684 0.34118,-0.4111 0.3691,-1.0274 0.0686,-1.5136 -0.2788,-0.4511 -0.37865,-1.0278 -0.22188,-1.2814 0.34794,-0.563 -1.1668,-0.6193 -1.72206,-0.064 -0.21846,0.2184 -0.91705,0.4355 -1.55242,0.4823 -1.15067,0.085 -1.15062,0.08 0.0118,-1.1571 1.87947,-2.0006 1.4187,-2.7347 -0.89935,-1.4327 -1.13649,0.6383 -1.88363,0.865 -1.66031,0.5036 0.5784,-0.9358 -0.98856,-1.7506 -1.90464,-0.9904 -1.32765,1.1019 -1.36677,0.1175 -0.0613,-1.5421 l 1.26111,-1.6033 -1.39755,0.4356 c -1.37807,0.4295 -1.38261,0.4188 -0.32616,-0.7645 1.05343,-1.1799 1.04818,-1.1975 -0.31351,-1.0523 -0.7617,0.081 -1.67484,0.3268 -2.02919,0.5458 -0.91298,0.5643 -0.24005,-1.9401 0.86433,-3.2167 0.79979,-0.9244 0.75915,-1.0117 -0.47138,-1.0117 l -1.34662,0 1.35566,-1.443 c 1.88836,-2.0101 1.01574,-2.4949 -1.17405,-0.6523 -2.58297,2.1734 -3.27761,1.8708 -1.3891,-0.6052 0.89035,-1.1673 1.31146,-1.9324 0.9358,-1.7002 -0.37569,0.2321 -0.68304,0.1548 -0.68304,-0.172 0,-0.3268 -0.43291,-0.428 -0.96202,-0.2249 -0.64686,0.2482 -0.82509,0.1475 -0.54401,-0.3072 0.26803,-0.4337 -0.0139,-0.6764 -0.78568,-0.6764 -1.17229,0 -1.17724,-0.04 -0.18963,-1.5477 l 1.01408,-1.5476 -1.43434,0.4581 c -0.78888,0.252 -2.08473,0.4972 -2.87965,0.5448 -0.79492,0.048 -1.73422,0.2707 -2.08733,0.4957 -2.0857,1.3288 -0.26377,-2.9449 2.18055,-5.1149 1.22682,-1.0891 1.22865,-1.0881 0.50342,0.2923 -0.66787,1.2711 -0.62943,1.3596 0.46628,1.0731 0.65678,-0.1718 1.28312,-0.045 1.39186,0.2808 0.12113,0.3634 0.9046,0.2277 2.02245,-0.3504 1.0036,-0.519 1.91616,-0.9436 2.02792,-0.9436 0.11176,0 0.22952,0.9287 0.26169,2.0637 0.0725,2.5559 0.48474,3.0043 1.93133,2.1009 0.67855,-0.4237 1.12995,-0.4727 1.12995,-0.1226 0,0.3207 -0.19511,0.585 -0.43359,0.5875 -0.55277,0.01 -1.9603,2.9975 -1.58622,3.3715 0.1543,0.1543 0.99708,-0.079 1.87284,-0.5174 0.87576,-0.4389 1.83087,-0.9076 2.12248,-1.0415 0.29161,-0.1339 -0.062,0.5882 -0.78572,1.6046 -1.80242,2.5312 -1.01177,2.9742 1.30343,0.7302 2.79513,-2.7091 4.55122,-2.3238 3.00367,0.6591 -0.6993,1.3479 -0.69105,1.5484 0.0637,1.5484 0.47686,0 0.69816,0.2732 0.49178,0.6071 -0.20638,0.334 0.60046,0.084 1.79297,-0.5549 2.09803,-1.1245 3.51355,-1.1259 2.81945,0 -0.18614,0.3012 -0.52487,0.4324 -0.75273,0.2916 -0.22786,-0.1409 -0.4143,0.2451 -0.4143,0.8577 0,1.3616 -0.10727,1.3636 2.19529,-0.04 1.93644,-1.1806 5.12482,-1.7349 3.33819,-0.5803 -0.53044,0.3428 -0.59772,0.5639 -0.17325,0.5693 0.38166,0.01 0.94951,-0.4464 1.2619,-1.0029 0.53925,-0.9605 0.58802,-0.9596 0.96438,0.017 0.27568,0.7156 0.74973,0.9168 1.55659,0.6608 0.70375,-0.2234 1.0203,-0.1419 0.80462,0.207 -0.19628,0.3176 0.43017,0.6907 1.39837,0.8328 0.96466,0.1416 1.87281,0.065 2.01811,-0.1701 0.14531,-0.2351 0.77802,-0.2931 1.40605,-0.1288 0.91952,0.2404 1.02802,0.5113 0.5572,1.391 -0.41676,0.7788 -0.39247,1.0924 0.0846,1.0924 0.45914,0 0.42015,0.3145 -0.1242,1.0018 -0.74895,0.9456 -0.70499,0.9453 0.7841,0 1.577271,-1.0068 1.577451,-1.0068 1.053501,0.3713 -0.470101,1.2365 -0.367061,1.3783 1.00119,1.3783 1.50534,0 10.53183,-5.8148 10.53183,-6.7845 0,-0.2604 0.83409,-0.7642 1.85352,-1.1196 l 1.85352,-0.6461 -1.56446,1.6329 c -0.86044,0.8981 -1.56445,1.8384 -1.56445,2.0896 0,0.2512 0.91055,-0.6332 2.02344,-1.9652 1.11289,-1.3321 2.02343,-2.2525 2.02343,-2.0454 0,0.2071 0.57821,-0.028 1.28489,-0.5234 2.24341,-1.5714 2.98009,-1.0995 1.52843,0.9789 -0.72176,1.0334 -1.58498,2.0701 -1.91827,2.3037 -1.37537,0.964 0.48443,0.3485 2.56496,-0.8489 2.33194,-1.3421 3.6018,-1.1189 2.33284,0.4101 -0.45599,0.5495 -0.49986,0.8812 -0.1165,0.8812 0.33813,0 0.77558,-0.2601 0.97209,-0.5781 0.19652,-0.318 0.74057,-0.5781 1.209,-0.5781 1.12045,0 2.01815,2.3774 1.2552,3.3242 -0.41561,0.5157 -0.33406,0.7226 0.28485,0.7226 0.47695,0 1.16772,-0.3621 1.53504,-0.8047 0.36732,-0.4426 1.19451,-0.9424 1.8382,-1.1107 0.97034,-0.2538 1.0512,-0.1625 0.47312,0.534 -0.5982,0.7208 -0.47034,0.7539 0.90013,0.2328 1.38624,-0.527 1.5487,-0.4804 1.22909,0.3524 -0.30506,0.795 -0.22048,0.8371 0.4927,0.2452 0.47354,-0.393 1.19493,-0.6008 1.60308,-0.4617 0.40815,0.1391 1.70856,-0.3541 2.88979,-1.096 1.67895,-1.0545 2.0689,-1.1436 1.78668,-0.4081 -0.30598,0.7973 -0.0605,0.881 1.61011,0.549 1.08413,-0.2155 2.42641,-0.4369 2.98286,-0.4921 0.55644,-0.055 1.01171,-0.4348 1.01171,-0.8436 0,-0.4089 0.27552,-0.7433 0.61225,-0.7433 0.33674,0 0.44748,-0.2666 0.24609,-0.5925 -0.20138,-0.3258 -0.0216,-0.521 0.39947,-0.4336 0.43991,0.091 0.7271,-0.2978 0.67506,-0.9145 -0.0623,-0.7389 0.0957,-0.8872 0.507,-0.4758 0.37339,0.3734 1.0978,0.4074 1.93096,0.091 0.90997,-0.346 1.42587,-0.2867 1.62464,0.1867 0.19838,0.4725 0.57367,0.3437 1.17671,-0.4038 0.73173,-0.907 1.03911,-0.9699 1.77069,-0.3628 0.56155,0.4661 0.88526,0.5074 0.88526,0.113 0,-0.7018 3.96353,-1.9521 4.71527,-1.4875 0.26832,0.1658 0.48785,0.026 0.48785,-0.3107 0,-0.3368 0.27552,-0.6123 0.61225,-0.6123 0.33674,0 0.4251,0.3252 0.19637,0.7227 -0.24161,0.4198 -0.19535,0.5208 0.11041,0.2409 0.28946,-0.265 0.52629,-0.785 0.52629,-1.1555 0,-0.3706 0.39023,-0.6995 0.86718,-0.731 0.47696,-0.031 0.99727,-0.1185 1.15625,-0.1935 0.15899,-0.075 0.87062,-0.2008 1.58141,-0.2798 0.71079,-0.079 1.75142,-0.5381 2.3125,-1.0202 2.0639,-1.7732 2.6211,-1.8769 2.16042,-0.4021 -0.2359,0.7553 -0.71905,1.5643 -1.07365,1.7979 -0.35955,0.2369 -0.38901,0.4206 -0.0666,0.4152 0.31797,0 1.07546,-0.3858 1.68332,-0.8458 0.60786,-0.46 1.65986,-0.6972 2.33779,-0.527 0.77977,0.1957 1.59587,-0.092 2.22143,-0.7833 0.83234,-0.9197 0.85121,-1.0927 0.11924,-1.0927 -0.47828,0 -0.8696,0.2168 -0.8696,0.4818 0,0.265 -0.32519,0.4806 -0.72265,0.4791 -0.39746,0 0.12285,-0.7951 1.15625,-1.7637 1.71083,-1.6034 2.63687,-3.3953 1.34073,-2.5942 -0.296,0.1829 -0.68929,0.088 -0.87399,-0.2108 -0.18469,-0.2988 0.42284,-1.0835 1.35008,-1.7438 1.99301,-1.4191 4.68708,-1.6107 4.68708,-0.3332 0,0.4769 0.19512,0.8363 0.4336,0.7987 1.24779,-0.197 1.37295,0.1867 0.40849,1.2524 -0.58932,0.6512 -1.12693,1.5618 -1.1947,2.0235 -0.13958,0.951 0.99321,1.1238 1.83681,0.2802 0.93503,-0.935 3.04439,-0.064 2.73259,1.1282 -0.15065,0.576 0.1842,1.7465 0.7441,2.601 0.86404,1.3187 0.89376,1.6323 0.19653,2.0736 -0.66385,0.4202 -0.67095,0.5217 -0.0369,0.5288 0.44808,0.01 0.64589,0.3701 0.46126,0.8512 -0.26026,0.6782 -0.047,0.7374 1.0944,0.3034 1.50207,-0.5711 1.60673,-0.4548 1.44026,1.6004 -0.11556,1.4266 0.52525,1.6779 1.58259,0.6205 0.52154,-0.5215 0.625,-0.3934 0.44348,0.5491 -0.20949,1.0878 -0.0749,1.1677 1.16979,0.6945 1.57541,-0.599 1.8708,0.066 0.52536,1.1826 -0.48464,0.4022 -0.74423,0.8682 -0.57686,1.0356 0.16736,0.1674 -0.15155,0.8254 -0.70869,1.4623 -0.55714,0.6369 -0.68778,0.9679 -0.29032,0.7355 0.40878,-0.2391 0.72265,-0.1259 0.72265,0.2604 0,0.5045 0.23022,0.492 0.88042,-0.048 0.73616,-0.6109 0.82076,-0.5752 0.51628,0.2183 -0.33437,0.8714 -1.00513,1.1934 -2.11935,1.0174 -0.23848,-0.038 -0.4336,0.1427 -0.4336,0.4007 0,0.258 -0.53044,1.0385 -1.17877,1.7344 -0.64832,0.6959 -0.94033,1.2652 -0.64891,1.2652 0.29142,0 0.85372,-0.3902 1.24956,-0.8672 0.71962,-0.8671 2.3125,-1.2033 2.3125,-0.4881 0,0.8416 -3.00346,4.2459 -3.74594,4.2459 -0.43806,0 -1.14025,0.3438 -1.56042,0.764 -0.42018,0.4202 -0.9618,0.8051 -1.20361,0.8555 -0.2418,0.05 -1.21739,0.4937 -2.16797,0.9852 -1.64268,0.8495 -2.00268,0.7304 -1.75691,-0.5812 0.0596,-0.318 -1.05573,0.5576 -2.47846,1.9456 -2.39886,2.3405 -3.83041,5.2809 -2.57095,5.2809 0.29859,0 -0.58299,0.8748 -1.95908,1.9438 -1.37609,1.0691 -2.43049,2.2591 -2.34312,2.6446 0.0874,0.3854 -0.10974,0.5347 -0.43803,0.3318 -0.32828,-0.2029 -1.03802,0.072 -1.5772,0.6114 -0.92168,0.9217 -0.89548,0.9539 0.43803,0.5382 l 1.41835,-0.4422 -1.12642,1.2608 c -1.36742,1.5306 -1.71872,3.1569 -0.5882,2.7231 0.63156,-0.2423 0.68249,0 0.24447,1.1492 -0.77905,2.049 -0.68959,2.7122 0.3139,2.3272 1.24983,-0.4796 1.07765,0.9418 -0.33103,2.7326 -1.07468,1.3663 -1.09524,1.5233 -0.19946,1.5233 0.93096,0 0.9338,0.072 0.042,1.0572 -0.52624,0.5815 -0.9568,1.4535 -0.9568,1.9377 0,0.4842 -0.78272,1.6995 -1.7394,2.7006 l -1.7394,1.8201 -30.0916,0 c -23.9194,0 -30.00253,-0.1482 -29.65743,-0.7226 0.29501,-0.4911 0.12065,-0.4684 -0.544,0.071 -0.8394,0.6809 -0.97817,0.6663 -0.97817,-0.1032 z m 63.30469,-2.7137 c 0.57552,-0.6359 0.91631,-1.1562 0.75733,-1.1562 -0.15898,0 -0.75994,0.5203 -1.33546,1.1562 -0.57552,0.636 -0.91631,1.1563 -0.75733,1.1563 0.15898,0 0.75994,-0.5203 1.33546,-1.1563 z m -88.779941,-45.9154 c 0.55993,-0.6747 0.46754,-0.7657 -0.51634,-0.5084 -1.44619,0.3782 -2.15907,1.3301 -0.99613,1.3301 0.45678,0 1.1374,-0.3698 1.51247,-0.8217 z m 450.901361,48.366 c 0.91646,-1.7124 2.87425,-3.187 3.77327,-2.8421 1.10848,0.4254 3.97434,-1.8314 3.59177,-2.8283 -0.17136,-0.4466 0.005,-0.6533 0.42056,-0.4936 0.39343,0.1509 1.46948,-0.5127 2.39123,-1.4748 0.92174,-0.9621 2.2776,-1.7493 3.01303,-1.7493 0.73544,0 1.33715,-0.2426 1.33715,-0.5391 0,-0.2966 0.55469,-0.7152 1.23264,-0.9304 0.67795,-0.2152 0.99444,-0.558 0.70331,-0.7616 -0.77483,-0.5423 -0.60956,-2.0929 0.23202,-2.1771 0.39746,-0.04 0.91778,-0.1356 1.15625,-0.213 0.23848,-0.077 0.69375,-0.088 1.01172,-0.024 0.31797,0.064 0.39216,-0.069 0.16487,-0.2966 -0.22729,-0.2273 -0.10697,-0.9644 0.26736,-1.638 0.37433,-0.6736 0.61889,-1.4392 0.54346,-1.7013 -0.0754,-0.2622 0.1,-0.3301 0.3898,-0.1509 0.61667,0.3811 1.96602,-1.0515 1.4636,-1.5539 -0.18731,-0.1873 -0.77041,-0.1975 -1.29577,-0.023 -0.52535,0.1749 0.0204,-0.3727 1.21278,-1.2169 2.4022,-1.7008 2.76606,-2.3392 1.01689,-1.784 -1.61651,0.513 -2.55794,-0.1685 -1.68524,-1.2201 0.37872,-0.4563 0.52086,-0.9974 0.31587,-1.2024 -0.20499,-0.205 0.0584,-0.8491 0.58535,-1.4313 0.52693,-0.5823 0.7558,-1.0586 0.50859,-1.0586 -0.24719,0 -0.14292,-0.3694 0.23173,-0.8208 0.53015,-0.6388 0.5138,-0.7954 -0.0737,-0.7064 -0.41521,0.063 -1.10608,0.3336 -1.53526,0.6015 -0.62706,0.3914 -0.65675,0.2561 -0.15115,-0.6886 0.34604,-0.6466 0.95735,-1.3078 1.35846,-1.4694 0.56242,-0.2266 0.56589,-0.3043 0.0151,-0.3394 -0.85183,-0.055 0.5862,-2.6121 2.97794,-5.2964 1.284,-1.4411 1.72661,-1.6353 2.41811,-1.0615 0.68121,0.5654 1.01928,0.4883 1.73188,-0.395 0.63139,-0.7826 0.97177,-0.8901 1.18635,-0.3748 0.16551,0.3974 0.6665,0.7226 1.11332,0.7226 0.99267,0 3.13812,1.7677 3.13812,2.5855 0,0.3268 0.62555,0.5942 1.39011,0.5942 0.76456,0 1.28773,-0.1656 1.16262,-0.3681 -0.37718,-0.6103 1.11074,-1.3814 2.6504,-1.3736 1.05373,0 1.39929,0.2815 1.27543,1.0191 -0.22585,1.3451 0.61381,1.2814 1.90426,-0.1446 0.57551,-0.6359 1.26622,-1.1562 1.53491,-1.1562 0.26869,0 -0.0318,0.5203 -0.66773,1.1562 -0.63593,0.636 -1.15625,1.3937 -1.15625,1.684 0,0.6656 3.50837,0.147 4.49445,-0.6644 0.96876,-0.7972 1.69895,-0.044 0.81467,0.8401 -0.99173,0.9917 -0.83911,1.6858 0.3276,1.4899 0.7611,-0.1278 0.96535,0.1615 0.82458,1.1678 -0.18344,1.3115 -0.15268,1.3198 1.57435,0.4267 1.63014,-0.8429 1.73368,-0.8386 1.38964,0.058 -0.26484,0.6903 -0.15945,0.8377 0.36653,0.5126 0.55662,-0.344 0.63559,-0.1184 0.3208,0.9169 -0.38433,1.2641 -0.26085,1.224 1.55545,-0.5058 1.99817,-1.9029 3.52905,-2.6047 2.20693,-1.0117 -0.47192,0.5687 -0.50331,0.8672 -0.0911,0.8672 0.34572,0 0.90702,-0.5203 1.24736,-1.1562 0.34035,-0.636 0.99987,-1.1563 1.46567,-1.1563 0.46573,0 0.84683,-0.3499 0.84683,-0.7776 0,-0.4276 0.52032,-1.2484 1.15625,-1.8239 1.15388,-1.0443 1.15625,-1.0098 1.15625,16.965 l 0,18.0115 -31.52815,0 c -29.92397,0 -31.50043,-0.052 -30.98324,-1.0182 z m -85.77545,-13.9145 c -0.12711,-0.1271 0.17551,-0.8517 0.67248,-1.6102 1.11893,-1.7077 0.60484,-1.7514 -1.65695,-0.1408 -1.39526,0.9935 -1.83376,1.0846 -2.21907,0.4612 -0.26411,-0.4274 -0.34646,-0.9934 -0.18299,-1.2579 0.16346,-0.2645 -0.37932,-0.3582 -1.20618,-0.2083 -0.853,0.1547 -1.35848,0.038 -1.16842,-0.2694 0.18423,-0.298 0.0594,-0.5419 -0.27728,-0.5419 -0.33674,0 -0.61225,-0.3903 -0.61225,-0.8672 0,-0.477 -0.2358,-0.8672 -0.524,-0.8672 -0.68004,0 -0.0571,-2.4728 0.76235,-3.0263 0.44857,-0.303 0.44402,-0.4273 -0.0158,-0.4336 -0.35458,0 -1.3387,0.5371 -2.18693,1.2043 -0.84823,0.6672 -1.5029,0.9924 -1.45481,0.7226 0.30776,-1.7267 -0.11781,-2.5701 -1.13409,-2.2476 -1.26981,0.4031 -2.06179,-1.5137 -1.04542,-2.53 0.45042,-0.4504 0.16757,-0.6269 -1.00485,-0.6269 -1.32058,0 -1.50567,-0.1519 -0.97063,-0.7966 0.52127,-0.6281 0.39809,-0.8653 -0.58242,-1.1217 -0.83279,-0.2178 -1.12924,-0.623 -0.89752,-1.2269 0.19031,-0.4959 0.0662,-0.9017 -0.27582,-0.9017 -0.34202,0 -0.47209,-0.3902 -0.28907,-0.8672 0.18303,-0.4769 0.0157,-0.8711 -0.37174,-0.876 -0.44557,-0.01 -0.38578,-0.2148 0.16268,-0.5693 0.47695,-0.3082 0.62751,-0.5644 0.33458,-0.5692 -0.29293,-0.01 -1.05308,0.4464 -1.68922,1.0028 -0.63614,0.5565 -0.96647,0.6865 -0.73406,0.2891 0.25962,-0.444 0.09,-0.7227 -0.43979,-0.7227 -0.47429,0 -1.03233,-0.5356 -1.24009,-1.1901 -0.35036,-1.1039 -0.47498,-1.1265 -1.7189,-0.3114 -1.38718,0.9089 -1.6583,0.3272 -0.62178,-1.3339 0.33556,-0.5378 0.29475,-0.681 -0.12084,-0.4242 -0.34513,0.2133 -0.77981,0.1414 -0.96595,-0.1597 -0.18614,-0.3012 -0.074,-0.7111 0.24912,-0.9108 0.32315,-0.1997 0.58755,-0.6233 0.58755,-0.9412 0,-0.318 -0.28611,-0.4013 -0.6358,-0.1852 -0.44686,0.2762 -0.44082,0.029 0.0204,-0.8331 0.36087,-0.6743 0.46487,-1.226 0.23111,-1.226 -0.23377,0 -0.11284,-0.3122 0.26872,-0.6938 0.99635,-0.9963 0.85469,-1.5522 -0.31797,-1.2478 -0.55644,0.1444 -1.49993,-0.096 -2.09663,-0.5335 -0.88313,-0.648 -0.96574,-1.0188 -0.44419,-1.9933 0.50636,-0.9462 0.46108,-1.2662 -0.21586,-1.526 -0.47114,-0.1808 -0.85662,-0.757 -0.85662,-1.2805 0,-0.8788 -0.10936,-0.8802 -1.42497,-0.018 -1.84712,1.2103 -2.00008,1.1805 -1.60952,-0.313 0.22337,-0.8541 0.11532,-1.1164 -0.34319,-0.8331 -0.36805,0.2275 -0.66919,0.1099 -0.66919,-0.2613 0,-0.4312 -0.52185,-0.5439 -1.44531,-0.3122 -0.83346,0.2092 -1.44532,0.1134 -1.44532,-0.2263 0,-0.3241 0.26016,-0.5892 0.57813,-0.5892 0.31797,0 0.57812,-0.2779 0.57812,-0.6175 0,-0.3396 -0.77858,-0.063 -1.73019,0.6145 -1.54755,1.102 -1.69065,1.1214 -1.35557,0.1839 0.20605,-0.5764 0.65496,-1.4383 0.99758,-1.9153 0.54489,-0.7585 0.47932,-0.7573 -0.52334,0.01 -1.02318,0.7826 -1.53861,0.8794 -3.38504,0.6353 -0.27742,-0.037 -0.18998,-0.4456 0.1943,-0.9086 0.38427,-0.463 0.50601,-1.1536 0.27052,-1.5346 -0.27086,-0.4383 -0.18295,-0.5413 0.23929,-0.2803 0.40168,0.2482 0.66745,0.032 0.66745,-0.5429 0,-0.5255 -0.51738,-1.0908 -1.14974,-1.2561 -0.63237,-0.1654 -1.00279,-0.5385 -0.82318,-0.8291 0.18577,-0.3006 -0.46351,-0.3892 -1.50592,-0.2055 -1.3355,0.2352 -1.76555,0.122 -1.58567,-0.4176 0.13574,-0.4073 0.52864,-0.7405 0.87311,-0.7405 0.34446,0 0.8431,-0.2368 1.10807,-0.5263 0.277,-0.3025 0.19231,-0.3604 -0.19926,-0.1361 -0.40026,0.2293 -0.83986,-0.1103 -1.06629,-0.8237 -0.26844,-0.8458 0.0216,-1.6468 0.95649,-2.642 1.20689,-1.2847 1.2269,-1.387 0.1991,-1.0174 -0.62845,0.226 -1.44695,0.6452 -1.81888,0.9316 -0.86357,0.6649 -0.69653,-0.4933 0.34484,-2.391 l 0.76925,-1.4018 -2.24237,1.3211 c -1.84784,1.0887 -2.07743,1.1319 -1.30493,0.2456 0.51559,-0.5916 1.25697,-1.6923 1.64753,-2.4461 0.77931,-1.5042 0.19121,-1.3733 -1.89561,0.4219 -1.30896,1.1261 -4.16497,1.6061 -3.54009,0.595 0.30977,-0.5012 0.041,-0.5917 -0.9612,-0.3235 -0.76515,0.2047 -1.75974,0.3758 -2.21019,0.3801 -0.45046,0 -0.65937,0.1676 -0.46424,0.3627 0.19512,0.1951 -0.86719,1.1875 -2.36068,2.2053 -4.04216,2.7547 -4.59498,2.9889 -3.04827,1.291 1.03552,-1.1367 1.17393,-1.5386 0.52995,-1.5386 -0.47939,0 -1.05257,0.181 -1.27376,0.4022 -0.22118,0.2212 -0.80869,0.4618 -1.30558,0.5347 -0.49688,0.073 -0.75176,-0.019 -0.5664,-0.2044 0.18536,-0.1854 0.0141,-0.7361 -0.38062,-1.2238 -0.57243,-0.7074 -0.57142,-0.799 0.005,-0.4527 0.39746,0.2388 0.72266,0.202 0.72266,-0.082 0,-1.0924 -0.78975,-1.207 -2.43952,-0.3538 -2.09747,1.0846 -2.59687,0.7748 -1.03278,-0.6407 0.63789,-0.5772 1.1598,-1.2638 1.1598,-1.5257 0,-0.5729 -2.7953,0.5593 -4.139,1.6765 -0.52762,0.4387 -1.78147,0.9272 -2.78632,1.0855 l -1.82701,0.288 0.94486,-1.4421 c 0.90872,-1.3869 0.89888,-1.43 -0.25744,-1.1276 -0.92281,0.2413 -1.12076,0.102 -0.85159,-0.5995 0.26054,-0.6789 0.0546,-0.8568 -0.80094,-0.6921 -1.15926,0.2233 -1.34872,-0.4893 -0.49391,-1.8576 0.29399,-0.4706 0.1124,-0.7226 -0.52064,-0.7226 -0.84265,0 -0.86644,-0.1347 -0.17864,-1.0117 0.71588,-0.9129 0.69635,-0.9357 -0.1998,-0.2337 -0.54628,0.428 -0.93651,1.0438 -0.86719,1.3686 0.0693,0.3247 -0.34374,0.6691 -0.91793,0.7653 -0.73002,0.1223 -0.8819,-0.029 -0.50504,-0.5013 0.29642,-0.372 0.36662,-1.1485 0.156,-1.7257 -0.36215,-0.9925 -0.44094,-0.9854 -1.45113,0.1309 -1.432,1.5823 -2.29668,0.9349 -1.1298,-0.846 0.51991,-0.7935 0.65906,-1.4152 0.31675,-1.4152 -0.33577,0 -0.77391,0.2644 -0.97362,0.5876 -0.19972,0.3231 -0.60956,0.4352 -0.91074,0.2491 -0.30119,-0.1861 -0.39794,-0.5806 -0.215,-0.8766 0.4812,-0.7786 -0.53718,-0.6616 -1.35437,0.1556 -0.45199,0.4519 -0.69375,0.4766 -0.69375,0.071 0,-0.3427 0.39023,-0.9469 0.86718,-1.3427 0.47696,-0.3958 0.86719,-1.1106 0.86719,-1.5884 0,-0.6699 -0.42564,-0.7835 -1.86084,-0.4965 -1.46322,0.2927 -1.71028,0.2216 -1.15625,-0.3324 1.13193,-1.1319 0.81203,-1.7278 -0.53932,-1.0045 -1.05954,0.567 -1.19076,0.5272 -0.88534,-0.2688 0.4161,-1.0843 0.15211,-1.1546 -1.33919,-0.3564 -0.94681,0.5067 -1.04659,0.3941 -0.80948,-0.9135 0.16798,-0.9264 0.0464,-1.353 -0.32076,-1.1261 -0.36254,0.2241 -0.44314,-0.02 -0.20839,-0.6322 0.30857,-0.8041 0.16715,-0.9124 -0.72928,-0.5584 -2.50736,0.9903 -3.2718,0.9233 -2.96245,-0.2597 0.16324,-0.6242 0.0291,-1.135 -0.29798,-1.135 -0.36708,0 -0.334,-0.3142 0.0864,-0.8207 0.54893,-0.6615 0.4785,-0.7896 -0.3628,-0.6601 -0.5742,0.088 -1.22322,-0.1172 -1.44229,-0.457 -0.26094,-0.4047 -0.81043,-0.2448 -1.59338,0.4638 -1.53493,1.3891 -2.28589,0.6941 -0.90215,-0.8349 1.69511,-1.8731 0.23238,-1.3286 -1.84817,0.688 -1.7654,1.711 -2.806,1.6495 -1.18378,-0.07 0.55197,-0.585 0.55964,-0.826 0.0325,-1.0201 -0.38007,-0.14 -0.52626,-0.692 -0.32535,-1.2285 0.32694,-0.8732 0.24852,-0.8873 -0.75513,-0.1356 -0.61599,0.4614 -1.46231,1.2418 -1.88074,1.7344 -0.65135,0.7667 -0.70471,0.6669 -0.37092,-0.6943 0.42968,-1.7522 -0.0478,-1.9773 -1.77482,-0.8366 -0.6272,0.4142 -1.5306,0.7223 -2.00755,0.6846 -0.99944,-0.079 -3.55447,2.0026 -3.1873,2.5967 0.1352,0.2188 -0.12153,0.3978 -0.57051,0.3978 -0.44898,0 -0.65889,-0.2548 -0.46647,-0.5661 0.21551,-0.3487 -0.23829,-0.4185 -1.18168,-0.1817 -0.95318,0.2392 -1.53154,0.147 -1.53154,-0.2441 0,-0.3457 -0.75559,-0.09 -1.67909,0.5671 -2.41814,1.7218 -2.84785,1.4709 -0.92247,-0.5388 1.8454,-1.9262 1.43262,-2.1532 -1.60643,-0.8834 -1.6764,0.7005 -2.14823,0.7166 -2.66715,0.091 -0.34675,-0.4178 -0.45927,-0.9308 -0.25005,-1.14 0.20922,-0.2092 -10e-4,-0.3804 -0.46751,-0.3804 -0.46636,0 -1.15577,0.3078 -1.53204,0.6841 -1.17952,1.1795 -1.42221,0.068 -0.34434,-1.577 l 1.02956,-1.5713 -1.41696,0.4408 c -0.77932,0.2424 -2.18004,0.9785 -3.11269,1.6359 -1.42317,1.003 -1.63569,1.0387 -1.32218,0.2216 0.32009,-0.8341 0.21442,-0.8741 -0.73823,-0.2791 -0.8042,0.5022 -0.91825,0.8173 -0.4122,1.1389 0.38478,0.2445 0.47262,0.4486 0.19521,0.4535 -0.27741,0 -0.21978,0.3517 0.12807,0.7709 0.46789,0.5638 0.3851,1.1152 -0.31822,2.1193 -0.57891,0.8265 -0.65619,1.1753 -0.1976,0.8919 0.78829,-0.4872 0.7751,-0.4335 -0.53886,2.1939 -0.69986,1.3995 -0.70049,1.7025 -0.005,2.1327 0.68716,0.4247 0.67176,0.6616 -0.10061,1.5484 -0.50157,0.5759 -0.91552,1.4373 -0.91988,1.9142 -0.005,0.477 -0.19795,1.3254 -0.43021,1.8855 -0.3243,0.782 -0.20613,0.9353 0.50926,0.6608 1.26656,-0.486 1.17134,0.4617 -0.22469,2.2365 -0.63594,0.8084 -1.15625,1.7541 -1.15625,2.1014 0,0.3473 -0.26016,0.6314 -0.57813,0.6314 -0.31797,0 -0.57812,0.3903 -0.57812,0.8672 0,0.477 0.32519,0.8022 0.72265,0.7227 0.43759,-0.087 0.71499,0.4656 0.70322,1.4021 -0.0116,0.9236 0.2213,1.3963 0.57813,1.1734 0.32866,-0.2053 1.21198,-0.4074 1.96295,-0.4491 1.25941,-0.07 1.34221,0.097 1.06673,2.1508 -0.31279,2.332 0.008,2.7107 1.27504,1.504 0.61899,-0.5895 0.68635,-0.483 0.36574,0.5782 -0.23107,0.7648 -0.14622,1.3007 0.20594,1.3007 0.81408,0 0.14164,1.7381 -1.28608,3.3243 l -1.17088,1.3007 1.3855,0 1.3855,0 -1.3524,1.3008 c -0.93964,0.9038 -1.43467,1.0803 -1.62196,0.5782 -0.14826,-0.3975 -0.65347,-0.7227 -1.12269,-0.7227 -0.51501,0 -0.68368,-0.2742 -0.42556,-0.6918 0.23516,-0.3805 -0.37499,-0.1204 -1.35591,0.5781 -0.98091,0.6985 -2.27663,1.2699 -2.87939,1.2699 -0.60275,0 -1.44639,0.3252 -1.87475,0.7227 -0.6362,0.5903 -0.7127,0.5349 -0.41769,-0.3024 0.30655,-0.8702 0.18836,-0.9327 -0.78211,-0.4133 -0.62878,0.3365 -1.15114,0.4076 -1.16081,0.1579 -0.01,-0.2496 -0.28275,10e-4 -0.60686,0.5578 -0.32409,0.5564 -0.85185,1.0117 -1.17279,1.0117 -0.32093,0 -0.4337,-0.2424 -0.2506,-0.5387 0.56899,-0.9206 -2.90945,1.0432 -4.0186,2.2688 -0.57765,0.6383 -1.33515,1.1566 -1.68333,1.1517 -0.34818,0 -0.26995,-0.2388 0.17384,-0.5198 0.45715,-0.2895 0.64796,-0.9251 0.44022,-1.4665 -0.25409,-0.6621 -0.14682,-0.8235 0.34935,-0.5255 0.49463,0.2971 0.47626,0.1344 -0.0594,-0.5264 -0.71513,-0.882 -0.9062,-0.8597 -2.45703,0.2869 -0.92489,0.6838 -1.68161,1.4266 -1.68161,1.6508 0,0.2241 -0.36568,0.5478 -0.81263,0.7194 -0.69385,0.2662 -0.69703,0.089 -0.0218,-1.2126 0.97731,-1.8837 0.61454,-2.3696 -0.80801,-1.0822 -1.00942,0.9135 -1.15388,0.887 -2.49824,-0.4573 l -1.42687,-1.4269 -1.85521,1.1282 c -2.27472,1.3834 -2.4662,1.3945 -2.00015,0.1165 0.34122,-0.9357 0.28554,-0.9423 -0.7408,-0.088 -0.61037,0.5081 -1.49999,1.1434 -1.97694,1.4118 -0.75264,0.4235 -0.76036,0.3563 -0.0585,-0.5086 0.74247,-0.9149 0.68326,-0.9489 -0.72266,-0.4144 -0.84225,0.3203 -1.53138,0.4268 -1.53138,0.2367 0,-0.19 -0.34439,-0.06 -0.76531,0.2896 -0.56028,0.465 -0.97876,0.4453 -1.56197,-0.074 -0.66689,-0.5934 -0.67891,-0.5525 -0.0738,0.2514 0.5202,0.691 0.54291,1.0714 0.081,1.3569 -0.35303,0.2182 -0.88549,1.0375 -1.18324,1.8207 -0.29776,0.7831 -0.80203,1.2628 -1.12059,1.0659 -0.31857,-0.1968 -0.57921,-0.093 -0.57921,0.2318 0,0.9566 -2.43187,2.939 -3.12271,2.5455 -0.34931,-0.199 -0.45036,-0.157 -0.22456,0.093 0.22579,0.2503 0.009,1.2324 -0.4828,2.1826 -0.65693,1.2703 -1.06389,1.5569 -1.53788,1.0829 -0.97437,-0.9744 -1.21319,-0.8691 -5.09475,2.2461 -4.53123,3.6365 -5.61351,3.8666 -3.57844,0.7607 0.96097,-1.4666 0.95671,-1.493 -0.14453,-0.8966 -0.62405,0.338 -1.89874,1.4174 -2.83265,2.3986 -1.82594,1.9186 -2.97499,2.3402 -2.41734,0.8869 0.20575,-0.5361 0.10364,-0.7484 -0.25376,-0.5275 -0.64751,0.4001 -0.5136,-1.8761 0.17485,-2.9722 0.26848,-0.4274 -0.11937,-0.5561 -1.17089,-0.3883 -0.87805,0.14 -1.31707,0.039 -0.99423,-0.2281 0.31797,-0.2633 0.6646,-0.8691 0.77028,-1.346 0.12367,-0.558 -0.34005,-0.3676 -1.30078,0.5344 -0.82111,0.7708 -1.51284,1.2911 -1.53717,1.1562 -0.0243,-0.1349 -0.13157,-0.7018 -0.23831,-1.2598 -0.10674,-0.5579 0.0402,-0.8696 0.32667,-0.6926 0.28642,0.177 0.37308,-0.063 0.19258,-0.5334 -0.18856,-0.4914 -0.8313,-0.7583 -1.51082,-0.6274 -1.14889,0.2212 -1.15263,0.1946 -0.13121,-0.9341 1.01981,-1.1269 1.01763,-1.1511 -0.0724,-0.8042 -1.0449,0.3325 -1.051,0.3109 -0.0868,-0.3071 0.62318,-0.3994 0.90944,-1.0668 0.71729,-1.6722 -0.19894,-0.6268 0.2284,-1.5225 1.13091,-2.3704 1.74679,-1.641 1.90082,-2.5991 0.27824,-1.7307 -0.64484,0.3451 -1.01973,0.8745 -0.83307,1.1765 0.18665,0.3021 -0.0754,0.5492 -0.58228,0.5492 -0.74249,0 -0.80136,-0.2248 -0.30284,-1.1563 0.34035,-0.6359 0.86981,-1.1562 1.17659,-1.1562 0.30679,0 0.55779,-0.4221 0.55779,-0.938 0,-0.7682 -0.15696,-0.8077 -0.86719,-0.2183 -1.45449,1.2071 -0.99282,-0.3401 0.70276,-2.3552 1.41646,-1.6833 1.44472,-1.7987 0.28906,-1.1802 -1.44607,0.7739 -1.56271,0.5391 -0.63199,-1.2721 0.53487,-1.0409 0.51456,-1.1358 -0.11562,-0.5401 -1.33498,1.2618 -1.78586,0.7777 -0.53054,-0.5697 1.22388,-1.3137 0.51343,-2.3457 -0.74707,-1.0852 -0.35374,0.3537 -0.87949,0.6431 -1.16833,0.6431 -0.70872,0 0.0956,-3.0572 0.94678,-3.5986 0.48087,-0.3059 0.44166,-0.4331 -0.13543,-0.4394 -0.64599,-0.01 -0.61641,-0.2253 0.14453,-1.0661 1.0888,-1.2031 1.27576,-2.0987 0.31403,-1.5043 -0.35352,0.2184 -0.85163,0.059 -1.10691,-0.3538 -0.36881,-0.5968 -0.80085,-0.5355 -2.10334,0.2981 -0.90155,0.577 -1.44631,0.8405 -1.2106,0.5856 0.23572,-0.2549 0.12237,-0.8325 -0.25189,-1.2834 -0.44456,-0.5357 -0.47893,-0.955 -0.0992,-1.2095 1.10344,-0.7394 -0.003,-2.702 -1.52284,-2.702 -1.05049,0 -1.39948,-0.2738 -1.27756,-1.0025 0.11096,-0.6631 -0.10954,-0.8961 -0.65133,-0.6882 -0.53743,0.2063 -0.95239,-0.2168 -1.20677,-1.2303 -0.38195,-1.5218 -0.40564,-1.5288 -1.59854,-0.4681 -1.20025,1.0672 -1.2038,1.0651 -0.40629,-0.2418 0.69186,-1.1338 0.68696,-1.3916 -0.035,-1.8408 -0.46177,-0.2873 -1.07308,-0.378 -1.35846,-0.2016 -0.28539,0.1763 -0.22361,-0.2311 0.13727,-0.9054 0.36088,-0.6743 0.48505,-1.226 0.27595,-1.226 -0.20911,0 -0.0658,-0.3788 0.3185,-0.8419 0.38427,-0.463 0.52231,-1.1272 0.30676,-1.4759 -0.21555,-0.3488 0.15763,-1.1108 0.8293,-1.6933 1.05531,-0.9153 1.0961,-1.1072 0.30026,-1.4126 -0.50652,-0.1944 -1.48745,-0.052 -2.17985,0.3173 -1.07483,0.5726 -1.15804,0.5483 -0.56907,-0.1663 0.3794,-0.4603 0.60793,-1.3484 0.50784,-1.9735 -0.1001,-0.6251 0.1098,-1.5044 0.46642,-1.9539 0.54641,-0.6887 0.44932,-0.7112 -0.61728,-0.143 -0.90556,0.4825 -1.37649,0.4951 -1.65509,0.044 -0.21417,-0.3465 -0.89522,-0.4978 -1.51344,-0.3361 -0.88724,0.232 -0.98868,0.1309 -0.48148,-0.4803 0.51173,-0.6166 0.34516,-0.7416 -0.81804,-0.6139 -0.80333,0.088 -1.32242,-0.063 -1.15353,-0.3365 0.16889,-0.2733 -0.16355,-0.5152 -0.73876,-0.5375 -0.93354,-0.036 -0.92169,-0.094 0.11041,-0.5375 0.63593,-0.2733 0.8157,-0.5151 0.39947,-0.5375 -0.41623,-0.022 -0.6169,-0.2669 -0.44595,-0.5435 0.17095,-0.2767 -0.52912,-0.5114 -1.55572,-0.5217 -3.29857,-0.033 -3.40699,-0.077 -3.03801,-1.24 0.2895,-0.9122 0.13125,-1.0507 -0.89405,-0.7826 -1.06938,0.2797 -1.1888,0.1462 -0.84318,-0.9428 0.39772,-1.2531 0.37651,-1.2577 -1.73916,-0.3737 -3.05238,1.2754 -3.70709,1.1635 -3.39101,-0.5796 0.23862,-1.3159 0.14469,-1.4089 -0.87327,-0.8641 -0.62737,0.3358 -1.30058,0.8692 -1.49604,1.1855 -0.43857,0.7096 -2.59965,0.7659 -2.59965,0.068 0,-0.279 0.38738,-0.8288 0.86083,-1.2218 1.18139,-0.9804 0.51581,-1.817 -1.11919,-1.4066 -0.99203,0.249 -1.73129,-0.081 -2.82427,-1.2594 -0.81427,-0.8782 -1.34947,-1.8086 -1.18933,-2.06776 0.16014,-0.25911 -0.40591,-0.20608 -1.2579,0.11786 -1.41105,0.5365 -1.52077,0.4807 -1.23147,-0.62556 0.23796,-0.90998 0.10126,-1.13148 -0.54521,-0.8834 -0.66132,0.25377 -0.77155,0.0435 -0.472,-0.90025 0.3498,-1.10214 0.22737,-1.19031 -1.16689,-0.84038 -1.01753,0.25539 -1.42883,0.18245 -1.18607,-0.21033 0.82947,-1.34213 -1.63836,-0.48288 -3.25431,1.13307 -0.95391,0.95391 -1.889,1.73438 -2.07798,1.73438 -0.18898,0 -0.81936,0.43055 -1.40084,0.95677 -0.96983,0.8777 -1.57637,0.3332 -0.65509,-0.58809 0.22118,-0.22118 0.46286,-0.81583 0.53707,-1.32143 0.0925,-0.63021 -0.3911,-0.41533 -1.53784,0.68333 -1.49247,1.42989 -1.8802,3.11029 -0.52431,2.27229 0.58363,-0.3607 0.0767,1.3768 -0.69618,2.3863 -0.26585,0.3472 -0.3667,0.7479 -0.22412,0.8905 0.14259,0.1426 -0.25553,0.298 -0.8847,0.3454 -0.62916,0.047 -0.99288,-0.1582 -0.80826,-0.4569 0.64622,-1.0456 -1.1158,-0.5315 -2.43912,0.7117 -1.53298,1.4402 -2.55035,0.9996 -1.22085,-0.5287 1.38684,-1.5942 1.09994,-2.8904 -0.56913,-2.5713 -1.20245,0.2298 -1.35795,0.096 -1.04267,-0.8974 0.24491,-0.7716 0.0707,-1.2825 -0.51387,-1.5068 -0.48643,-0.18666 -0.88442,-0.14997 -0.88442,0.0815 0,0.2315 -0.58535,0.7854 -1.30078,1.231 -1.19065,0.7415 -1.2336,0.7288 -0.50734,-0.15 1.05121,-1.27197 0.0397,-1.27252 -2.63887,-0.001 -1.62975,0.7733 -2.11021,0.8129 -2.48606,0.2048 -0.25624,-0.4146 -0.88237,-0.594 -1.39142,-0.3987 -0.83323,0.3198 -1.19407,-0.2202 -0.99399,-1.4874 0.0376,-0.23848 -0.4365,-0.4336 -1.05367,-0.4336 -1.2837,0 -2.06312,-0.90592 -1.22505,-1.42388 0.30927,-0.19113 0.42522,-0.70476 0.25767,-1.14139 -0.44705,-1.16499 2.92078,-4.78764 3.53179,-3.79902 0.33227,0.53764 0.24814,0.62411 -0.28603,0.29398 -0.51727,-0.31969 -0.61772,-0.24272 -0.3174,0.24322 0.32312,0.52281 0.80567,0.36682 1.8237,-0.58958 0.8847,-0.83113 1.38432,-1.02314 1.38432,-0.532 0,0.95023 1.72899,-0.53774 4.10259,-3.53069 l 1.6627,-2.09655 -1.62393,0.13818 c -1.68528,0.14341 -2.05873,-0.81842 -0.9895,-2.54848 0.32863,-0.53173 0.28049,-0.6689 -0.1429,-0.40723 -0.35114,0.21701 -0.91767,-0.12717 -1.25895,-0.76486 -0.4938,-0.92268 -0.45594,-1.09627 0.18545,-0.85015 0.44328,0.1701 0.96663,-0.10942 1.16301,-0.62116 0.24539,-0.63948 0.13313,-0.79595 -0.35899,-0.50038 -0.56712,0.34063 -0.56679,0.24564 0.002,-0.45676 0.39471,-0.48775 0.52478,-1.09971 0.28907,-1.35991 -0.23572,-0.2602 -0.13286,-0.30417 0.22857,-0.0977 0.74485,0.42549 2.13863,-0.95933 1.55398,-1.54398 -0.20935,-0.20949 -0.89781,-0.38067 -1.53003,-0.38067 -1.11288,0 -1.11617,-0.0368 -0.10311,-1.15625 0.57552,-0.63594 1.61112,-1.15625 2.30133,-1.15625 0.69021,0 1.86594,-0.65039 2.61273,-1.44531 0.7468,-0.79492 1.15053,-1.44532 0.89718,-1.44532 -0.25335,0 -0.10358,-0.45527 0.33282,-1.01171 0.70202,-0.89516 0.6874,-0.92904 -0.12694,-0.29408 -0.5062,0.3947 -1.14802,0.52478 -1.42625,0.28906 -0.27823,-0.23571 -0.1328,0.0917 0.32319,0.72767 0.456,0.63594 0.59679,0.95875 0.3129,0.71737 -0.2839,-0.24139 -1.12083,0.12916 -1.85985,0.82343 -0.73902,0.69427 -1.34367,0.94864 -1.34367,0.56527 0,-0.38338 0.38874,-0.84622 0.86387,-1.02854 0.47513,-0.18232 0.74142,-0.52963 0.59176,-0.77178 -0.55837,-0.90345 2.18869,-2.61825 4.19436,-2.61825 1.12503,0 2.15297,-0.31369 2.2843,-0.69709 0.15316,-0.44716 -0.21588,-0.60955 -1.02926,-0.4529 -1.18657,0.22851 -1.20761,0.17742 -0.32746,-0.79513 1.5804,-1.74634 0.26698,-1.93342 -1.62132,-0.23094 l -1.77236,1.59794 1.39946,-1.58985 c 0.76969,-0.87441 1.17868,-1.58984 0.90884,-1.58984 -0.26984,0 0.14008,-0.70756 0.91094,-1.57235 0.77086,-0.86479 0.94628,-1.22317 0.38984,-0.7964 -0.55645,0.42678 -1.01172,0.58216 -1.01172,0.34531 0,-0.23685 -0.43535,-0.0736 -0.96744,0.36281 -0.86864,0.71241 -0.92849,0.64583 -0.58602,-0.65187 0.20978,-0.79492 0.38498,-1.77051 0.38932,-2.16797 0.005,-0.39746 0.41348,-0.72266 0.9092,-0.72266 0.49572,0 0.74019,-0.26068 0.54327,-0.5793 -0.19691,-0.31862 -1.25289,-0.46831 -2.34662,-0.33265 -2.27685,0.28239 -2.28408,0.2697 -1.12352,-1.97457 0.99077,-1.91594 0.718,-2.2127 -2.21554,-2.41026 -2.64288,-0.178 -2.67831,-0.79907 -0.32116,-5.6306 1.72963,-3.54528 2.10988,-4.63724 2.20553,-6.33369 0.0276,-0.49013 0.407,-0.6453 1.01102,-0.41351 0.65104,0.24982 1.71724,-0.34362 3.26462,-1.81706 1.26382,-1.20342 2.1253,-1.88082 1.91441,-1.50533 -0.89383,1.59148 1.00705,1.28799 3.07274,-0.4906 3.90958,-3.36617 7.20132,-5.34352 9.10011,-5.46643 1.90332,-0.12319 4.66929,-1.32316 3.12688,-1.35654 -0.6227,-0.0135 -0.56806,-0.28741 0.23414,-1.17383 0.64934,-0.71751 0.78007,-1.15625 0.34454,-1.15625 -0.38601,0 -0.54106,-0.26016 -0.34454,-0.57812 0.54844,-0.88739 -1.21415,-0.68608 -1.9703,0.22504 -0.70268,0.84666 -3.52189,1.62046 -3.52189,0.96666 0,-0.21028 0.3252,-0.73803 0.72266,-1.17277 0.39746,-0.43474 -0.29234,-0.21214 -1.53288,0.49467 l -2.25554,1.28511 1.0267,-1.56694 c 0.8285,-1.26444 0.859,-1.50259 0.15801,-1.2336 -0.47777,0.18334 -1.13117,0.0708 -1.452,-0.24998 -0.39235,-0.39234 -0.7105,-0.37755 -0.97176,0.0452 -0.67024,1.08448 -1.57189,0.68373 -1.18738,-0.52775 0.26043,-0.82055 0.10389,-1.15625 -0.53916,-1.15625 -0.49839,-3e-5 -0.90615,-0.29053 -0.90615,-0.64558 0,-0.36093 -0.5098,-0.51224 -1.15625,-0.34319 -1.41802,0.37082 -1.46176,-0.0279 -0.16075,-1.46554 0.54752,-0.605 0.74263,-1.04996 0.43359,-0.98878 -1.50706,0.29833 -1.50426,-0.17303 0.0105,-1.75404 0.91072,-0.95058 1.48197,-1.90223 1.26943,-2.11477 -0.21254,-0.21254 -0.0967,-0.73557 0.25747,-1.16228 0.4945,-0.59586 0.42206,-0.77585 -0.31224,-0.77585 -0.52587,0 -1.09957,-0.37381 -1.27488,-0.83068 -0.41079,-1.07048 -1.72456,-0.55819 -3.89994,1.52072 -0.93973,0.89806 -1.84158,1.49985 -2.00411,1.33732 -0.16253,-0.16253 -0.7622,0.12684 -1.33261,0.64306 -0.57041,0.51621 -1.43703,0.7851 -1.92582,0.59753 -0.4888,-0.18757 -0.88873,-0.0972 -0.88873,0.2008 0,0.29801 -0.36675,0.4011 -0.815,0.22909 -0.44826,-0.17201 -1.56745,0.0763 -2.48709,0.55192 l -1.67209,0.86467 0.12273,-1.77272 0.12273,-1.77271 -1.24892,1.41412 c -0.6869,0.77777 -1.5499,1.92065 -1.91777,2.53972 -0.36788,0.61908 -0.97257,1.05411 -1.34376,0.96674 -0.37119,-0.0874 -0.52835,0.0783 -0.34922,0.36809 0.17912,0.28982 -0.0617,0.84843 -0.53516,1.24136 -1.28767,1.06868 -1.03864,1.86236 0.43996,1.40216 1.25199,-0.38967 1.26313,-0.36264 0.29696,0.72049 -0.77434,0.86808 -0.84703,1.28216 -0.31797,1.81121 0.37722,0.37722 1.05398,0.68586 1.50391,0.68586 0.68191,0 0.668,0.229 -0.0836,1.37605 -0.87963,1.34249 -0.86108,1.37401 0.76086,1.29244 0.91437,-0.046 1.85385,-0.27498 2.08773,-0.50886 0.82664,-0.82664 1.51975,-0.41244 0.78709,0.47035 -0.64609,0.77849 -0.53898,0.85856 0.81903,0.61231 l 1.56232,-0.28331 -1.4917,1.77279 c -1.43402,1.70423 -1.56871,3.13963 -0.16268,1.73359 0.7957,-0.79569 3.92161,-0.92948 3.92161,-0.16784 0,0.28395 -0.39023,0.66602 -0.86718,0.84905 -0.47696,0.18302 -0.86719,0.73116 -0.86719,1.2181 0,0.48693 -0.52031,0.91785 -1.15625,0.9576 -1.64374,0.10273 -1.86254,0.1686 -3.41188,1.02719 -1.22531,0.67903 -1.34631,0.65964 -1.02987,-0.16502 0.23591,-0.61476 0.0496,-0.93444 -0.54458,-0.93444 -0.49674,0 -1.03923,-0.52031 -1.20553,-1.15625 -0.16631,-0.63594 -0.66226,-1.15625 -1.10213,-1.15625 -0.43987,0 -0.79976,-0.50496 -0.79976,-1.12213 0,-1.56347 -0.99343,-2.0139 -2.06917,-0.93817 -1.2846,1.28461 -1.92486,1.11905 -1.53427,-0.39673 0.37488,-1.45477 0.53701,-1.53914 -3.98018,2.07147 -2.32555,1.85882 -2.76304,2.02114 -3.39501,1.25967 -0.57903,-0.69769 -0.58019,-1.04913 -0.006,-1.7413 1.27841,-1.54038 -0.33953,-0.92241 -3.09655,1.18274 -1.84204,1.4065 -2.6847,1.78012 -2.6847,1.19036 0,-0.47275 0.26016,-1.02033 0.57813,-1.21685 0.31796,-0.19651 0.57812,-0.62068 0.57812,-0.9426 0,-0.32191 -0.40882,-0.17648 -0.90848,0.32318 -0.49966,0.49967 -1.33094,0.90848 -1.84727,0.90848 -0.51634,0 -1.66846,0.69907 -2.56027,1.55348 -0.89182,0.85441 -1.62148,1.27552 -1.62148,0.9358 0,-0.33971 0.92764,-1.32521 2.06141,-2.18998 3.53544,-2.69661 1.7248,-2.50167 -4.08485,0.43979 -1.0725,0.54301 -1.09344,0.50604 -0.28906,-0.51043 0.47695,-0.60271 1.20428,-1.69672 1.61628,-2.43111 0.69773,-1.24373 0.67022,-1.29306 -0.4014,-0.71955 -0.63277,0.33865 -1.3104,0.87448 -1.50586,1.19074 -0.19546,0.31626 -0.6179,0.57501 -0.93876,0.57501 -0.32085,0 -0.0453,-0.75559 0.61225,-1.67908 1.43842,-2.02004 1.5194,-2.94592 0.25768,-2.94592 -0.74191,0 -0.79647,-0.17051 -0.261,-0.81571 0.75189,-0.90597 -0.10247,-1.83259 -1.11353,-1.20772 -0.31797,0.19651 -0.57813,-0.033 -0.57813,-0.50989 0,-0.47695 0.2644,-1.0306 0.58756,-1.23032 0.32315,-0.19971 0.42775,-0.6217 0.23243,-0.93773 -0.19532,-0.31603 0.12563,-1.13909 0.71323,-1.829 0.95013,-1.11558 0.95493,-1.16647 0.0434,-0.45992 -0.8871,0.68761 -0.97881,0.67422 -0.68187,-0.0996 0.24795,-0.64614 -0.14002,-1.00018 -1.39908,-1.27671 -1.19937,-0.26343 -1.64234,-0.64283 -1.42173,-1.2177 0.23341,-0.60826 0.0417,-0.72809 -0.70596,-0.44119 -0.75072,0.28808 -0.90152,0.19181 -0.56146,-0.35841 0.25571,-0.41375 -0.513,-0.0878 -1.70824,0.72443 -1.22631,0.8333 -2.57131,1.32393 -3.08696,1.12606 -0.59661,-0.22895 -0.6731,-0.43088 -0.22036,-0.5818 1.37588,-0.45862 0.65642,-1.12366 -0.89642,-0.82861 -1.39735,0.26551 -1.49826,0.19121 -0.83344,-0.61366 0.64893,-0.78564 0.56679,-0.94458 -0.57812,-1.11864 -0.73399,-0.11159 -1.26305,-0.54125 -1.17567,-0.95479 0.0874,-0.41354 -0.0868,-0.6001 -0.38699,-0.41456 -0.30021,0.18555 -0.91588,-0.0327 -1.36814,-0.48495 -0.45226,-0.45226 -1.8166,-0.98032 -3.03185,-1.17345 -1.78599,-0.28384 -2.49618,-0.0995 -3.70478,0.96151 l -1.49524,1.31268 1.30078,-1.48258 c 0.71543,-0.81541 1.30078,-1.64184 1.30078,-1.83651 0,-0.80372 -2.10508,-0.74976 -3.17969,0.0815 -0.80413,0.62204 -0.93617,0.64381 -0.43359,0.0715 1.2745,-1.45137 0.86466,-2.42811 -0.93944,-2.23887 -1.85034,0.19409 -3.54103,-0.90266 -3.54103,-2.29705 0,-0.70935 -0.15417,-0.75786 -0.69375,-0.21828 -0.81362,0.81362 -2.41907,0.94287 -1.9325,0.15558 0.18294,-0.296 0.0662,-0.70282 -0.25938,-0.90405 -0.37471,-0.23159 -0.27208,-0.68578 0.27963,-1.23749 1.13511,-1.13511 1.11983,-2.16424 -0.0256,-1.7247 -0.51448,0.19743 -0.74654,0.10051 -0.544,-0.2272 0.19761,-0.31972 -0.29856,-0.57151 -1.12621,-0.57151 -0.97925,0 -1.47943,-0.31712 -1.47943,-0.93797 0,-0.80727 -0.13395,-0.82741 -0.9612,-0.14453 -0.74936,0.61857 -1.01481,0.63417 -1.20443,0.0708 -0.13378,-0.39746 -0.74186,-0.72266 -1.3513,-0.72266 -0.60944,0 -1.10807,-0.39023 -1.10807,-0.86718 0,-0.47696 -0.19512,-0.83638 -0.43359,-0.79873 -0.23848,0.0376 -1.05927,0.0376 -1.82398,0 -1.33491,-0.0657 -1.35022,-0.11284 -0.38365,-1.18088 0.84519,-0.93393 0.86401,-1.09148 0.11733,-0.9819 -0.48916,0.0718 -1.41676,0.6078 -2.06132,1.19113 -1.04332,0.94418 -1.2106,0.95981 -1.52428,0.14238 -0.19379,-0.50501 -0.1903,-1.18038 0.008,-1.50083 0.22986,-0.37192 -0.29017,-0.35596 -1.43788,0.0441 -1.37175,0.47819 -1.9589,0.4526 -2.47683,-0.10799 -0.52344,-0.56654 -0.51341,-0.64135 0.0438,-0.32677 0.40762,0.23014 0.72266,0.0979 0.72266,-0.30325 0,-0.39119 0.45527,-1.25205 1.01172,-1.91303 0.99663,-1.18386 0.9938,-1.18669 -0.19006,-0.19005 -1.44703,1.21819 -3.134161,1.32339 -3.134161,0.19544 0,-0.51967 -0.50674,-0.76066 -1.39453,-0.6632 -0.90911,0.0998 -1.29951,-0.0945 -1.12158,-0.55819 0.17129,-0.44635 -0.50943,-0.85805 -1.8276,-1.10533 -1.74532,-0.32743 -1.98363,-0.53494 -1.40919,-1.2271 0.57726,-0.69557 0.38789,-0.833 -1.14796,-0.833 -1.01161,0 -1.69535,-0.2329 -1.51942,-0.51755 0.42316,-0.68468 -1.17165,-1.27119 -2.28982,-0.8421 -0.72593,0.27856 -0.7515,0.49952 -0.14453,1.24908 0.40557,0.50086 0.45162,0.73963 0.10231,0.5306 -0.34931,-0.20903 -1.12977,0.0733 -1.73438,0.62739 -0.60459,0.5541 -1.97168,1.62259 -3.03795,2.37444 -1.58868,1.12021 -2.03116,1.22174 -2.45096,0.56242 -0.28175,-0.44253 -0.39309,-1.12979 -0.24743,-1.52725 0.14567,-0.39746 -0.0392,-0.72265 -0.41076,-0.72265 -0.50531,0 -0.50073,-0.17488 0.0182,-0.69375 2.74101,-2.74102 -3.14369,-0.0212 -6.77754,3.13252 -1.40646,1.22062 -2.71369,1.96613 -2.90494,1.65669 -1.03977,-1.68239 -4.88686,1.21126 -5.7517,4.32623 -0.78469,2.82627 -0.79313,3.3051 -0.0501,2.84591 0.32316,-0.19971 0.43789,-0.6053 0.25494,-0.9013 -0.18293,-0.296 -0.17879,-0.53818 0.009,-0.53818 0.65478,0 1.32534,2.60443 0.8297,3.22253 -0.27386,0.34152 -0.38994,1.18171 -0.25795,1.86707 0.14072,0.73074 -0.0334,1.19124 -0.42093,1.11342 -0.3635,-0.073 -0.67671,0.12745 -0.69604,0.44542 -0.0193,0.31797 -0.26645,0.94351 -0.54919,1.3901 -0.35339,0.55819 -0.30545,0.68305 0.15338,0.39948 0.39946,-0.24689 0.66743,-0.0369 0.66743,0.52292 0,0.58159 0.27335,0.78033 0.72266,0.52542 0.39746,-0.2255 -0.15428,0.51939 -1.22609,1.65531 -1.07182,1.13592 -2.24252,1.95824 -2.60156,1.82739 -0.86846,-0.31653 -4.45212,2.88635 -4.70262,4.20293 -0.10872,0.57142 -0.25009,1.10399 -0.31417,1.18348 -0.0641,0.0795 -0.14902,0.42566 -0.18876,0.76926 -0.0398,0.3436 -0.57726,0.99399 -1.19448,1.44531 -0.61722,0.45133 -0.89269,0.82058 -0.61216,0.82058 0.28053,0 0.005,0.38197 -0.61216,0.84881 -0.61718,0.46683 -0.90138,0.85707 -0.63148,0.86719 0.2699,0.0101 1.2531,-0.79779 2.18495,-1.79534 0.93184,-0.99755 1.8742,-1.6338 2.09411,-1.41388 0.21991,0.21992 0.14479,0.58082 -0.16695,0.802 -1.35218,0.95942 -4.75451,7.10863 -3.85941,6.9752 1.30446,-0.19443 1.32904,0.23774 0.089,1.55806 l -1.3929,1.48265 1.5607,-0.59337 c 1.47374,-0.56033 2.59651,-0.0908 1.76684,0.73889 -0.20981,0.20981 -0.41754,0.87091 -0.46161,1.46912 -0.0547,0.74177 0.19375,0.98255 0.7811,0.75717 0.60914,-0.23375 0.72109,-0.10375 0.38248,0.44413 -0.35276,0.57077 -0.21768,0.67444 0.51332,0.39393 0.58927,-0.22612 0.84864,-0.14865 0.63884,0.19081 -0.19426,0.31433 -0.0663,0.57151 0.28438,0.57151 0.35067,0 0.59536,0.3252 0.54374,0.72266 -0.25027,1.92736 0.0825,2.85471 0.91035,2.53702 1.07408,-0.41216 1.13085,0.44094 0.0981,1.47372 -0.92191,0.92191 -0.61463,2.2041 0.52823,2.2041 0.45046,0 0.7882,0.19512 0.75055,0.43359 -0.0376,0.23848 -0.005,0.62871 0.0723,0.86719 0.0774,0.23848 0.17614,0.75879 0.2194,1.15625 0.051,0.46811 0.81296,0.65891 2.16328,0.54169 1.67692,-0.14556 2.14312,0.0428 2.38376,0.96297 0.33881,1.29563 -0.52333,2.43815 -1.54422,2.0464 -0.37397,-0.1435 -1.31786,0.43909 -2.09752,1.29466 -0.77966,0.85556 -1.06641,1.35215 -0.63723,1.10352 0.62117,-0.35985 0.65493,-0.21774 0.16553,0.69672 -0.58937,1.10125 -3.50189,1.97908 -7.01618,2.11468 -0.82257,0.0317 -1.38357,0.36565 -1.30197,0.77494 0.079,0.39554 -0.7821,1.93159 -1.9132,3.41343 -1.1864,1.55436 -1.8103,2.84642 -1.4746,3.0539 0.3677,0.22728 0.3836,0.67318 0.043,1.21157 -0.8603,1.36045 -0.6444,1.80686 0.5618,1.16133 0.615,-0.32916 1.2371,-0.59847 1.3823,-0.59847 0.4759,0 -0.134,4.23382 -0.6595,4.57821 -0.7891,0.51714 -1.1878,3.43034 -0.45,3.28788 0.3478,-0.0672 0.047,0.13689 -0.6684,0.45345 -0.7154,0.31655 -1.3008,0.93091 -1.3008,1.36525 0,0.43434 -0.2601,0.62892 -0.5781,0.4324 -0.318,-0.19651 -0.5781,0.0164 -0.5781,0.47322 0,0.45678 -0.3748,1.14155 -0.8328,1.5217 -0.4581,0.38015 -0.6911,1.06072 -0.5177,1.51238 0.1929,0.50285 -0.2126,1.03255 -1.0461,1.36639 -1.2267,0.49133 -1.247,0.55334 -0.205,0.6275 0.6359,0.0453 0.8311,0.2135 0.4336,0.37388 -0.3975,0.16038 -0.7227,0.7382 -0.7227,1.28405 0,1.05103 -1.052,2.37994 -1.8841,2.37994 -0.2731,0 -0.3358,-0.26015 -0.1393,-0.57812 0.4028,-0.65175 -0.4584,-0.79422 -1.0748,-0.17781 -0.2202,0.22017 -0.9451,0.48345 -1.6109,0.58506 -0.9636,0.14706 -1.1485,-0.0525 -0.9064,-0.97844 0.395,-1.51056 -0.01,-1.47079 -1.3856,0.1376 -1.4083,1.64122 -3.2681,5.06345 -2.1993,4.04687 1.0607,-1.00877 1.5022,-0.90523 1.8525,0.43439 0.1665,0.63638 0.07,1.0131 -0.215,0.83716 -0.2846,-0.17593 -0.3546,0.10482 -0.1554,0.62391 0.2206,0.5748 0.7831,0.83373 1.4387,0.66228 1.3053,-0.34135 1.4406,0.90091 0.2093,1.92273 -0.4769,0.39584 -0.8672,1.10994 -0.8672,1.58689 0,0.65991 0.1855,0.71328 0.7759,0.22329 1.0595,-0.87928 1.6984,-0.10289 0.809,0.98298 -0.6094,0.74398 -0.5278,0.82721 0.5411,0.55191 1.1632,-0.29961 1.2099,-0.20859 0.6155,1.20052 -0.3538,0.8386 -1.5548,2.49664 -2.669,3.68464 -1.1141,1.1879 -2.087,2.5776 -2.162,3.0881 -0.1694,1.1549 -0.1708,1.1559 -2.1019,1.6192 -1.9049,0.457 -1.9578,0.1875 -0.3942,-2.0084 1.4442,-2.0282 0.6755,-2.2255 -1.1402,-0.2928 -1.1925,1.2694 -5.0068,2.5002 -4.3239,1.3952 0.4152,-0.6718 -1.212,-2.1803 -1.8526,-1.7174 -0.5147,0.3721 -1.9727,2.7368 -1.9727,3.1997 0,0.128 0.3252,0.2206 0.7227,0.2059 1.9033,-0.071 2.7461,0.2241 2.7461,0.9606 0,0.4429 0.4037,0.9603 0.8972,1.1496 0.4935,0.1894 0.7533,0.1114 0.5773,-0.1733 -0.1759,-0.2846 0.203,-0.3808 0.8421,-0.2137 1.0964,0.2867 1.0541,0.4547 -0.7519,2.9812 -2.9383,4.1109 -3.0413,4.3593 -1.3468,3.249 1.4498,-0.9499 1.5159,-0.9462 1.5041,0.085 -0.01,0.5966 -1.0792,1.8335 -2.4004,2.7688 l -2.3881,1.6906 0.3947,-1.5727 c 0.5349,-2.1311 0.048,-2.7484 -1.6569,-2.1003 -1.1209,0.4262 -1.3333,0.3647 -1.074,-0.3111 0.1778,-0.4633 0.03,-0.8424 -0.328,-0.8424 -0.3792,0 -0.5418,-0.6038 -0.3892,-1.4451 0.2419,-1.3342 0.1651,-1.3915 -1.0004,-0.7459 -0.6944,0.3846 -1.5848,0.6339 -1.9786,0.5541 -0.3939,-0.08 -1.2394,0.1349 -1.8789,0.4772 -1.5166,0.8116 -1.4809,0.1275 0.08,-1.534 1.1584,-1.2331 1.1729,-1.3498 0.2125,-1.7184 -0.5667,-0.2174 -1.5434,-0.075 -2.1705,0.3167 -0.6566,0.41 -0.978,0.4496 -0.7579,0.093 0.2103,-0.3402 0.473,-1.0749 0.5838,-1.6325 0.1108,-0.5577 0.2912,-1.392 0.4009,-1.8541 0.2624,-1.1062 -1.8013,-1.1667 -3.1249,-0.091 -0.5937,0.4823 -1.0117,0.5659 -1.0117,0.2023 0,-0.3408 0.3252,-0.7689 0.7226,-0.9515 0.3975,-0.1825 0.1373,-0.1867 -0.5781,-0.01 -0.8345,0.207 -1.3008,0.06 -1.3008,-0.41 0,-0.5699 -0.1541,-0.5785 -0.6937,-0.039 -1.1597,1.1597 -1.8704,0.7738 -0.7846,-0.4261 0.5574,-0.6159 0.8355,-1.4077 0.618,-1.7597 -0.2175,-0.3519 -0.074,-1.027 0.3185,-1.5001 0.6165,-0.7428 0.5102,-0.7828 -0.7786,-0.2928 -1.3137,0.4995 -1.4666,0.4321 -1.2751,-0.5619 0.1196,-0.6211 0.403,-1.4295 0.6297,-1.7964 0.2854,-0.4618 0,-0.56 -0.9177,-0.3192 -0.9982,0.261 -1.165,0.1828 -0.6685,-0.31362 1.205,-1.205 0.6855,-1.62882 -0.802,-0.65423 -1.9204,1.25835 -2.3564,0.71917 -1.0414,-1.28779 1.0386,-1.5851 1.037,-1.60412 -0.098,-1.13207 -0.6351,0.26405 -1.805099,0.59709 -2.599999,0.74009 -1.114,0.20037 -1.2502,0.12418 -0.5944,-0.33232 0.7292,-0.5075 0.7016,-0.64963 -0.193,-0.9929 -0.8211,-0.31509 -0.8793,-0.50496 -0.2728,-0.88943 0.5774,-0.36601 0.5895,-0.49104 0.049,-0.49767 -0.5739,-0.007 -0.7227,-13.51669 -0.7227,-65.59732 0,-61.83197 0.058,-65.62571 1.0117,-66.23896 0.9636,-0.61953 0.9636,-0.63552 0,-0.33593 -0.8233,0.25598 -1.0117,-0.0422 -1.0117,-1.60113 0,-1.12167 0.4382,-2.31225 1.0572,-2.87247 2.222299,-2.01108 3.748999,-0.53349 1.9554,1.89244 -0.8961,1.21204 -0.9767,1.58306 -0.3439,1.58306 0.454499,0 0.965699,-0.55497 1.135899,-1.23328 0.1703,-0.67829 1.3385,-1.86918 2.5961,-2.64641 1.2576,-0.77724 2.1708,-1.71456 2.0295,-2.08294 -0.1414,-0.36838 0.05,-1.05903 0.4259,-1.53479 0.8716,-1.10391 3.2845,-1.85376 3.2845,-1.02071 0,0.3394 -0.3035,0.61708 -0.6745,0.61708 -0.3709,0 -0.5073,0.16716 -0.303,0.37145 0.2043,0.2043 0.768,0.0424 1.2526,-0.35985 0.4847,-0.40221 0.8812,-0.56021 0.8812,-0.3511 0,0.2091 0.5597,0.0806 1.2439,-0.28553 1.0595,-0.56705 1.1907,-0.52722 0.8853,0.26872 -0.3427,0.89305 -0.1732,0.99826 1.9176,1.19014 1.0419,0.0956 5.5976,-2.28488 7.2596,-3.79328 0.7671,-0.69621 1.3879,-0.88056 1.7491,-0.51937 0.6822,0.68219 4.5074,-1.48004 4.0183,-2.27138 -0.1799,-0.2911 -0.063,-0.69269 0.2605,-0.89241 0.3232,-0.19971 0.5875,-0.75336 0.5875,-1.23031 0,-0.47695 -0.2793,-0.69453 -0.6208,-0.48351 -0.4423,0.27337 -0.4423,0.0339 0,-0.83307 1.6854,-3.30317 1.7211,-3.41874 1.0247,-3.31293 -0.3811,0.0579 -1.0354,0.31912 -1.454,0.58049 -0.4186,0.26137 -0.8859,0.35046 -1.0384,0.19797 -0.1525,-0.15249 0.8404,-1.14741 2.2064,-2.21092 1.3661,-1.06352 2.6748,-2.20054 2.9085,-2.52673 0.2336,-0.32618 0.4287,-0.36609 0.4335,-0.0887 0,0.27741 0.376,0.19974 0.8246,-0.1726 0.9333,-0.77456 1.8243,0.11583 1.1721,1.17121 -0.2857,0.46223 -0.069,0.46236 0.7941,4.9e-4 0.6529,-0.34943 1.8869,-0.90135 2.7421,-1.22651 1.3858,-0.52687 1.5233,-0.47038 1.2645,0.51925 -0.2267,0.86722 0.088,1.18612 1.4372,1.45596 1.2291,0.24581 1.6314,0.59631 1.3941,1.21463 -0.4305,1.12175 0.1433,1.10718 1.4062,-0.0357 0.7599,-0.68767 1.1044,-0.73561 1.4356,-0.19973 0.2628,0.42518 0.1949,0.5562 -0.1711,0.33004 -0.3338,-0.20629 -0.7642,0.035 -0.9565,0.53608 -0.5038,1.31301 -0.4732,1.35212 0.8581,1.09574 1.0241,-0.19722 1.0966,-0.0987 0.4772,0.64767 -0.6355,0.76567 -0.5105,0.82599 0.9602,0.46339 0.93,-0.22928 2.3412,-0.8265 3.1361,-1.32716 1.3564,-0.85429 1.3965,-0.84866 0.6519,0.0914 -0.4364,0.55097 -0.5997,1.00175 -0.3628,1.00175 0.2368,0 0.1015,0.39652 -0.3007,0.88116 -1.0085,1.21524 -0.2588,1.76468 1.3133,0.96237 2.42177,-1.23598 4.47957,-1.82638 4.47957,-1.28522 0,0.29134 -0.24416,0.68061 -0.54258,0.86504 -0.52452,0.32417 -0.37185,2.47992 0.21735,3.06913 0.15903,0.15903 0.9385,-0.13633 1.73217,-0.65635 0.79365,-0.52003 1.88695,-0.94551 2.42955,-0.94551 0.54259,0 1.39954,-0.37376 1.90433,-0.83059 1.30398,-1.18009 3.93256,-1.5628 4.29245,-0.62496 0.16132,0.42042 0.13028,0.92743 -0.069,1.12671 -0.19927,0.19927 -0.41489,0.72054 -0.47915,1.15838 -0.0833,0.56727 0.46184,0.43784 1.89662,-0.45033 5.16376,-3.19654 5.04411,-3.15011 5.72792,-2.2226 0.53654,0.72775 1.21946,0.44886 4.47785,-1.82864 2.11462,-1.47804 4.05594,-2.68734 4.31405,-2.68734 0.51204,0 3.6384,-2.42886 5.73329,-4.45419 1.5394,-1.48828 1.86772,-3.08088 0.38073,-1.84679 -0.70419,0.58443 -0.63224,0.20847 0.28906,-1.51049 1.59312,-2.97242 1.54765,-3.51624 -0.19836,-2.37221 -1.70254,1.11555 -2.40461,1.20773 -1.60719,0.21102 0.31798,-0.39746 0.76969,-1.34609 1.0038,-2.10808 0.36486,-1.18759 0.2616,-1.34252 -0.72315,-1.085 -0.9021,0.2359 -1.08797,0.0679 -0.86558,-0.78255 0.19664,-0.75195 -0.0241,-1.08296 -0.7222,-1.08296 -0.79717,0 -0.866,-0.16797 -0.33237,-0.81096 0.51704,-0.62299 0.49995,-0.86922 -0.0737,-1.06224 -0.60058,-0.20208 -0.59145,-0.43945 0.0467,-1.21247 0.4364,-0.52866 1.08831,-0.96121 1.4487,-0.96121 0.36039,0 1.28025,-1.36582 2.04414,-3.03515 0.76389,-1.66934 2.3052,-3.87709 3.42514,-4.90612 1.11993,-1.02903 1.8582,-2.049 1.6406,-2.2666 -0.21761,-0.2176 -1.04398,0.21344 -1.8364,0.95787 -2.37805,2.23406 -2.1665,0.98176 0.24956,-1.4773 2.54773,-2.59308 2.53148,-4.08985 -0.0179,-1.6474 -0.91571,0.8773 -1.84108,1.41895 -2.05638,1.20365 -0.2153,-0.2153 -0.0879,-0.39145 0.28302,-0.39145 0.37097,0 0.67448,-0.33241 0.67448,-0.7387 0,-0.40629 0.53785,-1.19922 1.1952,-1.76206 1.20882,-1.03502 1.23084,-2.53488 0.0333,-2.26877 -0.82754,0.18391 -0.8548,-1.39527 -0.0328,-1.90326 0.33964,-0.20992 0.4727,-0.75909 0.29568,-1.2204 -0.17702,-0.4613 -0.0826,-0.6909 0.20971,-0.51022 0.29235,0.18069 0.69496,0.0641 0.89468,-0.25903 0.49182,-0.79578 -1.0462,-0.74959 -1.8514,0.0556 -1.41953,1.41954 -1.95293,0.15727 -0.64129,-1.51758 l 1.34227,-1.71395 -1.83832,1.30465 c -1.12284,0.79688 -1.9799,1.07557 -2.20209,0.71606 -0.20007,-0.32372 -0.1533,-0.59676 0.10394,-0.60675 0.25725,-0.01 0.95634,-0.6885 1.55356,-1.5078 l 1.08584,-1.48963 -1.34655,0.42738 -1.34655,0.42738 1.05266,-1.60657 1.05266,-1.60655 -2.34535,0.31457 c -2.73236,0.36649 -3.28229,0.0596 -2.0684,-1.1543 0.4801,-0.4801 0.73085,-1.24311 0.55721,-1.69558 -0.17362,-0.45247 -0.0858,-0.68057 0.19524,-0.5069 0.28101,0.17368 0.65502,-0.0597 0.83113,-0.51866 0.22341,-0.58219 0.0233,-0.74167 -0.66208,-0.52761 -0.86341,0.26969 -0.85566,0.20289 0.064,-0.55206 1.16513,-0.95642 0.7591,-1.38112 -1.17574,-1.22977 -0.70711,0.0553 -1.15861,-0.10502 -1.00332,-0.35627 0.15529,-0.25127 -0.29038,-0.63862 -0.99038,-0.86079 -1.08023,-0.34286 -1.14364,-0.50216 -0.41923,-1.05335 0.4694,-0.35716 0.89442,-1.26553 0.94448,-2.01858 0.0872,-1.31205 0.0541,-1.32412 -0.7926,-0.28906 -0.78589,0.96068 -0.84843,0.96824 -0.56549,0.0684 0.39563,-1.25823 -0.9513,-1.35765 -1.9581,-0.14453 -0.39584,0.47696 -0.99335,0.86719 -1.32781,0.86719 -0.33447,0 -0.008,-0.63908 0.72608,-1.42019 l 1.3342,-1.42018 -1.66701,0.1194 c -1.30511,0.0935 -1.67982,-0.13161 -1.72596,-1.03684 -0.14247,-2.79525 -0.17021,-2.83499 -1.27864,-1.83187 -0.79684,0.72112 -1.20987,0.78754 -1.72072,0.2767 -0.51084,-0.51085 -0.91832,-0.46559 -1.69757,0.18856 -0.56396,0.47342 -1.80585,1.34005 -2.75976,1.92583 l -1.73437,1.06508 1.10132,-1.24575 c 1.13619,-1.28519 0.53118,-1.7798 -0.687,-0.56163 -1.01411,1.01412 -1.57797,0.0825 -0.64124,-1.05946 0.72861,-0.88823 0.66781,-0.94044 -0.64027,-0.54996 -0.79492,0.23729 -2.0957,0.51676 -2.89063,0.62103 -0.79492,0.10427 -1.44531,0.2486 -1.44531,0.32072 0,0.0721 -0.57523,0.192 -1.2783,0.26639 -1.10708,0.11715 -1.19613,-0.0183 -0.66485,-1.01097 0.5665,-1.05851 0.45634,-1.12789 -1.4395,-0.90656 -1.36514,0.15937 -1.8988,0.0376 -1.59286,-0.3636 0.25305,-0.33179 0.64174,-1.10899 0.86377,-1.7271 0.39812,-1.10834 0.3868,-1.10856 -0.82079,-0.0157 -1.22366,1.1074 -1.2242,1.10704 -0.81377,-0.52825 0.3883,-1.54711 0.34111,-1.59914 -0.86489,-0.95371 -1.26241,0.67562 -1.2654,0.66711 -0.28905,-0.82299 0.54261,-0.82811 0.82123,-1.67098 0.61918,-1.87303 -0.20205,-0.20205 -0.36738,-0.0639 -0.36738,0.30711 0,0.37097 -0.45992,0.67448 -1.02204,0.67448 -0.56213,0 -1.98681,0.65558 -3.16598,1.45683 -1.4435,0.98091 -2.0337,1.16978 -1.8067,0.57813 0.2138,-0.55707 0,-0.87871 -0.5737,-0.87871 -0.5722,0 -0.7872,-0.32247 -0.5781,-0.86718 0.183,-0.47696 0.029,-0.86719 -0.3414,-0.86719 -0.3707,0 -0.5133,-0.26016 -0.3168,-0.57813 0.6258,-1.01249 -1.2705,-0.62042 -2.0971,0.4336 -0.7192,0.91694 -0.6987,0.93739 0.2182,0.21828 0.5565,-0.4364 1.0036,-0.56648 0.9936,-0.28907 -0.01,0.27741 -0.7254,1.01258 -1.5899,1.63371 -1.2379,0.88949 -1.4031,0.92018 -0.7782,0.14453 0.6885,-0.85453 0.66,-0.9848 -0.2153,-0.9848 -0.8776,0 -0.9056,-0.13157 -0.2153,-1.01171 0.7191,-0.91694 0.6986,-0.93739 -0.2183,-0.21828 -0.5565,0.4364 -1.0117,1.04033 -1.0117,1.34208 0,0.75199 -1.5084,2.20041 -2.2916,2.20041 -0.3518,0 -1.2457,0.39706 -1.9864,0.88235 -1.1151,0.73067 -5.4011,1.0884 -4.7054,0.39273 0.4748,-0.47488 -1.0059,-3.58758 -1.7066,-3.58758 -0.4119,0 -0.8874,-0.36106 -1.0567,-0.80236 -0.3865,-1.00721 -4.9115,-1.53053 -6.4643,-0.74759 -0.9914,0.49992 -1.0539,0.45896 -0.4386,-0.28749 0.8971,-1.08815 0.2457,-1.85263 -0.8229,-0.96578 -1.547,1.28387 -1.2796,0.10272 0.4524,-1.9985 0.9683,-1.17468 1.4968,-2.13578 1.1744,-2.13578 -0.3223,0 -0.7268,0.22764 -0.8987,0.50586 -0.172,0.27823 -0.975,0.50586 -1.7845,0.50586 -1.2391,0 -1.4095,-0.19434 -1.0776,-1.22851 0.8717,-2.71549 1.2249,-4.96362 0.7322,-4.65907 -0.284,0.17551 -0.5164,0.0436 -0.5164,-0.29314 0,-0.33673 -0.4552,-0.63053 -1.0117,-0.65288 -0.9289,-0.0373 -0.9254,-0.0746 0.043,-0.45617 0.58,-0.22854 0.9702,-0.57576 0.8672,-0.77159 -0.103,-0.19583 0.5301,-1.16126 1.407,-2.1454 1.6907,-1.8975 1.5289,-2.44061 -0.248,-0.83254 -0.5815,0.52623 -1.0573,0.69664 -1.0573,0.37867 0,-0.31797 0.5204,-1.049 1.1563,-1.62452 1.7619,-1.59453 1.3781,-2.26012 -0.5228,-0.90655 -1.7613,1.25416 -3.2666,1.60399 -2.6569,0.61748 0.1965,-0.31796 0.05,-0.57812 -0.3257,-0.57812 -0.5225,0 -0.5239,-0.19179 -0.01,-0.81572 0.4708,-0.56724 0.4895,-0.93162 0.061,-1.1962 -0.3386,-0.20926 -0.4552,-0.64006 -0.2591,-0.95732 0.1997,-0.32312 -0.114,-0.49626 -0.7133,-0.39364 -0.83,0.14215 -1.0646,-0.17304 -1.0469,-1.40665 0.026,-1.80993 -0.1605,-1.88615 -1.7231,-0.70431 -0.8604,0.65079 -1.2235,0.68473 -1.5567,0.14553 -0.2391,-0.38677 -0.1946,-0.99252 0.099,-1.34611 0.2934,-0.35359 0.6113,-1.14278 0.7063,-1.75376 0.095,-0.61099 0.3432,-1.38346 0.5515,-1.71661 0.57,-0.91165 -0.4489,-2.22002 -1.313,-1.686 -0.5233,0.32342 -0.6359,0.18398 -0.3831,-0.47462 0.2683,-0.69935 0.1122,-0.83963 -0.6244,-0.56092 -0.6819,0.258 -0.4563,-0.32176 0.7376,-1.89584 l 1.72,-2.26749 -1.789,1.27387 c -2.8459,2.02651 -4.6672,2.56228 -5.0773,1.49361 -0.2776,-0.72338 -0.5122,-0.76066 -1.1991,-0.19055 -0.4697,0.3898 -0.7255,0.91658 -0.5685,1.17061 0.157,0.25403 -0.1711,0.37453 -0.729,0.26779 -0.558,-0.10674 -1.225,-0.21399 -1.4822,-0.23831 -0.2573,-0.0243 -0.2646,-0.36943 -0.016,-0.76689 0.8665,-1.38707 0.6355,-1.99387 -0.7031,-1.84693 -0.7416,0.0814 -1.6234,0.31799 -1.9596,0.52573 -0.8642,0.53414 -0.7584,-0.0845 0.2875,-1.68076 0.6829,-1.0423 0.7309,-1.4751 0.1997,-1.80336 -0.4021,-0.24853 -0.549,-0.18944 -0.3459,0.13917 0.1941,0.3141 -0.012,0.5711 -0.4576,0.5711 -0.5566,0 -0.6598,-0.2867 -0.3292,-0.91537 0.8216,-1.56255 0.5337,-4.33753 -0.5573,-5.37134 C 2.5489,221.03752 2.3225,221.01872 1.714,221.75181 0.2346,223.53442 -0.4975,221.8865 0.8287,219.75909 1.1753,219.20318 1.1244,219.0772 0.6674,219.35961 0.1648,219.67026 0,206.86638 0,167.50729 l 0,-52.26483 1.3008,-1.08598 c 0.7154,-0.59729 0.9756,-0.71566 0.5781,-0.26304 -1.1074,1.26111 -0.8815,2.25934 0.4336,1.91545 0.672,-0.17574 1.156199,-0.0178 1.156199,0.37731 0,0.38987 0.3082,0.49455 0.7227,0.24551 0.5587,-0.33563 0.5553,-0.2275 -0.015,0.47649 -1.220099,1.50665 0.7601,1.78317 3.3409,0.46654 2.5701,-1.31114 3.5189,-0.74673 1.4087,0.83796 -1.16,0.87111 -1.9698,2.6318 -1.2104,2.6318 0.55,0 3.8679,-1.87918 4.1641,-2.35854 0.4944,-0.79997 1.4204,-0.0577 1.0693,0.85714 -0.1633,0.42575 0.1217,0.93474 0.6334,1.13112 0.6323,0.24262 0.801,0.12757 0.5266,-0.35899 -0.3108,-0.55086 -0.2347,-0.55975 0.3295,-0.0386 0.4033,0.37261 1.1569,0.51902 1.6746,0.32534 0.8171,-0.30566 0.8366,-0.22341 0.1478,0.62331 -0.4694,0.57708 -0.5423,0.97543 -0.1786,0.97543 0.3381,0 0.7756,-0.26015 0.9721,-0.57812 0.6309,-1.02081 1.9326,-0.64462 1.64,0.47398 -0.1513,0.57866 0.1421,1.39834 0.652,1.82152 0.773,0.64155 1.1765,0.63593 2.428,-0.0338 0.8254,-0.44178 1.7722,-1.39893 2.104,-2.12699 0.3793,-0.83265 0.7514,-1.0838 1.0028,-0.67698 0.2552,0.41284 1.4953,-0.32623 3.4286,-2.04328 3.0434,-2.70294 4.6288,-3.16734 2.5679,-0.75215 -0.7333,0.85923 -0.7871,1.04981 -0.1604,0.56691 0.7838,-0.60381 1.0203,-0.55299 1.392,0.29902 0.2463,0.56456 0.3954,1.35124 0.3315,1.74819 -0.091,0.56459 0.2038,0.57585 1.3541,0.0517 0.8087,-0.36849 1.4704,-0.88838 1.4704,-1.15532 0,-0.26692 0.2406,-0.48532 0.5347,-0.48532 0.294,0 0.45,0.91055 0.3466,2.02344 -0.2065,2.22214 -0.1419,2.28722 1.4341,1.44375 0.7394,-0.39572 1.2043,-0.38377 1.4647,0.0376 0.2524,0.40824 0.7344,0.2981 1.423,-0.32516 0.8351,-0.75571 1.1285,-0.79182 1.4807,-0.18219 0.2415,0.41818 0.2453,0.58658 0.01,0.37422 -0.4599,-0.41232 -2.6454,1.20686 -2.6454,1.95992 0,0.805 1.0637,0.47757 3.2347,-0.99567 2.4616,-1.67046 4.3095,-2.00571 3.1137,-0.56489 -0.6026,0.72607 -0.5812,0.82306 0.1219,0.55324 0.5177,-0.19866 0.8526,0.0132 0.8526,0.53946 0,0.47665 -0.2168,0.73265 -0.4818,0.56888 -0.2649,-0.16375 -0.4817,-0.0376 -0.4817,0.28038 0,0.31797 0.2815,0.7521 0.6255,0.96473 0.3961,0.24482 0.027,1.0524 -1.0072,2.20208 -0.8981,0.99852 -1.2576,1.4903 -0.799,1.09284 1.2576,-1.08999 1.6291,-0.89488 2.0637,1.08393 0.2716,1.23654 0.1546,1.95632 -0.3709,2.28107 -0.4222,0.26096 -0.6027,0.63948 -0.401,0.84116 0.2017,0.20168 1.0478,-0.0796 1.8802,-0.625 0.8324,-0.54543 1.6535,-0.85171 1.8246,-0.68062 0.3352,0.33525 -0.6989,2.38518 -2.0491,4.06183 -0.7443,0.92421 -0.7279,0.99558 0.1511,0.65829 0.761,-0.29203 0.8984,-0.15052 0.6025,0.6205 -0.3297,0.85933 -0.2144,0.90847 0.8256,0.35187 1.2241,-0.65515 2.4305,0.0898 1.2884,0.79567 -0.3232,0.19972 -0.5876,0.63979 -0.5876,0.97792 0,0.38297 0.3328,0.33866 0.8824,-0.11753 0.6872,-0.57027 0.6316,-0.14715 -0.2511,1.91216 -1.1126,2.59545 -1.113,2.64052 -0.025,2.43096 1.0624,-0.20459 1.0677,-0.15094 0.1283,1.28287 -0.9649,1.47256 -0.9607,1.48581 0.2607,0.83214 2.1151,-1.132 2.1974,-0.74195 0.2641,1.25266 -1.8113,1.86886 -1.967,2.94331 -0.3357,2.31734 0.4458,-0.1711 0.8106,-0.0295 0.8106,0.31458 0,0.43274 0.4573,0.45181 1.483,0.0619 0.8156,-0.3101 1.6052,-0.56382 1.75469,-0.56382 0.42803,0 -0.81999,2.12477 -1.85739,3.16214 -1.5864,1.58637 -0.5282,1.55978 1.83836,-0.0462 1.23332,-0.83696 1.89236,-1.09997 1.46454,-0.58446 -0.58516,0.70507 -0.60179,0.93727 -0.0671,0.93727 0.39092,0 0.56612,0.37694 0.38933,0.83765 -0.34968,0.91126 -0.42461,0.93411 4.43126,-1.35119 1.53352,-0.72172 3.14048,-1.17704 3.57101,-1.01183 0.43054,0.16522 1.12701,-0.13942 1.54772,-0.67696 0.69974,-0.89407 0.6664,-0.90616 -0.39132,-0.14183 -1.05826,0.76471 -1.08276,0.75569 -0.28907,-0.10649 0.47696,-0.51811 1.64766,-1.13237 2.60157,-1.36502 1.51381,-0.3692 1.64157,-0.31028 1.00459,0.46338 -0.59221,0.71928 -0.57466,1.01512 0.0931,1.56928 0.59867,0.49686 0.93126,0.50749 1.22077,0.039 0.27709,-0.44834 0.70199,-0.3687 1.39917,0.26225 0.55068,0.49836 1.21048,0.71042 1.46623,0.47125 0.25574,-0.23917 0.16959,0.13339 -0.19145,0.82792 -0.87711,1.68729 -0.8272,2.10615 0.20381,1.71051 0.49714,-0.19077 0.80218,-0.0339 0.72266,0.37174 -0.0932,0.47515 0.79609,0.70185 2.75303,0.70185 2.75144,0 2.88096,0.0696 2.68991,1.44531 l -0.20072,1.44531 1.50915,-1.40875 c 1.24531,-1.16245 1.63417,-1.27397 2.22416,-0.63784 0.43205,0.46583 0.45494,0.62547 0.0579,0.4034 -0.36143,-0.20213 -1.01182,0.0849 -1.44531,0.63784 -0.72729,0.92771 -0.70317,0.93838 0.31241,0.13817 0.60532,-0.47696 1.25571,-0.82817 1.44531,-0.78047 0.18961,0.0477 0.2797,-0.14742 0.20021,-0.4336 -0.0795,-0.28617 0.16018,-0.52031 0.5326,-0.52031 0.37243,0 1.17214,-0.44797 1.77715,-0.99549 0.86873,-0.78619 1.06063,-0.81658 0.91271,-0.14454 -0.10302,0.46804 0.11121,0.79482 0.47606,0.7262 0.40352,-0.0759 0.54023,0.34611 0.34901,1.07733 -0.27818,1.06375 -0.17592,1.12801 0.88847,0.55836 1.50305,-0.80441 4.36693,-0.85283 3.88041,-0.0656 -0.48252,0.78072 1.05346,0.73873 1.84256,-0.0503 0.45258,-0.45259 0.75267,-0.42758 1.07214,0.0893 0.26874,0.43484 0.20633,0.57117 -0.15831,0.3458 -0.33107,-0.20461 -0.9061,-0.006 -1.27784,0.44238 -1.11391,1.34218 0.87806,0.76079 2.44862,-0.71467 1.90569,-1.79031 3.00547,-1.66178 1.78031,0.20804 -0.94894,1.44827 -0.94083,1.47308 0.42027,1.28614 0.76333,-0.10483 1.713071,-0.39449 2.110531,-0.64368 0.39746,-0.24919 0.72265,-0.26732 0.72265,-0.0403 0,0.22703 0.53152,-0.0682 1.18113,-0.65612 1.03524,-0.93688 1.13472,-0.94794 0.80534,-0.0896 -0.20962,0.54625 -0.0928,1.01126 0.26418,1.05157 1.48374,0.16754 1.7184,0.23532 2.08545,0.60237 0.21207,0.21207 1.3361,-0.17524 2.49784,-0.86069 1.56713,-0.92463 1.85306,-1.29618 1.10791,-1.43968 -0.55239,-0.10637 -1.00435,-0.46634 -1.00435,-0.79993 0,-0.34848 -0.40974,-0.26895 -0.96308,0.18692 -0.86822,0.71529 -0.92408,0.63685 -0.56711,-0.7964 0.50593,-2.03134 0.0723,-2.03134 -1.02976,0 -0.47437,0.87441 -0.87292,1.24929 -0.88565,0.83307 -0.0127,-0.41623 -0.2833,-0.59599 -0.60127,-0.39948 -0.31797,0.19652 -0.57813,0.0818 -0.57813,-0.25494 0,-0.82314 -1.56142,-0.78167 -2.07864,0.0552 -0.25558,0.41353 -0.15859,0.51052 0.25494,0.25494 0.3671,-0.22688 0.66745,-0.10916 0.66745,0.26159 0,0.37717 -0.4028,0.51953 -0.91447,0.32319 -0.50295,-0.19302 -1.05319,-0.35093 -1.22274,-0.35093 -0.16954,0 0.12928,-0.66778 0.66407,-1.48396 l 0.97233,-1.48397 -1.57009,1.02876 c -1.538981,1.00838 -1.557861,1.00591 -0.952861,-0.12456 0.33948,-0.63433 1.248831,-1.79531 2.020781,-2.57995 4.72781,-4.80561 6.33787,-7.70997 2.39369,-4.31796 -2.65742,2.28539 -2.8816,1.69027 -0.48973,-1.30007 3.47561,-4.34524 3.43306,-4.27639 2.5211,-4.0795 -0.45128,0.0974 -1.01165,0.43731 -1.24526,0.75528 -0.273,0.3716 -0.42789,0.34836 -0.43359,-0.065 -0.0151,-1.0962 3.13786,-4.66731 3.89727,-4.41417 0.39538,0.13179 0.71888,-0.0422 0.71888,-0.38668 0,-0.34446 -0.27551,-0.6263 -0.61225,-0.6263 -0.33673,0 -0.46433,-0.23933 -0.28355,-0.53183 0.47103,-0.76215 -2.48605,-2.93398 -3.47703,-2.5537 -1.12716,0.43253 -1.0441,0.0402 0.32595,-1.53947 1.92133,-2.2153 1.35476,-3.16604 -0.77516,-1.30078 -1.10026,0.96354 -1.1377,0.96354 -0.78632,0 0.20292,-0.55645 0.0953,-1.01172 -0.23921,-1.01172 -0.33449,0 -0.48892,-0.3252 -0.34318,-0.72266 0.14573,-0.39746 0.57459,-0.65197 0.95302,-0.56557 0.37842,0.0864 1.45157,-0.38659 2.38476,-1.05108 1.89159,-1.34694 2.23118,-0.95625 0.685,0.78807 -0.98173,1.10753 -0.97316,1.12113 0.28906,0.45877 1.40938,-0.73957 1.74284,-0.15922 0.57813,1.00617 -0.57829,0.57864 -0.28957,0.6754 1.44531,0.48439 1.19238,-0.13128 2.16797,0.016 2.16797,0.32716 0,0.31122 0.52031,0.42979 1.15625,0.26349 1.31581,-0.3441 1.49446,0.17055 0.43359,1.24904 -0.58291,0.5926 -0.38728,0.65509 1.01172,0.32316 l 1.73438,-0.4115 -1.21478,1.38231 c -1.61107,1.83326 -2.35191,3.13504 -1.47611,2.59377 0.40259,-0.24882 0.66745,-0.0299 0.66745,0.55147 0,0.73956 0.33647,0.87953 1.44531,0.60123 1.09783,-0.27554 1.44531,-0.13673 1.44531,0.57731 0,0.62915 0.30985,0.82115 0.93687,0.58055 0.72043,-0.27646 0.86649,-0.0904 0.63225,0.80533 -0.17514,0.66973 -0.0205,1.1686 0.36392,1.17369 0.37385,0.005 0.28629,0.25588 -0.19866,0.56927 -0.47695,0.30824 -0.5827,0.56441 -0.23501,0.56928 0.37747,0.005 0.59479,1.06965 0.53938,2.64167 -0.0511,1.44805 0.13237,2.77199 0.40761,2.94209 0.27523,0.1701 0.19577,0.67635 -0.17657,1.125 -0.52112,0.62791 -0.51129,0.81571 0.0427,0.81571 0.5626,0 0.55669,0.19643 -0.027,0.89981 -0.41072,0.4949 -0.50762,0.85432 -0.21532,0.79873 0.2923,-0.0556 0.72657,-0.0378 0.96505,0.0397 0.23848,0.0774 0.69375,0.17324 1.01172,0.21299 0.31797,0.0398 0.51308,0.33242 0.43359,0.65039 -0.0795,0.31797 -0.31297,0.52198 -0.51883,0.45336 -0.20587,-0.0686 -0.24057,0.38665 -0.0771,1.01172 0.16346,0.62506 0.77901,1.13648 1.36788,1.13648 0.7142,0 0.95988,0.28873 0.73791,0.86719 -0.21717,0.56594 0.0402,0.89778 0.7408,0.95524 0.59047,0.0485 1.33373,0.1485 1.65169,0.22238 0.31797,0.0739 0.7824,0.16433 1.03206,0.201 0.24967,0.0367 0.15436,0.62645 -0.21178,1.3106 -0.57205,1.06888 -0.53001,1.19184 0.29874,0.87381 1.05234,-0.40381 0.811,0.29278 -0.71843,2.07369 -1.00714,1.17274 -0.56628,1.29449 1.22726,0.33894 1.13826,-0.60643 1.18514,-0.57866 0.47544,0.2817 -0.47744,0.57879 -0.61197,1.35559 -0.34181,1.97356 0.24504,0.56049 0.38279,1.27924 0.30611,1.5972 -0.0767,0.31797 0.51918,-0.0401 1.32412,-0.79579 0.8495,-0.7975 1.8397,-1.22957 2.36013,-1.02987 1.15569,0.44348 1.13225,1.21764 -0.0935,3.08838 -0.96919,1.47917 -0.96496,1.49764 0.2005,0.87391 0.88138,-0.4717 1.36751,-0.46029 1.87172,0.0439 0.52275,0.52275 0.9448,0.51646 1.8151,-0.027 0.62369,-0.3895 1.4627,-0.7042 1.86448,-0.69933 0.49743,0.006 0.45381,0.18766 -0.13669,0.56927 -0.66015,0.42662 -0.68146,0.56254 -0.0892,0.56928 0.42787,0.005 1.46849,-0.46913 2.3125,-1.05332 2.41919,-1.6745 3.36756,-1.86643 3.27894,-0.66361 -0.0426,0.57815 -0.41932,1.46313 -0.83717,1.96661 -1.36553,1.64536 0.3902,1.00962 3.85622,-1.39632 3.45284,-2.3968 5.59469,-3.12957 4.18591,-1.4321 -1.45619,1.75459 0.006,1.52602 1.81575,-0.28388 1.49078,-1.49078 1.69498,-1.95798 1.03766,-2.37406 -0.69473,-0.43975 -0.68736,-0.5297 0.0488,-0.59533 0.47695,-0.0426 1.0623,-0.0465 1.30078,-0.009 0.40852,0.0645 0.60422,-0.82347 0.28906,-1.31168 -0.0795,-0.12314 0.50586,-0.78897 1.30078,-1.47962 l 1.44531,-1.25573 -1.60788,0.97981 c -2.71166,1.65242 -2.52866,0.35034 0.33665,-2.39528 2.42851,-2.32708 3.05335,-3.47596 2.76414,-5.08242 -0.0491,-0.27291 0.59673,-1.39566 1.43523,-2.495 0.83852,-1.09934 1.36432,-2.15905 1.16846,-2.35492 -0.31539,-0.31539 -3.93747,2.66763 -5.08745,4.18987 -0.27262,0.36086 -0.44008,0.30654 -0.44561,-0.14453 -0.005,-0.39747 1.03178,-1.76329 2.30365,-3.03516 1.27188,-1.27188 2.17327,-2.3125 2.0031,-2.3125 -0.17017,0 -0.0523,-0.48046 0.262,-1.06768 0.68069,-1.27188 -0.19614,-2.40107 -1.86445,-2.40107 -0.74247,0 -0.99381,-0.28318 -0.76971,-0.86719 0.39922,-1.04034 -0.84304,-1.15821 -1.82781,-0.17344 -0.45199,0.45199 -0.69375,0.47666 -0.69375,0.0708 0,-0.34263 0.39311,-0.94922 0.87359,-1.34798 0.77556,-0.64366 0.76573,-0.8039 -0.0876,-1.42786 -0.68663,-0.50208 -0.76834,-0.82201 -0.28604,-1.12009 0.37132,-0.22948 0.54883,-0.62161 0.39446,-0.87139 -0.15437,-0.24978 0.3617,-1.05762 1.14682,-1.7952 1.53515,-1.4422 2.00815,-2.91924 0.54633,-1.70604 -1.46477,1.21565 -1.62495,0.18202 -0.1936,-1.24934 1.28799,-1.28799 1.94665,-2.82668 1.16551,-2.72275 -1.26418,0.1682 -1.85472,-0.21193 -1.70593,-1.0981 0.10143,-0.60413 -0.14573,-0.94534 -0.61352,-0.84695 -0.47134,0.0992 -0.24105,-0.52141 0.57812,-1.55785 0.74884,-0.94745 1.65486,-1.73703 2.01339,-1.75462 0.35853,-0.0176 0.97573,-0.42223 1.37157,-0.89918 0.79761,-0.96105 2.01056,-1.20364 1.44531,-0.28906 -0.6723,1.08782 0.68642,0.57989 1.78931,-0.66889 1.09425,-1.239 1.09255,-1.24481 -0.26565,-0.904 l -1.36697,0.34301 1.32107,-1.40622 c 1.89059,-2.01244 1.04612,-2.3228 -1.26063,-0.4633 -1.37386,1.10749 -1.13866,0.72361 0.79459,-1.29688 1.51035,-1.5785 2.7461,-3.19868 2.7461,-3.6004 0,-0.40173 0.71543,-1.41059 1.58984,-2.24191 1.10343,-1.04906 1.26434,-1.39381 0.52595,-1.12678 -2.06716,0.74757 -2.19974,-0.34495 -0.28713,-2.36603 1.71657,-1.81393 1.78581,-2.00382 0.62837,-1.72333 -0.71543,0.17338 -1.30078,0.0794 -1.30078,-0.20877 0,-0.2882 0.26015,-0.524 0.57812,-0.524 0.31797,0 0.57813,-0.3753 0.57813,-0.83399 0,-0.52543 -0.43188,-0.75083 -1.16727,-0.6092 -1.08801,0.20953 -1.10764,0.13966 -0.28907,-1.02902 0.96943,-1.38406 1.16404,-2.39768 0.36559,-1.90421 -0.28194,0.17425 -0.8203,-0.0539 -1.19637,-0.50705 -0.51716,-0.62315 -0.52246,-1.12524 -0.0217,-2.06083 0.57691,-1.07797 0.51915,-1.21276 -0.44939,-1.04867 -0.61126,0.10355 -1.08623,-0.0719 -1.05547,-0.38984 0.0308,-0.31797 0.22435,-0.52198 0.43022,-0.45336 0.20586,0.0686 0.24824,-0.35729 0.0942,-0.94647 -0.15407,-0.58918 0.003,-1.24604 0.34836,-1.45967 0.34567,-0.21364 0.62849,-0.66509 0.62849,-1.00322 0,-0.36392 -0.39916,-0.29102 -0.97817,0.17865 -0.55724,0.45201 -0.80196,0.49966 -0.56869,0.11073 0.22521,-0.37549 0.14082,-0.84874 -0.18752,-1.05166 -0.32834,-0.20293 -0.44731,-0.61114 -0.26437,-0.90714 0.18294,-0.29599 -0.13801,-0.54216 -0.71323,-0.54703 -0.88675,-0.008 -0.91392,-0.0941 -0.17867,-0.5693 0.72654,-0.46952 0.68856,-0.56186 -0.23413,-0.56927 -1.08301,-0.009 -1.08301,-0.0296 0,-1.25586 1.09188,-1.23633 1.09016,-1.24422 -0.19946,-0.92132 -1.68048,0.42077 -1.64698,0.29097 0.47167,-1.82768 2.30653,-2.30653 1.70336,-3.40098 -0.99645,-1.80805 l -2.01289,1.18764 0.39132,-1.23294 c 0.27053,-0.85236 0.18659,-1.10641 -0.27192,-0.82304 -0.46936,0.29009 -0.5475,-0.0512 -0.26732,-1.16753 0.37513,-1.49463 0.31102,-1.55612 -1.22129,-1.17153 -1.6144,0.40519 -1.61555,0.40336 -0.6609,-1.05361 l 0.9563,-1.4595 -2.16887,1.24881 -2.16887,1.24881 1.10453,-1.27132 c 0.60749,-0.69923 0.93494,-1.44091 0.72767,-1.64818 -0.20727,-0.20727 -0.11063,-0.69763 0.21476,-1.0897 0.43726,-0.52688 0.12915,-0.87406 -1.18107,-1.3308 -0.97497,-0.33988 -1.62944,-0.38621 -1.45438,-0.10296 0.17506,0.28326 0.0137,0.70326 -0.35859,0.93335 -0.40736,0.25176 -0.52246,0.16847 -0.28906,-0.20917 0.21329,-0.34513 0.12341,-0.79092 -0.19974,-0.99064 -0.32316,-0.19971 -0.58756,-0.0723 -0.58756,0.28324 0,0.3555 -0.27278,0.47777 -0.60619,0.27171 -0.37437,-0.23137 -0.40404,-0.63134 -0.0776,-1.04584 0.56139,-0.71279 1.26543,-3.85087 0.86396,-3.85087 -0.9329,0 -4.0578,2.15982 -5.49778,3.79986 -1.5784,1.7977 -3.36772,2.27824 -2.38554,0.64066 0.50184,-0.83672 -1.1808,0.49731 -3.3318,2.64151 -1.72087,1.71545 -4.1842,2.34224 -2.84007,0.72266 0.83568,-1.00693 0.38616,-1.11454 -1.1721,-0.28058 -1.01314,0.54222 -1.07922,0.38935 -0.87326,-2.02019 0.20417,-2.38836 0.13316,-2.5588 -0.84746,-2.034 -0.58866,0.31505 -1.47937,0.41583 -1.97936,0.22397 -0.96226,-0.36926 -1.28833,-3.11577 -0.3699,-3.11577 0.29654,0 0.71028,-0.53912 0.91942,-1.19806 0.20914,-0.65893 0.68194,-1.08278 1.05067,-0.94187 0.60484,0.23112 4.32504,-1.42628 4.60305,-2.05071 0.0628,-0.14115 -0.19606,-0.63055 -0.57533,-1.08754 -0.44678,-0.53834 -0.50078,-1.12942 -0.15338,-1.67871 0.81321,-1.28579 0.66208,-1.71814 -0.45781,-1.30974 -0.96355,0.35138 -0.96355,0.31393 0,-0.78633 1.43637,-1.64017 1.25978,-2.07776 -0.66762,-1.65444 -0.97437,0.21401 -1.84056,0.10799 -2.06339,-0.25256 -0.21122,-0.34177 -0.65218,-0.45568 -0.9799,-0.25313 -0.36324,0.22449 -0.3397,-0.11038 0.0603,-0.85776 0.74457,-1.39125 0.66095,-1.4345 -1.31839,-0.68196 -1.39931,0.53202 -1.41337,0.51011 -0.63528,-0.98966 0.55357,-1.06702 0.60582,-1.65109 0.17169,-1.9194 -0.34321,-0.21211 -0.38869,-0.48219 -0.10107,-0.60017 0.62476,-0.25628 3.65476,-4.20306 3.65476,-4.76057 0,-0.21452 -0.65039,-0.2268 -1.44531,-0.0273 -1.6888,0.42386 -1.81348,0.11004 -0.48437,-1.21908 0.60274,-0.60274 0.74056,-1.10302 0.36973,-1.34207 -0.8216,-0.52965 -2.48693,-3.88553 -2.48693,-5.01154 0,-0.51151 -0.26015,-0.76923 -0.57812,-0.57272 -0.31797,0.19652 -0.57813,-0.006 -0.57813,-0.45106 0,-0.53315 -0.58223,-0.77373 -1.71016,-0.70663 -0.94058,0.056 -1.58673,-0.098 -1.43588,-0.34206 0.15085,-0.24408 0.0343,-0.5921 -0.259,-0.77338 -0.29331,-0.18127 -0.39728,-0.84964 -0.23107,-1.48526 0.17299,-0.6615 0.0175,-1.15567 -0.36367,-1.15567 -0.49938,0 -0.50181,-0.30658 -0.01,-1.22602 0.46116,-0.86168 0.4672,-1.10924 0.0204,-0.83306 -0.36052,0.22281 -0.6358,-0.005 -0.6358,-0.52651 0,-0.5057 0.4112,-1.07724 0.91377,-1.27009 0.54806,-0.21032 0.80116,-0.78126 0.6324,-1.4266 -0.15475,-0.59177 -0.0456,-1.22163 0.24248,-1.3997 1.05137,-0.64978 0.50345,-1.48321 -0.71985,-1.09495 -1.03162,0.32742 -1.17526,0.21636 -0.84231,-0.65128 0.36773,-0.95828 0.29697,-0.95175 -0.84359,0.0778 -1.20806,1.09051 -1.20519,1.0563 0.0967,-1.15338 0.83288,-1.41364 1.02153,-2.07752 0.49746,-1.75063 -1.18256,0.73763 -2.28954,0.84345 -2.28954,0.21888 0,-0.28983 0.23233,-0.52697 0.51628,-0.52697 0.28395,0 0.65472,-0.36079 0.82393,-0.80175 0.35376,-0.92189 -1.64553,-0.6239 -3.0303,0.45166 -0.67146,0.52152 -0.76122,0.39975 -0.48772,-0.66163 0.23441,-0.90967 0.0805,-1.30078 -0.51199,-1.30078 -0.46595,0 -0.6864,0.26016 -0.48988,0.57812 0.19651,0.31797 0.0818,0.57813 -0.25494,0.57813 -0.33674,0 -0.61225,-0.2358 -0.61225,-0.524 0,-0.2882 -0.52031,-0.38794 -1.15625,-0.22164 -0.67204,0.17575 -1.15625,0.0177 -1.15625,-0.3773 0,-0.38369 -0.31471,-0.49566 -0.72266,-0.25712 -0.39746,0.23241 -0.30692,-0.0774 0.20119,-0.68853 1.4815,-1.78179 1.80169,-3.14405 0.63656,-2.70825 -1.84473,0.68998 -4.15843,2.27517 -3.81785,2.61574 0.18697,0.18698 -0.13915,0.24931 -0.72474,0.13852 -0.58558,-0.1108 -1.91619,-0.22136 -2.95692,-0.24569 -1.88977,-0.0442 -1.89099,-0.0461 -0.93341,-1.50758 1.10215,-1.6821 0.9326,-2.00874 -1.15845,-2.23168 -0.83047,-0.0885 -1.66636,-0.3174 -1.85753,-0.50857 -0.19117,-0.19117 -0.98816,-0.10403 -1.77108,0.19363 -1.87014,0.71103 -1.92636,0.69941 -1.92636,-0.39823 0,-0.74556 -0.37607,-0.86424 -1.822141,-0.57503 l -1.82214,0.36443 1.38855,-1.39396 c 2.343361,-2.35249 2.908901,-3.22623 2.508031,-3.87485 -0.21177,-0.34265 0.59076,-1.62233 1.78342,-2.84371 2.39701,-2.45477 1.35418,-2.89238 -1.2713,-0.53348 l -1.57295,1.41324 0.98239,-1.58985 c 0.54032,-0.87441 1.40254,-2.24023 1.91607,-3.03515 0.51352,-0.79492 0.74182,-1.44532 0.50734,-1.44532 -0.23449,0 -0.0693,-0.45527 0.3671,-1.01171 0.71801,-0.91554 0.69787,-0.93679 -0.21191,-0.22356 -0.55294,0.43349 -0.88959,0.97548 -0.74809,1.20443 0.1415,0.22894 -0.12152,0.41626 -0.58449,0.41626 -0.46296,0 -0.83348,-0.15176 -0.82337,-0.33724 0.0369,-0.67751 1.57094,-2.36068 2.15146,-2.36068 0.32839,0 0.74834,-0.39419 0.93322,-0.87598 0.29489,-0.76847 4.27724,-0.87264 32.4473,-0.84871 31.20388,0.0265 32.09478,0.0579 31.53154,1.11031 -0.31879,0.59566 -1.29907,1.6129 -2.17842,2.26052 -1.47759,1.08824 -1.50322,1.17095 -0.33807,1.09099 0.6934,-0.0476 1.10848,-0.33287 0.92239,-0.63396 -0.18802,-0.30423 -0.0293,-0.35647 0.35719,-0.11758 0.52132,0.32219 0.53123,0.62782 0.0395,1.22025 -0.88545,1.06689 -0.14618,2.27819 0.87377,1.4317 1.41447,-1.1739 2.41073,4.87818 1.03232,6.27113 -1.15466,1.16687 -0.33737,1.58071 0.90367,0.45758 1.82806,-1.65437 2.13494,-1.04525 0.39065,0.77539 -1.9556,2.04121 -2.6058,4.39342 -1.04934,3.79615 0.84167,-0.32298 0.82148,-0.1913 -0.13835,0.90234 -0.66981,0.76319 -0.7735,1.07422 -0.25665,0.76989 0.67781,-0.3991 0.64624,-0.17274 -0.14453,1.03654 -1.25618,1.92097 -1.27568,2.39094 -0.0802,1.93218 0.65248,-0.25038 0.83567,-0.10758 0.61148,0.47665 -0.22914,0.59713 0.0195,0.76874 0.87495,0.60399 1.13084,-0.21778 1.14268,-0.1723 0.22037,0.84685 -1.30437,1.44131 0.0762,2.01345 1.65987,0.68787 0.62419,-0.52249 0.36974,0.0645 -0.57576,1.32811 -1.46268,1.95485 -1.5247,2.17363 -0.45367,1.60043 1.01343,-0.54237 1.30598,-0.49367 1.59745,0.26592 0.19626,0.51143 0.0551,1.29342 -0.31365,1.73775 -0.36876,0.44434 -0.53105,0.94732 -0.36063,1.11774 0.46695,0.46694 4.46902,-3.84629 4.55297,-4.90695 0.0402,-0.50767 0.10521,-1.44335 0.14453,-2.07928 0.095,-1.53592 0.88786,-2.7012 1.55674,-2.28781 0.296,0.18293 0.53818,0.0418 0.53818,-0.31376 0,-0.3555 0.25798,-0.48692 0.57329,-0.29205 0.52771,0.32614 3.47359,-2.11631 3.47359,-2.87998 0,-0.18369 -0.54318,-0.53491 -1.20707,-0.7805 -1.14671,-0.4242 -1.15562,-0.48832 -0.17809,-1.28215 0.63486,-0.51556 0.86269,-0.55883 0.59483,-0.11297 -0.27321,0.45476 -0.10003,0.72265 0.46715,0.72265 0.49572,0 0.83627,0.3252 0.75677,0.72266 -0.0795,0.39746 0.24571,0.65385 0.72266,0.56975 0.63962,-0.11278 0.5911,0.0634 -0.18487,0.67136 -0.98068,0.76834 -0.98545,0.86153 -0.0703,1.37368 0.66588,0.37264 0.77186,0.67915 0.3294,0.95261 -0.3588,0.22175 -0.65237,0.59154 -0.65237,0.82175 0,0.67192 2.7351,0.36197 3.67275,-0.41621 0.72414,-0.60097 0.83191,-0.47991 0.69369,0.77925 -0.09,0.81993 0.10163,1.65472 0.42585,1.8551 0.32422,0.20038 0.43066,0.10734 0.23654,-0.20677 -0.19413,-0.3141 0.0305,-0.57109 0.49905,-0.57109 0.63195,0 0.52469,0.34841 -0.41527,1.34896 -1.81531,1.93231 -0.10939,1.7568 1.93176,-0.19874 1.76735,-1.69322 2.65924,-1.53636 1.67897,0.29529 -0.44176,0.82545 -0.4417,1.21868 2.2e-4,1.36599 0.39152,0.1305 0.23379,0.88077 -0.42736,2.03275 -1.425,2.48292 -0.57434,3.05128 1.53796,1.02757 2.03078,-1.94561 2.4471,-0.77483 0.57209,1.60885 -0.63593,0.80846 -1.15625,1.86882 -1.15625,2.35634 0,0.48753 -0.26015,1.0472 -0.57812,1.24372 -0.31797,0.19651 -0.57813,0.62098 -0.57813,0.94326 0,0.32229 0.68548,0.0468 1.52328,-0.61224 0.8378,-0.65902 1.94347,-1.19423 2.45703,-1.18936 0.81405,0.008 0.82258,0.0807 0.0666,0.56928 -0.47695,0.30823 -0.64022,0.5644 -0.36281,0.56927 0.27742,0.005 0.22726,0.34277 -0.11145,0.7509 -0.35086,0.42274 -0.40913,1.07652 -0.13543,1.51937 0.58482,0.94627 1.94546,0.25158 1.39362,-0.71152 -0.21515,-0.37549 -0.17547,-0.48703 0.0882,-0.24786 0.26366,0.23917 0.95576,0.004 1.53801,-0.52319 0.58224,-0.52693 1.05863,-0.7558 1.05863,-0.5086 0,0.2472 0.45527,0.0969 1.01172,-0.33403 0.96354,-0.74617 0.96354,-0.72673 0,0.40833 -1.1567,1.3626 -1.27958,1.96795 -0.39947,1.96795 0.33673,0 0.45145,-0.26016 0.25494,-0.57813 -0.19652,-0.31796 -0.0515,-0.57812 0.32237,-0.57812 0.39504,0 0.55305,0.48421 0.3773,1.15625 -0.45572,1.74267 1.12555,1.43936 2.2605,-0.43359 0.52986,-0.87442 1.47352,-2.33141 2.09702,-3.23777 l 1.13362,-1.64793 -1.36103,0.40756 -1.36103,0.40757 1.27788,-1.32225 c 0.70284,-0.72723 1.74347,-1.38172 2.3125,-1.45442 0.56904,-0.0727 2.78949,-0.7511 4.93432,-1.50756 3.77999,-1.33315 3.86873,-1.40918 2.89062,-2.47667 -0.88886,-0.9701 -0.89237,-1.01373 -0.0295,-0.36618 0.82193,0.6168 1.14213,0.54529 1.98945,-0.4443 0.76507,-0.89354 1.19647,-1.02455 1.77973,-0.54048 0.6051,0.50218 0.68646,0.42154 0.38013,-0.37674 -0.3218,-0.8386 -0.16809,-0.94532 0.8817,-0.61213 0.73321,0.23271 1.6268,0.10862 2.11089,-0.29313 1.27774,-1.06043 1.00142,-0.17292 -0.33332,1.07057 -1.16117,1.0818 -1.1447,1.09184 1.66715,1.0163 1.56195,-0.042 3.21929,-0.39117 3.68298,-0.776 1.12795,-0.93611 1.48974,-0.4539 1.24386,1.65789 -0.18401,1.58038 -0.0769,1.71414 1.08969,1.36034 2.09158,-0.63435 2.39464,-0.5949 2.45002,0.31892 0.0546,0.90007 0.43488,0.94441 2.20246,0.25681 0.77202,-0.30032 1.13059,-0.0843 1.36821,0.82435 0.3631,1.3885 1.30024,1.57914 2.50067,0.50868 0.63839,-0.56927 0.63225,-0.48494 -0.0289,0.39731 -0.75654,1.00953 -0.73954,1.08257 0.17242,0.7408 1.17645,-0.4409 1.38302,0.71638 0.31796,1.78142 -0.38541,0.38542 -0.4368,0.69375 -0.11562,0.69375 0.31797,0 0.88464,-0.3065 1.25925,-0.68113 0.52277,-0.52276 0.94701,-0.37458 1.82458,0.63727 1.05169,1.21261 1.0719,1.4276 0.25185,2.67915 -1.11147,1.69632 -0.58687,2.80818 0.93953,1.99128 1.46525,-0.78418 1.73729,-0.73382 1.73729,0.32162 0,0.49572 0.26016,0.74052 0.57812,0.544 1.02551,-0.6338 0.61442,1.24325 -0.61442,2.80547 l -1.19256,1.51609 1.83677,-0.36736 c 1.71272,-0.34254 1.79397,-0.28739 1.20314,0.81659 -0.48765,0.91119 -0.45342,1.2531 0.1486,1.48411 0.44542,0.17093 0.7117,0.94258 0.61845,1.79217 -0.0901,0.8206 0.1013,1.49199 0.42528,1.49199 0.324,0 0.43933,0.39024 0.2563,0.86719 -0.37683,0.98202 0.26942,1.15372 1.1244,0.29873 0.37252,-0.37252 0.60691,-0.10391 0.68001,0.77933 0.0658,0.79472 -0.47602,1.89977 -1.32031,2.69294 -1.28515,1.20733 -1.34975,1.47045 -0.63056,2.56808 0.44072,0.67261 0.72274,1.93855 0.62673,2.8132 -0.14426,1.31409 0.009,1.53189 0.88471,1.25408 0.5826,-0.18491 1.26671,-5.8e-4 1.52023,0.40962 0.70047,1.1334 0.22757,4.08332 -0.84723,5.28496 -0.89853,1.00456 -0.88654,1.05736 0.197,0.86719 0.83391,-0.14637 1.20499,0.15811 1.33852,1.09828 0.1016,0.71543 -0.0657,1.30078 -0.37174,1.30078 -0.30607,0 -0.72035,0.42703 -0.92063,0.94896 -0.26846,0.69958 -0.17077,0.8042 0.37174,0.39812 1.8802,-1.40738 2.82893,-0.19907 2.10536,2.68141 -0.16269,0.64766 0.25981,0.80568 1.78283,0.6668 1.74595,-0.15921 1.90292,-0.0698 1.25273,0.71364 -0.6179,0.74452 -0.54959,1.10358 0.40482,2.12803 1.19604,1.28379 3.69914,1.43477 5.22112,0.31491 0.42955,-0.31605 1.16745,-0.63135 1.63979,-0.70067 0.72974,-0.10711 0.72078,0.0265 -0.0596,0.88876 -1.12229,1.24011 -0.5799,1.95845 0.88626,1.17377 0.97359,-0.52104 1.01799,-0.43167 0.4837,0.97361 -0.53608,1.41001 -0.5023,1.47594 0.38071,0.74311 0.86716,-0.71968 0.92648,-0.67026 0.56453,0.47017 -0.37046,1.16719 -0.23213,1.2608 1.64484,1.11298 1.91468,-0.15079 1.98946,-0.0953 1.13832,0.84524 -0.81927,0.90529 -0.82034,0.99333 -0.0106,0.87449 0.49522,-0.0727 1.08137,-0.31312 1.30255,-0.53431 0.63579,-0.63579 1.47444,-0.46769 1.05473,0.21141 -0.20856,0.33746 -0.49969,1.37809 -0.64696,2.3125 -0.30114,1.91075 0.55932,2.23888 2.134,0.81381 0.53794,-0.48682 1.56647,-0.99845 2.28562,-1.13694 1.26564,-0.24375 1.27458,-0.21536 0.27864,0.88513 -1.06254,1.1741 -0.59996,1.51012 0.83142,0.60396 0.49173,-0.3113 1.34905,-0.27148 2.16562,0.10058 1.06591,0.48566 1.57569,0.41313 2.41127,-0.34306 1.29162,-1.1689 2.23808,-1.27313 1.30032,-0.14319 -0.42607,0.51338 -0.46711,0.94543 -0.11074,1.16568 0.31144,0.19248 0.72806,0.0882 0.92583,-0.23184 0.23119,-0.37409 0.63896,-0.32586 1.14216,0.1351 0.65519,0.6002 0.62668,0.89779 -0.1751,1.828 -0.74783,0.86762 -0.76766,1.00555 -0.0905,0.62943 0.47695,-0.26492 0.23649,0.21068 -0.53437,1.05687 -1.43681,1.57723 -2.75083,2.1101 -2.0119,0.81588 0.22693,-0.39746 -0.40811,0.0415 -1.41119,0.97535 -1.00309,0.93391 -1.82379,1.73435 -1.82379,1.77878 0,0.0444 0.84464,-0.0432 1.87699,-0.19471 1.68533,-0.24735 1.79679,-0.17884 1.09157,0.67089 -1.08009,1.30144 -0.45118,2.68483 1.04295,2.29411 0.94514,-0.24716 1.19161,-0.04 1.19161,1.00167 0,1.27665 0.0323,1.2841 1.15625,0.26688 2.08932,-1.8908 1.2067,-0.35273 -1.01172,1.76305 -1.63835,1.56255 -1.87013,1.98495 -0.9488,1.7291 1.73939,-0.48304 2.96294,1.07338 1.88678,2.40008 -0.65712,0.8101 -0.65864,0.89699 -0.009,0.50573 0.59982,-0.36118 0.69276,-0.18309 0.39464,0.75621 -0.30771,0.9695 -0.14928,1.22864 0.75112,1.22864 0.85646,0 1.06567,0.28841 0.83872,1.15625 -0.1663,0.63594 -0.50434,1.15625 -0.7512,1.15625 -0.24687,0 -0.5873,0.3608 -0.75651,0.80176 -0.22365,0.58282 0.0327,0.71274 0.93889,0.47577 1.21956,-0.31892 1.22501,-0.29312 0.25223,1.19154 -0.54688,0.83463 -0.76148,1.66142 -0.47689,1.8373 0.28458,0.17588 0.37079,0.88052 0.19157,1.56586 -0.2053,0.78509 -0.10252,1.10805 0.27783,0.87298 0.7488,-0.46278 2.11888,1.09015 1.64223,1.8614 -0.19155,0.30993 -0.0952,0.71989 0.21404,0.91103 0.30927,0.19113 0.42341,0.70947 0.25365,1.15185 -0.44596,1.16217 1.81484,2.2391 3.17377,1.51182 1.32241,-0.70773 2.03571,-0.1416 1.15645,0.91785 -0.49196,0.59278 -0.43062,0.77584 0.25996,0.77584 0.49712,0 1.04611,-0.23016 1.21996,-0.51146 0.17386,-0.28131 1.08602,-0.62448 2.02703,-0.76258 0.941,-0.13811 1.58911,-0.054 1.44023,0.18687 -0.14888,0.24089 0.19005,0.70622 0.75319,1.03406 0.56313,0.32785 0.75071,0.60399 0.41684,0.61366 -0.33386,0.01 -0.92015,-0.24165 -1.30284,-0.55848 -0.42773,-0.35411 -0.41229,-0.2464 0.0401,0.27959 1.14723,1.33392 5.57961,1.45965 7.90576,0.22425 2.57969,-1.37005 3.06386,-0.84425 0.87895,0.95451 l -1.71179,1.40926 2.89063,-1.43242 c 3.10066,-1.5365 4.33594,-1.78126 4.33594,-0.85913 0,0.31797 -0.27552,0.57812 -0.61225,0.57812 -0.33673,0 -0.46257,0.24219 -0.27963,0.53818 0.18294,0.296 0.0682,0.70159 -0.25494,0.90131 -0.32316,0.19972 -0.58756,0.59976 -0.58756,0.88899 0,0.74612 1.77158,0.026 3.45126,-1.4029 0.81681,-0.69486 1.11404,-0.80372 0.69458,-0.25439 -1.27992,1.67619 0.23288,1.66634 1.98038,-0.0129 2.93846,-2.82366 4.19534,-2.66704 1.41357,0.17615 -3.25369,3.32552 -2.05956,3.46442 1.52404,0.17727 1.67106,-1.53281 2.42732,-1.98203 2.01052,-1.19425 -0.98091,1.854 -0.82481,2.15155 0.63268,1.20601 1.4094,-0.91434 2.99148,-0.73197 2.37023,0.27322 -0.25315,0.40962 0.0887,0.49358 1.00812,0.24758 0.76515,-0.20473 1.5863,-0.37579 1.82478,-0.38013 0.23847,-0.005 0.43359,-0.33555 0.43359,-0.73601 0,-0.82371 2.25668,-2.41104 2.74024,-1.92747 0.17334,0.17332 0.003,0.69078 -0.37762,1.14988 -0.5446,0.65621 -0.53131,0.80625 0.0621,0.70154 1.17063,-0.20655 4.89813,-2.65999 4.04502,-2.66242 -1.22537,-0.003 -0.25085,-0.99678 1.26162,-1.2859 1.43294,-0.27393 1.63386,0.30035 0.6514,1.86186 -0.84823,1.34818 -0.84113,2.3125 0.0171,2.3125 0.43005,0 0.92329,-0.22875 1.09608,-0.50834 0.1728,-0.27959 0.79895,-0.63512 1.39147,-0.79006 0.8524,-0.22291 1.04594,0.004 0.9271,1.08647 -0.15789,1.43834 0.80287,1.81643 1.87962,0.73968 0.45259,-0.45258 0.75267,-0.42758 1.07214,0.0893 0.2759,0.44641 0.20638,0.57119 -0.18386,0.33 -0.34513,-0.21329 -0.79092,-0.12341 -0.99064,0.19974 -0.19974,0.32316 -0.0723,0.58755 0.28321,0.58755 0.35551,0 0.48558,0.26016 0.28907,0.57813 -0.50721,0.82068 0.30998,0.71083 2.25398,-0.30297 1.58345,-0.82577 3.00202,-0.67245 1.75681,0.18987 -0.64867,0.44922 -0.75241,1.76859 -0.15662,1.99201 0.21197,0.0795 0.60221,-0.0923 0.86718,-0.38176 0.28522,-0.31156 0.1505,-0.33408 -0.33021,-0.0552 -0.50591,0.29351 -0.67455,0.24871 -0.44739,-0.11884 0.20053,-0.32445 1.01302,-0.46596 1.80554,-0.31446 1.44013,0.27529 1.43964,0.27679 -0.85339,2.61603 -2.64546,2.69878 -2.89854,3.51392 -0.84903,2.7347 1.13686,-0.43223 1.44531,-0.36749 1.44531,0.30337 0,0.46909 -0.30351,0.85288 -0.67448,0.85288 -0.37096,0 -0.51764,0.15683 -0.32597,0.3485 0.19168,0.19169 0.0819,1.0372 -0.24404,1.87891 -0.99455,2.56865 -1.14629,3.86338 -0.36072,3.07781 1.06048,-1.06048 1.70979,-0.7996 1.055,0.42388 -0.58887,1.10032 -2.91854,1.08812 -2.91854,-0.0153 0,-0.28088 -0.49863,-0.5107 -1.10807,-0.5107 -0.60944,0 -1.20722,-0.29746 -1.32842,-0.66103 -0.16415,-0.49247 -0.54498,-0.48728 -1.49348,0.0204 -1.62696,0.87072 -1.62229,0.0934 0.0122,-2.02744 0.94032,-1.22014 1.00226,-1.44185 0.23073,-0.82596 -1.47541,1.17777 -2.97273,1.37296 -2.05567,0.26798 1.06109,-1.27854 -0.23279,-0.97177 -2.55874,0.60666 -1.15688,0.78508 -2.44535,1.29622 -2.86324,1.13586 -0.4179,-0.16036 -1.23899,0.23792 -1.82466,0.88507 -0.58566,0.64715 -0.7922,1.17664 -0.45897,1.17664 0.33323,0 0.75562,-0.39023 0.93865,-0.86719 0.18302,-0.47695 0.63294,-0.86718 0.99982,-0.86718 1.01813,0 -0.53229,1.65375 -2.50847,2.67568 -1.25953,0.65133 -1.52115,1.04787 -1.05885,1.60492 0.33772,0.40691 0.44284,0.91102 0.23362,1.12025 -0.20922,0.20921 0.34521,0.3804 1.23206,0.3804 1.32252,0 1.49073,0.14667 0.93547,0.81571 -0.38645,0.46564 -0.4501,0.95594 -0.14833,1.14246 0.63201,0.3906 0.19949,3.21991 -0.65745,4.30073 -0.43717,0.55139 -0.38763,0.90286 0.1764,1.25144 0.6498,0.4016 0.62546,0.72714 -0.14189,1.89826 -0.50939,0.77744 -1.35092,1.83828 -1.87005,2.35741 -0.99568,0.99568 -0.65801,2.40342 0.41712,1.73895 0.41082,-0.2539 0.51613,0.0437 0.30338,0.85718 -0.17921,0.68535 -0.10148,1.38475 0.17275,1.55423 0.27423,0.16949 0.35205,0.69006 0.17294,1.15683 -0.21228,0.55319 0.038,0.84867 0.71899,0.84867 0.81252,0 0.8905,0.15417 0.35092,0.69375 -0.9945,0.9945 -0.85542,1.8045 0.23781,1.38499 0.71262,-0.27346 0.83536,-0.11816 0.52226,0.6608 -0.22511,0.56005 -0.48749,1.27843 -0.58307,1.5964 -0.78102,2.5982 -1.09824,3.17969 -1.73458,3.17969 -0.40093,0 -1.01685,0.34687 -1.3687,0.77083 -0.48275,0.58167 -0.43542,0.77083 0.19284,0.77083 0.45792,0 0.69859,-0.21679 0.53483,-0.48177 -0.16377,-0.26498 0.10783,-0.48178 0.60355,-0.48178 1.17565,0 1.16354,1.53017 -0.0173,2.19102 -0.83476,0.46716 -0.83099,0.60176 0.0413,1.47404 0.81906,0.81906 0.83162,0.95994 0.0856,0.95994 -0.4809,0 -1.05999,0.30036 -1.28687,0.66746 -0.27758,0.44912 -0.14691,0.51318 0.39947,0.19584 0.44659,-0.25939 0.18128,0.22072 -0.58957,1.06692 -1.28928,1.41528 -1.2253,1.85213 0.22908,1.56423 0.532,-0.10531 -1.18163,2.18153 -2.19018,2.92281 -0.84025,0.61757 -0.8316,2.53483 0.0128,2.85307 0.6638,0.25016 0.59265,0.59965 -0.37165,1.82556 -1.54538,1.96462 -1.51334,2.08666 0.48669,1.8538 1.90866,-0.22223 2.88274,1.15768 1.40212,1.98627 -0.75302,0.42142 -0.77644,0.60055 -0.13069,0.99964 0.97904,0.60508 2.8305,0.76968 2.8305,0.25164 0,-0.21183 0.39024,-0.38515 0.86719,-0.38515 0.47695,0 0.86719,0.21679 0.86719,0.48177 0,0.26497 -0.26016,0.48177 -0.57813,0.48177 -0.31797,0 -0.57812,0.25372 -0.57812,0.56382 0,0.35723 0.57934,0.34355 1.58117,-0.0374 l 1.58117,-0.60116 -1.22566,1.33812 c -0.67411,0.73597 -1.41026,1.94581 -1.63588,2.68853 -0.37222,1.22535 -0.29929,1.29104 0.78755,0.70938 0.9831,-0.52614 1.3222,-0.44176 1.89212,0.47082 0.41571,0.66565 1.05903,0.97555 1.60304,0.77222 0.76406,-0.28557 0.79019,-0.19376 0.16418,0.57683 -0.93655,1.15287 -1.3861,3.34692 -0.68577,3.34692 0.28973,0 0.36552,0.42025 0.16842,0.9339 -0.28319,0.73797 -0.10319,0.85291 0.85797,0.54785 1.01501,-0.32215 1.17687,-0.18115 0.97792,0.85194 -0.20851,1.08267 -0.12051,1.14087 0.70139,0.46386 0.83791,-0.69019 0.89729,-0.60343 0.54769,0.80033 -0.31768,1.27555 -0.22164,1.50902 0.50587,1.22985 0.49389,-0.18952 0.84603,-0.11755 0.78256,0.15993 -0.0635,0.27749 0.0851,0.96311 0.33009,1.5236 0.26199,0.59927 0.15156,1.3733 -0.26807,1.87891 -1.02648,1.23683 0.17521,1.05891 1.87417,-0.27749 1.59288,-1.25295 2.58579,-0.9297 1.45114,0.47244 -0.57243,0.70738 -0.57141,0.79898 0.005,0.45267 0.39746,-0.23879 0.72265,-0.174 0.72265,0.14397 0,0.31797 -0.23141,0.72114 -0.51424,0.89594 -0.28284,0.17481 -0.62084,1.23078 -0.75111,2.34662 -0.24401,2.09019 0.43855,2.62436 1.71822,1.34469 1.13683,-1.13684 1.50408,-0.0308 0.49906,1.50311 -0.51886,0.79188 -0.70113,1.58027 -0.40732,1.76184 0.29246,0.18076 0.69778,0.06 0.90071,-0.26834 0.20292,-0.32834 0.62808,-0.43684 0.94479,-0.2411 0.34913,0.21577 0.20477,0.76592 -0.36667,1.39735 -1.04409,1.15371 -0.21595,2.2046 1.06429,1.35055 0.39852,-0.26585 0.22822,-0.0281 -0.37843,0.52836 -0.60666,0.55644 -0.91226,1.01172 -0.67912,1.01172 0.23315,0 0.10003,0.39023 -0.2958,0.86718 -0.39584,0.47696 -0.51745,0.86719 -0.27025,0.86719 0.2472,0 -0.0461,0.58087 -0.65187,1.29082 -1.08572,1.27254 -1.08546,1.27868 0.0186,0.43359 1.00451,-0.76886 1.08366,-0.7602 0.76784,0.084 -0.19368,0.5177 -0.10378,1.18963 0.19977,1.49317 0.6339,0.63391 0.0844,2.47962 -0.73823,2.47962 -0.30272,0 -0.4047,0.23573 -0.22664,0.52385 0.17807,0.28812 0.84694,0.38704 1.48638,0.21982 0.95266,-0.24912 1.12569,-0.0621 0.95819,1.03547 -0.11243,0.73672 -0.50579,1.43995 -0.87413,1.56273 -1.2079,0.40263 -0.74811,1.77351 0.48654,1.45064 1.225,-0.32034 1.68904,1.16935 0.57813,1.85593 -1.05887,0.65441 -0.59594,1.34172 0.67912,1.00829 1.17533,-0.30736 1.14714,-0.18141 -0.43262,1.93302 -0.92943,1.244 -1.23504,1.90476 -0.67912,1.46837 1.28622,-1.00969 1.34065,-0.0762 0.13184,2.26141 -0.48339,0.93478 -0.87363,1.83241 -0.86718,1.99472 0.0494,1.24415 -0.0576,1.47675 -0.54179,1.17753 -0.30443,-0.18815 -0.94754,0.41989 -1.42913,1.35118 -0.48159,0.9313 -1.59786,2.21938 -2.48059,2.86241 -0.88274,0.64303 -1.41718,1.35694 -1.18765,1.58647 0.22953,0.22952 1.85621,-1.09222 3.61486,-2.93722 1.75865,-1.84499 3.37082,-3.18127 3.5826,-2.96949 0.21178,0.21178 -0.17964,0.98614 -0.86983,1.72081 -0.69019,0.73467 -1.25489,1.6012 -1.25489,1.9256 0,0.32441 -0.7738,1.2793 -1.71958,2.12198 -1.04951,0.93513 -1.5886,1.87347 -1.38345,2.40807 0.2082,0.54256 0.006,0.87591 -0.53107,0.87591 -0.47695,0 -1.01693,0.39023 -1.19996,0.86719 -0.18303,0.47695 -0.63745,0.86719 -1.00984,0.86719 -0.98754,0 -2.21021,1.82142 -2.23146,3.32421 -0.0101,0.71543 -0.2939,1.30079 -0.63063,1.30079 -0.33674,0 -0.44883,0.26439 -0.24912,0.58755 0.19972,0.32315 0.60531,0.43788 0.90131,0.25494 0.858,-0.53027 0.62977,0.31815 -0.63693,2.36771 -0.6807,1.10139 -0.94075,2.04622 -0.61807,2.24564 0.30637,0.18934 0.72306,0.0756 0.92599,-0.25272 0.57725,-0.934 1.39863,-0.1023 1.15391,1.16841 -0.12118,0.62925 0.0402,1.14409 0.35872,1.14409 0.31847,0 0.38368,0.3252 0.14489,0.72266 -0.25013,0.41634 0.0203,0.35508 0.63802,-0.14453 0.82158,-0.6645 1.12931,-0.69744 1.3166,-0.14093 0.13444,0.39944 0.48237,0.5792 0.77318,0.39947 0.29081,-0.17973 0.52874,-0.10661 0.52874,0.16249 0,0.2691 0.78188,0.54885 1.73752,0.62167 0.95563,0.0728 1.70529,-0.067 1.66591,-0.31063 -0.17658,-1.09255 0.14163,-1.31004 1.13718,-0.77724 0.87092,0.4661 1.40357,0.19896 2.84129,-1.42497 0.97319,-1.09924 2.24691,-1.99463 2.83049,-1.98976 0.63867,0.005 0.81073,0.17793 0.43221,0.43359 -0.71456,0.48265 -1.48652,3.0387 -0.90688,3.00281 0.20871,-0.013 1.28019,-0.79339 2.38107,-1.73437 2.73571,-2.33837 3.4214,-2.15411 1.23798,0.33267 -1.94881,2.21957 -2.22419,2.87013 -1.01918,2.40772 0.42629,-0.16358 1.12541,-0.0809 1.55359,0.18372 0.47577,0.29404 1.63093,0.0462 2.97052,-0.63713 l 2.19201,-1.11828 -0.55766,1.46675 c -0.50202,1.32042 -0.45071,1.40952 0.51432,0.89306 0.58959,-0.31554 1.23627,-0.40943 1.43706,-0.20864 0.20068,0.2008 0.36496,0.0616 0.36496,-0.3094 0,-0.37096 0.252,-0.67448 0.55999,-0.67448 0.30798,0 0.41023,0.39023 0.22721,0.86719 -0.21604,0.56296 0.0149,0.86718 0.65812,0.86718 0.71696,0 0.87575,0.2797 0.57439,1.01172 -1.22174,2.96766 -1.15555,3.09553 1.39149,2.68824 2.39926,-0.38365 2.39937,-0.38358 1.82299,1.13241 -0.31703,0.83385 -0.38867,1.48774 -0.15921,1.45309 1.23189,-0.18602 1.88561,0.14698 1.50319,0.76574 -0.68455,1.10763 3.41882,-1.90418 4.73581,-3.47601 0.67816,-0.80938 1.55502,-1.28698 2.02344,-1.10211 0.61974,0.2446 0.57342,0.33769 -0.18507,0.37191 -0.97063,0.0438 -1.49983,1.20189 -0.54922,1.20189 0.81082,0 1.7692,-1.27226 1.49555,-1.98537 -0.14526,-0.37853 0.39538,-1.04118 1.20143,-1.47256 0.80604,-0.43138 1.46552,-1.00652 1.46552,-1.27809 0,-0.27157 -0.71543,-0.0362 -1.58984,0.5231 -1.52006,0.97221 -1.50511,0.91858 0.34045,-1.22158 1.49505,-1.7337 1.75576,-2.34905 1.15625,-2.72905 -0.42573,-0.26984 -0.53861,-0.49461 -0.25085,-0.49947 0.28776,-0.005 0.0523,-0.52917 -0.5232,-1.16511 -0.57552,-0.63593 -0.87599,-1.18876 -0.66773,-1.22851 0.20827,-0.0398 0.62763,-0.10479 0.93191,-0.14453 0.30428,-0.0398 0.88963,-0.47527 1.30078,-0.96783 0.41115,-0.49256 1.24541,-1.27303 1.85391,-1.73437 1.04006,-0.78854 1.06483,-0.76086 0.41326,0.46196 -1.36805,2.56743 -0.19695,1.23322 1.9011,-2.1659 1.17687,-1.90668 2.67719,-3.75431 3.33405,-4.10585 0.65686,-0.35154 2.11978,-1.64574 3.25094,-2.876 1.45149,-1.57866 2.25874,-2.06913 2.74344,-1.66685 0.88209,0.73206 5.11178,-3.8 4.6557,-4.98852 -0.17263,-0.44988 0.003,-0.82662 0.39063,-0.8372 0.38748,-0.0106 1.3205,-0.53236 2.07337,-1.15952 1.13276,-0.9436 1.24364,-1.29116 0.64287,-2.01504 -0.59323,-0.71481 -0.53307,-1.08795 0.32904,-2.04057 0.58027,-0.64118 1.36719,-1.046 1.74873,-0.8996 0.43019,0.16509 0.5917,-0.12384 0.42518,-0.76061 -0.14769,-0.56475 0.14192,-1.43725 0.64356,-1.93889 0.50164,-0.50164 0.91207,-1.07932 0.91207,-1.28373 0,-0.20441 0.39024,-0.76189 0.86719,-1.23884 0.47696,-0.47695 0.86719,-1.27069 0.86719,-1.76386 0,-0.76704 -0.14628,-0.78341 -1.01172,-0.11321 -0.90143,0.69808 -0.89727,0.64897 0.0382,-0.45056 1.08341,-1.27339 1.83001,-1.39341 3.23078,-0.51935 0.55604,0.34696 0.68195,0.29628 0.39947,-0.16079 -0.51101,-0.82683 -0.0312,-0.85 1.42811,-0.069 0.88822,0.47536 1.11825,0.40888 1.11825,-0.32317 0,-0.50691 -0.26016,-0.76087 -0.57813,-0.56435 -0.31797,0.19651 -0.57812,0.10962 -0.57812,-0.19309 0,-0.30272 0.41151,-0.70831 0.91447,-0.90131 1.35545,-0.52014 1.80746,-0.40933 0.83611,0.20496 -0.725,0.4585 -0.69849,0.59669 0.17904,0.93343 0.70028,0.26873 1.5575,-0.11008 2.67766,-1.18327 1.93149,-1.85048 2.633,-3.77478 1.37613,-3.77478 -0.72615,0 -0.71849,-0.18184 0.0541,-1.28489 1.01783,-1.45317 1.20752,-3.91824 0.3015,-3.91824 -0.41254,0 -0.41254,-0.34741 0,-1.11824 0.84046,-1.57042 0.76889,-1.70681 -0.70232,-1.33844 -1.30049,0.32563 -1.30052,0.32542 -0.16751,-0.9566 0.96613,-1.0932 1.00876,-1.36106 0.28906,-1.81629 -0.46431,-0.29369 -1.62743,-0.53796 -2.5847,-0.54283 -1.52883,-0.008 -1.74909,-0.21882 -1.81106,-1.73541 -0.0388,-0.94962 0.13623,-1.59876 0.38897,-1.44257 0.25274,0.15621 0.37219,-0.1725 0.26545,-0.73046 -0.10675,-0.55796 -0.21399,-1.22494 -0.23832,-1.48219 -0.0243,-0.25724 -0.28641,-0.31804 -0.58241,-0.1351 -0.296,0.18294 -0.71255,0.0505 -0.92566,-0.29435 -0.21312,-0.34484 -0.72598,-0.49708 -1.13968,-0.33833 -1.13062,0.43386 -1.52768,-0.27589 -0.71568,-1.27932 0.44636,-0.55159 0.46931,-0.73806 0.0607,-0.49329 -0.386,0.23123 -0.79302,-0.12686 -0.9869,-0.86827 -0.32802,-1.25437 -0.33752,-1.25518 -1.61041,-0.13803 -0.70425,0.61808 -1.10141,0.81656 -0.88258,0.44107 0.21882,-0.37549 0.14946,-0.83623 -0.15415,-1.02387 -0.30362,-0.18764 -0.4539,-0.85069 -0.33397,-1.47344 0.11993,-0.62274 -0.0566,-1.07255 -0.39233,-0.99956 -0.70019,0.15223 -1.11795,-1.62703 -0.66138,-2.81682 0.16919,-0.4409 0.58071,-0.63286 0.91449,-0.42658 0.34587,0.21376 0.43617,0.0989 0.20997,-0.26713 -0.42671,-0.69047 -2.09422,-0.30315 -2.09422,0.48644 0,0.26252 -0.52409,0.64366 -1.16464,0.84696 -0.64056,0.20331 -0.9906,0.65127 -0.77787,0.99547 0.22738,0.36791 0.11772,0.45953 -0.2661,0.22232 -0.43909,-0.27137 -0.0836,-1.18936 1.0856,-2.8034 0.95617,-1.31995 1.61547,-2.72049 1.46511,-3.11231 -0.15035,-0.39181 0.1014,-1.02342 0.55945,-1.40357 0.45806,-0.38016 0.82884,-1.11461 0.82397,-1.63211 -0.005,-0.54105 -0.18936,-0.69524 -0.43359,-0.36281 -0.23361,0.31797 -1.03732,0.92252 -1.78602,1.34346 -1.57692,0.88657 -1.34574,0.18506 0.68087,-2.06612 1.37658,-1.52912 0.6578,-1.71214 -1.31029,-0.33365 -0.88523,0.62004 -1.20858,0.68853 -0.90098,0.19082 0.34402,-0.55663 0.22607,-0.67896 -0.4168,-0.43226 -0.65922,0.25296 -0.82205,0.059 -0.61504,-0.73258 0.26878,-1.02783 3.50873,-2.62404 4.1086,-2.02417 0.15766,0.15766 0.64208,-0.008 1.07648,-0.36884 1.06128,-0.88079 1.56924,-0.26493 0.86572,1.0496 -0.48479,0.90584 -0.34351,1.06062 0.96488,1.05702 0.84307,-0.002 2.11667,-0.41599 2.83024,-0.91925 1.45533,-1.02642 4.11769,-5.67864 3.79676,-6.63449 -0.2371,-0.70619 -3.49827,-0.37995 -3.97911,0.39805 -0.56593,0.9157 -1.40412,0.53935 -1.40412,-0.63047 0,-0.97919 -0.20599,-1.06362 -1.44531,-0.59243 -1.25697,0.4779 -1.44531,0.39147 -1.44531,-0.66323 0,-1.01243 -0.14322,-1.09386 -0.86719,-0.49302 -0.47695,0.39583 -0.86719,0.54861 -0.86719,0.3395 0,-0.2091 -0.52402,-0.0997 -1.16449,0.24304 -0.89497,0.47897 -1.12915,0.45022 -1.01172,-0.1242 0.084,-0.41107 -0.2107,-0.66961 -0.65495,-0.57452 -0.61951,0.1326 -0.57185,-0.1871 0.2045,-1.37196 0.65511,-0.99983 0.73612,-1.37861 0.2296,-1.07364 -0.64473,0.3882 -0.64282,0.29888 0.0108,-0.50694 0.51059,-0.62945 0.56385,-0.97816 0.1494,-0.97816 -0.87941,0 -0.46197,-3.33632 0.52742,-4.21532 0.65405,-0.58109 0.66543,-0.53786 0.0676,0.25675 -1.02808,1.36644 0.41863,1.79522 1.88576,0.55891 0.61111,-0.51495 0.93206,-0.62906 0.71323,-0.25357 -0.48782,0.83707 0.5523,1.59428 1.06048,0.77203 0.19972,-0.32315 0.65328,-0.58755 1.00791,-0.58755 0.35463,0 0.0409,0.64277 -0.6971,1.42836 -1.09704,1.16776 -1.21129,1.58572 -0.62613,2.2908 0.62654,0.75492 0.92906,0.70472 2.42702,-0.40277 1.26013,-0.93165 1.82555,-1.08029 2.14476,-0.5638 0.30651,0.49595 0.96242,0.5497 2.23931,0.18349 2.10834,-0.60466 2.75427,-0.22523 1.74332,1.02405 -0.57243,0.70738 -0.57141,0.79897 0.005,0.45266 0.48933,-0.29397 0.72266,-0.0298 0.72266,0.81807 0,0.91893 0.25031,1.15617 0.94046,0.89133 0.51726,-0.19849 1.27474,-0.0835 1.6833,0.2556 0.56016,0.4649 1.13542,0.10179 2.3393,-1.47658 1.09212,-1.43184 1.9304,-2.00577 2.65345,-1.81669 0.58132,0.15202 0.93007,0.0711 0.77497,-0.17986 -0.41338,-0.66887 2.01142,-3.55309 2.65351,-3.15626 0.30039,0.18565 0.47467,0.12309 0.3873,-0.13902 -0.0876,-0.26211 0.10112,-0.47657 0.41909,-0.47657 0.31797,0 0.49841,0.23916 0.40098,0.53146 -0.0974,0.2923 0.22489,0.19778 0.71629,-0.21004 0.49139,-0.40782 0.78425,-0.91816 0.65079,-1.1341 -0.13345,-0.21593 0.19461,-0.44268 0.72903,-0.50388 0.53441,-0.0612 1.42134,-0.19468 1.97095,-0.29662 2.29938,-0.42648 6.42119,-5.78175 4.91791,-6.38961 -0.48234,-0.19503 -0.43265,-0.3102 0.15311,-0.35487 0.59168,-0.0451 0.46314,-0.29074 -0.40457,-0.77311 l -1.27177,-0.70697 1.70536,-2.53922 c 1.89144,-2.81629 2.14375,-3.81341 0.83817,-3.31241 -1.11189,0.42667 -1.09907,0.10541 0.0413,-1.03496 0.52519,-0.52519 0.63275,-0.90848 0.25494,-0.90848 -0.35944,0 -0.49275,-0.26016 -0.29623,-0.57813 0.46448,-0.75155 -0.6395,-0.74066 -2.06145,0.0204 -0.78888,0.42221 -1.11824,0.41216 -1.11824,-0.0341 0,-0.35221 -0.32031,-0.44016 -0.72266,-0.19843 -0.50959,0.30615 -0.49349,0.1515 0.0546,-0.52453 0.4275,-0.52726 0.86376,-2.07311 0.96947,-3.43519 0.10571,-1.36208 0.32578,-3.05888 0.48903,-3.77065 0.28985,-1.26361 0.24994,-1.27454 -1.69212,-0.46309 -1.81532,0.75848 -2.58903,0.52656 -1.58681,-0.47566 0.59189,-0.59188 0.73516,-2.15959 0.16517,-1.80731 -0.26808,0.16568 -0.64095,0.0528 -0.82859,-0.25078 -0.18765,-0.30362 0.11957,-0.84459 0.68271,-1.20217 0.85476,-0.54277 0.75328,-0.59255 -0.61441,-0.30143 -1.73535,0.36939 -1.7192,-0.0579 0.0814,-2.15464 1.16716,-1.35908 -0.23149,-1.40369 -1.72185,-0.0549 -1.12637,1.01935 -1.33558,0.66721 -1.06758,-1.79691 0.10174,-0.93539 -0.024,-1.00727 -0.7331,-0.41884 -0.69006,0.57271 -0.92372,0.53364 -1.20586,-0.20162 -0.239,-0.62281 -0.12292,-0.77561 0.36607,-0.48191 0.48002,0.28832 0.45625,0.10975 -0.0721,-0.54173 -0.43349,-0.53449 -1.00086,-0.84034 -1.26083,-0.67967 -0.25997,0.16067 -0.62983,0.0379 -0.82191,-0.27294 -0.19207,-0.3108 0.44053,-1.26876 1.40579,-2.12881 0.96526,-0.86005 1.62418,-1.69456 1.46427,-1.85447 -0.15991,-0.15991 0.10115,-0.72377 0.58011,-1.25302 0.75251,-0.83151 0.75614,-0.96229 0.0267,-0.96229 -0.46429,0 -0.67558,0.28184 -0.46955,0.62631 0.20604,0.34446 -0.0721,0.2638 -0.61814,-0.17925 -0.93023,-0.75482 -0.93158,-0.87314 -0.0214,-1.8789 0.92555,-1.02272 0.89077,-1.07336 -0.73698,-1.07336 -0.93959,0 -2.05494,0.32519 -2.47855,0.72265 -0.63526,0.59605 -0.70769,0.38845 -0.41339,-1.18498 0.22261,-1.19017 0.14264,-1.77529 -0.21262,-1.55573 -1.07169,0.66234 -0.57081,-1.08553 0.73137,-2.55219 0.71543,-0.80579 0.88661,-1.15001 0.3804,-0.76493 -1.21581,0.92488 -1.86205,0.23033 -0.78647,-0.84526 0.97055,-0.97056 1.09942,-1.91334 0.26153,-1.91334 -1.04657,0 -0.60585,-0.99194 1.24449,-2.80099 1.36269,-1.33228 1.66687,-1.96961 1.20542,-2.52563 -1.02164,-1.23099 -1.03614,-1.39515 -0.21115,-2.38921 0.76797,-0.92534 0.12253,-1.39024 -0.73692,-0.53079 -0.7876,0.7876 -3.91151,0.66187 -3.6019,-0.14497 0.31168,-0.81222 -0.30554,-0.77806 -2.52494,0.13975 -1.72574,0.71367 -2.67075,0.66244 -2.41573,-0.13097 0.1022,-0.31797 -0.14495,-0.25293 -0.54922,0.14453 -0.98686,0.97023 -1.69791,0.9159 -1.30809,-0.0999 0.39513,-1.0297 -1.22542,-0.87066 -2.23671,0.21952 -0.57784,0.6229 -0.55766,0.68184 0.1041,0.30399 0.60614,-0.34609 0.72618,-0.22188 0.45884,0.4748 -0.19913,0.51893 -0.10063,1.10508 0.21889,1.30256 0.37994,0.23482 0.35399,0.63251 -0.075,1.14944 -0.36079,0.43471 -0.51408,1.01998 -0.34064,1.3006 0.17342,0.28061 -0.68511,1.07248 -1.90786,1.75969 -2.66302,1.49671 -2.93293,1.52569 -2.93293,0.31491 0,-0.66856 -0.38573,-0.86084 -1.35512,-0.67553 -1.14352,0.2186 -1.33148,0.0437 -1.20371,-1.12025 0.108,-0.98387 -0.0421,-1.22584 -0.52378,-0.84403 -0.37136,0.29441 -1.12944,0.46179 -1.68463,0.37196 -0.55518,-0.0898 -1.15588,0.0737 -1.3349,0.36331 -0.17901,0.28964 -0.71789,0.52663 -1.1975,0.52663 -0.60894,0 -0.76131,-0.34884 -0.50505,-1.15625 0.47088,-1.4836 -0.39173,-1.4836 -1.73437,0 -1.42655,1.57632 -2.10801,1.45396 -1.45584,-0.26139 0.42396,-1.11509 0.36873,-1.35231 -0.25878,-1.11151 -0.96601,0.3707 -0.85643,-1.02849 0.17819,-2.27512 0.56175,-0.67687 0.56848,-0.97101 0.0299,-1.3039 -0.47025,-0.29062 -0.54404,-0.18474 -0.22781,0.32692 0.32918,0.53263 0.24357,0.61825 -0.28907,0.28906 -0.53263,-0.32918 -0.61824,-0.24357 -0.28906,0.28906 0.3184,0.51518 0.24261,0.61766 -0.23739,0.321 -0.54482,-0.33671 -0.52259,-0.65275 0.0978,-1.39011 1.18857,-1.41276 0.65197,-2.92352 -0.90252,-2.54096 l -1.27035,0.31263 1.23316,-1.38644 c 0.67823,-0.76253 1.64775,-2.20729 2.15449,-3.21056 0.50673,-1.00327 1.2526,-2.175 1.65747,-2.60384 0.40487,-0.42883 1.11237,-1.25707 1.57223,-1.84053 0.75292,-0.95531 0.72545,-1.04136 -0.27609,-0.86492 -1.66312,0.29298 -1.44492,-1.218 0.54971,-3.80661 2.01712,-2.61781 2.43197,-4.9584 0.87883,-4.9584 -0.87258,0 -0.92019,-0.1992 -0.34431,-1.44081 0.36754,-0.79244 1.05849,-1.4511 1.53545,-1.4637 1.19099,-0.0314 2.33098,-1.0385 4.1255,-3.64444 1.56211,-2.26843 1.6475,-4.61782 0.14691,-4.04199 -0.94709,0.36343 -0.53061,-1.27385 0.68833,-2.70594 0.40596,-0.47695 0.71848,-0.99727 0.69448,-1.15625 -0.024,-0.15898 0.15046,-0.9006 0.38769,-1.64804 0.48609,-1.53154 -0.43132,-2.94933 -1.15292,-1.78176 -0.31022,0.50194 -0.19944,0.57615 0.36834,0.24675 0.44668,-0.25915 0.60939,-0.24846 0.36166,0.0238 -0.24768,0.27216 -0.80145,0.54637 -1.2306,0.60935 -1.01869,0.14951 -0.4789,-2.05902 0.60489,-2.47491 0.43283,-0.16609 0.78697,-0.63266 0.78697,-1.03681 0,-0.40415 0.58535,-1.16264 1.30078,-1.68554 1.22999,-0.89899 1.20068,-0.90313 -0.53885,-0.076 -1.82195,0.86634 -1.83715,0.86105 -1.58123,-0.55026 0.19819,-1.09295 0.0543,-1.3467 -0.6174,-1.08894 -1.41498,0.54299 -1.00347,-0.72725 0.56951,-1.7579 0.79492,-0.52085 1.44531,-1.30804 1.44531,-1.7493 0,-0.44125 1.10567,-1.33233 2.45703,-1.98017 4.71553,-2.26059 6.70876,-2.74227 6.31808,-1.52682 -0.1022,0.31797 0.14495,0.25293 0.54922,-0.14453 1.13441,-1.11529 1.44777,-0.87459 1.31717,1.01172 -0.066,0.95391 -0.0792,1.73437 -0.0293,1.73437 0.0499,0 0.92099,-0.2381 1.93572,-0.52912 2.10045,-0.60241 2.97114,0.0481 2.79252,2.08632 -0.0981,1.11899 0.0302,1.1903 1.09063,0.60638 0.66097,-0.36395 1.66605,-0.73923 2.23351,-0.83396 0.8933,-0.14911 0.94143,0.002 0.35871,1.12799 -0.67262,1.29938 -0.67232,1.29947 0.47372,0.14396 0.78281,-0.78928 0.94419,-1.29821 0.50848,-1.60351 -0.9164,-0.64214 2.57146,-3.37833 3.80697,-2.98653 0.60056,0.19045 1.20794,-0.12277 1.57764,-0.81356 0.33062,-0.61777 1.4066,-1.40401 2.39107,-1.7472 0.98447,-0.34319 1.63202,-0.8795 1.439,-1.19181 -0.19302,-0.31231 -0.73579,-0.42015 -1.20617,-0.23965 -0.62969,0.24163 -0.75135,0.0575 -0.46136,-0.69821 0.26978,-0.70305 0.18079,-0.89471 -0.28251,-0.60838 -1.33133,0.82281 -0.64762,-0.69232 0.71543,-1.58543 1.16754,-0.765 1.44177,-0.78173 1.7019,-0.10384 0.17055,0.44446 -4.8e-4,0.93445 -0.38008,1.08887 -0.52001,0.21155 -0.52219,0.29203 -0.009,0.32642 0.37475,0.0251 1.03688,-0.27956 1.4714,-0.67702 2.44774,-2.23897 4.07199,-3.48337 3.39567,-2.60156 -0.68373,0.89149 -0.62607,1.01172 0.48521,1.01172 0.69364,0 1.10038,0.26016 0.90386,0.57812 -0.19652,0.31797 -0.12211,0.57813 0.16534,0.57813 0.80004,0 2.50454,-2.08089 2.67918,-3.2708 0.0855,-0.58284 0.52114,-1.07171 0.96801,-1.08638 0.44686,-0.0147 1.529,-0.38334 2.40476,-0.81928 1.82582,-0.90886 2.67497,-0.46992 1.59899,0.82655 -0.87703,1.05676 -1.99698,1.18539 -1.38005,0.1585 0.48992,-0.81547 -1.20384,0.37366 -2.82295,1.98189 -1.19437,1.1863 -1.33492,2.78765 -0.24473,2.78765 1.30963,0 6.35928,-5.00803 5.8616,-5.81328 -0.26573,-0.42996 -0.21242,-0.5792 0.13107,-0.36691 0.31844,0.1968 1.33422,-0.43716 2.25729,-1.40882 0.92307,-0.97165 2.42385,-2.30234 3.33506,-2.95708 l 1.65675,-1.19043 -0.66537,1.24326 c -0.77815,1.454 -0.49084,1.5333 1.59861,0.44123 2.03704,-1.06468 4.32672,-1.94795 4.83666,-1.86582 0.22635,0.0365 1.65721,-1.13285 3.17969,-2.59847 2.9691,-2.85819 5.17513,-4.08264 4.58505,-2.54492 -0.33866,0.88253 0.27183,1.19387 0.97067,0.49504 0.20829,-0.20829 1.48739,-0.85249 2.84245,-1.43156 1.93224,-0.82572 2.18313,-0.85353 1.16296,-0.1289 -0.71543,0.50817 -1.30078,1.18422 -1.30078,1.50234 0,0.32298 0.38295,0.26058 0.86719,-0.14131 0.47695,-0.39583 0.87117,-0.49272 0.87604,-0.21531 0.005,0.27741 0.19998,0.24422 0.43359,-0.0737 0.42841,-0.58312 4.55034,-2.82889 5.43814,-2.96289 0.26333,-0.0397 0.68989,-0.10478 0.9479,-0.14453 0.25802,-0.0397 0.97344,-0.52961 1.58985,-1.08859 2.88403,-2.61537 5.22609,-3.45269 4.52147,-1.61649 -0.49479,1.28941 2.60584,0.64656 3.97658,-0.82446 0.712,-0.76409 0.83299,-1.04219 0.26886,-0.61798 -0.56413,0.4242 -1.19284,0.60412 -1.39713,0.39983 -0.71991,-0.71991 0.33439,-1.04475 3.38578,-1.0432 4.26217,0.002 4.18378,-0.024 3.3092,1.10534 -0.59932,0.77392 -0.47097,0.74462 0.54606,-0.12464 0.73124,-0.625 1.98821,-1.17155 2.79325,-1.21455 0.80504,-0.043 1.63312,-0.31359 1.84018,-0.6013 0.69003,-0.9588 4.96401,-3.95441 5.8215,-4.08027 0.46496,-0.0682 1.58952,-0.92029 2.49902,-1.89345 0.90949,-0.97316 1.77052,-1.76938 1.91339,-1.76938 0.86383,0 -0.11948,1.41139 -2.7754,3.98368 -2.91488,2.82308 -2.97371,2.93985 -1.48468,2.94669 1.562,0.007 2.70374,-1.20279 4.49383,-4.7624 0.43973,-0.87442 1.11491,-1.58984 1.50039,-1.58984 0.38548,0 1.39539,-0.91055 2.24423,-2.02344 0.84884,-1.11289 1.83562,-2.02344 2.19283,-2.02344 0.35722,0 0.0188,0.70756 -0.75208,1.57235 -0.77085,0.86479 -0.98738,1.25728 -0.48117,0.8722 0.5062,-0.38508 1.13327,-0.50728 1.39346,-0.27157 0.26021,0.23572 0.30745,0.13816 0.10498,-0.21681 -0.20246,-0.35496 0.14606,-1.11072 0.7745,-1.67945 0.62844,-0.56873 1.14261,-1.30216 1.14261,-1.62984 0,-0.32769 0.53428,-1.16451 1.18729,-1.8596 l 1.18728,-1.26381 -1.46961,0.28094 c -0.80828,0.15451 -1.35057,0.47352 -1.2051,0.70891 0.14548,0.23539 -0.4429,1.05115 -1.30752,1.8128 l -1.57202,1.38482 1.2305,-1.44532 c 0.67678,-0.79492 1.15849,-1.87724 1.07049,-2.40517 -0.088,-0.52792 0.58475,-1.67339 1.49503,-2.54549 0.91028,-0.87211 1.51887,-1.80599 1.35243,-2.0753 -0.16645,-0.26931 0.0726,-0.48966 0.53128,-0.48966 0.8406,0 1.69839,-2.75581 1.13935,-3.66035 -0.16563,-0.26799 -0.79209,-0.35887 -1.39214,-0.20195 -0.60006,0.15692 -1.09101,0.0575 -1.09101,-0.22096 0,-0.28331 14.38437,-0.51767 32.66407,-0.53218 L 592.0004,0 l 0,22.266 0,22.26599 -1.24586,0 c -1.23083,0 -1.23256,-0.015 -0.14453,-1.24037 l 1.10133,-1.24037 -1.44532,0.77898 c -2.71886,1.46537 -3.41099,0.75184 -1.57382,-1.62245 0.3075,-0.39746 0.36537,-0.72266 0.12851,-0.72266 -0.23686,0 -0.0736,-0.45078 0.36283,-1.00174 0.74382,-0.93914 0.70312,-0.94547 -0.65189,-0.10131 -2.55745,1.59328 -3.37116,1.72192 -3.04683,0.48167 0.16008,-0.61215 0.0248,-1.113 -0.30034,-1.113 -0.32531,0 -0.46308,-0.49095 -0.30618,-1.091 0.15697,-0.60005 -0.0376,-1.29064 -0.43249,-1.53464 -0.49251,-0.30439 -0.58558,-0.18879 -0.29658,0.36835 0.23171,0.44659 0.0289,0.33066 -0.4503,-0.25763 -0.55303,-0.67869 -1.14978,-0.89592 -1.63274,-0.59438 -1.11503,0.69622 -2.20642,0.77364 -2.20642,0.15651 0,-0.70835 -2.80372,10e-4 -4.59718,1.16377 -1.33332,0.86415 -1.39325,0.85553 -1.00925,-0.14516 0.22453,-0.58512 0.57822,-1.7411 0.78597,-2.56884 0.36886,-1.46968 0.31576,-1.45421 -2.26375,0.6595 -2.71869,2.22776 -3.17901,2.21226 -3.00104,-0.10105 0.0955,-1.24136 -0.0758,-1.17572 -2.26278,0.86719 -1.30135,1.21561 -2.56354,2.47035 -2.80486,2.78832 -0.24133,0.31797 -0.44276,0.34269 -0.44763,0.0549 -0.005,-0.28776 -0.4858,-0.0916 -1.06874,0.436 -0.98948,0.89546 -1.06107,0.89181 -1.07746,-0.0549 -0.01,-0.55777 0.23905,-1.33937 0.55266,-1.7369 0.39386,-0.49923 -0.0854,-0.44884 -1.54956,0.16293 -1.16587,0.48713 -2.33015,0.75567 -2.58728,0.59676 -0.25713,-0.15892 -0.9611,0.11226 -1.56439,0.6026 -0.6033,0.49035 -0.73795,0.70596 -0.29924,0.47914 0.51473,-0.26613 0.70868,-0.14546 0.54679,0.34021 -0.13798,0.41394 -0.627,0.81525 -1.08672,0.8918 -0.45971,0.0765 -1.29112,0.32223 -1.84757,0.54596 -1.11255,0.44731 -1.33875,-0.24949 -0.43359,-1.33568 0.42045,-0.50455 0.38892,-0.53608 -0.11563,-0.11563 -0.38156,0.31797 -1.19388,0.57813 -1.80516,0.57813 -0.92237,0 -0.989,-0.1475 -0.39171,-0.86719 1.10997,-1.33743 -0.66682,-1.12952 -2.47025,0.28906 -0.80846,0.63594 -1.6426,1.15625 -1.85364,1.15625 -0.7765,0 -2.09796,-1.7437 -1.74916,-2.30806 0.19802,-0.32041 0.0845,-0.58257 -0.2522,-0.58257 -0.33674,0 -0.61225,0.23024 -0.61225,0.51164 0,0.2814 -0.71543,0.97722 -1.58984,1.54628 -1.01391,0.65984 -1.35496,0.73628 -0.94144,0.21102 0.35663,-0.45299 0.57477,-1.2789 0.48475,-1.83534 -0.09,-0.55645 0.0735,-1.01172 0.36331,-1.01172 0.28983,0 0.52697,-0.27551 0.52697,-0.61224 0,-0.33674 -0.3252,-0.41688 -0.72266,-0.17809 -0.49103,0.295 -0.46834,0.12064 0.0708,-0.54401 0.4364,-0.53799 0.59119,-0.97816 0.344,-0.97816 -0.24721,0 0.0461,-0.57514 0.65186,-1.27809 l 1.10132,-1.27809 -1.64,1.03522 c -0.902,0.56937 -1.80502,0.87021 -2.00669,0.66853 -0.20169,-0.20168 -0.0778,-0.54766 0.27524,-0.76885 0.62305,-0.39032 -0.26214,-1.66966 -1.38671,-2.00417 -0.24473,-0.0728 -0.4016,-0.26244 -0.34861,-0.42143 0.053,-0.15898 -0.50752,-0.28906 -1.24557,-0.28906 -0.73807,0 -1.23484,0.17329 -1.10394,0.38508 0.1309,0.2118 -0.064,1.12234 -0.4331,2.02344 -0.9884,2.41299 -1.07349,3.25193 -0.41083,4.05039 0.32728,0.39435 0.43835,0.97058 0.2468,1.28051 -0.19154,0.30992 -0.0712,0.73472 0.26737,0.94398 0.42403,0.26206 0.4302,0.6039 0.0198,1.09836 -0.42606,0.51337 -0.26096,1.07727 0.57955,1.97945 0.64643,0.69387 1.01663,1.51836 0.82266,1.83221 -0.44221,0.7155 -0.16158,0.71512 1.72553,-0.002 1.28483,-0.48849 1.48223,-0.42453 1.33841,0.4336 -0.11218,0.66936 0.18066,0.97796 0.87404,0.92113 0.68522,-0.0562 0.97533,0.24117 0.84615,0.86719 -0.10813,0.52396 0.20311,1.29714 0.69164,1.71818 0.48852,0.42104 0.56303,0.6008 0.16557,0.39947 -0.39746,-0.20133 -0.72266,-0.073 -0.72266,0.28515 0,0.38812 0.46714,0.50294 1.15625,0.28423 1.40129,-0.44476 1.59863,0.93659 0.28907,2.02343 -1.01745,0.84441 -1.19384,2.58262 -0.19974,1.96823 0.78779,-0.48687 0.19452,0.67615 -1.13405,2.22318 -1.17025,1.36267 -0.2591,1.27203 2.20097,-0.21896 1.87341,-1.13542 1.94833,-1.14249 1.01046,-0.0954 -0.55714,0.62199 -0.86155,1.28233 -0.67646,1.46742 0.18509,0.18508 -0.0457,0.94444 -0.51296,1.68746 -0.46721,0.74301 -0.77284,1.79484 -0.67918,2.3374 0.0937,0.54255 -0.19238,1.28746 -0.63567,1.65535 -1.04476,0.86707 -0.49475,1.75272 0.78968,1.27157 0.90064,-0.33739 0.91239,-0.26769 0.12601,0.74791 -0.47695,0.61598 -1.12734,1.31983 -1.44531,1.56413 -0.35937,0.2761 -0.21565,0.65841 0.37982,1.01035 0.59447,0.35135 0.84223,1.00869 0.65299,1.7324 -0.2346,0.8971 -0.0888,1.08324 0.63189,0.80669 1.20923,-0.46403 1.22806,0.82555 0.0369,2.52619 -0.97533,1.39247 -0.35504,1.68782 1.48101,0.7052 0.75764,-0.40548 1.20742,-0.37863 1.49663,0.0893 0.24179,0.39123 0.16149,0.51328 -0.1934,0.29395 -0.33377,-0.20629 -0.74959,-0.003 -0.92403,0.45145 -0.17444,0.45458 -0.0381,0.91952 0.30293,1.03321 1.02374,0.34125 0.78389,3.50966 -0.40141,5.30248 -1.29755,1.96258 -1.64512,3.43468 -0.66648,2.82281 0.36955,-0.23104 1.01162,-0.47155 1.42683,-0.53446 0.58753,-0.089 0.60388,0.0676 0.0737,0.7064 -0.37465,0.45143 -0.46722,0.82077 -0.2057,0.82077 0.26151,0 0.16329,0.31219 -0.21828,0.69375 -1.02551,1.02552 -0.84194,2.12294 0.31797,1.9009 0.55645,-0.10653 1.01172,-0.23349 1.01172,-0.28215 0,-0.0487 0.39023,-0.1735 0.86719,-0.27743 0.47695,-0.10394 1.32541,-0.37315 1.88546,-0.59826 0.79902,-0.32116 0.93575,-0.19422 0.635,0.58952 -0.33182,0.86469 -0.21736,0.91001 0.85237,0.33751 1.14505,-0.61282 1.19741,-0.56072 0.71409,0.71053 -0.46828,1.23166 -0.38337,1.34541 0.831,1.11327 1.16354,-0.22243 1.32974,-0.0506 1.18922,1.22955 -0.0989,0.90088 0.0702,1.34374 0.4286,1.12226 1.01074,-0.62468 3.88172,-0.66593 3.50124,-0.0503 -0.21861,0.35373 0.17068,0.42375 1.01953,0.18336 0.97017,-0.27474 1.13636,-0.2252 0.56627,0.16878 -1.27688,0.88246 -0.36354,2.37891 1.20514,1.97452 1.19261,-0.30744 1.25091,-0.24051 0.5427,0.62301 -0.85951,1.04798 -0.29445,1.27222 1.0549,0.41861 0.46177,-0.29212 1.0749,-0.3857 1.3625,-0.20795 0.28761,0.17775 0.16995,0.54684 -0.26146,0.82019 -0.62068,0.39329 -0.58454,0.49886 0.17322,0.50586 0.69922,0.006 0.87299,0.35982 0.64401,1.30964 -0.25705,1.06626 -0.17434,1.17049 0.45881,0.57812 1.22266,-1.14392 1.80201,-0.84211 1.05671,0.55049 -0.52635,0.98349 -0.52293,1.32596 0.015,1.50527 0.48982,0.16328 0.40209,0.5573 -0.29577,1.32842 -1.11248,1.22928 -0.92523,1.33017 1.06461,0.57364 1.26827,-0.4822 1.35642,-0.39822 1.13875,1.08485 -0.17485,1.19133 0.11099,1.85049 1.10409,2.54608 0.73702,0.51623 1.12021,0.93859 0.85154,0.93859 -0.26867,0 -0.19873,0.34913 0.15541,0.77585 0.35414,0.42672 0.47272,0.94703 0.2635,1.15625 -0.20922,0.20922 -0.12892,0.3804 0.17845,0.3804 0.30737,0 0.87104,-0.31218 1.2526,-0.69375 0.53959,-0.53958 0.69375,-0.48333 0.69375,0.25314 0,0.59049 0.43519,0.9141 1.15625,0.85978 0.63594,-0.0479 1.15625,-0.22742 1.15625,-0.39892 0,-0.17151 0.7514,-0.32182 1.66977,-0.33403 1.13218,-0.015 1.57762,0.21801 1.38349,0.72392 -0.40301,1.05013 0.40989,0.92695 1.75264,-0.2656 1.10694,-0.9831 1.117,-0.97567 0.35647,0.26277 -1.05779,1.72247 -0.32161,2.27559 1.46803,1.10299 1.6161,-1.0589 1.78109,-0.87173 0.81799,0.92787 -0.53979,1.00856 -0.4973,1.14908 0.25958,0.85863 0.62727,-0.2407 0.80637,-0.0902 0.58356,0.49046 -0.36058,0.93961 0.6919,1.15864 1.24754,0.25962 0.1965,-0.31797 1.15428,-0.57813 2.12836,-0.57813 1.58967,0 1.68981,0.0999 0.97756,0.97543 -0.69479,0.8542 -0.66768,0.92831 0.2183,0.59628 2.82015,-1.05691 2.69724,-3.40792 2.73389,52.28778 0.0278,41.87144 -0.10892,51.9383 -0.69947,51.60443 -0.58778,-0.33234 -0.58998,-0.26002 -0.011,0.36377 0.85783,0.92416 0.9546,2.28169 0.16269,2.28169 -0.30803,0 -0.41914,-0.36712 -0.24692,-0.81581 0.25339,-0.66033 -0.0887,-0.72521 -1.79467,-0.34044 -1.6324,0.36817 -2.04275,0.30615 -1.81977,-0.27501 0.19472,-0.50749 -0.0751,-0.65544 -0.83365,-0.45707 -0.85268,0.22298 -1.03537,0.0687 -0.76209,-0.64356 0.40827,-1.06397 -1.17891,-1.34368 -1.81196,-0.31932 -0.20991,0.33964 -0.77856,0.46524 -1.26366,0.27909 -0.48511,-0.18615 -1.21881,-0.0589 -1.63043,0.28269 -0.58165,0.48276 -0.67912,0.35619 -0.43741,-0.56816 0.3241,-1.2393 -0.62576,-1.65221 -1.29812,-0.56432 -0.21241,0.34373 -0.96963,0.47855 -1.68266,0.2996 -1.59528,-0.4004 -2.2514,0.15501 -1.39794,1.18337 0.48619,0.58582 0.3817,0.85968 -0.43861,1.14966 -1.82246,0.64423 -4.1933,3.17196 -3.83959,4.09369 0.18132,0.47254 -0.002,1.06397 -0.40675,1.3143 -1.11368,0.68829 -0.0538,1.88513 1.35585,1.53113 1.0772,-0.27051 1.02766,-0.12878 -0.38654,1.10588 -1.83254,1.59988 -2.839,1.83682 -2.34607,0.55229 0.18232,-0.47513 0.60459,-0.69509 0.93836,-0.4888 0.35439,0.21902 0.43525,0.0974 0.19437,-0.29238 -0.44972,-0.72766 -2.73737,-0.93927 -2.52821,-0.23386 0.22613,0.7626 -1.88109,3.48317 -2.90534,3.75102 -0.5437,0.14218 -1.94031,1.86205 -3.10358,3.82192 -1.16327,1.95988 -1.8596,3.40555 -1.54742,3.21261 0.31223,-0.19297 0.48519,0.13049 0.38441,0.71893 -0.11078,0.64689 0.11945,1.00695 0.58244,0.91088 0.42109,-0.0874 0.61907,0.0783 0.43995,0.36809 -0.17912,0.28982 0.11165,0.88161 0.64613,1.3151 0.8357,0.67778 0.90279,0.66671 0.47907,-0.079 -0.27099,-0.47695 -0.27983,-0.67433 -0.0197,-0.43861 0.26019,0.23572 0.86481,0.10564 1.34358,-0.28906 0.76109,-0.62744 0.78083,-0.54937 0.15706,0.62112 -0.64382,1.20811 -4.98853,3.5753 -6.56206,3.5753 -0.34703,0 -0.0199,-0.65039 0.72683,-1.44531 1.51123,-1.60864 1.33632,-1.76598 -0.85385,-0.76808 -0.81751,0.37248 -1.63574,1.27236 -1.8183,1.99973 -0.18255,0.72736 -0.69663,1.62516 -1.14239,1.99511 -0.44575,0.36994 -0.81046,0.94125 -0.81046,1.26956 0,0.32832 0.56442,0.10135 1.25428,-0.50438 1.12602,-0.98871 1.21655,-0.99787 0.88533,-0.0896 -0.20292,0.55645 -0.10161,1.01172 0.22515,1.01172 0.32676,0 0.44831,0.23589 0.27012,0.52421 -0.17819,0.28832 0.20235,0.38657 0.84565,0.21834 1.06906,-0.27956 1.11596,-0.16472 0.54548,1.33576 -0.34328,0.90288 -0.93429,2.02404 -1.31336,2.49146 -0.5669,0.69902 -0.50966,0.78255 0.3225,0.47068 1.36936,-0.51319 1.2812,0.29132 -0.14453,1.31892 -1.405,1.01267 -1.4877,2.06161 -0.20144,2.55519 0.78097,0.29969 0.54866,0.72772 -1.27596,2.351 -1.22691,1.09154 -2.36812,1.84725 -2.53601,1.67936 -0.16789,-0.16788 0.34125,-0.79738 1.13142,-1.39887 1.30479,-0.99322 1.32373,-1.0647 0.20637,-0.77865 -1.33869,0.34272 -3.07487,3.21159 -1.79023,2.95819 0.40326,-0.0795 0.67871,0.41463 0.6399,1.14803 -0.0711,1.34398 0.3914,1.27617 2.26098,-0.33149 0.94234,-0.81031 1.00243,-0.80231 0.66081,0.0879 -0.44902,1.17013 0.88458,1.34307 1.97904,0.25665 0.58371,-0.57943 0.65166,-0.52214 0.34283,0.28906 -0.21184,0.55645 -0.66084,1.01172 -0.99779,1.01172 -0.33695,0 -0.43862,0.174 -0.22595,0.38668 0.21267,0.21267 -0.0444,0.86306 -0.57137,1.44531 -0.90284,0.99762 -0.87959,1.05863 0.40342,1.05863 1.05893,0 1.20731,0.15417 0.66773,0.69375 -0.38156,0.38157 -0.69375,1.04438 -0.69375,1.47292 0,0.42854 -0.66324,1.39384 -1.47387,2.14511 -0.81063,0.75126 -1.21884,1.52355 -0.90714,1.7162 0.31171,0.19264 0.73015,0.0859 0.92987,-0.2373 0.19972,-0.32315 0.77833,-0.58755 1.2858,-0.58755 0.8373,0 0.83542,0.0964 -0.0203,1.04198 -0.51865,0.57309 -1.02177,1.54867 -1.11805,2.16797 -0.0963,0.61929 -0.36796,1.43491 -0.60371,1.81249 -0.29961,0.47984 -0.005,0.60975 0.97759,0.43152 1.63989,-0.29737 1.68994,0.5264 0.17267,2.84203 -1.21836,1.85945 -0.55403,1.96731 1.6909,0.27453 1.59685,-1.2041 1.58787,-1.17219 -0.2111,0.75018 -2.13846,2.28514 -2.30127,2.81623 -0.86719,2.82878 0.63203,0.006 0.76975,0.16825 0.36698,0.43359 -0.3546,0.23361 -0.8399,1.04945 -1.07843,1.81298 -0.35412,1.13351 -0.26234,1.32247 0.5002,1.02986 1.11997,-0.42977 1.25362,0.76402 0.21125,1.88703 -0.57812,0.62285 -0.57812,0.69696 0,0.37057 0.39746,-0.2244 0.72266,-0.13249 0.72266,0.20424 0,0.33674 0.39023,0.61225 0.86719,0.61225 1.01989,0 1.1637,1.48288 0.20148,2.07757 -0.4665,0.28831 -0.36964,0.62791 0.32366,1.13486 0.64185,0.46934 0.77083,0.8585 0.36721,1.10796 -0.34219,0.21147 -0.47248,0.62668 -0.28954,0.92268 0.18294,0.296 0.0468,0.53818 -0.30243,0.53818 -0.40853,0 -0.36915,0.28766 0.11041,0.80651 0.41,0.44357 1.00561,0.68391 1.32358,0.53407 0.31797,-0.14983 0.0578,0.21174 -0.57812,0.8035 -0.63594,0.59176 -1.24077,1.45708 -1.34408,1.92295 -0.1033,0.46587 -0.64994,1.36734 -1.21477,2.00328 -1.76619,1.98856 -2.10332,2.85045 -0.94037,2.40419 0.74072,-0.28424 0.93897,-0.16605 0.71229,0.42465 -0.22322,0.58173 0.0736,0.77596 1.02615,0.6714 1.30057,-0.14277 1.31652,-0.0903 0.53879,1.77104 -0.96549,2.31075 -1.02537,3.31816 -0.16565,2.78682 1.28357,-0.79329 -0.60466,1.93919 -2.21669,3.20779 -0.90053,0.70869 -1.15694,1.11926 -0.58708,0.94008 1.31928,-0.41483 1.27966,0.70892 -0.0877,2.48763 -0.74639,0.97091 -1.69075,1.41721 -3.09763,1.46389 -1.97839,0.0656 -2.00446,0.0375 -1.15943,-1.2522 1.15722,-1.76614 -0.12083,-1.80643 -1.97735,-0.0623 l -1.33799,1.25703 0,-1.25703 c 0,-0.69136 -0.25199,-1.25702 -0.55998,-1.25702 -0.30798,0 -0.39662,-0.45527 -0.19695,-1.01172 0.3912,-1.09021 0.30004,-1.02717 -0.9965,0.6891 -0.46647,0.61749 -0.55251,0.94561 -0.1912,0.72916 0.37927,-0.2272 0.7841,0.0928 0.9578,0.75701 0.16549,0.6328 0.0945,1.02297 -0.15782,0.86705 -0.25229,-0.15592 -0.81338,0.15382 -1.24687,0.6883 -0.6687,0.82451 -0.66592,0.89814 0.0183,0.48584 0.6318,-0.38071 0.74307,-0.15431 0.51376,1.04528 -0.16099,0.84217 -0.10188,1.53123 0.13135,1.53123 0.23324,0 0.58661,1.01648 0.78527,2.25883 0.31385,1.96273 0.52498,2.21601 1.61051,1.93214 1.09316,-0.28587 1.1989,-0.15272 0.84601,1.06538 -0.75524,2.60693 -0.86504,3.39194 -0.4665,3.33524 1.08447,-0.15428 2.62478,0.20617 1.98436,0.46437 -0.39944,0.16103 -0.58605,0.51965 -0.41469,0.79692 0.17136,0.27727 -0.41237,0.88072 -1.29718,1.34101 -0.88481,0.46028 -2.25914,1.55393 -3.05406,2.43034 -0.79492,0.87641 -1.08217,1.38263 -0.63834,1.12495 0.64607,-0.3751 0.72388,-0.13746 0.39025,1.19186 -0.41438,1.65098 -0.40992,1.65421 0.78641,0.57155 1.3649,-1.23521 2.32326,-0.8161 1.20765,0.52812 -0.66745,0.80423 -0.42434,1.1289 0.71106,0.94963 0.70075,-0.11064 0.50252,0.31218 -0.54457,1.16153 -0.66464,0.53913 -0.83901,0.56182 -0.544,0.0708 0.23879,-0.39746 0.15865,-0.72266 -0.17809,-0.72266 -0.33673,0 -0.64476,0.26016 -0.68451,0.57813 -0.0398,0.31796 -0.10478,0.88164 -0.14453,1.2526 -0.0398,0.37096 -0.4625,0.781 -0.93945,0.9112 -0.77083,0.21042 -0.77083,0.16858 0,-0.37657 0.6373,-0.4507 0.66656,-0.61562 0.11041,-0.62213 -0.41623,-0.005 -0.63406,-0.20741 -0.48407,-0.4501 0.14998,-0.24268 -0.60609,-0.3999 -1.68015,-0.34939 -1.07407,0.0505 -1.93109,-0.0761 -1.90449,-0.28141 0.14168,-1.09381 -0.1826,-1.304 -0.98478,-0.63825 -0.73931,0.61357 -1.05963,0.58036 -1.82973,-0.18974 -0.85928,-0.85929 -1.06354,-0.84095 -2.56837,0.23058 -1.26195,0.89859 -1.55618,0.95913 -1.28998,0.26541 0.47077,-1.22678 -1.28058,-1.81812 -2.46741,-0.83314 -0.83979,0.69697 -0.89506,0.63108 -0.50405,-0.60089 0.3575,-1.12639 0.26714,-1.3177 -0.48591,-1.02872 -0.57882,0.22212 -1.14808,-0.0617 -1.52085,-0.75821 -0.34819,-0.6506 -0.95245,-0.97631 -1.45413,-0.7838 -1.11156,0.42655 -1.1099,-0.60023 0.002,-1.52341 1.26723,-1.05171 0.61144,-1.58363 -1.75677,-1.42495 -1.32839,0.089 -2.66589,0.69015 -3.66473,1.64711 -0.86498,0.82881 -1.88374,1.50693 -2.2638,1.50693 -0.38006,0 -0.69103,0.26016 -0.69103,0.57812 0,0.31797 -0.27551,0.57813 -0.61224,0.57813 -0.33674,0 -0.42801,-0.2981 -0.20283,-0.66244 0.57992,-0.93832 -2.66287,-0.0777 -3.89706,1.0342 -0.6395,0.57617 -1.08019,0.65615 -1.33587,0.24246 -0.26744,-0.43273 -0.76005,-0.41569 -1.64724,0.057 -1.06483,0.56732 -1.16525,0.54463 -0.63278,-0.14297 0.3481,-0.44953 0.81457,-1.32304 1.0366,-1.94115 0.38862,-1.0819 0.36132,-1.0855 -0.73144,-0.0966 -1.08845,0.98504 -1.15756,0.98371 -1.68113,-0.0324 -0.30031,-0.58282 -0.44243,-1.34583 -0.31582,-1.69556 0.35973,-0.99373 -1.333,-2.19455 -1.8696,-1.3263 -0.29063,0.47024 -0.18474,0.54403 0.32691,0.22781 0.47685,-0.29471 0.6166,-0.24091 0.37782,0.14546 -0.20843,0.33725 -0.94505,0.46514 -1.63693,0.28421 -1.17728,-0.30786 -1.11234,-0.45216 1.0123,-2.24962 1.24864,-1.05637 1.94506,-1.92453 1.5476,-1.92926 -0.39746,-0.005 -0.72266,0.26691 -0.72266,0.60364 0,0.33673 -0.28263,0.43757 -0.62808,0.22407 -0.34544,-0.2135 -1.51615,0.47258 -2.60156,1.5246 -1.86789,1.81043 -1.97349,1.84302 -1.97349,0.609 0,-0.88916 -0.22981,-1.16571 -0.72265,-0.86962 -0.47817,0.28727 -0.4503,0.0985 0.0824,-0.55798 0.44278,-0.54567 0.94198,-0.8552 1.10934,-0.68784 0.16736,0.16737 0.7867,-0.13228 1.37631,-0.66587 0.58961,-0.53358 1.9532,-0.98943 3.03018,-1.01298 1.49682,-0.0327 1.81751,-0.21307 1.36114,-0.76547 -0.44245,-0.53556 -0.30253,-0.72266 0.54042,-0.72266 1.25367,0 3.27774,-1.89305 2.67187,-2.49893 -0.20991,-0.20991 -0.67643,-0.13702 -1.03671,0.16198 -0.44896,0.37261 -0.68291,0.17359 -0.74364,-0.63264 -0.0588,-0.78103 0.17865,-1.07372 0.70676,-0.87106 0.57362,0.22012 0.71069,-0.0482 0.49163,-0.96222 -0.50981,-2.12735 -0.3037,-3.36894 0.7531,-4.53669 0.96721,-1.06876 0.96236,-1.09921 -0.11348,-0.71276 -0.61811,0.22203 -1.49218,0.6885 -1.94238,1.0366 -0.67887,0.52491 -0.74891,0.35334 -0.41042,-1.00537 0.26796,-1.07566 0.20223,-1.51104 -0.19143,-1.26774 -0.41104,0.25404 -0.41832,-0.10611 -0.0232,-1.14545 0.78735,-2.07088 0.82418,-2.01884 -1.42892,-2.01884 -1.54496,0 -1.9289,-0.19907 -1.67252,-0.86719 0.39128,-1.01965 -0.54713,-1.12197 -2.19615,-0.23944 -1.04898,0.5614 -1.13007,0.49265 -0.76724,-0.65052 0.27536,-0.86759 0.20007,-1.15118 -0.23436,-0.88269 -0.35203,0.21756 -0.64006,0.0922 -0.64006,-0.27852 0,-0.37075 -0.39023,-0.52435 -0.86718,-0.34132 -0.47696,0.18302 -0.86719,0.0808 -0.86719,-0.22721 1e-5,-0.30799 -0.39938,-0.55998 -0.88752,-0.55998 -0.69668,0 -0.75952,-0.23918 -0.29226,-1.11226 0.54577,-1.01978 0.42063,-1.0906 -1.50518,-0.85174 -1.15524,0.14329 -2.36871,0.42633 -2.6966,0.62898 -0.36693,0.22677 -0.44724,-0.002 -0.20886,-0.59358 0.21302,-0.52911 0.55683,-1.38252 0.76403,-1.89647 0.32196,-0.79859 0.19468,-0.83702 -0.87544,-0.2643 -0.68869,0.36857 -1.20715,0.46388 -1.15213,0.21178 0.055,-0.25209 -0.0914,-0.89329 -0.32533,-1.42489 -0.23394,-0.5316 -0.13395,-1.51105 0.22221,-2.17655 0.5153,-0.96284 0.47101,-1.27775 -0.21686,-1.54171 -0.47544,-0.18245 -1.17498,-0.13978 -1.55456,0.0948 -0.49996,0.309 -0.58421,0.005 -0.30573,-1.10502 0.23774,-0.94725 0.14662,-1.53154 -0.23886,-1.53154 -0.3428,0 -0.46248,-0.26016 -0.26596,-0.57813 0.19651,-0.31796 -0.0801,-0.57812 -0.6148,-0.57812 -0.78661,0 -0.83846,-0.16102 -0.27171,-0.84391 0.58051,-0.69947 0.49676,-0.80468 -0.48934,-0.61478 -1.0459,0.20142 -1.1052,0.0938 -0.49053,-0.89047 0.38456,-0.61578 0.89678,-1.11959 1.13826,-1.11959 0.24148,0 0.43905,-0.40559 0.43905,-0.90131 0,-0.55322 0.27909,-0.74374 0.72266,-0.49331 0.55678,0.31434 0.56703,0.23954 0.0447,-0.32589 -0.52643,-0.56985 -0.3649,-1.04697 0.72266,-2.13453 1.77053,-1.77053 1.76176,-2.03489 -0.0447,-1.34809 -1.87653,0.71346 -1.84061,-0.0197 0.11484,-2.34355 1.55109,-1.84337 1.55226,-1.85163 0.20161,-1.42295 -1.14023,0.36189 -1.29592,0.26797 -0.9688,-0.58449 0.3199,-0.83363 0.24027,-0.89161 -0.44425,-0.32352 -1.31057,1.08768 -0.85855,-0.50132 0.80867,-2.84271 l 1.41566,-1.9881 -2.05613,1.27075 -2.05612,1.27076 0.11689,-1.28762 c 0.0643,-0.7082 0.42995,-1.21614 0.81258,-1.12877 0.38262,0.0874 0.53793,-0.0964 0.34513,-0.40835 -0.1928,-0.31196 -0.73245,-0.42065 -1.19922,-0.24153 -0.96024,0.36848 -1.20293,-1.24523 -0.27366,-1.81956 0.31626,-0.19546 0.84259,-0.85535 1.16963,-1.46642 0.48061,-0.89802 0.42579,-1.04625 -0.28595,-0.77314 -0.92813,0.35616 -1.24327,-0.64965 -0.37223,-1.18798 0.27959,-0.1728 0.64936,-0.8534 0.82171,-1.51247 0.2596,-0.99275 0.17001,-1.07933 -0.52232,-0.50475 -1.13617,0.94294 -1.6193,0.31084 -0.85457,-1.11807 0.99849,-1.86569 0.75096,-2.01045 -1.33409,-0.78024 l -1.95906,1.15587 0.15299,-2.25501 c 0.16779,-2.473 0.13051,-2.51634 -1.44092,-1.67533 -1.14045,0.61035 -2.23374,-0.20102 -1.16276,-0.86293 1.1231,-0.69411 0.59711,-1.53194 -0.71323,-1.13605 -1.0612,0.32062 -1.16768,0.25326 -0.57812,-0.36573 0.39746,-0.4173 0.72265,-0.93273 0.72265,-1.1454 0,-0.58641 -3.52951,-0.0513 -4.394,0.66611 -1.09333,0.90738 -2.21715,0.0846 -1.33548,-0.97775 0.5668,-0.68295 0.49311,-0.74937 -0.424,-0.38212 -0.61051,0.24447 -1.64281,0.83473 -2.294,1.31168 -1.323,0.969 -3.81654,4.5454 -2.68142,3.84587 0.39746,-0.24495 0.72265,-0.20295 0.72265,0.0933 0,0.96633 -4.12401,4.08867 -4.97104,3.76364 -0.45371,-0.17411 -1.23704,0.0254 -1.74073,0.44348 -0.69569,0.57738 -0.64452,0.27706 0.2129,-1.2495 0.92743,-1.65121 0.9933,-2.13603 0.36944,-2.7188 -0.4176,-0.39009 -1.30591,-0.70926 -1.97403,-0.70926 -0.77284,0 -1.06431,-0.24345 -0.80119,-0.66919 0.28337,-0.45851 0.0211,-0.56656 -0.83307,-0.34319 -1.40139,0.36648 -1.60023,-0.11283 -0.52399,-1.26314 0.59237,-0.63315 0.48814,-0.71587 -0.57813,-0.45881 -1.54816,0.37322 -1.63536,0.0154 -0.34399,-1.41155 0.83164,-0.91896 0.8409,-1.05725 0.0708,-1.05725 -0.4873,0 -1.20987,0.39024 -1.60571,0.86719 -0.39583,0.47696 -1.12342,0.86719 -1.61687,0.86719 -0.6908,0 -0.58849,-0.32859 0.44481,-1.42848 1.27908,-1.36151 1.28664,-1.41782 0.16147,-1.20113 -1.00832,0.19418 -1.16113,-0.0402 -1.04765,-1.60668 0.0895,-1.23539 -0.21653,-2.08281 -0.93756,-2.59623 -0.59458,-0.42339 -0.88828,-1.06588 -0.6607,-1.44532 0.23387,-0.38992 -0.0101,-0.34256 -0.56846,0.11034 -0.89031,0.72219 -1.22987,0.51167 -1.04662,-0.64891 0.10558,-0.66864 -0.77001,-0.51387 -1.63538,0.28907 -0.63578,0.58992 -0.71345,0.53682 -0.42283,-0.28907 0.1958,-0.55644 0.10401,-1.01171 -0.20397,-1.01171 -0.30799,-1e-5 -0.55999,-0.42058 -0.55999,-0.93462 0,-0.65924 -0.3511,-0.8428 -1.19161,-0.623 -0.7042,0.18415 -1.31259,-0.003 -1.48736,-0.45908 -0.38961,-1.01532 -5.87241,-0.57499 -7.81877,0.62793 -0.41142,0.25427 -0.50787,0.15647 -0.25277,-0.25628 0.24177,-0.39122 0.0536,-0.66746 -0.45469,-0.66746 -0.47695,0 -1.03059,0.2644 -1.23031,0.58756 -0.19972,0.32315 -0.61175,0.4339 -0.91563,0.24609 -0.30388,-0.1878 -0.48102,-0.0309 -0.39365,0.34879 0.0874,0.37964 -0.70189,0.99078 -1.75391,1.35807 -1.05202,0.3673 -1.70788,0.8727 -1.45747,1.12311 0.25041,0.25041 -0.26953,0.17972 -1.15543,-0.1571 -1.01961,-0.38766 -1.48,-0.40087 -1.2545,-0.036 0.19592,0.31701 -0.0128,0.57638 -0.46389,0.57638 -0.45106,0 -1.70216,0.90777 -2.78022,2.01728 -1.07805,1.1095 -2.22311,2.02005 -2.54457,2.02343 -0.32146,0.003 -1.22771,0.78488 -2.01388,1.73666 -0.95328,1.15406 -1.7696,1.62252 -2.45069,1.40635 -0.5617,-0.17828 -1.02127,-0.0556 -1.02127,0.2726 0,0.32821 -0.54,0.88575 -1.20001,1.23897 -1.10674,0.59231 -1.14827,0.54555 -0.53437,-0.60154 0.60935,-1.13859 0.56738,-1.19118 -0.49635,-0.62189 -1.46573,0.78443 -1.98925,0.79155 -1.51276,0.0206 0.24376,-0.39441 -0.19206,-0.46581 -1.26666,-0.20753 l -1.63829,0.39377 1.40156,-1.52685 c 0.77086,-0.83976 1.23837,-1.52684 1.03892,-1.52684 -0.90038,0 -3.30767,1.39992 -3.30767,1.92353 0,0.31992 -0.16428,0.4174 -0.36507,0.2166 -0.20079,-0.20079 -0.89063,-0.0838 -1.53297,0.25997 -0.97653,0.52262 -1.10914,0.47192 -0.80933,-0.30941 0.19723,-0.51394 0.0762,-0.93444 -0.26882,-0.93444 -0.34508,0 -0.501,-0.48341 -0.34649,-1.07424 0.26104,-0.99822 0.16353,-1.01568 -1.37789,-0.24672 -0.91234,0.45514 -1.6588,1.06862 -1.6588,1.3633 0,0.29468 -0.45527,0.55633 -1.01172,0.58143 -0.60439,0.0273 -0.72077,0.16303 -0.28906,0.33724 0.39746,0.16037 0.72265,0.54473 0.72265,0.85413 0,1.08103 -3.73846,3.96611 -5.13925,3.96611 -0.77706,0 -1.26436,0.14847 -1.0829,0.32993 0.18147,0.18146 -0.022,1.00831 -0.45218,1.83745 -0.43016,0.82914 -0.66822,1.69182 -0.529,1.91707 0.1392,0.22525 -0.18421,0.76421 -0.71869,1.1977 -0.6754,0.54778 -0.83886,0.5669 -0.53591,0.0627 0.23973,-0.39899 -0.7361,-0.1023 -2.16852,0.65932 -2.80617,1.49206 -3.5434,1.40825 -2.62974,-0.29894 0.65679,-1.22722 0.36826,-1.33978 -1.23494,-0.48178 -0.87986,0.47089 -1.11824,0.40927 -1.11824,-0.28906 0,-0.48814 -0.27551,-0.88753 -0.61225,-0.88753 -0.33673,0 -0.48397,-0.20754 -0.3272,-0.46119 0.15677,-0.25366 0.046,-0.83901 -0.24609,-1.30079 -0.29765,-0.4705 -0.53502,-0.54909 -0.53998,-0.17877 -0.005,0.36344 -0.4126,0.81573 -0.90607,1.00509 -0.59159,0.22702 -0.77263,0.10039 -0.53148,-0.37174 0.20114,-0.39381 -0.32899,0.0411 -1.17809,0.96634 -1.41655,1.54369 -1.46036,1.72907 -0.53158,2.24884 0.69794,0.39059 1.37863,0.33765 2.19229,-0.17049 0.91428,-0.57098 0.82732,-0.31775 -0.38611,1.12433 -0.86139,1.02371 -1.41502,2.10586 -1.23027,2.40479 0.18474,0.29892 -0.009,0.47201 -0.42973,0.38464 -0.42109,-0.0874 -0.69414,0.18568 -0.60677,0.60677 0.0874,0.4211 -0.0806,0.61761 -0.37338,0.43669 -0.29272,-0.18091 -1.14468,0.18133 -1.89323,0.80498 -0.74855,0.62366 -1.08783,1.14258 -0.75397,1.15316 0.33387,0.0106 0.91922,-0.29296 1.30079,-0.67452 0.49971,-0.49971 0.69374,-0.50925 0.69374,-0.0341 0,0.3628 -0.22763,0.80032 -0.50585,0.97227 -0.63536,0.39267 -0.66649,3.14617 -0.0399,3.53339 0.25625,0.15837 0.62932,0.0235 0.82904,-0.29961 0.19972,-0.32315 0.76793,-0.58755 1.26269,-0.58755 0.80134,0 0.79616,0.1578 -0.0475,1.44531 -0.52085,0.79492 -0.87596,1.46788 -0.78914,1.49547 0.0868,0.0276 1.02834,0.13929 2.09227,0.24822 2.66433,0.27279 2.81093,0.60613 1.04381,2.37326 -1.56434,1.56434 -2.02186,3.10961 -0.92067,3.10961 0.33674,0 0.42662,-0.30035 0.19974,-0.66745 -0.26857,-0.43456 -0.15707,-0.50958 0.31958,-0.21499 0.42488,0.26258 0.93437,0.12514 1.21414,-0.32753 0.26513,-0.42899 0.62886,-0.63317 0.80829,-0.45375 0.17943,0.17944 -0.34114,1.04636 -1.15683,1.92651 -1.57814,1.70283 -1.54196,2.83335 0.0401,1.25135 0.51481,-0.51482 1.09786,-0.93603 1.29569,-0.93603 0.19782,0 -1.7069,1.93297 -4.2327,4.29549 -3.97859,3.72137 -4.85293,5.27017 -1.99082,3.5265 0.77083,-0.46961 0.77083,-0.40357 0,0.59438 -0.47695,0.61749 -1.09008,1.2853 -1.3625,1.48403 -0.27243,0.19873 -0.18472,0.55328 0.1949,0.7879 0.37962,0.23462 0.97974,0.13706 1.3336,-0.21679 0.78117,-0.78117 1.76906,-0.85769 1.30127,-0.10079 -0.18443,0.29843 0.12541,0.80875 0.68854,1.13406 0.89513,0.5171 0.37635,1.21528 -4.12564,5.55242 -3.83901,3.69844 -4.98266,5.12782 -4.49385,5.61662 0.4888,0.48881 0.0706,1.21227 -1.64345,2.84277 -2.12573,2.02216 -3.03159,3.33247 -1.76094,2.54717 0.296,-0.18294 0.70159,-0.0682 0.90131,0.25494 0.32155,0.52028 -0.88419,0.87116 -2.20512,0.64169 -0.26211,-0.0456 -0.30917,0.18806 -0.10458,0.5191 0.20459,0.33103 0.61416,0.4522 0.91016,0.26926 0.29599,-0.18294 0.53818,-0.0268 0.53818,0.34703 0,0.41348 -0.56686,0.57128 -1.44746,0.40294 -1.15611,-0.221 -1.67976,0.0992 -2.60156,1.59069 -1.29969,2.10295 -1.40947,2.59809 -0.57599,2.59809 0.31797,0 0.51309,-0.29267 0.4336,-0.65039 -0.0795,-0.35771 0.18084,-0.76968 0.57852,-0.91549 1.15144,-0.42218 0.16964,1.51155 -1.11709,2.20019 -0.79158,0.42364 -1.35318,0.41296 -1.89417,-0.036 -0.56849,-0.47181 -0.97337,-0.43615 -1.55288,0.13676 -0.43115,0.42623 -1.27598,0.96147 -1.8774,1.18944 -0.91663,0.34744 -0.97851,0.27593 -0.38258,-0.44213 0.59252,-0.71393 0.44554,-0.9232 -0.88251,-1.25652 -1.35031,-0.33891 -1.89438,-0.0716 -3.56567,1.75214 -1.15274,1.25786 -1.8358,2.50759 -1.64389,3.0077 0.18484,0.48169 0.0786,0.70126 -0.24317,0.50241 -0.31433,-0.19426 -0.57151,0.037 -0.57151,0.51399 0,0.47695 -0.30035,1.05281 -0.66745,1.27969 -0.44164,0.27295 -0.50921,0.15648 -0.19973,-0.34427 0.32119,-0.51971 0.24284,-0.6178 -0.25011,-0.31314 -0.39479,0.244 -0.59414,0.91655 -0.44299,1.49455 0.16403,0.62724 -0.28182,1.57386 -1.10588,2.34803 -1.58962,1.49337 -1.88116,2.77494 -0.36899,1.62202 0.55644,-0.42425 0.23498,0.12925 -0.71437,1.22999 -4.12051,4.77764 -5.69143,6.22773 -6.4368,5.94171 -0.43528,-0.16703 -0.61289,-0.60163 -0.39469,-0.96577 0.21819,-0.36414 -0.0406,-0.3074 -0.57508,0.12609 -0.53449,0.43348 -0.84034,1.00086 -0.67967,1.26083 0.16067,0.25997 0.0235,0.6387 -0.30486,0.84163 -0.32834,0.20292 -0.44469,0.61538 -0.25854,0.91656 0.18614,0.30119 0.58486,0.39531 0.88604,0.20917 0.30119,-0.18614 0.40904,-0.56265 0.23969,-0.83667 -0.16936,-0.27403 -0.0615,-0.65053 0.23968,-0.83667 1.38304,-0.85476 1.00545,0.87465 -0.54523,2.49729 -1.76776,1.84979 -2.70644,2.3777 -1.9301,1.08547 0.29501,-0.49103 0.12065,-0.46834 -0.544,0.0708 -1.05897,0.85899 -1.34107,1.52252 -0.40004,0.94093 1.02037,-0.63062 0.61784,0.46133 -0.6789,1.84165 -1.0099,1.07499 -1.07737,1.33804 -0.34318,1.33804 0.65876,0 0.82292,0.36307 0.58813,1.30078 l -0.32569,1.30078 1.38158,-1.15625 c 0.98192,-0.82178 1.1599,-0.86957 0.61525,-0.16521 -0.69356,0.89695 -0.58857,0.96855 1.10586,0.7541 1.327,-0.16794 1.69248,-0.0572 1.25506,0.38019 -0.33942,0.33942 -0.47828,0.97898 -0.30857,1.42123 0.16971,0.44226 -0.0457,1.23646 -0.47877,1.7649 -0.67674,0.82584 -0.56403,0.81546 0.80251,-0.0739 1.8908,-1.23051 1.95283,-1.00498 0.45637,1.65934 l -1.13347,2.01805 1.45558,-0.55341 c 0.80056,-0.30437 1.32779,-0.34665 1.17161,-0.094 -0.15617,0.2527 -0.0568,0.82692 0.22073,1.27605 0.42547,0.68841 0.6764,0.66119 1.59861,-0.1734 0.60166,-0.54449 1.28962,-0.7943 1.52879,-0.55513 0.23917,0.23917 0.34814,0.0771 0.24214,-0.36007 -0.10598,-0.43721 0.13267,-0.91422 0.53035,-1.06003 0.48941,-0.17944 0.59784,0.0774 0.33556,0.79492 -0.37382,1.02266 -0.34455,1.02237 0.83036,-0.008 1.15534,-1.01351 2.8131,-0.85897 2.1579,0.20116 -0.55709,0.90139 0.72016,1.16282 1.44052,0.29485 0.47446,-0.5717 1.0147,-0.68257 1.65535,-0.33971 0.52305,0.27994 1.21116,0.59966 1.52913,0.71051 0.31797,0.11085 0.50768,0.41288 0.42158,0.67118 -0.0861,0.25829 1.01957,-0.33956 2.45703,-1.32856 1.80707,-1.24329 2.61358,-1.54386 2.61358,-0.97402 0,0.4533 -0.39023,1.14804 -0.86719,1.54388 -0.47695,0.39584 -0.86719,0.98832 -0.86719,1.31664 0,0.32832 0.47576,0.16638 1.05725,-0.35985 1.34967,-1.22144 1.89788,-1.21943 1.42793,0.005 -0.24822,0.64686 -0.14758,0.82509 0.3072,0.54401 0.38407,-0.23737 0.6802,-0.091 0.68523,0.33876 0.006,0.47974 0.16434,0.53805 0.43359,0.1593 0.37349,-0.52536 0.90831,-0.60739 2.2299,-0.34198 0.19792,0.0398 0.003,0.51244 -0.43359,1.05043 -0.43639,0.53799 -0.50302,0.80428 -0.14805,0.59176 0.35497,-0.21253 1.10516,0.12163 1.66711,0.74258 0.56194,0.62094 1.31214,0.9551 1.66711,0.74257 0.35496,-0.21252 0.28834,0.0538 -0.14805,0.59176 -0.91888,1.1328 -0.086,1.33478 1.6572,0.40187 0.89117,-0.47694 1.22457,-0.28011 1.93385,1.14167 0.81552,1.63474 0.77552,1.82052 -0.82576,3.83547 -2.17544,2.73743 -2.14549,3.19628 0.0701,1.07363 l 1.75285,-1.67934 -0.94923,1.90278 c -0.52208,1.04653 -1.31086,2.04155 -1.75286,2.21116 -0.44199,0.16961 -0.80362,0.51768 -0.80362,0.7735 0,0.53483 1.13212,0.44166 2.11722,-0.17424 0.84272,-0.52689 0.6838,0.56379 -0.36077,2.47604 -0.72784,1.33243 -0.71334,1.38248 0.18557,0.64089 0.85962,-0.70918 0.92802,-0.68182 0.57772,0.23106 -0.34073,0.88793 -0.17353,0.97931 1.17332,0.64128 1.47242,-0.36956 1.52841,-0.31524 0.89499,0.86831 -0.60042,1.1219 -0.5555,1.21503 0.40329,0.83604 1.97619,-0.78115 3.08019,-0.84136 2.94606,-0.16067 -0.073,0.37039 0.46783,0.76475 1.20181,0.87634 0.91771,0.13952 1.17145,0.41466 0.81241,0.88091 -0.92463,1.2007 -1.33161,2.80176 -0.59675,2.34759 0.43233,-0.26719 0.55199,-0.10705 0.33756,0.45175 -0.19472,0.50743 -0.007,0.86567 0.45444,0.86567 0.43266,0 0.65266,-0.2168 0.48889,-0.48178 -0.16376,-0.26497 -0.0501,-0.48176 0.25264,-0.48176 0.68074,0 1.36443,1.66323 0.95561,2.32472 -0.1652,0.2673 0.004,0.67426 0.37651,0.90434 0.46291,0.2861 0.52219,0.16166 0.18752,-0.39364 -0.41121,-0.68231 -0.33863,-0.68982 0.45443,-0.0471 0.51909,0.42071 0.80135,1.13614 0.62725,1.58984 -0.1741,0.45371 0.0117,0.82492 0.41303,0.82492 0.48175,0 0.37413,0.39276 -0.31681,1.15625 -1.01846,1.12538 -1.00927,1.15804 0.34399,1.22331 0.97996,0.0473 1.09173,0.14511 0.37866,0.33146 -0.55644,0.14541 -1.01172,0.62262 -1.01172,1.06045 0,0.43785 -0.45527,1.06125 -1.01171,1.38535 -0.67151,0.39112 -0.74791,0.59518 -0.22721,0.60685 0.48325,0.0108 0.6465,0.37723 0.42512,0.95414 -0.34289,0.89355 1.18329,2.7239 2.74616,3.29348 0.50093,0.18256 0.50477,0.524 0.0153,1.35782 -0.55756,0.94973 -0.47341,1.12754 0.57084,1.2062 0.85135,0.0641 0.99189,-0.0517 0.46095,-0.37982 -0.60867,-0.37618 -0.57783,-0.54346 0.15181,-0.82345 0.67945,-0.26073 0.91567,0.008 0.91567,1.0426 0,1.11006 0.25018,1.34579 1.22838,1.15741 1.20829,-0.2327 1.21065,-0.21648 0.14453,0.99114 -1.06897,1.21085 -1.06614,1.22328 0.20582,0.90491 1.14561,-0.28673 1.26848,-0.12918 1.09992,1.41045 -0.10435,0.95329 -0.42455,1.90321 -0.71154,2.11094 -0.78051,0.56496 -0.95464,1.98011 -0.18512,1.50452 0.44383,-0.2743 0.53367,-0.0241 0.27922,0.77759 -0.27838,0.8771 -0.0685,1.27936 0.81365,1.55934 0.65384,0.20751 1.02651,0.6399 0.82815,0.96085 -0.20011,0.32379 0.11783,0.53298 0.71426,0.46993 1.79302,-0.18952 1.93499,-0.0371 1.36398,1.46484 -0.4732,1.24462 -0.38812,1.44532 0.61277,1.44532 0.98314,0 1.06691,0.17821 0.54348,1.15625 -0.46942,0.8771 -0.43944,1.15838 0.12419,1.1651 0.45627,0.005 0.5199,0.17276 0.16487,0.43359 -0.67062,0.4927 -0.75634,2.17361 -0.14217,2.78778 0.23166,0.23166 0.16009,0.73582 -0.15904,1.12035 -0.40433,0.48719 -0.28155,0.94147 0.40506,1.4985 0.85209,0.6913 0.91621,0.68213 0.47427,-0.0678 -0.43714,-0.74184 -0.37272,-0.75507 0.44574,-0.0915 0.86317,0.6998 0.87095,0.90663 0.0796,2.11444 -0.61356,0.9364 -0.68556,1.45719 -0.23958,1.73282 0.46293,0.28611 0.46384,0.60344 0.003,1.15832 -0.40427,0.48713 -0.42894,0.89115 -0.068,1.11421 0.31144,0.19248 0.72967,0.0856 0.92938,-0.2376 0.19972,-0.32315 0.74401,-0.58755 1.20953,-0.58755 0.72045,0 0.70803,0.21117 -0.0834,1.4191 l -0.92982,1.4191 1.78369,-0.51156 c 0.98102,-0.28135 1.8162,-0.39963 1.85595,-0.26284 0.0398,0.13678 0.10783,0.5739 0.15129,0.97136 0.0465,0.42559 0.8486,0.70098 1.95117,0.66993 1.02968,-0.029 1.87215,0.18148 1.87215,0.46771 0,0.28624 0.30035,0.33481 0.66745,0.10793 0.40417,-0.24979 0.51089,-0.15918 0.27055,0.2297 -0.2183,0.35321 -0.84385,0.51956 -1.39011,0.36967 -0.54626,-0.1499 -0.21273,0.0965 0.74117,0.54746 0.95391,0.45099 1.90002,0.71794 2.10246,0.59321 0.20245,-0.12473 0.70711,0.18171 1.12147,0.68098 0.62008,0.74714 0.61523,1.12962 -0.0274,2.1616 -0.68591,1.10153 -0.67523,1.16666 0.088,0.5362 1.12495,-0.9293 1.74813,-0.29513 1.02951,1.04763 -0.38245,0.71461 -0.34777,1.17591 0.10966,1.45862 0.44897,0.27748 0.51666,0.14641 0.20581,-0.3985 -0.3725,-0.653 -0.31225,-0.67199 0.30771,-0.097 0.63776,0.59151 0.56821,0.94098 -0.40272,2.02344 -0.95055,1.05973 -1.05263,1.53709 -0.53704,2.51136 0.35012,0.66161 1.00671,1.07954 1.45909,0.92875 0.45238,-0.1508 -0.30581,1.06395 -1.68486,2.69942 -1.37917,1.63551 -2.72692,2.97363 -2.99511,2.97363 -0.2682,0 -0.48763,0.28799 -0.48763,0.63998 0,0.36066 0.44155,0.4835 1.01172,0.28145 0.64106,-0.22717 0.4822,0.0863 -0.4336,0.85551 -0.79492,0.66771 -1.14438,1.06101 -0.77657,0.87399 0.43962,-0.22353 0.56296,0.0645 0.35999,0.84066 -0.38001,1.45314 -1.683,1.13842 -1.41093,-0.34079 0.16783,-0.91246 0.0642,-0.95588 -0.72265,-0.30283 -1.06178,0.8812 -1.21995,1.844 -0.26819,1.6325 1.63195,-0.36266 0.90621,1.4222 -1.57147,3.86483 l -2.71447,2.67607 1.25599,1.33694 c 1.19025,1.26696 1.19555,3.65945 0.006,2.92456 -0.28464,-0.17592 -0.51754,0.10108 -0.51754,0.61557 0,0.51448 0.26016,0.77464 0.57812,0.57812 0.31797,-0.19651 0.57813,-0.0971 0.57813,0.22083 0,0.31797 -0.22909,0.71971 -0.5091,0.89276 -0.28,0.17305 -0.63199,0.95756 -0.78221,1.74336 -0.24095,1.26043 -0.14178,1.35843 0.84192,0.83197 0.99475,-0.53238 1.04795,-0.4714 0.49315,0.56525 -0.86735,1.62066 -0.77533,2.08507 0.2453,1.23802 1.38544,-1.14982 1.11345,0.75419 -0.28906,2.02344 -1.36056,1.23129 -1.55299,2.71751 -0.28906,2.2325 0.47735,-0.18318 0.86718,-0.0173 0.86718,0.36906 0,0.38601 0.37906,0.55637 0.84236,0.37859 0.68005,-0.26096 0.73734,-0.047 0.29732,1.11032 -0.50471,1.32748 -0.45642,1.38613 0.65247,0.79267 0.65863,-0.35249 1.37034,-0.45411 1.58159,-0.22584 0.21124,0.22828 0.0589,0.5312 -0.33858,0.67315 -0.39746,0.14195 -0.72266,0.62665 -0.72266,1.0771 0,0.45046 0.3252,0.75397 0.72266,0.67448 0.39746,-0.0795 0.68895,0.29621 0.64774,0.8349 -0.0702,0.91771 0.0182,0.9184 1.40314,0.011 1.44348,-0.9458 1.47016,-0.93829 1.14075,0.32135 -0.39288,1.50239 0.0489,1.62325 1.61194,0.441 1.54897,-1.17158 2.13228,-1.09025 1.71055,0.23851 -0.25284,0.79661 0.053,1.3926 1.04985,2.04575 1.28975,0.84507 1.60437,0.84253 3.78656,-0.0306 1.30897,-0.52374 2.37994,-1.22753 2.37994,-1.56397 0,-0.33643 0.16532,-0.44639 0.36738,-0.24433 0.20205,0.20206 -0.0851,1.05791 -0.6381,1.90191 -0.64785,0.98874 -0.72711,1.36078 -0.22284,1.04602 0.43044,-0.26869 1.12233,-0.53998 1.53754,-0.60289 0.61641,-0.0934 0.61849,0.05 0.0113,0.78159 -0.65349,0.7874 -0.52272,0.84744 1.0793,0.49558 1.59784,-0.35094 1.7875,-0.26505 1.53627,0.69565 -0.18907,0.72304 0.0142,1.09602 0.59737,1.09602 0.4862,0 0.76822,-0.18733 0.62672,-0.41627 -0.14149,-0.22894 0.13011,-0.73775 0.60356,-1.13069 0.47345,-0.39292 0.86082,-0.54649 0.86082,-0.34123 0,0.20524 0.70537,-0.0881 1.56749,-0.65187 0.86211,-0.56378 1.36707,-0.69985 1.12213,-0.30239 -0.24495,0.39746 -0.23489,0.71867 0.0224,0.7138 0.72112,-0.0136 2.27935,-1.12577 1.62397,-1.15903 -0.31797,-0.0161 0.0723,-0.40114 0.86719,-0.85555 0.79492,-0.45442 1.12011,-0.83544 0.72265,-0.8467 -1.14166,-0.0324 -0.84396,-1.44275 0.57813,-2.73891 1.87395,-1.70801 6.65763,-4.59548 5.71046,-3.44689 -0.69514,0.84298 -0.64565,0.96218 0.39947,0.96218 0.65611,0 1.33589,-0.23133 1.51064,-0.51408 0.17475,-0.28274 1.00199,-0.68582 1.83833,-0.89573 2.00754,-0.50386 3.38303,-1.83352 2.3875,-2.30795 -0.39463,-0.18807 -0.13215,-0.23333 0.58328,-0.10058 0.71543,0.13274 1.30079,0.006 1.30079,-0.28266 0,-0.2882 0.30047,-0.524 0.66772,-0.524 0.42827,0 0.35614,0.36283 -0.20113,1.01172 -0.47786,0.55645 -1.08844,1.40196 -1.35682,1.87891 -0.42976,0.76372 -0.35403,0.76699 0.63472,0.0275 0.61748,-0.46186 1.6806,-1.32694 2.36248,-1.92238 0.81023,-0.70752 1.37245,-0.86799 1.62265,-0.46315 0.26149,0.42308 0.92771,0.33774 2.10141,-0.26921 1.66773,-0.86242 3.16909,-0.68402 2.55846,0.304 -0.38679,0.62584 1.25949,0.39705 1.85549,-0.25785 0.24768,-0.27217 0.12513,-0.3077 -0.27233,-0.079 -0.39746,0.22872 -0.72265,0.27959 -0.72265,0.11302 0,-0.16656 0.5517,-0.5981 1.22601,-0.95898 0.67431,-0.36088 1.06937,-0.40268 0.87791,-0.0929 -0.68572,1.10952 4.53718,0.41051 6.63619,-0.88815 1.15042,-0.71177 2.27776,-1.29412 2.50521,-1.29412 0.68774,0 -0.0169,1.43981 -0.74272,1.51758 -0.37096,0.0398 -0.94999,0.10478 -1.28673,0.14453 -0.33673,0.0398 -0.46133,0.31643 -0.27689,0.61486 0.18443,0.29842 -0.12541,0.83838 -0.68855,1.19989 -0.96579,0.62003 -0.96379,0.63844 0.0352,0.3246 0.58245,-0.18299 1.25808,-0.33271 1.50139,-0.33271 0.88285,0 2.7446,-2.04169 2.50407,-2.7461 -0.13571,-0.39746 0.0871,-0.72265 0.49518,-0.72265 0.55372,0 0.57537,-0.16656 0.0853,-0.65658 -0.83056,-0.83056 0.65502,-2.51763 1.66648,-1.89252 0.41786,0.25825 0.51592,0.1629 0.25937,-0.2522 -0.22691,-0.36716 -0.0937,-0.66751 0.29607,-0.66751 0.38973,0 0.57123,-0.13736 0.40335,-0.30524 -0.16787,-0.16788 -1.05674,-0.0357 -1.97525,0.29372 l -1.67003,0.59895 1.60355,-1.43402 c 0.88196,-0.78872 1.53235,-1.55855 1.44532,-1.71073 -0.087,-0.15219 0.84964,-1.62673 2.08149,-3.27675 2.22687,-2.98279 2.23102,-2.99837 0.72266,-2.71003 -0.95842,0.18322 -1.51708,0.0335 -1.51708,-0.40657 0,-0.85455 6.06795,-7.13061 8.29421,-8.57866 l 1.61854,-1.05277 -0.68171,1.27378 c -0.55432,1.03575 -0.23811,0.9173 1.69206,-0.63383 1.30558,-1.04919 2.37377,-2.12423 2.37377,-2.38898 0,-0.26475 0.29008,-0.48137 0.64462,-0.48137 0.40004,0 0.29861,0.52807 -0.26732,1.3918 -0.80928,1.23511 -0.81339,1.42962 -0.0365,1.72775 0.48151,0.18478 0.73368,0.10653 0.56038,-0.17388 -0.35086,-0.5677 2.51447,-1.45707 3.03081,-0.94073 0.17976,0.17975 0.019,0.63468 -0.35728,1.01095 -1.16904,1.16904 -0.76572,1.49295 1.48386,1.19173 2.14841,-0.28767 2.15839,-0.27967 1.10631,0.88691 -0.8665,0.96079 -0.89816,1.1532 -0.17227,1.04666 0.48917,-0.0718 1.43338,-0.62284 2.09826,-1.22454 1.1875,-1.07467 1.20125,-1.07418 0.77821,0.0283 -0.42133,1.09796 -0.39575,1.09939 1.18153,0.0659 0.8867,-0.58099 1.78256,-0.88597 1.9908,-0.67773 0.20824,0.20824 -0.08,0.63525 -0.64044,0.94891 -1.26145,0.70595 -0.74892,1.74101 0.61361,1.2392 0.54626,-0.20118 1.81838,-0.98565 2.82692,-1.74327 1.6701,-1.25458 1.80766,-1.27789 1.54182,-0.26132 -0.24056,0.91992 -0.0245,1.08681 1.22906,0.94921 0.83651,-0.0918 1.94868,-0.5137 2.47149,-0.93749 0.8104,-0.65692 0.8786,-0.64267 0.46258,0.0967 -0.26838,0.47695 -0.87896,1.32246 -1.35683,1.8789 -0.788,0.91757 -0.7574,1.01172 0.32882,1.01172 0.65873,0 1.2985,-0.30246 1.42173,-0.67214 0.12322,-0.36968 0.66646,-0.73708 1.20718,-0.81644 0.58062,-0.0852 0.82482,0.11185 0.59648,0.48133 -0.25104,0.40618 -0.0235,0.48627 0.64864,0.22834 0.56942,-0.21851 1.4425,-0.0676 1.9402,0.33534 0.75445,0.61084 0.83125,0.58847 0.46197,-0.13455 -0.27361,-0.53571 -0.13155,-0.48816 0.37164,0.12441 0.64045,0.77966 0.96736,0.84144 1.52948,0.28906 0.56266,-0.55291 0.67535,-0.51784 0.5291,0.16465 -0.10796,0.50381 0.158,0.79296 0.63469,0.69004 0.66871,-0.14438 0.68625,-0.0154 0.0948,0.69733 -0.97205,1.17125 -0.24685,2.38791 0.87057,1.46054 0.64394,-0.53442 0.81572,-0.48374 0.81572,0.24065 0,1.04828 2.05548,2.34165 2.89595,1.82221 0.32586,-0.20139 0.40056,0.0685 0.17887,0.64623 -0.23812,0.62053 -0.15352,0.85166 0.2259,0.61716 0.33362,-0.20619 0.74381,-0.89962 0.91151,-1.54095 0.16772,-0.64133 0.0968,-1.03742 -0.1576,-0.88019 -0.79175,0.48933 -1.26126,-2.65018 -0.52839,-3.53323 1.06445,-1.28259 0.1414,-1.63933 -1.48476,-0.57384 -1.44542,0.94708 -2.0188,0.56262 -0.8717,-0.58448 0.32541,-0.32541 0.70071,-1.15791 0.83399,-1.85 0.18174,-0.94369 -0.0385,-1.25834 -0.88072,-1.25834 -1.17331,0 -1.54797,-1.40352 -0.54082,-2.02599 0.32023,-0.19791 1.01083,-1.18885 1.53465,-2.20208 0.89054,-1.72257 0.88937,-1.78995 -0.0181,-1.03721 -1.41991,1.17784 -1.65379,0.52195 -0.66108,-1.85395 1.10494,-2.64449 1.10705,-3.49986 0.008,-3.07796 -1.03075,0.39554 -1.07842,0.10962 -0.24222,-1.45284 0.92327,-1.72514 0.24804,-1.93555 -1.71825,-0.53544 l -1.73797,1.23755 0.29052,-1.31901 c 0.15979,-0.72546 0.37144,-1.91008 0.47034,-2.63249 0.0989,-0.72242 0.64551,-1.82809 1.21471,-2.45704 0.56923,-0.62896 0.82421,-1.14355 0.56666,-1.14355 -0.25755,0 0.0273,-0.55817 0.63306,-1.24037 1.09335,-1.2314 1.09218,-1.23558 -0.16146,-0.57813 -1.96958,1.03293 -2.64143,0.85978 -1.91691,-0.494 0.34034,-0.63594 0.41453,-1.19587 0.16487,-1.2443 -0.24966,-0.0485 -0.71409,-0.13862 -1.03206,-0.20042 -1.89453,-0.36818 -2.61213,-1.02563 -1.9674,-1.80248 0.69683,-0.83964 -0.009,-1.1109 -0.95213,-0.36608 -0.30207,0.23848 -0.3541,0.18644 -0.11562,-0.11563 0.63947,-0.81 0.5273,-2.17849 -0.14454,-1.76328 -0.31796,0.19652 -0.57812,-0.003 -0.57812,-0.44323 0,-1.02153 2.41609,-3.3118 3.50601,-3.32343 0.65681,-0.007 0.67348,-0.1081 0.0799,-0.48463 -0.59907,-0.38001 -0.56997,-0.6252 0.14453,-1.21819 2.04382,-1.69621 0.68817,-1.67414 -1.85154,0.0302 l -2.7461,1.84279 3.71352,-3.81062 c 2.04245,-2.09584 3.91307,-3.6873 4.15695,-3.53657 0.60958,0.37674 2.58176,-1.82947 3.65254,-4.08596 0.48694,-1.02615 1.28038,-2.19357 1.7632,-2.59428 0.96878,-0.80401 1.22002,-2.02294 0.29973,-1.45417 -0.9591,0.59276 -0.64951,-0.9845 0.43359,-2.20901 0.98381,-1.11225 0.96829,-1.13325 -0.56272,-0.76103 -1.33319,0.32413 -1.51947,0.22666 -1.21569,-0.63608 0.29296,-0.83203 0.21592,-0.88635 -0.42009,-0.29622 -1.05422,0.97817 -3.37484,1.00615 -2.39759,0.0289 1.1597,-1.1597 0.7782,-1.63244 -0.75401,-0.93432 -0.79626,0.3628 -1.58989,0.5175 -1.76363,0.34377 -0.17372,-0.17373 0.47459,-1.77693 1.44071,-3.56266 0.96612,-1.78574 1.57995,-3.24679 1.36407,-3.24679 -0.21588,0 0.11249,-0.36936 0.72971,-0.82078 0.99328,-0.72649 1.24505,-0.68897 2.19144,0.32661 1.03569,1.11141 1.10792,1.11449 2.30254,0.0981 0.75298,-0.64062 0.96821,-0.70349 0.55264,-0.16144 -0.55549,0.72456 -0.48172,0.88784 0.40111,0.88784 0.59498,0 0.9306,-0.24461 0.74584,-0.54357 -0.18986,-0.3072 -0.022,-0.34956 0.38595,-0.0974 0.40587,0.25084 0.60063,1.08049 0.44488,1.89521 -0.20535,1.07423 0.005,1.52277 0.81275,1.73404 1.32064,0.34535 1.43385,1.62874 0.18592,2.10762 -0.49711,0.19076 -0.73178,0.62522 -0.52149,0.96547 0.21029,0.34025 -0.0984,1.16727 -0.68602,1.83783 -0.70822,0.80823 -0.77604,1.05476 -0.20116,0.73138 0.79799,-0.44888 -0.10876,0.83031 -2.16797,3.05846 -1.18437,1.28154 -0.81921,1.54407 0.49429,0.35537 0.66932,-0.60573 1.25467,-1.01223 1.30078,-0.90333 0.15125,0.35718 3.26352,-1.24015 3.26352,-1.67495 0,-0.23329 0.62543,-0.38665 1.38984,-0.34079 0.76441,0.0458 1.26937,0.27849 1.12213,0.51696 -0.43114,0.69832 0.64187,0.50208 2.60234,-0.47593 1.00275,-0.50024 1.82319,-1.15063 1.82319,-1.44531 0,-0.29469 0.42209,-0.53579 0.93798,-0.53579 0.77482,0 0.81077,0.15328 0.20668,0.88116 -0.40222,0.48464 -0.59938,1.01307 -0.43816,1.17429 0.16122,0.16123 0.7246,-0.36537 1.25196,-1.17022 0.52736,-0.80485 1.45778,-1.46335 2.06763,-1.46335 0.60984,0 1.29443,-0.30036 1.52131,-0.66745 0.27295,-0.44165 0.15648,-0.50922 -0.34427,-0.19974 -0.49013,0.30292 -0.61693,0.24144 -0.35987,-0.17449 0.21829,-0.35321 0.75869,-0.50337 1.20087,-0.33369 0.44219,0.16969 1.34441,-0.23191 2.00492,-0.89243 1.32856,-1.32856 2.29309,-1.6497 1.27676,-0.4251 -0.83703,1.00856 -0.12584,1.71975 0.88272,0.88272 0.57286,-0.47544 0.77585,-0.46925 0.77585,0.0236 0,0.36715 -0.56479,0.87648 -1.25509,1.13183 -0.6903,0.25536 -0.99927,0.6224 -0.68659,0.81565 0.53757,0.33224 1.38577,-0.27631 5.84402,-4.1929 1.74768,-1.53533 2.67539,-3.46603 1.23885,-2.5782 -0.86046,0.5318 -0.075,-2.0381 0.9975,-3.26349 0.43935,-0.50199 0.79881,-1.21742 0.79881,-1.58984 0,-0.37243 0.39023,-0.67714 0.86719,-0.67714 0.47695,0 0.86718,-0.40559 0.86718,-0.90131 0,-0.54093 0.27044,-0.73416 0.67638,-0.48328 0.44406,0.27445 0.55886,0.1118 0.33423,-0.47356 -0.18816,-0.49036 -0.0796,-1.15407 0.2412,-1.4749 0.39234,-0.39234 0.36836,-0.71617 -0.0733,-0.9891 -0.48969,-0.30265 -0.48984,-0.60667 -5.7e-4,-1.19618 0.97935,-1.18005 0.10873,-2.23347 -1.08489,-1.31267 -0.67663,0.52197 -0.63496,0.35951 0.14107,-0.55005 0.60573,-0.70995 0.89907,-1.29082 0.65187,-1.29082 -0.2472,0 -0.14257,-0.36977 0.2325,-0.82171 0.56296,-0.67832 0.45866,-0.76331 -0.59774,-0.48705 -0.95921,0.25083 -1.16202,0.14425 -0.80982,-0.42562 0.35048,-0.5671 0.15312,-0.67743 -0.77679,-0.43425 -1.56076,0.40815 -1.55826,0.3903 0.2306,-1.64379 3.26565,-3.71332 2.86051,-5.217 -0.56939,-2.11336 -1.24873,1.12994 -1.43375,1.20554 -0.63959,0.26133 1.38597,-1.64786 1.79618,-3.42295 0.5525,-2.39078 -1.56478,1.29866 -0.81195,-0.40618 0.99592,-2.25531 1.7514,-1.79136 1.96814,-3.29191 0.27218,-1.8844 -0.56978,0.47288 -0.94783,0.49741 -1.20686,0.0783 -0.20744,-0.33565 0.0296,-0.76635 0.52666,-0.95711 1.57849,-0.60572 0.97341,-1.52082 -0.83055,-1.25606 -2.0468,0.30041 -2.16287,-0.28062 -0.57596,-2.88338 1.33811,-2.19471 1.43623,-2.67216 0.43143,-2.0993 -0.39746,0.2266 -0.20234,-0.11501 0.4336,-0.75914 0.63593,-0.64412 1.39235,-1.03365 1.68091,-0.8656 0.28856,0.16804 0.37573,-0.26396 0.19371,-0.96002 -0.24124,-0.9225 0.0475,-1.51351 1.06518,-2.18033 0.76787,-0.50313 1.39613,-1.21251 1.39613,-1.57641 0,-0.3639 0.52032,-0.98657 1.15625,-1.38372 0.63594,-0.39715 1.15625,-0.96001 1.15625,-1.25081 0,-0.60438 -6.48996,-0.36465 -7.6302,0.28185 -0.41394,0.23469 -0.17814,-0.13186 0.524,-0.81456 1.32923,-1.29244 2.23224,-1.66345 1.61402,-0.66315 -0.19652,0.31797 -0.0818,0.57813 0.25494,0.57813 0.81451,0 0.77619,-0.76106 -0.0815,-1.61875 -0.38156,-0.38157 -0.47978,-0.69375 -0.21827,-0.69375 0.26151,0 0.18603,-0.34876 -0.16773,-0.77502 -0.50055,-0.60312 -0.13159,-1.18617 1.66358,-2.6288 1.26874,-1.01959 2.3068,-1.58916 2.3068,-1.26573 0,0.32343 -0.78047,1.16508 -1.73438,1.87034 -1.66934,1.23419 -2.49346,2.74537 -1.01172,1.85516 0.44151,-0.26525 0.38915,0.003 -0.13457,0.68854 -0.83026,1.08739 -0.81974,1.09088 0.33459,0.11098 0.65549,-0.55645 1.38324,-1.01172 1.6172,-1.01172 0.23397,0 1.08271,-0.78117 1.88609,-1.73593 0.80338,-0.95476 1.67365,-1.60431 1.93394,-1.44344 0.77784,0.48073 2.31197,-0.35041 2.31197,-1.25254 0,-0.48732 -0.27998,-0.66642 -0.66745,-0.42695 -0.41353,0.25558 -0.51052,0.15859 -0.25494,-0.25494 0.22688,-0.3671 0.9093,-0.66745 1.51649,-0.66745 1.14922,0 1.0564,1.15741 -0.22491,2.80441 -0.33416,0.42954 -0.66312,1.15949 -0.73102,1.62211 -0.0948,0.64606 0.0588,0.68988 0.66238,0.18894 0.64632,-0.53639 0.74303,-0.22181 0.5447,1.77176 -0.13263,1.33317 -0.57219,2.83277 -0.97679,3.33246 -0.47177,0.58264 -0.49383,0.76354 -0.0615,0.50434 0.37078,-0.22229 1.31195,-0.16168 2.09148,0.13471 0.99437,0.37805 1.87742,0.30018 2.95898,-0.26094 1.1378,-0.5903 1.51849,-0.61679 1.45329,-0.10114 -0.20315,1.60689 0.0941,2.25024 0.89734,1.94201 0.46677,-0.17911 0.98812,-0.10004 1.15855,0.17572 0.65364,1.05762 3.1733,-0.28223 6.709,-3.56756 1.52006,-1.4124 1.91954,-1.49785 1.78276,-0.38134 -0.0474,0.38551 2.07171,0.19847 4.68512,-0.41356 1.31339,-0.30759 1.53452,-0.20833 1.24083,0.55703 -0.21835,0.56892 0.006,1.06974 0.56975,1.28709 0.84354,0.32368 0.92552,6.33685 0.90858,66.63378 l -0.0185,66.27799 -2.69297,1.84605 c -1.86087,1.27566 -2.96537,1.69358 -3.57472,1.3526 -0.57147,-0.31982 -1.70072,-0.0756 -3.20928,0.69399 -1.591,0.81165 -2.10201,0.91564 -1.61482,0.32858 0.95737,-1.15353 0.22963,-1.78716 -0.83262,-0.72494 -1.258,1.25799 -2.05808,1.03417 -1.3087,-0.36611 0.82389,-1.53943 0.4018,-1.95476 -1.14516,-1.12684 -0.66974,0.35844 -1.50998,0.47107 -1.86721,0.25029 -0.35721,-0.22077 -1.39246,-0.38028 -2.30055,-0.35446 -1.79538,0.051 -2.05016,-0.3785 -0.9284,-1.56524 1.20003,-1.26955 -1.31557,0.22817 -3.26961,1.94664 -1.98206,1.7431 -1.86378,1.71325 -2.29864,0.58004 -0.22278,-0.58056 -0.11106,-0.75307 0.31654,-0.4888 0.40707,0.25158 0.50242,0.15211 0.24832,-0.25904 -0.22708,-0.36711 -0.9697,-0.66747 -1.65046,-0.66747 -0.9148,0 -1.06853,-0.16922 -0.58918,-0.64857 0.35671,-0.35671 0.51474,-0.99732 0.35117,-1.42358 -0.24039,-0.62645 -0.57144,-0.59544 -1.72706,0.16175 -0.78632,0.51522 -2.12806,0.98471 -2.98165,1.0433 -0.85359,0.0586 -1.50139,0.3644 -1.43956,0.67954 0.0618,0.31514 -0.2705,0.57298 -0.7385,0.57298 -0.58011,0 -0.35147,-0.52131 0.7184,-1.63802 1.6384,-1.71012 2.29037,-2.10889 1.58686,-0.97057 -0.25558,0.41353 -0.15859,0.51052 0.25494,0.25494 0.95948,-0.59299 0.82198,-1.50052 -0.22734,-1.50052 -0.49214,0 -1.49755,0.6504 -2.23427,1.44532 -1.52207,1.64233 -2.36619,1.88421 -1.84614,0.52898 0.33797,-0.88073 -3.88321,2.12751 -4.58996,3.27106 -0.69019,1.11676 -1.89097,0.54449 -1.60493,-0.76489 0.27777,-1.27155 0.25736,-1.2683 -0.90846,0.14453 -0.65594,0.79493 -1.1984,1.75055 -1.20547,2.12361 -0.007,0.37307 -0.72828,1.53225 -1.6027,2.57585 -0.87441,1.0436 -1.19961,1.6647 -0.72266,1.3801 0.47696,-0.2846 -1.07913,1.4831 -3.45798,3.9281 -2.37885,2.445 -4.37963,4.4455 -4.44619,4.4455 -0.0666,0 0.2522,-0.7155 0.70833,-1.5899 0.45614,-0.8744 0.83095,-1.7619 0.83291,-1.9723 0.006,-0.5987 -1.51772,-0.225 -2.53968,0.6231 -0.50903,0.4225 -0.92551,0.5744 -0.92551,0.3375 0,-0.2368 -0.39023,-0.1068 -0.86719,0.2891 -0.47695,0.3958 -0.86719,0.9798 -0.86719,1.2978 0,0.3225 0.38345,0.2599 0.86719,-0.1416 0.47696,-0.3958 0.86719,-0.508 0.86719,-0.2493 0,0.2587 0.38196,-0.035 0.8488,-0.6519 0.46684,-0.6172 0.85707,-0.8124 0.86719,-0.4337 0.0101,0.3787 -0.21071,0.8301 -0.49071,1.0032 -0.28001,0.1731 -0.62578,0.925 -0.7684,1.6711 -0.20344,1.0642 0.10313,1.5169 1.42284,2.101 1.20502,0.5334 1.50496,0.9218 1.05746,1.3693 -0.34357,0.3436 -0.62468,1.0755 -0.62468,1.6264 0,0.5509 -0.507,1.1626 -1.12668,1.3592 -0.61967,0.1967 -1.29951,0.9022 -1.51076,1.5678 -0.21124,0.6655 -1.07057,1.888 -1.90961,2.7165 -3.46937,3.4258 -5.35931,6.8579 -3.35237,6.0877 0.4997,-0.1917 0.74228,0.1131 0.68702,0.8632 -0.0885,1.2007 -3.31686,4.6726 -4.34484,4.6726 -0.57572,0 -0.8341,-1.2303 -0.60049,-2.8595 0.0931,-0.6491 -0.0592,-0.6874 -0.6808,-0.1716 -1.08148,0.8976 -3.34897,0.6687 -3.34897,-0.3381 0,-0.641 -0.33001,-0.5944 -1.57712,0.2228 l -1.57713,1.0333 1.01233,-1.545 c 1.25012,-1.9079 0.23393,-2.0351 -1.49897,-0.1876 -0.70024,0.7466 -1.92356,1.6924 -2.71848,2.1019 l -1.44532,0.7445 1.43171,-1.5558 c 1.05253,-1.1439 1.16311,-1.4529 0.41754,-1.1667 -1.36455,0.5236 -2.24256,2.2301 -1.51947,2.9532 0.36756,0.3675 0.15626,0.9344 -0.60518,1.6235 -0.64345,0.5823 -1.16991,0.848 -1.16991,0.5905 0,-0.2576 -0.58535,0.025 -1.30078,0.6289 -1.17152,0.9881 -1.1615,0.9396 0.10077,-0.4885 0.79104,-0.895 1.08903,-1.5858 0.68409,-1.5858 -1.01771,0 -4.73226,2.9282 -4.39888,3.4676 0.15239,0.2466 -0.17534,0.803 -0.72828,1.2365 -0.90978,0.7132 -0.92992,0.692 -0.21192,-0.2236 0.47269,-0.6027 0.54491,-1.0117 0.17866,-1.0117 -0.83647,0 -1.41018,1.0255 -0.97113,1.7359 0.23437,0.3793 0.79597,0.3465 1.62396,-0.095 1.14444,-0.6097 1.18968,-0.5822 0.47226,0.2875 -0.4364,0.5291 -0.65233,0.9619 -0.47985,0.9619 0.17248,0 -1.23173,1.5453 -3.12046,3.434 -1.88874,1.8888 -3.36382,3.6521 -3.27797,3.9186 0.26706,0.829 -3.25078,4.6692 -4.46891,4.8785 -0.94449,0.1622 -1.13482,-0.092 -1.03925,-1.3882 0.11092,-1.5043 0.0657,-1.5343 -0.87114,-0.5781 -0.54349,0.5547 -1.50668,1.6308 -2.14044,2.3913 l -1.15229,1.3827 1.27449,-0.7827 c 0.70097,-0.4305 1.46015,-0.597 1.68706,-0.3701 0.50259,0.5026 -0.91766,3.3015 -1.67527,3.3015 -0.29797,0 -1.48975,0.7495 -2.6484,1.6656 -1.15865,0.9161 -3.35238,2.2502 -4.87496,2.9647 -1.52258,0.7146 -2.63453,1.433 -2.47101,1.5965 0.16354,0.1635 0.74379,-0.065 1.28947,-0.5077 0.85967,-0.6976 0.92698,-0.6893 0.50416,0.062 -0.26839,0.4769 -0.87896,1.3224 -1.35683,1.8789 -0.55727,0.6489 -0.62939,1.0117 -0.20113,1.0117 0.36726,0 0.66773,-0.2298 0.66773,-0.5107 0,-0.2809 0.57062,-0.6599 1.26802,-0.8423 1.23278,-0.3224 1.22876,-0.2944 -0.14453,1.0068 -2.08817,1.9785 -3.63846,3.9209 -4.42921,5.5493 l -0.70183,1.4453 0.23945,-1.6357 c 0.20449,-1.3971 0.1134,-1.5312 -0.6241,-0.9191 -0.47495,0.3941 -0.72979,1.0652 -0.56631,1.4912 0.16525,0.4307 -0.0798,0.7746 -0.55182,0.7746 -0.46697,0 -0.84905,0.382 -0.84905,0.849 0,0.5172 0.33895,0.719 0.86719,0.5163 0.54068,-0.2075 0.86719,0 0.86719,0.5621 0,1.0014 -0.91329,1.7141 -2.51592,1.9636 -0.58884,0.092 -2.13156,1.0747 -3.42829,2.1846 -1.29671,1.11 -2.76611,2.0141 -3.26532,2.0093 -0.79711,-0.01 -0.80203,-0.077 -0.0405,-0.5693 0.47695,-0.3082 0.59402,-0.5644 0.26016,-0.5693 -0.33387,-0.01 -0.89655,0.2807 -1.25041,0.6346 -1.02927,1.0292 -2.10793,0.028 -1.21575,-1.1285 0.68762,-0.8913 0.65852,-0.8926 -0.40552,-0.017 -0.63046,0.5188 -1.79668,1.1392 -2.59161,1.3787 -0.79492,0.2394 -1.93285,0.7725 -2.52873,1.1847 -0.84387,0.5838 -1.32681,0.5985 -2.18424,0.067 -0.89397,-0.5545 -1.51422,-0.4573 -3.3007,0.5172 -1.88366,1.0275 -2.20239,1.0691 -2.21742,0.2891 -0.01,-0.501 0.27219,-1.291 0.62631,-1.7555 0.35411,-0.4646 -0.20166,-0.2517 -1.23506,0.4729 -1.0334,0.7247 -1.87891,1.4618 -1.87891,1.6381 0,0.1762 0.34688,0.033 0.77084,-0.3193 0.57969,-0.4811 0.77083,-0.4398 0.77083,0.1665 0,0.5 -0.4474,0.7201 -1.17748,0.5795 -0.6476,-0.1247 -1.7658,0.1588 -2.48486,0.6299 -2.04648,1.3409 -2.28933,1.0099 -0.5732,-0.7814 1.06987,-1.1167 1.29851,-1.638 0.7184,-1.638 -0.468,0 -0.80033,0.2645 -0.7385,0.5877 0.218,1.1398 -5.34584,3.1077 -6.24474,2.2088 z m 32.73559,-10.9384 c 0.71911,-0.917 0.69866,-0.9374 -0.21828,-0.2183 -0.55645,0.4364 -1.01172,0.8917 -1.01172,1.0117 0,0.4758 0.47475,0.1696 1.23,-0.7934 z m -203.57375,-18.6688 c 0.15898,-0.062 0.54922,-0.06 0.86719,0 0.31797,0.064 0.38526,-0.076 0.14955,-0.3119 -0.23572,-0.2357 -0.11013,-0.8428 0.27909,-1.349 0.53007,-0.6894 0.40822,-0.6661 -0.48552,0.093 -0.65626,0.5572 -1.33014,0.8761 -1.4975,0.7087 -0.16736,-0.1673 -0.61604,0.071 -0.99707,0.5305 -0.56446,0.6801 -0.4994,0.798 0.35121,0.6363 0.5742,-0.1091 1.17407,-0.2491 1.33305,-0.3111 z m 236.57618,-19.3162 c 0.18661,0.1866 0.49665,0.085 0.689,-0.2266 0.19233,-0.3112 0.0233,-0.4979 -0.37571,-0.4148 -1.65231,0.3439 -2.64342,1.0582 -3.89989,2.8107 -1.27748,1.7819 -1.24169,1.7696 0.96019,-0.3289 1.25792,-1.1988 2.43981,-2.027 2.62641,-1.8404 z m 4.96842,-0.6202 c -0.178,-0.178 -0.50127,0.1429 -0.71837,0.7131 -0.31374,0.8239 -0.24733,0.8903 0.32363,0.3236 0.39511,-0.3922 0.57274,-0.8587 0.39474,-1.0367 z m -315.76999,-36.3587 c -0.21697,-0.86447 -0.0755,-1.50855 0.37092,-1.68873 0.45832,-0.18498 0.3783,-0.30792 -0.21928,-0.33691 -0.5175,-0.0251 -1.29797,0.39453 -1.73437,0.93252 -0.53913,0.66465 -0.56182,0.83901 -0.0708,0.54401 0.65365,-0.3927 0.99035,0.25123 0.79112,1.51299 -0.0376,0.23847 0.2199,0.43359 0.57234,0.43359 0.38899,0 0.50297,-0.54916 0.29006,-1.39747 z m 282.64137,-30.40252 c 0.47548,-0.76934 -0.48256,-0.72634 -2.30362,0.10339 -1.02333,0.46625 -1.26755,0.81521 -0.78101,1.11591 0.73879,0.45659 2.47239,-0.22867 3.08463,-1.2193 z m -73.39067,-4.28555 c 0.61672,-0.45096 0.91937,-1.02186 0.67257,-1.26867 -0.24681,-0.24681 -1.01965,0.12216 -1.71741,0.81992 -1.41421,1.41421 -0.69686,1.7223 1.04484,0.44875 z M 51.950379,454.70212 c 1.7631,-1.85873 0.6368,-1.86506 -1.4738,-0.008 -1.0681,0.93974 -1.3259,1.42987 -0.7549,1.43532 0.477,0.005 1.4799,-0.63762 2.2287,-1.42705 z m 359.092591,-1.67346 c -0.37624,-0.37623 -0.79802,-0.34446 -1.23555,0.0931 -0.50033,0.50033 -0.35933,0.64133 0.57124,0.57124 0.81377,-0.0613 1.04055,-0.28808 0.66431,-0.66432 z M 55.502979,450.9543 c 0,-0.31797 -0.27551,-0.57813 -0.61224,-0.57813 -0.33676,0 -0.45146,0.26016 -0.25495,0.57813 0.19652,0.31797 0.47203,0.57812 0.61225,0.57812 0.14022,0 0.25494,-0.26015 0.25494,-0.57812 z M 193.40956,436.46271 c 0.62222,-1.00677 -0.0864,-1.21998 -0.87936,-0.26457 -0.45599,0.54944 -0.49986,0.88116 -0.1165,0.88116 0.33813,0 0.78627,-0.27747 0.99586,-0.61659 z m 16.42709,-9.5006 c 0,-0.31797 -0.50875,0.0723 -1.13055,0.86719 -0.62179,0.79492 -1.13054,1.70547 -1.13054,2.02344 0,0.31797 0.50875,-0.0723 1.13054,-0.86719 0.6218,-0.79492 1.13055,-1.70547 1.13055,-2.02344 z m -3.15398,0.86719 c 0.19651,-0.31797 0.0818,-0.57813 -0.25494,-0.57813 -0.33674,0 -0.61225,0.26016 -0.61225,0.57813 0,0.31797 0.11472,0.57812 0.25494,0.57812 0.14022,0 0.41573,-0.26015 0.61225,-0.57812 z m 15.51417,-10.16917 c 1.00627,-1.14149 2.34989,-2.3475 2.98583,-2.68003 1.04104,-0.54435 1.02664,-0.46346 -0.14453,0.8119 -1.5335,1.66992 -1.60541,2.01647 -0.41846,2.01647 0.48529,0 1.85111,-0.85636 3.03516,-1.90302 2.11007,-1.86522 2.12412,-1.90486 0.70751,-1.99554 -0.79492,-0.0509 -1.59585,-0.0766 -1.77985,-0.0571 -0.50533,0.0535 -0.24151,-2.12316 0.3191,-2.63283 0.26944,-0.24496 0.2779,-0.08 0.0188,0.36661 -0.31939,0.55051 -0.25311,0.67727 0.2058,0.39364 0.94501,-0.58404 0.24472,-1.49469 -1.14943,-1.49469 -0.89678,0 -1.07781,-0.26238 -0.79527,-1.15261 0.27224,-0.85773 0.14965,-1.06965 -0.47918,-0.82835 -0.48231,0.18508 -1.21706,-0.20692 -1.71182,-0.91329 -0.53965,-0.77047 -1.01156,-1.00332 -1.25035,-0.61695 -0.21095,0.34131 -0.043,0.62187 0.37323,0.62345 0.41623,0.002 0.0558,0.58693 -0.80082,1.30078 -0.85668,0.71385 -1.63715,1.81675 -1.73437,2.45088 -0.0972,0.63414 -1.34748,2.28289 -2.77834,3.66389 -1.43086,1.381 -2.23539,2.31738 -1.78784,2.08084 0.60553,-0.32003 0.73676,-0.13575 0.51292,0.72023 -0.188,0.71889 -0.0149,1.1503 0.46162,1.1503 0.41934,0 0.63524,-0.20581 0.47977,-0.45736 -0.15546,-0.25155 0.44133,-0.0797 1.32621,0.38185 2.21178,1.1537 2.33381,1.11965 4.40431,-1.22908 z m 297.54051,0.91917 c 0,-0.31797 -0.11472,-0.57813 -0.25494,-0.57813 -0.14021,0 -0.41573,0.26016 -0.61224,0.57813 -0.19652,0.31797 -0.0818,0.57812 0.25494,0.57812 0.33673,0 0.61224,-0.26015 0.61224,-0.57812 z m -458.736021,-8.67188 1.15009,-1.44531 -1.30078,1.10132 c -0.71543,0.60573 -1.30079,1.36452 -1.30079,1.6862 0,0.32169 0.0678,0.47648 0.1507,0.34399 0.0829,-0.13248 0.66823,-0.89127 1.30078,-1.6862 z M 317.62031,407.5636 c 0.82922,-0.98547 1.50767,-2.07731 1.50767,-2.42631 0,-0.77962 -2.57687,1.57275 -4.19041,3.82532 l -1.18673,1.65675 1.1809,-0.632 c 0.6495,-0.3476 1.85935,-1.43829 2.68857,-2.42376 z m -102.13724,1.62117 c 0.88498,-1.14373 1.33012,-2.7461 0.76286,-2.7461 -0.2847,0 -0.90699,0.78047 -1.38286,1.73438 -0.85985,1.7236 -0.44926,2.39361 0.62,1.01172 z m 100.60975,-3.56952 c 0.71543,-0.61188 1.30078,-1.44959 1.30078,-1.86161 0,-0.412 0.75235,-1.30533 1.67187,-1.98516 1.96097,-1.44981 4.3542,-4.5277 3.8852,-4.9967 -0.1793,-0.1793 -0.77246,0.0362 -1.31813,0.47904 -0.86016,0.69796 -0.92416,0.68969 -0.48112,-0.0621 0.44304,-0.75184 0.37903,-0.76011 -0.48112,-0.0621 -1.35957,1.10318 -1.87718,0.38528 -0.88006,-1.22059 1.17299,-1.88911 0.71377,-3.73988 -1.03697,-4.17929 -0.99849,-0.25061 -1.35814,-0.64555 -1.12979,-1.24065 0.1901,-0.4954 0.0878,-0.72023 -0.23649,-0.51979 -0.31433,0.19426 -0.57151,0.093 -0.57151,-0.22492 0,-0.31797 0.30793,-0.76844 0.68428,-1.00104 0.4704,-0.29072 0.33488,-0.55973 -0.43359,-0.86067 -1.09427,-0.42852 -1.09379,-0.43862 0.0225,-0.47839 1.06581,-0.038 1.05396,-0.10115 -0.18122,-0.9663 -1.2568,-0.88029 -1.27287,-0.97948 -0.3281,-2.02344 0.54641,-0.60378 0.78275,-1.09778 0.5252,-1.09778 -0.25755,0 -0.0208,-0.49448 0.52619,-1.09885 0.7473,-0.82576 0.81921,-1.20716 0.28933,-1.53464 -0.48,-0.29666 -0.55579,-0.19418 -0.23739,0.321 0.30948,0.50075 0.24191,0.61722 -0.19974,0.34426 -0.3671,-0.22688 -0.66745,-0.80274 -0.66745,-1.27969 0,-0.47695 0.26016,-0.7064 0.57812,-0.50989 0.31797,0.19652 0.57813,0.0664 0.57813,-0.28906 0,-0.3555 0.24218,-0.49669 0.53818,-0.31375 0.296,0.18294 0.68443,0.096 0.86319,-0.19327 0.17876,-0.28924 -0.34632,-0.69438 -1.16684,-0.90032 l -1.49186,-0.37444 1.41138,-1.8552 c 1.48948,-1.95787 2.53673,-6.06854 1.28042,-5.02589 -1.26583,1.05054 -1.4024,-0.16461 -0.20716,-1.84318 1.29325,-1.81619 1.10712,-3.36895 -0.40383,-3.36895 -0.6634,0 -0.83178,-0.30313 -0.56202,-1.01172 0.30883,-0.81119 0.24088,-0.86849 -0.34283,-0.28906 -0.96437,0.95728 -1.45687,0.9114 -1.87359,-0.17456 -0.23102,-0.60203 -0.10872,-0.76433 0.37174,-0.49331 0.54945,0.30993 0.54658,0.22145 -0.0123,-0.38034 -0.6109,-0.65779 -1.00703,-0.6196 -2.45703,0.23694 -0.95079,0.56165 -1.7287,0.87638 -1.7287,0.69942 0,-0.17696 0.0171,-0.47153 0.038,-0.65459 0.0394,-0.34549 -1.47696,-1.72439 -3.31331,-3.01292 -0.58333,-0.40931 -0.67037,-0.56272 -0.19342,-0.34091 0.50791,0.23622 0.66759,0.18526 0.38542,-0.12298 -0.45764,-0.49992 -0.6706,-0.57245 -2.18165,-0.74308 -0.35198,-0.0398 -0.48645,-0.47234 -0.29881,-0.96133 0.19311,-0.50322 -0.0264,-1.03011 -0.50568,-1.21405 -0.63941,-0.24536 -0.70285,-0.59405 -0.25897,-1.42342 0.46767,-0.87386 0.39192,-1.09847 -0.37044,-1.09847 -0.79305,0 -0.8322,-0.15196 -0.22702,-0.88116 0.94963,-1.14423 0.27942,-1.81444 -0.86481,-0.86481 -0.48463,0.40222 -0.88115,0.53751 -0.88115,0.30066 0,-0.23685 -0.45527,-0.0815 -1.01171,0.34531 -0.55645,0.42678 -0.38102,0.0684 0.38983,-0.7964 0.78384,-0.87935 1.08633,-1.57235 0.68632,-1.57235 -0.40991,0 -0.63803,-0.5553 -0.53437,-1.30078 0.12529,-0.90106 -0.0806,-1.24322 -0.67009,-1.11348 -0.6476,0.14254 -0.59952,-0.0905 0.20116,-0.97529 1.13199,-1.25083 0.76111,-2.66904 -0.56492,-2.16019 -1.09159,0.41888 -1.01869,-0.1975 0.18002,-1.52206 0.759,-0.83869 0.82096,-1.19622 0.26665,-1.5388 -0.56819,-0.35116 -0.5748,-0.80566 -0.031,-2.13267 0.38007,-0.92753 0.73823,-2.63953 0.79592,-3.80446 0.0992,-2.00235 0.0302,-2.08965 -1.26268,-1.5981 -1.22901,0.46727 -1.30738,0.40749 -0.77352,-0.59004 0.82236,-1.53659 0.7562,-1.72896 -0.51067,-1.48499 -0.6076,0.11701 -1.57949,-0.1344 -2.15975,-0.5587 -0.72462,-0.52985 -1.37705,-0.59913 -2.08322,-0.22119 -0.56551,0.30265 -0.99367,0.34401 -0.95147,0.0919 0.20177,-1.2055 -0.13835,-1.90367 -0.92739,-1.90367 -0.47696,0 -0.87117,0.3252 -0.87604,0.72266 -0.006,0.50876 -0.16228,0.48027 -0.52722,-0.0963 -0.30321,-0.47904 -0.30548,-1.37884 -0.005,-2.16797 0.52338,-1.37658 0.0555,-1.78174 -0.93269,-0.80767 -0.30207,0.29774 -1.8225,1.08506 -3.37873,1.74958 -2.39958,1.02464 -2.70702,1.05976 -2.02344,0.23117 0.73512,-0.89104 0.69157,-0.91604 -0.49471,-0.28393 -1.09617,0.58409 -1.30078,0.54738 -1.30078,-0.23337 0,-0.68511 -0.32402,-0.82365 -1.2437,-0.53175 -1.00129,0.31779 -1.17161,0.20685 -0.87382,-0.56919 0.24532,-0.63928 0.14674,-0.82602 -0.29267,-0.55444 -0.45302,0.27998 -0.55673,0.005 -0.32793,-0.8702 0.28191,-1.07802 0.20001,-1.16795 -0.51967,-0.57067 -0.68778,0.57081 -0.81979,0.54907 -0.67717,-0.11149 0.10292,-0.4767 -0.18623,-0.74265 -0.69004,-0.63469 -0.6954,0.14901 -0.72403,0.0402 -0.14453,-0.54922 0.98707,-1.00399 0.90964,-1.69551 -0.14453,-1.29099 -0.47696,0.18303 -0.86719,0.0781 -0.86719,-0.2331 0,-0.31123 -0.97559,-0.5393 -2.16797,-0.50683 -1.72807,0.0471 -2.51972,0.47191 -3.90155,2.09386 -0.95346,1.11915 -1.27865,1.67778 -0.72265,1.24139 0.556,-0.4364 1.01092,-0.5912 1.01092,-0.344 0,0.2472 0.58535,-0.0393 1.30078,-0.63653 0.71543,-0.59729 0.97559,-0.71565 0.57813,-0.26304 -0.39747,0.45262 -0.72266,1.25937 -0.72266,1.79278 0,0.53341 -0.39024,1.2937 -0.86719,1.68954 -1.32285,1.09787 -1.03516,1.79856 0.57274,1.395 1.04534,-0.26236 1.54266,-0.0937 1.81483,0.61559 0.2062,0.53734 0.53381,0.73008 0.72804,0.42831 0.19423,-0.30178 0.93875,-0.73144 1.6545,-0.95481 1.21388,-0.37882 1.26137,-0.30096 0.70648,1.15851 -0.32718,0.86055 -0.45752,1.70199 -0.28964,1.86987 0.16788,0.16788 0.30524,0.002 0.30524,-0.36924 -2.6e-4,-0.37096 0.36696,-0.67448 0.81578,-0.67448 1.43208,0 0.58856,2.01021 -0.97037,2.3125 -0.81989,0.15898 -2.29128,1.0065 -3.26975,1.88336 -0.97848,0.87687 -1.77904,1.41019 -1.77904,1.18516 0,-0.22503 -0.31219,-0.097 -0.69375,0.2846 -1.15678,1.15679 -1.62336,0.78116 -1.01553,-0.81754 0.6068,-1.59602 0.70272,-1.57875 -2.19306,-0.39483 -0.40561,0.16583 -0.72266,-0.12326 -0.72266,-0.65893 0,-0.58823 -0.38815,-0.88921 -1.01172,-0.78451 -0.55644,0.0934 -0.95684,-0.12483 -0.88977,-0.48503 0.0671,-0.3602 -0.64467,-0.80823 -1.58165,-0.99563 -1.561,-0.3122 -1.65589,-0.4662 -1.13367,-1.83976 0.80268,-2.1112 0.77413,-2.13718 -1.21669,-1.10769 -1.7543,0.9072 -1.77933,0.90092 -1.38337,-0.34661 0.2561,-0.8069 0.1877,-1.1373 -0.18744,-0.90545 -0.32487,0.20078 -0.69343,0.0568 -0.81903,-0.31996 -0.12558,-0.37676 -1.10859,0.54072 -2.18447,2.03885 -1.07586,1.49812 -2.2828,2.5985 -2.68206,2.44529 -0.39927,-0.15321 -0.87365,0.18681 -1.05418,0.75562 -0.18053,0.5688 -0.96052,1.37257 -1.7333,1.78615 -0.77279,0.41358 -1.56015,1.15608 -1.74968,1.65 -0.26621,0.69374 -0.0759,0.65486 0.83653,-0.17088 0.64961,-0.58791 1.18112,-0.86666 1.18112,-0.61946 0,0.24719 0.36888,0.14331 0.81973,-0.23086 1.22684,-1.01818 0.78959,1.90264 -0.47398,3.1662 -1.44143,1.44144 -1.69662,0.69008 -0.28151,-0.82885 2.17595,-2.33561 0.78488,-1.84218 -2.34974,0.83349 -1.68789,1.44075 -3.81532,3.00555 -4.72763,3.47732 -1.59447,0.82453 -2.09849,1.92999 -1.26155,2.76693 0.77957,0.77956 0.56584,2.68614 -0.3011,2.68614 -0.47681,0 -0.69574,0.17119 -0.48652,0.38041 0.20922,0.20922 0.0575,0.77947 -0.33724,1.26722 -0.58031,0.71713 -0.57125,0.79873 0.0474,0.42649 0.42076,-0.25318 -0.12493,0.80254 -1.21263,2.34606 -2.69082,3.81842 -2.99058,4.77407 -1.38803,4.42518 0.71889,-0.15652 1.0099,-0.0666 0.6794,0.20996 -0.87328,0.73071 -0.96256,1.92789 -0.14453,1.93791 0.55427,0.007 0.54716,0.12017 -0.0305,0.48657 -0.41424,0.26275 -0.85491,1.28164 -0.97926,2.26421 -0.19167,1.51448 -0.055,1.75353 0.8977,1.57006 0.67143,-0.12931 1.12379,0.10239 1.12379,0.57561 0,1.09043 -2.87608,3.26281 -3.68123,2.78054 -0.36346,-0.21772 -0.32075,0.0201 0.096,0.53453 0.57866,0.71429 0.59131,1.02522 0.0552,1.35655 -0.47851,0.29573 -0.54854,0.1765 -0.22445,-0.38213 0.27888,-0.4807 0.25636,-0.61542 -0.0552,-0.33021 -0.6554,0.59997 -0.71346,1.72481 -0.11121,2.15442 0.24957,0.17804 -0.002,0.84167 -0.55878,1.47476 -0.5569,0.63308 -1.35484,1.74701 -1.77321,2.47541 -0.66009,1.14926 -0.62272,1.42521 0.28269,2.08726 0.57384,0.4196 1.24134,0.64055 1.48332,0.491 0.59103,-0.36528 0.55518,0.23519 -0.0856,1.43239 -0.62084,1.16006 0.68126,3.31821 1.6433,2.72364 0.85042,-0.52559 0.77635,0.44142 -0.10606,1.38456 -0.59011,0.63073 -0.51058,0.72183 0.43359,0.49667 0.89796,-0.21414 1.1754,0.035 1.24196,1.11513 0.10001,1.6229 0.8244,2.50603 1.19787,1.46034 0.14194,-0.39746 1.09492,-0.72266 2.11772,-0.72266 1.0228,0 2.1551,-0.29546 2.51622,-0.65658 0.84007,-0.84008 2.72728,0.87583 2.1479,1.95293 -0.21511,0.3999 0.56516,-0.2485 1.73393,-1.44088 1.16877,-1.19238 2.52289,-2.16797 3.00915,-2.16797 0.48627,0 1.5456,-0.52031 2.35406,-1.15625 1.61215,-1.26812 2.7742,-1.53764 2.12908,-0.49381 -0.28813,0.4662 0.0443,0.54857 1.12213,0.27805 1.75918,-0.44153 2.0231,0.41294 0.70764,2.29101 -1.0566,1.50852 -0.29746,2.82667 1.37589,2.38907 1.03734,-0.27127 1.13128,-0.18528 0.55553,0.50846 -0.56445,0.68012 -0.51697,0.76742 0.25602,0.47079 0.56124,-0.21537 0.94896,-0.0751 0.94896,0.34325 0,0.43174 0.46838,0.58493 1.20192,0.3931 0.87763,-0.2295 1.1165,-0.0917 0.88533,0.5107 -0.37652,0.98119 -0.0792,1.02863 1.41951,0.22654 0.89653,-0.47981 1.11824,-0.40846 1.11824,0.35985 0,0.78629 0.15567,0.82912 0.86719,0.23861 1.02223,-0.84838 1.17909,0.035 0.18307,1.03099 -0.89727,0.89728 -0.14631,1.63248 0.83533,0.8178 0.57751,-0.47929 0.78341,-0.36161 0.86739,0.49574 0.24392,2.49021 0.3614,2.73645 1.15954,2.43017 0.45604,-0.175 1.05514,0.0449 1.33131,0.48872 0.41959,0.67424 0.70438,0.68151 1.73233,0.0442 1.45254,-0.90057 2.1524,-0.48416 1.1719,0.69727 -0.52036,0.627 -0.52469,0.93097 -0.0177,1.24429 0.36896,0.22803 0.83687,0.18615 1.03979,-0.0931 0.20293,-0.27922 1.1304,-0.58976 2.06106,-0.69011 1.48883,-0.16052 1.60047,-0.072 0.92933,0.73663 -0.9929,1.19637 -0.3204,1.86025 0.87741,0.86615 0.77267,-0.64125 1.00899,-0.63232 1.43327,0.0542 0.41072,0.66456 0.84414,0.69519 2.26233,0.15988 2.43379,-0.91865 4.23555,-0.40559 3.48706,0.99297 -0.97422,1.82035 -0.62114,1.9774 1.02553,0.45617 1.6716,-1.54426 4.58146,-2.96899 3.17969,-1.55685 -1.03407,1.04171 -0.90056,1.39354 0.57083,1.50438 0.8839,0.0666 1.05162,-0.052 0.52966,-0.37464 -0.60868,-0.37618 -0.57783,-0.54346 0.15181,-0.82345 0.50362,-0.19326 0.91567,-0.084 0.91567,0.24272 0,0.32676 0.26015,0.43332 0.57812,0.2368 0.31797,-0.19651 0.57813,-0.0818 0.57813,0.25495 0,0.33673 -0.27551,0.61224 -0.61225,0.61224 -0.33673,0 -0.43745,0.28283 -0.22381,0.6285 0.27971,0.45258 0.56435,0.45258 1.01693,0 0.34568,-0.34567 1.18695,-0.6285 1.8695,-0.6285 0.68256,0 2.17856,-0.91055 3.32447,-2.02344 1.14591,-1.11289 2.64853,-2.02343 3.33917,-2.02343 1.05062,0 1.13815,0.14162 0.53599,0.86718 -1.07786,1.29874 0.2371,1.046 1.43297,-0.27543 0.56873,-0.62844 1.27901,-0.99123 1.57839,-0.80619 0.29939,0.18503 -0.0151,0.93192 -0.69886,1.65975 -0.73432,0.78164 -1.00511,1.47048 -0.66155,1.68282 0.31991,0.19771 0.74768,0.0908 0.95061,-0.23751 0.20293,-0.32834 0.65133,-0.42246 0.99646,-0.20916 0.36027,0.22265 0.46234,0.12058 0.23969,-0.23969 -0.39455,-0.63838 0.49228,-1.45345 1.79671,-1.65137 0.3962,-0.0601 0.85842,0.11409 1.02716,0.38712 0.16874,0.27303 -0.22046,0.39487 -0.86489,0.27076 -0.75683,-0.14575 -1.17169,0.0817 -1.17169,0.64246 0,0.52679 0.28413,0.70762 0.72265,0.45991 0.39746,-0.22451 0.13731,0.16051 -0.57812,0.85559 -1.3037,1.26664 -1.74955,2.14247 -0.78817,1.5483 0.28194,-0.17425 0.81596,0.0487 1.18669,0.49539 0.53576,0.64554 0.43057,0.88949 -0.51262,1.18884 -0.65755,0.2087 -1.18668,0.87483 -1.18668,1.49394 0,0.6145 0,1.24736 0,1.40635 0,0.15898 0.19511,0.33956 0.43359,0.40128 0.80962,0.20954 1.75874,1.33112 1.49504,1.76669 -0.14437,0.23847 0.15844,0.43359 0.67293,0.43359 0.51927,0 0.76474,0.27618 0.55174,0.6208 -0.48518,0.78506 1.9192,-0.55093 3.63967,-2.02235 z m -8.52734,-8.06673 c 0,-0.12004 0.45527,-0.57532 1.01172,-1.01172 0.91694,-0.71911 0.93739,-0.69866 0.21828,0.21828 -0.75525,0.96301 -1.23,1.26926 -1.23,0.79344 z M 244.26079,358.4543 c 0.57552,-0.63594 1.17648,-1.15625 1.33546,-1.15625 0.15898,0 -0.18181,0.52031 -0.75733,1.15625 -0.57552,0.63594 -1.17648,1.15625 -1.33546,1.15625 -0.15898,0 0.18181,-0.52031 0.75733,-1.15625 z m -1.44531,-2.27838 c 0,-0.2992 0.25718,-0.70295 0.57151,-0.89721 0.32771,-0.20254 0.42463,0.0295 0.2272,0.544 -0.38433,1.00155 -0.79871,1.1848 -0.79871,0.35321 z m 45.50665,-12.34955 c -0.35868,-0.93471 0.85848,-3.92437 1.97494,-4.85094 0.82543,-0.68504 2.24602,-0.24419 2.43107,0.75444 0.0523,0.28242 0.55872,0.45005 1.12531,0.37251 0.83113,-0.11375 0.92064,0.0637 0.46328,0.91825 -0.31179,0.58258 -0.40919,1.66229 -0.21644,2.39936 0.24603,0.9408 0.14824,1.21515 -0.32817,0.9207 -0.37325,-0.23068 -0.53466,-0.65234 -0.35871,-0.93704 0.17594,-0.28469 -0.59192,-0.13664 -1.70638,0.32901 -2.49004,1.0404 -3.01602,1.05497 -3.3849,0.0937 z m -11.9754,-13.91847 c 0,-0.12005 0.45527,-0.57532 1.01172,-1.01172 0.91694,-0.71911 0.93739,-0.69866 0.21828,0.21828 -0.75525,0.96301 -1.23,1.26926 -1.23,0.79344 z m -46.31517,70.412 c 0.64626,-0.82158 1.44171,-1.32894 1.76769,-1.12747 0.32598,0.20146 1.37705,-0.43609 2.33571,-1.41678 1.99128,-2.03706 2.09436,-2.32135 0.84171,-2.32135 -0.49572,0 -0.74858,0.2471 -0.56193,0.54912 0.18666,0.30201 -0.17112,0.82233 -0.79506,1.15625 -1.54216,0.82534 -1.9721,0.76301 -1.59081,-0.23061 0.22787,-0.59381 0.0354,-0.73738 -0.6608,-0.49304 -0.80063,0.28096 -0.84864,0.20068 -0.25962,-0.43413 0.39746,-0.42836 0.72265,-1.12535 0.72265,-1.54887 0,-1.18303 -2.40267,0.2932 -4.41055,2.70992 -0.91287,1.09874 -1.26952,1.76945 -0.79257,1.49047 0.51561,-0.30159 0.40963,0.014 -0.26139,0.77851 l -1.12858,1.28575 1.60131,-0.60882 c 1.45985,-0.55503 1.56888,-0.50662 1.23415,0.548 -0.51569,1.62482 0.56066,1.4396 1.95809,-0.33695 z M 89.901419,384.46992 c 0.19651,-0.31796 0.0971,-0.57812 -0.22083,-0.57812 -0.31797,0 -0.73891,0.26016 -0.93542,0.57812 -0.19652,0.31797 -0.0971,0.57813 0.22082,0.57813 0.31797,0 0.73891,-0.26016 0.93543,-0.57813 z M 373.2446,366.85384 c -0.0686,-0.46775 -0.28627,-1.01189 -0.48359,-1.20922 -0.27791,-0.2779 -0.22378,0.89522 0.0884,1.91515 0.17076,0.55795 0.49558,-0.0222 0.39523,-0.70593 z M 243.86008,347.74369 c -0.178,-0.178 -0.50127,0.14286 -0.71837,0.71302 -0.31374,0.82394 -0.24733,0.89035 0.32363,0.32363 0.39511,-0.39216 0.57274,-0.85865 0.39474,-1.03665 z m -10.27931,-4.62812 c 0.64204,-0.77363 0.55063,-0.81551 -0.723,-0.33128 -0.95506,0.36312 -1.66021,0.35209 -2.04426,-0.032 -0.39628,-0.39629 -0.73004,-0.35366 -1.02992,0.13155 -0.27589,0.44641 -0.20637,0.57119 0.18387,0.33 0.34512,-0.2133 0.79091,-0.12342 0.99063,0.19974 0.53116,0.85943 1.77982,0.71753 2.62268,-0.29805 z m 8.65658,-0.84877 c 0,-0.31797 -0.11472,-0.57813 -0.25494,-0.57813 -0.14022,0 -0.41573,0.26016 -0.61224,0.57813 -0.19652,0.31797 -0.0818,0.57812 0.25494,0.57812 0.33673,0 0.61224,-0.26015 0.61224,-0.57812 z M 62.283909,341.91751 c -0.19211,-0.1921 -0.69075,-0.21264 -1.10808,-0.0456 -0.46119,0.18455 -0.3242,0.32154 0.34929,0.34928 0.60943,0.0251 0.95089,-0.11154 0.75879,-0.30364 z m 172.070951,-0.62775 c 0.44225,0.16971 1.13412,0.003 1.53749,-0.36892 0.56478,-0.52172 0.63958,-0.51134 0.32539,0.0452 -0.59889,1.06077 0.32069,0.85865 1.97274,-0.4336 1.61395,-1.26244 2.5973,-1.50666 1.96823,-0.4888 -0.25558,0.41354 -0.15859,0.51052 0.25494,0.25494 0.94847,-0.58616 0.82676,-1.50049 -0.19973,-1.50049 -0.99535,0 -1.18123,-2.05018 -0.23869,-2.63269 0.42969,-0.26557 0.44083,-0.5761 0.0352,-0.9817 -0.4056,-0.40561 -0.19294,-0.9275 0.67228,-1.64989 1.0942,-0.91356 1.12857,-1.05923 0.25383,-1.07586 -1.62705,-0.0309 -1.22254,-0.71946 2.56927,-4.37327 1.96955,-1.89786 3.20529,-2.93034 2.7461,-2.2944 -0.77722,1.07638 -0.76283,1.09963 0.20839,0.3366 0.5738,-0.45079 1.29525,-1.29045 1.60322,-1.86589 0.44288,-0.82754 0.37634,-0.9758 -0.31836,-0.70922 -1.66363,0.6384 0.50878,-3.23127 2.49064,-4.43651 1.0063,-0.61197 1.82965,-0.98642 1.82965,-0.83211 0,0.15431 -0.0222,0.4466 -0.0494,0.64952 -0.1227,0.91678 1.5274,1.20561 2.59912,0.45494 1.17866,-0.82556 3.47255,-1.19565 2.36432,-0.38145 -0.31797,0.23361 -0.64148,0.7449 -0.71892,1.13619 -0.0774,0.39131 -1.11807,1.64966 -2.3125,2.79635 -1.86868,1.79398 -1.9856,2.04389 -0.83788,1.79106 1.10127,-0.2426 1.21492,-0.15057 0.65187,0.52787 -0.54173,0.65277 -0.48909,0.82171 0.25604,0.82171 0.51589,0 0.93797,-0.34992 0.93797,-0.77758 0,-0.76249 2.21322,-3.1199 2.66226,-2.8357 0.6159,0.3898 1.98958,0.0775 1.70248,-0.387 -0.18068,-0.29234 0.54983,-0.82142 1.62336,-1.17571 1.07352,-0.3543 2.87096,-1.56327 3.9943,-2.68662 1.12685,-1.12684 2.20221,-1.78394 2.39883,-1.4658 0.19601,0.31715 0.092,0.74005 -0.23117,0.93977 -0.32316,0.19972 -0.58756,0.61933 -0.58756,0.93248 0,0.7056 1.86923,0.43949 2.44819,-0.34853 0.26623,-0.36239 0.42804,-0.31872 0.43359,0.117 0.005,0.38232 1.30963,-0.60565 2.89947,-2.1955 3.21231,-3.2123 3.45816,-3.67173 1.6593,-3.10079 -1.07246,0.34039 -4.54992,0.75591 -4.54992,0.54367 0,-0.0423 0.70756,-0.70759 1.57235,-1.47845 0.86479,-0.77085 1.25728,-0.98738 0.8722,-0.48117 -0.38508,0.5062 -0.55561,1.06492 -0.37895,1.24157 0.17666,0.17666 1.60526,-0.94275 3.17468,-2.48758 1.56941,-1.54483 2.85347,-2.64857 2.85347,-2.45275 0,0.19581 0.49449,-0.0915 1.09885,-0.63843 1.29522,-1.17215 2.30733,-0.2135 1.19264,1.12963 -0.84442,1.01746 0.0754,1.16284 1.7356,0.27433 0.79806,-0.42711 1.14674,-0.34268 1.40918,0.34123 0.19181,0.49983 0.20245,1.14545 0.0237,1.43472 -0.55061,0.89092 0.34626,0.58659 2.2555,-0.76535 l 1.82362,-1.29131 -1.02504,1.58037 c -0.56381,0.86921 -0.77428,1.58037 -0.46775,1.58037 0.30654,0 0.71812,-0.26015 0.91464,-0.57812 0.19651,-0.31797 0.64242,-0.57813 0.9909,-0.57813 0.34849,0 0.16129,0.52191 -0.41599,1.1598 -1.45115,1.60351 -0.65401,2.1209 1.22861,0.79742 2.47694,-1.74129 4.84491,-3.11381 4.84491,-2.8082 0,0.15498 0.77324,-0.40717 1.7183,-1.24922 0.94506,-0.84206 1.55525,-1.79481 1.35598,-2.11723 -0.19927,-0.32242 -0.0851,-0.41491 0.25366,-0.20553 0.33878,0.20938 0.56677,0.70484 0.50666,1.10104 -0.17904,1.18004 -0.98998,2.20548 -1.49654,1.89241 -0.55887,-0.3454 -1.94739,1.19922 -2.11703,2.35502 -0.16868,1.14926 1.30517,1.00288 2.20323,-0.21882 1.1359,-1.54528 4.00624,-3.6216 4.54566,-3.28822 0.26105,0.16134 0.37549,0.80819 0.25431,1.43744 -0.25805,1.33992 0.70118,1.45343 2.26741,0.26832 0.88724,-0.67135 1.28488,-0.69656 1.98988,-0.12614 0.72932,0.59008 0.79306,0.56351 0.37005,-0.15433 -0.41951,-0.7119 -0.35628,-0.74206 0.35308,-0.16842 0.67954,0.54954 1.18839,0.53052 2.3826,-0.089 0.83519,-0.4333 1.7087,-0.61767 1.94114,-0.4097 0.23244,0.20795 0.24536,0.0689 0.0287,-0.30902 -0.21665,-0.37792 0.0668,-0.98117 0.62997,-1.34056 0.92003,-0.58715 0.89666,-0.6268 -0.2304,-0.39088 -1.06559,0.22306 -1.2281,0.0334 -1.08024,-1.26101 0.0957,-0.83795 -0.0963,-1.85977 -0.4267,-2.27071 -0.42006,-0.52246 -0.39822,-0.94966 0.0727,-1.42053 0.51243,-0.51242 0.91423,-0.41801 1.68097,0.39499 0.55418,0.58762 0.70037,0.89742 0.32489,0.68845 -0.81411,-0.45305 -1.60223,0.56533 -0.81435,1.05227 0.86208,0.53279 6.60514,-5.27696 6.21679,-6.28899 -0.18332,-0.47771 -0.0845,-1.02233 0.21957,-1.21026 0.30409,-0.18794 0.55288,-0.61836 0.55288,-0.95649 0,-0.37047 -0.36781,-0.30954 -0.92551,0.15331 -1.19331,0.99036 -2.98549,1.31884 -2.04067,0.37403 0.94149,-0.94149 0.80538,-1.46225 -0.35804,-1.36992 -0.69116,0.0549 -0.99834,-0.32093 -0.96951,-1.18606 0.0368,-1.1043 -0.11117,-1.18467 -1.15625,-0.62801 -1.07949,0.57499 -1.11925,0.54234 -0.40049,-0.32893 0.68339,-0.8284 0.43434,-0.80372 -1.73437,0.17187 -2.17908,0.98026 -2.55925,1.01706 -2.72518,0.26382 -0.14499,-0.65817 -0.38324,-0.71733 -0.96025,-0.23846 -0.56322,0.46744 -0.88179,0.45184 -1.19727,-0.0586 -0.29474,-0.47689 -0.17462,-0.54992 0.38212,-0.23232 0.62344,0.35564 0.65859,0.29682 0.15139,-0.2533 -0.49257,-0.53427 -0.96078,-0.55584 -1.8409,-0.0848 -1.71329,0.91692 -2.13764,0.77605 -1.14479,-0.38004 1.57713,-1.83646 1.69866,-2.36861 0.46739,-2.04662 -0.82708,0.21628 -1.15704,0.0181 -1.15704,-0.69472 0,-0.79872 -0.31655,-0.91829 -1.58985,-0.60051 -0.87441,0.21823 -2.03643,0.79921 -2.58226,1.29106 -0.90906,0.81917 -0.97274,0.7921 -0.75813,-0.32228 0.12886,-0.66911 0.0552,-1.19108 -0.16383,-1.15993 -1.13854,0.16198 -1.45599,-0.16787 -0.68718,-0.71402 1.83155,-1.3011 -2.61421,0.13426 -4.75649,1.53568 l -2.15492,1.4097 -0.95643,-1.4597 c -0.89789,-1.37033 -0.89077,-1.53841 0.11615,-2.74566 0.58991,-0.70728 0.70224,-0.96077 0.24963,-0.56331 -1.93749,1.70138 -4.06919,-0.10678 -2.79987,-2.37492 0.39424,-0.70447 0.29495,-0.9493 -0.385,-0.9493 -0.73491,0 -0.79465,-0.22721 -0.30187,-1.14799 0.56412,-1.05406 0.49482,-1.10254 -0.84684,-0.59244 -1.64215,0.62434 -1.8134,0.23074 -0.59806,-1.37459 0.59899,-0.7912 0.66611,-1.39107 0.24394,-2.17992 -0.32035,-0.59858 -0.42684,-1.34013 -0.23664,-1.64788 0.1902,-0.30776 -0.0163,-0.42063 -0.45877,-0.25081 -1.0344,0.39694 -2.24304,-1.06169 -2.35099,-2.83726 -0.0963,-1.58314 -0.72273,-1.48642 -3.83164,0.59158 -2.62646,1.75553 -3.15984,1.69999 -1.91528,-0.19944 l 1.01233,-1.54501 -1.62647,1.06569 c -1.31308,0.86037 -1.71804,0.91753 -2.10176,0.29666 -0.26141,-0.42298 -0.34146,-1.11784 -0.17787,-1.54413 0.17777,-0.46328 -0.10344,-0.77508 -0.69904,-0.77508 -0.69238,0 -0.9093,-0.33332 -0.71084,-1.09226 0.1571,-0.60074 0.0812,-1.42296 -0.16857,-1.82717 -0.24982,-0.40422 -0.15941,-1.20699 0.20091,-1.78395 0.92724,-1.48474 -0.30591,-2.75359 -1.61789,-1.66474 -1.55715,1.29232 -1.7323,0.0759 -0.22854,-1.58713 3.13523,-3.46742 3.27138,-3.84127 0.91743,-2.51913 -2.11921,1.19028 -2.80119,0.55341 -0.98849,-0.92312 0.75857,-0.61789 0.74047,-0.70866 -0.14453,-0.72475 -0.55645,-0.0101 -1.01172,-0.40861 -1.01172,-0.88557 0,-0.47695 -0.19512,-0.83638 -0.43359,-0.79872 -1.24052,0.19587 -1.26271,-0.2325 -0.0969,-1.86975 l 1.28262,-1.80128 -1.38779,0.73968 c -1.27503,0.67958 -1.3221,0.66007 -0.57935,-0.24022 0.70192,-0.85078 0.67123,-1.08024 -0.23285,-1.74132 -0.57271,-0.41878 -0.85612,-1.06104 -0.62979,-1.42725 0.79719,-1.28988 -0.37489,-0.64083 -2.97363,1.64668 -3.75435,3.3047 -4.72629,2.99583 -1.65569,-0.52617 0.93686,-1.07459 0.99829,-1.31594 0.26849,-1.05498 -0.72329,0.25865 -0.87531,0.067 -0.64512,-0.81326 0.30068,-1.14981 0.29812,-1.14981 -1.59427,0.001 -1.66262,1.0111 -1.99921,1.04891 -2.74034,0.30777 -0.67202,-0.67202 -1.01886,-0.70057 -1.69492,-0.13949 -0.67661,0.56154 -0.96119,0.53613 -1.39505,-0.12457 -0.45876,-0.6986 -0.67768,-0.65635 -1.38273,0.26687 -0.46073,0.60329 -0.7046,1.31223 -0.54194,1.57542 0.30043,0.48611 -4.81384,5.71584 -5.46811,5.59158 -0.81845,-0.15546 -3.58223,1.31167 -3.3077,1.75587 0.16413,0.26556 -0.0663,0.48285 -0.51212,0.48285 -0.60682,0 -0.66796,-0.26638 -0.24329,-1.0599 0.69615,-1.30075 0.0953,-1.37202 -1.25612,-0.14899 -0.55359,0.50099 -1.3655,0.96358 -1.80423,1.02798 -0.43874,0.0644 -2.70292,2.12276 -5.0315,4.57416 -2.32859,2.4514 -4.43445,4.33308 -4.67969,4.18151 -0.24524,-0.15156 -0.75004,0.0909 -1.12178,0.53883 -0.54322,0.65453 -0.47096,0.77545 0.36808,0.61599 0.5742,-0.10912 1.17407,-0.24912 1.33305,-0.3111 0.15899,-0.062 0.50352,-0.0754 0.76563,-0.0299 0.26211,0.0456 0.28695,-0.22402 0.0552,-0.59899 -0.26422,-0.42752 -0.17244,-0.52794 0.24609,-0.26927 1.03049,0.63688 0.78989,1.50052 -0.41801,1.50052 -0.597,0 -1.40242,0.38191 -1.78983,0.8487 -0.38739,0.46679 -0.87452,0.79842 -1.0825,0.73695 -0.20798,-0.0615 -1.13156,0.59723 -2.05241,1.46379 -2.09947,1.9757 -2.76005,1.99338 -2.41028,0.0645 0.25382,-1.39972 0.20044,-1.44448 -0.72455,-0.60737 -0.65224,0.59027 -1.28518,0.72655 -1.82494,0.39295 -0.45451,-0.2809 -1.03392,-0.38246 -1.28758,-0.22569 -0.25363,0.15662 -0.46118,-0.13605 -0.46118,-0.65054 0,-0.51448 -0.26015,-0.77464 -0.57812,-0.57812 -0.31797,0.19651 -0.57813,-0.0205 -0.57813,-0.48215 0,-1.07558 -1.31193,-1.58512 -2.36492,-0.91853 -1.48855,0.94232 -1.87602,0.55105 -0.75983,-0.76729 l 1.10132,-1.30078 -1.39257,1.15625 c -3.2909,2.73244 -7.13482,6.89994 -5.40702,5.8622 0.49212,-0.29558 0.60438,-0.13911 0.35899,0.50037 -0.19638,0.51174 -0.68426,0.80488 -1.0842,0.65141 -0.49362,-0.18942 -0.62608,0.10743 -0.41245,0.92436 0.21112,0.80732 0.0984,1.06971 -0.34255,0.7972 -0.36148,-0.22341 -1.24797,-0.0987 -1.96997,0.27712 l -1.31273,0.68332 1.30607,-1.42213 c 1.33955,-1.45859 1.23623,-2.36636 -0.20635,-1.81279 -0.56771,0.21785 -0.81066,-0.1406 -0.81066,-1.19608 0,-0.82895 -0.27551,-1.50717 -0.61225,-1.50717 -0.33673,0 -0.41687,0.3252 -0.17808,0.72266 0.30368,0.50547 0.14476,0.48799 -0.52878,-0.0582 -0.86538,-0.7017 -0.87662,-0.94772 -0.11097,-2.42832 0.99751,-1.92898 1.07438,-2.48876 0.27383,-1.99399 -0.92135,0.56942 -0.67017,-0.38198 0.43359,-1.64235 0.96368,-1.10042 0.96359,-1.13772 -0.002,-0.78559 -0.94852,0.34594 -0.95354,0.27795 -0.078,-1.05822 0.86073,-1.31365 0.86088,-1.42791 0.002,-1.42791 -0.51352,0 -0.93368,0.2358 -0.93368,0.52401 0,0.2882 -0.5023,0.39264 -1.11624,0.23209 -0.6686,-0.17484 -0.99055,-0.61946 -0.80282,-1.10868 0.22784,-0.59372 0.0195,-0.71089 -0.76266,-0.42905 -0.59185,0.21326 -0.88322,0.1751 -0.64751,-0.0848 0.60851,-0.67089 -0.71422,-2.09201 -1.5058,-1.61781 -0.36987,0.22158 -0.32896,-0.0114 0.0936,-0.53302 0.57865,-0.71429 0.5913,-1.02522 0.0552,-1.35655 -0.48238,-0.29813 -0.54556,-0.18103 -0.20616,0.38213 0.41966,0.69632 0.34737,0.69675 -0.50753,0.003 -0.92153,-0.74784 -0.83703,-0.95541 1.11794,-2.7461 2.07989,-1.90509 1.86799,-2.54226 -0.43548,-1.30949 -1.05435,0.56427 -1.02548,0.41095 0.28595,-1.519 2.13546,-3.14261 0.93703,-4.65073 -3.54603,-4.46233 -0.41304,0.0173 -0.65299,-0.26244 -0.53321,-0.6218 0.34981,-1.04943 -2.46714,-2.26518 -3.41869,-1.47545 -0.53235,0.4418 -0.78929,0.4549 -0.78929,0.0402 0,-0.33814 0.26016,-0.77558 0.57813,-0.9721 0.31796,-0.19651 0.57812,-0.65414 0.57812,-1.01693 0,-0.47513 -0.19404,-0.46559 -0.69375,0.0341 -0.38156,0.38156 -1.0773,0.69375 -1.54608,0.69375 -0.61278,0 -0.45841,-0.43031 0.54921,-1.53096 l 1.40156,-1.53097 -1.38406,0.34237 c -1.03889,0.25698 -1.21911,0.17741 -0.72266,-0.31904 0.36377,-0.36364 0.6614,-0.8694 0.6614,-1.12377 0,-0.68014 -3.33771,-0.56412 -3.76729,0.13095 -0.20172,0.32641 -0.67235,0.53004 -1.04584,0.45254 -1.08095,-0.22432 -4.63691,3.38009 -4.27223,4.33044 0.17773,0.46312 0.0183,1.17207 -0.35435,1.57543 -0.52993,0.57366 -0.48862,0.63806 0.18971,0.29568 0.47695,-0.24073 -0.63242,0.95685 -2.46528,2.66129 -1.83286,1.70444 -3.32876,3.33441 -3.32422,3.62217 0.005,0.28776 0.52856,0.0523 1.1645,-0.52319 1.58516,-1.43455 1.46573,-0.59854 -0.14453,1.01172 -0.71543,0.71543 -1.56094,1.21406 -1.87891,1.10807 -0.31797,-0.10599 -0.38209,0.003 -0.1425,0.24291 0.23959,0.23959 0.0175,1.07378 -0.49356,1.85374 -0.51105,0.77996 -0.64204,1.24064 -0.29109,1.02375 0.35095,-0.2169 0.63809,-0.12801 0.63809,0.19754 0,0.80448 -2.04874,1.84902 -2.61824,1.3349 -0.25177,-0.22729 -0.25966,-0.0703 -0.0175,0.34881 0.24212,0.41914 0.80414,0.62242 1.24893,0.45174 1.06913,-0.41027 1.02216,0.24762 -0.13572,1.90072 -0.9184,1.31119 -0.90723,1.33655 0.40524,0.91999 1.31881,-0.41857 1.32821,-0.39561 0.41112,1.00404 -0.91608,1.39813 -0.90503,1.426 0.46195,1.16468 1.01476,-0.19398 1.4005,-0.0103 1.4005,0.66686 0,0.51403 0.29267,0.93459 0.65039,0.93459 0.41432,0 0.52448,0.62951 0.30351,1.73438 -0.36396,1.8198 0.0831,2.20049 1.23334,1.05026 0.96444,-0.96445 1.60181,-0.10937 0.71498,0.9592 -0.456,0.54944 -0.49986,0.88116 -0.1165,0.88116 0.33813,0 0.7782,-0.2644 0.97792,-0.58755 0.61985,-1.00295 1.50749,0.0406 1.10722,1.30178 -0.29947,0.94356 -0.18276,1.11582 0.55461,0.81854 0.51365,-0.20709 1.32414,-0.53443 1.80109,-0.72744 0.47695,-0.193 0.86719,-0.0846 0.86719,0.24089 0,0.32549 -0.30247,0.69262 -0.67215,0.81585 -1.11153,0.37051 -1.01375,1.93704 0.12092,1.93704 0.57445,0 0.88355,-0.26945 0.68687,-0.59878 -0.19668,-0.32932 0.0594,-0.26094 0.5691,0.15196 0.6664,0.53986 1.03877,0.56939 1.3257,0.10512 0.21946,-0.35509 0.73202,-0.51782 1.13902,-0.36164 0.407,0.15618 1.66658,-0.34566 2.79905,-1.11519 1.22678,-0.83362 2.20357,-1.16529 2.41663,-0.82056 0.19668,0.31823 0.99204,0.41937 1.76748,0.22474 1.39981,-0.35133 1.98467,0.50426 0.83175,1.2168 -0.92206,0.56987 -0.66812,1.60356 0.30244,1.23111 0.67961,-0.26078 0.76367,-0.10998 0.3683,0.66081 -0.28174,0.54929 -0.46147,1.58184 -0.39941,2.29457 0.0621,0.71272 -0.41135,1.85852 -1.05203,2.54621 l -1.16488,1.25035 1.67975,-0.42159 c 1.6222,-0.40715 1.64563,-0.38389 0.68373,0.679 -1.42856,1.57854 -1.22745,2.16135 0.38194,1.10683 l 1.37797,-0.90288 -1.0889,2.25378 c -1.28106,2.65149 -1.46859,4.07681 -0.39516,3.00337 0.38156,-0.38156 0.88028,-0.69375 1.10826,-0.69375 0.50738,0 0.26546,3.61834 -0.30346,4.53886 -0.22579,0.36535 -0.10719,0.66427 0.26356,0.66427 0.37075,0 0.52204,0.39625 0.33619,0.88057 -0.27264,0.71049 -0.12444,0.76632 0.76733,0.28906 1.53785,-0.82303 1.69409,-0.75581 1.34511,0.57869 -0.16831,0.64361 -0.97944,1.69992 -1.80252,2.34735 -1.25452,0.98681 -1.35987,1.27382 -0.65158,1.77496 0.70246,0.49702 0.68055,0.54533 -0.1299,0.28652 -1.01863,-0.32529 -3.93924,1.59916 -3.93924,2.59565 0,0.31631 0.47696,0.42374 1.0599,0.23872 0.69977,-0.2221 1.0599,-0.0475 1.0599,0.51373 0,0.46758 -0.23601,0.70428 -0.52446,0.52601 -0.28845,-0.17827 -0.18656,0.21691 0.22641,0.87819 0.6206,0.99373 0.61329,1.33019 -0.0421,1.9394 -0.64841,0.6027 -0.70853,0.58905 -0.32979,-0.0749 0.29473,-0.51665 0.24018,-0.67415 -0.14997,-0.43302 -0.33725,0.20843 -0.47682,0.9004 -0.31016,1.53771 0.16666,0.63732 -0.0197,1.54761 -0.41412,2.02287 -0.58432,0.70406 -0.54974,0.8641 0.18671,0.8641 0.49712,0 1.08948,-0.30035 1.31636,-0.66745 0.27296,-0.44164 0.15649,-0.50921 -0.34426,-0.19973 -0.50452,0.3118 -0.61733,0.24208 -0.33844,-0.20917 0.75245,-1.21751 1.4341,-0.0969 1.34224,2.20663 -0.0498,1.24938 -0.33384,2.10617 -0.63623,1.91929 -0.30042,-0.18568 -0.3606,-0.0372 -0.13372,0.32986 0.57235,0.92607 1.79897,0.83386 2.65677,-0.19974 0.39584,-0.47695 0.97682,-0.86719 1.29109,-0.86719 0.31426,0 -0.02,0.47887 -0.74277,1.06414 -0.77579,0.62819 -1.07051,1.21469 -0.71943,1.43168 0.32709,0.20214 1.06003,-0.14663 1.62876,-0.77507 1.28724,-1.42239 2.24021,-1.49469 1.50124,-0.11391 -0.45685,0.85361 -0.32213,1.01871 0.79146,0.96997 0.73811,-0.0323 2.01457,-0.49943 2.8366,-1.03804 0.82202,-0.53861 1.58743,-0.91005 1.7009,-0.82543 0.11347,0.0846 0.64482,-0.21008 1.18077,-0.65488 0.88933,-0.73808 0.9236,-0.67494 0.39223,0.72266 -0.37352,0.98243 -0.38012,1.53138 -0.0184,1.53138 0.3101,0 0.56381,0.39024 0.56381,0.86719 0,0.47696 0.29201,0.86719 0.64891,0.86719 0.44235,0 0.41495,0.28192 -0.0861,0.8856 -0.64437,0.77642 -0.54618,0.81382 0.7964,0.30337 1.37879,-0.52421 1.53139,-0.45094 1.53139,0.73537 0,0.74904 -0.88084,2.17133 -2.04129,3.29608 -1.59012,1.54121 -1.84493,2.04737 -1.15289,2.29012 0.71896,0.2522 0.54896,0.72341 -0.89143,2.47086 -0.97891,1.18757 -1.61222,2.15922 -1.40738,2.15922 0.20485,0 -0.0387,0.41121 -0.54134,0.9138 -0.50259,0.50259 -0.77971,1.13076 -0.61582,1.39594 0.16389,0.26517 -0.0288,0.63731 -0.42828,0.82699 -0.39945,0.18966 -0.14963,0.23852 0.55514,0.10856 l 1.2814,-0.23628 -1.42593,2.09845 c -1.66928,2.45656 -1.84371,3.44764 -0.41421,2.35349 0.55644,-0.42592 0.82899,-0.55688 0.60565,-0.29103 -1.06882,1.27228 2.74981,2.88293 4.50553,1.90037 1.0585,-0.59236 1.0587,-0.56801 0.009,1.03438 l -1.07523,1.64101 1.75242,-1.24784 c 2.24787,-1.60062 2.68405,-1.5779 1.5957,0.0831 -0.85511,1.30506 -0.83005,1.33219 1.28745,1.39366 1.18775,0.0344 2.4197,-0.14617 2.73767,-0.40145 0.31796,-0.25527 1.67007,-0.47569 3.00466,-0.48981 1.3346,-0.0141 2.99197,-0.32829 3.68305,-0.69815 0.9633,-0.51554 1.15793,-0.51295 0.83404,0.0111 -0.25623,0.4146 0.25743,0.33198 1.30549,-0.21 0.95038,-0.49145 1.89568,-1.33065 2.10068,-1.86487 0.205,-0.53423 0.53779,-0.80626 0.73952,-0.60452 0.20174,0.20173 0.78097,0.0438 1.28718,-0.35085 0.81715,-0.63716 0.83008,-0.6026 0.11534,0.30805 -0.93174,1.18711 -0.44459,2.03484 0.64817,1.12793 0.80065,-0.66448 3.07506,0.51673 2.36403,1.22776 -0.20704,0.20703 0.0725,0.37643 0.62123,0.37643 0.54871,0 0.83687,0.26016 0.64036,0.57813 -0.20265,0.32789 0.28306,0.57812 1.12213,0.57812 0.81368,0 1.47943,0.27551 1.47943,0.61225 0,0.33673 -0.30035,0.42661 -0.66745,0.19973 -0.42315,-0.26152 -0.51011,-0.15792 -0.23759,0.28302 0.32717,0.52938 0.62295,0.53527 1.23821,0.0246 0.44459,-0.36899 1.1702,-0.53202 1.61246,-0.36231 z m -28.25032,-18.10109 c -0.19651,-0.31796 -0.0818,-0.57812 0.25494,-0.57812 0.33674,0 0.61225,0.26016 0.61225,0.57812 0,0.31797 -0.11472,0.57813 -0.25494,0.57813 -0.14022,0 -0.41573,-0.26016 -0.61225,-0.57813 z m 67.64063,-13.875 c 0.57552,-0.63593 1.17647,-1.15625 1.33545,-1.15625 0.15899,0 -0.18181,0.52032 -0.75733,1.15625 -0.57552,0.63594 -1.17647,1.15625 -1.33545,1.15625 -0.15899,0 0.18181,-0.52031 0.75733,-1.15625 z m -43.22448,-42.85298 c 0.39216,-0.39511 0.85865,-0.57274 1.03665,-0.39474 0.178,0.178 -0.14286,0.50127 -0.71302,0.71837 -0.82394,0.31374 -0.89035,0.24733 -0.32363,-0.32363 z m 16.02208,74.60048 c -0.18614,-0.30118 -0.58486,-0.39531 -0.88604,-0.20916 -0.30119,0.18614 -0.39531,0.58486 -0.20917,0.88604 0.18614,0.30119 0.58486,0.39531 0.88605,0.20917 0.30118,-0.18614 0.39531,-0.58486 0.20916,-0.88605 z m 105.79246,-1.51336 c 0.46881,-1.22169 0.2907,-1.2687 -1.41038,-0.37223 -0.79492,0.41892 -1.24104,0.76551 -0.99138,0.7702 0.24967,0.005 0.16559,0.5473 -0.18683,1.20582 -0.622,1.16221 -0.59861,1.16967 0.7983,0.25438 0.79149,-0.51861 1.59712,-1.35479 1.79029,-1.85817 z m -103.93121,0.69555 c 0,-0.96177 -0.71455,-1.15965 -1.22208,-0.33844 -0.17974,0.29081 3e-5,0.66051 0.39947,0.82155 0.39944,0.16104 0.74794,0.31333 0.77443,0.33844 0.0265,0.0251 0.0482,-0.34459 0.0482,-0.82155 z M 78.356429,337.75567 c -0.38846,-0.38846 -2.04095,1.05347 -2.04095,1.78089 0,0.32832 0.52191,0.12462 1.15979,-0.45266 0.63789,-0.57728 1.03441,-1.17498 0.88116,-1.32823 z m 465.951241,0.46425 c 0.19651,-0.31796 0.0818,-0.57812 -0.25494,-0.57812 -0.33674,0 -0.61225,0.26016 -0.61225,0.57812 0,0.31797 0.11472,0.57813 0.25494,0.57813 0.14022,0 0.41573,-0.26016 0.61225,-0.57813 z m -289.64063,-4.625 c 0.19652,-0.31796 0.0818,-0.57812 -0.25494,-0.57812 -0.33673,0 -0.61225,0.26016 -0.61225,0.57812 0,0.31797 0.11473,0.57813 0.25495,0.57813 0.14022,0 0.41573,-0.26016 0.61224,-0.57813 z M 87.588919,332.43867 c 0.19651,-0.31796 0.0971,-0.57812 -0.22083,-0.57812 -0.31797,0 -0.73891,0.26016 -0.93542,0.57812 -0.19652,0.31797 -0.0971,0.57813 0.22082,0.57813 0.31797,0 0.73891,-0.26016 0.93543,-0.57813 z m 187.890621,0 c 0.19652,-0.31796 0.0971,-0.57812 -0.22082,-0.57812 -0.31797,0 -0.73891,0.26016 -0.93543,0.57812 -0.19651,0.31797 -0.0971,0.57813 0.22083,0.57813 0.31797,0 0.73891,-0.26016 0.93542,-0.57813 z m -98.43562,-3.40173 c 1.22076,-1.30874 2.45498,-2.37952 2.7427,-2.37952 0.28772,0 0.70875,-0.30035 0.93563,-0.66745 0.25558,-0.41353 0.15859,-0.51052 -0.25494,-0.25494 -0.93613,0.57856 -0.83337,0.0454 0.14826,-0.76926 0.62462,-0.51839 0.91643,-0.51405 1.24558,0.0186 0.29062,0.47024 0.18474,0.54403 -0.32692,0.22781 -0.52307,-0.32328 -0.61791,-0.24303 -0.30711,0.25985 0.33261,0.53818 0.83697,0.34026 1.93757,-0.76034 1.60768,-1.60768 1.36181,-2.78247 -0.30573,-1.4608 -0.92252,0.73118 -0.91744,0.65133 0.0554,-0.87038 1.05611,-1.65191 1.0548,-1.67115 -0.093,-1.37098 -0.76234,0.19936 -1.12523,0.0389 -1.0513,-0.46481 0.17777,-1.21123 2.16883,-3.14852 2.8214,-2.74521 0.34877,0.21555 0.41244,0.0771 0.15564,-0.33835 -0.45478,-0.73586 -3.18779,-2.04239 -3.93551,-1.8814 -0.67268,0.14483 -0.51176,-0.7481 0.28906,-1.60404 0.59237,-0.63315 0.48814,-0.71587 -0.57812,-0.45882 -0.71543,0.17248 -1.30078,0.0778 -1.30078,-0.21041 0,-0.2882 0.27551,-0.524 0.61224,-0.524 0.33674,0 0.44365,-0.27279 0.2376,-0.6062 -0.25725,-0.41623 -0.59921,-0.41983 -1.09122,-0.0115 -0.3941,0.32708 -1.21645,0.67244 -1.82743,0.76746 -0.61099,0.095 -1.50111,0.40507 -1.97807,0.689 -0.56459,0.33611 -0.49673,0.0934 0.19447,-0.69555 0.71582,-0.81705 0.80998,-1.17179 0.28906,-1.08897 -1.31385,0.20888 -5.29581,3.40713 -8.01114,6.43444 -1.42427,1.58791 -2.10805,2.50986 -1.51954,2.04878 1.45153,-1.13722 2.98575,-1.36652 2.11384,-0.31594 -0.46278,0.55762 -0.46394,0.87716 -0.004,1.1613 0.44816,0.27698 0.41532,0.65581 -0.11193,1.29111 -0.64666,0.77919 -0.57533,0.84488 0.53481,0.49254 1.25443,-0.39814 1.26372,-0.36521 0.44803,1.58702 -0.78555,1.88008 -0.75522,2.07752 0.53269,3.46719 0.75112,0.81047 1.22583,1.61344 1.0549,1.78437 -0.17092,0.17092 -0.002,0.68309 0.37589,1.13815 1.17316,1.41356 3.61102,0.64259 5.97217,-1.88868 z m 2.46886,0.0313 c -0.17774,-0.17774 -0.9013,0.2791 -1.60789,1.01519 l -1.28472,1.33836 1.60788,-1.01519 c 0.88434,-0.55836 1.46246,-1.16062 1.28473,-1.33836 z m 81.60519,-1.4377 c 0.36832,0.13428 0.82922,-0.014 1.02421,-0.32951 0.67468,-1.09165 -2.03289,-0.39014 -3.018,0.78193 -0.96038,1.14268 -0.95563,1.14947 0.16786,0.23972 0.63594,-0.51495 1.45761,-0.82641 1.82593,-0.69214 z m 99.63501,-2.41846 c 0.74679,-0.79492 1.11734,-1.43714 0.82343,-1.42715 -0.49433,0.0168 -2.87681,2.87246 -2.39651,2.87246 0.11841,0 0.82629,-0.65039 1.57308,-1.44531 z m -108.98066,-1.43869 c 0.20254,-0.32772 -0.0295,-0.42463 -0.544,-0.22721 -1.00156,0.38433 -1.1848,0.79871 -0.35321,0.79871 0.2992,0 0.70295,-0.25717 0.89721,-0.5715 z m 0.29613,-3.76085 c -0.31408,-0.37845 -0.39988,-0.85927 -0.19066,-1.06849 0.20922,-0.20922 0.24728,-0.38041 0.0846,-0.38041 -0.16269,0 -0.79141,0.5549 -1.39713,1.23309 -1.09596,1.22708 -1.09429,1.23117 0.34399,0.83958 1.20291,-0.3275 1.27563,-0.28709 0.43359,0.24096 -0.55644,0.34895 -1.01172,0.922 -1.01172,1.27346 0,0.35144 0.5194,0.16895 1.15421,-0.40555 0.79819,-0.72235 0.97806,-1.25679 0.58314,-1.73264 z m 119.74265,-0.14811 c 0.71911,-0.91694 0.69866,-0.93739 -0.21828,-0.21828 -0.55644,0.4364 -1.01172,0.89167 -1.01172,1.01172 0,0.47582 0.47476,0.16957 1.23,-0.79344 z m 7.15282,-7.08204 c 0.19651,-0.31796 0.0818,-0.57812 -0.25494,-0.57812 -0.33674,0 -0.61225,0.26016 -0.61225,0.57812 0,0.31797 0.11472,0.57813 0.25494,0.57813 0.14022,0 0.41573,-0.26016 0.61225,-0.57813 z m -63.56268,-9.70069 c -0.31312,-0.31313 -2.05451,1.33486 -2.05451,1.94432 0,0.23097 0.52191,-0.0524 1.15979,-0.62965 0.63789,-0.57728 1.04051,-1.16888 0.89472,-1.31467 z m 57.14375,-24.89045 c 0.16377,-0.26498 -0.0696,-0.48177 -0.51857,-0.48177 -0.44898,0 -0.68234,0.21679 -0.51857,0.48177 0.16375,0.26497 0.39711,0.48177 0.51857,0.48177 0.12145,0 0.35481,-0.2168 0.51857,-0.48177 z m -38.31201,-15.5612 c 0.71911,-0.91694 0.69866,-0.93739 -0.21828,-0.21828 -0.55645,0.4364 -1.01172,0.89168 -1.01172,1.01172 0,0.47582 0.47475,0.16957 1.23,-0.79344 z m -222.40772,-3.25058 c 1.43057,-1.39035 2.47861,-2.65036 2.32895,-2.80001 -0.14965,-0.14965 0.38089,-0.97666 1.17897,-1.8378 0.79808,-0.86114 1.45105,-1.72694 1.45105,-1.924 0,-0.19706 0.45527,-0.87876 1.01172,-1.5149 0.72087,-0.82412 0.76242,-1.01305 0.14453,-0.65721 -0.74771,0.43062 -0.75787,0.36465 -0.0737,-0.47874 0.4364,-0.53799 0.69656,-0.9975 0.57813,-1.02113 -2.75789,-0.55025 -3.00641,-0.43083 -6.75839,3.2476 -2.12474,2.0831 -3.4884,3.71014 -3.03032,3.61563 0.45807,-0.0945 0.93241,0.28345 1.0541,0.83989 0.14012,0.64071 -0.1248,1.01172 -0.72243,1.01172 -0.58714,0 -0.78955,-0.27304 -0.53571,-0.72266 0.28142,-0.49846 0.21228,-0.54329 -0.22286,-0.14453 -0.34698,0.31797 -0.78462,1.45502 -0.97254,2.52677 -0.28404,1.61998 -0.18688,1.88923 0.57608,1.59646 0.53067,-0.20364 0.76877,-0.11113 0.56453,0.21933 -0.89885,1.45438 1.08132,0.32424 3.42794,-1.95642 z m 3.53539,1.83172 c 0.18934,-0.18935 0.0963,-0.49753 -0.20683,-0.68485 -0.30309,-0.18732 -0.85523,0.0259 -1.22697,0.47381 -0.53327,0.64254 -0.48962,0.78706 0.20682,0.68485 0.48549,-0.0712 1.03764,-0.28447 1.22698,-0.47381 z m 314.26295,-5.51864 c 0.71911,-0.91694 0.69866,-0.93739 -0.21828,-0.21828 -0.55644,0.4364 -1.01172,0.89168 -1.01172,1.01172 0,0.47582 0.47476,0.16957 1.23,-0.79344 z m 50.74496,-0.97166 c -0.1521,-0.15209 -0.62096,0.29698 -1.04192,0.99795 -0.73128,1.21771 -0.71896,1.23003 0.27654,0.27654 0.57305,-0.54888 0.91747,-1.1224 0.76538,-1.27449 z m 1.79067,0.249 c 0,-0.31796 -0.27551,-0.57812 -0.61225,-0.57812 -0.33673,0 -0.45145,0.26016 -0.25494,0.57812 0.19652,0.31797 0.47203,0.57813 0.61225,0.57813 0.14022,0 0.25494,-0.26016 0.25494,-0.57813 z m -50.53406,-2.09671 c -0.19849,-0.51725 -0.0644,-1.29772 0.298,-1.73437 0.39457,-0.47544 0.42697,-0.79392 0.0808,-0.79392 -0.83428,0 -1.72119,1.28127 -1.7008,2.45704 0.01,0.55644 0.39227,1.01171 0.85025,1.01171 0.53148,0 0.70214,-0.34019 0.47179,-0.94046 z m 32.98124,-6.2861 c -0.18302,-0.47695 -0.0362,-0.86719 0.32622,-0.86719 0.36245,0 1.17947,-0.45527 1.81561,-1.01171 0.63614,-0.55645 0.96647,-0.68653 0.73406,-0.28907 -0.23241,0.39746 -0.14705,0.72266 0.18968,0.72266 0.33674,0 0.61225,-0.46828 0.61225,-1.04062 0,-0.57235 0.31219,-1.35282 0.69375,-1.73438 0.38156,-0.38156 0.50151,-0.69375 0.26654,-0.69375 -0.23496,0 0.10324,-0.56937 0.75156,-1.26526 1.28816,-1.38268 1.55464,-2.78162 0.52986,-2.78162 -0.47632,0 -0.47443,-0.21024 0.007,-0.79048 0.49559,-0.59716 0.46455,-0.9494 -0.12694,-1.4403 -0.43064,-0.35739 -1.01062,-0.45695 -1.28885,-0.22123 -0.27823,0.23571 -0.17686,-0.003 0.22528,-0.53105 0.61349,-0.8052 0.53452,-1.09737 -0.4907,-1.81546 l -1.22186,-0.85582 1.74447,-1.98684 c 2.64846,-3.01643 1.48238,-5.5669 -1.66837,-3.64908 -0.74662,0.45445 -0.7576,0.39272 -0.079,-0.44396 0.43349,-0.53448 1.00087,-0.84033 1.26084,-0.67967 0.25997,0.16067 0.63608,0.0277 0.8358,-0.29543 0.52717,-0.85297 -2.77841,-0.73398 -3.75301,0.13511 -0.63613,0.56725 -0.62991,0.48488 0.0289,-0.38308 0.64648,-0.85171 0.67329,-1.16161 0.11664,-1.34896 -0.39746,-0.13378 -0.72265,-0.64364 -0.72265,-1.13302 0,-0.62465 -0.21535,-0.72317 -0.72266,-0.33063 -0.39746,0.30754 -1.21473,0.73559 -1.81614,0.95121 -0.91459,0.3279 -0.97739,0.25214 -0.38383,-0.46306 0.39032,-0.4703 0.517,-1.16684 0.28151,-1.54787 -0.23604,-0.38191 -0.18425,-0.54203 0.11541,-0.35683 0.29896,0.18476 0.54357,-0.17171 0.54357,-0.79218 0,-0.71 -0.28951,-1.01703 -0.78111,-0.82838 -0.55862,0.21436 -0.67691,-0.0286 -0.41528,-0.85287 0.23537,-0.7416 0.0942,-1.17639 -0.39579,-1.2193 -0.4189,-0.0367 -1.15185,-0.10172 -1.62881,-0.14453 -1.47484,-0.13239 -6.12812,4.62697 -6.12812,6.26783 0,1.66896 1.34583,1.98368 1.91269,0.44729 0.4028,-1.09171 1.28581,-1.85589 2.16087,-1.87005 0.30086,-0.005 -0.32572,0.89157 -1.39239,1.99209 -1.06666,1.10052 -2.15832,1.86563 -2.4259,1.70025 -0.26757,-0.16538 -0.48651,0.11134 -0.48651,0.61493 0,0.50359 -0.65039,1.1629 -1.44531,1.46512 -1.73878,0.66109 -1.99007,2.35103 -0.30122,2.02578 1.242,-0.23918 2.38481,0.94116 1.27077,1.3125 -0.37427,0.12476 -0.68049,0.46023 -0.68049,0.74548 0,0.7552 3.2822,0.25304 4.46342,-0.68288 0.95092,-0.75344 0.95035,-0.70775 -0.01,0.79621 -0.56034,0.87755 -0.816,1.56217 -0.56814,1.52139 1.53752,-0.25298 1.84759,0.1147 1.30352,1.54572 -0.76444,2.01063 -0.71266,2.25091 0.30337,1.40768 0.73211,-0.6076 0.86719,-0.49105 0.86719,0.74822 0,0.80736 -0.3252,1.60218 -0.72266,1.76626 -0.4378,0.18073 -0.20992,0.45418 0.57813,0.69373 0.71543,0.21746 1.30078,0.65304 1.30078,0.96795 0,0.3149 0.39023,0.4228 0.86718,0.23977 1.37734,-0.52853 1.01452,0.72386 -0.91576,3.16103 -1.83635,2.31858 -1.74166,3.00412 0.17532,1.26928 1.40191,-1.26872 3.13804,-1.61086 2.15334,-0.42437 -0.77376,0.93232 -0.27119,2.81838 0.60646,2.27597 0.32021,-0.1979 0.58221,-0.0843 0.58221,0.25241 0,0.33674 0.28798,0.61225 0.63998,0.61225 0.35198,0 0.49023,-0.39023 0.3072,-0.86719 z m -9.32999,-25.72656 c 0.57552,-0.63594 1.17647,-1.15625 1.33545,-1.15625 0.15899,0 -0.18181,0.52031 -0.75733,1.15625 -0.57552,0.63594 -1.17647,1.15625 -1.33545,1.15625 -0.15899,0 0.18181,-0.52031 0.75733,-1.15625 z m -53.24534,19.56267 c -0.19762,-0.31976 -0.66488,-0.26622 -1.14352,0.13101 -0.44514,0.36944 -0.65897,0.91502 -0.47518,1.2124 0.19762,0.31976 0.66488,0.26622 1.14352,-0.13101 0.44514,-0.36944 0.65897,-0.91502 0.47518,-1.2124 z m 162.11025,-13.50765 c -0.178,-0.178 -0.50127,0.14286 -0.71837,0.71301 -0.31374,0.82395 -0.24733,0.89035 0.32363,0.32364 0.39511,-0.39217 0.57274,-0.85866 0.39474,-1.03665 z m 3.29268,-0.99141 c 0.26021,0.23571 0.27815,0.0908 0.0399,-0.32215 -0.33378,-0.5784 -0.62047,-0.59533 -1.24895,-0.0737 -0.44864,0.37234 -0.81571,0.80706 -0.81571,0.96604 0,0.15899 0.34913,-5.7e-4 0.77585,-0.35483 0.42671,-0.35414 0.98874,-0.45104 1.24893,-0.21532 z m -338.78259,-3.32924 c 0.19651,-0.31796 0.79968,-0.57812 1.34036,-0.57812 0.54069,0 1.32501,-0.54754 1.74294,-1.21675 0.62935,-1.00774 0.6284,-1.14213 -0.005,-0.78237 -0.629,0.357 -0.63146,0.29054 -0.0138,-0.3731 0.41336,-0.4441 1.06375,-0.80747 1.44531,-0.80747 0.79223,0 3.33556,-4.95936 2.90259,-5.6599 -0.15672,-0.25359 0.0295,-0.8399 0.41374,-1.30292 0.55602,-0.66997 0.53077,-0.84187 -0.12367,-0.84187 -0.45229,0 -1.18703,0.3252 -1.63275,0.72266 -0.68756,0.61312 -0.68702,0.56046 0.003,-0.34738 1.11459,-1.46525 1.32736,-2.97347 0.29909,-2.12008 -0.41898,0.34773 -1.28488,0.73296 -1.92423,0.85609 -1.03254,0.19885 -1.10825,0.0349 -0.67747,-1.46714 0.5578,-1.9449 0.43855,-2.01317 -1.40568,-0.80478 -1.25213,0.82042 -1.37443,0.80258 -1.64716,-0.24032 -0.16203,-0.6196 -0.0989,-1.3436 0.14021,-1.60889 0.23914,-0.26529 0.5958,-1.34295 0.79257,-2.3948 0.3351,-1.79128 0.29621,-1.8509 -0.6138,-0.94089 -0.91,0.91 -0.9965,0.90297 -1.36523,-0.11098 -0.48102,-1.32279 -0.10453,-2.10716 0.7561,-1.57527 0.40748,0.25184 0.50573,0.0527 0.27313,-0.5534 -0.22168,-0.5777 0.0217,-1.1712 0.62441,-1.52257 0.54324,-0.31671 0.69912,-0.58375 0.34641,-0.59341 -0.35271,-0.01 -1.77517,0.87968 -3.16102,1.97634 -1.38585,1.09666 -2.62522,1.88843 -2.75416,1.75949 -0.12894,-0.12894 0.83824,-1.45307 2.1493,-2.94251 1.31088,-1.48944 2.38356,-2.93159 2.38356,-3.2048 0,-0.2732 0.52031,-0.49673 1.15625,-0.49673 0.77083,0 1.15625,-0.38542 1.15625,-1.15625 0,-0.78188 -0.38542,-1.15625 -1.19037,-1.15625 -0.76163,0 -1.03981,-0.24361 -0.77235,-0.67637 0.27174,-0.43968 0.11509,-0.56012 -0.44765,-0.34418 -1.00062,0.38397 -1.22389,-1.17145 -0.33067,-2.30367 0.79798,-1.01149 0.15796,-0.90305 -2.41381,0.40897 -2.94312,1.50147 -3.38925,2.72446 -1.17153,3.21156 1.69645,0.3726 2.35049,1.37817 0.97872,1.50475 -1.56708,0.14461 -1.92576,0.25438 -3.20152,0.97974 -0.72744,0.4136 -1.84604,0.58588 -2.48577,0.38283 -1.16304,-0.36913 -1.16304,-0.36936 0.0218,-2.37757 1.4327,-2.42824 1.46623,-2.75206 0.23603,-2.27999 -0.82937,0.31826 -0.84759,0.23957 -0.14453,-0.62452 0.70833,-0.87055 0.68356,-0.94336 -0.20729,-0.6095 -1.27009,0.47599 -1.28374,-0.0952 -0.0446,-1.8643 0.53192,-0.75943 0.70121,-1.21643 0.37619,-1.01556 -0.32502,0.20087 -0.93955,-0.28617 -1.36564,-1.08231 -0.7073,-1.32162 -0.63697,-1.58392 0.80856,-3.01543 1.29935,-1.28672 1.51056,-1.36054 1.17782,-0.41164 -0.22299,0.63594 -0.82117,1.65624 -1.32928,2.26735 -0.65599,0.78894 -0.68842,0.97257 -0.11187,0.63333 0.54802,-0.32245 0.67788,-0.26079 0.39948,0.18968 -0.90611,1.46612 0.23807,0.55096 1.46443,-1.17131 0.72724,-1.0213 0.9375,-1.62436 0.47297,-1.35649 -0.46,0.26525 -0.31605,-0.039 0.31989,-0.67604 0.85619,-0.85772 1.20476,-0.95578 1.34317,-0.37788 0.21262,0.88771 1.25839,1.07255 1.25839,0.22242 0,-0.30691 0.78047,-1.44692 1.73438,-2.53336 1.82489,-2.07843 2.34079,-3.33474 0.86719,-2.11176 -0.70652,0.58636 -0.86719,0.55595 -0.86719,-0.16415 0,-0.62059 -0.37133,-0.78675 -1.24665,-0.55785 -0.96279,0.25178 -1.13498,0.14072 -0.75621,-0.48771 0.38717,-0.64239 0.31491,-0.6772 -0.3432,-0.16532 -0.45849,0.35663 -1.22884,0.58358 -1.71188,0.50434 -0.48304,-0.0792 -2.17406,1.01936 -3.75781,2.44133 -1.58376,1.42198 -2.55437,2.41542 -2.15691,2.20764 0.39746,-0.20777 0.72266,-0.10226 0.72266,0.23447 0,0.33674 -0.23888,0.61225 -0.53084,0.61225 -0.29197,0 -0.98503,0.17429 -1.54016,0.38731 -0.7637,0.29306 -0.89171,0.18755 -0.52603,-0.43359 0.295,-0.5011 0.0328,-0.42687 -0.67304,0.19054 -1.10763,0.96886 -4.81646,1.81403 -4.72892,1.07762 0.12427,-1.04546 -0.21651,-1.1974 -1.33867,-0.59684 -1.0881,0.58233 -1.19428,0.53636 -0.84761,-0.36703 0.22707,-0.59172 0.0952,-1.21884 -0.30876,-1.46851 -0.54746,-0.33835 -0.55071,-0.62172 -0.0145,-1.26779 0.57611,-0.69418 0.45021,-0.78611 -0.75983,-0.5548 -1.14035,0.21799 -1.45037,0.0404 -1.45037,-0.83076 0,-0.60942 0.3252,-1.45206 0.72266,-1.87254 0.59659,-0.63116 0.49366,-0.64666 -0.59008,-0.0889 -1.71452,0.88242 -2.73831,0.25468 -1.53961,-0.94403 0.67193,-0.67193 0.73338,-1.02618 0.23178,-1.33619 -0.49099,-0.30344 -0.50298,-0.53284 -0.0427,-0.81729 0.35192,-0.2175 0.63985,-0.66092 0.63985,-0.98539 0,-0.6737 -3.43749,-0.0998 -4.30703,0.71909 -0.86582,0.81537 -1.63111,0.60367 -1.26515,-0.34997 0.44153,-1.15062 -0.14545,-1.09631 -1.56236,0.14453 -1.10949,0.97162 -1.13866,0.96644 -0.73608,-0.13093 0.38642,-1.05332 0.31207,-1.04202 -0.95095,0.14453 -1.54136,1.44803 -2.69068,1.75264 -1.58468,0.41999 1.07324,-1.29317 -0.23449,-1.04887 -1.42455,0.26612 -0.56409,0.62332 -1.18977,1.08836 -1.39038,1.03343 -0.63051,-0.17265 -3.08192,1.37913 -2.73179,1.72926 0.18346,0.18345 0.0106,0.73263 -0.38408,1.22038 -0.59652,0.73715 -0.57128,0.79739 0.14955,0.3569 0.47695,-0.29147 1.51398,-0.61869 2.3045,-0.72717 l 1.43732,-0.19723 -1.29807,1.38173 c -1.70372,1.81352 -0.92106,2.55482 0.91604,0.86765 l 1.42213,-1.30607 -0.65658,1.26278 c -0.99202,1.90789 -0.80464,2.1469 0.83888,1.07002 1.94477,-1.27426 2.45192,-0.69761 1.22023,1.38747 -1.30515,2.20945 -1.23983,2.7632 0.17492,1.48286 0.63594,-0.57552 1.15625,-0.83568 1.15625,-0.57813 0,0.25755 0.52191,-0.004 1.1598,-0.58133 1.72048,-1.55701 2.15096,-0.52745 0.52868,1.2644 l -1.39941,1.54569 2.01986,-1.40344 c 1.11093,-0.77189 2.88524,-1.70426 3.94292,-2.07192 1.76621,-0.61396 1.85618,-0.59038 1.10322,0.28906 -1.72684,2.01693 -1.73994,2.4374 -0.056,1.79715 1.35911,-0.51672 1.78419,-0.40193 2.99494,0.80882 1.2831,1.28311 1.3454,3.16059 0.0789,2.37785 -0.29236,-0.18068 -0.40719,0.0102 -0.25519,0.42416 0.37329,1.01665 -0.2272,1.72425 -2.45355,2.8912 l -1.874,0.98227 1.2605,-1.70493 c 0.69328,-0.9377 1.52377,-1.70491 1.84553,-1.70491 0.36864,0 0.353,-0.23204 -0.0423,-0.62733 -0.45102,-0.45101 -1.13821,-0.36313 -2.44511,0.31269 -0.99977,0.51701 -2.05455,0.79368 -2.34394,0.61483 -0.58276,-0.36017 -3.49192,2.52709 -3.4779,3.45171 0.005,0.32122 0.2371,0.22362 0.51607,-0.21687 0.33577,-0.53018 1.01674,-0.67302 2.01459,-0.42258 1.84239,0.46241 1.87081,0.83125 0.20658,2.68137 -0.71543,0.79534 -1.69102,1.94705 -2.16797,2.55936 -0.79834,1.02492 -0.77797,1.07978 0.25665,0.69112 1.10323,-0.41445 1.10383,-0.40008 0.0324,0.78382 -0.94103,1.03983 -0.95649,1.15423 -0.11212,0.83022 1.19381,-0.45812 1.23113,0.23354 0.0937,1.73731 -1.10393,1.45953 -1.09392,2.69337 0.0184,2.26654 0.47695,-0.18303 0.86719,-0.0751 0.86719,0.23977 0,0.31491 0.57074,0.72181 1.26831,0.90423 1.23492,0.32293 1.24045,0.36245 0.21037,1.50068 -0.97418,1.07646 -0.98135,1.19841 -0.0905,1.54025 0.56303,0.21606 1.44173,-0.058 2.10213,-0.65568 1.37288,-1.24243 1.48784,-0.45286 0.20145,1.3837 -0.87566,1.25018 -0.86673,1.32538 0.14454,1.21832 2.04779,-0.21681 3.16818,0.0211 2.81216,0.59716 -0.19651,0.31797 -0.0298,0.57813 0.37057,0.57813 0.56612,0 0.5737,0.15416 0.0341,0.69375 -0.38156,0.38156 -0.69375,1.0411 -0.69375,1.46565 0,0.59275 0.26835,0.62828 1.15625,0.1531 0.63594,-0.34035 1.18877,-0.47958 1.22852,-0.30941 0.1818,0.77841 0.37291,1.50136 0.50205,1.89925 0.0774,0.23848 0.10339,0.64831 0.0578,0.91075 -0.0457,0.26244 0.4504,0.30788 1.10231,0.10097 0.80338,-0.25498 1.13404,-0.13778 1.02624,0.36374 -0.18807,0.87491 1.15975,1.07124 2.58704,0.37685 1.32848,-0.64632 1.34255,0.55323 0.0285,2.42932 l -0.98323,1.40376 2.24184,-1.38553 c 1.33076,-0.82245 2.04829,-1.04698 1.7656,-0.55246 -0.38614,0.67546 -0.32894,0.69635 0.30233,0.11041 1.18898,-1.1036 1.81835,-0.86112 1.12544,0.4336 -0.63008,1.17731 0.16802,1.70939 0.86719,0.57812 0.47787,-0.77321 3.75781,-0.74343 3.75781,0.0341 0,0.34193 0.31843,0.41544 0.72122,0.16651 0.97563,-0.60298 3.90378,-0.79524 3.90378,-0.25633 0,0.23775 -0.65039,1.04328 -1.44531,1.79007 -0.79493,0.7468 -1.44532,1.56617 -1.44532,1.82084 0,0.25468 0.65039,0.21576 1.44532,-0.0865 0.90352,-0.34352 1.44531,-0.34496 1.44531,-0.004 0,0.30012 0.39023,0.39592 0.86719,0.2129 0.47695,-0.18303 0.86718,-0.0448 0.86718,0.30721 0,0.79768 0.96503,0.83897 1.44532,0.0618 z m -2.60157,-25.74033 c 0,-0.52901 0.27384,-0.75242 0.64276,-0.5244 0.35353,0.21848 0.86985,0.0387 1.1474,-0.39948 0.34576,-0.54588 0.50743,-0.57561 0.51349,-0.0944 0.005,0.38627 -0.51146,0.98077 -1.1474,1.32111 -0.93149,0.49853 -1.15625,0.43966 -1.15625,-0.30283 z M 215.19625,184.107 c 0.54887,-0.57466 1.15651,-0.88629 1.35029,-0.6925 0.19379,0.19378 -0.25529,0.66397 -0.99795,1.04484 -1.29087,0.66202 -1.30638,0.64651 -0.35234,-0.35234 z m -11.11515,-3.13711 c 0,-0.31796 0.27552,-0.57812 0.61225,-0.57812 0.33674,0 0.45146,0.26016 0.25494,0.57812 -0.19651,0.31797 -0.47202,0.57813 -0.61224,0.57813 -0.14022,0 -0.25495,-0.26016 -0.25495,-0.57813 z m 29.23818,16.01163 c 0.0791,-0.5392 -0.0614,-0.98038 -0.31229,-0.98038 -0.73001,0 -1.78217,1.51351 -1.35153,1.94415 0.62096,0.62096 1.50652,0.108 1.66382,-0.96377 z m -35.59755,-4.16006 c 0.74679,-0.79492 1.22772,-1.44532 1.06874,-1.44532 -0.15899,0 -0.90007,0.6504 -1.64687,1.44532 -0.74679,0.79492 -1.22772,1.44531 -1.06873,1.44531 0.15898,0 0.90007,-0.65039 1.64686,-1.44531 z m 212.17187,-2.41328 c 0,-0.42152 -0.21122,-0.76641 -0.4694,-0.76641 -0.70415,0 -2.99255,3.28284 -2.57763,3.69775 0.48828,0.48829 3.04703,-1.9733 3.04703,-2.93134 z m 115.80502,-0.099 c 0.57555,0.3221 1.3892,0.45412 1.80809,0.29338 0.4189,-0.16075 1.086,0.0126 1.48246,0.38521 0.55343,0.52013 0.78672,0.49663 1.00449,-0.1012 0.156,-0.42827 1.03403,-1.63332 1.95117,-2.67789 0.91714,-1.04456 1.66752,-2.18509 1.66752,-2.53452 0,-0.34943 0.71543,-0.8053 1.58985,-1.01305 0.87441,-0.20775 2.00516,-0.73718 2.51278,-1.17651 0.81692,-0.70705 0.91163,-0.61513 0.82456,0.8003 -0.11296,1.83637 0.76332,2.68317 1.84639,1.7843 0.91445,-0.75892 0.94906,-0.22297 0.0932,1.44265 -0.53487,1.04089 -0.51456,1.13579 0.11562,0.54012 0.42049,-0.39746 1.21805,-0.72266 1.77237,-0.72266 0.55431,0 1.37112,-0.51866 1.81513,-1.15257 0.44401,-0.63392 0.97908,-0.98079 1.18903,-0.77083 0.20996,0.20995 0.38174,-0.26335 0.38174,-1.05177 0,-0.837 0.71919,-2.12253 1.72835,-3.08937 0.95058,-0.91072 1.60866,-1.77553 1.46239,-1.92181 -0.14628,-0.14627 0.24667,-0.98587 0.87322,-1.86576 1.21603,-1.70776 1.52731,-3.17476 0.54481,-2.56754 -0.84726,0.52363 -4.03065,0.87241 -4.03065,0.44161 0,-0.19833 0.41271,-0.81664 0.91713,-1.37402 0.83769,-0.92563 0.83718,-1.00168 -0.006,-0.87795 -0.50764,0.0745 -1.24554,0.48319 -1.63978,0.90818 -0.57726,0.62229 -0.55874,0.68254 0.0952,0.30951 0.55674,-0.3176 0.67685,-0.24457 0.38212,0.23232 -0.3233,0.5231 -0.62676,0.5321 -1.22416,0.0363 -0.67007,-0.5561 -0.65161,-0.87699 0.11796,-2.05151 1.00809,-1.53853 0.20879,-1.89546 -1.166,-0.52067 -0.58553,0.58553 -0.9978,0.66747 -1.25602,0.24965 -0.21142,-0.34208 -0.74144,-0.48496 -1.17782,-0.31751 -0.43639,0.16746 -1.03206,-0.12195 -1.32372,-0.64312 -0.48987,-0.87535 -0.60437,-0.87351 -1.5019,0.024 -1.80734,1.80734 -2.11762,0.98627 -0.34286,-0.90731 2.32836,-2.48425 2.24573,-3.17058 -0.16073,-1.33508 -1.43658,1.09573 -1.92709,1.25037 -1.92709,0.60755 0,-0.47428 0.1287,-0.73362 0.286,-0.57633 0.36532,0.36533 2.99005,-3.47041 2.99005,-4.36962 0,-0.39148 -0.48663,-0.54897 -1.15568,-0.374 -1.71034,0.44726 -1.88276,-0.40164 -0.45122,-2.22155 l 1.26797,-1.61197 -1.27585,0.33364 c -1.25352,0.3278 -1.58548,-0.2521 -1.31901,-2.3042 0.0516,-0.39746 -0.20555,-0.72266 -0.57147,-0.72266 -0.37936,0 -0.50881,-0.40787 -0.30118,-0.94896 0.2914,-0.75936 0.20289,-0.81512 -0.44299,-0.27909 -0.44393,0.36843 -1.21099,0.51491 -1.70457,0.3255 -0.56527,-0.21691 -1.23734,0.17437 -1.81576,1.05717 -0.50509,0.77085 -1.58165,1.70378 -2.39237,2.07316 -1.92561,0.87737 -1.42749,0.0883 1.85333,-2.93585 1.40316,-1.29339 2.42209,-2.48073 2.26428,-2.63853 -0.15781,-0.1578 -0.66028,0.023 -1.11661,0.40167 -0.48821,0.40518 -0.96722,0.46605 -1.16385,0.14789 -0.18379,-0.29738 0.0532,-0.86218 0.52665,-1.25512 0.94744,-0.78629 1.20525,-2.58831 0.28932,-2.02224 -0.32832,0.20291 -0.42427,-0.0305 -0.22549,-0.54847 0.1903,-0.49592 -0.0563,-1.51573 -0.54809,-2.26623 -0.79495,-1.21326 -0.79836,-1.50123 -0.0308,-2.5971 0.79325,-1.13256 0.77122,-1.23253 -0.27165,-1.23253 -0.83111,0 -1.05787,-0.29457 -0.84711,-1.10051 0.2001,-0.76519 -0.0899,-1.22039 -0.95175,-1.49393 -0.99227,-0.31494 -1.10402,-0.55671 -0.56019,-1.21199 0.37365,-0.45021 0.51742,-0.85108 0.3195,-0.89083 -0.19792,-0.0397 -0.55497,-0.10877 -0.79344,-0.15338 -1.40169,-0.26223 -1.85751,-1.04659 -1.25859,-2.1657 0.55952,-1.04548 0.50663,-1.1024 -0.51585,-0.55519 -0.8393,0.44918 -1.30067,0.41531 -1.7521,-0.12863 -0.45462,-0.54779 -0.12138,-1.29071 1.29118,-2.87847 2.08196,-2.34019 3.06403,-2.80231 2.09082,-0.98387 -0.99339,1.85618 0.29367,1.34382 2.26534,-0.90179 2.22474,-2.53384 1.63114,-3.99362 -0.96455,-2.37205 -1.15525,0.72171 -0.83417,-0.49291 0.43359,-1.64022 1.12721,-1.02011 1.66436,-2.98383 0.64363,-2.35298 -0.76462,0.47256 -1.87076,-1.12557 -1.48138,-2.14026 0.43088,-1.12286 -0.79013,-1.91482 -1.64075,-1.0642 -0.91948,0.91949 -1.75014,0.79469 -1.36641,-0.20529 0.43735,-1.13973 -0.71004,-1.7794 -1.55312,-0.86587 -0.52659,0.5706 -0.44652,0.64882 0.36946,0.36094 0.61926,-0.21848 0.8985,-0.13575 0.68854,0.20397 -0.19426,0.31433 -1.10297,0.5715 -2.01935,0.5715 -0.91637,0 -1.82692,0.26016 -2.02343,0.57813 -0.19652,0.31797 -0.87761,0.57812 -1.51355,0.57812 -0.63594,0 -0.99731,-0.25717 -0.80305,-0.5715 0.20254,-0.32772 -0.0295,-0.42463 -0.544,-0.22721 -0.52146,0.2001 -0.89721,0.0359 -0.89721,-0.39204 0,-0.40498 -0.17119,-0.56515 -0.38041,-0.35593 -0.20922,0.20922 -0.72953,0.0907 -1.15625,-0.26349 -0.57748,-0.47928 -1.02176,-0.44104 -1.73768,0.14955 -0.85982,0.70927 -0.89877,0.67079 -0.36719,-0.36281 0.66309,-1.2893 0.36439,-2.78823 -0.45473,-2.28198 -0.79335,0.49032 -0.63647,-1.13132 0.19391,-2.00439 0.39746,-0.41788 -0.18789,-0.2857 -1.30078,0.29374 -1.11289,0.57945 -2.28359,1.0804 -2.60156,1.11324 -0.89141,0.0921 -2.04875,-0.94788 -1.69389,-1.52206 0.64415,-1.04225 -0.87357,-0.46666 -2.60002,0.98605 -1.42407,1.19828 -1.70419,1.28518 -1.39756,0.43359 0.21093,-0.58578 0.20053,-0.90187 -0.0231,-0.7024 -0.22363,0.19946 -0.53881,1.09177 -0.70041,1.98292 -0.16159,0.89114 -0.40259,1.79627 -0.53553,2.01139 -0.13295,0.21512 0.78159,0.33339 2.03232,0.26282 2.09135,-0.118 2.22555,-0.0377 1.67037,0.99968 -0.77662,1.45112 -0.33872,1.8655 1.13685,1.0758 1.58266,-0.84701 2.20732,-0.78567 2.20732,0.21679 0,0.46297 -0.19883,0.71888 -0.44183,0.5687 -0.243,-0.15019 -0.60637,-0.007 -0.80747,0.31857 -0.20111,0.32541 0.0395,0.74714 0.53485,0.9372 0.49529,0.19005 0.75842,0.57547 0.58474,0.85648 -0.17367,0.28101 0.088,0.35599 0.58145,0.16663 1.22544,-0.47024 1.12678,0.0939 -0.37069,2.1193 -1.00419,1.35822 -1.11982,1.86302 -0.55593,2.42691 0.39159,0.39158 1.02718,0.74041 1.41243,0.77516 0.38526,0.0347 1.20109,0.10281 1.81296,0.15124 1.03569,0.082 1.01573,0.19423 -0.28907,1.62594 -1.00009,1.09738 -1.1231,1.43812 -0.42945,1.1896 0.73794,-0.26439 0.91861,-0.0705 0.75003,0.80489 -0.17822,0.92541 0.005,1.08099 0.92939,0.7877 0.9976,-0.31662 1.1022,-0.16911 0.78272,1.10378 -0.31741,1.26468 -0.19982,1.43671 0.8446,1.23558 1.41279,-0.27208 1.58341,0.40749 0.3577,1.42474 -0.47061,0.39057 -0.80754,1.29134 -0.74875,2.00172 0.0811,0.97956 0.42747,1.25641 1.43378,1.14595 1.46816,-0.16117 1.68845,0.31595 0.63312,1.37128 -0.83857,0.83857 -0.43798,0.87561 1.50022,0.13871 1.34817,-0.51257 1.42269,-0.45729 0.97408,0.72266 -0.26718,0.70273 -0.53247,1.53785 -0.58954,1.85582 -0.0571,0.31797 -0.65775,0.78306 -1.33486,1.03354 -1.22383,0.45272 -1.22448,0.44806 -0.11004,-0.78857 l 1.12108,-1.24399 -2.02344,1.2172 c -1.11289,0.66945 -2.41367,1.3731 -2.89063,1.56365 -2.04002,0.81502 -3.77981,1.71448 -4.07214,2.10527 -0.53089,0.70969 -3.01287,0.77736 -3.25886,0.0888 -0.12755,-0.35698 0.32522,-0.79474 1.00615,-0.97281 0.68094,-0.17807 1.07862,-0.58174 0.88375,-0.89704 -0.19486,-0.3153 0.10415,-0.69287 0.6645,-0.83904 0.64722,-0.16883 0.44943,-0.2902 -0.54233,-0.33281 -0.85861,-0.0369 -1.76916,0.27826 -2.02343,0.70033 -0.25428,0.42207 -1.55741,1.37458 -2.89585,2.11668 -1.33843,0.74211 -2.29866,1.56748 -2.13385,1.83417 0.1648,0.26668 0.009,0.48488 -0.34671,0.48488 -0.3555,0 -0.51426,0.21375 -0.3528,0.475 0.16146,0.26125 -0.14838,0.87447 -0.68854,1.36271 -2.24906,2.03292 -3.8265,4.505 -2.28288,3.57762 0.42042,-0.25258 0.35997,0.0202 -0.14453,0.65225 -0.78668,0.98555 -0.77327,1.05121 0.14453,0.70725 0.79271,-0.29709 1.01172,-0.0702 1.01172,1.048 0,0.78494 0.30047,1.42717 0.66773,1.42717 0.43104,0 0.36232,0.35862 -0.19385,1.01172 -1.14135,1.34024 -2.45636,4.71413 -2.01098,5.15952 0.1941,0.1941 0.7748,0.003 1.29045,-0.42519 0.51565,-0.42795 1.40667,-0.84968 1.98005,-0.93719 0.78594,-0.11994 0.96831,0.12463 0.74102,0.99378 -0.16582,0.63408 -0.53024,1.29425 -0.80983,1.46705 -0.85708,0.52971 -0.56333,1.387 0.35457,1.03477 0.6677,-0.25623 0.81819,0.0529 0.66523,1.36663 -0.17056,1.46485 -0.0287,1.66546 1.03424,1.46227 0.9409,-0.17986 1.25491,0.0696 1.32922,1.05618 0.0535,0.71042 -0.17933,1.80857 -0.51745,2.44034 -0.53774,1.00479 -0.4617,1.10864 0.60711,0.82914 1.08231,-0.28303 1.45831,0.10275 1.32193,1.35631 -0.0203,0.18633 0.7052,0.29463 1.61214,0.24068 l 1.649,-0.0981 -1.20594,1.63112 c -1.47104,1.98968 -0.97114,2.71699 0.98604,1.4346 1.43482,-0.94013 2.6007,-1.29168 1.87413,-0.5651 -0.20922,0.20922 -0.0575,0.77947 0.33724,1.26722 0.47242,0.5838 0.48913,0.74986 0.0489,0.48599 -0.44583,-0.26723 -0.57018,-0.0239 -0.37305,0.72987 0.27302,1.04403 0.39843,1.06338 1.63612,0.25242 1.25961,-0.82533 1.32204,-0.8079 1.03522,0.28887 -0.27798,1.06299 -0.10632,1.13515 1.92324,0.80855 1.95336,-0.31433 2.1386,-0.24943 1.50051,0.52574 -0.62244,0.75617 -0.51807,0.86131 0.72017,0.72538 0.79646,-0.0874 1.59467,0.0782 1.77378,0.36799 0.53306,0.86251 1.9939,0.60419 3.78147,-0.66867 0.9235,-0.6576 1.67909,-0.91775 1.67909,-0.57813 0,0.33962 -0.22764,0.61749 -0.50586,0.61749 -0.27822,0 -0.50586,0.66128 -0.50586,1.46951 0,1.32009 0.0956,1.38303 0.93982,0.619 0.68699,-0.62172 1.22133,-0.69298 1.98629,-0.26489 z m -6.25033,-41.71425 c -0.19651,-0.31796 -0.0818,-0.57812 0.25494,-0.57812 0.33674,0 0.61225,0.26016 0.61225,0.57812 0,0.31797 -0.11472,0.57813 -0.25494,0.57813 -0.14022,0 -0.41573,-0.26016 -0.61225,-0.57813 z m -116.7068,40.06143 c -0.47653,-0.47652 -2.09789,0.28678 -2.09789,0.98765 0,0.42755 0.36969,0.41876 1.20577,-0.0287 0.66317,-0.35491 1.06462,-0.78644 0.89212,-0.95895 z m -224.04186,-4.31101 c 0.50777,0.0748 1.23807,-0.24335 1.62288,-0.70702 0.58562,-0.70562 0.48224,-0.79517 -0.63415,-0.54932 -0.97718,0.21519 -1.12079,0.14302 -0.53709,-0.26991 0.43819,-0.31001 0.63169,-0.83066 0.42998,-1.15703 -0.2017,-0.32636 -0.0399,-0.72514 0.35953,-0.88618 0.39945,-0.16104 0.46611,-0.31166 0.14814,-0.33471 -0.75992,-0.0551 -6.07032,4.50582 -6.07032,5.21359 0,0.30139 0.84551,0.0995 1.87891,-0.44874 1.0334,-0.5482 2.29435,-0.9355 2.80212,-0.86068 z m -1.7863,-2.80495 c 0.3656,-0.68314 0.41917,-1.52797 0.12968,-2.04525 -0.42605,-0.76132 -0.63707,-0.72239 -1.54954,0.28588 -0.8651,0.95593 -0.9244,1.32616 -0.32762,2.04525 0.93039,1.12104 1.00067,1.10954 1.74748,-0.28588 z m -1.01173,-0.43322 c 0.0536,-0.71142 0.30223,-1.2935 0.55253,-1.2935 0.60327,0 0.56204,0.67005 -0.10629,1.72709 -0.42728,0.67581 -0.52282,0.58298 -0.44624,-0.43359 z m 245.11586,-1.43297 c 0.61222,-0.61223 0.92575,-1.28657 0.69674,-1.49854 -0.22902,-0.21199 -0.53253,-0.0602 -0.67448,0.33723 -0.14195,0.39746 -0.7047,0.72266 -1.25054,0.72266 -1.00097,0 -2.37995,1.04056 -2.37995,1.79588 0,0.71866 2.45625,-0.20525 3.60823,-1.35723 z m 0.10952,-2.69485 c -0.15209,-0.1521 -0.72561,0.19232 -1.27448,0.76538 -0.9535,0.99549 -0.94118,1.00781 0.27653,0.27653 0.70097,-0.42096 1.15005,-0.88982 0.99795,-1.04191 z m -231.17681,-2.6106 c 0.61671,-0.45095 0.92659,-1.01462 0.68862,-1.2526 -0.23798,-0.23797 -0.43269,-0.11382 -0.43269,0.27591 0,0.38974 -0.23067,0.56604 -0.51261,0.39179 -0.28194,-0.17425 -0.83411,0.0706 -1.22704,0.544 -0.9065,1.09227 0.0113,1.11758 1.48372,0.0409 z m 239.76294,-2.9515 c 0.9885,-1.3524 0.9885,-1.39481 0,-1.04193 -1.55483,0.55504 -2.47576,1.39736 -2.47576,2.26444 0,1.07868 1.24205,0.46537 2.47576,-1.22251 z m 5.76253,-3.67193 c -0.0795,-0.35772 0.11562,-0.6504 0.43359,-0.6504 0.31797,0 0.57812,-0.43558 0.57812,-0.96796 0,-0.80446 -0.24111,-0.74145 -1.42749,0.3731 -0.78512,0.73759 -1.28159,1.57713 -1.10327,1.86567 0.43868,0.7098 1.70016,0.19458 1.51905,-0.62041 z M 98.238699,159.92324 c 0.71868,-0.86596 1.58759,-0.90098 2.847101,-0.11474 0.48878,0.30512 1.12605,0.13783 1.71373,-0.44985 0.62949,-0.62949 0.70591,-0.95924 0.23359,-1.00786 -0.38611,-0.0398 -1.02721,-0.12074 -1.42467,-0.17999 -0.39746,-0.0593 -1.08784,0.16837 -1.53417,0.50585 -0.446331,0.33748 -0.966641,0.57936 -1.156251,0.53752 -0.1896,-0.0419 -0.8579,0.28335 -1.48509,0.72265 -0.6272,0.43931 -0.85417,0.79874 -0.50438,0.79874 0.34978,0 0.93934,-0.36555 1.31014,-0.81232 z m 435.951781,-6.77073 c 0,-0.77979 -0.93334,-0.6087 -1.69663,0.31101 -0.55957,0.67423 -0.46852,0.76588 0.50734,0.51069 0.65411,-0.17105 1.18929,-0.54082 1.18929,-0.8217 z M 509.3311,118.20925 c 0,-0.49572 -0.26439,-0.73789 -0.58755,-0.53818 -0.32315,0.19972 -0.43788,0.60531 -0.25494,0.90131 0.49559,0.80189 0.84249,0.65237 0.84249,-0.36313 z m 29.19532,-26.27057 c -0.19652,-0.31796 -0.66715,-0.57414 -1.04584,-0.56927 -0.41371,0.005 -0.34241,0.23254 0.17865,0.56927 1.11065,0.71776 1.31078,0.71776 0.86719,0 z m -378.67188,-23.125 c -0.19651,-0.31796 -0.66714,-0.57414 -1.04584,-0.56927 -0.41371,0.005 -0.3424,0.23254 0.17865,0.56927 1.11065,0.71776 1.31079,0.71776 0.86719,0 z m 271.37252,-10.55078 0.79908,-1.30078 -1.38267,1.15009 c -0.76048,0.63255 -1.49108,1.2179 -1.62356,1.30078 -0.13249,0.0829 0.13013,0.15069 0.58359,0.15069 0.45346,0 1.18406,-0.58535 1.62356,-1.30078 z m 35.90092,-17.80041 c 0,-0.25649 0.67352,-1.26677 1.4967,-2.24507 2.15902,-2.56584 1.45666,-2.18643 -1.4668,0.79236 -1.92706,1.96353 -2.22873,2.49406 -1.27662,2.24507 0.6857,-0.17931 1.24672,-0.53587 1.24672,-0.79236 z m 8.56022,-6.06254 c -0.178,-0.178 -0.50126,0.14286 -0.71836,0.71302 -0.31374,0.82394 -0.24734,0.89035 0.32363,0.32363 0.3951,-0.39216 0.57273,-0.85865 0.39473,-1.03665 z m 60.04896,-3.54479 c -0.20922,-0.20922 -0.16289,-0.6645 0.10296,-1.01172 0.26586,-0.34722 0.66714,-1.15163 0.89175,-1.78757 0.38682,-1.09522 0.34155,-1.09013 -0.85777,0.0964 -1.14492,1.1327 -1.2462,3.0833 -0.1601,3.0833 0.22196,0 0.23238,-0.17118 0.0232,-0.3804 z m -61.65341,542.86807 c -0.0101,-0.3635 0.37196,-0.8106 0.84892,-0.9936 0.47695,-0.183 0.86718,-0.6165 0.86718,-0.9632 0,-0.3467 -0.26015,-0.4696 -0.57812,-0.2731 -0.31797,0.1966 -0.57813,0.2211 -0.57813,0.054 0,-0.1665 0.52032,-0.5813 1.15625,-0.9216 0.71885,-0.3847 1.15625,-0.4046 1.15625,-0.053 0,0.8152 -2.85048,3.9408 -2.87235,3.1496 z m -384.344381,-3.4052 c 0.86478,-0.9097 1.676,-1.5377 1.80271,-1.3956 0.12672,0.1422 -0.58082,0.8865 -1.57232,1.654 l -1.80272,1.3956 1.57233,-1.654 z m -25.56452,-2.0043 c 0,-0.318 0.27552,-0.5782 0.61225,-0.5782 0.33674,0 0.45146,0.2602 0.25494,0.5782 -0.19651,0.3179 -0.47202,0.5781 -0.61224,0.5781 -0.14022,0 -0.25495,-0.2602 -0.25495,-0.5781 z m -21.39067,-5.2032 c 0.3404,-0.6359 1.0397,-1.1562 1.5542,-1.1562 0.729,0 0.6413,0.255 -0.3979,1.1562 -0.7332,0.636 -1.4326,1.1563 -1.5541,1.1563 -0.1215,0 0.058,-0.5203 0.3978,-1.1563 z m 384.194631,0.6275 c -0.18614,-0.3011 -0.092,-0.6999 0.20917,-0.886 0.30118,-0.1862 0.6999,-0.092 0.88604,0.2092 0.18615,0.3011 0.092,0.6999 -0.20916,0.886 -0.30119,0.1861 -0.69991,0.092 -0.88605,-0.2092 z m -158.71423,-9.6024 c 0.40221,-0.4846 0.85035,-0.7621 0.99586,-0.6166 0.40093,0.401 -0.41367,1.4978 -1.11237,1.4978 -0.38335,0 -0.33949,-0.3317 0.11651,-0.8812 z m -20.11521,-6.969 c 0.54888,-0.5731 1.1224,-0.9175 1.27449,-0.7654 0.15209,0.1521 -0.29698,0.621 -0.99795,1.0419 -1.21771,0.7313 -1.23003,0.719 -0.27654,-0.2765 z m -113.1542,-0.8217 c 0.57552,-0.6359 1.26368,-1.1562 1.52925,-1.1562 0.26558,0 0.0374,0.5203 -0.50714,1.1562 -0.54451,0.6359 -1.23268,1.1563 -1.52926,1.1563 -0.29659,0 -0.0684,-0.5204 0.50715,-1.1563 z m -115.444291,-0.3949 c 0.4173,-0.167 0.9159,-0.1465 1.108,0.046 0.1921,0.1921 -0.1493,0.3287 -0.7588,0.3036 -0.6734,-0.028 -0.8104,-0.1647 -0.3492,-0.3493 z m 259.108351,-1.6285 c 0.74679,-0.7949 1.48788,-1.4453 1.64686,-1.4453 0.15899,0 -0.32194,0.6504 -1.06874,1.4453 -0.74679,0.7949 -1.48787,1.4453 -1.64686,1.4453 -0.15898,0 0.32195,-0.6504 1.06874,-1.4453 z m -220.265631,0.305 c 0,-0.2892 0.26016,-0.6866 0.57813,-0.8832 0.31797,-0.1965 0.57812,-0.6339 0.57812,-0.972 0,-0.3682 -0.37462,-0.3039 -0.93388,0.1602 -1.35584,1.1253 -3.54617,1.1225 -3.46676,-0.01 0.0356,-0.505 -0.26049,-0.8531 -0.65793,-0.7736 -1.8499,0.3699 0.20062,-2.1783 2.37685,-2.9539 0.78665,-0.2803 0.99052,-0.1605 0.75795,0.4456 -0.23922,0.6234 0.0493,0.7624 1.16302,0.5605 1.15611,-0.2097 1.40609,-0.073 1.1391,0.6228 -0.20497,0.5341 -0.0266,0.8914 0.44514,0.8914 0.43295,0 0.94326,-0.4068 1.13402,-0.9039 0.19076,-0.4971 0.63632,-0.7249 0.99014,-0.5062 0.41775,0.2582 0.11512,0.8874 -0.86311,1.7944 -0.82852,0.7683 -1.50641,1.6186 -1.50641,1.8897 0,0.2711 -0.39023,0.6426 -0.86719,0.8257 -0.47695,0.183 -0.86719,0.096 -0.86719,-0.1931 z m 147.668741,-22.2265 c 1.54052,-1.248 0.75029,-1.7938 -0.96753,-0.6682 -1.19476,0.7828 -1.39912,0.7933 -1.39912,0.072 0,-0.4649 0.19882,-0.7223 0.44182,-0.5721 0.24301,0.1502 0.63008,-0.032 0.86016,-0.4038 0.26127,-0.4228 0.16774,-0.522 -0.24911,-0.2644 -0.3671,0.2269 -0.66746,0.1303 -0.66746,-0.2146 0,-0.3907 -0.65365,-0.289 -1.73437,0.2698 -1.54816,0.8006 -1.73438,0.8022 -1.73438,0.015 0,-0.5178 -0.51452,-0.882 -1.24585,-0.882 -1.15228,0 -1.17674,-0.076 -0.32565,-1.0168 0.50611,-0.5593 1.04351,-1.6649 1.19423,-2.4571 0.15073,-0.7921 0.47156,-1.9381 0.71296,-2.5467 0.33614,-0.8475 0.24668,-1.0067 -0.38197,-0.6798 -0.4515,0.2347 -0.36967,0.057 0.18183,-0.396 0.5515,-0.4524 0.87041,-0.955 0.70869,-1.1167 -0.16173,-0.1617 0.0952,-0.6171 0.57099,-1.012 0.69707,-0.5785 1.03656,-0.5464 1.74834,0.1654 0.94019,0.9402 1.20649,1.812 0.40154,1.3145 -0.26498,-0.1637 -0.48177,0.086 -0.48177,0.5543 0,0.6279 0.3793,0.5072 1.44218,-0.459 0.7932,-0.7211 1.2548,-0.9859 1.02577,-0.5884 -0.49966,0.8671 1.14118,1.0087 1.67528,0.1445 0.71046,-1.1495 1.48927,-0.5842 0.84741,0.6151 -0.45116,0.843 -0.4586,1.4101 -0.0254,1.9321 0.33728,0.4064 0.44204,0.9101 0.23283,1.1193 -0.20923,0.2092 -0.0615,0.3804 0.32819,0.3804 0.38973,0 0.56281,0.2359 0.38462,0.5242 -0.17819,0.2883 0.16733,0.3957 0.76782,0.2387 3.26921,-0.8549 1.05601,3.1773 -3.00038,5.4664 -1.33417,0.7529 -1.92444,0.9628 -1.31171,0.4664 z m -176.914961,-5.1747 c -0.2847,-0.742 -0.5961,-0.7972 -1.5967,-0.2834 -1.0239,0.5258 -1.1156,0.5036 -0.5204,-0.1262 0.3975,-0.4205 0.7227,-1.1775 0.7227,-1.6821 0,-0.5157 0.5281,-0.9574 1.2057,-1.0085 0.8516,-0.064 1.1083,0.1633 0.8739,0.7742 -0.2248,0.5857 -0.1008,0.7206 0.3841,0.4177 0.3938,-0.2461 1.0377,-0.4962 1.431,-0.5559 0.875,-0.1328 0.084,1.5344 -1.2547,2.6457 -0.7366,0.6113 -0.9535,0.5797 -1.2456,-0.1815 z m 8.39,-19.5916 c 0.7708,-0.8721 1.4309,-1.5857 1.4668,-1.5857 0.036,0 0.094,0.5854 0.1294,1.3008 0.035,0.7154 -0.067,0.9597 -0.226,0.5428 -0.2235,-0.5839 -0.5751,-0.5185 -1.531,0.2849 -0.9893,0.8316 -0.9567,0.7216 0.1608,-0.5428 z m 480.465601,-39.9602 c 0,-0.12004 0.45527,-0.57532 1.01172,-1.01172 0.91694,-0.71911 0.93739,-0.69866 0.21828,0.21828 -0.75525,0.96301 -1.23,1.26926 -1.23,0.79344 z M 183.84673,441.16031 c 0,-0.29921 0.25718,-0.70296 0.57151,-0.89722 0.32771,-0.20254 0.42463,0.0295 0.2272,0.544 -0.38433,1.00156 -0.79871,1.18481 -0.79871,0.35322 z m 16.1991,-18.83716 c 0.40221,-0.48464 0.85035,-0.7621 0.99586,-0.61659 0.40093,0.40093 -0.41367,1.49775 -1.11237,1.49775 -0.38335,0 -0.33949,-0.33172 0.11651,-0.88116 z m -56.66785,-3.74384 c 0,-0.31797 0.27551,-0.57813 0.61225,-0.57813 0.33673,0 0.45145,0.26016 0.25494,0.57813 -0.19652,0.31797 -0.47203,0.57812 -0.61225,0.57812 -0.14022,0 -0.25494,-0.26015 -0.25494,-0.57812 z m -85.273441,-2.89063 c 0.19652,-0.31796 0.47203,-0.57812 0.61225,-0.57812 0.14022,0 0.25494,0.26016 0.25494,0.57812 0,0.31797 -0.27551,0.57813 -0.61225,0.57813 -0.33673,0 -0.45145,-0.26016 -0.25494,-0.57813 z m 134.992191,-3.46875 c 1.13218,-0.73167 1.89751,-0.73167 1.44531,0 -0.19651,0.31797 -0.79722,0.57415 -1.3349,0.56928 -0.84248,-0.008 -0.85775,-0.0863 -0.11041,-0.56928 z m 329.55744,-0.32062 c 0.41025,-0.49431 1.28761,-1.18001 1.9497,-1.52377 1.07419,-0.55774 1.0529,-0.46097 -0.19776,0.89874 -1.48052,1.60963 -3.02696,2.16134 -1.75194,0.62503 z M 93.659229,392.33648 c 0,-0.12497 0.40375,-0.38214 0.89722,-0.57151 0.51448,-0.19742 0.74654,-0.10051 0.544,0.22721 -0.33951,0.54934 -1.44122,0.81253 -1.44122,0.3443 z M 344.92367,351.62867 c -0.18201,-0.2945 0.18325,-1.00078 0.81169,-1.56951 1.30252,-1.17876 1.50049,-0.50818 0.31255,1.05865 -0.43632,0.57547 -0.94222,0.80536 -1.12424,0.51086 z m 6.32161,-8.25636 c 0.17927,-0.29005 0.74418,-0.52738 1.25536,-0.52738 1.09559,0 0.50981,0.74784 -0.72809,0.92953 -0.46926,0.0689 -0.70653,-0.1121 -0.52727,-0.40215 z m 169.41243,-5.44144 c 0.52085,-0.79492 1.22551,-1.44531 1.56591,-1.44531 0.3404,0 1.19358,-0.53988 1.89595,-1.19973 0.94637,-0.88906 1.39083,-1.01563 1.71643,-0.4888 0.28182,0.45599 0.20003,0.563 -0.22807,0.29842 -0.40603,-0.25093 -0.66745,-0.0217 -0.66745,0.58516 0,0.54871 -0.13921,0.85845 -0.30935,0.68831 -0.17015,-0.17014 -1.10821,0.43689 -2.08458,1.34895 -2.18714,2.0431 -3.15984,2.15279 -1.88884,0.213 z m 33.41704,0.38784 c 0.23009,-0.3723 0.11098,-0.6769 -0.26469,-0.6769 -0.50585,0 -0.51601,-0.20126 -0.0391,-0.77585 0.35414,-0.42671 0.53796,-0.88199 0.40847,-1.01172 -0.12948,-0.12972 0.34973,-0.27069 1.06492,-0.31324 1.71935,-0.10231 1.65167,1.01098 -0.14379,2.3653 -0.79427,0.59912 -1.25587,0.7847 -1.02578,0.41241 z m 6.99854,-44.03628 c 0.57552,-0.63593 1.13835,-1.15625 1.25075,-1.15625 0.1124,0 -0.12058,0.52032 -0.51773,1.15625 -0.39714,0.63594 -0.95998,1.15625 -1.25075,1.15625 -0.29076,0 -0.0578,-0.52031 0.51773,-1.15625 z M 355.32363,269.1787 c 0.1736,-0.45237 0.73619,-0.98388 1.25023,-1.18113 0.76782,-0.29464 0.74385,-0.14786 -0.1343,0.82249 -1.25928,1.39148 -1.54785,1.48422 -1.11593,0.35864 z m 23.92935,-9.76467 c 0,-0.0995 0.82071,-0.945 1.82379,-1.8789 1.76926,-1.64724 1.78287,-1.00219 0.0221,1.04809 -0.75414,0.87818 -1.84587,1.36955 -1.84587,0.83081 z m 4.04687,-4.10239 c 0,-0.11007 0.39024,-0.52399 0.86719,-0.91983 0.49984,-0.41483 0.86719,-0.47102 0.86719,-0.13264 0,0.32288 -0.39023,0.7368 -0.86719,0.91983 -0.47695,0.18303 -0.86719,0.24271 -0.86719,0.13264 z m 181.24219,-13.06046 c 0.19652,-0.31796 0.79723,-0.57414 1.3349,-0.56927 0.84249,0.008 0.85775,0.0863 0.11041,0.56927 -1.13218,0.73168 -1.89751,0.73168 -1.44531,0 z m -2.26923,-6.28936 c -0.17913,-0.28984 0.0631,-0.67615 0.53818,-0.85847 0.47512,-0.18233 0.86386,-0.0949 0.86386,0.19436 0,0.78368 -1.02738,1.27032 -1.40204,0.66411 z m 28.64468,-0.80568 0.6756,-1.28777 -1.27049,1.12858 -1.27049,1.12858 0.57194,-1.50424 c 0.48349,-1.2718 0.39868,-1.54954 -0.54881,-1.79732 -0.6164,-0.1612 -0.98605,-0.0752 -0.82146,0.19118 0.16465,0.26634 0.0708,0.62552 -0.20859,0.79816 -0.27935,0.17265 -0.47868,-0.26465 -0.44301,-0.97177 0.037,-0.73795 0.61905,-1.52879 1.36564,-1.85635 0.71543,-0.31388 1.30078,-0.76915 1.30078,-1.01172 0,-0.24257 0.39024,-0.44104 0.86719,-0.44104 1.2532,0 1.24083,6.09229 -0.0133,6.57358 -0.74139,0.28448 -0.77377,0.1343 -0.20495,-0.94987 z M 0.00298,232.77398 c 0,-0.76091 0.3819,-1.53001 0.8487,-1.70913 1.2451,-0.47778 1.7997,0.83905 0.6939,1.64761 -0.5206,0.38066 -0.7771,0.86151 -0.5701,1.06855 0.2071,0.20703 0.073,0.37642 -0.298,0.37642 -0.371,0 -0.6745,-0.62255 -0.6745,-1.38345 z m 563.67187,0.2272 c 0,-0.31796 0.26016,-0.57812 0.57813,-0.57812 0.31797,0 0.57812,0.26016 0.57812,0.57812 0,0.31797 -0.26015,0.57813 -0.57812,0.57813 -0.31797,0 -0.57813,-0.26016 -0.57813,-0.57813 z m 9.48414,-12.58417 c 1.30649,-1.5313 1.30753,-1.53164 1.30753,-0.42364 0,0.47696 -0.12782,0.73937 -0.28405,0.58315 -0.15622,-0.15623 -0.69822,0.0344 -1.20442,0.42362 -0.56393,0.43361 -0.49386,0.20777 0.18094,-0.58313 z M 348.66684,187.8412 c 0.4164,-0.7585 0.8073,-1.63923 0.86865,-1.9572 0.0614,-0.31797 0.20394,-0.96836 0.31687,-1.44532 0.13815,-0.58353 -0.22017,-0.85217 -1.09547,-0.82128 -0.71543,0.0253 -1.30079,-0.12015 -1.30079,-0.3231 0,-0.49526 1.22209,-1.92402 2.41156,-2.81937 0.84771,-0.63811 0.92405,-0.56373 0.62239,0.6065 -0.28174,1.09295 -0.19522,1.21733 0.47908,0.68875 0.96622,-0.75742 4.0026,-1.39138 4.0026,-0.8357 0,0.21028 -0.3252,0.75754 -0.72266,1.21613 -0.39746,0.45859 0.072,0.12039 1.04336,-0.75156 0.9713,-0.87195 2.07696,-1.58537 2.45703,-1.58537 0.38006,0 0.69102,-0.30351 0.69102,-0.67448 0,-0.37096 0.17446,-0.50001 0.3877,-0.28678 0.21323,0.21323 -0.22236,1.03706 -0.96796,1.83073 -1.30518,1.3893 -0.91003,2.12395 0.42457,0.78935 0.48616,-0.48616 0.618,-0.41059 0.51446,0.29491 -0.0766,0.52174 -0.42845,1.23783 -0.78195,1.59133 -0.35349,0.35349 -0.51523,0.97493 -0.35942,1.38097 0.15581,0.40605 0.005,0.91001 -0.33424,1.11993 -0.98926,0.6114 -0.71151,1.46944 0.34449,1.06422 0.66174,-0.25394 0.82701,-0.1507 0.52947,0.33072 -0.24969,0.40401 -0.9314,0.54156 -1.61255,0.32537 -0.649,-0.20598 -1.03975,-0.1476 -0.86834,0.12974 0.1714,0.27734 -0.77161,0.52756 -2.09558,0.55604 -1.32396,0.0285 -3.15065,0.25491 -4.0593,0.50317 -1.6035,0.4381 -1.62982,0.41081 -0.89499,-0.9277 z m -18.55449,-16.12127 c 0,-0.31796 0.40559,-0.57812 0.90131,-0.57812 0.49572,0 0.74052,0.26016 0.54401,0.57812 -0.19652,0.31797 -0.60211,0.57813 -0.90131,0.57813 -0.2992,0 -0.54401,-0.26016 -0.54401,-0.57813 z m 5.62709,-34.18111 c 0.39216,-0.3951 0.85865,-0.57273 1.03665,-0.39473 0.178,0.178 -0.14286,0.50126 -0.71302,0.71836 -0.82394,0.31374 -0.89035,0.24734 -0.32363,-0.32363 z m 88.60729,-5.92779 c 0,-0.12004 0.45527,-0.57532 1.01172,-1.01172 0.91694,-0.71911 0.93739,-0.69866 0.21828,0.21828 -0.75525,0.96301 -1.23,1.26926 -1.23,0.79344 z M 47.735479,125.87859 c 0.2171,-0.57015 0.5404,-0.89101 0.7183,-0.71301 0.178,0.17799 4e-4,0.64448 -0.3947,1.03665 -0.571,0.56671 -0.6374,0.50031 -0.3236,-0.32364 z m -26.9418,-4.47902 c 2.6109,-2.23168 3.772,-2.19593 1.3135,0.0405 -1.0385,0.94459 -2.2092,1.70686 -2.6016,1.69394 -0.3924,-0.013 0.1872,-0.79339 1.2881,-1.73438 z m 24.303,-0.20372 c 0,-0.12497 0.4038,-0.38214 0.8973,-0.5715 0.5145,-0.19743 0.7465,-0.10051 0.544,0.2272 -0.3395,0.54934 -1.4413,0.81253 -1.4413,0.3443 z m 365.016281,-4.03902 c 0.0766,-0.52173 0.43075,-1.24012 0.78706,-1.59643 0.47836,-0.47837 0.61141,-0.39968 0.50861,0.30076 -0.0766,0.52174 -0.43075,1.24013 -0.78706,1.59644 -0.47837,0.47836 -0.61142,0.39968 -0.50861,-0.30077 z m 9.34106,-0.59929 c 0.89515,-1.36617 2.59912,-2.44422 2.56098,-1.62024 -0.0106,0.22849 -0.50756,1.0008 -1.10439,1.71623 -1.47981,1.77385 -2.63201,1.69792 -1.45659,-0.096 z m -256.9717,-5.01158 c 0.34661,-0.64764 0.89225,-1.09019 1.21253,-0.98342 0.98282,0.3276 0.64681,1.24001 -0.63067,1.71258 -1.08104,0.39991 -1.14394,0.32109 -0.58186,-0.72916 z m 408.13003,-8.6229 c 0,-0.31797 0.26016,-0.57813 0.57813,-0.57813 0.31797,0 0.57812,0.26016 0.57812,0.57813 0,0.31797 -0.26015,0.57812 -0.57812,0.57812 -0.31797,0 -0.57813,-0.26015 -0.57813,-0.57812 z m -178.0625,-0.80748 c 0,-0.46649 0.78047,-1.40391 1.73438,-2.08315 1.84283,-1.31221 2.09636,-1.17847 1.143,0.60289 -0.83463,1.55953 -2.87738,2.61041 -2.87738,1.48026 z M 282.43932,93.13099 c -0.22283,-0.36056 -0.0726,-0.57308 0.34207,-0.48397 0.40664,0.0874 0.75117,-0.14466 0.76563,-0.51563 0.0145,-0.37096 0.20187,-0.85007 0.41648,-1.06469 0.21463,-0.21462 0.32906,0.0265 0.25431,0.5358 -0.20318,1.38438 -1.29018,2.31858 -1.77849,1.52849 z M 95.761859,80.4939 l -1.65517,-0.20712 1.65517,-1.78693 1.65518,-1.78693 -2.15742,1.29414 c -2.28272,1.3693 -3.52399,1.22242 -2.92221,-0.34579 0.25728,-0.67047 0.1466,-0.81035 -0.3825,-0.48335 -0.40951,0.25309 -1.60397,0.65399 -2.65437,0.89089 -1.50243,0.33886 -1.84464,0.26093 -1.60433,-0.36532 0.16801,-0.43783 0.002,-0.79606 -0.36862,-0.79606 -0.37075,0 -0.5138,-0.25937 -0.31788,-0.57637 0.23122,-0.37413 -0.19158,-0.3681 -1.2049,0.0172 -1.50665,0.57282 -1.48762,0.51216 0.54508,-1.73779 2.12968,-2.3573 2.66892,-3.32214 1.42814,-2.55529 -0.37293,0.23049 -0.24286,-0.20228 0.28907,-0.9617 1.20881,-1.72583 1.21994,-2.27976 0.0458,-2.27976 -0.50672,0 -1.06286,0.54129 -1.23586,1.20286 -0.21327,0.81553 -0.65232,1.11453 -1.36348,0.92856 -0.57689,-0.15087 -1.17195,-0.0353 -1.32233,0.25691 -0.15038,0.29216 -0.21241,0.21809 -0.13784,-0.16461 0.11477,-0.58901 0.54966,-0.93314 2.59215,-2.05119 0.11709,-0.0641 0.27774,-0.87872 0.35701,-1.81028 0.0793,-0.93156 0.56171,-2.5308 1.07208,-3.55386 0.79577,-1.59515 0.81255,-1.97551 0.11787,-2.67019 -0.96315,-0.96314 -1.70318,-1.07568 -1.14608,-0.17427 0.28278,0.45753 0.0729,0.4645 -0.74866,0.0248 -0.94953,-0.50817 -1.26867,-0.37357 -1.89671,0.79993 -0.4153,0.77599 -1.16871,1.54959 -1.67424,1.7191 -0.50554,0.16951 -1.56955,0.82763 -2.36447,1.4625 -1.19149,0.95158 -1.24225,1.09262 -0.28906,0.8031 0.91428,-0.27771 0.97882,-0.22573 0.30845,0.24838 -0.58771,0.41565 -1.07545,0.41066 -1.58985,-0.0162 -0.55214,-0.45821 -0.74207,-0.37576 -0.74207,0.32215 0,0.51588 -0.26015,0.93797 -0.57812,0.93797 -0.31797,0 -0.54732,-0.19512 -0.50966,-0.43359 0.25159,-1.5934 -0.0961,-1.90488 -1.36925,-1.22669 -0.71543,0.38109 -1.64526,1.10567 -2.06631,1.61018 -0.59377,0.71149 -0.66615,0.72273 -0.32261,0.0501 0.38311,-0.75011 0.30922,-0.75872 -0.54736,-0.0637 -0.54464,0.44192 -1.61939,0.87255 -2.38834,0.95695 -1.26269,0.13861 -1.34574,0.0158 -0.8576,-1.26809 0.52358,-1.37714 0.50039,-1.3935 -0.7419,-0.52337 -1.74657,1.22335 -3.18024,1.23461 -2.16975,0.0171 0.9753,-1.17517 0.37236,-1.67751 -1.08032,-0.90006 -1.66597,0.89161 -1.94582,0.78049 -1.26029,-0.50042 0.464,-0.86699 0.39391,-1.24199 -0.30526,-1.63326 -0.80563,-0.45086 -0.80992,-0.5889 -0.0382,-1.22939 0.47814,-0.39683 0.72563,-1.09603 0.54997,-1.55378 -0.17565,-0.45775 0.002,-1.2192 0.39422,-1.6921 0.39251,-0.47294 0.51983,-0.85986 0.28298,-0.85986 -0.23685,0 -0.20367,-0.33746 0.0738,-0.7499 0.27741,-0.41245 0.0426,-0.24552 -0.52179,0.37096 -0.5644,0.61647 -1.13944,1.00761 -1.27786,0.86918 -0.49184,-0.49184 0.42702,-2.80274 1.11443,-2.80274 0.38444,0 1.30999,-0.65039 2.05678,-1.44531 1.12394,-1.19638 1.19109,-1.44532 0.38984,-1.44532 -0.53238,0 -0.96796,0.26016 -0.96796,0.57813 0,0.31797 -0.38207,0.57812 -0.84905,0.57812 -0.95241,0 -0.63579,-1.43281 0.64912,-2.93754 0.42932,-0.50275 0.58489,-1.12981 0.34572,-1.39347 -0.23917,-0.26365 -0.12073,-0.29907 0.26318,-0.0787 0.42467,0.24375 1.0257,-0.22937 1.53472,-1.20809 0.46017,-0.88481 1.9179,-2.74197 3.23941,-4.12703 2.46104,-2.57938 2.793,-4.03975 0.46712,-2.055 -1.28018,1.09244 -1.28497,1.09203 -0.43713,-0.0373 1.27084,-1.69284 4.19752,-4.08455 4.77527,-3.90239 0.27711,0.0874 0.33906,-0.10774 0.13768,-0.43359 -0.20139,-0.32585 -0.0906,-0.59245 0.24609,-0.59245 0.33673,0 0.61224,-0.39023 0.61224,-0.86719 0,-0.47695 0.26016,-0.86719 0.57813,-0.86719 0.31797,0 0.57812,-0.41806 0.57812,-0.92904 0,-0.58829 -0.31806,-0.80699 -0.86718,-0.59626 -1.23776,0.47497 -1.07982,-0.11022 0.63738,-2.36158 0.82833,-1.086 1.84709,-1.84116 2.26664,-1.68016 0.8418,0.32303 3.88148,-2.19693 3.32331,-2.75509 -0.19235,-0.19236 0.0839,-0.34974 0.61381,-0.34974 1.28708,0 0.98214,1.16495 -0.65674,2.5089 -0.73218,0.60042 -1.20457,1.21833 -1.04976,1.37314 0.15481,0.15481 0.62379,-9.8e-4 1.04217,-0.34625 4.3034,-3.55123 4.61383,-3.73483 4.42001,-2.6142 -0.15571,0.90025 0.17964,1.1146 1.83286,1.17153 3.14277,0.10822 3.23096,0.16121 1.86302,1.11935 -1.52986,1.07155 -1.70392,2.19503 -0.27317,1.76325 0.55644,-0.16792 1.68383,-0.42053 2.5053,-0.56134 1.3469,-0.23088 1.48347,-0.086 1.39058,1.47538 -0.0967,1.62536 0.0107,1.71812 1.75382,1.51463 l 1.85682,-0.21678 -0.9349,2.18236 c -0.5142,1.2003 -2.88607,4.18011 -5.27084,6.62181 -2.38477,2.44169 -4.25846,4.69263 -4.16376,5.00208 0.0947,0.30945 -0.0869,1.30578 -0.40352,2.21407 -0.49496,1.41983 -0.42911,1.65144 0.4695,1.65144 0.57486,0 1.53362,0.6504 2.13058,1.44532 0.59696,0.79492 1.5593,1.44531 2.13854,1.44531 0.68246,0 0.90442,0.25436 0.63059,0.72266 -0.23241,0.39746 0.18033,0.20234 0.91719,-0.4336 l 1.33975,-1.15625 -0.63068,1.2038 c -0.34688,0.66209 -1.03513,1.53945 -1.52944,1.94969 -1.03703,0.86066 -1.22841,2.03255 -0.2313,1.41631 0.41511,-0.25655 0.51046,-0.15849 0.2522,0.25937 -0.65227,1.05539 1.06219,2.48744 1.96051,1.63757 0.52012,-0.49206 0.50765,-0.32586 -0.0442,0.589 -0.89665,1.4865 -0.34704,2.38015 0.85188,1.38514 0.70523,-0.58529 0.74675,-0.3358 0.28566,1.71635 -0.32219,1.43395 -0.32891,2.66635 -0.0167,3.05948 0.28755,0.36206 0.42571,1.25266 0.30701,1.97911 -0.19241,1.17754 -0.0851,1.25085 0.98937,0.67582 1.49121,-0.79807 1.94588,-0.42229 1.18843,0.98222 -0.31679,0.58741 -0.72053,1.5328 -0.89721,2.10087 -0.17667,0.56806 -1.07661,1.46637 -1.99985,1.99624 -0.92325,0.52987 -2.01019,1.49595 -2.41542,2.14684 -0.68617,1.10213 -0.66472,1.12386 0.31213,0.31626 0.57691,-0.47696 1.13902,-0.80215 1.24913,-0.72266 0.11011,0.0795 0.26525,0.12463 0.34474,0.1003 0.0795,-0.0243 0.65772,-0.13989 1.28494,-0.2568 0.62723,-0.11691 1.47274,-0.66704 1.87891,-1.22251 0.98031,-1.34065 0.93145,-0.81385 -0.16871,1.81921 -0.82419,1.97257 -0.82419,2.13939 0,1.82312 1.2161,-0.46666 1.1531,0.39086 -0.10451,1.42278 -0.55645,0.45658 -1.75655,0.73694 -2.6669,0.62302 z m -8.23078,-33.16442 c -0.19762,-0.31975 -0.66488,-0.26622 -1.14352,0.13101 -0.44514,0.36944 -0.65897,0.91502 -0.47518,1.2124 0.19762,0.31975 0.66488,0.26622 1.14352,-0.13101 0.44514,-0.36944 0.65897,-0.91502 0.47518,-1.2124 z m 0.96838,-1.79978 c -0.0715,-0.69127 -0.86446,-0.55739 -1.11289,0.18789 -0.12718,0.38156 0.0809,0.58969 0.4625,0.4625 0.38157,-0.12719 0.67424,-0.41986 0.65039,-0.65039 z m -12.47304,22.70586 c 0.19651,-0.31797 0.79722,-0.57414 1.3349,-0.56927 0.84248,0.008 0.85775,0.0863 0.11041,0.56927 -1.13218,0.73168 -1.89751,0.73168 -1.44531,0 z M 545.36756,59.85275 c 0,-0.47696 0.37873,-0.86719 0.84162,-0.86719 0.68256,0 0.70561,0.16389 0.12192,0.86719 -0.39583,0.47695 -0.77456,0.86718 -0.84162,0.86718 -0.067,0 -0.12192,-0.39023 -0.12192,-0.86718 z M 409.66037,57.34151 c -0.20006,-0.32371 -0.082,-0.76266 0.26227,-0.97546 0.88885,-0.54934 1.46235,0.20313 0.72033,0.94514 -0.4152,0.4152 -0.73857,0.42518 -0.9826,0.0303 z M 130.0811,54.47072 c 0,-0.30069 0.39024,-0.87057 0.86719,-1.26641 0.47696,-0.39584 0.86719,-0.52591 0.86719,-0.28906 0,0.23685 0.39023,0.10677 0.86719,-0.28907 0.47695,-0.39583 0.86718,-0.57548 0.86718,-0.39921 0,0.17626 -0.78046,0.87622 -1.73437,1.55546 -0.95391,0.67925 -1.73438,0.98897 -1.73438,0.68829 z m -40.468751,-7.4703 c 1.45658,-0.55656 3.51154,-3.08424 3.09643,-3.80872 -0.21515,-0.37549 -0.1918,-0.50335 0.0519,-0.28415 0.24368,0.21921 1.07769,-0.23606 1.85334,-1.01172 1.52234,-1.52234 2.27005,-1.85037 1.56734,-0.68761 -1.07908,1.78553 -5.78674,6.20444 -6.569,6.16608 -0.77083,-0.0378 -0.77083,-0.0793 0,-0.37388 z M 0.00298,23.43087 l 0,-23.41406 19.800799,0.0406 c 18.6615,0.0383 23.0152,0.31133 21.3522,1.33907 -0.3763,0.2326 -0.6843,0.70804 -0.6843,1.05652 0,0.34849 0.4758,0.20305 1.0573,-0.32318 1.3151,-1.19014 1.9004,-1.22595 1.4643,-0.0896 -0.1884,0.4911 -0.013,0.86718 0.4036,0.86718 0.405,0 0.5623,-0.174 0.3496,-0.38667 -0.5021,-0.50215 1.3084,-2.50395 2.2646,-2.50395 1.113,0 1.3085,1.88842 0.3169,3.06004 -0.7325,0.86538 -0.7395,0.9875 -0.043,0.73937 0.4591,-0.16348 1.5919,-0.42516 2.5172,-0.58151 l 1.6824,-0.28428 -1.8371,1.89542 c -1.0104,1.04248 -1.6591,2.07343 -1.4415,2.291 0.2175,0.21757 0.092,0.39558 -0.2789,0.39558 -0.371,0 -0.6095,0.3252 -0.53,0.72266 0.08,0.39746 -0.2,0.65117 -0.6211,0.5638 -0.4211,-0.0874 -0.619,0.0783 -0.4399,0.36809 0.3858,0.62433 -1.2648,2.13811 -1.775,1.62787 -0.4781,-0.47809 -2.5116,0.65884 -2.5116,1.40422 0,0.32949 0.4088,0.19026 0.9085,-0.3094 0.4996,-0.49967 1.072,-0.90849 1.2718,-0.90849 0.1999,0 0.051,0.31219 -0.3303,0.69376 -1.0211,1.02103 -0.8528,1.51051 0.607,1.76588 1.2315,0.21544 1.2411,0.2539 0.1792,0.72235 -0.7232,0.31906 -1.1985,0.26406 -1.3381,-0.15487 -0.3856,-1.15683 -1.8967,-0.0503 -3.0689,2.24731 -0.6288,1.23266 -1.4258,2.2412 -1.7711,2.2412 -0.3452,0 -1.7057,0.82676 -3.0234,1.83724 -1.3176,1.01049 -2.0705,1.47877 -1.673,1.04063 0.3975,-0.43814 0.7226,-1.00695 0.7226,-1.26402 0,-0.70181 -2.3359,0.74246 -4.6734,2.88946 -1.9053,1.75002 -2.0679,1.80265 -2.0234,0.6545 0.061,-1.57207 -1.4597,-2.60654 -2.9082,-1.97835 -0.5996,0.26007 -1.2854,0.43155 -1.5239,0.38107 -0.2384,-0.0505 -0.4336,0.16838 -0.4336,0.48634 0,0.31797 -0.3624,0.57813 -0.8053,0.57813 -0.4429,0 -0.9551,0.39023 -1.1381,0.86719 -0.4415,1.15061 0.1455,1.09631 1.5624,-0.14453 1.1002,-0.96355 1.1377,-0.96355 0.7863,0 -0.2221,0.60888 -0.088,1.01904 0.3356,1.0301 0.3988,0.0104 0.2522,0.36134 -0.3379,0.8088 -0.7599,0.5762 -0.8397,0.85796 -0.2946,1.03968 0.4323,0.14407 0.018,0.59895 -0.981,1.0779 -0.9509,0.45574 -1.702,1.08528 -1.6691,1.39896 0.033,0.31369 -0.6888,1.02561 -1.6038,1.58206 -1.9695,1.19772 -2.4378,1.27098 -1.8479,0.28906 0.295,-0.49104 0.1206,-0.46835 -0.544,0.0708 -1.059,0.85899 -1.3411,1.52252 -0.4001,0.94093 0.318,-0.19652 0.5782,-0.0818 0.5782,0.25494 0,0.33673 -0.2755,0.61224 -0.6123,0.61224 -0.3367,0 -0.4625,0.24219 -0.2796,0.53818 0.1829,0.296 0,0.74396 -0.3995,0.99546 -1.0764,0.6724 -2.2341,0.7603 -1.8511,0.14056 0.1825,-0.29524 0.5306,-0.41393 0.7736,-0.26374 0.243,0.15018 0.4418,-0.11035 0.4418,-0.57895 0,-0.63738 -0.3324,-0.53973 -1.3196,0.38763 -0.7257,0.68181 -1.705,1.09172 -2.1761,0.91093 -0.4852,-0.1862 -1.6886,0.40471 -2.7755,1.36294 -1.0554,0.93041 -2.114,1.69581 -2.3525,1.70089 -0.2385,0.005 -0.4336,0.25445 -0.4336,0.55416 0,0.29971 0.5203,0.44473 1.1562,0.32226 1.8263,-0.3517 1.3664,0.55578 -1.452,2.86523 C 2.89718,43.081 1.81528,44.218 1.92758,44.43214 c 0.1122,0.21413 -0.275,0.84461 -0.8605,1.40106 -1.0331,0.98184 -1.0645,0.32024 -1.0645,-22.40235 z m 6.225199,12.42969 c 0.3972,-0.63594 0.6301,-1.15625 0.5177,-1.15625 -0.1124,0 -0.6752,0.52031 -1.2507,1.15625 -0.5755,0.63594 -0.8085,1.15625 -0.5177,1.15625 0.2907,0 0.8536,-0.52031 1.2507,-1.15625 z m 11.1185,-6.35938 c 0,-0.31796 -0.1147,-0.57812 -0.2549,-0.57812 -0.1402,0 -0.4157,0.26016 -0.6122,0.57812 -0.1966,0.31797 -0.082,0.57813 0.2549,0.57813 0.3367,0 0.6122,-0.26016 0.6122,-0.57813 z M 452.67485,43.80682 c 0,-0.15898 0.36708,-0.5937 0.81572,-0.96604 0.62848,-0.52159 0.91517,-0.50466 1.24894,0.0737 0.23827,0.4129 0.22033,0.55787 -0.0399,0.32215 -0.26019,-0.23572 -0.82222,-0.13882 -1.24893,0.21532 -0.42671,0.35414 -0.77584,0.51382 -0.77584,0.35483 z M 99.151419,39.90743 c -0.19652,-0.31796 0.0636,-0.57812 0.57812,-0.57812 0.514491,0 0.774641,0.26016 0.578131,0.57812 -0.19652,0.31797 -0.456671,0.57813 -0.578131,0.57813 -0.12145,0 -0.38161,-0.26016 -0.57812,-0.57813 z M 567.56756,38.67945 c 0.39217,-0.3951 0.85866,-0.57274 1.03665,-0.39474 0.178,0.178 -0.14286,0.50126 -0.71301,0.71837 -0.82395,0.31374 -0.89035,0.24733 -0.32364,-0.32363 z M 80.362349,28.9913 c 0,-0.31797 0.26016,-0.73891 0.57813,-0.93543 0.31797,-0.19651 0.57812,-0.0971 0.57812,0.22083 0,0.31797 -0.26015,0.73891 -0.57812,0.93542 -0.31797,0.19652 -0.57813,0.0971 -0.57813,-0.22082 z M 174.0186,27.87172 c 0,-0.6987 1.09682,-1.5133 1.49775,-1.11237 0.14552,0.14551 -0.13195,0.59365 -0.61658,0.99587 -0.54945,0.45599 -0.88117,0.49985 -0.88117,0.1165 z m 1.7291,-2.70011 c 0.39293,-0.47345 0.94934,-0.71563 1.23647,-0.53817 0.73796,0.45608 0.0323,1.39899 -1.04703,1.39899 -0.73491,0 -0.77032,-0.1609 -0.18944,-0.86082 z M 92.223729,21.41828 c -1.13016,-1.24881 -1.001,-1.56452 1.8777,-4.5898 1.09411,-1.14981 1.26044,-1.20134 0.93301,-0.28906 -0.21915,0.61061 -0.65007,1.4354 -0.95762,1.83286 -0.39339,0.50841 -0.2912,0.72265 0.34469,0.72265 0.49712,0 1.06464,-0.26015 1.26116,-0.57812 0.41533,-0.67203 1.47775,-0.78356 1.37685,-0.14453 -0.18361,1.16289 0.15797,1.37107 1.06474,0.64891 0.59632,-0.47492 0.46112,-0.0972 -0.33679,0.94093 -2.10814,2.74279 -3.96059,3.22762 -5.56374,1.45616 z m -51.04315,-4.96749 c 0.5489,-0.57466 1.1565,-0.88629 1.3503,-0.6925 0.1938,0.19379 -0.2553,0.66396 -0.9979,1.04484 -1.2909,0.66202 -1.3064,0.64651 -0.3524,-0.35234 z"
-         style="fill:#000000" />
-    </pattern>
-    <filter
-       inkscape:collect="always"
-       id="filter4935">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="7.295304"
-         id="feGaussianBlur4937" />
-    </filter>
-    <filter
-       inkscape:collect="always"
-       id="filter5050">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="8.6773718"
-         id="feGaussianBlur5052" />
-    </filter>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.7"
-     inkscape:cx="153.66259"
-     inkscape:cy="668.55467"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1317"
-     inkscape:window-height="744"
-     inkscape:window-x="308"
-     inkscape:window-y="1224"
-     inkscape:window-maximized="1"
-     showborder="false"
-     inkscape:showpageshadow="false" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <rect
-       inkscape:export-filename="/home/siovene/code/cowhide/examples/hoofbeats/icon.png"
-       inkscape:export-ydpi="16.16"
-       inkscape:export-xdpi="16.16"
-       ry="162.85715"
-       y="217.97319"
-       x="67.401604"
-       height="574.28571"
-       width="574.28571"
-       id="rect2996"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.26337449000000002" />
-    <rect
-       ry="162.85715"
-       y="217.97319"
-       x="67.401604"
-       height="574.28571"
-       width="574.28571"
-       id="rect3362"
-       style="fill:url(#pattern4901);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-    <path
-       d="m 322.8125,319.8125 c -10.25168,0 -22.9053,2.48884 -33.3125,8.15625 -10.4072,5.66741 -18.26,12.89838 -27.03125,21.75 -19.5834,19.76281 -33.3227,44.44887 -45.9375,78.59375 -10.18483,27.56761 -14.33372,41.12081 -17.125,57 -1.04174,5.92634 -2.87012,15.47486 -3.8125,20.03125 -1.61451,7.80618 -1.4794,11.76714 -1.84375,18.65625 -0.36435,6.88911 -0.63633,14.8193 -0.78125,22.6875 -0.14492,7.8682 -0.18472,15.57967 -0.0625,22.09375 0.0611,3.25704 0.16547,6.20206 0.34375,9 0.17828,2.79794 -0.55144,3.47169 1.75,11.28125 4.9154,16.67948 9.76169,30.15227 18,42.53125 8.23831,12.37898 20.37713,22.13259 32.34375,28.25 8.95216,4.57643 15.72502,8.09717 27.59375,10.78125 4.96187,1.1221 5.14968,1.77022 14.03125,2.59375 a 32.665772,32.665772 0 0 0 0.0312,0 c 8.1222,0.75309 13.39743,-0.48845 17.0625,-2.21875 3.91193,3.92967 7.58883,5.79449 11.25,8 5.97269,3.59799 12.22243,6.4058 19.3125,8.5625 19.12943,5.81891 37.34584,2.76327 52.75,-5.3125 5.24494,-2.74971 10.51742,-6.48431 15.25,-11.0625 a 32.665772,32.665772 0 0 0 18.625,2.15625 l 6.8125,-1.21875 a 32.665772,32.665772 0 0 0 0.0312,0 c 30.99593,-5.58771 59.00652,-20.68408 73.5,-49.8125 10.41314,-20.92787 14.64163,-43.58543 14.65625,-72.09375 0.0145,-28.38105 -3.58562,-55.34988 -11.09375,-80.78125 -0.85622,-2.90019 -1.65481,-5.89059 -2.15625,-7.9375 -0.14677,-0.59912 -0.19777,-0.81316 -0.28125,-1.1875 -0.002,-0.009 0.002,-0.0221 0,-0.0312 -0.0557,-0.2505 -0.17198,-0.73436 -0.1875,-0.8125 -0.0194,-0.0977 0.0666,-0.47538 0.15625,-0.0937 -0.44512,-8.85604 -2.17438,-10.65862 -5.34375,-16.65625 2.66285,5.03898 -0.236,-0.72842 -1.71875,-4.5625 -1.48275,-3.83408 -3.36751,-8.88092 -5.21875,-14 C 479.9702,395.29832 466.27825,370.831 449.0625,352.125 431.84675,333.419 409.28465,318.6813 381.96875,320.25 c -5.23714,0.30076 -11.643,-0.61024 -22.71875,5.375 -2.04412,1.10463 -3.82457,2.35614 -5.46875,3.65625 -3.10547,-2.46925 -6.73363,-4.858 -10.8125,-6.40625 -8.94948,-3.39704 -15.02547,-3.0625 -20.15625,-3.0625 z"
-       id="path5012"
-       style="fill:#0b2228;filter:url(#filter5050);opacity:0.74485597"
-       inkscape:original="M 322.8125 352.46875 C 309.45832 352.46875 301.37775 356.8532 285.65625 372.71875 C 269.95554 388.5633 258.95285 407.69477 247.15625 439.625 C 237.13826 466.74101 234.00755 477.05922 231.5625 490.96875 C 230.45447 497.27219 228.68018 506.71588 227.59375 511.96875 C 225.66799 521.27982 224.69244 574.24029 226.34375 579.84375 C 235.39697 610.56417 242.96404 621.92928 260.21875 630.75 C 266.98208 634.20748 275.95395 637.83091 280.15625 638.78125 C 284.35855 639.73158 288.78661 640.57499 290 640.6875 C 293.82871 641.0425 317.02363 597.23693 327.8125 569.28125 C 330.65062 561.92723 334.43308 552.4523 336.1875 548.25 C 338.98184 541.55677 339.44304 529.59222 339.9375 451.6875 C 340.49678 363.57298 340.44621 362.72122 336.4375 357.625 C 333.00348 353.25933 330.96157 352.46875 322.8125 352.46875 z M 383.84375 352.84375 C 374.46199 353.38253 373.5116 353.91015 370.34375 360.125 C 367.19814 366.29627 366.9837 373.26212 367.53125 450.84375 L 368.125 534.90625 L 373.15625 549.21875 C 380.51634 570.17502 382.91664 575.62896 400 610 L 415.5 641.1875 L 422.3125 639.96875 C 444.79496 635.91578 464.70365 623.10477 472.34375 607.75 C 480.72611 590.9035 483.58035 576.32412 483.59375 550.1875 C 483.60683 524.55373 480.3848 500.8432 473.84375 478.6875 C 471.85301 471.9445 470.21875 465.2882 470.21875 463.875 C 470.21875 462.46181 469.43275 459.793 468.46875 457.96875 C 467.50472 456.14449 463.55003 445.93075 459.6875 435.25 C 441.14958 383.98864 411.0505 351.28132 383.84375 352.84375 z M 354.40625 570.625 C 349.04515 570.08646 348.22452 570.99934 339.28125 587.78125 C 334.07813 597.5448 328.37355 608.98025 326.59375 613.1875 C 322.95121 621.79802 322.11566 639.27911 325.09375 644.84375 C 327.10824 648.60783 335.60066 653.71951 344.125 656.3125 C 363.0002 662.05408 386.15625 649.91032 386.15625 634.28125 C 386.15625 622.31188 380.19869 607.39931 363.25 576.90625 C 361.00674 572.8703 358.40033 571.02625 354.40625 570.625 z "
-       inkscape:radius="32.662506"
-       sodipodi:type="inkscape:offset"
-       transform="matrix(1.0701233,0,0,1.0701233,-24.861785,-35.425795)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="32.662506"
-       inkscape:original="M 322.8125 352.46875 C 309.45832 352.46875 301.37775 356.8532 285.65625 372.71875 C 269.95554 388.5633 258.95285 407.69477 247.15625 439.625 C 237.13826 466.74101 234.00755 477.05922 231.5625 490.96875 C 230.45447 497.27219 228.68018 506.71588 227.59375 511.96875 C 225.66799 521.27982 224.69244 574.24029 226.34375 579.84375 C 235.39697 610.56417 242.96404 621.92928 260.21875 630.75 C 266.98208 634.20748 275.95395 637.83091 280.15625 638.78125 C 284.35855 639.73158 288.78661 640.57499 290 640.6875 C 293.82871 641.0425 317.02363 597.23693 327.8125 569.28125 C 330.65062 561.92723 334.43308 552.4523 336.1875 548.25 C 338.98184 541.55677 339.44304 529.59222 339.9375 451.6875 C 340.49678 363.57298 340.44621 362.72122 336.4375 357.625 C 333.00348 353.25933 330.96157 352.46875 322.8125 352.46875 z M 383.84375 352.84375 C 374.46199 353.38253 373.5116 353.91015 370.34375 360.125 C 367.19814 366.29627 366.9837 373.26212 367.53125 450.84375 L 368.125 534.90625 L 373.15625 549.21875 C 380.51634 570.17502 382.91664 575.62896 400 610 L 415.5 641.1875 L 422.3125 639.96875 C 444.79496 635.91578 464.70365 623.10477 472.34375 607.75 C 480.72611 590.9035 483.58035 576.32412 483.59375 550.1875 C 483.60683 524.55373 480.3848 500.8432 473.84375 478.6875 C 471.85301 471.9445 470.21875 465.2882 470.21875 463.875 C 470.21875 462.46181 469.43275 459.793 468.46875 457.96875 C 467.50472 456.14449 463.55003 445.93075 459.6875 435.25 C 441.14958 383.98864 411.0505 351.28132 383.84375 352.84375 z M 354.40625 570.625 C 349.04515 570.08646 348.22452 570.99934 339.28125 587.78125 C 334.07813 597.5448 328.37355 608.98025 326.59375 613.1875 C 322.95121 621.79802 322.11566 639.27911 325.09375 644.84375 C 327.10824 648.60783 335.60066 653.71951 344.125 656.3125 C 363.0002 662.05408 386.15625 649.91032 386.15625 634.28125 C 386.15625 622.31188 380.19869 607.39931 363.25 576.90625 C 361.00674 572.8703 358.40033 571.02625 354.40625 570.625 z "
-       style="fill:#164450"
-       id="path5010"
-       d="m 322.8125,319.8125 c -10.25168,0 -22.9053,2.48884 -33.3125,8.15625 -10.4072,5.66741 -18.26,12.89838 -27.03125,21.75 -19.5834,19.76281 -33.3227,44.44887 -45.9375,78.59375 -10.18483,27.56761 -14.33372,41.12081 -17.125,57 -1.04174,5.92634 -2.87012,15.47486 -3.8125,20.03125 -1.61451,7.80618 -1.4794,11.76714 -1.84375,18.65625 -0.36435,6.88911 -0.63633,14.8193 -0.78125,22.6875 -0.14492,7.8682 -0.18472,15.57967 -0.0625,22.09375 0.0611,3.25704 0.16547,6.20206 0.34375,9 0.17828,2.79794 -0.55144,3.47169 1.75,11.28125 4.9154,16.67948 9.76169,30.15227 18,42.53125 8.23831,12.37898 20.37713,22.13259 32.34375,28.25 8.95216,4.57643 15.72502,8.09717 27.59375,10.78125 4.96187,1.1221 5.14968,1.77022 14.03125,2.59375 a 32.665772,32.665772 0 0 0 0.0312,0 c 8.1222,0.75309 13.39743,-0.48845 17.0625,-2.21875 3.91193,3.92967 7.58883,5.79449 11.25,8 5.97269,3.59799 12.22243,6.4058 19.3125,8.5625 19.12943,5.81891 37.34584,2.76327 52.75,-5.3125 5.24494,-2.74971 10.51742,-6.48431 15.25,-11.0625 a 32.665772,32.665772 0 0 0 18.625,2.15625 l 6.8125,-1.21875 a 32.665772,32.665772 0 0 0 0.0312,0 c 30.99593,-5.58771 59.00652,-20.68408 73.5,-49.8125 10.41314,-20.92787 14.64163,-43.58543 14.65625,-72.09375 0.0145,-28.38105 -3.58562,-55.34988 -11.09375,-80.78125 -0.85622,-2.90019 -1.65481,-5.89059 -2.15625,-7.9375 -0.14677,-0.59912 -0.19777,-0.81316 -0.28125,-1.1875 -0.002,-0.009 0.002,-0.0221 0,-0.0312 -0.0557,-0.2505 -0.17198,-0.73436 -0.1875,-0.8125 -0.0194,-0.0977 0.0666,-0.47538 0.15625,-0.0937 -0.44512,-8.85604 -2.17438,-10.65862 -5.34375,-16.65625 2.66285,5.03898 -0.236,-0.72842 -1.71875,-4.5625 -1.48275,-3.83408 -3.36751,-8.88092 -5.21875,-14 C 479.9702,395.29832 466.27825,370.831 449.0625,352.125 431.84675,333.419 409.28465,318.6813 381.96875,320.25 c -5.23714,0.30076 -11.643,-0.61024 -22.71875,5.375 -2.04412,1.10463 -3.82457,2.35614 -5.46875,3.65625 -3.10547,-2.46925 -6.73363,-4.858 -10.8125,-6.40625 -8.94948,-3.39704 -15.02547,-3.0625 -20.15625,-3.0625 z" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="0"
-       inkscape:original="M 322.8125 352.46875 C 309.45832 352.46875 301.37775 356.8532 285.65625 372.71875 C 269.95554 388.5633 258.95285 407.69477 247.15625 439.625 C 237.13826 466.74101 234.00755 477.05922 231.5625 490.96875 C 230.45447 497.27219 228.68018 506.71588 227.59375 511.96875 C 225.66799 521.27982 224.69244 574.24029 226.34375 579.84375 C 235.39697 610.56417 242.96404 621.92928 260.21875 630.75 C 266.98208 634.20748 275.95395 637.83091 280.15625 638.78125 C 284.35855 639.73158 288.78661 640.57499 290 640.6875 C 293.82871 641.0425 317.02363 597.23693 327.8125 569.28125 C 330.65062 561.92723 334.43308 552.4523 336.1875 548.25 C 338.98184 541.55677 339.44304 529.59222 339.9375 451.6875 C 340.49678 363.57298 340.44621 362.72122 336.4375 357.625 C 333.00348 353.25933 330.96157 352.46875 322.8125 352.46875 z M 383.84375 352.84375 C 374.46199 353.38253 373.5116 353.91015 370.34375 360.125 C 367.19814 366.29627 366.9837 373.26212 367.53125 450.84375 L 368.125 534.90625 L 373.15625 549.21875 C 380.51634 570.17502 382.91664 575.62896 400 610 L 415.5 641.1875 L 422.3125 639.96875 C 444.79496 635.91578 464.70365 623.10477 472.34375 607.75 C 480.72611 590.9035 483.58035 576.32412 483.59375 550.1875 C 483.60683 524.55373 480.3848 500.8432 473.84375 478.6875 C 471.85301 471.9445 470.21875 465.2882 470.21875 463.875 C 470.21875 462.46181 469.43275 459.793 468.46875 457.96875 C 467.50472 456.14449 463.55003 445.93075 459.6875 435.25 C 441.14958 383.98864 411.0505 351.28132 383.84375 352.84375 z M 354.40625 570.625 C 349.04515 570.08646 348.22452 570.99934 339.28125 587.78125 C 334.07813 597.5448 328.37355 608.98025 326.59375 613.1875 C 322.95121 621.79802 322.11566 639.27911 325.09375 644.84375 C 327.10824 648.60783 335.60066 653.71951 344.125 656.3125 C 363.0002 662.05408 386.15625 649.91032 386.15625 634.28125 C 386.15625 622.31188 380.19869 607.39931 363.25 576.90625 C 361.00674 572.8703 358.40033 571.02625 354.40625 570.625 z "
-       style="fill:#5fbcd3"
-       id="path5006"
-       d="m 322.8125,352.46875 c -13.35418,0 -21.43475,4.38445 -37.15625,20.25 -15.70071,15.84455 -26.7034,34.97602 -38.5,66.90625 -10.01799,27.11601 -13.1487,37.43422 -15.59375,51.34375 -1.10803,6.30344 -2.88232,15.74713 -3.96875,21 -1.92576,9.31107 -2.90131,62.27154 -1.25,67.875 9.05322,30.72042 16.62029,42.08553 33.875,50.90625 6.76333,3.45748 15.7352,7.08091 19.9375,8.03125 4.2023,0.95033 8.63036,1.79374 9.84375,1.90625 3.82871,0.355 27.02363,-43.45057 37.8125,-71.40625 2.83812,-7.35402 6.62058,-16.82895 8.375,-21.03125 2.79434,-6.69323 3.25554,-18.65778 3.75,-96.5625 0.55928,-88.11452 0.50871,-88.96628 -3.5,-94.0625 -3.43402,-4.36567 -5.47593,-5.15625 -13.625,-5.15625 z m 61.03125,0.375 c -9.38176,0.53878 -10.33215,1.0664 -13.5,7.28125 -3.14561,6.17127 -3.36005,13.13712 -2.8125,90.71875 l 0.59375,84.0625 5.03125,14.3125 C 380.51634,570.17502 382.91664,575.62896 400,610 l 15.5,31.1875 6.8125,-1.21875 c 22.48246,-4.05297 42.39115,-16.86398 50.03125,-32.21875 8.38236,-16.8465 11.2366,-31.42588 11.25,-57.5625 0.0131,-25.63377 -3.20895,-49.3443 -9.75,-71.5 -1.99074,-6.743 -3.625,-13.3993 -3.625,-14.8125 0,-1.41319 -0.786,-4.082 -1.75,-5.90625 -0.96403,-1.82426 -4.91872,-12.038 -8.78125,-22.71875 -18.53792,-51.26136 -48.637,-83.96868 -75.84375,-82.40625 z M 354.40625,570.625 c -5.3611,-0.53854 -6.18173,0.37434 -15.125,17.15625 -5.20312,9.76355 -10.9077,21.199 -12.6875,25.40625 -3.64254,8.61052 -4.47809,26.09161 -1.5,31.65625 2.01449,3.76408 10.50691,8.87576 19.03125,11.46875 18.8752,5.74158 42.03125,-6.40218 42.03125,-22.03125 0,-11.96937 -5.95756,-26.88194 -22.90625,-57.375 -2.24326,-4.03595 -4.84967,-5.88 -8.84375,-6.28125 z" />
-    <path
-       style="fill:#ffffff;fill-opacity:0.28767126;fill-rule:evenodd;stroke:none;filter:url(#filter4935)"
-       d="m 230.25,217.96875 c -90.22286,0 -162.84375,72.65214 -162.84375,162.875 l 0,75.0625 c 22.651357,26.81925 55.2308,43.5625 91.5625,43.5625 l 403.28125,0 c 30.27905,0 57.94376,-11.62632 79.4375,-31.03125 l 0,-87.59375 c 0,-90.22286 -72.62089,-162.875 -162.84375,-162.875 l -248.59375,0 z"
-       id="rect4858"
-       inkscape:connector-curvature="0"
-       transform="matrix(0.96134242,0,0,0.95205871,13.703506,23.945179)" />
-    <rect
-       style="fill:#00aad4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.09465021"
-       id="rect4490"
-       width="574.28571"
-       height="574.28571"
-       x="67.401604"
-       y="217.97319"
-       ry="162.85715" />
-  </g>
-</svg>
diff --git a/examples/hoofbeats/index.html b/examples/hoofbeats/index.html
deleted file mode 100644 (file)
index e9cf520..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-<!-- vi: set et sw=4 ts=4 si: -->
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-
-    <title>Hoofbeats</title>
-    <meta name="description" content="A media player">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <link id="cowhide-theme" rel="stylesheet" href="lib/cowhide-default.css">
-    <link rel="stylesheet" href="stylesheets/hoofbeats.css">
-  </head>
-
-  <body>
-    <div class="container-fluid">
-      <div id="application"></div>
-    </div> <!-- container -->
-
-    <!-- initial template of our application; it just installs the outlet. -->
-    <script type="text/x-handlebars" data-template-name="application">
-      <div class="navbar navbar-inverse navbar-fixed-top">
-        <div class="navbar-inner">
-          <ul class="nav">
-            <li>
-                {{#linkTo "all"}}
-                    <i class="icon-white icon-th-list"></i>
-                    All
-                {{/linkTo}}
-            </li>
-          </ul>
-        </div>
-      </div>
-
-      <div class="page content">
-          {{outlet}}
-      </div>
-    </script>
-
-    <script type="text/x-handlebars" data-template-name="all">
-        <ul class="item-list striped">
-            {{#each mediaItem in controller}}
-                <li>
-                    {{view Hoofbeats.MediaItemView contentBinding="mediaItem"}}
-                </li>
-            {{/each}}
-        </ul>
-    </script>
-
-    <script type="text/x-handlebars" data-template-name="mediaItem">
-        <div class="info">
-            <div class="title">{{mediaItem.title}}</div>
-            <div class="authors">{{mediaItem.artists}}</div>
-        </div>
-        <div class="duration">
-            {{mediaItem.durationString}}
-        </div>
-    </script>
-
-    <!-- the UI framework -->
-    <script src="lib/cowhide.js"></script>
-
-    <!-- our own js files -->
-    <script src="javascripts/resolvers/musicbrainz.js"></script>
-    <script src="javascripts/library.js"></script>
-
-    <!-- the application framework -->
-    <script src="lib/handlebars-1.0.rc.2.js"></script>
-    <script src="lib/ember-1.0.0-pre.4.js"></script>
-
-    <!-- other useful js files -->
-    <script src="lib/moment.js"></script>
-
-    <!-- the Ember app -->
-
-    <!-- main files -->
-    <script src="javascripts/app/app.js"></script>
-    <script src="javascripts/app/router.js"></script>
-    <script src="javascripts/app/store.js"></script>
-
-    <!-- models -->
-    <script src="javascripts/app/models/mediaItemModel.js"></script>
-
-    <!-- controllers -->
-    <script src="javascripts/app/controllers/allController.js"></script>
-
-    <!-- views -->
-    <script src="javascripts/app/views/allView.js"></script>
-    <script src="javascripts/app/views/mediaItemView.js"></script>
-
-  </body>
-</html>
diff --git a/examples/hoofbeats/javascripts/app/app.js b/examples/hoofbeats/javascripts/app/app.js
deleted file mode 100644 (file)
index 38aad38..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(win) {
-    win.Hoofbeats = win.Ember.Application.create({
-        VERSION: '0.1',
-        rootElement: '#application',
-        library: null,
-    });
-}(window));
diff --git a/examples/hoofbeats/javascripts/app/controllers/allController.js b/examples/hoofbeats/javascripts/app/controllers/allController.js
deleted file mode 100644 (file)
index a7f2275..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember, _) {
-    var AllController = Ember.ArrayController.extend({
-        content: [],
-    });
-
-    app.AllController = AllController;
-})(window.Hoofbeats, window.Ember);
diff --git a/examples/hoofbeats/javascripts/app/models/mediaItemModel.js b/examples/hoofbeats/javascripts/app/models/mediaItemModel.js
deleted file mode 100644 (file)
index 154ec10..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    var MediaItem = Ember.Object.extend({
-        id: null,
-        title: null,
-        artists: null,
-        duration: null,
-
-        durationString: function() {
-            return moment("0", "ss").add('milliseconds', this.duration).format("mm:ss");
-        }.property('duration')
-    });
-
-
-    MediaItem.reopenClass({
-        findAll: function() {
-            var items = [];
-
-            console.log("MediaItem.findAll: entered.");
-            app.Store.getMediaItems().done(function(data) {
-                if (data !== undefined) {
-                    data.forEach(function(item) {
-                        console.log("MediaItem.findAll: pushing object.");
-                        items.pushObject(app.MediaItem.create(item));
-                    });
-                }
-            });
-
-            return items;
-        },
-
-        find: function(item_id) {
-            var item;
-
-            console.log("MediaItem.find: entered.");
-            app.Store.getMediaItem(item_id).done(function(data) {
-                item = app.MediaItem.create(data);
-            });
-
-            return item;
-        }
-    });
-
-    app.MediaItem = MediaItem;
-})(window.Hoofbeats, window.Ember);
diff --git a/examples/hoofbeats/javascripts/app/router.js b/examples/hoofbeats/javascripts/app/router.js
deleted file mode 100644 (file)
index e3e6437..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(win, app, Ember) {
-    app.Router.map(function() {
-        this.resource('all', {path: '/'});
-    });
-
-    app.AllRoute = Ember.Route.extend({
-        setupController: function(controller) {
-            var self = this;
-
-            if (app.library !== null) {
-                return;
-            }
-
-            if (win.HoofbeatsLibrary) {
-                app.library = new win.HoofbeatsLibrary();
-            } else {
-                setTimeout(function() {
-                    self.initLibrary();
-                }, 100);
-            }
-        },
-        model: function() {
-            return app.MediaItem.findAll();
-        },
-    });
-}(window, window.Hoofbeats, window.Ember));
diff --git a/examples/hoofbeats/javascripts/app/store.js b/examples/hoofbeats/javascripts/app/store.js
deleted file mode 100644 (file)
index d6ad03a..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, $) {
-    var Store = function() {
-        this.reset();
-        this.scan();
-    }
-
-    Store.prototype = {
-        reset: function() {
-            this.scanCompleted = false;
-        },
-
-        scan: function() {
-            var self = this;
-
-            if (self.scanCompleted) {
-                return;
-            }
-
-            console.log("Store.scan: entered.");
-            if (app.library !== null) {
-                app.library.scan().then(function() {
-                    self.scanCompleted = true;
-                    console.log(
-                        "Store.scan: completed. " +
-                        app.library.getSize() +
-                        " items in the library.");
-                });
-            } else {
-                setTimeout(function() {
-                    self.scan();
-                }, 100);
-            }
-        },
-
-        // TODO: make the next two functions into one, to be DRY.
-        getMediaItems: function(deferred) {
-            var self = this,
-                d = deferred || new $.Deferred();
-
-            console.log("Store.getMediaItems: entered.");
-            if (self.scanCompleted) {
-                console.log("Store.getMediaItems: scan is completed, resolving promise.");
-                d.resolve(app.library.getItems());
-            } else {
-                // If the scan is not completed, we must be still scanning.
-                console.log("Store.getMediaItems: scan still pending. Trying again later.");
-                setTimeout(function() {
-                    return self.getMediaItems(d);
-                }, 100);
-            }
-
-            return d.promise();
-        },
-
-        getMediaItem: function(item_id, deferred) {
-            var self = this,
-                d = deferred || new $.DeferreD();
-
-            console.log("Store.getMediaItem: entered.");
-            if (self.scanCompleted) {
-                console.log("Store.getMediaITem: scan is completed, resolving promise.");
-                d.resolve(app.library.item(item_id));
-            } else {
-                // If the scan is not completed, we must be still scanning.
-                console.log("Store.getMediaItem: scan still pending. Trying again later.");
-                setTimeout(function() {
-                    return self.getMediaItem(item_id, deferred);
-                }, 100);
-            }
-        }
-    };
-
-    app.Store = new Store();
-})(window.Hoofbeats, window.jQuery);
diff --git a/examples/hoofbeats/javascripts/app/views/allView.js b/examples/hoofbeats/javascripts/app/views/allView.js
deleted file mode 100644 (file)
index 17b2f56..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    var AllView = Ember.View.extend({
-        templateName: 'all',
-        classNames: ['mediaItems ch-simple-scrollable'],
-
-        didInsertElement: function() {
-            this.$().ch_simple_scrollable('enable');
-        }
-    });
-
-    app.AllView = AllView;
-})(window.Hoofbeats, window.Ember);
diff --git a/examples/hoofbeats/javascripts/app/views/mediaItemView.js b/examples/hoofbeats/javascripts/app/views/mediaItemView.js
deleted file mode 100644 (file)
index eb3ee13..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(app, Ember) {
-    var MediaItemView = Ember.View.extend({
-        templateName: 'mediaItem',
-        classNames: ['mediaItem']
-    });
-
-    app.MediaItemView = MediaItemView;
-})(window.Hoofbeats, window.Ember);
diff --git a/examples/hoofbeats/javascripts/library.js b/examples/hoofbeats/javascripts/library.js
deleted file mode 100644 (file)
index 4594d17..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(win, $) {
-    var library = function() {
-        // Private stuff
-
-        var _priv = {
-            initialized: false,
-            deferred: undefined,
-            fetchCount: 100,
-            fetchOffset: 0,
-            oneTime: false,
-            mediaItems: [],
-            resolveBackend: MusicBrainz,
-
-            errorCB: function(error) {
-                console.log("HoofbeatsLibrary.errorCB: " + error.name);
-                this.deferred.reject();
-                throw new Error(error.name);
-            },
-
-            findCB: function(items) {
-                items.forEach(function(item, index, items) {
-                    _priv.mediaItems.push(item);
-                    if (_priv.resolveBackend !== undefined) {
-                        _priv.resolveBackend.getArtist(item.artists[0]).done(
-                            function(data) {
-                                console.log(
-                                    "HoofbeatsLibrary.findCB: " +
-                                    "item resolved on " + _priv.resolveBackend.name() +
-                                    ": " + data.name);
-                            }
-                        );
-                    }
-                });
-
-                if (items.length == _priv.fetchCount && !_priv.oneTime) {
-                    // There *might* be more items.
-                    _priv.fetchOffset += _priv.fetchCount;
-                    tizen.content.find(
-                        _priv.findCB.bind(this),
-                        _priv.errorCB.bind(this),
-                        null,
-                        _priv.typeFilter,
-                        null,
-                        _priv.fetchCount,
-                        _priv.fetchOffset);
-                } else {
-                    _priv.deferred.resolve();
-                }
-            }
-        }; // _priv
-
-
-        // Public stuff
-        return {
-            initialize: function() {
-                if (_priv.initialized)
-                    return;
-
-                if (win.tizen === undefined) {
-                    throw Error("You need the Tizen web API  to run Hoofbeats.");
-                }
-
-                _priv.audioTypeFilter = new tizen.AttributeFilter(
-                    "type", "EXACTLY", "AUDIO");
-                _priv.videoTypeFilter = new tizen.AttributeFilter(
-                    "type", "EXACTLY", "VIDEO");
-                _priv.typeFilter = new tizen.CompositeFilter(
-                    "UNION", [_priv.audioTypeFilter, _priv.videoTypeFilter]);
-            },
-
-            scan: function(options) {
-                var opts = options || {};
-                if (opts.resolveBackend !== MusicBrainz) {
-                    _priv.resolveBackend = opts.resolveBackend;
-                }
-
-                _priv.deferred = new $.Deferred();
-                this.initialize();
-
-                _priv.mediaItems = [];
-                _priv.fetchOffset = 0;
-
-                if (opts.count !== undefined) {
-                    _priv.fetchCount = opts.count;
-                    _priv.oneTime = true;
-                }
-
-                tizen.content.find(
-                    _priv.findCB.bind(this),
-                    _priv.errorCB.bind(this),
-                    null,
-                    _priv.typeFilter,
-                    null,
-                    _priv.fetchCount,
-                    _priv.fetchOffset);
-
-                return _priv.deferred.promise();
-            },
-
-            item: function(id) {
-                var ret;
-
-                _priv.mediaItems.forEach(function(item, index, items) {
-                    if (item.id == id)
-                        ret = item;
-                });
-
-                return ret;
-            },
-
-            // Some simple getters
-            getInitialized: function() { return _priv.initialized; },
-            getItems: function() { return _priv.mediaItems; },
-            getSize: function() { return _priv.mediaItems.length; },
-            getResolve: function() {return _priv.resolveBackend !== undefined; }
-        };
-    };
-
-    win.HoofbeatsLibrary = library;
-}(window, jQuery));
diff --git a/examples/hoofbeats/javascripts/resolvers/dummy.js b/examples/hoofbeats/javascripts/resolvers/dummy.js
deleted file mode 100644 (file)
index 5aa44f9..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(win, $) {
-    var dummyResolver = function() {
-        return {
-            name: function() { return "DummyResolver"; },
-
-            getArtist: function(q) {
-                return new $.Deferred().resolve({
-                    name: 'Regina Spektor'
-                });
-            }
-        };
-    };
-
-    win.DummyResolver = new dummyResolver();
-}(window, jQuery));
diff --git a/examples/hoofbeats/javascripts/resolvers/musicbrainz.js b/examples/hoofbeats/javascripts/resolvers/musicbrainz.js
deleted file mode 100644 (file)
index 22ed47d..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(win, $) {
-    var musicbrainz = function() {
-        var _priv = {
-            _baseUrl: 'http://musicbrainz.org/ws/2/',
-            _fmtArg: 'fmt=json',
-            _interval: undefined,
-            _queue: [],
-            _url_cache: {},
-
-
-            /* Internal methods to perform XHR requests. */
-
-            _get: function(request) {
-                if (request.url in _priv._url_cache) {
-                    request.deferred.resolve(_priv._url_cache[request.url]);
-                } else {
-                    $.getJSON(request.url)
-                    .done(function(data, statusText, xhr) {
-                        _priv._url_cache[request.url] = data;
-                        request.deferred.resolve(data);
-                    })
-                    .error(function(xhr) {
-                        if (xhr.status === 503) {
-                            _priv._enqueue(request); // put it back in the queue
-                        }
-                    });
-                }
-
-                return request.deferred.promise();
-            },
-
-
-            /* Internal methods for the handling of the request queue */
-
-            _startQueue: function() {
-                if (_priv._interval === undefined) {
-                    _priv._interval = setInterval(function() {
-                        _priv._dequeue();
-                    }, 2000);
-                }
-            },
-
-            _stopQueue: function() {
-                clearInterval(_priv._interval);
-                _priv._interval = undefined;
-            },
-
-            _enqueue: function(request) {
-                if ($.inArray(request.url, _priv._queue) < 0) {
-                    _priv._queue.push(request);
-                }
-            },
-
-            _dequeue: function() {
-                var request = _priv._queue.shift();
-                if (request !== undefined) {
-                    _priv._get(request);
-                }
-            }
-        }; // _priv
-
-
-        /* Public methods */
-        return {
-            name: function() { return "MusicBrainz"; },
-
-            getArtist: function(q) {
-                var lookup_url = _priv._baseUrl + 'artist/?query="' + q +
-                                 '"&' + _priv._fmtArg,
-                    lookup_deferred = new $.Deferred(),
-                    returned_deferred = new $.Deferred();
-
-                if (q !== undefined) {
-                    if (_priv._interval === undefined) {
-                        _priv._startQueue();
-                    }
-
-                    _priv._enqueue({url: lookup_url, deferred: lookup_deferred});
-                    lookup_deferred.done(function(data) {
-                        if (data.count > 0) {
-                            var artist_url = _priv._baseUrl + 'artist/' +
-                                             data.artist[0].id + '?' + _priv._fmtArg,
-                                artist_deferred = new $.Deferred();
-
-                            _priv._get({url: artist_url, deferred: artist_deferred});
-                            artist_deferred.done(function(data) {
-                                returned_deferred.resolve(data);
-                            });
-                        } else {
-                            returned_deferred.reject();
-                        }
-                    });
-                } else {
-                    returned_deferred.reject();
-                }
-
-                return returned_deferred.promise();
-            }
-        };
-    };
-
-    win.MusicBrainz = new musicbrainz();
-}(window, jQuery));
diff --git a/examples/hoofbeats/lib/moment.js b/examples/hoofbeats/lib/moment.js
deleted file mode 100644 (file)
index e6fa145..0000000
+++ /dev/null
@@ -1,1213 +0,0 @@
-// moment.js
-// version : 1.7.2
-// author : Tim Wood
-// license : MIT
-// momentjs.com
-
-(function (undefined) {
-
-    /************************************
-        Constants
-    ************************************/
-
-    var moment,
-        VERSION = "1.7.2",
-        round = Math.round, i,
-        // internal storage for language config files
-        languages = {},
-        currentLanguage = 'en',
-
-        // check for nodeJS
-        hasModule = (typeof module !== 'undefined' && module.exports),
-
-        // Parameters to check for on the lang config.  This list of properties
-        // will be inherited from English if not provided in a language
-        // definition.  monthsParse is also a lang config property, but it
-        // cannot be inherited and as such cannot be enumerated here.
-        langConfigProperties = 'months|monthsShort|weekdays|weekdaysShort|weekdaysMin|longDateFormat|calendar|relativeTime|ordinal|meridiem'.split('|'),
-
-        // ASP.NET json date format regex
-        aspNetJsonRegex = /^\/?Date\((\-?\d+)/i,
-
-        // format tokens
-        formattingTokens = /(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|YYYY|YY|a|A|hh?|HH?|mm?|ss?|SS?S?|zz?|ZZ?|.)/g,
-        localFormattingTokens = /(\[[^\[]*\])|(\\)?(LT|LL?L?L?)/g,
-
-        // parsing tokens
-        parseMultipleFormatChunker = /([0-9a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+)/gi,
-
-        // parsing token regexes
-        parseTokenOneOrTwoDigits = /\d\d?/, // 0 - 99
-        parseTokenOneToThreeDigits = /\d{1,3}/, // 0 - 999
-        parseTokenThreeDigits = /\d{3}/, // 000 - 999
-        parseTokenFourDigits = /\d{1,4}/, // 0 - 9999
-        parseTokenWord = /[0-9a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+/i, // any word characters or numbers
-        parseTokenTimezone = /Z|[\+\-]\d\d:?\d\d/i, // +00:00 -00:00 +0000 -0000 or Z
-        parseTokenT = /T/i, // T (ISO seperator)
-
-        // preliminary iso regex
-        // 0000-00-00 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000
-        isoRegex = /^\s*\d{4}-\d\d-\d\d(T(\d\d(:\d\d(:\d\d(\.\d\d?\d?)?)?)?)?([\+\-]\d\d:?\d\d)?)?/,
-        isoFormat = 'YYYY-MM-DDTHH:mm:ssZ',
-
-        // iso time formats and regexes
-        isoTimes = [
-            ['HH:mm:ss.S', /T\d\d:\d\d:\d\d\.\d{1,3}/],
-            ['HH:mm:ss', /T\d\d:\d\d:\d\d/],
-            ['HH:mm', /T\d\d:\d\d/],
-            ['HH', /T\d\d/]
-        ],
-
-        // timezone chunker "+10:00" > ["10", "00"] or "-1530" > ["-15", "30"]
-        parseTimezoneChunker = /([\+\-]|\d\d)/gi,
-
-        // getter and setter names
-        proxyGettersAndSetters = 'Month|Date|Hours|Minutes|Seconds|Milliseconds'.split('|'),
-        unitMillisecondFactors = {
-            'Milliseconds' : 1,
-            'Seconds' : 1e3,
-            'Minutes' : 6e4,
-            'Hours' : 36e5,
-            'Days' : 864e5,
-            'Months' : 2592e6,
-            'Years' : 31536e6
-        },
-
-        // format function strings
-        formatFunctions = {},
-
-        // tokens to ordinalize and pad
-        ordinalizeTokens = 'DDD w M D d'.split(' '),
-        paddedTokens = 'M D H h m s w'.split(' '),
-
-        /*
-         * moment.fn.format uses new Function() to create an inlined formatting function.
-         * Results are a 3x speed boost
-         * http://jsperf.com/momentjs-cached-format-functions
-         *
-         * These strings are appended into a function using replaceFormatTokens and makeFormatFunction
-         */
-        formatTokenFunctions = {
-            // a = placeholder
-            // b = placeholder
-            // t = the current moment being formatted
-            // v = getValueAtKey function
-            // o = language.ordinal function
-            // p = leftZeroFill function
-            // m = language.meridiem value or function
-            M    : function () {
-                return this.month() + 1;
-            },
-            MMM  : function (format) {
-                return getValueFromArray("monthsShort", this.month(), this, format);
-            },
-            MMMM : function (format) {
-                return getValueFromArray("months", this.month(), this, format);
-            },
-            D    : function () {
-                return this.date();
-            },
-            DDD  : function () {
-                var a = new Date(this.year(), this.month(), this.date()),
-                    b = new Date(this.year(), 0, 1);
-                return ~~(((a - b) / 864e5) + 1.5);
-            },
-            d    : function () {
-                return this.day();
-            },
-            dd   : function (format) {
-                return getValueFromArray("weekdaysMin", this.day(), this, format);
-            },
-            ddd  : function (format) {
-                return getValueFromArray("weekdaysShort", this.day(), this, format);
-            },
-            dddd : function (format) {
-                return getValueFromArray("weekdays", this.day(), this, format);
-            },
-            w    : function () {
-                var a = new Date(this.year(), this.month(), this.date() - this.day() + 5),
-                    b = new Date(a.getFullYear(), 0, 4);
-                return ~~((a - b) / 864e5 / 7 + 1.5);
-            },
-            YY   : function () {
-                return leftZeroFill(this.year() % 100, 2);
-            },
-            YYYY : function () {
-                return leftZeroFill(this.year(), 4);
-            },
-            a    : function () {
-                return this.lang().meridiem(this.hours(), this.minutes(), true);
-            },
-            A    : function () {
-                return this.lang().meridiem(this.hours(), this.minutes(), false);
-            },
-            H    : function () {
-                return this.hours();
-            },
-            h    : function () {
-                return this.hours() % 12 || 12;
-            },
-            m    : function () {
-                return this.minutes();
-            },
-            s    : function () {
-                return this.seconds();
-            },
-            S    : function () {
-                return ~~(this.milliseconds() / 100);
-            },
-            SS   : function () {
-                return leftZeroFill(~~(this.milliseconds() / 10), 2);
-            },
-            SSS  : function () {
-                return leftZeroFill(this.milliseconds(), 3);
-            },
-            Z    : function () {
-                var a = -this.zone(),
-                    b = "+";
-                if (a < 0) {
-                    a = -a;
-                    b = "-";
-                }
-                return b + leftZeroFill(~~(a / 60), 2) + ":" + leftZeroFill(~~a % 60, 2);
-            },
-            ZZ   : function () {
-                var a = -this.zone(),
-                    b = "+";
-                if (a < 0) {
-                    a = -a;
-                    b = "-";
-                }
-                return b + leftZeroFill(~~(10 * a / 6), 4);
-            }
-        };
-
-    function getValueFromArray(key, index, m, format) {
-        var lang = m.lang();
-        return lang[key].call ? lang[key](m, format) : lang[key][index];
-    }
-
-    function padToken(func, count) {
-        return function (a) {
-            return leftZeroFill(func.call(this, a), count);
-        };
-    }
-    function ordinalizeToken(func) {
-        return function (a) {
-            var b = func.call(this, a);
-            return b + this.lang().ordinal(b);
-        };
-    }
-
-    while (ordinalizeTokens.length) {
-        i = ordinalizeTokens.pop();
-        formatTokenFunctions[i + 'o'] = ordinalizeToken(formatTokenFunctions[i]);
-    }
-    while (paddedTokens.length) {
-        i = paddedTokens.pop();
-        formatTokenFunctions[i + i] = padToken(formatTokenFunctions[i], 2);
-    }
-    formatTokenFunctions.DDDD = padToken(formatTokenFunctions.DDD, 3);
-
-
-    /************************************
-        Constructors
-    ************************************/
-
-
-    // Moment prototype object
-    function Moment(date, isUTC, lang) {
-        this._d = date;
-        this._isUTC = !!isUTC;
-        this._a = date._a || null;
-        this._lang = lang || false;
-    }
-
-    // Duration Constructor
-    function Duration(duration) {
-        var data = this._data = {},
-            years = duration.years || duration.y || 0,
-            months = duration.months || duration.M || 0,
-            weeks = duration.weeks || duration.w || 0,
-            days = duration.days || duration.d || 0,
-            hours = duration.hours || duration.h || 0,
-            minutes = duration.minutes || duration.m || 0,
-            seconds = duration.seconds || duration.s || 0,
-            milliseconds = duration.milliseconds || duration.ms || 0;
-
-        // representation for dateAddRemove
-        this._milliseconds = milliseconds +
-            seconds * 1e3 + // 1000
-            minutes * 6e4 + // 1000 * 60
-            hours * 36e5; // 1000 * 60 * 60
-        // Because of dateAddRemove treats 24 hours as different from a
-        // day when working around DST, we need to store them separately
-        this._days = days +
-            weeks * 7;
-        // It is impossible translate months into days without knowing
-        // which months you are are talking about, so we have to store
-        // it separately.
-        this._months = months +
-            years * 12;
-
-        // The following code bubbles up values, see the tests for
-        // examples of what that means.
-        data.milliseconds = milliseconds % 1000;
-        seconds += absRound(milliseconds / 1000);
-
-        data.seconds = seconds % 60;
-        minutes += absRound(seconds / 60);
-
-        data.minutes = minutes % 60;
-        hours += absRound(minutes / 60);
-
-        data.hours = hours % 24;
-        days += absRound(hours / 24);
-
-        days += weeks * 7;
-        data.days = days % 30;
-
-        months += absRound(days / 30);
-
-        data.months = months % 12;
-        years += absRound(months / 12);
-
-        data.years = years;
-
-        this._lang = false;
-    }
-
-
-    /************************************
-        Helpers
-    ************************************/
-
-
-    function absRound(number) {
-        if (number < 0) {
-            return Math.ceil(number);
-        } else {
-            return Math.floor(number);
-        }
-    }
-
-    // left zero fill a number
-    // see http://jsperf.com/left-zero-filling for performance comparison
-    function leftZeroFill(number, targetLength) {
-        var output = number + '';
-        while (output.length < targetLength) {
-            output = '0' + output;
-        }
-        return output;
-    }
-
-    // helper function for _.addTime and _.subtractTime
-    function addOrSubtractDurationFromMoment(mom, duration, isAdding) {
-        var ms = duration._milliseconds,
-            d = duration._days,
-            M = duration._months,
-            currentDate;
-
-        if (ms) {
-            mom._d.setTime(+mom + ms * isAdding);
-        }
-        if (d) {
-            mom.date(mom.date() + d * isAdding);
-        }
-        if (M) {
-            currentDate = mom.date();
-            mom.date(1)
-                .month(mom.month() + M * isAdding)
-                .date(Math.min(currentDate, mom.daysInMonth()));
-        }
-    }
-
-    // check if is an array
-    function isArray(input) {
-        return Object.prototype.toString.call(input) === '[object Array]';
-    }
-
-    // compare two arrays, return the number of differences
-    function compareArrays(array1, array2) {
-        var len = Math.min(array1.length, array2.length),
-            lengthDiff = Math.abs(array1.length - array2.length),
-            diffs = 0,
-            i;
-        for (i = 0; i < len; i++) {
-            if (~~array1[i] !== ~~array2[i]) {
-                diffs++;
-            }
-        }
-        return diffs + lengthDiff;
-    }
-
-    // convert an array to a date.
-    // the array should mirror the parameters below
-    // note: all values past the year are optional and will default to the lowest possible value.
-    // [year, month, day , hour, minute, second, millisecond]
-    function dateFromArray(input, asUTC, hoursOffset, minutesOffset) {
-        var i, date, forValid = [];
-        for (i = 0; i < 7; i++) {
-            forValid[i] = input[i] = (input[i] == null) ? (i === 2 ? 1 : 0) : input[i];
-        }
-        // we store whether we used utc or not in the input array
-        input[7] = forValid[7] = asUTC;
-        // if the parser flagged the input as invalid, we pass the value along
-        if (input[8] != null) {
-            forValid[8] = input[8];
-        }
-        // add the offsets to the time to be parsed so that we can have a clean array
-        // for checking isValid
-        input[3] += hoursOffset || 0;
-        input[4] += minutesOffset || 0;
-        date = new Date(0);
-        if (asUTC) {
-            date.setUTCFullYear(input[0], input[1], input[2]);
-            date.setUTCHours(input[3], input[4], input[5], input[6]);
-        } else {
-            date.setFullYear(input[0], input[1], input[2]);
-            date.setHours(input[3], input[4], input[5], input[6]);
-        }
-        date._a = forValid;
-        return date;
-    }
-
-    // Loads a language definition into the `languages` cache.  The function
-    // takes a key and optionally values.  If not in the browser and no values
-    // are provided, it will load the language file module.  As a convenience,
-    // this function also returns the language values.
-    function loadLang(key, values) {
-        var i, m,
-            parse = [];
-
-        if (!values && hasModule) {
-            values = require('./lang/' + key);
-        }
-
-        for (i = 0; i < langConfigProperties.length; i++) {
-            // If a language definition does not provide a value, inherit
-            // from English
-            values[langConfigProperties[i]] = values[langConfigProperties[i]] ||
-              languages.en[langConfigProperties[i]];
-        }
-
-        for (i = 0; i < 12; i++) {
-            m = moment([2000, i]);
-            parse[i] = new RegExp('^' + (values.months[i] || values.months(m, '')) +
-                '|^' + (values.monthsShort[i] || values.monthsShort(m, '')).replace('.', ''), 'i');
-        }
-        values.monthsParse = values.monthsParse || parse;
-
-        languages[key] = values;
-
-        return values;
-    }
-
-    // Determines which language definition to use and returns it.
-    //
-    // With no parameters, it will return the global language.  If you
-    // pass in a language key, such as 'en', it will return the
-    // definition for 'en', so long as 'en' has already been loaded using
-    // moment.lang.  If you pass in a moment or duration instance, it
-    // will decide the language based on that, or default to the global
-    // language.
-    function getLangDefinition(m) {
-        var langKey = (typeof m === 'string') && m ||
-                      m && m._lang ||
-                      null;
-
-        return langKey ? (languages[langKey] || loadLang(langKey)) : moment;
-    }
-
-
-    /************************************
-        Formatting
-    ************************************/
-
-
-    function removeFormattingTokens(input) {
-        if (input.match(/\[.*\]/)) {
-            return input.replace(/^\[|\]$/g, "");
-        }
-        return input.replace(/\\/g, "");
-    }
-
-    function makeFormatFunction(format) {
-        var array = format.match(formattingTokens), i, length;
-
-        for (i = 0, length = array.length; i < length; i++) {
-            if (formatTokenFunctions[array[i]]) {
-                array[i] = formatTokenFunctions[array[i]];
-            } else {
-                array[i] = removeFormattingTokens(array[i]);
-            }
-        }
-
-        return function (mom) {
-            var output = "";
-            for (i = 0; i < length; i++) {
-                output += typeof array[i].call === 'function' ? array[i].call(mom, format) : array[i];
-            }
-            return output;
-        };
-    }
-
-    // format date using native date object
-    function formatMoment(m, format) {
-        var i = 5;
-
-        function replaceLongDateFormatTokens(input) {
-            return m.lang().longDateFormat[input] || input;
-        }
-
-        while (i-- && localFormattingTokens.test(format)) {
-            format = format.replace(localFormattingTokens, replaceLongDateFormatTokens);
-        }
-
-        if (!formatFunctions[format]) {
-            formatFunctions[format] = makeFormatFunction(format);
-        }
-
-        return formatFunctions[format](m);
-    }
-
-
-    /************************************
-        Parsing
-    ************************************/
-
-
-    // get the regex to find the next token
-    function getParseRegexForToken(token) {
-        switch (token) {
-        case 'DDDD':
-            return parseTokenThreeDigits;
-        case 'YYYY':
-            return parseTokenFourDigits;
-        case 'S':
-        case 'SS':
-        case 'SSS':
-        case 'DDD':
-            return parseTokenOneToThreeDigits;
-        case 'MMM':
-        case 'MMMM':
-        case 'dd':
-        case 'ddd':
-        case 'dddd':
-        case 'a':
-        case 'A':
-            return parseTokenWord;
-        case 'Z':
-        case 'ZZ':
-            return parseTokenTimezone;
-        case 'T':
-            return parseTokenT;
-        case 'MM':
-        case 'DD':
-        case 'YY':
-        case 'HH':
-        case 'hh':
-        case 'mm':
-        case 'ss':
-        case 'M':
-        case 'D':
-        case 'd':
-        case 'H':
-        case 'h':
-        case 'm':
-        case 's':
-            return parseTokenOneOrTwoDigits;
-        default :
-            return new RegExp(token.replace('\\', ''));
-        }
-    }
-
-    // function to convert string input to date
-    function addTimeToArrayFromToken(token, input, datePartArray, config) {
-        var a, b;
-
-        switch (token) {
-        // MONTH
-        case 'M' : // fall through to MM
-        case 'MM' :
-            datePartArray[1] = (input == null) ? 0 : ~~input - 1;
-            break;
-        case 'MMM' : // fall through to MMMM
-        case 'MMMM' :
-            for (a = 0; a < 12; a++) {
-                if (getLangDefinition().monthsParse[a].test(input)) {
-                    datePartArray[1] = a;
-                    b = true;
-                    break;
-                }
-            }
-            // if we didn't find a month name, mark the date as invalid.
-            if (!b) {
-                datePartArray[8] = false;
-            }
-            break;
-        // DAY OF MONTH
-        case 'D' : // fall through to DDDD
-        case 'DD' : // fall through to DDDD
-        case 'DDD' : // fall through to DDDD
-        case 'DDDD' :
-            if (input != null) {
-                datePartArray[2] = ~~input;
-            }
-            break;
-        // YEAR
-        case 'YY' :
-            datePartArray[0] = ~~input + (~~input > 70 ? 1900 : 2000);
-            break;
-        case 'YYYY' :
-            datePartArray[0] = ~~Math.abs(input);
-            break;
-        // AM / PM
-        case 'a' : // fall through to A
-        case 'A' :
-            config.isPm = ((input + '').toLowerCase() === 'pm');
-            break;
-        // 24 HOUR
-        case 'H' : // fall through to hh
-        case 'HH' : // fall through to hh
-        case 'h' : // fall through to hh
-        case 'hh' :
-            datePartArray[3] = ~~input;
-            break;
-        // MINUTE
-        case 'm' : // fall through to mm
-        case 'mm' :
-            datePartArray[4] = ~~input;
-            break;
-        // SECOND
-        case 's' : // fall through to ss
-        case 'ss' :
-            datePartArray[5] = ~~input;
-            break;
-        // MILLISECOND
-        case 'S' :
-        case 'SS' :
-        case 'SSS' :
-            datePartArray[6] = ~~ (('0.' + input) * 1000);
-            break;
-        // TIMEZONE
-        case 'Z' : // fall through to ZZ
-        case 'ZZ' :
-            config.isUTC = true;
-            a = (input + '').match(parseTimezoneChunker);
-            if (a && a[1]) {
-                config.tzh = ~~a[1];
-            }
-            if (a && a[2]) {
-                config.tzm = ~~a[2];
-            }
-            // reverse offsets
-            if (a && a[0] === '+') {
-                config.tzh = -config.tzh;
-                config.tzm = -config.tzm;
-            }
-            break;
-        }
-
-        // if the input is null, the date is not valid
-        if (input == null) {
-            datePartArray[8] = false;
-        }
-    }
-
-    // date from string and format string
-    function makeDateFromStringAndFormat(string, format) {
-        // This array is used to make a Date, either with `new Date` or `Date.UTC`
-        // We store some additional data on the array for validation
-        // datePartArray[7] is true if the Date was created with `Date.UTC` and false if created with `new Date`
-        // datePartArray[8] is false if the Date is invalid, and undefined if the validity is unknown.
-        var datePartArray = [0, 0, 1, 0, 0, 0, 0],
-            config = {
-                tzh : 0, // timezone hour offset
-                tzm : 0  // timezone minute offset
-            },
-            tokens = format.match(formattingTokens),
-            i, parsedInput;
-
-        for (i = 0; i < tokens.length; i++) {
-            parsedInput = (getParseRegexForToken(tokens[i]).exec(string) || [])[0];
-            if (parsedInput) {
-                string = string.slice(string.indexOf(parsedInput) + parsedInput.length);
-            }
-            // don't parse if its not a known token
-            if (formatTokenFunctions[tokens[i]]) {
-                addTimeToArrayFromToken(tokens[i], parsedInput, datePartArray, config);
-            }
-        }
-        // handle am pm
-        if (config.isPm && datePartArray[3] < 12) {
-            datePartArray[3] += 12;
-        }
-        // if is 12 am, change hours to 0
-        if (config.isPm === false && datePartArray[3] === 12) {
-            datePartArray[3] = 0;
-        }
-        // return
-        return dateFromArray(datePartArray, config.isUTC, config.tzh, config.tzm);
-    }
-
-    // date from string and array of format strings
-    function makeDateFromStringAndArray(string, formats) {
-        var output,
-            inputParts = string.match(parseMultipleFormatChunker) || [],
-            formattedInputParts,
-            scoreToBeat = 99,
-            i,
-            currentDate,
-            currentScore;
-        for (i = 0; i < formats.length; i++) {
-            currentDate = makeDateFromStringAndFormat(string, formats[i]);
-            formattedInputParts = formatMoment(new Moment(currentDate), formats[i]).match(parseMultipleFormatChunker) || [];
-            currentScore = compareArrays(inputParts, formattedInputParts);
-            if (currentScore < scoreToBeat) {
-                scoreToBeat = currentScore;
-                output = currentDate;
-            }
-        }
-        return output;
-    }
-
-    // date from iso format
-    function makeDateFromString(string) {
-        var format = 'YYYY-MM-DDT',
-            i;
-        if (isoRegex.exec(string)) {
-            for (i = 0; i < 4; i++) {
-                if (isoTimes[i][1].exec(string)) {
-                    format += isoTimes[i][0];
-                    break;
-                }
-            }
-            return parseTokenTimezone.exec(string) ?
-                makeDateFromStringAndFormat(string, format + ' Z') :
-                makeDateFromStringAndFormat(string, format);
-        }
-        return new Date(string);
-    }
-
-
-    /************************************
-        Relative Time
-    ************************************/
-
-
-    // helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize
-    function substituteTimeAgo(string, number, withoutSuffix, isFuture, lang) {
-        var rt = lang.relativeTime[string];
-        return (typeof rt === 'function') ?
-            rt(number || 1, !!withoutSuffix, string, isFuture) :
-            rt.replace(/%d/i, number || 1);
-    }
-
-    function relativeTime(milliseconds, withoutSuffix, lang) {
-        var seconds = round(Math.abs(milliseconds) / 1000),
-            minutes = round(seconds / 60),
-            hours = round(minutes / 60),
-            days = round(hours / 24),
-            years = round(days / 365),
-            args = seconds < 45 && ['s', seconds] ||
-                minutes === 1 && ['m'] ||
-                minutes < 45 && ['mm', minutes] ||
-                hours === 1 && ['h'] ||
-                hours < 22 && ['hh', hours] ||
-                days === 1 && ['d'] ||
-                days <= 25 && ['dd', days] ||
-                days <= 45 && ['M'] ||
-                days < 345 && ['MM', round(days / 30)] ||
-                years === 1 && ['y'] || ['yy', years];
-        args[2] = withoutSuffix;
-        args[3] = milliseconds > 0;
-        args[4] = lang;
-        return substituteTimeAgo.apply({}, args);
-    }
-
-
-    /************************************
-        Top Level Functions
-    ************************************/
-
-
-    moment = function (input, format) {
-        if (input === null || input === '') {
-            return null;
-        }
-        var date,
-            matched;
-        // parse Moment object
-        if (moment.isMoment(input)) {
-            return new Moment(new Date(+input._d), input._isUTC, input._lang);
-        // parse string and format
-        } else if (format) {
-            if (isArray(format)) {
-                date = makeDateFromStringAndArray(input, format);
-            } else {
-                date = makeDateFromStringAndFormat(input, format);
-            }
-        // evaluate it as a JSON-encoded date
-        } else {
-            matched = aspNetJsonRegex.exec(input);
-            date = input === undefined ? new Date() :
-                matched ? new Date(+matched[1]) :
-                input instanceof Date ? input :
-                isArray(input) ? dateFromArray(input) :
-                typeof input === 'string' ? makeDateFromString(input) :
-                new Date(input);
-        }
-
-        return new Moment(date);
-    };
-
-    // creating with utc
-    moment.utc = function (input, format) {
-        if (isArray(input)) {
-            return new Moment(dateFromArray(input, true), true);
-        }
-        // if we don't have a timezone, we need to add one to trigger parsing into utc
-        if (typeof input === 'string' && !parseTokenTimezone.exec(input)) {
-            input += ' +0000';
-            if (format) {
-                format += ' Z';
-            }
-        }
-        return moment(input, format).utc();
-    };
-
-    // creating with unix timestamp (in seconds)
-    moment.unix = function (input) {
-        return moment(input * 1000);
-    };
-
-    // duration
-    moment.duration = function (input, key) {
-        var isDuration = moment.isDuration(input),
-            isNumber = (typeof input === 'number'),
-            duration = (isDuration ? input._data : (isNumber ? {} : input)),
-            ret;
-
-        if (isNumber) {
-            if (key) {
-                duration[key] = input;
-            } else {
-                duration.milliseconds = input;
-            }
-        }
-
-        ret = new Duration(duration);
-
-        if (isDuration) {
-            ret._lang = input._lang;
-        }
-
-        return ret;
-    };
-
-    // humanizeDuration
-    // This method is deprecated in favor of the new Duration object.  Please
-    // see the moment.duration method.
-    moment.humanizeDuration = function (num, type, withSuffix) {
-        return moment.duration(num, type === true ? null : type).humanize(type === true ? true : withSuffix);
-    };
-
-    // version number
-    moment.version = VERSION;
-
-    // default format
-    moment.defaultFormat = isoFormat;
-
-    // This function will load languages and then set the global language.  If
-    // no arguments are passed in, it will simply return the current global
-    // language key.
-    moment.lang = function (key, values) {
-        var i;
-
-        if (!key) {
-            return currentLanguage;
-        }
-        if (values || !languages[key]) {
-            loadLang(key, values);
-        }
-        if (languages[key]) {
-            // deprecated, to get the language definition variables, use the
-            // moment.fn.lang method or the getLangDefinition function.
-            for (i = 0; i < langConfigProperties.length; i++) {
-                moment[langConfigProperties[i]] = languages[key][langConfigProperties[i]];
-            }
-            moment.monthsParse = languages[key].monthsParse;
-            currentLanguage = key;
-        }
-    };
-
-    // returns language data
-    moment.langData = getLangDefinition;
-
-    // compare moment object
-    moment.isMoment = function (obj) {
-        return obj instanceof Moment;
-    };
-
-    // for typechecking Duration objects
-    moment.isDuration = function (obj) {
-        return obj instanceof Duration;
-    };
-
-    // Set default language, other languages will inherit from English.
-    moment.lang('en', {
-        months : "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
-        monthsShort : "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
-        weekdays : "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
-        weekdaysShort : "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
-        weekdaysMin : "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
-        longDateFormat : {
-            LT : "h:mm A",
-            L : "MM/DD/YYYY",
-            LL : "MMMM D YYYY",
-            LLL : "MMMM D YYYY LT",
-            LLLL : "dddd, MMMM D YYYY LT"
-        },
-        meridiem : function (hours, minutes, isLower) {
-            if (hours > 11) {
-                return isLower ? 'pm' : 'PM';
-            } else {
-                return isLower ? 'am' : 'AM';
-            }
-        },
-        calendar : {
-            sameDay : '[Today at] LT',
-            nextDay : '[Tomorrow at] LT',
-            nextWeek : 'dddd [at] LT',
-            lastDay : '[Yesterday at] LT',
-            lastWeek : '[last] dddd [at] LT',
-            sameElse : 'L'
-        },
-        relativeTime : {
-            future : "in %s",
-            past : "%s ago",
-            s : "a few seconds",
-            m : "a minute",
-            mm : "%d minutes",
-            h : "an hour",
-            hh : "%d hours",
-            d : "a day",
-            dd : "%d days",
-            M : "a month",
-            MM : "%d months",
-            y : "a year",
-            yy : "%d years"
-        },
-        ordinal : function (number) {
-            var b = number % 10;
-            return (~~ (number % 100 / 10) === 1) ? 'th' :
-                (b === 1) ? 'st' :
-                (b === 2) ? 'nd' :
-                (b === 3) ? 'rd' : 'th';
-        }
-    });
-
-
-    /************************************
-        Moment Prototype
-    ************************************/
-
-
-    moment.fn = Moment.prototype = {
-
-        clone : function () {
-            return moment(this);
-        },
-
-        valueOf : function () {
-            return +this._d;
-        },
-
-        unix : function () {
-            return Math.floor(+this._d / 1000);
-        },
-
-        toString : function () {
-            return this._d.toString();
-        },
-
-        toDate : function () {
-            return this._d;
-        },
-
-        toArray : function () {
-            var m = this;
-            return [
-                m.year(),
-                m.month(),
-                m.date(),
-                m.hours(),
-                m.minutes(),
-                m.seconds(),
-                m.milliseconds(),
-                !!this._isUTC
-            ];
-        },
-
-        isValid : function () {
-            if (this._a) {
-                // if the parser finds that the input is invalid, it sets
-                // the eighth item in the input array to false.
-                if (this._a[8] != null) {
-                    return !!this._a[8];
-                }
-                return !compareArrays(this._a, (this._a[7] ? moment.utc(this._a) : moment(this._a)).toArray());
-            }
-            return !isNaN(this._d.getTime());
-        },
-
-        utc : function () {
-            this._isUTC = true;
-            return this;
-        },
-
-        local : function () {
-            this._isUTC = false;
-            return this;
-        },
-
-        format : function (inputString) {
-            return formatMoment(this, inputString ? inputString : moment.defaultFormat);
-        },
-
-        add : function (input, val) {
-            var dur = val ? moment.duration(+val, input) : moment.duration(input);
-            addOrSubtractDurationFromMoment(this, dur, 1);
-            return this;
-        },
-
-        subtract : function (input, val) {
-            var dur = val ? moment.duration(+val, input) : moment.duration(input);
-            addOrSubtractDurationFromMoment(this, dur, -1);
-            return this;
-        },
-
-        diff : function (input, val, asFloat) {
-            var inputMoment = this._isUTC ? moment(input).utc() : moment(input).local(),
-                zoneDiff = (this.zone() - inputMoment.zone()) * 6e4,
-                diff = this._d - inputMoment._d - zoneDiff,
-                year = this.year() - inputMoment.year(),
-                month = this.month() - inputMoment.month(),
-                date = this.date() - inputMoment.date(),
-                output;
-            if (val === 'months') {
-                output = year * 12 + month + date / 30;
-            } else if (val === 'years') {
-                output = year + (month + date / 30) / 12;
-            } else {
-                output = val === 'seconds' ? diff / 1e3 : // 1000
-                    val === 'minutes' ? diff / 6e4 : // 1000 * 60
-                    val === 'hours' ? diff / 36e5 : // 1000 * 60 * 60
-                    val === 'days' ? diff / 864e5 : // 1000 * 60 * 60 * 24
-                    val === 'weeks' ? diff / 6048e5 : // 1000 * 60 * 60 * 24 * 7
-                    diff;
-            }
-            return asFloat ? output : round(output);
-        },
-
-        from : function (time, withoutSuffix) {
-            return moment.duration(this.diff(time)).lang(this._lang).humanize(!withoutSuffix);
-        },
-
-        fromNow : function (withoutSuffix) {
-            return this.from(moment(), withoutSuffix);
-        },
-
-        calendar : function () {
-            var diff = this.diff(moment().sod(), 'days', true),
-                calendar = this.lang().calendar,
-                allElse = calendar.sameElse,
-                format = diff < -6 ? allElse :
-                diff < -1 ? calendar.lastWeek :
-                diff < 0 ? calendar.lastDay :
-                diff < 1 ? calendar.sameDay :
-                diff < 2 ? calendar.nextDay :
-                diff < 7 ? calendar.nextWeek : allElse;
-            return this.format(typeof format === 'function' ? format.apply(this) : format);
-        },
-
-        isLeapYear : function () {
-            var year = this.year();
-            return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0;
-        },
-
-        isDST : function () {
-            return (this.zone() < moment([this.year()]).zone() ||
-                this.zone() < moment([this.year(), 5]).zone());
-        },
-
-        day : function (input) {
-            var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay();
-            return input == null ? day :
-                this.add({ d : input - day });
-        },
-
-        startOf: function (val) {
-            // the following switch intentionally omits break keywords
-            // to utilize falling through the cases.
-            switch (val.replace(/s$/, '')) {
-            case 'year':
-                this.month(0);
-                /* falls through */
-            case 'month':
-                this.date(1);
-                /* falls through */
-            case 'day':
-                this.hours(0);
-                /* falls through */
-            case 'hour':
-                this.minutes(0);
-                /* falls through */
-            case 'minute':
-                this.seconds(0);
-                /* falls through */
-            case 'second':
-                this.milliseconds(0);
-                /* falls through */
-            }
-            return this;
-        },
-
-        endOf: function (val) {
-            return this.startOf(val).add(val.replace(/s?$/, 's'), 1).subtract('ms', 1);
-        },
-
-        sod: function () {
-            return this.clone().startOf('day');
-        },
-
-        eod: function () {
-            // end of day = start of day plus 1 day, minus 1 millisecond
-            return this.clone().endOf('day');
-        },
-
-        zone : function () {
-            return this._isUTC ? 0 : this._d.getTimezoneOffset();
-        },
-
-        daysInMonth : function () {
-            return moment.utc([this.year(), this.month() + 1, 0]).date();
-        },
-
-        // If passed a language key, it will set the language for this
-        // instance.  Otherwise, it will return the language configuration
-        // variables for this instance.
-        lang : function (lang) {
-            if (lang === undefined) {
-                return getLangDefinition(this);
-            } else {
-                this._lang = lang;
-                return this;
-            }
-        }
-    };
-
-    // helper for adding shortcuts
-    function makeGetterAndSetter(name, key) {
-        moment.fn[name] = function (input) {
-            var utc = this._isUTC ? 'UTC' : '';
-            if (input != null) {
-                this._d['set' + utc + key](input);
-                return this;
-            } else {
-                return this._d['get' + utc + key]();
-            }
-        };
-    }
-
-    // loop through and add shortcuts (Month, Date, Hours, Minutes, Seconds, Milliseconds)
-    for (i = 0; i < proxyGettersAndSetters.length; i ++) {
-        makeGetterAndSetter(proxyGettersAndSetters[i].toLowerCase(), proxyGettersAndSetters[i]);
-    }
-
-    // add shortcut for year (uses different syntax than the getter/setter 'year' == 'FullYear')
-    makeGetterAndSetter('year', 'FullYear');
-
-
-    /************************************
-        Duration Prototype
-    ************************************/
-
-
-    moment.duration.fn = Duration.prototype = {
-        weeks : function () {
-            return absRound(this.days() / 7);
-        },
-
-        valueOf : function () {
-            return this._milliseconds +
-              this._days * 864e5 +
-              this._months * 2592e6;
-        },
-
-        humanize : function (withSuffix) {
-            var difference = +this,
-                rel = this.lang().relativeTime,
-                output = relativeTime(difference, !withSuffix, this.lang()),
-                fromNow = difference <= 0 ? rel.past : rel.future;
-
-            if (withSuffix) {
-                if (typeof fromNow === 'function') {
-                    output = fromNow(output);
-                } else {
-                    output = fromNow.replace(/%s/i, output);
-                }
-            }
-
-            return output;
-        },
-
-        lang : moment.fn.lang
-    };
-
-    function makeDurationGetter(name) {
-        moment.duration.fn[name] = function () {
-            return this._data[name];
-        };
-    }
-
-    function makeDurationAsGetter(name, factor) {
-        moment.duration.fn['as' + name] = function () {
-            return +this / factor;
-        };
-    }
-
-    for (i in unitMillisecondFactors) {
-        if (unitMillisecondFactors.hasOwnProperty(i)) {
-            makeDurationAsGetter(i, unitMillisecondFactors[i]);
-            makeDurationGetter(i.toLowerCase());
-        }
-    }
-
-    makeDurationAsGetter('Weeks', 6048e5);
-
-
-    /************************************
-        Exposing Moment
-    ************************************/
-
-
-    // CommonJS module is defined
-    if (hasModule) {
-        module.exports = moment;
-    }
-    /*global ender:false */
-    if (typeof ender === 'undefined') {
-        // here, `this` means `window` in the browser, or `global` on the server
-        // add `moment` as a global object via a string identifier,
-        // for Closure Compiler "advanced" mode
-        this['moment'] = moment;
-    }
-    /*global define:false */
-    if (typeof define === "function" && define.amd) {
-        define("moment", [], function () {
-            return moment;
-        });
-    }
-}).call(this);
diff --git a/examples/hoofbeats/make-wgt.sh b/examples/hoofbeats/make-wgt.sh
deleted file mode 100755 (executable)
index 5418bd9..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/bash
-
-# This script generates a widget package hoofbeats.wgt inside
-# the root directory of this project.
-#
-# By default, it produces a package for the new Tizen
-# APIs. If you want a package for the old APIs, call
-# it with:
-#
-#   ./make-wgt.sh old
-
-USE_OLD_CONFIG=$1
-CONFIG_FILE=config.xml
-PROJECT_NAME=hoofbeats
-
-if [ "x$USE_OLD_CONFIG" != "x" ] ; then
-  echo "******* USING OLD APIS"
-
-  if [[ -d /tmp/$PROJECT_NAME ]] ; then
-    rm -Rf /tmp/$PROJECT_NAME/*
-    rmdir /tmp/$PROJECT_NAME
-  fi
-
-  mkdir /tmp/$PROJECT_NAME
-
-  # replace /api/ with /privilege/
-  sed -e 's%http://tizen\.org/privilege/%http://tizen\.org/api/%g' ./$CONFIG_FILE > /tmp/hoofbeats/$CONFIG_FILE
-
-  # the tmp file is the new config file
-  CONFIG_FILE=/tmp/$PROJECT_NAME/config.xml
-
-  # replace content privilege with mediacontent
-  sed -i -e 's%api/content%api/mediacontent%' $CONFIG_FILE
-
-  # remove privileges which don't exist in the old API:
-  # datacontrol, callhistory, networkbearerselection, setting
-  cat $CONFIG_FILE > $CONFIG_FILE.tmp
-
-  cat $CONFIG_FILE.tmp | grep -v "api/datacontrol" | grep -v "api/callhistory" | grep -v "api/networkbearerselection" | grep -v "api/setting" > $CONFIG_FILE
-else
-  echo "******* USING NEW APIS"
-fi
-
-if [[ -f $PROJECT_NAME.wgt ]] ; then
-  rm $PROJECT_NAME.wgt
-fi
-
-zip --exclude stats/utils/\* stats/.git -r $PROJECT_NAME.wgt index.html icon.png javascripts stylesheets lib templates
-zip -j $PROJECT_NAME.wgt $CONFIG_FILE
diff --git a/examples/hoofbeats/stylesheets/hoofbeats.css b/examples/hoofbeats/stylesheets/hoofbeats.css
deleted file mode 100644 (file)
index a5cf275..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-.content {
-  padding-top: 40px;
-  height: 100%;
-  width: 100%;
-  position: absolute;
-  overflow: hidden;
-}
-
-ul.item-list {
-  margin: 0;
-}
-
-.mediaItem {
-    position: relative;
-}
-
-.mediaItem .info .title {
-    font-size: large;
-    font-weight: bold;
-    color: black;
-}
-
-.mediaItem .info .authors {
-    color: #555;
-    font-style: italic;
-}
-
-.mediaItem .duration {
-    position: absolute;
-    bottom: 0;
-    right: 0;
-    color: #999;
-    font-size: x-small;
-}
diff --git a/examples/hoofbeats/tests/config.xml b/examples/hoofbeats/tests/config.xml
deleted file mode 100644 (file)
index e11eece..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://otc.intel.com/hoofbeats-unittests" version="1.0.0">\r
-    <name>Hoofbeats Unit Tests</name>\r
-    <icon src="icon.png"/>\r
-    <tizen:application id="1234567891" required_version="1.0"/>\r
-    <content src="demos/demo.html"/>\r
-    <access origin="*" subdomains="true"/>\r
-\r
-    <feature name="http://tizen.org/privilege/application" required="false"/>\r
-    <feature name="http://tizen.org/privilege/content.read" required="true"/>\r
-    <feature name="http://tizen.org/privilege/tizen" required="true"/>\r
-</widget>\r
diff --git a/examples/hoofbeats/tests/deploy.sh b/examples/hoofbeats/tests/deploy.sh
deleted file mode 100755 (executable)
index 40fc920..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-LOCAL_PORT=11223
-SOCKET='unix:/tmp/qemu.sock'
-
-echo "Deleting the old widget file..."
-sdb shell 'rm /home/developer/hoofbeats-unittests.wgt'
-
-echo "Building..."
-./make-wgt.sh >/dev/null
-
-echo "Pushing the widget file..."
-sdb push hoofbeats-unittests.wgt /home/developer
-
-echo "Installing the widget file..."
-REMOTE_PORT=`sdb shell 'wrt-launcher -k 1234567891; sleep 2; wrt-installer -un 1234567891; wrt-installer -i /home/developer/hoofbeats-unittests.wgt; wrt-launcher -d -s 1234567891' | awk '/port:/ { print $2 }'`
-
-echo "Enabling forwarding to port $PORT..."
-echo "hostfwd_remove ::$LOCAL_PORT" | socat $SOCKET -
-echo "hostfwd_add ::$LOCAL_PORT-:$REMOTE_PORT" | socat $SOCKET -
-
-echo "Starting debuggin..."
-google-chrome http://localhost:$LOCAL_PORT
-echo "Done."
diff --git a/examples/hoofbeats/tests/icon.png b/examples/hoofbeats/tests/icon.png
deleted file mode 100644 (file)
index 17a938e..0000000
Binary files a/examples/hoofbeats/tests/icon.png and /dev/null differ
diff --git a/examples/hoofbeats/tests/icon.svg b/examples/hoofbeats/tests/icon.svg
deleted file mode 100644 (file)
index e1c3b0c..0000000
+++ /dev/null
@@ -1,170 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="744.09448819"
-   height="1052.3622047"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.3.1 r9886"
-   sodipodi:docname="icon.svg"
-   inkscape:export-filename="/home/siovene/code/cowhide/examples/hoofbeats/tests/icon.png"
-   inkscape:export-xdpi="16.16"
-   inkscape:export-ydpi="16.16">
-  <defs
-     id="defs4">
-    <pattern
-       inkscape:collect="always"
-       xlink:href="#pattern4856"
-       id="pattern4901"
-       patternTransform="translate(1069.9383,149.10377)" />
-    <pattern
-       inkscape:collect="always"
-       xlink:href="#pattern3367"
-       id="pattern4856"
-       patternTransform="translate(1074.071,149.10377)" />
-    <pattern
-       patternUnits="userSpaceOnUse"
-       width="592.06941"
-       height="592.02453"
-       patternTransform="translate(96.928101,237.6752)"
-       id="pattern3367">
-      <path
-         inkscape:connector-curvature="0"
-         id="path3364"
-         d="m 0.00298,574.67303 c 0,-10.1259 0.2205,-17.3437 0.5299,-17.3437 0.2915,0 0.6257,0.2872 0.7427,0.6382 0.2401,0.7201 3.811699,-1.1001 5.808099,-2.96 0.6771,-0.6309 1.5506,-1.147 1.9411,-1.147 0.3905,0 0.7967,-0.205 0.9027,-0.4556 0.5332,-1.2608 5.8803,-5.5061 7.1044,-5.6404 0.7728,-0.085 1.6801,-0.3243 2.0162,-0.532 0.3361,-0.2077 0.6111,0.028 0.6111,0.5236 0,0.4957 -0.2601,0.9013 -0.5781,0.9013 -0.3179,0 -0.5781,0.4396 -0.5781,0.9769 0,0.7318 0.4524,0.5142 1.803,-0.8671 0.9916,-1.0143 1.9672,-1.8641 2.1679,-1.8884 0.2008,-0.024 0.8765,-0.1396 1.5016,-0.2562 0.6251,-0.1166 1.4772,0.071 1.8935,0.4161 0.615,0.5104 0.5645,0.8439 -0.2694,1.7784 -0.9951,1.1153 -0.9868,1.1379 0.2745,0.7454 1.475,-0.4591 1.7909,0.6265 0.5781,1.9865 -0.6148,0.6895 -0.5716,0.6962 0.2891,0.045 0.7512,-0.5684 1.2115,-0.5997 1.7875,-0.1216 0.4268,0.3541 1.0093,0.451 1.2947,0.2153 0.2853,-0.2357 0.1058,0.092 -0.3989,0.7277 -1.8102,2.2809 -1.8535,2.6421 -0.2434,2.0299 1.3682,-0.5202 1.4436,-0.4734 0.8936,0.5543 -0.5535,1.0342 -0.4336,1.101 1.5252,0.8502 1.1692,-0.1497 2.538,-0.589 3.0418,-0.9762 0.626,-0.4811 0.5845,-0.3143 -0.1312,0.5269 -0.8009,0.9415 -0.8688,1.2931 -0.289,1.4954 0.5679,0.1983 0.4681,0.6006 -0.3983,1.6047 -0.6359,0.737 -0.8441,1.158 -0.4626,0.9355 0.4025,-0.2349 0.9606,0.094 1.3298,0.7839 0.3499,0.6538 0.8875,1.0333 1.1947,0.8435 0.3072,-0.1899 0.4357,-0.5441 0.2855,-0.7871 -0.1502,-0.243 0.092,-0.4418 0.5374,-0.4418 0.6069,0 0.668,0.2664 0.2433,1.0599 -0.3119,0.583 -0.7904,1.0599 -1.0631,1.0599 -0.2728,0 -0.6414,0.3791 -0.8192,0.8424 -0.2635,0.6866 -0.047,0.7373 1.1704,0.2744 1.4853,-0.5647 1.4884,-0.5597 0.5486,0.8746 -0.7315,1.1165 -0.7623,1.3724 -0.1361,1.1321 0.9102,-0.3493 2.7977,1.973 2.2819,2.8075 -0.1834,0.2968 0.1526,0.4401 0.7467,0.3185 0.6188,-0.1267 1.0119,-0.6257 0.9203,-1.1683 -0.088,-0.5209 0.1474,-1.137 0.523,-1.3691 0.4285,-0.2648 0.5291,-0.1734 0.2702,0.2455 -0.8827,1.4282 0.4885,0.534 3.8611,-2.518 2.3696,-2.1444 3.8476,-3.0813 4.5227,-2.8671 0.5515,0.1751 1.1727,0.043 1.3805,-0.2928 0.2077,-0.3361 0.624,-0.4588 0.9252,-0.2726 0.3012,0.1861 0.3634,0.6456 0.1382,1.0211 -0.2459,0.41 -0.028,0.3735 0.5454,-0.091 0.8388,-0.68 0.9254,-0.6211 0.7124,0.4851 -0.2019,1.0482 -0.1012,1.1418 0.6014,0.5588 0.79608,-0.6607 1.10841,-0.3626 0.87972,0.8398 -0.0556,0.2923 0.25799,0.2335 0.69685,-0.1307 0.91041,-0.7556 2.15793,0.1108 2.15793,1.4987 0,0.5846 0.71044,0.4039 2.62936,-0.6686 2.15042,-1.2019 2.68799,-1.3168 2.95121,-0.6309 0.17701,0.4613 0.55474,0.6948 0.83938,0.5189 0.69534,-0.4298 0.65217,0.151 -0.11825,1.5905 -0.46233,0.8639 -0.46233,1.0808 0,0.7951 0.34969,-0.2162 0.6358,-0.1175 0.6358,0.2193 0,0.3367 -0.26016,0.6447 -0.57813,0.6845 -0.31796,0.04 -0.83828,0.1048 -1.15625,0.1445 -0.31796,0.04 -0.59666,0.3324 -0.61932,0.6504 -0.06,0.8415 -1.77804,2.6174 -2.24997,2.3257 -0.22125,-0.1368 -0.35222,0.3247 -0.29104,1.0253 0.0612,0.7007 -0.14353,1.7687 -0.45491,2.3734 -0.47036,0.9134 -0.39716,1.0345 0.43267,0.7161 0.75666,-0.2904 0.91154,-0.1559 0.63882,0.5548 -0.27179,0.7083 -0.11053,0.8513 0.65829,0.5836 0.74529,-0.2596 0.66869,-0.057 -0.28573,0.7535 -0.7172,0.6095 -1.04563,1.1954 -0.72982,1.3019 0.34227,0.1156 0.22509,0.866 -0.29013,1.858 -0.76966,1.482 -0.76888,1.585 0.007,0.941 0.71276,-0.5916 0.87147,-0.5602 0.87147,0.1723 0,0.4926 -0.81945,1.3044 -1.821,1.8041 -1.46986,0.7332 -1.9929,0.7693 -2.71253,0.1869 -0.71278,-0.5769 -0.80449,-0.5767 -0.45739,0 0.25448,0.4236 0.13639,0.7226 -0.28536,0.7226 -0.39573,0 -1.33534,0.5785 -2.08804,1.2856 -1.0764,1.0113 -1.4699,1.1215 -1.8439,0.5164 -0.3326,-0.5381 -0.5941,-0.577 -0.8708,-0.1294 -0.2175,0.3531 -0.1046,0.641 0.2509,0.641 0.3555,0 0.4856,0.2602 0.2891,0.5781 -0.1966,0.318 -0.9057,0.5782 -1.5758,0.5782 -0.6702,0 -1.0473,0.1711 -0.8381,0.3804 0.2092,0.2092 0.091,0.7295 -0.2635,1.1562 -0.3541,0.4267 -0.502,0.7759 -0.3285,0.7759 0.1734,0 -0.4651,0.7804 -1.419,1.7343 -0.9539,0.9539 -2.2347,1.7344 -2.8462,1.7344 -1.3287,0 -1.4369,-0.7448 -0.2509,-1.7291 0.4734,-0.3929 0.7075,-0.9624 0.5202,-1.2655 -0.3612,-0.5845 -1.0433,-0.1567 -1.1643,0.7303 -0.04,0.2915 -0.1047,0.6919 -0.1445,0.8898 -0.04,0.1979 -0.428,0.065 -0.8627,-0.2962 -0.6054,-0.5024 -0.9777,-0.4253 -1.5899,0.3292 -0.6826,0.8414 -0.6807,0.9139 0.013,0.4959 0.5512,-0.3321 0.6795,-0.2749 0.3995,0.1782 -0.2991,0.4839 -5.9673,0.6674 -20.6127,0.6674 l -20.200299,0 0,-17.3437 z m 104.0625,16.5887 c 0,-0.4932 0.40882,-1.3055 0.90848,-1.8052 0.49966,-0.4997 0.6451,-0.9085 0.32319,-0.9085 -0.32192,0 -0.7539,0.2728 -0.95996,0.6062 -0.25572,0.4138 -0.63584,0.3895 -1.1975,-0.077 -0.50617,-0.4201 -0.62618,-0.9315 -0.31184,-1.3288 0.28106,-0.3553 0.42912,-1.1574 0.32903,-1.7826 -0.1001,-0.625 0.12843,-1.5205 0.50784,-1.9898 0.56411,-0.6978 0.53179,-0.7571 -0.17737,-0.325 -1.42094,0.8657 -2.43229,0.8354 -2.06817,-0.062 0.18359,-0.4525 0.50323,-1.2429 0.71032,-1.7565 0.30492,-0.7564 0.12626,-0.8545 -0.93959,-0.5163 -1.02372,0.325 -1.207401,0.2435 -0.82684,-0.3668 0.2691,-0.4315 0.56257,-1.3049 0.65215,-1.9409 0.12065,-0.8564 0.0299,-0.9506 -0.35001,-0.3631 -0.28209,0.4362 -0.868171,0.6653 -1.302401,0.5091 -0.43424,-0.1563 -1.25289,0.1198 -1.81923,0.6135 -0.93344,0.8137 -1.12157,0.8058 -2.01214,-0.085 -0.83337,-0.8334 -0.86842,-1.165 -0.23101,-2.1857 0.95735,-1.5329 0.41009,-2.1204 -0.915,-0.9823 -1.75757,1.5097 -2.33412,1.6655 -2.25077,0.6082 0.0486,-0.6164 -0.25637,-0.9312 -0.78793,-0.8134 -0.61475,0.1362 -0.5108,-0.2003 0.35708,-1.1562 0.67335,-0.7416 1.70686,-2.1066 2.29669,-3.0333 l 1.07243,-1.6848 -1.62248,0.4072 c -1.71044,0.4293 -1.70092,0 0.0453,-2.0387 0.62962,-0.7356 0.65525,-1.0543 0.11179,-1.3901 -0.43428,-0.2684 -0.55615,-0.1948 -0.31729,0.1917 0.2133,0.3451 0.14626,0.7768 -0.14898,0.9592 -0.77521,0.4792 -0.43505,-1.127 0.46954,-2.2169 0.69753,-0.8405 0.47679,-1.1725 -0.66332,-0.9977 -0.23245,0.036 -0.84629,-0.5817 -1.36408,-1.3719 -0.7486,-1.1425 -1.25408,-1.3623 -2.46797,-1.0729 -0.8396,0.2001 -1.90167,0.6532 -2.36017,1.0068 -0.65519,0.5053 -0.72955,0.4702 -0.34737,-0.164 0.38611,-0.6408 0.17081,-0.7278 -1.04527,-0.4226 -1.63155,0.4095 -2.19724,-0.5747 -0.66767,-1.1617 0.47512,-0.1823 0.7173,-0.5686 0.53817,-0.8584 -0.17913,-0.2899 -0.5702,-0.3759 -0.86904,-0.1912 -0.29884,0.1847 -1.07503,0.1671 -1.72487,-0.039 -0.83871,-0.2662 -1.01454,-0.5762 -0.60602,-1.0684 0.34118,-0.4111 0.3691,-1.0274 0.0686,-1.5136 -0.2788,-0.4511 -0.37865,-1.0278 -0.22188,-1.2814 0.34794,-0.563 -1.1668,-0.6193 -1.72206,-0.064 -0.21846,0.2184 -0.91705,0.4355 -1.55242,0.4823 -1.15067,0.085 -1.15062,0.08 0.0118,-1.1571 1.87947,-2.0006 1.4187,-2.7347 -0.89935,-1.4327 -1.13649,0.6383 -1.88363,0.865 -1.66031,0.5036 0.5784,-0.9358 -0.98856,-1.7506 -1.90464,-0.9904 -1.32765,1.1019 -1.36677,0.1175 -0.0613,-1.5421 l 1.26111,-1.6033 -1.39755,0.4356 c -1.37807,0.4295 -1.38261,0.4188 -0.32616,-0.7645 1.05343,-1.1799 1.04818,-1.1975 -0.31351,-1.0523 -0.7617,0.081 -1.67484,0.3268 -2.02919,0.5458 -0.91298,0.5643 -0.24005,-1.9401 0.86433,-3.2167 0.79979,-0.9244 0.75915,-1.0117 -0.47138,-1.0117 l -1.34662,0 1.35566,-1.443 c 1.88836,-2.0101 1.01574,-2.4949 -1.17405,-0.6523 -2.58297,2.1734 -3.27761,1.8708 -1.3891,-0.6052 0.89035,-1.1673 1.31146,-1.9324 0.9358,-1.7002 -0.37569,0.2321 -0.68304,0.1548 -0.68304,-0.172 0,-0.3268 -0.43291,-0.428 -0.96202,-0.2249 -0.64686,0.2482 -0.82509,0.1475 -0.54401,-0.3072 0.26803,-0.4337 -0.0139,-0.6764 -0.78568,-0.6764 -1.17229,0 -1.17724,-0.04 -0.18963,-1.5477 l 1.01408,-1.5476 -1.43434,0.4581 c -0.78888,0.252 -2.08473,0.4972 -2.87965,0.5448 -0.79492,0.048 -1.73422,0.2707 -2.08733,0.4957 -2.0857,1.3288 -0.26377,-2.9449 2.18055,-5.1149 1.22682,-1.0891 1.22865,-1.0881 0.50342,0.2923 -0.66787,1.2711 -0.62943,1.3596 0.46628,1.0731 0.65678,-0.1718 1.28312,-0.045 1.39186,0.2808 0.12113,0.3634 0.9046,0.2277 2.02245,-0.3504 1.0036,-0.519 1.91616,-0.9436 2.02792,-0.9436 0.11176,0 0.22952,0.9287 0.26169,2.0637 0.0725,2.5559 0.48474,3.0043 1.93133,2.1009 0.67855,-0.4237 1.12995,-0.4727 1.12995,-0.1226 0,0.3207 -0.19511,0.585 -0.43359,0.5875 -0.55277,0.01 -1.9603,2.9975 -1.58622,3.3715 0.1543,0.1543 0.99708,-0.079 1.87284,-0.5174 0.87576,-0.4389 1.83087,-0.9076 2.12248,-1.0415 0.29161,-0.1339 -0.062,0.5882 -0.78572,1.6046 -1.80242,2.5312 -1.01177,2.9742 1.30343,0.7302 2.79513,-2.7091 4.55122,-2.3238 3.00367,0.6591 -0.6993,1.3479 -0.69105,1.5484 0.0637,1.5484 0.47686,0 0.69816,0.2732 0.49178,0.6071 -0.20638,0.334 0.60046,0.084 1.79297,-0.5549 2.09803,-1.1245 3.51355,-1.1259 2.81945,0 -0.18614,0.3012 -0.52487,0.4324 -0.75273,0.2916 -0.22786,-0.1409 -0.4143,0.2451 -0.4143,0.8577 0,1.3616 -0.10727,1.3636 2.19529,-0.04 1.93644,-1.1806 5.12482,-1.7349 3.33819,-0.5803 -0.53044,0.3428 -0.59772,0.5639 -0.17325,0.5693 0.38166,0.01 0.94951,-0.4464 1.2619,-1.0029 0.53925,-0.9605 0.58802,-0.9596 0.96438,0.017 0.27568,0.7156 0.74973,0.9168 1.55659,0.6608 0.70375,-0.2234 1.0203,-0.1419 0.80462,0.207 -0.19628,0.3176 0.43017,0.6907 1.39837,0.8328 0.96466,0.1416 1.87281,0.065 2.01811,-0.1701 0.14531,-0.2351 0.77802,-0.2931 1.40605,-0.1288 0.91952,0.2404 1.02802,0.5113 0.5572,1.391 -0.41676,0.7788 -0.39247,1.0924 0.0846,1.0924 0.45914,0 0.42015,0.3145 -0.1242,1.0018 -0.74895,0.9456 -0.70499,0.9453 0.7841,0 1.577271,-1.0068 1.577451,-1.0068 1.053501,0.3713 -0.470101,1.2365 -0.367061,1.3783 1.00119,1.3783 1.50534,0 10.53183,-5.8148 10.53183,-6.7845 0,-0.2604 0.83409,-0.7642 1.85352,-1.1196 l 1.85352,-0.6461 -1.56446,1.6329 c -0.86044,0.8981 -1.56445,1.8384 -1.56445,2.0896 0,0.2512 0.91055,-0.6332 2.02344,-1.9652 1.11289,-1.3321 2.02343,-2.2525 2.02343,-2.0454 0,0.2071 0.57821,-0.028 1.28489,-0.5234 2.24341,-1.5714 2.98009,-1.0995 1.52843,0.9789 -0.72176,1.0334 -1.58498,2.0701 -1.91827,2.3037 -1.37537,0.964 0.48443,0.3485 2.56496,-0.8489 2.33194,-1.3421 3.6018,-1.1189 2.33284,0.4101 -0.45599,0.5495 -0.49986,0.8812 -0.1165,0.8812 0.33813,0 0.77558,-0.2601 0.97209,-0.5781 0.19652,-0.318 0.74057,-0.5781 1.209,-0.5781 1.12045,0 2.01815,2.3774 1.2552,3.3242 -0.41561,0.5157 -0.33406,0.7226 0.28485,0.7226 0.47695,0 1.16772,-0.3621 1.53504,-0.8047 0.36732,-0.4426 1.19451,-0.9424 1.8382,-1.1107 0.97034,-0.2538 1.0512,-0.1625 0.47312,0.534 -0.5982,0.7208 -0.47034,0.7539 0.90013,0.2328 1.38624,-0.527 1.5487,-0.4804 1.22909,0.3524 -0.30506,0.795 -0.22048,0.8371 0.4927,0.2452 0.47354,-0.393 1.19493,-0.6008 1.60308,-0.4617 0.40815,0.1391 1.70856,-0.3541 2.88979,-1.096 1.67895,-1.0545 2.0689,-1.1436 1.78668,-0.4081 -0.30598,0.7973 -0.0605,0.881 1.61011,0.549 1.08413,-0.2155 2.42641,-0.4369 2.98286,-0.4921 0.55644,-0.055 1.01171,-0.4348 1.01171,-0.8436 0,-0.4089 0.27552,-0.7433 0.61225,-0.7433 0.33674,0 0.44748,-0.2666 0.24609,-0.5925 -0.20138,-0.3258 -0.0216,-0.521 0.39947,-0.4336 0.43991,0.091 0.7271,-0.2978 0.67506,-0.9145 -0.0623,-0.7389 0.0957,-0.8872 0.507,-0.4758 0.37339,0.3734 1.0978,0.4074 1.93096,0.091 0.90997,-0.346 1.42587,-0.2867 1.62464,0.1867 0.19838,0.4725 0.57367,0.3437 1.17671,-0.4038 0.73173,-0.907 1.03911,-0.9699 1.77069,-0.3628 0.56155,0.4661 0.88526,0.5074 0.88526,0.113 0,-0.7018 3.96353,-1.9521 4.71527,-1.4875 0.26832,0.1658 0.48785,0.026 0.48785,-0.3107 0,-0.3368 0.27552,-0.6123 0.61225,-0.6123 0.33674,0 0.4251,0.3252 0.19637,0.7227 -0.24161,0.4198 -0.19535,0.5208 0.11041,0.2409 0.28946,-0.265 0.52629,-0.785 0.52629,-1.1555 0,-0.3706 0.39023,-0.6995 0.86718,-0.731 0.47696,-0.031 0.99727,-0.1185 1.15625,-0.1935 0.15899,-0.075 0.87062,-0.2008 1.58141,-0.2798 0.71079,-0.079 1.75142,-0.5381 2.3125,-1.0202 2.0639,-1.7732 2.6211,-1.8769 2.16042,-0.4021 -0.2359,0.7553 -0.71905,1.5643 -1.07365,1.7979 -0.35955,0.2369 -0.38901,0.4206 -0.0666,0.4152 0.31797,0 1.07546,-0.3858 1.68332,-0.8458 0.60786,-0.46 1.65986,-0.6972 2.33779,-0.527 0.77977,0.1957 1.59587,-0.092 2.22143,-0.7833 0.83234,-0.9197 0.85121,-1.0927 0.11924,-1.0927 -0.47828,0 -0.8696,0.2168 -0.8696,0.4818 0,0.265 -0.32519,0.4806 -0.72265,0.4791 -0.39746,0 0.12285,-0.7951 1.15625,-1.7637 1.71083,-1.6034 2.63687,-3.3953 1.34073,-2.5942 -0.296,0.1829 -0.68929,0.088 -0.87399,-0.2108 -0.18469,-0.2988 0.42284,-1.0835 1.35008,-1.7438 1.99301,-1.4191 4.68708,-1.6107 4.68708,-0.3332 0,0.4769 0.19512,0.8363 0.4336,0.7987 1.24779,-0.197 1.37295,0.1867 0.40849,1.2524 -0.58932,0.6512 -1.12693,1.5618 -1.1947,2.0235 -0.13958,0.951 0.99321,1.1238 1.83681,0.2802 0.93503,-0.935 3.04439,-0.064 2.73259,1.1282 -0.15065,0.576 0.1842,1.7465 0.7441,2.601 0.86404,1.3187 0.89376,1.6323 0.19653,2.0736 -0.66385,0.4202 -0.67095,0.5217 -0.0369,0.5288 0.44808,0.01 0.64589,0.3701 0.46126,0.8512 -0.26026,0.6782 -0.047,0.7374 1.0944,0.3034 1.50207,-0.5711 1.60673,-0.4548 1.44026,1.6004 -0.11556,1.4266 0.52525,1.6779 1.58259,0.6205 0.52154,-0.5215 0.625,-0.3934 0.44348,0.5491 -0.20949,1.0878 -0.0749,1.1677 1.16979,0.6945 1.57541,-0.599 1.8708,0.066 0.52536,1.1826 -0.48464,0.4022 -0.74423,0.8682 -0.57686,1.0356 0.16736,0.1674 -0.15155,0.8254 -0.70869,1.4623 -0.55714,0.6369 -0.68778,0.9679 -0.29032,0.7355 0.40878,-0.2391 0.72265,-0.1259 0.72265,0.2604 0,0.5045 0.23022,0.492 0.88042,-0.048 0.73616,-0.6109 0.82076,-0.5752 0.51628,0.2183 -0.33437,0.8714 -1.00513,1.1934 -2.11935,1.0174 -0.23848,-0.038 -0.4336,0.1427 -0.4336,0.4007 0,0.258 -0.53044,1.0385 -1.17877,1.7344 -0.64832,0.6959 -0.94033,1.2652 -0.64891,1.2652 0.29142,0 0.85372,-0.3902 1.24956,-0.8672 0.71962,-0.8671 2.3125,-1.2033 2.3125,-0.4881 0,0.8416 -3.00346,4.2459 -3.74594,4.2459 -0.43806,0 -1.14025,0.3438 -1.56042,0.764 -0.42018,0.4202 -0.9618,0.8051 -1.20361,0.8555 -0.2418,0.05 -1.21739,0.4937 -2.16797,0.9852 -1.64268,0.8495 -2.00268,0.7304 -1.75691,-0.5812 0.0596,-0.318 -1.05573,0.5576 -2.47846,1.9456 -2.39886,2.3405 -3.83041,5.2809 -2.57095,5.2809 0.29859,0 -0.58299,0.8748 -1.95908,1.9438 -1.37609,1.0691 -2.43049,2.2591 -2.34312,2.6446 0.0874,0.3854 -0.10974,0.5347 -0.43803,0.3318 -0.32828,-0.2029 -1.03802,0.072 -1.5772,0.6114 -0.92168,0.9217 -0.89548,0.9539 0.43803,0.5382 l 1.41835,-0.4422 -1.12642,1.2608 c -1.36742,1.5306 -1.71872,3.1569 -0.5882,2.7231 0.63156,-0.2423 0.68249,0 0.24447,1.1492 -0.77905,2.049 -0.68959,2.7122 0.3139,2.3272 1.24983,-0.4796 1.07765,0.9418 -0.33103,2.7326 -1.07468,1.3663 -1.09524,1.5233 -0.19946,1.5233 0.93096,0 0.9338,0.072 0.042,1.0572 -0.52624,0.5815 -0.9568,1.4535 -0.9568,1.9377 0,0.4842 -0.78272,1.6995 -1.7394,2.7006 l -1.7394,1.8201 -30.0916,0 c -23.9194,0 -30.00253,-0.1482 -29.65743,-0.7226 0.29501,-0.4911 0.12065,-0.4684 -0.544,0.071 -0.8394,0.6809 -0.97817,0.6663 -0.97817,-0.1032 z m 63.30469,-2.7137 c 0.57552,-0.6359 0.91631,-1.1562 0.75733,-1.1562 -0.15898,0 -0.75994,0.5203 -1.33546,1.1562 -0.57552,0.636 -0.91631,1.1563 -0.75733,1.1563 0.15898,0 0.75994,-0.5203 1.33546,-1.1563 z m -88.779941,-45.9154 c 0.55993,-0.6747 0.46754,-0.7657 -0.51634,-0.5084 -1.44619,0.3782 -2.15907,1.3301 -0.99613,1.3301 0.45678,0 1.1374,-0.3698 1.51247,-0.8217 z m 450.901361,48.366 c 0.91646,-1.7124 2.87425,-3.187 3.77327,-2.8421 1.10848,0.4254 3.97434,-1.8314 3.59177,-2.8283 -0.17136,-0.4466 0.005,-0.6533 0.42056,-0.4936 0.39343,0.1509 1.46948,-0.5127 2.39123,-1.4748 0.92174,-0.9621 2.2776,-1.7493 3.01303,-1.7493 0.73544,0 1.33715,-0.2426 1.33715,-0.5391 0,-0.2966 0.55469,-0.7152 1.23264,-0.9304 0.67795,-0.2152 0.99444,-0.558 0.70331,-0.7616 -0.77483,-0.5423 -0.60956,-2.0929 0.23202,-2.1771 0.39746,-0.04 0.91778,-0.1356 1.15625,-0.213 0.23848,-0.077 0.69375,-0.088 1.01172,-0.024 0.31797,0.064 0.39216,-0.069 0.16487,-0.2966 -0.22729,-0.2273 -0.10697,-0.9644 0.26736,-1.638 0.37433,-0.6736 0.61889,-1.4392 0.54346,-1.7013 -0.0754,-0.2622 0.1,-0.3301 0.3898,-0.1509 0.61667,0.3811 1.96602,-1.0515 1.4636,-1.5539 -0.18731,-0.1873 -0.77041,-0.1975 -1.29577,-0.023 -0.52535,0.1749 0.0204,-0.3727 1.21278,-1.2169 2.4022,-1.7008 2.76606,-2.3392 1.01689,-1.784 -1.61651,0.513 -2.55794,-0.1685 -1.68524,-1.2201 0.37872,-0.4563 0.52086,-0.9974 0.31587,-1.2024 -0.20499,-0.205 0.0584,-0.8491 0.58535,-1.4313 0.52693,-0.5823 0.7558,-1.0586 0.50859,-1.0586 -0.24719,0 -0.14292,-0.3694 0.23173,-0.8208 0.53015,-0.6388 0.5138,-0.7954 -0.0737,-0.7064 -0.41521,0.063 -1.10608,0.3336 -1.53526,0.6015 -0.62706,0.3914 -0.65675,0.2561 -0.15115,-0.6886 0.34604,-0.6466 0.95735,-1.3078 1.35846,-1.4694 0.56242,-0.2266 0.56589,-0.3043 0.0151,-0.3394 -0.85183,-0.055 0.5862,-2.6121 2.97794,-5.2964 1.284,-1.4411 1.72661,-1.6353 2.41811,-1.0615 0.68121,0.5654 1.01928,0.4883 1.73188,-0.395 0.63139,-0.7826 0.97177,-0.8901 1.18635,-0.3748 0.16551,0.3974 0.6665,0.7226 1.11332,0.7226 0.99267,0 3.13812,1.7677 3.13812,2.5855 0,0.3268 0.62555,0.5942 1.39011,0.5942 0.76456,0 1.28773,-0.1656 1.16262,-0.3681 -0.37718,-0.6103 1.11074,-1.3814 2.6504,-1.3736 1.05373,0 1.39929,0.2815 1.27543,1.0191 -0.22585,1.3451 0.61381,1.2814 1.90426,-0.1446 0.57551,-0.6359 1.26622,-1.1562 1.53491,-1.1562 0.26869,0 -0.0318,0.5203 -0.66773,1.1562 -0.63593,0.636 -1.15625,1.3937 -1.15625,1.684 0,0.6656 3.50837,0.147 4.49445,-0.6644 0.96876,-0.7972 1.69895,-0.044 0.81467,0.8401 -0.99173,0.9917 -0.83911,1.6858 0.3276,1.4899 0.7611,-0.1278 0.96535,0.1615 0.82458,1.1678 -0.18344,1.3115 -0.15268,1.3198 1.57435,0.4267 1.63014,-0.8429 1.73368,-0.8386 1.38964,0.058 -0.26484,0.6903 -0.15945,0.8377 0.36653,0.5126 0.55662,-0.344 0.63559,-0.1184 0.3208,0.9169 -0.38433,1.2641 -0.26085,1.224 1.55545,-0.5058 1.99817,-1.9029 3.52905,-2.6047 2.20693,-1.0117 -0.47192,0.5687 -0.50331,0.8672 -0.0911,0.8672 0.34572,0 0.90702,-0.5203 1.24736,-1.1562 0.34035,-0.636 0.99987,-1.1563 1.46567,-1.1563 0.46573,0 0.84683,-0.3499 0.84683,-0.7776 0,-0.4276 0.52032,-1.2484 1.15625,-1.8239 1.15388,-1.0443 1.15625,-1.0098 1.15625,16.965 l 0,18.0115 -31.52815,0 c -29.92397,0 -31.50043,-0.052 -30.98324,-1.0182 z m -85.77545,-13.9145 c -0.12711,-0.1271 0.17551,-0.8517 0.67248,-1.6102 1.11893,-1.7077 0.60484,-1.7514 -1.65695,-0.1408 -1.39526,0.9935 -1.83376,1.0846 -2.21907,0.4612 -0.26411,-0.4274 -0.34646,-0.9934 -0.18299,-1.2579 0.16346,-0.2645 -0.37932,-0.3582 -1.20618,-0.2083 -0.853,0.1547 -1.35848,0.038 -1.16842,-0.2694 0.18423,-0.298 0.0594,-0.5419 -0.27728,-0.5419 -0.33674,0 -0.61225,-0.3903 -0.61225,-0.8672 0,-0.477 -0.2358,-0.8672 -0.524,-0.8672 -0.68004,0 -0.0571,-2.4728 0.76235,-3.0263 0.44857,-0.303 0.44402,-0.4273 -0.0158,-0.4336 -0.35458,0 -1.3387,0.5371 -2.18693,1.2043 -0.84823,0.6672 -1.5029,0.9924 -1.45481,0.7226 0.30776,-1.7267 -0.11781,-2.5701 -1.13409,-2.2476 -1.26981,0.4031 -2.06179,-1.5137 -1.04542,-2.53 0.45042,-0.4504 0.16757,-0.6269 -1.00485,-0.6269 -1.32058,0 -1.50567,-0.1519 -0.97063,-0.7966 0.52127,-0.6281 0.39809,-0.8653 -0.58242,-1.1217 -0.83279,-0.2178 -1.12924,-0.623 -0.89752,-1.2269 0.19031,-0.4959 0.0662,-0.9017 -0.27582,-0.9017 -0.34202,0 -0.47209,-0.3902 -0.28907,-0.8672 0.18303,-0.4769 0.0157,-0.8711 -0.37174,-0.876 -0.44557,-0.01 -0.38578,-0.2148 0.16268,-0.5693 0.47695,-0.3082 0.62751,-0.5644 0.33458,-0.5692 -0.29293,-0.01 -1.05308,0.4464 -1.68922,1.0028 -0.63614,0.5565 -0.96647,0.6865 -0.73406,0.2891 0.25962,-0.444 0.09,-0.7227 -0.43979,-0.7227 -0.47429,0 -1.03233,-0.5356 -1.24009,-1.1901 -0.35036,-1.1039 -0.47498,-1.1265 -1.7189,-0.3114 -1.38718,0.9089 -1.6583,0.3272 -0.62178,-1.3339 0.33556,-0.5378 0.29475,-0.681 -0.12084,-0.4242 -0.34513,0.2133 -0.77981,0.1414 -0.96595,-0.1597 -0.18614,-0.3012 -0.074,-0.7111 0.24912,-0.9108 0.32315,-0.1997 0.58755,-0.6233 0.58755,-0.9412 0,-0.318 -0.28611,-0.4013 -0.6358,-0.1852 -0.44686,0.2762 -0.44082,0.029 0.0204,-0.8331 0.36087,-0.6743 0.46487,-1.226 0.23111,-1.226 -0.23377,0 -0.11284,-0.3122 0.26872,-0.6938 0.99635,-0.9963 0.85469,-1.5522 -0.31797,-1.2478 -0.55644,0.1444 -1.49993,-0.096 -2.09663,-0.5335 -0.88313,-0.648 -0.96574,-1.0188 -0.44419,-1.9933 0.50636,-0.9462 0.46108,-1.2662 -0.21586,-1.526 -0.47114,-0.1808 -0.85662,-0.757 -0.85662,-1.2805 0,-0.8788 -0.10936,-0.8802 -1.42497,-0.018 -1.84712,1.2103 -2.00008,1.1805 -1.60952,-0.313 0.22337,-0.8541 0.11532,-1.1164 -0.34319,-0.8331 -0.36805,0.2275 -0.66919,0.1099 -0.66919,-0.2613 0,-0.4312 -0.52185,-0.5439 -1.44531,-0.3122 -0.83346,0.2092 -1.44532,0.1134 -1.44532,-0.2263 0,-0.3241 0.26016,-0.5892 0.57813,-0.5892 0.31797,0 0.57812,-0.2779 0.57812,-0.6175 0,-0.3396 -0.77858,-0.063 -1.73019,0.6145 -1.54755,1.102 -1.69065,1.1214 -1.35557,0.1839 0.20605,-0.5764 0.65496,-1.4383 0.99758,-1.9153 0.54489,-0.7585 0.47932,-0.7573 -0.52334,0.01 -1.02318,0.7826 -1.53861,0.8794 -3.38504,0.6353 -0.27742,-0.037 -0.18998,-0.4456 0.1943,-0.9086 0.38427,-0.463 0.50601,-1.1536 0.27052,-1.5346 -0.27086,-0.4383 -0.18295,-0.5413 0.23929,-0.2803 0.40168,0.2482 0.66745,0.032 0.66745,-0.5429 0,-0.5255 -0.51738,-1.0908 -1.14974,-1.2561 -0.63237,-0.1654 -1.00279,-0.5385 -0.82318,-0.8291 0.18577,-0.3006 -0.46351,-0.3892 -1.50592,-0.2055 -1.3355,0.2352 -1.76555,0.122 -1.58567,-0.4176 0.13574,-0.4073 0.52864,-0.7405 0.87311,-0.7405 0.34446,0 0.8431,-0.2368 1.10807,-0.5263 0.277,-0.3025 0.19231,-0.3604 -0.19926,-0.1361 -0.40026,0.2293 -0.83986,-0.1103 -1.06629,-0.8237 -0.26844,-0.8458 0.0216,-1.6468 0.95649,-2.642 1.20689,-1.2847 1.2269,-1.387 0.1991,-1.0174 -0.62845,0.226 -1.44695,0.6452 -1.81888,0.9316 -0.86357,0.6649 -0.69653,-0.4933 0.34484,-2.391 l 0.76925,-1.4018 -2.24237,1.3211 c -1.84784,1.0887 -2.07743,1.1319 -1.30493,0.2456 0.51559,-0.5916 1.25697,-1.6923 1.64753,-2.4461 0.77931,-1.5042 0.19121,-1.3733 -1.89561,0.4219 -1.30896,1.1261 -4.16497,1.6061 -3.54009,0.595 0.30977,-0.5012 0.041,-0.5917 -0.9612,-0.3235 -0.76515,0.2047 -1.75974,0.3758 -2.21019,0.3801 -0.45046,0 -0.65937,0.1676 -0.46424,0.3627 0.19512,0.1951 -0.86719,1.1875 -2.36068,2.2053 -4.04216,2.7547 -4.59498,2.9889 -3.04827,1.291 1.03552,-1.1367 1.17393,-1.5386 0.52995,-1.5386 -0.47939,0 -1.05257,0.181 -1.27376,0.4022 -0.22118,0.2212 -0.80869,0.4618 -1.30558,0.5347 -0.49688,0.073 -0.75176,-0.019 -0.5664,-0.2044 0.18536,-0.1854 0.0141,-0.7361 -0.38062,-1.2238 -0.57243,-0.7074 -0.57142,-0.799 0.005,-0.4527 0.39746,0.2388 0.72266,0.202 0.72266,-0.082 0,-1.0924 -0.78975,-1.207 -2.43952,-0.3538 -2.09747,1.0846 -2.59687,0.7748 -1.03278,-0.6407 0.63789,-0.5772 1.1598,-1.2638 1.1598,-1.5257 0,-0.5729 -2.7953,0.5593 -4.139,1.6765 -0.52762,0.4387 -1.78147,0.9272 -2.78632,1.0855 l -1.82701,0.288 0.94486,-1.4421 c 0.90872,-1.3869 0.89888,-1.43 -0.25744,-1.1276 -0.92281,0.2413 -1.12076,0.102 -0.85159,-0.5995 0.26054,-0.6789 0.0546,-0.8568 -0.80094,-0.6921 -1.15926,0.2233 -1.34872,-0.4893 -0.49391,-1.8576 0.29399,-0.4706 0.1124,-0.7226 -0.52064,-0.7226 -0.84265,0 -0.86644,-0.1347 -0.17864,-1.0117 0.71588,-0.9129 0.69635,-0.9357 -0.1998,-0.2337 -0.54628,0.428 -0.93651,1.0438 -0.86719,1.3686 0.0693,0.3247 -0.34374,0.6691 -0.91793,0.7653 -0.73002,0.1223 -0.8819,-0.029 -0.50504,-0.5013 0.29642,-0.372 0.36662,-1.1485 0.156,-1.7257 -0.36215,-0.9925 -0.44094,-0.9854 -1.45113,0.1309 -1.432,1.5823 -2.29668,0.9349 -1.1298,-0.846 0.51991,-0.7935 0.65906,-1.4152 0.31675,-1.4152 -0.33577,0 -0.77391,0.2644 -0.97362,0.5876 -0.19972,0.3231 -0.60956,0.4352 -0.91074,0.2491 -0.30119,-0.1861 -0.39794,-0.5806 -0.215,-0.8766 0.4812,-0.7786 -0.53718,-0.6616 -1.35437,0.1556 -0.45199,0.4519 -0.69375,0.4766 -0.69375,0.071 0,-0.3427 0.39023,-0.9469 0.86718,-1.3427 0.47696,-0.3958 0.86719,-1.1106 0.86719,-1.5884 0,-0.6699 -0.42564,-0.7835 -1.86084,-0.4965 -1.46322,0.2927 -1.71028,0.2216 -1.15625,-0.3324 1.13193,-1.1319 0.81203,-1.7278 -0.53932,-1.0045 -1.05954,0.567 -1.19076,0.5272 -0.88534,-0.2688 0.4161,-1.0843 0.15211,-1.1546 -1.33919,-0.3564 -0.94681,0.5067 -1.04659,0.3941 -0.80948,-0.9135 0.16798,-0.9264 0.0464,-1.353 -0.32076,-1.1261 -0.36254,0.2241 -0.44314,-0.02 -0.20839,-0.6322 0.30857,-0.8041 0.16715,-0.9124 -0.72928,-0.5584 -2.50736,0.9903 -3.2718,0.9233 -2.96245,-0.2597 0.16324,-0.6242 0.0291,-1.135 -0.29798,-1.135 -0.36708,0 -0.334,-0.3142 0.0864,-0.8207 0.54893,-0.6615 0.4785,-0.7896 -0.3628,-0.6601 -0.5742,0.088 -1.22322,-0.1172 -1.44229,-0.457 -0.26094,-0.4047 -0.81043,-0.2448 -1.59338,0.4638 -1.53493,1.3891 -2.28589,0.6941 -0.90215,-0.8349 1.69511,-1.8731 0.23238,-1.3286 -1.84817,0.688 -1.7654,1.711 -2.806,1.6495 -1.18378,-0.07 0.55197,-0.585 0.55964,-0.826 0.0325,-1.0201 -0.38007,-0.14 -0.52626,-0.692 -0.32535,-1.2285 0.32694,-0.8732 0.24852,-0.8873 -0.75513,-0.1356 -0.61599,0.4614 -1.46231,1.2418 -1.88074,1.7344 -0.65135,0.7667 -0.70471,0.6669 -0.37092,-0.6943 0.42968,-1.7522 -0.0478,-1.9773 -1.77482,-0.8366 -0.6272,0.4142 -1.5306,0.7223 -2.00755,0.6846 -0.99944,-0.079 -3.55447,2.0026 -3.1873,2.5967 0.1352,0.2188 -0.12153,0.3978 -0.57051,0.3978 -0.44898,0 -0.65889,-0.2548 -0.46647,-0.5661 0.21551,-0.3487 -0.23829,-0.4185 -1.18168,-0.1817 -0.95318,0.2392 -1.53154,0.147 -1.53154,-0.2441 0,-0.3457 -0.75559,-0.09 -1.67909,0.5671 -2.41814,1.7218 -2.84785,1.4709 -0.92247,-0.5388 1.8454,-1.9262 1.43262,-2.1532 -1.60643,-0.8834 -1.6764,0.7005 -2.14823,0.7166 -2.66715,0.091 -0.34675,-0.4178 -0.45927,-0.9308 -0.25005,-1.14 0.20922,-0.2092 -10e-4,-0.3804 -0.46751,-0.3804 -0.46636,0 -1.15577,0.3078 -1.53204,0.6841 -1.17952,1.1795 -1.42221,0.068 -0.34434,-1.577 l 1.02956,-1.5713 -1.41696,0.4408 c -0.77932,0.2424 -2.18004,0.9785 -3.11269,1.6359 -1.42317,1.003 -1.63569,1.0387 -1.32218,0.2216 0.32009,-0.8341 0.21442,-0.8741 -0.73823,-0.2791 -0.8042,0.5022 -0.91825,0.8173 -0.4122,1.1389 0.38478,0.2445 0.47262,0.4486 0.19521,0.4535 -0.27741,0 -0.21978,0.3517 0.12807,0.7709 0.46789,0.5638 0.3851,1.1152 -0.31822,2.1193 -0.57891,0.8265 -0.65619,1.1753 -0.1976,0.8919 0.78829,-0.4872 0.7751,-0.4335 -0.53886,2.1939 -0.69986,1.3995 -0.70049,1.7025 -0.005,2.1327 0.68716,0.4247 0.67176,0.6616 -0.10061,1.5484 -0.50157,0.5759 -0.91552,1.4373 -0.91988,1.9142 -0.005,0.477 -0.19795,1.3254 -0.43021,1.8855 -0.3243,0.782 -0.20613,0.9353 0.50926,0.6608 1.26656,-0.486 1.17134,0.4617 -0.22469,2.2365 -0.63594,0.8084 -1.15625,1.7541 -1.15625,2.1014 0,0.3473 -0.26016,0.6314 -0.57813,0.6314 -0.31797,0 -0.57812,0.3903 -0.57812,0.8672 0,0.477 0.32519,0.8022 0.72265,0.7227 0.43759,-0.087 0.71499,0.4656 0.70322,1.4021 -0.0116,0.9236 0.2213,1.3963 0.57813,1.1734 0.32866,-0.2053 1.21198,-0.4074 1.96295,-0.4491 1.25941,-0.07 1.34221,0.097 1.06673,2.1508 -0.31279,2.332 0.008,2.7107 1.27504,1.504 0.61899,-0.5895 0.68635,-0.483 0.36574,0.5782 -0.23107,0.7648 -0.14622,1.3007 0.20594,1.3007 0.81408,0 0.14164,1.7381 -1.28608,3.3243 l -1.17088,1.3007 1.3855,0 1.3855,0 -1.3524,1.3008 c -0.93964,0.9038 -1.43467,1.0803 -1.62196,0.5782 -0.14826,-0.3975 -0.65347,-0.7227 -1.12269,-0.7227 -0.51501,0 -0.68368,-0.2742 -0.42556,-0.6918 0.23516,-0.3805 -0.37499,-0.1204 -1.35591,0.5781 -0.98091,0.6985 -2.27663,1.2699 -2.87939,1.2699 -0.60275,0 -1.44639,0.3252 -1.87475,0.7227 -0.6362,0.5903 -0.7127,0.5349 -0.41769,-0.3024 0.30655,-0.8702 0.18836,-0.9327 -0.78211,-0.4133 -0.62878,0.3365 -1.15114,0.4076 -1.16081,0.1579 -0.01,-0.2496 -0.28275,10e-4 -0.60686,0.5578 -0.32409,0.5564 -0.85185,1.0117 -1.17279,1.0117 -0.32093,0 -0.4337,-0.2424 -0.2506,-0.5387 0.56899,-0.9206 -2.90945,1.0432 -4.0186,2.2688 -0.57765,0.6383 -1.33515,1.1566 -1.68333,1.1517 -0.34818,0 -0.26995,-0.2388 0.17384,-0.5198 0.45715,-0.2895 0.64796,-0.9251 0.44022,-1.4665 -0.25409,-0.6621 -0.14682,-0.8235 0.34935,-0.5255 0.49463,0.2971 0.47626,0.1344 -0.0594,-0.5264 -0.71513,-0.882 -0.9062,-0.8597 -2.45703,0.2869 -0.92489,0.6838 -1.68161,1.4266 -1.68161,1.6508 0,0.2241 -0.36568,0.5478 -0.81263,0.7194 -0.69385,0.2662 -0.69703,0.089 -0.0218,-1.2126 0.97731,-1.8837 0.61454,-2.3696 -0.80801,-1.0822 -1.00942,0.9135 -1.15388,0.887 -2.49824,-0.4573 l -1.42687,-1.4269 -1.85521,1.1282 c -2.27472,1.3834 -2.4662,1.3945 -2.00015,0.1165 0.34122,-0.9357 0.28554,-0.9423 -0.7408,-0.088 -0.61037,0.5081 -1.49999,1.1434 -1.97694,1.4118 -0.75264,0.4235 -0.76036,0.3563 -0.0585,-0.5086 0.74247,-0.9149 0.68326,-0.9489 -0.72266,-0.4144 -0.84225,0.3203 -1.53138,0.4268 -1.53138,0.2367 0,-0.19 -0.34439,-0.06 -0.76531,0.2896 -0.56028,0.465 -0.97876,0.4453 -1.56197,-0.074 -0.66689,-0.5934 -0.67891,-0.5525 -0.0738,0.2514 0.5202,0.691 0.54291,1.0714 0.081,1.3569 -0.35303,0.2182 -0.88549,1.0375 -1.18324,1.8207 -0.29776,0.7831 -0.80203,1.2628 -1.12059,1.0659 -0.31857,-0.1968 -0.57921,-0.093 -0.57921,0.2318 0,0.9566 -2.43187,2.939 -3.12271,2.5455 -0.34931,-0.199 -0.45036,-0.157 -0.22456,0.093 0.22579,0.2503 0.009,1.2324 -0.4828,2.1826 -0.65693,1.2703 -1.06389,1.5569 -1.53788,1.0829 -0.97437,-0.9744 -1.21319,-0.8691 -5.09475,2.2461 -4.53123,3.6365 -5.61351,3.8666 -3.57844,0.7607 0.96097,-1.4666 0.95671,-1.493 -0.14453,-0.8966 -0.62405,0.338 -1.89874,1.4174 -2.83265,2.3986 -1.82594,1.9186 -2.97499,2.3402 -2.41734,0.8869 0.20575,-0.5361 0.10364,-0.7484 -0.25376,-0.5275 -0.64751,0.4001 -0.5136,-1.8761 0.17485,-2.9722 0.26848,-0.4274 -0.11937,-0.5561 -1.17089,-0.3883 -0.87805,0.14 -1.31707,0.039 -0.99423,-0.2281 0.31797,-0.2633 0.6646,-0.8691 0.77028,-1.346 0.12367,-0.558 -0.34005,-0.3676 -1.30078,0.5344 -0.82111,0.7708 -1.51284,1.2911 -1.53717,1.1562 -0.0243,-0.1349 -0.13157,-0.7018 -0.23831,-1.2598 -0.10674,-0.5579 0.0402,-0.8696 0.32667,-0.6926 0.28642,0.177 0.37308,-0.063 0.19258,-0.5334 -0.18856,-0.4914 -0.8313,-0.7583 -1.51082,-0.6274 -1.14889,0.2212 -1.15263,0.1946 -0.13121,-0.9341 1.01981,-1.1269 1.01763,-1.1511 -0.0724,-0.8042 -1.0449,0.3325 -1.051,0.3109 -0.0868,-0.3071 0.62318,-0.3994 0.90944,-1.0668 0.71729,-1.6722 -0.19894,-0.6268 0.2284,-1.5225 1.13091,-2.3704 1.74679,-1.641 1.90082,-2.5991 0.27824,-1.7307 -0.64484,0.3451 -1.01973,0.8745 -0.83307,1.1765 0.18665,0.3021 -0.0754,0.5492 -0.58228,0.5492 -0.74249,0 -0.80136,-0.2248 -0.30284,-1.1563 0.34035,-0.6359 0.86981,-1.1562 1.17659,-1.1562 0.30679,0 0.55779,-0.4221 0.55779,-0.938 0,-0.7682 -0.15696,-0.8077 -0.86719,-0.2183 -1.45449,1.2071 -0.99282,-0.3401 0.70276,-2.3552 1.41646,-1.6833 1.44472,-1.7987 0.28906,-1.1802 -1.44607,0.7739 -1.56271,0.5391 -0.63199,-1.2721 0.53487,-1.0409 0.51456,-1.1358 -0.11562,-0.5401 -1.33498,1.2618 -1.78586,0.7777 -0.53054,-0.5697 1.22388,-1.3137 0.51343,-2.3457 -0.74707,-1.0852 -0.35374,0.3537 -0.87949,0.6431 -1.16833,0.6431 -0.70872,0 0.0956,-3.0572 0.94678,-3.5986 0.48087,-0.3059 0.44166,-0.4331 -0.13543,-0.4394 -0.64599,-0.01 -0.61641,-0.2253 0.14453,-1.0661 1.0888,-1.2031 1.27576,-2.0987 0.31403,-1.5043 -0.35352,0.2184 -0.85163,0.059 -1.10691,-0.3538 -0.36881,-0.5968 -0.80085,-0.5355 -2.10334,0.2981 -0.90155,0.577 -1.44631,0.8405 -1.2106,0.5856 0.23572,-0.2549 0.12237,-0.8325 -0.25189,-1.2834 -0.44456,-0.5357 -0.47893,-0.955 -0.0992,-1.2095 1.10344,-0.7394 -0.003,-2.702 -1.52284,-2.702 -1.05049,0 -1.39948,-0.2738 -1.27756,-1.0025 0.11096,-0.6631 -0.10954,-0.8961 -0.65133,-0.6882 -0.53743,0.2063 -0.95239,-0.2168 -1.20677,-1.2303 -0.38195,-1.5218 -0.40564,-1.5288 -1.59854,-0.4681 -1.20025,1.0672 -1.2038,1.0651 -0.40629,-0.2418 0.69186,-1.1338 0.68696,-1.3916 -0.035,-1.8408 -0.46177,-0.2873 -1.07308,-0.378 -1.35846,-0.2016 -0.28539,0.1763 -0.22361,-0.2311 0.13727,-0.9054 0.36088,-0.6743 0.48505,-1.226 0.27595,-1.226 -0.20911,0 -0.0658,-0.3788 0.3185,-0.8419 0.38427,-0.463 0.52231,-1.1272 0.30676,-1.4759 -0.21555,-0.3488 0.15763,-1.1108 0.8293,-1.6933 1.05531,-0.9153 1.0961,-1.1072 0.30026,-1.4126 -0.50652,-0.1944 -1.48745,-0.052 -2.17985,0.3173 -1.07483,0.5726 -1.15804,0.5483 -0.56907,-0.1663 0.3794,-0.4603 0.60793,-1.3484 0.50784,-1.9735 -0.1001,-0.6251 0.1098,-1.5044 0.46642,-1.9539 0.54641,-0.6887 0.44932,-0.7112 -0.61728,-0.143 -0.90556,0.4825 -1.37649,0.4951 -1.65509,0.044 -0.21417,-0.3465 -0.89522,-0.4978 -1.51344,-0.3361 -0.88724,0.232 -0.98868,0.1309 -0.48148,-0.4803 0.51173,-0.6166 0.34516,-0.7416 -0.81804,-0.6139 -0.80333,0.088 -1.32242,-0.063 -1.15353,-0.3365 0.16889,-0.2733 -0.16355,-0.5152 -0.73876,-0.5375 -0.93354,-0.036 -0.92169,-0.094 0.11041,-0.5375 0.63593,-0.2733 0.8157,-0.5151 0.39947,-0.5375 -0.41623,-0.022 -0.6169,-0.2669 -0.44595,-0.5435 0.17095,-0.2767 -0.52912,-0.5114 -1.55572,-0.5217 -3.29857,-0.033 -3.40699,-0.077 -3.03801,-1.24 0.2895,-0.9122 0.13125,-1.0507 -0.89405,-0.7826 -1.06938,0.2797 -1.1888,0.1462 -0.84318,-0.9428 0.39772,-1.2531 0.37651,-1.2577 -1.73916,-0.3737 -3.05238,1.2754 -3.70709,1.1635 -3.39101,-0.5796 0.23862,-1.3159 0.14469,-1.4089 -0.87327,-0.8641 -0.62737,0.3358 -1.30058,0.8692 -1.49604,1.1855 -0.43857,0.7096 -2.59965,0.7659 -2.59965,0.068 0,-0.279 0.38738,-0.8288 0.86083,-1.2218 1.18139,-0.9804 0.51581,-1.817 -1.11919,-1.4066 -0.99203,0.249 -1.73129,-0.081 -2.82427,-1.2594 -0.81427,-0.8782 -1.34947,-1.8086 -1.18933,-2.06776 0.16014,-0.25911 -0.40591,-0.20608 -1.2579,0.11786 -1.41105,0.5365 -1.52077,0.4807 -1.23147,-0.62556 0.23796,-0.90998 0.10126,-1.13148 -0.54521,-0.8834 -0.66132,0.25377 -0.77155,0.0435 -0.472,-0.90025 0.3498,-1.10214 0.22737,-1.19031 -1.16689,-0.84038 -1.01753,0.25539 -1.42883,0.18245 -1.18607,-0.21033 0.82947,-1.34213 -1.63836,-0.48288 -3.25431,1.13307 -0.95391,0.95391 -1.889,1.73438 -2.07798,1.73438 -0.18898,0 -0.81936,0.43055 -1.40084,0.95677 -0.96983,0.8777 -1.57637,0.3332 -0.65509,-0.58809 0.22118,-0.22118 0.46286,-0.81583 0.53707,-1.32143 0.0925,-0.63021 -0.3911,-0.41533 -1.53784,0.68333 -1.49247,1.42989 -1.8802,3.11029 -0.52431,2.27229 0.58363,-0.3607 0.0767,1.3768 -0.69618,2.3863 -0.26585,0.3472 -0.3667,0.7479 -0.22412,0.8905 0.14259,0.1426 -0.25553,0.298 -0.8847,0.3454 -0.62916,0.047 -0.99288,-0.1582 -0.80826,-0.4569 0.64622,-1.0456 -1.1158,-0.5315 -2.43912,0.7117 -1.53298,1.4402 -2.55035,0.9996 -1.22085,-0.5287 1.38684,-1.5942 1.09994,-2.8904 -0.56913,-2.5713 -1.20245,0.2298 -1.35795,0.096 -1.04267,-0.8974 0.24491,-0.7716 0.0707,-1.2825 -0.51387,-1.5068 -0.48643,-0.18666 -0.88442,-0.14997 -0.88442,0.0815 0,0.2315 -0.58535,0.7854 -1.30078,1.231 -1.19065,0.7415 -1.2336,0.7288 -0.50734,-0.15 1.05121,-1.27197 0.0397,-1.27252 -2.63887,-0.001 -1.62975,0.7733 -2.11021,0.8129 -2.48606,0.2048 -0.25624,-0.4146 -0.88237,-0.594 -1.39142,-0.3987 -0.83323,0.3198 -1.19407,-0.2202 -0.99399,-1.4874 0.0376,-0.23848 -0.4365,-0.4336 -1.05367,-0.4336 -1.2837,0 -2.06312,-0.90592 -1.22505,-1.42388 0.30927,-0.19113 0.42522,-0.70476 0.25767,-1.14139 -0.44705,-1.16499 2.92078,-4.78764 3.53179,-3.79902 0.33227,0.53764 0.24814,0.62411 -0.28603,0.29398 -0.51727,-0.31969 -0.61772,-0.24272 -0.3174,0.24322 0.32312,0.52281 0.80567,0.36682 1.8237,-0.58958 0.8847,-0.83113 1.38432,-1.02314 1.38432,-0.532 0,0.95023 1.72899,-0.53774 4.10259,-3.53069 l 1.6627,-2.09655 -1.62393,0.13818 c -1.68528,0.14341 -2.05873,-0.81842 -0.9895,-2.54848 0.32863,-0.53173 0.28049,-0.6689 -0.1429,-0.40723 -0.35114,0.21701 -0.91767,-0.12717 -1.25895,-0.76486 -0.4938,-0.92268 -0.45594,-1.09627 0.18545,-0.85015 0.44328,0.1701 0.96663,-0.10942 1.16301,-0.62116 0.24539,-0.63948 0.13313,-0.79595 -0.35899,-0.50038 -0.56712,0.34063 -0.56679,0.24564 0.002,-0.45676 0.39471,-0.48775 0.52478,-1.09971 0.28907,-1.35991 -0.23572,-0.2602 -0.13286,-0.30417 0.22857,-0.0977 0.74485,0.42549 2.13863,-0.95933 1.55398,-1.54398 -0.20935,-0.20949 -0.89781,-0.38067 -1.53003,-0.38067 -1.11288,0 -1.11617,-0.0368 -0.10311,-1.15625 0.57552,-0.63594 1.61112,-1.15625 2.30133,-1.15625 0.69021,0 1.86594,-0.65039 2.61273,-1.44531 0.7468,-0.79492 1.15053,-1.44532 0.89718,-1.44532 -0.25335,0 -0.10358,-0.45527 0.33282,-1.01171 0.70202,-0.89516 0.6874,-0.92904 -0.12694,-0.29408 -0.5062,0.3947 -1.14802,0.52478 -1.42625,0.28906 -0.27823,-0.23571 -0.1328,0.0917 0.32319,0.72767 0.456,0.63594 0.59679,0.95875 0.3129,0.71737 -0.2839,-0.24139 -1.12083,0.12916 -1.85985,0.82343 -0.73902,0.69427 -1.34367,0.94864 -1.34367,0.56527 0,-0.38338 0.38874,-0.84622 0.86387,-1.02854 0.47513,-0.18232 0.74142,-0.52963 0.59176,-0.77178 -0.55837,-0.90345 2.18869,-2.61825 4.19436,-2.61825 1.12503,0 2.15297,-0.31369 2.2843,-0.69709 0.15316,-0.44716 -0.21588,-0.60955 -1.02926,-0.4529 -1.18657,0.22851 -1.20761,0.17742 -0.32746,-0.79513 1.5804,-1.74634 0.26698,-1.93342 -1.62132,-0.23094 l -1.77236,1.59794 1.39946,-1.58985 c 0.76969,-0.87441 1.17868,-1.58984 0.90884,-1.58984 -0.26984,0 0.14008,-0.70756 0.91094,-1.57235 0.77086,-0.86479 0.94628,-1.22317 0.38984,-0.7964 -0.55645,0.42678 -1.01172,0.58216 -1.01172,0.34531 0,-0.23685 -0.43535,-0.0736 -0.96744,0.36281 -0.86864,0.71241 -0.92849,0.64583 -0.58602,-0.65187 0.20978,-0.79492 0.38498,-1.77051 0.38932,-2.16797 0.005,-0.39746 0.41348,-0.72266 0.9092,-0.72266 0.49572,0 0.74019,-0.26068 0.54327,-0.5793 -0.19691,-0.31862 -1.25289,-0.46831 -2.34662,-0.33265 -2.27685,0.28239 -2.28408,0.2697 -1.12352,-1.97457 0.99077,-1.91594 0.718,-2.2127 -2.21554,-2.41026 -2.64288,-0.178 -2.67831,-0.79907 -0.32116,-5.6306 1.72963,-3.54528 2.10988,-4.63724 2.20553,-6.33369 0.0276,-0.49013 0.407,-0.6453 1.01102,-0.41351 0.65104,0.24982 1.71724,-0.34362 3.26462,-1.81706 1.26382,-1.20342 2.1253,-1.88082 1.91441,-1.50533 -0.89383,1.59148 1.00705,1.28799 3.07274,-0.4906 3.90958,-3.36617 7.20132,-5.34352 9.10011,-5.46643 1.90332,-0.12319 4.66929,-1.32316 3.12688,-1.35654 -0.6227,-0.0135 -0.56806,-0.28741 0.23414,-1.17383 0.64934,-0.71751 0.78007,-1.15625 0.34454,-1.15625 -0.38601,0 -0.54106,-0.26016 -0.34454,-0.57812 0.54844,-0.88739 -1.21415,-0.68608 -1.9703,0.22504 -0.70268,0.84666 -3.52189,1.62046 -3.52189,0.96666 0,-0.21028 0.3252,-0.73803 0.72266,-1.17277 0.39746,-0.43474 -0.29234,-0.21214 -1.53288,0.49467 l -2.25554,1.28511 1.0267,-1.56694 c 0.8285,-1.26444 0.859,-1.50259 0.15801,-1.2336 -0.47777,0.18334 -1.13117,0.0708 -1.452,-0.24998 -0.39235,-0.39234 -0.7105,-0.37755 -0.97176,0.0452 -0.67024,1.08448 -1.57189,0.68373 -1.18738,-0.52775 0.26043,-0.82055 0.10389,-1.15625 -0.53916,-1.15625 -0.49839,-3e-5 -0.90615,-0.29053 -0.90615,-0.64558 0,-0.36093 -0.5098,-0.51224 -1.15625,-0.34319 -1.41802,0.37082 -1.46176,-0.0279 -0.16075,-1.46554 0.54752,-0.605 0.74263,-1.04996 0.43359,-0.98878 -1.50706,0.29833 -1.50426,-0.17303 0.0105,-1.75404 0.91072,-0.95058 1.48197,-1.90223 1.26943,-2.11477 -0.21254,-0.21254 -0.0967,-0.73557 0.25747,-1.16228 0.4945,-0.59586 0.42206,-0.77585 -0.31224,-0.77585 -0.52587,0 -1.09957,-0.37381 -1.27488,-0.83068 -0.41079,-1.07048 -1.72456,-0.55819 -3.89994,1.52072 -0.93973,0.89806 -1.84158,1.49985 -2.00411,1.33732 -0.16253,-0.16253 -0.7622,0.12684 -1.33261,0.64306 -0.57041,0.51621 -1.43703,0.7851 -1.92582,0.59753 -0.4888,-0.18757 -0.88873,-0.0972 -0.88873,0.2008 0,0.29801 -0.36675,0.4011 -0.815,0.22909 -0.44826,-0.17201 -1.56745,0.0763 -2.48709,0.55192 l -1.67209,0.86467 0.12273,-1.77272 0.12273,-1.77271 -1.24892,1.41412 c -0.6869,0.77777 -1.5499,1.92065 -1.91777,2.53972 -0.36788,0.61908 -0.97257,1.05411 -1.34376,0.96674 -0.37119,-0.0874 -0.52835,0.0783 -0.34922,0.36809 0.17912,0.28982 -0.0617,0.84843 -0.53516,1.24136 -1.28767,1.06868 -1.03864,1.86236 0.43996,1.40216 1.25199,-0.38967 1.26313,-0.36264 0.29696,0.72049 -0.77434,0.86808 -0.84703,1.28216 -0.31797,1.81121 0.37722,0.37722 1.05398,0.68586 1.50391,0.68586 0.68191,0 0.668,0.229 -0.0836,1.37605 -0.87963,1.34249 -0.86108,1.37401 0.76086,1.29244 0.91437,-0.046 1.85385,-0.27498 2.08773,-0.50886 0.82664,-0.82664 1.51975,-0.41244 0.78709,0.47035 -0.64609,0.77849 -0.53898,0.85856 0.81903,0.61231 l 1.56232,-0.28331 -1.4917,1.77279 c -1.43402,1.70423 -1.56871,3.13963 -0.16268,1.73359 0.7957,-0.79569 3.92161,-0.92948 3.92161,-0.16784 0,0.28395 -0.39023,0.66602 -0.86718,0.84905 -0.47696,0.18302 -0.86719,0.73116 -0.86719,1.2181 0,0.48693 -0.52031,0.91785 -1.15625,0.9576 -1.64374,0.10273 -1.86254,0.1686 -3.41188,1.02719 -1.22531,0.67903 -1.34631,0.65964 -1.02987,-0.16502 0.23591,-0.61476 0.0496,-0.93444 -0.54458,-0.93444 -0.49674,0 -1.03923,-0.52031 -1.20553,-1.15625 -0.16631,-0.63594 -0.66226,-1.15625 -1.10213,-1.15625 -0.43987,0 -0.79976,-0.50496 -0.79976,-1.12213 0,-1.56347 -0.99343,-2.0139 -2.06917,-0.93817 -1.2846,1.28461 -1.92486,1.11905 -1.53427,-0.39673 0.37488,-1.45477 0.53701,-1.53914 -3.98018,2.07147 -2.32555,1.85882 -2.76304,2.02114 -3.39501,1.25967 -0.57903,-0.69769 -0.58019,-1.04913 -0.006,-1.7413 1.27841,-1.54038 -0.33953,-0.92241 -3.09655,1.18274 -1.84204,1.4065 -2.6847,1.78012 -2.6847,1.19036 0,-0.47275 0.26016,-1.02033 0.57813,-1.21685 0.31796,-0.19651 0.57812,-0.62068 0.57812,-0.9426 0,-0.32191 -0.40882,-0.17648 -0.90848,0.32318 -0.49966,0.49967 -1.33094,0.90848 -1.84727,0.90848 -0.51634,0 -1.66846,0.69907 -2.56027,1.55348 -0.89182,0.85441 -1.62148,1.27552 -1.62148,0.9358 0,-0.33971 0.92764,-1.32521 2.06141,-2.18998 3.53544,-2.69661 1.7248,-2.50167 -4.08485,0.43979 -1.0725,0.54301 -1.09344,0.50604 -0.28906,-0.51043 0.47695,-0.60271 1.20428,-1.69672 1.61628,-2.43111 0.69773,-1.24373 0.67022,-1.29306 -0.4014,-0.71955 -0.63277,0.33865 -1.3104,0.87448 -1.50586,1.19074 -0.19546,0.31626 -0.6179,0.57501 -0.93876,0.57501 -0.32085,0 -0.0453,-0.75559 0.61225,-1.67908 1.43842,-2.02004 1.5194,-2.94592 0.25768,-2.94592 -0.74191,0 -0.79647,-0.17051 -0.261,-0.81571 0.75189,-0.90597 -0.10247,-1.83259 -1.11353,-1.20772 -0.31797,0.19651 -0.57813,-0.033 -0.57813,-0.50989 0,-0.47695 0.2644,-1.0306 0.58756,-1.23032 0.32315,-0.19971 0.42775,-0.6217 0.23243,-0.93773 -0.19532,-0.31603 0.12563,-1.13909 0.71323,-1.829 0.95013,-1.11558 0.95493,-1.16647 0.0434,-0.45992 -0.8871,0.68761 -0.97881,0.67422 -0.68187,-0.0996 0.24795,-0.64614 -0.14002,-1.00018 -1.39908,-1.27671 -1.19937,-0.26343 -1.64234,-0.64283 -1.42173,-1.2177 0.23341,-0.60826 0.0417,-0.72809 -0.70596,-0.44119 -0.75072,0.28808 -0.90152,0.19181 -0.56146,-0.35841 0.25571,-0.41375 -0.513,-0.0878 -1.70824,0.72443 -1.22631,0.8333 -2.57131,1.32393 -3.08696,1.12606 -0.59661,-0.22895 -0.6731,-0.43088 -0.22036,-0.5818 1.37588,-0.45862 0.65642,-1.12366 -0.89642,-0.82861 -1.39735,0.26551 -1.49826,0.19121 -0.83344,-0.61366 0.64893,-0.78564 0.56679,-0.94458 -0.57812,-1.11864 -0.73399,-0.11159 -1.26305,-0.54125 -1.17567,-0.95479 0.0874,-0.41354 -0.0868,-0.6001 -0.38699,-0.41456 -0.30021,0.18555 -0.91588,-0.0327 -1.36814,-0.48495 -0.45226,-0.45226 -1.8166,-0.98032 -3.03185,-1.17345 -1.78599,-0.28384 -2.49618,-0.0995 -3.70478,0.96151 l -1.49524,1.31268 1.30078,-1.48258 c 0.71543,-0.81541 1.30078,-1.64184 1.30078,-1.83651 0,-0.80372 -2.10508,-0.74976 -3.17969,0.0815 -0.80413,0.62204 -0.93617,0.64381 -0.43359,0.0715 1.2745,-1.45137 0.86466,-2.42811 -0.93944,-2.23887 -1.85034,0.19409 -3.54103,-0.90266 -3.54103,-2.29705 0,-0.70935 -0.15417,-0.75786 -0.69375,-0.21828 -0.81362,0.81362 -2.41907,0.94287 -1.9325,0.15558 0.18294,-0.296 0.0662,-0.70282 -0.25938,-0.90405 -0.37471,-0.23159 -0.27208,-0.68578 0.27963,-1.23749 1.13511,-1.13511 1.11983,-2.16424 -0.0256,-1.7247 -0.51448,0.19743 -0.74654,0.10051 -0.544,-0.2272 0.19761,-0.31972 -0.29856,-0.57151 -1.12621,-0.57151 -0.97925,0 -1.47943,-0.31712 -1.47943,-0.93797 0,-0.80727 -0.13395,-0.82741 -0.9612,-0.14453 -0.74936,0.61857 -1.01481,0.63417 -1.20443,0.0708 -0.13378,-0.39746 -0.74186,-0.72266 -1.3513,-0.72266 -0.60944,0 -1.10807,-0.39023 -1.10807,-0.86718 0,-0.47696 -0.19512,-0.83638 -0.43359,-0.79873 -0.23848,0.0376 -1.05927,0.0376 -1.82398,0 -1.33491,-0.0657 -1.35022,-0.11284 -0.38365,-1.18088 0.84519,-0.93393 0.86401,-1.09148 0.11733,-0.9819 -0.48916,0.0718 -1.41676,0.6078 -2.06132,1.19113 -1.04332,0.94418 -1.2106,0.95981 -1.52428,0.14238 -0.19379,-0.50501 -0.1903,-1.18038 0.008,-1.50083 0.22986,-0.37192 -0.29017,-0.35596 -1.43788,0.0441 -1.37175,0.47819 -1.9589,0.4526 -2.47683,-0.10799 -0.52344,-0.56654 -0.51341,-0.64135 0.0438,-0.32677 0.40762,0.23014 0.72266,0.0979 0.72266,-0.30325 0,-0.39119 0.45527,-1.25205 1.01172,-1.91303 0.99663,-1.18386 0.9938,-1.18669 -0.19006,-0.19005 -1.44703,1.21819 -3.134161,1.32339 -3.134161,0.19544 0,-0.51967 -0.50674,-0.76066 -1.39453,-0.6632 -0.90911,0.0998 -1.29951,-0.0945 -1.12158,-0.55819 0.17129,-0.44635 -0.50943,-0.85805 -1.8276,-1.10533 -1.74532,-0.32743 -1.98363,-0.53494 -1.40919,-1.2271 0.57726,-0.69557 0.38789,-0.833 -1.14796,-0.833 -1.01161,0 -1.69535,-0.2329 -1.51942,-0.51755 0.42316,-0.68468 -1.17165,-1.27119 -2.28982,-0.8421 -0.72593,0.27856 -0.7515,0.49952 -0.14453,1.24908 0.40557,0.50086 0.45162,0.73963 0.10231,0.5306 -0.34931,-0.20903 -1.12977,0.0733 -1.73438,0.62739 -0.60459,0.5541 -1.97168,1.62259 -3.03795,2.37444 -1.58868,1.12021 -2.03116,1.22174 -2.45096,0.56242 -0.28175,-0.44253 -0.39309,-1.12979 -0.24743,-1.52725 0.14567,-0.39746 -0.0392,-0.72265 -0.41076,-0.72265 -0.50531,0 -0.50073,-0.17488 0.0182,-0.69375 2.74101,-2.74102 -3.14369,-0.0212 -6.77754,3.13252 -1.40646,1.22062 -2.71369,1.96613 -2.90494,1.65669 -1.03977,-1.68239 -4.88686,1.21126 -5.7517,4.32623 -0.78469,2.82627 -0.79313,3.3051 -0.0501,2.84591 0.32316,-0.19971 0.43789,-0.6053 0.25494,-0.9013 -0.18293,-0.296 -0.17879,-0.53818 0.009,-0.53818 0.65478,0 1.32534,2.60443 0.8297,3.22253 -0.27386,0.34152 -0.38994,1.18171 -0.25795,1.86707 0.14072,0.73074 -0.0334,1.19124 -0.42093,1.11342 -0.3635,-0.073 -0.67671,0.12745 -0.69604,0.44542 -0.0193,0.31797 -0.26645,0.94351 -0.54919,1.3901 -0.35339,0.55819 -0.30545,0.68305 0.15338,0.39948 0.39946,-0.24689 0.66743,-0.0369 0.66743,0.52292 0,0.58159 0.27335,0.78033 0.72266,0.52542 0.39746,-0.2255 -0.15428,0.51939 -1.22609,1.65531 -1.07182,1.13592 -2.24252,1.95824 -2.60156,1.82739 -0.86846,-0.31653 -4.45212,2.88635 -4.70262,4.20293 -0.10872,0.57142 -0.25009,1.10399 -0.31417,1.18348 -0.0641,0.0795 -0.14902,0.42566 -0.18876,0.76926 -0.0398,0.3436 -0.57726,0.99399 -1.19448,1.44531 -0.61722,0.45133 -0.89269,0.82058 -0.61216,0.82058 0.28053,0 0.005,0.38197 -0.61216,0.84881 -0.61718,0.46683 -0.90138,0.85707 -0.63148,0.86719 0.2699,0.0101 1.2531,-0.79779 2.18495,-1.79534 0.93184,-0.99755 1.8742,-1.6338 2.09411,-1.41388 0.21991,0.21992 0.14479,0.58082 -0.16695,0.802 -1.35218,0.95942 -4.75451,7.10863 -3.85941,6.9752 1.30446,-0.19443 1.32904,0.23774 0.089,1.55806 l -1.3929,1.48265 1.5607,-0.59337 c 1.47374,-0.56033 2.59651,-0.0908 1.76684,0.73889 -0.20981,0.20981 -0.41754,0.87091 -0.46161,1.46912 -0.0547,0.74177 0.19375,0.98255 0.7811,0.75717 0.60914,-0.23375 0.72109,-0.10375 0.38248,0.44413 -0.35276,0.57077 -0.21768,0.67444 0.51332,0.39393 0.58927,-0.22612 0.84864,-0.14865 0.63884,0.19081 -0.19426,0.31433 -0.0663,0.57151 0.28438,0.57151 0.35067,0 0.59536,0.3252 0.54374,0.72266 -0.25027,1.92736 0.0825,2.85471 0.91035,2.53702 1.07408,-0.41216 1.13085,0.44094 0.0981,1.47372 -0.92191,0.92191 -0.61463,2.2041 0.52823,2.2041 0.45046,0 0.7882,0.19512 0.75055,0.43359 -0.0376,0.23848 -0.005,0.62871 0.0723,0.86719 0.0774,0.23848 0.17614,0.75879 0.2194,1.15625 0.051,0.46811 0.81296,0.65891 2.16328,0.54169 1.67692,-0.14556 2.14312,0.0428 2.38376,0.96297 0.33881,1.29563 -0.52333,2.43815 -1.54422,2.0464 -0.37397,-0.1435 -1.31786,0.43909 -2.09752,1.29466 -0.77966,0.85556 -1.06641,1.35215 -0.63723,1.10352 0.62117,-0.35985 0.65493,-0.21774 0.16553,0.69672 -0.58937,1.10125 -3.50189,1.97908 -7.01618,2.11468 -0.82257,0.0317 -1.38357,0.36565 -1.30197,0.77494 0.079,0.39554 -0.7821,1.93159 -1.9132,3.41343 -1.1864,1.55436 -1.8103,2.84642 -1.4746,3.0539 0.3677,0.22728 0.3836,0.67318 0.043,1.21157 -0.8603,1.36045 -0.6444,1.80686 0.5618,1.16133 0.615,-0.32916 1.2371,-0.59847 1.3823,-0.59847 0.4759,0 -0.134,4.23382 -0.6595,4.57821 -0.7891,0.51714 -1.1878,3.43034 -0.45,3.28788 0.3478,-0.0672 0.047,0.13689 -0.6684,0.45345 -0.7154,0.31655 -1.3008,0.93091 -1.3008,1.36525 0,0.43434 -0.2601,0.62892 -0.5781,0.4324 -0.318,-0.19651 -0.5781,0.0164 -0.5781,0.47322 0,0.45678 -0.3748,1.14155 -0.8328,1.5217 -0.4581,0.38015 -0.6911,1.06072 -0.5177,1.51238 0.1929,0.50285 -0.2126,1.03255 -1.0461,1.36639 -1.2267,0.49133 -1.247,0.55334 -0.205,0.6275 0.6359,0.0453 0.8311,0.2135 0.4336,0.37388 -0.3975,0.16038 -0.7227,0.7382 -0.7227,1.28405 0,1.05103 -1.052,2.37994 -1.8841,2.37994 -0.2731,0 -0.3358,-0.26015 -0.1393,-0.57812 0.4028,-0.65175 -0.4584,-0.79422 -1.0748,-0.17781 -0.2202,0.22017 -0.9451,0.48345 -1.6109,0.58506 -0.9636,0.14706 -1.1485,-0.0525 -0.9064,-0.97844 0.395,-1.51056 -0.01,-1.47079 -1.3856,0.1376 -1.4083,1.64122 -3.2681,5.06345 -2.1993,4.04687 1.0607,-1.00877 1.5022,-0.90523 1.8525,0.43439 0.1665,0.63638 0.07,1.0131 -0.215,0.83716 -0.2846,-0.17593 -0.3546,0.10482 -0.1554,0.62391 0.2206,0.5748 0.7831,0.83373 1.4387,0.66228 1.3053,-0.34135 1.4406,0.90091 0.2093,1.92273 -0.4769,0.39584 -0.8672,1.10994 -0.8672,1.58689 0,0.65991 0.1855,0.71328 0.7759,0.22329 1.0595,-0.87928 1.6984,-0.10289 0.809,0.98298 -0.6094,0.74398 -0.5278,0.82721 0.5411,0.55191 1.1632,-0.29961 1.2099,-0.20859 0.6155,1.20052 -0.3538,0.8386 -1.5548,2.49664 -2.669,3.68464 -1.1141,1.1879 -2.087,2.5776 -2.162,3.0881 -0.1694,1.1549 -0.1708,1.1559 -2.1019,1.6192 -1.9049,0.457 -1.9578,0.1875 -0.3942,-2.0084 1.4442,-2.0282 0.6755,-2.2255 -1.1402,-0.2928 -1.1925,1.2694 -5.0068,2.5002 -4.3239,1.3952 0.4152,-0.6718 -1.212,-2.1803 -1.8526,-1.7174 -0.5147,0.3721 -1.9727,2.7368 -1.9727,3.1997 0,0.128 0.3252,0.2206 0.7227,0.2059 1.9033,-0.071 2.7461,0.2241 2.7461,0.9606 0,0.4429 0.4037,0.9603 0.8972,1.1496 0.4935,0.1894 0.7533,0.1114 0.5773,-0.1733 -0.1759,-0.2846 0.203,-0.3808 0.8421,-0.2137 1.0964,0.2867 1.0541,0.4547 -0.7519,2.9812 -2.9383,4.1109 -3.0413,4.3593 -1.3468,3.249 1.4498,-0.9499 1.5159,-0.9462 1.5041,0.085 -0.01,0.5966 -1.0792,1.8335 -2.4004,2.7688 l -2.3881,1.6906 0.3947,-1.5727 c 0.5349,-2.1311 0.048,-2.7484 -1.6569,-2.1003 -1.1209,0.4262 -1.3333,0.3647 -1.074,-0.3111 0.1778,-0.4633 0.03,-0.8424 -0.328,-0.8424 -0.3792,0 -0.5418,-0.6038 -0.3892,-1.4451 0.2419,-1.3342 0.1651,-1.3915 -1.0004,-0.7459 -0.6944,0.3846 -1.5848,0.6339 -1.9786,0.5541 -0.3939,-0.08 -1.2394,0.1349 -1.8789,0.4772 -1.5166,0.8116 -1.4809,0.1275 0.08,-1.534 1.1584,-1.2331 1.1729,-1.3498 0.2125,-1.7184 -0.5667,-0.2174 -1.5434,-0.075 -2.1705,0.3167 -0.6566,0.41 -0.978,0.4496 -0.7579,0.093 0.2103,-0.3402 0.473,-1.0749 0.5838,-1.6325 0.1108,-0.5577 0.2912,-1.392 0.4009,-1.8541 0.2624,-1.1062 -1.8013,-1.1667 -3.1249,-0.091 -0.5937,0.4823 -1.0117,0.5659 -1.0117,0.2023 0,-0.3408 0.3252,-0.7689 0.7226,-0.9515 0.3975,-0.1825 0.1373,-0.1867 -0.5781,-0.01 -0.8345,0.207 -1.3008,0.06 -1.3008,-0.41 0,-0.5699 -0.1541,-0.5785 -0.6937,-0.039 -1.1597,1.1597 -1.8704,0.7738 -0.7846,-0.4261 0.5574,-0.6159 0.8355,-1.4077 0.618,-1.7597 -0.2175,-0.3519 -0.074,-1.027 0.3185,-1.5001 0.6165,-0.7428 0.5102,-0.7828 -0.7786,-0.2928 -1.3137,0.4995 -1.4666,0.4321 -1.2751,-0.5619 0.1196,-0.6211 0.403,-1.4295 0.6297,-1.7964 0.2854,-0.4618 0,-0.56 -0.9177,-0.3192 -0.9982,0.261 -1.165,0.1828 -0.6685,-0.31362 1.205,-1.205 0.6855,-1.62882 -0.802,-0.65423 -1.9204,1.25835 -2.3564,0.71917 -1.0414,-1.28779 1.0386,-1.5851 1.037,-1.60412 -0.098,-1.13207 -0.6351,0.26405 -1.805099,0.59709 -2.599999,0.74009 -1.114,0.20037 -1.2502,0.12418 -0.5944,-0.33232 0.7292,-0.5075 0.7016,-0.64963 -0.193,-0.9929 -0.8211,-0.31509 -0.8793,-0.50496 -0.2728,-0.88943 0.5774,-0.36601 0.5895,-0.49104 0.049,-0.49767 -0.5739,-0.007 -0.7227,-13.51669 -0.7227,-65.59732 0,-61.83197 0.058,-65.62571 1.0117,-66.23896 0.9636,-0.61953 0.9636,-0.63552 0,-0.33593 -0.8233,0.25598 -1.0117,-0.0422 -1.0117,-1.60113 0,-1.12167 0.4382,-2.31225 1.0572,-2.87247 2.222299,-2.01108 3.748999,-0.53349 1.9554,1.89244 -0.8961,1.21204 -0.9767,1.58306 -0.3439,1.58306 0.454499,0 0.965699,-0.55497 1.135899,-1.23328 0.1703,-0.67829 1.3385,-1.86918 2.5961,-2.64641 1.2576,-0.77724 2.1708,-1.71456 2.0295,-2.08294 -0.1414,-0.36838 0.05,-1.05903 0.4259,-1.53479 0.8716,-1.10391 3.2845,-1.85376 3.2845,-1.02071 0,0.3394 -0.3035,0.61708 -0.6745,0.61708 -0.3709,0 -0.5073,0.16716 -0.303,0.37145 0.2043,0.2043 0.768,0.0424 1.2526,-0.35985 0.4847,-0.40221 0.8812,-0.56021 0.8812,-0.3511 0,0.2091 0.5597,0.0806 1.2439,-0.28553 1.0595,-0.56705 1.1907,-0.52722 0.8853,0.26872 -0.3427,0.89305 -0.1732,0.99826 1.9176,1.19014 1.0419,0.0956 5.5976,-2.28488 7.2596,-3.79328 0.7671,-0.69621 1.3879,-0.88056 1.7491,-0.51937 0.6822,0.68219 4.5074,-1.48004 4.0183,-2.27138 -0.1799,-0.2911 -0.063,-0.69269 0.2605,-0.89241 0.3232,-0.19971 0.5875,-0.75336 0.5875,-1.23031 0,-0.47695 -0.2793,-0.69453 -0.6208,-0.48351 -0.4423,0.27337 -0.4423,0.0339 0,-0.83307 1.6854,-3.30317 1.7211,-3.41874 1.0247,-3.31293 -0.3811,0.0579 -1.0354,0.31912 -1.454,0.58049 -0.4186,0.26137 -0.8859,0.35046 -1.0384,0.19797 -0.1525,-0.15249 0.8404,-1.14741 2.2064,-2.21092 1.3661,-1.06352 2.6748,-2.20054 2.9085,-2.52673 0.2336,-0.32618 0.4287,-0.36609 0.4335,-0.0887 0,0.27741 0.376,0.19974 0.8246,-0.1726 0.9333,-0.77456 1.8243,0.11583 1.1721,1.17121 -0.2857,0.46223 -0.069,0.46236 0.7941,4.9e-4 0.6529,-0.34943 1.8869,-0.90135 2.7421,-1.22651 1.3858,-0.52687 1.5233,-0.47038 1.2645,0.51925 -0.2267,0.86722 0.088,1.18612 1.4372,1.45596 1.2291,0.24581 1.6314,0.59631 1.3941,1.21463 -0.4305,1.12175 0.1433,1.10718 1.4062,-0.0357 0.7599,-0.68767 1.1044,-0.73561 1.4356,-0.19973 0.2628,0.42518 0.1949,0.5562 -0.1711,0.33004 -0.3338,-0.20629 -0.7642,0.035 -0.9565,0.53608 -0.5038,1.31301 -0.4732,1.35212 0.8581,1.09574 1.0241,-0.19722 1.0966,-0.0987 0.4772,0.64767 -0.6355,0.76567 -0.5105,0.82599 0.9602,0.46339 0.93,-0.22928 2.3412,-0.8265 3.1361,-1.32716 1.3564,-0.85429 1.3965,-0.84866 0.6519,0.0914 -0.4364,0.55097 -0.5997,1.00175 -0.3628,1.00175 0.2368,0 0.1015,0.39652 -0.3007,0.88116 -1.0085,1.21524 -0.2588,1.76468 1.3133,0.96237 2.42177,-1.23598 4.47957,-1.82638 4.47957,-1.28522 0,0.29134 -0.24416,0.68061 -0.54258,0.86504 -0.52452,0.32417 -0.37185,2.47992 0.21735,3.06913 0.15903,0.15903 0.9385,-0.13633 1.73217,-0.65635 0.79365,-0.52003 1.88695,-0.94551 2.42955,-0.94551 0.54259,0 1.39954,-0.37376 1.90433,-0.83059 1.30398,-1.18009 3.93256,-1.5628 4.29245,-0.62496 0.16132,0.42042 0.13028,0.92743 -0.069,1.12671 -0.19927,0.19927 -0.41489,0.72054 -0.47915,1.15838 -0.0833,0.56727 0.46184,0.43784 1.89662,-0.45033 5.16376,-3.19654 5.04411,-3.15011 5.72792,-2.2226 0.53654,0.72775 1.21946,0.44886 4.47785,-1.82864 2.11462,-1.47804 4.05594,-2.68734 4.31405,-2.68734 0.51204,0 3.6384,-2.42886 5.73329,-4.45419 1.5394,-1.48828 1.86772,-3.08088 0.38073,-1.84679 -0.70419,0.58443 -0.63224,0.20847 0.28906,-1.51049 1.59312,-2.97242 1.54765,-3.51624 -0.19836,-2.37221 -1.70254,1.11555 -2.40461,1.20773 -1.60719,0.21102 0.31798,-0.39746 0.76969,-1.34609 1.0038,-2.10808 0.36486,-1.18759 0.2616,-1.34252 -0.72315,-1.085 -0.9021,0.2359 -1.08797,0.0679 -0.86558,-0.78255 0.19664,-0.75195 -0.0241,-1.08296 -0.7222,-1.08296 -0.79717,0 -0.866,-0.16797 -0.33237,-0.81096 0.51704,-0.62299 0.49995,-0.86922 -0.0737,-1.06224 -0.60058,-0.20208 -0.59145,-0.43945 0.0467,-1.21247 0.4364,-0.52866 1.08831,-0.96121 1.4487,-0.96121 0.36039,0 1.28025,-1.36582 2.04414,-3.03515 0.76389,-1.66934 2.3052,-3.87709 3.42514,-4.90612 1.11993,-1.02903 1.8582,-2.049 1.6406,-2.2666 -0.21761,-0.2176 -1.04398,0.21344 -1.8364,0.95787 -2.37805,2.23406 -2.1665,0.98176 0.24956,-1.4773 2.54773,-2.59308 2.53148,-4.08985 -0.0179,-1.6474 -0.91571,0.8773 -1.84108,1.41895 -2.05638,1.20365 -0.2153,-0.2153 -0.0879,-0.39145 0.28302,-0.39145 0.37097,0 0.67448,-0.33241 0.67448,-0.7387 0,-0.40629 0.53785,-1.19922 1.1952,-1.76206 1.20882,-1.03502 1.23084,-2.53488 0.0333,-2.26877 -0.82754,0.18391 -0.8548,-1.39527 -0.0328,-1.90326 0.33964,-0.20992 0.4727,-0.75909 0.29568,-1.2204 -0.17702,-0.4613 -0.0826,-0.6909 0.20971,-0.51022 0.29235,0.18069 0.69496,0.0641 0.89468,-0.25903 0.49182,-0.79578 -1.0462,-0.74959 -1.8514,0.0556 -1.41953,1.41954 -1.95293,0.15727 -0.64129,-1.51758 l 1.34227,-1.71395 -1.83832,1.30465 c -1.12284,0.79688 -1.9799,1.07557 -2.20209,0.71606 -0.20007,-0.32372 -0.1533,-0.59676 0.10394,-0.60675 0.25725,-0.01 0.95634,-0.6885 1.55356,-1.5078 l 1.08584,-1.48963 -1.34655,0.42738 -1.34655,0.42738 1.05266,-1.60657 1.05266,-1.60655 -2.34535,0.31457 c -2.73236,0.36649 -3.28229,0.0596 -2.0684,-1.1543 0.4801,-0.4801 0.73085,-1.24311 0.55721,-1.69558 -0.17362,-0.45247 -0.0858,-0.68057 0.19524,-0.5069 0.28101,0.17368 0.65502,-0.0597 0.83113,-0.51866 0.22341,-0.58219 0.0233,-0.74167 -0.66208,-0.52761 -0.86341,0.26969 -0.85566,0.20289 0.064,-0.55206 1.16513,-0.95642 0.7591,-1.38112 -1.17574,-1.22977 -0.70711,0.0553 -1.15861,-0.10502 -1.00332,-0.35627 0.15529,-0.25127 -0.29038,-0.63862 -0.99038,-0.86079 -1.08023,-0.34286 -1.14364,-0.50216 -0.41923,-1.05335 0.4694,-0.35716 0.89442,-1.26553 0.94448,-2.01858 0.0872,-1.31205 0.0541,-1.32412 -0.7926,-0.28906 -0.78589,0.96068 -0.84843,0.96824 -0.56549,0.0684 0.39563,-1.25823 -0.9513,-1.35765 -1.9581,-0.14453 -0.39584,0.47696 -0.99335,0.86719 -1.32781,0.86719 -0.33447,0 -0.008,-0.63908 0.72608,-1.42019 l 1.3342,-1.42018 -1.66701,0.1194 c -1.30511,0.0935 -1.67982,-0.13161 -1.72596,-1.03684 -0.14247,-2.79525 -0.17021,-2.83499 -1.27864,-1.83187 -0.79684,0.72112 -1.20987,0.78754 -1.72072,0.2767 -0.51084,-0.51085 -0.91832,-0.46559 -1.69757,0.18856 -0.56396,0.47342 -1.80585,1.34005 -2.75976,1.92583 l -1.73437,1.06508 1.10132,-1.24575 c 1.13619,-1.28519 0.53118,-1.7798 -0.687,-0.56163 -1.01411,1.01412 -1.57797,0.0825 -0.64124,-1.05946 0.72861,-0.88823 0.66781,-0.94044 -0.64027,-0.54996 -0.79492,0.23729 -2.0957,0.51676 -2.89063,0.62103 -0.79492,0.10427 -1.44531,0.2486 -1.44531,0.32072 0,0.0721 -0.57523,0.192 -1.2783,0.26639 -1.10708,0.11715 -1.19613,-0.0183 -0.66485,-1.01097 0.5665,-1.05851 0.45634,-1.12789 -1.4395,-0.90656 -1.36514,0.15937 -1.8988,0.0376 -1.59286,-0.3636 0.25305,-0.33179 0.64174,-1.10899 0.86377,-1.7271 0.39812,-1.10834 0.3868,-1.10856 -0.82079,-0.0157 -1.22366,1.1074 -1.2242,1.10704 -0.81377,-0.52825 0.3883,-1.54711 0.34111,-1.59914 -0.86489,-0.95371 -1.26241,0.67562 -1.2654,0.66711 -0.28905,-0.82299 0.54261,-0.82811 0.82123,-1.67098 0.61918,-1.87303 -0.20205,-0.20205 -0.36738,-0.0639 -0.36738,0.30711 0,0.37097 -0.45992,0.67448 -1.02204,0.67448 -0.56213,0 -1.98681,0.65558 -3.16598,1.45683 -1.4435,0.98091 -2.0337,1.16978 -1.8067,0.57813 0.2138,-0.55707 0,-0.87871 -0.5737,-0.87871 -0.5722,0 -0.7872,-0.32247 -0.5781,-0.86718 0.183,-0.47696 0.029,-0.86719 -0.3414,-0.86719 -0.3707,0 -0.5133,-0.26016 -0.3168,-0.57813 0.6258,-1.01249 -1.2705,-0.62042 -2.0971,0.4336 -0.7192,0.91694 -0.6987,0.93739 0.2182,0.21828 0.5565,-0.4364 1.0036,-0.56648 0.9936,-0.28907 -0.01,0.27741 -0.7254,1.01258 -1.5899,1.63371 -1.2379,0.88949 -1.4031,0.92018 -0.7782,0.14453 0.6885,-0.85453 0.66,-0.9848 -0.2153,-0.9848 -0.8776,0 -0.9056,-0.13157 -0.2153,-1.01171 0.7191,-0.91694 0.6986,-0.93739 -0.2183,-0.21828 -0.5565,0.4364 -1.0117,1.04033 -1.0117,1.34208 0,0.75199 -1.5084,2.20041 -2.2916,2.20041 -0.3518,0 -1.2457,0.39706 -1.9864,0.88235 -1.1151,0.73067 -5.4011,1.0884 -4.7054,0.39273 0.4748,-0.47488 -1.0059,-3.58758 -1.7066,-3.58758 -0.4119,0 -0.8874,-0.36106 -1.0567,-0.80236 -0.3865,-1.00721 -4.9115,-1.53053 -6.4643,-0.74759 -0.9914,0.49992 -1.0539,0.45896 -0.4386,-0.28749 0.8971,-1.08815 0.2457,-1.85263 -0.8229,-0.96578 -1.547,1.28387 -1.2796,0.10272 0.4524,-1.9985 0.9683,-1.17468 1.4968,-2.13578 1.1744,-2.13578 -0.3223,0 -0.7268,0.22764 -0.8987,0.50586 -0.172,0.27823 -0.975,0.50586 -1.7845,0.50586 -1.2391,0 -1.4095,-0.19434 -1.0776,-1.22851 0.8717,-2.71549 1.2249,-4.96362 0.7322,-4.65907 -0.284,0.17551 -0.5164,0.0436 -0.5164,-0.29314 0,-0.33673 -0.4552,-0.63053 -1.0117,-0.65288 -0.9289,-0.0373 -0.9254,-0.0746 0.043,-0.45617 0.58,-0.22854 0.9702,-0.57576 0.8672,-0.77159 -0.103,-0.19583 0.5301,-1.16126 1.407,-2.1454 1.6907,-1.8975 1.5289,-2.44061 -0.248,-0.83254 -0.5815,0.52623 -1.0573,0.69664 -1.0573,0.37867 0,-0.31797 0.5204,-1.049 1.1563,-1.62452 1.7619,-1.59453 1.3781,-2.26012 -0.5228,-0.90655 -1.7613,1.25416 -3.2666,1.60399 -2.6569,0.61748 0.1965,-0.31796 0.05,-0.57812 -0.3257,-0.57812 -0.5225,0 -0.5239,-0.19179 -0.01,-0.81572 0.4708,-0.56724 0.4895,-0.93162 0.061,-1.1962 -0.3386,-0.20926 -0.4552,-0.64006 -0.2591,-0.95732 0.1997,-0.32312 -0.114,-0.49626 -0.7133,-0.39364 -0.83,0.14215 -1.0646,-0.17304 -1.0469,-1.40665 0.026,-1.80993 -0.1605,-1.88615 -1.7231,-0.70431 -0.8604,0.65079 -1.2235,0.68473 -1.5567,0.14553 -0.2391,-0.38677 -0.1946,-0.99252 0.099,-1.34611 0.2934,-0.35359 0.6113,-1.14278 0.7063,-1.75376 0.095,-0.61099 0.3432,-1.38346 0.5515,-1.71661 0.57,-0.91165 -0.4489,-2.22002 -1.313,-1.686 -0.5233,0.32342 -0.6359,0.18398 -0.3831,-0.47462 0.2683,-0.69935 0.1122,-0.83963 -0.6244,-0.56092 -0.6819,0.258 -0.4563,-0.32176 0.7376,-1.89584 l 1.72,-2.26749 -1.789,1.27387 c -2.8459,2.02651 -4.6672,2.56228 -5.0773,1.49361 -0.2776,-0.72338 -0.5122,-0.76066 -1.1991,-0.19055 -0.4697,0.3898 -0.7255,0.91658 -0.5685,1.17061 0.157,0.25403 -0.1711,0.37453 -0.729,0.26779 -0.558,-0.10674 -1.225,-0.21399 -1.4822,-0.23831 -0.2573,-0.0243 -0.2646,-0.36943 -0.016,-0.76689 0.8665,-1.38707 0.6355,-1.99387 -0.7031,-1.84693 -0.7416,0.0814 -1.6234,0.31799 -1.9596,0.52573 -0.8642,0.53414 -0.7584,-0.0845 0.2875,-1.68076 0.6829,-1.0423 0.7309,-1.4751 0.1997,-1.80336 -0.4021,-0.24853 -0.549,-0.18944 -0.3459,0.13917 0.1941,0.3141 -0.012,0.5711 -0.4576,0.5711 -0.5566,0 -0.6598,-0.2867 -0.3292,-0.91537 0.8216,-1.56255 0.5337,-4.33753 -0.5573,-5.37134 C 2.5489,221.03752 2.3225,221.01872 1.714,221.75181 0.2346,223.53442 -0.4975,221.8865 0.8287,219.75909 1.1753,219.20318 1.1244,219.0772 0.6674,219.35961 0.1648,219.67026 0,206.86638 0,167.50729 l 0,-52.26483 1.3008,-1.08598 c 0.7154,-0.59729 0.9756,-0.71566 0.5781,-0.26304 -1.1074,1.26111 -0.8815,2.25934 0.4336,1.91545 0.672,-0.17574 1.156199,-0.0178 1.156199,0.37731 0,0.38987 0.3082,0.49455 0.7227,0.24551 0.5587,-0.33563 0.5553,-0.2275 -0.015,0.47649 -1.220099,1.50665 0.7601,1.78317 3.3409,0.46654 2.5701,-1.31114 3.5189,-0.74673 1.4087,0.83796 -1.16,0.87111 -1.9698,2.6318 -1.2104,2.6318 0.55,0 3.8679,-1.87918 4.1641,-2.35854 0.4944,-0.79997 1.4204,-0.0577 1.0693,0.85714 -0.1633,0.42575 0.1217,0.93474 0.6334,1.13112 0.6323,0.24262 0.801,0.12757 0.5266,-0.35899 -0.3108,-0.55086 -0.2347,-0.55975 0.3295,-0.0386 0.4033,0.37261 1.1569,0.51902 1.6746,0.32534 0.8171,-0.30566 0.8366,-0.22341 0.1478,0.62331 -0.4694,0.57708 -0.5423,0.97543 -0.1786,0.97543 0.3381,0 0.7756,-0.26015 0.9721,-0.57812 0.6309,-1.02081 1.9326,-0.64462 1.64,0.47398 -0.1513,0.57866 0.1421,1.39834 0.652,1.82152 0.773,0.64155 1.1765,0.63593 2.428,-0.0338 0.8254,-0.44178 1.7722,-1.39893 2.104,-2.12699 0.3793,-0.83265 0.7514,-1.0838 1.0028,-0.67698 0.2552,0.41284 1.4953,-0.32623 3.4286,-2.04328 3.0434,-2.70294 4.6288,-3.16734 2.5679,-0.75215 -0.7333,0.85923 -0.7871,1.04981 -0.1604,0.56691 0.7838,-0.60381 1.0203,-0.55299 1.392,0.29902 0.2463,0.56456 0.3954,1.35124 0.3315,1.74819 -0.091,0.56459 0.2038,0.57585 1.3541,0.0517 0.8087,-0.36849 1.4704,-0.88838 1.4704,-1.15532 0,-0.26692 0.2406,-0.48532 0.5347,-0.48532 0.294,0 0.45,0.91055 0.3466,2.02344 -0.2065,2.22214 -0.1419,2.28722 1.4341,1.44375 0.7394,-0.39572 1.2043,-0.38377 1.4647,0.0376 0.2524,0.40824 0.7344,0.2981 1.423,-0.32516 0.8351,-0.75571 1.1285,-0.79182 1.4807,-0.18219 0.2415,0.41818 0.2453,0.58658 0.01,0.37422 -0.4599,-0.41232 -2.6454,1.20686 -2.6454,1.95992 0,0.805 1.0637,0.47757 3.2347,-0.99567 2.4616,-1.67046 4.3095,-2.00571 3.1137,-0.56489 -0.6026,0.72607 -0.5812,0.82306 0.1219,0.55324 0.5177,-0.19866 0.8526,0.0132 0.8526,0.53946 0,0.47665 -0.2168,0.73265 -0.4818,0.56888 -0.2649,-0.16375 -0.4817,-0.0376 -0.4817,0.28038 0,0.31797 0.2815,0.7521 0.6255,0.96473 0.3961,0.24482 0.027,1.0524 -1.0072,2.20208 -0.8981,0.99852 -1.2576,1.4903 -0.799,1.09284 1.2576,-1.08999 1.6291,-0.89488 2.0637,1.08393 0.2716,1.23654 0.1546,1.95632 -0.3709,2.28107 -0.4222,0.26096 -0.6027,0.63948 -0.401,0.84116 0.2017,0.20168 1.0478,-0.0796 1.8802,-0.625 0.8324,-0.54543 1.6535,-0.85171 1.8246,-0.68062 0.3352,0.33525 -0.6989,2.38518 -2.0491,4.06183 -0.7443,0.92421 -0.7279,0.99558 0.1511,0.65829 0.761,-0.29203 0.8984,-0.15052 0.6025,0.6205 -0.3297,0.85933 -0.2144,0.90847 0.8256,0.35187 1.2241,-0.65515 2.4305,0.0898 1.2884,0.79567 -0.3232,0.19972 -0.5876,0.63979 -0.5876,0.97792 0,0.38297 0.3328,0.33866 0.8824,-0.11753 0.6872,-0.57027 0.6316,-0.14715 -0.2511,1.91216 -1.1126,2.59545 -1.113,2.64052 -0.025,2.43096 1.0624,-0.20459 1.0677,-0.15094 0.1283,1.28287 -0.9649,1.47256 -0.9607,1.48581 0.2607,0.83214 2.1151,-1.132 2.1974,-0.74195 0.2641,1.25266 -1.8113,1.86886 -1.967,2.94331 -0.3357,2.31734 0.4458,-0.1711 0.8106,-0.0295 0.8106,0.31458 0,0.43274 0.4573,0.45181 1.483,0.0619 0.8156,-0.3101 1.6052,-0.56382 1.75469,-0.56382 0.42803,0 -0.81999,2.12477 -1.85739,3.16214 -1.5864,1.58637 -0.5282,1.55978 1.83836,-0.0462 1.23332,-0.83696 1.89236,-1.09997 1.46454,-0.58446 -0.58516,0.70507 -0.60179,0.93727 -0.0671,0.93727 0.39092,0 0.56612,0.37694 0.38933,0.83765 -0.34968,0.91126 -0.42461,0.93411 4.43126,-1.35119 1.53352,-0.72172 3.14048,-1.17704 3.57101,-1.01183 0.43054,0.16522 1.12701,-0.13942 1.54772,-0.67696 0.69974,-0.89407 0.6664,-0.90616 -0.39132,-0.14183 -1.05826,0.76471 -1.08276,0.75569 -0.28907,-0.10649 0.47696,-0.51811 1.64766,-1.13237 2.60157,-1.36502 1.51381,-0.3692 1.64157,-0.31028 1.00459,0.46338 -0.59221,0.71928 -0.57466,1.01512 0.0931,1.56928 0.59867,0.49686 0.93126,0.50749 1.22077,0.039 0.27709,-0.44834 0.70199,-0.3687 1.39917,0.26225 0.55068,0.49836 1.21048,0.71042 1.46623,0.47125 0.25574,-0.23917 0.16959,0.13339 -0.19145,0.82792 -0.87711,1.68729 -0.8272,2.10615 0.20381,1.71051 0.49714,-0.19077 0.80218,-0.0339 0.72266,0.37174 -0.0932,0.47515 0.79609,0.70185 2.75303,0.70185 2.75144,0 2.88096,0.0696 2.68991,1.44531 l -0.20072,1.44531 1.50915,-1.40875 c 1.24531,-1.16245 1.63417,-1.27397 2.22416,-0.63784 0.43205,0.46583 0.45494,0.62547 0.0579,0.4034 -0.36143,-0.20213 -1.01182,0.0849 -1.44531,0.63784 -0.72729,0.92771 -0.70317,0.93838 0.31241,0.13817 0.60532,-0.47696 1.25571,-0.82817 1.44531,-0.78047 0.18961,0.0477 0.2797,-0.14742 0.20021,-0.4336 -0.0795,-0.28617 0.16018,-0.52031 0.5326,-0.52031 0.37243,0 1.17214,-0.44797 1.77715,-0.99549 0.86873,-0.78619 1.06063,-0.81658 0.91271,-0.14454 -0.10302,0.46804 0.11121,0.79482 0.47606,0.7262 0.40352,-0.0759 0.54023,0.34611 0.34901,1.07733 -0.27818,1.06375 -0.17592,1.12801 0.88847,0.55836 1.50305,-0.80441 4.36693,-0.85283 3.88041,-0.0656 -0.48252,0.78072 1.05346,0.73873 1.84256,-0.0503 0.45258,-0.45259 0.75267,-0.42758 1.07214,0.0893 0.26874,0.43484 0.20633,0.57117 -0.15831,0.3458 -0.33107,-0.20461 -0.9061,-0.006 -1.27784,0.44238 -1.11391,1.34218 0.87806,0.76079 2.44862,-0.71467 1.90569,-1.79031 3.00547,-1.66178 1.78031,0.20804 -0.94894,1.44827 -0.94083,1.47308 0.42027,1.28614 0.76333,-0.10483 1.713071,-0.39449 2.110531,-0.64368 0.39746,-0.24919 0.72265,-0.26732 0.72265,-0.0403 0,0.22703 0.53152,-0.0682 1.18113,-0.65612 1.03524,-0.93688 1.13472,-0.94794 0.80534,-0.0896 -0.20962,0.54625 -0.0928,1.01126 0.26418,1.05157 1.48374,0.16754 1.7184,0.23532 2.08545,0.60237 0.21207,0.21207 1.3361,-0.17524 2.49784,-0.86069 1.56713,-0.92463 1.85306,-1.29618 1.10791,-1.43968 -0.55239,-0.10637 -1.00435,-0.46634 -1.00435,-0.79993 0,-0.34848 -0.40974,-0.26895 -0.96308,0.18692 -0.86822,0.71529 -0.92408,0.63685 -0.56711,-0.7964 0.50593,-2.03134 0.0723,-2.03134 -1.02976,0 -0.47437,0.87441 -0.87292,1.24929 -0.88565,0.83307 -0.0127,-0.41623 -0.2833,-0.59599 -0.60127,-0.39948 -0.31797,0.19652 -0.57813,0.0818 -0.57813,-0.25494 0,-0.82314 -1.56142,-0.78167 -2.07864,0.0552 -0.25558,0.41353 -0.15859,0.51052 0.25494,0.25494 0.3671,-0.22688 0.66745,-0.10916 0.66745,0.26159 0,0.37717 -0.4028,0.51953 -0.91447,0.32319 -0.50295,-0.19302 -1.05319,-0.35093 -1.22274,-0.35093 -0.16954,0 0.12928,-0.66778 0.66407,-1.48396 l 0.97233,-1.48397 -1.57009,1.02876 c -1.538981,1.00838 -1.557861,1.00591 -0.952861,-0.12456 0.33948,-0.63433 1.248831,-1.79531 2.020781,-2.57995 4.72781,-4.80561 6.33787,-7.70997 2.39369,-4.31796 -2.65742,2.28539 -2.8816,1.69027 -0.48973,-1.30007 3.47561,-4.34524 3.43306,-4.27639 2.5211,-4.0795 -0.45128,0.0974 -1.01165,0.43731 -1.24526,0.75528 -0.273,0.3716 -0.42789,0.34836 -0.43359,-0.065 -0.0151,-1.0962 3.13786,-4.66731 3.89727,-4.41417 0.39538,0.13179 0.71888,-0.0422 0.71888,-0.38668 0,-0.34446 -0.27551,-0.6263 -0.61225,-0.6263 -0.33673,0 -0.46433,-0.23933 -0.28355,-0.53183 0.47103,-0.76215 -2.48605,-2.93398 -3.47703,-2.5537 -1.12716,0.43253 -1.0441,0.0402 0.32595,-1.53947 1.92133,-2.2153 1.35476,-3.16604 -0.77516,-1.30078 -1.10026,0.96354 -1.1377,0.96354 -0.78632,0 0.20292,-0.55645 0.0953,-1.01172 -0.23921,-1.01172 -0.33449,0 -0.48892,-0.3252 -0.34318,-0.72266 0.14573,-0.39746 0.57459,-0.65197 0.95302,-0.56557 0.37842,0.0864 1.45157,-0.38659 2.38476,-1.05108 1.89159,-1.34694 2.23118,-0.95625 0.685,0.78807 -0.98173,1.10753 -0.97316,1.12113 0.28906,0.45877 1.40938,-0.73957 1.74284,-0.15922 0.57813,1.00617 -0.57829,0.57864 -0.28957,0.6754 1.44531,0.48439 1.19238,-0.13128 2.16797,0.016 2.16797,0.32716 0,0.31122 0.52031,0.42979 1.15625,0.26349 1.31581,-0.3441 1.49446,0.17055 0.43359,1.24904 -0.58291,0.5926 -0.38728,0.65509 1.01172,0.32316 l 1.73438,-0.4115 -1.21478,1.38231 c -1.61107,1.83326 -2.35191,3.13504 -1.47611,2.59377 0.40259,-0.24882 0.66745,-0.0299 0.66745,0.55147 0,0.73956 0.33647,0.87953 1.44531,0.60123 1.09783,-0.27554 1.44531,-0.13673 1.44531,0.57731 0,0.62915 0.30985,0.82115 0.93687,0.58055 0.72043,-0.27646 0.86649,-0.0904 0.63225,0.80533 -0.17514,0.66973 -0.0205,1.1686 0.36392,1.17369 0.37385,0.005 0.28629,0.25588 -0.19866,0.56927 -0.47695,0.30824 -0.5827,0.56441 -0.23501,0.56928 0.37747,0.005 0.59479,1.06965 0.53938,2.64167 -0.0511,1.44805 0.13237,2.77199 0.40761,2.94209 0.27523,0.1701 0.19577,0.67635 -0.17657,1.125 -0.52112,0.62791 -0.51129,0.81571 0.0427,0.81571 0.5626,0 0.55669,0.19643 -0.027,0.89981 -0.41072,0.4949 -0.50762,0.85432 -0.21532,0.79873 0.2923,-0.0556 0.72657,-0.0378 0.96505,0.0397 0.23848,0.0774 0.69375,0.17324 1.01172,0.21299 0.31797,0.0398 0.51308,0.33242 0.43359,0.65039 -0.0795,0.31797 -0.31297,0.52198 -0.51883,0.45336 -0.20587,-0.0686 -0.24057,0.38665 -0.0771,1.01172 0.16346,0.62506 0.77901,1.13648 1.36788,1.13648 0.7142,0 0.95988,0.28873 0.73791,0.86719 -0.21717,0.56594 0.0402,0.89778 0.7408,0.95524 0.59047,0.0485 1.33373,0.1485 1.65169,0.22238 0.31797,0.0739 0.7824,0.16433 1.03206,0.201 0.24967,0.0367 0.15436,0.62645 -0.21178,1.3106 -0.57205,1.06888 -0.53001,1.19184 0.29874,0.87381 1.05234,-0.40381 0.811,0.29278 -0.71843,2.07369 -1.00714,1.17274 -0.56628,1.29449 1.22726,0.33894 1.13826,-0.60643 1.18514,-0.57866 0.47544,0.2817 -0.47744,0.57879 -0.61197,1.35559 -0.34181,1.97356 0.24504,0.56049 0.38279,1.27924 0.30611,1.5972 -0.0767,0.31797 0.51918,-0.0401 1.32412,-0.79579 0.8495,-0.7975 1.8397,-1.22957 2.36013,-1.02987 1.15569,0.44348 1.13225,1.21764 -0.0935,3.08838 -0.96919,1.47917 -0.96496,1.49764 0.2005,0.87391 0.88138,-0.4717 1.36751,-0.46029 1.87172,0.0439 0.52275,0.52275 0.9448,0.51646 1.8151,-0.027 0.62369,-0.3895 1.4627,-0.7042 1.86448,-0.69933 0.49743,0.006 0.45381,0.18766 -0.13669,0.56927 -0.66015,0.42662 -0.68146,0.56254 -0.0892,0.56928 0.42787,0.005 1.46849,-0.46913 2.3125,-1.05332 2.41919,-1.6745 3.36756,-1.86643 3.27894,-0.66361 -0.0426,0.57815 -0.41932,1.46313 -0.83717,1.96661 -1.36553,1.64536 0.3902,1.00962 3.85622,-1.39632 3.45284,-2.3968 5.59469,-3.12957 4.18591,-1.4321 -1.45619,1.75459 0.006,1.52602 1.81575,-0.28388 1.49078,-1.49078 1.69498,-1.95798 1.03766,-2.37406 -0.69473,-0.43975 -0.68736,-0.5297 0.0488,-0.59533 0.47695,-0.0426 1.0623,-0.0465 1.30078,-0.009 0.40852,0.0645 0.60422,-0.82347 0.28906,-1.31168 -0.0795,-0.12314 0.50586,-0.78897 1.30078,-1.47962 l 1.44531,-1.25573 -1.60788,0.97981 c -2.71166,1.65242 -2.52866,0.35034 0.33665,-2.39528 2.42851,-2.32708 3.05335,-3.47596 2.76414,-5.08242 -0.0491,-0.27291 0.59673,-1.39566 1.43523,-2.495 0.83852,-1.09934 1.36432,-2.15905 1.16846,-2.35492 -0.31539,-0.31539 -3.93747,2.66763 -5.08745,4.18987 -0.27262,0.36086 -0.44008,0.30654 -0.44561,-0.14453 -0.005,-0.39747 1.03178,-1.76329 2.30365,-3.03516 1.27188,-1.27188 2.17327,-2.3125 2.0031,-2.3125 -0.17017,0 -0.0523,-0.48046 0.262,-1.06768 0.68069,-1.27188 -0.19614,-2.40107 -1.86445,-2.40107 -0.74247,0 -0.99381,-0.28318 -0.76971,-0.86719 0.39922,-1.04034 -0.84304,-1.15821 -1.82781,-0.17344 -0.45199,0.45199 -0.69375,0.47666 -0.69375,0.0708 0,-0.34263 0.39311,-0.94922 0.87359,-1.34798 0.77556,-0.64366 0.76573,-0.8039 -0.0876,-1.42786 -0.68663,-0.50208 -0.76834,-0.82201 -0.28604,-1.12009 0.37132,-0.22948 0.54883,-0.62161 0.39446,-0.87139 -0.15437,-0.24978 0.3617,-1.05762 1.14682,-1.7952 1.53515,-1.4422 2.00815,-2.91924 0.54633,-1.70604 -1.46477,1.21565 -1.62495,0.18202 -0.1936,-1.24934 1.28799,-1.28799 1.94665,-2.82668 1.16551,-2.72275 -1.26418,0.1682 -1.85472,-0.21193 -1.70593,-1.0981 0.10143,-0.60413 -0.14573,-0.94534 -0.61352,-0.84695 -0.47134,0.0992 -0.24105,-0.52141 0.57812,-1.55785 0.74884,-0.94745 1.65486,-1.73703 2.01339,-1.75462 0.35853,-0.0176 0.97573,-0.42223 1.37157,-0.89918 0.79761,-0.96105 2.01056,-1.20364 1.44531,-0.28906 -0.6723,1.08782 0.68642,0.57989 1.78931,-0.66889 1.09425,-1.239 1.09255,-1.24481 -0.26565,-0.904 l -1.36697,0.34301 1.32107,-1.40622 c 1.89059,-2.01244 1.04612,-2.3228 -1.26063,-0.4633 -1.37386,1.10749 -1.13866,0.72361 0.79459,-1.29688 1.51035,-1.5785 2.7461,-3.19868 2.7461,-3.6004 0,-0.40173 0.71543,-1.41059 1.58984,-2.24191 1.10343,-1.04906 1.26434,-1.39381 0.52595,-1.12678 -2.06716,0.74757 -2.19974,-0.34495 -0.28713,-2.36603 1.71657,-1.81393 1.78581,-2.00382 0.62837,-1.72333 -0.71543,0.17338 -1.30078,0.0794 -1.30078,-0.20877 0,-0.2882 0.26015,-0.524 0.57812,-0.524 0.31797,0 0.57813,-0.3753 0.57813,-0.83399 0,-0.52543 -0.43188,-0.75083 -1.16727,-0.6092 -1.08801,0.20953 -1.10764,0.13966 -0.28907,-1.02902 0.96943,-1.38406 1.16404,-2.39768 0.36559,-1.90421 -0.28194,0.17425 -0.8203,-0.0539 -1.19637,-0.50705 -0.51716,-0.62315 -0.52246,-1.12524 -0.0217,-2.06083 0.57691,-1.07797 0.51915,-1.21276 -0.44939,-1.04867 -0.61126,0.10355 -1.08623,-0.0719 -1.05547,-0.38984 0.0308,-0.31797 0.22435,-0.52198 0.43022,-0.45336 0.20586,0.0686 0.24824,-0.35729 0.0942,-0.94647 -0.15407,-0.58918 0.003,-1.24604 0.34836,-1.45967 0.34567,-0.21364 0.62849,-0.66509 0.62849,-1.00322 0,-0.36392 -0.39916,-0.29102 -0.97817,0.17865 -0.55724,0.45201 -0.80196,0.49966 -0.56869,0.11073 0.22521,-0.37549 0.14082,-0.84874 -0.18752,-1.05166 -0.32834,-0.20293 -0.44731,-0.61114 -0.26437,-0.90714 0.18294,-0.29599 -0.13801,-0.54216 -0.71323,-0.54703 -0.88675,-0.008 -0.91392,-0.0941 -0.17867,-0.5693 0.72654,-0.46952 0.68856,-0.56186 -0.23413,-0.56927 -1.08301,-0.009 -1.08301,-0.0296 0,-1.25586 1.09188,-1.23633 1.09016,-1.24422 -0.19946,-0.92132 -1.68048,0.42077 -1.64698,0.29097 0.47167,-1.82768 2.30653,-2.30653 1.70336,-3.40098 -0.99645,-1.80805 l -2.01289,1.18764 0.39132,-1.23294 c 0.27053,-0.85236 0.18659,-1.10641 -0.27192,-0.82304 -0.46936,0.29009 -0.5475,-0.0512 -0.26732,-1.16753 0.37513,-1.49463 0.31102,-1.55612 -1.22129,-1.17153 -1.6144,0.40519 -1.61555,0.40336 -0.6609,-1.05361 l 0.9563,-1.4595 -2.16887,1.24881 -2.16887,1.24881 1.10453,-1.27132 c 0.60749,-0.69923 0.93494,-1.44091 0.72767,-1.64818 -0.20727,-0.20727 -0.11063,-0.69763 0.21476,-1.0897 0.43726,-0.52688 0.12915,-0.87406 -1.18107,-1.3308 -0.97497,-0.33988 -1.62944,-0.38621 -1.45438,-0.10296 0.17506,0.28326 0.0137,0.70326 -0.35859,0.93335 -0.40736,0.25176 -0.52246,0.16847 -0.28906,-0.20917 0.21329,-0.34513 0.12341,-0.79092 -0.19974,-0.99064 -0.32316,-0.19971 -0.58756,-0.0723 -0.58756,0.28324 0,0.3555 -0.27278,0.47777 -0.60619,0.27171 -0.37437,-0.23137 -0.40404,-0.63134 -0.0776,-1.04584 0.56139,-0.71279 1.26543,-3.85087 0.86396,-3.85087 -0.9329,0 -4.0578,2.15982 -5.49778,3.79986 -1.5784,1.7977 -3.36772,2.27824 -2.38554,0.64066 0.50184,-0.83672 -1.1808,0.49731 -3.3318,2.64151 -1.72087,1.71545 -4.1842,2.34224 -2.84007,0.72266 0.83568,-1.00693 0.38616,-1.11454 -1.1721,-0.28058 -1.01314,0.54222 -1.07922,0.38935 -0.87326,-2.02019 0.20417,-2.38836 0.13316,-2.5588 -0.84746,-2.034 -0.58866,0.31505 -1.47937,0.41583 -1.97936,0.22397 -0.96226,-0.36926 -1.28833,-3.11577 -0.3699,-3.11577 0.29654,0 0.71028,-0.53912 0.91942,-1.19806 0.20914,-0.65893 0.68194,-1.08278 1.05067,-0.94187 0.60484,0.23112 4.32504,-1.42628 4.60305,-2.05071 0.0628,-0.14115 -0.19606,-0.63055 -0.57533,-1.08754 -0.44678,-0.53834 -0.50078,-1.12942 -0.15338,-1.67871 0.81321,-1.28579 0.66208,-1.71814 -0.45781,-1.30974 -0.96355,0.35138 -0.96355,0.31393 0,-0.78633 1.43637,-1.64017 1.25978,-2.07776 -0.66762,-1.65444 -0.97437,0.21401 -1.84056,0.10799 -2.06339,-0.25256 -0.21122,-0.34177 -0.65218,-0.45568 -0.9799,-0.25313 -0.36324,0.22449 -0.3397,-0.11038 0.0603,-0.85776 0.74457,-1.39125 0.66095,-1.4345 -1.31839,-0.68196 -1.39931,0.53202 -1.41337,0.51011 -0.63528,-0.98966 0.55357,-1.06702 0.60582,-1.65109 0.17169,-1.9194 -0.34321,-0.21211 -0.38869,-0.48219 -0.10107,-0.60017 0.62476,-0.25628 3.65476,-4.20306 3.65476,-4.76057 0,-0.21452 -0.65039,-0.2268 -1.44531,-0.0273 -1.6888,0.42386 -1.81348,0.11004 -0.48437,-1.21908 0.60274,-0.60274 0.74056,-1.10302 0.36973,-1.34207 -0.8216,-0.52965 -2.48693,-3.88553 -2.48693,-5.01154 0,-0.51151 -0.26015,-0.76923 -0.57812,-0.57272 -0.31797,0.19652 -0.57813,-0.006 -0.57813,-0.45106 0,-0.53315 -0.58223,-0.77373 -1.71016,-0.70663 -0.94058,0.056 -1.58673,-0.098 -1.43588,-0.34206 0.15085,-0.24408 0.0343,-0.5921 -0.259,-0.77338 -0.29331,-0.18127 -0.39728,-0.84964 -0.23107,-1.48526 0.17299,-0.6615 0.0175,-1.15567 -0.36367,-1.15567 -0.49938,0 -0.50181,-0.30658 -0.01,-1.22602 0.46116,-0.86168 0.4672,-1.10924 0.0204,-0.83306 -0.36052,0.22281 -0.6358,-0.005 -0.6358,-0.52651 0,-0.5057 0.4112,-1.07724 0.91377,-1.27009 0.54806,-0.21032 0.80116,-0.78126 0.6324,-1.4266 -0.15475,-0.59177 -0.0456,-1.22163 0.24248,-1.3997 1.05137,-0.64978 0.50345,-1.48321 -0.71985,-1.09495 -1.03162,0.32742 -1.17526,0.21636 -0.84231,-0.65128 0.36773,-0.95828 0.29697,-0.95175 -0.84359,0.0778 -1.20806,1.09051 -1.20519,1.0563 0.0967,-1.15338 0.83288,-1.41364 1.02153,-2.07752 0.49746,-1.75063 -1.18256,0.73763 -2.28954,0.84345 -2.28954,0.21888 0,-0.28983 0.23233,-0.52697 0.51628,-0.52697 0.28395,0 0.65472,-0.36079 0.82393,-0.80175 0.35376,-0.92189 -1.64553,-0.6239 -3.0303,0.45166 -0.67146,0.52152 -0.76122,0.39975 -0.48772,-0.66163 0.23441,-0.90967 0.0805,-1.30078 -0.51199,-1.30078 -0.46595,0 -0.6864,0.26016 -0.48988,0.57812 0.19651,0.31797 0.0818,0.57813 -0.25494,0.57813 -0.33674,0 -0.61225,-0.2358 -0.61225,-0.524 0,-0.2882 -0.52031,-0.38794 -1.15625,-0.22164 -0.67204,0.17575 -1.15625,0.0177 -1.15625,-0.3773 0,-0.38369 -0.31471,-0.49566 -0.72266,-0.25712 -0.39746,0.23241 -0.30692,-0.0774 0.20119,-0.68853 1.4815,-1.78179 1.80169,-3.14405 0.63656,-2.70825 -1.84473,0.68998 -4.15843,2.27517 -3.81785,2.61574 0.18697,0.18698 -0.13915,0.24931 -0.72474,0.13852 -0.58558,-0.1108 -1.91619,-0.22136 -2.95692,-0.24569 -1.88977,-0.0442 -1.89099,-0.0461 -0.93341,-1.50758 1.10215,-1.6821 0.9326,-2.00874 -1.15845,-2.23168 -0.83047,-0.0885 -1.66636,-0.3174 -1.85753,-0.50857 -0.19117,-0.19117 -0.98816,-0.10403 -1.77108,0.19363 -1.87014,0.71103 -1.92636,0.69941 -1.92636,-0.39823 0,-0.74556 -0.37607,-0.86424 -1.822141,-0.57503 l -1.82214,0.36443 1.38855,-1.39396 c 2.343361,-2.35249 2.908901,-3.22623 2.508031,-3.87485 -0.21177,-0.34265 0.59076,-1.62233 1.78342,-2.84371 2.39701,-2.45477 1.35418,-2.89238 -1.2713,-0.53348 l -1.57295,1.41324 0.98239,-1.58985 c 0.54032,-0.87441 1.40254,-2.24023 1.91607,-3.03515 0.51352,-0.79492 0.74182,-1.44532 0.50734,-1.44532 -0.23449,0 -0.0693,-0.45527 0.3671,-1.01171 0.71801,-0.91554 0.69787,-0.93679 -0.21191,-0.22356 -0.55294,0.43349 -0.88959,0.97548 -0.74809,1.20443 0.1415,0.22894 -0.12152,0.41626 -0.58449,0.41626 -0.46296,0 -0.83348,-0.15176 -0.82337,-0.33724 0.0369,-0.67751 1.57094,-2.36068 2.15146,-2.36068 0.32839,0 0.74834,-0.39419 0.93322,-0.87598 0.29489,-0.76847 4.27724,-0.87264 32.4473,-0.84871 31.20388,0.0265 32.09478,0.0579 31.53154,1.11031 -0.31879,0.59566 -1.29907,1.6129 -2.17842,2.26052 -1.47759,1.08824 -1.50322,1.17095 -0.33807,1.09099 0.6934,-0.0476 1.10848,-0.33287 0.92239,-0.63396 -0.18802,-0.30423 -0.0293,-0.35647 0.35719,-0.11758 0.52132,0.32219 0.53123,0.62782 0.0395,1.22025 -0.88545,1.06689 -0.14618,2.27819 0.87377,1.4317 1.41447,-1.1739 2.41073,4.87818 1.03232,6.27113 -1.15466,1.16687 -0.33737,1.58071 0.90367,0.45758 1.82806,-1.65437 2.13494,-1.04525 0.39065,0.77539 -1.9556,2.04121 -2.6058,4.39342 -1.04934,3.79615 0.84167,-0.32298 0.82148,-0.1913 -0.13835,0.90234 -0.66981,0.76319 -0.7735,1.07422 -0.25665,0.76989 0.67781,-0.3991 0.64624,-0.17274 -0.14453,1.03654 -1.25618,1.92097 -1.27568,2.39094 -0.0802,1.93218 0.65248,-0.25038 0.83567,-0.10758 0.61148,0.47665 -0.22914,0.59713 0.0195,0.76874 0.87495,0.60399 1.13084,-0.21778 1.14268,-0.1723 0.22037,0.84685 -1.30437,1.44131 0.0762,2.01345 1.65987,0.68787 0.62419,-0.52249 0.36974,0.0645 -0.57576,1.32811 -1.46268,1.95485 -1.5247,2.17363 -0.45367,1.60043 1.01343,-0.54237 1.30598,-0.49367 1.59745,0.26592 0.19626,0.51143 0.0551,1.29342 -0.31365,1.73775 -0.36876,0.44434 -0.53105,0.94732 -0.36063,1.11774 0.46695,0.46694 4.46902,-3.84629 4.55297,-4.90695 0.0402,-0.50767 0.10521,-1.44335 0.14453,-2.07928 0.095,-1.53592 0.88786,-2.7012 1.55674,-2.28781 0.296,0.18293 0.53818,0.0418 0.53818,-0.31376 0,-0.3555 0.25798,-0.48692 0.57329,-0.29205 0.52771,0.32614 3.47359,-2.11631 3.47359,-2.87998 0,-0.18369 -0.54318,-0.53491 -1.20707,-0.7805 -1.14671,-0.4242 -1.15562,-0.48832 -0.17809,-1.28215 0.63486,-0.51556 0.86269,-0.55883 0.59483,-0.11297 -0.27321,0.45476 -0.10003,0.72265 0.46715,0.72265 0.49572,0 0.83627,0.3252 0.75677,0.72266 -0.0795,0.39746 0.24571,0.65385 0.72266,0.56975 0.63962,-0.11278 0.5911,0.0634 -0.18487,0.67136 -0.98068,0.76834 -0.98545,0.86153 -0.0703,1.37368 0.66588,0.37264 0.77186,0.67915 0.3294,0.95261 -0.3588,0.22175 -0.65237,0.59154 -0.65237,0.82175 0,0.67192 2.7351,0.36197 3.67275,-0.41621 0.72414,-0.60097 0.83191,-0.47991 0.69369,0.77925 -0.09,0.81993 0.10163,1.65472 0.42585,1.8551 0.32422,0.20038 0.43066,0.10734 0.23654,-0.20677 -0.19413,-0.3141 0.0305,-0.57109 0.49905,-0.57109 0.63195,0 0.52469,0.34841 -0.41527,1.34896 -1.81531,1.93231 -0.10939,1.7568 1.93176,-0.19874 1.76735,-1.69322 2.65924,-1.53636 1.67897,0.29529 -0.44176,0.82545 -0.4417,1.21868 2.2e-4,1.36599 0.39152,0.1305 0.23379,0.88077 -0.42736,2.03275 -1.425,2.48292 -0.57434,3.05128 1.53796,1.02757 2.03078,-1.94561 2.4471,-0.77483 0.57209,1.60885 -0.63593,0.80846 -1.15625,1.86882 -1.15625,2.35634 0,0.48753 -0.26015,1.0472 -0.57812,1.24372 -0.31797,0.19651 -0.57813,0.62098 -0.57813,0.94326 0,0.32229 0.68548,0.0468 1.52328,-0.61224 0.8378,-0.65902 1.94347,-1.19423 2.45703,-1.18936 0.81405,0.008 0.82258,0.0807 0.0666,0.56928 -0.47695,0.30823 -0.64022,0.5644 -0.36281,0.56927 0.27742,0.005 0.22726,0.34277 -0.11145,0.7509 -0.35086,0.42274 -0.40913,1.07652 -0.13543,1.51937 0.58482,0.94627 1.94546,0.25158 1.39362,-0.71152 -0.21515,-0.37549 -0.17547,-0.48703 0.0882,-0.24786 0.26366,0.23917 0.95576,0.004 1.53801,-0.52319 0.58224,-0.52693 1.05863,-0.7558 1.05863,-0.5086 0,0.2472 0.45527,0.0969 1.01172,-0.33403 0.96354,-0.74617 0.96354,-0.72673 0,0.40833 -1.1567,1.3626 -1.27958,1.96795 -0.39947,1.96795 0.33673,0 0.45145,-0.26016 0.25494,-0.57813 -0.19652,-0.31796 -0.0515,-0.57812 0.32237,-0.57812 0.39504,0 0.55305,0.48421 0.3773,1.15625 -0.45572,1.74267 1.12555,1.43936 2.2605,-0.43359 0.52986,-0.87442 1.47352,-2.33141 2.09702,-3.23777 l 1.13362,-1.64793 -1.36103,0.40756 -1.36103,0.40757 1.27788,-1.32225 c 0.70284,-0.72723 1.74347,-1.38172 2.3125,-1.45442 0.56904,-0.0727 2.78949,-0.7511 4.93432,-1.50756 3.77999,-1.33315 3.86873,-1.40918 2.89062,-2.47667 -0.88886,-0.9701 -0.89237,-1.01373 -0.0295,-0.36618 0.82193,0.6168 1.14213,0.54529 1.98945,-0.4443 0.76507,-0.89354 1.19647,-1.02455 1.77973,-0.54048 0.6051,0.50218 0.68646,0.42154 0.38013,-0.37674 -0.3218,-0.8386 -0.16809,-0.94532 0.8817,-0.61213 0.73321,0.23271 1.6268,0.10862 2.11089,-0.29313 1.27774,-1.06043 1.00142,-0.17292 -0.33332,1.07057 -1.16117,1.0818 -1.1447,1.09184 1.66715,1.0163 1.56195,-0.042 3.21929,-0.39117 3.68298,-0.776 1.12795,-0.93611 1.48974,-0.4539 1.24386,1.65789 -0.18401,1.58038 -0.0769,1.71414 1.08969,1.36034 2.09158,-0.63435 2.39464,-0.5949 2.45002,0.31892 0.0546,0.90007 0.43488,0.94441 2.20246,0.25681 0.77202,-0.30032 1.13059,-0.0843 1.36821,0.82435 0.3631,1.3885 1.30024,1.57914 2.50067,0.50868 0.63839,-0.56927 0.63225,-0.48494 -0.0289,0.39731 -0.75654,1.00953 -0.73954,1.08257 0.17242,0.7408 1.17645,-0.4409 1.38302,0.71638 0.31796,1.78142 -0.38541,0.38542 -0.4368,0.69375 -0.11562,0.69375 0.31797,0 0.88464,-0.3065 1.25925,-0.68113 0.52277,-0.52276 0.94701,-0.37458 1.82458,0.63727 1.05169,1.21261 1.0719,1.4276 0.25185,2.67915 -1.11147,1.69632 -0.58687,2.80818 0.93953,1.99128 1.46525,-0.78418 1.73729,-0.73382 1.73729,0.32162 0,0.49572 0.26016,0.74052 0.57812,0.544 1.02551,-0.6338 0.61442,1.24325 -0.61442,2.80547 l -1.19256,1.51609 1.83677,-0.36736 c 1.71272,-0.34254 1.79397,-0.28739 1.20314,0.81659 -0.48765,0.91119 -0.45342,1.2531 0.1486,1.48411 0.44542,0.17093 0.7117,0.94258 0.61845,1.79217 -0.0901,0.8206 0.1013,1.49199 0.42528,1.49199 0.324,0 0.43933,0.39024 0.2563,0.86719 -0.37683,0.98202 0.26942,1.15372 1.1244,0.29873 0.37252,-0.37252 0.60691,-0.10391 0.68001,0.77933 0.0658,0.79472 -0.47602,1.89977 -1.32031,2.69294 -1.28515,1.20733 -1.34975,1.47045 -0.63056,2.56808 0.44072,0.67261 0.72274,1.93855 0.62673,2.8132 -0.14426,1.31409 0.009,1.53189 0.88471,1.25408 0.5826,-0.18491 1.26671,-5.8e-4 1.52023,0.40962 0.70047,1.1334 0.22757,4.08332 -0.84723,5.28496 -0.89853,1.00456 -0.88654,1.05736 0.197,0.86719 0.83391,-0.14637 1.20499,0.15811 1.33852,1.09828 0.1016,0.71543 -0.0657,1.30078 -0.37174,1.30078 -0.30607,0 -0.72035,0.42703 -0.92063,0.94896 -0.26846,0.69958 -0.17077,0.8042 0.37174,0.39812 1.8802,-1.40738 2.82893,-0.19907 2.10536,2.68141 -0.16269,0.64766 0.25981,0.80568 1.78283,0.6668 1.74595,-0.15921 1.90292,-0.0698 1.25273,0.71364 -0.6179,0.74452 -0.54959,1.10358 0.40482,2.12803 1.19604,1.28379 3.69914,1.43477 5.22112,0.31491 0.42955,-0.31605 1.16745,-0.63135 1.63979,-0.70067 0.72974,-0.10711 0.72078,0.0265 -0.0596,0.88876 -1.12229,1.24011 -0.5799,1.95845 0.88626,1.17377 0.97359,-0.52104 1.01799,-0.43167 0.4837,0.97361 -0.53608,1.41001 -0.5023,1.47594 0.38071,0.74311 0.86716,-0.71968 0.92648,-0.67026 0.56453,0.47017 -0.37046,1.16719 -0.23213,1.2608 1.64484,1.11298 1.91468,-0.15079 1.98946,-0.0953 1.13832,0.84524 -0.81927,0.90529 -0.82034,0.99333 -0.0106,0.87449 0.49522,-0.0727 1.08137,-0.31312 1.30255,-0.53431 0.63579,-0.63579 1.47444,-0.46769 1.05473,0.21141 -0.20856,0.33746 -0.49969,1.37809 -0.64696,2.3125 -0.30114,1.91075 0.55932,2.23888 2.134,0.81381 0.53794,-0.48682 1.56647,-0.99845 2.28562,-1.13694 1.26564,-0.24375 1.27458,-0.21536 0.27864,0.88513 -1.06254,1.1741 -0.59996,1.51012 0.83142,0.60396 0.49173,-0.3113 1.34905,-0.27148 2.16562,0.10058 1.06591,0.48566 1.57569,0.41313 2.41127,-0.34306 1.29162,-1.1689 2.23808,-1.27313 1.30032,-0.14319 -0.42607,0.51338 -0.46711,0.94543 -0.11074,1.16568 0.31144,0.19248 0.72806,0.0882 0.92583,-0.23184 0.23119,-0.37409 0.63896,-0.32586 1.14216,0.1351 0.65519,0.6002 0.62668,0.89779 -0.1751,1.828 -0.74783,0.86762 -0.76766,1.00555 -0.0905,0.62943 0.47695,-0.26492 0.23649,0.21068 -0.53437,1.05687 -1.43681,1.57723 -2.75083,2.1101 -2.0119,0.81588 0.22693,-0.39746 -0.40811,0.0415 -1.41119,0.97535 -1.00309,0.93391 -1.82379,1.73435 -1.82379,1.77878 0,0.0444 0.84464,-0.0432 1.87699,-0.19471 1.68533,-0.24735 1.79679,-0.17884 1.09157,0.67089 -1.08009,1.30144 -0.45118,2.68483 1.04295,2.29411 0.94514,-0.24716 1.19161,-0.04 1.19161,1.00167 0,1.27665 0.0323,1.2841 1.15625,0.26688 2.08932,-1.8908 1.2067,-0.35273 -1.01172,1.76305 -1.63835,1.56255 -1.87013,1.98495 -0.9488,1.7291 1.73939,-0.48304 2.96294,1.07338 1.88678,2.40008 -0.65712,0.8101 -0.65864,0.89699 -0.009,0.50573 0.59982,-0.36118 0.69276,-0.18309 0.39464,0.75621 -0.30771,0.9695 -0.14928,1.22864 0.75112,1.22864 0.85646,0 1.06567,0.28841 0.83872,1.15625 -0.1663,0.63594 -0.50434,1.15625 -0.7512,1.15625 -0.24687,0 -0.5873,0.3608 -0.75651,0.80176 -0.22365,0.58282 0.0327,0.71274 0.93889,0.47577 1.21956,-0.31892 1.22501,-0.29312 0.25223,1.19154 -0.54688,0.83463 -0.76148,1.66142 -0.47689,1.8373 0.28458,0.17588 0.37079,0.88052 0.19157,1.56586 -0.2053,0.78509 -0.10252,1.10805 0.27783,0.87298 0.7488,-0.46278 2.11888,1.09015 1.64223,1.8614 -0.19155,0.30993 -0.0952,0.71989 0.21404,0.91103 0.30927,0.19113 0.42341,0.70947 0.25365,1.15185 -0.44596,1.16217 1.81484,2.2391 3.17377,1.51182 1.32241,-0.70773 2.03571,-0.1416 1.15645,0.91785 -0.49196,0.59278 -0.43062,0.77584 0.25996,0.77584 0.49712,0 1.04611,-0.23016 1.21996,-0.51146 0.17386,-0.28131 1.08602,-0.62448 2.02703,-0.76258 0.941,-0.13811 1.58911,-0.054 1.44023,0.18687 -0.14888,0.24089 0.19005,0.70622 0.75319,1.03406 0.56313,0.32785 0.75071,0.60399 0.41684,0.61366 -0.33386,0.01 -0.92015,-0.24165 -1.30284,-0.55848 -0.42773,-0.35411 -0.41229,-0.2464 0.0401,0.27959 1.14723,1.33392 5.57961,1.45965 7.90576,0.22425 2.57969,-1.37005 3.06386,-0.84425 0.87895,0.95451 l -1.71179,1.40926 2.89063,-1.43242 c 3.10066,-1.5365 4.33594,-1.78126 4.33594,-0.85913 0,0.31797 -0.27552,0.57812 -0.61225,0.57812 -0.33673,0 -0.46257,0.24219 -0.27963,0.53818 0.18294,0.296 0.0682,0.70159 -0.25494,0.90131 -0.32316,0.19972 -0.58756,0.59976 -0.58756,0.88899 0,0.74612 1.77158,0.026 3.45126,-1.4029 0.81681,-0.69486 1.11404,-0.80372 0.69458,-0.25439 -1.27992,1.67619 0.23288,1.66634 1.98038,-0.0129 2.93846,-2.82366 4.19534,-2.66704 1.41357,0.17615 -3.25369,3.32552 -2.05956,3.46442 1.52404,0.17727 1.67106,-1.53281 2.42732,-1.98203 2.01052,-1.19425 -0.98091,1.854 -0.82481,2.15155 0.63268,1.20601 1.4094,-0.91434 2.99148,-0.73197 2.37023,0.27322 -0.25315,0.40962 0.0887,0.49358 1.00812,0.24758 0.76515,-0.20473 1.5863,-0.37579 1.82478,-0.38013 0.23847,-0.005 0.43359,-0.33555 0.43359,-0.73601 0,-0.82371 2.25668,-2.41104 2.74024,-1.92747 0.17334,0.17332 0.003,0.69078 -0.37762,1.14988 -0.5446,0.65621 -0.53131,0.80625 0.0621,0.70154 1.17063,-0.20655 4.89813,-2.65999 4.04502,-2.66242 -1.22537,-0.003 -0.25085,-0.99678 1.26162,-1.2859 1.43294,-0.27393 1.63386,0.30035 0.6514,1.86186 -0.84823,1.34818 -0.84113,2.3125 0.0171,2.3125 0.43005,0 0.92329,-0.22875 1.09608,-0.50834 0.1728,-0.27959 0.79895,-0.63512 1.39147,-0.79006 0.8524,-0.22291 1.04594,0.004 0.9271,1.08647 -0.15789,1.43834 0.80287,1.81643 1.87962,0.73968 0.45259,-0.45258 0.75267,-0.42758 1.07214,0.0893 0.2759,0.44641 0.20638,0.57119 -0.18386,0.33 -0.34513,-0.21329 -0.79092,-0.12341 -0.99064,0.19974 -0.19974,0.32316 -0.0723,0.58755 0.28321,0.58755 0.35551,0 0.48558,0.26016 0.28907,0.57813 -0.50721,0.82068 0.30998,0.71083 2.25398,-0.30297 1.58345,-0.82577 3.00202,-0.67245 1.75681,0.18987 -0.64867,0.44922 -0.75241,1.76859 -0.15662,1.99201 0.21197,0.0795 0.60221,-0.0923 0.86718,-0.38176 0.28522,-0.31156 0.1505,-0.33408 -0.33021,-0.0552 -0.50591,0.29351 -0.67455,0.24871 -0.44739,-0.11884 0.20053,-0.32445 1.01302,-0.46596 1.80554,-0.31446 1.44013,0.27529 1.43964,0.27679 -0.85339,2.61603 -2.64546,2.69878 -2.89854,3.51392 -0.84903,2.7347 1.13686,-0.43223 1.44531,-0.36749 1.44531,0.30337 0,0.46909 -0.30351,0.85288 -0.67448,0.85288 -0.37096,0 -0.51764,0.15683 -0.32597,0.3485 0.19168,0.19169 0.0819,1.0372 -0.24404,1.87891 -0.99455,2.56865 -1.14629,3.86338 -0.36072,3.07781 1.06048,-1.06048 1.70979,-0.7996 1.055,0.42388 -0.58887,1.10032 -2.91854,1.08812 -2.91854,-0.0153 0,-0.28088 -0.49863,-0.5107 -1.10807,-0.5107 -0.60944,0 -1.20722,-0.29746 -1.32842,-0.66103 -0.16415,-0.49247 -0.54498,-0.48728 -1.49348,0.0204 -1.62696,0.87072 -1.62229,0.0934 0.0122,-2.02744 0.94032,-1.22014 1.00226,-1.44185 0.23073,-0.82596 -1.47541,1.17777 -2.97273,1.37296 -2.05567,0.26798 1.06109,-1.27854 -0.23279,-0.97177 -2.55874,0.60666 -1.15688,0.78508 -2.44535,1.29622 -2.86324,1.13586 -0.4179,-0.16036 -1.23899,0.23792 -1.82466,0.88507 -0.58566,0.64715 -0.7922,1.17664 -0.45897,1.17664 0.33323,0 0.75562,-0.39023 0.93865,-0.86719 0.18302,-0.47695 0.63294,-0.86718 0.99982,-0.86718 1.01813,0 -0.53229,1.65375 -2.50847,2.67568 -1.25953,0.65133 -1.52115,1.04787 -1.05885,1.60492 0.33772,0.40691 0.44284,0.91102 0.23362,1.12025 -0.20922,0.20921 0.34521,0.3804 1.23206,0.3804 1.32252,0 1.49073,0.14667 0.93547,0.81571 -0.38645,0.46564 -0.4501,0.95594 -0.14833,1.14246 0.63201,0.3906 0.19949,3.21991 -0.65745,4.30073 -0.43717,0.55139 -0.38763,0.90286 0.1764,1.25144 0.6498,0.4016 0.62546,0.72714 -0.14189,1.89826 -0.50939,0.77744 -1.35092,1.83828 -1.87005,2.35741 -0.99568,0.99568 -0.65801,2.40342 0.41712,1.73895 0.41082,-0.2539 0.51613,0.0437 0.30338,0.85718 -0.17921,0.68535 -0.10148,1.38475 0.17275,1.55423 0.27423,0.16949 0.35205,0.69006 0.17294,1.15683 -0.21228,0.55319 0.038,0.84867 0.71899,0.84867 0.81252,0 0.8905,0.15417 0.35092,0.69375 -0.9945,0.9945 -0.85542,1.8045 0.23781,1.38499 0.71262,-0.27346 0.83536,-0.11816 0.52226,0.6608 -0.22511,0.56005 -0.48749,1.27843 -0.58307,1.5964 -0.78102,2.5982 -1.09824,3.17969 -1.73458,3.17969 -0.40093,0 -1.01685,0.34687 -1.3687,0.77083 -0.48275,0.58167 -0.43542,0.77083 0.19284,0.77083 0.45792,0 0.69859,-0.21679 0.53483,-0.48177 -0.16377,-0.26498 0.10783,-0.48178 0.60355,-0.48178 1.17565,0 1.16354,1.53017 -0.0173,2.19102 -0.83476,0.46716 -0.83099,0.60176 0.0413,1.47404 0.81906,0.81906 0.83162,0.95994 0.0856,0.95994 -0.4809,0 -1.05999,0.30036 -1.28687,0.66746 -0.27758,0.44912 -0.14691,0.51318 0.39947,0.19584 0.44659,-0.25939 0.18128,0.22072 -0.58957,1.06692 -1.28928,1.41528 -1.2253,1.85213 0.22908,1.56423 0.532,-0.10531 -1.18163,2.18153 -2.19018,2.92281 -0.84025,0.61757 -0.8316,2.53483 0.0128,2.85307 0.6638,0.25016 0.59265,0.59965 -0.37165,1.82556 -1.54538,1.96462 -1.51334,2.08666 0.48669,1.8538 1.90866,-0.22223 2.88274,1.15768 1.40212,1.98627 -0.75302,0.42142 -0.77644,0.60055 -0.13069,0.99964 0.97904,0.60508 2.8305,0.76968 2.8305,0.25164 0,-0.21183 0.39024,-0.38515 0.86719,-0.38515 0.47695,0 0.86719,0.21679 0.86719,0.48177 0,0.26497 -0.26016,0.48177 -0.57813,0.48177 -0.31797,0 -0.57812,0.25372 -0.57812,0.56382 0,0.35723 0.57934,0.34355 1.58117,-0.0374 l 1.58117,-0.60116 -1.22566,1.33812 c -0.67411,0.73597 -1.41026,1.94581 -1.63588,2.68853 -0.37222,1.22535 -0.29929,1.29104 0.78755,0.70938 0.9831,-0.52614 1.3222,-0.44176 1.89212,0.47082 0.41571,0.66565 1.05903,0.97555 1.60304,0.77222 0.76406,-0.28557 0.79019,-0.19376 0.16418,0.57683 -0.93655,1.15287 -1.3861,3.34692 -0.68577,3.34692 0.28973,0 0.36552,0.42025 0.16842,0.9339 -0.28319,0.73797 -0.10319,0.85291 0.85797,0.54785 1.01501,-0.32215 1.17687,-0.18115 0.97792,0.85194 -0.20851,1.08267 -0.12051,1.14087 0.70139,0.46386 0.83791,-0.69019 0.89729,-0.60343 0.54769,0.80033 -0.31768,1.27555 -0.22164,1.50902 0.50587,1.22985 0.49389,-0.18952 0.84603,-0.11755 0.78256,0.15993 -0.0635,0.27749 0.0851,0.96311 0.33009,1.5236 0.26199,0.59927 0.15156,1.3733 -0.26807,1.87891 -1.02648,1.23683 0.17521,1.05891 1.87417,-0.27749 1.59288,-1.25295 2.58579,-0.9297 1.45114,0.47244 -0.57243,0.70738 -0.57141,0.79898 0.005,0.45267 0.39746,-0.23879 0.72265,-0.174 0.72265,0.14397 0,0.31797 -0.23141,0.72114 -0.51424,0.89594 -0.28284,0.17481 -0.62084,1.23078 -0.75111,2.34662 -0.24401,2.09019 0.43855,2.62436 1.71822,1.34469 1.13683,-1.13684 1.50408,-0.0308 0.49906,1.50311 -0.51886,0.79188 -0.70113,1.58027 -0.40732,1.76184 0.29246,0.18076 0.69778,0.06 0.90071,-0.26834 0.20292,-0.32834 0.62808,-0.43684 0.94479,-0.2411 0.34913,0.21577 0.20477,0.76592 -0.36667,1.39735 -1.04409,1.15371 -0.21595,2.2046 1.06429,1.35055 0.39852,-0.26585 0.22822,-0.0281 -0.37843,0.52836 -0.60666,0.55644 -0.91226,1.01172 -0.67912,1.01172 0.23315,0 0.10003,0.39023 -0.2958,0.86718 -0.39584,0.47696 -0.51745,0.86719 -0.27025,0.86719 0.2472,0 -0.0461,0.58087 -0.65187,1.29082 -1.08572,1.27254 -1.08546,1.27868 0.0186,0.43359 1.00451,-0.76886 1.08366,-0.7602 0.76784,0.084 -0.19368,0.5177 -0.10378,1.18963 0.19977,1.49317 0.6339,0.63391 0.0844,2.47962 -0.73823,2.47962 -0.30272,0 -0.4047,0.23573 -0.22664,0.52385 0.17807,0.28812 0.84694,0.38704 1.48638,0.21982 0.95266,-0.24912 1.12569,-0.0621 0.95819,1.03547 -0.11243,0.73672 -0.50579,1.43995 -0.87413,1.56273 -1.2079,0.40263 -0.74811,1.77351 0.48654,1.45064 1.225,-0.32034 1.68904,1.16935 0.57813,1.85593 -1.05887,0.65441 -0.59594,1.34172 0.67912,1.00829 1.17533,-0.30736 1.14714,-0.18141 -0.43262,1.93302 -0.92943,1.244 -1.23504,1.90476 -0.67912,1.46837 1.28622,-1.00969 1.34065,-0.0762 0.13184,2.26141 -0.48339,0.93478 -0.87363,1.83241 -0.86718,1.99472 0.0494,1.24415 -0.0576,1.47675 -0.54179,1.17753 -0.30443,-0.18815 -0.94754,0.41989 -1.42913,1.35118 -0.48159,0.9313 -1.59786,2.21938 -2.48059,2.86241 -0.88274,0.64303 -1.41718,1.35694 -1.18765,1.58647 0.22953,0.22952 1.85621,-1.09222 3.61486,-2.93722 1.75865,-1.84499 3.37082,-3.18127 3.5826,-2.96949 0.21178,0.21178 -0.17964,0.98614 -0.86983,1.72081 -0.69019,0.73467 -1.25489,1.6012 -1.25489,1.9256 0,0.32441 -0.7738,1.2793 -1.71958,2.12198 -1.04951,0.93513 -1.5886,1.87347 -1.38345,2.40807 0.2082,0.54256 0.006,0.87591 -0.53107,0.87591 -0.47695,0 -1.01693,0.39023 -1.19996,0.86719 -0.18303,0.47695 -0.63745,0.86719 -1.00984,0.86719 -0.98754,0 -2.21021,1.82142 -2.23146,3.32421 -0.0101,0.71543 -0.2939,1.30079 -0.63063,1.30079 -0.33674,0 -0.44883,0.26439 -0.24912,0.58755 0.19972,0.32315 0.60531,0.43788 0.90131,0.25494 0.858,-0.53027 0.62977,0.31815 -0.63693,2.36771 -0.6807,1.10139 -0.94075,2.04622 -0.61807,2.24564 0.30637,0.18934 0.72306,0.0756 0.92599,-0.25272 0.57725,-0.934 1.39863,-0.1023 1.15391,1.16841 -0.12118,0.62925 0.0402,1.14409 0.35872,1.14409 0.31847,0 0.38368,0.3252 0.14489,0.72266 -0.25013,0.41634 0.0203,0.35508 0.63802,-0.14453 0.82158,-0.6645 1.12931,-0.69744 1.3166,-0.14093 0.13444,0.39944 0.48237,0.5792 0.77318,0.39947 0.29081,-0.17973 0.52874,-0.10661 0.52874,0.16249 0,0.2691 0.78188,0.54885 1.73752,0.62167 0.95563,0.0728 1.70529,-0.067 1.66591,-0.31063 -0.17658,-1.09255 0.14163,-1.31004 1.13718,-0.77724 0.87092,0.4661 1.40357,0.19896 2.84129,-1.42497 0.97319,-1.09924 2.24691,-1.99463 2.83049,-1.98976 0.63867,0.005 0.81073,0.17793 0.43221,0.43359 -0.71456,0.48265 -1.48652,3.0387 -0.90688,3.00281 0.20871,-0.013 1.28019,-0.79339 2.38107,-1.73437 2.73571,-2.33837 3.4214,-2.15411 1.23798,0.33267 -1.94881,2.21957 -2.22419,2.87013 -1.01918,2.40772 0.42629,-0.16358 1.12541,-0.0809 1.55359,0.18372 0.47577,0.29404 1.63093,0.0462 2.97052,-0.63713 l 2.19201,-1.11828 -0.55766,1.46675 c -0.50202,1.32042 -0.45071,1.40952 0.51432,0.89306 0.58959,-0.31554 1.23627,-0.40943 1.43706,-0.20864 0.20068,0.2008 0.36496,0.0616 0.36496,-0.3094 0,-0.37096 0.252,-0.67448 0.55999,-0.67448 0.30798,0 0.41023,0.39023 0.22721,0.86719 -0.21604,0.56296 0.0149,0.86718 0.65812,0.86718 0.71696,0 0.87575,0.2797 0.57439,1.01172 -1.22174,2.96766 -1.15555,3.09553 1.39149,2.68824 2.39926,-0.38365 2.39937,-0.38358 1.82299,1.13241 -0.31703,0.83385 -0.38867,1.48774 -0.15921,1.45309 1.23189,-0.18602 1.88561,0.14698 1.50319,0.76574 -0.68455,1.10763 3.41882,-1.90418 4.73581,-3.47601 0.67816,-0.80938 1.55502,-1.28698 2.02344,-1.10211 0.61974,0.2446 0.57342,0.33769 -0.18507,0.37191 -0.97063,0.0438 -1.49983,1.20189 -0.54922,1.20189 0.81082,0 1.7692,-1.27226 1.49555,-1.98537 -0.14526,-0.37853 0.39538,-1.04118 1.20143,-1.47256 0.80604,-0.43138 1.46552,-1.00652 1.46552,-1.27809 0,-0.27157 -0.71543,-0.0362 -1.58984,0.5231 -1.52006,0.97221 -1.50511,0.91858 0.34045,-1.22158 1.49505,-1.7337 1.75576,-2.34905 1.15625,-2.72905 -0.42573,-0.26984 -0.53861,-0.49461 -0.25085,-0.49947 0.28776,-0.005 0.0523,-0.52917 -0.5232,-1.16511 -0.57552,-0.63593 -0.87599,-1.18876 -0.66773,-1.22851 0.20827,-0.0398 0.62763,-0.10479 0.93191,-0.14453 0.30428,-0.0398 0.88963,-0.47527 1.30078,-0.96783 0.41115,-0.49256 1.24541,-1.27303 1.85391,-1.73437 1.04006,-0.78854 1.06483,-0.76086 0.41326,0.46196 -1.36805,2.56743 -0.19695,1.23322 1.9011,-2.1659 1.17687,-1.90668 2.67719,-3.75431 3.33405,-4.10585 0.65686,-0.35154 2.11978,-1.64574 3.25094,-2.876 1.45149,-1.57866 2.25874,-2.06913 2.74344,-1.66685 0.88209,0.73206 5.11178,-3.8 4.6557,-4.98852 -0.17263,-0.44988 0.003,-0.82662 0.39063,-0.8372 0.38748,-0.0106 1.3205,-0.53236 2.07337,-1.15952 1.13276,-0.9436 1.24364,-1.29116 0.64287,-2.01504 -0.59323,-0.71481 -0.53307,-1.08795 0.32904,-2.04057 0.58027,-0.64118 1.36719,-1.046 1.74873,-0.8996 0.43019,0.16509 0.5917,-0.12384 0.42518,-0.76061 -0.14769,-0.56475 0.14192,-1.43725 0.64356,-1.93889 0.50164,-0.50164 0.91207,-1.07932 0.91207,-1.28373 0,-0.20441 0.39024,-0.76189 0.86719,-1.23884 0.47696,-0.47695 0.86719,-1.27069 0.86719,-1.76386 0,-0.76704 -0.14628,-0.78341 -1.01172,-0.11321 -0.90143,0.69808 -0.89727,0.64897 0.0382,-0.45056 1.08341,-1.27339 1.83001,-1.39341 3.23078,-0.51935 0.55604,0.34696 0.68195,0.29628 0.39947,-0.16079 -0.51101,-0.82683 -0.0312,-0.85 1.42811,-0.069 0.88822,0.47536 1.11825,0.40888 1.11825,-0.32317 0,-0.50691 -0.26016,-0.76087 -0.57813,-0.56435 -0.31797,0.19651 -0.57812,0.10962 -0.57812,-0.19309 0,-0.30272 0.41151,-0.70831 0.91447,-0.90131 1.35545,-0.52014 1.80746,-0.40933 0.83611,0.20496 -0.725,0.4585 -0.69849,0.59669 0.17904,0.93343 0.70028,0.26873 1.5575,-0.11008 2.67766,-1.18327 1.93149,-1.85048 2.633,-3.77478 1.37613,-3.77478 -0.72615,0 -0.71849,-0.18184 0.0541,-1.28489 1.01783,-1.45317 1.20752,-3.91824 0.3015,-3.91824 -0.41254,0 -0.41254,-0.34741 0,-1.11824 0.84046,-1.57042 0.76889,-1.70681 -0.70232,-1.33844 -1.30049,0.32563 -1.30052,0.32542 -0.16751,-0.9566 0.96613,-1.0932 1.00876,-1.36106 0.28906,-1.81629 -0.46431,-0.29369 -1.62743,-0.53796 -2.5847,-0.54283 -1.52883,-0.008 -1.74909,-0.21882 -1.81106,-1.73541 -0.0388,-0.94962 0.13623,-1.59876 0.38897,-1.44257 0.25274,0.15621 0.37219,-0.1725 0.26545,-0.73046 -0.10675,-0.55796 -0.21399,-1.22494 -0.23832,-1.48219 -0.0243,-0.25724 -0.28641,-0.31804 -0.58241,-0.1351 -0.296,0.18294 -0.71255,0.0505 -0.92566,-0.29435 -0.21312,-0.34484 -0.72598,-0.49708 -1.13968,-0.33833 -1.13062,0.43386 -1.52768,-0.27589 -0.71568,-1.27932 0.44636,-0.55159 0.46931,-0.73806 0.0607,-0.49329 -0.386,0.23123 -0.79302,-0.12686 -0.9869,-0.86827 -0.32802,-1.25437 -0.33752,-1.25518 -1.61041,-0.13803 -0.70425,0.61808 -1.10141,0.81656 -0.88258,0.44107 0.21882,-0.37549 0.14946,-0.83623 -0.15415,-1.02387 -0.30362,-0.18764 -0.4539,-0.85069 -0.33397,-1.47344 0.11993,-0.62274 -0.0566,-1.07255 -0.39233,-0.99956 -0.70019,0.15223 -1.11795,-1.62703 -0.66138,-2.81682 0.16919,-0.4409 0.58071,-0.63286 0.91449,-0.42658 0.34587,0.21376 0.43617,0.0989 0.20997,-0.26713 -0.42671,-0.69047 -2.09422,-0.30315 -2.09422,0.48644 0,0.26252 -0.52409,0.64366 -1.16464,0.84696 -0.64056,0.20331 -0.9906,0.65127 -0.77787,0.99547 0.22738,0.36791 0.11772,0.45953 -0.2661,0.22232 -0.43909,-0.27137 -0.0836,-1.18936 1.0856,-2.8034 0.95617,-1.31995 1.61547,-2.72049 1.46511,-3.11231 -0.15035,-0.39181 0.1014,-1.02342 0.55945,-1.40357 0.45806,-0.38016 0.82884,-1.11461 0.82397,-1.63211 -0.005,-0.54105 -0.18936,-0.69524 -0.43359,-0.36281 -0.23361,0.31797 -1.03732,0.92252 -1.78602,1.34346 -1.57692,0.88657 -1.34574,0.18506 0.68087,-2.06612 1.37658,-1.52912 0.6578,-1.71214 -1.31029,-0.33365 -0.88523,0.62004 -1.20858,0.68853 -0.90098,0.19082 0.34402,-0.55663 0.22607,-0.67896 -0.4168,-0.43226 -0.65922,0.25296 -0.82205,0.059 -0.61504,-0.73258 0.26878,-1.02783 3.50873,-2.62404 4.1086,-2.02417 0.15766,0.15766 0.64208,-0.008 1.07648,-0.36884 1.06128,-0.88079 1.56924,-0.26493 0.86572,1.0496 -0.48479,0.90584 -0.34351,1.06062 0.96488,1.05702 0.84307,-0.002 2.11667,-0.41599 2.83024,-0.91925 1.45533,-1.02642 4.11769,-5.67864 3.79676,-6.63449 -0.2371,-0.70619 -3.49827,-0.37995 -3.97911,0.39805 -0.56593,0.9157 -1.40412,0.53935 -1.40412,-0.63047 0,-0.97919 -0.20599,-1.06362 -1.44531,-0.59243 -1.25697,0.4779 -1.44531,0.39147 -1.44531,-0.66323 0,-1.01243 -0.14322,-1.09386 -0.86719,-0.49302 -0.47695,0.39583 -0.86719,0.54861 -0.86719,0.3395 0,-0.2091 -0.52402,-0.0997 -1.16449,0.24304 -0.89497,0.47897 -1.12915,0.45022 -1.01172,-0.1242 0.084,-0.41107 -0.2107,-0.66961 -0.65495,-0.57452 -0.61951,0.1326 -0.57185,-0.1871 0.2045,-1.37196 0.65511,-0.99983 0.73612,-1.37861 0.2296,-1.07364 -0.64473,0.3882 -0.64282,0.29888 0.0108,-0.50694 0.51059,-0.62945 0.56385,-0.97816 0.1494,-0.97816 -0.87941,0 -0.46197,-3.33632 0.52742,-4.21532 0.65405,-0.58109 0.66543,-0.53786 0.0676,0.25675 -1.02808,1.36644 0.41863,1.79522 1.88576,0.55891 0.61111,-0.51495 0.93206,-0.62906 0.71323,-0.25357 -0.48782,0.83707 0.5523,1.59428 1.06048,0.77203 0.19972,-0.32315 0.65328,-0.58755 1.00791,-0.58755 0.35463,0 0.0409,0.64277 -0.6971,1.42836 -1.09704,1.16776 -1.21129,1.58572 -0.62613,2.2908 0.62654,0.75492 0.92906,0.70472 2.42702,-0.40277 1.26013,-0.93165 1.82555,-1.08029 2.14476,-0.5638 0.30651,0.49595 0.96242,0.5497 2.23931,0.18349 2.10834,-0.60466 2.75427,-0.22523 1.74332,1.02405 -0.57243,0.70738 -0.57141,0.79897 0.005,0.45266 0.48933,-0.29397 0.72266,-0.0298 0.72266,0.81807 0,0.91893 0.25031,1.15617 0.94046,0.89133 0.51726,-0.19849 1.27474,-0.0835 1.6833,0.2556 0.56016,0.4649 1.13542,0.10179 2.3393,-1.47658 1.09212,-1.43184 1.9304,-2.00577 2.65345,-1.81669 0.58132,0.15202 0.93007,0.0711 0.77497,-0.17986 -0.41338,-0.66887 2.01142,-3.55309 2.65351,-3.15626 0.30039,0.18565 0.47467,0.12309 0.3873,-0.13902 -0.0876,-0.26211 0.10112,-0.47657 0.41909,-0.47657 0.31797,0 0.49841,0.23916 0.40098,0.53146 -0.0974,0.2923 0.22489,0.19778 0.71629,-0.21004 0.49139,-0.40782 0.78425,-0.91816 0.65079,-1.1341 -0.13345,-0.21593 0.19461,-0.44268 0.72903,-0.50388 0.53441,-0.0612 1.42134,-0.19468 1.97095,-0.29662 2.29938,-0.42648 6.42119,-5.78175 4.91791,-6.38961 -0.48234,-0.19503 -0.43265,-0.3102 0.15311,-0.35487 0.59168,-0.0451 0.46314,-0.29074 -0.40457,-0.77311 l -1.27177,-0.70697 1.70536,-2.53922 c 1.89144,-2.81629 2.14375,-3.81341 0.83817,-3.31241 -1.11189,0.42667 -1.09907,0.10541 0.0413,-1.03496 0.52519,-0.52519 0.63275,-0.90848 0.25494,-0.90848 -0.35944,0 -0.49275,-0.26016 -0.29623,-0.57813 0.46448,-0.75155 -0.6395,-0.74066 -2.06145,0.0204 -0.78888,0.42221 -1.11824,0.41216 -1.11824,-0.0341 0,-0.35221 -0.32031,-0.44016 -0.72266,-0.19843 -0.50959,0.30615 -0.49349,0.1515 0.0546,-0.52453 0.4275,-0.52726 0.86376,-2.07311 0.96947,-3.43519 0.10571,-1.36208 0.32578,-3.05888 0.48903,-3.77065 0.28985,-1.26361 0.24994,-1.27454 -1.69212,-0.46309 -1.81532,0.75848 -2.58903,0.52656 -1.58681,-0.47566 0.59189,-0.59188 0.73516,-2.15959 0.16517,-1.80731 -0.26808,0.16568 -0.64095,0.0528 -0.82859,-0.25078 -0.18765,-0.30362 0.11957,-0.84459 0.68271,-1.20217 0.85476,-0.54277 0.75328,-0.59255 -0.61441,-0.30143 -1.73535,0.36939 -1.7192,-0.0579 0.0814,-2.15464 1.16716,-1.35908 -0.23149,-1.40369 -1.72185,-0.0549 -1.12637,1.01935 -1.33558,0.66721 -1.06758,-1.79691 0.10174,-0.93539 -0.024,-1.00727 -0.7331,-0.41884 -0.69006,0.57271 -0.92372,0.53364 -1.20586,-0.20162 -0.239,-0.62281 -0.12292,-0.77561 0.36607,-0.48191 0.48002,0.28832 0.45625,0.10975 -0.0721,-0.54173 -0.43349,-0.53449 -1.00086,-0.84034 -1.26083,-0.67967 -0.25997,0.16067 -0.62983,0.0379 -0.82191,-0.27294 -0.19207,-0.3108 0.44053,-1.26876 1.40579,-2.12881 0.96526,-0.86005 1.62418,-1.69456 1.46427,-1.85447 -0.15991,-0.15991 0.10115,-0.72377 0.58011,-1.25302 0.75251,-0.83151 0.75614,-0.96229 0.0267,-0.96229 -0.46429,0 -0.67558,0.28184 -0.46955,0.62631 0.20604,0.34446 -0.0721,0.2638 -0.61814,-0.17925 -0.93023,-0.75482 -0.93158,-0.87314 -0.0214,-1.8789 0.92555,-1.02272 0.89077,-1.07336 -0.73698,-1.07336 -0.93959,0 -2.05494,0.32519 -2.47855,0.72265 -0.63526,0.59605 -0.70769,0.38845 -0.41339,-1.18498 0.22261,-1.19017 0.14264,-1.77529 -0.21262,-1.55573 -1.07169,0.66234 -0.57081,-1.08553 0.73137,-2.55219 0.71543,-0.80579 0.88661,-1.15001 0.3804,-0.76493 -1.21581,0.92488 -1.86205,0.23033 -0.78647,-0.84526 0.97055,-0.97056 1.09942,-1.91334 0.26153,-1.91334 -1.04657,0 -0.60585,-0.99194 1.24449,-2.80099 1.36269,-1.33228 1.66687,-1.96961 1.20542,-2.52563 -1.02164,-1.23099 -1.03614,-1.39515 -0.21115,-2.38921 0.76797,-0.92534 0.12253,-1.39024 -0.73692,-0.53079 -0.7876,0.7876 -3.91151,0.66187 -3.6019,-0.14497 0.31168,-0.81222 -0.30554,-0.77806 -2.52494,0.13975 -1.72574,0.71367 -2.67075,0.66244 -2.41573,-0.13097 0.1022,-0.31797 -0.14495,-0.25293 -0.54922,0.14453 -0.98686,0.97023 -1.69791,0.9159 -1.30809,-0.0999 0.39513,-1.0297 -1.22542,-0.87066 -2.23671,0.21952 -0.57784,0.6229 -0.55766,0.68184 0.1041,0.30399 0.60614,-0.34609 0.72618,-0.22188 0.45884,0.4748 -0.19913,0.51893 -0.10063,1.10508 0.21889,1.30256 0.37994,0.23482 0.35399,0.63251 -0.075,1.14944 -0.36079,0.43471 -0.51408,1.01998 -0.34064,1.3006 0.17342,0.28061 -0.68511,1.07248 -1.90786,1.75969 -2.66302,1.49671 -2.93293,1.52569 -2.93293,0.31491 0,-0.66856 -0.38573,-0.86084 -1.35512,-0.67553 -1.14352,0.2186 -1.33148,0.0437 -1.20371,-1.12025 0.108,-0.98387 -0.0421,-1.22584 -0.52378,-0.84403 -0.37136,0.29441 -1.12944,0.46179 -1.68463,0.37196 -0.55518,-0.0898 -1.15588,0.0737 -1.3349,0.36331 -0.17901,0.28964 -0.71789,0.52663 -1.1975,0.52663 -0.60894,0 -0.76131,-0.34884 -0.50505,-1.15625 0.47088,-1.4836 -0.39173,-1.4836 -1.73437,0 -1.42655,1.57632 -2.10801,1.45396 -1.45584,-0.26139 0.42396,-1.11509 0.36873,-1.35231 -0.25878,-1.11151 -0.96601,0.3707 -0.85643,-1.02849 0.17819,-2.27512 0.56175,-0.67687 0.56848,-0.97101 0.0299,-1.3039 -0.47025,-0.29062 -0.54404,-0.18474 -0.22781,0.32692 0.32918,0.53263 0.24357,0.61825 -0.28907,0.28906 -0.53263,-0.32918 -0.61824,-0.24357 -0.28906,0.28906 0.3184,0.51518 0.24261,0.61766 -0.23739,0.321 -0.54482,-0.33671 -0.52259,-0.65275 0.0978,-1.39011 1.18857,-1.41276 0.65197,-2.92352 -0.90252,-2.54096 l -1.27035,0.31263 1.23316,-1.38644 c 0.67823,-0.76253 1.64775,-2.20729 2.15449,-3.21056 0.50673,-1.00327 1.2526,-2.175 1.65747,-2.60384 0.40487,-0.42883 1.11237,-1.25707 1.57223,-1.84053 0.75292,-0.95531 0.72545,-1.04136 -0.27609,-0.86492 -1.66312,0.29298 -1.44492,-1.218 0.54971,-3.80661 2.01712,-2.61781 2.43197,-4.9584 0.87883,-4.9584 -0.87258,0 -0.92019,-0.1992 -0.34431,-1.44081 0.36754,-0.79244 1.05849,-1.4511 1.53545,-1.4637 1.19099,-0.0314 2.33098,-1.0385 4.1255,-3.64444 1.56211,-2.26843 1.6475,-4.61782 0.14691,-4.04199 -0.94709,0.36343 -0.53061,-1.27385 0.68833,-2.70594 0.40596,-0.47695 0.71848,-0.99727 0.69448,-1.15625 -0.024,-0.15898 0.15046,-0.9006 0.38769,-1.64804 0.48609,-1.53154 -0.43132,-2.94933 -1.15292,-1.78176 -0.31022,0.50194 -0.19944,0.57615 0.36834,0.24675 0.44668,-0.25915 0.60939,-0.24846 0.36166,0.0238 -0.24768,0.27216 -0.80145,0.54637 -1.2306,0.60935 -1.01869,0.14951 -0.4789,-2.05902 0.60489,-2.47491 0.43283,-0.16609 0.78697,-0.63266 0.78697,-1.03681 0,-0.40415 0.58535,-1.16264 1.30078,-1.68554 1.22999,-0.89899 1.20068,-0.90313 -0.53885,-0.076 -1.82195,0.86634 -1.83715,0.86105 -1.58123,-0.55026 0.19819,-1.09295 0.0543,-1.3467 -0.6174,-1.08894 -1.41498,0.54299 -1.00347,-0.72725 0.56951,-1.7579 0.79492,-0.52085 1.44531,-1.30804 1.44531,-1.7493 0,-0.44125 1.10567,-1.33233 2.45703,-1.98017 4.71553,-2.26059 6.70876,-2.74227 6.31808,-1.52682 -0.1022,0.31797 0.14495,0.25293 0.54922,-0.14453 1.13441,-1.11529 1.44777,-0.87459 1.31717,1.01172 -0.066,0.95391 -0.0792,1.73437 -0.0293,1.73437 0.0499,0 0.92099,-0.2381 1.93572,-0.52912 2.10045,-0.60241 2.97114,0.0481 2.79252,2.08632 -0.0981,1.11899 0.0302,1.1903 1.09063,0.60638 0.66097,-0.36395 1.66605,-0.73923 2.23351,-0.83396 0.8933,-0.14911 0.94143,0.002 0.35871,1.12799 -0.67262,1.29938 -0.67232,1.29947 0.47372,0.14396 0.78281,-0.78928 0.94419,-1.29821 0.50848,-1.60351 -0.9164,-0.64214 2.57146,-3.37833 3.80697,-2.98653 0.60056,0.19045 1.20794,-0.12277 1.57764,-0.81356 0.33062,-0.61777 1.4066,-1.40401 2.39107,-1.7472 0.98447,-0.34319 1.63202,-0.8795 1.439,-1.19181 -0.19302,-0.31231 -0.73579,-0.42015 -1.20617,-0.23965 -0.62969,0.24163 -0.75135,0.0575 -0.46136,-0.69821 0.26978,-0.70305 0.18079,-0.89471 -0.28251,-0.60838 -1.33133,0.82281 -0.64762,-0.69232 0.71543,-1.58543 1.16754,-0.765 1.44177,-0.78173 1.7019,-0.10384 0.17055,0.44446 -4.8e-4,0.93445 -0.38008,1.08887 -0.52001,0.21155 -0.52219,0.29203 -0.009,0.32642 0.37475,0.0251 1.03688,-0.27956 1.4714,-0.67702 2.44774,-2.23897 4.07199,-3.48337 3.39567,-2.60156 -0.68373,0.89149 -0.62607,1.01172 0.48521,1.01172 0.69364,0 1.10038,0.26016 0.90386,0.57812 -0.19652,0.31797 -0.12211,0.57813 0.16534,0.57813 0.80004,0 2.50454,-2.08089 2.67918,-3.2708 0.0855,-0.58284 0.52114,-1.07171 0.96801,-1.08638 0.44686,-0.0147 1.529,-0.38334 2.40476,-0.81928 1.82582,-0.90886 2.67497,-0.46992 1.59899,0.82655 -0.87703,1.05676 -1.99698,1.18539 -1.38005,0.1585 0.48992,-0.81547 -1.20384,0.37366 -2.82295,1.98189 -1.19437,1.1863 -1.33492,2.78765 -0.24473,2.78765 1.30963,0 6.35928,-5.00803 5.8616,-5.81328 -0.26573,-0.42996 -0.21242,-0.5792 0.13107,-0.36691 0.31844,0.1968 1.33422,-0.43716 2.25729,-1.40882 0.92307,-0.97165 2.42385,-2.30234 3.33506,-2.95708 l 1.65675,-1.19043 -0.66537,1.24326 c -0.77815,1.454 -0.49084,1.5333 1.59861,0.44123 2.03704,-1.06468 4.32672,-1.94795 4.83666,-1.86582 0.22635,0.0365 1.65721,-1.13285 3.17969,-2.59847 2.9691,-2.85819 5.17513,-4.08264 4.58505,-2.54492 -0.33866,0.88253 0.27183,1.19387 0.97067,0.49504 0.20829,-0.20829 1.48739,-0.85249 2.84245,-1.43156 1.93224,-0.82572 2.18313,-0.85353 1.16296,-0.1289 -0.71543,0.50817 -1.30078,1.18422 -1.30078,1.50234 0,0.32298 0.38295,0.26058 0.86719,-0.14131 0.47695,-0.39583 0.87117,-0.49272 0.87604,-0.21531 0.005,0.27741 0.19998,0.24422 0.43359,-0.0737 0.42841,-0.58312 4.55034,-2.82889 5.43814,-2.96289 0.26333,-0.0397 0.68989,-0.10478 0.9479,-0.14453 0.25802,-0.0397 0.97344,-0.52961 1.58985,-1.08859 2.88403,-2.61537 5.22609,-3.45269 4.52147,-1.61649 -0.49479,1.28941 2.60584,0.64656 3.97658,-0.82446 0.712,-0.76409 0.83299,-1.04219 0.26886,-0.61798 -0.56413,0.4242 -1.19284,0.60412 -1.39713,0.39983 -0.71991,-0.71991 0.33439,-1.04475 3.38578,-1.0432 4.26217,0.002 4.18378,-0.024 3.3092,1.10534 -0.59932,0.77392 -0.47097,0.74462 0.54606,-0.12464 0.73124,-0.625 1.98821,-1.17155 2.79325,-1.21455 0.80504,-0.043 1.63312,-0.31359 1.84018,-0.6013 0.69003,-0.9588 4.96401,-3.95441 5.8215,-4.08027 0.46496,-0.0682 1.58952,-0.92029 2.49902,-1.89345 0.90949,-0.97316 1.77052,-1.76938 1.91339,-1.76938 0.86383,0 -0.11948,1.41139 -2.7754,3.98368 -2.91488,2.82308 -2.97371,2.93985 -1.48468,2.94669 1.562,0.007 2.70374,-1.20279 4.49383,-4.7624 0.43973,-0.87442 1.11491,-1.58984 1.50039,-1.58984 0.38548,0 1.39539,-0.91055 2.24423,-2.02344 0.84884,-1.11289 1.83562,-2.02344 2.19283,-2.02344 0.35722,0 0.0188,0.70756 -0.75208,1.57235 -0.77085,0.86479 -0.98738,1.25728 -0.48117,0.8722 0.5062,-0.38508 1.13327,-0.50728 1.39346,-0.27157 0.26021,0.23572 0.30745,0.13816 0.10498,-0.21681 -0.20246,-0.35496 0.14606,-1.11072 0.7745,-1.67945 0.62844,-0.56873 1.14261,-1.30216 1.14261,-1.62984 0,-0.32769 0.53428,-1.16451 1.18729,-1.8596 l 1.18728,-1.26381 -1.46961,0.28094 c -0.80828,0.15451 -1.35057,0.47352 -1.2051,0.70891 0.14548,0.23539 -0.4429,1.05115 -1.30752,1.8128 l -1.57202,1.38482 1.2305,-1.44532 c 0.67678,-0.79492 1.15849,-1.87724 1.07049,-2.40517 -0.088,-0.52792 0.58475,-1.67339 1.49503,-2.54549 0.91028,-0.87211 1.51887,-1.80599 1.35243,-2.0753 -0.16645,-0.26931 0.0726,-0.48966 0.53128,-0.48966 0.8406,0 1.69839,-2.75581 1.13935,-3.66035 -0.16563,-0.26799 -0.79209,-0.35887 -1.39214,-0.20195 -0.60006,0.15692 -1.09101,0.0575 -1.09101,-0.22096 0,-0.28331 14.38437,-0.51767 32.66407,-0.53218 L 592.0004,0 l 0,22.266 0,22.26599 -1.24586,0 c -1.23083,0 -1.23256,-0.015 -0.14453,-1.24037 l 1.10133,-1.24037 -1.44532,0.77898 c -2.71886,1.46537 -3.41099,0.75184 -1.57382,-1.62245 0.3075,-0.39746 0.36537,-0.72266 0.12851,-0.72266 -0.23686,0 -0.0736,-0.45078 0.36283,-1.00174 0.74382,-0.93914 0.70312,-0.94547 -0.65189,-0.10131 -2.55745,1.59328 -3.37116,1.72192 -3.04683,0.48167 0.16008,-0.61215 0.0248,-1.113 -0.30034,-1.113 -0.32531,0 -0.46308,-0.49095 -0.30618,-1.091 0.15697,-0.60005 -0.0376,-1.29064 -0.43249,-1.53464 -0.49251,-0.30439 -0.58558,-0.18879 -0.29658,0.36835 0.23171,0.44659 0.0289,0.33066 -0.4503,-0.25763 -0.55303,-0.67869 -1.14978,-0.89592 -1.63274,-0.59438 -1.11503,0.69622 -2.20642,0.77364 -2.20642,0.15651 0,-0.70835 -2.80372,10e-4 -4.59718,1.16377 -1.33332,0.86415 -1.39325,0.85553 -1.00925,-0.14516 0.22453,-0.58512 0.57822,-1.7411 0.78597,-2.56884 0.36886,-1.46968 0.31576,-1.45421 -2.26375,0.6595 -2.71869,2.22776 -3.17901,2.21226 -3.00104,-0.10105 0.0955,-1.24136 -0.0758,-1.17572 -2.26278,0.86719 -1.30135,1.21561 -2.56354,2.47035 -2.80486,2.78832 -0.24133,0.31797 -0.44276,0.34269 -0.44763,0.0549 -0.005,-0.28776 -0.4858,-0.0916 -1.06874,0.436 -0.98948,0.89546 -1.06107,0.89181 -1.07746,-0.0549 -0.01,-0.55777 0.23905,-1.33937 0.55266,-1.7369 0.39386,-0.49923 -0.0854,-0.44884 -1.54956,0.16293 -1.16587,0.48713 -2.33015,0.75567 -2.58728,0.59676 -0.25713,-0.15892 -0.9611,0.11226 -1.56439,0.6026 -0.6033,0.49035 -0.73795,0.70596 -0.29924,0.47914 0.51473,-0.26613 0.70868,-0.14546 0.54679,0.34021 -0.13798,0.41394 -0.627,0.81525 -1.08672,0.8918 -0.45971,0.0765 -1.29112,0.32223 -1.84757,0.54596 -1.11255,0.44731 -1.33875,-0.24949 -0.43359,-1.33568 0.42045,-0.50455 0.38892,-0.53608 -0.11563,-0.11563 -0.38156,0.31797 -1.19388,0.57813 -1.80516,0.57813 -0.92237,0 -0.989,-0.1475 -0.39171,-0.86719 1.10997,-1.33743 -0.66682,-1.12952 -2.47025,0.28906 -0.80846,0.63594 -1.6426,1.15625 -1.85364,1.15625 -0.7765,0 -2.09796,-1.7437 -1.74916,-2.30806 0.19802,-0.32041 0.0845,-0.58257 -0.2522,-0.58257 -0.33674,0 -0.61225,0.23024 -0.61225,0.51164 0,0.2814 -0.71543,0.97722 -1.58984,1.54628 -1.01391,0.65984 -1.35496,0.73628 -0.94144,0.21102 0.35663,-0.45299 0.57477,-1.2789 0.48475,-1.83534 -0.09,-0.55645 0.0735,-1.01172 0.36331,-1.01172 0.28983,0 0.52697,-0.27551 0.52697,-0.61224 0,-0.33674 -0.3252,-0.41688 -0.72266,-0.17809 -0.49103,0.295 -0.46834,0.12064 0.0708,-0.54401 0.4364,-0.53799 0.59119,-0.97816 0.344,-0.97816 -0.24721,0 0.0461,-0.57514 0.65186,-1.27809 l 1.10132,-1.27809 -1.64,1.03522 c -0.902,0.56937 -1.80502,0.87021 -2.00669,0.66853 -0.20169,-0.20168 -0.0778,-0.54766 0.27524,-0.76885 0.62305,-0.39032 -0.26214,-1.66966 -1.38671,-2.00417 -0.24473,-0.0728 -0.4016,-0.26244 -0.34861,-0.42143 0.053,-0.15898 -0.50752,-0.28906 -1.24557,-0.28906 -0.73807,0 -1.23484,0.17329 -1.10394,0.38508 0.1309,0.2118 -0.064,1.12234 -0.4331,2.02344 -0.9884,2.41299 -1.07349,3.25193 -0.41083,4.05039 0.32728,0.39435 0.43835,0.97058 0.2468,1.28051 -0.19154,0.30992 -0.0712,0.73472 0.26737,0.94398 0.42403,0.26206 0.4302,0.6039 0.0198,1.09836 -0.42606,0.51337 -0.26096,1.07727 0.57955,1.97945 0.64643,0.69387 1.01663,1.51836 0.82266,1.83221 -0.44221,0.7155 -0.16158,0.71512 1.72553,-0.002 1.28483,-0.48849 1.48223,-0.42453 1.33841,0.4336 -0.11218,0.66936 0.18066,0.97796 0.87404,0.92113 0.68522,-0.0562 0.97533,0.24117 0.84615,0.86719 -0.10813,0.52396 0.20311,1.29714 0.69164,1.71818 0.48852,0.42104 0.56303,0.6008 0.16557,0.39947 -0.39746,-0.20133 -0.72266,-0.073 -0.72266,0.28515 0,0.38812 0.46714,0.50294 1.15625,0.28423 1.40129,-0.44476 1.59863,0.93659 0.28907,2.02343 -1.01745,0.84441 -1.19384,2.58262 -0.19974,1.96823 0.78779,-0.48687 0.19452,0.67615 -1.13405,2.22318 -1.17025,1.36267 -0.2591,1.27203 2.20097,-0.21896 1.87341,-1.13542 1.94833,-1.14249 1.01046,-0.0954 -0.55714,0.62199 -0.86155,1.28233 -0.67646,1.46742 0.18509,0.18508 -0.0457,0.94444 -0.51296,1.68746 -0.46721,0.74301 -0.77284,1.79484 -0.67918,2.3374 0.0937,0.54255 -0.19238,1.28746 -0.63567,1.65535 -1.04476,0.86707 -0.49475,1.75272 0.78968,1.27157 0.90064,-0.33739 0.91239,-0.26769 0.12601,0.74791 -0.47695,0.61598 -1.12734,1.31983 -1.44531,1.56413 -0.35937,0.2761 -0.21565,0.65841 0.37982,1.01035 0.59447,0.35135 0.84223,1.00869 0.65299,1.7324 -0.2346,0.8971 -0.0888,1.08324 0.63189,0.80669 1.20923,-0.46403 1.22806,0.82555 0.0369,2.52619 -0.97533,1.39247 -0.35504,1.68782 1.48101,0.7052 0.75764,-0.40548 1.20742,-0.37863 1.49663,0.0893 0.24179,0.39123 0.16149,0.51328 -0.1934,0.29395 -0.33377,-0.20629 -0.74959,-0.003 -0.92403,0.45145 -0.17444,0.45458 -0.0381,0.91952 0.30293,1.03321 1.02374,0.34125 0.78389,3.50966 -0.40141,5.30248 -1.29755,1.96258 -1.64512,3.43468 -0.66648,2.82281 0.36955,-0.23104 1.01162,-0.47155 1.42683,-0.53446 0.58753,-0.089 0.60388,0.0676 0.0737,0.7064 -0.37465,0.45143 -0.46722,0.82077 -0.2057,0.82077 0.26151,0 0.16329,0.31219 -0.21828,0.69375 -1.02551,1.02552 -0.84194,2.12294 0.31797,1.9009 0.55645,-0.10653 1.01172,-0.23349 1.01172,-0.28215 0,-0.0487 0.39023,-0.1735 0.86719,-0.27743 0.47695,-0.10394 1.32541,-0.37315 1.88546,-0.59826 0.79902,-0.32116 0.93575,-0.19422 0.635,0.58952 -0.33182,0.86469 -0.21736,0.91001 0.85237,0.33751 1.14505,-0.61282 1.19741,-0.56072 0.71409,0.71053 -0.46828,1.23166 -0.38337,1.34541 0.831,1.11327 1.16354,-0.22243 1.32974,-0.0506 1.18922,1.22955 -0.0989,0.90088 0.0702,1.34374 0.4286,1.12226 1.01074,-0.62468 3.88172,-0.66593 3.50124,-0.0503 -0.21861,0.35373 0.17068,0.42375 1.01953,0.18336 0.97017,-0.27474 1.13636,-0.2252 0.56627,0.16878 -1.27688,0.88246 -0.36354,2.37891 1.20514,1.97452 1.19261,-0.30744 1.25091,-0.24051 0.5427,0.62301 -0.85951,1.04798 -0.29445,1.27222 1.0549,0.41861 0.46177,-0.29212 1.0749,-0.3857 1.3625,-0.20795 0.28761,0.17775 0.16995,0.54684 -0.26146,0.82019 -0.62068,0.39329 -0.58454,0.49886 0.17322,0.50586 0.69922,0.006 0.87299,0.35982 0.64401,1.30964 -0.25705,1.06626 -0.17434,1.17049 0.45881,0.57812 1.22266,-1.14392 1.80201,-0.84211 1.05671,0.55049 -0.52635,0.98349 -0.52293,1.32596 0.015,1.50527 0.48982,0.16328 0.40209,0.5573 -0.29577,1.32842 -1.11248,1.22928 -0.92523,1.33017 1.06461,0.57364 1.26827,-0.4822 1.35642,-0.39822 1.13875,1.08485 -0.17485,1.19133 0.11099,1.85049 1.10409,2.54608 0.73702,0.51623 1.12021,0.93859 0.85154,0.93859 -0.26867,0 -0.19873,0.34913 0.15541,0.77585 0.35414,0.42672 0.47272,0.94703 0.2635,1.15625 -0.20922,0.20922 -0.12892,0.3804 0.17845,0.3804 0.30737,0 0.87104,-0.31218 1.2526,-0.69375 0.53959,-0.53958 0.69375,-0.48333 0.69375,0.25314 0,0.59049 0.43519,0.9141 1.15625,0.85978 0.63594,-0.0479 1.15625,-0.22742 1.15625,-0.39892 0,-0.17151 0.7514,-0.32182 1.66977,-0.33403 1.13218,-0.015 1.57762,0.21801 1.38349,0.72392 -0.40301,1.05013 0.40989,0.92695 1.75264,-0.2656 1.10694,-0.9831 1.117,-0.97567 0.35647,0.26277 -1.05779,1.72247 -0.32161,2.27559 1.46803,1.10299 1.6161,-1.0589 1.78109,-0.87173 0.81799,0.92787 -0.53979,1.00856 -0.4973,1.14908 0.25958,0.85863 0.62727,-0.2407 0.80637,-0.0902 0.58356,0.49046 -0.36058,0.93961 0.6919,1.15864 1.24754,0.25962 0.1965,-0.31797 1.15428,-0.57813 2.12836,-0.57813 1.58967,0 1.68981,0.0999 0.97756,0.97543 -0.69479,0.8542 -0.66768,0.92831 0.2183,0.59628 2.82015,-1.05691 2.69724,-3.40792 2.73389,52.28778 0.0278,41.87144 -0.10892,51.9383 -0.69947,51.60443 -0.58778,-0.33234 -0.58998,-0.26002 -0.011,0.36377 0.85783,0.92416 0.9546,2.28169 0.16269,2.28169 -0.30803,0 -0.41914,-0.36712 -0.24692,-0.81581 0.25339,-0.66033 -0.0887,-0.72521 -1.79467,-0.34044 -1.6324,0.36817 -2.04275,0.30615 -1.81977,-0.27501 0.19472,-0.50749 -0.0751,-0.65544 -0.83365,-0.45707 -0.85268,0.22298 -1.03537,0.0687 -0.76209,-0.64356 0.40827,-1.06397 -1.17891,-1.34368 -1.81196,-0.31932 -0.20991,0.33964 -0.77856,0.46524 -1.26366,0.27909 -0.48511,-0.18615 -1.21881,-0.0589 -1.63043,0.28269 -0.58165,0.48276 -0.67912,0.35619 -0.43741,-0.56816 0.3241,-1.2393 -0.62576,-1.65221 -1.29812,-0.56432 -0.21241,0.34373 -0.96963,0.47855 -1.68266,0.2996 -1.59528,-0.4004 -2.2514,0.15501 -1.39794,1.18337 0.48619,0.58582 0.3817,0.85968 -0.43861,1.14966 -1.82246,0.64423 -4.1933,3.17196 -3.83959,4.09369 0.18132,0.47254 -0.002,1.06397 -0.40675,1.3143 -1.11368,0.68829 -0.0538,1.88513 1.35585,1.53113 1.0772,-0.27051 1.02766,-0.12878 -0.38654,1.10588 -1.83254,1.59988 -2.839,1.83682 -2.34607,0.55229 0.18232,-0.47513 0.60459,-0.69509 0.93836,-0.4888 0.35439,0.21902 0.43525,0.0974 0.19437,-0.29238 -0.44972,-0.72766 -2.73737,-0.93927 -2.52821,-0.23386 0.22613,0.7626 -1.88109,3.48317 -2.90534,3.75102 -0.5437,0.14218 -1.94031,1.86205 -3.10358,3.82192 -1.16327,1.95988 -1.8596,3.40555 -1.54742,3.21261 0.31223,-0.19297 0.48519,0.13049 0.38441,0.71893 -0.11078,0.64689 0.11945,1.00695 0.58244,0.91088 0.42109,-0.0874 0.61907,0.0783 0.43995,0.36809 -0.17912,0.28982 0.11165,0.88161 0.64613,1.3151 0.8357,0.67778 0.90279,0.66671 0.47907,-0.079 -0.27099,-0.47695 -0.27983,-0.67433 -0.0197,-0.43861 0.26019,0.23572 0.86481,0.10564 1.34358,-0.28906 0.76109,-0.62744 0.78083,-0.54937 0.15706,0.62112 -0.64382,1.20811 -4.98853,3.5753 -6.56206,3.5753 -0.34703,0 -0.0199,-0.65039 0.72683,-1.44531 1.51123,-1.60864 1.33632,-1.76598 -0.85385,-0.76808 -0.81751,0.37248 -1.63574,1.27236 -1.8183,1.99973 -0.18255,0.72736 -0.69663,1.62516 -1.14239,1.99511 -0.44575,0.36994 -0.81046,0.94125 -0.81046,1.26956 0,0.32832 0.56442,0.10135 1.25428,-0.50438 1.12602,-0.98871 1.21655,-0.99787 0.88533,-0.0896 -0.20292,0.55645 -0.10161,1.01172 0.22515,1.01172 0.32676,0 0.44831,0.23589 0.27012,0.52421 -0.17819,0.28832 0.20235,0.38657 0.84565,0.21834 1.06906,-0.27956 1.11596,-0.16472 0.54548,1.33576 -0.34328,0.90288 -0.93429,2.02404 -1.31336,2.49146 -0.5669,0.69902 -0.50966,0.78255 0.3225,0.47068 1.36936,-0.51319 1.2812,0.29132 -0.14453,1.31892 -1.405,1.01267 -1.4877,2.06161 -0.20144,2.55519 0.78097,0.29969 0.54866,0.72772 -1.27596,2.351 -1.22691,1.09154 -2.36812,1.84725 -2.53601,1.67936 -0.16789,-0.16788 0.34125,-0.79738 1.13142,-1.39887 1.30479,-0.99322 1.32373,-1.0647 0.20637,-0.77865 -1.33869,0.34272 -3.07487,3.21159 -1.79023,2.95819 0.40326,-0.0795 0.67871,0.41463 0.6399,1.14803 -0.0711,1.34398 0.3914,1.27617 2.26098,-0.33149 0.94234,-0.81031 1.00243,-0.80231 0.66081,0.0879 -0.44902,1.17013 0.88458,1.34307 1.97904,0.25665 0.58371,-0.57943 0.65166,-0.52214 0.34283,0.28906 -0.21184,0.55645 -0.66084,1.01172 -0.99779,1.01172 -0.33695,0 -0.43862,0.174 -0.22595,0.38668 0.21267,0.21267 -0.0444,0.86306 -0.57137,1.44531 -0.90284,0.99762 -0.87959,1.05863 0.40342,1.05863 1.05893,0 1.20731,0.15417 0.66773,0.69375 -0.38156,0.38157 -0.69375,1.04438 -0.69375,1.47292 0,0.42854 -0.66324,1.39384 -1.47387,2.14511 -0.81063,0.75126 -1.21884,1.52355 -0.90714,1.7162 0.31171,0.19264 0.73015,0.0859 0.92987,-0.2373 0.19972,-0.32315 0.77833,-0.58755 1.2858,-0.58755 0.8373,0 0.83542,0.0964 -0.0203,1.04198 -0.51865,0.57309 -1.02177,1.54867 -1.11805,2.16797 -0.0963,0.61929 -0.36796,1.43491 -0.60371,1.81249 -0.29961,0.47984 -0.005,0.60975 0.97759,0.43152 1.63989,-0.29737 1.68994,0.5264 0.17267,2.84203 -1.21836,1.85945 -0.55403,1.96731 1.6909,0.27453 1.59685,-1.2041 1.58787,-1.17219 -0.2111,0.75018 -2.13846,2.28514 -2.30127,2.81623 -0.86719,2.82878 0.63203,0.006 0.76975,0.16825 0.36698,0.43359 -0.3546,0.23361 -0.8399,1.04945 -1.07843,1.81298 -0.35412,1.13351 -0.26234,1.32247 0.5002,1.02986 1.11997,-0.42977 1.25362,0.76402 0.21125,1.88703 -0.57812,0.62285 -0.57812,0.69696 0,0.37057 0.39746,-0.2244 0.72266,-0.13249 0.72266,0.20424 0,0.33674 0.39023,0.61225 0.86719,0.61225 1.01989,0 1.1637,1.48288 0.20148,2.07757 -0.4665,0.28831 -0.36964,0.62791 0.32366,1.13486 0.64185,0.46934 0.77083,0.8585 0.36721,1.10796 -0.34219,0.21147 -0.47248,0.62668 -0.28954,0.92268 0.18294,0.296 0.0468,0.53818 -0.30243,0.53818 -0.40853,0 -0.36915,0.28766 0.11041,0.80651 0.41,0.44357 1.00561,0.68391 1.32358,0.53407 0.31797,-0.14983 0.0578,0.21174 -0.57812,0.8035 -0.63594,0.59176 -1.24077,1.45708 -1.34408,1.92295 -0.1033,0.46587 -0.64994,1.36734 -1.21477,2.00328 -1.76619,1.98856 -2.10332,2.85045 -0.94037,2.40419 0.74072,-0.28424 0.93897,-0.16605 0.71229,0.42465 -0.22322,0.58173 0.0736,0.77596 1.02615,0.6714 1.30057,-0.14277 1.31652,-0.0903 0.53879,1.77104 -0.96549,2.31075 -1.02537,3.31816 -0.16565,2.78682 1.28357,-0.79329 -0.60466,1.93919 -2.21669,3.20779 -0.90053,0.70869 -1.15694,1.11926 -0.58708,0.94008 1.31928,-0.41483 1.27966,0.70892 -0.0877,2.48763 -0.74639,0.97091 -1.69075,1.41721 -3.09763,1.46389 -1.97839,0.0656 -2.00446,0.0375 -1.15943,-1.2522 1.15722,-1.76614 -0.12083,-1.80643 -1.97735,-0.0623 l -1.33799,1.25703 0,-1.25703 c 0,-0.69136 -0.25199,-1.25702 -0.55998,-1.25702 -0.30798,0 -0.39662,-0.45527 -0.19695,-1.01172 0.3912,-1.09021 0.30004,-1.02717 -0.9965,0.6891 -0.46647,0.61749 -0.55251,0.94561 -0.1912,0.72916 0.37927,-0.2272 0.7841,0.0928 0.9578,0.75701 0.16549,0.6328 0.0945,1.02297 -0.15782,0.86705 -0.25229,-0.15592 -0.81338,0.15382 -1.24687,0.6883 -0.6687,0.82451 -0.66592,0.89814 0.0183,0.48584 0.6318,-0.38071 0.74307,-0.15431 0.51376,1.04528 -0.16099,0.84217 -0.10188,1.53123 0.13135,1.53123 0.23324,0 0.58661,1.01648 0.78527,2.25883 0.31385,1.96273 0.52498,2.21601 1.61051,1.93214 1.09316,-0.28587 1.1989,-0.15272 0.84601,1.06538 -0.75524,2.60693 -0.86504,3.39194 -0.4665,3.33524 1.08447,-0.15428 2.62478,0.20617 1.98436,0.46437 -0.39944,0.16103 -0.58605,0.51965 -0.41469,0.79692 0.17136,0.27727 -0.41237,0.88072 -1.29718,1.34101 -0.88481,0.46028 -2.25914,1.55393 -3.05406,2.43034 -0.79492,0.87641 -1.08217,1.38263 -0.63834,1.12495 0.64607,-0.3751 0.72388,-0.13746 0.39025,1.19186 -0.41438,1.65098 -0.40992,1.65421 0.78641,0.57155 1.3649,-1.23521 2.32326,-0.8161 1.20765,0.52812 -0.66745,0.80423 -0.42434,1.1289 0.71106,0.94963 0.70075,-0.11064 0.50252,0.31218 -0.54457,1.16153 -0.66464,0.53913 -0.83901,0.56182 -0.544,0.0708 0.23879,-0.39746 0.15865,-0.72266 -0.17809,-0.72266 -0.33673,0 -0.64476,0.26016 -0.68451,0.57813 -0.0398,0.31796 -0.10478,0.88164 -0.14453,1.2526 -0.0398,0.37096 -0.4625,0.781 -0.93945,0.9112 -0.77083,0.21042 -0.77083,0.16858 0,-0.37657 0.6373,-0.4507 0.66656,-0.61562 0.11041,-0.62213 -0.41623,-0.005 -0.63406,-0.20741 -0.48407,-0.4501 0.14998,-0.24268 -0.60609,-0.3999 -1.68015,-0.34939 -1.07407,0.0505 -1.93109,-0.0761 -1.90449,-0.28141 0.14168,-1.09381 -0.1826,-1.304 -0.98478,-0.63825 -0.73931,0.61357 -1.05963,0.58036 -1.82973,-0.18974 -0.85928,-0.85929 -1.06354,-0.84095 -2.56837,0.23058 -1.26195,0.89859 -1.55618,0.95913 -1.28998,0.26541 0.47077,-1.22678 -1.28058,-1.81812 -2.46741,-0.83314 -0.83979,0.69697 -0.89506,0.63108 -0.50405,-0.60089 0.3575,-1.12639 0.26714,-1.3177 -0.48591,-1.02872 -0.57882,0.22212 -1.14808,-0.0617 -1.52085,-0.75821 -0.34819,-0.6506 -0.95245,-0.97631 -1.45413,-0.7838 -1.11156,0.42655 -1.1099,-0.60023 0.002,-1.52341 1.26723,-1.05171 0.61144,-1.58363 -1.75677,-1.42495 -1.32839,0.089 -2.66589,0.69015 -3.66473,1.64711 -0.86498,0.82881 -1.88374,1.50693 -2.2638,1.50693 -0.38006,0 -0.69103,0.26016 -0.69103,0.57812 0,0.31797 -0.27551,0.57813 -0.61224,0.57813 -0.33674,0 -0.42801,-0.2981 -0.20283,-0.66244 0.57992,-0.93832 -2.66287,-0.0777 -3.89706,1.0342 -0.6395,0.57617 -1.08019,0.65615 -1.33587,0.24246 -0.26744,-0.43273 -0.76005,-0.41569 -1.64724,0.057 -1.06483,0.56732 -1.16525,0.54463 -0.63278,-0.14297 0.3481,-0.44953 0.81457,-1.32304 1.0366,-1.94115 0.38862,-1.0819 0.36132,-1.0855 -0.73144,-0.0966 -1.08845,0.98504 -1.15756,0.98371 -1.68113,-0.0324 -0.30031,-0.58282 -0.44243,-1.34583 -0.31582,-1.69556 0.35973,-0.99373 -1.333,-2.19455 -1.8696,-1.3263 -0.29063,0.47024 -0.18474,0.54403 0.32691,0.22781 0.47685,-0.29471 0.6166,-0.24091 0.37782,0.14546 -0.20843,0.33725 -0.94505,0.46514 -1.63693,0.28421 -1.17728,-0.30786 -1.11234,-0.45216 1.0123,-2.24962 1.24864,-1.05637 1.94506,-1.92453 1.5476,-1.92926 -0.39746,-0.005 -0.72266,0.26691 -0.72266,0.60364 0,0.33673 -0.28263,0.43757 -0.62808,0.22407 -0.34544,-0.2135 -1.51615,0.47258 -2.60156,1.5246 -1.86789,1.81043 -1.97349,1.84302 -1.97349,0.609 0,-0.88916 -0.22981,-1.16571 -0.72265,-0.86962 -0.47817,0.28727 -0.4503,0.0985 0.0824,-0.55798 0.44278,-0.54567 0.94198,-0.8552 1.10934,-0.68784 0.16736,0.16737 0.7867,-0.13228 1.37631,-0.66587 0.58961,-0.53358 1.9532,-0.98943 3.03018,-1.01298 1.49682,-0.0327 1.81751,-0.21307 1.36114,-0.76547 -0.44245,-0.53556 -0.30253,-0.72266 0.54042,-0.72266 1.25367,0 3.27774,-1.89305 2.67187,-2.49893 -0.20991,-0.20991 -0.67643,-0.13702 -1.03671,0.16198 -0.44896,0.37261 -0.68291,0.17359 -0.74364,-0.63264 -0.0588,-0.78103 0.17865,-1.07372 0.70676,-0.87106 0.57362,0.22012 0.71069,-0.0482 0.49163,-0.96222 -0.50981,-2.12735 -0.3037,-3.36894 0.7531,-4.53669 0.96721,-1.06876 0.96236,-1.09921 -0.11348,-0.71276 -0.61811,0.22203 -1.49218,0.6885 -1.94238,1.0366 -0.67887,0.52491 -0.74891,0.35334 -0.41042,-1.00537 0.26796,-1.07566 0.20223,-1.51104 -0.19143,-1.26774 -0.41104,0.25404 -0.41832,-0.10611 -0.0232,-1.14545 0.78735,-2.07088 0.82418,-2.01884 -1.42892,-2.01884 -1.54496,0 -1.9289,-0.19907 -1.67252,-0.86719 0.39128,-1.01965 -0.54713,-1.12197 -2.19615,-0.23944 -1.04898,0.5614 -1.13007,0.49265 -0.76724,-0.65052 0.27536,-0.86759 0.20007,-1.15118 -0.23436,-0.88269 -0.35203,0.21756 -0.64006,0.0922 -0.64006,-0.27852 0,-0.37075 -0.39023,-0.52435 -0.86718,-0.34132 -0.47696,0.18302 -0.86719,0.0808 -0.86719,-0.22721 1e-5,-0.30799 -0.39938,-0.55998 -0.88752,-0.55998 -0.69668,0 -0.75952,-0.23918 -0.29226,-1.11226 0.54577,-1.01978 0.42063,-1.0906 -1.50518,-0.85174 -1.15524,0.14329 -2.36871,0.42633 -2.6966,0.62898 -0.36693,0.22677 -0.44724,-0.002 -0.20886,-0.59358 0.21302,-0.52911 0.55683,-1.38252 0.76403,-1.89647 0.32196,-0.79859 0.19468,-0.83702 -0.87544,-0.2643 -0.68869,0.36857 -1.20715,0.46388 -1.15213,0.21178 0.055,-0.25209 -0.0914,-0.89329 -0.32533,-1.42489 -0.23394,-0.5316 -0.13395,-1.51105 0.22221,-2.17655 0.5153,-0.96284 0.47101,-1.27775 -0.21686,-1.54171 -0.47544,-0.18245 -1.17498,-0.13978 -1.55456,0.0948 -0.49996,0.309 -0.58421,0.005 -0.30573,-1.10502 0.23774,-0.94725 0.14662,-1.53154 -0.23886,-1.53154 -0.3428,0 -0.46248,-0.26016 -0.26596,-0.57813 0.19651,-0.31796 -0.0801,-0.57812 -0.6148,-0.57812 -0.78661,0 -0.83846,-0.16102 -0.27171,-0.84391 0.58051,-0.69947 0.49676,-0.80468 -0.48934,-0.61478 -1.0459,0.20142 -1.1052,0.0938 -0.49053,-0.89047 0.38456,-0.61578 0.89678,-1.11959 1.13826,-1.11959 0.24148,0 0.43905,-0.40559 0.43905,-0.90131 0,-0.55322 0.27909,-0.74374 0.72266,-0.49331 0.55678,0.31434 0.56703,0.23954 0.0447,-0.32589 -0.52643,-0.56985 -0.3649,-1.04697 0.72266,-2.13453 1.77053,-1.77053 1.76176,-2.03489 -0.0447,-1.34809 -1.87653,0.71346 -1.84061,-0.0197 0.11484,-2.34355 1.55109,-1.84337 1.55226,-1.85163 0.20161,-1.42295 -1.14023,0.36189 -1.29592,0.26797 -0.9688,-0.58449 0.3199,-0.83363 0.24027,-0.89161 -0.44425,-0.32352 -1.31057,1.08768 -0.85855,-0.50132 0.80867,-2.84271 l 1.41566,-1.9881 -2.05613,1.27075 -2.05612,1.27076 0.11689,-1.28762 c 0.0643,-0.7082 0.42995,-1.21614 0.81258,-1.12877 0.38262,0.0874 0.53793,-0.0964 0.34513,-0.40835 -0.1928,-0.31196 -0.73245,-0.42065 -1.19922,-0.24153 -0.96024,0.36848 -1.20293,-1.24523 -0.27366,-1.81956 0.31626,-0.19546 0.84259,-0.85535 1.16963,-1.46642 0.48061,-0.89802 0.42579,-1.04625 -0.28595,-0.77314 -0.92813,0.35616 -1.24327,-0.64965 -0.37223,-1.18798 0.27959,-0.1728 0.64936,-0.8534 0.82171,-1.51247 0.2596,-0.99275 0.17001,-1.07933 -0.52232,-0.50475 -1.13617,0.94294 -1.6193,0.31084 -0.85457,-1.11807 0.99849,-1.86569 0.75096,-2.01045 -1.33409,-0.78024 l -1.95906,1.15587 0.15299,-2.25501 c 0.16779,-2.473 0.13051,-2.51634 -1.44092,-1.67533 -1.14045,0.61035 -2.23374,-0.20102 -1.16276,-0.86293 1.1231,-0.69411 0.59711,-1.53194 -0.71323,-1.13605 -1.0612,0.32062 -1.16768,0.25326 -0.57812,-0.36573 0.39746,-0.4173 0.72265,-0.93273 0.72265,-1.1454 0,-0.58641 -3.52951,-0.0513 -4.394,0.66611 -1.09333,0.90738 -2.21715,0.0846 -1.33548,-0.97775 0.5668,-0.68295 0.49311,-0.74937 -0.424,-0.38212 -0.61051,0.24447 -1.64281,0.83473 -2.294,1.31168 -1.323,0.969 -3.81654,4.5454 -2.68142,3.84587 0.39746,-0.24495 0.72265,-0.20295 0.72265,0.0933 0,0.96633 -4.12401,4.08867 -4.97104,3.76364 -0.45371,-0.17411 -1.23704,0.0254 -1.74073,0.44348 -0.69569,0.57738 -0.64452,0.27706 0.2129,-1.2495 0.92743,-1.65121 0.9933,-2.13603 0.36944,-2.7188 -0.4176,-0.39009 -1.30591,-0.70926 -1.97403,-0.70926 -0.77284,0 -1.06431,-0.24345 -0.80119,-0.66919 0.28337,-0.45851 0.0211,-0.56656 -0.83307,-0.34319 -1.40139,0.36648 -1.60023,-0.11283 -0.52399,-1.26314 0.59237,-0.63315 0.48814,-0.71587 -0.57813,-0.45881 -1.54816,0.37322 -1.63536,0.0154 -0.34399,-1.41155 0.83164,-0.91896 0.8409,-1.05725 0.0708,-1.05725 -0.4873,0 -1.20987,0.39024 -1.60571,0.86719 -0.39583,0.47696 -1.12342,0.86719 -1.61687,0.86719 -0.6908,0 -0.58849,-0.32859 0.44481,-1.42848 1.27908,-1.36151 1.28664,-1.41782 0.16147,-1.20113 -1.00832,0.19418 -1.16113,-0.0402 -1.04765,-1.60668 0.0895,-1.23539 -0.21653,-2.08281 -0.93756,-2.59623 -0.59458,-0.42339 -0.88828,-1.06588 -0.6607,-1.44532 0.23387,-0.38992 -0.0101,-0.34256 -0.56846,0.11034 -0.89031,0.72219 -1.22987,0.51167 -1.04662,-0.64891 0.10558,-0.66864 -0.77001,-0.51387 -1.63538,0.28907 -0.63578,0.58992 -0.71345,0.53682 -0.42283,-0.28907 0.1958,-0.55644 0.10401,-1.01171 -0.20397,-1.01171 -0.30799,-1e-5 -0.55999,-0.42058 -0.55999,-0.93462 0,-0.65924 -0.3511,-0.8428 -1.19161,-0.623 -0.7042,0.18415 -1.31259,-0.003 -1.48736,-0.45908 -0.38961,-1.01532 -5.87241,-0.57499 -7.81877,0.62793 -0.41142,0.25427 -0.50787,0.15647 -0.25277,-0.25628 0.24177,-0.39122 0.0536,-0.66746 -0.45469,-0.66746 -0.47695,0 -1.03059,0.2644 -1.23031,0.58756 -0.19972,0.32315 -0.61175,0.4339 -0.91563,0.24609 -0.30388,-0.1878 -0.48102,-0.0309 -0.39365,0.34879 0.0874,0.37964 -0.70189,0.99078 -1.75391,1.35807 -1.05202,0.3673 -1.70788,0.8727 -1.45747,1.12311 0.25041,0.25041 -0.26953,0.17972 -1.15543,-0.1571 -1.01961,-0.38766 -1.48,-0.40087 -1.2545,-0.036 0.19592,0.31701 -0.0128,0.57638 -0.46389,0.57638 -0.45106,0 -1.70216,0.90777 -2.78022,2.01728 -1.07805,1.1095 -2.22311,2.02005 -2.54457,2.02343 -0.32146,0.003 -1.22771,0.78488 -2.01388,1.73666 -0.95328,1.15406 -1.7696,1.62252 -2.45069,1.40635 -0.5617,-0.17828 -1.02127,-0.0556 -1.02127,0.2726 0,0.32821 -0.54,0.88575 -1.20001,1.23897 -1.10674,0.59231 -1.14827,0.54555 -0.53437,-0.60154 0.60935,-1.13859 0.56738,-1.19118 -0.49635,-0.62189 -1.46573,0.78443 -1.98925,0.79155 -1.51276,0.0206 0.24376,-0.39441 -0.19206,-0.46581 -1.26666,-0.20753 l -1.63829,0.39377 1.40156,-1.52685 c 0.77086,-0.83976 1.23837,-1.52684 1.03892,-1.52684 -0.90038,0 -3.30767,1.39992 -3.30767,1.92353 0,0.31992 -0.16428,0.4174 -0.36507,0.2166 -0.20079,-0.20079 -0.89063,-0.0838 -1.53297,0.25997 -0.97653,0.52262 -1.10914,0.47192 -0.80933,-0.30941 0.19723,-0.51394 0.0762,-0.93444 -0.26882,-0.93444 -0.34508,0 -0.501,-0.48341 -0.34649,-1.07424 0.26104,-0.99822 0.16353,-1.01568 -1.37789,-0.24672 -0.91234,0.45514 -1.6588,1.06862 -1.6588,1.3633 0,0.29468 -0.45527,0.55633 -1.01172,0.58143 -0.60439,0.0273 -0.72077,0.16303 -0.28906,0.33724 0.39746,0.16037 0.72265,0.54473 0.72265,0.85413 0,1.08103 -3.73846,3.96611 -5.13925,3.96611 -0.77706,0 -1.26436,0.14847 -1.0829,0.32993 0.18147,0.18146 -0.022,1.00831 -0.45218,1.83745 -0.43016,0.82914 -0.66822,1.69182 -0.529,1.91707 0.1392,0.22525 -0.18421,0.76421 -0.71869,1.1977 -0.6754,0.54778 -0.83886,0.5669 -0.53591,0.0627 0.23973,-0.39899 -0.7361,-0.1023 -2.16852,0.65932 -2.80617,1.49206 -3.5434,1.40825 -2.62974,-0.29894 0.65679,-1.22722 0.36826,-1.33978 -1.23494,-0.48178 -0.87986,0.47089 -1.11824,0.40927 -1.11824,-0.28906 0,-0.48814 -0.27551,-0.88753 -0.61225,-0.88753 -0.33673,0 -0.48397,-0.20754 -0.3272,-0.46119 0.15677,-0.25366 0.046,-0.83901 -0.24609,-1.30079 -0.29765,-0.4705 -0.53502,-0.54909 -0.53998,-0.17877 -0.005,0.36344 -0.4126,0.81573 -0.90607,1.00509 -0.59159,0.22702 -0.77263,0.10039 -0.53148,-0.37174 0.20114,-0.39381 -0.32899,0.0411 -1.17809,0.96634 -1.41655,1.54369 -1.46036,1.72907 -0.53158,2.24884 0.69794,0.39059 1.37863,0.33765 2.19229,-0.17049 0.91428,-0.57098 0.82732,-0.31775 -0.38611,1.12433 -0.86139,1.02371 -1.41502,2.10586 -1.23027,2.40479 0.18474,0.29892 -0.009,0.47201 -0.42973,0.38464 -0.42109,-0.0874 -0.69414,0.18568 -0.60677,0.60677 0.0874,0.4211 -0.0806,0.61761 -0.37338,0.43669 -0.29272,-0.18091 -1.14468,0.18133 -1.89323,0.80498 -0.74855,0.62366 -1.08783,1.14258 -0.75397,1.15316 0.33387,0.0106 0.91922,-0.29296 1.30079,-0.67452 0.49971,-0.49971 0.69374,-0.50925 0.69374,-0.0341 0,0.3628 -0.22763,0.80032 -0.50585,0.97227 -0.63536,0.39267 -0.66649,3.14617 -0.0399,3.53339 0.25625,0.15837 0.62932,0.0235 0.82904,-0.29961 0.19972,-0.32315 0.76793,-0.58755 1.26269,-0.58755 0.80134,0 0.79616,0.1578 -0.0475,1.44531 -0.52085,0.79492 -0.87596,1.46788 -0.78914,1.49547 0.0868,0.0276 1.02834,0.13929 2.09227,0.24822 2.66433,0.27279 2.81093,0.60613 1.04381,2.37326 -1.56434,1.56434 -2.02186,3.10961 -0.92067,3.10961 0.33674,0 0.42662,-0.30035 0.19974,-0.66745 -0.26857,-0.43456 -0.15707,-0.50958 0.31958,-0.21499 0.42488,0.26258 0.93437,0.12514 1.21414,-0.32753 0.26513,-0.42899 0.62886,-0.63317 0.80829,-0.45375 0.17943,0.17944 -0.34114,1.04636 -1.15683,1.92651 -1.57814,1.70283 -1.54196,2.83335 0.0401,1.25135 0.51481,-0.51482 1.09786,-0.93603 1.29569,-0.93603 0.19782,0 -1.7069,1.93297 -4.2327,4.29549 -3.97859,3.72137 -4.85293,5.27017 -1.99082,3.5265 0.77083,-0.46961 0.77083,-0.40357 0,0.59438 -0.47695,0.61749 -1.09008,1.2853 -1.3625,1.48403 -0.27243,0.19873 -0.18472,0.55328 0.1949,0.7879 0.37962,0.23462 0.97974,0.13706 1.3336,-0.21679 0.78117,-0.78117 1.76906,-0.85769 1.30127,-0.10079 -0.18443,0.29843 0.12541,0.80875 0.68854,1.13406 0.89513,0.5171 0.37635,1.21528 -4.12564,5.55242 -3.83901,3.69844 -4.98266,5.12782 -4.49385,5.61662 0.4888,0.48881 0.0706,1.21227 -1.64345,2.84277 -2.12573,2.02216 -3.03159,3.33247 -1.76094,2.54717 0.296,-0.18294 0.70159,-0.0682 0.90131,0.25494 0.32155,0.52028 -0.88419,0.87116 -2.20512,0.64169 -0.26211,-0.0456 -0.30917,0.18806 -0.10458,0.5191 0.20459,0.33103 0.61416,0.4522 0.91016,0.26926 0.29599,-0.18294 0.53818,-0.0268 0.53818,0.34703 0,0.41348 -0.56686,0.57128 -1.44746,0.40294 -1.15611,-0.221 -1.67976,0.0992 -2.60156,1.59069 -1.29969,2.10295 -1.40947,2.59809 -0.57599,2.59809 0.31797,0 0.51309,-0.29267 0.4336,-0.65039 -0.0795,-0.35771 0.18084,-0.76968 0.57852,-0.91549 1.15144,-0.42218 0.16964,1.51155 -1.11709,2.20019 -0.79158,0.42364 -1.35318,0.41296 -1.89417,-0.036 -0.56849,-0.47181 -0.97337,-0.43615 -1.55288,0.13676 -0.43115,0.42623 -1.27598,0.96147 -1.8774,1.18944 -0.91663,0.34744 -0.97851,0.27593 -0.38258,-0.44213 0.59252,-0.71393 0.44554,-0.9232 -0.88251,-1.25652 -1.35031,-0.33891 -1.89438,-0.0716 -3.56567,1.75214 -1.15274,1.25786 -1.8358,2.50759 -1.64389,3.0077 0.18484,0.48169 0.0786,0.70126 -0.24317,0.50241 -0.31433,-0.19426 -0.57151,0.037 -0.57151,0.51399 0,0.47695 -0.30035,1.05281 -0.66745,1.27969 -0.44164,0.27295 -0.50921,0.15648 -0.19973,-0.34427 0.32119,-0.51971 0.24284,-0.6178 -0.25011,-0.31314 -0.39479,0.244 -0.59414,0.91655 -0.44299,1.49455 0.16403,0.62724 -0.28182,1.57386 -1.10588,2.34803 -1.58962,1.49337 -1.88116,2.77494 -0.36899,1.62202 0.55644,-0.42425 0.23498,0.12925 -0.71437,1.22999 -4.12051,4.77764 -5.69143,6.22773 -6.4368,5.94171 -0.43528,-0.16703 -0.61289,-0.60163 -0.39469,-0.96577 0.21819,-0.36414 -0.0406,-0.3074 -0.57508,0.12609 -0.53449,0.43348 -0.84034,1.00086 -0.67967,1.26083 0.16067,0.25997 0.0235,0.6387 -0.30486,0.84163 -0.32834,0.20292 -0.44469,0.61538 -0.25854,0.91656 0.18614,0.30119 0.58486,0.39531 0.88604,0.20917 0.30119,-0.18614 0.40904,-0.56265 0.23969,-0.83667 -0.16936,-0.27403 -0.0615,-0.65053 0.23968,-0.83667 1.38304,-0.85476 1.00545,0.87465 -0.54523,2.49729 -1.76776,1.84979 -2.70644,2.3777 -1.9301,1.08547 0.29501,-0.49103 0.12065,-0.46834 -0.544,0.0708 -1.05897,0.85899 -1.34107,1.52252 -0.40004,0.94093 1.02037,-0.63062 0.61784,0.46133 -0.6789,1.84165 -1.0099,1.07499 -1.07737,1.33804 -0.34318,1.33804 0.65876,0 0.82292,0.36307 0.58813,1.30078 l -0.32569,1.30078 1.38158,-1.15625 c 0.98192,-0.82178 1.1599,-0.86957 0.61525,-0.16521 -0.69356,0.89695 -0.58857,0.96855 1.10586,0.7541 1.327,-0.16794 1.69248,-0.0572 1.25506,0.38019 -0.33942,0.33942 -0.47828,0.97898 -0.30857,1.42123 0.16971,0.44226 -0.0457,1.23646 -0.47877,1.7649 -0.67674,0.82584 -0.56403,0.81546 0.80251,-0.0739 1.8908,-1.23051 1.95283,-1.00498 0.45637,1.65934 l -1.13347,2.01805 1.45558,-0.55341 c 0.80056,-0.30437 1.32779,-0.34665 1.17161,-0.094 -0.15617,0.2527 -0.0568,0.82692 0.22073,1.27605 0.42547,0.68841 0.6764,0.66119 1.59861,-0.1734 0.60166,-0.54449 1.28962,-0.7943 1.52879,-0.55513 0.23917,0.23917 0.34814,0.0771 0.24214,-0.36007 -0.10598,-0.43721 0.13267,-0.91422 0.53035,-1.06003 0.48941,-0.17944 0.59784,0.0774 0.33556,0.79492 -0.37382,1.02266 -0.34455,1.02237 0.83036,-0.008 1.15534,-1.01351 2.8131,-0.85897 2.1579,0.20116 -0.55709,0.90139 0.72016,1.16282 1.44052,0.29485 0.47446,-0.5717 1.0147,-0.68257 1.65535,-0.33971 0.52305,0.27994 1.21116,0.59966 1.52913,0.71051 0.31797,0.11085 0.50768,0.41288 0.42158,0.67118 -0.0861,0.25829 1.01957,-0.33956 2.45703,-1.32856 1.80707,-1.24329 2.61358,-1.54386 2.61358,-0.97402 0,0.4533 -0.39023,1.14804 -0.86719,1.54388 -0.47695,0.39584 -0.86719,0.98832 -0.86719,1.31664 0,0.32832 0.47576,0.16638 1.05725,-0.35985 1.34967,-1.22144 1.89788,-1.21943 1.42793,0.005 -0.24822,0.64686 -0.14758,0.82509 0.3072,0.54401 0.38407,-0.23737 0.6802,-0.091 0.68523,0.33876 0.006,0.47974 0.16434,0.53805 0.43359,0.1593 0.37349,-0.52536 0.90831,-0.60739 2.2299,-0.34198 0.19792,0.0398 0.003,0.51244 -0.43359,1.05043 -0.43639,0.53799 -0.50302,0.80428 -0.14805,0.59176 0.35497,-0.21253 1.10516,0.12163 1.66711,0.74258 0.56194,0.62094 1.31214,0.9551 1.66711,0.74257 0.35496,-0.21252 0.28834,0.0538 -0.14805,0.59176 -0.91888,1.1328 -0.086,1.33478 1.6572,0.40187 0.89117,-0.47694 1.22457,-0.28011 1.93385,1.14167 0.81552,1.63474 0.77552,1.82052 -0.82576,3.83547 -2.17544,2.73743 -2.14549,3.19628 0.0701,1.07363 l 1.75285,-1.67934 -0.94923,1.90278 c -0.52208,1.04653 -1.31086,2.04155 -1.75286,2.21116 -0.44199,0.16961 -0.80362,0.51768 -0.80362,0.7735 0,0.53483 1.13212,0.44166 2.11722,-0.17424 0.84272,-0.52689 0.6838,0.56379 -0.36077,2.47604 -0.72784,1.33243 -0.71334,1.38248 0.18557,0.64089 0.85962,-0.70918 0.92802,-0.68182 0.57772,0.23106 -0.34073,0.88793 -0.17353,0.97931 1.17332,0.64128 1.47242,-0.36956 1.52841,-0.31524 0.89499,0.86831 -0.60042,1.1219 -0.5555,1.21503 0.40329,0.83604 1.97619,-0.78115 3.08019,-0.84136 2.94606,-0.16067 -0.073,0.37039 0.46783,0.76475 1.20181,0.87634 0.91771,0.13952 1.17145,0.41466 0.81241,0.88091 -0.92463,1.2007 -1.33161,2.80176 -0.59675,2.34759 0.43233,-0.26719 0.55199,-0.10705 0.33756,0.45175 -0.19472,0.50743 -0.007,0.86567 0.45444,0.86567 0.43266,0 0.65266,-0.2168 0.48889,-0.48178 -0.16376,-0.26497 -0.0501,-0.48176 0.25264,-0.48176 0.68074,0 1.36443,1.66323 0.95561,2.32472 -0.1652,0.2673 0.004,0.67426 0.37651,0.90434 0.46291,0.2861 0.52219,0.16166 0.18752,-0.39364 -0.41121,-0.68231 -0.33863,-0.68982 0.45443,-0.0471 0.51909,0.42071 0.80135,1.13614 0.62725,1.58984 -0.1741,0.45371 0.0117,0.82492 0.41303,0.82492 0.48175,0 0.37413,0.39276 -0.31681,1.15625 -1.01846,1.12538 -1.00927,1.15804 0.34399,1.22331 0.97996,0.0473 1.09173,0.14511 0.37866,0.33146 -0.55644,0.14541 -1.01172,0.62262 -1.01172,1.06045 0,0.43785 -0.45527,1.06125 -1.01171,1.38535 -0.67151,0.39112 -0.74791,0.59518 -0.22721,0.60685 0.48325,0.0108 0.6465,0.37723 0.42512,0.95414 -0.34289,0.89355 1.18329,2.7239 2.74616,3.29348 0.50093,0.18256 0.50477,0.524 0.0153,1.35782 -0.55756,0.94973 -0.47341,1.12754 0.57084,1.2062 0.85135,0.0641 0.99189,-0.0517 0.46095,-0.37982 -0.60867,-0.37618 -0.57783,-0.54346 0.15181,-0.82345 0.67945,-0.26073 0.91567,0.008 0.91567,1.0426 0,1.11006 0.25018,1.34579 1.22838,1.15741 1.20829,-0.2327 1.21065,-0.21648 0.14453,0.99114 -1.06897,1.21085 -1.06614,1.22328 0.20582,0.90491 1.14561,-0.28673 1.26848,-0.12918 1.09992,1.41045 -0.10435,0.95329 -0.42455,1.90321 -0.71154,2.11094 -0.78051,0.56496 -0.95464,1.98011 -0.18512,1.50452 0.44383,-0.2743 0.53367,-0.0241 0.27922,0.77759 -0.27838,0.8771 -0.0685,1.27936 0.81365,1.55934 0.65384,0.20751 1.02651,0.6399 0.82815,0.96085 -0.20011,0.32379 0.11783,0.53298 0.71426,0.46993 1.79302,-0.18952 1.93499,-0.0371 1.36398,1.46484 -0.4732,1.24462 -0.38812,1.44532 0.61277,1.44532 0.98314,0 1.06691,0.17821 0.54348,1.15625 -0.46942,0.8771 -0.43944,1.15838 0.12419,1.1651 0.45627,0.005 0.5199,0.17276 0.16487,0.43359 -0.67062,0.4927 -0.75634,2.17361 -0.14217,2.78778 0.23166,0.23166 0.16009,0.73582 -0.15904,1.12035 -0.40433,0.48719 -0.28155,0.94147 0.40506,1.4985 0.85209,0.6913 0.91621,0.68213 0.47427,-0.0678 -0.43714,-0.74184 -0.37272,-0.75507 0.44574,-0.0915 0.86317,0.6998 0.87095,0.90663 0.0796,2.11444 -0.61356,0.9364 -0.68556,1.45719 -0.23958,1.73282 0.46293,0.28611 0.46384,0.60344 0.003,1.15832 -0.40427,0.48713 -0.42894,0.89115 -0.068,1.11421 0.31144,0.19248 0.72967,0.0856 0.92938,-0.2376 0.19972,-0.32315 0.74401,-0.58755 1.20953,-0.58755 0.72045,0 0.70803,0.21117 -0.0834,1.4191 l -0.92982,1.4191 1.78369,-0.51156 c 0.98102,-0.28135 1.8162,-0.39963 1.85595,-0.26284 0.0398,0.13678 0.10783,0.5739 0.15129,0.97136 0.0465,0.42559 0.8486,0.70098 1.95117,0.66993 1.02968,-0.029 1.87215,0.18148 1.87215,0.46771 0,0.28624 0.30035,0.33481 0.66745,0.10793 0.40417,-0.24979 0.51089,-0.15918 0.27055,0.2297 -0.2183,0.35321 -0.84385,0.51956 -1.39011,0.36967 -0.54626,-0.1499 -0.21273,0.0965 0.74117,0.54746 0.95391,0.45099 1.90002,0.71794 2.10246,0.59321 0.20245,-0.12473 0.70711,0.18171 1.12147,0.68098 0.62008,0.74714 0.61523,1.12962 -0.0274,2.1616 -0.68591,1.10153 -0.67523,1.16666 0.088,0.5362 1.12495,-0.9293 1.74813,-0.29513 1.02951,1.04763 -0.38245,0.71461 -0.34777,1.17591 0.10966,1.45862 0.44897,0.27748 0.51666,0.14641 0.20581,-0.3985 -0.3725,-0.653 -0.31225,-0.67199 0.30771,-0.097 0.63776,0.59151 0.56821,0.94098 -0.40272,2.02344 -0.95055,1.05973 -1.05263,1.53709 -0.53704,2.51136 0.35012,0.66161 1.00671,1.07954 1.45909,0.92875 0.45238,-0.1508 -0.30581,1.06395 -1.68486,2.69942 -1.37917,1.63551 -2.72692,2.97363 -2.99511,2.97363 -0.2682,0 -0.48763,0.28799 -0.48763,0.63998 0,0.36066 0.44155,0.4835 1.01172,0.28145 0.64106,-0.22717 0.4822,0.0863 -0.4336,0.85551 -0.79492,0.66771 -1.14438,1.06101 -0.77657,0.87399 0.43962,-0.22353 0.56296,0.0645 0.35999,0.84066 -0.38001,1.45314 -1.683,1.13842 -1.41093,-0.34079 0.16783,-0.91246 0.0642,-0.95588 -0.72265,-0.30283 -1.06178,0.8812 -1.21995,1.844 -0.26819,1.6325 1.63195,-0.36266 0.90621,1.4222 -1.57147,3.86483 l -2.71447,2.67607 1.25599,1.33694 c 1.19025,1.26696 1.19555,3.65945 0.006,2.92456 -0.28464,-0.17592 -0.51754,0.10108 -0.51754,0.61557 0,0.51448 0.26016,0.77464 0.57812,0.57812 0.31797,-0.19651 0.57813,-0.0971 0.57813,0.22083 0,0.31797 -0.22909,0.71971 -0.5091,0.89276 -0.28,0.17305 -0.63199,0.95756 -0.78221,1.74336 -0.24095,1.26043 -0.14178,1.35843 0.84192,0.83197 0.99475,-0.53238 1.04795,-0.4714 0.49315,0.56525 -0.86735,1.62066 -0.77533,2.08507 0.2453,1.23802 1.38544,-1.14982 1.11345,0.75419 -0.28906,2.02344 -1.36056,1.23129 -1.55299,2.71751 -0.28906,2.2325 0.47735,-0.18318 0.86718,-0.0173 0.86718,0.36906 0,0.38601 0.37906,0.55637 0.84236,0.37859 0.68005,-0.26096 0.73734,-0.047 0.29732,1.11032 -0.50471,1.32748 -0.45642,1.38613 0.65247,0.79267 0.65863,-0.35249 1.37034,-0.45411 1.58159,-0.22584 0.21124,0.22828 0.0589,0.5312 -0.33858,0.67315 -0.39746,0.14195 -0.72266,0.62665 -0.72266,1.0771 0,0.45046 0.3252,0.75397 0.72266,0.67448 0.39746,-0.0795 0.68895,0.29621 0.64774,0.8349 -0.0702,0.91771 0.0182,0.9184 1.40314,0.011 1.44348,-0.9458 1.47016,-0.93829 1.14075,0.32135 -0.39288,1.50239 0.0489,1.62325 1.61194,0.441 1.54897,-1.17158 2.13228,-1.09025 1.71055,0.23851 -0.25284,0.79661 0.053,1.3926 1.04985,2.04575 1.28975,0.84507 1.60437,0.84253 3.78656,-0.0306 1.30897,-0.52374 2.37994,-1.22753 2.37994,-1.56397 0,-0.33643 0.16532,-0.44639 0.36738,-0.24433 0.20205,0.20206 -0.0851,1.05791 -0.6381,1.90191 -0.64785,0.98874 -0.72711,1.36078 -0.22284,1.04602 0.43044,-0.26869 1.12233,-0.53998 1.53754,-0.60289 0.61641,-0.0934 0.61849,0.05 0.0113,0.78159 -0.65349,0.7874 -0.52272,0.84744 1.0793,0.49558 1.59784,-0.35094 1.7875,-0.26505 1.53627,0.69565 -0.18907,0.72304 0.0142,1.09602 0.59737,1.09602 0.4862,0 0.76822,-0.18733 0.62672,-0.41627 -0.14149,-0.22894 0.13011,-0.73775 0.60356,-1.13069 0.47345,-0.39292 0.86082,-0.54649 0.86082,-0.34123 0,0.20524 0.70537,-0.0881 1.56749,-0.65187 0.86211,-0.56378 1.36707,-0.69985 1.12213,-0.30239 -0.24495,0.39746 -0.23489,0.71867 0.0224,0.7138 0.72112,-0.0136 2.27935,-1.12577 1.62397,-1.15903 -0.31797,-0.0161 0.0723,-0.40114 0.86719,-0.85555 0.79492,-0.45442 1.12011,-0.83544 0.72265,-0.8467 -1.14166,-0.0324 -0.84396,-1.44275 0.57813,-2.73891 1.87395,-1.70801 6.65763,-4.59548 5.71046,-3.44689 -0.69514,0.84298 -0.64565,0.96218 0.39947,0.96218 0.65611,0 1.33589,-0.23133 1.51064,-0.51408 0.17475,-0.28274 1.00199,-0.68582 1.83833,-0.89573 2.00754,-0.50386 3.38303,-1.83352 2.3875,-2.30795 -0.39463,-0.18807 -0.13215,-0.23333 0.58328,-0.10058 0.71543,0.13274 1.30079,0.006 1.30079,-0.28266 0,-0.2882 0.30047,-0.524 0.66772,-0.524 0.42827,0 0.35614,0.36283 -0.20113,1.01172 -0.47786,0.55645 -1.08844,1.40196 -1.35682,1.87891 -0.42976,0.76372 -0.35403,0.76699 0.63472,0.0275 0.61748,-0.46186 1.6806,-1.32694 2.36248,-1.92238 0.81023,-0.70752 1.37245,-0.86799 1.62265,-0.46315 0.26149,0.42308 0.92771,0.33774 2.10141,-0.26921 1.66773,-0.86242 3.16909,-0.68402 2.55846,0.304 -0.38679,0.62584 1.25949,0.39705 1.85549,-0.25785 0.24768,-0.27217 0.12513,-0.3077 -0.27233,-0.079 -0.39746,0.22872 -0.72265,0.27959 -0.72265,0.11302 0,-0.16656 0.5517,-0.5981 1.22601,-0.95898 0.67431,-0.36088 1.06937,-0.40268 0.87791,-0.0929 -0.68572,1.10952 4.53718,0.41051 6.63619,-0.88815 1.15042,-0.71177 2.27776,-1.29412 2.50521,-1.29412 0.68774,0 -0.0169,1.43981 -0.74272,1.51758 -0.37096,0.0398 -0.94999,0.10478 -1.28673,0.14453 -0.33673,0.0398 -0.46133,0.31643 -0.27689,0.61486 0.18443,0.29842 -0.12541,0.83838 -0.68855,1.19989 -0.96579,0.62003 -0.96379,0.63844 0.0352,0.3246 0.58245,-0.18299 1.25808,-0.33271 1.50139,-0.33271 0.88285,0 2.7446,-2.04169 2.50407,-2.7461 -0.13571,-0.39746 0.0871,-0.72265 0.49518,-0.72265 0.55372,0 0.57537,-0.16656 0.0853,-0.65658 -0.83056,-0.83056 0.65502,-2.51763 1.66648,-1.89252 0.41786,0.25825 0.51592,0.1629 0.25937,-0.2522 -0.22691,-0.36716 -0.0937,-0.66751 0.29607,-0.66751 0.38973,0 0.57123,-0.13736 0.40335,-0.30524 -0.16787,-0.16788 -1.05674,-0.0357 -1.97525,0.29372 l -1.67003,0.59895 1.60355,-1.43402 c 0.88196,-0.78872 1.53235,-1.55855 1.44532,-1.71073 -0.087,-0.15219 0.84964,-1.62673 2.08149,-3.27675 2.22687,-2.98279 2.23102,-2.99837 0.72266,-2.71003 -0.95842,0.18322 -1.51708,0.0335 -1.51708,-0.40657 0,-0.85455 6.06795,-7.13061 8.29421,-8.57866 l 1.61854,-1.05277 -0.68171,1.27378 c -0.55432,1.03575 -0.23811,0.9173 1.69206,-0.63383 1.30558,-1.04919 2.37377,-2.12423 2.37377,-2.38898 0,-0.26475 0.29008,-0.48137 0.64462,-0.48137 0.40004,0 0.29861,0.52807 -0.26732,1.3918 -0.80928,1.23511 -0.81339,1.42962 -0.0365,1.72775 0.48151,0.18478 0.73368,0.10653 0.56038,-0.17388 -0.35086,-0.5677 2.51447,-1.45707 3.03081,-0.94073 0.17976,0.17975 0.019,0.63468 -0.35728,1.01095 -1.16904,1.16904 -0.76572,1.49295 1.48386,1.19173 2.14841,-0.28767 2.15839,-0.27967 1.10631,0.88691 -0.8665,0.96079 -0.89816,1.1532 -0.17227,1.04666 0.48917,-0.0718 1.43338,-0.62284 2.09826,-1.22454 1.1875,-1.07467 1.20125,-1.07418 0.77821,0.0283 -0.42133,1.09796 -0.39575,1.09939 1.18153,0.0659 0.8867,-0.58099 1.78256,-0.88597 1.9908,-0.67773 0.20824,0.20824 -0.08,0.63525 -0.64044,0.94891 -1.26145,0.70595 -0.74892,1.74101 0.61361,1.2392 0.54626,-0.20118 1.81838,-0.98565 2.82692,-1.74327 1.6701,-1.25458 1.80766,-1.27789 1.54182,-0.26132 -0.24056,0.91992 -0.0245,1.08681 1.22906,0.94921 0.83651,-0.0918 1.94868,-0.5137 2.47149,-0.93749 0.8104,-0.65692 0.8786,-0.64267 0.46258,0.0967 -0.26838,0.47695 -0.87896,1.32246 -1.35683,1.8789 -0.788,0.91757 -0.7574,1.01172 0.32882,1.01172 0.65873,0 1.2985,-0.30246 1.42173,-0.67214 0.12322,-0.36968 0.66646,-0.73708 1.20718,-0.81644 0.58062,-0.0852 0.82482,0.11185 0.59648,0.48133 -0.25104,0.40618 -0.0235,0.48627 0.64864,0.22834 0.56942,-0.21851 1.4425,-0.0676 1.9402,0.33534 0.75445,0.61084 0.83125,0.58847 0.46197,-0.13455 -0.27361,-0.53571 -0.13155,-0.48816 0.37164,0.12441 0.64045,0.77966 0.96736,0.84144 1.52948,0.28906 0.56266,-0.55291 0.67535,-0.51784 0.5291,0.16465 -0.10796,0.50381 0.158,0.79296 0.63469,0.69004 0.66871,-0.14438 0.68625,-0.0154 0.0948,0.69733 -0.97205,1.17125 -0.24685,2.38791 0.87057,1.46054 0.64394,-0.53442 0.81572,-0.48374 0.81572,0.24065 0,1.04828 2.05548,2.34165 2.89595,1.82221 0.32586,-0.20139 0.40056,0.0685 0.17887,0.64623 -0.23812,0.62053 -0.15352,0.85166 0.2259,0.61716 0.33362,-0.20619 0.74381,-0.89962 0.91151,-1.54095 0.16772,-0.64133 0.0968,-1.03742 -0.1576,-0.88019 -0.79175,0.48933 -1.26126,-2.65018 -0.52839,-3.53323 1.06445,-1.28259 0.1414,-1.63933 -1.48476,-0.57384 -1.44542,0.94708 -2.0188,0.56262 -0.8717,-0.58448 0.32541,-0.32541 0.70071,-1.15791 0.83399,-1.85 0.18174,-0.94369 -0.0385,-1.25834 -0.88072,-1.25834 -1.17331,0 -1.54797,-1.40352 -0.54082,-2.02599 0.32023,-0.19791 1.01083,-1.18885 1.53465,-2.20208 0.89054,-1.72257 0.88937,-1.78995 -0.0181,-1.03721 -1.41991,1.17784 -1.65379,0.52195 -0.66108,-1.85395 1.10494,-2.64449 1.10705,-3.49986 0.008,-3.07796 -1.03075,0.39554 -1.07842,0.10962 -0.24222,-1.45284 0.92327,-1.72514 0.24804,-1.93555 -1.71825,-0.53544 l -1.73797,1.23755 0.29052,-1.31901 c 0.15979,-0.72546 0.37144,-1.91008 0.47034,-2.63249 0.0989,-0.72242 0.64551,-1.82809 1.21471,-2.45704 0.56923,-0.62896 0.82421,-1.14355 0.56666,-1.14355 -0.25755,0 0.0273,-0.55817 0.63306,-1.24037 1.09335,-1.2314 1.09218,-1.23558 -0.16146,-0.57813 -1.96958,1.03293 -2.64143,0.85978 -1.91691,-0.494 0.34034,-0.63594 0.41453,-1.19587 0.16487,-1.2443 -0.24966,-0.0485 -0.71409,-0.13862 -1.03206,-0.20042 -1.89453,-0.36818 -2.61213,-1.02563 -1.9674,-1.80248 0.69683,-0.83964 -0.009,-1.1109 -0.95213,-0.36608 -0.30207,0.23848 -0.3541,0.18644 -0.11562,-0.11563 0.63947,-0.81 0.5273,-2.17849 -0.14454,-1.76328 -0.31796,0.19652 -0.57812,-0.003 -0.57812,-0.44323 0,-1.02153 2.41609,-3.3118 3.50601,-3.32343 0.65681,-0.007 0.67348,-0.1081 0.0799,-0.48463 -0.59907,-0.38001 -0.56997,-0.6252 0.14453,-1.21819 2.04382,-1.69621 0.68817,-1.67414 -1.85154,0.0302 l -2.7461,1.84279 3.71352,-3.81062 c 2.04245,-2.09584 3.91307,-3.6873 4.15695,-3.53657 0.60958,0.37674 2.58176,-1.82947 3.65254,-4.08596 0.48694,-1.02615 1.28038,-2.19357 1.7632,-2.59428 0.96878,-0.80401 1.22002,-2.02294 0.29973,-1.45417 -0.9591,0.59276 -0.64951,-0.9845 0.43359,-2.20901 0.98381,-1.11225 0.96829,-1.13325 -0.56272,-0.76103 -1.33319,0.32413 -1.51947,0.22666 -1.21569,-0.63608 0.29296,-0.83203 0.21592,-0.88635 -0.42009,-0.29622 -1.05422,0.97817 -3.37484,1.00615 -2.39759,0.0289 1.1597,-1.1597 0.7782,-1.63244 -0.75401,-0.93432 -0.79626,0.3628 -1.58989,0.5175 -1.76363,0.34377 -0.17372,-0.17373 0.47459,-1.77693 1.44071,-3.56266 0.96612,-1.78574 1.57995,-3.24679 1.36407,-3.24679 -0.21588,0 0.11249,-0.36936 0.72971,-0.82078 0.99328,-0.72649 1.24505,-0.68897 2.19144,0.32661 1.03569,1.11141 1.10792,1.11449 2.30254,0.0981 0.75298,-0.64062 0.96821,-0.70349 0.55264,-0.16144 -0.55549,0.72456 -0.48172,0.88784 0.40111,0.88784 0.59498,0 0.9306,-0.24461 0.74584,-0.54357 -0.18986,-0.3072 -0.022,-0.34956 0.38595,-0.0974 0.40587,0.25084 0.60063,1.08049 0.44488,1.89521 -0.20535,1.07423 0.005,1.52277 0.81275,1.73404 1.32064,0.34535 1.43385,1.62874 0.18592,2.10762 -0.49711,0.19076 -0.73178,0.62522 -0.52149,0.96547 0.21029,0.34025 -0.0984,1.16727 -0.68602,1.83783 -0.70822,0.80823 -0.77604,1.05476 -0.20116,0.73138 0.79799,-0.44888 -0.10876,0.83031 -2.16797,3.05846 -1.18437,1.28154 -0.81921,1.54407 0.49429,0.35537 0.66932,-0.60573 1.25467,-1.01223 1.30078,-0.90333 0.15125,0.35718 3.26352,-1.24015 3.26352,-1.67495 0,-0.23329 0.62543,-0.38665 1.38984,-0.34079 0.76441,0.0458 1.26937,0.27849 1.12213,0.51696 -0.43114,0.69832 0.64187,0.50208 2.60234,-0.47593 1.00275,-0.50024 1.82319,-1.15063 1.82319,-1.44531 0,-0.29469 0.42209,-0.53579 0.93798,-0.53579 0.77482,0 0.81077,0.15328 0.20668,0.88116 -0.40222,0.48464 -0.59938,1.01307 -0.43816,1.17429 0.16122,0.16123 0.7246,-0.36537 1.25196,-1.17022 0.52736,-0.80485 1.45778,-1.46335 2.06763,-1.46335 0.60984,0 1.29443,-0.30036 1.52131,-0.66745 0.27295,-0.44165 0.15648,-0.50922 -0.34427,-0.19974 -0.49013,0.30292 -0.61693,0.24144 -0.35987,-0.17449 0.21829,-0.35321 0.75869,-0.50337 1.20087,-0.33369 0.44219,0.16969 1.34441,-0.23191 2.00492,-0.89243 1.32856,-1.32856 2.29309,-1.6497 1.27676,-0.4251 -0.83703,1.00856 -0.12584,1.71975 0.88272,0.88272 0.57286,-0.47544 0.77585,-0.46925 0.77585,0.0236 0,0.36715 -0.56479,0.87648 -1.25509,1.13183 -0.6903,0.25536 -0.99927,0.6224 -0.68659,0.81565 0.53757,0.33224 1.38577,-0.27631 5.84402,-4.1929 1.74768,-1.53533 2.67539,-3.46603 1.23885,-2.5782 -0.86046,0.5318 -0.075,-2.0381 0.9975,-3.26349 0.43935,-0.50199 0.79881,-1.21742 0.79881,-1.58984 0,-0.37243 0.39023,-0.67714 0.86719,-0.67714 0.47695,0 0.86718,-0.40559 0.86718,-0.90131 0,-0.54093 0.27044,-0.73416 0.67638,-0.48328 0.44406,0.27445 0.55886,0.1118 0.33423,-0.47356 -0.18816,-0.49036 -0.0796,-1.15407 0.2412,-1.4749 0.39234,-0.39234 0.36836,-0.71617 -0.0733,-0.9891 -0.48969,-0.30265 -0.48984,-0.60667 -5.7e-4,-1.19618 0.97935,-1.18005 0.10873,-2.23347 -1.08489,-1.31267 -0.67663,0.52197 -0.63496,0.35951 0.14107,-0.55005 0.60573,-0.70995 0.89907,-1.29082 0.65187,-1.29082 -0.2472,0 -0.14257,-0.36977 0.2325,-0.82171 0.56296,-0.67832 0.45866,-0.76331 -0.59774,-0.48705 -0.95921,0.25083 -1.16202,0.14425 -0.80982,-0.42562 0.35048,-0.5671 0.15312,-0.67743 -0.77679,-0.43425 -1.56076,0.40815 -1.55826,0.3903 0.2306,-1.64379 3.26565,-3.71332 2.86051,-5.217 -0.56939,-2.11336 -1.24873,1.12994 -1.43375,1.20554 -0.63959,0.26133 1.38597,-1.64786 1.79618,-3.42295 0.5525,-2.39078 -1.56478,1.29866 -0.81195,-0.40618 0.99592,-2.25531 1.7514,-1.79136 1.96814,-3.29191 0.27218,-1.8844 -0.56978,0.47288 -0.94783,0.49741 -1.20686,0.0783 -0.20744,-0.33565 0.0296,-0.76635 0.52666,-0.95711 1.57849,-0.60572 0.97341,-1.52082 -0.83055,-1.25606 -2.0468,0.30041 -2.16287,-0.28062 -0.57596,-2.88338 1.33811,-2.19471 1.43623,-2.67216 0.43143,-2.0993 -0.39746,0.2266 -0.20234,-0.11501 0.4336,-0.75914 0.63593,-0.64412 1.39235,-1.03365 1.68091,-0.8656 0.28856,0.16804 0.37573,-0.26396 0.19371,-0.96002 -0.24124,-0.9225 0.0475,-1.51351 1.06518,-2.18033 0.76787,-0.50313 1.39613,-1.21251 1.39613,-1.57641 0,-0.3639 0.52032,-0.98657 1.15625,-1.38372 0.63594,-0.39715 1.15625,-0.96001 1.15625,-1.25081 0,-0.60438 -6.48996,-0.36465 -7.6302,0.28185 -0.41394,0.23469 -0.17814,-0.13186 0.524,-0.81456 1.32923,-1.29244 2.23224,-1.66345 1.61402,-0.66315 -0.19652,0.31797 -0.0818,0.57813 0.25494,0.57813 0.81451,0 0.77619,-0.76106 -0.0815,-1.61875 -0.38156,-0.38157 -0.47978,-0.69375 -0.21827,-0.69375 0.26151,0 0.18603,-0.34876 -0.16773,-0.77502 -0.50055,-0.60312 -0.13159,-1.18617 1.66358,-2.6288 1.26874,-1.01959 2.3068,-1.58916 2.3068,-1.26573 0,0.32343 -0.78047,1.16508 -1.73438,1.87034 -1.66934,1.23419 -2.49346,2.74537 -1.01172,1.85516 0.44151,-0.26525 0.38915,0.003 -0.13457,0.68854 -0.83026,1.08739 -0.81974,1.09088 0.33459,0.11098 0.65549,-0.55645 1.38324,-1.01172 1.6172,-1.01172 0.23397,0 1.08271,-0.78117 1.88609,-1.73593 0.80338,-0.95476 1.67365,-1.60431 1.93394,-1.44344 0.77784,0.48073 2.31197,-0.35041 2.31197,-1.25254 0,-0.48732 -0.27998,-0.66642 -0.66745,-0.42695 -0.41353,0.25558 -0.51052,0.15859 -0.25494,-0.25494 0.22688,-0.3671 0.9093,-0.66745 1.51649,-0.66745 1.14922,0 1.0564,1.15741 -0.22491,2.80441 -0.33416,0.42954 -0.66312,1.15949 -0.73102,1.62211 -0.0948,0.64606 0.0588,0.68988 0.66238,0.18894 0.64632,-0.53639 0.74303,-0.22181 0.5447,1.77176 -0.13263,1.33317 -0.57219,2.83277 -0.97679,3.33246 -0.47177,0.58264 -0.49383,0.76354 -0.0615,0.50434 0.37078,-0.22229 1.31195,-0.16168 2.09148,0.13471 0.99437,0.37805 1.87742,0.30018 2.95898,-0.26094 1.1378,-0.5903 1.51849,-0.61679 1.45329,-0.10114 -0.20315,1.60689 0.0941,2.25024 0.89734,1.94201 0.46677,-0.17911 0.98812,-0.10004 1.15855,0.17572 0.65364,1.05762 3.1733,-0.28223 6.709,-3.56756 1.52006,-1.4124 1.91954,-1.49785 1.78276,-0.38134 -0.0474,0.38551 2.07171,0.19847 4.68512,-0.41356 1.31339,-0.30759 1.53452,-0.20833 1.24083,0.55703 -0.21835,0.56892 0.006,1.06974 0.56975,1.28709 0.84354,0.32368 0.92552,6.33685 0.90858,66.63378 l -0.0185,66.27799 -2.69297,1.84605 c -1.86087,1.27566 -2.96537,1.69358 -3.57472,1.3526 -0.57147,-0.31982 -1.70072,-0.0756 -3.20928,0.69399 -1.591,0.81165 -2.10201,0.91564 -1.61482,0.32858 0.95737,-1.15353 0.22963,-1.78716 -0.83262,-0.72494 -1.258,1.25799 -2.05808,1.03417 -1.3087,-0.36611 0.82389,-1.53943 0.4018,-1.95476 -1.14516,-1.12684 -0.66974,0.35844 -1.50998,0.47107 -1.86721,0.25029 -0.35721,-0.22077 -1.39246,-0.38028 -2.30055,-0.35446 -1.79538,0.051 -2.05016,-0.3785 -0.9284,-1.56524 1.20003,-1.26955 -1.31557,0.22817 -3.26961,1.94664 -1.98206,1.7431 -1.86378,1.71325 -2.29864,0.58004 -0.22278,-0.58056 -0.11106,-0.75307 0.31654,-0.4888 0.40707,0.25158 0.50242,0.15211 0.24832,-0.25904 -0.22708,-0.36711 -0.9697,-0.66747 -1.65046,-0.66747 -0.9148,0 -1.06853,-0.16922 -0.58918,-0.64857 0.35671,-0.35671 0.51474,-0.99732 0.35117,-1.42358 -0.24039,-0.62645 -0.57144,-0.59544 -1.72706,0.16175 -0.78632,0.51522 -2.12806,0.98471 -2.98165,1.0433 -0.85359,0.0586 -1.50139,0.3644 -1.43956,0.67954 0.0618,0.31514 -0.2705,0.57298 -0.7385,0.57298 -0.58011,0 -0.35147,-0.52131 0.7184,-1.63802 1.6384,-1.71012 2.29037,-2.10889 1.58686,-0.97057 -0.25558,0.41353 -0.15859,0.51052 0.25494,0.25494 0.95948,-0.59299 0.82198,-1.50052 -0.22734,-1.50052 -0.49214,0 -1.49755,0.6504 -2.23427,1.44532 -1.52207,1.64233 -2.36619,1.88421 -1.84614,0.52898 0.33797,-0.88073 -3.88321,2.12751 -4.58996,3.27106 -0.69019,1.11676 -1.89097,0.54449 -1.60493,-0.76489 0.27777,-1.27155 0.25736,-1.2683 -0.90846,0.14453 -0.65594,0.79493 -1.1984,1.75055 -1.20547,2.12361 -0.007,0.37307 -0.72828,1.53225 -1.6027,2.57585 -0.87441,1.0436 -1.19961,1.6647 -0.72266,1.3801 0.47696,-0.2846 -1.07913,1.4831 -3.45798,3.9281 -2.37885,2.445 -4.37963,4.4455 -4.44619,4.4455 -0.0666,0 0.2522,-0.7155 0.70833,-1.5899 0.45614,-0.8744 0.83095,-1.7619 0.83291,-1.9723 0.006,-0.5987 -1.51772,-0.225 -2.53968,0.6231 -0.50903,0.4225 -0.92551,0.5744 -0.92551,0.3375 0,-0.2368 -0.39023,-0.1068 -0.86719,0.2891 -0.47695,0.3958 -0.86719,0.9798 -0.86719,1.2978 0,0.3225 0.38345,0.2599 0.86719,-0.1416 0.47696,-0.3958 0.86719,-0.508 0.86719,-0.2493 0,0.2587 0.38196,-0.035 0.8488,-0.6519 0.46684,-0.6172 0.85707,-0.8124 0.86719,-0.4337 0.0101,0.3787 -0.21071,0.8301 -0.49071,1.0032 -0.28001,0.1731 -0.62578,0.925 -0.7684,1.6711 -0.20344,1.0642 0.10313,1.5169 1.42284,2.101 1.20502,0.5334 1.50496,0.9218 1.05746,1.3693 -0.34357,0.3436 -0.62468,1.0755 -0.62468,1.6264 0,0.5509 -0.507,1.1626 -1.12668,1.3592 -0.61967,0.1967 -1.29951,0.9022 -1.51076,1.5678 -0.21124,0.6655 -1.07057,1.888 -1.90961,2.7165 -3.46937,3.4258 -5.35931,6.8579 -3.35237,6.0877 0.4997,-0.1917 0.74228,0.1131 0.68702,0.8632 -0.0885,1.2007 -3.31686,4.6726 -4.34484,4.6726 -0.57572,0 -0.8341,-1.2303 -0.60049,-2.8595 0.0931,-0.6491 -0.0592,-0.6874 -0.6808,-0.1716 -1.08148,0.8976 -3.34897,0.6687 -3.34897,-0.3381 0,-0.641 -0.33001,-0.5944 -1.57712,0.2228 l -1.57713,1.0333 1.01233,-1.545 c 1.25012,-1.9079 0.23393,-2.0351 -1.49897,-0.1876 -0.70024,0.7466 -1.92356,1.6924 -2.71848,2.1019 l -1.44532,0.7445 1.43171,-1.5558 c 1.05253,-1.1439 1.16311,-1.4529 0.41754,-1.1667 -1.36455,0.5236 -2.24256,2.2301 -1.51947,2.9532 0.36756,0.3675 0.15626,0.9344 -0.60518,1.6235 -0.64345,0.5823 -1.16991,0.848 -1.16991,0.5905 0,-0.2576 -0.58535,0.025 -1.30078,0.6289 -1.17152,0.9881 -1.1615,0.9396 0.10077,-0.4885 0.79104,-0.895 1.08903,-1.5858 0.68409,-1.5858 -1.01771,0 -4.73226,2.9282 -4.39888,3.4676 0.15239,0.2466 -0.17534,0.803 -0.72828,1.2365 -0.90978,0.7132 -0.92992,0.692 -0.21192,-0.2236 0.47269,-0.6027 0.54491,-1.0117 0.17866,-1.0117 -0.83647,0 -1.41018,1.0255 -0.97113,1.7359 0.23437,0.3793 0.79597,0.3465 1.62396,-0.095 1.14444,-0.6097 1.18968,-0.5822 0.47226,0.2875 -0.4364,0.5291 -0.65233,0.9619 -0.47985,0.9619 0.17248,0 -1.23173,1.5453 -3.12046,3.434 -1.88874,1.8888 -3.36382,3.6521 -3.27797,3.9186 0.26706,0.829 -3.25078,4.6692 -4.46891,4.8785 -0.94449,0.1622 -1.13482,-0.092 -1.03925,-1.3882 0.11092,-1.5043 0.0657,-1.5343 -0.87114,-0.5781 -0.54349,0.5547 -1.50668,1.6308 -2.14044,2.3913 l -1.15229,1.3827 1.27449,-0.7827 c 0.70097,-0.4305 1.46015,-0.597 1.68706,-0.3701 0.50259,0.5026 -0.91766,3.3015 -1.67527,3.3015 -0.29797,0 -1.48975,0.7495 -2.6484,1.6656 -1.15865,0.9161 -3.35238,2.2502 -4.87496,2.9647 -1.52258,0.7146 -2.63453,1.433 -2.47101,1.5965 0.16354,0.1635 0.74379,-0.065 1.28947,-0.5077 0.85967,-0.6976 0.92698,-0.6893 0.50416,0.062 -0.26839,0.4769 -0.87896,1.3224 -1.35683,1.8789 -0.55727,0.6489 -0.62939,1.0117 -0.20113,1.0117 0.36726,0 0.66773,-0.2298 0.66773,-0.5107 0,-0.2809 0.57062,-0.6599 1.26802,-0.8423 1.23278,-0.3224 1.22876,-0.2944 -0.14453,1.0068 -2.08817,1.9785 -3.63846,3.9209 -4.42921,5.5493 l -0.70183,1.4453 0.23945,-1.6357 c 0.20449,-1.3971 0.1134,-1.5312 -0.6241,-0.9191 -0.47495,0.3941 -0.72979,1.0652 -0.56631,1.4912 0.16525,0.4307 -0.0798,0.7746 -0.55182,0.7746 -0.46697,0 -0.84905,0.382 -0.84905,0.849 0,0.5172 0.33895,0.719 0.86719,0.5163 0.54068,-0.2075 0.86719,0 0.86719,0.5621 0,1.0014 -0.91329,1.7141 -2.51592,1.9636 -0.58884,0.092 -2.13156,1.0747 -3.42829,2.1846 -1.29671,1.11 -2.76611,2.0141 -3.26532,2.0093 -0.79711,-0.01 -0.80203,-0.077 -0.0405,-0.5693 0.47695,-0.3082 0.59402,-0.5644 0.26016,-0.5693 -0.33387,-0.01 -0.89655,0.2807 -1.25041,0.6346 -1.02927,1.0292 -2.10793,0.028 -1.21575,-1.1285 0.68762,-0.8913 0.65852,-0.8926 -0.40552,-0.017 -0.63046,0.5188 -1.79668,1.1392 -2.59161,1.3787 -0.79492,0.2394 -1.93285,0.7725 -2.52873,1.1847 -0.84387,0.5838 -1.32681,0.5985 -2.18424,0.067 -0.89397,-0.5545 -1.51422,-0.4573 -3.3007,0.5172 -1.88366,1.0275 -2.20239,1.0691 -2.21742,0.2891 -0.01,-0.501 0.27219,-1.291 0.62631,-1.7555 0.35411,-0.4646 -0.20166,-0.2517 -1.23506,0.4729 -1.0334,0.7247 -1.87891,1.4618 -1.87891,1.6381 0,0.1762 0.34688,0.033 0.77084,-0.3193 0.57969,-0.4811 0.77083,-0.4398 0.77083,0.1665 0,0.5 -0.4474,0.7201 -1.17748,0.5795 -0.6476,-0.1247 -1.7658,0.1588 -2.48486,0.6299 -2.04648,1.3409 -2.28933,1.0099 -0.5732,-0.7814 1.06987,-1.1167 1.29851,-1.638 0.7184,-1.638 -0.468,0 -0.80033,0.2645 -0.7385,0.5877 0.218,1.1398 -5.34584,3.1077 -6.24474,2.2088 z m 32.73559,-10.9384 c 0.71911,-0.917 0.69866,-0.9374 -0.21828,-0.2183 -0.55645,0.4364 -1.01172,0.8917 -1.01172,1.0117 0,0.4758 0.47475,0.1696 1.23,-0.7934 z m -203.57375,-18.6688 c 0.15898,-0.062 0.54922,-0.06 0.86719,0 0.31797,0.064 0.38526,-0.076 0.14955,-0.3119 -0.23572,-0.2357 -0.11013,-0.8428 0.27909,-1.349 0.53007,-0.6894 0.40822,-0.6661 -0.48552,0.093 -0.65626,0.5572 -1.33014,0.8761 -1.4975,0.7087 -0.16736,-0.1673 -0.61604,0.071 -0.99707,0.5305 -0.56446,0.6801 -0.4994,0.798 0.35121,0.6363 0.5742,-0.1091 1.17407,-0.2491 1.33305,-0.3111 z m 236.57618,-19.3162 c 0.18661,0.1866 0.49665,0.085 0.689,-0.2266 0.19233,-0.3112 0.0233,-0.4979 -0.37571,-0.4148 -1.65231,0.3439 -2.64342,1.0582 -3.89989,2.8107 -1.27748,1.7819 -1.24169,1.7696 0.96019,-0.3289 1.25792,-1.1988 2.43981,-2.027 2.62641,-1.8404 z m 4.96842,-0.6202 c -0.178,-0.178 -0.50127,0.1429 -0.71837,0.7131 -0.31374,0.8239 -0.24733,0.8903 0.32363,0.3236 0.39511,-0.3922 0.57274,-0.8587 0.39474,-1.0367 z m -315.76999,-36.3587 c -0.21697,-0.86447 -0.0755,-1.50855 0.37092,-1.68873 0.45832,-0.18498 0.3783,-0.30792 -0.21928,-0.33691 -0.5175,-0.0251 -1.29797,0.39453 -1.73437,0.93252 -0.53913,0.66465 -0.56182,0.83901 -0.0708,0.54401 0.65365,-0.3927 0.99035,0.25123 0.79112,1.51299 -0.0376,0.23847 0.2199,0.43359 0.57234,0.43359 0.38899,0 0.50297,-0.54916 0.29006,-1.39747 z m 282.64137,-30.40252 c 0.47548,-0.76934 -0.48256,-0.72634 -2.30362,0.10339 -1.02333,0.46625 -1.26755,0.81521 -0.78101,1.11591 0.73879,0.45659 2.47239,-0.22867 3.08463,-1.2193 z m -73.39067,-4.28555 c 0.61672,-0.45096 0.91937,-1.02186 0.67257,-1.26867 -0.24681,-0.24681 -1.01965,0.12216 -1.71741,0.81992 -1.41421,1.41421 -0.69686,1.7223 1.04484,0.44875 z M 51.950379,454.70212 c 1.7631,-1.85873 0.6368,-1.86506 -1.4738,-0.008 -1.0681,0.93974 -1.3259,1.42987 -0.7549,1.43532 0.477,0.005 1.4799,-0.63762 2.2287,-1.42705 z m 359.092591,-1.67346 c -0.37624,-0.37623 -0.79802,-0.34446 -1.23555,0.0931 -0.50033,0.50033 -0.35933,0.64133 0.57124,0.57124 0.81377,-0.0613 1.04055,-0.28808 0.66431,-0.66432 z M 55.502979,450.9543 c 0,-0.31797 -0.27551,-0.57813 -0.61224,-0.57813 -0.33676,0 -0.45146,0.26016 -0.25495,0.57813 0.19652,0.31797 0.47203,0.57812 0.61225,0.57812 0.14022,0 0.25494,-0.26015 0.25494,-0.57812 z M 193.40956,436.46271 c 0.62222,-1.00677 -0.0864,-1.21998 -0.87936,-0.26457 -0.45599,0.54944 -0.49986,0.88116 -0.1165,0.88116 0.33813,0 0.78627,-0.27747 0.99586,-0.61659 z m 16.42709,-9.5006 c 0,-0.31797 -0.50875,0.0723 -1.13055,0.86719 -0.62179,0.79492 -1.13054,1.70547 -1.13054,2.02344 0,0.31797 0.50875,-0.0723 1.13054,-0.86719 0.6218,-0.79492 1.13055,-1.70547 1.13055,-2.02344 z m -3.15398,0.86719 c 0.19651,-0.31797 0.0818,-0.57813 -0.25494,-0.57813 -0.33674,0 -0.61225,0.26016 -0.61225,0.57813 0,0.31797 0.11472,0.57812 0.25494,0.57812 0.14022,0 0.41573,-0.26015 0.61225,-0.57812 z m 15.51417,-10.16917 c 1.00627,-1.14149 2.34989,-2.3475 2.98583,-2.68003 1.04104,-0.54435 1.02664,-0.46346 -0.14453,0.8119 -1.5335,1.66992 -1.60541,2.01647 -0.41846,2.01647 0.48529,0 1.85111,-0.85636 3.03516,-1.90302 2.11007,-1.86522 2.12412,-1.90486 0.70751,-1.99554 -0.79492,-0.0509 -1.59585,-0.0766 -1.77985,-0.0571 -0.50533,0.0535 -0.24151,-2.12316 0.3191,-2.63283 0.26944,-0.24496 0.2779,-0.08 0.0188,0.36661 -0.31939,0.55051 -0.25311,0.67727 0.2058,0.39364 0.94501,-0.58404 0.24472,-1.49469 -1.14943,-1.49469 -0.89678,0 -1.07781,-0.26238 -0.79527,-1.15261 0.27224,-0.85773 0.14965,-1.06965 -0.47918,-0.82835 -0.48231,0.18508 -1.21706,-0.20692 -1.71182,-0.91329 -0.53965,-0.77047 -1.01156,-1.00332 -1.25035,-0.61695 -0.21095,0.34131 -0.043,0.62187 0.37323,0.62345 0.41623,0.002 0.0558,0.58693 -0.80082,1.30078 -0.85668,0.71385 -1.63715,1.81675 -1.73437,2.45088 -0.0972,0.63414 -1.34748,2.28289 -2.77834,3.66389 -1.43086,1.381 -2.23539,2.31738 -1.78784,2.08084 0.60553,-0.32003 0.73676,-0.13575 0.51292,0.72023 -0.188,0.71889 -0.0149,1.1503 0.46162,1.1503 0.41934,0 0.63524,-0.20581 0.47977,-0.45736 -0.15546,-0.25155 0.44133,-0.0797 1.32621,0.38185 2.21178,1.1537 2.33381,1.11965 4.40431,-1.22908 z m 297.54051,0.91917 c 0,-0.31797 -0.11472,-0.57813 -0.25494,-0.57813 -0.14021,0 -0.41573,0.26016 -0.61224,0.57813 -0.19652,0.31797 -0.0818,0.57812 0.25494,0.57812 0.33673,0 0.61224,-0.26015 0.61224,-0.57812 z m -458.736021,-8.67188 1.15009,-1.44531 -1.30078,1.10132 c -0.71543,0.60573 -1.30079,1.36452 -1.30079,1.6862 0,0.32169 0.0678,0.47648 0.1507,0.34399 0.0829,-0.13248 0.66823,-0.89127 1.30078,-1.6862 z M 317.62031,407.5636 c 0.82922,-0.98547 1.50767,-2.07731 1.50767,-2.42631 0,-0.77962 -2.57687,1.57275 -4.19041,3.82532 l -1.18673,1.65675 1.1809,-0.632 c 0.6495,-0.3476 1.85935,-1.43829 2.68857,-2.42376 z m -102.13724,1.62117 c 0.88498,-1.14373 1.33012,-2.7461 0.76286,-2.7461 -0.2847,0 -0.90699,0.78047 -1.38286,1.73438 -0.85985,1.7236 -0.44926,2.39361 0.62,1.01172 z m 100.60975,-3.56952 c 0.71543,-0.61188 1.30078,-1.44959 1.30078,-1.86161 0,-0.412 0.75235,-1.30533 1.67187,-1.98516 1.96097,-1.44981 4.3542,-4.5277 3.8852,-4.9967 -0.1793,-0.1793 -0.77246,0.0362 -1.31813,0.47904 -0.86016,0.69796 -0.92416,0.68969 -0.48112,-0.0621 0.44304,-0.75184 0.37903,-0.76011 -0.48112,-0.0621 -1.35957,1.10318 -1.87718,0.38528 -0.88006,-1.22059 1.17299,-1.88911 0.71377,-3.73988 -1.03697,-4.17929 -0.99849,-0.25061 -1.35814,-0.64555 -1.12979,-1.24065 0.1901,-0.4954 0.0878,-0.72023 -0.23649,-0.51979 -0.31433,0.19426 -0.57151,0.093 -0.57151,-0.22492 0,-0.31797 0.30793,-0.76844 0.68428,-1.00104 0.4704,-0.29072 0.33488,-0.55973 -0.43359,-0.86067 -1.09427,-0.42852 -1.09379,-0.43862 0.0225,-0.47839 1.06581,-0.038 1.05396,-0.10115 -0.18122,-0.9663 -1.2568,-0.88029 -1.27287,-0.97948 -0.3281,-2.02344 0.54641,-0.60378 0.78275,-1.09778 0.5252,-1.09778 -0.25755,0 -0.0208,-0.49448 0.52619,-1.09885 0.7473,-0.82576 0.81921,-1.20716 0.28933,-1.53464 -0.48,-0.29666 -0.55579,-0.19418 -0.23739,0.321 0.30948,0.50075 0.24191,0.61722 -0.19974,0.34426 -0.3671,-0.22688 -0.66745,-0.80274 -0.66745,-1.27969 0,-0.47695 0.26016,-0.7064 0.57812,-0.50989 0.31797,0.19652 0.57813,0.0664 0.57813,-0.28906 0,-0.3555 0.24218,-0.49669 0.53818,-0.31375 0.296,0.18294 0.68443,0.096 0.86319,-0.19327 0.17876,-0.28924 -0.34632,-0.69438 -1.16684,-0.90032 l -1.49186,-0.37444 1.41138,-1.8552 c 1.48948,-1.95787 2.53673,-6.06854 1.28042,-5.02589 -1.26583,1.05054 -1.4024,-0.16461 -0.20716,-1.84318 1.29325,-1.81619 1.10712,-3.36895 -0.40383,-3.36895 -0.6634,0 -0.83178,-0.30313 -0.56202,-1.01172 0.30883,-0.81119 0.24088,-0.86849 -0.34283,-0.28906 -0.96437,0.95728 -1.45687,0.9114 -1.87359,-0.17456 -0.23102,-0.60203 -0.10872,-0.76433 0.37174,-0.49331 0.54945,0.30993 0.54658,0.22145 -0.0123,-0.38034 -0.6109,-0.65779 -1.00703,-0.6196 -2.45703,0.23694 -0.95079,0.56165 -1.7287,0.87638 -1.7287,0.69942 0,-0.17696 0.0171,-0.47153 0.038,-0.65459 0.0394,-0.34549 -1.47696,-1.72439 -3.31331,-3.01292 -0.58333,-0.40931 -0.67037,-0.56272 -0.19342,-0.34091 0.50791,0.23622 0.66759,0.18526 0.38542,-0.12298 -0.45764,-0.49992 -0.6706,-0.57245 -2.18165,-0.74308 -0.35198,-0.0398 -0.48645,-0.47234 -0.29881,-0.96133 0.19311,-0.50322 -0.0264,-1.03011 -0.50568,-1.21405 -0.63941,-0.24536 -0.70285,-0.59405 -0.25897,-1.42342 0.46767,-0.87386 0.39192,-1.09847 -0.37044,-1.09847 -0.79305,0 -0.8322,-0.15196 -0.22702,-0.88116 0.94963,-1.14423 0.27942,-1.81444 -0.86481,-0.86481 -0.48463,0.40222 -0.88115,0.53751 -0.88115,0.30066 0,-0.23685 -0.45527,-0.0815 -1.01171,0.34531 -0.55645,0.42678 -0.38102,0.0684 0.38983,-0.7964 0.78384,-0.87935 1.08633,-1.57235 0.68632,-1.57235 -0.40991,0 -0.63803,-0.5553 -0.53437,-1.30078 0.12529,-0.90106 -0.0806,-1.24322 -0.67009,-1.11348 -0.6476,0.14254 -0.59952,-0.0905 0.20116,-0.97529 1.13199,-1.25083 0.76111,-2.66904 -0.56492,-2.16019 -1.09159,0.41888 -1.01869,-0.1975 0.18002,-1.52206 0.759,-0.83869 0.82096,-1.19622 0.26665,-1.5388 -0.56819,-0.35116 -0.5748,-0.80566 -0.031,-2.13267 0.38007,-0.92753 0.73823,-2.63953 0.79592,-3.80446 0.0992,-2.00235 0.0302,-2.08965 -1.26268,-1.5981 -1.22901,0.46727 -1.30738,0.40749 -0.77352,-0.59004 0.82236,-1.53659 0.7562,-1.72896 -0.51067,-1.48499 -0.6076,0.11701 -1.57949,-0.1344 -2.15975,-0.5587 -0.72462,-0.52985 -1.37705,-0.59913 -2.08322,-0.22119 -0.56551,0.30265 -0.99367,0.34401 -0.95147,0.0919 0.20177,-1.2055 -0.13835,-1.90367 -0.92739,-1.90367 -0.47696,0 -0.87117,0.3252 -0.87604,0.72266 -0.006,0.50876 -0.16228,0.48027 -0.52722,-0.0963 -0.30321,-0.47904 -0.30548,-1.37884 -0.005,-2.16797 0.52338,-1.37658 0.0555,-1.78174 -0.93269,-0.80767 -0.30207,0.29774 -1.8225,1.08506 -3.37873,1.74958 -2.39958,1.02464 -2.70702,1.05976 -2.02344,0.23117 0.73512,-0.89104 0.69157,-0.91604 -0.49471,-0.28393 -1.09617,0.58409 -1.30078,0.54738 -1.30078,-0.23337 0,-0.68511 -0.32402,-0.82365 -1.2437,-0.53175 -1.00129,0.31779 -1.17161,0.20685 -0.87382,-0.56919 0.24532,-0.63928 0.14674,-0.82602 -0.29267,-0.55444 -0.45302,0.27998 -0.55673,0.005 -0.32793,-0.8702 0.28191,-1.07802 0.20001,-1.16795 -0.51967,-0.57067 -0.68778,0.57081 -0.81979,0.54907 -0.67717,-0.11149 0.10292,-0.4767 -0.18623,-0.74265 -0.69004,-0.63469 -0.6954,0.14901 -0.72403,0.0402 -0.14453,-0.54922 0.98707,-1.00399 0.90964,-1.69551 -0.14453,-1.29099 -0.47696,0.18303 -0.86719,0.0781 -0.86719,-0.2331 0,-0.31123 -0.97559,-0.5393 -2.16797,-0.50683 -1.72807,0.0471 -2.51972,0.47191 -3.90155,2.09386 -0.95346,1.11915 -1.27865,1.67778 -0.72265,1.24139 0.556,-0.4364 1.01092,-0.5912 1.01092,-0.344 0,0.2472 0.58535,-0.0393 1.30078,-0.63653 0.71543,-0.59729 0.97559,-0.71565 0.57813,-0.26304 -0.39747,0.45262 -0.72266,1.25937 -0.72266,1.79278 0,0.53341 -0.39024,1.2937 -0.86719,1.68954 -1.32285,1.09787 -1.03516,1.79856 0.57274,1.395 1.04534,-0.26236 1.54266,-0.0937 1.81483,0.61559 0.2062,0.53734 0.53381,0.73008 0.72804,0.42831 0.19423,-0.30178 0.93875,-0.73144 1.6545,-0.95481 1.21388,-0.37882 1.26137,-0.30096 0.70648,1.15851 -0.32718,0.86055 -0.45752,1.70199 -0.28964,1.86987 0.16788,0.16788 0.30524,0.002 0.30524,-0.36924 -2.6e-4,-0.37096 0.36696,-0.67448 0.81578,-0.67448 1.43208,0 0.58856,2.01021 -0.97037,2.3125 -0.81989,0.15898 -2.29128,1.0065 -3.26975,1.88336 -0.97848,0.87687 -1.77904,1.41019 -1.77904,1.18516 0,-0.22503 -0.31219,-0.097 -0.69375,0.2846 -1.15678,1.15679 -1.62336,0.78116 -1.01553,-0.81754 0.6068,-1.59602 0.70272,-1.57875 -2.19306,-0.39483 -0.40561,0.16583 -0.72266,-0.12326 -0.72266,-0.65893 0,-0.58823 -0.38815,-0.88921 -1.01172,-0.78451 -0.55644,0.0934 -0.95684,-0.12483 -0.88977,-0.48503 0.0671,-0.3602 -0.64467,-0.80823 -1.58165,-0.99563 -1.561,-0.3122 -1.65589,-0.4662 -1.13367,-1.83976 0.80268,-2.1112 0.77413,-2.13718 -1.21669,-1.10769 -1.7543,0.9072 -1.77933,0.90092 -1.38337,-0.34661 0.2561,-0.8069 0.1877,-1.1373 -0.18744,-0.90545 -0.32487,0.20078 -0.69343,0.0568 -0.81903,-0.31996 -0.12558,-0.37676 -1.10859,0.54072 -2.18447,2.03885 -1.07586,1.49812 -2.2828,2.5985 -2.68206,2.44529 -0.39927,-0.15321 -0.87365,0.18681 -1.05418,0.75562 -0.18053,0.5688 -0.96052,1.37257 -1.7333,1.78615 -0.77279,0.41358 -1.56015,1.15608 -1.74968,1.65 -0.26621,0.69374 -0.0759,0.65486 0.83653,-0.17088 0.64961,-0.58791 1.18112,-0.86666 1.18112,-0.61946 0,0.24719 0.36888,0.14331 0.81973,-0.23086 1.22684,-1.01818 0.78959,1.90264 -0.47398,3.1662 -1.44143,1.44144 -1.69662,0.69008 -0.28151,-0.82885 2.17595,-2.33561 0.78488,-1.84218 -2.34974,0.83349 -1.68789,1.44075 -3.81532,3.00555 -4.72763,3.47732 -1.59447,0.82453 -2.09849,1.92999 -1.26155,2.76693 0.77957,0.77956 0.56584,2.68614 -0.3011,2.68614 -0.47681,0 -0.69574,0.17119 -0.48652,0.38041 0.20922,0.20922 0.0575,0.77947 -0.33724,1.26722 -0.58031,0.71713 -0.57125,0.79873 0.0474,0.42649 0.42076,-0.25318 -0.12493,0.80254 -1.21263,2.34606 -2.69082,3.81842 -2.99058,4.77407 -1.38803,4.42518 0.71889,-0.15652 1.0099,-0.0666 0.6794,0.20996 -0.87328,0.73071 -0.96256,1.92789 -0.14453,1.93791 0.55427,0.007 0.54716,0.12017 -0.0305,0.48657 -0.41424,0.26275 -0.85491,1.28164 -0.97926,2.26421 -0.19167,1.51448 -0.055,1.75353 0.8977,1.57006 0.67143,-0.12931 1.12379,0.10239 1.12379,0.57561 0,1.09043 -2.87608,3.26281 -3.68123,2.78054 -0.36346,-0.21772 -0.32075,0.0201 0.096,0.53453 0.57866,0.71429 0.59131,1.02522 0.0552,1.35655 -0.47851,0.29573 -0.54854,0.1765 -0.22445,-0.38213 0.27888,-0.4807 0.25636,-0.61542 -0.0552,-0.33021 -0.6554,0.59997 -0.71346,1.72481 -0.11121,2.15442 0.24957,0.17804 -0.002,0.84167 -0.55878,1.47476 -0.5569,0.63308 -1.35484,1.74701 -1.77321,2.47541 -0.66009,1.14926 -0.62272,1.42521 0.28269,2.08726 0.57384,0.4196 1.24134,0.64055 1.48332,0.491 0.59103,-0.36528 0.55518,0.23519 -0.0856,1.43239 -0.62084,1.16006 0.68126,3.31821 1.6433,2.72364 0.85042,-0.52559 0.77635,0.44142 -0.10606,1.38456 -0.59011,0.63073 -0.51058,0.72183 0.43359,0.49667 0.89796,-0.21414 1.1754,0.035 1.24196,1.11513 0.10001,1.6229 0.8244,2.50603 1.19787,1.46034 0.14194,-0.39746 1.09492,-0.72266 2.11772,-0.72266 1.0228,0 2.1551,-0.29546 2.51622,-0.65658 0.84007,-0.84008 2.72728,0.87583 2.1479,1.95293 -0.21511,0.3999 0.56516,-0.2485 1.73393,-1.44088 1.16877,-1.19238 2.52289,-2.16797 3.00915,-2.16797 0.48627,0 1.5456,-0.52031 2.35406,-1.15625 1.61215,-1.26812 2.7742,-1.53764 2.12908,-0.49381 -0.28813,0.4662 0.0443,0.54857 1.12213,0.27805 1.75918,-0.44153 2.0231,0.41294 0.70764,2.29101 -1.0566,1.50852 -0.29746,2.82667 1.37589,2.38907 1.03734,-0.27127 1.13128,-0.18528 0.55553,0.50846 -0.56445,0.68012 -0.51697,0.76742 0.25602,0.47079 0.56124,-0.21537 0.94896,-0.0751 0.94896,0.34325 0,0.43174 0.46838,0.58493 1.20192,0.3931 0.87763,-0.2295 1.1165,-0.0917 0.88533,0.5107 -0.37652,0.98119 -0.0792,1.02863 1.41951,0.22654 0.89653,-0.47981 1.11824,-0.40846 1.11824,0.35985 0,0.78629 0.15567,0.82912 0.86719,0.23861 1.02223,-0.84838 1.17909,0.035 0.18307,1.03099 -0.89727,0.89728 -0.14631,1.63248 0.83533,0.8178 0.57751,-0.47929 0.78341,-0.36161 0.86739,0.49574 0.24392,2.49021 0.3614,2.73645 1.15954,2.43017 0.45604,-0.175 1.05514,0.0449 1.33131,0.48872 0.41959,0.67424 0.70438,0.68151 1.73233,0.0442 1.45254,-0.90057 2.1524,-0.48416 1.1719,0.69727 -0.52036,0.627 -0.52469,0.93097 -0.0177,1.24429 0.36896,0.22803 0.83687,0.18615 1.03979,-0.0931 0.20293,-0.27922 1.1304,-0.58976 2.06106,-0.69011 1.48883,-0.16052 1.60047,-0.072 0.92933,0.73663 -0.9929,1.19637 -0.3204,1.86025 0.87741,0.86615 0.77267,-0.64125 1.00899,-0.63232 1.43327,0.0542 0.41072,0.66456 0.84414,0.69519 2.26233,0.15988 2.43379,-0.91865 4.23555,-0.40559 3.48706,0.99297 -0.97422,1.82035 -0.62114,1.9774 1.02553,0.45617 1.6716,-1.54426 4.58146,-2.96899 3.17969,-1.55685 -1.03407,1.04171 -0.90056,1.39354 0.57083,1.50438 0.8839,0.0666 1.05162,-0.052 0.52966,-0.37464 -0.60868,-0.37618 -0.57783,-0.54346 0.15181,-0.82345 0.50362,-0.19326 0.91567,-0.084 0.91567,0.24272 0,0.32676 0.26015,0.43332 0.57812,0.2368 0.31797,-0.19651 0.57813,-0.0818 0.57813,0.25495 0,0.33673 -0.27551,0.61224 -0.61225,0.61224 -0.33673,0 -0.43745,0.28283 -0.22381,0.6285 0.27971,0.45258 0.56435,0.45258 1.01693,0 0.34568,-0.34567 1.18695,-0.6285 1.8695,-0.6285 0.68256,0 2.17856,-0.91055 3.32447,-2.02344 1.14591,-1.11289 2.64853,-2.02343 3.33917,-2.02343 1.05062,0 1.13815,0.14162 0.53599,0.86718 -1.07786,1.29874 0.2371,1.046 1.43297,-0.27543 0.56873,-0.62844 1.27901,-0.99123 1.57839,-0.80619 0.29939,0.18503 -0.0151,0.93192 -0.69886,1.65975 -0.73432,0.78164 -1.00511,1.47048 -0.66155,1.68282 0.31991,0.19771 0.74768,0.0908 0.95061,-0.23751 0.20293,-0.32834 0.65133,-0.42246 0.99646,-0.20916 0.36027,0.22265 0.46234,0.12058 0.23969,-0.23969 -0.39455,-0.63838 0.49228,-1.45345 1.79671,-1.65137 0.3962,-0.0601 0.85842,0.11409 1.02716,0.38712 0.16874,0.27303 -0.22046,0.39487 -0.86489,0.27076 -0.75683,-0.14575 -1.17169,0.0817 -1.17169,0.64246 0,0.52679 0.28413,0.70762 0.72265,0.45991 0.39746,-0.22451 0.13731,0.16051 -0.57812,0.85559 -1.3037,1.26664 -1.74955,2.14247 -0.78817,1.5483 0.28194,-0.17425 0.81596,0.0487 1.18669,0.49539 0.53576,0.64554 0.43057,0.88949 -0.51262,1.18884 -0.65755,0.2087 -1.18668,0.87483 -1.18668,1.49394 0,0.6145 0,1.24736 0,1.40635 0,0.15898 0.19511,0.33956 0.43359,0.40128 0.80962,0.20954 1.75874,1.33112 1.49504,1.76669 -0.14437,0.23847 0.15844,0.43359 0.67293,0.43359 0.51927,0 0.76474,0.27618 0.55174,0.6208 -0.48518,0.78506 1.9192,-0.55093 3.63967,-2.02235 z m -8.52734,-8.06673 c 0,-0.12004 0.45527,-0.57532 1.01172,-1.01172 0.91694,-0.71911 0.93739,-0.69866 0.21828,0.21828 -0.75525,0.96301 -1.23,1.26926 -1.23,0.79344 z M 244.26079,358.4543 c 0.57552,-0.63594 1.17648,-1.15625 1.33546,-1.15625 0.15898,0 -0.18181,0.52031 -0.75733,1.15625 -0.57552,0.63594 -1.17648,1.15625 -1.33546,1.15625 -0.15898,0 0.18181,-0.52031 0.75733,-1.15625 z m -1.44531,-2.27838 c 0,-0.2992 0.25718,-0.70295 0.57151,-0.89721 0.32771,-0.20254 0.42463,0.0295 0.2272,0.544 -0.38433,1.00155 -0.79871,1.1848 -0.79871,0.35321 z m 45.50665,-12.34955 c -0.35868,-0.93471 0.85848,-3.92437 1.97494,-4.85094 0.82543,-0.68504 2.24602,-0.24419 2.43107,0.75444 0.0523,0.28242 0.55872,0.45005 1.12531,0.37251 0.83113,-0.11375 0.92064,0.0637 0.46328,0.91825 -0.31179,0.58258 -0.40919,1.66229 -0.21644,2.39936 0.24603,0.9408 0.14824,1.21515 -0.32817,0.9207 -0.37325,-0.23068 -0.53466,-0.65234 -0.35871,-0.93704 0.17594,-0.28469 -0.59192,-0.13664 -1.70638,0.32901 -2.49004,1.0404 -3.01602,1.05497 -3.3849,0.0937 z m -11.9754,-13.91847 c 0,-0.12005 0.45527,-0.57532 1.01172,-1.01172 0.91694,-0.71911 0.93739,-0.69866 0.21828,0.21828 -0.75525,0.96301 -1.23,1.26926 -1.23,0.79344 z m -46.31517,70.412 c 0.64626,-0.82158 1.44171,-1.32894 1.76769,-1.12747 0.32598,0.20146 1.37705,-0.43609 2.33571,-1.41678 1.99128,-2.03706 2.09436,-2.32135 0.84171,-2.32135 -0.49572,0 -0.74858,0.2471 -0.56193,0.54912 0.18666,0.30201 -0.17112,0.82233 -0.79506,1.15625 -1.54216,0.82534 -1.9721,0.76301 -1.59081,-0.23061 0.22787,-0.59381 0.0354,-0.73738 -0.6608,-0.49304 -0.80063,0.28096 -0.84864,0.20068 -0.25962,-0.43413 0.39746,-0.42836 0.72265,-1.12535 0.72265,-1.54887 0,-1.18303 -2.40267,0.2932 -4.41055,2.70992 -0.91287,1.09874 -1.26952,1.76945 -0.79257,1.49047 0.51561,-0.30159 0.40963,0.014 -0.26139,0.77851 l -1.12858,1.28575 1.60131,-0.60882 c 1.45985,-0.55503 1.56888,-0.50662 1.23415,0.548 -0.51569,1.62482 0.56066,1.4396 1.95809,-0.33695 z M 89.901419,384.46992 c 0.19651,-0.31796 0.0971,-0.57812 -0.22083,-0.57812 -0.31797,0 -0.73891,0.26016 -0.93542,0.57812 -0.19652,0.31797 -0.0971,0.57813 0.22082,0.57813 0.31797,0 0.73891,-0.26016 0.93543,-0.57813 z M 373.2446,366.85384 c -0.0686,-0.46775 -0.28627,-1.01189 -0.48359,-1.20922 -0.27791,-0.2779 -0.22378,0.89522 0.0884,1.91515 0.17076,0.55795 0.49558,-0.0222 0.39523,-0.70593 z M 243.86008,347.74369 c -0.178,-0.178 -0.50127,0.14286 -0.71837,0.71302 -0.31374,0.82394 -0.24733,0.89035 0.32363,0.32363 0.39511,-0.39216 0.57274,-0.85865 0.39474,-1.03665 z m -10.27931,-4.62812 c 0.64204,-0.77363 0.55063,-0.81551 -0.723,-0.33128 -0.95506,0.36312 -1.66021,0.35209 -2.04426,-0.032 -0.39628,-0.39629 -0.73004,-0.35366 -1.02992,0.13155 -0.27589,0.44641 -0.20637,0.57119 0.18387,0.33 0.34512,-0.2133 0.79091,-0.12342 0.99063,0.19974 0.53116,0.85943 1.77982,0.71753 2.62268,-0.29805 z m 8.65658,-0.84877 c 0,-0.31797 -0.11472,-0.57813 -0.25494,-0.57813 -0.14022,0 -0.41573,0.26016 -0.61224,0.57813 -0.19652,0.31797 -0.0818,0.57812 0.25494,0.57812 0.33673,0 0.61224,-0.26015 0.61224,-0.57812 z M 62.283909,341.91751 c -0.19211,-0.1921 -0.69075,-0.21264 -1.10808,-0.0456 -0.46119,0.18455 -0.3242,0.32154 0.34929,0.34928 0.60943,0.0251 0.95089,-0.11154 0.75879,-0.30364 z m 172.070951,-0.62775 c 0.44225,0.16971 1.13412,0.003 1.53749,-0.36892 0.56478,-0.52172 0.63958,-0.51134 0.32539,0.0452 -0.59889,1.06077 0.32069,0.85865 1.97274,-0.4336 1.61395,-1.26244 2.5973,-1.50666 1.96823,-0.4888 -0.25558,0.41354 -0.15859,0.51052 0.25494,0.25494 0.94847,-0.58616 0.82676,-1.50049 -0.19973,-1.50049 -0.99535,0 -1.18123,-2.05018 -0.23869,-2.63269 0.42969,-0.26557 0.44083,-0.5761 0.0352,-0.9817 -0.4056,-0.40561 -0.19294,-0.9275 0.67228,-1.64989 1.0942,-0.91356 1.12857,-1.05923 0.25383,-1.07586 -1.62705,-0.0309 -1.22254,-0.71946 2.56927,-4.37327 1.96955,-1.89786 3.20529,-2.93034 2.7461,-2.2944 -0.77722,1.07638 -0.76283,1.09963 0.20839,0.3366 0.5738,-0.45079 1.29525,-1.29045 1.60322,-1.86589 0.44288,-0.82754 0.37634,-0.9758 -0.31836,-0.70922 -1.66363,0.6384 0.50878,-3.23127 2.49064,-4.43651 1.0063,-0.61197 1.82965,-0.98642 1.82965,-0.83211 0,0.15431 -0.0222,0.4466 -0.0494,0.64952 -0.1227,0.91678 1.5274,1.20561 2.59912,0.45494 1.17866,-0.82556 3.47255,-1.19565 2.36432,-0.38145 -0.31797,0.23361 -0.64148,0.7449 -0.71892,1.13619 -0.0774,0.39131 -1.11807,1.64966 -2.3125,2.79635 -1.86868,1.79398 -1.9856,2.04389 -0.83788,1.79106 1.10127,-0.2426 1.21492,-0.15057 0.65187,0.52787 -0.54173,0.65277 -0.48909,0.82171 0.25604,0.82171 0.51589,0 0.93797,-0.34992 0.93797,-0.77758 0,-0.76249 2.21322,-3.1199 2.66226,-2.8357 0.6159,0.3898 1.98958,0.0775 1.70248,-0.387 -0.18068,-0.29234 0.54983,-0.82142 1.62336,-1.17571 1.07352,-0.3543 2.87096,-1.56327 3.9943,-2.68662 1.12685,-1.12684 2.20221,-1.78394 2.39883,-1.4658 0.19601,0.31715 0.092,0.74005 -0.23117,0.93977 -0.32316,0.19972 -0.58756,0.61933 -0.58756,0.93248 0,0.7056 1.86923,0.43949 2.44819,-0.34853 0.26623,-0.36239 0.42804,-0.31872 0.43359,0.117 0.005,0.38232 1.30963,-0.60565 2.89947,-2.1955 3.21231,-3.2123 3.45816,-3.67173 1.6593,-3.10079 -1.07246,0.34039 -4.54992,0.75591 -4.54992,0.54367 0,-0.0423 0.70756,-0.70759 1.57235,-1.47845 0.86479,-0.77085 1.25728,-0.98738 0.8722,-0.48117 -0.38508,0.5062 -0.55561,1.06492 -0.37895,1.24157 0.17666,0.17666 1.60526,-0.94275 3.17468,-2.48758 1.56941,-1.54483 2.85347,-2.64857 2.85347,-2.45275 0,0.19581 0.49449,-0.0915 1.09885,-0.63843 1.29522,-1.17215 2.30733,-0.2135 1.19264,1.12963 -0.84442,1.01746 0.0754,1.16284 1.7356,0.27433 0.79806,-0.42711 1.14674,-0.34268 1.40918,0.34123 0.19181,0.49983 0.20245,1.14545 0.0237,1.43472 -0.55061,0.89092 0.34626,0.58659 2.2555,-0.76535 l 1.82362,-1.29131 -1.02504,1.58037 c -0.56381,0.86921 -0.77428,1.58037 -0.46775,1.58037 0.30654,0 0.71812,-0.26015 0.91464,-0.57812 0.19651,-0.31797 0.64242,-0.57813 0.9909,-0.57813 0.34849,0 0.16129,0.52191 -0.41599,1.1598 -1.45115,1.60351 -0.65401,2.1209 1.22861,0.79742 2.47694,-1.74129 4.84491,-3.11381 4.84491,-2.8082 0,0.15498 0.77324,-0.40717 1.7183,-1.24922 0.94506,-0.84206 1.55525,-1.79481 1.35598,-2.11723 -0.19927,-0.32242 -0.0851,-0.41491 0.25366,-0.20553 0.33878,0.20938 0.56677,0.70484 0.50666,1.10104 -0.17904,1.18004 -0.98998,2.20548 -1.49654,1.89241 -0.55887,-0.3454 -1.94739,1.19922 -2.11703,2.35502 -0.16868,1.14926 1.30517,1.00288 2.20323,-0.21882 1.1359,-1.54528 4.00624,-3.6216 4.54566,-3.28822 0.26105,0.16134 0.37549,0.80819 0.25431,1.43744 -0.25805,1.33992 0.70118,1.45343 2.26741,0.26832 0.88724,-0.67135 1.28488,-0.69656 1.98988,-0.12614 0.72932,0.59008 0.79306,0.56351 0.37005,-0.15433 -0.41951,-0.7119 -0.35628,-0.74206 0.35308,-0.16842 0.67954,0.54954 1.18839,0.53052 2.3826,-0.089 0.83519,-0.4333 1.7087,-0.61767 1.94114,-0.4097 0.23244,0.20795 0.24536,0.0689 0.0287,-0.30902 -0.21665,-0.37792 0.0668,-0.98117 0.62997,-1.34056 0.92003,-0.58715 0.89666,-0.6268 -0.2304,-0.39088 -1.06559,0.22306 -1.2281,0.0334 -1.08024,-1.26101 0.0957,-0.83795 -0.0963,-1.85977 -0.4267,-2.27071 -0.42006,-0.52246 -0.39822,-0.94966 0.0727,-1.42053 0.51243,-0.51242 0.91423,-0.41801 1.68097,0.39499 0.55418,0.58762 0.70037,0.89742 0.32489,0.68845 -0.81411,-0.45305 -1.60223,0.56533 -0.81435,1.05227 0.86208,0.53279 6.60514,-5.27696 6.21679,-6.28899 -0.18332,-0.47771 -0.0845,-1.02233 0.21957,-1.21026 0.30409,-0.18794 0.55288,-0.61836 0.55288,-0.95649 0,-0.37047 -0.36781,-0.30954 -0.92551,0.15331 -1.19331,0.99036 -2.98549,1.31884 -2.04067,0.37403 0.94149,-0.94149 0.80538,-1.46225 -0.35804,-1.36992 -0.69116,0.0549 -0.99834,-0.32093 -0.96951,-1.18606 0.0368,-1.1043 -0.11117,-1.18467 -1.15625,-0.62801 -1.07949,0.57499 -1.11925,0.54234 -0.40049,-0.32893 0.68339,-0.8284 0.43434,-0.80372 -1.73437,0.17187 -2.17908,0.98026 -2.55925,1.01706 -2.72518,0.26382 -0.14499,-0.65817 -0.38324,-0.71733 -0.96025,-0.23846 -0.56322,0.46744 -0.88179,0.45184 -1.19727,-0.0586 -0.29474,-0.47689 -0.17462,-0.54992 0.38212,-0.23232 0.62344,0.35564 0.65859,0.29682 0.15139,-0.2533 -0.49257,-0.53427 -0.96078,-0.55584 -1.8409,-0.0848 -1.71329,0.91692 -2.13764,0.77605 -1.14479,-0.38004 1.57713,-1.83646 1.69866,-2.36861 0.46739,-2.04662 -0.82708,0.21628 -1.15704,0.0181 -1.15704,-0.69472 0,-0.79872 -0.31655,-0.91829 -1.58985,-0.60051 -0.87441,0.21823 -2.03643,0.79921 -2.58226,1.29106 -0.90906,0.81917 -0.97274,0.7921 -0.75813,-0.32228 0.12886,-0.66911 0.0552,-1.19108 -0.16383,-1.15993 -1.13854,0.16198 -1.45599,-0.16787 -0.68718,-0.71402 1.83155,-1.3011 -2.61421,0.13426 -4.75649,1.53568 l -2.15492,1.4097 -0.95643,-1.4597 c -0.89789,-1.37033 -0.89077,-1.53841 0.11615,-2.74566 0.58991,-0.70728 0.70224,-0.96077 0.24963,-0.56331 -1.93749,1.70138 -4.06919,-0.10678 -2.79987,-2.37492 0.39424,-0.70447 0.29495,-0.9493 -0.385,-0.9493 -0.73491,0 -0.79465,-0.22721 -0.30187,-1.14799 0.56412,-1.05406 0.49482,-1.10254 -0.84684,-0.59244 -1.64215,0.62434 -1.8134,0.23074 -0.59806,-1.37459 0.59899,-0.7912 0.66611,-1.39107 0.24394,-2.17992 -0.32035,-0.59858 -0.42684,-1.34013 -0.23664,-1.64788 0.1902,-0.30776 -0.0163,-0.42063 -0.45877,-0.25081 -1.0344,0.39694 -2.24304,-1.06169 -2.35099,-2.83726 -0.0963,-1.58314 -0.72273,-1.48642 -3.83164,0.59158 -2.62646,1.75553 -3.15984,1.69999 -1.91528,-0.19944 l 1.01233,-1.54501 -1.62647,1.06569 c -1.31308,0.86037 -1.71804,0.91753 -2.10176,0.29666 -0.26141,-0.42298 -0.34146,-1.11784 -0.17787,-1.54413 0.17777,-0.46328 -0.10344,-0.77508 -0.69904,-0.77508 -0.69238,0 -0.9093,-0.33332 -0.71084,-1.09226 0.1571,-0.60074 0.0812,-1.42296 -0.16857,-1.82717 -0.24982,-0.40422 -0.15941,-1.20699 0.20091,-1.78395 0.92724,-1.48474 -0.30591,-2.75359 -1.61789,-1.66474 -1.55715,1.29232 -1.7323,0.0759 -0.22854,-1.58713 3.13523,-3.46742 3.27138,-3.84127 0.91743,-2.51913 -2.11921,1.19028 -2.80119,0.55341 -0.98849,-0.92312 0.75857,-0.61789 0.74047,-0.70866 -0.14453,-0.72475 -0.55645,-0.0101 -1.01172,-0.40861 -1.01172,-0.88557 0,-0.47695 -0.19512,-0.83638 -0.43359,-0.79872 -1.24052,0.19587 -1.26271,-0.2325 -0.0969,-1.86975 l 1.28262,-1.80128 -1.38779,0.73968 c -1.27503,0.67958 -1.3221,0.66007 -0.57935,-0.24022 0.70192,-0.85078 0.67123,-1.08024 -0.23285,-1.74132 -0.57271,-0.41878 -0.85612,-1.06104 -0.62979,-1.42725 0.79719,-1.28988 -0.37489,-0.64083 -2.97363,1.64668 -3.75435,3.3047 -4.72629,2.99583 -1.65569,-0.52617 0.93686,-1.07459 0.99829,-1.31594 0.26849,-1.05498 -0.72329,0.25865 -0.87531,0.067 -0.64512,-0.81326 0.30068,-1.14981 0.29812,-1.14981 -1.59427,0.001 -1.66262,1.0111 -1.99921,1.04891 -2.74034,0.30777 -0.67202,-0.67202 -1.01886,-0.70057 -1.69492,-0.13949 -0.67661,0.56154 -0.96119,0.53613 -1.39505,-0.12457 -0.45876,-0.6986 -0.67768,-0.65635 -1.38273,0.26687 -0.46073,0.60329 -0.7046,1.31223 -0.54194,1.57542 0.30043,0.48611 -4.81384,5.71584 -5.46811,5.59158 -0.81845,-0.15546 -3.58223,1.31167 -3.3077,1.75587 0.16413,0.26556 -0.0663,0.48285 -0.51212,0.48285 -0.60682,0 -0.66796,-0.26638 -0.24329,-1.0599 0.69615,-1.30075 0.0953,-1.37202 -1.25612,-0.14899 -0.55359,0.50099 -1.3655,0.96358 -1.80423,1.02798 -0.43874,0.0644 -2.70292,2.12276 -5.0315,4.57416 -2.32859,2.4514 -4.43445,4.33308 -4.67969,4.18151 -0.24524,-0.15156 -0.75004,0.0909 -1.12178,0.53883 -0.54322,0.65453 -0.47096,0.77545 0.36808,0.61599 0.5742,-0.10912 1.17407,-0.24912 1.33305,-0.3111 0.15899,-0.062 0.50352,-0.0754 0.76563,-0.0299 0.26211,0.0456 0.28695,-0.22402 0.0552,-0.59899 -0.26422,-0.42752 -0.17244,-0.52794 0.24609,-0.26927 1.03049,0.63688 0.78989,1.50052 -0.41801,1.50052 -0.597,0 -1.40242,0.38191 -1.78983,0.8487 -0.38739,0.46679 -0.87452,0.79842 -1.0825,0.73695 -0.20798,-0.0615 -1.13156,0.59723 -2.05241,1.46379 -2.09947,1.9757 -2.76005,1.99338 -2.41028,0.0645 0.25382,-1.39972 0.20044,-1.44448 -0.72455,-0.60737 -0.65224,0.59027 -1.28518,0.72655 -1.82494,0.39295 -0.45451,-0.2809 -1.03392,-0.38246 -1.28758,-0.22569 -0.25363,0.15662 -0.46118,-0.13605 -0.46118,-0.65054 0,-0.51448 -0.26015,-0.77464 -0.57812,-0.57812 -0.31797,0.19651 -0.57813,-0.0205 -0.57813,-0.48215 0,-1.07558 -1.31193,-1.58512 -2.36492,-0.91853 -1.48855,0.94232 -1.87602,0.55105 -0.75983,-0.76729 l 1.10132,-1.30078 -1.39257,1.15625 c -3.2909,2.73244 -7.13482,6.89994 -5.40702,5.8622 0.49212,-0.29558 0.60438,-0.13911 0.35899,0.50037 -0.19638,0.51174 -0.68426,0.80488 -1.0842,0.65141 -0.49362,-0.18942 -0.62608,0.10743 -0.41245,0.92436 0.21112,0.80732 0.0984,1.06971 -0.34255,0.7972 -0.36148,-0.22341 -1.24797,-0.0987 -1.96997,0.27712 l -1.31273,0.68332 1.30607,-1.42213 c 1.33955,-1.45859 1.23623,-2.36636 -0.20635,-1.81279 -0.56771,0.21785 -0.81066,-0.1406 -0.81066,-1.19608 0,-0.82895 -0.27551,-1.50717 -0.61225,-1.50717 -0.33673,0 -0.41687,0.3252 -0.17808,0.72266 0.30368,0.50547 0.14476,0.48799 -0.52878,-0.0582 -0.86538,-0.7017 -0.87662,-0.94772 -0.11097,-2.42832 0.99751,-1.92898 1.07438,-2.48876 0.27383,-1.99399 -0.92135,0.56942 -0.67017,-0.38198 0.43359,-1.64235 0.96368,-1.10042 0.96359,-1.13772 -0.002,-0.78559 -0.94852,0.34594 -0.95354,0.27795 -0.078,-1.05822 0.86073,-1.31365 0.86088,-1.42791 0.002,-1.42791 -0.51352,0 -0.93368,0.2358 -0.93368,0.52401 0,0.2882 -0.5023,0.39264 -1.11624,0.23209 -0.6686,-0.17484 -0.99055,-0.61946 -0.80282,-1.10868 0.22784,-0.59372 0.0195,-0.71089 -0.76266,-0.42905 -0.59185,0.21326 -0.88322,0.1751 -0.64751,-0.0848 0.60851,-0.67089 -0.71422,-2.09201 -1.5058,-1.61781 -0.36987,0.22158 -0.32896,-0.0114 0.0936,-0.53302 0.57865,-0.71429 0.5913,-1.02522 0.0552,-1.35655 -0.48238,-0.29813 -0.54556,-0.18103 -0.20616,0.38213 0.41966,0.69632 0.34737,0.69675 -0.50753,0.003 -0.92153,-0.74784 -0.83703,-0.95541 1.11794,-2.7461 2.07989,-1.90509 1.86799,-2.54226 -0.43548,-1.30949 -1.05435,0.56427 -1.02548,0.41095 0.28595,-1.519 2.13546,-3.14261 0.93703,-4.65073 -3.54603,-4.46233 -0.41304,0.0173 -0.65299,-0.26244 -0.53321,-0.6218 0.34981,-1.04943 -2.46714,-2.26518 -3.41869,-1.47545 -0.53235,0.4418 -0.78929,0.4549 -0.78929,0.0402 0,-0.33814 0.26016,-0.77558 0.57813,-0.9721 0.31796,-0.19651 0.57812,-0.65414 0.57812,-1.01693 0,-0.47513 -0.19404,-0.46559 -0.69375,0.0341 -0.38156,0.38156 -1.0773,0.69375 -1.54608,0.69375 -0.61278,0 -0.45841,-0.43031 0.54921,-1.53096 l 1.40156,-1.53097 -1.38406,0.34237 c -1.03889,0.25698 -1.21911,0.17741 -0.72266,-0.31904 0.36377,-0.36364 0.6614,-0.8694 0.6614,-1.12377 0,-0.68014 -3.33771,-0.56412 -3.76729,0.13095 -0.20172,0.32641 -0.67235,0.53004 -1.04584,0.45254 -1.08095,-0.22432 -4.63691,3.38009 -4.27223,4.33044 0.17773,0.46312 0.0183,1.17207 -0.35435,1.57543 -0.52993,0.57366 -0.48862,0.63806 0.18971,0.29568 0.47695,-0.24073 -0.63242,0.95685 -2.46528,2.66129 -1.83286,1.70444 -3.32876,3.33441 -3.32422,3.62217 0.005,0.28776 0.52856,0.0523 1.1645,-0.52319 1.58516,-1.43455 1.46573,-0.59854 -0.14453,1.01172 -0.71543,0.71543 -1.56094,1.21406 -1.87891,1.10807 -0.31797,-0.10599 -0.38209,0.003 -0.1425,0.24291 0.23959,0.23959 0.0175,1.07378 -0.49356,1.85374 -0.51105,0.77996 -0.64204,1.24064 -0.29109,1.02375 0.35095,-0.2169 0.63809,-0.12801 0.63809,0.19754 0,0.80448 -2.04874,1.84902 -2.61824,1.3349 -0.25177,-0.22729 -0.25966,-0.0703 -0.0175,0.34881 0.24212,0.41914 0.80414,0.62242 1.24893,0.45174 1.06913,-0.41027 1.02216,0.24762 -0.13572,1.90072 -0.9184,1.31119 -0.90723,1.33655 0.40524,0.91999 1.31881,-0.41857 1.32821,-0.39561 0.41112,1.00404 -0.91608,1.39813 -0.90503,1.426 0.46195,1.16468 1.01476,-0.19398 1.4005,-0.0103 1.4005,0.66686 0,0.51403 0.29267,0.93459 0.65039,0.93459 0.41432,0 0.52448,0.62951 0.30351,1.73438 -0.36396,1.8198 0.0831,2.20049 1.23334,1.05026 0.96444,-0.96445 1.60181,-0.10937 0.71498,0.9592 -0.456,0.54944 -0.49986,0.88116 -0.1165,0.88116 0.33813,0 0.7782,-0.2644 0.97792,-0.58755 0.61985,-1.00295 1.50749,0.0406 1.10722,1.30178 -0.29947,0.94356 -0.18276,1.11582 0.55461,0.81854 0.51365,-0.20709 1.32414,-0.53443 1.80109,-0.72744 0.47695,-0.193 0.86719,-0.0846 0.86719,0.24089 0,0.32549 -0.30247,0.69262 -0.67215,0.81585 -1.11153,0.37051 -1.01375,1.93704 0.12092,1.93704 0.57445,0 0.88355,-0.26945 0.68687,-0.59878 -0.19668,-0.32932 0.0594,-0.26094 0.5691,0.15196 0.6664,0.53986 1.03877,0.56939 1.3257,0.10512 0.21946,-0.35509 0.73202,-0.51782 1.13902,-0.36164 0.407,0.15618 1.66658,-0.34566 2.79905,-1.11519 1.22678,-0.83362 2.20357,-1.16529 2.41663,-0.82056 0.19668,0.31823 0.99204,0.41937 1.76748,0.22474 1.39981,-0.35133 1.98467,0.50426 0.83175,1.2168 -0.92206,0.56987 -0.66812,1.60356 0.30244,1.23111 0.67961,-0.26078 0.76367,-0.10998 0.3683,0.66081 -0.28174,0.54929 -0.46147,1.58184 -0.39941,2.29457 0.0621,0.71272 -0.41135,1.85852 -1.05203,2.54621 l -1.16488,1.25035 1.67975,-0.42159 c 1.6222,-0.40715 1.64563,-0.38389 0.68373,0.679 -1.42856,1.57854 -1.22745,2.16135 0.38194,1.10683 l 1.37797,-0.90288 -1.0889,2.25378 c -1.28106,2.65149 -1.46859,4.07681 -0.39516,3.00337 0.38156,-0.38156 0.88028,-0.69375 1.10826,-0.69375 0.50738,0 0.26546,3.61834 -0.30346,4.53886 -0.22579,0.36535 -0.10719,0.66427 0.26356,0.66427 0.37075,0 0.52204,0.39625 0.33619,0.88057 -0.27264,0.71049 -0.12444,0.76632 0.76733,0.28906 1.53785,-0.82303 1.69409,-0.75581 1.34511,0.57869 -0.16831,0.64361 -0.97944,1.69992 -1.80252,2.34735 -1.25452,0.98681 -1.35987,1.27382 -0.65158,1.77496 0.70246,0.49702 0.68055,0.54533 -0.1299,0.28652 -1.01863,-0.32529 -3.93924,1.59916 -3.93924,2.59565 0,0.31631 0.47696,0.42374 1.0599,0.23872 0.69977,-0.2221 1.0599,-0.0475 1.0599,0.51373 0,0.46758 -0.23601,0.70428 -0.52446,0.52601 -0.28845,-0.17827 -0.18656,0.21691 0.22641,0.87819 0.6206,0.99373 0.61329,1.33019 -0.0421,1.9394 -0.64841,0.6027 -0.70853,0.58905 -0.32979,-0.0749 0.29473,-0.51665 0.24018,-0.67415 -0.14997,-0.43302 -0.33725,0.20843 -0.47682,0.9004 -0.31016,1.53771 0.16666,0.63732 -0.0197,1.54761 -0.41412,2.02287 -0.58432,0.70406 -0.54974,0.8641 0.18671,0.8641 0.49712,0 1.08948,-0.30035 1.31636,-0.66745 0.27296,-0.44164 0.15649,-0.50921 -0.34426,-0.19973 -0.50452,0.3118 -0.61733,0.24208 -0.33844,-0.20917 0.75245,-1.21751 1.4341,-0.0969 1.34224,2.20663 -0.0498,1.24938 -0.33384,2.10617 -0.63623,1.91929 -0.30042,-0.18568 -0.3606,-0.0372 -0.13372,0.32986 0.57235,0.92607 1.79897,0.83386 2.65677,-0.19974 0.39584,-0.47695 0.97682,-0.86719 1.29109,-0.86719 0.31426,0 -0.02,0.47887 -0.74277,1.06414 -0.77579,0.62819 -1.07051,1.21469 -0.71943,1.43168 0.32709,0.20214 1.06003,-0.14663 1.62876,-0.77507 1.28724,-1.42239 2.24021,-1.49469 1.50124,-0.11391 -0.45685,0.85361 -0.32213,1.01871 0.79146,0.96997 0.73811,-0.0323 2.01457,-0.49943 2.8366,-1.03804 0.82202,-0.53861 1.58743,-0.91005 1.7009,-0.82543 0.11347,0.0846 0.64482,-0.21008 1.18077,-0.65488 0.88933,-0.73808 0.9236,-0.67494 0.39223,0.72266 -0.37352,0.98243 -0.38012,1.53138 -0.0184,1.53138 0.3101,0 0.56381,0.39024 0.56381,0.86719 0,0.47696 0.29201,0.86719 0.64891,0.86719 0.44235,0 0.41495,0.28192 -0.0861,0.8856 -0.64437,0.77642 -0.54618,0.81382 0.7964,0.30337 1.37879,-0.52421 1.53139,-0.45094 1.53139,0.73537 0,0.74904 -0.88084,2.17133 -2.04129,3.29608 -1.59012,1.54121 -1.84493,2.04737 -1.15289,2.29012 0.71896,0.2522 0.54896,0.72341 -0.89143,2.47086 -0.97891,1.18757 -1.61222,2.15922 -1.40738,2.15922 0.20485,0 -0.0387,0.41121 -0.54134,0.9138 -0.50259,0.50259 -0.77971,1.13076 -0.61582,1.39594 0.16389,0.26517 -0.0288,0.63731 -0.42828,0.82699 -0.39945,0.18966 -0.14963,0.23852 0.55514,0.10856 l 1.2814,-0.23628 -1.42593,2.09845 c -1.66928,2.45656 -1.84371,3.44764 -0.41421,2.35349 0.55644,-0.42592 0.82899,-0.55688 0.60565,-0.29103 -1.06882,1.27228 2.74981,2.88293 4.50553,1.90037 1.0585,-0.59236 1.0587,-0.56801 0.009,1.03438 l -1.07523,1.64101 1.75242,-1.24784 c 2.24787,-1.60062 2.68405,-1.5779 1.5957,0.0831 -0.85511,1.30506 -0.83005,1.33219 1.28745,1.39366 1.18775,0.0344 2.4197,-0.14617 2.73767,-0.40145 0.31796,-0.25527 1.67007,-0.47569 3.00466,-0.48981 1.3346,-0.0141 2.99197,-0.32829 3.68305,-0.69815 0.9633,-0.51554 1.15793,-0.51295 0.83404,0.0111 -0.25623,0.4146 0.25743,0.33198 1.30549,-0.21 0.95038,-0.49145 1.89568,-1.33065 2.10068,-1.86487 0.205,-0.53423 0.53779,-0.80626 0.73952,-0.60452 0.20174,0.20173 0.78097,0.0438 1.28718,-0.35085 0.81715,-0.63716 0.83008,-0.6026 0.11534,0.30805 -0.93174,1.18711 -0.44459,2.03484 0.64817,1.12793 0.80065,-0.66448 3.07506,0.51673 2.36403,1.22776 -0.20704,0.20703 0.0725,0.37643 0.62123,0.37643 0.54871,0 0.83687,0.26016 0.64036,0.57813 -0.20265,0.32789 0.28306,0.57812 1.12213,0.57812 0.81368,0 1.47943,0.27551 1.47943,0.61225 0,0.33673 -0.30035,0.42661 -0.66745,0.19973 -0.42315,-0.26152 -0.51011,-0.15792 -0.23759,0.28302 0.32717,0.52938 0.62295,0.53527 1.23821,0.0246 0.44459,-0.36899 1.1702,-0.53202 1.61246,-0.36231 z m -28.25032,-18.10109 c -0.19651,-0.31796 -0.0818,-0.57812 0.25494,-0.57812 0.33674,0 0.61225,0.26016 0.61225,0.57812 0,0.31797 -0.11472,0.57813 -0.25494,0.57813 -0.14022,0 -0.41573,-0.26016 -0.61225,-0.57813 z m 67.64063,-13.875 c 0.57552,-0.63593 1.17647,-1.15625 1.33545,-1.15625 0.15899,0 -0.18181,0.52032 -0.75733,1.15625 -0.57552,0.63594 -1.17647,1.15625 -1.33545,1.15625 -0.15899,0 0.18181,-0.52031 0.75733,-1.15625 z m -43.22448,-42.85298 c 0.39216,-0.39511 0.85865,-0.57274 1.03665,-0.39474 0.178,0.178 -0.14286,0.50127 -0.71302,0.71837 -0.82394,0.31374 -0.89035,0.24733 -0.32363,-0.32363 z m 16.02208,74.60048 c -0.18614,-0.30118 -0.58486,-0.39531 -0.88604,-0.20916 -0.30119,0.18614 -0.39531,0.58486 -0.20917,0.88604 0.18614,0.30119 0.58486,0.39531 0.88605,0.20917 0.30118,-0.18614 0.39531,-0.58486 0.20916,-0.88605 z m 105.79246,-1.51336 c 0.46881,-1.22169 0.2907,-1.2687 -1.41038,-0.37223 -0.79492,0.41892 -1.24104,0.76551 -0.99138,0.7702 0.24967,0.005 0.16559,0.5473 -0.18683,1.20582 -0.622,1.16221 -0.59861,1.16967 0.7983,0.25438 0.79149,-0.51861 1.59712,-1.35479 1.79029,-1.85817 z m -103.93121,0.69555 c 0,-0.96177 -0.71455,-1.15965 -1.22208,-0.33844 -0.17974,0.29081 3e-5,0.66051 0.39947,0.82155 0.39944,0.16104 0.74794,0.31333 0.77443,0.33844 0.0265,0.0251 0.0482,-0.34459 0.0482,-0.82155 z M 78.356429,337.75567 c -0.38846,-0.38846 -2.04095,1.05347 -2.04095,1.78089 0,0.32832 0.52191,0.12462 1.15979,-0.45266 0.63789,-0.57728 1.03441,-1.17498 0.88116,-1.32823 z m 465.951241,0.46425 c 0.19651,-0.31796 0.0818,-0.57812 -0.25494,-0.57812 -0.33674,0 -0.61225,0.26016 -0.61225,0.57812 0,0.31797 0.11472,0.57813 0.25494,0.57813 0.14022,0 0.41573,-0.26016 0.61225,-0.57813 z m -289.64063,-4.625 c 0.19652,-0.31796 0.0818,-0.57812 -0.25494,-0.57812 -0.33673,0 -0.61225,0.26016 -0.61225,0.57812 0,0.31797 0.11473,0.57813 0.25495,0.57813 0.14022,0 0.41573,-0.26016 0.61224,-0.57813 z M 87.588919,332.43867 c 0.19651,-0.31796 0.0971,-0.57812 -0.22083,-0.57812 -0.31797,0 -0.73891,0.26016 -0.93542,0.57812 -0.19652,0.31797 -0.0971,0.57813 0.22082,0.57813 0.31797,0 0.73891,-0.26016 0.93543,-0.57813 z m 187.890621,0 c 0.19652,-0.31796 0.0971,-0.57812 -0.22082,-0.57812 -0.31797,0 -0.73891,0.26016 -0.93543,0.57812 -0.19651,0.31797 -0.0971,0.57813 0.22083,0.57813 0.31797,0 0.73891,-0.26016 0.93542,-0.57813 z m -98.43562,-3.40173 c 1.22076,-1.30874 2.45498,-2.37952 2.7427,-2.37952 0.28772,0 0.70875,-0.30035 0.93563,-0.66745 0.25558,-0.41353 0.15859,-0.51052 -0.25494,-0.25494 -0.93613,0.57856 -0.83337,0.0454 0.14826,-0.76926 0.62462,-0.51839 0.91643,-0.51405 1.24558,0.0186 0.29062,0.47024 0.18474,0.54403 -0.32692,0.22781 -0.52307,-0.32328 -0.61791,-0.24303 -0.30711,0.25985 0.33261,0.53818 0.83697,0.34026 1.93757,-0.76034 1.60768,-1.60768 1.36181,-2.78247 -0.30573,-1.4608 -0.92252,0.73118 -0.91744,0.65133 0.0554,-0.87038 1.05611,-1.65191 1.0548,-1.67115 -0.093,-1.37098 -0.76234,0.19936 -1.12523,0.0389 -1.0513,-0.46481 0.17777,-1.21123 2.16883,-3.14852 2.8214,-2.74521 0.34877,0.21555 0.41244,0.0771 0.15564,-0.33835 -0.45478,-0.73586 -3.18779,-2.04239 -3.93551,-1.8814 -0.67268,0.14483 -0.51176,-0.7481 0.28906,-1.60404 0.59237,-0.63315 0.48814,-0.71587 -0.57812,-0.45882 -0.71543,0.17248 -1.30078,0.0778 -1.30078,-0.21041 0,-0.2882 0.27551,-0.524 0.61224,-0.524 0.33674,0 0.44365,-0.27279 0.2376,-0.6062 -0.25725,-0.41623 -0.59921,-0.41983 -1.09122,-0.0115 -0.3941,0.32708 -1.21645,0.67244 -1.82743,0.76746 -0.61099,0.095 -1.50111,0.40507 -1.97807,0.689 -0.56459,0.33611 -0.49673,0.0934 0.19447,-0.69555 0.71582,-0.81705 0.80998,-1.17179 0.28906,-1.08897 -1.31385,0.20888 -5.29581,3.40713 -8.01114,6.43444 -1.42427,1.58791 -2.10805,2.50986 -1.51954,2.04878 1.45153,-1.13722 2.98575,-1.36652 2.11384,-0.31594 -0.46278,0.55762 -0.46394,0.87716 -0.004,1.1613 0.44816,0.27698 0.41532,0.65581 -0.11193,1.29111 -0.64666,0.77919 -0.57533,0.84488 0.53481,0.49254 1.25443,-0.39814 1.26372,-0.36521 0.44803,1.58702 -0.78555,1.88008 -0.75522,2.07752 0.53269,3.46719 0.75112,0.81047 1.22583,1.61344 1.0549,1.78437 -0.17092,0.17092 -0.002,0.68309 0.37589,1.13815 1.17316,1.41356 3.61102,0.64259 5.97217,-1.88868 z m 2.46886,0.0313 c -0.17774,-0.17774 -0.9013,0.2791 -1.60789,1.01519 l -1.28472,1.33836 1.60788,-1.01519 c 0.88434,-0.55836 1.46246,-1.16062 1.28473,-1.33836 z m 81.60519,-1.4377 c 0.36832,0.13428 0.82922,-0.014 1.02421,-0.32951 0.67468,-1.09165 -2.03289,-0.39014 -3.018,0.78193 -0.96038,1.14268 -0.95563,1.14947 0.16786,0.23972 0.63594,-0.51495 1.45761,-0.82641 1.82593,-0.69214 z m 99.63501,-2.41846 c 0.74679,-0.79492 1.11734,-1.43714 0.82343,-1.42715 -0.49433,0.0168 -2.87681,2.87246 -2.39651,2.87246 0.11841,0 0.82629,-0.65039 1.57308,-1.44531 z m -108.98066,-1.43869 c 0.20254,-0.32772 -0.0295,-0.42463 -0.544,-0.22721 -1.00156,0.38433 -1.1848,0.79871 -0.35321,0.79871 0.2992,0 0.70295,-0.25717 0.89721,-0.5715 z m 0.29613,-3.76085 c -0.31408,-0.37845 -0.39988,-0.85927 -0.19066,-1.06849 0.20922,-0.20922 0.24728,-0.38041 0.0846,-0.38041 -0.16269,0 -0.79141,0.5549 -1.39713,1.23309 -1.09596,1.22708 -1.09429,1.23117 0.34399,0.83958 1.20291,-0.3275 1.27563,-0.28709 0.43359,0.24096 -0.55644,0.34895 -1.01172,0.922 -1.01172,1.27346 0,0.35144 0.5194,0.16895 1.15421,-0.40555 0.79819,-0.72235 0.97806,-1.25679 0.58314,-1.73264 z m 119.74265,-0.14811 c 0.71911,-0.91694 0.69866,-0.93739 -0.21828,-0.21828 -0.55644,0.4364 -1.01172,0.89167 -1.01172,1.01172 0,0.47582 0.47476,0.16957 1.23,-0.79344 z m 7.15282,-7.08204 c 0.19651,-0.31796 0.0818,-0.57812 -0.25494,-0.57812 -0.33674,0 -0.61225,0.26016 -0.61225,0.57812 0,0.31797 0.11472,0.57813 0.25494,0.57813 0.14022,0 0.41573,-0.26016 0.61225,-0.57813 z m -63.56268,-9.70069 c -0.31312,-0.31313 -2.05451,1.33486 -2.05451,1.94432 0,0.23097 0.52191,-0.0524 1.15979,-0.62965 0.63789,-0.57728 1.04051,-1.16888 0.89472,-1.31467 z m 57.14375,-24.89045 c 0.16377,-0.26498 -0.0696,-0.48177 -0.51857,-0.48177 -0.44898,0 -0.68234,0.21679 -0.51857,0.48177 0.16375,0.26497 0.39711,0.48177 0.51857,0.48177 0.12145,0 0.35481,-0.2168 0.51857,-0.48177 z m -38.31201,-15.5612 c 0.71911,-0.91694 0.69866,-0.93739 -0.21828,-0.21828 -0.55645,0.4364 -1.01172,0.89168 -1.01172,1.01172 0,0.47582 0.47475,0.16957 1.23,-0.79344 z m -222.40772,-3.25058 c 1.43057,-1.39035 2.47861,-2.65036 2.32895,-2.80001 -0.14965,-0.14965 0.38089,-0.97666 1.17897,-1.8378 0.79808,-0.86114 1.45105,-1.72694 1.45105,-1.924 0,-0.19706 0.45527,-0.87876 1.01172,-1.5149 0.72087,-0.82412 0.76242,-1.01305 0.14453,-0.65721 -0.74771,0.43062 -0.75787,0.36465 -0.0737,-0.47874 0.4364,-0.53799 0.69656,-0.9975 0.57813,-1.02113 -2.75789,-0.55025 -3.00641,-0.43083 -6.75839,3.2476 -2.12474,2.0831 -3.4884,3.71014 -3.03032,3.61563 0.45807,-0.0945 0.93241,0.28345 1.0541,0.83989 0.14012,0.64071 -0.1248,1.01172 -0.72243,1.01172 -0.58714,0 -0.78955,-0.27304 -0.53571,-0.72266 0.28142,-0.49846 0.21228,-0.54329 -0.22286,-0.14453 -0.34698,0.31797 -0.78462,1.45502 -0.97254,2.52677 -0.28404,1.61998 -0.18688,1.88923 0.57608,1.59646 0.53067,-0.20364 0.76877,-0.11113 0.56453,0.21933 -0.89885,1.45438 1.08132,0.32424 3.42794,-1.95642 z m 3.53539,1.83172 c 0.18934,-0.18935 0.0963,-0.49753 -0.20683,-0.68485 -0.30309,-0.18732 -0.85523,0.0259 -1.22697,0.47381 -0.53327,0.64254 -0.48962,0.78706 0.20682,0.68485 0.48549,-0.0712 1.03764,-0.28447 1.22698,-0.47381 z m 314.26295,-5.51864 c 0.71911,-0.91694 0.69866,-0.93739 -0.21828,-0.21828 -0.55644,0.4364 -1.01172,0.89168 -1.01172,1.01172 0,0.47582 0.47476,0.16957 1.23,-0.79344 z m 50.74496,-0.97166 c -0.1521,-0.15209 -0.62096,0.29698 -1.04192,0.99795 -0.73128,1.21771 -0.71896,1.23003 0.27654,0.27654 0.57305,-0.54888 0.91747,-1.1224 0.76538,-1.27449 z m 1.79067,0.249 c 0,-0.31796 -0.27551,-0.57812 -0.61225,-0.57812 -0.33673,0 -0.45145,0.26016 -0.25494,0.57812 0.19652,0.31797 0.47203,0.57813 0.61225,0.57813 0.14022,0 0.25494,-0.26016 0.25494,-0.57813 z m -50.53406,-2.09671 c -0.19849,-0.51725 -0.0644,-1.29772 0.298,-1.73437 0.39457,-0.47544 0.42697,-0.79392 0.0808,-0.79392 -0.83428,0 -1.72119,1.28127 -1.7008,2.45704 0.01,0.55644 0.39227,1.01171 0.85025,1.01171 0.53148,0 0.70214,-0.34019 0.47179,-0.94046 z m 32.98124,-6.2861 c -0.18302,-0.47695 -0.0362,-0.86719 0.32622,-0.86719 0.36245,0 1.17947,-0.45527 1.81561,-1.01171 0.63614,-0.55645 0.96647,-0.68653 0.73406,-0.28907 -0.23241,0.39746 -0.14705,0.72266 0.18968,0.72266 0.33674,0 0.61225,-0.46828 0.61225,-1.04062 0,-0.57235 0.31219,-1.35282 0.69375,-1.73438 0.38156,-0.38156 0.50151,-0.69375 0.26654,-0.69375 -0.23496,0 0.10324,-0.56937 0.75156,-1.26526 1.28816,-1.38268 1.55464,-2.78162 0.52986,-2.78162 -0.47632,0 -0.47443,-0.21024 0.007,-0.79048 0.49559,-0.59716 0.46455,-0.9494 -0.12694,-1.4403 -0.43064,-0.35739 -1.01062,-0.45695 -1.28885,-0.22123 -0.27823,0.23571 -0.17686,-0.003 0.22528,-0.53105 0.61349,-0.8052 0.53452,-1.09737 -0.4907,-1.81546 l -1.22186,-0.85582 1.74447,-1.98684 c 2.64846,-3.01643 1.48238,-5.5669 -1.66837,-3.64908 -0.74662,0.45445 -0.7576,0.39272 -0.079,-0.44396 0.43349,-0.53448 1.00087,-0.84033 1.26084,-0.67967 0.25997,0.16067 0.63608,0.0277 0.8358,-0.29543 0.52717,-0.85297 -2.77841,-0.73398 -3.75301,0.13511 -0.63613,0.56725 -0.62991,0.48488 0.0289,-0.38308 0.64648,-0.85171 0.67329,-1.16161 0.11664,-1.34896 -0.39746,-0.13378 -0.72265,-0.64364 -0.72265,-1.13302 0,-0.62465 -0.21535,-0.72317 -0.72266,-0.33063 -0.39746,0.30754 -1.21473,0.73559 -1.81614,0.95121 -0.91459,0.3279 -0.97739,0.25214 -0.38383,-0.46306 0.39032,-0.4703 0.517,-1.16684 0.28151,-1.54787 -0.23604,-0.38191 -0.18425,-0.54203 0.11541,-0.35683 0.29896,0.18476 0.54357,-0.17171 0.54357,-0.79218 0,-0.71 -0.28951,-1.01703 -0.78111,-0.82838 -0.55862,0.21436 -0.67691,-0.0286 -0.41528,-0.85287 0.23537,-0.7416 0.0942,-1.17639 -0.39579,-1.2193 -0.4189,-0.0367 -1.15185,-0.10172 -1.62881,-0.14453 -1.47484,-0.13239 -6.12812,4.62697 -6.12812,6.26783 0,1.66896 1.34583,1.98368 1.91269,0.44729 0.4028,-1.09171 1.28581,-1.85589 2.16087,-1.87005 0.30086,-0.005 -0.32572,0.89157 -1.39239,1.99209 -1.06666,1.10052 -2.15832,1.86563 -2.4259,1.70025 -0.26757,-0.16538 -0.48651,0.11134 -0.48651,0.61493 0,0.50359 -0.65039,1.1629 -1.44531,1.46512 -1.73878,0.66109 -1.99007,2.35103 -0.30122,2.02578 1.242,-0.23918 2.38481,0.94116 1.27077,1.3125 -0.37427,0.12476 -0.68049,0.46023 -0.68049,0.74548 0,0.7552 3.2822,0.25304 4.46342,-0.68288 0.95092,-0.75344 0.95035,-0.70775 -0.01,0.79621 -0.56034,0.87755 -0.816,1.56217 -0.56814,1.52139 1.53752,-0.25298 1.84759,0.1147 1.30352,1.54572 -0.76444,2.01063 -0.71266,2.25091 0.30337,1.40768 0.73211,-0.6076 0.86719,-0.49105 0.86719,0.74822 0,0.80736 -0.3252,1.60218 -0.72266,1.76626 -0.4378,0.18073 -0.20992,0.45418 0.57813,0.69373 0.71543,0.21746 1.30078,0.65304 1.30078,0.96795 0,0.3149 0.39023,0.4228 0.86718,0.23977 1.37734,-0.52853 1.01452,0.72386 -0.91576,3.16103 -1.83635,2.31858 -1.74166,3.00412 0.17532,1.26928 1.40191,-1.26872 3.13804,-1.61086 2.15334,-0.42437 -0.77376,0.93232 -0.27119,2.81838 0.60646,2.27597 0.32021,-0.1979 0.58221,-0.0843 0.58221,0.25241 0,0.33674 0.28798,0.61225 0.63998,0.61225 0.35198,0 0.49023,-0.39023 0.3072,-0.86719 z m -9.32999,-25.72656 c 0.57552,-0.63594 1.17647,-1.15625 1.33545,-1.15625 0.15899,0 -0.18181,0.52031 -0.75733,1.15625 -0.57552,0.63594 -1.17647,1.15625 -1.33545,1.15625 -0.15899,0 0.18181,-0.52031 0.75733,-1.15625 z m -53.24534,19.56267 c -0.19762,-0.31976 -0.66488,-0.26622 -1.14352,0.13101 -0.44514,0.36944 -0.65897,0.91502 -0.47518,1.2124 0.19762,0.31976 0.66488,0.26622 1.14352,-0.13101 0.44514,-0.36944 0.65897,-0.91502 0.47518,-1.2124 z m 162.11025,-13.50765 c -0.178,-0.178 -0.50127,0.14286 -0.71837,0.71301 -0.31374,0.82395 -0.24733,0.89035 0.32363,0.32364 0.39511,-0.39217 0.57274,-0.85866 0.39474,-1.03665 z m 3.29268,-0.99141 c 0.26021,0.23571 0.27815,0.0908 0.0399,-0.32215 -0.33378,-0.5784 -0.62047,-0.59533 -1.24895,-0.0737 -0.44864,0.37234 -0.81571,0.80706 -0.81571,0.96604 0,0.15899 0.34913,-5.7e-4 0.77585,-0.35483 0.42671,-0.35414 0.98874,-0.45104 1.24893,-0.21532 z m -338.78259,-3.32924 c 0.19651,-0.31796 0.79968,-0.57812 1.34036,-0.57812 0.54069,0 1.32501,-0.54754 1.74294,-1.21675 0.62935,-1.00774 0.6284,-1.14213 -0.005,-0.78237 -0.629,0.357 -0.63146,0.29054 -0.0138,-0.3731 0.41336,-0.4441 1.06375,-0.80747 1.44531,-0.80747 0.79223,0 3.33556,-4.95936 2.90259,-5.6599 -0.15672,-0.25359 0.0295,-0.8399 0.41374,-1.30292 0.55602,-0.66997 0.53077,-0.84187 -0.12367,-0.84187 -0.45229,0 -1.18703,0.3252 -1.63275,0.72266 -0.68756,0.61312 -0.68702,0.56046 0.003,-0.34738 1.11459,-1.46525 1.32736,-2.97347 0.29909,-2.12008 -0.41898,0.34773 -1.28488,0.73296 -1.92423,0.85609 -1.03254,0.19885 -1.10825,0.0349 -0.67747,-1.46714 0.5578,-1.9449 0.43855,-2.01317 -1.40568,-0.80478 -1.25213,0.82042 -1.37443,0.80258 -1.64716,-0.24032 -0.16203,-0.6196 -0.0989,-1.3436 0.14021,-1.60889 0.23914,-0.26529 0.5958,-1.34295 0.79257,-2.3948 0.3351,-1.79128 0.29621,-1.8509 -0.6138,-0.94089 -0.91,0.91 -0.9965,0.90297 -1.36523,-0.11098 -0.48102,-1.32279 -0.10453,-2.10716 0.7561,-1.57527 0.40748,0.25184 0.50573,0.0527 0.27313,-0.5534 -0.22168,-0.5777 0.0217,-1.1712 0.62441,-1.52257 0.54324,-0.31671 0.69912,-0.58375 0.34641,-0.59341 -0.35271,-0.01 -1.77517,0.87968 -3.16102,1.97634 -1.38585,1.09666 -2.62522,1.88843 -2.75416,1.75949 -0.12894,-0.12894 0.83824,-1.45307 2.1493,-2.94251 1.31088,-1.48944 2.38356,-2.93159 2.38356,-3.2048 0,-0.2732 0.52031,-0.49673 1.15625,-0.49673 0.77083,0 1.15625,-0.38542 1.15625,-1.15625 0,-0.78188 -0.38542,-1.15625 -1.19037,-1.15625 -0.76163,0 -1.03981,-0.24361 -0.77235,-0.67637 0.27174,-0.43968 0.11509,-0.56012 -0.44765,-0.34418 -1.00062,0.38397 -1.22389,-1.17145 -0.33067,-2.30367 0.79798,-1.01149 0.15796,-0.90305 -2.41381,0.40897 -2.94312,1.50147 -3.38925,2.72446 -1.17153,3.21156 1.69645,0.3726 2.35049,1.37817 0.97872,1.50475 -1.56708,0.14461 -1.92576,0.25438 -3.20152,0.97974 -0.72744,0.4136 -1.84604,0.58588 -2.48577,0.38283 -1.16304,-0.36913 -1.16304,-0.36936 0.0218,-2.37757 1.4327,-2.42824 1.46623,-2.75206 0.23603,-2.27999 -0.82937,0.31826 -0.84759,0.23957 -0.14453,-0.62452 0.70833,-0.87055 0.68356,-0.94336 -0.20729,-0.6095 -1.27009,0.47599 -1.28374,-0.0952 -0.0446,-1.8643 0.53192,-0.75943 0.70121,-1.21643 0.37619,-1.01556 -0.32502,0.20087 -0.93955,-0.28617 -1.36564,-1.08231 -0.7073,-1.32162 -0.63697,-1.58392 0.80856,-3.01543 1.29935,-1.28672 1.51056,-1.36054 1.17782,-0.41164 -0.22299,0.63594 -0.82117,1.65624 -1.32928,2.26735 -0.65599,0.78894 -0.68842,0.97257 -0.11187,0.63333 0.54802,-0.32245 0.67788,-0.26079 0.39948,0.18968 -0.90611,1.46612 0.23807,0.55096 1.46443,-1.17131 0.72724,-1.0213 0.9375,-1.62436 0.47297,-1.35649 -0.46,0.26525 -0.31605,-0.039 0.31989,-0.67604 0.85619,-0.85772 1.20476,-0.95578 1.34317,-0.37788 0.21262,0.88771 1.25839,1.07255 1.25839,0.22242 0,-0.30691 0.78047,-1.44692 1.73438,-2.53336 1.82489,-2.07843 2.34079,-3.33474 0.86719,-2.11176 -0.70652,0.58636 -0.86719,0.55595 -0.86719,-0.16415 0,-0.62059 -0.37133,-0.78675 -1.24665,-0.55785 -0.96279,0.25178 -1.13498,0.14072 -0.75621,-0.48771 0.38717,-0.64239 0.31491,-0.6772 -0.3432,-0.16532 -0.45849,0.35663 -1.22884,0.58358 -1.71188,0.50434 -0.48304,-0.0792 -2.17406,1.01936 -3.75781,2.44133 -1.58376,1.42198 -2.55437,2.41542 -2.15691,2.20764 0.39746,-0.20777 0.72266,-0.10226 0.72266,0.23447 0,0.33674 -0.23888,0.61225 -0.53084,0.61225 -0.29197,0 -0.98503,0.17429 -1.54016,0.38731 -0.7637,0.29306 -0.89171,0.18755 -0.52603,-0.43359 0.295,-0.5011 0.0328,-0.42687 -0.67304,0.19054 -1.10763,0.96886 -4.81646,1.81403 -4.72892,1.07762 0.12427,-1.04546 -0.21651,-1.1974 -1.33867,-0.59684 -1.0881,0.58233 -1.19428,0.53636 -0.84761,-0.36703 0.22707,-0.59172 0.0952,-1.21884 -0.30876,-1.46851 -0.54746,-0.33835 -0.55071,-0.62172 -0.0145,-1.26779 0.57611,-0.69418 0.45021,-0.78611 -0.75983,-0.5548 -1.14035,0.21799 -1.45037,0.0404 -1.45037,-0.83076 0,-0.60942 0.3252,-1.45206 0.72266,-1.87254 0.59659,-0.63116 0.49366,-0.64666 -0.59008,-0.0889 -1.71452,0.88242 -2.73831,0.25468 -1.53961,-0.94403 0.67193,-0.67193 0.73338,-1.02618 0.23178,-1.33619 -0.49099,-0.30344 -0.50298,-0.53284 -0.0427,-0.81729 0.35192,-0.2175 0.63985,-0.66092 0.63985,-0.98539 0,-0.6737 -3.43749,-0.0998 -4.30703,0.71909 -0.86582,0.81537 -1.63111,0.60367 -1.26515,-0.34997 0.44153,-1.15062 -0.14545,-1.09631 -1.56236,0.14453 -1.10949,0.97162 -1.13866,0.96644 -0.73608,-0.13093 0.38642,-1.05332 0.31207,-1.04202 -0.95095,0.14453 -1.54136,1.44803 -2.69068,1.75264 -1.58468,0.41999 1.07324,-1.29317 -0.23449,-1.04887 -1.42455,0.26612 -0.56409,0.62332 -1.18977,1.08836 -1.39038,1.03343 -0.63051,-0.17265 -3.08192,1.37913 -2.73179,1.72926 0.18346,0.18345 0.0106,0.73263 -0.38408,1.22038 -0.59652,0.73715 -0.57128,0.79739 0.14955,0.3569 0.47695,-0.29147 1.51398,-0.61869 2.3045,-0.72717 l 1.43732,-0.19723 -1.29807,1.38173 c -1.70372,1.81352 -0.92106,2.55482 0.91604,0.86765 l 1.42213,-1.30607 -0.65658,1.26278 c -0.99202,1.90789 -0.80464,2.1469 0.83888,1.07002 1.94477,-1.27426 2.45192,-0.69761 1.22023,1.38747 -1.30515,2.20945 -1.23983,2.7632 0.17492,1.48286 0.63594,-0.57552 1.15625,-0.83568 1.15625,-0.57813 0,0.25755 0.52191,-0.004 1.1598,-0.58133 1.72048,-1.55701 2.15096,-0.52745 0.52868,1.2644 l -1.39941,1.54569 2.01986,-1.40344 c 1.11093,-0.77189 2.88524,-1.70426 3.94292,-2.07192 1.76621,-0.61396 1.85618,-0.59038 1.10322,0.28906 -1.72684,2.01693 -1.73994,2.4374 -0.056,1.79715 1.35911,-0.51672 1.78419,-0.40193 2.99494,0.80882 1.2831,1.28311 1.3454,3.16059 0.0789,2.37785 -0.29236,-0.18068 -0.40719,0.0102 -0.25519,0.42416 0.37329,1.01665 -0.2272,1.72425 -2.45355,2.8912 l -1.874,0.98227 1.2605,-1.70493 c 0.69328,-0.9377 1.52377,-1.70491 1.84553,-1.70491 0.36864,0 0.353,-0.23204 -0.0423,-0.62733 -0.45102,-0.45101 -1.13821,-0.36313 -2.44511,0.31269 -0.99977,0.51701 -2.05455,0.79368 -2.34394,0.61483 -0.58276,-0.36017 -3.49192,2.52709 -3.4779,3.45171 0.005,0.32122 0.2371,0.22362 0.51607,-0.21687 0.33577,-0.53018 1.01674,-0.67302 2.01459,-0.42258 1.84239,0.46241 1.87081,0.83125 0.20658,2.68137 -0.71543,0.79534 -1.69102,1.94705 -2.16797,2.55936 -0.79834,1.02492 -0.77797,1.07978 0.25665,0.69112 1.10323,-0.41445 1.10383,-0.40008 0.0324,0.78382 -0.94103,1.03983 -0.95649,1.15423 -0.11212,0.83022 1.19381,-0.45812 1.23113,0.23354 0.0937,1.73731 -1.10393,1.45953 -1.09392,2.69337 0.0184,2.26654 0.47695,-0.18303 0.86719,-0.0751 0.86719,0.23977 0,0.31491 0.57074,0.72181 1.26831,0.90423 1.23492,0.32293 1.24045,0.36245 0.21037,1.50068 -0.97418,1.07646 -0.98135,1.19841 -0.0905,1.54025 0.56303,0.21606 1.44173,-0.058 2.10213,-0.65568 1.37288,-1.24243 1.48784,-0.45286 0.20145,1.3837 -0.87566,1.25018 -0.86673,1.32538 0.14454,1.21832 2.04779,-0.21681 3.16818,0.0211 2.81216,0.59716 -0.19651,0.31797 -0.0298,0.57813 0.37057,0.57813 0.56612,0 0.5737,0.15416 0.0341,0.69375 -0.38156,0.38156 -0.69375,1.0411 -0.69375,1.46565 0,0.59275 0.26835,0.62828 1.15625,0.1531 0.63594,-0.34035 1.18877,-0.47958 1.22852,-0.30941 0.1818,0.77841 0.37291,1.50136 0.50205,1.89925 0.0774,0.23848 0.10339,0.64831 0.0578,0.91075 -0.0457,0.26244 0.4504,0.30788 1.10231,0.10097 0.80338,-0.25498 1.13404,-0.13778 1.02624,0.36374 -0.18807,0.87491 1.15975,1.07124 2.58704,0.37685 1.32848,-0.64632 1.34255,0.55323 0.0285,2.42932 l -0.98323,1.40376 2.24184,-1.38553 c 1.33076,-0.82245 2.04829,-1.04698 1.7656,-0.55246 -0.38614,0.67546 -0.32894,0.69635 0.30233,0.11041 1.18898,-1.1036 1.81835,-0.86112 1.12544,0.4336 -0.63008,1.17731 0.16802,1.70939 0.86719,0.57812 0.47787,-0.77321 3.75781,-0.74343 3.75781,0.0341 0,0.34193 0.31843,0.41544 0.72122,0.16651 0.97563,-0.60298 3.90378,-0.79524 3.90378,-0.25633 0,0.23775 -0.65039,1.04328 -1.44531,1.79007 -0.79493,0.7468 -1.44532,1.56617 -1.44532,1.82084 0,0.25468 0.65039,0.21576 1.44532,-0.0865 0.90352,-0.34352 1.44531,-0.34496 1.44531,-0.004 0,0.30012 0.39023,0.39592 0.86719,0.2129 0.47695,-0.18303 0.86718,-0.0448 0.86718,0.30721 0,0.79768 0.96503,0.83897 1.44532,0.0618 z m -2.60157,-25.74033 c 0,-0.52901 0.27384,-0.75242 0.64276,-0.5244 0.35353,0.21848 0.86985,0.0387 1.1474,-0.39948 0.34576,-0.54588 0.50743,-0.57561 0.51349,-0.0944 0.005,0.38627 -0.51146,0.98077 -1.1474,1.32111 -0.93149,0.49853 -1.15625,0.43966 -1.15625,-0.30283 z M 215.19625,184.107 c 0.54887,-0.57466 1.15651,-0.88629 1.35029,-0.6925 0.19379,0.19378 -0.25529,0.66397 -0.99795,1.04484 -1.29087,0.66202 -1.30638,0.64651 -0.35234,-0.35234 z m -11.11515,-3.13711 c 0,-0.31796 0.27552,-0.57812 0.61225,-0.57812 0.33674,0 0.45146,0.26016 0.25494,0.57812 -0.19651,0.31797 -0.47202,0.57813 -0.61224,0.57813 -0.14022,0 -0.25495,-0.26016 -0.25495,-0.57813 z m 29.23818,16.01163 c 0.0791,-0.5392 -0.0614,-0.98038 -0.31229,-0.98038 -0.73001,0 -1.78217,1.51351 -1.35153,1.94415 0.62096,0.62096 1.50652,0.108 1.66382,-0.96377 z m -35.59755,-4.16006 c 0.74679,-0.79492 1.22772,-1.44532 1.06874,-1.44532 -0.15899,0 -0.90007,0.6504 -1.64687,1.44532 -0.74679,0.79492 -1.22772,1.44531 -1.06873,1.44531 0.15898,0 0.90007,-0.65039 1.64686,-1.44531 z m 212.17187,-2.41328 c 0,-0.42152 -0.21122,-0.76641 -0.4694,-0.76641 -0.70415,0 -2.99255,3.28284 -2.57763,3.69775 0.48828,0.48829 3.04703,-1.9733 3.04703,-2.93134 z m 115.80502,-0.099 c 0.57555,0.3221 1.3892,0.45412 1.80809,0.29338 0.4189,-0.16075 1.086,0.0126 1.48246,0.38521 0.55343,0.52013 0.78672,0.49663 1.00449,-0.1012 0.156,-0.42827 1.03403,-1.63332 1.95117,-2.67789 0.91714,-1.04456 1.66752,-2.18509 1.66752,-2.53452 0,-0.34943 0.71543,-0.8053 1.58985,-1.01305 0.87441,-0.20775 2.00516,-0.73718 2.51278,-1.17651 0.81692,-0.70705 0.91163,-0.61513 0.82456,0.8003 -0.11296,1.83637 0.76332,2.68317 1.84639,1.7843 0.91445,-0.75892 0.94906,-0.22297 0.0932,1.44265 -0.53487,1.04089 -0.51456,1.13579 0.11562,0.54012 0.42049,-0.39746 1.21805,-0.72266 1.77237,-0.72266 0.55431,0 1.37112,-0.51866 1.81513,-1.15257 0.44401,-0.63392 0.97908,-0.98079 1.18903,-0.77083 0.20996,0.20995 0.38174,-0.26335 0.38174,-1.05177 0,-0.837 0.71919,-2.12253 1.72835,-3.08937 0.95058,-0.91072 1.60866,-1.77553 1.46239,-1.92181 -0.14628,-0.14627 0.24667,-0.98587 0.87322,-1.86576 1.21603,-1.70776 1.52731,-3.17476 0.54481,-2.56754 -0.84726,0.52363 -4.03065,0.87241 -4.03065,0.44161 0,-0.19833 0.41271,-0.81664 0.91713,-1.37402 0.83769,-0.92563 0.83718,-1.00168 -0.006,-0.87795 -0.50764,0.0745 -1.24554,0.48319 -1.63978,0.90818 -0.57726,0.62229 -0.55874,0.68254 0.0952,0.30951 0.55674,-0.3176 0.67685,-0.24457 0.38212,0.23232 -0.3233,0.5231 -0.62676,0.5321 -1.22416,0.0363 -0.67007,-0.5561 -0.65161,-0.87699 0.11796,-2.05151 1.00809,-1.53853 0.20879,-1.89546 -1.166,-0.52067 -0.58553,0.58553 -0.9978,0.66747 -1.25602,0.24965 -0.21142,-0.34208 -0.74144,-0.48496 -1.17782,-0.31751 -0.43639,0.16746 -1.03206,-0.12195 -1.32372,-0.64312 -0.48987,-0.87535 -0.60437,-0.87351 -1.5019,0.024 -1.80734,1.80734 -2.11762,0.98627 -0.34286,-0.90731 2.32836,-2.48425 2.24573,-3.17058 -0.16073,-1.33508 -1.43658,1.09573 -1.92709,1.25037 -1.92709,0.60755 0,-0.47428 0.1287,-0.73362 0.286,-0.57633 0.36532,0.36533 2.99005,-3.47041 2.99005,-4.36962 0,-0.39148 -0.48663,-0.54897 -1.15568,-0.374 -1.71034,0.44726 -1.88276,-0.40164 -0.45122,-2.22155 l 1.26797,-1.61197 -1.27585,0.33364 c -1.25352,0.3278 -1.58548,-0.2521 -1.31901,-2.3042 0.0516,-0.39746 -0.20555,-0.72266 -0.57147,-0.72266 -0.37936,0 -0.50881,-0.40787 -0.30118,-0.94896 0.2914,-0.75936 0.20289,-0.81512 -0.44299,-0.27909 -0.44393,0.36843 -1.21099,0.51491 -1.70457,0.3255 -0.56527,-0.21691 -1.23734,0.17437 -1.81576,1.05717 -0.50509,0.77085 -1.58165,1.70378 -2.39237,2.07316 -1.92561,0.87737 -1.42749,0.0883 1.85333,-2.93585 1.40316,-1.29339 2.42209,-2.48073 2.26428,-2.63853 -0.15781,-0.1578 -0.66028,0.023 -1.11661,0.40167 -0.48821,0.40518 -0.96722,0.46605 -1.16385,0.14789 -0.18379,-0.29738 0.0532,-0.86218 0.52665,-1.25512 0.94744,-0.78629 1.20525,-2.58831 0.28932,-2.02224 -0.32832,0.20291 -0.42427,-0.0305 -0.22549,-0.54847 0.1903,-0.49592 -0.0563,-1.51573 -0.54809,-2.26623 -0.79495,-1.21326 -0.79836,-1.50123 -0.0308,-2.5971 0.79325,-1.13256 0.77122,-1.23253 -0.27165,-1.23253 -0.83111,0 -1.05787,-0.29457 -0.84711,-1.10051 0.2001,-0.76519 -0.0899,-1.22039 -0.95175,-1.49393 -0.99227,-0.31494 -1.10402,-0.55671 -0.56019,-1.21199 0.37365,-0.45021 0.51742,-0.85108 0.3195,-0.89083 -0.19792,-0.0397 -0.55497,-0.10877 -0.79344,-0.15338 -1.40169,-0.26223 -1.85751,-1.04659 -1.25859,-2.1657 0.55952,-1.04548 0.50663,-1.1024 -0.51585,-0.55519 -0.8393,0.44918 -1.30067,0.41531 -1.7521,-0.12863 -0.45462,-0.54779 -0.12138,-1.29071 1.29118,-2.87847 2.08196,-2.34019 3.06403,-2.80231 2.09082,-0.98387 -0.99339,1.85618 0.29367,1.34382 2.26534,-0.90179 2.22474,-2.53384 1.63114,-3.99362 -0.96455,-2.37205 -1.15525,0.72171 -0.83417,-0.49291 0.43359,-1.64022 1.12721,-1.02011 1.66436,-2.98383 0.64363,-2.35298 -0.76462,0.47256 -1.87076,-1.12557 -1.48138,-2.14026 0.43088,-1.12286 -0.79013,-1.91482 -1.64075,-1.0642 -0.91948,0.91949 -1.75014,0.79469 -1.36641,-0.20529 0.43735,-1.13973 -0.71004,-1.7794 -1.55312,-0.86587 -0.52659,0.5706 -0.44652,0.64882 0.36946,0.36094 0.61926,-0.21848 0.8985,-0.13575 0.68854,0.20397 -0.19426,0.31433 -1.10297,0.5715 -2.01935,0.5715 -0.91637,0 -1.82692,0.26016 -2.02343,0.57813 -0.19652,0.31797 -0.87761,0.57812 -1.51355,0.57812 -0.63594,0 -0.99731,-0.25717 -0.80305,-0.5715 0.20254,-0.32772 -0.0295,-0.42463 -0.544,-0.22721 -0.52146,0.2001 -0.89721,0.0359 -0.89721,-0.39204 0,-0.40498 -0.17119,-0.56515 -0.38041,-0.35593 -0.20922,0.20922 -0.72953,0.0907 -1.15625,-0.26349 -0.57748,-0.47928 -1.02176,-0.44104 -1.73768,0.14955 -0.85982,0.70927 -0.89877,0.67079 -0.36719,-0.36281 0.66309,-1.2893 0.36439,-2.78823 -0.45473,-2.28198 -0.79335,0.49032 -0.63647,-1.13132 0.19391,-2.00439 0.39746,-0.41788 -0.18789,-0.2857 -1.30078,0.29374 -1.11289,0.57945 -2.28359,1.0804 -2.60156,1.11324 -0.89141,0.0921 -2.04875,-0.94788 -1.69389,-1.52206 0.64415,-1.04225 -0.87357,-0.46666 -2.60002,0.98605 -1.42407,1.19828 -1.70419,1.28518 -1.39756,0.43359 0.21093,-0.58578 0.20053,-0.90187 -0.0231,-0.7024 -0.22363,0.19946 -0.53881,1.09177 -0.70041,1.98292 -0.16159,0.89114 -0.40259,1.79627 -0.53553,2.01139 -0.13295,0.21512 0.78159,0.33339 2.03232,0.26282 2.09135,-0.118 2.22555,-0.0377 1.67037,0.99968 -0.77662,1.45112 -0.33872,1.8655 1.13685,1.0758 1.58266,-0.84701 2.20732,-0.78567 2.20732,0.21679 0,0.46297 -0.19883,0.71888 -0.44183,0.5687 -0.243,-0.15019 -0.60637,-0.007 -0.80747,0.31857 -0.20111,0.32541 0.0395,0.74714 0.53485,0.9372 0.49529,0.19005 0.75842,0.57547 0.58474,0.85648 -0.17367,0.28101 0.088,0.35599 0.58145,0.16663 1.22544,-0.47024 1.12678,0.0939 -0.37069,2.1193 -1.00419,1.35822 -1.11982,1.86302 -0.55593,2.42691 0.39159,0.39158 1.02718,0.74041 1.41243,0.77516 0.38526,0.0347 1.20109,0.10281 1.81296,0.15124 1.03569,0.082 1.01573,0.19423 -0.28907,1.62594 -1.00009,1.09738 -1.1231,1.43812 -0.42945,1.1896 0.73794,-0.26439 0.91861,-0.0705 0.75003,0.80489 -0.17822,0.92541 0.005,1.08099 0.92939,0.7877 0.9976,-0.31662 1.1022,-0.16911 0.78272,1.10378 -0.31741,1.26468 -0.19982,1.43671 0.8446,1.23558 1.41279,-0.27208 1.58341,0.40749 0.3577,1.42474 -0.47061,0.39057 -0.80754,1.29134 -0.74875,2.00172 0.0811,0.97956 0.42747,1.25641 1.43378,1.14595 1.46816,-0.16117 1.68845,0.31595 0.63312,1.37128 -0.83857,0.83857 -0.43798,0.87561 1.50022,0.13871 1.34817,-0.51257 1.42269,-0.45729 0.97408,0.72266 -0.26718,0.70273 -0.53247,1.53785 -0.58954,1.85582 -0.0571,0.31797 -0.65775,0.78306 -1.33486,1.03354 -1.22383,0.45272 -1.22448,0.44806 -0.11004,-0.78857 l 1.12108,-1.24399 -2.02344,1.2172 c -1.11289,0.66945 -2.41367,1.3731 -2.89063,1.56365 -2.04002,0.81502 -3.77981,1.71448 -4.07214,2.10527 -0.53089,0.70969 -3.01287,0.77736 -3.25886,0.0888 -0.12755,-0.35698 0.32522,-0.79474 1.00615,-0.97281 0.68094,-0.17807 1.07862,-0.58174 0.88375,-0.89704 -0.19486,-0.3153 0.10415,-0.69287 0.6645,-0.83904 0.64722,-0.16883 0.44943,-0.2902 -0.54233,-0.33281 -0.85861,-0.0369 -1.76916,0.27826 -2.02343,0.70033 -0.25428,0.42207 -1.55741,1.37458 -2.89585,2.11668 -1.33843,0.74211 -2.29866,1.56748 -2.13385,1.83417 0.1648,0.26668 0.009,0.48488 -0.34671,0.48488 -0.3555,0 -0.51426,0.21375 -0.3528,0.475 0.16146,0.26125 -0.14838,0.87447 -0.68854,1.36271 -2.24906,2.03292 -3.8265,4.505 -2.28288,3.57762 0.42042,-0.25258 0.35997,0.0202 -0.14453,0.65225 -0.78668,0.98555 -0.77327,1.05121 0.14453,0.70725 0.79271,-0.29709 1.01172,-0.0702 1.01172,1.048 0,0.78494 0.30047,1.42717 0.66773,1.42717 0.43104,0 0.36232,0.35862 -0.19385,1.01172 -1.14135,1.34024 -2.45636,4.71413 -2.01098,5.15952 0.1941,0.1941 0.7748,0.003 1.29045,-0.42519 0.51565,-0.42795 1.40667,-0.84968 1.98005,-0.93719 0.78594,-0.11994 0.96831,0.12463 0.74102,0.99378 -0.16582,0.63408 -0.53024,1.29425 -0.80983,1.46705 -0.85708,0.52971 -0.56333,1.387 0.35457,1.03477 0.6677,-0.25623 0.81819,0.0529 0.66523,1.36663 -0.17056,1.46485 -0.0287,1.66546 1.03424,1.46227 0.9409,-0.17986 1.25491,0.0696 1.32922,1.05618 0.0535,0.71042 -0.17933,1.80857 -0.51745,2.44034 -0.53774,1.00479 -0.4617,1.10864 0.60711,0.82914 1.08231,-0.28303 1.45831,0.10275 1.32193,1.35631 -0.0203,0.18633 0.7052,0.29463 1.61214,0.24068 l 1.649,-0.0981 -1.20594,1.63112 c -1.47104,1.98968 -0.97114,2.71699 0.98604,1.4346 1.43482,-0.94013 2.6007,-1.29168 1.87413,-0.5651 -0.20922,0.20922 -0.0575,0.77947 0.33724,1.26722 0.47242,0.5838 0.48913,0.74986 0.0489,0.48599 -0.44583,-0.26723 -0.57018,-0.0239 -0.37305,0.72987 0.27302,1.04403 0.39843,1.06338 1.63612,0.25242 1.25961,-0.82533 1.32204,-0.8079 1.03522,0.28887 -0.27798,1.06299 -0.10632,1.13515 1.92324,0.80855 1.95336,-0.31433 2.1386,-0.24943 1.50051,0.52574 -0.62244,0.75617 -0.51807,0.86131 0.72017,0.72538 0.79646,-0.0874 1.59467,0.0782 1.77378,0.36799 0.53306,0.86251 1.9939,0.60419 3.78147,-0.66867 0.9235,-0.6576 1.67909,-0.91775 1.67909,-0.57813 0,0.33962 -0.22764,0.61749 -0.50586,0.61749 -0.27822,0 -0.50586,0.66128 -0.50586,1.46951 0,1.32009 0.0956,1.38303 0.93982,0.619 0.68699,-0.62172 1.22133,-0.69298 1.98629,-0.26489 z m -6.25033,-41.71425 c -0.19651,-0.31796 -0.0818,-0.57812 0.25494,-0.57812 0.33674,0 0.61225,0.26016 0.61225,0.57812 0,0.31797 -0.11472,0.57813 -0.25494,0.57813 -0.14022,0 -0.41573,-0.26016 -0.61225,-0.57813 z m -116.7068,40.06143 c -0.47653,-0.47652 -2.09789,0.28678 -2.09789,0.98765 0,0.42755 0.36969,0.41876 1.20577,-0.0287 0.66317,-0.35491 1.06462,-0.78644 0.89212,-0.95895 z m -224.04186,-4.31101 c 0.50777,0.0748 1.23807,-0.24335 1.62288,-0.70702 0.58562,-0.70562 0.48224,-0.79517 -0.63415,-0.54932 -0.97718,0.21519 -1.12079,0.14302 -0.53709,-0.26991 0.43819,-0.31001 0.63169,-0.83066 0.42998,-1.15703 -0.2017,-0.32636 -0.0399,-0.72514 0.35953,-0.88618 0.39945,-0.16104 0.46611,-0.31166 0.14814,-0.33471 -0.75992,-0.0551 -6.07032,4.50582 -6.07032,5.21359 0,0.30139 0.84551,0.0995 1.87891,-0.44874 1.0334,-0.5482 2.29435,-0.9355 2.80212,-0.86068 z m -1.7863,-2.80495 c 0.3656,-0.68314 0.41917,-1.52797 0.12968,-2.04525 -0.42605,-0.76132 -0.63707,-0.72239 -1.54954,0.28588 -0.8651,0.95593 -0.9244,1.32616 -0.32762,2.04525 0.93039,1.12104 1.00067,1.10954 1.74748,-0.28588 z m -1.01173,-0.43322 c 0.0536,-0.71142 0.30223,-1.2935 0.55253,-1.2935 0.60327,0 0.56204,0.67005 -0.10629,1.72709 -0.42728,0.67581 -0.52282,0.58298 -0.44624,-0.43359 z m 245.11586,-1.43297 c 0.61222,-0.61223 0.92575,-1.28657 0.69674,-1.49854 -0.22902,-0.21199 -0.53253,-0.0602 -0.67448,0.33723 -0.14195,0.39746 -0.7047,0.72266 -1.25054,0.72266 -1.00097,0 -2.37995,1.04056 -2.37995,1.79588 0,0.71866 2.45625,-0.20525 3.60823,-1.35723 z m 0.10952,-2.69485 c -0.15209,-0.1521 -0.72561,0.19232 -1.27448,0.76538 -0.9535,0.99549 -0.94118,1.00781 0.27653,0.27653 0.70097,-0.42096 1.15005,-0.88982 0.99795,-1.04191 z m -231.17681,-2.6106 c 0.61671,-0.45095 0.92659,-1.01462 0.68862,-1.2526 -0.23798,-0.23797 -0.43269,-0.11382 -0.43269,0.27591 0,0.38974 -0.23067,0.56604 -0.51261,0.39179 -0.28194,-0.17425 -0.83411,0.0706 -1.22704,0.544 -0.9065,1.09227 0.0113,1.11758 1.48372,0.0409 z m 239.76294,-2.9515 c 0.9885,-1.3524 0.9885,-1.39481 0,-1.04193 -1.55483,0.55504 -2.47576,1.39736 -2.47576,2.26444 0,1.07868 1.24205,0.46537 2.47576,-1.22251 z m 5.76253,-3.67193 c -0.0795,-0.35772 0.11562,-0.6504 0.43359,-0.6504 0.31797,0 0.57812,-0.43558 0.57812,-0.96796 0,-0.80446 -0.24111,-0.74145 -1.42749,0.3731 -0.78512,0.73759 -1.28159,1.57713 -1.10327,1.86567 0.43868,0.7098 1.70016,0.19458 1.51905,-0.62041 z M 98.238699,159.92324 c 0.71868,-0.86596 1.58759,-0.90098 2.847101,-0.11474 0.48878,0.30512 1.12605,0.13783 1.71373,-0.44985 0.62949,-0.62949 0.70591,-0.95924 0.23359,-1.00786 -0.38611,-0.0398 -1.02721,-0.12074 -1.42467,-0.17999 -0.39746,-0.0593 -1.08784,0.16837 -1.53417,0.50585 -0.446331,0.33748 -0.966641,0.57936 -1.156251,0.53752 -0.1896,-0.0419 -0.8579,0.28335 -1.48509,0.72265 -0.6272,0.43931 -0.85417,0.79874 -0.50438,0.79874 0.34978,0 0.93934,-0.36555 1.31014,-0.81232 z m 435.951781,-6.77073 c 0,-0.77979 -0.93334,-0.6087 -1.69663,0.31101 -0.55957,0.67423 -0.46852,0.76588 0.50734,0.51069 0.65411,-0.17105 1.18929,-0.54082 1.18929,-0.8217 z M 509.3311,118.20925 c 0,-0.49572 -0.26439,-0.73789 -0.58755,-0.53818 -0.32315,0.19972 -0.43788,0.60531 -0.25494,0.90131 0.49559,0.80189 0.84249,0.65237 0.84249,-0.36313 z m 29.19532,-26.27057 c -0.19652,-0.31796 -0.66715,-0.57414 -1.04584,-0.56927 -0.41371,0.005 -0.34241,0.23254 0.17865,0.56927 1.11065,0.71776 1.31078,0.71776 0.86719,0 z m -378.67188,-23.125 c -0.19651,-0.31796 -0.66714,-0.57414 -1.04584,-0.56927 -0.41371,0.005 -0.3424,0.23254 0.17865,0.56927 1.11065,0.71776 1.31079,0.71776 0.86719,0 z m 271.37252,-10.55078 0.79908,-1.30078 -1.38267,1.15009 c -0.76048,0.63255 -1.49108,1.2179 -1.62356,1.30078 -0.13249,0.0829 0.13013,0.15069 0.58359,0.15069 0.45346,0 1.18406,-0.58535 1.62356,-1.30078 z m 35.90092,-17.80041 c 0,-0.25649 0.67352,-1.26677 1.4967,-2.24507 2.15902,-2.56584 1.45666,-2.18643 -1.4668,0.79236 -1.92706,1.96353 -2.22873,2.49406 -1.27662,2.24507 0.6857,-0.17931 1.24672,-0.53587 1.24672,-0.79236 z m 8.56022,-6.06254 c -0.178,-0.178 -0.50126,0.14286 -0.71836,0.71302 -0.31374,0.82394 -0.24734,0.89035 0.32363,0.32363 0.3951,-0.39216 0.57273,-0.85865 0.39473,-1.03665 z m 60.04896,-3.54479 c -0.20922,-0.20922 -0.16289,-0.6645 0.10296,-1.01172 0.26586,-0.34722 0.66714,-1.15163 0.89175,-1.78757 0.38682,-1.09522 0.34155,-1.09013 -0.85777,0.0964 -1.14492,1.1327 -1.2462,3.0833 -0.1601,3.0833 0.22196,0 0.23238,-0.17118 0.0232,-0.3804 z m -61.65341,542.86807 c -0.0101,-0.3635 0.37196,-0.8106 0.84892,-0.9936 0.47695,-0.183 0.86718,-0.6165 0.86718,-0.9632 0,-0.3467 -0.26015,-0.4696 -0.57812,-0.2731 -0.31797,0.1966 -0.57813,0.2211 -0.57813,0.054 0,-0.1665 0.52032,-0.5813 1.15625,-0.9216 0.71885,-0.3847 1.15625,-0.4046 1.15625,-0.053 0,0.8152 -2.85048,3.9408 -2.87235,3.1496 z m -384.344381,-3.4052 c 0.86478,-0.9097 1.676,-1.5377 1.80271,-1.3956 0.12672,0.1422 -0.58082,0.8865 -1.57232,1.654 l -1.80272,1.3956 1.57233,-1.654 z m -25.56452,-2.0043 c 0,-0.318 0.27552,-0.5782 0.61225,-0.5782 0.33674,0 0.45146,0.2602 0.25494,0.5782 -0.19651,0.3179 -0.47202,0.5781 -0.61224,0.5781 -0.14022,0 -0.25495,-0.2602 -0.25495,-0.5781 z m -21.39067,-5.2032 c 0.3404,-0.6359 1.0397,-1.1562 1.5542,-1.1562 0.729,0 0.6413,0.255 -0.3979,1.1562 -0.7332,0.636 -1.4326,1.1563 -1.5541,1.1563 -0.1215,0 0.058,-0.5203 0.3978,-1.1563 z m 384.194631,0.6275 c -0.18614,-0.3011 -0.092,-0.6999 0.20917,-0.886 0.30118,-0.1862 0.6999,-0.092 0.88604,0.2092 0.18615,0.3011 0.092,0.6999 -0.20916,0.886 -0.30119,0.1861 -0.69991,0.092 -0.88605,-0.2092 z m -158.71423,-9.6024 c 0.40221,-0.4846 0.85035,-0.7621 0.99586,-0.6166 0.40093,0.401 -0.41367,1.4978 -1.11237,1.4978 -0.38335,0 -0.33949,-0.3317 0.11651,-0.8812 z m -20.11521,-6.969 c 0.54888,-0.5731 1.1224,-0.9175 1.27449,-0.7654 0.15209,0.1521 -0.29698,0.621 -0.99795,1.0419 -1.21771,0.7313 -1.23003,0.719 -0.27654,-0.2765 z m -113.1542,-0.8217 c 0.57552,-0.6359 1.26368,-1.1562 1.52925,-1.1562 0.26558,0 0.0374,0.5203 -0.50714,1.1562 -0.54451,0.6359 -1.23268,1.1563 -1.52926,1.1563 -0.29659,0 -0.0684,-0.5204 0.50715,-1.1563 z m -115.444291,-0.3949 c 0.4173,-0.167 0.9159,-0.1465 1.108,0.046 0.1921,0.1921 -0.1493,0.3287 -0.7588,0.3036 -0.6734,-0.028 -0.8104,-0.1647 -0.3492,-0.3493 z m 259.108351,-1.6285 c 0.74679,-0.7949 1.48788,-1.4453 1.64686,-1.4453 0.15899,0 -0.32194,0.6504 -1.06874,1.4453 -0.74679,0.7949 -1.48787,1.4453 -1.64686,1.4453 -0.15898,0 0.32195,-0.6504 1.06874,-1.4453 z m -220.265631,0.305 c 0,-0.2892 0.26016,-0.6866 0.57813,-0.8832 0.31797,-0.1965 0.57812,-0.6339 0.57812,-0.972 0,-0.3682 -0.37462,-0.3039 -0.93388,0.1602 -1.35584,1.1253 -3.54617,1.1225 -3.46676,-0.01 0.0356,-0.505 -0.26049,-0.8531 -0.65793,-0.7736 -1.8499,0.3699 0.20062,-2.1783 2.37685,-2.9539 0.78665,-0.2803 0.99052,-0.1605 0.75795,0.4456 -0.23922,0.6234 0.0493,0.7624 1.16302,0.5605 1.15611,-0.2097 1.40609,-0.073 1.1391,0.6228 -0.20497,0.5341 -0.0266,0.8914 0.44514,0.8914 0.43295,0 0.94326,-0.4068 1.13402,-0.9039 0.19076,-0.4971 0.63632,-0.7249 0.99014,-0.5062 0.41775,0.2582 0.11512,0.8874 -0.86311,1.7944 -0.82852,0.7683 -1.50641,1.6186 -1.50641,1.8897 0,0.2711 -0.39023,0.6426 -0.86719,0.8257 -0.47695,0.183 -0.86719,0.096 -0.86719,-0.1931 z m 147.668741,-22.2265 c 1.54052,-1.248 0.75029,-1.7938 -0.96753,-0.6682 -1.19476,0.7828 -1.39912,0.7933 -1.39912,0.072 0,-0.4649 0.19882,-0.7223 0.44182,-0.5721 0.24301,0.1502 0.63008,-0.032 0.86016,-0.4038 0.26127,-0.4228 0.16774,-0.522 -0.24911,-0.2644 -0.3671,0.2269 -0.66746,0.1303 -0.66746,-0.2146 0,-0.3907 -0.65365,-0.289 -1.73437,0.2698 -1.54816,0.8006 -1.73438,0.8022 -1.73438,0.015 0,-0.5178 -0.51452,-0.882 -1.24585,-0.882 -1.15228,0 -1.17674,-0.076 -0.32565,-1.0168 0.50611,-0.5593 1.04351,-1.6649 1.19423,-2.4571 0.15073,-0.7921 0.47156,-1.9381 0.71296,-2.5467 0.33614,-0.8475 0.24668,-1.0067 -0.38197,-0.6798 -0.4515,0.2347 -0.36967,0.057 0.18183,-0.396 0.5515,-0.4524 0.87041,-0.955 0.70869,-1.1167 -0.16173,-0.1617 0.0952,-0.6171 0.57099,-1.012 0.69707,-0.5785 1.03656,-0.5464 1.74834,0.1654 0.94019,0.9402 1.20649,1.812 0.40154,1.3145 -0.26498,-0.1637 -0.48177,0.086 -0.48177,0.5543 0,0.6279 0.3793,0.5072 1.44218,-0.459 0.7932,-0.7211 1.2548,-0.9859 1.02577,-0.5884 -0.49966,0.8671 1.14118,1.0087 1.67528,0.1445 0.71046,-1.1495 1.48927,-0.5842 0.84741,0.6151 -0.45116,0.843 -0.4586,1.4101 -0.0254,1.9321 0.33728,0.4064 0.44204,0.9101 0.23283,1.1193 -0.20923,0.2092 -0.0615,0.3804 0.32819,0.3804 0.38973,0 0.56281,0.2359 0.38462,0.5242 -0.17819,0.2883 0.16733,0.3957 0.76782,0.2387 3.26921,-0.8549 1.05601,3.1773 -3.00038,5.4664 -1.33417,0.7529 -1.92444,0.9628 -1.31171,0.4664 z m -176.914961,-5.1747 c -0.2847,-0.742 -0.5961,-0.7972 -1.5967,-0.2834 -1.0239,0.5258 -1.1156,0.5036 -0.5204,-0.1262 0.3975,-0.4205 0.7227,-1.1775 0.7227,-1.6821 0,-0.5157 0.5281,-0.9574 1.2057,-1.0085 0.8516,-0.064 1.1083,0.1633 0.8739,0.7742 -0.2248,0.5857 -0.1008,0.7206 0.3841,0.4177 0.3938,-0.2461 1.0377,-0.4962 1.431,-0.5559 0.875,-0.1328 0.084,1.5344 -1.2547,2.6457 -0.7366,0.6113 -0.9535,0.5797 -1.2456,-0.1815 z m 8.39,-19.5916 c 0.7708,-0.8721 1.4309,-1.5857 1.4668,-1.5857 0.036,0 0.094,0.5854 0.1294,1.3008 0.035,0.7154 -0.067,0.9597 -0.226,0.5428 -0.2235,-0.5839 -0.5751,-0.5185 -1.531,0.2849 -0.9893,0.8316 -0.9567,0.7216 0.1608,-0.5428 z m 480.465601,-39.9602 c 0,-0.12004 0.45527,-0.57532 1.01172,-1.01172 0.91694,-0.71911 0.93739,-0.69866 0.21828,0.21828 -0.75525,0.96301 -1.23,1.26926 -1.23,0.79344 z M 183.84673,441.16031 c 0,-0.29921 0.25718,-0.70296 0.57151,-0.89722 0.32771,-0.20254 0.42463,0.0295 0.2272,0.544 -0.38433,1.00156 -0.79871,1.18481 -0.79871,0.35322 z m 16.1991,-18.83716 c 0.40221,-0.48464 0.85035,-0.7621 0.99586,-0.61659 0.40093,0.40093 -0.41367,1.49775 -1.11237,1.49775 -0.38335,0 -0.33949,-0.33172 0.11651,-0.88116 z m -56.66785,-3.74384 c 0,-0.31797 0.27551,-0.57813 0.61225,-0.57813 0.33673,0 0.45145,0.26016 0.25494,0.57813 -0.19652,0.31797 -0.47203,0.57812 -0.61225,0.57812 -0.14022,0 -0.25494,-0.26015 -0.25494,-0.57812 z m -85.273441,-2.89063 c 0.19652,-0.31796 0.47203,-0.57812 0.61225,-0.57812 0.14022,0 0.25494,0.26016 0.25494,0.57812 0,0.31797 -0.27551,0.57813 -0.61225,0.57813 -0.33673,0 -0.45145,-0.26016 -0.25494,-0.57813 z m 134.992191,-3.46875 c 1.13218,-0.73167 1.89751,-0.73167 1.44531,0 -0.19651,0.31797 -0.79722,0.57415 -1.3349,0.56928 -0.84248,-0.008 -0.85775,-0.0863 -0.11041,-0.56928 z m 329.55744,-0.32062 c 0.41025,-0.49431 1.28761,-1.18001 1.9497,-1.52377 1.07419,-0.55774 1.0529,-0.46097 -0.19776,0.89874 -1.48052,1.60963 -3.02696,2.16134 -1.75194,0.62503 z M 93.659229,392.33648 c 0,-0.12497 0.40375,-0.38214 0.89722,-0.57151 0.51448,-0.19742 0.74654,-0.10051 0.544,0.22721 -0.33951,0.54934 -1.44122,0.81253 -1.44122,0.3443 z M 344.92367,351.62867 c -0.18201,-0.2945 0.18325,-1.00078 0.81169,-1.56951 1.30252,-1.17876 1.50049,-0.50818 0.31255,1.05865 -0.43632,0.57547 -0.94222,0.80536 -1.12424,0.51086 z m 6.32161,-8.25636 c 0.17927,-0.29005 0.74418,-0.52738 1.25536,-0.52738 1.09559,0 0.50981,0.74784 -0.72809,0.92953 -0.46926,0.0689 -0.70653,-0.1121 -0.52727,-0.40215 z m 169.41243,-5.44144 c 0.52085,-0.79492 1.22551,-1.44531 1.56591,-1.44531 0.3404,0 1.19358,-0.53988 1.89595,-1.19973 0.94637,-0.88906 1.39083,-1.01563 1.71643,-0.4888 0.28182,0.45599 0.20003,0.563 -0.22807,0.29842 -0.40603,-0.25093 -0.66745,-0.0217 -0.66745,0.58516 0,0.54871 -0.13921,0.85845 -0.30935,0.68831 -0.17015,-0.17014 -1.10821,0.43689 -2.08458,1.34895 -2.18714,2.0431 -3.15984,2.15279 -1.88884,0.213 z m 33.41704,0.38784 c 0.23009,-0.3723 0.11098,-0.6769 -0.26469,-0.6769 -0.50585,0 -0.51601,-0.20126 -0.0391,-0.77585 0.35414,-0.42671 0.53796,-0.88199 0.40847,-1.01172 -0.12948,-0.12972 0.34973,-0.27069 1.06492,-0.31324 1.71935,-0.10231 1.65167,1.01098 -0.14379,2.3653 -0.79427,0.59912 -1.25587,0.7847 -1.02578,0.41241 z m 6.99854,-44.03628 c 0.57552,-0.63593 1.13835,-1.15625 1.25075,-1.15625 0.1124,0 -0.12058,0.52032 -0.51773,1.15625 -0.39714,0.63594 -0.95998,1.15625 -1.25075,1.15625 -0.29076,0 -0.0578,-0.52031 0.51773,-1.15625 z M 355.32363,269.1787 c 0.1736,-0.45237 0.73619,-0.98388 1.25023,-1.18113 0.76782,-0.29464 0.74385,-0.14786 -0.1343,0.82249 -1.25928,1.39148 -1.54785,1.48422 -1.11593,0.35864 z m 23.92935,-9.76467 c 0,-0.0995 0.82071,-0.945 1.82379,-1.8789 1.76926,-1.64724 1.78287,-1.00219 0.0221,1.04809 -0.75414,0.87818 -1.84587,1.36955 -1.84587,0.83081 z m 4.04687,-4.10239 c 0,-0.11007 0.39024,-0.52399 0.86719,-0.91983 0.49984,-0.41483 0.86719,-0.47102 0.86719,-0.13264 0,0.32288 -0.39023,0.7368 -0.86719,0.91983 -0.47695,0.18303 -0.86719,0.24271 -0.86719,0.13264 z m 181.24219,-13.06046 c 0.19652,-0.31796 0.79723,-0.57414 1.3349,-0.56927 0.84249,0.008 0.85775,0.0863 0.11041,0.56927 -1.13218,0.73168 -1.89751,0.73168 -1.44531,0 z m -2.26923,-6.28936 c -0.17913,-0.28984 0.0631,-0.67615 0.53818,-0.85847 0.47512,-0.18233 0.86386,-0.0949 0.86386,0.19436 0,0.78368 -1.02738,1.27032 -1.40204,0.66411 z m 28.64468,-0.80568 0.6756,-1.28777 -1.27049,1.12858 -1.27049,1.12858 0.57194,-1.50424 c 0.48349,-1.2718 0.39868,-1.54954 -0.54881,-1.79732 -0.6164,-0.1612 -0.98605,-0.0752 -0.82146,0.19118 0.16465,0.26634 0.0708,0.62552 -0.20859,0.79816 -0.27935,0.17265 -0.47868,-0.26465 -0.44301,-0.97177 0.037,-0.73795 0.61905,-1.52879 1.36564,-1.85635 0.71543,-0.31388 1.30078,-0.76915 1.30078,-1.01172 0,-0.24257 0.39024,-0.44104 0.86719,-0.44104 1.2532,0 1.24083,6.09229 -0.0133,6.57358 -0.74139,0.28448 -0.77377,0.1343 -0.20495,-0.94987 z M 0.00298,232.77398 c 0,-0.76091 0.3819,-1.53001 0.8487,-1.70913 1.2451,-0.47778 1.7997,0.83905 0.6939,1.64761 -0.5206,0.38066 -0.7771,0.86151 -0.5701,1.06855 0.2071,0.20703 0.073,0.37642 -0.298,0.37642 -0.371,0 -0.6745,-0.62255 -0.6745,-1.38345 z m 563.67187,0.2272 c 0,-0.31796 0.26016,-0.57812 0.57813,-0.57812 0.31797,0 0.57812,0.26016 0.57812,0.57812 0,0.31797 -0.26015,0.57813 -0.57812,0.57813 -0.31797,0 -0.57813,-0.26016 -0.57813,-0.57813 z m 9.48414,-12.58417 c 1.30649,-1.5313 1.30753,-1.53164 1.30753,-0.42364 0,0.47696 -0.12782,0.73937 -0.28405,0.58315 -0.15622,-0.15623 -0.69822,0.0344 -1.20442,0.42362 -0.56393,0.43361 -0.49386,0.20777 0.18094,-0.58313 z M 348.66684,187.8412 c 0.4164,-0.7585 0.8073,-1.63923 0.86865,-1.9572 0.0614,-0.31797 0.20394,-0.96836 0.31687,-1.44532 0.13815,-0.58353 -0.22017,-0.85217 -1.09547,-0.82128 -0.71543,0.0253 -1.30079,-0.12015 -1.30079,-0.3231 0,-0.49526 1.22209,-1.92402 2.41156,-2.81937 0.84771,-0.63811 0.92405,-0.56373 0.62239,0.6065 -0.28174,1.09295 -0.19522,1.21733 0.47908,0.68875 0.96622,-0.75742 4.0026,-1.39138 4.0026,-0.8357 0,0.21028 -0.3252,0.75754 -0.72266,1.21613 -0.39746,0.45859 0.072,0.12039 1.04336,-0.75156 0.9713,-0.87195 2.07696,-1.58537 2.45703,-1.58537 0.38006,0 0.69102,-0.30351 0.69102,-0.67448 0,-0.37096 0.17446,-0.50001 0.3877,-0.28678 0.21323,0.21323 -0.22236,1.03706 -0.96796,1.83073 -1.30518,1.3893 -0.91003,2.12395 0.42457,0.78935 0.48616,-0.48616 0.618,-0.41059 0.51446,0.29491 -0.0766,0.52174 -0.42845,1.23783 -0.78195,1.59133 -0.35349,0.35349 -0.51523,0.97493 -0.35942,1.38097 0.15581,0.40605 0.005,0.91001 -0.33424,1.11993 -0.98926,0.6114 -0.71151,1.46944 0.34449,1.06422 0.66174,-0.25394 0.82701,-0.1507 0.52947,0.33072 -0.24969,0.40401 -0.9314,0.54156 -1.61255,0.32537 -0.649,-0.20598 -1.03975,-0.1476 -0.86834,0.12974 0.1714,0.27734 -0.77161,0.52756 -2.09558,0.55604 -1.32396,0.0285 -3.15065,0.25491 -4.0593,0.50317 -1.6035,0.4381 -1.62982,0.41081 -0.89499,-0.9277 z m -18.55449,-16.12127 c 0,-0.31796 0.40559,-0.57812 0.90131,-0.57812 0.49572,0 0.74052,0.26016 0.54401,0.57812 -0.19652,0.31797 -0.60211,0.57813 -0.90131,0.57813 -0.2992,0 -0.54401,-0.26016 -0.54401,-0.57813 z m 5.62709,-34.18111 c 0.39216,-0.3951 0.85865,-0.57273 1.03665,-0.39473 0.178,0.178 -0.14286,0.50126 -0.71302,0.71836 -0.82394,0.31374 -0.89035,0.24734 -0.32363,-0.32363 z m 88.60729,-5.92779 c 0,-0.12004 0.45527,-0.57532 1.01172,-1.01172 0.91694,-0.71911 0.93739,-0.69866 0.21828,0.21828 -0.75525,0.96301 -1.23,1.26926 -1.23,0.79344 z M 47.735479,125.87859 c 0.2171,-0.57015 0.5404,-0.89101 0.7183,-0.71301 0.178,0.17799 4e-4,0.64448 -0.3947,1.03665 -0.571,0.56671 -0.6374,0.50031 -0.3236,-0.32364 z m -26.9418,-4.47902 c 2.6109,-2.23168 3.772,-2.19593 1.3135,0.0405 -1.0385,0.94459 -2.2092,1.70686 -2.6016,1.69394 -0.3924,-0.013 0.1872,-0.79339 1.2881,-1.73438 z m 24.303,-0.20372 c 0,-0.12497 0.4038,-0.38214 0.8973,-0.5715 0.5145,-0.19743 0.7465,-0.10051 0.544,0.2272 -0.3395,0.54934 -1.4413,0.81253 -1.4413,0.3443 z m 365.016281,-4.03902 c 0.0766,-0.52173 0.43075,-1.24012 0.78706,-1.59643 0.47836,-0.47837 0.61141,-0.39968 0.50861,0.30076 -0.0766,0.52174 -0.43075,1.24013 -0.78706,1.59644 -0.47837,0.47836 -0.61142,0.39968 -0.50861,-0.30077 z m 9.34106,-0.59929 c 0.89515,-1.36617 2.59912,-2.44422 2.56098,-1.62024 -0.0106,0.22849 -0.50756,1.0008 -1.10439,1.71623 -1.47981,1.77385 -2.63201,1.69792 -1.45659,-0.096 z m -256.9717,-5.01158 c 0.34661,-0.64764 0.89225,-1.09019 1.21253,-0.98342 0.98282,0.3276 0.64681,1.24001 -0.63067,1.71258 -1.08104,0.39991 -1.14394,0.32109 -0.58186,-0.72916 z m 408.13003,-8.6229 c 0,-0.31797 0.26016,-0.57813 0.57813,-0.57813 0.31797,0 0.57812,0.26016 0.57812,0.57813 0,0.31797 -0.26015,0.57812 -0.57812,0.57812 -0.31797,0 -0.57813,-0.26015 -0.57813,-0.57812 z m -178.0625,-0.80748 c 0,-0.46649 0.78047,-1.40391 1.73438,-2.08315 1.84283,-1.31221 2.09636,-1.17847 1.143,0.60289 -0.83463,1.55953 -2.87738,2.61041 -2.87738,1.48026 z M 282.43932,93.13099 c -0.22283,-0.36056 -0.0726,-0.57308 0.34207,-0.48397 0.40664,0.0874 0.75117,-0.14466 0.76563,-0.51563 0.0145,-0.37096 0.20187,-0.85007 0.41648,-1.06469 0.21463,-0.21462 0.32906,0.0265 0.25431,0.5358 -0.20318,1.38438 -1.29018,2.31858 -1.77849,1.52849 z M 95.761859,80.4939 l -1.65517,-0.20712 1.65517,-1.78693 1.65518,-1.78693 -2.15742,1.29414 c -2.28272,1.3693 -3.52399,1.22242 -2.92221,-0.34579 0.25728,-0.67047 0.1466,-0.81035 -0.3825,-0.48335 -0.40951,0.25309 -1.60397,0.65399 -2.65437,0.89089 -1.50243,0.33886 -1.84464,0.26093 -1.60433,-0.36532 0.16801,-0.43783 0.002,-0.79606 -0.36862,-0.79606 -0.37075,0 -0.5138,-0.25937 -0.31788,-0.57637 0.23122,-0.37413 -0.19158,-0.3681 -1.2049,0.0172 -1.50665,0.57282 -1.48762,0.51216 0.54508,-1.73779 2.12968,-2.3573 2.66892,-3.32214 1.42814,-2.55529 -0.37293,0.23049 -0.24286,-0.20228 0.28907,-0.9617 1.20881,-1.72583 1.21994,-2.27976 0.0458,-2.27976 -0.50672,0 -1.06286,0.54129 -1.23586,1.20286 -0.21327,0.81553 -0.65232,1.11453 -1.36348,0.92856 -0.57689,-0.15087 -1.17195,-0.0353 -1.32233,0.25691 -0.15038,0.29216 -0.21241,0.21809 -0.13784,-0.16461 0.11477,-0.58901 0.54966,-0.93314 2.59215,-2.05119 0.11709,-0.0641 0.27774,-0.87872 0.35701,-1.81028 0.0793,-0.93156 0.56171,-2.5308 1.07208,-3.55386 0.79577,-1.59515 0.81255,-1.97551 0.11787,-2.67019 -0.96315,-0.96314 -1.70318,-1.07568 -1.14608,-0.17427 0.28278,0.45753 0.0729,0.4645 -0.74866,0.0248 -0.94953,-0.50817 -1.26867,-0.37357 -1.89671,0.79993 -0.4153,0.77599 -1.16871,1.54959 -1.67424,1.7191 -0.50554,0.16951 -1.56955,0.82763 -2.36447,1.4625 -1.19149,0.95158 -1.24225,1.09262 -0.28906,0.8031 0.91428,-0.27771 0.97882,-0.22573 0.30845,0.24838 -0.58771,0.41565 -1.07545,0.41066 -1.58985,-0.0162 -0.55214,-0.45821 -0.74207,-0.37576 -0.74207,0.32215 0,0.51588 -0.26015,0.93797 -0.57812,0.93797 -0.31797,0 -0.54732,-0.19512 -0.50966,-0.43359 0.25159,-1.5934 -0.0961,-1.90488 -1.36925,-1.22669 -0.71543,0.38109 -1.64526,1.10567 -2.06631,1.61018 -0.59377,0.71149 -0.66615,0.72273 -0.32261,0.0501 0.38311,-0.75011 0.30922,-0.75872 -0.54736,-0.0637 -0.54464,0.44192 -1.61939,0.87255 -2.38834,0.95695 -1.26269,0.13861 -1.34574,0.0158 -0.8576,-1.26809 0.52358,-1.37714 0.50039,-1.3935 -0.7419,-0.52337 -1.74657,1.22335 -3.18024,1.23461 -2.16975,0.0171 0.9753,-1.17517 0.37236,-1.67751 -1.08032,-0.90006 -1.66597,0.89161 -1.94582,0.78049 -1.26029,-0.50042 0.464,-0.86699 0.39391,-1.24199 -0.30526,-1.63326 -0.80563,-0.45086 -0.80992,-0.5889 -0.0382,-1.22939 0.47814,-0.39683 0.72563,-1.09603 0.54997,-1.55378 -0.17565,-0.45775 0.002,-1.2192 0.39422,-1.6921 0.39251,-0.47294 0.51983,-0.85986 0.28298,-0.85986 -0.23685,0 -0.20367,-0.33746 0.0738,-0.7499 0.27741,-0.41245 0.0426,-0.24552 -0.52179,0.37096 -0.5644,0.61647 -1.13944,1.00761 -1.27786,0.86918 -0.49184,-0.49184 0.42702,-2.80274 1.11443,-2.80274 0.38444,0 1.30999,-0.65039 2.05678,-1.44531 1.12394,-1.19638 1.19109,-1.44532 0.38984,-1.44532 -0.53238,0 -0.96796,0.26016 -0.96796,0.57813 0,0.31797 -0.38207,0.57812 -0.84905,0.57812 -0.95241,0 -0.63579,-1.43281 0.64912,-2.93754 0.42932,-0.50275 0.58489,-1.12981 0.34572,-1.39347 -0.23917,-0.26365 -0.12073,-0.29907 0.26318,-0.0787 0.42467,0.24375 1.0257,-0.22937 1.53472,-1.20809 0.46017,-0.88481 1.9179,-2.74197 3.23941,-4.12703 2.46104,-2.57938 2.793,-4.03975 0.46712,-2.055 -1.28018,1.09244 -1.28497,1.09203 -0.43713,-0.0373 1.27084,-1.69284 4.19752,-4.08455 4.77527,-3.90239 0.27711,0.0874 0.33906,-0.10774 0.13768,-0.43359 -0.20139,-0.32585 -0.0906,-0.59245 0.24609,-0.59245 0.33673,0 0.61224,-0.39023 0.61224,-0.86719 0,-0.47695 0.26016,-0.86719 0.57813,-0.86719 0.31797,0 0.57812,-0.41806 0.57812,-0.92904 0,-0.58829 -0.31806,-0.80699 -0.86718,-0.59626 -1.23776,0.47497 -1.07982,-0.11022 0.63738,-2.36158 0.82833,-1.086 1.84709,-1.84116 2.26664,-1.68016 0.8418,0.32303 3.88148,-2.19693 3.32331,-2.75509 -0.19235,-0.19236 0.0839,-0.34974 0.61381,-0.34974 1.28708,0 0.98214,1.16495 -0.65674,2.5089 -0.73218,0.60042 -1.20457,1.21833 -1.04976,1.37314 0.15481,0.15481 0.62379,-9.8e-4 1.04217,-0.34625 4.3034,-3.55123 4.61383,-3.73483 4.42001,-2.6142 -0.15571,0.90025 0.17964,1.1146 1.83286,1.17153 3.14277,0.10822 3.23096,0.16121 1.86302,1.11935 -1.52986,1.07155 -1.70392,2.19503 -0.27317,1.76325 0.55644,-0.16792 1.68383,-0.42053 2.5053,-0.56134 1.3469,-0.23088 1.48347,-0.086 1.39058,1.47538 -0.0967,1.62536 0.0107,1.71812 1.75382,1.51463 l 1.85682,-0.21678 -0.9349,2.18236 c -0.5142,1.2003 -2.88607,4.18011 -5.27084,6.62181 -2.38477,2.44169 -4.25846,4.69263 -4.16376,5.00208 0.0947,0.30945 -0.0869,1.30578 -0.40352,2.21407 -0.49496,1.41983 -0.42911,1.65144 0.4695,1.65144 0.57486,0 1.53362,0.6504 2.13058,1.44532 0.59696,0.79492 1.5593,1.44531 2.13854,1.44531 0.68246,0 0.90442,0.25436 0.63059,0.72266 -0.23241,0.39746 0.18033,0.20234 0.91719,-0.4336 l 1.33975,-1.15625 -0.63068,1.2038 c -0.34688,0.66209 -1.03513,1.53945 -1.52944,1.94969 -1.03703,0.86066 -1.22841,2.03255 -0.2313,1.41631 0.41511,-0.25655 0.51046,-0.15849 0.2522,0.25937 -0.65227,1.05539 1.06219,2.48744 1.96051,1.63757 0.52012,-0.49206 0.50765,-0.32586 -0.0442,0.589 -0.89665,1.4865 -0.34704,2.38015 0.85188,1.38514 0.70523,-0.58529 0.74675,-0.3358 0.28566,1.71635 -0.32219,1.43395 -0.32891,2.66635 -0.0167,3.05948 0.28755,0.36206 0.42571,1.25266 0.30701,1.97911 -0.19241,1.17754 -0.0851,1.25085 0.98937,0.67582 1.49121,-0.79807 1.94588,-0.42229 1.18843,0.98222 -0.31679,0.58741 -0.72053,1.5328 -0.89721,2.10087 -0.17667,0.56806 -1.07661,1.46637 -1.99985,1.99624 -0.92325,0.52987 -2.01019,1.49595 -2.41542,2.14684 -0.68617,1.10213 -0.66472,1.12386 0.31213,0.31626 0.57691,-0.47696 1.13902,-0.80215 1.24913,-0.72266 0.11011,0.0795 0.26525,0.12463 0.34474,0.1003 0.0795,-0.0243 0.65772,-0.13989 1.28494,-0.2568 0.62723,-0.11691 1.47274,-0.66704 1.87891,-1.22251 0.98031,-1.34065 0.93145,-0.81385 -0.16871,1.81921 -0.82419,1.97257 -0.82419,2.13939 0,1.82312 1.2161,-0.46666 1.1531,0.39086 -0.10451,1.42278 -0.55645,0.45658 -1.75655,0.73694 -2.6669,0.62302 z m -8.23078,-33.16442 c -0.19762,-0.31975 -0.66488,-0.26622 -1.14352,0.13101 -0.44514,0.36944 -0.65897,0.91502 -0.47518,1.2124 0.19762,0.31975 0.66488,0.26622 1.14352,-0.13101 0.44514,-0.36944 0.65897,-0.91502 0.47518,-1.2124 z m 0.96838,-1.79978 c -0.0715,-0.69127 -0.86446,-0.55739 -1.11289,0.18789 -0.12718,0.38156 0.0809,0.58969 0.4625,0.4625 0.38157,-0.12719 0.67424,-0.41986 0.65039,-0.65039 z m -12.47304,22.70586 c 0.19651,-0.31797 0.79722,-0.57414 1.3349,-0.56927 0.84248,0.008 0.85775,0.0863 0.11041,0.56927 -1.13218,0.73168 -1.89751,0.73168 -1.44531,0 z M 545.36756,59.85275 c 0,-0.47696 0.37873,-0.86719 0.84162,-0.86719 0.68256,0 0.70561,0.16389 0.12192,0.86719 -0.39583,0.47695 -0.77456,0.86718 -0.84162,0.86718 -0.067,0 -0.12192,-0.39023 -0.12192,-0.86718 z M 409.66037,57.34151 c -0.20006,-0.32371 -0.082,-0.76266 0.26227,-0.97546 0.88885,-0.54934 1.46235,0.20313 0.72033,0.94514 -0.4152,0.4152 -0.73857,0.42518 -0.9826,0.0303 z M 130.0811,54.47072 c 0,-0.30069 0.39024,-0.87057 0.86719,-1.26641 0.47696,-0.39584 0.86719,-0.52591 0.86719,-0.28906 0,0.23685 0.39023,0.10677 0.86719,-0.28907 0.47695,-0.39583 0.86718,-0.57548 0.86718,-0.39921 0,0.17626 -0.78046,0.87622 -1.73437,1.55546 -0.95391,0.67925 -1.73438,0.98897 -1.73438,0.68829 z m -40.468751,-7.4703 c 1.45658,-0.55656 3.51154,-3.08424 3.09643,-3.80872 -0.21515,-0.37549 -0.1918,-0.50335 0.0519,-0.28415 0.24368,0.21921 1.07769,-0.23606 1.85334,-1.01172 1.52234,-1.52234 2.27005,-1.85037 1.56734,-0.68761 -1.07908,1.78553 -5.78674,6.20444 -6.569,6.16608 -0.77083,-0.0378 -0.77083,-0.0793 0,-0.37388 z M 0.00298,23.43087 l 0,-23.41406 19.800799,0.0406 c 18.6615,0.0383 23.0152,0.31133 21.3522,1.33907 -0.3763,0.2326 -0.6843,0.70804 -0.6843,1.05652 0,0.34849 0.4758,0.20305 1.0573,-0.32318 1.3151,-1.19014 1.9004,-1.22595 1.4643,-0.0896 -0.1884,0.4911 -0.013,0.86718 0.4036,0.86718 0.405,0 0.5623,-0.174 0.3496,-0.38667 -0.5021,-0.50215 1.3084,-2.50395 2.2646,-2.50395 1.113,0 1.3085,1.88842 0.3169,3.06004 -0.7325,0.86538 -0.7395,0.9875 -0.043,0.73937 0.4591,-0.16348 1.5919,-0.42516 2.5172,-0.58151 l 1.6824,-0.28428 -1.8371,1.89542 c -1.0104,1.04248 -1.6591,2.07343 -1.4415,2.291 0.2175,0.21757 0.092,0.39558 -0.2789,0.39558 -0.371,0 -0.6095,0.3252 -0.53,0.72266 0.08,0.39746 -0.2,0.65117 -0.6211,0.5638 -0.4211,-0.0874 -0.619,0.0783 -0.4399,0.36809 0.3858,0.62433 -1.2648,2.13811 -1.775,1.62787 -0.4781,-0.47809 -2.5116,0.65884 -2.5116,1.40422 0,0.32949 0.4088,0.19026 0.9085,-0.3094 0.4996,-0.49967 1.072,-0.90849 1.2718,-0.90849 0.1999,0 0.051,0.31219 -0.3303,0.69376 -1.0211,1.02103 -0.8528,1.51051 0.607,1.76588 1.2315,0.21544 1.2411,0.2539 0.1792,0.72235 -0.7232,0.31906 -1.1985,0.26406 -1.3381,-0.15487 -0.3856,-1.15683 -1.8967,-0.0503 -3.0689,2.24731 -0.6288,1.23266 -1.4258,2.2412 -1.7711,2.2412 -0.3452,0 -1.7057,0.82676 -3.0234,1.83724 -1.3176,1.01049 -2.0705,1.47877 -1.673,1.04063 0.3975,-0.43814 0.7226,-1.00695 0.7226,-1.26402 0,-0.70181 -2.3359,0.74246 -4.6734,2.88946 -1.9053,1.75002 -2.0679,1.80265 -2.0234,0.6545 0.061,-1.57207 -1.4597,-2.60654 -2.9082,-1.97835 -0.5996,0.26007 -1.2854,0.43155 -1.5239,0.38107 -0.2384,-0.0505 -0.4336,0.16838 -0.4336,0.48634 0,0.31797 -0.3624,0.57813 -0.8053,0.57813 -0.4429,0 -0.9551,0.39023 -1.1381,0.86719 -0.4415,1.15061 0.1455,1.09631 1.5624,-0.14453 1.1002,-0.96355 1.1377,-0.96355 0.7863,0 -0.2221,0.60888 -0.088,1.01904 0.3356,1.0301 0.3988,0.0104 0.2522,0.36134 -0.3379,0.8088 -0.7599,0.5762 -0.8397,0.85796 -0.2946,1.03968 0.4323,0.14407 0.018,0.59895 -0.981,1.0779 -0.9509,0.45574 -1.702,1.08528 -1.6691,1.39896 0.033,0.31369 -0.6888,1.02561 -1.6038,1.58206 -1.9695,1.19772 -2.4378,1.27098 -1.8479,0.28906 0.295,-0.49104 0.1206,-0.46835 -0.544,0.0708 -1.059,0.85899 -1.3411,1.52252 -0.4001,0.94093 0.318,-0.19652 0.5782,-0.0818 0.5782,0.25494 0,0.33673 -0.2755,0.61224 -0.6123,0.61224 -0.3367,0 -0.4625,0.24219 -0.2796,0.53818 0.1829,0.296 0,0.74396 -0.3995,0.99546 -1.0764,0.6724 -2.2341,0.7603 -1.8511,0.14056 0.1825,-0.29524 0.5306,-0.41393 0.7736,-0.26374 0.243,0.15018 0.4418,-0.11035 0.4418,-0.57895 0,-0.63738 -0.3324,-0.53973 -1.3196,0.38763 -0.7257,0.68181 -1.705,1.09172 -2.1761,0.91093 -0.4852,-0.1862 -1.6886,0.40471 -2.7755,1.36294 -1.0554,0.93041 -2.114,1.69581 -2.3525,1.70089 -0.2385,0.005 -0.4336,0.25445 -0.4336,0.55416 0,0.29971 0.5203,0.44473 1.1562,0.32226 1.8263,-0.3517 1.3664,0.55578 -1.452,2.86523 C 2.89718,43.081 1.81528,44.218 1.92758,44.43214 c 0.1122,0.21413 -0.275,0.84461 -0.8605,1.40106 -1.0331,0.98184 -1.0645,0.32024 -1.0645,-22.40235 z m 6.225199,12.42969 c 0.3972,-0.63594 0.6301,-1.15625 0.5177,-1.15625 -0.1124,0 -0.6752,0.52031 -1.2507,1.15625 -0.5755,0.63594 -0.8085,1.15625 -0.5177,1.15625 0.2907,0 0.8536,-0.52031 1.2507,-1.15625 z m 11.1185,-6.35938 c 0,-0.31796 -0.1147,-0.57812 -0.2549,-0.57812 -0.1402,0 -0.4157,0.26016 -0.6122,0.57812 -0.1966,0.31797 -0.082,0.57813 0.2549,0.57813 0.3367,0 0.6122,-0.26016 0.6122,-0.57813 z M 452.67485,43.80682 c 0,-0.15898 0.36708,-0.5937 0.81572,-0.96604 0.62848,-0.52159 0.91517,-0.50466 1.24894,0.0737 0.23827,0.4129 0.22033,0.55787 -0.0399,0.32215 -0.26019,-0.23572 -0.82222,-0.13882 -1.24893,0.21532 -0.42671,0.35414 -0.77584,0.51382 -0.77584,0.35483 z M 99.151419,39.90743 c -0.19652,-0.31796 0.0636,-0.57812 0.57812,-0.57812 0.514491,0 0.774641,0.26016 0.578131,0.57812 -0.19652,0.31797 -0.456671,0.57813 -0.578131,0.57813 -0.12145,0 -0.38161,-0.26016 -0.57812,-0.57813 z M 567.56756,38.67945 c 0.39217,-0.3951 0.85866,-0.57274 1.03665,-0.39474 0.178,0.178 -0.14286,0.50126 -0.71301,0.71837 -0.82395,0.31374 -0.89035,0.24733 -0.32364,-0.32363 z M 80.362349,28.9913 c 0,-0.31797 0.26016,-0.73891 0.57813,-0.93543 0.31797,-0.19651 0.57812,-0.0971 0.57812,0.22083 0,0.31797 -0.26015,0.73891 -0.57812,0.93542 -0.31797,0.19652 -0.57813,0.0971 -0.57813,-0.22082 z M 174.0186,27.87172 c 0,-0.6987 1.09682,-1.5133 1.49775,-1.11237 0.14552,0.14551 -0.13195,0.59365 -0.61658,0.99587 -0.54945,0.45599 -0.88117,0.49985 -0.88117,0.1165 z m 1.7291,-2.70011 c 0.39293,-0.47345 0.94934,-0.71563 1.23647,-0.53817 0.73796,0.45608 0.0323,1.39899 -1.04703,1.39899 -0.73491,0 -0.77032,-0.1609 -0.18944,-0.86082 z M 92.223729,21.41828 c -1.13016,-1.24881 -1.001,-1.56452 1.8777,-4.5898 1.09411,-1.14981 1.26044,-1.20134 0.93301,-0.28906 -0.21915,0.61061 -0.65007,1.4354 -0.95762,1.83286 -0.39339,0.50841 -0.2912,0.72265 0.34469,0.72265 0.49712,0 1.06464,-0.26015 1.26116,-0.57812 0.41533,-0.67203 1.47775,-0.78356 1.37685,-0.14453 -0.18361,1.16289 0.15797,1.37107 1.06474,0.64891 0.59632,-0.47492 0.46112,-0.0972 -0.33679,0.94093 -2.10814,2.74279 -3.96059,3.22762 -5.56374,1.45616 z m -51.04315,-4.96749 c 0.5489,-0.57466 1.1565,-0.88629 1.3503,-0.6925 0.1938,0.19379 -0.2553,0.66396 -0.9979,1.04484 -1.2909,0.66202 -1.3064,0.64651 -0.3524,-0.35234 z"
-         style="fill:#000000" />
-    </pattern>
-    <filter
-       inkscape:collect="always"
-       id="filter4935">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="7.295304"
-         id="feGaussianBlur4937" />
-    </filter>
-    <filter
-       inkscape:collect="always"
-       id="filter5050">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="8.6773718"
-         id="feGaussianBlur5052" />
-    </filter>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.7"
-     inkscape:cx="153.66259"
-     inkscape:cy="668.55467"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1317"
-     inkscape:window-height="744"
-     inkscape:window-x="308"
-     inkscape:window-y="1224"
-     inkscape:window-maximized="1"
-     showborder="false"
-     inkscape:showpageshadow="false" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <rect
-       inkscape:export-filename="/home/siovene/code/cowhide/examples/hoofbeats/icon.png"
-       inkscape:export-ydpi="16.16"
-       inkscape:export-xdpi="16.16"
-       ry="162.85715"
-       y="217.97319"
-       x="67.401604"
-       height="574.28571"
-       width="574.28571"
-       id="rect2996"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.26337449000000002" />
-    <rect
-       ry="162.85715"
-       y="217.97319"
-       x="67.401604"
-       height="574.28571"
-       width="574.28571"
-       id="rect3362"
-       style="fill:url(#pattern4901);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
-    <path
-       d="m 322.8125,319.8125 c -10.25168,0 -22.9053,2.48884 -33.3125,8.15625 -10.4072,5.66741 -18.26,12.89838 -27.03125,21.75 -19.5834,19.76281 -33.3227,44.44887 -45.9375,78.59375 -10.18483,27.56761 -14.33372,41.12081 -17.125,57 -1.04174,5.92634 -2.87012,15.47486 -3.8125,20.03125 -1.61451,7.80618 -1.4794,11.76714 -1.84375,18.65625 -0.36435,6.88911 -0.63633,14.8193 -0.78125,22.6875 -0.14492,7.8682 -0.18472,15.57967 -0.0625,22.09375 0.0611,3.25704 0.16547,6.20206 0.34375,9 0.17828,2.79794 -0.55144,3.47169 1.75,11.28125 4.9154,16.67948 9.76169,30.15227 18,42.53125 8.23831,12.37898 20.37713,22.13259 32.34375,28.25 8.95216,4.57643 15.72502,8.09717 27.59375,10.78125 4.96187,1.1221 5.14968,1.77022 14.03125,2.59375 a 32.665772,32.665772 0 0 0 0.0312,0 c 8.1222,0.75309 13.39743,-0.48845 17.0625,-2.21875 3.91193,3.92967 7.58883,5.79449 11.25,8 5.97269,3.59799 12.22243,6.4058 19.3125,8.5625 19.12943,5.81891 37.34584,2.76327 52.75,-5.3125 5.24494,-2.74971 10.51742,-6.48431 15.25,-11.0625 a 32.665772,32.665772 0 0 0 18.625,2.15625 l 6.8125,-1.21875 a 32.665772,32.665772 0 0 0 0.0312,0 c 30.99593,-5.58771 59.00652,-20.68408 73.5,-49.8125 10.41314,-20.92787 14.64163,-43.58543 14.65625,-72.09375 0.0145,-28.38105 -3.58562,-55.34988 -11.09375,-80.78125 -0.85622,-2.90019 -1.65481,-5.89059 -2.15625,-7.9375 -0.14677,-0.59912 -0.19777,-0.81316 -0.28125,-1.1875 -0.002,-0.009 0.002,-0.0221 0,-0.0312 -0.0557,-0.2505 -0.17198,-0.73436 -0.1875,-0.8125 -0.0194,-0.0977 0.0666,-0.47538 0.15625,-0.0937 -0.44512,-8.85604 -2.17438,-10.65862 -5.34375,-16.65625 2.66285,5.03898 -0.236,-0.72842 -1.71875,-4.5625 -1.48275,-3.83408 -3.36751,-8.88092 -5.21875,-14 C 479.9702,395.29832 466.27825,370.831 449.0625,352.125 431.84675,333.419 409.28465,318.6813 381.96875,320.25 c -5.23714,0.30076 -11.643,-0.61024 -22.71875,5.375 -2.04412,1.10463 -3.82457,2.35614 -5.46875,3.65625 -3.10547,-2.46925 -6.73363,-4.858 -10.8125,-6.40625 -8.94948,-3.39704 -15.02547,-3.0625 -20.15625,-3.0625 z"
-       id="path5012"
-       style="fill:#0b2228;filter:url(#filter5050);opacity:0.74485597"
-       inkscape:original="M 322.8125 352.46875 C 309.45832 352.46875 301.37775 356.8532 285.65625 372.71875 C 269.95554 388.5633 258.95285 407.69477 247.15625 439.625 C 237.13826 466.74101 234.00755 477.05922 231.5625 490.96875 C 230.45447 497.27219 228.68018 506.71588 227.59375 511.96875 C 225.66799 521.27982 224.69244 574.24029 226.34375 579.84375 C 235.39697 610.56417 242.96404 621.92928 260.21875 630.75 C 266.98208 634.20748 275.95395 637.83091 280.15625 638.78125 C 284.35855 639.73158 288.78661 640.57499 290 640.6875 C 293.82871 641.0425 317.02363 597.23693 327.8125 569.28125 C 330.65062 561.92723 334.43308 552.4523 336.1875 548.25 C 338.98184 541.55677 339.44304 529.59222 339.9375 451.6875 C 340.49678 363.57298 340.44621 362.72122 336.4375 357.625 C 333.00348 353.25933 330.96157 352.46875 322.8125 352.46875 z M 383.84375 352.84375 C 374.46199 353.38253 373.5116 353.91015 370.34375 360.125 C 367.19814 366.29627 366.9837 373.26212 367.53125 450.84375 L 368.125 534.90625 L 373.15625 549.21875 C 380.51634 570.17502 382.91664 575.62896 400 610 L 415.5 641.1875 L 422.3125 639.96875 C 444.79496 635.91578 464.70365 623.10477 472.34375 607.75 C 480.72611 590.9035 483.58035 576.32412 483.59375 550.1875 C 483.60683 524.55373 480.3848 500.8432 473.84375 478.6875 C 471.85301 471.9445 470.21875 465.2882 470.21875 463.875 C 470.21875 462.46181 469.43275 459.793 468.46875 457.96875 C 467.50472 456.14449 463.55003 445.93075 459.6875 435.25 C 441.14958 383.98864 411.0505 351.28132 383.84375 352.84375 z M 354.40625 570.625 C 349.04515 570.08646 348.22452 570.99934 339.28125 587.78125 C 334.07813 597.5448 328.37355 608.98025 326.59375 613.1875 C 322.95121 621.79802 322.11566 639.27911 325.09375 644.84375 C 327.10824 648.60783 335.60066 653.71951 344.125 656.3125 C 363.0002 662.05408 386.15625 649.91032 386.15625 634.28125 C 386.15625 622.31188 380.19869 607.39931 363.25 576.90625 C 361.00674 572.8703 358.40033 571.02625 354.40625 570.625 z "
-       inkscape:radius="32.662506"
-       sodipodi:type="inkscape:offset"
-       transform="matrix(1.0701233,0,0,1.0701233,-24.861785,-35.425795)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="32.662506"
-       inkscape:original="M 322.8125 352.46875 C 309.45832 352.46875 301.37775 356.8532 285.65625 372.71875 C 269.95554 388.5633 258.95285 407.69477 247.15625 439.625 C 237.13826 466.74101 234.00755 477.05922 231.5625 490.96875 C 230.45447 497.27219 228.68018 506.71588 227.59375 511.96875 C 225.66799 521.27982 224.69244 574.24029 226.34375 579.84375 C 235.39697 610.56417 242.96404 621.92928 260.21875 630.75 C 266.98208 634.20748 275.95395 637.83091 280.15625 638.78125 C 284.35855 639.73158 288.78661 640.57499 290 640.6875 C 293.82871 641.0425 317.02363 597.23693 327.8125 569.28125 C 330.65062 561.92723 334.43308 552.4523 336.1875 548.25 C 338.98184 541.55677 339.44304 529.59222 339.9375 451.6875 C 340.49678 363.57298 340.44621 362.72122 336.4375 357.625 C 333.00348 353.25933 330.96157 352.46875 322.8125 352.46875 z M 383.84375 352.84375 C 374.46199 353.38253 373.5116 353.91015 370.34375 360.125 C 367.19814 366.29627 366.9837 373.26212 367.53125 450.84375 L 368.125 534.90625 L 373.15625 549.21875 C 380.51634 570.17502 382.91664 575.62896 400 610 L 415.5 641.1875 L 422.3125 639.96875 C 444.79496 635.91578 464.70365 623.10477 472.34375 607.75 C 480.72611 590.9035 483.58035 576.32412 483.59375 550.1875 C 483.60683 524.55373 480.3848 500.8432 473.84375 478.6875 C 471.85301 471.9445 470.21875 465.2882 470.21875 463.875 C 470.21875 462.46181 469.43275 459.793 468.46875 457.96875 C 467.50472 456.14449 463.55003 445.93075 459.6875 435.25 C 441.14958 383.98864 411.0505 351.28132 383.84375 352.84375 z M 354.40625 570.625 C 349.04515 570.08646 348.22452 570.99934 339.28125 587.78125 C 334.07813 597.5448 328.37355 608.98025 326.59375 613.1875 C 322.95121 621.79802 322.11566 639.27911 325.09375 644.84375 C 327.10824 648.60783 335.60066 653.71951 344.125 656.3125 C 363.0002 662.05408 386.15625 649.91032 386.15625 634.28125 C 386.15625 622.31188 380.19869 607.39931 363.25 576.90625 C 361.00674 572.8703 358.40033 571.02625 354.40625 570.625 z "
-       style="fill:#164450"
-       id="path5010"
-       d="m 322.8125,319.8125 c -10.25168,0 -22.9053,2.48884 -33.3125,8.15625 -10.4072,5.66741 -18.26,12.89838 -27.03125,21.75 -19.5834,19.76281 -33.3227,44.44887 -45.9375,78.59375 -10.18483,27.56761 -14.33372,41.12081 -17.125,57 -1.04174,5.92634 -2.87012,15.47486 -3.8125,20.03125 -1.61451,7.80618 -1.4794,11.76714 -1.84375,18.65625 -0.36435,6.88911 -0.63633,14.8193 -0.78125,22.6875 -0.14492,7.8682 -0.18472,15.57967 -0.0625,22.09375 0.0611,3.25704 0.16547,6.20206 0.34375,9 0.17828,2.79794 -0.55144,3.47169 1.75,11.28125 4.9154,16.67948 9.76169,30.15227 18,42.53125 8.23831,12.37898 20.37713,22.13259 32.34375,28.25 8.95216,4.57643 15.72502,8.09717 27.59375,10.78125 4.96187,1.1221 5.14968,1.77022 14.03125,2.59375 a 32.665772,32.665772 0 0 0 0.0312,0 c 8.1222,0.75309 13.39743,-0.48845 17.0625,-2.21875 3.91193,3.92967 7.58883,5.79449 11.25,8 5.97269,3.59799 12.22243,6.4058 19.3125,8.5625 19.12943,5.81891 37.34584,2.76327 52.75,-5.3125 5.24494,-2.74971 10.51742,-6.48431 15.25,-11.0625 a 32.665772,32.665772 0 0 0 18.625,2.15625 l 6.8125,-1.21875 a 32.665772,32.665772 0 0 0 0.0312,0 c 30.99593,-5.58771 59.00652,-20.68408 73.5,-49.8125 10.41314,-20.92787 14.64163,-43.58543 14.65625,-72.09375 0.0145,-28.38105 -3.58562,-55.34988 -11.09375,-80.78125 -0.85622,-2.90019 -1.65481,-5.89059 -2.15625,-7.9375 -0.14677,-0.59912 -0.19777,-0.81316 -0.28125,-1.1875 -0.002,-0.009 0.002,-0.0221 0,-0.0312 -0.0557,-0.2505 -0.17198,-0.73436 -0.1875,-0.8125 -0.0194,-0.0977 0.0666,-0.47538 0.15625,-0.0937 -0.44512,-8.85604 -2.17438,-10.65862 -5.34375,-16.65625 2.66285,5.03898 -0.236,-0.72842 -1.71875,-4.5625 -1.48275,-3.83408 -3.36751,-8.88092 -5.21875,-14 C 479.9702,395.29832 466.27825,370.831 449.0625,352.125 431.84675,333.419 409.28465,318.6813 381.96875,320.25 c -5.23714,0.30076 -11.643,-0.61024 -22.71875,5.375 -2.04412,1.10463 -3.82457,2.35614 -5.46875,3.65625 -3.10547,-2.46925 -6.73363,-4.858 -10.8125,-6.40625 -8.94948,-3.39704 -15.02547,-3.0625 -20.15625,-3.0625 z" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="0"
-       inkscape:original="M 322.8125 352.46875 C 309.45832 352.46875 301.37775 356.8532 285.65625 372.71875 C 269.95554 388.5633 258.95285 407.69477 247.15625 439.625 C 237.13826 466.74101 234.00755 477.05922 231.5625 490.96875 C 230.45447 497.27219 228.68018 506.71588 227.59375 511.96875 C 225.66799 521.27982 224.69244 574.24029 226.34375 579.84375 C 235.39697 610.56417 242.96404 621.92928 260.21875 630.75 C 266.98208 634.20748 275.95395 637.83091 280.15625 638.78125 C 284.35855 639.73158 288.78661 640.57499 290 640.6875 C 293.82871 641.0425 317.02363 597.23693 327.8125 569.28125 C 330.65062 561.92723 334.43308 552.4523 336.1875 548.25 C 338.98184 541.55677 339.44304 529.59222 339.9375 451.6875 C 340.49678 363.57298 340.44621 362.72122 336.4375 357.625 C 333.00348 353.25933 330.96157 352.46875 322.8125 352.46875 z M 383.84375 352.84375 C 374.46199 353.38253 373.5116 353.91015 370.34375 360.125 C 367.19814 366.29627 366.9837 373.26212 367.53125 450.84375 L 368.125 534.90625 L 373.15625 549.21875 C 380.51634 570.17502 382.91664 575.62896 400 610 L 415.5 641.1875 L 422.3125 639.96875 C 444.79496 635.91578 464.70365 623.10477 472.34375 607.75 C 480.72611 590.9035 483.58035 576.32412 483.59375 550.1875 C 483.60683 524.55373 480.3848 500.8432 473.84375 478.6875 C 471.85301 471.9445 470.21875 465.2882 470.21875 463.875 C 470.21875 462.46181 469.43275 459.793 468.46875 457.96875 C 467.50472 456.14449 463.55003 445.93075 459.6875 435.25 C 441.14958 383.98864 411.0505 351.28132 383.84375 352.84375 z M 354.40625 570.625 C 349.04515 570.08646 348.22452 570.99934 339.28125 587.78125 C 334.07813 597.5448 328.37355 608.98025 326.59375 613.1875 C 322.95121 621.79802 322.11566 639.27911 325.09375 644.84375 C 327.10824 648.60783 335.60066 653.71951 344.125 656.3125 C 363.0002 662.05408 386.15625 649.91032 386.15625 634.28125 C 386.15625 622.31188 380.19869 607.39931 363.25 576.90625 C 361.00674 572.8703 358.40033 571.02625 354.40625 570.625 z "
-       style="fill:#5fbcd3"
-       id="path5006"
-       d="m 322.8125,352.46875 c -13.35418,0 -21.43475,4.38445 -37.15625,20.25 -15.70071,15.84455 -26.7034,34.97602 -38.5,66.90625 -10.01799,27.11601 -13.1487,37.43422 -15.59375,51.34375 -1.10803,6.30344 -2.88232,15.74713 -3.96875,21 -1.92576,9.31107 -2.90131,62.27154 -1.25,67.875 9.05322,30.72042 16.62029,42.08553 33.875,50.90625 6.76333,3.45748 15.7352,7.08091 19.9375,8.03125 4.2023,0.95033 8.63036,1.79374 9.84375,1.90625 3.82871,0.355 27.02363,-43.45057 37.8125,-71.40625 2.83812,-7.35402 6.62058,-16.82895 8.375,-21.03125 2.79434,-6.69323 3.25554,-18.65778 3.75,-96.5625 0.55928,-88.11452 0.50871,-88.96628 -3.5,-94.0625 -3.43402,-4.36567 -5.47593,-5.15625 -13.625,-5.15625 z m 61.03125,0.375 c -9.38176,0.53878 -10.33215,1.0664 -13.5,7.28125 -3.14561,6.17127 -3.36005,13.13712 -2.8125,90.71875 l 0.59375,84.0625 5.03125,14.3125 C 380.51634,570.17502 382.91664,575.62896 400,610 l 15.5,31.1875 6.8125,-1.21875 c 22.48246,-4.05297 42.39115,-16.86398 50.03125,-32.21875 8.38236,-16.8465 11.2366,-31.42588 11.25,-57.5625 0.0131,-25.63377 -3.20895,-49.3443 -9.75,-71.5 -1.99074,-6.743 -3.625,-13.3993 -3.625,-14.8125 0,-1.41319 -0.786,-4.082 -1.75,-5.90625 -0.96403,-1.82426 -4.91872,-12.038 -8.78125,-22.71875 -18.53792,-51.26136 -48.637,-83.96868 -75.84375,-82.40625 z M 354.40625,570.625 c -5.3611,-0.53854 -6.18173,0.37434 -15.125,17.15625 -5.20312,9.76355 -10.9077,21.199 -12.6875,25.40625 -3.64254,8.61052 -4.47809,26.09161 -1.5,31.65625 2.01449,3.76408 10.50691,8.87576 19.03125,11.46875 18.8752,5.74158 42.03125,-6.40218 42.03125,-22.03125 0,-11.96937 -5.95756,-26.88194 -22.90625,-57.375 -2.24326,-4.03595 -4.84967,-5.88 -8.84375,-6.28125 z" />
-    <path
-       style="fill:#ffffff;fill-opacity:0.28767126;fill-rule:evenodd;stroke:none;filter:url(#filter4935)"
-       d="m 230.25,217.96875 c -90.22286,0 -162.84375,72.65214 -162.84375,162.875 l 0,75.0625 c 22.651357,26.81925 55.2308,43.5625 91.5625,43.5625 l 403.28125,0 c 30.27905,0 57.94376,-11.62632 79.4375,-31.03125 l 0,-87.59375 c 0,-90.22286 -72.62089,-162.875 -162.84375,-162.875 l -248.59375,0 z"
-       id="rect4858"
-       inkscape:connector-curvature="0"
-       transform="matrix(0.96134242,0,0,0.95205871,13.703506,23.945179)" />
-    <rect
-       style="fill:#00aad4;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:15.96801662;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:0.09465021000000000"
-       id="rect4490"
-       width="574.28571"
-       height="574.28571"
-       x="67.401604"
-       y="217.97319"
-       ry="162.85715" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot4492"
-       style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:4.99000502;stroke-miterlimit:4;stroke-dasharray:none;font-family:Sans"
-       transform="translate(-52.639137,9.2716639)"><flowRegion
-         id="flowRegion4494"><rect
-           id="rect4496"
-           width="527.14288"
-           height="418.57144"
-           x="148.57143"
-           y="313.79074"
-           style="stroke:#000000;stroke-width:4.99000502;stroke-miterlimit:4;stroke-dasharray:none" /></flowRegion><flowPara
-         id="flowPara4498"
-         style="font-size:144px;font-weight:bold;fill:#ff0000;stroke:#000000;stroke-width:4.99000502;stroke-miterlimit:4;stroke-dasharray:none;-inkscape-font-specification:Sans Bold"><flowSpan
-   style="text-align:center;text-anchor:middle;stroke:#000000;stroke-width:4.99000502;stroke-miterlimit:4;stroke-dasharray:none"
-   id="flowSpan4500">UNIT </flowSpan>TESTS</flowPara></flowRoot>  </g>
-</svg>
diff --git a/examples/hoofbeats/tests/index.html b/examples/hoofbeats/tests/index.html
deleted file mode 100644 (file)
index 779b2b3..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
--->
-
-<!DOCTYPE HTML>
-<html>
-<head>
-  <title>Hoofbeats Test Suite</title>
-
-  <!-- jquery -->
-  <!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
-  <script src="vendor/jquery-1.8.3.js"></script>
-
-  <!-- qunit -->
-  <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
-  <script src="vendor/qunit.js"></script>
-
-  <!-- phantomjs logging script-->
-  <script src="unit/hoofbeats-phantom.js"></script>
-
-  <!-- source -->
-  <script src="javascripts/resolvers/dummy.js"></script>
-  <script src="javascripts/resolvers/musicbrainz.js"></script>
-  <script src="javascripts/library.js"></script>
-
-  <!-- unit tests -->
-  <script src="unit/resolvers/musicbrainz.js"></script>
-  <script src="unit/library.js"></script>
-</head>
-<body>
-  <div>
-    <h1 id="qunit-header">Hoofbeats Test Suite</h1>
-    <h2 id="qunit-banner"></h2>
-    <h2 id="qunit-userAgent"></h2>
-    <ol id="qunit-tests"></ol>
-    <div id="qunit-fixture"></div>
-  </div>
-</body>
-</html>
diff --git a/examples/hoofbeats/tests/make-wgt.sh b/examples/hoofbeats/tests/make-wgt.sh
deleted file mode 100755 (executable)
index abf5d3d..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/bash
-
-# This script generates a widget package hoofbeats.wgt inside
-# the root directory of this project.
-#
-# By default, it produces a package for the new Tizen
-# APIs. If you want a package for the old APIs, call
-# it with:
-#
-#   ./make-wgt.sh old
-
-USE_OLD_CONFIG=$1
-CONFIG_FILE=config.xml
-PROJECT_NAME=hoofbeats-unittests
-
-if [ "x$USE_OLD_CONFIG" != "x" ] ; then
-  echo "******* USING OLD APIS"
-
-  if [[ -d /tmp/$PROJECT_NAME ]] ; then
-    rm -Rf /tmp/$PROJECT_NAME/*
-    rmdir /tmp/$PROJECT_NAME
-  fi
-
-  mkdir /tmp/$PROJECT_NAME
-
-  # replace /api/ with /privilege/
-  sed -e 's%http://tizen\.org/privilege/%http://tizen\.org/api/%g' ./$CONFIG_FILE > /tmp/$PROJECT_NAME/$CONFIG_FILE
-
-  # the tmp file is the new config file
-  CONFIG_FILE=/tmp/$PROJECT_NAME/config.xml
-
-  # replace content privilege with mediacontent
-  sed -i -e 's%api/content%api/mediacontent%' $CONFIG_FILE
-
-  # remove privileges which don't exist in the old API:
-  # datacontrol, callhistory, networkbearerselection, setting
-  cat $CONFIG_FILE > $CONFIG_FILE.tmp
-
-  cat $CONFIG_FILE.tmp | grep -v "api/datacontrol" | grep -v "api/callhistory" | grep -v "api/networkbearerselection" | grep -v "api/setting" > $CONFIG_FILE
-else
-  echo "******* USING NEW APIS"
-fi
-
-if [[ -f $PROJECT_NAME.wgt ]] ; then
-  rm $PROJECT_NAME.wgt
-fi
-
-cp -r ../javascripts .
-zip --exclude stats/utils/\* stats/.git -r $PROJECT_NAME.wgt index.html icon.png unit vendor javascripts
-zip -j $PROJECT_NAME.wgt $CONFIG_FILE
-rm -rf javascripts
diff --git a/examples/hoofbeats/tests/phantom.js b/examples/hoofbeats/tests/phantom.js
deleted file mode 100644 (file)
index 4105bf5..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-// Simple phantom.js integration script
-// Adapted from Modernizr
-
-function waitFor(testFx, onReady, timeOutMillis) {
-  var maxtimeOutMillis = timeOutMillis ? timeOutMillis :  5001 //< Default Max Timout is 5s
-    , start = new Date().getTime()
-    , condition = false
-    , interval = setInterval(function () {
-        if ((new Date().getTime() - start < maxtimeOutMillis) && !condition) {
-          // If not time-out yet and condition not yet fulfilled
-          condition = (typeof(testFx) === "string" ? eval(testFx) : testFx()) //< defensive code
-        } else {
-          if (!condition) {
-            // If condition still not fulfilled (timeout but condition is 'false')
-            console.log("'waitFor()' timeout")
-            phantom.exit(1)
-          } else {
-            // Condition fulfilled (timeout and/or condition is 'true')
-            typeof(onReady) === "string" ? eval(onReady) : onReady() //< Do what it's supposed to do once the condition is fulfilled
-            clearInterval(interval) //< Stop this interval
-          }
-        }
-    }, 100) //< repeat check every 100ms
-}
-
-
-if (phantom.args.length === 0 || phantom.args.length > 2) {
-  console.log('Usage: phantom.js URL')
-  phantom.exit()
-}
-
-var page = new WebPage()
-
-// Route "console.log()" calls from within the Page context to the main Phantom context (i.e. current "this")
-page.onConsoleMessage = function(msg) {
-  console.log(msg)
-};
-
-page.open(phantom.args[0], function(status){
-  if (status !== "success") {
-    console.log("Unable to access network")
-    phantom.exit()
-  } else {
-    waitFor(function(){
-      return page.evaluate(function(){
-        var el = document.getElementById('qunit-testresult')
-        if (el && el.innerText.match('completed')) {
-          return true
-        }
-        return false
-      })
-    }, function(){
-      var failedNum = page.evaluate(function(){
-        var el = document.getElementById('qunit-testresult')
-        try {
-          return el.getElementsByClassName('failed')[0].innerHTML
-        } catch (e) { }
-        return 10000
-      });
-      phantom.exit((parseInt(failedNum, 10) > 0) ? 1 : 0)
-    })
-  }
-})
\ No newline at end of file
diff --git a/examples/hoofbeats/tests/run.sh b/examples/hoofbeats/tests/run.sh
deleted file mode 100755 (executable)
index 7d5b0bd..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-echo "Starting server..."
-node tests/server.js >/dev/null &
-
-echo "Waiting for server to be ready..."
-sleep 2
-
-echo "Starting tests..."
-phantomjs tests/phantom.js "http://localhost:3000/tests"
-
-echo "Cleaning up..."
-kill -9 `cat tests/pid.txt` >/dev/null
-rm tests/pid.txt > /dev/null
-
-echo "All done."
diff --git a/examples/hoofbeats/tests/server.js b/examples/hoofbeats/tests/server.js
deleted file mode 100644 (file)
index 41ba15a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Simple connect server for phantom.js
- * Adapted from Modernizr
- */
-
-var connect = require('connect')
-  , http = require('http')
-  , fs   = require('fs')
-  , app = connect()
-      .use(connect.static(__dirname + '/../'));
-
-http.createServer(app).listen(3000);
-fs.writeFileSync(__dirname + '/pid.txt', process.pid, 'utf-8')
diff --git a/examples/hoofbeats/tests/unit/hoofbeats-phantom.js b/examples/hoofbeats/tests/unit/hoofbeats-phantom.js
deleted file mode 100644 (file)
index 2d622f5..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-// Logging setup for phantom integration
-// adapted from Modernizr
-
-QUnit.begin = function () {
-  console.log("Starting test suite")
-  console.log("================================================\n")
-}
-
-QUnit.moduleDone = function (opts) {
-  if (opts.failed === 0) {
-    console.log("\u2714 All tests passed in '" + opts.name + "' module")
-  } else {
-    console.log("\u2716 " + opts.failed + " tests failed in '" + opts.name + "' module")
-  }
-}
-
-QUnit.done = function (opts) {
-  console.log("\n================================================")
-  console.log("Tests completed in " + opts.runtime + " milliseconds")
-  console.log(opts.passed + " tests of " + opts.total + " passed, " + opts.failed + " failed.")
-}
\ No newline at end of file
diff --git a/examples/hoofbeats/tests/unit/library.js b/examples/hoofbeats/tests/unit/library.js
deleted file mode 100644 (file)
index 18d1b50..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-$(function() {
-    module("hoofbeats-library", {
-        setup: function() {
-            window._tizen = window.tizen;
-        },
-        teardown: function() {
-            window.tizen = window._tizen;
-        }
-    });
-
-    test("scan when browser doesn't support Tizen web api",
-    function() {
-        var lib = new HoofbeatsLibrary();
-        window.tizen = undefined;
-        raises(function() {
-            lib.scan({resolveBackend: DummyResolver});
-        }, Error, "scan throws Error");
-    });
-
-    test("successful scan", function() {
-        var lib = new HoofbeatsLibrary();
-        stop();
-        lib.scan({resolveBackend: DummyResolver}).then(function() {
-            ok(lib.getSize() > 0, "there are items in the library");
-            start();
-        });
-    });
-
-    test("successful scan without resolving", function() {
-        var lib = new HoofbeatsLibrary();
-        stop();
-        lib.scan({resolveBackend: undefined}).then(function() {
-            ok(lib.getResolve() == false, "lib.getResolve() is false");
-            start();
-        });
-    });
-
-    test("scan with count", function() {
-        var lib = new HoofbeatsLibrary();
-        stop();
-        lib.scan({count: 1, resolveBackend: DummyResolver}).then(function() {
-            ok(lib.getSize() == 1, "there is one item in the library");
-            start();
-        });
-    });
-
-    test("get one item", function() {
-        var lib = new HoofbeatsLibrary(),
-            item_id = 'e7e7023b-54b3-41d5-b4a1-aa24498e0572';
-
-        stop();
-        lib.scan({count: 1, resolveBackend: DummyResolver}).then(function() {
-            var item = lib.item(item_id);
-            ok(item !== undefined, "item was found");
-            ok(item.id == item_id, "correct item was found");
-            start();
-        });
-    });
-});
diff --git a/examples/hoofbeats/tests/unit/resolvers/musicbrainz.js b/examples/hoofbeats/tests/unit/resolvers/musicbrainz.js
deleted file mode 100644 (file)
index ed464be..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-$(function() {
-    module("hoofbeats-musicbrainz", {
-        setup: function() {
-        },
-        teardown: function() {
-        }
-    });
-
-    test("get artist data",
-    function() {
-        var name = "Regina Spektor";
-        var promise = MusicBrainz.getArtist(name);
-        stop();
-        promise.done(function(data) {
-            equals(data.name, name, "name matches");
-            start();
-        });
-    });
-
-    test("get artist data, artist not found",
-    function() {
-        var name = "This artist does not exist";
-        var promise = MusicBrainz.getArtist(name);
-        stop();
-        promise.fail(function() {
-            equals(1, 1, "the method failed");
-            start();
-        });
-    });
-});
diff --git a/examples/hoofbeats/tests/vendor/jquery-1.8.3.js b/examples/hoofbeats/tests/vendor/jquery-1.8.3.js
deleted file mode 100644 (file)
index a86bf79..0000000
+++ /dev/null
@@ -1,9472 +0,0 @@
-/*!
- * jQuery JavaScript Library v1.8.3
- * http://jquery.com/
- *
- * Includes Sizzle.js
- * http://sizzlejs.com/
- *
- * Copyright 2012 jQuery Foundation and other contributors
- * Released under the MIT license
- * http://jquery.org/license
- *
- * Date: Tue Nov 13 2012 08:20:33 GMT-0500 (Eastern Standard Time)
- */
-(function( window, undefined ) {
-var
-       // A central reference to the root jQuery(document)
-       rootjQuery,
-
-       // The deferred used on DOM ready
-       readyList,
-
-       // Use the correct document accordingly with window argument (sandbox)
-       document = window.document,
-       location = window.location,
-       navigator = window.navigator,
-
-       // Map over jQuery in case of overwrite
-       _jQuery = window.jQuery,
-
-       // Map over the $ in case of overwrite
-       _$ = window.$,
-
-       // Save a reference to some core methods
-       core_push = Array.prototype.push,
-       core_slice = Array.prototype.slice,
-       core_indexOf = Array.prototype.indexOf,
-       core_toString = Object.prototype.toString,
-       core_hasOwn = Object.prototype.hasOwnProperty,
-       core_trim = String.prototype.trim,
-
-       // Define a local copy of jQuery
-       jQuery = function( selector, context ) {
-               // The jQuery object is actually just the init constructor 'enhanced'
-               return new jQuery.fn.init( selector, context, rootjQuery );
-       },
-
-       // Used for matching numbers
-       core_pnum = /[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,
-
-       // Used for detecting and trimming whitespace
-       core_rnotwhite = /\S/,
-       core_rspace = /\s+/,
-
-       // Make sure we trim BOM and NBSP (here's looking at you, Safari 5.0 and IE)
-       rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
-
-       // A simple way to check for HTML strings
-       // Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
-       rquickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
-
-       // Match a standalone tag
-       rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>|)$/,
-
-       // JSON RegExp
-       rvalidchars = /^[\],:{}\s]*$/,
-       rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g,
-       rvalidescape = /\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,
-       rvalidtokens = /"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,
-
-       // Matches dashed string for camelizing
-       rmsPrefix = /^-ms-/,
-       rdashAlpha = /-([\da-z])/gi,
-
-       // Used by jQuery.camelCase as callback to replace()
-       fcamelCase = function( all, letter ) {
-               return ( letter + "" ).toUpperCase();
-       },
-
-       // The ready event handler and self cleanup method
-       DOMContentLoaded = function() {
-               if ( document.addEventListener ) {
-                       document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false );
-                       jQuery.ready();
-               } else if ( document.readyState === "complete" ) {
-                       // we're here because readyState === "complete" in oldIE
-                       // which is good enough for us to call the dom ready!
-                       document.detachEvent( "onreadystatechange", DOMContentLoaded );
-                       jQuery.ready();
-               }
-       },
-
-       // [[Class]] -> type pairs
-       class2type = {};
-
-jQuery.fn = jQuery.prototype = {
-       constructor: jQuery,
-       init: function( selector, context, rootjQuery ) {
-               var match, elem, ret, doc;
-
-               // Handle $(""), $(null), $(undefined), $(false)
-               if ( !selector ) {
-                       return this;
-               }
-
-               // Handle $(DOMElement)
-               if ( selector.nodeType ) {
-                       this.context = this[0] = selector;
-                       this.length = 1;
-                       return this;
-               }
-
-               // Handle HTML strings
-               if ( typeof selector === "string" ) {
-                       if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) {
-                               // Assume that strings that start and end with <> are HTML and skip the regex check
-                               match = [ null, selector, null ];
-
-                       } else {
-                               match = rquickExpr.exec( selector );
-                       }
-
-                       // Match html or make sure no context is specified for #id
-                       if ( match && (match[1] || !context) ) {
-
-                               // HANDLE: $(html) -> $(array)
-                               if ( match[1] ) {
-                                       context = context instanceof jQuery ? context[0] : context;
-                                       doc = ( context && context.nodeType ? context.ownerDocument || context : document );
-
-                                       // scripts is true for back-compat
-                                       selector = jQuery.parseHTML( match[1], doc, true );
-                                       if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) {
-                                               this.attr.call( selector, context, true );
-                                       }
-
-                                       return jQuery.merge( this, selector );
-
-                               // HANDLE: $(#id)
-                               } else {
-                                       elem = document.getElementById( match[2] );
-
-                                       // Check parentNode to catch when Blackberry 4.6 returns
-                                       // nodes that are no longer in the document #6963
-                                       if ( elem && elem.parentNode ) {
-                                               // Handle the case where IE and Opera return items
-                                               // by name instead of ID
-                                               if ( elem.id !== match[2] ) {
-                                                       return rootjQuery.find( selector );
-                                               }
-
-                                               // Otherwise, we inject the element directly into the jQuery object
-                                               this.length = 1;
-                                               this[0] = elem;
-                                       }
-
-                                       this.context = document;
-                                       this.selector = selector;
-                                       return this;
-                               }
-
-                       // HANDLE: $(expr, $(...))
-                       } else if ( !context || context.jquery ) {
-                               return ( context || rootjQuery ).find( selector );
-
-                       // HANDLE: $(expr, context)
-                       // (which is just equivalent to: $(context).find(expr)
-                       } else {
-                               return this.constructor( context ).find( selector );
-                       }
-
-               // HANDLE: $(function)
-               // Shortcut for document ready
-               } else if ( jQuery.isFunction( selector ) ) {
-                       return rootjQuery.ready( selector );
-               }
-
-               if ( selector.selector !== undefined ) {
-                       this.selector = selector.selector;
-                       this.context = selector.context;
-               }
-
-               return jQuery.makeArray( selector, this );
-       },
-
-       // Start with an empty selector
-       selector: "",
-
-       // The current version of jQuery being used
-       jquery: "1.8.3",
-
-       // The default length of a jQuery object is 0
-       length: 0,
-
-       // The number of elements contained in the matched element set
-       size: function() {
-               return this.length;
-       },
-
-       toArray: function() {
-               return core_slice.call( this );
-       },
-
-       // Get the Nth element in the matched element set OR
-       // Get the whole matched element set as a clean array
-       get: function( num ) {
-               return num == null ?
-
-                       // Return a 'clean' array
-                       this.toArray() :
-
-                       // Return just the object
-                       ( num < 0 ? this[ this.length + num ] : this[ num ] );
-       },
-
-       // Take an array of elements and push it onto the stack
-       // (returning the new matched element set)
-       pushStack: function( elems, name, selector ) {
-
-               // Build a new jQuery matched element set
-               var ret = jQuery.merge( this.constructor(), elems );
-
-               // Add the old object onto the stack (as a reference)
-               ret.prevObject = this;
-
-               ret.context = this.context;
-
-               if ( name === "find" ) {
-                       ret.selector = this.selector + ( this.selector ? " " : "" ) + selector;
-               } else if ( name ) {
-                       ret.selector = this.selector + "." + name + "(" + selector + ")";
-               }
-
-               // Return the newly-formed element set
-               return ret;
-       },
-
-       // Execute a callback for every element in the matched set.
-       // (You can seed the arguments with an array of args, but this is
-       // only used internally.)
-       each: function( callback, args ) {
-               return jQuery.each( this, callback, args );
-       },
-
-       ready: function( fn ) {
-               // Add the callback
-               jQuery.ready.promise().done( fn );
-
-               return this;
-       },
-
-       eq: function( i ) {
-               i = +i;
-               return i === -1 ?
-                       this.slice( i ) :
-                       this.slice( i, i + 1 );
-       },
-
-       first: function() {
-               return this.eq( 0 );
-       },
-
-       last: function() {
-               return this.eq( -1 );
-       },
-
-       slice: function() {
-               return this.pushStack( core_slice.apply( this, arguments ),
-                       "slice", core_slice.call(arguments).join(",") );
-       },
-
-       map: function( callback ) {
-               return this.pushStack( jQuery.map(this, function( elem, i ) {
-                       return callback.call( elem, i, elem );
-               }));
-       },
-
-       end: function() {
-               return this.prevObject || this.constructor(null);
-       },
-
-       // For internal use only.
-       // Behaves like an Array's method, not like a jQuery method.
-       push: core_push,
-       sort: [].sort,
-       splice: [].splice
-};
-
-// Give the init function the jQuery prototype for later instantiation
-jQuery.fn.init.prototype = jQuery.fn;
-
-jQuery.extend = jQuery.fn.extend = function() {
-       var options, name, src, copy, copyIsArray, clone,
-               target = arguments[0] || {},
-               i = 1,
-               length = arguments.length,
-               deep = false;
-
-       // Handle a deep copy situation
-       if ( typeof target === "boolean" ) {
-               deep = target;
-               target = arguments[1] || {};
-               // skip the boolean and the target
-               i = 2;
-       }
-
-       // Handle case when target is a string or something (possible in deep copy)
-       if ( typeof target !== "object" && !jQuery.isFunction(target) ) {
-               target = {};
-       }
-
-       // extend jQuery itself if only one argument is passed
-       if ( length === i ) {
-               target = this;
-               --i;
-       }
-
-       for ( ; i < length; i++ ) {
-               // Only deal with non-null/undefined values
-               if ( (options = arguments[ i ]) != null ) {
-                       // Extend the base object
-                       for ( name in options ) {
-                               src = target[ name ];
-                               copy = options[ name ];
-
-                               // Prevent never-ending loop
-                               if ( target === copy ) {
-                                       continue;
-                               }
-
-                               // Recurse if we're merging plain objects or arrays
-                               if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {
-                                       if ( copyIsArray ) {
-                                               copyIsArray = false;
-                                               clone = src && jQuery.isArray(src) ? src : [];
-
-                                       } else {
-                                               clone = src && jQuery.isPlainObject(src) ? src : {};
-                                       }
-
-                                       // Never move original objects, clone them
-                                       target[ name ] = jQuery.extend( deep, clone, copy );
-
-                               // Don't bring in undefined values
-                               } else if ( copy !== undefined ) {
-                                       target[ name ] = copy;
-                               }
-                       }
-               }
-       }
-
-       // Return the modified object
-       return target;
-};
-
-jQuery.extend({
-       noConflict: function( deep ) {
-               if ( window.$ === jQuery ) {
-                       window.$ = _$;
-               }
-
-               if ( deep && window.jQuery === jQuery ) {
-                       window.jQuery = _jQuery;
-               }
-
-               return jQuery;
-       },
-
-       // Is the DOM ready to be used? Set to true once it occurs.
-       isReady: false,
-
-       // A counter to track how many items to wait for before
-       // the ready event fires. See #6781
-       readyWait: 1,
-
-       // Hold (or release) the ready event
-       holdReady: function( hold ) {
-               if ( hold ) {
-                       jQuery.readyWait++;
-               } else {
-                       jQuery.ready( true );
-               }
-       },
-
-       // Handle when the DOM is ready
-       ready: function( wait ) {
-
-               // Abort if there are pending holds or we're already ready
-               if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
-                       return;
-               }
-
-               // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443).
-               if ( !document.body ) {
-                       return setTimeout( jQuery.ready, 1 );
-               }
-
-               // Remember that the DOM is ready
-               jQuery.isReady = true;
-
-               // If a normal DOM Ready event fired, decrement, and wait if need be
-               if ( wait !== true && --jQuery.readyWait > 0 ) {
-                       return;
-               }
-
-               // If there are functions bound, to execute
-               readyList.resolveWith( document, [ jQuery ] );
-
-               // Trigger any bound ready events
-               if ( jQuery.fn.trigger ) {
-                       jQuery( document ).trigger("ready").off("ready");
-               }
-       },
-
-       // See test/unit/core.js for details concerning isFunction.
-       // Since version 1.3, DOM methods and functions like alert
-       // aren't supported. They return false on IE (#2968).
-       isFunction: function( obj ) {
-               return jQuery.type(obj) === "function";
-       },
-
-       isArray: Array.isArray || function( obj ) {
-               return jQuery.type(obj) === "array";
-       },
-
-       isWindow: function( obj ) {
-               return obj != null && obj == obj.window;
-       },
-
-       isNumeric: function( obj ) {
-               return !isNaN( parseFloat(obj) ) && isFinite( obj );
-       },
-
-       type: function( obj ) {
-               return obj == null ?
-                       String( obj ) :
-                       class2type[ core_toString.call(obj) ] || "object";
-       },
-
-       isPlainObject: function( obj ) {
-               // Must be an Object.
-               // Because of IE, we also have to check the presence of the constructor property.
-               // Make sure that DOM nodes and window objects don't pass through, as well
-               if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) {
-                       return false;
-               }
-
-               try {
-                       // Not own constructor property must be Object
-                       if ( obj.constructor &&
-                               !core_hasOwn.call(obj, "constructor") &&
-                               !core_hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) {
-                               return false;
-                       }
-               } catch ( e ) {
-                       // IE8,9 Will throw exceptions on certain host objects #9897
-                       return false;
-               }
-
-               // Own properties are enumerated firstly, so to speed up,
-               // if last one is own, then all properties are own.
-
-               var key;
-               for ( key in obj ) {}
-
-               return key === undefined || core_hasOwn.call( obj, key );
-       },
-
-       isEmptyObject: function( obj ) {
-               var name;
-               for ( name in obj ) {
-                       return false;
-               }
-               return true;
-       },
-
-       error: function( msg ) {
-               throw new Error( msg );
-       },
-
-       // data: string of html
-       // context (optional): If specified, the fragment will be created in this context, defaults to document
-       // scripts (optional): If true, will include scripts passed in the html string
-       parseHTML: function( data, context, scripts ) {
-               var parsed;
-               if ( !data || typeof data !== "string" ) {
-                       return null;
-               }
-               if ( typeof context === "boolean" ) {
-                       scripts = context;
-                       context = 0;
-               }
-               context = context || document;
-
-               // Single tag
-               if ( (parsed = rsingleTag.exec( data )) ) {
-                       return [ context.createElement( parsed[1] ) ];
-               }
-
-               parsed = jQuery.buildFragment( [ data ], context, scripts ? null : [] );
-               return jQuery.merge( [],
-                       (parsed.cacheable ? jQuery.clone( parsed.fragment ) : parsed.fragment).childNodes );
-       },
-
-       parseJSON: function( data ) {
-               if ( !data || typeof data !== "string") {
-                       return null;
-               }
-
-               // Make sure leading/trailing whitespace is removed (IE can't handle it)
-               data = jQuery.trim( data );
-
-               // Attempt to parse using the native JSON parser first
-               if ( window.JSON && window.JSON.parse ) {
-                       return window.JSON.parse( data );
-               }
-
-               // Make sure the incoming data is actual JSON
-               // Logic borrowed from http://json.org/json2.js
-               if ( rvalidchars.test( data.replace( rvalidescape, "@" )
-                       .replace( rvalidtokens, "]" )
-                       .replace( rvalidbraces, "")) ) {
-
-                       return ( new Function( "return " + data ) )();
-
-               }
-               jQuery.error( "Invalid JSON: " + data );
-       },
-
-       // Cross-browser xml parsing
-       parseXML: function( data ) {
-               var xml, tmp;
-               if ( !data || typeof data !== "string" ) {
-                       return null;
-               }
-               try {
-                       if ( window.DOMParser ) { // Standard
-                               tmp = new DOMParser();
-                               xml = tmp.parseFromString( data , "text/xml" );
-                       } else { // IE
-                               xml = new ActiveXObject( "Microsoft.XMLDOM" );
-                               xml.async = "false";
-                               xml.loadXML( data );
-                       }
-               } catch( e ) {
-                       xml = undefined;
-               }
-               if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) {
-                       jQuery.error( "Invalid XML: " + data );
-               }
-               return xml;
-       },
-
-       noop: function() {},
-
-       // Evaluates a script in a global context
-       // Workarounds based on findings by Jim Driscoll
-       // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context
-       globalEval: function( data ) {
-               if ( data && core_rnotwhite.test( data ) ) {
-                       // We use execScript on Internet Explorer
-                       // We use an anonymous function so that context is window
-                       // rather than jQuery in Firefox
-                       ( window.execScript || function( data ) {
-                               window[ "eval" ].call( window, data );
-                       } )( data );
-               }
-       },
-
-       // Convert dashed to camelCase; used by the css and data modules
-       // Microsoft forgot to hump their vendor prefix (#9572)
-       camelCase: function( string ) {
-               return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
-       },
-
-       nodeName: function( elem, name ) {
-               return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
-       },
-
-       // args is for internal usage only
-       each: function( obj, callback, args ) {
-               var name,
-                       i = 0,
-                       length = obj.length,
-                       isObj = length === undefined || jQuery.isFunction( obj );
-
-               if ( args ) {
-                       if ( isObj ) {
-                               for ( name in obj ) {
-                                       if ( callback.apply( obj[ name ], args ) === false ) {
-                                               break;
-                                       }
-                               }
-                       } else {
-                               for ( ; i < length; ) {
-                                       if ( callback.apply( obj[ i++ ], args ) === false ) {
-                                               break;
-                                       }
-                               }
-                       }
-
-               // A special, fast, case for the most common use of each
-               } else {
-                       if ( isObj ) {
-                               for ( name in obj ) {
-                                       if ( callback.call( obj[ name ], name, obj[ name ] ) === false ) {
-                                               break;
-                                       }
-                               }
-                       } else {
-                               for ( ; i < length; ) {
-                                       if ( callback.call( obj[ i ], i, obj[ i++ ] ) === false ) {
-                                               break;
-                                       }
-                               }
-                       }
-               }
-
-               return obj;
-       },
-
-       // Use native String.trim function wherever possible
-       trim: core_trim && !core_trim.call("\uFEFF\xA0") ?
-               function( text ) {
-                       return text == null ?
-                               "" :
-                               core_trim.call( text );
-               } :
-
-               // Otherwise use our own trimming functionality
-               function( text ) {
-                       return text == null ?
-                               "" :
-                               ( text + "" ).replace( rtrim, "" );
-               },
-
-       // results is for internal usage only
-       makeArray: function( arr, results ) {
-               var type,
-                       ret = results || [];
-
-               if ( arr != null ) {
-                       // The window, strings (and functions) also have 'length'
-                       // Tweaked logic slightly to handle Blackberry 4.7 RegExp issues #6930
-                       type = jQuery.type( arr );
-
-                       if ( arr.length == null || type === "string" || type === "function" || type === "regexp" || jQuery.isWindow( arr ) ) {
-                               core_push.call( ret, arr );
-                       } else {
-                               jQuery.merge( ret, arr );
-                       }
-               }
-
-               return ret;
-       },
-
-       inArray: function( elem, arr, i ) {
-               var len;
-
-               if ( arr ) {
-                       if ( core_indexOf ) {
-                               return core_indexOf.call( arr, elem, i );
-                       }
-
-                       len = arr.length;
-                       i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0;
-
-                       for ( ; i < len; i++ ) {
-                               // Skip accessing in sparse arrays
-                               if ( i in arr && arr[ i ] === elem ) {
-                                       return i;
-                               }
-                       }
-               }
-
-               return -1;
-       },
-
-       merge: function( first, second ) {
-               var l = second.length,
-                       i = first.length,
-                       j = 0;
-
-               if ( typeof l === "number" ) {
-                       for ( ; j < l; j++ ) {
-                               first[ i++ ] = second[ j ];
-                       }
-
-               } else {
-                       while ( second[j] !== undefined ) {
-                               first[ i++ ] = second[ j++ ];
-                       }
-               }
-
-               first.length = i;
-
-               return first;
-       },
-
-       grep: function( elems, callback, inv ) {
-               var retVal,
-                       ret = [],
-                       i = 0,
-                       length = elems.length;
-               inv = !!inv;
-
-               // Go through the array, only saving the items
-               // that pass the validator function
-               for ( ; i < length; i++ ) {
-                       retVal = !!callback( elems[ i ], i );
-                       if ( inv !== retVal ) {
-                               ret.push( elems[ i ] );
-                       }
-               }
-
-               return ret;
-       },
-
-       // arg is for internal usage only
-       map: function( elems, callback, arg ) {
-               var value, key,
-                       ret = [],
-                       i = 0,
-                       length = elems.length,
-                       // jquery objects are treated as arrays
-                       isArray = elems instanceof jQuery || length !== undefined && typeof length === "number" && ( ( length > 0 && elems[ 0 ] && elems[ length -1 ] ) || length === 0 || jQuery.isArray( elems ) ) ;
-
-               // Go through the array, translating each of the items to their
-               if ( isArray ) {
-                       for ( ; i < length; i++ ) {
-                               value = callback( elems[ i ], i, arg );
-
-                               if ( value != null ) {
-                                       ret[ ret.length ] = value;
-                               }
-                       }
-
-               // Go through every key on the object,
-               } else {
-                       for ( key in elems ) {
-                               value = callback( elems[ key ], key, arg );
-
-                               if ( value != null ) {
-                                       ret[ ret.length ] = value;
-                               }
-                       }
-               }
-
-               // Flatten any nested arrays
-               return ret.concat.apply( [], ret );
-       },
-
-       // A global GUID counter for objects
-       guid: 1,
-
-       // Bind a function to a context, optionally partially applying any
-       // arguments.
-       proxy: function( fn, context ) {
-               var tmp, args, proxy;
-
-               if ( typeof context === "string" ) {
-                       tmp = fn[ context ];
-                       context = fn;
-                       fn = tmp;
-               }
-
-               // Quick check to determine if target is callable, in the spec
-               // this throws a TypeError, but we will just return undefined.
-               if ( !jQuery.isFunction( fn ) ) {
-                       return undefined;
-               }
-
-               // Simulated bind
-               args = core_slice.call( arguments, 2 );
-               proxy = function() {
-                       return fn.apply( context, args.concat( core_slice.call( arguments ) ) );
-               };
-
-               // Set the guid of unique handler to the same of original handler, so it can be removed
-               proxy.guid = fn.guid = fn.guid || jQuery.guid++;
-
-               return proxy;
-       },
-
-       // Multifunctional method to get and set values of a collection
-       // The value/s can optionally be executed if it's a function
-       access: function( elems, fn, key, value, chainable, emptyGet, pass ) {
-               var exec,
-                       bulk = key == null,
-                       i = 0,
-                       length = elems.length;
-
-               // Sets many values
-               if ( key && typeof key === "object" ) {
-                       for ( i in key ) {
-                               jQuery.access( elems, fn, i, key[i], 1, emptyGet, value );
-                       }
-                       chainable = 1;
-
-               // Sets one value
-               } else if ( value !== undefined ) {
-                       // Optionally, function values get executed if exec is true
-                       exec = pass === undefined && jQuery.isFunction( value );
-
-                       if ( bulk ) {
-                               // Bulk operations only iterate when executing function values
-                               if ( exec ) {
-                                       exec = fn;
-                                       fn = function( elem, key, value ) {
-                                               return exec.call( jQuery( elem ), value );
-                                       };
-
-                               // Otherwise they run against the entire set
-                               } else {
-                                       fn.call( elems, value );
-                                       fn = null;
-                               }
-                       }
-
-                       if ( fn ) {
-                               for (; i < length; i++ ) {
-                                       fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass );
-                               }
-                       }
-
-                       chainable = 1;
-               }
-
-               return chainable ?
-                       elems :
-
-                       // Gets
-                       bulk ?
-                               fn.call( elems ) :
-                               length ? fn( elems[0], key ) : emptyGet;
-       },
-
-       now: function() {
-               return ( new Date() ).getTime();
-       }
-});
-
-jQuery.ready.promise = function( obj ) {
-       if ( !readyList ) {
-
-               readyList = jQuery.Deferred();
-
-               // Catch cases where $(document).ready() is called after the browser event has already occurred.
-               // we once tried to use readyState "interactive" here, but it caused issues like the one
-               // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15
-               if ( document.readyState === "complete" ) {
-                       // Handle it asynchronously to allow scripts the opportunity to delay ready
-                       setTimeout( jQuery.ready, 1 );
-
-               // Standards-based browsers support DOMContentLoaded
-               } else if ( document.addEventListener ) {
-                       // Use the handy event callback
-                       document.addEventListener( "DOMContentLoaded", DOMContentLoaded, false );
-
-                       // A fallback to window.onload, that will always work
-                       window.addEventListener( "load", jQuery.ready, false );
-
-               // If IE event model is used
-               } else {
-                       // Ensure firing before onload, maybe late but safe also for iframes
-                       document.attachEvent( "onreadystatechange", DOMContentLoaded );
-
-                       // A fallback to window.onload, that will always work
-                       window.attachEvent( "onload", jQuery.ready );
-
-                       // If IE and not a frame
-                       // continually check to see if the document is ready
-                       var top = false;
-
-                       try {
-                               top = window.frameElement == null && document.documentElement;
-                       } catch(e) {}
-
-                       if ( top && top.doScroll ) {
-                               (function doScrollCheck() {
-                                       if ( !jQuery.isReady ) {
-
-                                               try {
-                                                       // Use the trick by Diego Perini
-                                                       // http://javascript.nwbox.com/IEContentLoaded/
-                                                       top.doScroll("left");
-                                               } catch(e) {
-                                                       return setTimeout( doScrollCheck, 50 );
-                                               }
-
-                                               // and execute any waiting functions
-                                               jQuery.ready();
-                                       }
-                               })();
-                       }
-               }
-       }
-       return readyList.promise( obj );
-};
-
-// Populate the class2type map
-jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "), function(i, name) {
-       class2type[ "[object " + name + "]" ] = name.toLowerCase();
-});
-
-// All jQuery objects should point back to these
-rootjQuery = jQuery(document);
-// String to Object options format cache
-var optionsCache = {};
-
-// Convert String-formatted options into Object-formatted ones and store in cache
-function createOptions( options ) {
-       var object = optionsCache[ options ] = {};
-       jQuery.each( options.split( core_rspace ), function( _, flag ) {
-               object[ flag ] = true;
-       });
-       return object;
-}
-
-/*
- * Create a callback list using the following parameters:
- *
- *     options: an optional list of space-separated options that will change how
- *                     the callback list behaves or a more traditional option object
- *
- * By default a callback list will act like an event callback list and can be
- * "fired" multiple times.
- *
- * Possible options:
- *
- *     once:                   will ensure the callback list can only be fired once (like a Deferred)
- *
- *     memory:                 will keep track of previous values and will call any callback added
- *                                     after the list has been fired right away with the latest "memorized"
- *                                     values (like a Deferred)
- *
- *     unique:                 will ensure a callback can only be added once (no duplicate in the list)
- *
- *     stopOnFalse:    interrupt callings when a callback returns false
- *
- */
-jQuery.Callbacks = function( options ) {
-
-       // Convert options from String-formatted to Object-formatted if needed
-       // (we check in cache first)
-       options = typeof options === "string" ?
-               ( optionsCache[ options ] || createOptions( options ) ) :
-               jQuery.extend( {}, options );
-
-       var // Last fire value (for non-forgettable lists)
-               memory,
-               // Flag to know if list was already fired
-               fired,
-               // Flag to know if list is currently firing
-               firing,
-               // First callback to fire (used internally by add and fireWith)
-               firingStart,
-               // End of the loop when firing
-               firingLength,
-               // Index of currently firing callback (modified by remove if needed)
-               firingIndex,
-               // Actual callback list
-               list = [],
-               // Stack of fire calls for repeatable lists
-               stack = !options.once && [],
-               // Fire callbacks
-               fire = function( data ) {
-                       memory = options.memory && data;
-                       fired = true;
-                       firingIndex = firingStart || 0;
-                       firingStart = 0;
-                       firingLength = list.length;
-                       firing = true;
-                       for ( ; list && firingIndex < firingLength; firingIndex++ ) {
-                               if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) {
-                                       memory = false; // To prevent further calls using add
-                                       break;
-                               }
-                       }
-                       firing = false;
-                       if ( list ) {
-                               if ( stack ) {
-                                       if ( stack.length ) {
-                                               fire( stack.shift() );
-                                       }
-                               } else if ( memory ) {
-                                       list = [];
-                               } else {
-                                       self.disable();
-                               }
-                       }
-               },
-               // Actual Callbacks object
-               self = {
-                       // Add a callback or a collection of callbacks to the list
-                       add: function() {
-                               if ( list ) {
-                                       // First, we save the current length
-                                       var start = list.length;
-                                       (function add( args ) {
-                                               jQuery.each( args, function( _, arg ) {
-                                                       var type = jQuery.type( arg );
-                                                       if ( type === "function" ) {
-                                                               if ( !options.unique || !self.has( arg ) ) {
-                                                                       list.push( arg );
-                                                               }
-                                                       } else if ( arg && arg.length && type !== "string" ) {
-                                                               // Inspect recursively
-                                                               add( arg );
-                                                       }
-                                               });
-                                       })( arguments );
-                                       // Do we need to add the callbacks to the
-                                       // current firing batch?
-                                       if ( firing ) {
-                                               firingLength = list.length;
-                                       // With memory, if we're not firing then
-                                       // we should call right away
-                                       } else if ( memory ) {
-                                               firingStart = start;
-                                               fire( memory );
-                                       }
-                               }
-                               return this;
-                       },
-                       // Remove a callback from the list
-                       remove: function() {
-                               if ( list ) {
-                                       jQuery.each( arguments, function( _, arg ) {
-                                               var index;
-                                               while( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {
-                                                       list.splice( index, 1 );
-                                                       // Handle firing indexes
-                                                       if ( firing ) {
-                                                               if ( index <= firingLength ) {
-                                                                       firingLength--;
-                                                               }
-                                                               if ( index <= firingIndex ) {
-                                                                       firingIndex--;
-                                                               }
-                                                       }
-                                               }
-                                       });
-                               }
-                               return this;
-                       },
-                       // Control if a given callback is in the list
-                       has: function( fn ) {
-                               return jQuery.inArray( fn, list ) > -1;
-                       },
-                       // Remove all callbacks from the list
-                       empty: function() {
-                               list = [];
-                               return this;
-                       },
-                       // Have the list do nothing anymore
-                       disable: function() {
-                               list = stack = memory = undefined;
-                               return this;
-                       },
-                       // Is it disabled?
-                       disabled: function() {
-                               return !list;
-                       },
-                       // Lock the list in its current state
-                       lock: function() {
-                               stack = undefined;
-                               if ( !memory ) {
-                                       self.disable();
-                               }
-                               return this;
-                       },
-                       // Is it locked?
-                       locked: function() {
-                               return !stack;
-                       },
-                       // Call all callbacks with the given context and arguments
-                       fireWith: function( context, args ) {
-                               args = args || [];
-                               args = [ context, args.slice ? args.slice() : args ];
-                               if ( list && ( !fired || stack ) ) {
-                                       if ( firing ) {
-                                               stack.push( args );
-                                       } else {
-                                               fire( args );
-                                       }
-                               }
-                               return this;
-                       },
-                       // Call all the callbacks with the given arguments
-                       fire: function() {
-                               self.fireWith( this, arguments );
-                               return this;
-                       },
-                       // To know if the callbacks have already been called at least once
-                       fired: function() {
-                               return !!fired;
-                       }
-               };
-
-       return self;
-};
-jQuery.extend({
-
-       Deferred: function( func ) {
-               var tuples = [
-                               // action, add listener, listener list, final state
-                               [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ],
-                               [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ],
-                               [ "notify", "progress", jQuery.Callbacks("memory") ]
-                       ],
-                       state = "pending",
-                       promise = {
-                               state: function() {
-                                       return state;
-                               },
-                               always: function() {
-                                       deferred.done( arguments ).fail( arguments );
-                                       return this;
-                               },
-                               then: function( /* fnDone, fnFail, fnProgress */ ) {
-                                       var fns = arguments;
-                                       return jQuery.Deferred(function( newDefer ) {
-                                               jQuery.each( tuples, function( i, tuple ) {
-                                                       var action = tuple[ 0 ],
-                                                               fn = fns[ i ];
-                                                       // deferred[ done | fail | progress ] for forwarding actions to newDefer
-                                                       deferred[ tuple[1] ]( jQuery.isFunction( fn ) ?
-                                                               function() {
-                                                                       var returned = fn.apply( this, arguments );
-                                                                       if ( returned && jQuery.isFunction( returned.promise ) ) {
-                                                                               returned.promise()
-                                                                                       .done( newDefer.resolve )
-                                                                                       .fail( newDefer.reject )
-                                                                                       .progress( newDefer.notify );
-                                                                       } else {
-                                                                               newDefer[ action + "With" ]( this === deferred ? newDefer : this, [ returned ] );
-                                                                       }
-                                                               } :
-                                                               newDefer[ action ]
-                                                       );
-                                               });
-                                               fns = null;
-                                       }).promise();
-                               },
-                               // Get a promise for this deferred
-                               // If obj is provided, the promise aspect is added to the object
-                               promise: function( obj ) {
-                                       return obj != null ? jQuery.extend( obj, promise ) : promise;
-                               }
-                       },
-                       deferred = {};
-
-               // Keep pipe for back-compat
-               promise.pipe = promise.then;
-
-               // Add list-specific methods
-               jQuery.each( tuples, function( i, tuple ) {
-                       var list = tuple[ 2 ],
-                               stateString = tuple[ 3 ];
-
-                       // promise[ done | fail | progress ] = list.add
-                       promise[ tuple[1] ] = list.add;
-
-                       // Handle state
-                       if ( stateString ) {
-                               list.add(function() {
-                                       // state = [ resolved | rejected ]
-                                       state = stateString;
-
-                               // [ reject_list | resolve_list ].disable; progress_list.lock
-                               }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );
-                       }
-
-                       // deferred[ resolve | reject | notify ] = list.fire
-                       deferred[ tuple[0] ] = list.fire;
-                       deferred[ tuple[0] + "With" ] = list.fireWith;
-               });
-
-               // Make the deferred a promise
-               promise.promise( deferred );
-
-               // Call given func if any
-               if ( func ) {
-                       func.call( deferred, deferred );
-               }
-
-               // All done!
-               return deferred;
-       },
-
-       // Deferred helper
-       when: function( subordinate /* , ..., subordinateN */ ) {
-               var i = 0,
-                       resolveValues = core_slice.call( arguments ),
-                       length = resolveValues.length,
-
-                       // the count of uncompleted subordinates
-                       remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,
-
-                       // the master Deferred. If resolveValues consist of only a single Deferred, just use that.
-                       deferred = remaining === 1 ? subordinate : jQuery.Deferred(),
-
-                       // Update function for both resolve and progress values
-                       updateFunc = function( i, contexts, values ) {
-                               return function( value ) {
-                                       contexts[ i ] = this;
-                                       values[ i ] = arguments.length > 1 ? core_slice.call( arguments ) : value;
-                                       if( values === progressValues ) {
-                                               deferred.notifyWith( contexts, values );
-                                       } else if ( !( --remaining ) ) {
-                                               deferred.resolveWith( contexts, values );
-                                       }
-                               };
-                       },
-
-                       progressValues, progressContexts, resolveContexts;
-
-               // add listeners to Deferred subordinates; treat others as resolved
-               if ( length > 1 ) {
-                       progressValues = new Array( length );
-                       progressContexts = new Array( length );
-                       resolveContexts = new Array( length );
-                       for ( ; i < length; i++ ) {
-                               if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {
-                                       resolveValues[ i ].promise()
-                                               .done( updateFunc( i, resolveContexts, resolveValues ) )
-                                               .fail( deferred.reject )
-                                               .progress( updateFunc( i, progressContexts, progressValues ) );
-                               } else {
-                                       --remaining;
-                               }
-                       }
-               }
-
-               // if we're not waiting on anything, resolve the master
-               if ( !remaining ) {
-                       deferred.resolveWith( resolveContexts, resolveValues );
-               }
-
-               return deferred.promise();
-       }
-});
-jQuery.support = (function() {
-
-       var support,
-               all,
-               a,
-               select,
-               opt,
-               input,
-               fragment,
-               eventName,
-               i,
-               isSupported,
-               clickFn,
-               div = document.createElement("div");
-
-       // Setup
-       div.setAttribute( "className", "t" );
-       div.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";
-
-       // Support tests won't run in some limited or non-browser environments
-       all = div.getElementsByTagName("*");
-       a = div.getElementsByTagName("a")[ 0 ];
-       if ( !all || !a || !all.length ) {
-               return {};
-       }
-
-       // First batch of tests
-       select = document.createElement("select");
-       opt = select.appendChild( document.createElement("option") );
-       input = div.getElementsByTagName("input")[ 0 ];
-
-       a.style.cssText = "top:1px;float:left;opacity:.5";
-       support = {
-               // IE strips leading whitespace when .innerHTML is used
-               leadingWhitespace: ( div.firstChild.nodeType === 3 ),
-
-               // Make sure that tbody elements aren't automatically inserted
-               // IE will insert them into empty tables
-               tbody: !div.getElementsByTagName("tbody").length,
-
-               // Make sure that link elements get serialized correctly by innerHTML
-               // This requires a wrapper element in IE
-               htmlSerialize: !!div.getElementsByTagName("link").length,
-
-               // Get the style information from getAttribute
-               // (IE uses .cssText instead)
-               style: /top/.test( a.getAttribute("style") ),
-
-               // Make sure that URLs aren't manipulated
-               // (IE normalizes it by default)
-               hrefNormalized: ( a.getAttribute("href") === "/a" ),
-
-               // Make sure that element opacity exists
-               // (IE uses filter instead)
-               // Use a regex to work around a WebKit issue. See #5145
-               opacity: /^0.5/.test( a.style.opacity ),
-
-               // Verify style float existence
-               // (IE uses styleFloat instead of cssFloat)
-               cssFloat: !!a.style.cssFloat,
-
-               // Make sure that if no value is specified for a checkbox
-               // that it defaults to "on".
-               // (WebKit defaults to "" instead)
-               checkOn: ( input.value === "on" ),
-
-               // Make sure that a selected-by-default option has a working selected property.
-               // (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
-               optSelected: opt.selected,
-
-               // Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7)
-               getSetAttribute: div.className !== "t",
-
-               // Tests for enctype support on a form (#6743)
-               enctype: !!document.createElement("form").enctype,
-
-               // Makes sure cloning an html5 element does not cause problems
-               // Where outerHTML is undefined, this still works
-               html5Clone: document.createElement("nav").cloneNode( true ).outerHTML !== "<:nav></:nav>",
-
-               // jQuery.support.boxModel DEPRECATED in 1.8 since we don't support Quirks Mode
-               boxModel: ( document.compatMode === "CSS1Compat" ),
-
-               // Will be defined later
-               submitBubbles: true,
-               changeBubbles: true,
-               focusinBubbles: false,
-               deleteExpando: true,
-               noCloneEvent: true,
-               inlineBlockNeedsLayout: false,
-               shrinkWrapBlocks: false,
-               reliableMarginRight: true,
-               boxSizingReliable: true,
-               pixelPosition: false
-       };
-
-       // Make sure checked status is properly cloned
-       input.checked = true;
-       support.noCloneChecked = input.cloneNode( true ).checked;
-
-       // Make sure that the options inside disabled selects aren't marked as disabled
-       // (WebKit marks them as disabled)
-       select.disabled = true;
-       support.optDisabled = !opt.disabled;
-
-       // Test to see if it's possible to delete an expando from an element
-       // Fails in Internet Explorer
-       try {
-               delete div.test;
-       } catch( e ) {
-               support.deleteExpando = false;
-       }
-
-       if ( !div.addEventListener && div.attachEvent && div.fireEvent ) {
-               div.attachEvent( "onclick", clickFn = function() {
-                       // Cloning a node shouldn't copy over any
-                       // bound event handlers (IE does this)
-                       support.noCloneEvent = false;
-               });
-               div.cloneNode( true ).fireEvent("onclick");
-               div.detachEvent( "onclick", clickFn );
-       }
-
-       // Check if a radio maintains its value
-       // after being appended to the DOM
-       input = document.createElement("input");
-       input.value = "t";
-       input.setAttribute( "type", "radio" );
-       support.radioValue = input.value === "t";
-
-       input.setAttribute( "checked", "checked" );
-
-       // #11217 - WebKit loses check when the name is after the checked attribute
-       input.setAttribute( "name", "t" );
-
-       div.appendChild( input );
-       fragment = document.createDocumentFragment();
-       fragment.appendChild( div.lastChild );
-
-       // WebKit doesn't clone checked state correctly in fragments
-       support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked;
-
-       // Check if a disconnected checkbox will retain its checked
-       // value of true after appended to the DOM (IE6/7)
-       support.appendChecked = input.checked;
-
-       fragment.removeChild( input );
-       fragment.appendChild( div );
-
-       // Technique from Juriy Zaytsev
-       // http://perfectionkills.com/detecting-event-support-without-browser-sniffing/
-       // We only care about the case where non-standard event systems
-       // are used, namely in IE. Short-circuiting here helps us to
-       // avoid an eval call (in setAttribute) which can cause CSP
-       // to go haywire. See: https://developer.mozilla.org/en/Security/CSP
-       if ( div.attachEvent ) {
-               for ( i in {
-                       submit: true,
-                       change: true,
-                       focusin: true
-               }) {
-                       eventName = "on" + i;
-                       isSupported = ( eventName in div );
-                       if ( !isSupported ) {
-                               div.setAttribute( eventName, "return;" );
-                               isSupported = ( typeof div[ eventName ] === "function" );
-                       }
-                       support[ i + "Bubbles" ] = isSupported;
-               }
-       }
-
-       // Run tests that need a body at doc ready
-       jQuery(function() {
-               var container, div, tds, marginDiv,
-                       divReset = "padding:0;margin:0;border:0;display:block;overflow:hidden;",
-                       body = document.getElementsByTagName("body")[0];
-
-               if ( !body ) {
-                       // Return for frameset docs that don't have a body
-                       return;
-               }
-
-               container = document.createElement("div");
-               container.style.cssText = "visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px";
-               body.insertBefore( container, body.firstChild );
-
-               // Construct the test element
-               div = document.createElement("div");
-               container.appendChild( div );
-
-               // Check if table cells still have offsetWidth/Height when they are set
-               // to display:none and there are still other visible table cells in a
-               // table row; if so, offsetWidth/Height are not reliable for use when
-               // determining if an element has been hidden directly using
-               // display:none (it is still safe to use offsets if a parent element is
-               // hidden; don safety goggles and see bug #4512 for more information).
-               // (only IE 8 fails this test)
-               div.innerHTML = "<table><tr><td></td><td>t</td></tr></table>";
-               tds = div.getElementsByTagName("td");
-               tds[ 0 ].style.cssText = "padding:0;margin:0;border:0;display:none";
-               isSupported = ( tds[ 0 ].offsetHeight === 0 );
-
-               tds[ 0 ].style.display = "";
-               tds[ 1 ].style.display = "none";
-
-               // Check if empty table cells still have offsetWidth/Height
-               // (IE <= 8 fail this test)
-               support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 );
-
-               // Check box-sizing and margin behavior
-               div.innerHTML = "";
-               div.style.cssText = "box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;";
-               support.boxSizing = ( div.offsetWidth === 4 );
-               support.doesNotIncludeMarginInBodyOffset = ( body.offsetTop !== 1 );
-
-               // NOTE: To any future maintainer, we've window.getComputedStyle
-               // because jsdom on node.js will break without it.
-               if ( window.getComputedStyle ) {
-                       support.pixelPosition = ( window.getComputedStyle( div, null ) || {} ).top !== "1%";
-                       support.boxSizingReliable = ( window.getComputedStyle( div, null ) || { width: "4px" } ).width === "4px";
-
-                       // Check if div with explicit width and no margin-right incorrectly
-                       // gets computed margin-right based on width of container. For more
-                       // info see bug #3333
-                       // Fails in WebKit before Feb 2011 nightlies
-                       // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
-                       marginDiv = document.createElement("div");
-                       marginDiv.style.cssText = div.style.cssText = divReset;
-                       marginDiv.style.marginRight = marginDiv.style.width = "0";
-                       div.style.width = "1px";
-                       div.appendChild( marginDiv );
-                       support.reliableMarginRight =
-                               !parseFloat( ( window.getComputedStyle( marginDiv, null ) || {} ).marginRight );
-               }
-
-               if ( typeof div.style.zoom !== "undefined" ) {
-                       // Check if natively block-level elements act like inline-block
-                       // elements when setting their display to 'inline' and giving
-                       // them layout
-                       // (IE < 8 does this)
-                       div.innerHTML = "";
-                       div.style.cssText = divReset + "width:1px;padding:1px;display:inline;zoom:1";
-                       support.inlineBlockNeedsLayout = ( div.offsetWidth === 3 );
-
-                       // Check if elements with layout shrink-wrap their children
-                       // (IE 6 does this)
-                       div.style.display = "block";
-                       div.style.overflow = "visible";
-                       div.innerHTML = "<div></div>";
-                       div.firstChild.style.width = "5px";
-                       support.shrinkWrapBlocks = ( div.offsetWidth !== 3 );
-
-                       container.style.zoom = 1;
-               }
-
-               // Null elements to avoid leaks in IE
-               body.removeChild( container );
-               container = div = tds = marginDiv = null;
-       });
-
-       // Null elements to avoid leaks in IE
-       fragment.removeChild( div );
-       all = a = select = opt = input = fragment = div = null;
-
-       return support;
-})();
-var rbrace = /(?:\{[\s\S]*\}|\[[\s\S]*\])$/,
-       rmultiDash = /([A-Z])/g;
-
-jQuery.extend({
-       cache: {},
-
-       deletedIds: [],
-
-       // Remove at next major release (1.9/2.0)
-       uuid: 0,
-
-       // Unique for each copy of jQuery on the page
-       // Non-digits removed to match rinlinejQuery
-       expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
-
-       // The following elements throw uncatchable exceptions if you
-       // attempt to add expando properties to them.
-       noData: {
-               "embed": true,
-               // Ban all objects except for Flash (which handle expandos)
-               "object": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",
-               "applet": true
-       },
-
-       hasData: function( elem ) {
-               elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ];
-               return !!elem && !isEmptyDataObject( elem );
-       },
-
-       data: function( elem, name, data, pvt /* Internal Use Only */ ) {
-               if ( !jQuery.acceptData( elem ) ) {
-                       return;
-               }
-
-               var thisCache, ret,
-                       internalKey = jQuery.expando,
-                       getByName = typeof name === "string",
-
-                       // We have to handle DOM nodes and JS objects differently because IE6-7
-                       // can't GC object references properly across the DOM-JS boundary
-                       isNode = elem.nodeType,
-
-                       // Only DOM nodes need the global jQuery cache; JS object data is
-                       // attached directly to the object so GC can occur automatically
-                       cache = isNode ? jQuery.cache : elem,
-
-                       // Only defining an ID for JS objects if its cache already exists allows
-                       // the code to shortcut on the same path as a DOM node with no cache
-                       id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey;
-
-               // Avoid doing any more work than we need to when trying to get data on an
-               // object that has no data at all
-               if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && getByName && data === undefined ) {
-                       return;
-               }
-
-               if ( !id ) {
-                       // Only DOM nodes need a new unique ID for each element since their data
-                       // ends up in the global cache
-                       if ( isNode ) {
-                               elem[ internalKey ] = id = jQuery.deletedIds.pop() || jQuery.guid++;
-                       } else {
-                               id = internalKey;
-                       }
-               }
-
-               if ( !cache[ id ] ) {
-                       cache[ id ] = {};
-
-                       // Avoids exposing jQuery metadata on plain JS objects when the object
-                       // is serialized using JSON.stringify
-                       if ( !isNode ) {
-                               cache[ id ].toJSON = jQuery.noop;
-                       }
-               }
-
-               // An object can be passed to jQuery.data instead of a key/value pair; this gets
-               // shallow copied over onto the existing cache
-               if ( typeof name === "object" || typeof name === "function" ) {
-                       if ( pvt ) {
-                               cache[ id ] = jQuery.extend( cache[ id ], name );
-                       } else {
-                               cache[ id ].data = jQuery.extend( cache[ id ].data, name );
-                       }
-               }
-
-               thisCache = cache[ id ];
-
-               // jQuery data() is stored in a separate object inside the object's internal data
-               // cache in order to avoid key collisions between internal data and user-defined
-               // data.
-               if ( !pvt ) {
-                       if ( !thisCache.data ) {
-                               thisCache.data = {};
-                       }
-
-                       thisCache = thisCache.data;
-               }
-
-               if ( data !== undefined ) {
-                       thisCache[ jQuery.camelCase( name ) ] = data;
-               }
-
-               // Check for both converted-to-camel and non-converted data property names
-               // If a data property was specified
-               if ( getByName ) {
-
-                       // First Try to find as-is property data
-                       ret = thisCache[ name ];
-
-                       // Test for null|undefined property data
-                       if ( ret == null ) {
-
-                               // Try to find the camelCased property
-                               ret = thisCache[ jQuery.camelCase( name ) ];
-                       }
-               } else {
-                       ret = thisCache;
-               }
-
-               return ret;
-       },
-
-       removeData: function( elem, name, pvt /* Internal Use Only */ ) {
-               if ( !jQuery.acceptData( elem ) ) {
-                       return;
-               }
-
-               var thisCache, i, l,
-
-                       isNode = elem.nodeType,
-
-                       // See jQuery.data for more information
-                       cache = isNode ? jQuery.cache : elem,
-                       id = isNode ? elem[ jQuery.expando ] : jQuery.expando;
-
-               // If there is already no cache entry for this object, there is no
-               // purpose in continuing
-               if ( !cache[ id ] ) {
-                       return;
-               }
-
-               if ( name ) {
-
-                       thisCache = pvt ? cache[ id ] : cache[ id ].data;
-
-                       if ( thisCache ) {
-
-                               // Support array or space separated string names for data keys
-                               if ( !jQuery.isArray( name ) ) {
-
-                                       // try the string as a key before any manipulation
-                                       if ( name in thisCache ) {
-                                               name = [ name ];
-                                       } else {
-
-                                               // split the camel cased version by spaces unless a key with the spaces exists
-                                               name = jQuery.camelCase( name );
-                                               if ( name in thisCache ) {
-                                                       name = [ name ];
-                                               } else {
-                                                       name = name.split(" ");
-                                               }
-                                       }
-                               }
-
-                               for ( i = 0, l = name.length; i < l; i++ ) {
-                                       delete thisCache[ name[i] ];
-                               }
-
-                               // If there is no data left in the cache, we want to continue
-                               // and let the cache object itself get destroyed
-                               if ( !( pvt ? isEmptyDataObject : jQuery.isEmptyObject )( thisCache ) ) {
-                                       return;
-                               }
-                       }
-               }
-
-               // See jQuery.data for more information
-               if ( !pvt ) {
-                       delete cache[ id ].data;
-
-                       // Don't destroy the parent cache unless the internal data object
-                       // had been the only thing left in it
-                       if ( !isEmptyDataObject( cache[ id ] ) ) {
-                               return;
-                       }
-               }
-
-               // Destroy the cache
-               if ( isNode ) {
-                       jQuery.cleanData( [ elem ], true );
-
-               // Use delete when supported for expandos or `cache` is not a window per isWindow (#10080)
-               } else if ( jQuery.support.deleteExpando || cache != cache.window ) {
-                       delete cache[ id ];
-
-               // When all else fails, null
-               } else {
-                       cache[ id ] = null;
-               }
-       },
-
-       // For internal use only.
-       _data: function( elem, name, data ) {
-               return jQuery.data( elem, name, data, true );
-       },
-
-       // A method for determining if a DOM node can handle the data expando
-       acceptData: function( elem ) {
-               var noData = elem.nodeName && jQuery.noData[ elem.nodeName.toLowerCase() ];
-
-               // nodes accept data unless otherwise specified; rejection can be conditional
-               return !noData || noData !== true && elem.getAttribute("classid") === noData;
-       }
-});
-
-jQuery.fn.extend({
-       data: function( key, value ) {
-               var parts, part, attr, name, l,
-                       elem = this[0],
-                       i = 0,
-                       data = null;
-
-               // Gets all values
-               if ( key === undefined ) {
-                       if ( this.length ) {
-                               data = jQuery.data( elem );
-
-                               if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) {
-                                       attr = elem.attributes;
-                                       for ( l = attr.length; i < l; i++ ) {
-                                               name = attr[i].name;
-
-                                               if ( !name.indexOf( "data-" ) ) {
-                                                       name = jQuery.camelCase( name.substring(5) );
-
-                                                       dataAttr( elem, name, data[ name ] );
-                                               }
-                                       }
-                                       jQuery._data( elem, "parsedAttrs", true );
-                               }
-                       }
-
-                       return data;
-               }
-
-               // Sets multiple values
-               if ( typeof key === "object" ) {
-                       return this.each(function() {
-                               jQuery.data( this, key );
-                       });
-               }
-
-               parts = key.split( ".", 2 );
-               parts[1] = parts[1] ? "." + parts[1] : "";
-               part = parts[1] + "!";
-
-               return jQuery.access( this, function( value ) {
-
-                       if ( value === undefined ) {
-                               data = this.triggerHandler( "getData" + part, [ parts[0] ] );
-
-                               // Try to fetch any internally stored data first
-                               if ( data === undefined && elem ) {
-                                       data = jQuery.data( elem, key );
-                                       data = dataAttr( elem, key, data );
-                               }
-
-                               return data === undefined && parts[1] ?
-                                       this.data( parts[0] ) :
-                                       data;
-                       }
-
-                       parts[1] = value;
-                       this.each(function() {
-                               var self = jQuery( this );
-
-                               self.triggerHandler( "setData" + part, parts );
-                               jQuery.data( this, key, value );
-                               self.triggerHandler( "changeData" + part, parts );
-                       });
-               }, null, value, arguments.length > 1, null, false );
-       },
-
-       removeData: function( key ) {
-               return this.each(function() {
-                       jQuery.removeData( this, key );
-               });
-       }
-});
-
-function dataAttr( elem, key, data ) {
-       // If nothing was found internally, try to fetch any
-       // data from the HTML5 data-* attribute
-       if ( data === undefined && elem.nodeType === 1 ) {
-
-               var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase();
-
-               data = elem.getAttribute( name );
-
-               if ( typeof data === "string" ) {
-                       try {
-                               data = data === "true" ? true :
-                               data === "false" ? false :
-                               data === "null" ? null :
-                               // Only convert to a number if it doesn't change the string
-                               +data + "" === data ? +data :
-                               rbrace.test( data ) ? jQuery.parseJSON( data ) :
-                                       data;
-                       } catch( e ) {}
-
-                       // Make sure we set the data so it isn't changed later
-                       jQuery.data( elem, key, data );
-
-               } else {
-                       data = undefined;
-               }
-       }
-
-       return data;
-}
-
-// checks a cache object for emptiness
-function isEmptyDataObject( obj ) {
-       var name;
-       for ( name in obj ) {
-
-               // if the public data object is empty, the private is still empty
-               if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) {
-                       continue;
-               }
-               if ( name !== "toJSON" ) {
-                       return false;
-               }
-       }
-
-       return true;
-}
-jQuery.extend({
-       queue: function( elem, type, data ) {
-               var queue;
-
-               if ( elem ) {
-                       type = ( type || "fx" ) + "queue";
-                       queue = jQuery._data( elem, type );
-
-                       // Speed up dequeue by getting out quickly if this is just a lookup
-                       if ( data ) {
-                               if ( !queue || jQuery.isArray(data) ) {
-                                       queue = jQuery._data( elem, type, jQuery.makeArray(data) );
-                               } else {
-                                       queue.push( data );
-                               }
-                       }
-                       return queue || [];
-               }
-       },
-
-       dequeue: function( elem, type ) {
-               type = type || "fx";
-
-               var queue = jQuery.queue( elem, type ),
-                       startLength = queue.length,
-                       fn = queue.shift(),
-                       hooks = jQuery._queueHooks( elem, type ),
-                       next = function() {
-                               jQuery.dequeue( elem, type );
-                       };
-
-               // If the fx queue is dequeued, always remove the progress sentinel
-               if ( fn === "inprogress" ) {
-                       fn = queue.shift();
-                       startLength--;
-               }
-
-               if ( fn ) {
-
-                       // Add a progress sentinel to prevent the fx queue from being
-                       // automatically dequeued
-                       if ( type === "fx" ) {
-                               queue.unshift( "inprogress" );
-                       }
-
-                       // clear up the last queue stop function
-                       delete hooks.stop;
-                       fn.call( elem, next, hooks );
-               }
-
-               if ( !startLength && hooks ) {
-                       hooks.empty.fire();
-               }
-       },
-
-       // not intended for public consumption - generates a queueHooks object, or returns the current one
-       _queueHooks: function( elem, type ) {
-               var key = type + "queueHooks";
-               return jQuery._data( elem, key ) || jQuery._data( elem, key, {
-                       empty: jQuery.Callbacks("once memory").add(function() {
-                               jQuery.removeData( elem, type + "queue", true );
-                               jQuery.removeData( elem, key, true );
-                       })
-               });
-       }
-});
-
-jQuery.fn.extend({
-       queue: function( type, data ) {
-               var setter = 2;
-
-               if ( typeof type !== "string" ) {
-                       data = type;
-                       type = "fx";
-                       setter--;
-               }
-
-               if ( arguments.length < setter ) {
-                       return jQuery.queue( this[0], type );
-               }
-
-               return data === undefined ?
-                       this :
-                       this.each(function() {
-                               var queue = jQuery.queue( this, type, data );
-
-                               // ensure a hooks for this queue
-                               jQuery._queueHooks( this, type );
-
-                               if ( type === "fx" && queue[0] !== "inprogress" ) {
-                                       jQuery.dequeue( this, type );
-                               }
-                       });
-       },
-       dequeue: function( type ) {
-               return this.each(function() {
-                       jQuery.dequeue( this, type );
-               });
-       },
-       // Based off of the plugin by Clint Helfers, with permission.
-       // http://blindsignals.com/index.php/2009/07/jquery-delay/
-       delay: function( time, type ) {
-               time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
-               type = type || "fx";
-
-               return this.queue( type, function( next, hooks ) {
-                       var timeout = setTimeout( next, time );
-                       hooks.stop = function() {
-                               clearTimeout( timeout );
-                       };
-               });
-       },
-       clearQueue: function( type ) {
-               return this.queue( type || "fx", [] );
-       },
-       // Get a promise resolved when queues of a certain type
-       // are emptied (fx is the type by default)
-       promise: function( type, obj ) {
-               var tmp,
-                       count = 1,
-                       defer = jQuery.Deferred(),
-                       elements = this,
-                       i = this.length,
-                       resolve = function() {
-                               if ( !( --count ) ) {
-                                       defer.resolveWith( elements, [ elements ] );
-                               }
-                       };
-
-               if ( typeof type !== "string" ) {
-                       obj = type;
-                       type = undefined;
-               }
-               type = type || "fx";
-
-               while( i-- ) {
-                       tmp = jQuery._data( elements[ i ], type + "queueHooks" );
-                       if ( tmp && tmp.empty ) {
-                               count++;
-                               tmp.empty.add( resolve );
-                       }
-               }
-               resolve();
-               return defer.promise( obj );
-       }
-});
-var nodeHook, boolHook, fixSpecified,
-       rclass = /[\t\r\n]/g,
-       rreturn = /\r/g,
-       rtype = /^(?:button|input)$/i,
-       rfocusable = /^(?:button|input|object|select|textarea)$/i,
-       rclickable = /^a(?:rea|)$/i,
-       rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
-       getSetAttribute = jQuery.support.getSetAttribute;
-
-jQuery.fn.extend({
-       attr: function( name, value ) {
-               return jQuery.access( this, jQuery.attr, name, value, arguments.length > 1 );
-       },
-
-       removeAttr: function( name ) {
-               return this.each(function() {
-                       jQuery.removeAttr( this, name );
-               });
-       },
-
-       prop: function( name, value ) {
-               return jQuery.access( this, jQuery.prop, name, value, arguments.length > 1 );
-       },
-
-       removeProp: function( name ) {
-               name = jQuery.propFix[ name ] || name;
-               return this.each(function() {
-                       // try/catch handles cases where IE balks (such as removing a property on window)
-                       try {
-                               this[ name ] = undefined;
-                               delete this[ name ];
-                       } catch( e ) {}
-               });
-       },
-
-       addClass: function( value ) {
-               var classNames, i, l, elem,
-                       setClass, c, cl;
-
-               if ( jQuery.isFunction( value ) ) {
-                       return this.each(function( j ) {
-                               jQuery( this ).addClass( value.call(this, j, this.className) );
-                       });
-               }
-
-               if ( value && typeof value === "string" ) {
-                       classNames = value.split( core_rspace );
-
-                       for ( i = 0, l = this.length; i < l; i++ ) {
-                               elem = this[ i ];
-
-                               if ( elem.nodeType === 1 ) {
-                                       if ( !elem.className && classNames.length === 1 ) {
-                                               elem.className = value;
-
-                                       } else {
-                                               setClass = " " + elem.className + " ";
-
-                                               for ( c = 0, cl = classNames.length; c < cl; c++ ) {
-                                                       if ( setClass.indexOf( " " + classNames[ c ] + " " ) < 0 ) {
-                                                               setClass += classNames[ c ] + " ";
-                                                       }
-                                               }
-                                               elem.className = jQuery.trim( setClass );
-                                       }
-                               }
-                       }
-               }
-
-               return this;
-       },
-
-       removeClass: function( value ) {
-               var removes, className, elem, c, cl, i, l;
-
-               if ( jQuery.isFunction( value ) ) {
-                       return this.each(function( j ) {
-                               jQuery( this ).removeClass( value.call(this, j, this.className) );
-                       });
-               }
-               if ( (value && typeof value === "string") || value === undefined ) {
-                       removes = ( value || "" ).split( core_rspace );
-
-                       for ( i = 0, l = this.length; i < l; i++ ) {
-                               elem = this[ i ];
-                               if ( elem.nodeType === 1 && elem.className ) {
-
-                                       className = (" " + elem.className + " ").replace( rclass, " " );
-
-                                       // loop over each item in the removal list
-                                       for ( c = 0, cl = removes.length; c < cl; c++ ) {
-                                               // Remove until there is nothing to remove,
-                                               while ( className.indexOf(" " + removes[ c ] + " ") >= 0 ) {
-                                                       className = className.replace( " " + removes[ c ] + " " , " " );
-                                               }
-                                       }
-                                       elem.className = value ? jQuery.trim( className ) : "";
-                               }
-                       }
-               }
-
-               return this;
-       },
-
-       toggleClass: function( value, stateVal ) {
-               var type = typeof value,
-                       isBool = typeof stateVal === "boolean";
-
-               if ( jQuery.isFunction( value ) ) {
-                       return this.each(function( i ) {
-                               jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );
-                       });
-               }
-
-               return this.each(function() {
-                       if ( type === "string" ) {
-                               // toggle individual class names
-                               var className,
-                                       i = 0,
-                                       self = jQuery( this ),
-                                       state = stateVal,
-                                       classNames = value.split( core_rspace );
-
-                               while ( (className = classNames[ i++ ]) ) {
-                                       // check each className given, space separated list
-                                       state = isBool ? state : !self.hasClass( className );
-                                       self[ state ? "addClass" : "removeClass" ]( className );
-                               }
-
-                       } else if ( type === "undefined" || type === "boolean" ) {
-                               if ( this.className ) {
-                                       // store className if set
-                                       jQuery._data( this, "__className__", this.className );
-                               }
-
-                               // toggle whole className
-                               this.className = this.className || value === false ? "" : jQuery._data( this, "__className__" ) || "";
-                       }
-               });
-       },
-
-       hasClass: function( selector ) {
-               var className = " " + selector + " ",
-                       i = 0,
-                       l = this.length;
-               for ( ; i < l; i++ ) {
-                       if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) >= 0 ) {
-                               return true;
-                       }
-               }
-
-               return false;
-       },
-
-       val: function( value ) {
-               var hooks, ret, isFunction,
-                       elem = this[0];
-
-               if ( !arguments.length ) {
-                       if ( elem ) {
-                               hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ];
-
-                               if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) {
-                                       return ret;
-                               }
-
-                               ret = elem.value;
-
-                               return typeof ret === "string" ?
-                                       // handle most common string cases
-                                       ret.replace(rreturn, "") :
-                                       // handle cases where value is null/undef or number
-                                       ret == null ? "" : ret;
-                       }
-
-                       return;
-               }
-
-               isFunction = jQuery.isFunction( value );
-
-               return this.each(function( i ) {
-                       var val,
-                               self = jQuery(this);
-
-                       if ( this.nodeType !== 1 ) {
-                               return;
-                       }
-
-                       if ( isFunction ) {
-                               val = value.call( this, i, self.val() );
-                       } else {
-                               val = value;
-                       }
-
-                       // Treat null/undefined as ""; convert numbers to string
-                       if ( val == null ) {
-                               val = "";
-                       } else if ( typeof val === "number" ) {
-                               val += "";
-                       } else if ( jQuery.isArray( val ) ) {
-                               val = jQuery.map(val, function ( value ) {
-                                       return value == null ? "" : value + "";
-                               });
-                       }
-
-                       hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];
-
-                       // If set returns undefined, fall back to normal setting
-                       if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) {
-                               this.value = val;
-                       }
-               });
-       }
-});
-
-jQuery.extend({
-       valHooks: {
-               option: {
-                       get: function( elem ) {
-                               // attributes.value is undefined in Blackberry 4.7 but
-                               // uses .value. See #6932
-                               var val = elem.attributes.value;
-                               return !val || val.specified ? elem.value : elem.text;
-                       }
-               },
-               select: {
-                       get: function( elem ) {
-                               var value, option,
-                                       options = elem.options,
-                                       index = elem.selectedIndex,
-                                       one = elem.type === "select-one" || index < 0,
-                                       values = one ? null : [],
-                                       max = one ? index + 1 : options.length,
-                                       i = index < 0 ?
-                                               max :
-                                               one ? index : 0;
-
-                               // Loop through all the selected options
-                               for ( ; i < max; i++ ) {
-                                       option = options[ i ];
-
-                                       // oldIE doesn't update selected after form reset (#2551)
-                                       if ( ( option.selected || i === index ) &&
-                                                       // Don't return options that are disabled or in a disabled optgroup
-                                                       ( jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null ) &&
-                                                       ( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) {
-
-                                               // Get the specific value for the option
-                                               value = jQuery( option ).val();
-
-                                               // We don't need an array for one selects
-                                               if ( one ) {
-                                                       return value;
-                                               }
-
-                                               // Multi-Selects return an array
-                                               values.push( value );
-                                       }
-                               }
-
-                               return values;
-                       },
-
-                       set: function( elem, value ) {
-                               var values = jQuery.makeArray( value );
-
-                               jQuery(elem).find("option").each(function() {
-                                       this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0;
-                               });
-
-                               if ( !values.length ) {
-                                       elem.selectedIndex = -1;
-                               }
-                               return values;
-                       }
-               }
-       },
-
-       // Unused in 1.8, left in so attrFn-stabbers won't die; remove in 1.9
-       attrFn: {},
-
-       attr: function( elem, name, value, pass ) {
-               var ret, hooks, notxml,
-                       nType = elem.nodeType;
-
-               // don't get/set attributes on text, comment and attribute nodes
-               if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
-                       return;
-               }
-
-               if ( pass && jQuery.isFunction( jQuery.fn[ name ] ) ) {
-                       return jQuery( elem )[ name ]( value );
-               }
-
-               // Fallback to prop when attributes are not supported
-               if ( typeof elem.getAttribute === "undefined" ) {
-                       return jQuery.prop( elem, name, value );
-               }
-
-               notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
-
-               // All attributes are lowercase
-               // Grab necessary hook if one is defined
-               if ( notxml ) {
-                       name = name.toLowerCase();
-                       hooks = jQuery.attrHooks[ name ] || ( rboolean.test( name ) ? boolHook : nodeHook );
-               }
-
-               if ( value !== undefined ) {
-
-                       if ( value === null ) {
-                               jQuery.removeAttr( elem, name );
-                               return;
-
-                       } else if ( hooks && "set" in hooks && notxml && (ret = hooks.set( elem, value, name )) !== undefined ) {
-                               return ret;
-
-                       } else {
-                               elem.setAttribute( name, value + "" );
-                               return value;
-                       }
-
-               } else if ( hooks && "get" in hooks && notxml && (ret = hooks.get( elem, name )) !== null ) {
-                       return ret;
-
-               } else {
-
-                       ret = elem.getAttribute( name );
-
-                       // Non-existent attributes return null, we normalize to undefined
-                       return ret === null ?
-                               undefined :
-                               ret;
-               }
-       },
-
-       removeAttr: function( elem, value ) {
-               var propName, attrNames, name, isBool,
-                       i = 0;
-
-               if ( value && elem.nodeType === 1 ) {
-
-                       attrNames = value.split( core_rspace );
-
-                       for ( ; i < attrNames.length; i++ ) {
-                               name = attrNames[ i ];
-
-                               if ( name ) {
-                                       propName = jQuery.propFix[ name ] || name;
-                                       isBool = rboolean.test( name );
-
-                                       // See #9699 for explanation of this approach (setting first, then removal)
-                                       // Do not do this for boolean attributes (see #10870)
-                                       if ( !isBool ) {
-                                               jQuery.attr( elem, name, "" );
-                                       }
-                                       elem.removeAttribute( getSetAttribute ? name : propName );
-
-                                       // Set corresponding property to false for boolean attributes
-                                       if ( isBool && propName in elem ) {
-                                               elem[ propName ] = false;
-                                       }
-                               }
-                       }
-               }
-       },
-
-       attrHooks: {
-               type: {
-                       set: function( elem, value ) {
-                               // We can't allow the type property to be changed (since it causes problems in IE)
-                               if ( rtype.test( elem.nodeName ) && elem.parentNode ) {
-                                       jQuery.error( "type property can't be changed" );
-                               } else if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) {
-                                       // Setting the type on a radio button after the value resets the value in IE6-9
-                                       // Reset value to it's default in case type is set after value
-                                       // This is for element creation
-                                       var val = elem.value;
-                                       elem.setAttribute( "type", value );
-                                       if ( val ) {
-                                               elem.value = val;
-                                       }
-                                       return value;
-                               }
-                       }
-               },
-               // Use the value property for back compat
-               // Use the nodeHook for button elements in IE6/7 (#1954)
-               value: {
-                       get: function( elem, name ) {
-                               if ( nodeHook && jQuery.nodeName( elem, "button" ) ) {
-                                       return nodeHook.get( elem, name );
-                               }
-                               return name in elem ?
-                                       elem.value :
-                                       null;
-                       },
-                       set: function( elem, value, name ) {
-                               if ( nodeHook && jQuery.nodeName( elem, "button" ) ) {
-                                       return nodeHook.set( elem, value, name );
-                               }
-                               // Does not return so that setAttribute is also used
-                               elem.value = value;
-                       }
-               }
-       },
-
-       propFix: {
-               tabindex: "tabIndex",
-               readonly: "readOnly",
-               "for": "htmlFor",
-               "class": "className",
-               maxlength: "maxLength",
-               cellspacing: "cellSpacing",
-               cellpadding: "cellPadding",
-               rowspan: "rowSpan",
-               colspan: "colSpan",
-               usemap: "useMap",
-               frameborder: "frameBorder",
-               contenteditable: "contentEditable"
-       },
-
-       prop: function( elem, name, value ) {
-               var ret, hooks, notxml,
-                       nType = elem.nodeType;
-
-               // don't get/set properties on text, comment and attribute nodes
-               if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
-                       return;
-               }
-
-               notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
-
-               if ( notxml ) {
-                       // Fix name and attach hooks
-                       name = jQuery.propFix[ name ] || name;
-                       hooks = jQuery.propHooks[ name ];
-               }
-
-               if ( value !== undefined ) {
-                       if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {
-                               return ret;
-
-                       } else {
-                               return ( elem[ name ] = value );
-                       }
-
-               } else {
-                       if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) {
-                               return ret;
-
-                       } else {
-                               return elem[ name ];
-                       }
-               }
-       },
-
-       propHooks: {
-               tabIndex: {
-                       get: function( elem ) {
-                               // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set
-                               // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
-                               var attributeNode = elem.getAttributeNode("tabindex");
-
-                               return attributeNode && attributeNode.specified ?
-                                       parseInt( attributeNode.value, 10 ) :
-                                       rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ?
-                                               0 :
-                                               undefined;
-                       }
-               }
-       }
-});
-
-// Hook for boolean attributes
-boolHook = {
-       get: function( elem, name ) {
-               // Align boolean attributes with corresponding properties
-               // Fall back to attribute presence where some booleans are not supported
-               var attrNode,
-                       property = jQuery.prop( elem, name );
-               return property === true || typeof property !== "boolean" && ( attrNode = elem.getAttributeNode(name) ) && attrNode.nodeValue !== false ?
-                       name.toLowerCase() :
-                       undefined;
-       },
-       set: function( elem, value, name ) {
-               var propName;
-               if ( value === false ) {
-                       // Remove boolean attributes when set to false
-                       jQuery.removeAttr( elem, name );
-               } else {
-                       // value is true since we know at this point it's type boolean and not false
-                       // Set boolean attributes to the same name and set the DOM property
-                       propName = jQuery.propFix[ name ] || name;
-                       if ( propName in elem ) {
-                               // Only set the IDL specifically if it already exists on the element
-                               elem[ propName ] = true;
-                       }
-
-                       elem.setAttribute( name, name.toLowerCase() );
-               }
-               return name;
-       }
-};
-
-// IE6/7 do not support getting/setting some attributes with get/setAttribute
-if ( !getSetAttribute ) {
-
-       fixSpecified = {
-               name: true,
-               id: true,
-               coords: true
-       };
-
-       // Use this for any attribute in IE6/7
-       // This fixes almost every IE6/7 issue
-       nodeHook = jQuery.valHooks.button = {
-               get: function( elem, name ) {
-                       var ret;
-                       ret = elem.getAttributeNode( name );
-                       return ret && ( fixSpecified[ name ] ? ret.value !== "" : ret.specified ) ?
-                               ret.value :
-                               undefined;
-               },
-               set: function( elem, value, name ) {
-                       // Set the existing or create a new attribute node
-                       var ret = elem.getAttributeNode( name );
-                       if ( !ret ) {
-                               ret = document.createAttribute( name );
-                               elem.setAttributeNode( ret );
-                       }
-                       return ( ret.value = value + "" );
-               }
-       };
-
-       // Set width and height to auto instead of 0 on empty string( Bug #8150 )
-       // This is for removals
-       jQuery.each([ "width", "height" ], function( i, name ) {
-               jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], {
-                       set: function( elem, value ) {
-                               if ( value === "" ) {
-                                       elem.setAttribute( name, "auto" );
-                                       return value;
-                               }
-                       }
-               });
-       });
-
-       // Set contenteditable to false on removals(#10429)
-       // Setting to empty string throws an error as an invalid value
-       jQuery.attrHooks.contenteditable = {
-               get: nodeHook.get,
-               set: function( elem, value, name ) {
-                       if ( value === "" ) {
-                               value = "false";
-                       }
-                       nodeHook.set( elem, value, name );
-               }
-       };
-}
-
-
-// Some attributes require a special call on IE
-if ( !jQuery.support.hrefNormalized ) {
-       jQuery.each([ "href", "src", "width", "height" ], function( i, name ) {
-               jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], {
-                       get: function( elem ) {
-                               var ret = elem.getAttribute( name, 2 );
-                               return ret === null ? undefined : ret;
-                       }
-               });
-       });
-}
-
-if ( !jQuery.support.style ) {
-       jQuery.attrHooks.style = {
-               get: function( elem ) {
-                       // Return undefined in the case of empty string
-                       // Normalize to lowercase since IE uppercases css property names
-                       return elem.style.cssText.toLowerCase() || undefined;
-               },
-               set: function( elem, value ) {
-                       return ( elem.style.cssText = value + "" );
-               }
-       };
-}
-
-// Safari mis-reports the default selected property of an option
-// Accessing the parent's selectedIndex property fixes it
-if ( !jQuery.support.optSelected ) {
-       jQuery.propHooks.selected = jQuery.extend( jQuery.propHooks.selected, {
-               get: function( elem ) {
-                       var parent = elem.parentNode;
-
-                       if ( parent ) {
-                               parent.selectedIndex;
-
-                               // Make sure that it also works with optgroups, see #5701
-                               if ( parent.parentNode ) {
-                                       parent.parentNode.selectedIndex;
-                               }
-                       }
-                       return null;
-               }
-       });
-}
-
-// IE6/7 call enctype encoding
-if ( !jQuery.support.enctype ) {
-       jQuery.propFix.enctype = "encoding";
-}
-
-// Radios and checkboxes getter/setter
-if ( !jQuery.support.checkOn ) {
-       jQuery.each([ "radio", "checkbox" ], function() {
-               jQuery.valHooks[ this ] = {
-                       get: function( elem ) {
-                               // Handle the case where in Webkit "" is returned instead of "on" if a value isn't specified
-                               return elem.getAttribute("value") === null ? "on" : elem.value;
-                       }
-               };
-       });
-}
-jQuery.each([ "radio", "checkbox" ], function() {
-       jQuery.valHooks[ this ] = jQuery.extend( jQuery.valHooks[ this ], {
-               set: function( elem, value ) {
-                       if ( jQuery.isArray( value ) ) {
-                               return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );
-                       }
-               }
-       });
-});
-var rformElems = /^(?:textarea|input|select)$/i,
-       rtypenamespace = /^([^\.]*|)(?:\.(.+)|)$/,
-       rhoverHack = /(?:^|\s)hover(\.\S+|)\b/,
-       rkeyEvent = /^key/,
-       rmouseEvent = /^(?:mouse|contextmenu)|click/,
-       rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
-       hoverHack = function( events ) {
-               return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
-       };
-
-/*
- * Helper functions for managing events -- not part of the public interface.
- * Props to Dean Edwards' addEvent library for many of the ideas.
- */
-jQuery.event = {
-
-       add: function( elem, types, handler, data, selector ) {
-
-               var elemData, eventHandle, events,
-                       t, tns, type, namespaces, handleObj,
-                       handleObjIn, handlers, special;
-
-               // Don't attach events to noData or text/comment nodes (allow plain objects tho)
-               if ( elem.nodeType === 3 || elem.nodeType === 8 || !types || !handler || !(elemData = jQuery._data( elem )) ) {
-                       return;
-               }
-
-               // Caller can pass in an object of custom data in lieu of the handler
-               if ( handler.handler ) {
-                       handleObjIn = handler;
-                       handler = handleObjIn.handler;
-                       selector = handleObjIn.selector;
-               }
-
-               // Make sure that the handler has a unique ID, used to find/remove it later
-               if ( !handler.guid ) {
-                       handler.guid = jQuery.guid++;
-               }
-
-               // Init the element's event structure and main handler, if this is the first
-               events = elemData.events;
-               if ( !events ) {
-                       elemData.events = events = {};
-               }
-               eventHandle = elemData.handle;
-               if ( !eventHandle ) {
-                       elemData.handle = eventHandle = function( e ) {
-                               // Discard the second event of a jQuery.event.trigger() and
-                               // when an event is called after a page has unloaded
-                               return typeof jQuery !== "undefined" && (!e || jQuery.event.triggered !== e.type) ?
-                                       jQuery.event.dispatch.apply( eventHandle.elem, arguments ) :
-                                       undefined;
-                       };
-                       // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events
-                       eventHandle.elem = elem;
-               }
-
-               // Handle multiple events separated by a space
-               // jQuery(...).bind("mouseover mouseout", fn);
-               types = jQuery.trim( hoverHack(types) ).split( " " );
-               for ( t = 0; t < types.length; t++ ) {
-
-                       tns = rtypenamespace.exec( types[t] ) || [];
-                       type = tns[1];
-                       namespaces = ( tns[2] || "" ).split( "." ).sort();
-
-                       // If event changes its type, use the special event handlers for the changed type
-                       special = jQuery.event.special[ type ] || {};
-
-                       // If selector defined, determine special event api type, otherwise given type
-                       type = ( selector ? special.delegateType : special.bindType ) || type;
-
-                       // Update special based on newly reset type
-                       special = jQuery.event.special[ type ] || {};
-
-                       // handleObj is passed to all event handlers
-                       handleObj = jQuery.extend({
-                               type: type,
-                               origType: tns[1],
-                               data: data,
-                               handler: handler,
-                               guid: handler.guid,
-                               selector: selector,
-                               needsContext: selector && jQuery.expr.match.needsContext.test( selector ),
-                               namespace: namespaces.join(".")
-                       }, handleObjIn );
-
-                       // Init the event handler queue if we're the first
-                       handlers = events[ type ];
-                       if ( !handlers ) {
-                               handlers = events[ type ] = [];
-                               handlers.delegateCount = 0;
-
-                               // Only use addEventListener/attachEvent if the special events handler returns false
-                               if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
-                                       // Bind the global event handler to the element
-                                       if ( elem.addEventListener ) {
-                                               elem.addEventListener( type, eventHandle, false );
-
-                                       } else if ( elem.attachEvent ) {
-                                               elem.attachEvent( "on" + type, eventHandle );
-                                       }
-                               }
-                       }
-
-                       if ( special.add ) {
-                               special.add.call( elem, handleObj );
-
-                               if ( !handleObj.handler.guid ) {
-                                       handleObj.handler.guid = handler.guid;
-                               }
-                       }
-
-                       // Add to the element's handler list, delegates in front
-                       if ( selector ) {
-                               handlers.splice( handlers.delegateCount++, 0, handleObj );
-                       } else {
-                               handlers.push( handleObj );
-                       }
-
-                       // Keep track of which events have ever been used, for event optimization
-                       jQuery.event.global[ type ] = true;
-               }
-
-               // Nullify elem to prevent memory leaks in IE
-               elem = null;
-       },
-
-       global: {},
-
-       // Detach an event or set of events from an element
-       remove: function( elem, types, handler, selector, mappedTypes ) {
-
-               var t, tns, type, origType, namespaces, origCount,
-                       j, events, special, eventType, handleObj,
-                       elemData = jQuery.hasData( elem ) && jQuery._data( elem );
-
-               if ( !elemData || !(events = elemData.events) ) {
-                       return;
-               }
-
-               // Once for each type.namespace in types; type may be omitted
-               types = jQuery.trim( hoverHack( types || "" ) ).split(" ");
-               for ( t = 0; t < types.length; t++ ) {
-                       tns = rtypenamespace.exec( types[t] ) || [];
-                       type = origType = tns[1];
-                       namespaces = tns[2];
-
-                       // Unbind all events (on this namespace, if provided) for the element
-                       if ( !type ) {
-                               for ( type in events ) {
-                                       jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
-                               }
-                               continue;
-                       }
-
-                       special = jQuery.event.special[ type ] || {};
-                       type = ( selector? special.delegateType : special.bindType ) || type;
-                       eventType = events[ type ] || [];
-                       origCount = eventType.length;
-                       namespaces = namespaces ? new RegExp("(^|\\.)" + namespaces.split(".").sort().join("\\.(?:.*\\.|)") + "(\\.|$)") : null;
-
-                       // Remove matching events
-                       for ( j = 0; j < eventType.length; j++ ) {
-                               handleObj = eventType[ j ];
-
-                               if ( ( mappedTypes || origType === handleObj.origType ) &&
-                                        ( !handler || handler.guid === handleObj.guid ) &&
-                                        ( !namespaces || namespaces.test( handleObj.namespace ) ) &&
-                                        ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) {
-                                       eventType.splice( j--, 1 );
-
-                                       if ( handleObj.selector ) {
-                                               eventType.delegateCount--;
-                                       }
-                                       if ( special.remove ) {
-                                               special.remove.call( elem, handleObj );
-                                       }
-                               }
-                       }
-
-                       // Remove generic event handler if we removed something and no more handlers exist
-                       // (avoids potential for endless recursion during removal of special event handlers)
-                       if ( eventType.length === 0 && origCount !== eventType.length ) {
-                               if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
-                                       jQuery.removeEvent( elem, type, elemData.handle );
-                               }
-
-                               delete events[ type ];
-                       }
-               }
-
-               // Remove the expando if it's no longer used
-               if ( jQuery.isEmptyObject( events ) ) {
-                       delete elemData.handle;
-
-                       // removeData also checks for emptiness and clears the expando if empty
-                       // so use it instead of delete
-                       jQuery.removeData( elem, "events", true );
-               }
-       },
-
-       // Events that are safe to short-circuit if no handlers are attached.
-       // Native DOM events should not be added, they may have inline handlers.
-       customEvent: {
-               "getData": true,
-               "setData": true,
-               "changeData": true
-       },
-
-       trigger: function( event, data, elem, onlyHandlers ) {
-               // Don't do events on text and comment nodes
-               if ( elem && (elem.nodeType === 3 || elem.nodeType === 8) ) {
-                       return;
-               }
-
-               // Event object or event type
-               var cache, exclusive, i, cur, old, ontype, special, handle, eventPath, bubbleType,
-                       type = event.type || event,
-                       namespaces = [];
-
-               // focus/blur morphs to focusin/out; ensure we're not firing them right now
-               if ( rfocusMorph.test( type + jQuery.event.triggered ) ) {
-                       return;
-               }
-
-               if ( type.indexOf( "!" ) >= 0 ) {
-                       // Exclusive events trigger only for the exact event (no namespaces)
-                       type = type.slice(0, -1);
-                       exclusive = true;
-               }
-
-               if ( type.indexOf( "." ) >= 0 ) {
-                       // Namespaced trigger; create a regexp to match event type in handle()
-                       namespaces = type.split(".");
-                       type = namespaces.shift();
-                       namespaces.sort();
-               }
-
-               if ( (!elem || jQuery.event.customEvent[ type ]) && !jQuery.event.global[ type ] ) {
-                       // No jQuery handlers for this event type, and it can't have inline handlers
-                       return;
-               }
-
-               // Caller can pass in an Event, Object, or just an event type string
-               event = typeof event === "object" ?
-                       // jQuery.Event object
-                       event[ jQuery.expando ] ? event :
-                       // Object literal
-                       new jQuery.Event( type, event ) :
-                       // Just the event type (string)
-                       new jQuery.Event( type );
-
-               event.type = type;
-               event.isTrigger = true;
-               event.exclusive = exclusive;
-               event.namespace = namespaces.join( "." );
-               event.namespace_re = event.namespace? new RegExp("(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)") : null;
-               ontype = type.indexOf( ":" ) < 0 ? "on" + type : "";
-
-               // Handle a global trigger
-               if ( !elem ) {
-
-                       // TODO: Stop taunting the data cache; remove global events and always attach to document
-                       cache = jQuery.cache;
-                       for ( i in cache ) {
-                               if ( cache[ i ].events && cache[ i ].events[ type ] ) {
-                                       jQuery.event.trigger( event, data, cache[ i ].handle.elem, true );
-                               }
-                       }
-                       return;
-               }
-
-               // Clean up the event in case it is being reused
-               event.result = undefined;
-               if ( !event.target ) {
-                       event.target = elem;
-               }
-
-               // Clone any incoming data and prepend the event, creating the handler arg list
-               data = data != null ? jQuery.makeArray( data ) : [];
-               data.unshift( event );
-
-               // Allow special events to draw outside the lines
-               special = jQuery.event.special[ type ] || {};
-               if ( special.trigger && special.trigger.apply( elem, data ) === false ) {
-                       return;
-               }
-
-               // Determine event propagation path in advance, per W3C events spec (#9951)
-               // Bubble up to document, then to window; watch for a global ownerDocument var (#9724)
-               eventPath = [[ elem, special.bindType || type ]];
-               if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {
-
-                       bubbleType = special.delegateType || type;
-                       cur = rfocusMorph.test( bubbleType + type ) ? elem : elem.parentNode;
-                       for ( old = elem; cur; cur = cur.parentNode ) {
-                               eventPath.push([ cur, bubbleType ]);
-                               old = cur;
-                       }
-
-                       // Only add window if we got to document (e.g., not plain obj or detached DOM)
-                       if ( old === (elem.ownerDocument || document) ) {
-                               eventPath.push([ old.defaultView || old.parentWindow || window, bubbleType ]);
-                       }
-               }
-
-               // Fire handlers on the event path
-               for ( i = 0; i < eventPath.length && !event.isPropagationStopped(); i++ ) {
-
-                       cur = eventPath[i][0];
-                       event.type = eventPath[i][1];
-
-                       handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" );
-                       if ( handle ) {
-                               handle.apply( cur, data );
-                       }
-                       // Note that this is a bare JS function and not a jQuery handler
-                       handle = ontype && cur[ ontype ];
-                       if ( handle && jQuery.acceptData( cur ) && handle.apply && handle.apply( cur, data ) === false ) {
-                               event.preventDefault();
-                       }
-               }
-               event.type = type;
-
-               // If nobody prevented the default action, do it now
-               if ( !onlyHandlers && !event.isDefaultPrevented() ) {
-
-                       if ( (!special._default || special._default.apply( elem.ownerDocument, data ) === false) &&
-                               !(type === "click" && jQuery.nodeName( elem, "a" )) && jQuery.acceptData( elem ) ) {
-
-                               // Call a native DOM method on the target with the same name name as the event.
-                               // Can't use an .isFunction() check here because IE6/7 fails that test.
-                               // Don't do default actions on window, that's where global variables be (#6170)
-                               // IE<9 dies on focus/blur to hidden element (#1486)
-                               if ( ontype && elem[ type ] && ((type !== "focus" && type !== "blur") || event.target.offsetWidth !== 0) && !jQuery.isWindow( elem ) ) {
-
-                                       // Don't re-trigger an onFOO event when we call its FOO() method
-                                       old = elem[ ontype ];
-
-                                       if ( old ) {
-                                               elem[ ontype ] = null;
-                                       }
-
-                                       // Prevent re-triggering of the same event, since we already bubbled it above
-                                       jQuery.event.triggered = type;
-                                       elem[ type ]();
-                                       jQuery.event.triggered = undefined;
-
-                                       if ( old ) {
-                                               elem[ ontype ] = old;
-                                       }
-                               }
-                       }
-               }
-
-               return event.result;
-       },
-
-       dispatch: function( event ) {
-
-               // Make a writable jQuery.Event from the native event object
-               event = jQuery.event.fix( event || window.event );
-
-               var i, j, cur, ret, selMatch, matched, matches, handleObj, sel, related,
-                       handlers = ( (jQuery._data( this, "events" ) || {} )[ event.type ] || []),
-                       delegateCount = handlers.delegateCount,
-                       args = core_slice.call( arguments ),
-                       run_all = !event.exclusive && !event.namespace,
-                       special = jQuery.event.special[ event.type ] || {},
-                       handlerQueue = [];
-
-               // Use the fix-ed jQuery.Event rather than the (read-only) native event
-               args[0] = event;
-               event.delegateTarget = this;
-
-               // Call the preDispatch hook for the mapped type, and let it bail if desired
-               if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {
-                       return;
-               }
-
-               // Determine handlers that should run if there are delegated events
-               // Avoid non-left-click bubbling in Firefox (#3861)
-               if ( delegateCount && !(event.button && event.type === "click") ) {
-
-                       for ( cur = event.target; cur != this; cur = cur.parentNode || this ) {
-
-                               // Don't process clicks (ONLY) on disabled elements (#6911, #8165, #11382, #11764)
-                               if ( cur.disabled !== true || event.type !== "click" ) {
-                                       selMatch = {};
-                                       matches = [];
-                                       for ( i = 0; i < delegateCount; i++ ) {
-                                               handleObj = handlers[ i ];
-                                               sel = handleObj.selector;
-
-                                               if ( selMatch[ sel ] === undefined ) {
-                                                       selMatch[ sel ] = handleObj.needsContext ?
-                                                               jQuery( sel, this ).index( cur ) >= 0 :
-                                                               jQuery.find( sel, this, null, [ cur ] ).length;
-                                               }
-                                               if ( selMatch[ sel ] ) {
-                                                       matches.push( handleObj );
-                                               }
-                                       }
-                                       if ( matches.length ) {
-                                               handlerQueue.push({ elem: cur, matches: matches });
-                                       }
-                               }
-                       }
-               }
-
-               // Add the remaining (directly-bound) handlers
-               if ( handlers.length > delegateCount ) {
-                       handlerQueue.push({ elem: this, matches: handlers.slice( delegateCount ) });
-               }
-
-               // Run delegates first; they may want to stop propagation beneath us
-               for ( i = 0; i < handlerQueue.length && !event.isPropagationStopped(); i++ ) {
-                       matched = handlerQueue[ i ];
-                       event.currentTarget = matched.elem;
-
-                       for ( j = 0; j < matched.matches.length && !event.isImmediatePropagationStopped(); j++ ) {
-                               handleObj = matched.matches[ j ];
-
-                               // Triggered event must either 1) be non-exclusive and have no namespace, or
-                               // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace).
-                               if ( run_all || (!event.namespace && !handleObj.namespace) || event.namespace_re && event.namespace_re.test( handleObj.namespace ) ) {
-
-                                       event.data = handleObj.data;
-                                       event.handleObj = handleObj;
-
-                                       ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )
-                                                       .apply( matched.elem, args );
-
-                                       if ( ret !== undefined ) {
-                                               event.result = ret;
-                                               if ( ret === false ) {
-                                                       event.preventDefault();
-                                                       event.stopPropagation();
-                                               }
-                                       }
-                               }
-                       }
-               }
-
-               // Call the postDispatch hook for the mapped type
-               if ( special.postDispatch ) {
-                       special.postDispatch.call( this, event );
-               }
-
-               return event.result;
-       },
-
-       // Includes some event props shared by KeyEvent and MouseEvent
-       // *** attrChange attrName relatedNode srcElement  are not normalized, non-W3C, deprecated, will be removed in 1.8 ***
-       props: "attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
-
-       fixHooks: {},
-
-       keyHooks: {
-               props: "char charCode key keyCode".split(" "),
-               filter: function( event, original ) {
-
-                       // Add which for key events
-                       if ( event.which == null ) {
-                               event.which = original.charCode != null ? original.charCode : original.keyCode;
-                       }
-
-                       return event;
-               }
-       },
-
-       mouseHooks: {
-               props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),
-               filter: function( event, original ) {
-                       var eventDoc, doc, body,
-                               button = original.button,
-                               fromElement = original.fromElement;
-
-                       // Calculate pageX/Y if missing and clientX/Y available
-                       if ( event.pageX == null && original.clientX != null ) {
-                               eventDoc = event.target.ownerDocument || document;
-                               doc = eventDoc.documentElement;
-                               body = eventDoc.body;
-
-                               event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );
-                               event.pageY = original.clientY + ( doc && doc.scrollTop  || body && body.scrollTop  || 0 ) - ( doc && doc.clientTop  || body && body.clientTop  || 0 );
-                       }
-
-                       // Add relatedTarget, if necessary
-                       if ( !event.relatedTarget && fromElement ) {
-                               event.relatedTarget = fromElement === event.target ? original.toElement : fromElement;
-                       }
-
-                       // Add which for click: 1 === left; 2 === middle; 3 === right
-                       // Note: button is not normalized, so don't use it
-                       if ( !event.which && button !== undefined ) {
-                               event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );
-                       }
-
-                       return event;
-               }
-       },
-
-       fix: function( event ) {
-               if ( event[ jQuery.expando ] ) {
-                       return event;
-               }
-
-               // Create a writable copy of the event object and normalize some properties
-               var i, prop,
-                       originalEvent = event,
-                       fixHook = jQuery.event.fixHooks[ event.type ] || {},
-                       copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;
-
-               event = jQuery.Event( originalEvent );
-
-               for ( i = copy.length; i; ) {
-                       prop = copy[ --i ];
-                       event[ prop ] = originalEvent[ prop ];
-               }
-
-               // Fix target property, if necessary (#1925, IE 6/7/8 & Safari2)
-               if ( !event.target ) {
-                       event.target = originalEvent.srcElement || document;
-               }
-
-               // Target should not be a text node (#504, Safari)
-               if ( event.target.nodeType === 3 ) {
-                       event.target = event.target.parentNode;
-               }
-
-               // For mouse/key events, metaKey==false if it's undefined (#3368, #11328; IE6/7/8)
-               event.metaKey = !!event.metaKey;
-
-               return fixHook.filter? fixHook.filter( event, originalEvent ) : event;
-       },
-
-       special: {
-               load: {
-                       // Prevent triggered image.load events from bubbling to window.load
-                       noBubble: true
-               },
-
-               focus: {
-                       delegateType: "focusin"
-               },
-               blur: {
-                       delegateType: "focusout"
-               },
-
-               beforeunload: {
-                       setup: function( data, namespaces, eventHandle ) {
-                               // We only want to do this special case on windows
-                               if ( jQuery.isWindow( this ) ) {
-                                       this.onbeforeunload = eventHandle;
-                               }
-                       },
-
-                       teardown: function( namespaces, eventHandle ) {
-                               if ( this.onbeforeunload === eventHandle ) {
-                                       this.onbeforeunload = null;
-                               }
-                       }
-               }
-       },
-
-       simulate: function( type, elem, event, bubble ) {
-               // Piggyback on a donor event to simulate a different one.
-               // Fake originalEvent to avoid donor's stopPropagation, but if the
-               // simulated event prevents default then we do the same on the donor.
-               var e = jQuery.extend(
-                       new jQuery.Event(),
-                       event,
-                       { type: type,
-                               isSimulated: true,
-                               originalEvent: {}
-                       }
-               );
-               if ( bubble ) {
-                       jQuery.event.trigger( e, null, elem );
-               } else {
-                       jQuery.event.dispatch.call( elem, e );
-               }
-               if ( e.isDefaultPrevented() ) {
-                       event.preventDefault();
-               }
-       }
-};
-
-// Some plugins are using, but it's undocumented/deprecated and will be removed.
-// The 1.7 special event interface should provide all the hooks needed now.
-jQuery.event.handle = jQuery.event.dispatch;
-
-jQuery.removeEvent = document.removeEventListener ?
-       function( elem, type, handle ) {
-               if ( elem.removeEventListener ) {
-                       elem.removeEventListener( type, handle, false );
-               }
-       } :
-       function( elem, type, handle ) {
-               var name = "on" + type;
-
-               if ( elem.detachEvent ) {
-
-                       // #8545, #7054, preventing memory leaks for custom events in IE6-8
-                       // detachEvent needed property on element, by name of that event, to properly expose it to GC
-                       if ( typeof elem[ name ] === "undefined" ) {
-                               elem[ name ] = null;
-                       }
-
-                       elem.detachEvent( name, handle );
-               }
-       };
-
-jQuery.Event = function( src, props ) {
-       // Allow instantiation without the 'new' keyword
-       if ( !(this instanceof jQuery.Event) ) {
-               return new jQuery.Event( src, props );
-       }
-
-       // Event object
-       if ( src && src.type ) {
-               this.originalEvent = src;
-               this.type = src.type;
-
-               // Events bubbling up the document may have been marked as prevented
-               // by a handler lower down the tree; reflect the correct value.
-               this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false ||
-                       src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse;
-
-       // Event type
-       } else {
-               this.type = src;
-       }
-
-       // Put explicitly provided properties onto the event object
-       if ( props ) {
-               jQuery.extend( this, props );
-       }
-
-       // Create a timestamp if incoming event doesn't have one
-       this.timeStamp = src && src.timeStamp || jQuery.now();
-
-       // Mark it as fixed
-       this[ jQuery.expando ] = true;
-};
-
-function returnFalse() {
-       return false;
-}
-function returnTrue() {
-       return true;
-}
-
-// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
-// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
-jQuery.Event.prototype = {
-       preventDefault: function() {
-               this.isDefaultPrevented = returnTrue;
-
-               var e = this.originalEvent;
-               if ( !e ) {
-                       return;
-               }
-
-               // if preventDefault exists run it on the original event
-               if ( e.preventDefault ) {
-                       e.preventDefault();
-
-               // otherwise set the returnValue property of the original event to false (IE)
-               } else {
-                       e.returnValue = false;
-               }
-       },
-       stopPropagation: function() {
-               this.isPropagationStopped = returnTrue;
-
-               var e = this.originalEvent;
-               if ( !e ) {
-                       return;
-               }
-               // if stopPropagation exists run it on the original event
-               if ( e.stopPropagation ) {
-                       e.stopPropagation();
-               }
-               // otherwise set the cancelBubble property of the original event to true (IE)
-               e.cancelBubble = true;
-       },
-       stopImmediatePropagation: function() {
-               this.isImmediatePropagationStopped = returnTrue;
-               this.stopPropagation();
-       },
-       isDefaultPrevented: returnFalse,
-       isPropagationStopped: returnFalse,
-       isImmediatePropagationStopped: returnFalse
-};
-
-// Create mouseenter/leave events using mouseover/out and event-time checks
-jQuery.each({
-       mouseenter: "mouseover",
-       mouseleave: "mouseout"
-}, function( orig, fix ) {
-       jQuery.event.special[ orig ] = {
-               delegateType: fix,
-               bindType: fix,
-
-               handle: function( event ) {
-                       var ret,
-                               target = this,
-                               related = event.relatedTarget,
-                               handleObj = event.handleObj,
-                               selector = handleObj.selector;
-
-                       // For mousenter/leave call the handler if related is outside the target.
-                       // NB: No relatedTarget if the mouse left/entered the browser window
-                       if ( !related || (related !== target && !jQuery.contains( target, related )) ) {
-                               event.type = handleObj.origType;
-                               ret = handleObj.handler.apply( this, arguments );
-                               event.type = fix;
-                       }
-                       return ret;
-               }
-       };
-});
-
-// IE submit delegation
-if ( !jQuery.support.submitBubbles ) {
-
-       jQuery.event.special.submit = {
-               setup: function() {
-                       // Only need this for delegated form submit events
-                       if ( jQuery.nodeName( this, "form" ) ) {
-                               return false;
-                       }
-
-                       // Lazy-add a submit handler when a descendant form may potentially be submitted
-                       jQuery.event.add( this, "click._submit keypress._submit", function( e ) {
-                               // Node name check avoids a VML-related crash in IE (#9807)
-                               var elem = e.target,
-                                       form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined;
-                               if ( form && !jQuery._data( form, "_submit_attached" ) ) {
-                                       jQuery.event.add( form, "submit._submit", function( event ) {
-                                               event._submit_bubble = true;
-                                       });
-                                       jQuery._data( form, "_submit_attached", true );
-                               }
-                       });
-                       // return undefined since we don't need an event listener
-               },
-
-               postDispatch: function( event ) {
-                       // If form was submitted by the user, bubble the event up the tree
-                       if ( event._submit_bubble ) {
-                               delete event._submit_bubble;
-                               if ( this.parentNode && !event.isTrigger ) {
-                                       jQuery.event.simulate( "submit", this.parentNode, event, true );
-                               }
-                       }
-               },
-
-               teardown: function() {
-                       // Only need this for delegated form submit events
-                       if ( jQuery.nodeName( this, "form" ) ) {
-                               return false;
-                       }
-
-                       // Remove delegated handlers; cleanData eventually reaps submit handlers attached above
-                       jQuery.event.remove( this, "._submit" );
-               }
-       };
-}
-
-// IE change delegation and checkbox/radio fix
-if ( !jQuery.support.changeBubbles ) {
-
-       jQuery.event.special.change = {
-
-               setup: function() {
-
-                       if ( rformElems.test( this.nodeName ) ) {
-                               // IE doesn't fire change on a check/radio until blur; trigger it on click
-                               // after a propertychange. Eat the blur-change in special.change.handle.
-                               // This still fires onchange a second time for check/radio after blur.
-                               if ( this.type === "checkbox" || this.type === "radio" ) {
-                                       jQuery.event.add( this, "propertychange._change", function( event ) {
-                                               if ( event.originalEvent.propertyName === "checked" ) {
-                                                       this._just_changed = true;
-                                               }
-                                       });
-                                       jQuery.event.add( this, "click._change", function( event ) {
-                                               if ( this._just_changed && !event.isTrigger ) {
-                                                       this._just_changed = false;
-                                               }
-                                               // Allow triggered, simulated change events (#11500)
-                                               jQuery.event.simulate( "change", this, event, true );
-                                       });
-                               }
-                               return false;
-                       }
-                       // Delegated event; lazy-add a change handler on descendant inputs
-                       jQuery.event.add( this, "beforeactivate._change", function( e ) {
-                               var elem = e.target;
-
-                               if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "_change_attached" ) ) {
-                                       jQuery.event.add( elem, "change._change", function( event ) {
-                                               if ( this.parentNode && !event.isSimulated && !event.isTrigger ) {
-                                                       jQuery.event.simulate( "change", this.parentNode, event, true );
-                                               }
-                                       });
-                                       jQuery._data( elem, "_change_attached", true );
-                               }
-                       });
-               },
-
-               handle: function( event ) {
-                       var elem = event.target;
-
-                       // Swallow native change events from checkbox/radio, we already triggered them above
-                       if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) {
-                               return event.handleObj.handler.apply( this, arguments );
-                       }
-               },
-
-               teardown: function() {
-                       jQuery.event.remove( this, "._change" );
-
-                       return !rformElems.test( this.nodeName );
-               }
-       };
-}
-
-// Create "bubbling" focus and blur events
-if ( !jQuery.support.focusinBubbles ) {
-       jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
-
-               // Attach a single capturing handler while someone wants focusin/focusout
-               var attaches = 0,
-                       handler = function( event ) {
-                               jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
-                       };
-
-               jQuery.event.special[ fix ] = {
-                       setup: function() {
-                               if ( attaches++ === 0 ) {
-                                       document.addEventListener( orig, handler, true );
-                               }
-                       },
-                       teardown: function() {
-                               if ( --attaches === 0 ) {
-                                       document.removeEventListener( orig, handler, true );
-                               }
-                       }
-               };
-       });
-}
-
-jQuery.fn.extend({
-
-       on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
-               var origFn, type;
-
-               // Types can be a map of types/handlers
-               if ( typeof types === "object" ) {
-                       // ( types-Object, selector, data )
-                       if ( typeof selector !== "string" ) { // && selector != null
-                               // ( types-Object, data )
-                               data = data || selector;
-                               selector = undefined;
-                       }
-                       for ( type in types ) {
-                               this.on( type, selector, data, types[ type ], one );
-                       }
-                       return this;
-               }
-
-               if ( data == null && fn == null ) {
-                       // ( types, fn )
-                       fn = selector;
-                       data = selector = undefined;
-               } else if ( fn == null ) {
-                       if ( typeof selector === "string" ) {
-                               // ( types, selector, fn )
-                               fn = data;
-                               data = undefined;
-                       } else {
-                               // ( types, data, fn )
-                               fn = data;
-                               data = selector;
-                               selector = undefined;
-                       }
-               }
-               if ( fn === false ) {
-                       fn = returnFalse;
-               } else if ( !fn ) {
-                       return this;
-               }
-
-               if ( one === 1 ) {
-                       origFn = fn;
-                       fn = function( event ) {
-                               // Can use an empty set, since event contains the info
-                               jQuery().off( event );
-                               return origFn.apply( this, arguments );
-                       };
-                       // Use same guid so caller can remove using origFn
-                       fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
-               }
-               return this.each( function() {
-                       jQuery.event.add( this, types, fn, data, selector );
-               });
-       },
-       one: function( types, selector, data, fn ) {
-               return this.on( types, selector, data, fn, 1 );
-       },
-       off: function( types, selector, fn ) {
-               var handleObj, type;
-               if ( types && types.preventDefault && types.handleObj ) {
-                       // ( event )  dispatched jQuery.Event
-                       handleObj = types.handleObj;
-                       jQuery( types.delegateTarget ).off(
-                               handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType,
-                               handleObj.selector,
-                               handleObj.handler
-                       );
-                       return this;
-               }
-               if ( typeof types === "object" ) {
-                       // ( types-object [, selector] )
-                       for ( type in types ) {
-                               this.off( type, selector, types[ type ] );
-                       }
-                       return this;
-               }
-               if ( selector === false || typeof selector === "function" ) {
-                       // ( types [, fn] )
-                       fn = selector;
-                       selector = undefined;
-               }
-               if ( fn === false ) {
-                       fn = returnFalse;
-               }
-               return this.each(function() {
-                       jQuery.event.remove( this, types, fn, selector );
-               });
-       },
-
-       bind: function( types, data, fn ) {
-               return this.on( types, null, data, fn );
-       },
-       unbind: function( types, fn ) {
-               return this.off( types, null, fn );
-       },
-
-       live: function( types, data, fn ) {
-               jQuery( this.context ).on( types, this.selector, data, fn );
-               return this;
-       },
-       die: function( types, fn ) {
-               jQuery( this.context ).off( types, this.selector || "**", fn );
-               return this;
-       },
-
-       delegate: function( selector, types, data, fn ) {
-               return this.on( types, selector, data, fn );
-       },
-       undelegate: function( selector, types, fn ) {
-               // ( namespace ) or ( selector, types [, fn] )
-               return arguments.length === 1 ? this.off( selector, "**" ) : this.off( types, selector || "**", fn );
-       },
-
-       trigger: function( type, data ) {
-               return this.each(function() {
-                       jQuery.event.trigger( type, data, this );
-               });
-       },
-       triggerHandler: function( type, data ) {
-               if ( this[0] ) {
-                       return jQuery.event.trigger( type, data, this[0], true );
-               }
-       },
-
-       toggle: function( fn ) {
-               // Save reference to arguments for access in closure
-               var args = arguments,
-                       guid = fn.guid || jQuery.guid++,
-                       i = 0,
-                       toggler = function( event ) {
-                               // Figure out which function to execute
-                               var lastToggle = ( jQuery._data( this, "lastToggle" + fn.guid ) || 0 ) % i;
-                               jQuery._data( this, "lastToggle" + fn.guid, lastToggle + 1 );
-
-                               // Make sure that clicks stop
-                               event.preventDefault();
-
-                               // and execute the function
-                               return args[ lastToggle ].apply( this, arguments ) || false;
-                       };
-
-               // link all the functions, so any of them can unbind this click handler
-               toggler.guid = guid;
-               while ( i < args.length ) {
-                       args[ i++ ].guid = guid;
-               }
-
-               return this.click( toggler );
-       },
-
-       hover: function( fnOver, fnOut ) {
-               return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );
-       }
-});
-
-jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
-       "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " +
-       "change select submit keydown keypress keyup error contextmenu").split(" "), function( i, name ) {
-
-       // Handle event binding
-       jQuery.fn[ name ] = function( data, fn ) {
-               if ( fn == null ) {
-                       fn = data;
-                       data = null;
-               }
-
-               return arguments.length > 0 ?
-                       this.on( name, null, data, fn ) :
-                       this.trigger( name );
-       };
-
-       if ( rkeyEvent.test( name ) ) {
-               jQuery.event.fixHooks[ name ] = jQuery.event.keyHooks;
-       }
-
-       if ( rmouseEvent.test( name ) ) {
-               jQuery.event.fixHooks[ name ] = jQuery.event.mouseHooks;
-       }
-});
-/*!\r
- * Sizzle CSS Selector Engine\r
- * Copyright 2012 jQuery Foundation and other contributors\r
- * Released under the MIT license\r
- * http://sizzlejs.com/\r
- */\r
-(function( window, undefined ) {\r
-\r
-var cachedruns,\r
-       assertGetIdNotName,\r
-       Expr,\r
-       getText,\r
-       isXML,\r
-       contains,\r
-       compile,\r
-       sortOrder,\r
-       hasDuplicate,\r
-       outermostContext,\r
-\r
-       baseHasDuplicate = true,\r
-       strundefined = "undefined",\r
-\r
-       expando = ( "sizcache" + Math.random() ).replace( ".", "" ),\r
-\r
-       Token = String,\r
-       document = window.document,\r
-       docElem = document.documentElement,\r
-       dirruns = 0,\r
-       done = 0,\r
-       pop = [].pop,\r
-       push = [].push,\r
-       slice = [].slice,\r
-       // Use a stripped-down indexOf if a native one is unavailable\r
-       indexOf = [].indexOf || function( elem ) {\r
-               var i = 0,\r
-                       len = this.length;\r
-               for ( ; i < len; i++ ) {\r
-                       if ( this[i] === elem ) {\r
-                               return i;\r
-                       }\r
-               }\r
-               return -1;\r
-       },\r
-\r
-       // Augment a function for special use by Sizzle\r
-       markFunction = function( fn, value ) {\r
-               fn[ expando ] = value == null || value;\r
-               return fn;\r
-       },\r
-\r
-       createCache = function() {\r
-               var cache = {},\r
-                       keys = [];\r
-\r
-               return markFunction(function( key, value ) {\r
-                       // Only keep the most recent entries\r
-                       if ( keys.push( key ) > Expr.cacheLength ) {\r
-                               delete cache[ keys.shift() ];\r
-                       }\r
-\r
-                       // Retrieve with (key + " ") to avoid collision with native Object.prototype properties (see Issue #157)\r
-                       return (cache[ key + " " ] = value);\r
-               }, cache );\r
-       },\r
-\r
-       classCache = createCache(),\r
-       tokenCache = createCache(),\r
-       compilerCache = createCache(),\r
-\r
-       // Regex\r
-\r
-       // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace\r
-       whitespace = "[\\x20\\t\\r\\n\\f]",\r
-       // http://www.w3.org/TR/css3-syntax/#characters\r
-       characterEncoding = "(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",\r
-\r
-       // Loosely modeled on CSS identifier characters\r
-       // An unquoted value should be a CSS identifier (http://www.w3.org/TR/css3-selectors/#attribute-selectors)\r
-       // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\r
-       identifier = characterEncoding.replace( "w", "w#" ),\r
-\r
-       // Acceptable operators http://www.w3.org/TR/selectors/#attribute-selectors\r
-       operators = "([*^$|!~]?=)",\r
-       attributes = "\\[" + whitespace + "*(" + characterEncoding + ")" + whitespace +\r
-               "*(?:" + operators + whitespace + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + identifier + ")|)|)" + whitespace + "*\\]",\r
-\r
-       // Prefer arguments not in parens/brackets,\r
-       //   then attribute selectors and non-pseudos (denoted by :),\r
-       //   then anything else\r
-       // These preferences are here to reduce the number of selectors\r
-       //   needing tokenize in the PSEUDO preFilter\r
-       pseudos = ":(" + characterEncoding + ")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:" + attributes + ")|[^:]|\\\\.)*|.*))\\)|)",\r
-\r
-       // For matchExpr.POS and matchExpr.needsContext\r
-       pos = ":(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace +\r
-               "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)",\r
-\r
-       // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\r
-       rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ),\r
-\r
-       rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),\r
-       rcombinators = new RegExp( "^" + whitespace + "*([\\x20\\t\\r\\n\\f>+~])" + whitespace + "*" ),\r
-       rpseudo = new RegExp( pseudos ),\r
-\r
-       // Easily-parseable/retrievable ID or TAG or CLASS selectors\r
-       rquickExpr = /^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,\r
-\r
-       rnot = /^:not/,\r
-       rsibling = /[\x20\t\r\n\f]*[+~]/,\r
-       rendsWithNot = /:not\($/,\r
-\r
-       rheader = /h\d/i,\r
-       rinputs = /input|select|textarea|button/i,\r
-\r
-       rbackslash = /\\(?!\\)/g,\r
-\r
-       matchExpr = {\r
-               "ID": new RegExp( "^#(" + characterEncoding + ")" ),\r
-               "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ),\r
-               "NAME": new RegExp( "^\\[name=['\"]?(" + characterEncoding + ")['\"]?\\]" ),\r
-               "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ),\r
-               "ATTR": new RegExp( "^" + attributes ),\r
-               "PSEUDO": new RegExp( "^" + pseudos ),\r
-               "POS": new RegExp( pos, "i" ),\r
-               "CHILD": new RegExp( "^:(only|nth|first|last)-child(?:\\(" + whitespace +\r
-                       "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace +\r
-                       "*(\\d+)|))" + whitespace + "*\\)|)", "i" ),\r
-               // For use in libraries implementing .is()\r
-               "needsContext": new RegExp( "^" + whitespace + "*[>+~]|" + pos, "i" )\r
-       },\r
-\r
-       // Support\r
-\r
-       // Used for testing something on an element\r
-       assert = function( fn ) {\r
-               var div = document.createElement("div");\r
-\r
-               try {\r
-                       return fn( div );\r
-               } catch (e) {\r
-                       return false;\r
-               } finally {\r
-                       // release memory in IE\r
-                       div = null;\r
-               }\r
-       },\r
-\r
-       // Check if getElementsByTagName("*") returns only elements\r
-       assertTagNameNoComments = assert(function( div ) {\r
-               div.appendChild( document.createComment("") );\r
-               return !div.getElementsByTagName("*").length;\r
-       }),\r
-\r
-       // Check if getAttribute returns normalized href attributes\r
-       assertHrefNotNormalized = assert(function( div ) {\r
-               div.innerHTML = "<a href='#'></a>";\r
-               return div.firstChild && typeof div.firstChild.getAttribute !== strundefined &&\r
-                       div.firstChild.getAttribute("href") === "#";\r
-       }),\r
-\r
-       // Check if attributes should be retrieved by attribute nodes\r
-       assertAttributes = assert(function( div ) {\r
-               div.innerHTML = "<select></select>";\r
-               var type = typeof div.lastChild.getAttribute("multiple");\r
-               // IE8 returns a string for some attributes even when not present\r
-               return type !== "boolean" && type !== "string";\r
-       }),\r
-\r
-       // Check if getElementsByClassName can be trusted\r
-       assertUsableClassName = assert(function( div ) {\r
-               // Opera can't find a second classname (in 9.6)\r
-               div.innerHTML = "<div class='hidden e'></div><div class='hidden'></div>";\r
-               if ( !div.getElementsByClassName || !div.getElementsByClassName("e").length ) {\r
-                       return false;\r
-               }\r
-\r
-               // Safari 3.2 caches class attributes and doesn't catch changes\r
-               div.lastChild.className = "e";\r
-               return div.getElementsByClassName("e").length === 2;\r
-       }),\r
-\r
-       // Check if getElementById returns elements by name\r
-       // Check if getElementsByName privileges form controls or returns elements by ID\r
-       assertUsableName = assert(function( div ) {\r
-               // Inject content\r
-               div.id = expando + 0;\r
-               div.innerHTML = "<a name='" + expando + "'></a><div name='" + expando + "'></div>";\r
-               docElem.insertBefore( div, docElem.firstChild );\r
-\r
-               // Test\r
-               var pass = document.getElementsByName &&\r
-                       // buggy browsers will return fewer than the correct 2\r
-                       document.getElementsByName( expando ).length === 2 +\r
-                       // buggy browsers will return more than the correct 0\r
-                       document.getElementsByName( expando + 0 ).length;\r
-               assertGetIdNotName = !document.getElementById( expando );\r
-\r
-               // Cleanup\r
-               docElem.removeChild( div );\r
-\r
-               return pass;\r
-       });\r
-\r
-// If slice is not available, provide a backup\r
-try {\r
-       slice.call( docElem.childNodes, 0 )[0].nodeType;\r
-} catch ( e ) {\r
-       slice = function( i ) {\r
-               var elem,\r
-                       results = [];\r
-               for ( ; (elem = this[i]); i++ ) {\r
-                       results.push( elem );\r
-               }\r
-               return results;\r
-       };\r
-}\r
-\r
-function Sizzle( selector, context, results, seed ) {\r
-       results = results || [];\r
-       context = context || document;\r
-       var match, elem, xml, m,\r
-               nodeType = context.nodeType;\r
-\r
-       if ( !selector || typeof selector !== "string" ) {\r
-               return results;\r
-       }\r
-\r
-       if ( nodeType !== 1 && nodeType !== 9 ) {\r
-               return [];\r
-       }\r
-\r
-       xml = isXML( context );\r
-\r
-       if ( !xml && !seed ) {\r
-               if ( (match = rquickExpr.exec( selector )) ) {\r
-                       // Speed-up: Sizzle("#ID")\r
-                       if ( (m = match[1]) ) {\r
-                               if ( nodeType === 9 ) {\r
-                                       elem = context.getElementById( m );\r
-                                       // Check parentNode to catch when Blackberry 4.6 returns\r
-                                       // nodes that are no longer in the document #6963\r
-                                       if ( elem && elem.parentNode ) {\r
-                                               // Handle the case where IE, Opera, and Webkit return items\r
-                                               // by name instead of ID\r
-                                               if ( elem.id === m ) {\r
-                                                       results.push( elem );\r
-                                                       return results;\r
-                                               }\r
-                                       } else {\r
-                                               return results;\r
-                                       }\r
-                               } else {\r
-                                       // Context is not a document\r
-                                       if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&\r
-                                               contains( context, elem ) && elem.id === m ) {\r
-                                               results.push( elem );\r
-                                               return results;\r
-                                       }\r
-                               }\r
-\r
-                       // Speed-up: Sizzle("TAG")\r
-                       } else if ( match[2] ) {\r
-                               push.apply( results, slice.call(context.getElementsByTagName( selector ), 0) );\r
-                               return results;\r
-\r
-                       // Speed-up: Sizzle(".CLASS")\r
-                       } else if ( (m = match[3]) && assertUsableClassName && context.getElementsByClassName ) {\r
-                               push.apply( results, slice.call(context.getElementsByClassName( m ), 0) );\r
-                               return results;\r
-                       }\r
-               }\r
-       }\r
-\r
-       // All others\r
-       return select( selector.replace( rtrim, "$1" ), context, results, seed, xml );\r
-}\r
-\r
-Sizzle.matches = function( expr, elements ) {\r
-       return Sizzle( expr, null, null, elements );\r
-};\r
-\r
-Sizzle.matchesSelector = function( elem, expr ) {\r
-       return Sizzle( expr, null, null, [ elem ] ).length > 0;\r
-};\r
-\r
-// Returns a function to use in pseudos for input types\r
-function createInputPseudo( type ) {\r
-       return function( elem ) {\r
-               var name = elem.nodeName.toLowerCase();\r
-               return name === "input" && elem.type === type;\r
-       };\r
-}\r
-\r
-// Returns a function to use in pseudos for buttons\r
-function createButtonPseudo( type ) {\r
-       return function( elem ) {\r
-               var name = elem.nodeName.toLowerCase();\r
-               return (name === "input" || name === "button") && elem.type === type;\r
-       };\r
-}\r
-\r
-// Returns a function to use in pseudos for positionals\r
-function createPositionalPseudo( fn ) {\r
-       return markFunction(function( argument ) {\r
-               argument = +argument;\r
-               return markFunction(function( seed, matches ) {\r
-                       var j,\r
-                               matchIndexes = fn( [], seed.length, argument ),\r
-                               i = matchIndexes.length;\r
-\r
-                       // Match elements found at the specified indexes\r
-                       while ( i-- ) {\r
-                               if ( seed[ (j = matchIndexes[i]) ] ) {\r
-                                       seed[j] = !(matches[j] = seed[j]);\r
-                               }\r
-                       }\r
-               });\r
-       });\r
-}\r
-\r
-/**\r
- * Utility function for retrieving the text value of an array of DOM nodes\r
- * @param {Array|Element} elem\r
- */\r
-getText = Sizzle.getText = function( elem ) {\r
-       var node,\r
-               ret = "",\r
-               i = 0,\r
-               nodeType = elem.nodeType;\r
-\r
-       if ( nodeType ) {\r
-               if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\r
-                       // Use textContent for elements\r
-                       // innerText usage removed for consistency of new lines (see #11153)\r
-                       if ( typeof elem.textContent === "string" ) {\r
-                               return elem.textContent;\r
-                       } else {\r
-                               // Traverse its children\r
-                               for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\r
-                                       ret += getText( elem );\r
-                               }\r
-                       }\r
-               } else if ( nodeType === 3 || nodeType === 4 ) {\r
-                       return elem.nodeValue;\r
-               }\r
-               // Do not include comment or processing instruction nodes\r
-       } else {\r
-\r
-               // If no nodeType, this is expected to be an array\r
-               for ( ; (node = elem[i]); i++ ) {\r
-                       // Do not traverse comment nodes\r
-                       ret += getText( node );\r
-               }\r
-       }\r
-       return ret;\r
-};\r
-\r
-isXML = Sizzle.isXML = function( elem ) {\r
-       // documentElement is verified for cases where it doesn't yet exist\r
-       // (such as loading iframes in IE - #4833)\r
-       var documentElement = elem && (elem.ownerDocument || elem).documentElement;\r
-       return documentElement ? documentElement.nodeName !== "HTML" : false;\r
-};\r
-\r
-// Element contains another\r
-contains = Sizzle.contains = docElem.contains ?\r
-       function( a, b ) {\r
-               var adown = a.nodeType === 9 ? a.documentElement : a,\r
-                       bup = b && b.parentNode;\r
-               return a === bup || !!( bup && bup.nodeType === 1 && adown.contains && adown.contains(bup) );\r
-       } :\r
-       docElem.compareDocumentPosition ?\r
-       function( a, b ) {\r
-               return b && !!( a.compareDocumentPosition( b ) & 16 );\r
-       } :\r
-       function( a, b ) {\r
-               while ( (b = b.parentNode) ) {\r
-                       if ( b === a ) {\r
-                               return true;\r
-                       }\r
-               }\r
-               return false;\r
-       };\r
-\r
-Sizzle.attr = function( elem, name ) {\r
-       var val,\r
-               xml = isXML( elem );\r
-\r
-       if ( !xml ) {\r
-               name = name.toLowerCase();\r
-       }\r
-       if ( (val = Expr.attrHandle[ name ]) ) {\r
-               return val( elem );\r
-       }\r
-       if ( xml || assertAttributes ) {\r
-               return elem.getAttribute( name );\r
-       }\r
-       val = elem.getAttributeNode( name );\r
-       return val ?\r
-               typeof elem[ name ] === "boolean" ?\r
-                       elem[ name ] ? name : null :\r
-                       val.specified ? val.value : null :\r
-               null;\r
-};\r
-\r
-Expr = Sizzle.selectors = {\r
-\r
-       // Can be adjusted by the user\r
-       cacheLength: 50,\r
-\r
-       createPseudo: markFunction,\r
-\r
-       match: matchExpr,\r
-\r
-       // IE6/7 return a modified href\r
-       attrHandle: assertHrefNotNormalized ?\r
-               {} :\r
-               {\r
-                       "href": function( elem ) {\r
-                               return elem.getAttribute( "href", 2 );\r
-                       },\r
-                       "type": function( elem ) {\r
-                               return elem.getAttribute("type");\r
-                       }\r
-               },\r
-\r
-       find: {\r
-               "ID": assertGetIdNotName ?\r
-                       function( id, context, xml ) {\r
-                               if ( typeof context.getElementById !== strundefined && !xml ) {\r
-                                       var m = context.getElementById( id );\r
-                                       // Check parentNode to catch when Blackberry 4.6 returns\r
-                                       // nodes that are no longer in the document #6963\r
-                                       return m && m.parentNode ? [m] : [];\r
-                               }\r
-                       } :\r
-                       function( id, context, xml ) {\r
-                               if ( typeof context.getElementById !== strundefined && !xml ) {\r
-                                       var m = context.getElementById( id );\r
-\r
-                                       return m ?\r
-                                               m.id === id || typeof m.getAttributeNode !== strundefined && m.getAttributeNode("id").value === id ?\r
-                                                       [m] :\r
-                                                       undefined :\r
-                                               [];\r
-                               }\r
-                       },\r
-\r
-               "TAG": assertTagNameNoComments ?\r
-                       function( tag, context ) {\r
-                               if ( typeof context.getElementsByTagName !== strundefined ) {\r
-                                       return context.getElementsByTagName( tag );\r
-                               }\r
-                       } :\r
-                       function( tag, context ) {\r
-                               var results = context.getElementsByTagName( tag );\r
-\r
-                               // Filter out possible comments\r
-                               if ( tag === "*" ) {\r
-                                       var elem,\r
-                                               tmp = [],\r
-                                               i = 0;\r
-\r
-                                       for ( ; (elem = results[i]); i++ ) {\r
-                                               if ( elem.nodeType === 1 ) {\r
-                                                       tmp.push( elem );\r
-                                               }\r
-                                       }\r
-\r
-                                       return tmp;\r
-                               }\r
-                               return results;\r
-                       },\r
-\r
-               "NAME": assertUsableName && function( tag, context ) {\r
-                       if ( typeof context.getElementsByName !== strundefined ) {\r
-                               return context.getElementsByName( name );\r
-                       }\r
-               },\r
-\r
-               "CLASS": assertUsableClassName && function( className, context, xml ) {\r
-                       if ( typeof context.getElementsByClassName !== strundefined && !xml ) {\r
-                               return context.getElementsByClassName( className );\r
-                       }\r
-               }\r
-       },\r
-\r
-       relative: {\r
-               ">": { dir: "parentNode", first: true },\r
-               " ": { dir: "parentNode" },\r
-               "+": { dir: "previousSibling", first: true },\r
-               "~": { dir: "previousSibling" }\r
-       },\r
-\r
-       preFilter: {\r
-               "ATTR": function( match ) {\r
-                       match[1] = match[1].replace( rbackslash, "" );\r
-\r
-                       // Move the given value to match[3] whether quoted or unquoted\r
-                       match[3] = ( match[4] || match[5] || "" ).replace( rbackslash, "" );\r
-\r
-                       if ( match[2] === "~=" ) {\r
-                               match[3] = " " + match[3] + " ";\r
-                       }\r
-\r
-                       return match.slice( 0, 4 );\r
-               },\r
-\r
-               "CHILD": function( match ) {\r
-                       /* matches from matchExpr["CHILD"]\r
-                               1 type (only|nth|...)\r
-                               2 argument (even|odd|\d*|\d*n([+-]\d+)?|...)\r
-                               3 xn-component of xn+y argument ([+-]?\d*n|)\r
-                               4 sign of xn-component\r
-                               5 x of xn-component\r
-                               6 sign of y-component\r
-                               7 y of y-component\r
-                       */\r
-                       match[1] = match[1].toLowerCase();\r
-\r
-                       if ( match[1] === "nth" ) {\r
-                               // nth-child requires argument\r
-                               if ( !match[2] ) {\r
-                                       Sizzle.error( match[0] );\r
-                               }\r
-\r
-                               // numeric x and y parameters for Expr.filter.CHILD\r
-                               // remember that false/true cast respectively to 0/1\r
-                               match[3] = +( match[3] ? match[4] + (match[5] || 1) : 2 * ( match[2] === "even" || match[2] === "odd" ) );\r
-                               match[4] = +( ( match[6] + match[7] ) || match[2] === "odd" );\r
-\r
-                       // other types prohibit arguments\r
-                       } else if ( match[2] ) {\r
-                               Sizzle.error( match[0] );\r
-                       }\r
-\r
-                       return match;\r
-               },\r
-\r
-               "PSEUDO": function( match ) {\r
-                       var unquoted, excess;\r
-                       if ( matchExpr["CHILD"].test( match[0] ) ) {\r
-                               return null;\r
-                       }\r
-\r
-                       if ( match[3] ) {\r
-                               match[2] = match[3];\r
-                       } else if ( (unquoted = match[4]) ) {\r
-                               // Only check arguments that contain a pseudo\r
-                               if ( rpseudo.test(unquoted) &&\r
-                                       // Get excess from tokenize (recursively)\r
-                                       (excess = tokenize( unquoted, true )) &&\r
-                                       // advance to the next closing parenthesis\r
-                                       (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {\r
-\r
-                                       // excess is a negative index\r
-                                       unquoted = unquoted.slice( 0, excess );\r
-                                       match[0] = match[0].slice( 0, excess );\r
-                               }\r
-                               match[2] = unquoted;\r
-                       }\r
-\r
-                       // Return only captures needed by the pseudo filter method (type and argument)\r
-                       return match.slice( 0, 3 );\r
-               }\r
-       },\r
-\r
-       filter: {\r
-               "ID": assertGetIdNotName ?\r
-                       function( id ) {\r
-                               id = id.replace( rbackslash, "" );\r
-                               return function( elem ) {\r
-                                       return elem.getAttribute("id") === id;\r
-                               };\r
-                       } :\r
-                       function( id ) {\r
-                               id = id.replace( rbackslash, "" );\r
-                               return function( elem ) {\r
-                                       var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id");\r
-                                       return node && node.value === id;\r
-                               };\r
-                       },\r
-\r
-               "TAG": function( nodeName ) {\r
-                       if ( nodeName === "*" ) {\r
-                               return function() { return true; };\r
-                       }\r
-                       nodeName = nodeName.replace( rbackslash, "" ).toLowerCase();\r
-\r
-                       return function( elem ) {\r
-                               return elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\r
-                       };\r
-               },\r
-\r
-               "CLASS": function( className ) {\r
-                       var pattern = classCache[ expando ][ className + " " ];\r
-\r
-                       return pattern ||\r
-                               (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) &&\r
-                               classCache( className, function( elem ) {\r
-                                       return pattern.test( elem.className || (typeof elem.getAttribute !== strundefined && elem.getAttribute("class")) || "" );\r
-                               });\r
-               },\r
-\r
-               "ATTR": function( name, operator, check ) {\r
-                       return function( elem, context ) {\r
-                               var result = Sizzle.attr( elem, name );\r
-\r
-                               if ( result == null ) {\r
-                                       return operator === "!=";\r
-                               }\r
-                               if ( !operator ) {\r
-                                       return true;\r
-                               }\r
-\r
-                               result += "";\r
-\r
-                               return operator === "=" ? result === check :\r
-                                       operator === "!=" ? result !== check :\r
-                                       operator === "^=" ? check && result.indexOf( check ) === 0 :\r
-                                       operator === "*=" ? check && result.indexOf( check ) > -1 :\r
-                                       operator === "$=" ? check && result.substr( result.length - check.length ) === check :\r
-                                       operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 :\r
-                                       operator === "|=" ? result === check || result.substr( 0, check.length + 1 ) === check + "-" :\r
-                                       false;\r
-                       };\r
-               },\r
-\r
-               "CHILD": function( type, argument, first, last ) {\r
-\r
-                       if ( type === "nth" ) {\r
-                               return function( elem ) {\r
-                                       var node, diff,\r
-                                               parent = elem.parentNode;\r
-\r
-                                       if ( first === 1 && last === 0 ) {\r
-                                               return true;\r
-                                       }\r
-\r
-                                       if ( parent ) {\r
-                                               diff = 0;\r
-                                               for ( node = parent.firstChild; node; node = node.nextSibling ) {\r
-                                                       if ( node.nodeType === 1 ) {\r
-                                                               diff++;\r
-                                                               if ( elem === node ) {\r
-                                                                       break;\r
-                                                               }\r
-                                                       }\r
-                                               }\r
-                                       }\r
-\r
-                                       // Incorporate the offset (or cast to NaN), then check against cycle size\r
-                                       diff -= last;\r
-                                       return diff === first || ( diff % first === 0 && diff / first >= 0 );\r
-                               };\r
-                       }\r
-\r
-                       return function( elem ) {\r
-                               var node = elem;\r
-\r
-                               switch ( type ) {\r
-                                       case "only":\r
-                                       case "first":\r
-                                               while ( (node = node.previousSibling) ) {\r
-                                                       if ( node.nodeType === 1 ) {\r
-                                                               return false;\r
-                                                       }\r
-                                               }\r
-\r
-                                               if ( type === "first" ) {\r
-                                                       return true;\r
-                                               }\r
-\r
-                                               node = elem;\r
-\r
-                                               /* falls through */\r
-                                       case "last":\r
-                                               while ( (node = node.nextSibling) ) {\r
-                                                       if ( node.nodeType === 1 ) {\r
-                                                               return false;\r
-                                                       }\r
-                                               }\r
-\r
-                                               return true;\r
-                               }\r
-                       };\r
-               },\r
-\r
-               "PSEUDO": function( pseudo, argument ) {\r
-                       // pseudo-class names are case-insensitive\r
-                       // http://www.w3.org/TR/selectors/#pseudo-classes\r
-                       // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\r
-                       // Remember that setFilters inherits from pseudos\r
-                       var args,\r
-                               fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\r
-                                       Sizzle.error( "unsupported pseudo: " + pseudo );\r
-\r
-                       // The user may use createPseudo to indicate that\r
-                       // arguments are needed to create the filter function\r
-                       // just as Sizzle does\r
-                       if ( fn[ expando ] ) {\r
-                               return fn( argument );\r
-                       }\r
-\r
-                       // But maintain support for old signatures\r
-                       if ( fn.length > 1 ) {\r
-                               args = [ pseudo, pseudo, "", argument ];\r
-                               return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\r
-                                       markFunction(function( seed, matches ) {\r
-                                               var idx,\r
-                                                       matched = fn( seed, argument ),\r
-                                                       i = matched.length;\r
-                                               while ( i-- ) {\r
-                                                       idx = indexOf.call( seed, matched[i] );\r
-                                                       seed[ idx ] = !( matches[ idx ] = matched[i] );\r
-                                               }\r
-                                       }) :\r
-                                       function( elem ) {\r
-                                               return fn( elem, 0, args );\r
-                                       };\r
-                       }\r
-\r
-                       return fn;\r
-               }\r
-       },\r
-\r
-       pseudos: {\r
-               "not": markFunction(function( selector ) {\r
-                       // Trim the selector passed to compile\r
-                       // to avoid treating leading and trailing\r
-                       // spaces as combinators\r
-                       var input = [],\r
-                               results = [],\r
-                               matcher = compile( selector.replace( rtrim, "$1" ) );\r
-\r
-                       return matcher[ expando ] ?\r
-                               markFunction(function( seed, matches, context, xml ) {\r
-                                       var elem,\r
-                                               unmatched = matcher( seed, null, xml, [] ),\r
-                                               i = seed.length;\r
-\r
-                                       // Match elements unmatched by `matcher`\r
-                                       while ( i-- ) {\r
-                                               if ( (elem = unmatched[i]) ) {\r
-                                                       seed[i] = !(matches[i] = elem);\r
-                                               }\r
-                                       }\r
-                               }) :\r
-                               function( elem, context, xml ) {\r
-                                       input[0] = elem;\r
-                                       matcher( input, null, xml, results );\r
-                                       return !results.pop();\r
-                               };\r
-               }),\r
-\r
-               "has": markFunction(function( selector ) {\r
-                       return function( elem ) {\r
-                               return Sizzle( selector, elem ).length > 0;\r
-                       };\r
-               }),\r
-\r
-               "contains": markFunction(function( text ) {\r
-                       return function( elem ) {\r
-                               return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\r
-                       };\r
-               }),\r
-\r
-               "enabled": function( elem ) {\r
-                       return elem.disabled === false;\r
-               },\r
-\r
-               "disabled": function( elem ) {\r
-                       return elem.disabled === true;\r
-               },\r
-\r
-               "checked": function( elem ) {\r
-                       // In CSS3, :checked should return both checked and selected elements\r
-                       // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\r
-                       var nodeName = elem.nodeName.toLowerCase();\r
-                       return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);\r
-               },\r
-\r
-               "selected": function( elem ) {\r
-                       // Accessing this property makes selected-by-default\r
-                       // options in Safari work properly\r
-                       if ( elem.parentNode ) {\r
-                               elem.parentNode.selectedIndex;\r
-                       }\r
-\r
-                       return elem.selected === true;\r
-               },\r
-\r
-               "parent": function( elem ) {\r
-                       return !Expr.pseudos["empty"]( elem );\r
-               },\r
-\r
-               "empty": function( elem ) {\r
-                       // http://www.w3.org/TR/selectors/#empty-pseudo\r
-                       // :empty is only affected by element nodes and content nodes(including text(3), cdata(4)),\r
-                       //   not comment, processing instructions, or others\r
-                       // Thanks to Diego Perini for the nodeName shortcut\r
-                       //   Greater than "@" means alpha characters (specifically not starting with "#" or "?")\r
-                       var nodeType;\r
-                       elem = elem.firstChild;\r
-                       while ( elem ) {\r
-                               if ( elem.nodeName > "@" || (nodeType = elem.nodeType) === 3 || nodeType === 4 ) {\r
-                                       return false;\r
-                               }\r
-                               elem = elem.nextSibling;\r
-                       }\r
-                       return true;\r
-               },\r
-\r
-               "header": function( elem ) {\r
-                       return rheader.test( elem.nodeName );\r
-               },\r
-\r
-               "text": function( elem ) {\r
-                       var type, attr;\r
-                       // IE6 and 7 will map elem.type to 'text' for new HTML5 types (search, etc)\r
-                       // use getAttribute instead to test this case\r
-                       return elem.nodeName.toLowerCase() === "input" &&\r
-                               (type = elem.type) === "text" &&\r
-                               ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === type );\r
-               },\r
-\r
-               // Input types\r
-               "radio": createInputPseudo("radio"),\r
-               "checkbox": createInputPseudo("checkbox"),\r
-               "file": createInputPseudo("file"),\r
-               "password": createInputPseudo("password"),\r
-               "image": createInputPseudo("image"),\r
-\r
-               "submit": createButtonPseudo("submit"),\r
-               "reset": createButtonPseudo("reset"),\r
-\r
-               "button": function( elem ) {\r
-                       var name = elem.nodeName.toLowerCase();\r
-                       return name === "input" && elem.type === "button" || name === "button";\r
-               },\r
-\r
-               "input": function( elem ) {\r
-                       return rinputs.test( elem.nodeName );\r
-               },\r
-\r
-               "focus": function( elem ) {\r
-                       var doc = elem.ownerDocument;\r
-                       return elem === doc.activeElement && (!doc.hasFocus || doc.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\r
-               },\r
-\r
-               "active": function( elem ) {\r
-                       return elem === elem.ownerDocument.activeElement;\r
-               },\r
-\r
-               // Positional types\r
-               "first": createPositionalPseudo(function() {\r
-                       return [ 0 ];\r
-               }),\r
-\r
-               "last": createPositionalPseudo(function( matchIndexes, length ) {\r
-                       return [ length - 1 ];\r
-               }),\r
-\r
-               "eq": createPositionalPseudo(function( matchIndexes, length, argument ) {\r
-                       return [ argument < 0 ? argument + length : argument ];\r
-               }),\r
-\r
-               "even": createPositionalPseudo(function( matchIndexes, length ) {\r
-                       for ( var i = 0; i < length; i += 2 ) {\r
-                               matchIndexes.push( i );\r
-                       }\r
-                       return matchIndexes;\r
-               }),\r
-\r
-               "odd": createPositionalPseudo(function( matchIndexes, length ) {\r
-                       for ( var i = 1; i < length; i += 2 ) {\r
-                               matchIndexes.push( i );\r
-                       }\r
-                       return matchIndexes;\r
-               }),\r
-\r
-               "lt": createPositionalPseudo(function( matchIndexes, length, argument ) {\r
-                       for ( var i = argument < 0 ? argument + length : argument; --i >= 0; ) {\r
-                               matchIndexes.push( i );\r
-                       }\r
-                       return matchIndexes;\r
-               }),\r
-\r
-               "gt": createPositionalPseudo(function( matchIndexes, length, argument ) {\r
-                       for ( var i = argument < 0 ? argument + length : argument; ++i < length; ) {\r
-                               matchIndexes.push( i );\r
-                       }\r
-                       return matchIndexes;\r
-               })\r
-       }\r
-};\r
-\r
-function siblingCheck( a, b, ret ) {\r
-       if ( a === b ) {\r
-               return ret;\r
-       }\r
-\r
-       var cur = a.nextSibling;\r
-\r
-       while ( cur ) {\r
-               if ( cur === b ) {\r
-                       return -1;\r
-               }\r
-\r
-               cur = cur.nextSibling;\r
-       }\r
-\r
-       return 1;\r
-}\r
-\r
-sortOrder = docElem.compareDocumentPosition ?\r
-       function( a, b ) {\r
-               if ( a === b ) {\r
-                       hasDuplicate = true;\r
-                       return 0;\r
-               }\r
-\r
-               return ( !a.compareDocumentPosition || !b.compareDocumentPosition ?\r
-                       a.compareDocumentPosition :\r
-                       a.compareDocumentPosition(b) & 4\r
-               ) ? -1 : 1;\r
-       } :\r
-       function( a, b ) {\r
-               // The nodes are identical, we can exit early\r
-               if ( a === b ) {\r
-                       hasDuplicate = true;\r
-                       return 0;\r
-\r
-               // Fallback to using sourceIndex (in IE) if it's available on both nodes\r
-               } else if ( a.sourceIndex && b.sourceIndex ) {\r
-                       return a.sourceIndex - b.sourceIndex;\r
-               }\r
-\r
-               var al, bl,\r
-                       ap = [],\r
-                       bp = [],\r
-                       aup = a.parentNode,\r
-                       bup = b.parentNode,\r
-                       cur = aup;\r
-\r
-               // If the nodes are siblings (or identical) we can do a quick check\r
-               if ( aup === bup ) {\r
-                       return siblingCheck( a, b );\r
-\r
-               // If no parents were found then the nodes are disconnected\r
-               } else if ( !aup ) {\r
-                       return -1;\r
-\r
-               } else if ( !bup ) {\r
-                       return 1;\r
-               }\r
-\r
-               // Otherwise they're somewhere else in the tree so we need\r
-               // to build up a full list of the parentNodes for comparison\r
-               while ( cur ) {\r
-                       ap.unshift( cur );\r
-                       cur = cur.parentNode;\r
-               }\r
-\r
-               cur = bup;\r
-\r
-               while ( cur ) {\r
-                       bp.unshift( cur );\r
-                       cur = cur.parentNode;\r
-               }\r
-\r
-               al = ap.length;\r
-               bl = bp.length;\r
-\r
-               // Start walking down the tree looking for a discrepancy\r
-               for ( var i = 0; i < al && i < bl; i++ ) {\r
-                       if ( ap[i] !== bp[i] ) {\r
-                               return siblingCheck( ap[i], bp[i] );\r
-                       }\r
-               }\r
-\r
-               // We ended someplace up the tree so do a sibling check\r
-               return i === al ?\r
-                       siblingCheck( a, bp[i], -1 ) :\r
-                       siblingCheck( ap[i], b, 1 );\r
-       };\r
-\r
-// Always assume the presence of duplicates if sort doesn't\r
-// pass them to our comparison function (as in Google Chrome).\r
-[0, 0].sort( sortOrder );\r
-baseHasDuplicate = !hasDuplicate;\r
-\r
-// Document sorting and removing duplicates\r
-Sizzle.uniqueSort = function( results ) {\r
-       var elem,\r
-               duplicates = [],\r
-               i = 1,\r
-               j = 0;\r
-\r
-       hasDuplicate = baseHasDuplicate;\r
-       results.sort( sortOrder );\r
-\r
-       if ( hasDuplicate ) {\r
-               for ( ; (elem = results[i]); i++ ) {\r
-                       if ( elem === results[ i - 1 ] ) {\r
-                               j = duplicates.push( i );\r
-                       }\r
-               }\r
-               while ( j-- ) {\r
-                       results.splice( duplicates[ j ], 1 );\r
-               }\r
-       }\r
-\r
-       return results;\r
-};\r
-\r
-Sizzle.error = function( msg ) {\r
-       throw new Error( "Syntax error, unrecognized expression: " + msg );\r
-};\r
-\r
-function tokenize( selector, parseOnly ) {\r
-       var matched, match, tokens, type,\r
-               soFar, groups, preFilters,\r
-               cached = tokenCache[ expando ][ selector + " " ];\r
-\r
-       if ( cached ) {\r
-               return parseOnly ? 0 : cached.slice( 0 );\r
-       }\r
-\r
-       soFar = selector;\r
-       groups = [];\r
-       preFilters = Expr.preFilter;\r
-\r
-       while ( soFar ) {\r
-\r
-               // Comma and first run\r
-               if ( !matched || (match = rcomma.exec( soFar )) ) {\r
-                       if ( match ) {\r
-                               // Don't consume trailing commas as valid\r
-                               soFar = soFar.slice( match[0].length ) || soFar;\r
-                       }\r
-                       groups.push( tokens = [] );\r
-               }\r
-\r
-               matched = false;\r
-\r
-               // Combinators\r
-               if ( (match = rcombinators.exec( soFar )) ) {\r
-                       tokens.push( matched = new Token( match.shift() ) );\r
-                       soFar = soFar.slice( matched.length );\r
-\r
-                       // Cast descendant combinators to space\r
-                       matched.type = match[0].replace( rtrim, " " );\r
-               }\r
-\r
-               // Filters\r
-               for ( type in Expr.filter ) {\r
-                       if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\r
-                               (match = preFilters[ type ]( match ))) ) {\r
-\r
-                               tokens.push( matched = new Token( match.shift() ) );\r
-                               soFar = soFar.slice( matched.length );\r
-                               matched.type = type;\r
-                               matched.matches = match;\r
-                       }\r
-               }\r
-\r
-               if ( !matched ) {\r
-                       break;\r
-               }\r
-       }\r
-\r
-       // Return the length of the invalid excess\r
-       // if we're just parsing\r
-       // Otherwise, throw an error or return tokens\r
-       return parseOnly ?\r
-               soFar.length :\r
-               soFar ?\r
-                       Sizzle.error( selector ) :\r
-                       // Cache the tokens\r
-                       tokenCache( selector, groups ).slice( 0 );\r
-}\r
-\r
-function addCombinator( matcher, combinator, base ) {\r
-       var dir = combinator.dir,\r
-               checkNonElements = base && combinator.dir === "parentNode",\r
-               doneName = done++;\r
-\r
-       return combinator.first ?\r
-               // Check against closest ancestor/preceding element\r
-               function( elem, context, xml ) {\r
-                       while ( (elem = elem[ dir ]) ) {\r
-                               if ( checkNonElements || elem.nodeType === 1  ) {\r
-                                       return matcher( elem, context, xml );\r
-                               }\r
-                       }\r
-               } :\r
-\r
-               // Check against all ancestor/preceding elements\r
-               function( elem, context, xml ) {\r
-                       // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching\r
-                       if ( !xml ) {\r
-                               var cache,\r
-                                       dirkey = dirruns + " " + doneName + " ",\r
-                                       cachedkey = dirkey + cachedruns;\r
-                               while ( (elem = elem[ dir ]) ) {\r
-                                       if ( checkNonElements || elem.nodeType === 1 ) {\r
-                                               if ( (cache = elem[ expando ]) === cachedkey ) {\r
-                                                       return elem.sizset;\r
-                                               } else if ( typeof cache === "string" && cache.indexOf(dirkey) === 0 ) {\r
-                                                       if ( elem.sizset ) {\r
-                                                               return elem;\r
-                                                       }\r
-                                               } else {\r
-                                                       elem[ expando ] = cachedkey;\r
-                                                       if ( matcher( elem, context, xml ) ) {\r
-                                                               elem.sizset = true;\r
-                                                               return elem;\r
-                                                       }\r
-                                                       elem.sizset = false;\r
-                                               }\r
-                                       }\r
-                               }\r
-                       } else {\r
-                               while ( (elem = elem[ dir ]) ) {\r
-                                       if ( checkNonElements || elem.nodeType === 1 ) {\r
-                                               if ( matcher( elem, context, xml ) ) {\r
-                                                       return elem;\r
-                                               }\r
-                                       }\r
-                               }\r
-                       }\r
-               };\r
-}\r
-\r
-function elementMatcher( matchers ) {\r
-       return matchers.length > 1 ?\r
-               function( elem, context, xml ) {\r
-                       var i = matchers.length;\r
-                       while ( i-- ) {\r
-                               if ( !matchers[i]( elem, context, xml ) ) {\r
-                                       return false;\r
-                               }\r
-                       }\r
-                       return true;\r
-               } :\r
-               matchers[0];\r
-}\r
-\r
-function condense( unmatched, map, filter, context, xml ) {\r
-       var elem,\r
-               newUnmatched = [],\r
-               i = 0,\r
-               len = unmatched.length,\r
-               mapped = map != null;\r
-\r
-       for ( ; i < len; i++ ) {\r
-               if ( (elem = unmatched[i]) ) {\r
-                       if ( !filter || filter( elem, context, xml ) ) {\r
-                               newUnmatched.push( elem );\r
-                               if ( mapped ) {\r
-                                       map.push( i );\r
-                               }\r
-                       }\r
-               }\r
-       }\r
-\r
-       return newUnmatched;\r
-}\r
-\r
-function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\r
-       if ( postFilter && !postFilter[ expando ] ) {\r
-               postFilter = setMatcher( postFilter );\r
-       }\r
-       if ( postFinder && !postFinder[ expando ] ) {\r
-               postFinder = setMatcher( postFinder, postSelector );\r
-       }\r
-       return markFunction(function( seed, results, context, xml ) {\r
-               var temp, i, elem,\r
-                       preMap = [],\r
-                       postMap = [],\r
-                       preexisting = results.length,\r
-\r
-                       // Get initial elements from seed or context\r
-                       elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ),\r
-\r
-                       // Prefilter to get matcher input, preserving a map for seed-results synchronization\r
-                       matcherIn = preFilter && ( seed || !selector ) ?\r
-                               condense( elems, preMap, preFilter, context, xml ) :\r
-                               elems,\r
-\r
-                       matcherOut = matcher ?\r
-                               // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\r
-                               postFinder || ( seed ? preFilter : preexisting || postFilter ) ?\r
-\r
-                                       // ...intermediate processing is necessary\r
-                                       [] :\r
-\r
-                                       // ...otherwise use results directly\r
-                                       results :\r
-                               matcherIn;\r
-\r
-               // Find primary matches\r
-               if ( matcher ) {\r
-                       matcher( matcherIn, matcherOut, context, xml );\r
-               }\r
-\r
-               // Apply postFilter\r
-               if ( postFilter ) {\r
-                       temp = condense( matcherOut, postMap );\r
-                       postFilter( temp, [], context, xml );\r
-\r
-                       // Un-match failing elements by moving them back to matcherIn\r
-                       i = temp.length;\r
-                       while ( i-- ) {\r
-                               if ( (elem = temp[i]) ) {\r
-                                       matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\r
-                               }\r
-                       }\r
-               }\r
-\r
-               if ( seed ) {\r
-                       if ( postFinder || preFilter ) {\r
-                               if ( postFinder ) {\r
-                                       // Get the final matcherOut by condensing this intermediate into postFinder contexts\r
-                                       temp = [];\r
-                                       i = matcherOut.length;\r
-                                       while ( i-- ) {\r
-                                               if ( (elem = matcherOut[i]) ) {\r
-                                                       // Restore matcherIn since elem is not yet a final match\r
-                                                       temp.push( (matcherIn[i] = elem) );\r
-                                               }\r
-                                       }\r
-                                       postFinder( null, (matcherOut = []), temp, xml );\r
-                               }\r
-\r
-                               // Move matched elements from seed to results to keep them synchronized\r
-                               i = matcherOut.length;\r
-                               while ( i-- ) {\r
-                                       if ( (elem = matcherOut[i]) &&\r
-                                               (temp = postFinder ? indexOf.call( seed, elem ) : preMap[i]) > -1 ) {\r
-\r
-                                               seed[temp] = !(results[temp] = elem);\r
-                                       }\r
-                               }\r
-                       }\r
-\r
-               // Add elements to results, through postFinder if defined\r
-               } else {\r
-                       matcherOut = condense(\r
-                               matcherOut === results ?\r
-                                       matcherOut.splice( preexisting, matcherOut.length ) :\r
-                                       matcherOut\r
-                       );\r
-                       if ( postFinder ) {\r
-                               postFinder( null, results, matcherOut, xml );\r
-                       } else {\r
-                               push.apply( results, matcherOut );\r
-                       }\r
-               }\r
-       });\r
-}\r
-\r
-function matcherFromTokens( tokens ) {\r
-       var checkContext, matcher, j,\r
-               len = tokens.length,\r
-               leadingRelative = Expr.relative[ tokens[0].type ],\r
-               implicitRelative = leadingRelative || Expr.relative[" "],\r
-               i = leadingRelative ? 1 : 0,\r
-\r
-               // The foundational matcher ensures that elements are reachable from top-level context(s)\r
-               matchContext = addCombinator( function( elem ) {\r
-                       return elem === checkContext;\r
-               }, implicitRelative, true ),\r
-               matchAnyContext = addCombinator( function( elem ) {\r
-                       return indexOf.call( checkContext, elem ) > -1;\r
-               }, implicitRelative, true ),\r
-               matchers = [ function( elem, context, xml ) {\r
-                       return ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\r
-                               (checkContext = context).nodeType ?\r
-                                       matchContext( elem, context, xml ) :\r
-                                       matchAnyContext( elem, context, xml ) );\r
-               } ];\r
-\r
-       for ( ; i < len; i++ ) {\r
-               if ( (matcher = Expr.relative[ tokens[i].type ]) ) {\r
-                       matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ];\r
-               } else {\r
-                       matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\r
-\r
-                       // Return special upon seeing a positional matcher\r
-                       if ( matcher[ expando ] ) {\r
-                               // Find the next relative operator (if any) for proper handling\r
-                               j = ++i;\r
-                               for ( ; j < len; j++ ) {\r
-                                       if ( Expr.relative[ tokens[j].type ] ) {\r
-                                               break;\r
-                                       }\r
-                               }\r
-                               return setMatcher(\r
-                                       i > 1 && elementMatcher( matchers ),\r
-                                       i > 1 && tokens.slice( 0, i - 1 ).join("").replace( rtrim, "$1" ),\r
-                                       matcher,\r
-                                       i < j && matcherFromTokens( tokens.slice( i, j ) ),\r
-                                       j < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\r
-                                       j < len && tokens.join("")\r
-                               );\r
-                       }\r
-                       matchers.push( matcher );\r
-               }\r
-       }\r
-\r
-       return elementMatcher( matchers );\r
-}\r
-\r
-function matcherFromGroupMatchers( elementMatchers, setMatchers ) {\r
-       var bySet = setMatchers.length > 0,\r
-               byElement = elementMatchers.length > 0,\r
-               superMatcher = function( seed, context, xml, results, expandContext ) {\r
-                       var elem, j, matcher,\r
-                               setMatched = [],\r
-                               matchedCount = 0,\r
-                               i = "0",\r
-                               unmatched = seed && [],\r
-                               outermost = expandContext != null,\r
-                               contextBackup = outermostContext,\r
-                               // We must always have either seed elements or context\r
-                               elems = seed || byElement && Expr.find["TAG"]( "*", expandContext && context.parentNode || context ),\r
-                               // Nested matchers should use non-integer dirruns\r
-                               dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.E);\r
-\r
-                       if ( outermost ) {\r
-                               outermostContext = context !== document && context;\r
-                               cachedruns = superMatcher.el;\r
-                       }\r
-\r
-                       // Add elements passing elementMatchers directly to results\r
-                       for ( ; (elem = elems[i]) != null; i++ ) {\r
-                               if ( byElement && elem ) {\r
-                                       for ( j = 0; (matcher = elementMatchers[j]); j++ ) {\r
-                                               if ( matcher( elem, context, xml ) ) {\r
-                                                       results.push( elem );\r
-                                                       break;\r
-                                               }\r
-                                       }\r
-                                       if ( outermost ) {\r
-                                               dirruns = dirrunsUnique;\r
-                                               cachedruns = ++superMatcher.el;\r
-                                       }\r
-                               }\r
-\r
-                               // Track unmatched elements for set filters\r
-                               if ( bySet ) {\r
-                                       // They will have gone through all possible matchers\r
-                                       if ( (elem = !matcher && elem) ) {\r
-                                               matchedCount--;\r
-                                       }\r
-\r
-                                       // Lengthen the array for every element, matched or not\r
-                                       if ( seed ) {\r
-                                               unmatched.push( elem );\r
-                                       }\r
-                               }\r
-                       }\r
-\r
-                       // Apply set filters to unmatched elements\r
-                       matchedCount += i;\r
-                       if ( bySet && i !== matchedCount ) {\r
-                               for ( j = 0; (matcher = setMatchers[j]); j++ ) {\r
-                                       matcher( unmatched, setMatched, context, xml );\r
-                               }\r
-\r
-                               if ( seed ) {\r
-                                       // Reintegrate element matches to eliminate the need for sorting\r
-                                       if ( matchedCount > 0 ) {\r
-                                               while ( i-- ) {\r
-                                                       if ( !(unmatched[i] || setMatched[i]) ) {\r
-                                                               setMatched[i] = pop.call( results );\r
-                                                       }\r
-                                               }\r
-                                       }\r
-\r
-                                       // Discard index placeholder values to get only actual matches\r
-                                       setMatched = condense( setMatched );\r
-                               }\r
-\r
-                               // Add matches to results\r
-                               push.apply( results, setMatched );\r
-\r
-                               // Seedless set matches succeeding multiple successful matchers stipulate sorting\r
-                               if ( outermost && !seed && setMatched.length > 0 &&\r
-                                       ( matchedCount + setMatchers.length ) > 1 ) {\r
-\r
-                                       Sizzle.uniqueSort( results );\r
-                               }\r
-                       }\r
-\r
-                       // Override manipulation of globals by nested matchers\r
-                       if ( outermost ) {\r
-                               dirruns = dirrunsUnique;\r
-                               outermostContext = contextBackup;\r
-                       }\r
-\r
-                       return unmatched;\r
-               };\r
-\r
-       superMatcher.el = 0;\r
-       return bySet ?\r
-               markFunction( superMatcher ) :\r
-               superMatcher;\r
-}\r
-\r
-compile = Sizzle.compile = function( selector, group /* Internal Use Only */ ) {\r
-       var i,\r
-               setMatchers = [],\r
-               elementMatchers = [],\r
-               cached = compilerCache[ expando ][ selector + " " ];\r
-\r
-       if ( !cached ) {\r
-               // Generate a function of recursive functions that can be used to check each element\r
-               if ( !group ) {\r
-                       group = tokenize( selector );\r
-               }\r
-               i = group.length;\r
-               while ( i-- ) {\r
-                       cached = matcherFromTokens( group[i] );\r
-                       if ( cached[ expando ] ) {\r
-                               setMatchers.push( cached );\r
-                       } else {\r
-                               elementMatchers.push( cached );\r
-                       }\r
-               }\r
-\r
-               // Cache the compiled function\r
-               cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\r
-       }\r
-       return cached;\r
-};\r
-\r
-function multipleContexts( selector, contexts, results ) {\r
-       var i = 0,\r
-               len = contexts.length;\r
-       for ( ; i < len; i++ ) {\r
-               Sizzle( selector, contexts[i], results );\r
-       }\r
-       return results;\r
-}\r
-\r
-function select( selector, context, results, seed, xml ) {\r
-       var i, tokens, token, type, find,\r
-               match = tokenize( selector ),\r
-               j = match.length;\r
-\r
-       if ( !seed ) {\r
-               // Try to minimize operations if there is only one group\r
-               if ( match.length === 1 ) {\r
-\r
-                       // Take a shortcut and set the context if the root selector is an ID\r
-                       tokens = match[0] = match[0].slice( 0 );\r
-                       if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&\r
-                                       context.nodeType === 9 && !xml &&\r
-                                       Expr.relative[ tokens[1].type ] ) {\r
-\r
-                               context = Expr.find["ID"]( token.matches[0].replace( rbackslash, "" ), context, xml )[0];\r
-                               if ( !context ) {\r
-                                       return results;\r
-                               }\r
-\r
-                               selector = selector.slice( tokens.shift().length );\r
-                       }\r
-\r
-                       // Fetch a seed set for right-to-left matching\r
-                       for ( i = matchExpr["POS"].test( selector ) ? -1 : tokens.length - 1; i >= 0; i-- ) {\r
-                               token = tokens[i];\r
-\r
-                               // Abort if we hit a combinator\r
-                               if ( Expr.relative[ (type = token.type) ] ) {\r
-                                       break;\r
-                               }\r
-                               if ( (find = Expr.find[ type ]) ) {\r
-                                       // Search, expanding context for leading sibling combinators\r
-                                       if ( (seed = find(\r
-                                               token.matches[0].replace( rbackslash, "" ),\r
-                                               rsibling.test( tokens[0].type ) && context.parentNode || context,\r
-                                               xml\r
-                                       )) ) {\r
-\r
-                                               // If seed is empty or no tokens remain, we can return early\r
-                                               tokens.splice( i, 1 );\r
-                                               selector = seed.length && tokens.join("");\r
-                                               if ( !selector ) {\r
-                                                       push.apply( results, slice.call( seed, 0 ) );\r
-                                                       return results;\r
-                                               }\r
-\r
-                                               break;\r
-                                       }\r
-                               }\r
-                       }\r
-               }\r
-       }\r
-\r
-       // Compile and execute a filtering function\r
-       // Provide `match` to avoid retokenization if we modified the selector above\r
-       compile( selector, match )(\r
-               seed,\r
-               context,\r
-               xml,\r
-               results,\r
-               rsibling.test( selector )\r
-       );\r
-       return results;\r
-}\r
-\r
-if ( document.querySelectorAll ) {\r
-       (function() {\r
-               var disconnectedMatch,\r
-                       oldSelect = select,\r
-                       rescape = /'|\\/g,\r
-                       rattributeQuotes = /\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,\r
-\r
-                       // qSa(:focus) reports false when true (Chrome 21), no need to also add to buggyMatches since matches checks buggyQSA\r
-                       // A support test would require too much code (would include document ready)\r
-                       rbuggyQSA = [ ":focus" ],\r
-\r
-                       // matchesSelector(:active) reports false when true (IE9/Opera 11.5)\r
-                       // A support test would require too much code (would include document ready)\r
-                       // just skip matchesSelector for :active\r
-                       rbuggyMatches = [ ":active" ],\r
-                       matches = docElem.matchesSelector ||\r
-                               docElem.mozMatchesSelector ||\r
-                               docElem.webkitMatchesSelector ||\r
-                               docElem.oMatchesSelector ||\r
-                               docElem.msMatchesSelector;\r
-\r
-               // Build QSA regex\r
-               // Regex strategy adopted from Diego Perini\r
-               assert(function( div ) {\r
-                       // Select is set to empty string on purpose\r
-                       // This is to test IE's treatment of not explictly\r
-                       // setting a boolean content attribute,\r
-                       // since its presence should be enough\r
-                       // http://bugs.jquery.com/ticket/12359\r
-                       div.innerHTML = "<select><option selected=''></option></select>";\r
-\r
-                       // IE8 - Some boolean attributes are not treated correctly\r
-                       if ( !div.querySelectorAll("[selected]").length ) {\r
-                               rbuggyQSA.push( "\\[" + whitespace + "*(?:checked|disabled|ismap|multiple|readonly|selected|value)" );\r
-                       }\r
-\r
-                       // Webkit/Opera - :checked should return selected option elements\r
-                       // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\r
-                       // IE8 throws error here (do not put tests after this one)\r
-                       if ( !div.querySelectorAll(":checked").length ) {\r
-                               rbuggyQSA.push(":checked");\r
-                       }\r
-               });\r
-\r
-               assert(function( div ) {\r
-\r
-                       // Opera 10-12/IE9 - ^= $= *= and empty values\r
-                       // Should not select anything\r
-                       div.innerHTML = "<p test=''></p>";\r
-                       if ( div.querySelectorAll("[test^='']").length ) {\r
-                               rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:\"\"|'')" );\r
-                       }\r
-\r
-                       // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\r
-                       // IE8 throws error here (do not put tests after this one)\r
-                       div.innerHTML = "<input type='hidden'/>";\r
-                       if ( !div.querySelectorAll(":enabled").length ) {\r
-                               rbuggyQSA.push(":enabled", ":disabled");\r
-                       }\r
-               });\r
-\r
-               // rbuggyQSA always contains :focus, so no need for a length check\r
-               rbuggyQSA = /* rbuggyQSA.length && */ new RegExp( rbuggyQSA.join("|") );\r
-\r
-               select = function( selector, context, results, seed, xml ) {\r
-                       // Only use querySelectorAll when not filtering,\r
-                       // when this is not xml,\r
-                       // and when no QSA bugs apply\r
-                       if ( !seed && !xml && !rbuggyQSA.test( selector ) ) {\r
-                               var groups, i,\r
-                                       old = true,\r
-                                       nid = expando,\r
-                                       newContext = context,\r
-                                       newSelector = context.nodeType === 9 && selector;\r
-\r
-                               // qSA works strangely on Element-rooted queries\r
-                               // We can work around this by specifying an extra ID on the root\r
-                               // and working up from there (Thanks to Andrew Dupont for the technique)\r
-                               // IE 8 doesn't work on object elements\r
-                               if ( context.nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) {\r
-                                       groups = tokenize( selector );\r
-\r
-                                       if ( (old = context.getAttribute("id")) ) {\r
-                                               nid = old.replace( rescape, "\\$&" );\r
-                                       } else {\r
-                                               context.setAttribute( "id", nid );\r
-                                       }\r
-                                       nid = "[id='" + nid + "'] ";\r
-\r
-                                       i = groups.length;\r
-                                       while ( i-- ) {\r
-                                               groups[i] = nid + groups[i].join("");\r
-                                       }\r
-                                       newContext = rsibling.test( selector ) && context.parentNode || context;\r
-                                       newSelector = groups.join(",");\r
-                               }\r
-\r
-                               if ( newSelector ) {\r
-                                       try {\r
-                                               push.apply( results, slice.call( newContext.querySelectorAll(\r
-                                                       newSelector\r
-                                               ), 0 ) );\r
-                                               return results;\r
-                                       } catch(qsaError) {\r
-                                       } finally {\r
-                                               if ( !old ) {\r
-                                                       context.removeAttribute("id");\r
-                                               }\r
-                                       }\r
-                               }\r
-                       }\r
-\r
-                       return oldSelect( selector, context, results, seed, xml );\r
-               };\r
-\r
-               if ( matches ) {\r
-                       assert(function( div ) {\r
-                               // Check to see if it's possible to do matchesSelector\r
-                               // on a disconnected node (IE 9)\r
-                               disconnectedMatch = matches.call( div, "div" );\r
-\r
-                               // This should fail with an exception\r
-                               // Gecko does not error, returns false instead\r
-                               try {\r
-                                       matches.call( div, "[test!='']:sizzle" );\r
-                                       rbuggyMatches.push( "!=", pseudos );\r
-                               } catch ( e ) {}\r
-                       });\r
-\r
-                       // rbuggyMatches always contains :active and :focus, so no need for a length check\r
-                       rbuggyMatches = /* rbuggyMatches.length && */ new RegExp( rbuggyMatches.join("|") );\r
-\r
-                       Sizzle.matchesSelector = function( elem, expr ) {\r
-                               // Make sure that attribute selectors are quoted\r
-                               expr = expr.replace( rattributeQuotes, "='$1']" );\r
-\r
-                               // rbuggyMatches always contains :active, so no need for an existence check\r
-                               if ( !isXML( elem ) && !rbuggyMatches.test( expr ) && !rbuggyQSA.test( expr ) ) {\r
-                                       try {\r
-                                               var ret = matches.call( elem, expr );\r
-\r
-                                               // IE 9's matchesSelector returns false on disconnected nodes\r
-                                               if ( ret || disconnectedMatch ||\r
-                                                               // As well, disconnected nodes are said to be in a document\r
-                                                               // fragment in IE 9\r
-                                                               elem.document && elem.document.nodeType !== 11 ) {\r
-                                                       return ret;\r
-                                               }\r
-                                       } catch(e) {}\r
-                               }\r
-\r
-                               return Sizzle( expr, null, null, [ elem ] ).length > 0;\r
-                       };\r
-               }\r
-       })();\r
-}\r
-\r
-// Deprecated\r
-Expr.pseudos["nth"] = Expr.pseudos["eq"];\r
-\r
-// Back-compat\r
-function setFilters() {}\r
-Expr.filters = setFilters.prototype = Expr.pseudos;\r
-Expr.setFilters = new setFilters();\r
-\r
-// Override sizzle attribute retrieval
-Sizzle.attr = jQuery.attr;
-jQuery.find = Sizzle;
-jQuery.expr = Sizzle.selectors;
-jQuery.expr[":"] = jQuery.expr.pseudos;
-jQuery.unique = Sizzle.uniqueSort;
-jQuery.text = Sizzle.getText;
-jQuery.isXMLDoc = Sizzle.isXML;
-jQuery.contains = Sizzle.contains;
-\r
-\r
-})( window );\r
-var runtil = /Until$/,
-       rparentsprev = /^(?:parents|prev(?:Until|All))/,
-       isSimple = /^.[^:#\[\.,]*$/,
-       rneedsContext = jQuery.expr.match.needsContext,
-       // methods guaranteed to produce a unique set when starting from a unique set
-       guaranteedUnique = {
-               children: true,
-               contents: true,
-               next: true,
-               prev: true
-       };
-
-jQuery.fn.extend({
-       find: function( selector ) {
-               var i, l, length, n, r, ret,
-                       self = this;
-
-               if ( typeof selector !== "string" ) {
-                       return jQuery( selector ).filter(function() {
-                               for ( i = 0, l = self.length; i < l; i++ ) {
-                                       if ( jQuery.contains( self[ i ], this ) ) {
-                                               return true;
-                                       }
-                               }
-                       });
-               }
-
-               ret = this.pushStack( "", "find", selector );
-
-               for ( i = 0, l = this.length; i < l; i++ ) {
-                       length = ret.length;
-                       jQuery.find( selector, this[i], ret );
-
-                       if ( i > 0 ) {
-                               // Make sure that the results are unique
-                               for ( n = length; n < ret.length; n++ ) {
-                                       for ( r = 0; r < length; r++ ) {
-                                               if ( ret[r] === ret[n] ) {
-                                                       ret.splice(n--, 1);
-                                                       break;
-                                               }
-                                       }
-                               }
-                       }
-               }
-
-               return ret;
-       },
-
-       has: function( target ) {
-               var i,
-                       targets = jQuery( target, this ),
-                       len = targets.length;
-
-               return this.filter(function() {
-                       for ( i = 0; i < len; i++ ) {
-                               if ( jQuery.contains( this, targets[i] ) ) {
-                                       return true;
-                               }
-                       }
-               });
-       },
-
-       not: function( selector ) {
-               return this.pushStack( winnow(this, selector, false), "not", selector);
-       },
-
-       filter: function( selector ) {
-               return this.pushStack( winnow(this, selector, true), "filter", selector );
-       },
-
-       is: function( selector ) {
-               return !!selector && (
-                       typeof selector === "string" ?
-                               // If this is a positional/relative selector, check membership in the returned set
-                               // so $("p:first").is("p:last") won't return true for a doc with two "p".
-                               rneedsContext.test( selector ) ?
-                                       jQuery( selector, this.context ).index( this[0] ) >= 0 :
-                                       jQuery.filter( selector, this ).length > 0 :
-                               this.filter( selector ).length > 0 );
-       },
-
-       closest: function( selectors, context ) {
-               var cur,
-                       i = 0,
-                       l = this.length,
-                       ret = [],
-                       pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ?
-                               jQuery( selectors, context || this.context ) :
-                               0;
-
-               for ( ; i < l; i++ ) {
-                       cur = this[i];
-
-                       while ( cur && cur.ownerDocument && cur !== context && cur.nodeType !== 11 ) {
-                               if ( pos ? pos.index(cur) > -1 : jQuery.find.matchesSelector(cur, selectors) ) {
-                                       ret.push( cur );
-                                       break;
-                               }
-                               cur = cur.parentNode;
-                       }
-               }
-
-               ret = ret.length > 1 ? jQuery.unique( ret ) : ret;
-
-               return this.pushStack( ret, "closest", selectors );
-       },
-
-       // Determine the position of an element within
-       // the matched set of elements
-       index: function( elem ) {
-
-               // No argument, return index in parent
-               if ( !elem ) {
-                       return ( this[0] && this[0].parentNode ) ? this.prevAll().length : -1;
-               }
-
-               // index in selector
-               if ( typeof elem === "string" ) {
-                       return jQuery.inArray( this[0], jQuery( elem ) );
-               }
-
-               // Locate the position of the desired element
-               return jQuery.inArray(
-                       // If it receives a jQuery object, the first element is used
-                       elem.jquery ? elem[0] : elem, this );
-       },
-
-       add: function( selector, context ) {
-               var set = typeof selector === "string" ?
-                               jQuery( selector, context ) :
-                               jQuery.makeArray( selector && selector.nodeType ? [ selector ] : selector ),
-                       all = jQuery.merge( this.get(), set );
-
-               return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ?
-                       all :
-                       jQuery.unique( all ) );
-       },
-
-       addBack: function( selector ) {
-               return this.add( selector == null ?
-                       this.prevObject : this.prevObject.filter(selector)
-               );
-       }
-});
-
-jQuery.fn.andSelf = jQuery.fn.addBack;
-
-// A painfully simple check to see if an element is disconnected
-// from a document (should be improved, where feasible).
-function isDisconnected( node ) {
-       return !node || !node.parentNode || node.parentNode.nodeType === 11;
-}
-
-function sibling( cur, dir ) {
-       do {
-               cur = cur[ dir ];
-       } while ( cur && cur.nodeType !== 1 );
-
-       return cur;
-}
-
-jQuery.each({
-       parent: function( elem ) {
-               var parent = elem.parentNode;
-               return parent && parent.nodeType !== 11 ? parent : null;
-       },
-       parents: function( elem ) {
-               return jQuery.dir( elem, "parentNode" );
-       },
-       parentsUntil: function( elem, i, until ) {
-               return jQuery.dir( elem, "parentNode", until );
-       },
-       next: function( elem ) {
-               return sibling( elem, "nextSibling" );
-       },
-       prev: function( elem ) {
-               return sibling( elem, "previousSibling" );
-       },
-       nextAll: function( elem ) {
-               return jQuery.dir( elem, "nextSibling" );
-       },
-       prevAll: function( elem ) {
-               return jQuery.dir( elem, "previousSibling" );
-       },
-       nextUntil: function( elem, i, until ) {
-               return jQuery.dir( elem, "nextSibling", until );
-       },
-       prevUntil: function( elem, i, until ) {
-               return jQuery.dir( elem, "previousSibling", until );
-       },
-       siblings: function( elem ) {
-               return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem );
-       },
-       children: function( elem ) {
-               return jQuery.sibling( elem.firstChild );
-       },
-       contents: function( elem ) {
-               return jQuery.nodeName( elem, "iframe" ) ?
-                       elem.contentDocument || elem.contentWindow.document :
-                       jQuery.merge( [], elem.childNodes );
-       }
-}, function( name, fn ) {
-       jQuery.fn[ name ] = function( until, selector ) {
-               var ret = jQuery.map( this, fn, until );
-
-               if ( !runtil.test( name ) ) {
-                       selector = until;
-               }
-
-               if ( selector && typeof selector === "string" ) {
-                       ret = jQuery.filter( selector, ret );
-               }
-
-               ret = this.length > 1 && !guaranteedUnique[ name ] ? jQuery.unique( ret ) : ret;
-
-               if ( this.length > 1 && rparentsprev.test( name ) ) {
-                       ret = ret.reverse();
-               }
-
-               return this.pushStack( ret, name, core_slice.call( arguments ).join(",") );
-       };
-});
-
-jQuery.extend({
-       filter: function( expr, elems, not ) {
-               if ( not ) {
-                       expr = ":not(" + expr + ")";
-               }
-
-               return elems.length === 1 ?
-                       jQuery.find.matchesSelector(elems[0], expr) ? [ elems[0] ] : [] :
-                       jQuery.find.matches(expr, elems);
-       },
-
-       dir: function( elem, dir, until ) {
-               var matched = [],
-                       cur = elem[ dir ];
-
-               while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) {
-                       if ( cur.nodeType === 1 ) {
-                               matched.push( cur );
-                       }
-                       cur = cur[dir];
-               }
-               return matched;
-       },
-
-       sibling: function( n, elem ) {
-               var r = [];
-
-               for ( ; n; n = n.nextSibling ) {
-                       if ( n.nodeType === 1 && n !== elem ) {
-                               r.push( n );
-                       }
-               }
-
-               return r;
-       }
-});
-
-// Implement the identical functionality for filter and not
-function winnow( elements, qualifier, keep ) {
-
-       // Can't pass null or undefined to indexOf in Firefox 4
-       // Set to 0 to skip string check
-       qualifier = qualifier || 0;
-
-       if ( jQuery.isFunction( qualifier ) ) {
-               return jQuery.grep(elements, function( elem, i ) {
-                       var retVal = !!qualifier.call( elem, i, elem );
-                       return retVal === keep;
-               });
-
-       } else if ( qualifier.nodeType ) {
-               return jQuery.grep(elements, function( elem, i ) {
-                       return ( elem === qualifier ) === keep;
-               });
-
-       } else if ( typeof qualifier === "string" ) {
-               var filtered = jQuery.grep(elements, function( elem ) {
-                       return elem.nodeType === 1;
-               });
-
-               if ( isSimple.test( qualifier ) ) {
-                       return jQuery.filter(qualifier, filtered, !keep);
-               } else {
-                       qualifier = jQuery.filter( qualifier, filtered );
-               }
-       }
-
-       return jQuery.grep(elements, function( elem, i ) {
-               return ( jQuery.inArray( elem, qualifier ) >= 0 ) === keep;
-       });
-}
-function createSafeFragment( document ) {
-       var list = nodeNames.split( "|" ),
-       safeFrag = document.createDocumentFragment();
-
-       if ( safeFrag.createElement ) {
-               while ( list.length ) {
-                       safeFrag.createElement(
-                               list.pop()
-                       );
-               }
-       }
-       return safeFrag;
-}
-
-var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" +
-               "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",
-       rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g,
-       rleadingWhitespace = /^\s+/,
-       rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,
-       rtagName = /<([\w:]+)/,
-       rtbody = /<tbody/i,
-       rhtml = /<|&#?\w+;/,
-       rnoInnerhtml = /<(?:script|style|link)/i,
-       rnocache = /<(?:script|object|embed|option|style)/i,
-       rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"),
-       rcheckableType = /^(?:checkbox|radio)$/,
-       // checked="checked" or checked
-       rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
-       rscriptType = /\/(java|ecma)script/i,
-       rcleanScript = /^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,
-       wrapMap = {
-               option: [ 1, "<select multiple='multiple'>", "</select>" ],
-               legend: [ 1, "<fieldset>", "</fieldset>" ],
-               thead: [ 1, "<table>", "</table>" ],
-               tr: [ 2, "<table><tbody>", "</tbody></table>" ],
-               td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
-               col: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ],
-               area: [ 1, "<map>", "</map>" ],
-               _default: [ 0, "", "" ]
-       },
-       safeFragment = createSafeFragment( document ),
-       fragmentDiv = safeFragment.appendChild( document.createElement("div") );
-
-wrapMap.optgroup = wrapMap.option;
-wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
-wrapMap.th = wrapMap.td;
-
-// IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags,
-// unless wrapped in a div with non-breaking characters in front of it.
-if ( !jQuery.support.htmlSerialize ) {
-       wrapMap._default = [ 1, "X<div>", "</div>" ];
-}
-
-jQuery.fn.extend({
-       text: function( value ) {
-               return jQuery.access( this, function( value ) {
-                       return value === undefined ?
-                               jQuery.text( this ) :
-                               this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( value ) );
-               }, null, value, arguments.length );
-       },
-
-       wrapAll: function( html ) {
-               if ( jQuery.isFunction( html ) ) {
-                       return this.each(function(i) {
-                               jQuery(this).wrapAll( html.call(this, i) );
-                       });
-               }
-
-               if ( this[0] ) {
-                       // The elements to wrap the target around
-                       var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true);
-
-                       if ( this[0].parentNode ) {
-                               wrap.insertBefore( this[0] );
-                       }
-
-                       wrap.map(function() {
-                               var elem = this;
-
-                               while ( elem.firstChild && elem.firstChild.nodeType === 1 ) {
-                                       elem = elem.firstChild;
-                               }
-
-                               return elem;
-                       }).append( this );
-               }
-
-               return this;
-       },
-
-       wrapInner: function( html ) {
-               if ( jQuery.isFunction( html ) ) {
-                       return this.each(function(i) {
-                               jQuery(this).wrapInner( html.call(this, i) );
-                       });
-               }
-
-               return this.each(function() {
-                       var self = jQuery( this ),
-                               contents = self.contents();
-
-                       if ( contents.length ) {
-                               contents.wrapAll( html );
-
-                       } else {
-                               self.append( html );
-                       }
-               });
-       },
-
-       wrap: function( html ) {
-               var isFunction = jQuery.isFunction( html );
-
-               return this.each(function(i) {
-                       jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );
-               });
-       },
-
-       unwrap: function() {
-               return this.parent().each(function() {
-                       if ( !jQuery.nodeName( this, "body" ) ) {
-                               jQuery( this ).replaceWith( this.childNodes );
-                       }
-               }).end();
-       },
-
-       append: function() {
-               return this.domManip(arguments, true, function( elem ) {
-                       if ( this.nodeType === 1 || this.nodeType === 11 ) {
-                               this.appendChild( elem );
-                       }
-               });
-       },
-
-       prepend: function() {
-               return this.domManip(arguments, true, function( elem ) {
-                       if ( this.nodeType === 1 || this.nodeType === 11 ) {
-                               this.insertBefore( elem, this.firstChild );
-                       }
-               });
-       },
-
-       before: function() {
-               if ( !isDisconnected( this[0] ) ) {
-                       return this.domManip(arguments, false, function( elem ) {
-                               this.parentNode.insertBefore( elem, this );
-                       });
-               }
-
-               if ( arguments.length ) {
-                       var set = jQuery.clean( arguments );
-                       return this.pushStack( jQuery.merge( set, this ), "before", this.selector );
-               }
-       },
-
-       after: function() {
-               if ( !isDisconnected( this[0] ) ) {
-                       return this.domManip(arguments, false, function( elem ) {
-                               this.parentNode.insertBefore( elem, this.nextSibling );
-                       });
-               }
-
-               if ( arguments.length ) {
-                       var set = jQuery.clean( arguments );
-                       return this.pushStack( jQuery.merge( this, set ), "after", this.selector );
-               }
-       },
-
-       // keepData is for internal use only--do not document
-       remove: function( selector, keepData ) {
-               var elem,
-                       i = 0;
-
-               for ( ; (elem = this[i]) != null; i++ ) {
-                       if ( !selector || jQuery.filter( selector, [ elem ] ).length ) {
-                               if ( !keepData && elem.nodeType === 1 ) {
-                                       jQuery.cleanData( elem.getElementsByTagName("*") );
-                                       jQuery.cleanData( [ elem ] );
-                               }
-
-                               if ( elem.parentNode ) {
-                                       elem.parentNode.removeChild( elem );
-                               }
-                       }
-               }
-
-               return this;
-       },
-
-       empty: function() {
-               var elem,
-                       i = 0;
-
-               for ( ; (elem = this[i]) != null; i++ ) {
-                       // Remove element nodes and prevent memory leaks
-                       if ( elem.nodeType === 1 ) {
-                               jQuery.cleanData( elem.getElementsByTagName("*") );
-                       }
-
-                       // Remove any remaining nodes
-                       while ( elem.firstChild ) {
-                               elem.removeChild( elem.firstChild );
-                       }
-               }
-
-               return this;
-       },
-
-       clone: function( dataAndEvents, deepDataAndEvents ) {
-               dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
-               deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
-
-               return this.map( function () {
-                       return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
-               });
-       },
-
-       html: function( value ) {
-               return jQuery.access( this, function( value ) {
-                       var elem = this[0] || {},
-                               i = 0,
-                               l = this.length;
-
-                       if ( value === undefined ) {
-                               return elem.nodeType === 1 ?
-                                       elem.innerHTML.replace( rinlinejQuery, "" ) :
-                                       undefined;
-                       }
-
-                       // See if we can take a shortcut and just use innerHTML
-                       if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
-                               ( jQuery.support.htmlSerialize || !rnoshimcache.test( value )  ) &&
-                               ( jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value ) ) &&
-                               !wrapMap[ ( rtagName.exec( value ) || ["", ""] )[1].toLowerCase() ] ) {
-
-                               value = value.replace( rxhtmlTag, "<$1></$2>" );
-
-                               try {
-                                       for (; i < l; i++ ) {
-                                               // Remove element nodes and prevent memory leaks
-                                               elem = this[i] || {};
-                                               if ( elem.nodeType === 1 ) {
-                                                       jQuery.cleanData( elem.getElementsByTagName( "*" ) );
-                                                       elem.innerHTML = value;
-                                               }
-                                       }
-
-                                       elem = 0;
-
-                               // If using innerHTML throws an exception, use the fallback method
-                               } catch(e) {}
-                       }
-
-                       if ( elem ) {
-                               this.empty().append( value );
-                       }
-               }, null, value, arguments.length );
-       },
-
-       replaceWith: function( value ) {
-               if ( !isDisconnected( this[0] ) ) {
-                       // Make sure that the elements are removed from the DOM before they are inserted
-                       // this can help fix replacing a parent with child elements
-                       if ( jQuery.isFunction( value ) ) {
-                               return this.each(function(i) {
-                                       var self = jQuery(this), old = self.html();
-                                       self.replaceWith( value.call( this, i, old ) );
-                               });
-                       }
-
-                       if ( typeof value !== "string" ) {
-                               value = jQuery( value ).detach();
-                       }
-
-                       return this.each(function() {
-                               var next = this.nextSibling,
-                                       parent = this.parentNode;
-
-                               jQuery( this ).remove();
-
-                               if ( next ) {
-                                       jQuery(next).before( value );
-                               } else {
-                                       jQuery(parent).append( value );
-                               }
-                       });
-               }
-
-               return this.length ?
-                       this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) :
-                       this;
-       },
-
-       detach: function( selector ) {
-               return this.remove( selector, true );
-       },
-
-       domManip: function( args, table, callback ) {
-
-               // Flatten any nested arrays
-               args = [].concat.apply( [], args );
-
-               var results, first, fragment, iNoClone,
-                       i = 0,
-                       value = args[0],
-                       scripts = [],
-                       l = this.length;
-
-               // We can't cloneNode fragments that contain checked, in WebKit
-               if ( !jQuery.support.checkClone && l > 1 && typeof value === "string" && rchecked.test( value ) ) {
-                       return this.each(function() {
-                               jQuery(this).domManip( args, table, callback );
-                       });
-               }
-
-               if ( jQuery.isFunction(value) ) {
-                       return this.each(function(i) {
-                               var self = jQuery(this);
-                               args[0] = value.call( this, i, table ? self.html() : undefined );
-                               self.domManip( args, table, callback );
-                       });
-               }
-
-               if ( this[0] ) {
-                       results = jQuery.buildFragment( args, this, scripts );
-                       fragment = results.fragment;
-                       first = fragment.firstChild;
-
-                       if ( fragment.childNodes.length === 1 ) {
-                               fragment = first;
-                       }
-
-                       if ( first ) {
-                               table = table && jQuery.nodeName( first, "tr" );
-
-                               // Use the original fragment for the last item instead of the first because it can end up
-                               // being emptied incorrectly in certain situations (#8070).
-                               // Fragments from the fragment cache must always be cloned and never used in place.
-                               for ( iNoClone = results.cacheable || l - 1; i < l; i++ ) {
-                                       callback.call(
-                                               table && jQuery.nodeName( this[i], "table" ) ?
-                                                       findOrAppend( this[i], "tbody" ) :
-                                                       this[i],
-                                               i === iNoClone ?
-                                                       fragment :
-                                                       jQuery.clone( fragment, true, true )
-                                       );
-                               }
-                       }
-
-                       // Fix #11809: Avoid leaking memory
-                       fragment = first = null;
-
-                       if ( scripts.length ) {
-                               jQuery.each( scripts, function( i, elem ) {
-                                       if ( elem.src ) {
-                                               if ( jQuery.ajax ) {
-                                                       jQuery.ajax({
-                                                               url: elem.src,
-                                                               type: "GET",
-                                                               dataType: "script",
-                                                               async: false,
-                                                               global: false,
-                                                               "throws": true
-                                                       });
-                                               } else {
-                                                       jQuery.error("no ajax");
-                                               }
-                                       } else {
-                                               jQuery.globalEval( ( elem.text || elem.textContent || elem.innerHTML || "" ).replace( rcleanScript, "" ) );
-                                       }
-
-                                       if ( elem.parentNode ) {
-                                               elem.parentNode.removeChild( elem );
-                                       }
-                               });
-                       }
-               }
-
-               return this;
-       }
-});
-
-function findOrAppend( elem, tag ) {
-       return elem.getElementsByTagName( tag )[0] || elem.appendChild( elem.ownerDocument.createElement( tag ) );
-}
-
-function cloneCopyEvent( src, dest ) {
-
-       if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) {
-               return;
-       }
-
-       var type, i, l,
-               oldData = jQuery._data( src ),
-               curData = jQuery._data( dest, oldData ),
-               events = oldData.events;
-
-       if ( events ) {
-               delete curData.handle;
-               curData.events = {};
-
-               for ( type in events ) {
-                       for ( i = 0, l = events[ type ].length; i < l; i++ ) {
-                               jQuery.event.add( dest, type, events[ type ][ i ] );
-                       }
-               }
-       }
-
-       // make the cloned public data object a copy from the original
-       if ( curData.data ) {
-               curData.data = jQuery.extend( {}, curData.data );
-       }
-}
-
-function cloneFixAttributes( src, dest ) {
-       var nodeName;
-
-       // We do not need to do anything for non-Elements
-       if ( dest.nodeType !== 1 ) {
-               return;
-       }
-
-       // clearAttributes removes the attributes, which we don't want,
-       // but also removes the attachEvent events, which we *do* want
-       if ( dest.clearAttributes ) {
-               dest.clearAttributes();
-       }
-
-       // mergeAttributes, in contrast, only merges back on the
-       // original attributes, not the events
-       if ( dest.mergeAttributes ) {
-               dest.mergeAttributes( src );
-       }
-
-       nodeName = dest.nodeName.toLowerCase();
-
-       if ( nodeName === "object" ) {
-               // IE6-10 improperly clones children of object elements using classid.
-               // IE10 throws NoModificationAllowedError if parent is null, #12132.
-               if ( dest.parentNode ) {
-                       dest.outerHTML = src.outerHTML;
-               }
-
-               // This path appears unavoidable for IE9. When cloning an object
-               // element in IE9, the outerHTML strategy above is not sufficient.
-               // If the src has innerHTML and the destination does not,
-               // copy the src.innerHTML into the dest.innerHTML. #10324
-               if ( jQuery.support.html5Clone && (src.innerHTML && !jQuery.trim(dest.innerHTML)) ) {
-                       dest.innerHTML = src.innerHTML;
-               }
-
-       } else if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
-               // IE6-8 fails to persist the checked state of a cloned checkbox
-               // or radio button. Worse, IE6-7 fail to give the cloned element
-               // a checked appearance if the defaultChecked value isn't also set
-
-               dest.defaultChecked = dest.checked = src.checked;
-
-               // IE6-7 get confused and end up setting the value of a cloned
-               // checkbox/radio button to an empty string instead of "on"
-               if ( dest.value !== src.value ) {
-                       dest.value = src.value;
-               }
-
-       // IE6-8 fails to return the selected option to the default selected
-       // state when cloning options
-       } else if ( nodeName === "option" ) {
-               dest.selected = src.defaultSelected;
-
-       // IE6-8 fails to set the defaultValue to the correct value when
-       // cloning other types of input fields
-       } else if ( nodeName === "input" || nodeName === "textarea" ) {
-               dest.defaultValue = src.defaultValue;
-
-       // IE blanks contents when cloning scripts
-       } else if ( nodeName === "script" && dest.text !== src.text ) {
-               dest.text = src.text;
-       }
-
-       // Event data gets referenced instead of copied if the expando
-       // gets copied too
-       dest.removeAttribute( jQuery.expando );
-}
-
-jQuery.buildFragment = function( args, context, scripts ) {
-       var fragment, cacheable, cachehit,
-               first = args[ 0 ];
-
-       // Set context from what may come in as undefined or a jQuery collection or a node
-       // Updated to fix #12266 where accessing context[0] could throw an exception in IE9/10 &
-       // also doubles as fix for #8950 where plain objects caused createDocumentFragment exception
-       context = context || document;
-       context = !context.nodeType && context[0] || context;
-       context = context.ownerDocument || context;
-
-       // Only cache "small" (1/2 KB) HTML strings that are associated with the main document
-       // Cloning options loses the selected state, so don't cache them
-       // IE 6 doesn't like it when you put <object> or <embed> elements in a fragment
-       // Also, WebKit does not clone 'checked' attributes on cloneNode, so don't cache
-       // Lastly, IE6,7,8 will not correctly reuse cached fragments that were created from unknown elems #10501
-       if ( args.length === 1 && typeof first === "string" && first.length < 512 && context === document &&
-               first.charAt(0) === "<" && !rnocache.test( first ) &&
-               (jQuery.support.checkClone || !rchecked.test( first )) &&
-               (jQuery.support.html5Clone || !rnoshimcache.test( first )) ) {
-
-               // Mark cacheable and look for a hit
-               cacheable = true;
-               fragment = jQuery.fragments[ first ];
-               cachehit = fragment !== undefined;
-       }
-
-       if ( !fragment ) {
-               fragment = context.createDocumentFragment();
-               jQuery.clean( args, context, fragment, scripts );
-
-               // Update the cache, but only store false
-               // unless this is a second parsing of the same content
-               if ( cacheable ) {
-                       jQuery.fragments[ first ] = cachehit && fragment;
-               }
-       }
-
-       return { fragment: fragment, cacheable: cacheable };
-};
-
-jQuery.fragments = {};
-
-jQuery.each({
-       appendTo: "append",
-       prependTo: "prepend",
-       insertBefore: "before",
-       insertAfter: "after",
-       replaceAll: "replaceWith"
-}, function( name, original ) {
-       jQuery.fn[ name ] = function( selector ) {
-               var elems,
-                       i = 0,
-                       ret = [],
-                       insert = jQuery( selector ),
-                       l = insert.length,
-                       parent = this.length === 1 && this[0].parentNode;
-
-               if ( (parent == null || parent && parent.nodeType === 11 && parent.childNodes.length === 1) && l === 1 ) {
-                       insert[ original ]( this[0] );
-                       return this;
-               } else {
-                       for ( ; i < l; i++ ) {
-                               elems = ( i > 0 ? this.clone(true) : this ).get();
-                               jQuery( insert[i] )[ original ]( elems );
-                               ret = ret.concat( elems );
-                       }
-
-                       return this.pushStack( ret, name, insert.selector );
-               }
-       };
-});
-
-function getAll( elem ) {
-       if ( typeof elem.getElementsByTagName !== "undefined" ) {
-               return elem.getElementsByTagName( "*" );
-
-       } else if ( typeof elem.querySelectorAll !== "undefined" ) {
-               return elem.querySelectorAll( "*" );
-
-       } else {
-               return [];
-       }
-}
-
-// Used in clean, fixes the defaultChecked property
-function fixDefaultChecked( elem ) {
-       if ( rcheckableType.test( elem.type ) ) {
-               elem.defaultChecked = elem.checked;
-       }
-}
-
-jQuery.extend({
-       clone: function( elem, dataAndEvents, deepDataAndEvents ) {
-               var srcElements,
-                       destElements,
-                       i,
-                       clone;
-
-               if ( jQuery.support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) {
-                       clone = elem.cloneNode( true );
-
-               // IE<=8 does not properly clone detached, unknown element nodes
-               } else {
-                       fragmentDiv.innerHTML = elem.outerHTML;
-                       fragmentDiv.removeChild( clone = fragmentDiv.firstChild );
-               }
-
-               if ( (!jQuery.support.noCloneEvent || !jQuery.support.noCloneChecked) &&
-                               (elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem) ) {
-                       // IE copies events bound via attachEvent when using cloneNode.
-                       // Calling detachEvent on the clone will also remove the events
-                       // from the original. In order to get around this, we use some
-                       // proprietary methods to clear the events. Thanks to MooTools
-                       // guys for this hotness.
-
-                       cloneFixAttributes( elem, clone );
-
-                       // Using Sizzle here is crazy slow, so we use getElementsByTagName instead
-                       srcElements = getAll( elem );
-                       destElements = getAll( clone );
-
-                       // Weird iteration because IE will replace the length property
-                       // with an element if you are cloning the body and one of the
-                       // elements on the page has a name or id of "length"
-                       for ( i = 0; srcElements[i]; ++i ) {
-                               // Ensure that the destination node is not null; Fixes #9587
-                               if ( destElements[i] ) {
-                                       cloneFixAttributes( srcElements[i], destElements[i] );
-                               }
-                       }
-               }
-
-               // Copy the events from the original to the clone
-               if ( dataAndEvents ) {
-                       cloneCopyEvent( elem, clone );
-
-                       if ( deepDataAndEvents ) {
-                               srcElements = getAll( elem );
-                               destElements = getAll( clone );
-
-                               for ( i = 0; srcElements[i]; ++i ) {
-                                       cloneCopyEvent( srcElements[i], destElements[i] );
-                               }
-                       }
-               }
-
-               srcElements = destElements = null;
-
-               // Return the cloned set
-               return clone;
-       },
-
-       clean: function( elems, context, fragment, scripts ) {
-               var i, j, elem, tag, wrap, depth, div, hasBody, tbody, len, handleScript, jsTags,
-                       safe = context === document && safeFragment,
-                       ret = [];
-
-               // Ensure that context is a document
-               if ( !context || typeof context.createDocumentFragment === "undefined" ) {
-                       context = document;
-               }
-
-               // Use the already-created safe fragment if context permits
-               for ( i = 0; (elem = elems[i]) != null; i++ ) {
-                       if ( typeof elem === "number" ) {
-                               elem += "";
-                       }
-
-                       if ( !elem ) {
-                               continue;
-                       }
-
-                       // Convert html string into DOM nodes
-                       if ( typeof elem === "string" ) {
-                               if ( !rhtml.test( elem ) ) {
-                                       elem = context.createTextNode( elem );
-                               } else {
-                                       // Ensure a safe container in which to render the html
-                                       safe = safe || createSafeFragment( context );
-                                       div = context.createElement("div");
-                                       safe.appendChild( div );
-
-                                       // Fix "XHTML"-style tags in all browsers
-                                       elem = elem.replace(rxhtmlTag, "<$1></$2>");
-
-                                       // Go to html and back, then peel off extra wrappers
-                                       tag = ( rtagName.exec( elem ) || ["", ""] )[1].toLowerCase();
-                                       wrap = wrapMap[ tag ] || wrapMap._default;
-                                       depth = wrap[0];
-                                       div.innerHTML = wrap[1] + elem + wrap[2];
-
-                                       // Move to the right depth
-                                       while ( depth-- ) {
-                                               div = div.lastChild;
-                                       }
-
-                                       // Remove IE's autoinserted <tbody> from table fragments
-                                       if ( !jQuery.support.tbody ) {
-
-                                               // String was a <table>, *may* have spurious <tbody>
-                                               hasBody = rtbody.test(elem);
-                                                       tbody = tag === "table" && !hasBody ?
-                                                               div.firstChild && div.firstChild.childNodes :
-
-                                                               // String was a bare <thead> or <tfoot>
-                                                               wrap[1] === "<table>" && !hasBody ?
-                                                                       div.childNodes :
-                                                                       [];
-
-                                               for ( j = tbody.length - 1; j >= 0 ; --j ) {
-                                                       if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {
-                                                               tbody[ j ].parentNode.removeChild( tbody[ j ] );
-                                                       }
-                                               }
-                                       }
-
-                                       // IE completely kills leading whitespace when innerHTML is used
-                                       if ( !jQuery.support.leadingWhitespace && rleadingWhitespace.test( elem ) ) {
-                                               div.insertBefore( context.createTextNode( rleadingWhitespace.exec(elem)[0] ), div.firstChild );
-                                       }
-
-                                       elem = div.childNodes;
-
-                                       // Take out of fragment container (we need a fresh div each time)
-                                       div.parentNode.removeChild( div );
-                               }
-                       }
-
-                       if ( elem.nodeType ) {
-                               ret.push( elem );
-                       } else {
-                               jQuery.merge( ret, elem );
-                       }
-               }
-
-               // Fix #11356: Clear elements from safeFragment
-               if ( div ) {
-                       elem = div = safe = null;
-               }
-
-               // Reset defaultChecked for any radios and checkboxes
-               // about to be appended to the DOM in IE 6/7 (#8060)
-               if ( !jQuery.support.appendChecked ) {
-                       for ( i = 0; (elem = ret[i]) != null; i++ ) {
-                               if ( jQuery.nodeName( elem, "input" ) ) {
-                                       fixDefaultChecked( elem );
-                               } else if ( typeof elem.getElementsByTagName !== "undefined" ) {
-                                       jQuery.grep( elem.getElementsByTagName("input"), fixDefaultChecked );
-                               }
-                       }
-               }
-
-               // Append elements to a provided document fragment
-               if ( fragment ) {
-                       // Special handling of each script element
-                       handleScript = function( elem ) {
-                               // Check if we consider it executable
-                               if ( !elem.type || rscriptType.test( elem.type ) ) {
-                                       // Detach the script and store it in the scripts array (if provided) or the fragment
-                                       // Return truthy to indicate that it has been handled
-                                       return scripts ?
-                                               scripts.push( elem.parentNode ? elem.parentNode.removeChild( elem ) : elem ) :
-                                               fragment.appendChild( elem );
-                               }
-                       };
-
-                       for ( i = 0; (elem = ret[i]) != null; i++ ) {
-                               // Check if we're done after handling an executable script
-                               if ( !( jQuery.nodeName( elem, "script" ) && handleScript( elem ) ) ) {
-                                       // Append to fragment and handle embedded scripts
-                                       fragment.appendChild( elem );
-                                       if ( typeof elem.getElementsByTagName !== "undefined" ) {
-                                               // handleScript alters the DOM, so use jQuery.merge to ensure snapshot iteration
-                                               jsTags = jQuery.grep( jQuery.merge( [], elem.getElementsByTagName("script") ), handleScript );
-
-                                               // Splice the scripts into ret after their former ancestor and advance our index beyond them
-                                               ret.splice.apply( ret, [i + 1, 0].concat( jsTags ) );
-                                               i += jsTags.length;
-                                       }
-                               }
-                       }
-               }
-
-               return ret;
-       },
-
-       cleanData: function( elems, /* internal */ acceptData ) {
-               var data, id, elem, type,
-                       i = 0,
-                       internalKey = jQuery.expando,
-                       cache = jQuery.cache,
-                       deleteExpando = jQuery.support.deleteExpando,
-                       special = jQuery.event.special;
-
-               for ( ; (elem = elems[i]) != null; i++ ) {
-
-                       if ( acceptData || jQuery.acceptData( elem ) ) {
-
-                               id = elem[ internalKey ];
-                               data = id && cache[ id ];
-
-                               if ( data ) {
-                                       if ( data.events ) {
-                                               for ( type in data.events ) {
-                                                       if ( special[ type ] ) {
-                                                               jQuery.event.remove( elem, type );
-
-                                                       // This is a shortcut to avoid jQuery.event.remove's overhead
-                                                       } else {
-                                                               jQuery.removeEvent( elem, type, data.handle );
-                                                       }
-                                               }
-                                       }
-
-                                       // Remove cache only if it was not already removed by jQuery.event.remove
-                                       if ( cache[ id ] ) {
-
-                                               delete cache[ id ];
-
-                                               // IE does not allow us to delete expando properties from nodes,
-                                               // nor does it have a removeAttribute function on Document nodes;
-                                               // we must handle all of these cases
-                                               if ( deleteExpando ) {
-                                                       delete elem[ internalKey ];
-
-                                               } else if ( elem.removeAttribute ) {
-                                                       elem.removeAttribute( internalKey );
-
-                                               } else {
-                                                       elem[ internalKey ] = null;
-                                               }
-
-                                               jQuery.deletedIds.push( id );
-                                       }
-                               }
-                       }
-               }
-       }
-});
-// Limit scope pollution from any deprecated API
-(function() {
-
-var matched, browser;
-
-// Use of jQuery.browser is frowned upon.
-// More details: http://api.jquery.com/jQuery.browser
-// jQuery.uaMatch maintained for back-compat
-jQuery.uaMatch = function( ua ) {
-       ua = ua.toLowerCase();
-
-       var match = /(chrome)[ \/]([\w.]+)/.exec( ua ) ||
-               /(webkit)[ \/]([\w.]+)/.exec( ua ) ||
-               /(opera)(?:.*version|)[ \/]([\w.]+)/.exec( ua ) ||
-               /(msie) ([\w.]+)/.exec( ua ) ||
-               ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec( ua ) ||
-               [];
-
-       return {
-               browser: match[ 1 ] || "",
-               version: match[ 2 ] || "0"
-       };
-};
-
-matched = jQuery.uaMatch( navigator.userAgent );
-browser = {};
-
-if ( matched.browser ) {
-       browser[ matched.browser ] = true;
-       browser.version = matched.version;
-}
-
-// Chrome is Webkit, but Webkit is also Safari.
-if ( browser.chrome ) {
-       browser.webkit = true;
-} else if ( browser.webkit ) {
-       browser.safari = true;
-}
-
-jQuery.browser = browser;
-
-jQuery.sub = function() {
-       function jQuerySub( selector, context ) {
-               return new jQuerySub.fn.init( selector, context );
-       }
-       jQuery.extend( true, jQuerySub, this );
-       jQuerySub.superclass = this;
-       jQuerySub.fn = jQuerySub.prototype = this();
-       jQuerySub.fn.constructor = jQuerySub;
-       jQuerySub.sub = this.sub;
-       jQuerySub.fn.init = function init( selector, context ) {
-               if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) {
-                       context = jQuerySub( context );
-               }
-
-               return jQuery.fn.init.call( this, selector, context, rootjQuerySub );
-       };
-       jQuerySub.fn.init.prototype = jQuerySub.fn;
-       var rootjQuerySub = jQuerySub(document);
-       return jQuerySub;
-};
-
-})();
-var curCSS, iframe, iframeDoc,
-       ralpha = /alpha\([^)]*\)/i,
-       ropacity = /opacity=([^)]*)/,
-       rposition = /^(top|right|bottom|left)$/,
-       // swappable if display is none or starts with table except "table", "table-cell", or "table-caption"
-       // see here for display values: https://developer.mozilla.org/en-US/docs/CSS/display
-       rdisplayswap = /^(none|table(?!-c[ea]).+)/,
-       rmargin = /^margin/,
-       rnumsplit = new RegExp( "^(" + core_pnum + ")(.*)$", "i" ),
-       rnumnonpx = new RegExp( "^(" + core_pnum + ")(?!px)[a-z%]+$", "i" ),
-       rrelNum = new RegExp( "^([-+])=(" + core_pnum + ")", "i" ),
-       elemdisplay = { BODY: "block" },
-
-       cssShow = { position: "absolute", visibility: "hidden", display: "block" },
-       cssNormalTransform = {
-               letterSpacing: 0,
-               fontWeight: 400
-       },
-
-       cssExpand = [ "Top", "Right", "Bottom", "Left" ],
-       cssPrefixes = [ "Webkit", "O", "Moz", "ms" ],
-
-       eventsToggle = jQuery.fn.toggle;
-
-// return a css property mapped to a potentially vendor prefixed property
-function vendorPropName( style, name ) {
-
-       // shortcut for names that are not vendor prefixed
-       if ( name in style ) {
-               return name;
-       }
-
-       // check for vendor prefixed names
-       var capName = name.charAt(0).toUpperCase() + name.slice(1),
-               origName = name,
-               i = cssPrefixes.length;
-
-       while ( i-- ) {
-               name = cssPrefixes[ i ] + capName;
-               if ( name in style ) {
-                       return name;
-               }
-       }
-
-       return origName;
-}
-
-function isHidden( elem, el ) {
-       elem = el || elem;
-       return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem );
-}
-
-function showHide( elements, show ) {
-       var elem, display,
-               values = [],
-               index = 0,
-               length = elements.length;
-
-       for ( ; index < length; index++ ) {
-               elem = elements[ index ];
-               if ( !elem.style ) {
-                       continue;
-               }
-               values[ index ] = jQuery._data( elem, "olddisplay" );
-               if ( show ) {
-                       // Reset the inline display of this element to learn if it is
-                       // being hidden by cascaded rules or not
-                       if ( !values[ index ] && elem.style.display === "none" ) {
-                               elem.style.display = "";
-                       }
-
-                       // Set elements which have been overridden with display: none
-                       // in a stylesheet to whatever the default browser style is
-                       // for such an element
-                       if ( elem.style.display === "" && isHidden( elem ) ) {
-                               values[ index ] = jQuery._data( elem, "olddisplay", css_defaultDisplay(elem.nodeName) );
-                       }
-               } else {
-                       display = curCSS( elem, "display" );
-
-                       if ( !values[ index ] && display !== "none" ) {
-                               jQuery._data( elem, "olddisplay", display );
-                       }
-               }
-       }
-
-       // Set the display of most of the elements in a second loop
-       // to avoid the constant reflow
-       for ( index = 0; index < length; index++ ) {
-               elem = elements[ index ];
-               if ( !elem.style ) {
-                       continue;
-               }
-               if ( !show || elem.style.display === "none" || elem.style.display === "" ) {
-                       elem.style.display = show ? values[ index ] || "" : "none";
-               }
-       }
-
-       return elements;
-}
-
-jQuery.fn.extend({
-       css: function( name, value ) {
-               return jQuery.access( this, function( elem, name, value ) {
-                       return value !== undefined ?
-                               jQuery.style( elem, name, value ) :
-                               jQuery.css( elem, name );
-               }, name, value, arguments.length > 1 );
-       },
-       show: function() {
-               return showHide( this, true );
-       },
-       hide: function() {
-               return showHide( this );
-       },
-       toggle: function( state, fn2 ) {
-               var bool = typeof state === "boolean";
-
-               if ( jQuery.isFunction( state ) && jQuery.isFunction( fn2 ) ) {
-                       return eventsToggle.apply( this, arguments );
-               }
-
-               return this.each(function() {
-                       if ( bool ? state : isHidden( this ) ) {
-                               jQuery( this ).show();
-                       } else {
-                               jQuery( this ).hide();
-                       }
-               });
-       }
-});
-
-jQuery.extend({
-       // Add in style property hooks for overriding the default
-       // behavior of getting and setting a style property
-       cssHooks: {
-               opacity: {
-                       get: function( elem, computed ) {
-                               if ( computed ) {
-                                       // We should always get a number back from opacity
-                                       var ret = curCSS( elem, "opacity" );
-                                       return ret === "" ? "1" : ret;
-
-                               }
-                       }
-               }
-       },
-
-       // Exclude the following css properties to add px
-       cssNumber: {
-               "fillOpacity": true,
-               "fontWeight": true,
-               "lineHeight": true,
-               "opacity": true,
-               "orphans": true,
-               "widows": true,
-               "zIndex": true,
-               "zoom": true
-       },
-
-       // Add in properties whose names you wish to fix before
-       // setting or getting the value
-       cssProps: {
-               // normalize float css property
-               "float": jQuery.support.cssFloat ? "cssFloat" : "styleFloat"
-       },
-
-       // Get and set the style property on a DOM Node
-       style: function( elem, name, value, extra ) {
-               // Don't set styles on text and comment nodes
-               if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
-                       return;
-               }
-
-               // Make sure that we're working with the right name
-               var ret, type, hooks,
-                       origName = jQuery.camelCase( name ),
-                       style = elem.style;
-
-               name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) );
-
-               // gets hook for the prefixed version
-               // followed by the unprefixed version
-               hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
-
-               // Check if we're setting a value
-               if ( value !== undefined ) {
-                       type = typeof value;
-
-                       // convert relative number strings (+= or -=) to relative numbers. #7345
-                       if ( type === "string" && (ret = rrelNum.exec( value )) ) {
-                               value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );
-                               // Fixes bug #9237
-                               type = "number";
-                       }
-
-                       // Make sure that NaN and null values aren't set. See: #7116
-                       if ( value == null || type === "number" && isNaN( value ) ) {
-                               return;
-                       }
-
-                       // If a number was passed in, add 'px' to the (except for certain CSS properties)
-                       if ( type === "number" && !jQuery.cssNumber[ origName ] ) {
-                               value += "px";
-                       }
-
-                       // If a hook was provided, use that value, otherwise just set the specified value
-                       if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) {
-                               // Wrapped to prevent IE from throwing errors when 'invalid' values are provided
-                               // Fixes bug #5509
-                               try {
-                                       style[ name ] = value;
-                               } catch(e) {}
-                       }
-
-               } else {
-                       // If a hook was provided get the non-computed value from there
-                       if ( hooks && "get" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) {
-                               return ret;
-                       }
-
-                       // Otherwise just get the value from the style object
-                       return style[ name ];
-               }
-       },
-
-       css: function( elem, name, numeric, extra ) {
-               var val, num, hooks,
-                       origName = jQuery.camelCase( name );
-
-               // Make sure that we're working with the right name
-               name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );
-
-               // gets hook for the prefixed version
-               // followed by the unprefixed version
-               hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
-
-               // If a hook was provided get the computed value from there
-               if ( hooks && "get" in hooks ) {
-                       val = hooks.get( elem, true, extra );
-               }
-
-               // Otherwise, if a way to get the computed value exists, use that
-               if ( val === undefined ) {
-                       val = curCSS( elem, name );
-               }
-
-               //convert "normal" to computed value
-               if ( val === "normal" && name in cssNormalTransform ) {
-                       val = cssNormalTransform[ name ];
-               }
-
-               // Return, converting to number if forced or a qualifier was provided and val looks numeric
-               if ( numeric || extra !== undefined ) {
-                       num = parseFloat( val );
-                       return numeric || jQuery.isNumeric( num ) ? num || 0 : val;
-               }
-               return val;
-       },
-
-       // A method for quickly swapping in/out CSS properties to get correct calculations
-       swap: function( elem, options, callback ) {
-               var ret, name,
-                       old = {};
-
-               // Remember the old values, and insert the new ones
-               for ( name in options ) {
-                       old[ name ] = elem.style[ name ];
-                       elem.style[ name ] = options[ name ];
-               }
-
-               ret = callback.call( elem );
-
-               // Revert the old values
-               for ( name in options ) {
-                       elem.style[ name ] = old[ name ];
-               }
-
-               return ret;
-       }
-});
-
-// NOTE: To any future maintainer, we've window.getComputedStyle
-// because jsdom on node.js will break without it.
-if ( window.getComputedStyle ) {
-       curCSS = function( elem, name ) {
-               var ret, width, minWidth, maxWidth,
-                       computed = window.getComputedStyle( elem, null ),
-                       style = elem.style;
-
-               if ( computed ) {
-
-                       // getPropertyValue is only needed for .css('filter') in IE9, see #12537
-                       ret = computed.getPropertyValue( name ) || computed[ name ];
-
-                       if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) {
-                               ret = jQuery.style( elem, name );
-                       }
-
-                       // A tribute to the "awesome hack by Dean Edwards"
-                       // Chrome < 17 and Safari 5.0 uses "computed value" instead of "used value" for margin-right
-                       // Safari 5.1.7 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels
-                       // this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values
-                       if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {
-                               width = style.width;
-                               minWidth = style.minWidth;
-                               maxWidth = style.maxWidth;
-
-                               style.minWidth = style.maxWidth = style.width = ret;
-                               ret = computed.width;
-
-                               style.width = width;
-                               style.minWidth = minWidth;
-                               style.maxWidth = maxWidth;
-                       }
-               }
-
-               return ret;
-       };
-} else if ( document.documentElement.currentStyle ) {
-       curCSS = function( elem, name ) {
-               var left, rsLeft,
-                       ret = elem.currentStyle && elem.currentStyle[ name ],
-                       style = elem.style;
-
-               // Avoid setting ret to empty string here
-               // so we don't default to auto
-               if ( ret == null && style && style[ name ] ) {
-                       ret = style[ name ];
-               }
-
-               // From the awesome hack by Dean Edwards
-               // http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291
-
-               // If we're not dealing with a regular pixel number
-               // but a number that has a weird ending, we need to convert it to pixels
-               // but not position css attributes, as those are proportional to the parent element instead
-               // and we can't measure the parent instead because it might trigger a "stacking dolls" problem
-               if ( rnumnonpx.test( ret ) && !rposition.test( name ) ) {
-
-                       // Remember the original values
-                       left = style.left;
-                       rsLeft = elem.runtimeStyle && elem.runtimeStyle.left;
-
-                       // Put in the new values to get a computed value out
-                       if ( rsLeft ) {
-                               elem.runtimeStyle.left = elem.currentStyle.left;
-                       }
-                       style.left = name === "fontSize" ? "1em" : ret;
-                       ret = style.pixelLeft + "px";
-
-                       // Revert the changed values
-                       style.left = left;
-                       if ( rsLeft ) {
-                               elem.runtimeStyle.left = rsLeft;
-                       }
-               }
-
-               return ret === "" ? "auto" : ret;
-       };
-}
-
-function setPositiveNumber( elem, value, subtract ) {
-       var matches = rnumsplit.exec( value );
-       return matches ?
-                       Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) :
-                       value;
-}
-
-function augmentWidthOrHeight( elem, name, extra, isBorderBox ) {
-       var i = extra === ( isBorderBox ? "border" : "content" ) ?
-               // If we already have the right measurement, avoid augmentation
-               4 :
-               // Otherwise initialize for horizontal or vertical properties
-               name === "width" ? 1 : 0,
-
-               val = 0;
-
-       for ( ; i < 4; i += 2 ) {
-               // both box models exclude margin, so add it if we want it
-               if ( extra === "margin" ) {
-                       // we use jQuery.css instead of curCSS here
-                       // because of the reliableMarginRight CSS hook!
-                       val += jQuery.css( elem, extra + cssExpand[ i ], true );
-               }
-
-               // From this point on we use curCSS for maximum performance (relevant in animations)
-               if ( isBorderBox ) {
-                       // border-box includes padding, so remove it if we want content
-                       if ( extra === "content" ) {
-                               val -= parseFloat( curCSS( elem, "padding" + cssExpand[ i ] ) ) || 0;
-                       }
-
-                       // at this point, extra isn't border nor margin, so remove border
-                       if ( extra !== "margin" ) {
-                               val -= parseFloat( curCSS( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0;
-                       }
-               } else {
-                       // at this point, extra isn't content, so add padding
-                       val += parseFloat( curCSS( elem, "padding" + cssExpand[ i ] ) ) || 0;
-
-                       // at this point, extra isn't content nor padding, so add border
-                       if ( extra !== "padding" ) {
-                               val += parseFloat( curCSS( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0;
-                       }
-               }
-       }
-
-       return val;
-}
-
-function getWidthOrHeight( elem, name, extra ) {
-
-       // Start with offset property, which is equivalent to the border-box value
-       var val = name === "width" ? elem.offsetWidth : elem.offsetHeight,
-               valueIsBorderBox = true,
-               isBorderBox = jQuery.support.boxSizing && jQuery.css( elem, "boxSizing" ) === "border-box";
-
-       // some non-html elements return undefined for offsetWidth, so check for null/undefined
-       // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285
-       // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668
-       if ( val <= 0 || val == null ) {
-               // Fall back to computed then uncomputed css if necessary
-               val = curCSS( elem, name );
-               if ( val < 0 || val == null ) {
-                       val = elem.style[ name ];
-               }
-
-               // Computed unit is not pixels. Stop here and return.
-               if ( rnumnonpx.test(val) ) {
-                       return val;
-               }
-
-               // we need the check for style in case a browser which returns unreliable values
-               // for getComputedStyle silently falls back to the reliable elem.style
-               valueIsBorderBox = isBorderBox && ( jQuery.support.boxSizingReliable || val === elem.style[ name ] );
-
-               // Normalize "", auto, and prepare for extra
-               val = parseFloat( val ) || 0;
-       }
-
-       // use the active box-sizing model to add/subtract irrelevant styles
-       return ( val +
-               augmentWidthOrHeight(
-                       elem,
-                       name,
-                       extra || ( isBorderBox ? "border" : "content" ),
-                       valueIsBorderBox
-               )
-       ) + "px";
-}
-
-
-// Try to determine the default display value of an element
-function css_defaultDisplay( nodeName ) {
-       if ( elemdisplay[ nodeName ] ) {
-               return elemdisplay[ nodeName ];
-       }
-
-       var elem = jQuery( "<" + nodeName + ">" ).appendTo( document.body ),
-               display = elem.css("display");
-       elem.remove();
-
-       // If the simple way fails,
-       // get element's real default display by attaching it to a temp iframe
-       if ( display === "none" || display === "" ) {
-               // Use the already-created iframe if possible
-               iframe = document.body.appendChild(
-                       iframe || jQuery.extend( document.createElement("iframe"), {
-                               frameBorder: 0,
-                               width: 0,
-                               height: 0
-                       })
-               );
-
-               // Create a cacheable copy of the iframe document on first call.
-               // IE and Opera will allow us to reuse the iframeDoc without re-writing the fake HTML
-               // document to it; WebKit & Firefox won't allow reusing the iframe document.
-               if ( !iframeDoc || !iframe.createElement ) {
-                       iframeDoc = ( iframe.contentWindow || iframe.contentDocument ).document;
-                       iframeDoc.write("<!doctype html><html><body>");
-                       iframeDoc.close();
-               }
-
-               elem = iframeDoc.body.appendChild( iframeDoc.createElement(nodeName) );
-
-               display = curCSS( elem, "display" );
-               document.body.removeChild( iframe );
-       }
-
-       // Store the correct default display
-       elemdisplay[ nodeName ] = display;
-
-       return display;
-}
-
-jQuery.each([ "height", "width" ], function( i, name ) {
-       jQuery.cssHooks[ name ] = {
-               get: function( elem, computed, extra ) {
-                       if ( computed ) {
-                               // certain elements can have dimension info if we invisibly show them
-                               // however, it must have a current display style that would benefit from this
-                               if ( elem.offsetWidth === 0 && rdisplayswap.test( curCSS( elem, "display" ) ) ) {
-                                       return jQuery.swap( elem, cssShow, function() {
-                                               return getWidthOrHeight( elem, name, extra );
-                                       });
-                               } else {
-                                       return getWidthOrHeight( elem, name, extra );
-                               }
-                       }
-               },
-
-               set: function( elem, value, extra ) {
-                       return setPositiveNumber( elem, value, extra ?
-                               augmentWidthOrHeight(
-                                       elem,
-                                       name,
-                                       extra,
-                                       jQuery.support.boxSizing && jQuery.css( elem, "boxSizing" ) === "border-box"
-                               ) : 0
-                       );
-               }
-       };
-});
-
-if ( !jQuery.support.opacity ) {
-       jQuery.cssHooks.opacity = {
-               get: function( elem, computed ) {
-                       // IE uses filters for opacity
-                       return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filter) || "" ) ?
-                               ( 0.01 * parseFloat( RegExp.$1 ) ) + "" :
-                               computed ? "1" : "";
-               },
-
-               set: function( elem, value ) {
-                       var style = elem.style,
-                               currentStyle = elem.currentStyle,
-                               opacity = jQuery.isNumeric( value ) ? "alpha(opacity=" + value * 100 + ")" : "",
-                               filter = currentStyle && currentStyle.filter || style.filter || "";
-
-                       // IE has trouble with opacity if it does not have layout
-                       // Force it by setting the zoom level
-                       style.zoom = 1;
-
-                       // if setting opacity to 1, and no other filters exist - attempt to remove filter attribute #6652
-                       if ( value >= 1 && jQuery.trim( filter.replace( ralpha, "" ) ) === "" &&
-                               style.removeAttribute ) {
-
-                               // Setting style.filter to null, "" & " " still leave "filter:" in the cssText
-                               // if "filter:" is present at all, clearType is disabled, we want to avoid this
-                               // style.removeAttribute is IE Only, but so apparently is this code path...
-                               style.removeAttribute( "filter" );
-
-                               // if there there is no filter style applied in a css rule, we are done
-                               if ( currentStyle && !currentStyle.filter ) {
-                                       return;
-                               }
-                       }
-
-                       // otherwise, set new filter values
-                       style.filter = ralpha.test( filter ) ?
-                               filter.replace( ralpha, opacity ) :
-                               filter + " " + opacity;
-               }
-       };
-}
-
-// These hooks cannot be added until DOM ready because the support test
-// for it is not run until after DOM ready
-jQuery(function() {
-       if ( !jQuery.support.reliableMarginRight ) {
-               jQuery.cssHooks.marginRight = {
-                       get: function( elem, computed ) {
-                               // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
-                               // Work around by temporarily setting element display to inline-block
-                               return jQuery.swap( elem, { "display": "inline-block" }, function() {
-                                       if ( computed ) {
-                                               return curCSS( elem, "marginRight" );
-                                       }
-                               });
-                       }
-               };
-       }
-
-       // Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
-       // getComputedStyle returns percent when specified for top/left/bottom/right
-       // rather than make the css module depend on the offset module, we just check for it here
-       if ( !jQuery.support.pixelPosition && jQuery.fn.position ) {
-               jQuery.each( [ "top", "left" ], function( i, prop ) {
-                       jQuery.cssHooks[ prop ] = {
-                               get: function( elem, computed ) {
-                                       if ( computed ) {
-                                               var ret = curCSS( elem, prop );
-                                               // if curCSS returns percentage, fallback to offset
-                                               return rnumnonpx.test( ret ) ? jQuery( elem ).position()[ prop ] + "px" : ret;
-                                       }
-                               }
-                       };
-               });
-       }
-
-});
-
-if ( jQuery.expr && jQuery.expr.filters ) {
-       jQuery.expr.filters.hidden = function( elem ) {
-               return ( elem.offsetWidth === 0 && elem.offsetHeight === 0 ) || (!jQuery.support.reliableHiddenOffsets && ((elem.style && elem.style.display) || curCSS( elem, "display" )) === "none");
-       };
-
-       jQuery.expr.filters.visible = function( elem ) {
-               return !jQuery.expr.filters.hidden( elem );
-       };
-}
-
-// These hooks are used by animate to expand properties
-jQuery.each({
-       margin: "",
-       padding: "",
-       border: "Width"
-}, function( prefix, suffix ) {
-       jQuery.cssHooks[ prefix + suffix ] = {
-               expand: function( value ) {
-                       var i,
-
-                               // assumes a single number if not a string
-                               parts = typeof value === "string" ? value.split(" ") : [ value ],
-                               expanded = {};
-
-                       for ( i = 0; i < 4; i++ ) {
-                               expanded[ prefix + cssExpand[ i ] + suffix ] =
-                                       parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
-                       }
-
-                       return expanded;
-               }
-       };
-
-       if ( !rmargin.test( prefix ) ) {
-               jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
-       }
-});
-var r20 = /%20/g,
-       rbracket = /\[\]$/,
-       rCRLF = /\r?\n/g,
-       rinput = /^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,
-       rselectTextarea = /^(?:select|textarea)/i;
-
-jQuery.fn.extend({
-       serialize: function() {
-               return jQuery.param( this.serializeArray() );
-       },
-       serializeArray: function() {
-               return this.map(function(){
-                       return this.elements ? jQuery.makeArray( this.elements ) : this;
-               })
-               .filter(function(){
-                       return this.name && !this.disabled &&
-                               ( this.checked || rselectTextarea.test( this.nodeName ) ||
-                                       rinput.test( this.type ) );
-               })
-               .map(function( i, elem ){
-                       var val = jQuery( this ).val();
-
-                       return val == null ?
-                               null :
-                               jQuery.isArray( val ) ?
-                                       jQuery.map( val, function( val, i ){
-                                               return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
-                                       }) :
-                                       { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
-               }).get();
-       }
-});
-
-//Serialize an array of form elements or a set of
-//key/values into a query string
-jQuery.param = function( a, traditional ) {
-       var prefix,
-               s = [],
-               add = function( key, value ) {
-                       // If value is a function, invoke it and return its value
-                       value = jQuery.isFunction( value ) ? value() : ( value == null ? "" : value );
-                       s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value );
-               };
-
-       // Set traditional to true for jQuery <= 1.3.2 behavior.
-       if ( traditional === undefined ) {
-               traditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;
-       }
-
-       // If an array was passed in, assume that it is an array of form elements.
-       if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
-               // Serialize the form elements
-               jQuery.each( a, function() {
-                       add( this.name, this.value );
-               });
-
-       } else {
-               // If traditional, encode the "old" way (the way 1.3.2 or older
-               // did it), otherwise encode params recursively.
-               for ( prefix in a ) {
-                       buildParams( prefix, a[ prefix ], traditional, add );
-               }
-       }
-
-       // Return the resulting serialization
-       return s.join( "&" ).replace( r20, "+" );
-};
-
-function buildParams( prefix, obj, traditional, add ) {
-       var name;
-
-       if ( jQuery.isArray( obj ) ) {
-               // Serialize array item.
-               jQuery.each( obj, function( i, v ) {
-                       if ( traditional || rbracket.test( prefix ) ) {
-                               // Treat each array item as a scalar.
-                               add( prefix, v );
-
-                       } else {
-                               // If array item is non-scalar (array or object), encode its
-                               // numeric index to resolve deserialization ambiguity issues.
-                               // Note that rack (as of 1.0.0) can't currently deserialize
-                               // nested arrays properly, and attempting to do so may cause
-                               // a server error. Possible fixes are to modify rack's
-                               // deserialization algorithm or to provide an option or flag
-                               // to force array serialization to be shallow.
-                               buildParams( prefix + "[" + ( typeof v === "object" ? i : "" ) + "]", v, traditional, add );
-                       }
-               });
-
-       } else if ( !traditional && jQuery.type( obj ) === "object" ) {
-               // Serialize object item.
-               for ( name in obj ) {
-                       buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add );
-               }
-
-       } else {
-               // Serialize scalar item.
-               add( prefix, obj );
-       }
-}
-var
-       // Document location
-       ajaxLocParts,
-       ajaxLocation,
-
-       rhash = /#.*$/,
-       rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, // IE leaves an \r character at EOL
-       // #7653, #8125, #8152: local protocol detection
-       rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,
-       rnoContent = /^(?:GET|HEAD)$/,
-       rprotocol = /^\/\//,
-       rquery = /\?/,
-       rscript = /<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
-       rts = /([?&])_=[^&]*/,
-       rurl = /^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,
-
-       // Keep a copy of the old load method
-       _load = jQuery.fn.load,
-
-       /* Prefilters
-        * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)
-        * 2) These are called:
-        *    - BEFORE asking for a transport
-        *    - AFTER param serialization (s.data is a string if s.processData is true)
-        * 3) key is the dataType
-        * 4) the catchall symbol "*" can be used
-        * 5) execution will start with transport dataType and THEN continue down to "*" if needed
-        */
-       prefilters = {},
-
-       /* Transports bindings
-        * 1) key is the dataType
-        * 2) the catchall symbol "*" can be used
-        * 3) selection will start with transport dataType and THEN go to "*" if needed
-        */
-       transports = {},
-
-       // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression
-       allTypes = ["*/"] + ["*"];
-
-// #8138, IE may throw an exception when accessing
-// a field from window.location if document.domain has been set
-try {
-       ajaxLocation = location.href;
-} catch( e ) {
-       // Use the href attribute of an A element
-       // since IE will modify it given document.location
-       ajaxLocation = document.createElement( "a" );
-       ajaxLocation.href = "";
-       ajaxLocation = ajaxLocation.href;
-}
-
-// Segment location into parts
-ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];
-
-// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport
-function addToPrefiltersOrTransports( structure ) {
-
-       // dataTypeExpression is optional and defaults to "*"
-       return function( dataTypeExpression, func ) {
-
-               if ( typeof dataTypeExpression !== "string" ) {
-                       func = dataTypeExpression;
-                       dataTypeExpression = "*";
-               }
-
-               var dataType, list, placeBefore,
-                       dataTypes = dataTypeExpression.toLowerCase().split( core_rspace ),
-                       i = 0,
-                       length = dataTypes.length;
-
-               if ( jQuery.isFunction( func ) ) {
-                       // For each dataType in the dataTypeExpression
-                       for ( ; i < length; i++ ) {
-                               dataType = dataTypes[ i ];
-                               // We control if we're asked to add before
-                               // any existing element
-                               placeBefore = /^\+/.test( dataType );
-                               if ( placeBefore ) {
-                                       dataType = dataType.substr( 1 ) || "*";
-                               }
-                               list = structure[ dataType ] = structure[ dataType ] || [];
-                               // then we add to the structure accordingly
-                               list[ placeBefore ? "unshift" : "push" ]( func );
-                       }
-               }
-       };
-}
-
-// Base inspection function for prefilters and transports
-function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR,
-               dataType /* internal */, inspected /* internal */ ) {
-
-       dataType = dataType || options.dataTypes[ 0 ];
-       inspected = inspected || {};
-
-       inspected[ dataType ] = true;
-
-       var selection,
-               list = structure[ dataType ],
-               i = 0,
-               length = list ? list.length : 0,
-               executeOnly = ( structure === prefilters );
-
-       for ( ; i < length && ( executeOnly || !selection ); i++ ) {
-               selection = list[ i ]( options, originalOptions, jqXHR );
-               // If we got redirected to another dataType
-               // we try there if executing only and not done already
-               if ( typeof selection === "string" ) {
-                       if ( !executeOnly || inspected[ selection ] ) {
-                               selection = undefined;
-                       } else {
-                               options.dataTypes.unshift( selection );
-                               selection = inspectPrefiltersOrTransports(
-                                               structure, options, originalOptions, jqXHR, selection, inspected );
-                       }
-               }
-       }
-       // If we're only executing or nothing was selected
-       // we try the catchall dataType if not done already
-       if ( ( executeOnly || !selection ) && !inspected[ "*" ] ) {
-               selection = inspectPrefiltersOrTransports(
-                               structure, options, originalOptions, jqXHR, "*", inspected );
-       }
-       // unnecessary when only executing (prefilters)
-       // but it'll be ignored by the caller in that case
-       return selection;
-}
-
-// A special extend for ajax options
-// that takes "flat" options (not to be deep extended)
-// Fixes #9887
-function ajaxExtend( target, src ) {
-       var key, deep,
-               flatOptions = jQuery.ajaxSettings.flatOptions || {};
-       for ( key in src ) {
-               if ( src[ key ] !== undefined ) {
-                       ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];
-               }
-       }
-       if ( deep ) {
-               jQuery.extend( true, target, deep );
-       }
-}
-
-jQuery.fn.load = function( url, params, callback ) {
-       if ( typeof url !== "string" && _load ) {
-               return _load.apply( this, arguments );
-       }
-
-       // Don't do a request if no elements are being requested
-       if ( !this.length ) {
-               return this;
-       }
-
-       var selector, type, response,
-               self = this,
-               off = url.indexOf(" ");
-
-       if ( off >= 0 ) {
-               selector = url.slice( off, url.length );
-               url = url.slice( 0, off );
-       }
-
-       // If it's a function
-       if ( jQuery.isFunction( params ) ) {
-
-               // We assume that it's the callback
-               callback = params;
-               params = undefined;
-
-       // Otherwise, build a param string
-       } else if ( params && typeof params === "object" ) {
-               type = "POST";
-       }
-
-       // Request the remote document
-       jQuery.ajax({
-               url: url,
-
-               // if "type" variable is undefined, then "GET" method will be used
-               type: type,
-               dataType: "html",
-               data: params,
-               complete: function( jqXHR, status ) {
-                       if ( callback ) {
-                               self.each( callback, response || [ jqXHR.responseText, status, jqXHR ] );
-                       }
-               }
-       }).done(function( responseText ) {
-
-               // Save response for use in complete callback
-               response = arguments;
-
-               // See if a selector was specified
-               self.html( selector ?
-
-                       // Create a dummy div to hold the results
-                       jQuery("<div>")
-
-                               // inject the contents of the document in, removing the scripts
-                               // to avoid any 'Permission Denied' errors in IE
-                               .append( responseText.replace( rscript, "" ) )
-
-                               // Locate the specified elements
-                               .find( selector ) :
-
-                       // If not, just inject the full result
-                       responseText );
-
-       });
-
-       return this;
-};
-
-// Attach a bunch of functions for handling common AJAX events
-jQuery.each( "ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split( " " ), function( i, o ){
-       jQuery.fn[ o ] = function( f ){
-               return this.on( o, f );
-       };
-});
-
-jQuery.each( [ "get", "post" ], function( i, method ) {
-       jQuery[ method ] = function( url, data, callback, type ) {
-               // shift arguments if data argument was omitted
-               if ( jQuery.isFunction( data ) ) {
-                       type = type || callback;
-                       callback = data;
-                       data = undefined;
-               }
-
-               return jQuery.ajax({
-                       type: method,
-                       url: url,
-                       data: data,
-                       success: callback,
-                       dataType: type
-               });
-       };
-});
-
-jQuery.extend({
-
-       getScript: function( url, callback ) {
-               return jQuery.get( url, undefined, callback, "script" );
-       },
-
-       getJSON: function( url, data, callback ) {
-               return jQuery.get( url, data, callback, "json" );
-       },
-
-       // Creates a full fledged settings object into target
-       // with both ajaxSettings and settings fields.
-       // If target is omitted, writes into ajaxSettings.
-       ajaxSetup: function( target, settings ) {
-               if ( settings ) {
-                       // Building a settings object
-                       ajaxExtend( target, jQuery.ajaxSettings );
-               } else {
-                       // Extending ajaxSettings
-                       settings = target;
-                       target = jQuery.ajaxSettings;
-               }
-               ajaxExtend( target, settings );
-               return target;
-       },
-
-       ajaxSettings: {
-               url: ajaxLocation,
-               isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),
-               global: true,
-               type: "GET",
-               contentType: "application/x-www-form-urlencoded; charset=UTF-8",
-               processData: true,
-               async: true,
-               /*
-               timeout: 0,
-               data: null,
-               dataType: null,
-               username: null,
-               password: null,
-               cache: null,
-               throws: false,
-               traditional: false,
-               headers: {},
-               */
-
-               accepts: {
-                       xml: "application/xml, text/xml",
-                       html: "text/html",
-                       text: "text/plain",
-                       json: "application/json, text/javascript",
-                       "*": allTypes
-               },
-
-               contents: {
-                       xml: /xml/,
-                       html: /html/,
-                       json: /json/
-               },
-
-               responseFields: {
-                       xml: "responseXML",
-                       text: "responseText"
-               },
-
-               // List of data converters
-               // 1) key format is "source_type destination_type" (a single space in-between)
-               // 2) the catchall symbol "*" can be used for source_type
-               converters: {
-
-                       // Convert anything to text
-                       "* text": window.String,
-
-                       // Text to html (true = no transformation)
-                       "text html": true,
-
-                       // Evaluate text as a json expression
-                       "text json": jQuery.parseJSON,
-
-                       // Parse text as xml
-                       "text xml": jQuery.parseXML
-               },
-
-               // For options that shouldn't be deep extended:
-               // you can add your own custom options here if
-               // and when you create one that shouldn't be
-               // deep extended (see ajaxExtend)
-               flatOptions: {
-                       context: true,
-                       url: true
-               }
-       },
-
-       ajaxPrefilter: addToPrefiltersOrTransports( prefilters ),
-       ajaxTransport: addToPrefiltersOrTransports( transports ),
-
-       // Main method
-       ajax: function( url, options ) {
-
-               // If url is an object, simulate pre-1.5 signature
-               if ( typeof url === "object" ) {
-                       options = url;
-                       url = undefined;
-               }
-
-               // Force options to be an object
-               options = options || {};
-
-               var // ifModified key
-                       ifModifiedKey,
-                       // Response headers
-                       responseHeadersString,
-                       responseHeaders,
-                       // transport
-                       transport,
-                       // timeout handle
-                       timeoutTimer,
-                       // Cross-domain detection vars
-                       parts,
-                       // To know if global events are to be dispatched
-                       fireGlobals,
-                       // Loop variable
-                       i,
-                       // Create the final options object
-                       s = jQuery.ajaxSetup( {}, options ),
-                       // Callbacks context
-                       callbackContext = s.context || s,
-                       // Context for global events
-                       // It's the callbackContext if one was provided in the options
-                       // and if it's a DOM node or a jQuery collection
-                       globalEventContext = callbackContext !== s &&
-                               ( callbackContext.nodeType || callbackContext instanceof jQuery ) ?
-                                               jQuery( callbackContext ) : jQuery.event,
-                       // Deferreds
-                       deferred = jQuery.Deferred(),
-                       completeDeferred = jQuery.Callbacks( "once memory" ),
-                       // Status-dependent callbacks
-                       statusCode = s.statusCode || {},
-                       // Headers (they are sent all at once)
-                       requestHeaders = {},
-                       requestHeadersNames = {},
-                       // The jqXHR state
-                       state = 0,
-                       // Default abort message
-                       strAbort = "canceled",
-                       // Fake xhr
-                       jqXHR = {
-
-                               readyState: 0,
-
-                               // Caches the header
-                               setRequestHeader: function( name, value ) {
-                                       if ( !state ) {
-                                               var lname = name.toLowerCase();
-                                               name = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;
-                                               requestHeaders[ name ] = value;
-                                       }
-                                       return this;
-                               },
-
-                               // Raw string
-                               getAllResponseHeaders: function() {
-                                       return state === 2 ? responseHeadersString : null;
-                               },
-
-                               // Builds headers hashtable if needed
-                               getResponseHeader: function( key ) {
-                                       var match;
-                                       if ( state === 2 ) {
-                                               if ( !responseHeaders ) {
-                                                       responseHeaders = {};
-                                                       while( ( match = rheaders.exec( responseHeadersString ) ) ) {
-                                                               responseHeaders[ match[1].toLowerCase() ] = match[ 2 ];
-                                                       }
-                                               }
-                                               match = responseHeaders[ key.toLowerCase() ];
-                                       }
-                                       return match === undefined ? null : match;
-                               },
-
-                               // Overrides response content-type header
-                               overrideMimeType: function( type ) {
-                                       if ( !state ) {
-                                               s.mimeType = type;
-                                       }
-                                       return this;
-                               },
-
-                               // Cancel the request
-                               abort: function( statusText ) {
-                                       statusText = statusText || strAbort;
-                                       if ( transport ) {
-                                               transport.abort( statusText );
-                                       }
-                                       done( 0, statusText );
-                                       return this;
-                               }
-                       };
-
-               // Callback for when everything is done
-               // It is defined here because jslint complains if it is declared
-               // at the end of the function (which would be more logical and readable)
-               function done( status, nativeStatusText, responses, headers ) {
-                       var isSuccess, success, error, response, modified,
-                               statusText = nativeStatusText;
-
-                       // Called once
-                       if ( state === 2 ) {
-                               return;
-                       }
-
-                       // State is "done" now
-                       state = 2;
-
-                       // Clear timeout if it exists
-                       if ( timeoutTimer ) {
-                               clearTimeout( timeoutTimer );
-                       }
-
-                       // Dereference transport for early garbage collection
-                       // (no matter how long the jqXHR object will be used)
-                       transport = undefined;
-
-                       // Cache response headers
-                       responseHeadersString = headers || "";
-
-                       // Set readyState
-                       jqXHR.readyState = status > 0 ? 4 : 0;
-
-                       // Get response data
-                       if ( responses ) {
-                               response = ajaxHandleResponses( s, jqXHR, responses );
-                       }
-
-                       // If successful, handle type chaining
-                       if ( status >= 200 && status < 300 || status === 304 ) {
-
-                               // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
-                               if ( s.ifModified ) {
-
-                                       modified = jqXHR.getResponseHeader("Last-Modified");
-                                       if ( modified ) {
-                                               jQuery.lastModified[ ifModifiedKey ] = modified;
-                                       }
-                                       modified = jqXHR.getResponseHeader("Etag");
-                                       if ( modified ) {
-                                               jQuery.etag[ ifModifiedKey ] = modified;
-                                       }
-                               }
-
-                               // If not modified
-                               if ( status === 304 ) {
-
-                                       statusText = "notmodified";
-                                       isSuccess = true;
-
-                               // If we have data
-                               } else {
-
-                                       isSuccess = ajaxConvert( s, response );
-                                       statusText = isSuccess.state;
-                                       success = isSuccess.data;
-                                       error = isSuccess.error;
-                                       isSuccess = !error;
-                               }
-                       } else {
-                               // We extract error from statusText
-                               // then normalize statusText and status for non-aborts
-                               error = statusText;
-                               if ( !statusText || status ) {
-                                       statusText = "error";
-                                       if ( status < 0 ) {
-                                               status = 0;
-                                       }
-                               }
-                       }
-
-                       // Set data for the fake xhr object
-                       jqXHR.status = status;
-                       jqXHR.statusText = ( nativeStatusText || statusText ) + "";
-
-                       // Success/Error
-                       if ( isSuccess ) {
-                               deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
-                       } else {
-                               deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
-                       }
-
-                       // Status-dependent callbacks
-                       jqXHR.statusCode( statusCode );
-                       statusCode = undefined;
-
-                       if ( fireGlobals ) {
-                               globalEventContext.trigger( "ajax" + ( isSuccess ? "Success" : "Error" ),
-                                               [ jqXHR, s, isSuccess ? success : error ] );
-                       }
-
-                       // Complete
-                       completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
-
-                       if ( fireGlobals ) {
-                               globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
-                               // Handle the global AJAX counter
-                               if ( !( --jQuery.active ) ) {
-                                       jQuery.event.trigger( "ajaxStop" );
-                               }
-                       }
-               }
-
-               // Attach deferreds
-               deferred.promise( jqXHR );
-               jqXHR.success = jqXHR.done;
-               jqXHR.error = jqXHR.fail;
-               jqXHR.complete = completeDeferred.add;
-
-               // Status-dependent callbacks
-               jqXHR.statusCode = function( map ) {
-                       if ( map ) {
-                               var tmp;
-                               if ( state < 2 ) {
-                                       for ( tmp in map ) {
-                                               statusCode[ tmp ] = [ statusCode[tmp], map[tmp] ];
-                                       }
-                               } else {
-                                       tmp = map[ jqXHR.status ];
-                                       jqXHR.always( tmp );
-                               }
-                       }
-                       return this;
-               };
-
-               // Remove hash character (#7531: and string promotion)
-               // Add protocol if not provided (#5866: IE7 issue with protocol-less urls)
-               // We also use the url parameter if available
-               s.url = ( ( url || s.url ) + "" ).replace( rhash, "" ).replace( rprotocol, ajaxLocParts[ 1 ] + "//" );
-
-               // Extract dataTypes list
-               s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().split( core_rspace );
-
-               // A cross-domain request is in order when we have a protocol:host:port mismatch
-               if ( s.crossDomain == null ) {
-                       parts = rurl.exec( s.url.toLowerCase() );
-                       s.crossDomain = !!( parts &&
-                               ( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||
-                                       ( parts[ 3 ] || ( parts[ 1 ] === "http:" ? 80 : 443 ) ) !=
-                                               ( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? 80 : 443 ) ) )
-                       );
-               }
-
-               // Convert data if not already a string
-               if ( s.data && s.processData && typeof s.data !== "string" ) {
-                       s.data = jQuery.param( s.data, s.traditional );
-               }
-
-               // Apply prefilters
-               inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
-
-               // If request was aborted inside a prefilter, stop there
-               if ( state === 2 ) {
-                       return jqXHR;
-               }
-
-               // We can fire global events as of now if asked to
-               fireGlobals = s.global;
-
-               // Uppercase the type
-               s.type = s.type.toUpperCase();
-
-               // Determine if request has content
-               s.hasContent = !rnoContent.test( s.type );
-
-               // Watch for a new set of requests
-               if ( fireGlobals && jQuery.active++ === 0 ) {
-                       jQuery.event.trigger( "ajaxStart" );
-               }
-
-               // More options handling for requests with no content
-               if ( !s.hasContent ) {
-
-                       // If data is available, append data to url
-                       if ( s.data ) {
-                               s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.data;
-                               // #9682: remove data so that it's not used in an eventual retry
-                               delete s.data;
-                       }
-
-                       // Get ifModifiedKey before adding the anti-cache parameter
-                       ifModifiedKey = s.url;
-
-                       // Add anti-cache in url if needed
-                       if ( s.cache === false ) {
-
-                               var ts = jQuery.now(),
-                                       // try replacing _= if it is there
-                                       ret = s.url.replace( rts, "$1_=" + ts );
-
-                               // if nothing was replaced, add timestamp to the end
-                               s.url = ret + ( ( ret === s.url ) ? ( rquery.test( s.url ) ? "&" : "?" ) + "_=" + ts : "" );
-                       }
-               }
-
-               // Set the correct header, if data is being sent
-               if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
-                       jqXHR.setRequestHeader( "Content-Type", s.contentType );
-               }
-
-               // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
-               if ( s.ifModified ) {
-                       ifModifiedKey = ifModifiedKey || s.url;
-                       if ( jQuery.lastModified[ ifModifiedKey ] ) {
-                               jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ ifModifiedKey ] );
-                       }
-                       if ( jQuery.etag[ ifModifiedKey ] ) {
-                               jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ ifModifiedKey ] );
-                       }
-               }
-
-               // Set the Accepts header for the server, depending on the dataType
-               jqXHR.setRequestHeader(
-                       "Accept",
-                       s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?
-                               s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
-                               s.accepts[ "*" ]
-               );
-
-               // Check for headers option
-               for ( i in s.headers ) {
-                       jqXHR.setRequestHeader( i, s.headers[ i ] );
-               }
-
-               // Allow custom headers/mimetypes and early abort
-               if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {
-                               // Abort if not done already and return
-                               return jqXHR.abort();
-
-               }
-
-               // aborting is no longer a cancellation
-               strAbort = "abort";
-
-               // Install callbacks on deferreds
-               for ( i in { success: 1, error: 1, complete: 1 } ) {
-                       jqXHR[ i ]( s[ i ] );
-               }
-
-               // Get transport
-               transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
-
-               // If no transport, we auto-abort
-               if ( !transport ) {
-                       done( -1, "No Transport" );
-               } else {
-                       jqXHR.readyState = 1;
-                       // Send global event
-                       if ( fireGlobals ) {
-                               globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
-                       }
-                       // Timeout
-                       if ( s.async && s.timeout > 0 ) {
-                               timeoutTimer = setTimeout( function(){
-                                       jqXHR.abort( "timeout" );
-                               }, s.timeout );
-                       }
-
-                       try {
-                               state = 1;
-                               transport.send( requestHeaders, done );
-                       } catch (e) {
-                               // Propagate exception as error if not done
-                               if ( state < 2 ) {
-                                       done( -1, e );
-                               // Simply rethrow otherwise
-                               } else {
-                                       throw e;
-                               }
-                       }
-               }
-
-               return jqXHR;
-       },
-
-       // Counter for holding the number of active queries
-       active: 0,
-
-       // Last-Modified header cache for next request
-       lastModified: {},
-       etag: {}
-
-});
-
-/* Handles responses to an ajax request:
- * - sets all responseXXX fields accordingly
- * - finds the right dataType (mediates between content-type and expected dataType)
- * - returns the corresponding response
- */
-function ajaxHandleResponses( s, jqXHR, responses ) {
-
-       var ct, type, finalDataType, firstDataType,
-               contents = s.contents,
-               dataTypes = s.dataTypes,
-               responseFields = s.responseFields;
-
-       // Fill responseXXX fields
-       for ( type in responseFields ) {
-               if ( type in responses ) {
-                       jqXHR[ responseFields[type] ] = responses[ type ];
-               }
-       }
-
-       // Remove auto dataType and get content-type in the process
-       while( dataTypes[ 0 ] === "*" ) {
-               dataTypes.shift();
-               if ( ct === undefined ) {
-                       ct = s.mimeType || jqXHR.getResponseHeader( "content-type" );
-               }
-       }
-
-       // Check if we're dealing with a known content-type
-       if ( ct ) {
-               for ( type in contents ) {
-                       if ( contents[ type ] && contents[ type ].test( ct ) ) {
-                               dataTypes.unshift( type );
-                               break;
-                       }
-               }
-       }
-
-       // Check to see if we have a response for the expected dataType
-       if ( dataTypes[ 0 ] in responses ) {
-               finalDataType = dataTypes[ 0 ];
-       } else {
-               // Try convertible dataTypes
-               for ( type in responses ) {
-                       if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[0] ] ) {
-                               finalDataType = type;
-                               break;
-                       }
-                       if ( !firstDataType ) {
-                               firstDataType = type;
-                       }
-               }
-               // Or just use first one
-               finalDataType = finalDataType || firstDataType;
-       }
-
-       // If we found a dataType
-       // We add the dataType to the list if needed
-       // and return the corresponding response
-       if ( finalDataType ) {
-               if ( finalDataType !== dataTypes[ 0 ] ) {
-                       dataTypes.unshift( finalDataType );
-               }
-               return responses[ finalDataType ];
-       }
-}
-
-// Chain conversions given the request and the original response
-function ajaxConvert( s, response ) {
-
-       var conv, conv2, current, tmp,
-               // Work with a copy of dataTypes in case we need to modify it for conversion
-               dataTypes = s.dataTypes.slice(),
-               prev = dataTypes[ 0 ],
-               converters = {},
-               i = 0;
-
-       // Apply the dataFilter if provided
-       if ( s.dataFilter ) {
-               response = s.dataFilter( response, s.dataType );
-       }
-
-       // Create converters map with lowercased keys
-       if ( dataTypes[ 1 ] ) {
-               for ( conv in s.converters ) {
-                       converters[ conv.toLowerCase() ] = s.converters[ conv ];
-               }
-       }
-
-       // Convert to each sequential dataType, tolerating list modification
-       for ( ; (current = dataTypes[++i]); ) {
-
-               // There's only work to do if current dataType is non-auto
-               if ( current !== "*" ) {
-
-                       // Convert response if prev dataType is non-auto and differs from current
-                       if ( prev !== "*" && prev !== current ) {
-
-                               // Seek a direct converter
-                               conv = converters[ prev + " " + current ] || converters[ "* " + current ];
-
-                               // If none found, seek a pair
-                               if ( !conv ) {
-                                       for ( conv2 in converters ) {
-
-                                               // If conv2 outputs current
-                                               tmp = conv2.split(" ");
-                                               if ( tmp[ 1 ] === current ) {
-
-                                                       // If prev can be converted to accepted input
-                                                       conv = converters[ prev + " " + tmp[ 0 ] ] ||
-                                                               converters[ "* " + tmp[ 0 ] ];
-                                                       if ( conv ) {
-                                                               // Condense equivalence converters
-                                                               if ( conv === true ) {
-                                                                       conv = converters[ conv2 ];
-
-                                                               // Otherwise, insert the intermediate dataType
-                                                               } else if ( converters[ conv2 ] !== true ) {
-                                                                       current = tmp[ 0 ];
-                                                                       dataTypes.splice( i--, 0, current );
-                                                               }
-
-                                                               break;
-                                                       }
-                                               }
-                                       }
-                               }
-
-                               // Apply converter (if not an equivalence)
-                               if ( conv !== true ) {
-
-                                       // Unless errors are allowed to bubble, catch and return them
-                                       if ( conv && s["throws"] ) {
-                                               response = conv( response );
-                                       } else {
-                                               try {
-                                                       response = conv( response );
-                                               } catch ( e ) {
-                                                       return { state: "parsererror", error: conv ? e : "No conversion from " + prev + " to " + current };
-                                               }
-                                       }
-                               }
-                       }
-
-                       // Update prev for next iteration
-                       prev = current;
-               }
-       }
-
-       return { state: "success", data: response };
-}
-var oldCallbacks = [],
-       rquestion = /\?/,
-       rjsonp = /(=)\?(?=&|$)|\?\?/,
-       nonce = jQuery.now();
-
-// Default jsonp settings
-jQuery.ajaxSetup({
-       jsonp: "callback",
-       jsonpCallback: function() {
-               var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) );
-               this[ callback ] = true;
-               return callback;
-       }
-});
-
-// Detect, normalize options and install callbacks for jsonp requests
-jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
-
-       var callbackName, overwritten, responseContainer,
-               data = s.data,
-               url = s.url,
-               hasCallback = s.jsonp !== false,
-               replaceInUrl = hasCallback && rjsonp.test( url ),
-               replaceInData = hasCallback && !replaceInUrl && typeof data === "string" &&
-                       !( s.contentType || "" ).indexOf("application/x-www-form-urlencoded") &&
-                       rjsonp.test( data );
-
-       // Handle iff the expected data type is "jsonp" or we have a parameter to set
-       if ( s.dataTypes[ 0 ] === "jsonp" || replaceInUrl || replaceInData ) {
-
-               // Get callback name, remembering preexisting value associated with it
-               callbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?
-                       s.jsonpCallback() :
-                       s.jsonpCallback;
-               overwritten = window[ callbackName ];
-
-               // Insert callback into url or form data
-               if ( replaceInUrl ) {
-                       s.url = url.replace( rjsonp, "$1" + callbackName );
-               } else if ( replaceInData ) {
-                       s.data = data.replace( rjsonp, "$1" + callbackName );
-               } else if ( hasCallback ) {
-                       s.url += ( rquestion.test( url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
-               }
-
-               // Use data converter to retrieve json after script execution
-               s.converters["script json"] = function() {
-                       if ( !responseContainer ) {
-                               jQuery.error( callbackName + " was not called" );
-                       }
-                       return responseContainer[ 0 ];
-               };
-
-               // force json dataType
-               s.dataTypes[ 0 ] = "json";
-
-               // Install callback
-               window[ callbackName ] = function() {
-                       responseContainer = arguments;
-               };
-
-               // Clean-up function (fires after converters)
-               jqXHR.always(function() {
-                       // Restore preexisting value
-                       window[ callbackName ] = overwritten;
-
-                       // Save back as free
-                       if ( s[ callbackName ] ) {
-                               // make sure that re-using the options doesn't screw things around
-                               s.jsonpCallback = originalSettings.jsonpCallback;
-
-                               // save the callback name for future use
-                               oldCallbacks.push( callbackName );
-                       }
-
-                       // Call if it was a function and we have a response
-                       if ( responseContainer && jQuery.isFunction( overwritten ) ) {
-                               overwritten( responseContainer[ 0 ] );
-                       }
-
-                       responseContainer = overwritten = undefined;
-               });
-
-               // Delegate to script
-               return "script";
-       }
-});
-// Install script dataType
-jQuery.ajaxSetup({
-       accepts: {
-               script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
-       },
-       contents: {
-               script: /javascript|ecmascript/
-       },
-       converters: {
-               "text script": function( text ) {
-                       jQuery.globalEval( text );
-                       return text;
-               }
-       }
-});
-
-// Handle cache's special case and global
-jQuery.ajaxPrefilter( "script", function( s ) {
-       if ( s.cache === undefined ) {
-               s.cache = false;
-       }
-       if ( s.crossDomain ) {
-               s.type = "GET";
-               s.global = false;
-       }
-});
-
-// Bind script tag hack transport
-jQuery.ajaxTransport( "script", function(s) {
-
-       // This transport only deals with cross domain requests
-       if ( s.crossDomain ) {
-
-               var script,
-                       head = document.head || document.getElementsByTagName( "head" )[0] || document.documentElement;
-
-               return {
-
-                       send: function( _, callback ) {
-
-                               script = document.createElement( "script" );
-
-                               script.async = "async";
-
-                               if ( s.scriptCharset ) {
-                                       script.charset = s.scriptCharset;
-                               }
-
-                               script.src = s.url;
-
-                               // Attach handlers for all browsers
-                               script.onload = script.onreadystatechange = function( _, isAbort ) {
-
-                                       if ( isAbort || !script.readyState || /loaded|complete/.test( script.readyState ) ) {
-
-                                               // Handle memory leak in IE
-                                               script.onload = script.onreadystatechange = null;
-
-                                               // Remove the script
-                                               if ( head && script.parentNode ) {
-                                                       head.removeChild( script );
-                                               }
-
-                                               // Dereference the script
-                                               script = undefined;
-
-                                               // Callback if not abort
-                                               if ( !isAbort ) {
-                                                       callback( 200, "success" );
-                                               }
-                                       }
-                               };
-                               // Use insertBefore instead of appendChild  to circumvent an IE6 bug.
-                               // This arises when a base node is used (#2709 and #4378).
-                               head.insertBefore( script, head.firstChild );
-                       },
-
-                       abort: function() {
-                               if ( script ) {
-                                       script.onload( 0, 1 );
-                               }
-                       }
-               };
-       }
-});
-var xhrCallbacks,
-       // #5280: Internet Explorer will keep connections alive if we don't abort on unload
-       xhrOnUnloadAbort = window.ActiveXObject ? function() {
-               // Abort all pending requests
-               for ( var key in xhrCallbacks ) {
-                       xhrCallbacks[ key ]( 0, 1 );
-               }
-       } : false,
-       xhrId = 0;
-
-// Functions to create xhrs
-function createStandardXHR() {
-       try {
-               return new window.XMLHttpRequest();
-       } catch( e ) {}
-}
-
-function createActiveXHR() {
-       try {
-               return new window.ActiveXObject( "Microsoft.XMLHTTP" );
-       } catch( e ) {}
-}
-
-// Create the request object
-// (This is still attached to ajaxSettings for backward compatibility)
-jQuery.ajaxSettings.xhr = window.ActiveXObject ?
-       /* Microsoft failed to properly
-        * implement the XMLHttpRequest in IE7 (can't request local files),
-        * so we use the ActiveXObject when it is available
-        * Additionally XMLHttpRequest can be disabled in IE7/IE8 so
-        * we need a fallback.
-        */
-       function() {
-               return !this.isLocal && createStandardXHR() || createActiveXHR();
-       } :
-       // For all other browsers, use the standard XMLHttpRequest object
-       createStandardXHR;
-
-// Determine support properties
-(function( xhr ) {
-       jQuery.extend( jQuery.support, {
-               ajax: !!xhr,
-               cors: !!xhr && ( "withCredentials" in xhr )
-       });
-})( jQuery.ajaxSettings.xhr() );
-
-// Create transport if the browser can provide an xhr
-if ( jQuery.support.ajax ) {
-
-       jQuery.ajaxTransport(function( s ) {
-               // Cross domain only allowed if supported through XMLHttpRequest
-               if ( !s.crossDomain || jQuery.support.cors ) {
-
-                       var callback;
-
-                       return {
-                               send: function( headers, complete ) {
-
-                                       // Get a new xhr
-                                       var handle, i,
-                                               xhr = s.xhr();
-
-                                       // Open the socket
-                                       // Passing null username, generates a login popup on Opera (#2865)
-                                       if ( s.username ) {
-                                               xhr.open( s.type, s.url, s.async, s.username, s.password );
-                                       } else {
-                                               xhr.open( s.type, s.url, s.async );
-                                       }
-
-                                       // Apply custom fields if provided
-                                       if ( s.xhrFields ) {
-                                               for ( i in s.xhrFields ) {
-                                                       xhr[ i ] = s.xhrFields[ i ];
-                                               }
-                                       }
-
-                                       // Override mime type if needed
-                                       if ( s.mimeType && xhr.overrideMimeType ) {
-                                               xhr.overrideMimeType( s.mimeType );
-                                       }
-
-                                       // X-Requested-With header
-                                       // For cross-domain requests, seeing as conditions for a preflight are
-                                       // akin to a jigsaw puzzle, we simply never set it to be sure.
-                                       // (it can always be set on a per-request basis or even using ajaxSetup)
-                                       // For same-domain requests, won't change header if already provided.
-                                       if ( !s.crossDomain && !headers["X-Requested-With"] ) {
-                                               headers[ "X-Requested-With" ] = "XMLHttpRequest";
-                                       }
-
-                                       // Need an extra try/catch for cross domain requests in Firefox 3
-                                       try {
-                                               for ( i in headers ) {
-                                                       xhr.setRequestHeader( i, headers[ i ] );
-                                               }
-                                       } catch( _ ) {}
-
-                                       // Do send the request
-                                       // This may raise an exception which is actually
-                                       // handled in jQuery.ajax (so no try/catch here)
-                                       xhr.send( ( s.hasContent && s.data ) || null );
-
-                                       // Listener
-                                       callback = function( _, isAbort ) {
-
-                                               var status,
-                                                       statusText,
-                                                       responseHeaders,
-                                                       responses,
-                                                       xml;
-
-                                               // Firefox throws exceptions when accessing properties
-                                               // of an xhr when a network error occurred
-                                               // http://helpful.knobs-dials.com/index.php/Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE)
-                                               try {
-
-                                                       // Was never called and is aborted or complete
-                                                       if ( callback && ( isAbort || xhr.readyState === 4 ) ) {
-
-                                                               // Only called once
-                                                               callback = undefined;
-
-                                                               // Do not keep as active anymore
-                                                               if ( handle ) {
-                                                                       xhr.onreadystatechange = jQuery.noop;
-                                                                       if ( xhrOnUnloadAbort ) {
-                                                                               delete xhrCallbacks[ handle ];
-                                                                       }
-                                                               }
-
-                                                               // If it's an abort
-                                                               if ( isAbort ) {
-                                                                       // Abort it manually if needed
-                                                                       if ( xhr.readyState !== 4 ) {
-                                                                               xhr.abort();
-                                                                       }
-                                                               } else {
-                                                                       status = xhr.status;
-                                                                       responseHeaders = xhr.getAllResponseHeaders();
-                                                                       responses = {};
-                                                                       xml = xhr.responseXML;
-
-                                                                       // Construct response list
-                                                                       if ( xml && xml.documentElement /* #4958 */ ) {
-                                                                               responses.xml = xml;
-                                                                       }
-
-                                                                       // When requesting binary data, IE6-9 will throw an exception
-                                                                       // on any attempt to access responseText (#11426)
-                                                                       try {
-                                                                               responses.text = xhr.responseText;
-                                                                       } catch( e ) {
-                                                                       }
-
-                                                                       // Firefox throws an exception when accessing
-                                                                       // statusText for faulty cross-domain requests
-                                                                       try {
-                                                                               statusText = xhr.statusText;
-                                                                       } catch( e ) {
-                                                                               // We normalize with Webkit giving an empty statusText
-                                                                               statusText = "";
-                                                                       }
-
-                                                                       // Filter status for non standard behaviors
-
-                                                                       // If the request is local and we have data: assume a success
-                                                                       // (success with no data won't get notified, that's the best we
-                                                                       // can do given current implementations)
-                                                                       if ( !status && s.isLocal && !s.crossDomain ) {
-                                                                               status = responses.text ? 200 : 404;
-                                                                       // IE - #1450: sometimes returns 1223 when it should be 204
-                                                                       } else if ( status === 1223 ) {
-                                                                               status = 204;
-                                                                       }
-                                                               }
-                                                       }
-                                               } catch( firefoxAccessException ) {
-                                                       if ( !isAbort ) {
-                                                               complete( -1, firefoxAccessException );
-                                                       }
-                                               }
-
-                                               // Call complete if needed
-                                               if ( responses ) {
-                                                       complete( status, statusText, responses, responseHeaders );
-                                               }
-                                       };
-
-                                       if ( !s.async ) {
-                                               // if we're in sync mode we fire the callback
-                                               callback();
-                                       } else if ( xhr.readyState === 4 ) {
-                                               // (IE6 & IE7) if it's in cache and has been
-                                               // retrieved directly we need to fire the callback
-                                               setTimeout( callback, 0 );
-                                       } else {
-                                               handle = ++xhrId;
-                                               if ( xhrOnUnloadAbort ) {
-                                                       // Create the active xhrs callbacks list if needed
-                                                       // and attach the unload handler
-                                                       if ( !xhrCallbacks ) {
-                                                               xhrCallbacks = {};
-                                                               jQuery( window ).unload( xhrOnUnloadAbort );
-                                                       }
-                                                       // Add to list of active xhrs callbacks
-                                                       xhrCallbacks[ handle ] = callback;
-                                               }
-                                               xhr.onreadystatechange = callback;
-                                       }
-                               },
-
-                               abort: function() {
-                                       if ( callback ) {
-                                               callback(0,1);
-                                       }
-                               }
-                       };
-               }
-       });
-}
-var fxNow, timerId,
-       rfxtypes = /^(?:toggle|show|hide)$/,
-       rfxnum = new RegExp( "^(?:([-+])=|)(" + core_pnum + ")([a-z%]*)$", "i" ),
-       rrun = /queueHooks$/,
-       animationPrefilters = [ defaultPrefilter ],
-       tweeners = {
-               "*": [function( prop, value ) {
-                       var end, unit,
-                               tween = this.createTween( prop, value ),
-                               parts = rfxnum.exec( value ),
-                               target = tween.cur(),
-                               start = +target || 0,
-                               scale = 1,
-                               maxIterations = 20;
-
-                       if ( parts ) {
-                               end = +parts[2];
-                               unit = parts[3] || ( jQuery.cssNumber[ prop ] ? "" : "px" );
-
-                               // We need to compute starting value
-                               if ( unit !== "px" && start ) {
-                                       // Iteratively approximate from a nonzero starting point
-                                       // Prefer the current property, because this process will be trivial if it uses the same units
-                                       // Fallback to end or a simple constant
-                                       start = jQuery.css( tween.elem, prop, true ) || end || 1;
-
-                                       do {
-                                               // If previous iteration zeroed out, double until we get *something*
-                                               // Use a string for doubling factor so we don't accidentally see scale as unchanged below
-                                               scale = scale || ".5";
-
-                                               // Adjust and apply
-                                               start = start / scale;
-                                               jQuery.style( tween.elem, prop, start + unit );
-
-                                       // Update scale, tolerating zero or NaN from tween.cur()
-                                       // And breaking the loop if scale is unchanged or perfect, or if we've just had enough
-                                       } while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations );
-                               }
-
-                               tween.unit = unit;
-                               tween.start = start;
-                               // If a +=/-= token was provided, we're doing a relative animation
-                               tween.end = parts[1] ? start + ( parts[1] + 1 ) * end : end;
-                       }
-                       return tween;
-               }]
-       };
-
-// Animations created synchronously will run synchronously
-function createFxNow() {
-       setTimeout(function() {
-               fxNow = undefined;
-       }, 0 );
-       return ( fxNow = jQuery.now() );
-}
-
-function createTweens( animation, props ) {
-       jQuery.each( props, function( prop, value ) {
-               var collection = ( tweeners[ prop ] || [] ).concat( tweeners[ "*" ] ),
-                       index = 0,
-                       length = collection.length;
-               for ( ; index < length; index++ ) {
-                       if ( collection[ index ].call( animation, prop, value ) ) {
-
-                               // we're done with this property
-                               return;
-                       }
-               }
-       });
-}
-
-function Animation( elem, properties, options ) {
-       var result,
-               index = 0,
-               tweenerIndex = 0,
-               length = animationPrefilters.length,
-               deferred = jQuery.Deferred().always( function() {
-                       // don't match elem in the :animated selector
-                       delete tick.elem;
-               }),
-               tick = function() {
-                       var currentTime = fxNow || createFxNow(),
-                               remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
-                               // archaic crash bug won't allow us to use 1 - ( 0.5 || 0 ) (#12497)
-                               temp = remaining / animation.duration || 0,
-                               percent = 1 - temp,
-                               index = 0,
-                               length = animation.tweens.length;
-
-                       for ( ; index < length ; index++ ) {
-                               animation.tweens[ index ].run( percent );
-                       }
-
-                       deferred.notifyWith( elem, [ animation, percent, remaining ]);
-
-                       if ( percent < 1 && length ) {
-                               return remaining;
-                       } else {
-                               deferred.resolveWith( elem, [ animation ] );
-                               return false;
-                       }
-               },
-               animation = deferred.promise({
-                       elem: elem,
-                       props: jQuery.extend( {}, properties ),
-                       opts: jQuery.extend( true, { specialEasing: {} }, options ),
-                       originalProperties: properties,
-                       originalOptions: options,
-                       startTime: fxNow || createFxNow(),
-                       duration: options.duration,
-                       tweens: [],
-                       createTween: function( prop, end, easing ) {
-                               var tween = jQuery.Tween( elem, animation.opts, prop, end,
-                                               animation.opts.specialEasing[ prop ] || animation.opts.easing );
-                               animation.tweens.push( tween );
-                               return tween;
-                       },
-                       stop: function( gotoEnd ) {
-                               var index = 0,
-                                       // if we are going to the end, we want to run all the tweens
-                                       // otherwise we skip this part
-                                       length = gotoEnd ? animation.tweens.length : 0;
-
-                               for ( ; index < length ; index++ ) {
-                                       animation.tweens[ index ].run( 1 );
-                               }
-
-                               // resolve when we played the last frame
-                               // otherwise, reject
-                               if ( gotoEnd ) {
-                                       deferred.resolveWith( elem, [ animation, gotoEnd ] );
-                               } else {
-                                       deferred.rejectWith( elem, [ animation, gotoEnd ] );
-                               }
-                               return this;
-                       }
-               }),
-               props = animation.props;
-
-       propFilter( props, animation.opts.specialEasing );
-
-       for ( ; index < length ; index++ ) {
-               result = animationPrefilters[ index ].call( animation, elem, props, animation.opts );
-               if ( result ) {
-                       return result;
-               }
-       }
-
-       createTweens( animation, props );
-
-       if ( jQuery.isFunction( animation.opts.start ) ) {
-               animation.opts.start.call( elem, animation );
-       }
-
-       jQuery.fx.timer(
-               jQuery.extend( tick, {
-                       anim: animation,
-                       queue: animation.opts.queue,
-                       elem: elem
-               })
-       );
-
-       // attach callbacks from options
-       return animation.progress( animation.opts.progress )
-               .done( animation.opts.done, animation.opts.complete )
-               .fail( animation.opts.fail )
-               .always( animation.opts.always );
-}
-
-function propFilter( props, specialEasing ) {
-       var index, name, easing, value, hooks;
-
-       // camelCase, specialEasing and expand cssHook pass
-       for ( index in props ) {
-               name = jQuery.camelCase( index );
-               easing = specialEasing[ name ];
-               value = props[ index ];
-               if ( jQuery.isArray( value ) ) {
-                       easing = value[ 1 ];
-                       value = props[ index ] = value[ 0 ];
-               }
-
-               if ( index !== name ) {
-                       props[ name ] = value;
-                       delete props[ index ];
-               }
-
-               hooks = jQuery.cssHooks[ name ];
-               if ( hooks && "expand" in hooks ) {
-                       value = hooks.expand( value );
-                       delete props[ name ];
-
-                       // not quite $.extend, this wont overwrite keys already present.
-                       // also - reusing 'index' from above because we have the correct "name"
-                       for ( index in value ) {
-                               if ( !( index in props ) ) {
-                                       props[ index ] = value[ index ];
-                                       specialEasing[ index ] = easing;
-                               }
-                       }
-               } else {
-                       specialEasing[ name ] = easing;
-               }
-       }
-}
-
-jQuery.Animation = jQuery.extend( Animation, {
-
-       tweener: function( props, callback ) {
-               if ( jQuery.isFunction( props ) ) {
-                       callback = props;
-                       props = [ "*" ];
-               } else {
-                       props = props.split(" ");
-               }
-
-               var prop,
-                       index = 0,
-                       length = props.length;
-
-               for ( ; index < length ; index++ ) {
-                       prop = props[ index ];
-                       tweeners[ prop ] = tweeners[ prop ] || [];
-                       tweeners[ prop ].unshift( callback );
-               }
-       },
-
-       prefilter: function( callback, prepend ) {
-               if ( prepend ) {
-                       animationPrefilters.unshift( callback );
-               } else {
-                       animationPrefilters.push( callback );
-               }
-       }
-});
-
-function defaultPrefilter( elem, props, opts ) {
-       var index, prop, value, length, dataShow, toggle, tween, hooks, oldfire,
-               anim = this,
-               style = elem.style,
-               orig = {},
-               handled = [],
-               hidden = elem.nodeType && isHidden( elem );
-
-       // handle queue: false promises
-       if ( !opts.queue ) {
-               hooks = jQuery._queueHooks( elem, "fx" );
-               if ( hooks.unqueued == null ) {
-                       hooks.unqueued = 0;
-                       oldfire = hooks.empty.fire;
-                       hooks.empty.fire = function() {
-                               if ( !hooks.unqueued ) {
-                                       oldfire();
-                               }
-                       };
-               }
-               hooks.unqueued++;
-
-               anim.always(function() {
-                       // doing this makes sure that the complete handler will be called
-                       // before this completes
-                       anim.always(function() {
-                               hooks.unqueued--;
-                               if ( !jQuery.queue( elem, "fx" ).length ) {
-                                       hooks.empty.fire();
-                               }
-                       });
-               });
-       }
-
-       // height/width overflow pass
-       if ( elem.nodeType === 1 && ( "height" in props || "width" in props ) ) {
-               // Make sure that nothing sneaks out
-               // Record all 3 overflow attributes because IE does not
-               // change the overflow attribute when overflowX and
-               // overflowY are set to the same value
-               opts.overflow = [ style.overflow, style.overflowX, style.overflowY ];
-
-               // Set display property to inline-block for height/width
-               // animations on inline elements that are having width/height animated
-               if ( jQuery.css( elem, "display" ) === "inline" &&
-                               jQuery.css( elem, "float" ) === "none" ) {
-
-                       // inline-level elements accept inline-block;
-                       // block-level elements need to be inline with layout
-                       if ( !jQuery.support.inlineBlockNeedsLayout || css_defaultDisplay( elem.nodeName ) === "inline" ) {
-                               style.display = "inline-block";
-
-                       } else {
-                               style.zoom = 1;
-                       }
-               }
-       }
-
-       if ( opts.overflow ) {
-               style.overflow = "hidden";
-               if ( !jQuery.support.shrinkWrapBlocks ) {
-                       anim.done(function() {
-                               style.overflow = opts.overflow[ 0 ];
-                               style.overflowX = opts.overflow[ 1 ];
-                               style.overflowY = opts.overflow[ 2 ];
-                       });
-               }
-       }
-
-
-       // show/hide pass
-       for ( index in props ) {
-               value = props[ index ];
-               if ( rfxtypes.exec( value ) ) {
-                       delete props[ index ];
-                       toggle = toggle || value === "toggle";
-                       if ( value === ( hidden ? "hide" : "show" ) ) {
-                               continue;
-                       }
-                       handled.push( index );
-               }
-       }
-
-       length = handled.length;
-       if ( length ) {
-               dataShow = jQuery._data( elem, "fxshow" ) || jQuery._data( elem, "fxshow", {} );
-               if ( "hidden" in dataShow ) {
-                       hidden = dataShow.hidden;
-               }
-
-               // store state if its toggle - enables .stop().toggle() to "reverse"
-               if ( toggle ) {
-                       dataShow.hidden = !hidden;
-               }
-               if ( hidden ) {
-                       jQuery( elem ).show();
-               } else {
-                       anim.done(function() {
-                               jQuery( elem ).hide();
-                       });
-               }
-               anim.done(function() {
-                       var prop;
-                       jQuery.removeData( elem, "fxshow", true );
-                       for ( prop in orig ) {
-                               jQuery.style( elem, prop, orig[ prop ] );
-                       }
-               });
-               for ( index = 0 ; index < length ; index++ ) {
-                       prop = handled[ index ];
-                       tween = anim.createTween( prop, hidden ? dataShow[ prop ] : 0 );
-                       orig[ prop ] = dataShow[ prop ] || jQuery.style( elem, prop );
-
-                       if ( !( prop in dataShow ) ) {
-                               dataShow[ prop ] = tween.start;
-                               if ( hidden ) {
-                                       tween.end = tween.start;
-                                       tween.start = prop === "width" || prop === "height" ? 1 : 0;
-                               }
-                       }
-               }
-       }
-}
-
-function Tween( elem, options, prop, end, easing ) {
-       return new Tween.prototype.init( elem, options, prop, end, easing );
-}
-jQuery.Tween = Tween;
-
-Tween.prototype = {
-       constructor: Tween,
-       init: function( elem, options, prop, end, easing, unit ) {
-               this.elem = elem;
-               this.prop = prop;
-               this.easing = easing || "swing";
-               this.options = options;
-               this.start = this.now = this.cur();
-               this.end = end;
-               this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" );
-       },
-       cur: function() {
-               var hooks = Tween.propHooks[ this.prop ];
-
-               return hooks && hooks.get ?
-                       hooks.get( this ) :
-                       Tween.propHooks._default.get( this );
-       },
-       run: function( percent ) {
-               var eased,
-                       hooks = Tween.propHooks[ this.prop ];
-
-               if ( this.options.duration ) {
-                       this.pos = eased = jQuery.easing[ this.easing ](
-                               percent, this.options.duration * percent, 0, 1, this.options.duration
-                       );
-               } else {
-                       this.pos = eased = percent;
-               }
-               this.now = ( this.end - this.start ) * eased + this.start;
-
-               if ( this.options.step ) {
-                       this.options.step.call( this.elem, this.now, this );
-               }
-
-               if ( hooks && hooks.set ) {
-                       hooks.set( this );
-               } else {
-                       Tween.propHooks._default.set( this );
-               }
-               return this;
-       }
-};
-
-Tween.prototype.init.prototype = Tween.prototype;
-
-Tween.propHooks = {
-       _default: {
-               get: function( tween ) {
-                       var result;
-
-                       if ( tween.elem[ tween.prop ] != null &&
-                               (!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) {
-                               return tween.elem[ tween.prop ];
-                       }
-
-                       // passing any value as a 4th parameter to .css will automatically
-                       // attempt a parseFloat and fallback to a string if the parse fails
-                       // so, simple values such as "10px" are parsed to Float.
-                       // complex values such as "rotate(1rad)" are returned as is.
-                       result = jQuery.css( tween.elem, tween.prop, false, "" );
-                       // Empty strings, null, undefined and "auto" are converted to 0.
-                       return !result || result === "auto" ? 0 : result;
-               },
-               set: function( tween ) {
-                       // use step hook for back compat - use cssHook if its there - use .style if its
-                       // available and use plain properties where available
-                       if ( jQuery.fx.step[ tween.prop ] ) {
-                               jQuery.fx.step[ tween.prop ]( tween );
-                       } else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) {
-                               jQuery.style( tween.elem, tween.prop, tween.now + tween.unit );
-                       } else {
-                               tween.elem[ tween.prop ] = tween.now;
-                       }
-               }
-       }
-};
-
-// Remove in 2.0 - this supports IE8's panic based approach
-// to setting things on disconnected nodes
-
-Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
-       set: function( tween ) {
-               if ( tween.elem.nodeType && tween.elem.parentNode ) {
-                       tween.elem[ tween.prop ] = tween.now;
-               }
-       }
-};
-
-jQuery.each([ "toggle", "show", "hide" ], function( i, name ) {
-       var cssFn = jQuery.fn[ name ];
-       jQuery.fn[ name ] = function( speed, easing, callback ) {
-               return speed == null || typeof speed === "boolean" ||
-                       // special check for .toggle( handler, handler, ... )
-                       ( !i && jQuery.isFunction( speed ) && jQuery.isFunction( easing ) ) ?
-                       cssFn.apply( this, arguments ) :
-                       this.animate( genFx( name, true ), speed, easing, callback );
-       };
-});
-
-jQuery.fn.extend({
-       fadeTo: function( speed, to, easing, callback ) {
-
-               // show any hidden elements after setting opacity to 0
-               return this.filter( isHidden ).css( "opacity", 0 ).show()
-
-                       // animate to the value specified
-                       .end().animate({ opacity: to }, speed, easing, callback );
-       },
-       animate: function( prop, speed, easing, callback ) {
-               var empty = jQuery.isEmptyObject( prop ),
-                       optall = jQuery.speed( speed, easing, callback ),
-                       doAnimation = function() {
-                               // Operate on a copy of prop so per-property easing won't be lost
-                               var anim = Animation( this, jQuery.extend( {}, prop ), optall );
-
-                               // Empty animations resolve immediately
-                               if ( empty ) {
-                                       anim.stop( true );
-                               }
-                       };
-
-               return empty || optall.queue === false ?
-                       this.each( doAnimation ) :
-                       this.queue( optall.queue, doAnimation );
-       },
-       stop: function( type, clearQueue, gotoEnd ) {
-               var stopQueue = function( hooks ) {
-                       var stop = hooks.stop;
-                       delete hooks.stop;
-                       stop( gotoEnd );
-               };
-
-               if ( typeof type !== "string" ) {
-                       gotoEnd = clearQueue;
-                       clearQueue = type;
-                       type = undefined;
-               }
-               if ( clearQueue && type !== false ) {
-                       this.queue( type || "fx", [] );
-               }
-
-               return this.each(function() {
-                       var dequeue = true,
-                               index = type != null && type + "queueHooks",
-                               timers = jQuery.timers,
-                               data = jQuery._data( this );
-
-                       if ( index ) {
-                               if ( data[ index ] && data[ index ].stop ) {
-                                       stopQueue( data[ index ] );
-                               }
-                       } else {
-                               for ( index in data ) {
-                                       if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {
-                                               stopQueue( data[ index ] );
-                                       }
-                               }
-                       }
-
-                       for ( index = timers.length; index--; ) {
-                               if ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) {
-                                       timers[ index ].anim.stop( gotoEnd );
-                                       dequeue = false;
-                                       timers.splice( index, 1 );
-                               }
-                       }
-
-                       // start the next in the queue if the last step wasn't forced
-                       // timers currently will call their complete callbacks, which will dequeue
-                       // but only if they were gotoEnd
-                       if ( dequeue || !gotoEnd ) {
-                               jQuery.dequeue( this, type );
-                       }
-               });
-       }
-});
-
-// Generate parameters to create a standard animation
-function genFx( type, includeWidth ) {
-       var which,
-               attrs = { height: type },
-               i = 0;
-
-       // if we include width, step value is 1 to do all cssExpand values,
-       // if we don't include width, step value is 2 to skip over Left and Right
-       includeWidth = includeWidth? 1 : 0;
-       for( ; i < 4 ; i += 2 - includeWidth ) {
-               which = cssExpand[ i ];
-               attrs[ "margin" + which ] = attrs[ "padding" + which ] = type;
-       }
-
-       if ( includeWidth ) {
-               attrs.opacity = attrs.width = type;
-       }
-
-       return attrs;
-}
-
-// Generate shortcuts for custom animations
-jQuery.each({
-       slideDown: genFx("show"),
-       slideUp: genFx("hide"),
-       slideToggle: genFx("toggle"),
-       fadeIn: { opacity: "show" },
-       fadeOut: { opacity: "hide" },
-       fadeToggle: { opacity: "toggle" }
-}, function( name, props ) {
-       jQuery.fn[ name ] = function( speed, easing, callback ) {
-               return this.animate( props, speed, easing, callback );
-       };
-});
-
-jQuery.speed = function( speed, easing, fn ) {
-       var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
-               complete: fn || !fn && easing ||
-                       jQuery.isFunction( speed ) && speed,
-               duration: speed,
-               easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing
-       };
-
-       opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
-               opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
-
-       // normalize opt.queue - true/undefined/null -> "fx"
-       if ( opt.queue == null || opt.queue === true ) {
-               opt.queue = "fx";
-       }
-
-       // Queueing
-       opt.old = opt.complete;
-
-       opt.complete = function() {
-               if ( jQuery.isFunction( opt.old ) ) {
-                       opt.old.call( this );
-               }
-
-               if ( opt.queue ) {
-                       jQuery.dequeue( this, opt.queue );
-               }
-       };
-
-       return opt;
-};
-
-jQuery.easing = {
-       linear: function( p ) {
-               return p;
-       },
-       swing: function( p ) {
-               return 0.5 - Math.cos( p*Math.PI ) / 2;
-       }
-};
-
-jQuery.timers = [];
-jQuery.fx = Tween.prototype.init;
-jQuery.fx.tick = function() {
-       var timer,
-               timers = jQuery.timers,
-               i = 0;
-
-       fxNow = jQuery.now();
-
-       for ( ; i < timers.length; i++ ) {
-               timer = timers[ i ];
-               // Checks the timer has not already been removed
-               if ( !timer() && timers[ i ] === timer ) {
-                       timers.splice( i--, 1 );
-               }
-       }
-
-       if ( !timers.length ) {
-               jQuery.fx.stop();
-       }
-       fxNow = undefined;
-};
-
-jQuery.fx.timer = function( timer ) {
-       if ( timer() && jQuery.timers.push( timer ) && !timerId ) {
-               timerId = setInterval( jQuery.fx.tick, jQuery.fx.interval );
-       }
-};
-
-jQuery.fx.interval = 13;
-
-jQuery.fx.stop = function() {
-       clearInterval( timerId );
-       timerId = null;
-};
-
-jQuery.fx.speeds = {
-       slow: 600,
-       fast: 200,
-       // Default speed
-       _default: 400
-};
-
-// Back Compat <1.8 extension point
-jQuery.fx.step = {};
-
-if ( jQuery.expr && jQuery.expr.filters ) {
-       jQuery.expr.filters.animated = function( elem ) {
-               return jQuery.grep(jQuery.timers, function( fn ) {
-                       return elem === fn.elem;
-               }).length;
-       };
-}
-var rroot = /^(?:body|html)$/i;
-
-jQuery.fn.offset = function( options ) {
-       if ( arguments.length ) {
-               return options === undefined ?
-                       this :
-                       this.each(function( i ) {
-                               jQuery.offset.setOffset( this, options, i );
-                       });
-       }
-
-       var docElem, body, win, clientTop, clientLeft, scrollTop, scrollLeft,
-               box = { top: 0, left: 0 },
-               elem = this[ 0 ],
-               doc = elem && elem.ownerDocument;
-
-       if ( !doc ) {
-               return;
-       }
-
-       if ( (body = doc.body) === elem ) {
-               return jQuery.offset.bodyOffset( elem );
-       }
-
-       docElem = doc.documentElement;
-
-       // Make sure it's not a disconnected DOM node
-       if ( !jQuery.contains( docElem, elem ) ) {
-               return box;
-       }
-
-       // If we don't have gBCR, just use 0,0 rather than error
-       // BlackBerry 5, iOS 3 (original iPhone)
-       if ( typeof elem.getBoundingClientRect !== "undefined" ) {
-               box = elem.getBoundingClientRect();
-       }
-       win = getWindow( doc );
-       clientTop  = docElem.clientTop  || body.clientTop  || 0;
-       clientLeft = docElem.clientLeft || body.clientLeft || 0;
-       scrollTop  = win.pageYOffset || docElem.scrollTop;
-       scrollLeft = win.pageXOffset || docElem.scrollLeft;
-       return {
-               top: box.top  + scrollTop  - clientTop,
-               left: box.left + scrollLeft - clientLeft
-       };
-};
-
-jQuery.offset = {
-
-       bodyOffset: function( body ) {
-               var top = body.offsetTop,
-                       left = body.offsetLeft;
-
-               if ( jQuery.support.doesNotIncludeMarginInBodyOffset ) {
-                       top  += parseFloat( jQuery.css(body, "marginTop") ) || 0;
-                       left += parseFloat( jQuery.css(body, "marginLeft") ) || 0;
-               }
-
-               return { top: top, left: left };
-       },
-
-       setOffset: function( elem, options, i ) {
-               var position = jQuery.css( elem, "position" );
-
-               // set position first, in-case top/left are set even on static elem
-               if ( position === "static" ) {
-                       elem.style.position = "relative";
-               }
-
-               var curElem = jQuery( elem ),
-                       curOffset = curElem.offset(),
-                       curCSSTop = jQuery.css( elem, "top" ),
-                       curCSSLeft = jQuery.css( elem, "left" ),
-                       calculatePosition = ( position === "absolute" || position === "fixed" ) && jQuery.inArray("auto", [curCSSTop, curCSSLeft]) > -1,
-                       props = {}, curPosition = {}, curTop, curLeft;
-
-               // need to be able to calculate position if either top or left is auto and position is either absolute or fixed
-               if ( calculatePosition ) {
-                       curPosition = curElem.position();
-                       curTop = curPosition.top;
-                       curLeft = curPosition.left;
-               } else {
-                       curTop = parseFloat( curCSSTop ) || 0;
-                       curLeft = parseFloat( curCSSLeft ) || 0;
-               }
-
-               if ( jQuery.isFunction( options ) ) {
-                       options = options.call( elem, i, curOffset );
-               }
-
-               if ( options.top != null ) {
-                       props.top = ( options.top - curOffset.top ) + curTop;
-               }
-               if ( options.left != null ) {
-                       props.left = ( options.left - curOffset.left ) + curLeft;
-               }
-
-               if ( "using" in options ) {
-                       options.using.call( elem, props );
-               } else {
-                       curElem.css( props );
-               }
-       }
-};
-
-
-jQuery.fn.extend({
-
-       position: function() {
-               if ( !this[0] ) {
-                       return;
-               }
-
-               var elem = this[0],
-
-               // Get *real* offsetParent
-               offsetParent = this.offsetParent(),
-
-               // Get correct offsets
-               offset       = this.offset(),
-               parentOffset = rroot.test(offsetParent[0].nodeName) ? { top: 0, left: 0 } : offsetParent.offset();
-
-               // Subtract element margins
-               // note: when an element has margin: auto the offsetLeft and marginLeft
-               // are the same in Safari causing offset.left to incorrectly be 0
-               offset.top  -= parseFloat( jQuery.css(elem, "marginTop") ) || 0;
-               offset.left -= parseFloat( jQuery.css(elem, "marginLeft") ) || 0;
-
-               // Add offsetParent borders
-               parentOffset.top  += parseFloat( jQuery.css(offsetParent[0], "borderTopWidth") ) || 0;
-               parentOffset.left += parseFloat( jQuery.css(offsetParent[0], "borderLeftWidth") ) || 0;
-
-               // Subtract the two offsets
-               return {
-                       top:  offset.top  - parentOffset.top,
-                       left: offset.left - parentOffset.left
-               };
-       },
-
-       offsetParent: function() {
-               return this.map(function() {
-                       var offsetParent = this.offsetParent || document.body;
-                       while ( offsetParent && (!rroot.test(offsetParent.nodeName) && jQuery.css(offsetParent, "position") === "static") ) {
-                               offsetParent = offsetParent.offsetParent;
-                       }
-                       return offsetParent || document.body;
-               });
-       }
-});
-
-
-// Create scrollLeft and scrollTop methods
-jQuery.each( {scrollLeft: "pageXOffset", scrollTop: "pageYOffset"}, function( method, prop ) {
-       var top = /Y/.test( prop );
-
-       jQuery.fn[ method ] = function( val ) {
-               return jQuery.access( this, function( elem, method, val ) {
-                       var win = getWindow( elem );
-
-                       if ( val === undefined ) {
-                               return win ? (prop in win) ? win[ prop ] :
-                                       win.document.documentElement[ method ] :
-                                       elem[ method ];
-                       }
-
-                       if ( win ) {
-                               win.scrollTo(
-                                       !top ? val : jQuery( win ).scrollLeft(),
-                                        top ? val : jQuery( win ).scrollTop()
-                               );
-
-                       } else {
-                               elem[ method ] = val;
-                       }
-               }, method, val, arguments.length, null );
-       };
-});
-
-function getWindow( elem ) {
-       return jQuery.isWindow( elem ) ?
-               elem :
-               elem.nodeType === 9 ?
-                       elem.defaultView || elem.parentWindow :
-                       false;
-}
-// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
-jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
-       jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, function( defaultExtra, funcName ) {
-               // margin is only for outerHeight, outerWidth
-               jQuery.fn[ funcName ] = function( margin, value ) {
-                       var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
-                               extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
-
-                       return jQuery.access( this, function( elem, type, value ) {
-                               var doc;
-
-                               if ( jQuery.isWindow( elem ) ) {
-                                       // As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there
-                                       // isn't a whole lot we can do. See pull request at this URL for discussion:
-                                       // https://github.com/jquery/jquery/pull/764
-                                       return elem.document.documentElement[ "client" + name ];
-                               }
-
-                               // Get document width or height
-                               if ( elem.nodeType === 9 ) {
-                                       doc = elem.documentElement;
-
-                                       // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], whichever is greatest
-                                       // unfortunately, this causes bug #3838 in IE6/8 only, but there is currently no good, small way to fix it.
-                                       return Math.max(
-                                               elem.body[ "scroll" + name ], doc[ "scroll" + name ],
-                                               elem.body[ "offset" + name ], doc[ "offset" + name ],
-                                               doc[ "client" + name ]
-                                       );
-                               }
-
-                               return value === undefined ?
-                                       // Get width or height on the element, requesting but not forcing parseFloat
-                                       jQuery.css( elem, type, value, extra ) :
-
-                                       // Set width or height on the element
-                                       jQuery.style( elem, type, value, extra );
-                       }, type, chainable ? margin : undefined, chainable, null );
-               };
-       });
-});
-// Expose jQuery to the global object
-window.jQuery = window.$ = jQuery;
-
-// Expose jQuery as an AMD module, but only for AMD loaders that
-// understand the issues with loading multiple versions of jQuery
-// in a page that all might call define(). The loader will indicate
-// they have special allowances for multiple jQuery versions by
-// specifying define.amd.jQuery = true. Register as a named module,
-// since jQuery can be concatenated with other files that may use define,
-// but not use a proper concatenation script that understands anonymous
-// AMD modules. A named AMD is safest and most robust way to register.
-// Lowercase jquery is used because AMD module names are derived from
-// file names, and jQuery is normally delivered in a lowercase file name.
-// Do this after creating the global so that if an AMD module wants to call
-// noConflict to hide this version of jQuery, it will work.
-if ( typeof define === "function" && define.amd && define.amd.jQuery ) {
-       define( "jquery", [], function () { return jQuery; } );
-}
-
-})( window );
diff --git a/examples/hoofbeats/tests/vendor/qunit.css b/examples/hoofbeats/tests/vendor/qunit.css
deleted file mode 100644 (file)
index b3e3d00..0000000
+++ /dev/null
@@ -1,232 +0,0 @@
-/**
- * QUnit - A JavaScript Unit Testing Framework
- *
- * http://docs.jquery.com/QUnit
- *
- * Copyright (c) 2012 John Resig, Jörn Zaefferer
- * Dual licensed under the MIT (MIT-LICENSE.txt)
- * or GPL (GPL-LICENSE.txt) licenses.
- */
-
-/** Font Family and Sizes */
-
-#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
-       font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
-}
-
-#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
-#qunit-tests { font-size: smaller; }
-
-
-/** Resets */
-
-#qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult {
-       margin: 0;
-       padding: 0;
-}
-
-
-/** Header */
-
-#qunit-header {
-       padding: 0.5em 0 0.5em 1em;
-
-       color: #8699a4;
-       background-color: #0d3349;
-
-       font-size: 1.5em;
-       line-height: 1em;
-       font-weight: normal;
-
-       border-radius: 15px 15px 0 0;
-       -moz-border-radius: 15px 15px 0 0;
-       -webkit-border-top-right-radius: 15px;
-       -webkit-border-top-left-radius: 15px;
-}
-
-#qunit-header a {
-       text-decoration: none;
-       color: #c2ccd1;
-}
-
-#qunit-header a:hover,
-#qunit-header a:focus {
-       color: #fff;
-}
-
-#qunit-banner {
-       height: 5px;
-}
-
-#qunit-testrunner-toolbar {
-       padding: 0.5em 0 0.5em 2em;
-       color: #5E740B;
-       background-color: #eee;
-}
-
-#qunit-userAgent {
-       padding: 0.5em 0 0.5em 2.5em;
-       background-color: #2b81af;
-       color: #fff;
-       text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
-}
-
-
-/** Tests: Pass/Fail */
-
-#qunit-tests {
-       list-style-position: inside;
-}
-
-#qunit-tests li {
-       padding: 0.4em 0.5em 0.4em 2.5em;
-       border-bottom: 1px solid #fff;
-       list-style-position: inside;
-}
-
-#qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running  {
-       display: none;
-}
-
-#qunit-tests li strong {
-       cursor: pointer;
-}
-
-#qunit-tests li a {
-       padding: 0.5em;
-       color: #c2ccd1;
-       text-decoration: none;
-}
-#qunit-tests li a:hover,
-#qunit-tests li a:focus {
-       color: #000;
-}
-
-#qunit-tests ol {
-       margin-top: 0.5em;
-       padding: 0.5em;
-
-       background-color: #fff;
-
-       border-radius: 15px;
-       -moz-border-radius: 15px;
-       -webkit-border-radius: 15px;
-
-       box-shadow: inset 0px 2px 13px #999;
-       -moz-box-shadow: inset 0px 2px 13px #999;
-       -webkit-box-shadow: inset 0px 2px 13px #999;
-}
-
-#qunit-tests table {
-       border-collapse: collapse;
-       margin-top: .2em;
-}
-
-#qunit-tests th {
-       text-align: right;
-       vertical-align: top;
-       padding: 0 .5em 0 0;
-}
-
-#qunit-tests td {
-       vertical-align: top;
-}
-
-#qunit-tests pre {
-       margin: 0;
-       white-space: pre-wrap;
-       word-wrap: break-word;
-}
-
-#qunit-tests del {
-       background-color: #e0f2be;
-       color: #374e0c;
-       text-decoration: none;
-}
-
-#qunit-tests ins {
-       background-color: #ffcaca;
-       color: #500;
-       text-decoration: none;
-}
-
-/*** Test Counts */
-
-#qunit-tests b.counts                       { color: black; }
-#qunit-tests b.passed                       { color: #5E740B; }
-#qunit-tests b.failed                       { color: #710909; }
-
-#qunit-tests li li {
-       margin: 0.5em;
-       padding: 0.4em 0.5em 0.4em 0.5em;
-       background-color: #fff;
-       border-bottom: none;
-       list-style-position: inside;
-}
-
-/*** Passing Styles */
-
-#qunit-tests li li.pass {
-       color: #5E740B;
-       background-color: #fff;
-       border-left: 26px solid #C6E746;
-}
-
-#qunit-tests .pass                          { color: #528CE0; background-color: #D2E0E6; }
-#qunit-tests .pass .test-name               { color: #366097; }
-
-#qunit-tests .pass .test-actual,
-#qunit-tests .pass .test-expected           { color: #999999; }
-
-#qunit-banner.qunit-pass                    { background-color: #C6E746; }
-
-/*** Failing Styles */
-
-#qunit-tests li li.fail {
-       color: #710909;
-       background-color: #fff;
-       border-left: 26px solid #EE5757;
-       white-space: pre;
-}
-
-#qunit-tests > li:last-child {
-       border-radius: 0 0 15px 15px;
-       -moz-border-radius: 0 0 15px 15px;
-       -webkit-border-bottom-right-radius: 15px;
-       -webkit-border-bottom-left-radius: 15px;
-}
-
-#qunit-tests .fail                          { color: #000000; background-color: #EE5757; }
-#qunit-tests .fail .test-name,
-#qunit-tests .fail .module-name             { color: #000000; }
-
-#qunit-tests .fail .test-actual             { color: #EE5757; }
-#qunit-tests .fail .test-expected           { color: green;   }
-
-#qunit-banner.qunit-fail                    { background-color: #EE5757; }
-
-
-/** Result */
-
-#qunit-testresult {
-       padding: 0.5em 0.5em 0.5em 2.5em;
-
-       color: #2b81af;
-       background-color: #D2E0E6;
-
-       border-bottom: 1px solid white;
-}
-
-/** Fixture */
-
-#qunit-fixture {
-       position: absolute;
-       top: -10000px;
-       left: -10000px;
-}
-
-/** Runoff */
-
-#qunit-fixture {
-  display:none;
-}
\ No newline at end of file
diff --git a/examples/hoofbeats/tests/vendor/qunit.js b/examples/hoofbeats/tests/vendor/qunit.js
deleted file mode 100644 (file)
index 46c95b2..0000000
+++ /dev/null
@@ -1,1510 +0,0 @@
-/**
- * QUnit - A JavaScript Unit Testing Framework
- *
- * http://docs.jquery.com/QUnit
- *
- * Copyright (c) 2012 John Resig, Jörn Zaefferer
- * Dual licensed under the MIT (MIT-LICENSE.txt)
- * or GPL (GPL-LICENSE.txt) licenses.
- */
-
-(function(window) {
-
-var defined = {
-       setTimeout: typeof window.setTimeout !== "undefined",
-       sessionStorage: (function() {
-               try {
-                       return !!sessionStorage.getItem;
-               } catch(e) {
-                       return false;
-               }
-       })()
-};
-
-var testId = 0;
-
-var Test = function(name, testName, expected, testEnvironmentArg, async, callback) {
-       this.name = name;
-       this.testName = testName;
-       this.expected = expected;
-       this.testEnvironmentArg = testEnvironmentArg;
-       this.async = async;
-       this.callback = callback;
-       this.assertions = [];
-};
-Test.prototype = {
-       init: function() {
-               var tests = id("qunit-tests");
-               if (tests) {
-                       var b = document.createElement("strong");
-                               b.innerHTML = "Running " + this.name;
-                       var li = document.createElement("li");
-                               li.appendChild( b );
-                               li.className = "running";
-                               li.id = this.id = "test-output" + testId++;
-                       tests.appendChild( li );
-               }
-       },
-       setup: function() {
-               if (this.module != config.previousModule) {
-                       if ( config.previousModule ) {
-                               QUnit.moduleDone( {
-                                       name: config.previousModule,
-                                       failed: config.moduleStats.bad,
-                                       passed: config.moduleStats.all - config.moduleStats.bad,
-                                       total: config.moduleStats.all
-                               } );
-                       }
-                       config.previousModule = this.module;
-                       config.moduleStats = { all: 0, bad: 0 };
-                       QUnit.moduleStart( {
-                               name: this.module
-                       } );
-               }
-
-               config.current = this;
-               this.testEnvironment = extend({
-                       setup: function() {},
-                       teardown: function() {}
-               }, this.moduleTestEnvironment);
-               if (this.testEnvironmentArg) {
-                       extend(this.testEnvironment, this.testEnvironmentArg);
-               }
-
-               QUnit.testStart( {
-                       name: this.testName
-               } );
-
-               // allow utility functions to access the current test environment
-               // TODO why??
-               QUnit.current_testEnvironment = this.testEnvironment;
-
-               try {
-                       if ( !config.pollution ) {
-                               saveGlobal();
-                       }
-
-                       this.testEnvironment.setup.call(this.testEnvironment);
-               } catch(e) {
-                       QUnit.ok( false, "Setup failed on " + this.testName + ": " + e.message );
-               }
-       },
-       run: function() {
-               if ( this.async ) {
-                       QUnit.stop();
-               }
-
-               if ( config.notrycatch ) {
-                       this.callback.call(this.testEnvironment);
-                       return;
-               }
-               try {
-                       this.callback.call(this.testEnvironment);
-               } catch(e) {
-                       fail("Test " + this.testName + " died, exception and test follows", e, this.callback);
-                       QUnit.ok( false, "Died on test #" + (this.assertions.length + 1) + ": " + e.message + " - " + QUnit.jsDump.parse(e) );
-                       // else next test will carry the responsibility
-                       saveGlobal();
-
-                       // Restart the tests if they're blocking
-                       if ( config.blocking ) {
-                               start();
-                       }
-               }
-       },
-       teardown: function() {
-               try {
-                       this.testEnvironment.teardown.call(this.testEnvironment);
-                       checkPollution();
-               } catch(e) {
-                       QUnit.ok( false, "Teardown failed on " + this.testName + ": " + e.message );
-               }
-       },
-       finish: function() {
-               if ( this.expected && this.expected != this.assertions.length ) {
-                       QUnit.ok( false, "Expected " + this.expected + " assertions, but " + this.assertions.length + " were run" );
-               }
-
-               var good = 0, bad = 0,
-                       tests = id("qunit-tests");
-
-               config.stats.all += this.assertions.length;
-               config.moduleStats.all += this.assertions.length;
-
-               if ( tests ) {
-                       var ol = document.createElement("ol");
-
-                       for ( var i = 0; i < this.assertions.length; i++ ) {
-                               var assertion = this.assertions[i];
-
-                               var li = document.createElement("li");
-                               li.className = assertion.result ? "pass" : "fail";
-                               li.innerHTML = assertion.message || (assertion.result ? "okay" : "failed");
-                               ol.appendChild( li );
-
-                               if ( assertion.result ) {
-                                       good++;
-                               } else {
-                                       bad++;
-                                       config.stats.bad++;
-                                       config.moduleStats.bad++;
-                               }
-                       }
-
-                       // store result when possible
-                       if ( QUnit.config.reorder && defined.sessionStorage ) {
-                               if (bad) {
-                                       sessionStorage.setItem("qunit-" + this.module + "-" + this.testName, bad);
-                               } else {
-                                       sessionStorage.removeItem("qunit-" + this.module + "-" + this.testName);
-                               }
-                       }
-
-                       if (bad == 0) {
-                               ol.style.display = "none";
-                       }
-
-                       var b = document.createElement("strong");
-                       b.innerHTML = this.name + " <b class='counts'>(<b class='failed'>" + bad + "</b>, <b class='passed'>" + good + "</b>, " + this.assertions.length + ")</b>";
-
-                       var a = document.createElement("a");
-                       a.innerHTML = "Rerun";
-                       a.href = QUnit.url({ filter: getText([b]).replace(/\([^)]+\)$/, "").replace(/(^\s*|\s*$)/g, "") });
-
-                       addEvent(b, "click", function() {
-                               var next = b.nextSibling.nextSibling,
-                                       display = next.style.display;
-                               next.style.display = display === "none" ? "block" : "none";
-                       });
-
-                       addEvent(b, "dblclick", function(e) {
-                               var target = e && e.target ? e.target : window.event.srcElement;
-                               if ( target.nodeName.toLowerCase() == "span" || target.nodeName.toLowerCase() == "b" ) {
-                                       target = target.parentNode;
-                               }
-                               if ( window.location && target.nodeName.toLowerCase() === "strong" ) {
-                                       window.location = QUnit.url({ filter: getText([target]).replace(/\([^)]+\)$/, "").replace(/(^\s*|\s*$)/g, "") });
-                               }
-                       });
-
-                       var li = id(this.id);
-                       li.className = bad ? "fail" : "pass";
-                       li.removeChild( li.firstChild );
-                       li.appendChild( b );
-                       li.appendChild( a );
-                       li.appendChild( ol );
-
-               } else {
-                       for ( var i = 0; i < this.assertions.length; i++ ) {
-                               if ( !this.assertions[i].result ) {
-                                       bad++;
-                                       config.stats.bad++;
-                                       config.moduleStats.bad++;
-                               }
-                       }
-               }
-
-               try {
-                       QUnit.reset();
-               } catch(e) {
-                       fail("reset() failed, following Test " + this.testName + ", exception and reset fn follows", e, QUnit.reset);
-               }
-
-               QUnit.testDone( {
-                       name: this.testName,
-                       failed: bad,
-                       passed: this.assertions.length - bad,
-                       total: this.assertions.length
-               } );
-       },
-
-       queue: function() {
-               var test = this;
-               synchronize(function() {
-                       test.init();
-               });
-               function run() {
-                       // each of these can by async
-                       synchronize(function() {
-                               test.setup();
-                       });
-                       synchronize(function() {
-                               test.run();
-                       });
-                       synchronize(function() {
-                               test.teardown();
-                       });
-                       synchronize(function() {
-                               test.finish();
-                       });
-               }
-               // defer when previous test run passed, if storage is available
-               var bad = QUnit.config.reorder && defined.sessionStorage && +sessionStorage.getItem("qunit-" + this.module + "-" + this.testName);
-               if (bad) {
-                       run();
-               } else {
-                       synchronize(run);
-               };
-       }
-
-};
-
-var QUnit = {
-
-       // call on start of module test to prepend name to all tests
-       module: function(name, testEnvironment) {
-               config.currentModule = name;
-               config.currentModuleTestEnviroment = testEnvironment;
-       },
-
-       asyncTest: function(testName, expected, callback) {
-               if ( arguments.length === 2 ) {
-                       callback = expected;
-                       expected = 0;
-               }
-
-               QUnit.test(testName, expected, callback, true);
-       },
-
-       test: function(testName, expected, callback, async) {
-               var name = '<span class="test-name">' + testName + '</span>', testEnvironmentArg;
-
-               if ( arguments.length === 2 ) {
-                       callback = expected;
-                       expected = null;
-               }
-               // is 2nd argument a testEnvironment?
-               if ( expected && typeof expected === 'object') {
-                       testEnvironmentArg = expected;
-                       expected = null;
-               }
-
-               if ( config.currentModule ) {
-                       name = '<span class="module-name">' + config.currentModule + "</span>: " + name;
-               }
-
-               if ( !validTest(config.currentModule + ": " + testName) ) {
-                       return;
-               }
-
-               var test = new Test(name, testName, expected, testEnvironmentArg, async, callback);
-               test.module = config.currentModule;
-               test.moduleTestEnvironment = config.currentModuleTestEnviroment;
-               test.queue();
-       },
-
-       /**
-        * Specify the number of expected assertions to gurantee that failed test (no assertions are run at all) don't slip through.
-        */
-       expect: function(asserts) {
-               config.current.expected = asserts;
-       },
-
-       /**
-        * Asserts true.
-        * @example ok( "asdfasdf".length > 5, "There must be at least 5 chars" );
-        */
-       ok: function(a, msg) {
-               a = !!a;
-               var details = {
-                       result: a,
-                       message: msg
-               };
-               msg = escapeHtml(msg);
-               QUnit.log(details);
-               config.current.assertions.push({
-                       result: a,
-                       message: msg
-               });
-       },
-
-       /**
-        * Checks that the first two arguments are equal, with an optional message.
-        * Prints out both actual and expected values.
-        *
-        * Prefered to ok( actual == expected, message )
-        *
-        * @example equal( format("Received {0} bytes.", 2), "Received 2 bytes." );
-        *
-        * @param Object actual
-        * @param Object expected
-        * @param String message (optional)
-        */
-       equal: function(actual, expected, message) {
-               QUnit.push(expected == actual, actual, expected, message);
-       },
-
-       notEqual: function(actual, expected, message) {
-               QUnit.push(expected != actual, actual, expected, message);
-       },
-
-       deepEqual: function(actual, expected, message) {
-               QUnit.push(QUnit.equiv(actual, expected), actual, expected, message);
-       },
-
-       notDeepEqual: function(actual, expected, message) {
-               QUnit.push(!QUnit.equiv(actual, expected), actual, expected, message);
-       },
-
-       strictEqual: function(actual, expected, message) {
-               QUnit.push(expected === actual, actual, expected, message);
-       },
-
-       notStrictEqual: function(actual, expected, message) {
-               QUnit.push(expected !== actual, actual, expected, message);
-       },
-
-       raises: function(block, expected, message) {
-               var actual, ok = false;
-
-               if (typeof expected === 'string') {
-                       message = expected;
-                       expected = null;
-               }
-
-               try {
-                       block();
-               } catch (e) {
-                       actual = e;
-               }
-
-               if (actual) {
-                       // we don't want to validate thrown error
-                       if (!expected) {
-                               ok = true;
-                       // expected is a regexp
-                       } else if (QUnit.objectType(expected) === "regexp") {
-                               ok = expected.test(actual);
-                       // expected is a constructor
-                       } else if (actual instanceof expected) {
-                               ok = true;
-                       // expected is a validation function which returns true is validation passed
-                       } else if (expected.call({}, actual) === true) {
-                               ok = true;
-                       }
-               }
-
-               QUnit.ok(ok, message);
-       },
-
-       start: function() {
-               config.semaphore--;
-               if (config.semaphore > 0) {
-                       // don't start until equal number of stop-calls
-                       return;
-               }
-               if (config.semaphore < 0) {
-                       // ignore if start is called more often then stop
-                       config.semaphore = 0;
-               }
-               // A slight delay, to avoid any current callbacks
-               if ( defined.setTimeout ) {
-                       window.setTimeout(function() {
-                               if (config.semaphore > 0) {
-                                       return;
-                               }
-                               if ( config.timeout ) {
-                                       clearTimeout(config.timeout);
-                               }
-
-                               config.blocking = false;
-                               process();
-                       }, 13);
-               } else {
-                       config.blocking = false;
-                       process();
-               }
-       },
-
-       stop: function(timeout) {
-               config.semaphore++;
-               config.blocking = true;
-
-               if ( timeout && defined.setTimeout ) {
-                       clearTimeout(config.timeout);
-                       config.timeout = window.setTimeout(function() {
-                               QUnit.ok( false, "Test timed out" );
-                               QUnit.start();
-                       }, timeout);
-               }
-       }
-};
-
-// Backwards compatibility, deprecated
-QUnit.equals = QUnit.equal;
-QUnit.same = QUnit.deepEqual;
-
-// Maintain internal state
-var config = {
-       // The queue of tests to run
-       queue: [],
-
-       // block until document ready
-       blocking: true,
-
-       // when enabled, show only failing tests
-       // gets persisted through sessionStorage and can be changed in UI via checkbox
-       hidepassed: false,
-
-       // by default, run previously failed tests first
-       // very useful in combination with "Hide passed tests" checked
-       reorder: true,
-
-       // by default, modify document.title when suite is done
-       altertitle: true,
-
-       urlConfig: ['noglobals', 'notrycatch']
-};
-
-// Load paramaters
-(function() {
-       var location = window.location || { search: "", protocol: "file:" },
-               params = location.search.slice( 1 ).split( "&" ),
-               length = params.length,
-               urlParams = {},
-               current;
-
-       if ( params[ 0 ] ) {
-               for ( var i = 0; i < length; i++ ) {
-                       current = params[ i ].split( "=" );
-                       current[ 0 ] = decodeURIComponent( current[ 0 ] );
-                       // allow just a key to turn on a flag, e.g., test.html?noglobals
-                       current[ 1 ] = current[ 1 ] ? decodeURIComponent( current[ 1 ] ) : true;
-                       urlParams[ current[ 0 ] ] = current[ 1 ];
-               }
-       }
-
-       QUnit.urlParams = urlParams;
-       config.filter = urlParams.filter;
-
-       // Figure out if we're running the tests from a server or not
-       QUnit.isLocal = !!(location.protocol === 'file:');
-})();
-
-// Expose the API as global variables, unless an 'exports'
-// object exists, in that case we assume we're in CommonJS
-if ( typeof exports === "undefined" || typeof require === "undefined" ) {
-       extend(window, QUnit);
-       window.QUnit = QUnit;
-} else {
-       extend(exports, QUnit);
-       exports.QUnit = QUnit;
-}
-
-// define these after exposing globals to keep them in these QUnit namespace only
-extend(QUnit, {
-       config: config,
-
-       // Initialize the configuration options
-       init: function() {
-               extend(config, {
-                       stats: { all: 0, bad: 0 },
-                       moduleStats: { all: 0, bad: 0 },
-                       started: +new Date,
-                       updateRate: 1000,
-                       blocking: false,
-                       autostart: true,
-                       autorun: false,
-                       filter: "",
-                       queue: [],
-                       semaphore: 0
-               });
-
-               var tests = id( "qunit-tests" ),
-                       banner = id( "qunit-banner" ),
-                       result = id( "qunit-testresult" );
-
-               if ( tests ) {
-                       tests.innerHTML = "";
-               }
-
-               if ( banner ) {
-                       banner.className = "";
-               }
-
-               if ( result ) {
-                       result.parentNode.removeChild( result );
-               }
-
-               if ( tests ) {
-                       result = document.createElement( "p" );
-                       result.id = "qunit-testresult";
-                       result.className = "result";
-                       tests.parentNode.insertBefore( result, tests );
-                       result.innerHTML = 'Running...<br/>&nbsp;';
-               }
-       },
-
-       /**
-        * Resets the test setup. Useful for tests that modify the DOM.
-        *
-        * If jQuery is available, uses jQuery's html(), otherwise just innerHTML.
-        */
-       reset: function() {
-               if ( window.jQuery ) {
-                       jQuery( "#qunit-fixture" ).html( config.fixture );
-               } else {
-                       var main = id( 'qunit-fixture' );
-                       if ( main ) {
-                               main.innerHTML = config.fixture;
-                       }
-               }
-       },
-
-       /**
-        * Trigger an event on an element.
-        *
-        * @example triggerEvent( document.body, "click" );
-        *
-        * @param DOMElement elem
-        * @param String type
-        */
-       triggerEvent: function( elem, type, event ) {
-               if ( document.createEvent ) {
-                       event = document.createEvent("MouseEvents");
-                       event.initMouseEvent(type, true, true, elem.ownerDocument.defaultView,
-                               0, 0, 0, 0, 0, false, false, false, false, 0, null);
-                       elem.dispatchEvent( event );
-
-               } else if ( elem.fireEvent ) {
-                       elem.fireEvent("on"+type);
-               }
-       },
-
-       // Safe object type checking
-       is: function( type, obj ) {
-               return QUnit.objectType( obj ) == type;
-       },
-
-       objectType: function( obj ) {
-               if (typeof obj === "undefined") {
-                               return "undefined";
-
-               // consider: typeof null === object
-               }
-               if (obj === null) {
-                               return "null";
-               }
-
-               var type = Object.prototype.toString.call( obj )
-                       .match(/^\[object\s(.*)\]$/)[1] || '';
-
-               switch (type) {
-                               case 'Number':
-                                               if (isNaN(obj)) {
-                                                               return "nan";
-                                               } else {
-                                                               return "number";
-                                               }
-                               case 'String':
-                               case 'Boolean':
-                               case 'Array':
-                               case 'Date':
-                               case 'RegExp':
-                               case 'Function':
-                                               return type.toLowerCase();
-               }
-               if (typeof obj === "object") {
-                               return "object";
-               }
-               return undefined;
-       },
-
-       push: function(result, actual, expected, message) {
-               var details = {
-                       result: result,
-                       message: message,
-                       actual: actual,
-                       expected: expected
-               };
-
-               message = escapeHtml(message) || (result ? "okay" : "failed");
-               message = '<span class="test-message">' + message + "</span>";
-               expected = escapeHtml(QUnit.jsDump.parse(expected));
-               actual = escapeHtml(QUnit.jsDump.parse(actual));
-               var output = message + '<table><tr class="test-expected"><th>Expected: </th><td><pre>' + expected + '</pre></td></tr>';
-               if (actual != expected) {
-                       output += '<tr class="test-actual"><th>Result: </th><td><pre>' + actual + '</pre></td></tr>';
-                       output += '<tr class="test-diff"><th>Diff: </th><td><pre>' + QUnit.diff(expected, actual) +'</pre></td></tr>';
-               }
-               if (!result) {
-                       var source = sourceFromStacktrace();
-                       if (source) {
-                               details.source = source;
-                               output += '<tr class="test-source"><th>Source: </th><td><pre>' + escapeHtml(source) + '</pre></td></tr>';
-                       }
-               }
-               output += "</table>";
-
-               QUnit.log(details);
-
-               config.current.assertions.push({
-                       result: !!result,
-                       message: output
-               });
-       },
-
-       url: function( params ) {
-               params = extend( extend( {}, QUnit.urlParams ), params );
-               var querystring = "?",
-                       key;
-               for ( key in params ) {
-                       querystring += encodeURIComponent( key ) + "=" +
-                               encodeURIComponent( params[ key ] ) + "&";
-               }
-               return window.location.pathname + querystring.slice( 0, -1 );
-       },
-
-       extend: extend,
-       id: id,
-       addEvent: addEvent,
-
-       // Logging callbacks; all receive a single argument with the listed properties
-       // run test/logs.html for any related changes
-       begin: function() {},
-       // done: { failed, passed, total, runtime }
-       done: function() {},
-       // log: { result, actual, expected, message }
-       log: function() {},
-       // testStart: { name }
-       testStart: function() {},
-       // testDone: { name, failed, passed, total }
-       testDone: function() {},
-       // moduleStart: { name }
-       moduleStart: function() {},
-       // moduleDone: { name, failed, passed, total }
-       moduleDone: function() {}
-});
-
-if ( typeof document === "undefined" || document.readyState === "complete" ) {
-       config.autorun = true;
-}
-
-QUnit.load = function() {
-       QUnit.begin({});
-
-       // Initialize the config, saving the execution queue
-       var oldconfig = extend({}, config);
-       QUnit.init();
-       extend(config, oldconfig);
-
-       config.blocking = false;
-
-       var urlConfigHtml = '', len = config.urlConfig.length;
-       for ( var i = 0, val; i < len, val = config.urlConfig[i]; i++ ) {
-               config[val] = QUnit.urlParams[val];
-               urlConfigHtml += '<label><input name="' + val + '" type="checkbox"' + ( config[val] ? ' checked="checked"' : '' ) + '>' + val + '</label>';
-       }
-
-       var userAgent = id("qunit-userAgent");
-       if ( userAgent ) {
-               userAgent.innerHTML = navigator.userAgent;
-       }
-       var banner = id("qunit-header");
-       if ( banner ) {
-               banner.innerHTML = '<a href="' + QUnit.url({ filter: undefined }) + '"> ' + banner.innerHTML + '</a> ' + urlConfigHtml;
-               addEvent( banner, "change", function( event ) {
-                       var params = {};
-                       params[ event.target.name ] = event.target.checked ? true : undefined;
-                       window.location = QUnit.url( params );
-               });
-       }
-
-       var toolbar = id("qunit-testrunner-toolbar");
-       if ( toolbar ) {
-               var filter = document.createElement("input");
-               filter.type = "checkbox";
-               filter.id = "qunit-filter-pass";
-               addEvent( filter, "click", function() {
-                       var ol = document.getElementById("qunit-tests");
-                       if ( filter.checked ) {
-                               ol.className = ol.className + " hidepass";
-                       } else {
-                               var tmp = " " + ol.className.replace( /[\n\t\r]/g, " " ) + " ";
-                               ol.className = tmp.replace(/ hidepass /, " ");
-                       }
-                       if ( defined.sessionStorage ) {
-                               if (filter.checked) {
-                                       sessionStorage.setItem("qunit-filter-passed-tests", "true");
-                               } else {
-                                       sessionStorage.removeItem("qunit-filter-passed-tests");
-                               }
-                       }
-               });
-               if ( config.hidepassed || defined.sessionStorage && sessionStorage.getItem("qunit-filter-passed-tests") ) {
-                       filter.checked = true;
-                       var ol = document.getElementById("qunit-tests");
-                       ol.className = ol.className + " hidepass";
-               }
-               toolbar.appendChild( filter );
-
-               var label = document.createElement("label");
-               label.setAttribute("for", "qunit-filter-pass");
-               label.innerHTML = "Hide passed tests";
-               toolbar.appendChild( label );
-       }
-
-       var main = id('qunit-fixture');
-       if ( main ) {
-               config.fixture = main.innerHTML;
-       }
-
-       if (config.autostart) {
-               QUnit.start();
-       }
-};
-
-addEvent(window, "load", QUnit.load);
-
-function done() {
-       config.autorun = true;
-
-       // Log the last module results
-       if ( config.currentModule ) {
-               QUnit.moduleDone( {
-                       name: config.currentModule,
-                       failed: config.moduleStats.bad,
-                       passed: config.moduleStats.all - config.moduleStats.bad,
-                       total: config.moduleStats.all
-               } );
-       }
-
-       var banner = id("qunit-banner"),
-               tests = id("qunit-tests"),
-               runtime = +new Date - config.started,
-               passed = config.stats.all - config.stats.bad,
-               html = [
-                       'Tests completed in ',
-                       runtime,
-                       ' milliseconds.<br/>',
-                       '<span class="passed">',
-                       passed,
-                       '</span> tests of <span class="total">',
-                       config.stats.all,
-                       '</span> passed, <span class="failed">',
-                       config.stats.bad,
-                       '</span> failed.'
-               ].join('');
-
-       if ( banner ) {
-               banner.className = (config.stats.bad ? "qunit-fail" : "qunit-pass");
-       }
-
-       if ( tests ) {
-               id( "qunit-testresult" ).innerHTML = html;
-       }
-
-       if ( config.altertitle && typeof document !== "undefined" && document.title ) {
-               // show ✖ for good, ✔ for bad suite result in title
-               // use escape sequences in case file gets loaded with non-utf-8-charset
-               document.title = [
-                       (config.stats.bad ? "\u2716" : "\u2714"),
-                       document.title.replace(/^[\u2714\u2716] /i, "")
-               ].join(" ");
-       }
-
-       QUnit.done( {
-               failed: config.stats.bad,
-               passed: passed,
-               total: config.stats.all,
-               runtime: runtime
-       } );
-}
-
-function validTest( name ) {
-       var filter = config.filter,
-               run = false;
-
-       if ( !filter ) {
-               return true;
-       }
-
-       var not = filter.charAt( 0 ) === "!";
-       if ( not ) {
-               filter = filter.slice( 1 );
-       }
-
-       if ( name.indexOf( filter ) !== -1 ) {
-               return !not;
-       }
-
-       if ( not ) {
-               run = true;
-       }
-
-       return run;
-}
-
-// so far supports only Firefox, Chrome and Opera (buggy)
-// could be extended in the future to use something like https://github.com/csnover/TraceKit
-function sourceFromStacktrace() {
-       try {
-               throw new Error();
-       } catch ( e ) {
-               if (e.stacktrace) {
-                       // Opera
-                       return e.stacktrace.split("\n")[6];
-               } else if (e.stack) {
-                       // Firefox, Chrome
-                       return e.stack.split("\n")[4];
-               } else if (e.sourceURL) {
-                       // Safari, PhantomJS
-                       // TODO sourceURL points at the 'throw new Error' line above, useless
-                       //return e.sourceURL + ":" + e.line;
-               }
-       }
-}
-
-function escapeHtml(s) {
-       if (!s) {
-               return "";
-       }
-       s = s + "";
-       return s.replace(/[\&"<>\\]/g, function(s) {
-               switch(s) {
-                       case "&": return "&amp;";
-                       case "\\": return "\\\\";
-                       case '"': return '\"';
-                       case "<": return "&lt;";
-                       case ">": return "&gt;";
-                       default: return s;
-               }
-       });
-}
-
-function synchronize( callback ) {
-       config.queue.push( callback );
-
-       if ( config.autorun && !config.blocking ) {
-               process();
-       }
-}
-
-function process() {
-       var start = (new Date()).getTime();
-
-       while ( config.queue.length && !config.blocking ) {
-               if ( config.updateRate <= 0 || (((new Date()).getTime() - start) < config.updateRate) ) {
-                       config.queue.shift()();
-               } else {
-                       window.setTimeout( process, 13 );
-                       break;
-               }
-       }
-       if (!config.blocking && !config.queue.length) {
-               done();
-       }
-}
-
-function saveGlobal() {
-       config.pollution = [];
-
-       if ( config.noglobals ) {
-               for ( var key in window ) {
-                       config.pollution.push( key );
-               }
-       }
-}
-
-function checkPollution( name ) {
-       var old = config.pollution;
-       saveGlobal();
-
-       var newGlobals = diff( config.pollution, old );
-       if ( newGlobals.length > 0 ) {
-               ok( false, "Introduced global variable(s): " + newGlobals.join(", ") );
-       }
-
-       var deletedGlobals = diff( old, config.pollution );
-       if ( deletedGlobals.length > 0 ) {
-               ok( false, "Deleted global variable(s): " + deletedGlobals.join(", ") );
-       }
-}
-
-// returns a new Array with the elements that are in a but not in b
-function diff( a, b ) {
-       var result = a.slice();
-       for ( var i = 0; i < result.length; i++ ) {
-               for ( var j = 0; j < b.length; j++ ) {
-                       if ( result[i] === b[j] ) {
-                               result.splice(i, 1);
-                               i--;
-                               break;
-                       }
-               }
-       }
-       return result;
-}
-
-function fail(message, exception, callback) {
-       if ( typeof console !== "undefined" && console.error && console.warn ) {
-               console.error(message);
-               console.error(exception);
-               console.warn(callback.toString());
-
-       } else if ( window.opera && opera.postError ) {
-               opera.postError(message, exception, callback.toString);
-       }
-}
-
-function extend(a, b) {
-       for ( var prop in b ) {
-               if ( b[prop] === undefined ) {
-                       delete a[prop];
-               } else {
-                       a[prop] = b[prop];
-               }
-       }
-
-       return a;
-}
-
-function addEvent(elem, type, fn) {
-       if ( elem.addEventListener ) {
-               elem.addEventListener( type, fn, false );
-       } else if ( elem.attachEvent ) {
-               elem.attachEvent( "on" + type, fn );
-       } else {
-               fn();
-       }
-}
-
-function id(name) {
-       return !!(typeof document !== "undefined" && document && document.getElementById) &&
-               document.getElementById( name );
-}
-
-// Test for equality any JavaScript type.
-// Discussions and reference: http://philrathe.com/articles/equiv
-// Test suites: http://philrathe.com/tests/equiv
-// Author: Philippe Rathé <prathe@gmail.com>
-QUnit.equiv = function () {
-
-       var innerEquiv; // the real equiv function
-       var callers = []; // stack to decide between skip/abort functions
-       var parents = []; // stack to avoiding loops from circular referencing
-
-       // Call the o related callback with the given arguments.
-       function bindCallbacks(o, callbacks, args) {
-               var prop = QUnit.objectType(o);
-               if (prop) {
-                       if (QUnit.objectType(callbacks[prop]) === "function") {
-                               return callbacks[prop].apply(callbacks, args);
-                       } else {
-                               return callbacks[prop]; // or undefined
-                       }
-               }
-       }
-
-       var callbacks = function () {
-
-               // for string, boolean, number and null
-               function useStrictEquality(b, a) {
-                       if (b instanceof a.constructor || a instanceof b.constructor) {
-                               // to catch short annotaion VS 'new' annotation of a
-                               // declaration
-                               // e.g. var i = 1;
-                               // var j = new Number(1);
-                               return a == b;
-                       } else {
-                               return a === b;
-                       }
-               }
-
-               return {
-                       "string" : useStrictEquality,
-                       "boolean" : useStrictEquality,
-                       "number" : useStrictEquality,
-                       "null" : useStrictEquality,
-                       "undefined" : useStrictEquality,
-
-                       "nan" : function(b) {
-                               return isNaN(b);
-                       },
-
-                       "date" : function(b, a) {
-                               return QUnit.objectType(b) === "date"
-                                               && a.valueOf() === b.valueOf();
-                       },
-
-                       "regexp" : function(b, a) {
-                               return QUnit.objectType(b) === "regexp"
-                                               && a.source === b.source && // the regex itself
-                                               a.global === b.global && // and its modifers
-                                                                                                       // (gmi) ...
-                                               a.ignoreCase === b.ignoreCase
-                                               && a.multiline === b.multiline;
-                       },
-
-                       // - skip when the property is a method of an instance (OOP)
-                       // - abort otherwise,
-                       // initial === would have catch identical references anyway
-                       "function" : function() {
-                               var caller = callers[callers.length - 1];
-                               return caller !== Object && typeof caller !== "undefined";
-                       },
-
-                       "array" : function(b, a) {
-                               var i, j, loop;
-                               var len;
-
-                               // b could be an object literal here
-                               if (!(QUnit.objectType(b) === "array")) {
-                                       return false;
-                               }
-
-                               len = a.length;
-                               if (len !== b.length) { // safe and faster
-                                       return false;
-                               }
-
-                               // track reference to avoid circular references
-                               parents.push(a);
-                               for (i = 0; i < len; i++) {
-                                       loop = false;
-                                       for (j = 0; j < parents.length; j++) {
-                                               if (parents[j] === a[i]) {
-                                                       loop = true;// dont rewalk array
-                                               }
-                                       }
-                                       if (!loop && !innerEquiv(a[i], b[i])) {
-                                               parents.pop();
-                                               return false;
-                                       }
-                               }
-                               parents.pop();
-                               return true;
-                       },
-
-                       "object" : function(b, a) {
-                               var i, j, loop;
-                               var eq = true; // unless we can proove it
-                               var aProperties = [], bProperties = []; // collection of
-                                                                                                               // strings
-
-                               // comparing constructors is more strict than using
-                               // instanceof
-                               if (a.constructor !== b.constructor) {
-                                       return false;
-                               }
-
-                               // stack constructor before traversing properties
-                               callers.push(a.constructor);
-                               // track reference to avoid circular references
-                               parents.push(a);
-
-                               for (i in a) { // be strict: don't ensures hasOwnProperty
-                                                               // and go deep
-                                       loop = false;
-                                       for (j = 0; j < parents.length; j++) {
-                                               if (parents[j] === a[i])
-                                                       loop = true; // don't go down the same path
-                                                                                       // twice
-                                       }
-                                       aProperties.push(i); // collect a's properties
-
-                                       if (!loop && !innerEquiv(a[i], b[i])) {
-                                               eq = false;
-                                               break;
-                                       }
-                               }
-
-                               callers.pop(); // unstack, we are done
-                               parents.pop();
-
-                               for (i in b) {
-                                       bProperties.push(i); // collect b's properties
-                               }
-
-                               // Ensures identical properties name
-                               return eq
-                                               && innerEquiv(aProperties.sort(), bProperties
-                                                               .sort());
-                       }
-               };
-       }();
-
-       innerEquiv = function() { // can take multiple arguments
-               var args = Array.prototype.slice.apply(arguments);
-               if (args.length < 2) {
-                       return true; // end transition
-               }
-
-               return (function(a, b) {
-                       if (a === b) {
-                               return true; // catch the most you can
-                       } else if (a === null || b === null || typeof a === "undefined"
-                                       || typeof b === "undefined"
-                                       || QUnit.objectType(a) !== QUnit.objectType(b)) {
-                               return false; // don't lose time with error prone cases
-                       } else {
-                               return bindCallbacks(a, callbacks, [ b, a ]);
-                       }
-
-                       // apply transition with (1..n) arguments
-               })(args[0], args[1])
-                               && arguments.callee.apply(this, args.splice(1,
-                                               args.length - 1));
-       };
-
-       return innerEquiv;
-
-}();
-
-/**
- * jsDump Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com |
- * http://flesler.blogspot.com Licensed under BSD
- * (http://www.opensource.org/licenses/bsd-license.php) Date: 5/15/2008
- *
- * @projectDescription Advanced and extensible data dumping for Javascript.
- * @version 1.0.0
- * @author Ariel Flesler
- * @link {http://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html}
- */
-QUnit.jsDump = (function() {
-       function quote( str ) {
-               return '"' + str.toString().replace(/"/g, '\\"') + '"';
-       };
-       function literal( o ) {
-               return o + '';
-       };
-       function join( pre, arr, post ) {
-               var s = jsDump.separator(),
-                       base = jsDump.indent(),
-                       inner = jsDump.indent(1);
-               if ( arr.join )
-                       arr = arr.join( ',' + s + inner );
-               if ( !arr )
-                       return pre + post;
-               return [ pre, inner + arr, base + post ].join(s);
-       };
-       function array( arr, stack ) {
-               var i = arr.length, ret = Array(i);
-               this.up();
-               while ( i-- )
-                       ret[i] = this.parse( arr[i] , undefined , stack);
-               this.down();
-               return join( '[', ret, ']' );
-       };
-
-       var reName = /^function (\w+)/;
-
-       var jsDump = {
-               parse:function( obj, type, stack ) { //type is used mostly internally, you can fix a (custom)type in advance
-                       stack = stack || [ ];
-                       var parser = this.parsers[ type || this.typeOf(obj) ];
-                       type = typeof parser;
-                       var inStack = inArray(obj, stack);
-                       if (inStack != -1) {
-                               return 'recursion('+(inStack - stack.length)+')';
-                       }
-                       //else
-                       if (type == 'function')  {
-                                       stack.push(obj);
-                                       var res = parser.call( this, obj, stack );
-                                       stack.pop();
-                                       return res;
-                       }
-                       // else
-                       return (type == 'string') ? parser : this.parsers.error;
-               },
-               typeOf:function( obj ) {
-                       var type;
-                       if ( obj === null ) {
-                               type = "null";
-                       } else if (typeof obj === "undefined") {
-                               type = "undefined";
-                       } else if (QUnit.is("RegExp", obj)) {
-                               type = "regexp";
-                       } else if (QUnit.is("Date", obj)) {
-                               type = "date";
-                       } else if (QUnit.is("Function", obj)) {
-                               type = "function";
-                       } else if (typeof obj.setInterval !== undefined && typeof obj.document !== "undefined" && typeof obj.nodeType === "undefined") {
-                               type = "window";
-                       } else if (obj.nodeType === 9) {
-                               type = "document";
-                       } else if (obj.nodeType) {
-                               type = "node";
-                       } else if (typeof obj === "object" && typeof obj.length === "number" && obj.length >= 0) {
-                               type = "array";
-                       } else {
-                               type = typeof obj;
-                       }
-                       return type;
-               },
-               separator:function() {
-                       return this.multiline ? this.HTML ? '<br />' : '\n' : this.HTML ? '&nbsp;' : ' ';
-               },
-               indent:function( extra ) {// extra can be a number, shortcut for increasing-calling-decreasing
-                       if ( !this.multiline )
-                               return '';
-                       var chr = this.indentChar;
-                       if ( this.HTML )
-                               chr = chr.replace(/\t/g,'   ').replace(/ /g,'&nbsp;');
-                       return Array( this._depth_ + (extra||0) ).join(chr);
-               },
-               up:function( a ) {
-                       this._depth_ += a || 1;
-               },
-               down:function( a ) {
-                       this._depth_ -= a || 1;
-               },
-               setParser:function( name, parser ) {
-                       this.parsers[name] = parser;
-               },
-               // The next 3 are exposed so you can use them
-               quote:quote,
-               literal:literal,
-               join:join,
-               //
-               _depth_: 1,
-               // This is the list of parsers, to modify them, use jsDump.setParser
-               parsers:{
-                       window: '[Window]',
-                       document: '[Document]',
-                       error:'[ERROR]', //when no parser is found, shouldn't happen
-                       unknown: '[Unknown]',
-                       'null':'null',
-                       'undefined':'undefined',
-                       'function':function( fn ) {
-                               var ret = 'function',
-                                       name = 'name' in fn ? fn.name : (reName.exec(fn)||[])[1];//functions never have name in IE
-                               if ( name )
-                                       ret += ' ' + name;
-                               ret += '(';
-
-                               ret = [ ret, QUnit.jsDump.parse( fn, 'functionArgs' ), '){'].join('');
-                               return join( ret, QUnit.jsDump.parse(fn,'functionCode'), '}' );
-                       },
-                       array: array,
-                       nodelist: array,
-                       arguments: array,
-                       object:function( map, stack ) {
-                               var ret = [ ];
-                               QUnit.jsDump.up();
-                               for ( var key in map ) {
-                                   var val = map[key];
-                                       ret.push( QUnit.jsDump.parse(key,'key') + ': ' + QUnit.jsDump.parse(val, undefined, stack));
-                }
-                               QUnit.jsDump.down();
-                               return join( '{', ret, '}' );
-                       },
-                       node:function( node ) {
-                               var open = QUnit.jsDump.HTML ? '&lt;' : '<',
-                                       close = QUnit.jsDump.HTML ? '&gt;' : '>';
-
-                               var tag = node.nodeName.toLowerCase(),
-                                       ret = open + tag;
-
-                               for ( var a in QUnit.jsDump.DOMAttrs ) {
-                                       var val = node[QUnit.jsDump.DOMAttrs[a]];
-                                       if ( val )
-                                               ret += ' ' + a + '=' + QUnit.jsDump.parse( val, 'attribute' );
-                               }
-                               return ret + close + open + '/' + tag + close;
-                       },
-                       functionArgs:function( fn ) {//function calls it internally, it's the arguments part of the function
-                               var l = fn.length;
-                               if ( !l ) return '';
-
-                               var args = Array(l);
-                               while ( l-- )
-                                       args[l] = String.fromCharCode(97+l);//97 is 'a'
-                               return ' ' + args.join(', ') + ' ';
-                       },
-                       key:quote, //object calls it internally, the key part of an item in a map
-                       functionCode:'[code]', //function calls it internally, it's the content of the function
-                       attribute:quote, //node calls it internally, it's an html attribute value
-                       string:quote,
-                       date:quote,
-                       regexp:literal, //regex
-                       number:literal,
-                       'boolean':literal
-               },
-               DOMAttrs:{//attributes to dump from nodes, name=>realName
-                       id:'id',
-                       name:'name',
-                       'class':'className'
-               },
-               HTML:false,//if true, entities are escaped ( <, >, \t, space and \n )
-               indentChar:'  ',//indentation unit
-               multiline:true //if true, items in a collection, are separated by a \n, else just a space.
-       };
-
-       return jsDump;
-})();
-
-// from Sizzle.js
-function getText( elems ) {
-       var ret = "", elem;
-
-       for ( var i = 0; elems[i]; i++ ) {
-               elem = elems[i];
-
-               // Get the text from text nodes and CDATA nodes
-               if ( elem.nodeType === 3 || elem.nodeType === 4 ) {
-                       ret += elem.nodeValue;
-
-               // Traverse everything else, except comment nodes
-               } else if ( elem.nodeType !== 8 ) {
-                       ret += getText( elem.childNodes );
-               }
-       }
-
-       return ret;
-};
-
-//from jquery.js
-function inArray( elem, array ) {
-       if ( array.indexOf ) {
-               return array.indexOf( elem );
-       }
-
-       for ( var i = 0, length = array.length; i < length; i++ ) {
-               if ( array[ i ] === elem ) {
-                       return i;
-               }
-       }
-
-       return -1;
-}
-
-/*
- * Javascript Diff Algorithm
- *  By John Resig (http://ejohn.org/)
- *  Modified by Chu Alan "sprite"
- *
- * Released under the MIT license.
- *
- * More Info:
- *  http://ejohn.org/projects/javascript-diff-algorithm/
- *
- * Usage: QUnit.diff(expected, actual)
- *
- * QUnit.diff("the quick brown fox jumped over", "the quick fox jumps over") == "the  quick <del>brown </del> fox <del>jumped </del><ins>jumps </ins> over"
- */
-QUnit.diff = (function() {
-       function diff(o, n) {
-               var ns = {};
-               var os = {};
-
-               for (var i = 0; i < n.length; i++) {
-                       if (ns[n[i]] == null)
-                               ns[n[i]] = {
-                                       rows: [],
-                                       o: null
-                               };
-                       ns[n[i]].rows.push(i);
-               }
-
-               for (var i = 0; i < o.length; i++) {
-                       if (os[o[i]] == null)
-                               os[o[i]] = {
-                                       rows: [],
-                                       n: null
-                               };
-                       os[o[i]].rows.push(i);
-               }
-
-               for (var i in ns) {
-                       if (ns[i].rows.length == 1 && typeof(os[i]) != "undefined" && os[i].rows.length == 1) {
-                               n[ns[i].rows[0]] = {
-                                       text: n[ns[i].rows[0]],
-                                       row: os[i].rows[0]
-                               };
-                               o[os[i].rows[0]] = {
-                                       text: o[os[i].rows[0]],
-                                       row: ns[i].rows[0]
-                               };
-                       }
-               }
-
-               for (var i = 0; i < n.length - 1; i++) {
-                       if (n[i].text != null && n[i + 1].text == null && n[i].row + 1 < o.length && o[n[i].row + 1].text == null &&
-                       n[i + 1] == o[n[i].row + 1]) {
-                               n[i + 1] = {
-                                       text: n[i + 1],
-                                       row: n[i].row + 1
-                               };
-                               o[n[i].row + 1] = {
-                                       text: o[n[i].row + 1],
-                                       row: i + 1
-                               };
-                       }
-               }
-
-               for (var i = n.length - 1; i > 0; i--) {
-                       if (n[i].text != null && n[i - 1].text == null && n[i].row > 0 && o[n[i].row - 1].text == null &&
-                       n[i - 1] == o[n[i].row - 1]) {
-                               n[i - 1] = {
-                                       text: n[i - 1],
-                                       row: n[i].row - 1
-                               };
-                               o[n[i].row - 1] = {
-                                       text: o[n[i].row - 1],
-                                       row: i - 1
-                               };
-                       }
-               }
-
-               return {
-                       o: o,
-                       n: n
-               };
-       }
-
-       return function(o, n) {
-               o = o.replace(/\s+$/, '');
-               n = n.replace(/\s+$/, '');
-               var out = diff(o == "" ? [] : o.split(/\s+/), n == "" ? [] : n.split(/\s+/));
-
-               var str = "";
-
-               var oSpace = o.match(/\s+/g);
-               if (oSpace == null) {
-                       oSpace = [" "];
-               }
-               else {
-                       oSpace.push(" ");
-               }
-               var nSpace = n.match(/\s+/g);
-               if (nSpace == null) {
-                       nSpace = [" "];
-               }
-               else {
-                       nSpace.push(" ");
-               }
-
-               if (out.n.length == 0) {
-                       for (var i = 0; i < out.o.length; i++) {
-                               str += '<del>' + out.o[i] + oSpace[i] + "</del>";
-                       }
-               }
-               else {
-                       if (out.n[0].text == null) {
-                               for (n = 0; n < out.o.length && out.o[n].text == null; n++) {
-                                       str += '<del>' + out.o[n] + oSpace[n] + "</del>";
-                               }
-                       }
-
-                       for (var i = 0; i < out.n.length; i++) {
-                               if (out.n[i].text == null) {
-                                       str += '<ins>' + out.n[i] + nSpace[i] + "</ins>";
-                               }
-                               else {
-                                       var pre = "";
-
-                                       for (n = out.n[i].row + 1; n < out.o.length && out.o[n].text == null; n++) {
-                                               pre += '<del>' + out.o[n] + oSpace[n] + "</del>";
-                                       }
-                                       str += " " + out.n[i].text + nSpace[i] + pre;
-                               }
-                       }
-               }
-
-               return str;
-       };
-})();
-
-})(this);
\ No newline at end of file
diff --git a/examples/widget-gallery/index.html b/examples/widget-gallery/index.html
deleted file mode 100644 (file)
index 5230456..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-<!--
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
--->
-
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-
-    <title>Cowhide Widget Gallery</title>
-    <meta name="description" content="A widget gallery showcasing Cowhide's capabilities.">
-    <meta name="viewport" content="width=device-width">
-
-    <link id="cowhide-theme" rel="stylesheet" href="../../cowhide-default.css">
-  </head>
-
-  <body>
-    <div class="container page">
-      <h1>
-        Cowhide
-        <small>An HTML5 framework built on top of Twitter Bootstrap.</small>
-      </h1>
-
-      <div class="well">
-        <button id="night-mode-toggle" class="btn btn-primary" data-toggle="button">Night mode</button>
-        <button id="driving-mode-toggle" class="btn btn-primary" data-toggle="button" data-ignore-driving-mode="true">Driving mode</button>
-
-        <div class="pull-right">
-          <form class="form-inline" id="font-size-test">
-            <div class="control-group">
-              <div class="input-append">
-                <input type="text"
-                       id="button-font-size" placeholder="Button font size"/>
-                <span class="add-on">px</span>
-                <button class="btn" type="button">Apply</button>
-              </div>
-            </div>
-        </div>
-      </div>
-
-      <h2>Cowhide Widget Gallery <small>A partial list.</small></h2>
-      <div id="application">
-        <h3>Radio buttons</h3>
-        <form>
-          <label class="radio">
-            <input type="radio" name="a" value="1">Radio option 1
-          </label>
-          <label class="radio">
-            <input type="radio" name="a" value="2">Radio option 2
-          </label>
-            <label class="radio">
-            <input type="radio" name="a" value="3">Radio option 3
-          </label>
-        </form>
-
-        <h3>Check buttons</h3>
-        <form>
-          <label class="checkbox">
-            <input type="checkbox" name="a" value="1">Checkbox option 1
-          </label>
-          <label class="checkbox">
-            <input type="checkbox" name="a" value="2">Checkbox option 2
-          </label>
-            <label class="checkbox">
-            <input type="checkbox" name="a" value="3">Checkbox option 3
-          </label>
-        </form>
-
-        <h3>Text scrolling on a button</h3>
-        <button class="btn btn-primary" data-marquee="true" data-fixed-width="200">
-          This is a very long text and needs to scroll
-        </button>
-      </div>
-    </div> <!-- container -->
-
-    <!-- The glorious cowhide framework. -->
-    <script src="../../cowhide.js"></script>
-    <script src="javascripts/widget-gallery.js"></script>
-  </body>
-</html>
\ No newline at end of file
diff --git a/examples/widget-gallery/javascripts/widget-gallery.js b/examples/widget-gallery/javascripts/widget-gallery.js
deleted file mode 100644 (file)
index 53dbf3b..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-$(function() {
-    $.cowhide.initThemeEngine({
-        path: '../..'
-    });
-    $('#night-mode-toggle').click(function() {
-        $.cowhide.toggleNightMode();
-    });
-
-    $('#driving-mode-toggle').click(function() {
-        $.cowhide.toggleDrivingMode();
-    });
-
-    $('form#font-size-test button').click(function() {
-        var $form = $(this).closest('form');
-        var $input = $form.find('input');
-        var val = $input.val();
-
-        $('.btn').css('font-size', val + 'px');
-    })
-});
index fc6689f..94abb44 100644 (file)
--- a/grunt.js
+++ b/grunt.js
@@ -20,8 +20,6 @@ module.exports = function(grunt) {
         'src/stylesheets/**/*.less',
         'src/themes/**/*.less',
 
-        'examples/**/*.*',
-
         'tests/**/*.js'
       ],
       tasks: 'default'
@@ -36,19 +34,6 @@ module.exports = function(grunt) {
         'src/bootstrap/js/*.js',
         'src/javascripts/*.js',
 
-        'examples/calf/javascripts/*.js',
-        'examples/calf/javascripts/app/*.js',
-        'examples/calf/javascripts/app/**/*.js',
-
-        'examples/calf-ng/javascripts/*.js',
-        'examples/calf-ng/javascripts/app/*.js',
-        'examples/calf-ng/javascripts/app/**/*.js',
-
-        'examples/widget-gallery/javascripts/*.js',
-
-        'examples/hoofbeats/javascripts/*.js',
-        'examples/hoofbeats/javascripts/resolvers/*.js',
-
         'test/**/*.js'
       ]
     },
@@ -105,11 +90,9 @@ module.exports = function(grunt) {
     concat: {
       cowhide_js: {
         src: [
-          'lib/jquery-1.8.3.js',
-          'lib/jquery-ui-1.9.2.custom.js',
-          'lib/jquery.ui.slider.js',
-          'lib/jquery.mCustomScrollbar.js',
-          'lib/underscore-min.js',
+          'lib/jquery/dist/jquery.js',
+          'lib/jquery-ui/dist/jquery-ui.js',
+          'lib/underscore/underscore.js',
 
           // Bootstrap files must preserve order.
           'src/bootstrap/js/bootstrap-transition.js',
@@ -143,58 +126,34 @@ module.exports = function(grunt) {
           'src/javascripts/cowhide-simple-scrollable.js'
         ], dest: 'dist/cowhide.js'
       },
-      cowhide_ng_js: {
-        src: [
-          'lib/angular.js',
-
-          'src/javascripts/cowhide-ng-core.js',
-          'src/javascripts/cowhide-ng-page.js',
-          'src/javascripts/cowhide-ng-header.js',
-          'src/javascripts/cowhide-ng-button.js',
-          'src/javascripts/cowhide-ng-slider.js',
-          'src/javascripts/cowhide-ng-scrollable.js'
-        ], dest: 'dist/cowhide-ng.js'
-      },
       css_default: {
         src: [
           'dist/cowhide-default.css',
-          'lib/jquery.ui.slider.css',
-          'lib/jquery.mCustomScrollbar.css'
         ], dest: 'dist/cowhide-default.css'
       },
       css_default_night: {
         src: [
           'dist/cowhide-default-night.css',
-          'lib/jquery.ui.slider.css',
-          'lib/jquery.mCustomScrollbar.css'
         ], dest: 'dist/cowhide-default-night.css'
       },
       css_amelia: {
         src: [
           'dist/cowhide-amelia.css',
-          'lib/jquery.ui.slider.css',
-          'lib/jquery.mCustomScrollbar.css'
         ], dest: 'dist/cowhide-amelia.css'
       },
       css_amelia_night: {
         src: [
           'dist/cowhide-amelia-night.css',
-          'lib/jquery.ui.slider.css',
-          'lib/jquery.mCustomScrollbar.css'
         ], dest: 'dist/cowhide-amelia-night.css'
       },
       css_spruce: {
         src: [
           'dist/cowhide-spruce.css',
-          'lib/jquery.ui.slider.css',
-          'lib/jquery.mCustomScrollbar.css'
         ], dest: 'dist/cowhide-spruce.css'
       },
       css_spruce_night: {
         src: [
           'dist/cowhide-spruce-night.css',
-          'lib/jquery.ui.slider.css',
-          'lib/jquery.mCustomScrollbar.css'
         ], dest: 'dist/cowhide-spruce-night.css'
       }
     },
@@ -202,10 +161,6 @@ module.exports = function(grunt) {
       cowhide: {
         src: ['dist/cowhide.js'],
         dest: 'dist/cowhide.min.js'
-      },
-      cowhide_ng: {
-        src: ['fist/cowhide-ng.js'],
-        dest: 'dist/cowhide-ng.min.js'
       }
     },
     cssmin: {
@@ -243,55 +198,9 @@ module.exports = function(grunt) {
         files: {
           'dist/images/': 'images/**',
           'dist/README.md': 'README.md',
-          'dist/examples/calf/': 'examples/calf/**',
-          'dist/examples/calf-ng/': 'examples/calf-ng/**',
-          'dist/examples/hoofbeats/': 'examples/hoofbeats/**',
-          'dist/examples/widget-gallery/': 'examples/widget-gallery/**',
           'dist/docs/': 'docs/**'
         }
       },
-      examples_lib: {
-        options: {
-          flatten: true
-        },
-        files: {
-          'examples/calf/lib/': [
-            'dist/cowhide-default.css',
-            'dist/cowhide.js',
-          ],
-          'examples/calf/lib/images/': ['dist/images/**'],
-
-          'examples/hoofbeats/lib/': [
-            'dist/cowhide-default.css',
-            'dist/cowhide.js',
-            'lib/handlebars-1.0.rc.2.js',
-            'lib/ember-1.0.0-pre.4.js'
-          ],
-          'examples/hoofbeats/lib/images/': ['dist/images/**']
-        }
-      },
-      examples_lib_dist: {
-        options: {
-          flatten: true
-        },
-        files: {
-          'dist/examples/calf/lib/': [
-            'dist/images/',
-            'dist/cowhide-default.css',
-            'dist/cowhide.js',
-          ],
-          'dist/examples/calf/lib/images/': ['dist/images/**'],
-
-          'dist/examples/hoofbeats/lib/': [
-            'dist/images/',
-            'dist/cowhide-default.css',
-            'dist/cowhide.js',
-            'lib/handlebars-1.0.rc.2.js',
-            'lib/ember-1.0.0-pre.4.js'
-          ],
-          'dist/examples/hoofbeats/lib/images/': ['dist/images/**']
-        }
-      }
     },
     exec: {
       build_docs: {
diff --git a/lib/angular.js b/lib/angular.js
deleted file mode 100644 (file)
index 0e4138b..0000000
+++ /dev/null
@@ -1,14401 +0,0 @@
-/**
- * @license AngularJS v1.0.2
- * (c) 2010-2012 Google, Inc. http://angularjs.org
- * License: MIT
- */
-(function(window, document, undefined) {
-'use strict';
-
-////////////////////////////////////
-
-/**
- * @ngdoc function
- * @name angular.lowercase
- * @function
- *
- * @description Converts the specified string to lowercase.
- * @param {string} string String to be converted to lowercase.
- * @returns {string} Lowercased string.
- */
-var lowercase = function(string){return isString(string) ? string.toLowerCase() : string;};
-
-
-/**
- * @ngdoc function
- * @name angular.uppercase
- * @function
- *
- * @description Converts the specified string to uppercase.
- * @param {string} string String to be converted to uppercase.
- * @returns {string} Uppercased string.
- */
-var uppercase = function(string){return isString(string) ? string.toUpperCase() : string;};
-
-
-var manualLowercase = function(s) {
-  return isString(s)
-      ? s.replace(/[A-Z]/g, function(ch) {return fromCharCode(ch.charCodeAt(0) | 32);})
-      : s;
-};
-var manualUppercase = function(s) {
-  return isString(s)
-      ? s.replace(/[a-z]/g, function(ch) {return fromCharCode(ch.charCodeAt(0) & ~32);})
-      : s;
-};
-
-
-// String#toLowerCase and String#toUpperCase don't produce correct results in browsers with Turkish
-// locale, for this reason we need to detect this case and redefine lowercase/uppercase methods
-// with correct but slower alternatives.
-if ('i' !== 'I'.toLowerCase()) {
-  lowercase = manualLowercase;
-  uppercase = manualUppercase;
-}
-
-function fromCharCode(code) {return String.fromCharCode(code);}
-
-
-var Error             = window.Error,
-    /** holds major version number for IE or NaN for real browsers */
-    msie              = int((/msie (\d+)/.exec(lowercase(navigator.userAgent)) || [])[1]),
-    jqLite,           // delay binding since jQuery could be loaded after us.
-    jQuery,           // delay binding
-    slice             = [].slice,
-    push              = [].push,
-    toString          = Object.prototype.toString,
-
-    /** @name angular */
-    angular           = window.angular || (window.angular = {}),
-    angularModule,
-    nodeName_,
-    uid               = ['0', '0', '0'];
-
-/**
- * @ngdoc function
- * @name angular.forEach
- * @function
- *
- * @description
- * Invokes the `iterator` function once for each item in `obj` collection, which can be either an
- * object or an array. The `iterator` function is invoked with `iterator(value, key)`, where `value`
- * is the value of an object property or an array element and `key` is the object property key or
- * array element index. Specifying a `context` for the function is optional.
- *
- * Note: this function was previously known as `angular.foreach`.
- *
-   <pre>
-     var values = {name: 'misko', gender: 'male'};
-     var log = [];
-     angular.forEach(values, function(value, key){
-       this.push(key + ': ' + value);
-     }, log);
-     expect(log).toEqual(['name: misko', 'gender:male']);
-   </pre>
- *
- * @param {Object|Array} obj Object to iterate over.
- * @param {Function} iterator Iterator function.
- * @param {Object=} context Object to become context (`this`) for the iterator function.
- * @returns {Object|Array} Reference to `obj`.
- */
-function forEach(obj, iterator, context) {
-  var key;
-  if (obj) {
-    if (isFunction(obj)){
-      for (key in obj) {
-        if (key != 'prototype' && key != 'length' && key != 'name' && obj.hasOwnProperty(key)) {
-          iterator.call(context, obj[key], key);
-        }
-      }
-    } else if (obj.forEach && obj.forEach !== forEach) {
-      obj.forEach(iterator, context);
-    } else if (isObject(obj) && isNumber(obj.length)) {
-      for (key = 0; key < obj.length; key++)
-        iterator.call(context, obj[key], key);
-    } else {
-      for (key in obj) {
-        if (obj.hasOwnProperty(key)) {
-          iterator.call(context, obj[key], key);
-        }
-      }
-    }
-  }
-  return obj;
-}
-
-function sortedKeys(obj) {
-  var keys = [];
-  for (var key in obj) {
-    if (obj.hasOwnProperty(key)) {
-      keys.push(key);
-    }
-  }
-  return keys.sort();
-}
-
-function forEachSorted(obj, iterator, context) {
-  var keys = sortedKeys(obj);
-  for ( var i = 0; i < keys.length; i++) {
-    iterator.call(context, obj[keys[i]], keys[i]);
-  }
-  return keys;
-}
-
-
-/**
- * when using forEach the params are value, key, but it is often useful to have key, value.
- * @param {function(string, *)} iteratorFn
- * @returns {function(*, string)}
- */
-function reverseParams(iteratorFn) {
-  return function(value, key) { iteratorFn(key, value) };
-}
-
-/**
- * A consistent way of creating unique IDs in angular. The ID is a sequence of alpha numeric
- * characters such as '012ABC'. The reason why we are not using simply a number counter is that
- * the number string gets longer over time, and it can also overflow, where as the the nextId
- * will grow much slower, it is a string, and it will never overflow.
- *
- * @returns an unique alpha-numeric string
- */
-function nextUid() {
-  var index = uid.length;
-  var digit;
-
-  while(index) {
-    index--;
-    digit = uid[index].charCodeAt(0);
-    if (digit == 57 /*'9'*/) {
-      uid[index] = 'A';
-      return uid.join('');
-    }
-    if (digit == 90  /*'Z'*/) {
-      uid[index] = '0';
-    } else {
-      uid[index] = String.fromCharCode(digit + 1);
-      return uid.join('');
-    }
-  }
-  uid.unshift('0');
-  return uid.join('');
-}
-
-/**
- * @ngdoc function
- * @name angular.extend
- * @function
- *
- * @description
- * Extends the destination object `dst` by copying all of the properties from the `src` object(s)
- * to `dst`. You can specify multiple `src` objects.
- *
- * @param {Object} dst Destination object.
- * @param {...Object} src Source object(s).
- */
-function extend(dst) {
-  forEach(arguments, function(obj){
-    if (obj !== dst) {
-      forEach(obj, function(value, key){
-        dst[key] = value;
-      });
-    }
-  });
-  return dst;
-}
-
-function int(str) {
-  return parseInt(str, 10);
-}
-
-
-function inherit(parent, extra) {
-  return extend(new (extend(function() {}, {prototype:parent}))(), extra);
-}
-
-
-/**
- * @ngdoc function
- * @name angular.noop
- * @function
- *
- * @description
- * A function that performs no operations. This function can be useful when writing code in the
- * functional style.
-   <pre>
-     function foo(callback) {
-       var result = calculateResult();
-       (callback || angular.noop)(result);
-     }
-   </pre>
- */
-function noop() {}
-noop.$inject = [];
-
-
-/**
- * @ngdoc function
- * @name angular.identity
- * @function
- *
- * @description
- * A function that returns its first argument. This function is useful when writing code in the
- * functional style.
- *
-   <pre>
-     function transformer(transformationFn, value) {
-       return (transformationFn || identity)(value);
-     };
-   </pre>
- */
-function identity($) {return $;}
-identity.$inject = [];
-
-
-function valueFn(value) {return function() {return value;};}
-
-/**
- * @ngdoc function
- * @name angular.isUndefined
- * @function
- *
- * @description
- * Determines if a reference is undefined.
- *
- * @param {*} value Reference to check.
- * @returns {boolean} True if `value` is undefined.
- */
-function isUndefined(value){return typeof value == 'undefined';}
-
-
-/**
- * @ngdoc function
- * @name angular.isDefined
- * @function
- *
- * @description
- * Determines if a reference is defined.
- *
- * @param {*} value Reference to check.
- * @returns {boolean} True if `value` is defined.
- */
-function isDefined(value){return typeof value != 'undefined';}
-
-
-/**
- * @ngdoc function
- * @name angular.isObject
- * @function
- *
- * @description
- * Determines if a reference is an `Object`. Unlike `typeof` in JavaScript, `null`s are not
- * considered to be objects.
- *
- * @param {*} value Reference to check.
- * @returns {boolean} True if `value` is an `Object` but not `null`.
- */
-function isObject(value){return value != null && typeof value == 'object';}
-
-
-/**
- * @ngdoc function
- * @name angular.isString
- * @function
- *
- * @description
- * Determines if a reference is a `String`.
- *
- * @param {*} value Reference to check.
- * @returns {boolean} True if `value` is a `String`.
- */
-function isString(value){return typeof value == 'string';}
-
-
-/**
- * @ngdoc function
- * @name angular.isNumber
- * @function
- *
- * @description
- * Determines if a reference is a `Number`.
- *
- * @param {*} value Reference to check.
- * @returns {boolean} True if `value` is a `Number`.
- */
-function isNumber(value){return typeof value == 'number';}
-
-
-/**
- * @ngdoc function
- * @name angular.isDate
- * @function
- *
- * @description
- * Determines if a value is a date.
- *
- * @param {*} value Reference to check.
- * @returns {boolean} True if `value` is a `Date`.
- */
-function isDate(value){
-  return toString.apply(value) == '[object Date]';
-}
-
-
-/**
- * @ngdoc function
- * @name angular.isArray
- * @function
- *
- * @description
- * Determines if a reference is an `Array`.
- *
- * @param {*} value Reference to check.
- * @returns {boolean} True if `value` is an `Array`.
- */
-function isArray(value) {
-  return toString.apply(value) == '[object Array]';
-}
-
-
-/**
- * @ngdoc function
- * @name angular.isFunction
- * @function
- *
- * @description
- * Determines if a reference is a `Function`.
- *
- * @param {*} value Reference to check.
- * @returns {boolean} True if `value` is a `Function`.
- */
-function isFunction(value){return typeof value == 'function';}
-
-
-/**
- * Checks if `obj` is a window object.
- *
- * @private
- * @param {*} obj Object to check
- * @returns {boolean} True if `obj` is a window obj.
- */
-function isWindow(obj) {
-  return obj && obj.document && obj.location && obj.alert && obj.setInterval;
-}
-
-
-function isScope(obj) {
-  return obj && obj.$evalAsync && obj.$watch;
-}
-
-
-function isFile(obj) {
-  return toString.apply(obj) === '[object File]';
-}
-
-
-function isBoolean(value) {
-  return typeof value == 'boolean';
-}
-
-
-function trim(value) {
-  return isString(value) ? value.replace(/^\s*/, '').replace(/\s*$/, '') : value;
-}
-
-/**
- * @ngdoc function
- * @name angular.isElement
- * @function
- *
- * @description
- * Determines if a reference is a DOM element (or wrapped jQuery element).
- *
- * @param {*} value Reference to check.
- * @returns {boolean} True if `value` is a DOM element (or wrapped jQuery element).
- */
-function isElement(node) {
-  return node &&
-    (node.nodeName  // we are a direct element
-    || (node.bind && node.find));  // we have a bind and find method part of jQuery API
-}
-
-/**
- * @param str 'key1,key2,...'
- * @returns {object} in the form of {key1:true, key2:true, ...}
- */
-function makeMap(str){
-  var obj = {}, items = str.split(","), i;
-  for ( i = 0; i < items.length; i++ )
-    obj[ items[i] ] = true;
-  return obj;
-}
-
-
-if (msie < 9) {
-  nodeName_ = function(element) {
-    element = element.nodeName ? element : element[0];
-    return (element.scopeName && element.scopeName != 'HTML')
-      ? uppercase(element.scopeName + ':' + element.nodeName) : element.nodeName;
-  };
-} else {
-  nodeName_ = function(element) {
-    return element.nodeName ? element.nodeName : element[0].nodeName;
-  };
-}
-
-
-function map(obj, iterator, context) {
-  var results = [];
-  forEach(obj, function(value, index, list) {
-    results.push(iterator.call(context, value, index, list));
-  });
-  return results;
-}
-
-
-/**
- * @description
- * Determines the number of elements in an array, the number of properties an object has, or
- * the length of a string.
- *
- * Note: This function is used to augment the Object type in Angular expressions. See
- * {@link angular.Object} for more information about Angular arrays.
- *
- * @param {Object|Array|string} obj Object, array, or string to inspect.
- * @param {boolean} [ownPropsOnly=false] Count only "own" properties in an object
- * @returns {number} The size of `obj` or `0` if `obj` is neither an object nor an array.
- */
-function size(obj, ownPropsOnly) {
-  var size = 0, key;
-
-  if (isArray(obj) || isString(obj)) {
-    return obj.length;
-  } else if (isObject(obj)){
-    for (key in obj)
-      if (!ownPropsOnly || obj.hasOwnProperty(key))
-        size++;
-  }
-
-  return size;
-}
-
-
-function includes(array, obj) {
-  return indexOf(array, obj) != -1;
-}
-
-function indexOf(array, obj) {
-  if (array.indexOf) return array.indexOf(obj);
-
-  for ( var i = 0; i < array.length; i++) {
-    if (obj === array[i]) return i;
-  }
-  return -1;
-}
-
-function arrayRemove(array, value) {
-  var index = indexOf(array, value);
-  if (index >=0)
-    array.splice(index, 1);
-  return value;
-}
-
-function isLeafNode (node) {
-  if (node) {
-    switch (node.nodeName) {
-    case "OPTION":
-    case "PRE":
-    case "TITLE":
-      return true;
-    }
-  }
-  return false;
-}
-
-/**
- * @ngdoc function
- * @name angular.copy
- * @function
- *
- * @description
- * Creates a deep copy of `source`, which should be an object or an array.
- *
- * * If no destination is supplied, a copy of the object or array is created.
- * * If a destination is provided, all of its elements (for array) or properties (for objects)
- *   are deleted and then all elements/properties from the source are copied to it.
- * * If  `source` is not an object or array, `source` is returned.
- *
- * Note: this function is used to augment the Object type in Angular expressions. See
- * {@link ng.$filter} for more information about Angular arrays.
- *
- * @param {*} source The source that will be used to make a copy.
- *                   Can be any type, including primitives, `null`, and `undefined`.
- * @param {(Object|Array)=} destination Destination into which the source is copied. If
- *     provided, must be of the same type as `source`.
- * @returns {*} The copy or updated `destination`, if `destination` was specified.
- */
-function copy(source, destination){
-  if (isWindow(source) || isScope(source)) throw Error("Can't copy Window or Scope");
-  if (!destination) {
-    destination = source;
-    if (source) {
-      if (isArray(source)) {
-        destination = copy(source, []);
-      } else if (isDate(source)) {
-        destination = new Date(source.getTime());
-      } else if (isObject(source)) {
-        destination = copy(source, {});
-      }
-    }
-  } else {
-    if (source === destination) throw Error("Can't copy equivalent objects or arrays");
-    if (isArray(source)) {
-      while(destination.length) {
-        destination.pop();
-      }
-      for ( var i = 0; i < source.length; i++) {
-        destination.push(copy(source[i]));
-      }
-    } else {
-      forEach(destination, function(value, key){
-        delete destination[key];
-      });
-      for ( var key in source) {
-        destination[key] = copy(source[key]);
-      }
-    }
-  }
-  return destination;
-}
-
-/**
- * Create a shallow copy of an object
- */
-function shallowCopy(src, dst) {
-  dst = dst || {};
-
-  for(var key in src) {
-    if (src.hasOwnProperty(key) && key.substr(0, 2) !== '$$') {
-      dst[key] = src[key];
-    }
-  }
-
-  return dst;
-}
-
-
-/**
- * @ngdoc function
- * @name angular.equals
- * @function
- *
- * @description
- * Determines if two objects or two values are equivalent. Supports value types, arrays and
- * objects.
- *
- * Two objects or values are considered equivalent if at least one of the following is true:
- *
- * * Both objects or values pass `===` comparison.
- * * Both objects or values are of the same type and all of their properties pass `===` comparison.
- * * Both values are NaN. (In JavasScript, NaN == NaN => false. But we consider two NaN as equal)
- *
- * During a property comparision, properties of `function` type and properties with names
- * that begin with `$` are ignored.
- *
- * Scope and DOMWindow objects are being compared only be identify (`===`).
- *
- * @param {*} o1 Object or value to compare.
- * @param {*} o2 Object or value to compare.
- * @returns {boolean} True if arguments are equal.
- */
-function equals(o1, o2) {
-  if (o1 === o2) return true;
-  if (o1 === null || o2 === null) return false;
-  if (o1 !== o1 && o2 !== o2) return true; // NaN === NaN
-  var t1 = typeof o1, t2 = typeof o2, length, key, keySet;
-  if (t1 == t2) {
-    if (t1 == 'object') {
-      if (isArray(o1)) {
-        if ((length = o1.length) == o2.length) {
-          for(key=0; key<length; key++) {
-            if (!equals(o1[key], o2[key])) return false;
-          }
-          return true;
-        }
-      } else if (isDate(o1)) {
-        return isDate(o2) && o1.getTime() == o2.getTime();
-      } else {
-        if (isScope(o1) || isScope(o2) || isWindow(o1) || isWindow(o2)) return false;
-        keySet = {};
-        for(key in o1) {
-          if (key.charAt(0) !== '$' && !isFunction(o1[key]) && !equals(o1[key], o2[key])) {
-            return false;
-          }
-          keySet[key] = true;
-        }
-        for(key in o2) {
-          if (!keySet[key] && key.charAt(0) !== '$' && !isFunction(o2[key])) return false;
-        }
-        return true;
-      }
-    }
-  }
-  return false;
-}
-
-
-function concat(array1, array2, index) {
-  return array1.concat(slice.call(array2, index));
-}
-
-function sliceArgs(args, startIndex) {
-  return slice.call(args, startIndex || 0);
-}
-
-
-/**
- * @ngdoc function
- * @name angular.bind
- * @function
- *
- * @description
- * Returns a function which calls function `fn` bound to `self` (`self` becomes the `this` for
- * `fn`). You can supply optional `args` that are are prebound to the function. This feature is also
- * known as [function currying](http://en.wikipedia.org/wiki/Currying).
- *
- * @param {Object} self Context which `fn` should be evaluated in.
- * @param {function()} fn Function to be bound.
- * @param {...*} args Optional arguments to be prebound to the `fn` function call.
- * @returns {function()} Function that wraps the `fn` with all the specified bindings.
- */
-function bind(self, fn) {
-  var curryArgs = arguments.length > 2 ? sliceArgs(arguments, 2) : [];
-  if (isFunction(fn) && !(fn instanceof RegExp)) {
-    return curryArgs.length
-      ? function() {
-          return arguments.length
-            ? fn.apply(self, curryArgs.concat(slice.call(arguments, 0)))
-            : fn.apply(self, curryArgs);
-        }
-      : function() {
-          return arguments.length
-            ? fn.apply(self, arguments)
-            : fn.call(self);
-        };
-  } else {
-    // in IE, native methods are not functions so they cannot be bound (note: they don't need to be)
-    return fn;
-  }
-}
-
-
-function toJsonReplacer(key, value) {
-  var val = value;
-
-  if (/^\$+/.test(key)) {
-    val = undefined;
-  } else if (isWindow(value)) {
-    val = '$WINDOW';
-  } else if (value &&  document === value) {
-    val = '$DOCUMENT';
-  } else if (isScope(value)) {
-    val = '$SCOPE';
-  }
-
-  return val;
-}
-
-
-/**
- * @ngdoc function
- * @name angular.toJson
- * @function
- *
- * @description
- * Serializes input into a JSON-formatted string.
- *
- * @param {Object|Array|Date|string|number} obj Input to be serialized into JSON.
- * @param {boolean=} pretty If set to true, the JSON output will contain newlines and whitespace.
- * @returns {string} Jsonified string representing `obj`.
- */
-function toJson(obj, pretty) {
-  return JSON.stringify(obj, toJsonReplacer, pretty ? '  ' : null);
-}
-
-
-/**
- * @ngdoc function
- * @name angular.fromJson
- * @function
- *
- * @description
- * Deserializes a JSON string.
- *
- * @param {string} json JSON string to deserialize.
- * @returns {Object|Array|Date|string|number} Deserialized thingy.
- */
-function fromJson(json) {
-  return isString(json)
-      ? JSON.parse(json)
-      : json;
-}
-
-
-function toBoolean(value) {
-  if (value && value.length !== 0) {
-    var v = lowercase("" + value);
-    value = !(v == 'f' || v == '0' || v == 'false' || v == 'no' || v == 'n' || v == '[]');
-  } else {
-    value = false;
-  }
-  return value;
-}
-
-/**
- * @returns {string} Returns the string representation of the element.
- */
-function startingTag(element) {
-  element = jqLite(element).clone();
-  try {
-    // turns out IE does not let you set .html() on elements which
-    // are not allowed to have children. So we just ignore it.
-    element.html('');
-  } catch(e) {}
-  return jqLite('<div>').append(element).html().
-      match(/^(<[^>]+>)/)[1].
-      replace(/^<([\w\-]+)/, function(match, nodeName) { return '<' + lowercase(nodeName); });
-}
-
-
-/////////////////////////////////////////////////
-
-/**
- * Parses an escaped url query string into key-value pairs.
- * @returns Object.<(string|boolean)>
- */
-function parseKeyValue(/**string*/keyValue) {
-  var obj = {}, key_value, key;
-  forEach((keyValue || "").split('&'), function(keyValue){
-    if (keyValue) {
-      key_value = keyValue.split('=');
-      key = decodeURIComponent(key_value[0]);
-      obj[key] = isDefined(key_value[1]) ? decodeURIComponent(key_value[1]) : true;
-    }
-  });
-  return obj;
-}
-
-function toKeyValue(obj) {
-  var parts = [];
-  forEach(obj, function(value, key) {
-    parts.push(encodeUriQuery(key, true) + (value === true ? '' : '=' + encodeUriQuery(value, true)));
-  });
-  return parts.length ? parts.join('&') : '';
-}
-
-
-/**
- * We need our custom mehtod because encodeURIComponent is too agressive and doesn't follow
- * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path
- * segments:
- *    segment       = *pchar
- *    pchar         = unreserved / pct-encoded / sub-delims / ":" / "@"
- *    pct-encoded   = "%" HEXDIG HEXDIG
- *    unreserved    = ALPHA / DIGIT / "-" / "." / "_" / "~"
- *    sub-delims    = "!" / "$" / "&" / "'" / "(" / ")"
- *                     / "*" / "+" / "," / ";" / "="
- */
-function encodeUriSegment(val) {
-  return encodeUriQuery(val, true).
-             replace(/%26/gi, '&').
-             replace(/%3D/gi, '=').
-             replace(/%2B/gi, '+');
-}
-
-
-/**
- * This method is intended for encoding *key* or *value* parts of query component. We need a custom
- * method becuase encodeURIComponent is too agressive and encodes stuff that doesn't have to be
- * encoded per http://tools.ietf.org/html/rfc3986:
- *    query       = *( pchar / "/" / "?" )
- *    pchar         = unreserved / pct-encoded / sub-delims / ":" / "@"
- *    unreserved    = ALPHA / DIGIT / "-" / "." / "_" / "~"
- *    pct-encoded   = "%" HEXDIG HEXDIG
- *    sub-delims    = "!" / "$" / "&" / "'" / "(" / ")"
- *                     / "*" / "+" / "," / ";" / "="
- */
-function encodeUriQuery(val, pctEncodeSpaces) {
-  return encodeURIComponent(val).
-             replace(/%40/gi, '@').
-             replace(/%3A/gi, ':').
-             replace(/%24/g, '$').
-             replace(/%2C/gi, ',').
-             replace((pctEncodeSpaces ? null : /%20/g), '+');
-}
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngApp
- *
- * @element ANY
- * @param {angular.Module} ngApp on optional application
- *   {@link angular.module module} name to load.
- *
- * @description
- *
- * Use this directive to auto-bootstrap on application. Only
- * one directive can be used per HTML document. The directive
- * designates the root of the application and is typically placed
- * ot the root of the page.
- *
- * In the example below if the `ngApp` directive would not be placed
- * on the `html` element then the document would not be compiled
- * and the `{{ 1+2 }}` would not be resolved to `3`.
- *
- * `ngApp` is the easiest way to bootstrap an application.
- *
- <doc:example>
-   <doc:source>
-    I can add: 1 + 2 =  {{ 1+2 }}
-   </doc:source>
- </doc:example>
- *
- */
-function angularInit(element, bootstrap) {
-  var elements = [element],
-      appElement,
-      module,
-      names = ['ng:app', 'ng-app', 'x-ng-app', 'data-ng-app'],
-      NG_APP_CLASS_REGEXP = /\sng[:\-]app(:\s*([\w\d_]+);?)?\s/;
-
-  function append(element) {
-    element && elements.push(element);
-  }
-
-  forEach(names, function(name) {
-    names[name] = true;
-    append(document.getElementById(name));
-    name = name.replace(':', '\\:');
-    if (element.querySelectorAll) {
-      forEach(element.querySelectorAll('.' + name), append);
-      forEach(element.querySelectorAll('.' + name + '\\:'), append);
-      forEach(element.querySelectorAll('[' + name + ']'), append);
-    }
-  });
-
-  forEach(elements, function(element) {
-    if (!appElement) {
-      var className = ' ' + element.className + ' ';
-      var match = NG_APP_CLASS_REGEXP.exec(className);
-      if (match) {
-        appElement = element;
-        module = (match[2] || '').replace(/\s+/g, ',');
-      } else {
-        forEach(element.attributes, function(attr) {
-          if (!appElement && names[attr.name]) {
-            appElement = element;
-            module = attr.value;
-          }
-        });
-      }
-    }
-  });
-  if (appElement) {
-    bootstrap(appElement, module ? [module] : []);
-  }
-}
-
-/**
- * @ngdoc function
- * @name angular.bootstrap
- * @description
- * Use this function to manually start up angular application.
- *
- * See: {@link guide/bootstrap Bootstrap}
- *
- * @param {Element} element DOM element which is the root of angular application.
- * @param {Array<String|Function>=} modules an array of module declarations. See: {@link angular.module modules}
- * @returns {AUTO.$injector} Returns the newly created injector for this app.
- */
-function bootstrap(element, modules) {
-  element = jqLite(element);
-  modules = modules || [];
-  modules.unshift(['$provide', function($provide) {
-    $provide.value('$rootElement', element);
-  }]);
-  modules.unshift('ng');
-  var injector = createInjector(modules);
-  injector.invoke(
-    ['$rootScope', '$rootElement', '$compile', '$injector', function(scope, element, compile, injector){
-      scope.$apply(function() {
-        element.data('$injector', injector);
-        compile(element)(scope);
-      });
-    }]
-  );
-  return injector;
-}
-
-var SNAKE_CASE_REGEXP = /[A-Z]/g;
-function snake_case(name, separator){
-  separator = separator || '_';
-  return name.replace(SNAKE_CASE_REGEXP, function(letter, pos) {
-    return (pos ? separator : '') + letter.toLowerCase();
-  });
-}
-
-function bindJQuery() {
-  // bind to jQuery if present;
-  jQuery = window.jQuery;
-  // reset to jQuery or default to us.
-  if (jQuery) {
-    jqLite = jQuery;
-    extend(jQuery.fn, {
-      scope: JQLitePrototype.scope,
-      controller: JQLitePrototype.controller,
-      injector: JQLitePrototype.injector,
-      inheritedData: JQLitePrototype.inheritedData
-    });
-    JQLitePatchJQueryRemove('remove', true);
-    JQLitePatchJQueryRemove('empty');
-    JQLitePatchJQueryRemove('html');
-  } else {
-    jqLite = JQLite;
-  }
-  angular.element = jqLite;
-}
-
-/**
- * throw error of the argument is falsy.
- */
-function assertArg(arg, name, reason) {
-  if (!arg) {
-    throw new Error("Argument '" + (name || '?') + "' is " + (reason || "required"));
-  }
-  return arg;
-}
-
-function assertArgFn(arg, name, acceptArrayAnnotation) {
-  if (acceptArrayAnnotation && isArray(arg)) {
-      arg = arg[arg.length - 1];
-  }
-
-  assertArg(isFunction(arg), name, 'not a function, got ' +
-      (arg && typeof arg == 'object' ? arg.constructor.name || 'Object' : typeof arg));
-  return arg;
-}
-
-/**
- * @ngdoc interface
- * @name angular.Module
- * @description
- *
- * Interface for configuring angular {@link angular.module modules}.
- */
-
-function setupModuleLoader(window) {
-
-  function ensure(obj, name, factory) {
-    return obj[name] || (obj[name] = factory());
-  }
-
-  return ensure(ensure(window, 'angular', Object), 'module', function() {
-    /** @type {Object.<string, angular.Module>} */
-    var modules = {};
-
-    /**
-     * @ngdoc function
-     * @name angular.module
-     * @description
-     *
-     * The `angular.module` is a global place for creating and registering Angular modules. All
-     * modules (angular core or 3rd party) that should be available to an application must be
-     * registered using this mechanism.
-     *
-     *
-     * # Module
-     *
-     * A module is a collocation of services, directives, filters, and configure information. Module
-     * is used to configure the {@link AUTO.$injector $injector}.
-     *
-     * <pre>
-     * // Create a new module
-     * var myModule = angular.module('myModule', []);
-     *
-     * // register a new service
-     * myModule.value('appName', 'MyCoolApp');
-     *
-     * // configure existing services inside initialization blocks.
-     * myModule.config(function($locationProvider) {
-     *   // Configure existing providers
-     *   $locationProvider.hashPrefix('!');
-     * });
-     * </pre>
-     *
-     * Then you can create an injector and load your modules like this:
-     *
-     * <pre>
-     * var injector = angular.injector(['ng', 'MyModule'])
-     * </pre>
-     *
-     * However it's more likely that you'll just use
-     * {@link ng.directive:ngApp ngApp} or
-     * {@link angular.bootstrap} to simplify this process for you.
-     *
-     * @param {!string} name The name of the module to create or retrieve.
-     * @param {Array.<string>=} requires If specified then new module is being created. If unspecified then the
-     *        the module is being retrieved for further configuration.
-     * @param {Function} configFn Option configuration function for the module. Same as
-     *        {@link angular.Module#config Module#config()}.
-     * @returns {module} new module with the {@link angular.Module} api.
-     */
-    return function module(name, requires, configFn) {
-      if (requires && modules.hasOwnProperty(name)) {
-        modules[name] = null;
-      }
-      return ensure(modules, name, function() {
-        if (!requires) {
-          throw Error('No module: ' + name);
-        }
-
-        /** @type {!Array.<Array.<*>>} */
-        var invokeQueue = [];
-
-        /** @type {!Array.<Function>} */
-        var runBlocks = [];
-
-        var config = invokeLater('$injector', 'invoke');
-
-        /** @type {angular.Module} */
-        var moduleInstance = {
-          // Private state
-          _invokeQueue: invokeQueue,
-          _runBlocks: runBlocks,
-
-          /**
-           * @ngdoc property
-           * @name angular.Module#requires
-           * @propertyOf angular.Module
-           * @returns {Array.<string>} List of module names which must be loaded before this module.
-           * @description
-           * Holds the list of modules which the injector will load before the current module is loaded.
-           */
-          requires: requires,
-
-          /**
-           * @ngdoc property
-           * @name angular.Module#name
-           * @propertyOf angular.Module
-           * @returns {string} Name of the module.
-           * @description
-           */
-          name: name,
-
-
-          /**
-           * @ngdoc method
-           * @name angular.Module#provider
-           * @methodOf angular.Module
-           * @param {string} name service name
-           * @param {Function} providerType Construction function for creating new instance of the service.
-           * @description
-           * See {@link AUTO.$provide#provider $provide.provider()}.
-           */
-          provider: invokeLater('$provide', 'provider'),
-
-          /**
-           * @ngdoc method
-           * @name angular.Module#factory
-           * @methodOf angular.Module
-           * @param {string} name service name
-           * @param {Function} providerFunction Function for creating new instance of the service.
-           * @description
-           * See {@link AUTO.$provide#factory $provide.factory()}.
-           */
-          factory: invokeLater('$provide', 'factory'),
-
-          /**
-           * @ngdoc method
-           * @name angular.Module#service
-           * @methodOf angular.Module
-           * @param {string} name service name
-           * @param {Function} constructor A constructor function that will be instantiated.
-           * @description
-           * See {@link AUTO.$provide#service $provide.service()}.
-           */
-          service: invokeLater('$provide', 'service'),
-
-          /**
-           * @ngdoc method
-           * @name angular.Module#value
-           * @methodOf angular.Module
-           * @param {string} name service name
-           * @param {*} object Service instance object.
-           * @description
-           * See {@link AUTO.$provide#value $provide.value()}.
-           */
-          value: invokeLater('$provide', 'value'),
-
-          /**
-           * @ngdoc method
-           * @name angular.Module#constant
-           * @methodOf angular.Module
-           * @param {string} name constant name
-           * @param {*} object Constant value.
-           * @description
-           * Because the constant are fixed, they get applied before other provide methods.
-           * See {@link AUTO.$provide#constant $provide.constant()}.
-           */
-          constant: invokeLater('$provide', 'constant', 'unshift'),
-
-          /**
-           * @ngdoc method
-           * @name angular.Module#filter
-           * @methodOf angular.Module
-           * @param {string} name Filter name.
-           * @param {Function} filterFactory Factory function for creating new instance of filter.
-           * @description
-           * See {@link ng.$filterProvider#register $filterProvider.register()}.
-           */
-          filter: invokeLater('$filterProvider', 'register'),
-
-          /**
-           * @ngdoc method
-           * @name angular.Module#controller
-           * @methodOf angular.Module
-           * @param {string} name Controller name.
-           * @param {Function} constructor Controller constructor function.
-           * @description
-           * See {@link ng.$controllerProvider#register $controllerProvider.register()}.
-           */
-          controller: invokeLater('$controllerProvider', 'register'),
-
-          /**
-           * @ngdoc method
-           * @name angular.Module#directive
-           * @methodOf angular.Module
-           * @param {string} name directive name
-           * @param {Function} directiveFactory Factory function for creating new instance of
-           * directives.
-           * @description
-           * See {@link ng.$compileProvider#directive $compileProvider.directive()}.
-           */
-          directive: invokeLater('$compileProvider', 'directive'),
-
-          /**
-           * @ngdoc method
-           * @name angular.Module#config
-           * @methodOf angular.Module
-           * @param {Function} configFn Execute this function on module load. Useful for service
-           *    configuration.
-           * @description
-           * Use this method to register work which needs to be performed on module loading.
-           */
-          config: config,
-
-          /**
-           * @ngdoc method
-           * @name angular.Module#run
-           * @methodOf angular.Module
-           * @param {Function} initializationFn Execute this function after injector creation.
-           *    Useful for application initialization.
-           * @description
-           * Use this method to register work which needs to be performed when the injector with
-           * with the current module is finished loading.
-           */
-          run: function(block) {
-            runBlocks.push(block);
-            return this;
-          }
-        };
-
-        if (configFn) {
-          config(configFn);
-        }
-
-        return  moduleInstance;
-
-        /**
-         * @param {string} provider
-         * @param {string} method
-         * @param {String=} insertMethod
-         * @returns {angular.Module}
-         */
-        function invokeLater(provider, method, insertMethod) {
-          return function() {
-            invokeQueue[insertMethod || 'push']([provider, method, arguments]);
-            return moduleInstance;
-          }
-        }
-      });
-    };
-  });
-
-}
-
-/**
- * @ngdoc property
- * @name angular.version
- * @description
- * An object that contains information about the current AngularJS version. This object has the
- * following properties:
- *
- * - `full` – `{string}` – Full version string, such as "0.9.18".
- * - `major` – `{number}` – Major version number, such as "0".
- * - `minor` – `{number}` – Minor version number, such as "9".
- * - `dot` – `{number}` – Dot version number, such as "18".
- * - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat".
- */
-var version = {
-  full: '1.0.2',    // all of these placeholder strings will be replaced by rake's
-  major: 1,    // compile task
-  minor: 0,
-  dot: 2,
-  codeName: 'debilitating-awesomeness'
-};
-
-
-function publishExternalAPI(angular){
-  extend(angular, {
-    'bootstrap': bootstrap,
-    'copy': copy,
-    'extend': extend,
-    'equals': equals,
-    'element': jqLite,
-    'forEach': forEach,
-    'injector': createInjector,
-    'noop':noop,
-    'bind':bind,
-    'toJson': toJson,
-    'fromJson': fromJson,
-    'identity':identity,
-    'isUndefined': isUndefined,
-    'isDefined': isDefined,
-    'isString': isString,
-    'isFunction': isFunction,
-    'isObject': isObject,
-    'isNumber': isNumber,
-    'isElement': isElement,
-    'isArray': isArray,
-    'version': version,
-    'isDate': isDate,
-    'lowercase': lowercase,
-    'uppercase': uppercase,
-    'callbacks': {counter: 0}
-  });
-
-  angularModule = setupModuleLoader(window);
-  try {
-    angularModule('ngLocale');
-  } catch (e) {
-    angularModule('ngLocale', []).provider('$locale', $LocaleProvider);
-  }
-
-  angularModule('ng', ['ngLocale'], ['$provide',
-    function ngModule($provide) {
-      $provide.provider('$compile', $CompileProvider).
-        directive({
-            a: htmlAnchorDirective,
-            input: inputDirective,
-            textarea: inputDirective,
-            form: formDirective,
-            script: scriptDirective,
-            select: selectDirective,
-            style: styleDirective,
-            option: optionDirective,
-            ngBind: ngBindDirective,
-            ngBindHtmlUnsafe: ngBindHtmlUnsafeDirective,
-            ngBindTemplate: ngBindTemplateDirective,
-            ngClass: ngClassDirective,
-            ngClassEven: ngClassEvenDirective,
-            ngClassOdd: ngClassOddDirective,
-            ngCsp: ngCspDirective,
-            ngCloak: ngCloakDirective,
-            ngController: ngControllerDirective,
-            ngForm: ngFormDirective,
-            ngHide: ngHideDirective,
-            ngInclude: ngIncludeDirective,
-            ngInit: ngInitDirective,
-            ngNonBindable: ngNonBindableDirective,
-            ngPluralize: ngPluralizeDirective,
-            ngRepeat: ngRepeatDirective,
-            ngShow: ngShowDirective,
-            ngSubmit: ngSubmitDirective,
-            ngStyle: ngStyleDirective,
-            ngSwitch: ngSwitchDirective,
-            ngSwitchWhen: ngSwitchWhenDirective,
-            ngSwitchDefault: ngSwitchDefaultDirective,
-            ngOptions: ngOptionsDirective,
-            ngView: ngViewDirective,
-            ngTransclude: ngTranscludeDirective,
-            ngModel: ngModelDirective,
-            ngList: ngListDirective,
-            ngChange: ngChangeDirective,
-            required: requiredDirective,
-            ngRequired: requiredDirective,
-            ngValue: ngValueDirective
-        }).
-        directive(ngAttributeAliasDirectives).
-        directive(ngEventDirectives);
-      $provide.provider({
-        $anchorScroll: $AnchorScrollProvider,
-        $browser: $BrowserProvider,
-        $cacheFactory: $CacheFactoryProvider,
-        $controller: $ControllerProvider,
-        $document: $DocumentProvider,
-        $exceptionHandler: $ExceptionHandlerProvider,
-        $filter: $FilterProvider,
-        $interpolate: $InterpolateProvider,
-        $http: $HttpProvider,
-        $httpBackend: $HttpBackendProvider,
-        $location: $LocationProvider,
-        $log: $LogProvider,
-        $parse: $ParseProvider,
-        $route: $RouteProvider,
-        $routeParams: $RouteParamsProvider,
-        $rootScope: $RootScopeProvider,
-        $q: $QProvider,
-        $sniffer: $SnifferProvider,
-        $templateCache: $TemplateCacheProvider,
-        $timeout: $TimeoutProvider,
-        $window: $WindowProvider
-      });
-    }
-  ]);
-}
-
-//////////////////////////////////
-//JQLite
-//////////////////////////////////
-
-/**
- * @ngdoc function
- * @name angular.element
- * @function
- *
- * @description
- * Wraps a raw DOM element or HTML string as a [jQuery](http://jquery.com) element.
- * `angular.element` can be either an alias for [jQuery](http://api.jquery.com/jQuery/) function, if
- * jQuery is available, or a function that wraps the element or string in Angular's jQuery lite
- * implementation (commonly referred to as jqLite).
- *
- * Real jQuery always takes precedence over jqLite, provided it was loaded before `DOMContentLoaded`
- * event fired.
- *
- * jqLite is a tiny, API-compatible subset of jQuery that allows
- * Angular to manipulate the DOM. jqLite implements only the most commonly needed functionality
- * within a very small footprint, so only a subset of the jQuery API - methods, arguments and
- * invocation styles - are supported.
- *
- * Note: All element references in Angular are always wrapped with jQuery or jqLite; they are never
- * raw DOM references.
- *
- * ## Angular's jQuery lite provides the following methods:
- *
- * - [addClass()](http://api.jquery.com/addClass/)
- * - [after()](http://api.jquery.com/after/)
- * - [append()](http://api.jquery.com/append/)
- * - [attr()](http://api.jquery.com/attr/)
- * - [bind()](http://api.jquery.com/bind/)
- * - [children()](http://api.jquery.com/children/)
- * - [clone()](http://api.jquery.com/clone/)
- * - [contents()](http://api.jquery.com/contents/)
- * - [css()](http://api.jquery.com/css/)
- * - [data()](http://api.jquery.com/data/)
- * - [eq()](http://api.jquery.com/eq/)
- * - [find()](http://api.jquery.com/find/) - Limited to lookups by tag name.
- * - [hasClass()](http://api.jquery.com/hasClass/)
- * - [html()](http://api.jquery.com/html/)
- * - [next()](http://api.jquery.com/next/)
- * - [parent()](http://api.jquery.com/parent/)
- * - [prepend()](http://api.jquery.com/prepend/)
- * - [prop()](http://api.jquery.com/prop/)
- * - [ready()](http://api.jquery.com/ready/)
- * - [remove()](http://api.jquery.com/remove/)
- * - [removeAttr()](http://api.jquery.com/removeAttr/)
- * - [removeClass()](http://api.jquery.com/removeClass/)
- * - [removeData()](http://api.jquery.com/removeData/)
- * - [replaceWith()](http://api.jquery.com/replaceWith/)
- * - [text()](http://api.jquery.com/text/)
- * - [toggleClass()](http://api.jquery.com/toggleClass/)
- * - [unbind()](http://api.jquery.com/unbind/)
- * - [val()](http://api.jquery.com/val/)
- * - [wrap()](http://api.jquery.com/wrap/)
- *
- * ## In addtion to the above, Angular privides an additional method to both jQuery and jQuery lite:
- *
- * - `controller(name)` - retrieves the controller of the current element or its parent. By default
- *   retrieves controller associated with the `ngController` directive. If `name` is provided as
- *   camelCase directive name, then the controller for this directive will be retrieved (e.g.
- *   `'ngModel'`).
- * - `injector()` - retrieves the injector of the current element or its parent.
- * - `scope()` - retrieves the {@link api/ng.$rootScope.Scope scope} of the current
- *   element or its parent.
- * - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top
- *   parent element is reached.
- *
- * @param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery.
- * @returns {Object} jQuery object.
- */
-
-var jqCache = JQLite.cache = {},
-    jqName = JQLite.expando = 'ng-' + new Date().getTime(),
-    jqId = 1,
-    addEventListenerFn = (window.document.addEventListener
-      ? function(element, type, fn) {element.addEventListener(type, fn, false);}
-      : function(element, type, fn) {element.attachEvent('on' + type, fn);}),
-    removeEventListenerFn = (window.document.removeEventListener
-      ? function(element, type, fn) {element.removeEventListener(type, fn, false); }
-      : function(element, type, fn) {element.detachEvent('on' + type, fn); });
-
-function jqNextId() { return ++jqId; }
-
-
-var SPECIAL_CHARS_REGEXP = /([\:\-\_]+(.))/g;
-var MOZ_HACK_REGEXP = /^moz([A-Z])/;
-
-/**
- * Converts snake_case to camelCase.
- * Also there is special case for Moz prefix starting with upper case letter.
- * @param name Name to normalize
- */
-function camelCase(name) {
-  return name.
-    replace(SPECIAL_CHARS_REGEXP, function(_, separator, letter, offset) {
-      return offset ? letter.toUpperCase() : letter;
-    }).
-    replace(MOZ_HACK_REGEXP, 'Moz$1');
-}
-
-/////////////////////////////////////////////
-// jQuery mutation patch
-//
-//  In conjunction with bindJQuery intercepts all jQuery's DOM destruction apis and fires a
-// $destroy event on all DOM nodes being removed.
-//
-/////////////////////////////////////////////
-
-function JQLitePatchJQueryRemove(name, dispatchThis) {
-  var originalJqFn = jQuery.fn[name];
-  originalJqFn = originalJqFn.$original || originalJqFn;
-  removePatch.$original = originalJqFn;
-  jQuery.fn[name] = removePatch;
-
-  function removePatch() {
-    var list = [this],
-        fireEvent = dispatchThis,
-        set, setIndex, setLength,
-        element, childIndex, childLength, children,
-        fns, events;
-
-    while(list.length) {
-      set = list.shift();
-      for(setIndex = 0, setLength = set.length; setIndex < setLength; setIndex++) {
-        element = jqLite(set[setIndex]);
-        if (fireEvent) {
-          events = element.data('events');
-          if ( (fns = events && events.$destroy) ) {
-            forEach(fns, function(fn){
-              fn.handler();
-            });
-          }
-        } else {
-          fireEvent = !fireEvent;
-        }
-        for(childIndex = 0, childLength = (children = element.children()).length;
-            childIndex < childLength;
-            childIndex++) {
-          list.push(jQuery(children[childIndex]));
-        }
-      }
-    }
-    return originalJqFn.apply(this, arguments);
-  }
-}
-
-/////////////////////////////////////////////
-function JQLite(element) {
-  if (element instanceof JQLite) {
-    return element;
-  }
-  if (!(this instanceof JQLite)) {
-    if (isString(element) && element.charAt(0) != '<') {
-      throw Error('selectors not implemented');
-    }
-    return new JQLite(element);
-  }
-
-  if (isString(element)) {
-    var div = document.createElement('div');
-    // Read about the NoScope elements here:
-    // http://msdn.microsoft.com/en-us/library/ms533897(VS.85).aspx
-    div.innerHTML = '<div>&#160;</div>' + element; // IE insanity to make NoScope elements work!
-    div.removeChild(div.firstChild); // remove the superfluous div
-    JQLiteAddNodes(this, div.childNodes);
-    this.remove(); // detach the elements from the temporary DOM div.
-  } else {
-    JQLiteAddNodes(this, element);
-  }
-}
-
-function JQLiteClone(element) {
-  return element.cloneNode(true);
-}
-
-function JQLiteDealoc(element){
-  JQLiteRemoveData(element);
-  for ( var i = 0, children = element.childNodes || []; i < children.length; i++) {
-    JQLiteDealoc(children[i]);
-  }
-}
-
-function JQLiteUnbind(element, type, fn) {
-  var events = JQLiteExpandoStore(element, 'events'),
-      handle = JQLiteExpandoStore(element, 'handle');
-
-  if (!handle) return; //no listeners registered
-
-  if (isUndefined(type)) {
-    forEach(events, function(eventHandler, type) {
-      removeEventListenerFn(element, type, eventHandler);
-      delete events[type];
-    });
-  } else {
-    if (isUndefined(fn)) {
-      removeEventListenerFn(element, type, events[type]);
-      delete events[type];
-    } else {
-      arrayRemove(events[type], fn);
-    }
-  }
-}
-
-function JQLiteRemoveData(element) {
-  var expandoId = element[jqName],
-      expandoStore = jqCache[expandoId];
-
-  if (expandoStore) {
-    if (expandoStore.handle) {
-      expandoStore.events.$destroy && expandoStore.handle({}, '$destroy');
-      JQLiteUnbind(element);
-    }
-    delete jqCache[expandoId];
-    element[jqName] = undefined; // ie does not allow deletion of attributes on elements.
-  }
-}
-
-function JQLiteExpandoStore(element, key, value) {
-  var expandoId = element[jqName],
-      expandoStore = jqCache[expandoId || -1];
-
-  if (isDefined(value)) {
-    if (!expandoStore) {
-      element[jqName] = expandoId = jqNextId();
-      expandoStore = jqCache[expandoId] = {};
-    }
-    expandoStore[key] = value;
-  } else {
-    return expandoStore && expandoStore[key];
-  }
-}
-
-function JQLiteData(element, key, value) {
-  var data = JQLiteExpandoStore(element, 'data'),
-      isSetter = isDefined(value),
-      keyDefined = !isSetter && isDefined(key),
-      isSimpleGetter = keyDefined && !isObject(key);
-
-  if (!data && !isSimpleGetter) {
-    JQLiteExpandoStore(element, 'data', data = {});
-  }
-
-  if (isSetter) {
-    data[key] = value;
-  } else {
-    if (keyDefined) {
-      if (isSimpleGetter) {
-        // don't create data in this case.
-        return data && data[key];
-      } else {
-        extend(data, key);
-      }
-    } else {
-      return data;
-    }
-  }
-}
-
-function JQLiteHasClass(element, selector) {
-  return ((" " + element.className + " ").replace(/[\n\t]/g, " ").
-      indexOf( " " + selector + " " ) > -1);
-}
-
-function JQLiteRemoveClass(element, selector) {
-  if (selector) {
-    forEach(selector.split(' '), function(cssClass) {
-      element.className = trim(
-          (" " + element.className + " ")
-          .replace(/[\n\t]/g, " ")
-          .replace(" " + trim(cssClass) + " ", " ")
-      );
-    });
-  }
-}
-
-function JQLiteAddClass(element, selector) {
-  if (selector) {
-    forEach(selector.split(' '), function(cssClass) {
-      if (!JQLiteHasClass(element, cssClass)) {
-        element.className = trim(element.className + ' ' + trim(cssClass));
-      }
-    });
-  }
-}
-
-function JQLiteAddNodes(root, elements) {
-  if (elements) {
-    elements = (!elements.nodeName && isDefined(elements.length) && !isWindow(elements))
-      ? elements
-      : [ elements ];
-    for(var i=0; i < elements.length; i++) {
-      root.push(elements[i]);
-    }
-  }
-}
-
-function JQLiteController(element, name) {
-  return JQLiteInheritedData(element, '$' + (name || 'ngController' ) + 'Controller');
-}
-
-function JQLiteInheritedData(element, name, value) {
-  element = jqLite(element);
-
-  // if element is the document object work with the html element instead
-  // this makes $(document).scope() possible
-  if(element[0].nodeType == 9) {
-    element = element.find('html');
-  }
-
-  while (element.length) {
-    if (value = element.data(name)) return value;
-    element = element.parent();
-  }
-}
-
-//////////////////////////////////////////
-// Functions which are declared directly.
-//////////////////////////////////////////
-var JQLitePrototype = JQLite.prototype = {
-  ready: function(fn) {
-    var fired = false;
-
-    function trigger() {
-      if (fired) return;
-      fired = true;
-      fn();
-    }
-
-    this.bind('DOMContentLoaded', trigger); // works for modern browsers and IE9
-    // we can not use jqLite since we are not done loading and jQuery could be loaded later.
-    JQLite(window).bind('load', trigger); // fallback to window.onload for others
-  },
-  toString: function() {
-    var value = [];
-    forEach(this, function(e){ value.push('' + e);});
-    return '[' + value.join(', ') + ']';
-  },
-
-  eq: function(index) {
-      return (index >= 0) ? jqLite(this[index]) : jqLite(this[this.length + index]);
-  },
-
-  length: 0,
-  push: push,
-  sort: [].sort,
-  splice: [].splice
-};
-
-//////////////////////////////////////////
-// Functions iterating getter/setters.
-// these functions return self on setter and
-// value on get.
-//////////////////////////////////////////
-var BOOLEAN_ATTR = {};
-forEach('multiple,selected,checked,disabled,readOnly,required'.split(','), function(value) {
-  BOOLEAN_ATTR[lowercase(value)] = value;
-});
-var BOOLEAN_ELEMENTS = {};
-forEach('input,select,option,textarea,button,form'.split(','), function(value) {
-  BOOLEAN_ELEMENTS[uppercase(value)] = true;
-});
-
-function getBooleanAttrName(element, name) {
-  // check dom last since we will most likely fail on name
-  var booleanAttr = BOOLEAN_ATTR[name.toLowerCase()];
-
-  // booleanAttr is here twice to minimize DOM access
-  return booleanAttr && BOOLEAN_ELEMENTS[element.nodeName] && booleanAttr;
-}
-
-forEach({
-  data: JQLiteData,
-  inheritedData: JQLiteInheritedData,
-
-  scope: function(element) {
-    return JQLiteInheritedData(element, '$scope');
-  },
-
-  controller: JQLiteController ,
-
-  injector: function(element) {
-    return JQLiteInheritedData(element, '$injector');
-  },
-
-  removeAttr: function(element,name) {
-    element.removeAttribute(name);
-  },
-
-  hasClass: JQLiteHasClass,
-
-  css: function(element, name, value) {
-    name = camelCase(name);
-
-    if (isDefined(value)) {
-      element.style[name] = value;
-    } else {
-      var val;
-
-      if (msie <= 8) {
-        // this is some IE specific weirdness that jQuery 1.6.4 does not sure why
-        val = element.currentStyle && element.currentStyle[name];
-        if (val === '') val = 'auto';
-      }
-
-      val = val || element.style[name];
-
-      if (msie <= 8) {
-        // jquery weirdness :-/
-        val = (val === '') ? undefined : val;
-      }
-
-      return  val;
-    }
-  },
-
-  attr: function(element, name, value){
-    var lowercasedName = lowercase(name);
-    if (BOOLEAN_ATTR[lowercasedName]) {
-      if (isDefined(value)) {
-        if (!!value) {
-          element[name] = true;
-          element.setAttribute(name, lowercasedName);
-        } else {
-          element[name] = false;
-          element.removeAttribute(lowercasedName);
-        }
-      } else {
-        return (element[name] ||
-                 (element.attributes.getNamedItem(name)|| noop).specified)
-               ? lowercasedName
-               : undefined;
-      }
-    } else if (isDefined(value)) {
-      element.setAttribute(name, value);
-    } else if (element.getAttribute) {
-      // the extra argument "2" is to get the right thing for a.href in IE, see jQuery code
-      // some elements (e.g. Document) don't have get attribute, so return undefined
-      var ret = element.getAttribute(name, 2);
-      // normalize non-existing attributes to undefined (as jQuery)
-      return ret === null ? undefined : ret;
-    }
-  },
-
-  prop: function(element, name, value) {
-    if (isDefined(value)) {
-      element[name] = value;
-    } else {
-      return element[name];
-    }
-  },
-
-  text: extend((msie < 9)
-      ? function(element, value) {
-        if (element.nodeType == 1 /** Element */) {
-          if (isUndefined(value))
-            return element.innerText;
-          element.innerText = value;
-        } else {
-          if (isUndefined(value))
-            return element.nodeValue;
-          element.nodeValue = value;
-        }
-      }
-      : function(element, value) {
-        if (isUndefined(value)) {
-          return element.textContent;
-        }
-        element.textContent = value;
-      }, {$dv:''}),
-
-  val: function(element, value) {
-    if (isUndefined(value)) {
-      return element.value;
-    }
-    element.value = value;
-  },
-
-  html: function(element, value) {
-    if (isUndefined(value)) {
-      return element.innerHTML;
-    }
-    for (var i = 0, childNodes = element.childNodes; i < childNodes.length; i++) {
-      JQLiteDealoc(childNodes[i]);
-    }
-    element.innerHTML = value;
-  }
-}, function(fn, name){
-  /**
-   * Properties: writes return selection, reads return first value
-   */
-  JQLite.prototype[name] = function(arg1, arg2) {
-    var i, key;
-
-    // JQLiteHasClass has only two arguments, but is a getter-only fn, so we need to special-case it
-    // in a way that survives minification.
-    if (((fn.length == 2 && (fn !== JQLiteHasClass && fn !== JQLiteController)) ? arg1 : arg2) === undefined) {
-      if (isObject(arg1)) {
-
-        // we are a write, but the object properties are the key/values
-        for(i=0; i < this.length; i++) {
-          if (fn === JQLiteData) {
-            // data() takes the whole object in jQuery
-            fn(this[i], arg1);
-          } else {
-            for (key in arg1) {
-              fn(this[i], key, arg1[key]);
-            }
-          }
-        }
-        // return self for chaining
-        return this;
-      } else {
-        // we are a read, so read the first child.
-        if (this.length)
-          return fn(this[0], arg1, arg2);
-      }
-    } else {
-      // we are a write, so apply to all children
-      for(i=0; i < this.length; i++) {
-        fn(this[i], arg1, arg2);
-      }
-      // return self for chaining
-      return this;
-    }
-    return fn.$dv;
-  };
-});
-
-function createEventHandler(element, events) {
-  var eventHandler = function (event, type) {
-    if (!event.preventDefault) {
-      event.preventDefault = function() {
-        event.returnValue = false; //ie
-      };
-    }
-
-    if (!event.stopPropagation) {
-      event.stopPropagation = function() {
-        event.cancelBubble = true; //ie
-      };
-    }
-
-    if (!event.target) {
-      event.target = event.srcElement || document;
-    }
-
-    if (isUndefined(event.defaultPrevented)) {
-      var prevent = event.preventDefault;
-      event.preventDefault = function() {
-        event.defaultPrevented = true;
-        prevent.call(event);
-      };
-      event.defaultPrevented = false;
-    }
-
-    event.isDefaultPrevented = function() {
-      return event.defaultPrevented;
-    };
-
-    forEach(events[type || event.type], function(fn) {
-      fn.call(element, event);
-    });
-
-    // Remove monkey-patched methods (IE),
-    // as they would cause memory leaks in IE8.
-    if (msie <= 8) {
-      // IE7/8 does not allow to delete property on native object
-      event.preventDefault = null;
-      event.stopPropagation = null;
-      event.isDefaultPrevented = null;
-    } else {
-      // It shouldn't affect normal browsers (native methods are defined on prototype).
-      delete event.preventDefault;
-      delete event.stopPropagation;
-      delete event.isDefaultPrevented;
-    }
-  };
-  eventHandler.elem = element;
-  return eventHandler;
-}
-
-//////////////////////////////////////////
-// Functions iterating traversal.
-// These functions chain results into a single
-// selector.
-//////////////////////////////////////////
-forEach({
-  removeData: JQLiteRemoveData,
-
-  dealoc: JQLiteDealoc,
-
-  bind: function bindFn(element, type, fn){
-    var events = JQLiteExpandoStore(element, 'events'),
-        handle = JQLiteExpandoStore(element, 'handle');
-
-    if (!events) JQLiteExpandoStore(element, 'events', events = {});
-    if (!handle) JQLiteExpandoStore(element, 'handle', handle = createEventHandler(element, events));
-
-    forEach(type.split(' '), function(type){
-      var eventFns = events[type];
-
-      if (!eventFns) {
-        if (type == 'mouseenter' || type == 'mouseleave') {
-          var counter = 0;
-
-          events.mouseenter = [];
-          events.mouseleave = [];
-
-          bindFn(element, 'mouseover', function(event) {
-            counter++;
-            if (counter == 1) {
-              handle(event, 'mouseenter');
-            }
-          });
-          bindFn(element, 'mouseout', function(event) {
-            counter --;
-            if (counter == 0) {
-              handle(event, 'mouseleave');
-            }
-          });
-        } else {
-          addEventListenerFn(element, type, handle);
-          events[type] = [];
-        }
-        eventFns = events[type]
-      }
-      eventFns.push(fn);
-    });
-  },
-
-  unbind: JQLiteUnbind,
-
-  replaceWith: function(element, replaceNode) {
-    var index, parent = element.parentNode;
-    JQLiteDealoc(element);
-    forEach(new JQLite(replaceNode), function(node){
-      if (index) {
-        parent.insertBefore(node, index.nextSibling);
-      } else {
-        parent.replaceChild(node, element);
-      }
-      index = node;
-    });
-  },
-
-  children: function(element) {
-    var children = [];
-    forEach(element.childNodes, function(element){
-      if (element.nodeName != '#text')
-        children.push(element);
-    });
-    return children;
-  },
-
-  contents: function(element) {
-    return element.childNodes;
-  },
-
-  append: function(element, node) {
-    forEach(new JQLite(node), function(child){
-      if (element.nodeType === 1)
-        element.appendChild(child);
-    });
-  },
-
-  prepend: function(element, node) {
-    if (element.nodeType === 1) {
-      var index = element.firstChild;
-      forEach(new JQLite(node), function(child){
-        if (index) {
-          element.insertBefore(child, index);
-        } else {
-          element.appendChild(child);
-          index = child;
-        }
-      });
-    }
-  },
-
-  wrap: function(element, wrapNode) {
-    wrapNode = jqLite(wrapNode)[0];
-    var parent = element.parentNode;
-    if (parent) {
-      parent.replaceChild(wrapNode, element);
-    }
-    wrapNode.appendChild(element);
-  },
-
-  remove: function(element) {
-    JQLiteDealoc(element);
-    var parent = element.parentNode;
-    if (parent) parent.removeChild(element);
-  },
-
-  after: function(element, newElement) {
-    var index = element, parent = element.parentNode;
-    forEach(new JQLite(newElement), function(node){
-      parent.insertBefore(node, index.nextSibling);
-      index = node;
-    });
-  },
-
-  addClass: JQLiteAddClass,
-  removeClass: JQLiteRemoveClass,
-
-  toggleClass: function(element, selector, condition) {
-    if (isUndefined(condition)) {
-      condition = !JQLiteHasClass(element, selector);
-    }
-    (condition ? JQLiteAddClass : JQLiteRemoveClass)(element, selector);
-  },
-
-  parent: function(element) {
-    var parent = element.parentNode;
-    return parent && parent.nodeType !== 11 ? parent : null;
-  },
-
-  next: function(element) {
-    return element.nextSibling;
-  },
-
-  find: function(element, selector) {
-    return element.getElementsByTagName(selector);
-  },
-
-  clone: JQLiteClone
-}, function(fn, name){
-  /**
-   * chaining functions
-   */
-  JQLite.prototype[name] = function(arg1, arg2) {
-    var value;
-    for(var i=0; i < this.length; i++) {
-      if (value == undefined) {
-        value = fn(this[i], arg1, arg2);
-        if (value !== undefined) {
-          // any function which returns a value needs to be wrapped
-          value = jqLite(value);
-        }
-      } else {
-        JQLiteAddNodes(value, fn(this[i], arg1, arg2));
-      }
-    }
-    return value == undefined ? this : value;
-  };
-});
-
-/**
- * Computes a hash of an 'obj'.
- * Hash of a:
- *  string is string
- *  number is number as string
- *  object is either result of calling $$hashKey function on the object or uniquely generated id,
- *         that is also assigned to the $$hashKey property of the object.
- *
- * @param obj
- * @returns {string} hash string such that the same input will have the same hash string.
- *         The resulting string key is in 'type:hashKey' format.
- */
-function hashKey(obj) {
-  var objType = typeof obj,
-      key;
-
-  if (objType == 'object' && obj !== null) {
-    if (typeof (key = obj.$$hashKey) == 'function') {
-      // must invoke on object to keep the right this
-      key = obj.$$hashKey();
-    } else if (key === undefined) {
-      key = obj.$$hashKey = nextUid();
-    }
-  } else {
-    key = obj;
-  }
-
-  return objType + ':' + key;
-}
-
-/**
- * HashMap which can use objects as keys
- */
-function HashMap(array){
-  forEach(array, this.put, this);
-}
-HashMap.prototype = {
-  /**
-   * Store key value pair
-   * @param key key to store can be any type
-   * @param value value to store can be any type
-   */
-  put: function(key, value) {
-    this[hashKey(key)] = value;
-  },
-
-  /**
-   * @param key
-   * @returns the value for the key
-   */
-  get: function(key) {
-    return this[hashKey(key)];
-  },
-
-  /**
-   * Remove the key/value pair
-   * @param key
-   */
-  remove: function(key) {
-    var value = this[key = hashKey(key)];
-    delete this[key];
-    return value;
-  }
-};
-
-/**
- * A map where multiple values can be added to the same key such that they form a queue.
- * @returns {HashQueueMap}
- */
-function HashQueueMap() {}
-HashQueueMap.prototype = {
-  /**
-   * Same as array push, but using an array as the value for the hash
-   */
-  push: function(key, value) {
-    var array = this[key = hashKey(key)];
-    if (!array) {
-      this[key] = [value];
-    } else {
-      array.push(value);
-    }
-  },
-
-  /**
-   * Same as array shift, but using an array as the value for the hash
-   */
-  shift: function(key) {
-    var array = this[key = hashKey(key)];
-    if (array) {
-      if (array.length == 1) {
-        delete this[key];
-        return array[0];
-      } else {
-        return array.shift();
-      }
-    }
-  }
-};
-
-/**
- * @ngdoc function
- * @name angular.injector
- * @function
- *
- * @description
- * Creates an injector function that can be used for retrieving services as well as for
- * dependency injection (see {@link guide/di dependency injection}).
- *
-
- * @param {Array.<string|Function>} modules A list of module functions or their aliases. See
- *        {@link angular.module}. The `ng` module must be explicitly added.
- * @returns {function()} Injector function. See {@link AUTO.$injector $injector}.
- *
- * @example
- * Typical usage
- * <pre>
- *   // create an injector
- *   var $injector = angular.injector(['ng']);
- *
- *   // use the injector to kick of your application
- *   // use the type inference to auto inject arguments, or use implicit injection
- *   $injector.invoke(function($rootScope, $compile, $document){
- *     $compile($document)($rootScope);
- *     $rootScope.$digest();
- *   });
- * </pre>
- */
-
-
-/**
- * @ngdoc overview
- * @name AUTO
- * @description
- *
- * Implicit module which gets automatically added to each {@link AUTO.$injector $injector}.
- */
-
-var FN_ARGS = /^function\s*[^\(]*\(\s*([^\)]*)\)/m;
-var FN_ARG_SPLIT = /,/;
-var FN_ARG = /^\s*(_?)(.+?)\1\s*$/;
-var STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg;
-function annotate(fn) {
-  var $inject,
-      fnText,
-      argDecl,
-      last;
-
-  if (typeof fn == 'function') {
-    if (!($inject = fn.$inject)) {
-      $inject = [];
-      fnText = fn.toString().replace(STRIP_COMMENTS, '');
-      argDecl = fnText.match(FN_ARGS);
-      forEach(argDecl[1].split(FN_ARG_SPLIT), function(arg){
-        arg.replace(FN_ARG, function(all, underscore, name){
-          $inject.push(name);
-        });
-      });
-      fn.$inject = $inject;
-    }
-  } else if (isArray(fn)) {
-    last = fn.length - 1;
-    assertArgFn(fn[last], 'fn')
-    $inject = fn.slice(0, last);
-  } else {
-    assertArgFn(fn, 'fn', true);
-  }
-  return $inject;
-}
-
-///////////////////////////////////////
-
-/**
- * @ngdoc object
- * @name AUTO.$injector
- * @function
- *
- * @description
- *
- * `$injector` is used to retrieve object instances as defined by
- * {@link AUTO.$provide provider}, instantiate types, invoke methods,
- * and load modules.
- *
- * The following always holds true:
- *
- * <pre>
- *   var $injector = angular.injector();
- *   expect($injector.get('$injector')).toBe($injector);
- *   expect($injector.invoke(function($injector){
- *     return $injector;
- *   }).toBe($injector);
- * </pre>
- *
- * # Injection Function Annotation
- *
- * JavaScript does not have annotations, and annotations are needed for dependency injection. The
- * following ways are all valid way of annotating function with injection arguments and are equivalent.
- *
- * <pre>
- *   // inferred (only works if code not minified/obfuscated)
- *   $inject.invoke(function(serviceA){});
- *
- *   // annotated
- *   function explicit(serviceA) {};
- *   explicit.$inject = ['serviceA'];
- *   $inject.invoke(explicit);
- *
- *   // inline
- *   $inject.invoke(['serviceA', function(serviceA){}]);
- * </pre>
- *
- * ## Inference
- *
- * In JavaScript calling `toString()` on a function returns the function definition. The definition can then be
- * parsed and the function arguments can be extracted. *NOTE:* This does not work with minification, and obfuscation
- * tools since these tools change the argument names.
- *
- * ## `$inject` Annotation
- * By adding a `$inject` property onto a function the injection parameters can be specified.
- *
- * ## Inline
- * As an array of injection names, where the last item in the array is the function to call.
- */
-
-/**
- * @ngdoc method
- * @name AUTO.$injector#get
- * @methodOf AUTO.$injector
- *
- * @description
- * Return an instance of the service.
- *
- * @param {string} name The name of the instance to retrieve.
- * @return {*} The instance.
- */
-
-/**
- * @ngdoc method
- * @name AUTO.$injector#invoke
- * @methodOf AUTO.$injector
- *
- * @description
- * Invoke the method and supply the method arguments from the `$injector`.
- *
- * @param {!function} fn The function to invoke. The function arguments come form the function annotation.
- * @param {Object=} self The `this` for the invoked method.
- * @param {Object=} locals Optional object. If preset then any argument names are read from this object first, before
- *   the `$injector` is consulted.
- * @returns {*} the value returned by the invoked `fn` function.
- */
-
-/**
- * @ngdoc method
- * @name AUTO.$injector#instantiate
- * @methodOf AUTO.$injector
- * @description
- * Create a new instance of JS type. The method takes a constructor function invokes the new operator and supplies
- * all of the arguments to the constructor function as specified by the constructor annotation.
- *
- * @param {function} Type Annotated constructor function.
- * @param {Object=} locals Optional object. If preset then any argument names are read from this object first, before
- *   the `$injector` is consulted.
- * @returns {Object} new instance of `Type`.
- */
-
-/**
- * @ngdoc method
- * @name AUTO.$injector#annotate
- * @methodOf AUTO.$injector
- *
- * @description
- * Returns an array of service names which the function is requesting for injection. This API is used by the injector
- * to determine which services need to be injected into the function when the function is invoked. There are three
- * ways in which the function can be annotated with the needed dependencies.
- *
- * # Argument names
- *
- * The simplest form is to extract the dependencies from the arguments of the function. This is done by converting
- * the function into a string using `toString()` method and extracting the argument names.
- * <pre>
- *   // Given
- *   function MyController($scope, $route) {
- *     // ...
- *   }
- *
- *   // Then
- *   expect(injector.annotate(MyController)).toEqual(['$scope', '$route']);
- * </pre>
- *
- * This method does not work with code minfication / obfuscation. For this reason the following annotation strategies
- * are supported.
- *
- * # The `$injector` property
- *
- * If a function has an `$inject` property and its value is an array of strings, then the strings represent names of
- * services to be injected into the function.
- * <pre>
- *   // Given
- *   var MyController = function(obfuscatedScope, obfuscatedRoute) {
- *     // ...
- *   }
- *   // Define function dependencies
- *   MyController.$inject = ['$scope', '$route'];
- *
- *   // Then
- *   expect(injector.annotate(MyController)).toEqual(['$scope', '$route']);
- * </pre>
- *
- * # The array notation
- *
- * It is often desirable to inline Injected functions and that's when setting the `$inject` property is very
- * inconvenient. In these situations using the array notation to specify the dependencies in a way that survives
- * minification is a better choice:
- *
- * <pre>
- *   // We wish to write this (not minification / obfuscation safe)
- *   injector.invoke(function($compile, $rootScope) {
- *     // ...
- *   });
- *
- *   // We are forced to write break inlining
- *   var tmpFn = function(obfuscatedCompile, obfuscatedRootScope) {
- *     // ...
- *   };
- *   tmpFn.$inject = ['$compile', '$rootScope'];
- *   injector.invoke(tempFn);
- *
- *   // To better support inline function the inline annotation is supported
- *   injector.invoke(['$compile', '$rootScope', function(obfCompile, obfRootScope) {
- *     // ...
- *   }]);
- *
- *   // Therefore
- *   expect(injector.annotate(
- *      ['$compile', '$rootScope', function(obfus_$compile, obfus_$rootScope) {}])
- *    ).toEqual(['$compile', '$rootScope']);
- * </pre>
- *
- * @param {function|Array.<string|Function>} fn Function for which dependent service names need to be retrieved as described
- *   above.
- *
- * @returns {Array.<string>} The names of the services which the function requires.
- */
-
-
-
-
-/**
- * @ngdoc object
- * @name AUTO.$provide
- *
- * @description
- *
- * Use `$provide` to register new providers with the `$injector`. The providers are the factories for the instance.
- * The providers share the same name as the instance they create with the `Provider` suffixed to them.
- *
- * A provider is an object with a `$get()` method. The injector calls the `$get` method to create a new instance of
- * a service. The Provider can have additional methods which would allow for configuration of the provider.
- *
- * <pre>
- *   function GreetProvider() {
- *     var salutation = 'Hello';
- *
- *     this.salutation = function(text) {
- *       salutation = text;
- *     };
- *
- *     this.$get = function() {
- *       return function (name) {
- *         return salutation + ' ' + name + '!';
- *       };
- *     };
- *   }
- *
- *   describe('Greeter', function(){
- *
- *     beforeEach(module(function($provide) {
- *       $provide.provider('greet', GreetProvider);
- *     });
- *
- *     it('should greet', inject(function(greet) {
- *       expect(greet('angular')).toEqual('Hello angular!');
- *     }));
- *
- *     it('should allow configuration of salutation', function() {
- *       module(function(greetProvider) {
- *         greetProvider.salutation('Ahoj');
- *       });
- *       inject(function(greet) {
- *         expect(greet('angular')).toEqual('Ahoj angular!');
- *       });
- *     )};
- *
- *   });
- * </pre>
- */
-
-/**
- * @ngdoc method
- * @name AUTO.$provide#provider
- * @methodOf AUTO.$provide
- * @description
- *
- * Register a provider for a service. The providers can be retrieved and can have additional configuration methods.
- *
- * @param {string} name The name of the instance. NOTE: the provider will be available under `name + 'Provider'` key.
- * @param {(Object|function())} provider If the provider is:
- *
- *   - `Object`: then it should have a `$get` method. The `$get` method will be invoked using
- *               {@link AUTO.$injector#invoke $injector.invoke()} when an instance needs to be created.
- *   - `Constructor`: a new instance of the provider will be created using
- *               {@link AUTO.$injector#instantiate $injector.instantiate()}, then treated as `object`.
- *
- * @returns {Object} registered provider instance
- */
-
-/**
- * @ngdoc method
- * @name AUTO.$provide#factory
- * @methodOf AUTO.$provide
- * @description
- *
- * A short hand for configuring services if only `$get` method is required.
- *
- * @param {string} name The name of the instance.
- * @param {function()} $getFn The $getFn for the instance creation. Internally this is a short hand for
- * `$provide.provider(name, {$get: $getFn})`.
- * @returns {Object} registered provider instance
- */
-
-
-/**
- * @ngdoc method
- * @name AUTO.$provide#service
- * @methodOf AUTO.$provide
- * @description
- *
- * A short hand for registering service of given class.
- *
- * @param {string} name The name of the instance.
- * @param {Function} constructor A class (constructor function) that will be instantiated.
- * @returns {Object} registered provider instance
- */
-
-
-/**
- * @ngdoc method
- * @name AUTO.$provide#value
- * @methodOf AUTO.$provide
- * @description
- *
- * A short hand for configuring services if the `$get` method is a constant.
- *
- * @param {string} name The name of the instance.
- * @param {*} value The value.
- * @returns {Object} registered provider instance
- */
-
-
-/**
- * @ngdoc method
- * @name AUTO.$provide#constant
- * @methodOf AUTO.$provide
- * @description
- *
- * A constant value, but unlike {@link AUTO.$provide#value value} it can be injected
- * into configuration function (other modules) and it is not interceptable by
- * {@link AUTO.$provide#decorator decorator}.
- *
- * @param {string} name The name of the constant.
- * @param {*} value The constant value.
- * @returns {Object} registered instance
- */
-
-
-/**
- * @ngdoc method
- * @name AUTO.$provide#decorator
- * @methodOf AUTO.$provide
- * @description
- *
- * Decoration of service, allows the decorator to intercept the service instance creation. The
- * returned instance may be the original instance, or a new instance which delegates to the
- * original instance.
- *
- * @param {string} name The name of the service to decorate.
- * @param {function()} decorator This function will be invoked when the service needs to be
- *    instanciated. The function is called using the {@link AUTO.$injector#invoke
- *    injector.invoke} method and is therefore fully injectable. Local injection arguments:
- *
- *    * `$delegate` - The original service instance, which can be monkey patched, configured,
- *      decorated or delegated to.
- */
-
-
-function createInjector(modulesToLoad) {
-  var INSTANTIATING = {},
-      providerSuffix = 'Provider',
-      path = [],
-      loadedModules = new HashMap(),
-      providerCache = {
-        $provide: {
-            provider: supportObject(provider),
-            factory: supportObject(factory),
-            service: supportObject(service),
-            value: supportObject(value),
-            constant: supportObject(constant),
-            decorator: decorator
-          }
-      },
-      providerInjector = createInternalInjector(providerCache, function() {
-        throw Error("Unknown provider: " + path.join(' <- '));
-      }),
-      instanceCache = {},
-      instanceInjector = (instanceCache.$injector =
-          createInternalInjector(instanceCache, function(servicename) {
-            var provider = providerInjector.get(servicename + providerSuffix);
-            return instanceInjector.invoke(provider.$get, provider);
-          }));
-
-
-  forEach(loadModules(modulesToLoad), function(fn) { instanceInjector.invoke(fn || noop); });
-
-  return instanceInjector;
-
-  ////////////////////////////////////
-  // $provider
-  ////////////////////////////////////
-
-  function supportObject(delegate) {
-    return function(key, value) {
-      if (isObject(key)) {
-        forEach(key, reverseParams(delegate));
-      } else {
-        return delegate(key, value);
-      }
-    }
-  }
-
-  function provider(name, provider_) {
-    if (isFunction(provider_)) {
-      provider_ = providerInjector.instantiate(provider_);
-    }
-    if (!provider_.$get) {
-      throw Error('Provider ' + name + ' must define $get factory method.');
-    }
-    return providerCache[name + providerSuffix] = provider_;
-  }
-
-  function factory(name, factoryFn) { return provider(name, { $get: factoryFn }); }
-
-  function service(name, constructor) {
-    return factory(name, ['$injector', function($injector) {
-      return $injector.instantiate(constructor);
-    }]);
-  }
-
-  function value(name, value) { return factory(name, valueFn(value)); }
-
-  function constant(name, value) {
-    providerCache[name] = value;
-    instanceCache[name] = value;
-  }
-
-  function decorator(serviceName, decorFn) {
-    var origProvider = providerInjector.get(serviceName + providerSuffix),
-        orig$get = origProvider.$get;
-
-    origProvider.$get = function() {
-      var origInstance = instanceInjector.invoke(orig$get, origProvider);
-      return instanceInjector.invoke(decorFn, null, {$delegate: origInstance});
-    };
-  }
-
-  ////////////////////////////////////
-  // Module Loading
-  ////////////////////////////////////
-  function loadModules(modulesToLoad){
-    var runBlocks = [];
-    forEach(modulesToLoad, function(module) {
-      if (loadedModules.get(module)) return;
-      loadedModules.put(module, true);
-      if (isString(module)) {
-        var moduleFn = angularModule(module);
-        runBlocks = runBlocks.concat(loadModules(moduleFn.requires)).concat(moduleFn._runBlocks);
-
-        try {
-          for(var invokeQueue = moduleFn._invokeQueue, i = 0, ii = invokeQueue.length; i < ii; i++) {
-            var invokeArgs = invokeQueue[i],
-                provider = invokeArgs[0] == '$injector'
-                    ? providerInjector
-                    : providerInjector.get(invokeArgs[0]);
-
-            provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
-          }
-        } catch (e) {
-          if (e.message) e.message += ' from ' + module;
-          throw e;
-        }
-      } else if (isFunction(module)) {
-        try {
-          runBlocks.push(providerInjector.invoke(module));
-        } catch (e) {
-          if (e.message) e.message += ' from ' + module;
-          throw e;
-        }
-      } else if (isArray(module)) {
-        try {
-          runBlocks.push(providerInjector.invoke(module));
-        } catch (e) {
-          if (e.message) e.message += ' from ' + String(module[module.length - 1]);
-          throw e;
-        }
-      } else {
-        assertArgFn(module, 'module');
-      }
-    });
-    return runBlocks;
-  }
-
-  ////////////////////////////////////
-  // internal Injector
-  ////////////////////////////////////
-
-  function createInternalInjector(cache, factory) {
-
-    function getService(serviceName) {
-      if (typeof serviceName !== 'string') {
-        throw Error('Service name expected');
-      }
-      if (cache.hasOwnProperty(serviceName)) {
-        if (cache[serviceName] === INSTANTIATING) {
-          throw Error('Circular dependency: ' + path.join(' <- '));
-        }
-        return cache[serviceName];
-      } else {
-        try {
-          path.unshift(serviceName);
-          cache[serviceName] = INSTANTIATING;
-          return cache[serviceName] = factory(serviceName);
-        } finally {
-          path.shift();
-        }
-      }
-    }
-
-    function invoke(fn, self, locals){
-      var args = [],
-          $inject = annotate(fn),
-          length, i,
-          key;
-
-      for(i = 0, length = $inject.length; i < length; i++) {
-        key = $inject[i];
-        args.push(
-          locals && locals.hasOwnProperty(key)
-          ? locals[key]
-          : getService(key, path)
-        );
-      }
-      if (!fn.$inject) {
-        // this means that we must be an array.
-        fn = fn[length];
-      }
-
-
-      // Performance optimization: http://jsperf.com/apply-vs-call-vs-invoke
-      switch (self ? -1 : args.length) {
-        case  0: return fn();
-        case  1: return fn(args[0]);
-        case  2: return fn(args[0], args[1]);
-        case  3: return fn(args[0], args[1], args[2]);
-        case  4: return fn(args[0], args[1], args[2], args[3]);
-        case  5: return fn(args[0], args[1], args[2], args[3], args[4]);
-        case  6: return fn(args[0], args[1], args[2], args[3], args[4], args[5]);
-        case  7: return fn(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);
-        case  8: return fn(args[0], args[1], args[2], args[3], args[4], args[5], args[6], args[7]);
-        case  9: return fn(args[0], args[1], args[2], args[3], args[4], args[5], args[6], args[7], args[8]);
-        case 10: return fn(args[0], args[1], args[2], args[3], args[4], args[5], args[6], args[7], args[8], args[9]);
-        default: return fn.apply(self, args);
-      }
-    }
-
-    function instantiate(Type, locals) {
-      var Constructor = function() {},
-          instance, returnedValue;
-
-      Constructor.prototype = (isArray(Type) ? Type[Type.length - 1] : Type).prototype;
-      instance = new Constructor();
-      returnedValue = invoke(Type, instance, locals);
-
-      return isObject(returnedValue) ? returnedValue : instance;
-    }
-
-    return {
-      invoke: invoke,
-      instantiate: instantiate,
-      get: getService,
-      annotate: annotate
-    };
-  }
-}
-/**
- * @ngdoc function
- * @name ng.$anchorScroll
- * @requires $window
- * @requires $location
- * @requires $rootScope
- *
- * @description
- * When called, it checks current value of `$location.hash()` and scroll to related element,
- * according to rules specified in
- * {@link http://dev.w3.org/html5/spec/Overview.html#the-indicated-part-of-the-document Html5 spec}.
- *
- * It also watches the `$location.hash()` and scroll whenever it changes to match any anchor.
- * This can be disabled by calling `$anchorScrollProvider.disableAutoScrolling()`.
- */
-function $AnchorScrollProvider() {
-
-  var autoScrollingEnabled = true;
-
-  this.disableAutoScrolling = function() {
-    autoScrollingEnabled = false;
-  };
-
-  this.$get = ['$window', '$location', '$rootScope', function($window, $location, $rootScope) {
-    var document = $window.document;
-
-    // helper function to get first anchor from a NodeList
-    // can't use filter.filter, as it accepts only instances of Array
-    // and IE can't convert NodeList to an array using [].slice
-    // TODO(vojta): use filter if we change it to accept lists as well
-    function getFirstAnchor(list) {
-      var result = null;
-      forEach(list, function(element) {
-        if (!result && lowercase(element.nodeName) === 'a') result = element;
-      });
-      return result;
-    }
-
-    function scroll() {
-      var hash = $location.hash(), elm;
-
-      // empty hash, scroll to the top of the page
-      if (!hash) $window.scrollTo(0, 0);
-
-      // element with given id
-      else if ((elm = document.getElementById(hash))) elm.scrollIntoView();
-
-      // first anchor with given name :-D
-      else if ((elm = getFirstAnchor(document.getElementsByName(hash)))) elm.scrollIntoView();
-
-      // no element and hash == 'top', scroll to the top of the page
-      else if (hash === 'top') $window.scrollTo(0, 0);
-    }
-
-    // does not scroll when user clicks on anchor link that is currently on
-    // (no url change, no $locaiton.hash() change), browser native does scroll
-    if (autoScrollingEnabled) {
-      $rootScope.$watch(function() {return $location.hash();}, function() {
-        $rootScope.$evalAsync(scroll);
-      });
-    }
-
-    return scroll;
-  }];
-}
-
-/**
- * ! This is a private undocumented service !
- *
- * @name ng.$browser
- * @requires $log
- * @description
- * This object has two goals:
- *
- * - hide all the global state in the browser caused by the window object
- * - abstract away all the browser specific features and inconsistencies
- *
- * For tests we provide {@link ngMock.$browser mock implementation} of the `$browser`
- * service, which can be used for convenient testing of the application without the interaction with
- * the real browser apis.
- */
-/**
- * @param {object} window The global window object.
- * @param {object} document jQuery wrapped document.
- * @param {function()} XHR XMLHttpRequest constructor.
- * @param {object} $log console.log or an object with the same interface.
- * @param {object} $sniffer $sniffer service
- */
-function Browser(window, document, $log, $sniffer) {
-  var self = this,
-      rawDocument = document[0],
-      location = window.location,
-      history = window.history,
-      setTimeout = window.setTimeout,
-      clearTimeout = window.clearTimeout,
-      pendingDeferIds = {};
-
-  self.isMock = false;
-
-  var outstandingRequestCount = 0;
-  var outstandingRequestCallbacks = [];
-
-  // TODO(vojta): remove this temporary api
-  self.$$completeOutstandingRequest = completeOutstandingRequest;
-  self.$$incOutstandingRequestCount = function() { outstandingRequestCount++; };
-
-  /**
-   * Executes the `fn` function(supports currying) and decrements the `outstandingRequestCallbacks`
-   * counter. If the counter reaches 0, all the `outstandingRequestCallbacks` are executed.
-   */
-  function completeOutstandingRequest(fn) {
-    try {
-      fn.apply(null, sliceArgs(arguments, 1));
-    } finally {
-      outstandingRequestCount--;
-      if (outstandingRequestCount === 0) {
-        while(outstandingRequestCallbacks.length) {
-          try {
-            outstandingRequestCallbacks.pop()();
-          } catch (e) {
-            $log.error(e);
-          }
-        }
-      }
-    }
-  }
-
-  /**
-   * @private
-   * Note: this method is used only by scenario runner
-   * TODO(vojta): prefix this method with $$ ?
-   * @param {function()} callback Function that will be called when no outstanding request
-   */
-  self.notifyWhenNoOutstandingRequests = function(callback) {
-    // force browser to execute all pollFns - this is needed so that cookies and other pollers fire
-    // at some deterministic time in respect to the test runner's actions. Leaving things up to the
-    // regular poller would result in flaky tests.
-    forEach(pollFns, function(pollFn){ pollFn(); });
-
-    if (outstandingRequestCount === 0) {
-      callback();
-    } else {
-      outstandingRequestCallbacks.push(callback);
-    }
-  };
-
-  //////////////////////////////////////////////////////////////
-  // Poll Watcher API
-  //////////////////////////////////////////////////////////////
-  var pollFns = [],
-      pollTimeout;
-
-  /**
-   * @name ng.$browser#addPollFn
-   * @methodOf ng.$browser
-   *
-   * @param {function()} fn Poll function to add
-   *
-   * @description
-   * Adds a function to the list of functions that poller periodically executes,
-   * and starts polling if not started yet.
-   *
-   * @returns {function()} the added function
-   */
-  self.addPollFn = function(fn) {
-    if (isUndefined(pollTimeout)) startPoller(100, setTimeout);
-    pollFns.push(fn);
-    return fn;
-  };
-
-  /**
-   * @param {number} interval How often should browser call poll functions (ms)
-   * @param {function()} setTimeout Reference to a real or fake `setTimeout` function.
-   *
-   * @description
-   * Configures the poller to run in the specified intervals, using the specified
-   * setTimeout fn and kicks it off.
-   */
-  function startPoller(interval, setTimeout) {
-    (function check() {
-      forEach(pollFns, function(pollFn){ pollFn(); });
-      pollTimeout = setTimeout(check, interval);
-    })();
-  }
-
-  //////////////////////////////////////////////////////////////
-  // URL API
-  //////////////////////////////////////////////////////////////
-
-  var lastBrowserUrl = location.href,
-      baseElement = document.find('base');
-
-  /**
-   * @name ng.$browser#url
-   * @methodOf ng.$browser
-   *
-   * @description
-   * GETTER:
-   * Without any argument, this method just returns current value of location.href.
-   *
-   * SETTER:
-   * With at least one argument, this method sets url to new value.
-   * If html5 history api supported, pushState/replaceState is used, otherwise
-   * location.href/location.replace is used.
-   * Returns its own instance to allow chaining
-   *
-   * NOTE: this api is intended for use only by the $location service. Please use the
-   * {@link ng.$location $location service} to change url.
-   *
-   * @param {string} url New url (when used as setter)
-   * @param {boolean=} replace Should new url replace current history record ?
-   */
-  self.url = function(url, replace) {
-    // setter
-    if (url) {
-      if (lastBrowserUrl == url) return;
-      lastBrowserUrl = url;
-      if ($sniffer.history) {
-        if (replace) history.replaceState(null, '', url);
-        else {
-          history.pushState(null, '', url);
-          // Crazy Opera Bug: http://my.opera.com/community/forums/topic.dml?id=1185462
-          baseElement.attr('href', baseElement.attr('href'));
-        }
-      } else {
-        if (replace) location.replace(url);
-        else location.href = url;
-      }
-      return self;
-    // getter
-    } else {
-      // the replacement is a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=407172
-      return location.href.replace(/%27/g,"'");
-    }
-  };
-
-  var urlChangeListeners = [],
-      urlChangeInit = false;
-
-  function fireUrlChange() {
-    if (lastBrowserUrl == self.url()) return;
-
-    lastBrowserUrl = self.url();
-    forEach(urlChangeListeners, function(listener) {
-      listener(self.url());
-    });
-  }
-
-  /**
-   * @name ng.$browser#onUrlChange
-   * @methodOf ng.$browser
-   * @TODO(vojta): refactor to use node's syntax for events
-   *
-   * @description
-   * Register callback function that will be called, when url changes.
-   *
-   * It's only called when the url is changed by outside of angular:
-   * - user types different url into address bar
-   * - user clicks on history (forward/back) button
-   * - user clicks on a link
-   *
-   * It's not called when url is changed by $browser.url() method
-   *
-   * The listener gets called with new url as parameter.
-   *
-   * NOTE: this api is intended for use only by the $location service. Please use the
-   * {@link ng.$location $location service} to monitor url changes in angular apps.
-   *
-   * @param {function(string)} listener Listener function to be called when url changes.
-   * @return {function(string)} Returns the registered listener fn - handy if the fn is anonymous.
-   */
-  self.onUrlChange = function(callback) {
-    if (!urlChangeInit) {
-      // We listen on both (hashchange/popstate) when available, as some browsers (e.g. Opera)
-      // don't fire popstate when user change the address bar and don't fire hashchange when url
-      // changed by push/replaceState
-
-      // html5 history api - popstate event
-      if ($sniffer.history) jqLite(window).bind('popstate', fireUrlChange);
-      // hashchange event
-      if ($sniffer.hashchange) jqLite(window).bind('hashchange', fireUrlChange);
-      // polling
-      else self.addPollFn(fireUrlChange);
-
-      urlChangeInit = true;
-    }
-
-    urlChangeListeners.push(callback);
-    return callback;
-  };
-
-  //////////////////////////////////////////////////////////////
-  // Misc API
-  //////////////////////////////////////////////////////////////
-
-  /**
-   * Returns current <base href>
-   * (always relative - without domain)
-   *
-   * @returns {string=}
-   */
-  self.baseHref = function() {
-    var href = baseElement.attr('href');
-    return href ? href.replace(/^https?\:\/\/[^\/]*/, '') : href;
-  };
-
-  //////////////////////////////////////////////////////////////
-  // Cookies API
-  //////////////////////////////////////////////////////////////
-  var lastCookies = {};
-  var lastCookieString = '';
-  var cookiePath = self.baseHref();
-
-  /**
-   * @name ng.$browser#cookies
-   * @methodOf ng.$browser
-   *
-   * @param {string=} name Cookie name
-   * @param {string=} value Cokkie value
-   *
-   * @description
-   * The cookies method provides a 'private' low level access to browser cookies.
-   * It is not meant to be used directly, use the $cookie service instead.
-   *
-   * The return values vary depending on the arguments that the method was called with as follows:
-   * <ul>
-   *   <li>cookies() -> hash of all cookies, this is NOT a copy of the internal state, so do not modify it</li>
-   *   <li>cookies(name, value) -> set name to value, if value is undefined delete the cookie</li>
-   *   <li>cookies(name) -> the same as (name, undefined) == DELETES (no one calls it right now that way)</li>
-   * </ul>
-   *
-   * @returns {Object} Hash of all cookies (if called without any parameter)
-   */
-  self.cookies = function(name, value) {
-    var cookieLength, cookieArray, cookie, i, index;
-
-    if (name) {
-      if (value === undefined) {
-        rawDocument.cookie = escape(name) + "=;path=" + cookiePath + ";expires=Thu, 01 Jan 1970 00:00:00 GMT";
-      } else {
-        if (isString(value)) {
-          cookieLength = (rawDocument.cookie = escape(name) + '=' + escape(value) + ';path=' + cookiePath).length + 1;
-          if (cookieLength > 4096) {
-            $log.warn("Cookie '"+ name +"' possibly not set or overflowed because it was too large ("+
-              cookieLength + " > 4096 bytes)!");
-          }
-          if (lastCookies.length > 20) {
-            $log.warn("Cookie '"+ name +"' possibly not set or overflowed because too many cookies " +
-              "were already set (" + lastCookies.length + " > 20 )");
-          }
-        }
-      }
-    } else {
-      if (rawDocument.cookie !== lastCookieString) {
-        lastCookieString = rawDocument.cookie;
-        cookieArray = lastCookieString.split("; ");
-        lastCookies = {};
-
-        for (i = 0; i < cookieArray.length; i++) {
-          cookie = cookieArray[i];
-          index = cookie.indexOf('=');
-          if (index > 0) { //ignore nameless cookies
-            lastCookies[unescape(cookie.substring(0, index))] = unescape(cookie.substring(index + 1));
-          }
-        }
-      }
-      return lastCookies;
-    }
-  };
-
-
-  /**
-   * @name ng.$browser#defer
-   * @methodOf ng.$browser
-   * @param {function()} fn A function, who's execution should be defered.
-   * @param {number=} [delay=0] of milliseconds to defer the function execution.
-   * @returns {*} DeferId that can be used to cancel the task via `$browser.defer.cancel()`.
-   *
-   * @description
-   * Executes a fn asynchroniously via `setTimeout(fn, delay)`.
-   *
-   * Unlike when calling `setTimeout` directly, in test this function is mocked and instead of using
-   * `setTimeout` in tests, the fns are queued in an array, which can be programmatically flushed
-   * via `$browser.defer.flush()`.
-   *
-   */
-  self.defer = function(fn, delay) {
-    var timeoutId;
-    outstandingRequestCount++;
-    timeoutId = setTimeout(function() {
-      delete pendingDeferIds[timeoutId];
-      completeOutstandingRequest(fn);
-    }, delay || 0);
-    pendingDeferIds[timeoutId] = true;
-    return timeoutId;
-  };
-
-
-  /**
-   * @name ng.$browser#defer.cancel
-   * @methodOf ng.$browser.defer
-   *
-   * @description
-   * Cancels a defered task identified with `deferId`.
-   *
-   * @param {*} deferId Token returned by the `$browser.defer` function.
-   * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfuly canceled.
-   */
-  self.defer.cancel = function(deferId) {
-    if (pendingDeferIds[deferId]) {
-      delete pendingDeferIds[deferId];
-      clearTimeout(deferId);
-      completeOutstandingRequest(noop);
-      return true;
-    }
-    return false;
-  };
-
-}
-
-function $BrowserProvider(){
-  this.$get = ['$window', '$log', '$sniffer', '$document',
-      function( $window,   $log,   $sniffer,   $document){
-        return new Browser($window, $document, $log, $sniffer);
-      }];
-}
-/**
- * @ngdoc object
- * @name ng.$cacheFactory
- *
- * @description
- * Factory that constructs cache objects.
- *
- *
- * @param {string} cacheId Name or id of the newly created cache.
- * @param {object=} options Options object that specifies the cache behavior. Properties:
- *
- *   - `{number=}` `capacity` — turns the cache into LRU cache.
- *
- * @returns {object} Newly created cache object with the following set of methods:
- *
- * - `{object}` `info()` — Returns id, size, and options of cache.
- * - `{void}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache.
- * - `{{*}} `get({string} key) — Returns cached value for `key` or undefined for cache miss.
- * - `{void}` `remove({string} key) — Removes a key-value pair from the cache.
- * - `{void}` `removeAll() — Removes all cached values.
- * - `{void}` `destroy() — Removes references to this cache from $cacheFactory.
- *
- */
-function $CacheFactoryProvider() {
-
-  this.$get = function() {
-    var caches = {};
-
-    function cacheFactory(cacheId, options) {
-      if (cacheId in caches) {
-        throw Error('cacheId ' + cacheId + ' taken');
-      }
-
-      var size = 0,
-          stats = extend({}, options, {id: cacheId}),
-          data = {},
-          capacity = (options && options.capacity) || Number.MAX_VALUE,
-          lruHash = {},
-          freshEnd = null,
-          staleEnd = null;
-
-      return caches[cacheId] = {
-
-        put: function(key, value) {
-          var lruEntry = lruHash[key] || (lruHash[key] = {key: key});
-
-          refresh(lruEntry);
-
-          if (isUndefined(value)) return;
-          if (!(key in data)) size++;
-          data[key] = value;
-
-          if (size > capacity) {
-            this.remove(staleEnd.key);
-          }
-        },
-
-
-        get: function(key) {
-          var lruEntry = lruHash[key];
-
-          if (!lruEntry) return;
-
-          refresh(lruEntry);
-
-          return data[key];
-        },
-
-
-        remove: function(key) {
-          var lruEntry = lruHash[key];
-
-          if (lruEntry == freshEnd) freshEnd = lruEntry.p;
-          if (lruEntry == staleEnd) staleEnd = lruEntry.n;
-          link(lruEntry.n,lruEntry.p);
-
-          delete lruHash[key];
-          delete data[key];
-          size--;
-        },
-
-
-        removeAll: function() {
-          data = {};
-          size = 0;
-          lruHash = {};
-          freshEnd = staleEnd = null;
-        },
-
-
-        destroy: function() {
-          data = null;
-          stats = null;
-          lruHash = null;
-          delete caches[cacheId];
-        },
-
-
-        info: function() {
-          return extend({}, stats, {size: size});
-        }
-      };
-
-
-      /**
-       * makes the `entry` the freshEnd of the LRU linked list
-       */
-      function refresh(entry) {
-        if (entry != freshEnd) {
-          if (!staleEnd) {
-            staleEnd = entry;
-          } else if (staleEnd == entry) {
-            staleEnd = entry.n;
-          }
-
-          link(entry.n, entry.p);
-          link(entry, freshEnd);
-          freshEnd = entry;
-          freshEnd.n = null;
-        }
-      }
-
-
-      /**
-       * bidirectionally links two entries of the LRU linked list
-       */
-      function link(nextEntry, prevEntry) {
-        if (nextEntry != prevEntry) {
-          if (nextEntry) nextEntry.p = prevEntry; //p stands for previous, 'prev' didn't minify
-          if (prevEntry) prevEntry.n = nextEntry; //n stands for next, 'next' didn't minify
-        }
-      }
-    }
-
-
-    cacheFactory.info = function() {
-      var info = {};
-      forEach(caches, function(cache, cacheId) {
-        info[cacheId] = cache.info();
-      });
-      return info;
-    };
-
-
-    cacheFactory.get = function(cacheId) {
-      return caches[cacheId];
-    };
-
-
-    return cacheFactory;
-  };
-}
-
-/**
- * @ngdoc object
- * @name ng.$templateCache
- *
- * @description
- * Cache used for storing html templates.
- *
- * See {@link ng.$cacheFactory $cacheFactory}.
- *
- */
-function $TemplateCacheProvider() {
-  this.$get = ['$cacheFactory', function($cacheFactory) {
-    return $cacheFactory('templates');
-  }];
-}
-
-/* ! VARIABLE/FUNCTION NAMING CONVENTIONS THAT APPLY TO THIS FILE!
- *
- * DOM-related variables:
- *
- * - "node" - DOM Node
- * - "element" - DOM Element or Node
- * - "$node" or "$element" - jqLite-wrapped node or element
- *
- *
- * Compiler related stuff:
- *
- * - "linkFn" - linking fn of a single directive
- * - "nodeLinkFn" - function that aggregates all linking fns for a particular node
- * - "childLinkFn" -  function that aggregates all linking fns for child nodes of a particular node
- * - "compositeLinkFn" - function that aggregates all linking fns for a compilation root (nodeList)
- */
-
-
-var NON_ASSIGNABLE_MODEL_EXPRESSION = 'Non-assignable model expression: ';
-
-
-/**
- * @ngdoc function
- * @name ng.$compile
- * @function
- *
- * @description
- * Compiles a piece of HTML string or DOM into a template and produces a template function, which
- * can then be used to link {@link ng.$rootScope.Scope scope} and the template together.
- *
- * The compilation is a process of walking the DOM tree and trying to match DOM elements to
- * {@link ng.$compileProvider#directive directives}. For each match it
- * executes corresponding template function and collects the
- * instance functions into a single template function which is then returned.
- *
- * The template function can then be used once to produce the view or as it is the case with
- * {@link ng.directive:ngRepeat repeater} many-times, in which
- * case each call results in a view that is a DOM clone of the original template.
- *
- <doc:example module="compile">
-   <doc:source>
-    <script>
-      // declare a new module, and inject the $compileProvider
-      angular.module('compile', [], function($compileProvider) {
-        // configure new 'compile' directive by passing a directive
-        // factory function. The factory function injects the '$compile'
-        $compileProvider.directive('compile', function($compile) {
-          // directive factory creates a link function
-          return function(scope, element, attrs) {
-            scope.$watch(
-              function(scope) {
-                 // watch the 'compile' expression for changes
-                return scope.$eval(attrs.compile);
-              },
-              function(value) {
-                // when the 'compile' expression changes
-                // assign it into the current DOM
-                element.html(value);
-
-                // compile the new DOM and link it to the current
-                // scope.
-                // NOTE: we only compile .childNodes so that
-                // we don't get into infinite loop compiling ourselves
-                $compile(element.contents())(scope);
-              }
-            );
-          };
-        })
-      });
-
-      function Ctrl($scope) {
-        $scope.name = 'Angular';
-        $scope.html = 'Hello {{name}}';
-      }
-    </script>
-    <div ng-controller="Ctrl">
-      <input ng-model="name"> <br>
-      <textarea ng-model="html"></textarea> <br>
-      <div compile="html"></div>
-    </div>
-   </doc:source>
-   <doc:scenario>
-     it('should auto compile', function() {
-       expect(element('div[compile]').text()).toBe('Hello Angular');
-       input('html').enter('{{name}}!');
-       expect(element('div[compile]').text()).toBe('Angular!');
-     });
-   </doc:scenario>
- </doc:example>
-
- *
- *
- * @param {string|DOMElement} element Element or HTML string to compile into a template function.
- * @param {function(angular.Scope[, cloneAttachFn]} transclude function available to directives.
- * @param {number} maxPriority only apply directives lower then given priority (Only effects the
- *                 root element(s), not their children)
- * @returns {function(scope[, cloneAttachFn])} a link function which is used to bind template
- * (a DOM element/tree) to a scope. Where:
- *
- *  * `scope` - A {@link ng.$rootScope.Scope Scope} to bind to.
- *  * `cloneAttachFn` - If `cloneAttachFn` is provided, then the link function will clone the
- *               `template` and call the `cloneAttachFn` function allowing the caller to attach the
- *               cloned elements to the DOM document at the appropriate place. The `cloneAttachFn` is
- *               called as: <br> `cloneAttachFn(clonedElement, scope)` where:
- *
- *      * `clonedElement` - is a clone of the original `element` passed into the compiler.
- *      * `scope` - is the current scope with which the linking function is working with.
- *
- * Calling the linking function returns the element of the template. It is either the original element
- * passed in, or the clone of the element if the `cloneAttachFn` is provided.
- *
- * After linking the view is not updated until after a call to $digest which typically is done by
- * Angular automatically.
- *
- * If you need access to the bound view, there are two ways to do it:
- *
- * - If you are not asking the linking function to clone the template, create the DOM element(s)
- *   before you send them to the compiler and keep this reference around.
- *   <pre>
- *     var element = $compile('<p>{{total}}</p>')(scope);
- *   </pre>
- *
- * - if on the other hand, you need the element to be cloned, the view reference from the original
- *   example would not point to the clone, but rather to the original template that was cloned. In
- *   this case, you can access the clone via the cloneAttachFn:
- *   <pre>
- *     var templateHTML = angular.element('<p>{{total}}</p>'),
- *         scope = ....;
- *
- *     var clonedElement = $compile(templateHTML)(scope, function(clonedElement, scope) {
- *       //attach the clone to DOM document at the right place
- *     });
- *
- *     //now we have reference to the cloned DOM via `clone`
- *   </pre>
- *
- *
- * For information on how the compiler works, see the
- * {@link guide/compiler Angular HTML Compiler} section of the Developer Guide.
- */
-
-
-/**
- * @ngdoc service
- * @name ng.$compileProvider
- * @function
- *
- * @description
- */
-$CompileProvider.$inject = ['$provide'];
-function $CompileProvider($provide) {
-  var hasDirectives = {},
-      Suffix = 'Directive',
-      COMMENT_DIRECTIVE_REGEXP = /^\s*directive\:\s*([\d\w\-_]+)\s+(.*)$/,
-      CLASS_DIRECTIVE_REGEXP = /(([\d\w\-_]+)(?:\:([^;]+))?;?)/,
-      MULTI_ROOT_TEMPLATE_ERROR = 'Template must have exactly one root element. was: ';
-
-
-  /**
-   * @ngdoc function
-   * @name ng.$compileProvider#directive
-   * @methodOf ng.$compileProvider
-   * @function
-   *
-   * @description
-   * Register a new directives with the compiler.
-   *
-   * @param {string} name Name of the directive in camel-case. (ie <code>ngBind</code> which will match as
-   *                <code>ng-bind</code>).
-   * @param {function} directiveFactory An injectable directive factroy function. See {@link guide/directive} for more
-   *                info.
-   * @returns {ng.$compileProvider} Self for chaining.
-   */
-   this.directive = function registerDirective(name, directiveFactory) {
-    if (isString(name)) {
-      assertArg(directiveFactory, 'directive');
-      if (!hasDirectives.hasOwnProperty(name)) {
-        hasDirectives[name] = [];
-        $provide.factory(name + Suffix, ['$injector', '$exceptionHandler',
-          function($injector, $exceptionHandler) {
-            var directives = [];
-            forEach(hasDirectives[name], function(directiveFactory) {
-              try {
-                var directive = $injector.invoke(directiveFactory);
-                if (isFunction(directive)) {
-                  directive = { compile: valueFn(directive) };
-                } else if (!directive.compile && directive.link) {
-                  directive.compile = valueFn(directive.link);
-                }
-                directive.priority = directive.priority || 0;
-                directive.name = directive.name || name;
-                directive.require = directive.require || (directive.controller && directive.name);
-                directive.restrict = directive.restrict || 'A';
-                directives.push(directive);
-              } catch (e) {
-                $exceptionHandler(e);
-              }
-            });
-            return directives;
-          }]);
-      }
-      hasDirectives[name].push(directiveFactory);
-    } else {
-      forEach(name, reverseParams(registerDirective));
-    }
-    return this;
-  };
-
-
-  this.$get = [
-            '$injector', '$interpolate', '$exceptionHandler', '$http', '$templateCache', '$parse',
-            '$controller', '$rootScope',
-    function($injector,   $interpolate,   $exceptionHandler,   $http,   $templateCache,   $parse,
-             $controller,   $rootScope) {
-
-    var Attributes = function(element, attr) {
-      this.$$element = element;
-      this.$attr = attr || {};
-    };
-
-    Attributes.prototype = {
-      $normalize: directiveNormalize,
-
-
-      /**
-       * Set a normalized attribute on the element in a way such that all directives
-       * can share the attribute. This function properly handles boolean attributes.
-       * @param {string} key Normalized key. (ie ngAttribute)
-       * @param {string|boolean} value The value to set. If `null` attribute will be deleted.
-       * @param {boolean=} writeAttr If false, does not write the value to DOM element attribute.
-       *     Defaults to true.
-       * @param {string=} attrName Optional none normalized name. Defaults to key.
-       */
-      $set: function(key, value, writeAttr, attrName) {
-        var booleanKey = getBooleanAttrName(this.$$element[0], key),
-            $$observers = this.$$observers;
-
-        if (booleanKey) {
-          this.$$element.prop(key, value);
-          attrName = booleanKey;
-        }
-
-        this[key] = value;
-
-        // translate normalized key to actual key
-        if (attrName) {
-          this.$attr[key] = attrName;
-        } else {
-          attrName = this.$attr[key];
-          if (!attrName) {
-            this.$attr[key] = attrName = snake_case(key, '-');
-          }
-        }
-
-        if (writeAttr !== false) {
-          if (value === null || value === undefined) {
-            this.$$element.removeAttr(attrName);
-          } else {
-            this.$$element.attr(attrName, value);
-          }
-        }
-
-        // fire observers
-        $$observers && forEach($$observers[key], function(fn) {
-          try {
-            fn(value);
-          } catch (e) {
-            $exceptionHandler(e);
-          }
-        });
-      },
-
-
-      /**
-       * Observe an interpolated attribute.
-       * The observer will never be called, if given attribute is not interpolated.
-       *
-       * @param {string} key Normalized key. (ie ngAttribute) .
-       * @param {function(*)} fn Function that will be called whenever the attribute value changes.
-       * @returns {function(*)} the `fn` Function passed in.
-       */
-      $observe: function(key, fn) {
-        var attrs = this,
-            $$observers = (attrs.$$observers || (attrs.$$observers = {})),
-            listeners = ($$observers[key] || ($$observers[key] = []));
-
-        listeners.push(fn);
-        $rootScope.$evalAsync(function() {
-          if (!listeners.$$inter) {
-            // no one registered attribute interpolation function, so lets call it manually
-            fn(attrs[key]);
-          }
-        });
-        return fn;
-      }
-    };
-
-    var startSymbol = $interpolate.startSymbol(),
-        endSymbol = $interpolate.endSymbol(),
-        denormalizeTemplate = (startSymbol == '{{' || endSymbol  == '}}')
-            ? identity
-            : function denormalizeTemplate(template) {
-              return template.replace(/\{\{/g, startSymbol).replace(/}}/g, endSymbol);
-            };
-
-
-    return compile;
-
-    //================================
-
-    function compile($compileNode, transcludeFn, maxPriority) {
-      if (!($compileNode instanceof jqLite)) {
-        // jquery always rewraps, where as we need to preserve the original selector so that we can modify it.
-        $compileNode = jqLite($compileNode);
-      }
-      // We can not compile top level text elements since text nodes can be merged and we will
-      // not be able to attach scope data to them, so we will wrap them in <span>
-      forEach($compileNode, function(node, index){
-        if (node.nodeType == 3 /* text node */) {
-          $compileNode[index] = jqLite(node).wrap('<span></span>').parent()[0];
-        }
-      });
-      var compositeLinkFn = compileNodes($compileNode, transcludeFn, $compileNode, maxPriority);
-      return function(scope, cloneConnectFn){
-        assertArg(scope, 'scope');
-        // important!!: we must call our jqLite.clone() since the jQuery one is trying to be smart
-        // and sometimes changes the structure of the DOM.
-        var $linkNode = cloneConnectFn
-          ? JQLitePrototype.clone.call($compileNode) // IMPORTANT!!!
-          : $compileNode;
-        $linkNode.data('$scope', scope);
-        safeAddClass($linkNode, 'ng-scope');
-        if (cloneConnectFn) cloneConnectFn($linkNode, scope);
-        if (compositeLinkFn) compositeLinkFn(scope, $linkNode, $linkNode);
-        return $linkNode;
-      };
-    }
-
-    function wrongMode(localName, mode) {
-      throw Error("Unsupported '" + mode + "' for '" + localName + "'.");
-    }
-
-    function safeAddClass($element, className) {
-      try {
-        $element.addClass(className);
-      } catch(e) {
-        // ignore, since it means that we are trying to set class on
-        // SVG element, where class name is read-only.
-      }
-    }
-
-    /**
-     * Compile function matches each node in nodeList against the directives. Once all directives
-     * for a particular node are collected their compile functions are executed. The compile
-     * functions return values - the linking functions - are combined into a composite linking
-     * function, which is the a linking function for the node.
-     *
-     * @param {NodeList} nodeList an array of nodes to compile
-     * @param {function(angular.Scope[, cloneAttachFn]} transcludeFn A linking function, where the
-     *        scope argument is auto-generated to the new child of the transcluded parent scope.
-     * @param {DOMElement=} $rootElement If the nodeList is the root of the compilation tree then the
-     *        rootElement must be set the jqLite collection of the compile root. This is
-     *        needed so that the jqLite collection items can be replaced with widgets.
-     * @param {number=} max directive priority
-     * @returns {?function} A composite linking function of all of the matched directives or null.
-     */
-    function compileNodes(nodeList, transcludeFn, $rootElement, maxPriority) {
-     var linkFns = [],
-         nodeLinkFn, childLinkFn, directives, attrs, linkFnFound;
-
-     for(var i = 0; i < nodeList.length; i++) {
-       attrs = new Attributes();
-
-       // we must always refer to nodeList[i] since the nodes can be replaced underneath us.
-       directives = collectDirectives(nodeList[i], [], attrs, maxPriority);
-
-       nodeLinkFn = (directives.length)
-           ? applyDirectivesToNode(directives, nodeList[i], attrs, transcludeFn, $rootElement)
-           : null;
-
-       childLinkFn = (nodeLinkFn && nodeLinkFn.terminal)
-           ? null
-           : compileNodes(nodeList[i].childNodes,
-                nodeLinkFn ? nodeLinkFn.transclude : transcludeFn);
-
-       linkFns.push(nodeLinkFn);
-       linkFns.push(childLinkFn);
-       linkFnFound = (linkFnFound || nodeLinkFn || childLinkFn);
-     }
-
-     // return a linking function if we have found anything, null otherwise
-     return linkFnFound ? compositeLinkFn : null;
-
-     function compositeLinkFn(scope, nodeList, $rootElement, boundTranscludeFn) {
-       var nodeLinkFn, childLinkFn, node, childScope, childTranscludeFn;
-
-       for(var i = 0, n = 0, ii = linkFns.length; i < ii; n++) {
-         node = nodeList[n];
-         nodeLinkFn = linkFns[i++];
-         childLinkFn = linkFns[i++];
-
-         if (nodeLinkFn) {
-           if (nodeLinkFn.scope) {
-             childScope = scope.$new(isObject(nodeLinkFn.scope));
-             jqLite(node).data('$scope', childScope);
-           } else {
-             childScope = scope;
-           }
-           childTranscludeFn = nodeLinkFn.transclude;
-           if (childTranscludeFn || (!boundTranscludeFn && transcludeFn)) {
-             nodeLinkFn(childLinkFn, childScope, node, $rootElement,
-                 (function(transcludeFn) {
-                   return function(cloneFn) {
-                     var transcludeScope = scope.$new();
-
-                     return transcludeFn(transcludeScope, cloneFn).
-                         bind('$destroy', bind(transcludeScope, transcludeScope.$destroy));
-                    };
-                  })(childTranscludeFn || transcludeFn)
-             );
-           } else {
-             nodeLinkFn(childLinkFn, childScope, node, undefined, boundTranscludeFn);
-           }
-         } else if (childLinkFn) {
-           childLinkFn(scope, node.childNodes, undefined, boundTranscludeFn);
-         }
-       }
-     }
-   }
-
-
-    /**
-     * Looks for directives on the given node ands them to the directive collection which is sorted.
-     *
-     * @param node node to search
-     * @param directives an array to which the directives are added to. This array is sorted before
-     *        the function returns.
-     * @param attrs the shared attrs object which is used to populate the normalized attributes.
-     * @param {number=} max directive priority
-     */
-    function collectDirectives(node, directives, attrs, maxPriority) {
-      var nodeType = node.nodeType,
-          attrsMap = attrs.$attr,
-          match,
-          className;
-
-      switch(nodeType) {
-        case 1: /* Element */
-          // use the node name: <directive>
-          addDirective(directives,
-              directiveNormalize(nodeName_(node).toLowerCase()), 'E', maxPriority);
-
-          // iterate over the attributes
-          for (var attr, name, nName, value, nAttrs = node.attributes,
-                   j = 0, jj = nAttrs && nAttrs.length; j < jj; j++) {
-            attr = nAttrs[j];
-            if (attr.specified) {
-              name = attr.name;
-              nName = directiveNormalize(name.toLowerCase());
-              attrsMap[nName] = name;
-              attrs[nName] = value = trim((msie && name == 'href')
-                ? decodeURIComponent(node.getAttribute(name, 2))
-                : attr.value);
-              if (getBooleanAttrName(node, nName)) {
-                attrs[nName] = true; // presence means true
-              }
-              addAttrInterpolateDirective(node, directives, value, nName);
-              addDirective(directives, nName, 'A', maxPriority);
-            }
-          }
-
-          // use class as directive
-          className = node.className;
-          if (isString(className)) {
-            while (match = CLASS_DIRECTIVE_REGEXP.exec(className)) {
-              nName = directiveNormalize(match[2]);
-              if (addDirective(directives, nName, 'C', maxPriority)) {
-                attrs[nName] = trim(match[3]);
-              }
-              className = className.substr(match.index + match[0].length);
-            }
-          }
-          break;
-        case 3: /* Text Node */
-          addTextInterpolateDirective(directives, node.nodeValue);
-          break;
-        case 8: /* Comment */
-          try {
-            match = COMMENT_DIRECTIVE_REGEXP.exec(node.nodeValue);
-            if (match) {
-              nName = directiveNormalize(match[1]);
-              if (addDirective(directives, nName, 'M', maxPriority)) {
-                attrs[nName] = trim(match[2]);
-              }
-            }
-          } catch (e) {
-            // turns out that under some circumstances IE9 throws errors when one attempts to read comment's node value.
-            // Just ignore it and continue. (Can't seem to reproduce in test case.)
-          }
-          break;
-      }
-
-      directives.sort(byPriority);
-      return directives;
-    }
-
-
-    /**
-     * Once the directives have been collected their compile functions is executed. This method
-     * is responsible for inlining directive templates as well as terminating the application
-     * of the directives if the terminal directive has been reached..
-     *
-     * @param {Array} directives Array of collected directives to execute their compile function.
-     *        this needs to be pre-sorted by priority order.
-     * @param {Node} compileNode The raw DOM node to apply the compile functions to
-     * @param {Object} templateAttrs The shared attribute function
-     * @param {function(angular.Scope[, cloneAttachFn]} transcludeFn A linking function, where the
-     *        scope argument is auto-generated to the new child of the transcluded parent scope.
-     * @param {DOMElement} $rootElement If we are working on the root of the compile tree then this
-     *        argument has the root jqLite array so that we can replace widgets on it.
-     * @returns linkFn
-     */
-    function applyDirectivesToNode(directives, compileNode, templateAttrs, transcludeFn, $rootElement) {
-      var terminalPriority = -Number.MAX_VALUE,
-          preLinkFns = [],
-          postLinkFns = [],
-          newScopeDirective = null,
-          newIsolatedScopeDirective = null,
-          templateDirective = null,
-          $compileNode = templateAttrs.$$element = jqLite(compileNode),
-          directive,
-          directiveName,
-          $template,
-          transcludeDirective,
-          childTranscludeFn = transcludeFn,
-          controllerDirectives,
-          linkFn,
-          directiveValue;
-
-      // executes all directives on the current element
-      for(var i = 0, ii = directives.length; i < ii; i++) {
-        directive = directives[i];
-        $template = undefined;
-
-        if (terminalPriority > directive.priority) {
-          break; // prevent further processing of directives
-        }
-
-        if (directiveValue = directive.scope) {
-          assertNoDuplicate('isolated scope', newIsolatedScopeDirective, directive, $compileNode);
-          if (isObject(directiveValue)) {
-            safeAddClass($compileNode, 'ng-isolate-scope');
-            newIsolatedScopeDirective = directive;
-          }
-          safeAddClass($compileNode, 'ng-scope');
-          newScopeDirective = newScopeDirective || directive;
-        }
-
-        directiveName = directive.name;
-
-        if (directiveValue = directive.controller) {
-          controllerDirectives = controllerDirectives || {};
-          assertNoDuplicate("'" + directiveName + "' controller",
-              controllerDirectives[directiveName], directive, $compileNode);
-          controllerDirectives[directiveName] = directive;
-        }
-
-        if (directiveValue = directive.transclude) {
-          assertNoDuplicate('transclusion', transcludeDirective, directive, $compileNode);
-          transcludeDirective = directive;
-          terminalPriority = directive.priority;
-          if (directiveValue == 'element') {
-            $template = jqLite(compileNode);
-            $compileNode = templateAttrs.$$element =
-                jqLite('<!-- ' + directiveName + ': ' + templateAttrs[directiveName]  + ' -->');
-            compileNode = $compileNode[0];
-            replaceWith($rootElement, jqLite($template[0]), compileNode);
-            childTranscludeFn = compile($template, transcludeFn, terminalPriority);
-          } else {
-            $template = jqLite(JQLiteClone(compileNode)).contents();
-            $compileNode.html(''); // clear contents
-            childTranscludeFn = compile($template, transcludeFn);
-          }
-        }
-
-        if ((directiveValue = directive.template)) {
-          assertNoDuplicate('template', templateDirective, directive, $compileNode);
-          templateDirective = directive;
-          directiveValue = denormalizeTemplate(directiveValue);
-
-          if (directive.replace) {
-            $template = jqLite('<div>' +
-                                 trim(directiveValue) +
-                               '</div>').contents();
-            compileNode = $template[0];
-
-            if ($template.length != 1 || compileNode.nodeType !== 1) {
-              throw new Error(MULTI_ROOT_TEMPLATE_ERROR + directiveValue);
-            }
-
-            replaceWith($rootElement, $compileNode, compileNode);
-
-            var newTemplateAttrs = {$attr: {}};
-
-            // combine directives from the original node and from the template:
-            // - take the array of directives for this element
-            // - split it into two parts, those that were already applied and those that weren't
-            // - collect directives from the template, add them to the second group and sort them
-            // - append the second group with new directives to the first group
-            directives = directives.concat(
-                collectDirectives(
-                    compileNode,
-                    directives.splice(i + 1, directives.length - (i + 1)),
-                    newTemplateAttrs
-                )
-            );
-            mergeTemplateAttributes(templateAttrs, newTemplateAttrs);
-
-            ii = directives.length;
-          } else {
-            $compileNode.html(directiveValue);
-          }
-        }
-
-        if (directive.templateUrl) {
-          assertNoDuplicate('template', templateDirective, directive, $compileNode);
-          templateDirective = directive;
-          nodeLinkFn = compileTemplateUrl(directives.splice(i, directives.length - i),
-              nodeLinkFn, $compileNode, templateAttrs, $rootElement, directive.replace,
-              childTranscludeFn);
-          ii = directives.length;
-        } else if (directive.compile) {
-          try {
-            linkFn = directive.compile($compileNode, templateAttrs, childTranscludeFn);
-            if (isFunction(linkFn)) {
-              addLinkFns(null, linkFn);
-            } else if (linkFn) {
-              addLinkFns(linkFn.pre, linkFn.post);
-            }
-          } catch (e) {
-            $exceptionHandler(e, startingTag($compileNode));
-          }
-        }
-
-        if (directive.terminal) {
-          nodeLinkFn.terminal = true;
-          terminalPriority = Math.max(terminalPriority, directive.priority);
-        }
-
-      }
-
-      nodeLinkFn.scope = newScopeDirective && newScopeDirective.scope;
-      nodeLinkFn.transclude = transcludeDirective && childTranscludeFn;
-
-      // might be normal or delayed nodeLinkFn depending on if templateUrl is present
-      return nodeLinkFn;
-
-      ////////////////////
-
-      function addLinkFns(pre, post) {
-        if (pre) {
-          pre.require = directive.require;
-          preLinkFns.push(pre);
-        }
-        if (post) {
-          post.require = directive.require;
-          postLinkFns.push(post);
-        }
-      }
-
-
-      function getControllers(require, $element) {
-        var value, retrievalMethod = 'data', optional = false;
-        if (isString(require)) {
-          while((value = require.charAt(0)) == '^' || value == '?') {
-            require = require.substr(1);
-            if (value == '^') {
-              retrievalMethod = 'inheritedData';
-            }
-            optional = optional || value == '?';
-          }
-          value = $element[retrievalMethod]('$' + require + 'Controller');
-          if (!value && !optional) {
-            throw Error("No controller: " + require);
-          }
-          return value;
-        } else if (isArray(require)) {
-          value = [];
-          forEach(require, function(require) {
-            value.push(getControllers(require, $element));
-          });
-        }
-        return value;
-      }
-
-
-      function nodeLinkFn(childLinkFn, scope, linkNode, $rootElement, boundTranscludeFn) {
-        var attrs, $element, i, ii, linkFn, controller;
-
-        if (compileNode === linkNode) {
-          attrs = templateAttrs;
-        } else {
-          attrs = shallowCopy(templateAttrs, new Attributes(jqLite(linkNode), templateAttrs.$attr));
-        }
-        $element = attrs.$$element;
-
-        if (newScopeDirective && isObject(newScopeDirective.scope)) {
-          var LOCAL_REGEXP = /^\s*([@=&])\s*(\w*)\s*$/;
-
-          var parentScope = scope.$parent || scope;
-
-          forEach(newScopeDirective.scope, function(definiton, scopeName) {
-            var match = definiton.match(LOCAL_REGEXP) || [],
-                attrName = match[2]|| scopeName,
-                mode = match[1], // @, =, or &
-                lastValue,
-                parentGet, parentSet;
-
-            switch (mode) {
-
-              case '@': {
-                attrs.$observe(attrName, function(value) {
-                  scope[scopeName] = value;
-                });
-                attrs.$$observers[attrName].$$scope = parentScope;
-                break;
-              }
-
-              case '=': {
-                parentGet = $parse(attrs[attrName]);
-                parentSet = parentGet.assign || function() {
-                  // reset the change, or we will throw this exception on every $digest
-                  lastValue = scope[scopeName] = parentGet(parentScope);
-                  throw Error(NON_ASSIGNABLE_MODEL_EXPRESSION + attrs[attrName] +
-                      ' (directive: ' + newScopeDirective.name + ')');
-                };
-                lastValue = scope[scopeName] = parentGet(parentScope);
-                scope.$watch(function() {
-                  var parentValue = parentGet(parentScope);
-
-                  if (parentValue !== scope[scopeName]) {
-                    // we are out of sync and need to copy
-                    if (parentValue !== lastValue) {
-                      // parent changed and it has precedence
-                      lastValue = scope[scopeName] = parentValue;
-                    } else {
-                      // if the parent can be assigned then do so
-                      parentSet(parentScope, lastValue = scope[scopeName]);
-                    }
-                  }
-                  return parentValue;
-                });
-                break;
-              }
-
-              case '&': {
-                parentGet = $parse(attrs[attrName]);
-                scope[scopeName] = function(locals) {
-                  return parentGet(parentScope, locals);
-                }
-                break;
-              }
-
-              default: {
-                throw Error('Invalid isolate scope definition for directive ' +
-                    newScopeDirective.name + ': ' + definiton);
-              }
-            }
-          });
-        }
-
-        if (controllerDirectives) {
-          forEach(controllerDirectives, function(directive) {
-            var locals = {
-              $scope: scope,
-              $element: $element,
-              $attrs: attrs,
-              $transclude: boundTranscludeFn
-            };
-
-            controller = directive.controller;
-            if (controller == '@') {
-              controller = attrs[directive.name];
-            }
-
-            $element.data(
-                '$' + directive.name + 'Controller',
-                $controller(controller, locals));
-          });
-        }
-
-        // PRELINKING
-        for(i = 0, ii = preLinkFns.length; i < ii; i++) {
-          try {
-            linkFn = preLinkFns[i];
-            linkFn(scope, $element, attrs,
-                linkFn.require && getControllers(linkFn.require, $element));
-          } catch (e) {
-            $exceptionHandler(e, startingTag($element));
-          }
-        }
-
-        // RECURSION
-        childLinkFn && childLinkFn(scope, linkNode.childNodes, undefined, boundTranscludeFn);
-
-        // POSTLINKING
-        for(i = 0, ii = postLinkFns.length; i < ii; i++) {
-          try {
-            linkFn = postLinkFns[i];
-            linkFn(scope, $element, attrs,
-                linkFn.require && getControllers(linkFn.require, $element));
-          } catch (e) {
-            $exceptionHandler(e, startingTag($element));
-          }
-        }
-      }
-    }
-
-
-    /**
-     * looks up the directive and decorates it with exception handling and proper parameters. We
-     * call this the boundDirective.
-     *
-     * @param {string} name name of the directive to look up.
-     * @param {string} location The directive must be found in specific format.
-     *   String containing any of theses characters:
-     *
-     *   * `E`: element name
-     *   * `A': attribute
-     *   * `C`: class
-     *   * `M`: comment
-     * @returns true if directive was added.
-     */
-    function addDirective(tDirectives, name, location, maxPriority) {
-      var match = false;
-      if (hasDirectives.hasOwnProperty(name)) {
-        for(var directive, directives = $injector.get(name + Suffix),
-            i = 0, ii = directives.length; i<ii; i++) {
-          try {
-            directive = directives[i];
-            if ( (maxPriority === undefined || maxPriority > directive.priority) &&
-                 directive.restrict.indexOf(location) != -1) {
-              tDirectives.push(directive);
-              match = true;
-            }
-          } catch(e) { $exceptionHandler(e); }
-        }
-      }
-      return match;
-    }
-
-
-    /**
-     * When the element is replaced with HTML template then the new attributes
-     * on the template need to be merged with the existing attributes in the DOM.
-     * The desired effect is to have both of the attributes present.
-     *
-     * @param {object} dst destination attributes (original DOM)
-     * @param {object} src source attributes (from the directive template)
-     */
-    function mergeTemplateAttributes(dst, src) {
-      var srcAttr = src.$attr,
-          dstAttr = dst.$attr,
-          $element = dst.$$element;
-
-      // reapply the old attributes to the new element
-      forEach(dst, function(value, key) {
-        if (key.charAt(0) != '$') {
-          if (src[key]) {
-            value += (key === 'style' ? ';' : ' ') + src[key];
-          }
-          dst.$set(key, value, true, srcAttr[key]);
-        }
-      });
-
-      // copy the new attributes on the old attrs object
-      forEach(src, function(value, key) {
-        if (key == 'class') {
-          safeAddClass($element, value);
-          dst['class'] = (dst['class'] ? dst['class'] + ' ' : '') + value;
-        } else if (key == 'style') {
-          $element.attr('style', $element.attr('style') + ';' + value);
-        } else if (key.charAt(0) != '$' && !dst.hasOwnProperty(key)) {
-          dst[key] = value;
-          dstAttr[key] = srcAttr[key];
-        }
-      });
-    }
-
-
-    function compileTemplateUrl(directives, beforeTemplateNodeLinkFn, $compileNode, tAttrs,
-        $rootElement, replace, childTranscludeFn) {
-      var linkQueue = [],
-          afterTemplateNodeLinkFn,
-          afterTemplateChildLinkFn,
-          beforeTemplateCompileNode = $compileNode[0],
-          origAsyncDirective = directives.shift(),
-          // The fact that we have to copy and patch the directive seems wrong!
-          derivedSyncDirective = extend({}, origAsyncDirective, {
-            controller: null, templateUrl: null, transclude: null
-          });
-
-      $compileNode.html('');
-
-      $http.get(origAsyncDirective.templateUrl, {cache: $templateCache}).
-        success(function(content) {
-          var compileNode, tempTemplateAttrs, $template;
-
-          content = denormalizeTemplate(content);
-
-          if (replace) {
-            $template = jqLite('<div>' + trim(content) + '</div>').contents();
-            compileNode = $template[0];
-
-            if ($template.length != 1 || compileNode.nodeType !== 1) {
-              throw new Error(MULTI_ROOT_TEMPLATE_ERROR + content);
-            }
-
-            tempTemplateAttrs = {$attr: {}};
-            replaceWith($rootElement, $compileNode, compileNode);
-            collectDirectives(compileNode, directives, tempTemplateAttrs);
-            mergeTemplateAttributes(tAttrs, tempTemplateAttrs);
-          } else {
-            compileNode = beforeTemplateCompileNode;
-            $compileNode.html(content);
-          }
-
-          directives.unshift(derivedSyncDirective);
-          afterTemplateNodeLinkFn = applyDirectivesToNode(directives, $compileNode, tAttrs, childTranscludeFn);
-          afterTemplateChildLinkFn = compileNodes($compileNode.contents(), childTranscludeFn);
-
-
-          while(linkQueue.length) {
-            var controller = linkQueue.pop(),
-                linkRootElement = linkQueue.pop(),
-                beforeTemplateLinkNode = linkQueue.pop(),
-                scope = linkQueue.pop(),
-                linkNode = compileNode;
-
-            if (beforeTemplateLinkNode !== beforeTemplateCompileNode) {
-              // it was cloned therefore we have to clone as well.
-              linkNode = JQLiteClone(compileNode);
-              replaceWith(linkRootElement, jqLite(beforeTemplateLinkNode), linkNode);
-            }
-
-            afterTemplateNodeLinkFn(function() {
-              beforeTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, linkNode, $rootElement, controller);
-            }, scope, linkNode, $rootElement, controller);
-          }
-          linkQueue = null;
-        }).
-        error(function(response, code, headers, config) {
-          throw Error('Failed to load template: ' + config.url);
-        });
-
-      return function delayedNodeLinkFn(ignoreChildLinkFn, scope, node, rootElement, controller) {
-        if (linkQueue) {
-          linkQueue.push(scope);
-          linkQueue.push(node);
-          linkQueue.push(rootElement);
-          linkQueue.push(controller);
-        } else {
-          afterTemplateNodeLinkFn(function() {
-            beforeTemplateNodeLinkFn(afterTemplateChildLinkFn, scope, node, rootElement, controller);
-          }, scope, node, rootElement, controller);
-        }
-      };
-    }
-
-
-    /**
-     * Sorting function for bound directives.
-     */
-    function byPriority(a, b) {
-      return b.priority - a.priority;
-    }
-
-
-    function assertNoDuplicate(what, previousDirective, directive, element) {
-      if (previousDirective) {
-        throw Error('Multiple directives [' + previousDirective.name + ', ' +
-          directive.name + '] asking for ' + what + ' on: ' +  startingTag(element));
-      }
-    }
-
-
-    function addTextInterpolateDirective(directives, text) {
-      var interpolateFn = $interpolate(text, true);
-      if (interpolateFn) {
-        directives.push({
-          priority: 0,
-          compile: valueFn(function(scope, node) {
-            var parent = node.parent(),
-                bindings = parent.data('$binding') || [];
-            bindings.push(interpolateFn);
-            safeAddClass(parent.data('$binding', bindings), 'ng-binding');
-            scope.$watch(interpolateFn, function(value) {
-              node[0].nodeValue = value;
-            });
-          })
-        });
-      }
-    }
-
-
-    function addAttrInterpolateDirective(node, directives, value, name) {
-      var interpolateFn = $interpolate(value, true);
-
-
-      // no interpolation found -> ignore
-      if (!interpolateFn) return;
-
-      directives.push({
-        priority: 100,
-        compile: valueFn(function(scope, element, attr) {
-          var $$observers = (attr.$$observers || (attr.$$observers = {}));
-
-          if (name === 'class') {
-            // we need to interpolate classes again, in the case the element was replaced
-            // and therefore the two class attrs got merged - we want to interpolate the result
-            interpolateFn = $interpolate(attr[name], true);
-          }
-
-          attr[name] = undefined;
-          ($$observers[name] || ($$observers[name] = [])).$$inter = true;
-          (attr.$$observers && attr.$$observers[name].$$scope || scope).
-            $watch(interpolateFn, function(value) {
-              attr.$set(name, value);
-            });
-        })
-      });
-    }
-
-
-    /**
-     * This is a special jqLite.replaceWith, which can replace items which
-     * have no parents, provided that the containing jqLite collection is provided.
-     *
-     * @param {JqLite=} $rootElement The root of the compile tree. Used so that we can replace nodes
-     *    in the root of the tree.
-     * @param {JqLite} $element The jqLite element which we are going to replace. We keep the shell,
-     *    but replace its DOM node reference.
-     * @param {Node} newNode The new DOM node.
-     */
-    function replaceWith($rootElement, $element, newNode) {
-      var oldNode = $element[0],
-          parent = oldNode.parentNode,
-          i, ii;
-
-      if ($rootElement) {
-        for(i = 0, ii = $rootElement.length; i < ii; i++) {
-          if ($rootElement[i] == oldNode) {
-            $rootElement[i] = newNode;
-            break;
-          }
-        }
-      }
-
-      if (parent) {
-        parent.replaceChild(newNode, oldNode);
-      }
-
-      newNode[jqLite.expando] = oldNode[jqLite.expando];
-      $element[0] = newNode;
-    }
-  }];
-}
-
-var PREFIX_REGEXP = /^(x[\:\-_]|data[\:\-_])/i;
-/**
- * Converts all accepted directives format into proper directive name.
- * All of these will become 'myDirective':
- *   my:DiRective
- *   my-directive
- *   x-my-directive
- *   data-my:directive
- *
- * Also there is special case for Moz prefix starting with upper case letter.
- * @param name Name to normalize
- */
-function directiveNormalize(name) {
-  return camelCase(name.replace(PREFIX_REGEXP, ''));
-}
-
-/**
- * @ngdoc object
- * @name ng.$compile.directive.Attributes
- * @description
- *
- * A shared object between directive compile / linking functions which contains normalized DOM element
- * attributes. The the values reflect current binding state `{{ }}`. The normalization is needed
- * since all of these are treated as equivalent in Angular:
- *
- *          <span ng:bind="a" ng-bind="a" data-ng-bind="a" x-ng-bind="a">
- */
-
-/**
- * @ngdoc property
- * @name ng.$compile.directive.Attributes#$attr
- * @propertyOf ng.$compile.directive.Attributes
- * @returns {object} A map of DOM element attribute names to the normalized name. This is
- *          needed to do reverse lookup from normalized name back to actual name.
- */
-
-
-/**
- * @ngdoc function
- * @name ng.$compile.directive.Attributes#$set
- * @methodOf ng.$compile.directive.Attributes
- * @function
- *
- * @description
- * Set DOM element attribute value.
- *
- *
- * @param {string} name Normalized element attribute name of the property to modify. The name is
- *          revers translated using the {@link ng.$compile.directive.Attributes#$attr $attr}
- *          property to the original name.
- * @param {string} value Value to set the attribute to.
- */
-
-
-
-/**
- * Closure compiler type information
- */
-
-function nodesetLinkingFn(
-  /* angular.Scope */ scope,
-  /* NodeList */ nodeList,
-  /* Element */ rootElement,
-  /* function(Function) */ boundTranscludeFn
-){}
-
-function directiveLinkingFn(
-  /* nodesetLinkingFn */ nodesetLinkingFn,
-  /* angular.Scope */ scope,
-  /* Node */ node,
-  /* Element */ rootElement,
-  /* function(Function) */ boundTranscludeFn
-){}
-
-/**
- * @ngdoc object
- * @name ng.$controllerProvider
- * @description
- * The {@link ng.$controller $controller service} is used by Angular to create new
- * controllers.
- *
- * This provider allows controller registration via the
- * {@link ng.$controllerProvider#register register} method.
- */
-function $ControllerProvider() {
-  var controllers = {};
-
-
-  /**
-   * @ngdoc function
-   * @name ng.$controllerProvider#register
-   * @methodOf ng.$controllerProvider
-   * @param {string} name Controller name
-   * @param {Function|Array} constructor Controller constructor fn (optionally decorated with DI
-   *    annotations in the array notation).
-   */
-  this.register = function(name, constructor) {
-    if (isObject(name)) {
-      extend(controllers, name)
-    } else {
-      controllers[name] = constructor;
-    }
-  };
-
-
-  this.$get = ['$injector', '$window', function($injector, $window) {
-
-    /**
-     * @ngdoc function
-     * @name ng.$controller
-     * @requires $injector
-     *
-     * @param {Function|string} constructor If called with a function then it's considered to be the
-     *    controller constructor function. Otherwise it's considered to be a string which is used
-     *    to retrieve the controller constructor using the following steps:
-     *
-     *    * check if a controller with given name is registered via `$controllerProvider`
-     *    * check if evaluating the string on the current scope returns a constructor
-     *    * check `window[constructor]` on the global `window` object
-     *
-     * @param {Object} locals Injection locals for Controller.
-     * @return {Object} Instance of given controller.
-     *
-     * @description
-     * `$controller` service is responsible for instantiating controllers.
-     *
-     * It's just simple call to {@link AUTO.$injector $injector}, but extracted into
-     * a service, so that one can override this service with {@link https://gist.github.com/1649788
-     * BC version}.
-     */
-    return function(constructor, locals) {
-      if(isString(constructor)) {
-        var name = constructor;
-        constructor = controllers.hasOwnProperty(name)
-            ? controllers[name]
-            : getter(locals.$scope, name, true) || getter($window, name, true);
-
-        assertArgFn(constructor, name, true);
-      }
-
-      return $injector.instantiate(constructor, locals);
-    };
-  }];
-}
-
-/**
- * @ngdoc object
- * @name ng.$document
- * @requires $window
- *
- * @description
- * A {@link angular.element jQuery (lite)}-wrapped reference to the browser's `window.document`
- * element.
- */
-function $DocumentProvider(){
-  this.$get = ['$window', function(window){
-    return jqLite(window.document);
-  }];
-}
-
-/**
- * @ngdoc function
- * @name ng.$exceptionHandler
- * @requires $log
- *
- * @description
- * Any uncaught exception in angular expressions is delegated to this service.
- * The default implementation simply delegates to `$log.error` which logs it into
- * the browser console.
- *
- * In unit tests, if `angular-mocks.js` is loaded, this service is overridden by
- * {@link ngMock.$exceptionHandler mock $exceptionHandler}
- *
- * @param {Error} exception Exception associated with the error.
- * @param {string=} cause optional information about the context in which
- *       the error was thrown.
- */
-function $ExceptionHandlerProvider() {
-  this.$get = ['$log', function($log){
-    return function(exception, cause) {
-      $log.error.apply($log, arguments);
-    };
-  }];
-}
-
-/**
- * @ngdoc object
- * @name ng.$interpolateProvider
- * @function
- *
- * @description
- *
- * Used for configuring the interpolation markup. Defaults to `{{` and `}}`.
- */
-function $InterpolateProvider() {
-  var startSymbol = '{{';
-  var endSymbol = '}}';
-
-  /**
-   * @ngdoc method
-   * @name ng.$interpolateProvider#startSymbol
-   * @methodOf ng.$interpolateProvider
-   * @description
-   * Symbol to denote start of expression in the interpolated string. Defaults to `{{`.
-   *
-   * @param {string=} value new value to set the starting symbol to.
-   * @returns {string|self} Returns the symbol when used as getter and self if used as setter.
-   */
-  this.startSymbol = function(value){
-    if (value) {
-      startSymbol = value;
-      return this;
-    } else {
-      return startSymbol;
-    }
-  };
-
-  /**
-   * @ngdoc method
-   * @name ng.$interpolateProvider#endSymbol
-   * @methodOf ng.$interpolateProvider
-   * @description
-   * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`.
-   *
-   * @param {string=} value new value to set the ending symbol to.
-   * @returns {string|self} Returns the symbol when used as getter and self if used as setter.
-   */
-  this.endSymbol = function(value){
-    if (value) {
-      endSymbol = value;
-      return this;
-    } else {
-      return endSymbol;
-    }
-  };
-
-
-  this.$get = ['$parse', function($parse) {
-    var startSymbolLength = startSymbol.length,
-        endSymbolLength = endSymbol.length;
-
-    /**
-     * @ngdoc function
-     * @name ng.$interpolate
-     * @function
-     *
-     * @requires $parse
-     *
-     * @description
-     *
-     * Compiles a string with markup into an interpolation function. This service is used by the
-     * HTML {@link ng.$compile $compile} service for data binding. See
-     * {@link ng.$interpolateProvider $interpolateProvider} for configuring the
-     * interpolation markup.
-     *
-     *
-       <pre>
-         var $interpolate = ...; // injected
-         var exp = $interpolate('Hello {{name}}!');
-         expect(exp({name:'Angular'}).toEqual('Hello Angular!');
-       </pre>
-     *
-     *
-     * @param {string} text The text with markup to interpolate.
-     * @param {boolean=} mustHaveExpression if set to true then the interpolation string must have
-     *    embedded expression in order to return an interpolation function. Strings with no
-     *    embedded expression will return null for the interpolation function.
-     * @returns {function(context)} an interpolation function which is used to compute the interpolated
-     *    string. The function has these parameters:
-     *
-     *    * `context`: an object against which any expressions embedded in the strings are evaluated
-     *      against.
-     *
-     */
-    function $interpolate(text, mustHaveExpression) {
-      var startIndex,
-          endIndex,
-          index = 0,
-          parts = [],
-          length = text.length,
-          hasInterpolation = false,
-          fn,
-          exp,
-          concat = [];
-
-      while(index < length) {
-        if ( ((startIndex = text.indexOf(startSymbol, index)) != -1) &&
-             ((endIndex = text.indexOf(endSymbol, startIndex + startSymbolLength)) != -1) ) {
-          (index != startIndex) && parts.push(text.substring(index, startIndex));
-          parts.push(fn = $parse(exp = text.substring(startIndex + startSymbolLength, endIndex)));
-          fn.exp = exp;
-          index = endIndex + endSymbolLength;
-          hasInterpolation = true;
-        } else {
-          // we did not find anything, so we have to add the remainder to the parts array
-          (index != length) && parts.push(text.substring(index));
-          index = length;
-        }
-      }
-
-      if (!(length = parts.length)) {
-        // we added, nothing, must have been an empty string.
-        parts.push('');
-        length = 1;
-      }
-
-      if (!mustHaveExpression  || hasInterpolation) {
-        concat.length = length;
-        fn = function(context) {
-          for(var i = 0, ii = length, part; i<ii; i++) {
-            if (typeof (part = parts[i]) == 'function') {
-              part = part(context);
-              if (part == null || part == undefined) {
-                part = '';
-              } else if (typeof part != 'string') {
-                part = toJson(part);
-              }
-            }
-            concat[i] = part;
-          }
-          return concat.join('');
-        };
-        fn.exp = text;
-        fn.parts = parts;
-        return fn;
-      }
-    }
-
-
-    /**
-     * @ngdoc method
-     * @name ng.$interpolate#startSymbol
-     * @methodOf ng.$interpolate
-     * @description
-     * Symbol to denote the start of expression in the interpolated string. Defaults to `{{`.
-     *
-     * Use {@link ng.$interpolateProvider#startSymbol $interpolateProvider#startSymbol} to change
-     * the symbol.
-     *
-     * @returns {string} start symbol.
-     */
-    $interpolate.startSymbol = function() {
-      return startSymbol;
-    }
-
-
-    /**
-     * @ngdoc method
-     * @name ng.$interpolate#endSymbol
-     * @methodOf ng.$interpolate
-     * @description
-     * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`.
-     *
-     * Use {@link ng.$interpolateProvider#endSymbol $interpolateProvider#endSymbol} to change
-     * the symbol.
-     *
-     * @returns {string} start symbol.
-     */
-    $interpolate.endSymbol = function() {
-      return endSymbol;
-    }
-
-    return $interpolate;
-  }];
-}
-
-var URL_MATCH = /^([^:]+):\/\/(\w+:{0,1}\w*@)?([\w\.-]*)(:([0-9]+))?(\/[^\?#]*)?(\?([^#]*))?(#(.*))?$/,
-    PATH_MATCH = /^([^\?#]*)?(\?([^#]*))?(#(.*))?$/,
-    HASH_MATCH = PATH_MATCH,
-    DEFAULT_PORTS = {'http': 80, 'https': 443, 'ftp': 21};
-
-
-/**
- * Encode path using encodeUriSegment, ignoring forward slashes
- *
- * @param {string} path Path to encode
- * @returns {string}
- */
-function encodePath(path) {
-  var segments = path.split('/'),
-      i = segments.length;
-
-  while (i--) {
-    segments[i] = encodeUriSegment(segments[i]);
-  }
-
-  return segments.join('/');
-}
-
-function stripHash(url) {
-  return url.split('#')[0];
-}
-
-
-function matchUrl(url, obj) {
-  var match = URL_MATCH.exec(url);
-
-  match = {
-      protocol: match[1],
-      host: match[3],
-      port: int(match[5]) || DEFAULT_PORTS[match[1]] || null,
-      path: match[6] || '/',
-      search: match[8],
-      hash: match[10]
-    };
-
-  if (obj) {
-    obj.$$protocol = match.protocol;
-    obj.$$host = match.host;
-    obj.$$port = match.port;
-  }
-
-  return match;
-}
-
-
-function composeProtocolHostPort(protocol, host, port) {
-  return protocol + '://' + host + (port == DEFAULT_PORTS[protocol] ? '' : ':' + port);
-}
-
-
-function pathPrefixFromBase(basePath) {
-  return basePath.substr(0, basePath.lastIndexOf('/'));
-}
-
-
-function convertToHtml5Url(url, basePath, hashPrefix) {
-  var match = matchUrl(url);
-
-  // already html5 url
-  if (decodeURIComponent(match.path) != basePath || isUndefined(match.hash) ||
-      match.hash.indexOf(hashPrefix) !== 0) {
-    return url;
-  // convert hashbang url -> html5 url
-  } else {
-    return composeProtocolHostPort(match.protocol, match.host, match.port) +
-           pathPrefixFromBase(basePath) + match.hash.substr(hashPrefix.length);
-  }
-}
-
-
-function convertToHashbangUrl(url, basePath, hashPrefix) {
-  var match = matchUrl(url);
-
-  // already hashbang url
-  if (decodeURIComponent(match.path) == basePath) {
-    return url;
-  // convert html5 url -> hashbang url
-  } else {
-    var search = match.search && '?' + match.search || '',
-        hash = match.hash && '#' + match.hash || '',
-        pathPrefix = pathPrefixFromBase(basePath),
-        path = match.path.substr(pathPrefix.length);
-
-    if (match.path.indexOf(pathPrefix) !== 0) {
-      throw Error('Invalid url "' + url + '", missing path prefix "' + pathPrefix + '" !');
-    }
-
-    return composeProtocolHostPort(match.protocol, match.host, match.port) + basePath +
-           '#' + hashPrefix + path + search + hash;
-  }
-}
-
-
-/**
- * LocationUrl represents an url
- * This object is exposed as $location service when HTML5 mode is enabled and supported
- *
- * @constructor
- * @param {string} url HTML5 url
- * @param {string} pathPrefix
- */
-function LocationUrl(url, pathPrefix, appBaseUrl) {
-  pathPrefix = pathPrefix || '';
-
-  /**
-   * Parse given html5 (regular) url string into properties
-   * @param {string} newAbsoluteUrl HTML5 url
-   * @private
-   */
-  this.$$parse = function(newAbsoluteUrl) {
-    var match = matchUrl(newAbsoluteUrl, this);
-
-    if (match.path.indexOf(pathPrefix) !== 0) {
-      throw Error('Invalid url "' + newAbsoluteUrl + '", missing path prefix "' + pathPrefix + '" !');
-    }
-
-    this.$$path = decodeURIComponent(match.path.substr(pathPrefix.length));
-    this.$$search = parseKeyValue(match.search);
-    this.$$hash = match.hash && decodeURIComponent(match.hash) || '';
-
-    this.$$compose();
-  };
-
-  /**
-   * Compose url and update `absUrl` property
-   * @private
-   */
-  this.$$compose = function() {
-    var search = toKeyValue(this.$$search),
-        hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : '';
-
-    this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash;
-    this.$$absUrl = composeProtocolHostPort(this.$$protocol, this.$$host, this.$$port) +
-                    pathPrefix + this.$$url;
-  };
-
-
-  this.$$rewriteAppUrl = function(absoluteLinkUrl) {
-    if(absoluteLinkUrl.indexOf(appBaseUrl) == 0) {
-      return absoluteLinkUrl;
-    }
-  }
-
-
-  this.$$parse(url);
-}
-
-
-/**
- * LocationHashbangUrl represents url
- * This object is exposed as $location service when html5 history api is disabled or not supported
- *
- * @constructor
- * @param {string} url Legacy url
- * @param {string} hashPrefix Prefix for hash part (containing path and search)
- */
-function LocationHashbangUrl(url, hashPrefix, appBaseUrl) {
-  var basePath;
-
-  /**
-   * Parse given hashbang url into properties
-   * @param {string} url Hashbang url
-   * @private
-   */
-  this.$$parse = function(url) {
-    var match = matchUrl(url, this);
-
-
-    if (match.hash && match.hash.indexOf(hashPrefix) !== 0) {
-      throw Error('Invalid url "' + url + '", missing hash prefix "' + hashPrefix + '" !');
-    }
-
-    basePath = match.path + (match.search ? '?' + match.search : '');
-    match = HASH_MATCH.exec((match.hash || '').substr(hashPrefix.length));
-    if (match[1]) {
-      this.$$path = (match[1].charAt(0) == '/' ? '' : '/') + decodeURIComponent(match[1]);
-    } else {
-      this.$$path = '';
-    }
-
-    this.$$search = parseKeyValue(match[3]);
-    this.$$hash = match[5] && decodeURIComponent(match[5]) || '';
-
-    this.$$compose();
-  };
-
-  /**
-   * Compose hashbang url and update `absUrl` property
-   * @private
-   */
-  this.$$compose = function() {
-    var search = toKeyValue(this.$$search),
-        hash = this.$$hash ? '#' + encodeUriSegment(this.$$hash) : '';
-
-    this.$$url = encodePath(this.$$path) + (search ? '?' + search : '') + hash;
-    this.$$absUrl = composeProtocolHostPort(this.$$protocol, this.$$host, this.$$port) +
-                    basePath + (this.$$url ? '#' + hashPrefix + this.$$url : '');
-  };
-
-  this.$$rewriteAppUrl = function(absoluteLinkUrl) {
-    if(absoluteLinkUrl.indexOf(appBaseUrl) == 0) {
-      return absoluteLinkUrl;
-    }
-  }
-
-
-  this.$$parse(url);
-}
-
-
-LocationUrl.prototype = {
-
-  /**
-   * Has any change been replacing ?
-   * @private
-   */
-  $$replace: false,
-
-  /**
-   * @ngdoc method
-   * @name ng.$location#absUrl
-   * @methodOf ng.$location
-   *
-   * @description
-   * This method is getter only.
-   *
-   * Return full url representation with all segments encoded according to rules specified in
-   * {@link http://www.ietf.org/rfc/rfc3986.txt RFC 3986}.
-   *
-   * @return {string} full url
-   */
-  absUrl: locationGetter('$$absUrl'),
-
-  /**
-   * @ngdoc method
-   * @name ng.$location#url
-   * @methodOf ng.$location
-   *
-   * @description
-   * This method is getter / setter.
-   *
-   * Return url (e.g. `/path?a=b#hash`) when called without any parameter.
-   *
-   * Change path, search and hash, when called with parameter and return `$location`.
-   *
-   * @param {string=} url New url without base prefix (e.g. `/path?a=b#hash`)
-   * @return {string} url
-   */
-  url: function(url, replace) {
-    if (isUndefined(url))
-      return this.$$url;
-
-    var match = PATH_MATCH.exec(url);
-    if (match[1]) this.path(decodeURIComponent(match[1]));
-    if (match[2] || match[1]) this.search(match[3] || '');
-    this.hash(match[5] || '', replace);
-
-    return this;
-  },
-
-  /**
-   * @ngdoc method
-   * @name ng.$location#protocol
-   * @methodOf ng.$location
-   *
-   * @description
-   * This method is getter only.
-   *
-   * Return protocol of current url.
-   *
-   * @return {string} protocol of current url
-   */
-  protocol: locationGetter('$$protocol'),
-
-  /**
-   * @ngdoc method
-   * @name ng.$location#host
-   * @methodOf ng.$location
-   *
-   * @description
-   * This method is getter only.
-   *
-   * Return host of current url.
-   *
-   * @return {string} host of current url.
-   */
-  host: locationGetter('$$host'),
-
-  /**
-   * @ngdoc method
-   * @name ng.$location#port
-   * @methodOf ng.$location
-   *
-   * @description
-   * This method is getter only.
-   *
-   * Return port of current url.
-   *
-   * @return {Number} port
-   */
-  port: locationGetter('$$port'),
-
-  /**
-   * @ngdoc method
-   * @name ng.$location#path
-   * @methodOf ng.$location
-   *
-   * @description
-   * This method is getter / setter.
-   *
-   * Return path of current url when called without any parameter.
-   *
-   * Change path when called with parameter and return `$location`.
-   *
-   * Note: Path should always begin with forward slash (/), this method will add the forward slash
-   * if it is missing.
-   *
-   * @param {string=} path New path
-   * @return {string} path
-   */
-  path: locationGetterSetter('$$path', function(path) {
-    return path.charAt(0) == '/' ? path : '/' + path;
-  }),
-
-  /**
-   * @ngdoc method
-   * @name ng.$location#search
-   * @methodOf ng.$location
-   *
-   * @description
-   * This method is getter / setter.
-   *
-   * Return search part (as object) of current url when called without any parameter.
-   *
-   * Change search part when called with parameter and return `$location`.
-   *
-   * @param {string|object<string,string>=} search New search params - string or hash object
-   * @param {string=} paramValue If `search` is a string, then `paramValue` will override only a
-   *    single search parameter. If the value is `null`, the parameter will be deleted.
-   *
-   * @return {string} search
-   */
-  search: function(search, paramValue) {
-    if (isUndefined(search))
-      return this.$$search;
-
-    if (isDefined(paramValue)) {
-      if (paramValue === null) {
-        delete this.$$search[search];
-      } else {
-        this.$$search[search] = paramValue;
-      }
-    } else {
-      this.$$search = isString(search) ? parseKeyValue(search) : search;
-    }
-
-    this.$$compose();
-    return this;
-  },
-
-  /**
-   * @ngdoc method
-   * @name ng.$location#hash
-   * @methodOf ng.$location
-   *
-   * @description
-   * This method is getter / setter.
-   *
-   * Return hash fragment when called without any parameter.
-   *
-   * Change hash fragment when called with parameter and return `$location`.
-   *
-   * @param {string=} hash New hash fragment
-   * @return {string} hash
-   */
-  hash: locationGetterSetter('$$hash', identity),
-
-  /**
-   * @ngdoc method
-   * @name ng.$location#replace
-   * @methodOf ng.$location
-   *
-   * @description
-   * If called, all changes to $location during current `$digest` will be replacing current history
-   * record, instead of adding new one.
-   */
-  replace: function() {
-    this.$$replace = true;
-    return this;
-  }
-};
-
-LocationHashbangUrl.prototype = inherit(LocationUrl.prototype);
-
-function LocationHashbangInHtml5Url(url, hashPrefix, appBaseUrl, baseExtra) {
-  LocationHashbangUrl.apply(this, arguments);
-
-
-  this.$$rewriteAppUrl = function(absoluteLinkUrl) {
-    if (absoluteLinkUrl.indexOf(appBaseUrl) == 0) {
-      return appBaseUrl + baseExtra + '#' + hashPrefix  + absoluteLinkUrl.substr(appBaseUrl.length);
-    }
-  }
-}
-
-LocationHashbangInHtml5Url.prototype = inherit(LocationHashbangUrl.prototype);
-
-function locationGetter(property) {
-  return function() {
-    return this[property];
-  };
-}
-
-
-function locationGetterSetter(property, preprocess) {
-  return function(value) {
-    if (isUndefined(value))
-      return this[property];
-
-    this[property] = preprocess(value);
-    this.$$compose();
-
-    return this;
-  };
-}
-
-
-/**
- * @ngdoc object
- * @name ng.$location
- *
- * @requires $browser
- * @requires $sniffer
- * @requires $rootElement
- *
- * @description
- * The $location service parses the URL in the browser address bar (based on the
- * {@link https://developer.mozilla.org/en/window.location window.location}) and makes the URL
- * available to your application. Changes to the URL in the address bar are reflected into
- * $location service and changes to $location are reflected into the browser address bar.
- *
- * **The $location service:**
- *
- * - Exposes the current URL in the browser address bar, so you can
- *   - Watch and observe the URL.
- *   - Change the URL.
- * - Synchronizes the URL with the browser when the user
- *   - Changes the address bar.
- *   - Clicks the back or forward button (or clicks a History link).
- *   - Clicks on a link.
- * - Represents the URL object as a set of methods (protocol, host, port, path, search, hash).
- *
- * For more information see {@link guide/dev_guide.services.$location Developer Guide: Angular
- * Services: Using $location}
- */
-
-/**
- * @ngdoc object
- * @name ng.$locationProvider
- * @description
- * Use the `$locationProvider` to configure how the application deep linking paths are stored.
- */
-function $LocationProvider(){
-  var hashPrefix = '',
-      html5Mode = false;
-
-  /**
-   * @ngdoc property
-   * @name ng.$locationProvider#hashPrefix
-   * @methodOf ng.$locationProvider
-   * @description
-   * @param {string=} prefix Prefix for hash part (containing path and search)
-   * @returns {*} current value if used as getter or itself (chaining) if used as setter
-   */
-  this.hashPrefix = function(prefix) {
-    if (isDefined(prefix)) {
-      hashPrefix = prefix;
-      return this;
-    } else {
-      return hashPrefix;
-    }
-  };
-
-  /**
-   * @ngdoc property
-   * @name ng.$locationProvider#html5Mode
-   * @methodOf ng.$locationProvider
-   * @description
-   * @param {string=} mode Use HTML5 strategy if available.
-   * @returns {*} current value if used as getter or itself (chaining) if used as setter
-   */
-  this.html5Mode = function(mode) {
-    if (isDefined(mode)) {
-      html5Mode = mode;
-      return this;
-    } else {
-      return html5Mode;
-    }
-  };
-
-  this.$get = ['$rootScope', '$browser', '$sniffer', '$rootElement',
-      function( $rootScope,   $browser,   $sniffer,   $rootElement) {
-    var $location,
-        basePath,
-        pathPrefix,
-        initUrl = $browser.url(),
-        initUrlParts = matchUrl(initUrl),
-        appBaseUrl;
-
-    if (html5Mode) {
-      basePath = $browser.baseHref() || '/';
-      pathPrefix = pathPrefixFromBase(basePath);
-      appBaseUrl =
-          composeProtocolHostPort(initUrlParts.protocol, initUrlParts.host, initUrlParts.port) +
-          pathPrefix + '/';
-
-      if ($sniffer.history) {
-        $location = new LocationUrl(
-          convertToHtml5Url(initUrl, basePath, hashPrefix),
-          pathPrefix, appBaseUrl);
-      } else {
-        $location = new LocationHashbangInHtml5Url(
-          convertToHashbangUrl(initUrl, basePath, hashPrefix),
-          hashPrefix, appBaseUrl, basePath.substr(pathPrefix.length + 1));
-      }
-    } else {
-      appBaseUrl =
-          composeProtocolHostPort(initUrlParts.protocol, initUrlParts.host, initUrlParts.port) +
-          (initUrlParts.path || '') +
-          (initUrlParts.search ? ('?' + initUrlParts.search) : '') +
-          '#' + hashPrefix + '/';
-
-      $location = new LocationHashbangUrl(initUrl, hashPrefix, appBaseUrl);
-    }
-
-    $rootElement.bind('click', function(event) {
-      // TODO(vojta): rewrite link when opening in new tab/window (in legacy browser)
-      // currently we open nice url link and redirect then
-
-      if (event.ctrlKey || event.metaKey || event.which == 2) return;
-
-      var elm = jqLite(event.target);
-
-      // traverse the DOM up to find first A tag
-      while (lowercase(elm[0].nodeName) !== 'a') {
-        // ignore rewriting if no A tag (reached root element, or no parent - removed from document)
-        if (elm[0] === $rootElement[0] || !(elm = elm.parent())[0]) return;
-      }
-
-      var absHref = elm.prop('href'),
-          rewrittenUrl = $location.$$rewriteAppUrl(absHref);
-
-      if (absHref && !elm.attr('target') && rewrittenUrl) {
-        // update location manually
-        $location.$$parse(rewrittenUrl);
-        $rootScope.$apply();
-        event.preventDefault();
-        // hack to work around FF6 bug 684208 when scenario runner clicks on links
-        window.angular['ff-684208-preventDefault'] = true;
-      }
-    });
-
-
-    // rewrite hashbang url <> html5 url
-    if ($location.absUrl() != initUrl) {
-      $browser.url($location.absUrl(), true);
-    }
-
-    // update $location when $browser url changes
-    $browser.onUrlChange(function(newUrl) {
-      if ($location.absUrl() != newUrl) {
-        $rootScope.$evalAsync(function() {
-          var oldUrl = $location.absUrl();
-
-          $location.$$parse(newUrl);
-          afterLocationChange(oldUrl);
-        });
-        if (!$rootScope.$$phase) $rootScope.$digest();
-      }
-    });
-
-    // update browser
-    var changeCounter = 0;
-    $rootScope.$watch(function $locationWatch() {
-      var oldUrl = $browser.url();
-
-      if (!changeCounter || oldUrl != $location.absUrl()) {
-        changeCounter++;
-        $rootScope.$evalAsync(function() {
-          if ($rootScope.$broadcast('$locationChangeStart', $location.absUrl(), oldUrl).
-              defaultPrevented) {
-            $location.$$parse(oldUrl);
-          } else {
-            $browser.url($location.absUrl(), $location.$$replace);
-            $location.$$replace = false;
-            afterLocationChange(oldUrl);
-          }
-        });
-      }
-
-      return changeCounter;
-    });
-
-    return $location;
-
-    function afterLocationChange(oldUrl) {
-      $rootScope.$broadcast('$locationChangeSuccess', $location.absUrl(), oldUrl);
-    }
-}];
-}
-
-/**
- * @ngdoc object
- * @name ng.$log
- * @requires $window
- *
- * @description
- * Simple service for logging. Default implementation writes the message
- * into the browser's console (if present).
- *
- * The main purpose of this service is to simplify debugging and troubleshooting.
- *
- * @example
-   <example>
-     <file name="script.js">
-       function LogCtrl($scope, $log) {
-         $scope.$log = $log;
-         $scope.message = 'Hello World!';
-       }
-     </file>
-     <file name="index.html">
-       <div ng-controller="LogCtrl">
-         <p>Reload this page with open console, enter text and hit the log button...</p>
-         Message:
-         <input type="text" ng-model="message"/>
-         <button ng-click="$log.log(message)">log</button>
-         <button ng-click="$log.warn(message)">warn</button>
-         <button ng-click="$log.info(message)">info</button>
-         <button ng-click="$log.error(message)">error</button>
-       </div>
-     </file>
-   </example>
- */
-
-function $LogProvider(){
-  this.$get = ['$window', function($window){
-    return {
-      /**
-       * @ngdoc method
-       * @name ng.$log#log
-       * @methodOf ng.$log
-       *
-       * @description
-       * Write a log message
-       */
-      log: consoleLog('log'),
-
-      /**
-       * @ngdoc method
-       * @name ng.$log#warn
-       * @methodOf ng.$log
-       *
-       * @description
-       * Write a warning message
-       */
-      warn: consoleLog('warn'),
-
-      /**
-       * @ngdoc method
-       * @name ng.$log#info
-       * @methodOf ng.$log
-       *
-       * @description
-       * Write an information message
-       */
-      info: consoleLog('info'),
-
-      /**
-       * @ngdoc method
-       * @name ng.$log#error
-       * @methodOf ng.$log
-       *
-       * @description
-       * Write an error message
-       */
-      error: consoleLog('error')
-    };
-
-    function formatError(arg) {
-      if (arg instanceof Error) {
-        if (arg.stack) {
-          arg = (arg.message && arg.stack.indexOf(arg.message) === -1)
-              ? 'Error: ' + arg.message + '\n' + arg.stack
-              : arg.stack;
-        } else if (arg.sourceURL) {
-          arg = arg.message + '\n' + arg.sourceURL + ':' + arg.line;
-        }
-      }
-      return arg;
-    }
-
-    function consoleLog(type) {
-      var console = $window.console || {},
-          logFn = console[type] || console.log || noop;
-
-      if (logFn.apply) {
-        return function() {
-          var args = [];
-          forEach(arguments, function(arg) {
-            args.push(formatError(arg));
-          });
-          return logFn.apply(console, args);
-        };
-      }
-
-      // we are IE which either doesn't have window.console => this is noop and we do nothing,
-      // or we are IE where console.log doesn't have apply so we log at least first 2 args
-      return function(arg1, arg2) {
-        logFn(arg1, arg2);
-      }
-    }
-  }];
-}
-
-var OPERATORS = {
-    'null':function(){return null;},
-    'true':function(){return true;},
-    'false':function(){return false;},
-    undefined:noop,
-    '+':function(self, locals, a,b){a=a(self, locals); b=b(self, locals); return (isDefined(a)?a:0)+(isDefined(b)?b:0);},
-    '-':function(self, locals, a,b){a=a(self, locals); b=b(self, locals); return (isDefined(a)?a:0)-(isDefined(b)?b:0);},
-    '*':function(self, locals, a,b){return a(self, locals)*b(self, locals);},
-    '/':function(self, locals, a,b){return a(self, locals)/b(self, locals);},
-    '%':function(self, locals, a,b){return a(self, locals)%b(self, locals);},
-    '^':function(self, locals, a,b){return a(self, locals)^b(self, locals);},
-    '=':noop,
-    '==':function(self, locals, a,b){return a(self, locals)==b(self, locals);},
-    '!=':function(self, locals, a,b){return a(self, locals)!=b(self, locals);},
-    '<':function(self, locals, a,b){return a(self, locals)<b(self, locals);},
-    '>':function(self, locals, a,b){return a(self, locals)>b(self, locals);},
-    '<=':function(self, locals, a,b){return a(self, locals)<=b(self, locals);},
-    '>=':function(self, locals, a,b){return a(self, locals)>=b(self, locals);},
-    '&&':function(self, locals, a,b){return a(self, locals)&&b(self, locals);},
-    '||':function(self, locals, a,b){return a(self, locals)||b(self, locals);},
-    '&':function(self, locals, a,b){return a(self, locals)&b(self, locals);},
-//    '|':function(self, locals, a,b){return a|b;},
-    '|':function(self, locals, a,b){return b(self, locals)(self, locals, a(self, locals));},
-    '!':function(self, locals, a){return !a(self, locals);}
-};
-var ESCAPE = {"n":"\n", "f":"\f", "r":"\r", "t":"\t", "v":"\v", "'":"'", '"':'"'};
-
-function lex(text, csp){
-  var tokens = [],
-      token,
-      index = 0,
-      json = [],
-      ch,
-      lastCh = ':'; // can start regexp
-
-  while (index < text.length) {
-    ch = text.charAt(index);
-    if (is('"\'')) {
-      readString(ch);
-    } else if (isNumber(ch) || is('.') && isNumber(peek())) {
-      readNumber();
-    } else if (isIdent(ch)) {
-      readIdent();
-      // identifiers can only be if the preceding char was a { or ,
-      if (was('{,') && json[0]=='{' &&
-         (token=tokens[tokens.length-1])) {
-        token.json = token.text.indexOf('.') == -1;
-      }
-    } else if (is('(){}[].,;:')) {
-      tokens.push({
-        index:index,
-        text:ch,
-        json:(was(':[,') && is('{[')) || is('}]:,')
-      });
-      if (is('{[')) json.unshift(ch);
-      if (is('}]')) json.shift();
-      index++;
-    } else if (isWhitespace(ch)) {
-      index++;
-      continue;
-    } else {
-      var ch2 = ch + peek(),
-          fn = OPERATORS[ch],
-          fn2 = OPERATORS[ch2];
-      if (fn2) {
-        tokens.push({index:index, text:ch2, fn:fn2});
-        index += 2;
-      } else if (fn) {
-        tokens.push({index:index, text:ch, fn:fn, json: was('[,:') && is('+-')});
-        index += 1;
-      } else {
-        throwError("Unexpected next character ", index, index+1);
-      }
-    }
-    lastCh = ch;
-  }
-  return tokens;
-
-  function is(chars) {
-    return chars.indexOf(ch) != -1;
-  }
-
-  function was(chars) {
-    return chars.indexOf(lastCh) != -1;
-  }
-
-  function peek() {
-    return index + 1 < text.length ? text.charAt(index + 1) : false;
-  }
-  function isNumber(ch) {
-    return '0' <= ch && ch <= '9';
-  }
-  function isWhitespace(ch) {
-    return ch == ' ' || ch == '\r' || ch == '\t' ||
-           ch == '\n' || ch == '\v' || ch == '\u00A0'; // IE treats non-breaking space as \u00A0
-  }
-  function isIdent(ch) {
-    return 'a' <= ch && ch <= 'z' ||
-           'A' <= ch && ch <= 'Z' ||
-           '_' == ch || ch == '$';
-  }
-  function isExpOperator(ch) {
-    return ch == '-' || ch == '+' || isNumber(ch);
-  }
-
-  function throwError(error, start, end) {
-    end = end || index;
-    throw Error("Lexer Error: " + error + " at column" +
-        (isDefined(start)
-            ? "s " + start +  "-" + index + " [" + text.substring(start, end) + "]"
-            : " " + end) +
-        " in expression [" + text + "].");
-  }
-
-  function readNumber() {
-    var number = "";
-    var start = index;
-    while (index < text.length) {
-      var ch = lowercase(text.charAt(index));
-      if (ch == '.' || isNumber(ch)) {
-        number += ch;
-      } else {
-        var peekCh = peek();
-        if (ch == 'e' && isExpOperator(peekCh)) {
-          number += ch;
-        } else if (isExpOperator(ch) &&
-            peekCh && isNumber(peekCh) &&
-            number.charAt(number.length - 1) == 'e') {
-          number += ch;
-        } else if (isExpOperator(ch) &&
-            (!peekCh || !isNumber(peekCh)) &&
-            number.charAt(number.length - 1) == 'e') {
-          throwError('Invalid exponent');
-        } else {
-          break;
-        }
-      }
-      index++;
-    }
-    number = 1 * number;
-    tokens.push({index:start, text:number, json:true,
-      fn:function() {return number;}});
-  }
-  function readIdent() {
-    var ident = "",
-        start = index,
-        lastDot, peekIndex, methodName;
-
-    while (index < text.length) {
-      var ch = text.charAt(index);
-      if (ch == '.' || isIdent(ch) || isNumber(ch)) {
-        if (ch == '.') lastDot = index;
-        ident += ch;
-      } else {
-        break;
-      }
-      index++;
-    }
-
-    //check if this is not a method invocation and if it is back out to last dot
-    if (lastDot) {
-      peekIndex = index;
-      while(peekIndex < text.length) {
-        var ch = text.charAt(peekIndex);
-        if (ch == '(') {
-          methodName = ident.substr(lastDot - start + 1);
-          ident = ident.substr(0, lastDot - start);
-          index = peekIndex;
-          break;
-        }
-        if(isWhitespace(ch)) {
-          peekIndex++;
-        } else {
-          break;
-        }
-      }
-    }
-
-
-    var token = {
-      index:start,
-      text:ident
-    };
-
-    if (OPERATORS.hasOwnProperty(ident)) {
-      token.fn = token.json = OPERATORS[ident];
-    } else {
-      var getter = getterFn(ident, csp);
-      token.fn = extend(function(self, locals) {
-        return (getter(self, locals));
-      }, {
-        assign: function(self, value) {
-          return setter(self, ident, value);
-        }
-      });
-    }
-
-    tokens.push(token);
-
-    if (methodName) {
-      tokens.push({
-        index:lastDot,
-        text: '.',
-        json: false
-      });
-      tokens.push({
-        index: lastDot + 1,
-        text: methodName,
-        json: false
-      });
-    }
-  }
-
-  function readString(quote) {
-    var start = index;
-    index++;
-    var string = "";
-    var rawString = quote;
-    var escape = false;
-    while (index < text.length) {
-      var ch = text.charAt(index);
-      rawString += ch;
-      if (escape) {
-        if (ch == 'u') {
-          var hex = text.substring(index + 1, index + 5);
-          if (!hex.match(/[\da-f]{4}/i))
-            throwError( "Invalid unicode escape [\\u" + hex + "]");
-          index += 4;
-          string += String.fromCharCode(parseInt(hex, 16));
-        } else {
-          var rep = ESCAPE[ch];
-          if (rep) {
-            string += rep;
-          } else {
-            string += ch;
-          }
-        }
-        escape = false;
-      } else if (ch == '\\') {
-        escape = true;
-      } else if (ch == quote) {
-        index++;
-        tokens.push({
-          index:start,
-          text:rawString,
-          string:string,
-          json:true,
-          fn:function() { return string; }
-        });
-        return;
-      } else {
-        string += ch;
-      }
-      index++;
-    }
-    throwError("Unterminated quote", start);
-  }
-}
-
-/////////////////////////////////////////
-
-function parser(text, json, $filter, csp){
-  var ZERO = valueFn(0),
-      value,
-      tokens = lex(text, csp),
-      assignment = _assignment,
-      functionCall = _functionCall,
-      fieldAccess = _fieldAccess,
-      objectIndex = _objectIndex,
-      filterChain = _filterChain;
-
-  if(json){
-    // The extra level of aliasing is here, just in case the lexer misses something, so that
-    // we prevent any accidental execution in JSON.
-    assignment = logicalOR;
-    functionCall =
-      fieldAccess =
-      objectIndex =
-      filterChain =
-        function() { throwError("is not valid json", {text:text, index:0}); };
-    value = primary();
-  } else {
-    value = statements();
-  }
-  if (tokens.length !== 0) {
-    throwError("is an unexpected token", tokens[0]);
-  }
-  return value;
-
-  ///////////////////////////////////
-  function throwError(msg, token) {
-    throw Error("Syntax Error: Token '" + token.text +
-      "' " + msg + " at column " +
-      (token.index + 1) + " of the expression [" +
-      text + "] starting at [" + text.substring(token.index) + "].");
-  }
-
-  function peekToken() {
-    if (tokens.length === 0)
-      throw Error("Unexpected end of expression: " + text);
-    return tokens[0];
-  }
-
-  function peek(e1, e2, e3, e4) {
-    if (tokens.length > 0) {
-      var token = tokens[0];
-      var t = token.text;
-      if (t==e1 || t==e2 || t==e3 || t==e4 ||
-          (!e1 && !e2 && !e3 && !e4)) {
-        return token;
-      }
-    }
-    return false;
-  }
-
-  function expect(e1, e2, e3, e4){
-    var token = peek(e1, e2, e3, e4);
-    if (token) {
-      if (json && !token.json) {
-        throwError("is not valid json", token);
-      }
-      tokens.shift();
-      return token;
-    }
-    return false;
-  }
-
-  function consume(e1){
-    if (!expect(e1)) {
-      throwError("is unexpected, expecting [" + e1 + "]", peek());
-    }
-  }
-
-  function unaryFn(fn, right) {
-    return function(self, locals) {
-      return fn(self, locals, right);
-    };
-  }
-
-  function binaryFn(left, fn, right) {
-    return function(self, locals) {
-      return fn(self, locals, left, right);
-    };
-  }
-
-  function statements() {
-    var statements = [];
-    while(true) {
-      if (tokens.length > 0 && !peek('}', ')', ';', ']'))
-        statements.push(filterChain());
-      if (!expect(';')) {
-        // optimize for the common case where there is only one statement.
-        // TODO(size): maybe we should not support multiple statements?
-        return statements.length == 1
-          ? statements[0]
-          : function(self, locals){
-            var value;
-            for ( var i = 0; i < statements.length; i++) {
-              var statement = statements[i];
-              if (statement)
-                value = statement(self, locals);
-            }
-            return value;
-          };
-      }
-    }
-  }
-
-  function _filterChain() {
-    var left = expression();
-    var token;
-    while(true) {
-      if ((token = expect('|'))) {
-        left = binaryFn(left, token.fn, filter());
-      } else {
-        return left;
-      }
-    }
-  }
-
-  function filter() {
-    var token = expect();
-    var fn = $filter(token.text);
-    var argsFn = [];
-    while(true) {
-      if ((token = expect(':'))) {
-        argsFn.push(expression());
-      } else {
-        var fnInvoke = function(self, locals, input){
-          var args = [input];
-          for ( var i = 0; i < argsFn.length; i++) {
-            args.push(argsFn[i](self, locals));
-          }
-          return fn.apply(self, args);
-        };
-        return function() {
-          return fnInvoke;
-        };
-      }
-    }
-  }
-
-  function expression() {
-    return assignment();
-  }
-
-  function _assignment() {
-    var left = logicalOR();
-    var right;
-    var token;
-    if ((token = expect('='))) {
-      if (!left.assign) {
-        throwError("implies assignment but [" +
-          text.substring(0, token.index) + "] can not be assigned to", token);
-      }
-      right = logicalOR();
-      return function(self, locals){
-        return left.assign(self, right(self, locals), locals);
-      };
-    } else {
-      return left;
-    }
-  }
-
-  function logicalOR() {
-    var left = logicalAND();
-    var token;
-    while(true) {
-      if ((token = expect('||'))) {
-        left = binaryFn(left, token.fn, logicalAND());
-      } else {
-        return left;
-      }
-    }
-  }
-
-  function logicalAND() {
-    var left = equality();
-    var token;
-    if ((token = expect('&&'))) {
-      left = binaryFn(left, token.fn, logicalAND());
-    }
-    return left;
-  }
-
-  function equality() {
-    var left = relational();
-    var token;
-    if ((token = expect('==','!='))) {
-      left = binaryFn(left, token.fn, equality());
-    }
-    return left;
-  }
-
-  function relational() {
-    var left = additive();
-    var token;
-    if ((token = expect('<', '>', '<=', '>='))) {
-      left = binaryFn(left, token.fn, relational());
-    }
-    return left;
-  }
-
-  function additive() {
-    var left = multiplicative();
-    var token;
-    while ((token = expect('+','-'))) {
-      left = binaryFn(left, token.fn, multiplicative());
-    }
-    return left;
-  }
-
-  function multiplicative() {
-    var left = unary();
-    var token;
-    while ((token = expect('*','/','%'))) {
-      left = binaryFn(left, token.fn, unary());
-    }
-    return left;
-  }
-
-  function unary() {
-    var token;
-    if (expect('+')) {
-      return primary();
-    } else if ((token = expect('-'))) {
-      return binaryFn(ZERO, token.fn, unary());
-    } else if ((token = expect('!'))) {
-      return unaryFn(token.fn, unary());
-    } else {
-      return primary();
-    }
-  }
-
-
-  function primary() {
-    var primary;
-    if (expect('(')) {
-      primary = filterChain();
-      consume(')');
-    } else if (expect('[')) {
-      primary = arrayDeclaration();
-    } else if (expect('{')) {
-      primary = object();
-    } else {
-      var token = expect();
-      primary = token.fn;
-      if (!primary) {
-        throwError("not a primary expression", token);
-      }
-    }
-
-    var next, context;
-    while ((next = expect('(', '[', '.'))) {
-      if (next.text === '(') {
-        primary = functionCall(primary, context);
-        context = null;
-      } else if (next.text === '[') {
-        context = primary;
-        primary = objectIndex(primary);
-      } else if (next.text === '.') {
-        context = primary;
-        primary = fieldAccess(primary);
-      } else {
-        throwError("IMPOSSIBLE");
-      }
-    }
-    return primary;
-  }
-
-  function _fieldAccess(object) {
-    var field = expect().text;
-    var getter = getterFn(field, csp);
-    return extend(
-        function(self, locals) {
-          return getter(object(self, locals), locals);
-        },
-        {
-          assign:function(self, value, locals) {
-            return setter(object(self, locals), field, value);
-          }
-        }
-    );
-  }
-
-  function _objectIndex(obj) {
-    var indexFn = expression();
-    consume(']');
-    return extend(
-      function(self, locals){
-        var o = obj(self, locals),
-            i = indexFn(self, locals),
-            v, p;
-
-        if (!o) return undefined;
-        v = o[i];
-        if (v && v.then) {
-          p = v;
-          if (!('$$v' in v)) {
-            p.$$v = undefined;
-            p.then(function(val) { p.$$v = val; });
-          }
-          v = v.$$v;
-        }
-        return v;
-      }, {
-        assign:function(self, value, locals){
-          return obj(self, locals)[indexFn(self, locals)] = value;
-        }
-      });
-  }
-
-  function _functionCall(fn, contextGetter) {
-    var argsFn = [];
-    if (peekToken().text != ')') {
-      do {
-        argsFn.push(expression());
-      } while (expect(','));
-    }
-    consume(')');
-    return function(self, locals){
-      var args = [],
-          context = contextGetter ? contextGetter(self, locals) : self;
-
-      for ( var i = 0; i < argsFn.length; i++) {
-        args.push(argsFn[i](self, locals));
-      }
-      var fnPtr = fn(self, locals) || noop;
-      // IE stupidity!
-      return fnPtr.apply
-          ? fnPtr.apply(context, args)
-          : fnPtr(args[0], args[1], args[2], args[3], args[4]);
-    };
-  }
-
-  // This is used with json array declaration
-  function arrayDeclaration () {
-    var elementFns = [];
-    if (peekToken().text != ']') {
-      do {
-        elementFns.push(expression());
-      } while (expect(','));
-    }
-    consume(']');
-    return function(self, locals){
-      var array = [];
-      for ( var i = 0; i < elementFns.length; i++) {
-        array.push(elementFns[i](self, locals));
-      }
-      return array;
-    };
-  }
-
-  function object () {
-    var keyValues = [];
-    if (peekToken().text != '}') {
-      do {
-        var token = expect(),
-        key = token.string || token.text;
-        consume(":");
-        var value = expression();
-        keyValues.push({key:key, value:value});
-      } while (expect(','));
-    }
-    consume('}');
-    return function(self, locals){
-      var object = {};
-      for ( var i = 0; i < keyValues.length; i++) {
-        var keyValue = keyValues[i];
-        var value = keyValue.value(self, locals);
-        object[keyValue.key] = value;
-      }
-      return object;
-    };
-  }
-}
-
-//////////////////////////////////////////////////
-// Parser helper functions
-//////////////////////////////////////////////////
-
-function setter(obj, path, setValue) {
-  var element = path.split('.');
-  for (var i = 0; element.length > 1; i++) {
-    var key = element.shift();
-    var propertyObj = obj[key];
-    if (!propertyObj) {
-      propertyObj = {};
-      obj[key] = propertyObj;
-    }
-    obj = propertyObj;
-  }
-  obj[element.shift()] = setValue;
-  return setValue;
-}
-
-/**
- * Return the value accesible from the object by path. Any undefined traversals are ignored
- * @param {Object} obj starting object
- * @param {string} path path to traverse
- * @param {boolean=true} bindFnToScope
- * @returns value as accesbile by path
- */
-//TODO(misko): this function needs to be removed
-function getter(obj, path, bindFnToScope) {
-  if (!path) return obj;
-  var keys = path.split('.');
-  var key;
-  var lastInstance = obj;
-  var len = keys.length;
-
-  for (var i = 0; i < len; i++) {
-    key = keys[i];
-    if (obj) {
-      obj = (lastInstance = obj)[key];
-    }
-  }
-  if (!bindFnToScope && isFunction(obj)) {
-    return bind(lastInstance, obj);
-  }
-  return obj;
-}
-
-var getterFnCache = {};
-
-/**
- * Implementation of the "Black Hole" variant from:
- * - http://jsperf.com/angularjs-parse-getter/4
- * - http://jsperf.com/path-evaluation-simplified/7
- */
-function cspSafeGetterFn(key0, key1, key2, key3, key4) {
-  return function(scope, locals) {
-    var pathVal = (locals && locals.hasOwnProperty(key0)) ? locals : scope,
-        promise;
-
-    if (pathVal === null || pathVal === undefined) return pathVal;
-
-    pathVal = pathVal[key0];
-    if (pathVal && pathVal.then) {
-      if (!("$$v" in pathVal)) {
-        promise = pathVal;
-        promise.$$v = undefined;
-        promise.then(function(val) { promise.$$v = val; });
-      }
-      pathVal = pathVal.$$v;
-    }
-    if (!key1 || pathVal === null || pathVal === undefined) return pathVal;
-
-    pathVal = pathVal[key1];
-    if (pathVal && pathVal.then) {
-      if (!("$$v" in pathVal)) {
-        promise = pathVal;
-        promise.$$v = undefined;
-        promise.then(function(val) { promise.$$v = val; });
-      }
-      pathVal = pathVal.$$v;
-    }
-    if (!key2 || pathVal === null || pathVal === undefined) return pathVal;
-
-    pathVal = pathVal[key2];
-    if (pathVal && pathVal.then) {
-      if (!("$$v" in pathVal)) {
-        promise = pathVal;
-        promise.$$v = undefined;
-        promise.then(function(val) { promise.$$v = val; });
-      }
-      pathVal = pathVal.$$v;
-    }
-    if (!key3 || pathVal === null || pathVal === undefined) return pathVal;
-
-    pathVal = pathVal[key3];
-    if (pathVal && pathVal.then) {
-      if (!("$$v" in pathVal)) {
-        promise = pathVal;
-        promise.$$v = undefined;
-        promise.then(function(val) { promise.$$v = val; });
-      }
-      pathVal = pathVal.$$v;
-    }
-    if (!key4 || pathVal === null || pathVal === undefined) return pathVal;
-
-    pathVal = pathVal[key4];
-    if (pathVal && pathVal.then) {
-      if (!("$$v" in pathVal)) {
-        promise = pathVal;
-        promise.$$v = undefined;
-        promise.then(function(val) { promise.$$v = val; });
-      }
-      pathVal = pathVal.$$v;
-    }
-    return pathVal;
-  };
-};
-
-function getterFn(path, csp) {
-  if (getterFnCache.hasOwnProperty(path)) {
-    return getterFnCache[path];
-  }
-
-  var pathKeys = path.split('.'),
-      pathKeysLength = pathKeys.length,
-      fn;
-
-  if (csp) {
-    fn = (pathKeysLength < 6)
-        ? cspSafeGetterFn(pathKeys[0], pathKeys[1], pathKeys[2], pathKeys[3], pathKeys[4])
-        : function(scope, locals) {
-          var i = 0, val
-          do {
-            val = cspSafeGetterFn(
-                    pathKeys[i++], pathKeys[i++], pathKeys[i++], pathKeys[i++], pathKeys[i++]
-                  )(scope, locals);
-
-            locals = undefined; // clear after first iteration
-            scope = val;
-          } while (i < pathKeysLength);
-          return val;
-        }
-  } else {
-    var code = 'var l, fn, p;\n';
-    forEach(pathKeys, function(key, index) {
-      code += 'if(s === null || s === undefined) return s;\n' +
-              'l=s;\n' +
-              's='+ (index
-                      // we simply dereference 's' on any .dot notation
-                      ? 's'
-                      // but if we are first then we check locals first, and if so read it first
-                      : '((k&&k.hasOwnProperty("' + key + '"))?k:s)') + '["' + key + '"]' + ';\n' +
-              'if (s && s.then) {\n' +
-                ' if (!("$$v" in s)) {\n' +
-                  ' p=s;\n' +
-                  ' p.$$v = undefined;\n' +
-                  ' p.then(function(v) {p.$$v=v;});\n' +
-                  '}\n' +
-                ' s=s.$$v\n' +
-              '}\n';
-    });
-    code += 'return s;';
-    fn = Function('s', 'k', code); // s=scope, k=locals
-    fn.toString = function() { return code; };
-  }
-
-  return getterFnCache[path] = fn;
-}
-
-///////////////////////////////////
-
-/**
- * @ngdoc function
- * @name ng.$parse
- * @function
- *
- * @description
- *
- * Converts Angular {@link guide/expression expression} into a function.
- *
- * <pre>
- *   var getter = $parse('user.name');
- *   var setter = getter.assign;
- *   var context = {user:{name:'angular'}};
- *   var locals = {user:{name:'local'}};
- *
- *   expect(getter(context)).toEqual('angular');
- *   setter(context, 'newValue');
- *   expect(context.user.name).toEqual('newValue');
- *   expect(getter(context, locals)).toEqual('local');
- * </pre>
- *
- *
- * @param {string} expression String expression to compile.
- * @returns {function(context, locals)} a function which represents the compiled expression:
- *
- *    * `context`: an object against which any expressions embedded in the strings are evaluated
- *      against (Topically a scope object).
- *    * `locals`: local variables context object, useful for overriding values in `context`.
- *
- *    The return function also has an `assign` property, if the expression is assignable, which
- *    allows one to set values to expressions.
- *
- */
-function $ParseProvider() {
-  var cache = {};
-  this.$get = ['$filter', '$sniffer', function($filter, $sniffer) {
-    return function(exp) {
-      switch(typeof exp) {
-        case 'string':
-          return cache.hasOwnProperty(exp)
-            ? cache[exp]
-            : cache[exp] =  parser(exp, false, $filter, $sniffer.csp);
-        case 'function':
-          return exp;
-        default:
-          return noop;
-      }
-    };
-  }];
-}
-
-/**
- * @ngdoc service
- * @name ng.$q
- * @requires $rootScope
- *
- * @description
- * A promise/deferred implementation inspired by [Kris Kowal's Q](https://github.com/kriskowal/q).
- *
- * [The CommonJS Promise proposal](http://wiki.commonjs.org/wiki/Promises) describes a promise as an
- * interface for interacting with an object that represents the result of an action that is
- * performed asynchronously, and may or may not be finished at any given point in time.
- *
- * From the perspective of dealing with error handling, deferred and promise apis are to
- * asynchronous programing what `try`, `catch` and `throw` keywords are to synchronous programing.
- *
- * <pre>
- *   // for the purpose of this example let's assume that variables `$q` and `scope` are
- *   // available in the current lexical scope (they could have been injected or passed in).
- *
- *   function asyncGreet(name) {
- *     var deferred = $q.defer();
- *
- *     setTimeout(function() {
- *       // since this fn executes async in a future turn of the event loop, we need to wrap
- *       // our code into an $apply call so that the model changes are properly observed.
- *       scope.$apply(function() {
- *         if (okToGreet(name)) {
- *           deferred.resolve('Hello, ' + name + '!');
- *         } else {
- *           deferred.reject('Greeting ' + name + ' is not allowed.');
- *         }
- *       });
- *     }, 1000);
- *
- *     return deferred.promise;
- *   }
- *
- *   var promise = asyncGreet('Robin Hood');
- *   promise.then(function(greeting) {
- *     alert('Success: ' + greeting);
- *   }, function(reason) {
- *     alert('Failed: ' + reason);
- *   );
- * </pre>
- *
- * At first it might not be obvious why this extra complexity is worth the trouble. The payoff
- * comes in the way of
- * [guarantees that promise and deferred apis make](https://github.com/kriskowal/uncommonjs/blob/master/promises/specification.md).
- *
- * Additionally the promise api allows for composition that is very hard to do with the
- * traditional callback ([CPS](http://en.wikipedia.org/wiki/Continuation-passing_style)) approach.
- * For more on this please see the [Q documentation](https://github.com/kriskowal/q) especially the
- * section on serial or parallel joining of promises.
- *
- *
- * # The Deferred API
- *
- * A new instance of deferred is constructed by calling `$q.defer()`.
- *
- * The purpose of the deferred object is to expose the associated Promise instance as well as apis
- * that can be used for signaling the successful or unsuccessful completion of the task.
- *
- * **Methods**
- *
- * - `resolve(value)` – resolves the derived promise with the `value`. If the value is a rejection
- *   constructed via `$q.reject`, the promise will be rejected instead.
- * - `reject(reason)` – rejects the derived promise with the `reason`. This is equivalent to
- *   resolving it with a rejection constructed via `$q.reject`.
- *
- * **Properties**
- *
- * - promise – `{Promise}` – promise object associated with this deferred.
- *
- *
- * # The Promise API
- *
- * A new promise instance is created when a deferred instance is created and can be retrieved by
- * calling `deferred.promise`.
- *
- * The purpose of the promise object is to allow for interested parties to get access to the result
- * of the deferred task when it completes.
- *
- * **Methods**
- *
- * - `then(successCallback, errorCallback)` – regardless of when the promise was or will be resolved
- *   or rejected calls one of the success or error callbacks asynchronously as soon as the result
- *   is available. The callbacks are called with a single argument the result or rejection reason.
- *
- *   This method *returns a new promise* which is resolved or rejected via the return value of the
- *   `successCallback` or `errorCallback`.
- *
- *
- * # Chaining promises
- *
- * Because calling `then` api of a promise returns a new derived promise, it is easily possible
- * to create a chain of promises:
- *
- * <pre>
- *   promiseB = promiseA.then(function(result) {
- *     return result + 1;
- *   });
- *
- *   // promiseB will be resolved immediately after promiseA is resolved and it's value will be
- *   // the result of promiseA incremented by 1
- * </pre>
- *
- * It is possible to create chains of any length and since a promise can be resolved with another
- * promise (which will defer its resolution further), it is possible to pause/defer resolution of
- * the promises at any point in the chain. This makes it possible to implement powerful apis like
- * $http's response interceptors.
- *
- *
- * # Differences between Kris Kowal's Q and $q
- *
- *  There are three main differences:
- *
- * - $q is integrated with the {@link ng.$rootScope.Scope} Scope model observation
- *   mechanism in angular, which means faster propagation of resolution or rejection into your
- *   models and avoiding unnecessary browser repaints, which would result in flickering UI.
- * - $q promises are recognized by the templating engine in angular, which means that in templates
- *   you can treat promises attached to a scope as if they were the resulting values.
- * - Q has many more features that $q, but that comes at a cost of bytes. $q is tiny, but contains
- *   all the important functionality needed for common async tasks.
- */
-function $QProvider() {
-
-  this.$get = ['$rootScope', '$exceptionHandler', function($rootScope, $exceptionHandler) {
-    return qFactory(function(callback) {
-      $rootScope.$evalAsync(callback);
-    }, $exceptionHandler);
-  }];
-}
-
-
-/**
- * Constructs a promise manager.
- *
- * @param {function(function)} nextTick Function for executing functions in the next turn.
- * @param {function(...*)} exceptionHandler Function into which unexpected exceptions are passed for
- *     debugging purposes.
- * @returns {object} Promise manager.
- */
-function qFactory(nextTick, exceptionHandler) {
-
-  /**
-   * @ngdoc
-   * @name ng.$q#defer
-   * @methodOf ng.$q
-   * @description
-   * Creates a `Deferred` object which represents a task which will finish in the future.
-   *
-   * @returns {Deferred} Returns a new instance of deferred.
-   */
-  var defer = function() {
-    var pending = [],
-        value, deferred;
-
-    deferred = {
-
-      resolve: function(val) {
-        if (pending) {
-          var callbacks = pending;
-          pending = undefined;
-          value = ref(val);
-
-          if (callbacks.length) {
-            nextTick(function() {
-              var callback;
-              for (var i = 0, ii = callbacks.length; i < ii; i++) {
-                callback = callbacks[i];
-                value.then(callback[0], callback[1]);
-              }
-            });
-          }
-        }
-      },
-
-
-      reject: function(reason) {
-        deferred.resolve(reject(reason));
-      },
-
-
-      promise: {
-        then: function(callback, errback) {
-          var result = defer();
-
-          var wrappedCallback = function(value) {
-            try {
-              result.resolve((callback || defaultCallback)(value));
-            } catch(e) {
-              exceptionHandler(e);
-              result.reject(e);
-            }
-          };
-
-          var wrappedErrback = function(reason) {
-            try {
-              result.resolve((errback || defaultErrback)(reason));
-            } catch(e) {
-              exceptionHandler(e);
-              result.reject(e);
-            }
-          };
-
-          if (pending) {
-            pending.push([wrappedCallback, wrappedErrback]);
-          } else {
-            value.then(wrappedCallback, wrappedErrback);
-          }
-
-          return result.promise;
-        }
-      }
-    };
-
-    return deferred;
-  };
-
-
-  var ref = function(value) {
-    if (value && value.then) return value;
-    return {
-      then: function(callback) {
-        var result = defer();
-        nextTick(function() {
-          result.resolve(callback(value));
-        });
-        return result.promise;
-      }
-    };
-  };
-
-
-  /**
-   * @ngdoc
-   * @name ng.$q#reject
-   * @methodOf ng.$q
-   * @description
-   * Creates a promise that is resolved as rejected with the specified `reason`. This api should be
-   * used to forward rejection in a chain of promises. If you are dealing with the last promise in
-   * a promise chain, you don't need to worry about it.
-   *
-   * When comparing deferreds/promises to the familiar behavior of try/catch/throw, think of
-   * `reject` as the `throw` keyword in JavaScript. This also means that if you "catch" an error via
-   * a promise error callback and you want to forward the error to the promise derived from the
-   * current promise, you have to "rethrow" the error by returning a rejection constructed via
-   * `reject`.
-   *
-   * <pre>
-   *   promiseB = promiseA.then(function(result) {
-   *     // success: do something and resolve promiseB
-   *     //          with the old or a new result
-   *     return result;
-   *   }, function(reason) {
-   *     // error: handle the error if possible and
-   *     //        resolve promiseB with newPromiseOrValue,
-   *     //        otherwise forward the rejection to promiseB
-   *     if (canHandle(reason)) {
-   *      // handle the error and recover
-   *      return newPromiseOrValue;
-   *     }
-   *     return $q.reject(reason);
-   *   });
-   * </pre>
-   *
-   * @param {*} reason Constant, message, exception or an object representing the rejection reason.
-   * @returns {Promise} Returns a promise that was already resolved as rejected with the `reason`.
-   */
-  var reject = function(reason) {
-    return {
-      then: function(callback, errback) {
-        var result = defer();
-        nextTick(function() {
-          result.resolve((errback || defaultErrback)(reason));
-        });
-        return result.promise;
-      }
-    };
-  };
-
-
-  /**
-   * @ngdoc
-   * @name ng.$q#when
-   * @methodOf ng.$q
-   * @description
-   * Wraps an object that might be a value or a (3rd party) then-able promise into a $q promise.
-   * This is useful when you are dealing with on object that might or might not be a promise, or if
-   * the promise comes from a source that can't be trusted.
-   *
-   * @param {*} value Value or a promise
-   * @returns {Promise} Returns a single promise that will be resolved with an array of values,
-   *   each value coresponding to the promise at the same index in the `promises` array. If any of
-   *   the promises is resolved with a rejection, this resulting promise will be resolved with the
-   *   same rejection.
-   */
-  var when = function(value, callback, errback) {
-    var result = defer(),
-        done;
-
-    var wrappedCallback = function(value) {
-      try {
-        return (callback || defaultCallback)(value);
-      } catch (e) {
-        exceptionHandler(e);
-        return reject(e);
-      }
-    };
-
-    var wrappedErrback = function(reason) {
-      try {
-        return (errback || defaultErrback)(reason);
-      } catch (e) {
-        exceptionHandler(e);
-        return reject(e);
-      }
-    };
-
-    nextTick(function() {
-      ref(value).then(function(value) {
-        if (done) return;
-        done = true;
-        result.resolve(ref(value).then(wrappedCallback, wrappedErrback));
-      }, function(reason) {
-        if (done) return;
-        done = true;
-        result.resolve(wrappedErrback(reason));
-      });
-    });
-
-    return result.promise;
-  };
-
-
-  function defaultCallback(value) {
-    return value;
-  }
-
-
-  function defaultErrback(reason) {
-    return reject(reason);
-  }
-
-
-  /**
-   * @ngdoc
-   * @name ng.$q#all
-   * @methodOf ng.$q
-   * @description
-   * Combines multiple promises into a single promise that is resolved when all of the input
-   * promises are resolved.
-   *
-   * @param {Array.<Promise>} promises An array of promises.
-   * @returns {Promise} Returns a single promise that will be resolved with an array of values,
-   *   each value coresponding to the promise at the same index in the `promises` array. If any of
-   *   the promises is resolved with a rejection, this resulting promise will be resolved with the
-   *   same rejection.
-   */
-  function all(promises) {
-    var deferred = defer(),
-        counter = promises.length,
-        results = [];
-
-    if (counter) {
-      forEach(promises, function(promise, index) {
-        ref(promise).then(function(value) {
-          if (index in results) return;
-          results[index] = value;
-          if (!(--counter)) deferred.resolve(results);
-        }, function(reason) {
-          if (index in results) return;
-          deferred.reject(reason);
-        });
-      });
-    } else {
-      deferred.resolve(results);
-    }
-
-    return deferred.promise;
-  }
-
-  return {
-    defer: defer,
-    reject: reject,
-    when: when,
-    all: all
-  };
-}
-
-/**
- * @ngdoc object
- * @name ng.$routeProvider
- * @function
- *
- * @description
- *
- * Used for configuring routes. See {@link ng.$route $route} for an example.
- */
-function $RouteProvider(){
-  var routes = {};
-
-  /**
-   * @ngdoc method
-   * @name ng.$routeProvider#when
-   * @methodOf ng.$routeProvider
-   *
-   * @param {string} path Route path (matched against `$location.path`). If `$location.path`
-   *    contains redundant trailing slash or is missing one, the route will still match and the
-   *    `$location.path` will be updated to add or drop the trailing slash to exacly match the
-   *    route definition.
-   * @param {Object} route Mapping information to be assigned to `$route.current` on route
-   *    match.
-   *
-   *    Object properties:
-   *
-   *    - `controller` – `{(string|function()=}` – Controller fn that should be associated with newly
-   *      created scope or the name of a {@link angular.Module#controller registered controller} 
-   *      if passed as a string.
-   *    - `template` – `{string=}` –  html template as a string that should be used by
-   *      {@link ng.directive:ngView ngView} or
-   *      {@link ng.directive:ngInclude ngInclude} directives.
-   *      this property takes precedence over `templateUrl`.
-   *    - `templateUrl` – `{string=}` – path to an html template that should be used by
-   *      {@link ng.directive:ngView ngView}.
-   *    - `resolve` - `{Object.<string, function>=}` - An optional map of dependencies which should
-   *      be injected into the controller. If any of these dependencies are promises, they will be
-   *      resolved and converted to a value before the controller is instantiated and the
-   *      `$afterRouteChange` event is fired. The map object is:
-   *
-   *      - `key` – `{string}`: a name of a dependency to be injected into the controller.
-   *      - `factory` - `{string|function}`: If `string` then it is an alias for a service.
-   *        Otherwise if function, then it is {@link api/AUTO.$injector#invoke injected}
-   *        and the return value is treated as the dependency. If the result is a promise, it is resolved
-   *        before its value is injected into the controller.
-   *
-   *    - `redirectTo` – {(string|function())=} – value to update
-   *      {@link ng.$location $location} path with and trigger route redirection.
-   *
-   *      If `redirectTo` is a function, it will be called with the following parameters:
-   *
-   *      - `{Object.<string>}` - route parameters extracted from the current
-   *        `$location.path()` by applying the current route templateUrl.
-   *      - `{string}` - current `$location.path()`
-   *      - `{Object}` - current `$location.search()`
-   *
-   *      The custom `redirectTo` function is expected to return a string which will be used
-   *      to update `$location.path()` and `$location.search()`.
-   *
-   *    - `[reloadOnSearch=true]` - {boolean=} - reload route when only $location.search()
-   *    changes.
-   *
-   *      If the option is set to `false` and url in the browser changes, then
-   *      `$routeUpdate` event is broadcasted on the root scope.
-   *
-   * @returns {Object} self
-   *
-   * @description
-   * Adds a new route definition to the `$route` service.
-   */
-  this.when = function(path, route) {
-    routes[path] = extend({reloadOnSearch: true}, route);
-
-    // create redirection for trailing slashes
-    if (path) {
-      var redirectPath = (path[path.length-1] == '/')
-          ? path.substr(0, path.length-1)
-          : path +'/';
-
-      routes[redirectPath] = {redirectTo: path};
-    }
-
-    return this;
-  };
-
-  /**
-   * @ngdoc method
-   * @name ng.$routeProvider#otherwise
-   * @methodOf ng.$routeProvider
-   *
-   * @description
-   * Sets route definition that will be used on route change when no other route definition
-   * is matched.
-   *
-   * @param {Object} params Mapping information to be assigned to `$route.current`.
-   * @returns {Object} self
-   */
-  this.otherwise = function(params) {
-    this.when(null, params);
-    return this;
-  };
-
-
-  this.$get = ['$rootScope', '$location', '$routeParams', '$q', '$injector', '$http', '$templateCache',
-      function( $rootScope,   $location,   $routeParams,   $q,   $injector,   $http,   $templateCache) {
-
-    /**
-     * @ngdoc object
-     * @name ng.$route
-     * @requires $location
-     * @requires $routeParams
-     *
-     * @property {Object} current Reference to the current route definition.
-     * The route definition contains:
-     *
-     *   - `controller`: The controller constructor as define in route definition.
-     *   - `locals`: A map of locals which is used by {@link ng.$controller $controller} service for
-     *     controller instantiation. The `locals` contain
-     *     the resolved values of the `resolve` map. Additionally the `locals` also contain:
-     *
-     *     - `$scope` - The current route scope.
-     *     - `$template` - The current route template HTML.
-     *
-     * @property {Array.<Object>} routes Array of all configured routes.
-     *
-     * @description
-     * Is used for deep-linking URLs to controllers and views (HTML partials).
-     * It watches `$location.url()` and tries to map the path to an existing route definition.
-     *
-     * You can define routes through {@link ng.$routeProvider $routeProvider}'s API.
-     *
-     * The `$route` service is typically used in conjunction with {@link ng.directive:ngView ngView}
-     * directive and the {@link ng.$routeParams $routeParams} service.
-     *
-     * @example
-       This example shows how changing the URL hash causes the `$route` to match a route against the
-       URL, and the `ngView` pulls in the partial.
-
-       Note that this example is using {@link ng.directive:script inlined templates}
-       to get it working on jsfiddle as well.
-
-     <example module="ngView">
-       <file name="index.html">
-         <div ng-controller="MainCntl">
-           Choose:
-           <a href="Book/Moby">Moby</a> |
-           <a href="Book/Moby/ch/1">Moby: Ch1</a> |
-           <a href="Book/Gatsby">Gatsby</a> |
-           <a href="Book/Gatsby/ch/4?key=value">Gatsby: Ch4</a> |
-           <a href="Book/Scarlet">Scarlet Letter</a><br/>
-
-           <div ng-view></div>
-           <hr />
-
-           <pre>$location.path() = {{$location.path()}}</pre>
-           <pre>$route.current.templateUrl = {{$route.current.templateUrl}}</pre>
-           <pre>$route.current.params = {{$route.current.params}}</pre>
-           <pre>$route.current.scope.name = {{$route.current.scope.name}}</pre>
-           <pre>$routeParams = {{$routeParams}}</pre>
-         </div>
-       </file>
-
-       <file name="book.html">
-         controller: {{name}}<br />
-         Book Id: {{params.bookId}}<br />
-       </file>
-
-       <file name="chapter.html">
-         controller: {{name}}<br />
-         Book Id: {{params.bookId}}<br />
-         Chapter Id: {{params.chapterId}}
-       </file>
-
-       <file name="script.js">
-         angular.module('ngView', [], function($routeProvider, $locationProvider) {
-           $routeProvider.when('/Book/:bookId', {
-             templateUrl: 'book.html',
-             controller: BookCntl,
-             resolve: {
-               // I will cause a 1 second delay
-               delay: function($q, $timeout) {
-                 var delay = $q.defer();
-                 $timeout(delay.resolve, 1000);
-                 return delay.promise;
-               }
-             }
-           });
-           $routeProvider.when('/Book/:bookId/ch/:chapterId', {
-             templateUrl: 'chapter.html',
-             controller: ChapterCntl
-           });
-
-           // configure html5 to get links working on jsfiddle
-           $locationProvider.html5Mode(true);
-         });
-
-         function MainCntl($scope, $route, $routeParams, $location) {
-           $scope.$route = $route;
-           $scope.$location = $location;
-           $scope.$routeParams = $routeParams;
-         }
-
-         function BookCntl($scope, $routeParams) {
-           $scope.name = "BookCntl";
-           $scope.params = $routeParams;
-         }
-
-         function ChapterCntl($scope, $routeParams) {
-           $scope.name = "ChapterCntl";
-           $scope.params = $routeParams;
-         }
-       </file>
-
-       <file name="scenario.js">
-         it('should load and compile correct template', function() {
-           element('a:contains("Moby: Ch1")').click();
-           var content = element('.doc-example-live [ng-view]').text();
-           expect(content).toMatch(/controller\: ChapterCntl/);
-           expect(content).toMatch(/Book Id\: Moby/);
-           expect(content).toMatch(/Chapter Id\: 1/);
-
-           element('a:contains("Scarlet")').click();
-           sleep(2); // promises are not part of scenario waiting
-           content = element('.doc-example-live [ng-view]').text();
-           expect(content).toMatch(/controller\: BookCntl/);
-           expect(content).toMatch(/Book Id\: Scarlet/);
-         });
-       </file>
-     </example>
-     */
-
-    /**
-     * @ngdoc event
-     * @name ng.$route#$routeChangeStart
-     * @eventOf ng.$route
-     * @eventType broadcast on root scope
-     * @description
-     * Broadcasted before a route change. At this  point the route services starts
-     * resolving all of the dependencies needed for the route change to occurs.
-     * Typically this involves fetching the view template as well as any dependencies
-     * defined in `resolve` route property. Once  all of the dependencies are resolved
-     * `$routeChangeSuccess` is fired.
-     *
-     * @param {Route} next Future route information.
-     * @param {Route} current Current route information.
-     */
-
-    /**
-     * @ngdoc event
-     * @name ng.$route#$routeChangeSuccess
-     * @eventOf ng.$route
-     * @eventType broadcast on root scope
-     * @description
-     * Broadcasted after a route dependencies are resolved.
-     * {@link ng.directive:ngView ngView} listens for the directive
-     * to instantiate the controller and render the view.
-     *
-     * @param {Route} current Current route information.
-     * @param {Route} previous Previous route information.
-     */
-
-    /**
-     * @ngdoc event
-     * @name ng.$route#$routeChangeError
-     * @eventOf ng.$route
-     * @eventType broadcast on root scope
-     * @description
-     * Broadcasted if any of the resolve promises are rejected.
-     *
-     * @param {Route} current Current route information.
-     * @param {Route} previous Previous route information.
-     * @param {Route} rejection Rejection of the promise. Usually the error of the failed promise.
-     */
-
-    /**
-     * @ngdoc event
-     * @name ng.$route#$routeUpdate
-     * @eventOf ng.$route
-     * @eventType broadcast on root scope
-     * @description
-     *
-     * The `reloadOnSearch` property has been set to false, and we are reusing the same
-     * instance of the Controller.
-     */
-
-    var matcher = switchRouteMatcher,
-        forceReload = false,
-        $route = {
-          routes: routes,
-
-          /**
-           * @ngdoc method
-           * @name ng.$route#reload
-           * @methodOf ng.$route
-           *
-           * @description
-           * Causes `$route` service to reload the current route even if
-           * {@link ng.$location $location} hasn't changed.
-           *
-           * As a result of that, {@link ng.directive:ngView ngView}
-           * creates new scope, reinstantiates the controller.
-           */
-          reload: function() {
-            forceReload = true;
-            $rootScope.$evalAsync(updateRoute);
-          }
-        };
-
-    $rootScope.$on('$locationChangeSuccess', updateRoute);
-
-    return $route;
-
-    /////////////////////////////////////////////////////
-
-    function switchRouteMatcher(on, when) {
-      // TODO(i): this code is convoluted and inefficient, we should construct the route matching
-      //   regex only once and then reuse it
-      var regex = '^' + when.replace(/([\.\\\(\)\^\$])/g, "\\$1") + '$',
-          params = [],
-          dst = {};
-      forEach(when.split(/\W/), function(param) {
-        if (param) {
-          var paramRegExp = new RegExp(":" + param + "([\\W])");
-          if (regex.match(paramRegExp)) {
-            regex = regex.replace(paramRegExp, "([^\\/]*)$1");
-            params.push(param);
-          }
-        }
-      });
-      var match = on.match(new RegExp(regex));
-      if (match) {
-        forEach(params, function(name, index) {
-          dst[name] = match[index + 1];
-        });
-      }
-      return match ? dst : null;
-    }
-
-    function updateRoute() {
-      var next = parseRoute(),
-          last = $route.current;
-
-      if (next && last && next.$route === last.$route
-          && equals(next.pathParams, last.pathParams) && !next.reloadOnSearch && !forceReload) {
-        last.params = next.params;
-        copy(last.params, $routeParams);
-        $rootScope.$broadcast('$routeUpdate', last);
-      } else if (next || last) {
-        forceReload = false;
-        $rootScope.$broadcast('$routeChangeStart', next, last);
-        $route.current = next;
-        if (next) {
-          if (next.redirectTo) {
-            if (isString(next.redirectTo)) {
-              $location.path(interpolate(next.redirectTo, next.params)).search(next.params)
-                       .replace();
-            } else {
-              $location.url(next.redirectTo(next.pathParams, $location.path(), $location.search()))
-                       .replace();
-            }
-          }
-        }
-
-        $q.when(next).
-          then(function() {
-            if (next) {
-              var keys = [],
-                  values = [],
-                  template;
-
-              forEach(next.resolve || {}, function(value, key) {
-                keys.push(key);
-                values.push(isFunction(value) ? $injector.invoke(value) : $injector.get(value));
-              });
-              if (isDefined(template = next.template)) {
-              } else if (isDefined(template = next.templateUrl)) {
-                template = $http.get(template, {cache: $templateCache}).
-                    then(function(response) { return response.data; });
-              }
-              if (isDefined(template)) {
-                keys.push('$template');
-                values.push(template);
-              }
-              return $q.all(values).then(function(values) {
-                var locals = {};
-                forEach(values, function(value, index) {
-                  locals[keys[index]] = value;
-                });
-                return locals;
-              });
-            }
-          }).
-          // after route change
-          then(function(locals) {
-            if (next == $route.current) {
-              if (next) {
-                next.locals = locals;
-                copy(next.params, $routeParams);
-              }
-              $rootScope.$broadcast('$routeChangeSuccess', next, last);
-            }
-          }, function(error) {
-            if (next == $route.current) {
-              $rootScope.$broadcast('$routeChangeError', next, last, error);
-            }
-          });
-      }
-    }
-
-
-    /**
-     * @returns the current active route, by matching it against the URL
-     */
-    function parseRoute() {
-      // Match a route
-      var params, match;
-      forEach(routes, function(route, path) {
-        if (!match && (params = matcher($location.path(), path))) {
-          match = inherit(route, {
-            params: extend({}, $location.search(), params),
-            pathParams: params});
-          match.$route = route;
-        }
-      });
-      // No route matched; fallback to "otherwise" route
-      return match || routes[null] && inherit(routes[null], {params: {}, pathParams:{}});
-    }
-
-    /**
-     * @returns interpolation of the redirect path with the parametrs
-     */
-    function interpolate(string, params) {
-      var result = [];
-      forEach((string||'').split(':'), function(segment, i) {
-        if (i == 0) {
-          result.push(segment);
-        } else {
-          var segmentMatch = segment.match(/(\w+)(.*)/);
-          var key = segmentMatch[1];
-          result.push(params[key]);
-          result.push(segmentMatch[2] || '');
-          delete params[key];
-        }
-      });
-      return result.join('');
-    }
-  }];
-}
-
-/**
- * @ngdoc object
- * @name ng.$routeParams
- * @requires $route
- *
- * @description
- * Current set of route parameters. The route parameters are a combination of the
- * {@link ng.$location $location} `search()`, and `path()`. The `path` parameters
- * are extracted when the {@link ng.$route $route} path is matched.
- *
- * In case of parameter name collision, `path` params take precedence over `search` params.
- *
- * The service guarantees that the identity of the `$routeParams` object will remain unchanged
- * (but its properties will likely change) even when a route change occurs.
- *
- * @example
- * <pre>
- *  // Given:
- *  // URL: http://server.com/index.html#/Chapter/1/Section/2?search=moby
- *  // Route: /Chapter/:chapterId/Section/:sectionId
- *  //
- *  // Then
- *  $routeParams ==> {chapterId:1, sectionId:2, search:'moby'}
- * </pre>
- */
-function $RouteParamsProvider() {
-  this.$get = valueFn({});
-}
-
-/**
- * DESIGN NOTES
- *
- * The design decisions behind the scope ware heavily favored for speed and memory consumption.
- *
- * The typical use of scope is to watch the expressions, which most of the time return the same
- * value as last time so we optimize the operation.
- *
- * Closures construction is expensive from speed as well as memory:
- *   - no closures, instead ups prototypical inheritance for API
- *   - Internal state needs to be stored on scope directly, which means that private state is
- *     exposed as $$____ properties
- *
- * Loop operations are optimized by using while(count--) { ... }
- *   - this means that in order to keep the same order of execution as addition we have to add
- *     items to the array at the begging (shift) instead of at the end (push)
- *
- * Child scopes are created and removed often
- *   - Using array would be slow since inserts in meddle are expensive so we use linked list
- *
- * There are few watches then a lot of observers. This is why you don't want the observer to be
- * implemented in the same way as watch. Watch requires return of initialization function which
- * are expensive to construct.
- */
-
-
-/**
- * @ngdoc object
- * @name ng.$rootScopeProvider
- * @description
- *
- * Provider for the $rootScope service.
- */
-
-/**
- * @ngdoc function
- * @name ng.$rootScopeProvider#digestTtl
- * @methodOf ng.$rootScopeProvider
- * @description
- *
- * Sets the number of digest iteration the scope should attempt to execute before giving up and
- * assuming that the model is unstable.
- *
- * The current default is 10 iterations.
- *
- * @param {number} limit The number of digest iterations.
- */
-
-
-/**
- * @ngdoc object
- * @name ng.$rootScope
- * @description
- *
- * Every application has a single root {@link ng.$rootScope.Scope scope}.
- * All other scopes are child scopes of the root scope. Scopes provide mechanism for watching the model and provide
- * event processing life-cycle. See {@link guide/scope developer guide on scopes}.
- */
-function $RootScopeProvider(){
-  var TTL = 10;
-
-  this.digestTtl = function(value) {
-    if (arguments.length) {
-      TTL = value;
-    }
-    return TTL;
-  };
-
-  this.$get = ['$injector', '$exceptionHandler', '$parse',
-      function( $injector,   $exceptionHandler,   $parse) {
-
-    /**
-     * @ngdoc function
-     * @name ng.$rootScope.Scope
-     *
-     * @description
-     * A root scope can be retrieved using the {@link ng.$rootScope $rootScope} key from the
-     * {@link AUTO.$injector $injector}. Child scopes are created using the
-     * {@link ng.$rootScope.Scope#$new $new()} method. (Most scopes are created automatically when
-     * compiled HTML template is executed.)
-     *
-     * Here is a simple scope snippet to show how you can interact with the scope.
-     * <pre>
-        angular.injector(['ng']).invoke(function($rootScope) {
-           var scope = $rootScope.$new();
-           scope.salutation = 'Hello';
-           scope.name = 'World';
-
-           expect(scope.greeting).toEqual(undefined);
-
-           scope.$watch('name', function() {
-             this.greeting = this.salutation + ' ' + this.name + '!';
-           }); // initialize the watch
-
-           expect(scope.greeting).toEqual(undefined);
-           scope.name = 'Misko';
-           // still old value, since watches have not been called yet
-           expect(scope.greeting).toEqual(undefined);
-
-           scope.$digest(); // fire all  the watches
-           expect(scope.greeting).toEqual('Hello Misko!');
-        });
-     * </pre>
-     *
-     * # Inheritance
-     * A scope can inherit from a parent scope, as in this example:
-     * <pre>
-         var parent = $rootScope;
-         var child = parent.$new();
-
-         parent.salutation = "Hello";
-         child.name = "World";
-         expect(child.salutation).toEqual('Hello');
-
-         child.salutation = "Welcome";
-         expect(child.salutation).toEqual('Welcome');
-         expect(parent.salutation).toEqual('Hello');
-     * </pre>
-     *
-     *
-     * @param {Object.<string, function()>=} providers Map of service factory which need to be provided
-     *     for the current scope. Defaults to {@link ng}.
-     * @param {Object.<string, *>=} instanceCache Provides pre-instantiated services which should
-     *     append/override services provided by `providers`. This is handy when unit-testing and having
-     *     the need to override a default service.
-     * @returns {Object} Newly created scope.
-     *
-     */
-    function Scope() {
-      this.$id = nextUid();
-      this.$$phase = this.$parent = this.$$watchers =
-                     this.$$nextSibling = this.$$prevSibling =
-                     this.$$childHead = this.$$childTail = null;
-      this['this'] = this.$root =  this;
-      this.$$asyncQueue = [];
-      this.$$listeners = {};
-    }
-
-    /**
-     * @ngdoc property
-     * @name ng.$rootScope.Scope#$id
-     * @propertyOf ng.$rootScope.Scope
-     * @returns {number} Unique scope ID (monotonically increasing alphanumeric sequence) useful for
-     *   debugging.
-     */
-
-
-    Scope.prototype = {
-      /**
-       * @ngdoc function
-       * @name ng.$rootScope.Scope#$new
-       * @methodOf ng.$rootScope.Scope
-       * @function
-       *
-       * @description
-       * Creates a new child {@link ng.$rootScope.Scope scope}.
-       *
-       * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} and
-       * {@link ng.$rootScope.Scope#$digest $digest()} events. The scope can be removed from the scope
-       * hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}.
-       *
-       * {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is desired for
-       * the scope and its child scopes to be permanently detached from the parent and thus stop
-       * participating in model change detection and listener notification by invoking.
-       *
-       * @param {boolean} isolate if true then the scoped does not prototypically inherit from the
-       *         parent scope. The scope is isolated, as it can not se parent scope properties.
-       *         When creating widgets it is useful for the widget to not accidently read parent
-       *         state.
-       *
-       * @returns {Object} The newly created child scope.
-       *
-       */
-      $new: function(isolate) {
-        var Child,
-            child;
-
-        if (isFunction(isolate)) {
-          // TODO: remove at some point
-          throw Error('API-CHANGE: Use $controller to instantiate controllers.');
-        }
-        if (isolate) {
-          child = new Scope();
-          child.$root = this.$root;
-        } else {
-          Child = function() {}; // should be anonymous; This is so that when the minifier munges
-            // the name it does not become random set of chars. These will then show up as class
-            // name in the debugger.
-          Child.prototype = this;
-          child = new Child();
-          child.$id = nextUid();
-        }
-        child['this'] = child;
-        child.$$listeners = {};
-        child.$parent = this;
-        child.$$asyncQueue = [];
-        child.$$watchers = child.$$nextSibling = child.$$childHead = child.$$childTail = null;
-        child.$$prevSibling = this.$$childTail;
-        if (this.$$childHead) {
-          this.$$childTail.$$nextSibling = child;
-          this.$$childTail = child;
-        } else {
-          this.$$childHead = this.$$childTail = child;
-        }
-        return child;
-      },
-
-      /**
-       * @ngdoc function
-       * @name ng.$rootScope.Scope#$watch
-       * @methodOf ng.$rootScope.Scope
-       * @function
-       *
-       * @description
-       * Registers a `listener` callback to be executed whenever the `watchExpression` changes.
-       *
-       * - The `watchExpression` is called on every call to {@link ng.$rootScope.Scope#$digest $digest()} and
-       *   should return the value which will be watched. (Since {@link ng.$rootScope.Scope#$digest $digest()}
-       *   reruns when it detects changes the `watchExpression` can execute multiple times per
-       *   {@link ng.$rootScope.Scope#$digest $digest()} and should be idempotent.)
-       * - The `listener` is called only when the value from the current `watchExpression` and the
-       *   previous call to `watchExpression' are not equal (with the exception of the initial run
-       *   see below). The inequality is determined according to
-       *   {@link angular.equals} function. To save the value of the object for later comparison
-       *   {@link angular.copy} function is used. It also means that watching complex options will
-       *   have adverse memory and performance implications.
-       * - The watch `listener` may change the model, which may trigger other `listener`s to fire. This
-       *   is achieved by rerunning the watchers until no changes are detected. The rerun iteration
-       *   limit is 100 to prevent infinity loop deadlock.
-       *
-       *
-       * If you want to be notified whenever {@link ng.$rootScope.Scope#$digest $digest} is called,
-       * you can register an `watchExpression` function with no `listener`. (Since `watchExpression`,
-       * can execute multiple times per {@link ng.$rootScope.Scope#$digest $digest} cycle when a change is
-       * detected, be prepared for multiple calls to your listener.)
-       *
-       * After a watcher is registered with the scope, the `listener` fn is called asynchronously
-       * (via {@link ng.$rootScope.Scope#$evalAsync $evalAsync}) to initialize the
-       * watcher. In rare cases, this is undesirable because the listener is called when the result
-       * of `watchExpression` didn't change. To detect this scenario within the `listener` fn, you
-       * can compare the `newVal` and `oldVal`. If these two values are identical (`===`) then the
-       * listener was called due to initialization.
-       *
-       *
-       * # Example
-       * <pre>
-           // let's assume that scope was dependency injected as the $rootScope
-           var scope = $rootScope;
-           scope.name = 'misko';
-           scope.counter = 0;
-
-           expect(scope.counter).toEqual(0);
-           scope.$watch('name', function(newValue, oldValue) { counter = counter + 1; });
-           expect(scope.counter).toEqual(0);
-
-           scope.$digest();
-           // no variable change
-           expect(scope.counter).toEqual(0);
-
-           scope.name = 'adam';
-           scope.$digest();
-           expect(scope.counter).toEqual(1);
-       * </pre>
-       *
-       *
-       *
-       * @param {(function()|string)} watchExpression Expression that is evaluated on each
-       *    {@link ng.$rootScope.Scope#$digest $digest} cycle. A change in the return value triggers a
-       *    call to the `listener`.
-       *
-       *    - `string`: Evaluated as {@link guide/expression expression}
-       *    - `function(scope)`: called with current `scope` as a parameter.
-       * @param {(function()|string)=} listener Callback called whenever the return value of
-       *   the `watchExpression` changes.
-       *
-       *    - `string`: Evaluated as {@link guide/expression expression}
-       *    - `function(newValue, oldValue, scope)`: called with current and previous values as parameters.
-       *
-       * @param {boolean=} objectEquality Compare object for equality rather then for refference.
-       * @returns {function()} Returns a deregistration function for this listener.
-       */
-      $watch: function(watchExp, listener, objectEquality) {
-        var scope = this,
-            get = compileToFn(watchExp, 'watch'),
-            array = scope.$$watchers,
-            watcher = {
-              fn: listener,
-              last: initWatchVal,
-              get: get,
-              exp: watchExp,
-              eq: !!objectEquality
-            };
-
-        // in the case user pass string, we need to compile it, do we really need this ?
-        if (!isFunction(listener)) {
-          var listenFn = compileToFn(listener || noop, 'listener');
-          watcher.fn = function(newVal, oldVal, scope) {listenFn(scope);};
-        }
-
-        if (!array) {
-          array = scope.$$watchers = [];
-        }
-        // we use unshift since we use a while loop in $digest for speed.
-        // the while loop reads in reverse order.
-        array.unshift(watcher);
-
-        return function() {
-          arrayRemove(array, watcher);
-        };
-      },
-
-      /**
-       * @ngdoc function
-       * @name ng.$rootScope.Scope#$digest
-       * @methodOf ng.$rootScope.Scope
-       * @function
-       *
-       * @description
-       * Process all of the {@link ng.$rootScope.Scope#$watch watchers} of the current scope and its children.
-       * Because a {@link ng.$rootScope.Scope#$watch watcher}'s listener can change the model, the
-       * `$digest()` keeps calling the {@link ng.$rootScope.Scope#$watch watchers} until no more listeners are
-       * firing. This means that it is possible to get into an infinite loop. This function will throw
-       * `'Maximum iteration limit exceeded.'` if the number of iterations exceeds 10.
-       *
-       * Usually you don't call `$digest()` directly in
-       * {@link ng.directive:ngController controllers} or in
-       * {@link ng.$compileProvider#directive directives}.
-       * Instead a call to {@link ng.$rootScope.Scope#$apply $apply()} (typically from within a
-       * {@link ng.$compileProvider#directive directives}) will force a `$digest()`.
-       *
-       * If you want to be notified whenever `$digest()` is called,
-       * you can register a `watchExpression` function  with {@link ng.$rootScope.Scope#$watch $watch()}
-       * with no `listener`.
-       *
-       * You may have a need to call `$digest()` from within unit-tests, to simulate the scope
-       * life-cycle.
-       *
-       * # Example
-       * <pre>
-           var scope = ...;
-           scope.name = 'misko';
-           scope.counter = 0;
-
-           expect(scope.counter).toEqual(0);
-           scope.$watch('name', function(newValue, oldValue) {
-             counter = counter + 1;
-           });
-           expect(scope.counter).toEqual(0);
-
-           scope.$digest();
-           // no variable change
-           expect(scope.counter).toEqual(0);
-
-           scope.name = 'adam';
-           scope.$digest();
-           expect(scope.counter).toEqual(1);
-       * </pre>
-       *
-       */
-      $digest: function() {
-        var watch, value, last,
-            watchers,
-            asyncQueue,
-            length,
-            dirty, ttl = TTL,
-            next, current, target = this,
-            watchLog = [],
-            logIdx, logMsg;
-
-        beginPhase('$digest');
-
-        do {
-          dirty = false;
-          current = target;
-          do {
-            asyncQueue = current.$$asyncQueue;
-            while(asyncQueue.length) {
-              try {
-                current.$eval(asyncQueue.shift());
-              } catch (e) {
-                $exceptionHandler(e);
-              }
-            }
-            if ((watchers = current.$$watchers)) {
-              // process our watches
-              length = watchers.length;
-              while (length--) {
-                try {
-                  watch = watchers[length];
-                  // Most common watches are on primitives, in which case we can short
-                  // circuit it with === operator, only when === fails do we use .equals
-                  if ((value = watch.get(current)) !== (last = watch.last) &&
-                      !(watch.eq
-                          ? equals(value, last)
-                          : (typeof value == 'number' && typeof last == 'number'
-                             && isNaN(value) && isNaN(last)))) {
-                    dirty = true;
-                    watch.last = watch.eq ? copy(value) : value;
-                    watch.fn(value, ((last === initWatchVal) ? value : last), current);
-                    if (ttl < 5) {
-                      logIdx = 4 - ttl;
-                      if (!watchLog[logIdx]) watchLog[logIdx] = [];
-                      logMsg = (isFunction(watch.exp))
-                          ? 'fn: ' + (watch.exp.name || watch.exp.toString())
-                          : watch.exp;
-                      logMsg += '; newVal: ' + toJson(value) + '; oldVal: ' + toJson(last);
-                      watchLog[logIdx].push(logMsg);
-                    }
-                  }
-                } catch (e) {
-                  $exceptionHandler(e);
-                }
-              }
-            }
-
-            // Insanity Warning: scope depth-first traversal
-            // yes, this code is a bit crazy, but it works and we have tests to prove it!
-            // this piece should be kept in sync with the traversal in $broadcast
-            if (!(next = (current.$$childHead || (current !== target && current.$$nextSibling)))) {
-              while(current !== target && !(next = current.$$nextSibling)) {
-                current = current.$parent;
-              }
-            }
-          } while ((current = next));
-
-          if(dirty && !(ttl--)) {
-            clearPhase();
-            throw Error(TTL + ' $digest() iterations reached. Aborting!\n' +
-                'Watchers fired in the last 5 iterations: ' + toJson(watchLog));
-          }
-        } while (dirty || asyncQueue.length);
-
-        clearPhase();
-      },
-
-
-      /**
-       * @ngdoc event
-       * @name ng.$rootScope.Scope#$destroy
-       * @eventOf ng.$rootScope.Scope
-       * @eventType broadcast on scope being destroyed
-       *
-       * @description
-       * Broadcasted when a scope and its children are being destroyed.
-       */
-
-      /**
-       * @ngdoc function
-       * @name ng.$rootScope.Scope#$destroy
-       * @methodOf ng.$rootScope.Scope
-       * @function
-       *
-       * @description
-       * Remove the current scope (and all of its children) from the parent scope. Removal implies
-       * that calls to {@link ng.$rootScope.Scope#$digest $digest()} will no longer
-       * propagate to the current scope and its children. Removal also implies that the current
-       * scope is eligible for garbage collection.
-       *
-       * The `$destroy()` is usually used by directives such as
-       * {@link ng.directive:ngRepeat ngRepeat} for managing the
-       * unrolling of the loop.
-       *
-       * Just before a scope is destroyed a `$destroy` event is broadcasted on this scope.
-       * Application code can register a `$destroy` event handler that will give it chance to
-       * perform any necessary cleanup.
-       */
-      $destroy: function() {
-        if ($rootScope == this) return; // we can't remove the root node;
-        var parent = this.$parent;
-
-        this.$broadcast('$destroy');
-
-        if (parent.$$childHead == this) parent.$$childHead = this.$$nextSibling;
-        if (parent.$$childTail == this) parent.$$childTail = this.$$prevSibling;
-        if (this.$$prevSibling) this.$$prevSibling.$$nextSibling = this.$$nextSibling;
-        if (this.$$nextSibling) this.$$nextSibling.$$prevSibling = this.$$prevSibling;
-      },
-
-      /**
-       * @ngdoc function
-       * @name ng.$rootScope.Scope#$eval
-       * @methodOf ng.$rootScope.Scope
-       * @function
-       *
-       * @description
-       * Executes the `expression` on the current scope returning the result. Any exceptions in the
-       * expression are propagated (uncaught). This is useful when evaluating engular expressions.
-       *
-       * # Example
-       * <pre>
-           var scope = ng.$rootScope.Scope();
-           scope.a = 1;
-           scope.b = 2;
-
-           expect(scope.$eval('a+b')).toEqual(3);
-           expect(scope.$eval(function(scope){ return scope.a + scope.b; })).toEqual(3);
-       * </pre>
-       *
-       * @param {(string|function())=} expression An angular expression to be executed.
-       *
-       *    - `string`: execute using the rules as defined in  {@link guide/expression expression}.
-       *    - `function(scope)`: execute the function with the current `scope` parameter.
-       *
-       * @returns {*} The result of evaluating the expression.
-       */
-      $eval: function(expr, locals) {
-        return $parse(expr)(this, locals);
-      },
-
-      /**
-       * @ngdoc function
-       * @name ng.$rootScope.Scope#$evalAsync
-       * @methodOf ng.$rootScope.Scope
-       * @function
-       *
-       * @description
-       * Executes the expression on the current scope at a later point in time.
-       *
-       * The `$evalAsync` makes no guarantees as to when the `expression` will be executed, only that:
-       *
-       *   - it will execute in the current script execution context (before any DOM rendering).
-       *   - at least one {@link ng.$rootScope.Scope#$digest $digest cycle} will be performed after
-       *     `expression` execution.
-       *
-       * Any exceptions from the execution of the expression are forwarded to the
-       * {@link ng.$exceptionHandler $exceptionHandler} service.
-       *
-       * @param {(string|function())=} expression An angular expression to be executed.
-       *
-       *    - `string`: execute using the rules as defined in  {@link guide/expression expression}.
-       *    - `function(scope)`: execute the function with the current `scope` parameter.
-       *
-       */
-      $evalAsync: function(expr) {
-        this.$$asyncQueue.push(expr);
-      },
-
-      /**
-       * @ngdoc function
-       * @name ng.$rootScope.Scope#$apply
-       * @methodOf ng.$rootScope.Scope
-       * @function
-       *
-       * @description
-       * `$apply()` is used to execute an expression in angular from outside of the angular framework.
-       * (For example from browser DOM events, setTimeout, XHR or third party libraries).
-       * Because we are calling into the angular framework we need to perform proper scope life-cycle
-       * of {@link ng.$exceptionHandler exception handling},
-       * {@link ng.$rootScope.Scope#$digest executing watches}.
-       *
-       * ## Life cycle
-       *
-       * # Pseudo-Code of `$apply()`
-       * <pre>
-           function $apply(expr) {
-             try {
-               return $eval(expr);
-             } catch (e) {
-               $exceptionHandler(e);
-             } finally {
-               $root.$digest();
-             }
-           }
-       * </pre>
-       *
-       *
-       * Scope's `$apply()` method transitions through the following stages:
-       *
-       * 1. The {@link guide/expression expression} is executed using the
-       *    {@link ng.$rootScope.Scope#$eval $eval()} method.
-       * 2. Any exceptions from the execution of the expression are forwarded to the
-       *    {@link ng.$exceptionHandler $exceptionHandler} service.
-       * 3. The {@link ng.$rootScope.Scope#$watch watch} listeners are fired immediately after the expression
-       *    was executed using the {@link ng.$rootScope.Scope#$digest $digest()} method.
-       *
-       *
-       * @param {(string|function())=} exp An angular expression to be executed.
-       *
-       *    - `string`: execute using the rules as defined in {@link guide/expression expression}.
-       *    - `function(scope)`: execute the function with current `scope` parameter.
-       *
-       * @returns {*} The result of evaluating the expression.
-       */
-      $apply: function(expr) {
-        try {
-          beginPhase('$apply');
-          return this.$eval(expr);
-        } catch (e) {
-          $exceptionHandler(e);
-        } finally {
-          clearPhase();
-          try {
-            $rootScope.$digest();
-          } catch (e) {
-            $exceptionHandler(e);
-            throw e;
-          }
-        }
-      },
-
-      /**
-       * @ngdoc function
-       * @name ng.$rootScope.Scope#$on
-       * @methodOf ng.$rootScope.Scope
-       * @function
-       *
-       * @description
-       * Listen on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for discussion of
-       * event life cycle.
-       *
-       * @param {string} name Event name to listen on.
-       * @param {function(event)} listener Function to call when the event is emitted.
-       * @returns {function()} Returns a deregistration function for this listener.
-       *
-       * The event listener function format is: `function(event, args...)`. The `event` object
-       * passed into the listener has the following attributes:
-       *
-       *   - `targetScope` - {Scope}: the scope on which the event was `$emit`-ed or `$broadcast`-ed.
-       *   - `currentScope` - {Scope}: the current scope which is handling the event.
-       *   - `name` - {string}: Name of the event.
-       *   - `stopPropagation` - {function=}: calling `stopPropagation` function will cancel further event propagation
-       *     (available only for events that were `$emit`-ed).
-       *   - `preventDefault` - {function}: calling `preventDefault` sets `defaultPrevented` flag to true.
-       *   - `defaultPrevented` - {boolean}: true if `preventDefault` was called.
-       */
-      $on: function(name, listener) {
-        var namedListeners = this.$$listeners[name];
-        if (!namedListeners) {
-          this.$$listeners[name] = namedListeners = [];
-        }
-        namedListeners.push(listener);
-
-        return function() {
-          arrayRemove(namedListeners, listener);
-        };
-      },
-
-
-      /**
-       * @ngdoc function
-       * @name ng.$rootScope.Scope#$emit
-       * @methodOf ng.$rootScope.Scope
-       * @function
-       *
-       * @description
-       * Dispatches an event `name` upwards through the scope hierarchy notifying the
-       * registered {@link ng.$rootScope.Scope#$on} listeners.
-       *
-       * The event life cycle starts at the scope on which `$emit` was called. All
-       * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get notified.
-       * Afterwards, the event traverses upwards toward the root scope and calls all registered
-       * listeners along the way. The event will stop propagating if one of the listeners cancels it.
-       *
-       * Any exception emmited from the {@link ng.$rootScope.Scope#$on listeners} will be passed
-       * onto the {@link ng.$exceptionHandler $exceptionHandler} service.
-       *
-       * @param {string} name Event name to emit.
-       * @param {...*} args Optional set of arguments which will be passed onto the event listeners.
-       * @return {Object} Event object, see {@link ng.$rootScope.Scope#$on}
-       */
-      $emit: function(name, args) {
-        var empty = [],
-            namedListeners,
-            scope = this,
-            stopPropagation = false,
-            event = {
-              name: name,
-              targetScope: scope,
-              stopPropagation: function() {stopPropagation = true;},
-              preventDefault: function() {
-                event.defaultPrevented = true;
-              },
-              defaultPrevented: false
-            },
-            listenerArgs = concat([event], arguments, 1),
-            i, length;
-
-        do {
-          namedListeners = scope.$$listeners[name] || empty;
-          event.currentScope = scope;
-          for (i=0, length=namedListeners.length; i<length; i++) {
-            try {
-              namedListeners[i].apply(null, listenerArgs);
-              if (stopPropagation) return event;
-            } catch (e) {
-              $exceptionHandler(e);
-            }
-          }
-          //traverse upwards
-          scope = scope.$parent;
-        } while (scope);
-
-        return event;
-      },
-
-
-      /**
-       * @ngdoc function
-       * @name ng.$rootScope.Scope#$broadcast
-       * @methodOf ng.$rootScope.Scope
-       * @function
-       *
-       * @description
-       * Dispatches an event `name` downwards to all child scopes (and their children) notifying the
-       * registered {@link ng.$rootScope.Scope#$on} listeners.
-       *
-       * The event life cycle starts at the scope on which `$broadcast` was called. All
-       * {@link ng.$rootScope.Scope#$on listeners} listening for `name` event on this scope get notified.
-       * Afterwards, the event propagates to all direct and indirect scopes of the current scope and
-       * calls all registered listeners along the way. The event cannot be canceled.
-       *
-       * Any exception emmited from the {@link ng.$rootScope.Scope#$on listeners} will be passed
-       * onto the {@link ng.$exceptionHandler $exceptionHandler} service.
-       *
-       * @param {string} name Event name to emit.
-       * @param {...*} args Optional set of arguments which will be passed onto the event listeners.
-       * @return {Object} Event object, see {@link ng.$rootScope.Scope#$on}
-       */
-      $broadcast: function(name, args) {
-        var target = this,
-            current = target,
-            next = target,
-            event = {
-              name: name,
-              targetScope: target,
-              preventDefault: function() {
-                event.defaultPrevented = true;
-              },
-              defaultPrevented: false
-            },
-            listenerArgs = concat([event], arguments, 1);
-
-        //down while you can, then up and next sibling or up and next sibling until back at root
-        do {
-          current = next;
-          event.currentScope = current;
-          forEach(current.$$listeners[name], function(listener) {
-            try {
-              listener.apply(null, listenerArgs);
-            } catch(e) {
-              $exceptionHandler(e);
-            }
-          });
-
-          // Insanity Warning: scope depth-first traversal
-          // yes, this code is a bit crazy, but it works and we have tests to prove it!
-          // this piece should be kept in sync with the traversal in $digest
-          if (!(next = (current.$$childHead || (current !== target && current.$$nextSibling)))) {
-            while(current !== target && !(next = current.$$nextSibling)) {
-              current = current.$parent;
-            }
-          }
-        } while ((current = next));
-
-        return event;
-      }
-    };
-
-    var $rootScope = new Scope();
-
-    return $rootScope;
-
-
-    function beginPhase(phase) {
-      if ($rootScope.$$phase) {
-        throw Error($rootScope.$$phase + ' already in progress');
-      }
-
-      $rootScope.$$phase = phase;
-    }
-
-    function clearPhase() {
-      $rootScope.$$phase = null;
-    }
-
-    function compileToFn(exp, name) {
-      var fn = $parse(exp);
-      assertArgFn(fn, name);
-      return fn;
-    }
-
-    /**
-     * function used as an initial value for watchers.
-     * because it's uniqueue we can easily tell it apart from other values
-     */
-    function initWatchVal() {}
-  }];
-}
-
-/**
- * !!! This is an undocumented "private" service !!!
- *
- * @name ng.$sniffer
- * @requires $window
- *
- * @property {boolean} history Does the browser support html5 history api ?
- * @property {boolean} hashchange Does the browser support hashchange event ?
- *
- * @description
- * This is very simple implementation of testing browser's features.
- */
-function $SnifferProvider() {
-  this.$get = ['$window', function($window) {
-    var eventSupport = {},
-        android = int((/android (\d+)/.exec(lowercase($window.navigator.userAgent)) || [])[1]);
-
-    return {
-      // Android has history.pushState, but it does not update location correctly
-      // so let's not use the history API at all.
-      // http://code.google.com/p/android/issues/detail?id=17471
-      // https://github.com/angular/angular.js/issues/904
-      history: !!($window.history && $window.history.pushState && !(android < 4)),
-      hashchange: 'onhashchange' in $window &&
-                  // IE8 compatible mode lies
-                  (!$window.document.documentMode || $window.document.documentMode > 7),
-      hasEvent: function(event) {
-        // IE9 implements 'input' event it's so fubared that we rather pretend that it doesn't have
-        // it. In particular the event is not fired when backspace or delete key are pressed or
-        // when cut operation is performed.
-        if (event == 'input' && msie == 9) return false;
-
-        if (isUndefined(eventSupport[event])) {
-          var divElm = $window.document.createElement('div');
-          eventSupport[event] = 'on' + event in divElm;
-        }
-
-        return eventSupport[event];
-      },
-      // TODO(i): currently there is no way to feature detect CSP without triggering alerts
-      csp: false
-    };
-  }];
-}
-
-/**
- * @ngdoc object
- * @name ng.$window
- *
- * @description
- * A reference to the browser's `window` object. While `window`
- * is globally available in JavaScript, it causes testability problems, because
- * it is a global variable. In angular we always refer to it through the
- * `$window` service, so it may be overriden, removed or mocked for testing.
- *
- * All expressions are evaluated with respect to current scope so they don't
- * suffer from window globality.
- *
- * @example
-   <doc:example>
-     <doc:source>
-       <input ng-init="$window = $service('$window'); greeting='Hello World!'" type="text" ng-model="greeting" />
-       <button ng-click="$window.alert(greeting)">ALERT</button>
-     </doc:source>
-     <doc:scenario>
-     </doc:scenario>
-   </doc:example>
- */
-function $WindowProvider(){
-  this.$get = valueFn(window);
-}
-
-/**
- * Parse headers into key value object
- *
- * @param {string} headers Raw headers as a string
- * @returns {Object} Parsed headers as key value object
- */
-function parseHeaders(headers) {
-  var parsed = {}, key, val, i;
-
-  if (!headers) return parsed;
-
-  forEach(headers.split('\n'), function(line) {
-    i = line.indexOf(':');
-    key = lowercase(trim(line.substr(0, i)));
-    val = trim(line.substr(i + 1));
-
-    if (key) {
-      if (parsed[key]) {
-        parsed[key] += ', ' + val;
-      } else {
-        parsed[key] = val;
-      }
-    }
-  });
-
-  return parsed;
-}
-
-
-/**
- * Returns a function that provides access to parsed headers.
- *
- * Headers are lazy parsed when first requested.
- * @see parseHeaders
- *
- * @param {(string|Object)} headers Headers to provide access to.
- * @returns {function(string=)} Returns a getter function which if called with:
- *
- *   - if called with single an argument returns a single header value or null
- *   - if called with no arguments returns an object containing all headers.
- */
-function headersGetter(headers) {
-  var headersObj = isObject(headers) ? headers : undefined;
-
-  return function(name) {
-    if (!headersObj) headersObj =  parseHeaders(headers);
-
-    if (name) {
-      return headersObj[lowercase(name)] || null;
-    }
-
-    return headersObj;
-  };
-}
-
-
-/**
- * Chain all given functions
- *
- * This function is used for both request and response transforming
- *
- * @param {*} data Data to transform.
- * @param {function(string=)} headers Http headers getter fn.
- * @param {(function|Array.<function>)} fns Function or an array of functions.
- * @returns {*} Transformed data.
- */
-function transformData(data, headers, fns) {
-  if (isFunction(fns))
-    return fns(data, headers);
-
-  forEach(fns, function(fn) {
-    data = fn(data, headers);
-  });
-
-  return data;
-}
-
-
-function isSuccess(status) {
-  return 200 <= status && status < 300;
-}
-
-
-function $HttpProvider() {
-  var JSON_START = /^\s*(\[|\{[^\{])/,
-      JSON_END = /[\}\]]\s*$/,
-      PROTECTION_PREFIX = /^\)\]\}',?\n/;
-
-  var $config = this.defaults = {
-    // transform incoming response data
-    transformResponse: [function(data) {
-      if (isString(data)) {
-        // strip json vulnerability protection prefix
-        data = data.replace(PROTECTION_PREFIX, '');
-        if (JSON_START.test(data) && JSON_END.test(data))
-          data = fromJson(data, true);
-      }
-      return data;
-    }],
-
-    // transform outgoing request data
-    transformRequest: [function(d) {
-      return isObject(d) && !isFile(d) ? toJson(d) : d;
-    }],
-
-    // default headers
-    headers: {
-      common: {
-        'Accept': 'application/json, text/plain, */*',
-        'X-Requested-With': 'XMLHttpRequest'
-      },
-      post: {'Content-Type': 'application/json;charset=utf-8'},
-      put:  {'Content-Type': 'application/json;charset=utf-8'}
-    }
-  };
-
-  var providerResponseInterceptors = this.responseInterceptors = [];
-
-  this.$get = ['$httpBackend', '$browser', '$cacheFactory', '$rootScope', '$q', '$injector',
-      function($httpBackend, $browser, $cacheFactory, $rootScope, $q, $injector) {
-
-    var defaultCache = $cacheFactory('$http'),
-        responseInterceptors = [];
-
-    forEach(providerResponseInterceptors, function(interceptor) {
-      responseInterceptors.push(
-          isString(interceptor)
-              ? $injector.get(interceptor)
-              : $injector.invoke(interceptor)
-      );
-    });
-
-
-    /**
-     * @ngdoc function
-     * @name ng.$http
-     * @requires $httpBacked
-     * @requires $browser
-     * @requires $cacheFactory
-     * @requires $rootScope
-     * @requires $q
-     * @requires $injector
-     *
-     * @description
-     * The `$http` service is a core Angular service that facilitates communication with the remote
-     * HTTP servers via browser's {@link https://developer.mozilla.org/en/xmlhttprequest
-     * XMLHttpRequest} object or via {@link http://en.wikipedia.org/wiki/JSONP JSONP}.
-     *
-     * For unit testing applications that use `$http` service, see
-     * {@link ngMock.$httpBackend $httpBackend mock}.
-     *
-     * For a higher level of abstraction, please check out the {@link ngResource.$resource
-     * $resource} service.
-     *
-     * The $http API is based on the {@link ng.$q deferred/promise APIs} exposed by
-     * the $q service. While for simple usage patters this doesn't matter much, for advanced usage,
-     * it is important to familiarize yourself with these apis and guarantees they provide.
-     *
-     *
-     * # General usage
-     * The `$http` service is a function which takes a single argument — a configuration object —
-     * that is used to generate an http request and returns  a {@link ng.$q promise}
-     * with two $http specific methods: `success` and `error`.
-     *
-     * <pre>
-     *   $http({method: 'GET', url: '/someUrl'}).
-     *     success(function(data, status, headers, config) {
-     *       // this callback will be called asynchronously
-     *       // when the response is available
-     *     }).
-     *     error(function(data, status, headers, config) {
-     *       // called asynchronously if an error occurs
-     *       // or server returns response with status
-     *       // code outside of the <200, 400) range
-     *     });
-     * </pre>
-     *
-     * Since the returned value of calling the $http function is a Promise object, you can also use
-     * the `then` method to register callbacks, and these callbacks will receive a single argument –
-     * an object representing the response. See the api signature and type info below for more
-     * details.
-     *
-     *
-     * # Shortcut methods
-     *
-     * Since all invocation of the $http service require definition of the http method and url and
-     * POST and PUT requests require response body/data to be provided as well, shortcut methods
-     * were created to simplify using the api:
-     *
-     * <pre>
-     *   $http.get('/someUrl').success(successCallback);
-     *   $http.post('/someUrl', data).success(successCallback);
-     * </pre>
-     *
-     * Complete list of shortcut methods:
-     *
-     * - {@link ng.$http#get $http.get}
-     * - {@link ng.$http#head $http.head}
-     * - {@link ng.$http#post $http.post}
-     * - {@link ng.$http#put $http.put}
-     * - {@link ng.$http#delete $http.delete}
-     * - {@link ng.$http#jsonp $http.jsonp}
-     *
-     *
-     * # Setting HTTP Headers
-     *
-     * The $http service will automatically add certain http headers to all requests. These defaults
-     * can be fully configured by accessing the `$httpProvider.defaults.headers` configuration
-     * object, which currently contains this default configuration:
-     *
-     * - `$httpProvider.defaults.headers.common` (headers that are common for all requests):
-     *   - `Accept: application/json, text/plain, * / *`
-     *   - `X-Requested-With: XMLHttpRequest`
-     * - `$httpProvider.defaults.headers.post`: (header defaults for HTTP POST requests)
-     *   - `Content-Type: application/json`
-     * - `$httpProvider.defaults.headers.put` (header defaults for HTTP PUT requests)
-     *   - `Content-Type: application/json`
-     *
-     * To add or overwrite these defaults, simply add or remove a property from this configuration
-     * objects. To add headers for an HTTP method other than POST or PUT, simply add a new object
-     * with name equal to the lower-cased http method name, e.g.
-     * `$httpProvider.defaults.headers.get['My-Header']='value'`.
-     *
-     * Additionally, the defaults can be set at runtime via the `$http.defaults` object in a similar
-     * fassion as described above.
-     *
-     *
-     * # Transforming Requests and Responses
-     *
-     * Both requests and responses can be transformed using transform functions. By default, Angular
-     * applies these transformations:
-     *
-     * Request transformations:
-     *
-     * - if the `data` property of the request config object contains an object, serialize it into
-     *   JSON format.
-     *
-     * Response transformations:
-     *
-     *  - if XSRF prefix is detected, strip it (see Security Considerations section below)
-     *  - if json response is detected, deserialize it using a JSON parser
-     *
-     * To override these transformation locally, specify transform functions as `transformRequest`
-     * and/or `transformResponse` properties of the config object. To globally override the default
-     * transforms, override the `$httpProvider.defaults.transformRequest` and
-     * `$httpProvider.defaults.transformResponse` properties of the `$httpProvider`.
-     *
-     *
-     * # Caching
-     *
-     * To enable caching set the configuration property `cache` to `true`. When the cache is
-     * enabled, `$http` stores the response from the server in local cache. Next time the
-     * response is served from the cache without sending a request to the server.
-     *
-     * Note that even if the response is served from cache, delivery of the data is asynchronous in
-     * the same way that real requests are.
-     *
-     * If there are multiple GET requests for the same url that should be cached using the same
-     * cache, but the cache is not populated yet, only one request to the server will be made and
-     * the remaining requests will be fulfilled using the response for the first request.
-     *
-     *
-     * # Response interceptors
-     *
-     * Before you start creating interceptors, be sure to understand the
-     * {@link ng.$q $q and deferred/promise APIs}.
-     *
-     * For purposes of global error handling, authentication or any kind of synchronous or
-     * asynchronous preprocessing of received responses, it is desirable to be able to intercept
-     * responses for http requests before they are handed over to the application code that
-     * initiated these requests. The response interceptors leverage the {@link ng.$q
-     * promise apis} to fulfil this need for both synchronous and asynchronous preprocessing.
-     *
-     * The interceptors are service factories that are registered with the $httpProvider by
-     * adding them to the `$httpProvider.responseInterceptors` array. The factory is called and
-     * injected with dependencies (if specified) and returns the interceptor  — a function that
-     * takes a {@link ng.$q promise} and returns the original or a new promise.
-     *
-     * <pre>
-     *   // register the interceptor as a service
-     *   $provide.factory('myHttpInterceptor', function($q, dependency1, dependency2) {
-     *     return function(promise) {
-     *       return promise.then(function(response) {
-     *         // do something on success
-     *       }, function(response) {
-     *         // do something on error
-     *         if (canRecover(response)) {
-     *           return responseOrNewPromise
-     *         }
-     *         return $q.reject(response);
-     *       });
-     *     }
-     *   });
-     *
-     *   $httpProvider.responseInterceptors.push('myHttpInterceptor');
-     *
-     *
-     *   // register the interceptor via an anonymous factory
-     *   $httpProvider.responseInterceptors.push(function($q, dependency1, dependency2) {
-     *     return function(promise) {
-     *       // same as above
-     *     }
-     *   });
-     * </pre>
-     *
-     *
-     * # Security Considerations
-     *
-     * When designing web applications, consider security threats from:
-     *
-     * - {@link http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx
-     *   JSON Vulnerability}
-     * - {@link http://en.wikipedia.org/wiki/Cross-site_request_forgery XSRF}
-     *
-     * Both server and the client must cooperate in order to eliminate these threats. Angular comes
-     * pre-configured with strategies that address these issues, but for this to work backend server
-     * cooperation is required.
-     *
-     * ## JSON Vulnerability Protection
-     *
-     * A {@link http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx
-     * JSON Vulnerability} allows third party web-site to turn your JSON resource URL into
-     * {@link http://en.wikipedia.org/wiki/JSON#JSONP JSONP} request under some conditions. To
-     * counter this your server can prefix all JSON requests with following string `")]}',\n"`.
-     * Angular will automatically strip the prefix before processing it as JSON.
-     *
-     * For example if your server needs to return:
-     * <pre>
-     * ['one','two']
-     * </pre>
-     *
-     * which is vulnerable to attack, your server can return:
-     * <pre>
-     * )]}',
-     * ['one','two']
-     * </pre>
-     *
-     * Angular will strip the prefix, before processing the JSON.
-     *
-     *
-     * ## Cross Site Request Forgery (XSRF) Protection
-     *
-     * {@link http://en.wikipedia.org/wiki/Cross-site_request_forgery XSRF} is a technique by which
-     * an unauthorized site can gain your user's private data. Angular provides following mechanism
-     * to counter XSRF. When performing XHR requests, the $http service reads a token from a cookie
-     * called `XSRF-TOKEN` and sets it as the HTTP header `X-XSRF-TOKEN`. Since only JavaScript that
-     * runs on your domain could read the cookie, your server can be assured that the XHR came from
-     * JavaScript running on your domain.
-     *
-     * To take advantage of this, your server needs to set a token in a JavaScript readable session
-     * cookie called `XSRF-TOKEN` on first HTTP GET request. On subsequent non-GET requests the
-     * server can verify that the cookie matches `X-XSRF-TOKEN` HTTP header, and therefore be sure
-     * that only JavaScript running on your domain could have read the token. The token must be
-     * unique for each user and must be verifiable by the server (to prevent the JavaScript making
-     * up its own tokens). We recommend that the token is a digest of your site's authentication
-     * cookie with {@link http://en.wikipedia.org/wiki/Rainbow_table salt for added security}.
-     *
-     *
-     * @param {object} config Object describing the request to be made and how it should be
-     *    processed. The object has following properties:
-     *
-     *    - **method** – `{string}` – HTTP method (e.g. 'GET', 'POST', etc)
-     *    - **url** – `{string}` – Absolute or relative URL of the resource that is being requested.
-     *    - **params** – `{Object.<string|Object>}` – Map of strings or objects which will be turned to
-     *      `?key1=value1&key2=value2` after the url. If the value is not a string, it will be JSONified.
-     *    - **data** – `{string|Object}` – Data to be sent as the request message data.
-     *    - **headers** – `{Object}` – Map of strings representing HTTP headers to send to the server.
-     *    - **transformRequest** – `{function(data, headersGetter)|Array.<function(data, headersGetter)>}` –
-     *      transform function or an array of such functions. The transform function takes the http
-     *      request body and headers and returns its transformed (typically serialized) version.
-     *    - **transformResponse** – `{function(data, headersGetter)|Array.<function(data, headersGetter)>}` –
-     *      transform function or an array of such functions. The transform function takes the http
-     *      response body and headers and returns its transformed (typically deserialized) version.
-     *    - **cache** – `{boolean|Cache}` – If true, a default $http cache will be used to cache the
-     *      GET request, otherwise if a cache instance built with
-     *      {@link ng.$cacheFactory $cacheFactory}, this cache will be used for
-     *      caching.
-     *    - **timeout** – `{number}` – timeout in milliseconds.
-     *    - **withCredentials** - `{boolean}` - whether to to set the `withCredentials` flag on the
-     *      XHR object. See {@link https://developer.mozilla.org/en/http_access_control#section_5
-     *      requests with credentials} for more information.
-     *
-     * @returns {HttpPromise} Returns a {@link ng.$q promise} object with the
-     *   standard `then` method and two http specific methods: `success` and `error`. The `then`
-     *   method takes two arguments a success and an error callback which will be called with a
-     *   response object. The `success` and `error` methods take a single argument - a function that
-     *   will be called when the request succeeds or fails respectively. The arguments passed into
-     *   these functions are destructured representation of the response object passed into the
-     *   `then` method. The response object has these properties:
-     *
-     *   - **data** – `{string|Object}` – The response body transformed with the transform functions.
-     *   - **status** – `{number}` – HTTP status code of the response.
-     *   - **headers** – `{function([headerName])}` – Header getter function.
-     *   - **config** – `{Object}` – The configuration object that was used to generate the request.
-     *
-     * @property {Array.<Object>} pendingRequests Array of config objects for currently pending
-     *   requests. This is primarily meant to be used for debugging purposes.
-     *
-     *
-     * @example
-      <example>
-        <file name="index.html">
-          <div ng-controller="FetchCtrl">
-            <select ng-model="method">
-              <option>GET</option>
-              <option>JSONP</option>
-            </select>
-            <input type="text" ng-model="url" size="80"/>
-            <button ng-click="fetch()">fetch</button><br>
-            <button ng-click="updateModel('GET', 'http-hello.html')">Sample GET</button>
-            <button ng-click="updateModel('JSONP', 'http://angularjs.org/greet.php?callback=JSON_CALLBACK&name=Super%20Hero')">Sample JSONP</button>
-            <button ng-click="updateModel('JSONP', 'http://angularjs.org/doesntexist&callback=JSON_CALLBACK')">Invalid JSONP</button>
-            <pre>http status code: {{status}}</pre>
-            <pre>http response data: {{data}}</pre>
-          </div>
-        </file>
-        <file name="script.js">
-          function FetchCtrl($scope, $http, $templateCache) {
-            $scope.method = 'GET';
-            $scope.url = 'http-hello.html';
-
-            $scope.fetch = function() {
-              $scope.code = null;
-              $scope.response = null;
-
-              $http({method: $scope.method, url: $scope.url, cache: $templateCache}).
-                success(function(data, status) {
-                  $scope.status = status;
-                  $scope.data = data;
-                }).
-                error(function(data, status) {
-                  $scope.data = data || "Request failed";
-                  $scope.status = status;
-              });
-            };
-
-            $scope.updateModel = function(method, url) {
-              $scope.method = method;
-              $scope.url = url;
-            };
-          }
-        </file>
-        <file name="http-hello.html">
-          Hello, $http!
-        </file>
-        <file name="scenario.js">
-          it('should make an xhr GET request', function() {
-            element(':button:contains("Sample GET")').click();
-            element(':button:contains("fetch")').click();
-            expect(binding('status')).toBe('200');
-            expect(binding('data')).toMatch(/Hello, \$http!/);
-          });
-
-          it('should make a JSONP request to angularjs.org', function() {
-            element(':button:contains("Sample JSONP")').click();
-            element(':button:contains("fetch")').click();
-            expect(binding('status')).toBe('200');
-            expect(binding('data')).toMatch(/Super Hero!/);
-          });
-
-          it('should make JSONP request to invalid URL and invoke the error handler',
-              function() {
-            element(':button:contains("Invalid JSONP")').click();
-            element(':button:contains("fetch")').click();
-            expect(binding('status')).toBe('0');
-            expect(binding('data')).toBe('Request failed');
-          });
-        </file>
-      </example>
-     */
-    function $http(config) {
-      config.method = uppercase(config.method);
-
-      var reqTransformFn = config.transformRequest || $config.transformRequest,
-          respTransformFn = config.transformResponse || $config.transformResponse,
-          defHeaders = $config.headers,
-          reqHeaders = extend({'X-XSRF-TOKEN': $browser.cookies()['XSRF-TOKEN']},
-              defHeaders.common, defHeaders[lowercase(config.method)], config.headers),
-          reqData = transformData(config.data, headersGetter(reqHeaders), reqTransformFn),
-          promise;
-
-      // strip content-type if data is undefined
-      if (isUndefined(config.data)) {
-        delete reqHeaders['Content-Type'];
-      }
-
-      // send request
-      promise = sendReq(config, reqData, reqHeaders);
-
-
-      // transform future response
-      promise = promise.then(transformResponse, transformResponse);
-
-      // apply interceptors
-      forEach(responseInterceptors, function(interceptor) {
-        promise = interceptor(promise);
-      });
-
-      promise.success = function(fn) {
-        promise.then(function(response) {
-          fn(response.data, response.status, response.headers, config);
-        });
-        return promise;
-      };
-
-      promise.error = function(fn) {
-        promise.then(null, function(response) {
-          fn(response.data, response.status, response.headers, config);
-        });
-        return promise;
-      };
-
-      return promise;
-
-      function transformResponse(response) {
-        // make a copy since the response must be cacheable
-        var resp = extend({}, response, {
-          data: transformData(response.data, response.headers, respTransformFn)
-        });
-        return (isSuccess(response.status))
-          ? resp
-          : $q.reject(resp);
-      }
-    }
-
-    $http.pendingRequests = [];
-
-    /**
-     * @ngdoc method
-     * @name ng.$http#get
-     * @methodOf ng.$http
-     *
-     * @description
-     * Shortcut method to perform `GET` request
-     *
-     * @param {string} url Relative or absolute URL specifying the destination of the request
-     * @param {Object=} config Optional configuration object
-     * @returns {HttpPromise} Future object
-     */
-
-    /**
-     * @ngdoc method
-     * @name ng.$http#delete
-     * @methodOf ng.$http
-     *
-     * @description
-     * Shortcut method to perform `DELETE` request
-     *
-     * @param {string} url Relative or absolute URL specifying the destination of the request
-     * @param {Object=} config Optional configuration object
-     * @returns {HttpPromise} Future object
-     */
-
-    /**
-     * @ngdoc method
-     * @name ng.$http#head
-     * @methodOf ng.$http
-     *
-     * @description
-     * Shortcut method to perform `HEAD` request
-     *
-     * @param {string} url Relative or absolute URL specifying the destination of the request
-     * @param {Object=} config Optional configuration object
-     * @returns {HttpPromise} Future object
-     */
-
-    /**
-     * @ngdoc method
-     * @name ng.$http#jsonp
-     * @methodOf ng.$http
-     *
-     * @description
-     * Shortcut method to perform `JSONP` request
-     *
-     * @param {string} url Relative or absolute URL specifying the destination of the request.
-     *                     Should contain `JSON_CALLBACK` string.
-     * @param {Object=} config Optional configuration object
-     * @returns {HttpPromise} Future object
-     */
-    createShortMethods('get', 'delete', 'head', 'jsonp');
-
-    /**
-     * @ngdoc method
-     * @name ng.$http#post
-     * @methodOf ng.$http
-     *
-     * @description
-     * Shortcut method to perform `POST` request
-     *
-     * @param {string} url Relative or absolute URL specifying the destination of the request
-     * @param {*} data Request content
-     * @param {Object=} config Optional configuration object
-     * @returns {HttpPromise} Future object
-     */
-
-    /**
-     * @ngdoc method
-     * @name ng.$http#put
-     * @methodOf ng.$http
-     *
-     * @description
-     * Shortcut method to perform `PUT` request
-     *
-     * @param {string} url Relative or absolute URL specifying the destination of the request
-     * @param {*} data Request content
-     * @param {Object=} config Optional configuration object
-     * @returns {HttpPromise} Future object
-     */
-    createShortMethodsWithData('post', 'put');
-
-        /**
-         * @ngdoc property
-         * @name ng.$http#defaults
-         * @propertyOf ng.$http
-         *
-         * @description
-         * Runtime equivalent of the `$httpProvider.defaults` property. Allows configuration of
-         * default headers as well as request and response transformations.
-         *
-         * See "Setting HTTP Headers" and "Transforming Requests and Responses" sections above.
-         */
-    $http.defaults = $config;
-
-
-    return $http;
-
-
-    function createShortMethods(names) {
-      forEach(arguments, function(name) {
-        $http[name] = function(url, config) {
-          return $http(extend(config || {}, {
-            method: name,
-            url: url
-          }));
-        };
-      });
-    }
-
-
-    function createShortMethodsWithData(name) {
-      forEach(arguments, function(name) {
-        $http[name] = function(url, data, config) {
-          return $http(extend(config || {}, {
-            method: name,
-            url: url,
-            data: data
-          }));
-        };
-      });
-    }
-
-
-    /**
-     * Makes the request
-     *
-     * !!! ACCESSES CLOSURE VARS:
-     * $httpBackend, $config, $log, $rootScope, defaultCache, $http.pendingRequests
-     */
-    function sendReq(config, reqData, reqHeaders) {
-      var deferred = $q.defer(),
-          promise = deferred.promise,
-          cache,
-          cachedResp,
-          url = buildUrl(config.url, config.params);
-
-      $http.pendingRequests.push(config);
-      promise.then(removePendingReq, removePendingReq);
-
-
-      if (config.cache && config.method == 'GET') {
-        cache = isObject(config.cache) ? config.cache : defaultCache;
-      }
-
-      if (cache) {
-        cachedResp = cache.get(url);
-        if (cachedResp) {
-          if (cachedResp.then) {
-            // cached request has already been sent, but there is no response yet
-            cachedResp.then(removePendingReq, removePendingReq);
-            return cachedResp;
-          } else {
-            // serving from cache
-            if (isArray(cachedResp)) {
-              resolvePromise(cachedResp[1], cachedResp[0], copy(cachedResp[2]));
-            } else {
-              resolvePromise(cachedResp, 200, {});
-            }
-          }
-        } else {
-          // put the promise for the non-transformed response into cache as a placeholder
-          cache.put(url, promise);
-        }
-      }
-
-      // if we won't have the response in cache, send the request to the backend
-      if (!cachedResp) {
-        $httpBackend(config.method, url, reqData, done, reqHeaders, config.timeout,
-            config.withCredentials);
-      }
-
-      return promise;
-
-
-      /**
-       * Callback registered to $httpBackend():
-       *  - caches the response if desired
-       *  - resolves the raw $http promise
-       *  - calls $apply
-       */
-      function done(status, response, headersString) {
-        if (cache) {
-          if (isSuccess(status)) {
-            cache.put(url, [status, response, parseHeaders(headersString)]);
-          } else {
-            // remove promise from the cache
-            cache.remove(url);
-          }
-        }
-
-        resolvePromise(response, status, headersString);
-        $rootScope.$apply();
-      }
-
-
-      /**
-       * Resolves the raw $http promise.
-       */
-      function resolvePromise(response, status, headers) {
-        // normalize internal statuses to 0
-        status = Math.max(status, 0);
-
-        (isSuccess(status) ? deferred.resolve : deferred.reject)({
-          data: response,
-          status: status,
-          headers: headersGetter(headers),
-          config: config
-        });
-      }
-
-
-      function removePendingReq() {
-        var idx = indexOf($http.pendingRequests, config);
-        if (idx !== -1) $http.pendingRequests.splice(idx, 1);
-      }
-    }
-
-
-    function buildUrl(url, params) {
-          if (!params) return url;
-          var parts = [];
-          forEachSorted(params, function(value, key) {
-            if (value == null || value == undefined) return;
-            if (isObject(value)) {
-              value = toJson(value);
-            }
-            parts.push(encodeURIComponent(key) + '=' + encodeURIComponent(value));
-          });
-          return url + ((url.indexOf('?') == -1) ? '?' : '&') + parts.join('&');
-        }
-
-
-  }];
-}
-var XHR = window.XMLHttpRequest || function() {
-  try { return new ActiveXObject("Msxml2.XMLHTTP.6.0"); } catch (e1) {}
-  try { return new ActiveXObject("Msxml2.XMLHTTP.3.0"); } catch (e2) {}
-  try { return new ActiveXObject("Msxml2.XMLHTTP"); } catch (e3) {}
-  throw new Error("This browser does not support XMLHttpRequest.");
-};
-
-
-/**
- * @ngdoc object
- * @name ng.$httpBackend
- * @requires $browser
- * @requires $window
- * @requires $document
- *
- * @description
- * HTTP backend used by the {@link ng.$http service} that delegates to
- * XMLHttpRequest object or JSONP and deals with browser incompatibilities.
- *
- * You should never need to use this service directly, instead use the higher-level abstractions:
- * {@link ng.$http $http} or {@link ngResource.$resource $resource}.
- *
- * During testing this implementation is swapped with {@link ngMock.$httpBackend mock
- * $httpBackend} which can be trained with responses.
- */
-function $HttpBackendProvider() {
-  this.$get = ['$browser', '$window', '$document', function($browser, $window, $document) {
-    return createHttpBackend($browser, XHR, $browser.defer, $window.angular.callbacks,
-        $document[0], $window.location.protocol.replace(':', ''));
-  }];
-}
-
-function createHttpBackend($browser, XHR, $browserDefer, callbacks, rawDocument, locationProtocol) {
-  // TODO(vojta): fix the signature
-  return function(method, url, post, callback, headers, timeout, withCredentials) {
-    $browser.$$incOutstandingRequestCount();
-    url = url || $browser.url();
-
-    if (lowercase(method) == 'jsonp') {
-      var callbackId = '_' + (callbacks.counter++).toString(36);
-      callbacks[callbackId] = function(data) {
-        callbacks[callbackId].data = data;
-      };
-
-      jsonpReq(url.replace('JSON_CALLBACK', 'angular.callbacks.' + callbackId),
-          function() {
-        if (callbacks[callbackId].data) {
-          completeRequest(callback, 200, callbacks[callbackId].data);
-        } else {
-          completeRequest(callback, -2);
-        }
-        delete callbacks[callbackId];
-      });
-    } else {
-      var xhr = new XHR();
-      xhr.open(method, url, true);
-      forEach(headers, function(value, key) {
-        if (value) xhr.setRequestHeader(key, value);
-      });
-
-      var status;
-
-      // In IE6 and 7, this might be called synchronously when xhr.send below is called and the
-      // response is in the cache. the promise api will ensure that to the app code the api is
-      // always async
-      xhr.onreadystatechange = function() {
-        if (xhr.readyState == 4) {
-          completeRequest(
-              callback, status || xhr.status, xhr.responseText, xhr.getAllResponseHeaders());
-        }
-      };
-
-      if (withCredentials) {
-        xhr.withCredentials = true;
-      }
-
-      xhr.send(post || '');
-
-      if (timeout > 0) {
-        $browserDefer(function() {
-          status = -1;
-          xhr.abort();
-        }, timeout);
-      }
-    }
-
-
-    function completeRequest(callback, status, response, headersString) {
-      // URL_MATCH is defined in src/service/location.js
-      var protocol = (url.match(URL_MATCH) || ['', locationProtocol])[1];
-
-      // fix status code for file protocol (it's always 0)
-      status = (protocol == 'file') ? (response ? 200 : 404) : status;
-
-      // normalize IE bug (http://bugs.jquery.com/ticket/1450)
-      status = status == 1223 ? 204 : status;
-
-      callback(status, response, headersString);
-      $browser.$$completeOutstandingRequest(noop);
-    }
-  };
-
-  function jsonpReq(url, done) {
-    // we can't use jQuery/jqLite here because jQuery does crazy shit with script elements, e.g.:
-    // - fetches local scripts via XHR and evals them
-    // - adds and immediately removes script elements from the document
-    var script = rawDocument.createElement('script'),
-        doneWrapper = function() {
-          rawDocument.body.removeChild(script);
-          if (done) done();
-        };
-
-    script.type = 'text/javascript';
-    script.src = url;
-
-    if (msie) {
-      script.onreadystatechange = function() {
-        if (/loaded|complete/.test(script.readyState)) doneWrapper();
-      };
-    } else {
-      script.onload = script.onerror = doneWrapper;
-    }
-
-    rawDocument.body.appendChild(script);
-  }
-}
-
-/**
- * @ngdoc object
- * @name ng.$locale
- *
- * @description
- * $locale service provides localization rules for various Angular components. As of right now the
- * only public api is:
- *
- * * `id` – `{string}` – locale id formatted as `languageId-countryId` (e.g. `en-us`)
- */
-function $LocaleProvider(){
-  this.$get = function() {
-    return {
-      id: 'en-us',
-
-      NUMBER_FORMATS: {
-        DECIMAL_SEP: '.',
-        GROUP_SEP: ',',
-        PATTERNS: [
-          { // Decimal Pattern
-            minInt: 1,
-            minFrac: 0,
-            maxFrac: 3,
-            posPre: '',
-            posSuf: '',
-            negPre: '-',
-            negSuf: '',
-            gSize: 3,
-            lgSize: 3
-          },{ //Currency Pattern
-            minInt: 1,
-            minFrac: 2,
-            maxFrac: 2,
-            posPre: '\u00A4',
-            posSuf: '',
-            negPre: '(\u00A4',
-            negSuf: ')',
-            gSize: 3,
-            lgSize: 3
-          }
-        ],
-        CURRENCY_SYM: '$'
-      },
-
-      DATETIME_FORMATS: {
-        MONTH: 'January,February,March,April,May,June,July,August,September,October,November,December'
-                .split(','),
-        SHORTMONTH:  'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec'.split(','),
-        DAY: 'Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday'.split(','),
-        SHORTDAY: 'Sun,Mon,Tue,Wed,Thu,Fri,Sat'.split(','),
-        AMPMS: ['AM','PM'],
-        medium: 'MMM d, y h:mm:ss a',
-        short: 'M/d/yy h:mm a',
-        fullDate: 'EEEE, MMMM d, y',
-        longDate: 'MMMM d, y',
-        mediumDate: 'MMM d, y',
-        shortDate: 'M/d/yy',
-        mediumTime: 'h:mm:ss a',
-        shortTime: 'h:mm a'
-      },
-
-      pluralCat: function(num) {
-        if (num === 1) {
-          return 'one';
-        }
-        return 'other';
-      }
-    };
-  };
-}
-
-function $TimeoutProvider() {
-  this.$get = ['$rootScope', '$browser', '$q', '$exceptionHandler',
-       function($rootScope,   $browser,   $q,   $exceptionHandler) {
-    var deferreds = {};
-
-
-     /**
-      * @ngdoc function
-      * @name ng.$timeout
-      * @requires $browser
-      *
-      * @description
-      * Angular's wrapper for `window.setTimeout`. The `fn` function is wrapped into a try/catch
-      * block and delegates any exceptions to
-      * {@link ng.$exceptionHandler $exceptionHandler} service.
-      *
-      * The return value of registering a timeout function is a promise which will be resolved when
-      * the timeout is reached and the timeout function is executed.
-      *
-      * To cancel a the timeout request, call `$timeout.cancel(promise)`.
-      *
-      * In tests you can use {@link ngMock.$timeout `$timeout.flush()`} to
-      * synchronously flush the queue of deferred functions.
-      *
-      * @param {function()} fn A function, who's execution should be delayed.
-      * @param {number=} [delay=0] Delay in milliseconds.
-      * @param {boolean=} [invokeApply=true] If set to false skips model dirty checking, otherwise
-      *   will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block.
-      * @returns {*} Promise that will be resolved when the timeout is reached. The value this
-      *   promise will be resolved with is the return value of the `fn` function.
-      */
-    function timeout(fn, delay, invokeApply) {
-      var deferred = $q.defer(),
-          promise = deferred.promise,
-          skipApply = (isDefined(invokeApply) && !invokeApply),
-          timeoutId, cleanup;
-
-      timeoutId = $browser.defer(function() {
-        try {
-          deferred.resolve(fn());
-        } catch(e) {
-          deferred.reject(e);
-          $exceptionHandler(e);
-        }
-
-        if (!skipApply) $rootScope.$apply();
-      }, delay);
-
-      cleanup = function() {
-        delete deferreds[promise.$$timeoutId];
-      };
-
-      promise.$$timeoutId = timeoutId;
-      deferreds[timeoutId] = deferred;
-      promise.then(cleanup, cleanup);
-
-      return promise;
-    }
-
-
-     /**
-      * @ngdoc function
-      * @name ng.$timeout#cancel
-      * @methodOf ng.$timeout
-      *
-      * @description
-      * Cancels a task associated with the `promise`. As a result of this the promise will be
-      * resolved with a rejection.
-      *
-      * @param {Promise=} promise Promise returned by the `$timeout` function.
-      * @returns {boolean} Returns `true` if the task hasn't executed yet and was successfully
-      *   canceled.
-      */
-    timeout.cancel = function(promise) {
-      if (promise && promise.$$timeoutId in deferreds) {
-        deferreds[promise.$$timeoutId].reject('canceled');
-        return $browser.defer.cancel(promise.$$timeoutId);
-      }
-      return false;
-    };
-
-    return timeout;
-  }];
-}
-
-/**
- * @ngdoc object
- * @name ng.$filterProvider
- * @description
- *
- * Filters are just functions which transform input to an output. However filters need to be Dependency Injected. To
- * achieve this a filter definition consists of a factory function which is annotated with dependencies and is
- * responsible for creating a the filter function.
- *
- * <pre>
- *   // Filter registration
- *   function MyModule($provide, $filterProvider) {
- *     // create a service to demonstrate injection (not always needed)
- *     $provide.value('greet', function(name){
- *       return 'Hello ' + name + '!';
- *     });
- *
- *     // register a filter factory which uses the
- *     // greet service to demonstrate DI.
- *     $filterProvider.register('greet', function(greet){
- *       // return the filter function which uses the greet service
- *       // to generate salutation
- *       return function(text) {
- *         // filters need to be forgiving so check input validity
- *         return text && greet(text) || text;
- *       };
- *     });
- *   }
- * </pre>
- *
- * The filter function is registered with the `$injector` under the filter name suffixe with `Filter`.
- * <pre>
- *   it('should be the same instance', inject(
- *     function($filterProvider) {
- *       $filterProvider.register('reverse', function(){
- *         return ...;
- *       });
- *     },
- *     function($filter, reverseFilter) {
- *       expect($filter('reverse')).toBe(reverseFilter);
- *     });
- * </pre>
- *
- *
- * For more information about how angular filters work, and how to create your own filters, see
- * {@link guide/dev_guide.templates.filters Understanding Angular Filters} in the angular Developer
- * Guide.
- */
-/**
- * @ngdoc method
- * @name ng.$filterProvider#register
- * @methodOf ng.$filterProvider
- * @description
- * Register filter factory function.
- *
- * @param {String} name Name of the filter.
- * @param {function} fn The filter factory function which is injectable.
- */
-
-
-/**
- * @ngdoc function
- * @name ng.$filter
- * @function
- * @description
- * Filters are used for formatting data displayed to the user.
- *
- * The general syntax in templates is as follows:
- *
- *         {{ expression | [ filter_name ] }}
- *
- * @param {String} name Name of the filter function to retrieve
- * @return {Function} the filter function
- */
-$FilterProvider.$inject = ['$provide'];
-function $FilterProvider($provide) {
-  var suffix = 'Filter';
-
-  function register(name, factory) {
-    return $provide.factory(name + suffix, factory);
-  }
-  this.register = register;
-
-  this.$get = ['$injector', function($injector) {
-    return function(name) {
-      return $injector.get(name + suffix);
-    }
-  }];
-
-  ////////////////////////////////////////
-
-  register('currency', currencyFilter);
-  register('date', dateFilter);
-  register('filter', filterFilter);
-  register('json', jsonFilter);
-  register('limitTo', limitToFilter);
-  register('lowercase', lowercaseFilter);
-  register('number', numberFilter);
-  register('orderBy', orderByFilter);
-  register('uppercase', uppercaseFilter);
-}
-
-/**
- * @ngdoc filter
- * @name ng.filter:filter
- * @function
- *
- * @description
- * Selects a subset of items from `array` and returns it as a new array.
- *
- * Note: This function is used to augment the `Array` type in Angular expressions. See
- * {@link ng.$filter} for more information about Angular arrays.
- *
- * @param {Array} array The source array.
- * @param {string|Object|function()} expression The predicate to be used for selecting items from
- *   `array`.
- *
- *   Can be one of:
- *
- *   - `string`: Predicate that results in a substring match using the value of `expression`
- *     string. All strings or objects with string properties in `array` that contain this string
- *     will be returned. The predicate can be negated by prefixing the string with `!`.
- *
- *   - `Object`: A pattern object can be used to filter specific properties on objects contained
- *     by `array`. For example `{name:"M", phone:"1"}` predicate will return an array of items
- *     which have property `name` containing "M" and property `phone` containing "1". A special
- *     property name `$` can be used (as in `{$:"text"}`) to accept a match against any
- *     property of the object. That's equivalent to the simple substring match with a `string`
- *     as described above.
- *
- *   - `function`: A predicate function can be used to write arbitrary filters. The function is
- *     called for each element of `array`. The final result is an array of those elements that
- *     the predicate returned true for.
- *
- * @example
-   <doc:example>
-     <doc:source>
-       <div ng-init="friends = [{name:'John', phone:'555-1276'},
-                                {name:'Mary', phone:'800-BIG-MARY'},
-                                {name:'Mike', phone:'555-4321'},
-                                {name:'Adam', phone:'555-5678'},
-                                {name:'Julie', phone:'555-8765'}]"></div>
-
-       Search: <input ng-model="searchText">
-       <table id="searchTextResults">
-         <tr><th>Name</th><th>Phone</th><tr>
-         <tr ng-repeat="friend in friends | filter:searchText">
-           <td>{{friend.name}}</td>
-           <td>{{friend.phone}}</td>
-         <tr>
-       </table>
-       <hr>
-       Any: <input ng-model="search.$"> <br>
-       Name only <input ng-model="search.name"><br>
-       Phone only <input ng-model="search.phone"å><br>
-       <table id="searchObjResults">
-         <tr><th>Name</th><th>Phone</th><tr>
-         <tr ng-repeat="friend in friends | filter:search">
-           <td>{{friend.name}}</td>
-           <td>{{friend.phone}}</td>
-         <tr>
-       </table>
-     </doc:source>
-     <doc:scenario>
-       it('should search across all fields when filtering with a string', function() {
-         input('searchText').enter('m');
-         expect(repeater('#searchTextResults tr', 'friend in friends').column('friend.name')).
-           toEqual(['Mary', 'Mike', 'Adam']);
-
-         input('searchText').enter('76');
-         expect(repeater('#searchTextResults tr', 'friend in friends').column('friend.name')).
-           toEqual(['John', 'Julie']);
-       });
-
-       it('should search in specific fields when filtering with a predicate object', function() {
-         input('search.$').enter('i');
-         expect(repeater('#searchObjResults tr', 'friend in friends').column('friend.name')).
-           toEqual(['Mary', 'Mike', 'Julie']);
-       });
-     </doc:scenario>
-   </doc:example>
- */
-function filterFilter() {
-  return function(array, expression) {
-    if (!(array instanceof Array)) return array;
-    var predicates = [];
-    predicates.check = function(value) {
-      for (var j = 0; j < predicates.length; j++) {
-        if(!predicates[j](value)) {
-          return false;
-        }
-      }
-      return true;
-    };
-    var search = function(obj, text){
-      if (text.charAt(0) === '!') {
-        return !search(obj, text.substr(1));
-      }
-      switch (typeof obj) {
-        case "boolean":
-        case "number":
-        case "string":
-          return ('' + obj).toLowerCase().indexOf(text) > -1;
-        case "object":
-          for ( var objKey in obj) {
-            if (objKey.charAt(0) !== '$' && search(obj[objKey], text)) {
-              return true;
-            }
-          }
-          return false;
-        case "array":
-          for ( var i = 0; i < obj.length; i++) {
-            if (search(obj[i], text)) {
-              return true;
-            }
-          }
-          return false;
-        default:
-          return false;
-      }
-    };
-    switch (typeof expression) {
-      case "boolean":
-      case "number":
-      case "string":
-        expression = {$:expression};
-      case "object":
-        for (var key in expression) {
-          if (key == '$') {
-            (function() {
-              var text = (''+expression[key]).toLowerCase();
-              if (!text) return;
-              predicates.push(function(value) {
-                return search(value, text);
-              });
-            })();
-          } else {
-            (function() {
-              var path = key;
-              var text = (''+expression[key]).toLowerCase();
-              if (!text) return;
-              predicates.push(function(value) {
-                return search(getter(value, path), text);
-              });
-            })();
-          }
-        }
-        break;
-      case 'function':
-        predicates.push(expression);
-        break;
-      default:
-        return array;
-    }
-    var filtered = [];
-    for ( var j = 0; j < array.length; j++) {
-      var value = array[j];
-      if (predicates.check(value)) {
-        filtered.push(value);
-      }
-    }
-    return filtered;
-  }
-}
-
-/**
- * @ngdoc filter
- * @name ng.filter:currency
- * @function
- *
- * @description
- * Formats a number as a currency (ie $1,234.56). When no currency symbol is provided, default
- * symbol for current locale is used.
- *
- * @param {number} amount Input to filter.
- * @param {string=} symbol Currency symbol or identifier to be displayed.
- * @returns {string} Formatted number.
- *
- *
- * @example
-   <doc:example>
-     <doc:source>
-       <script>
-         function Ctrl($scope) {
-           $scope.amount = 1234.56;
-         }
-       </script>
-       <div ng-controller="Ctrl">
-         <input type="number" ng-model="amount"> <br>
-         default currency symbol ($): {{amount | currency}}<br>
-         custom currency identifier (USD$): {{amount | currency:"USD$"}}
-       </div>
-     </doc:source>
-     <doc:scenario>
-       it('should init with 1234.56', function() {
-         expect(binding('amount | currency')).toBe('$1,234.56');
-         expect(binding('amount | currency:"USD$"')).toBe('USD$1,234.56');
-       });
-       it('should update', function() {
-         input('amount').enter('-1234');
-         expect(binding('amount | currency')).toBe('($1,234.00)');
-         expect(binding('amount | currency:"USD$"')).toBe('(USD$1,234.00)');
-       });
-     </doc:scenario>
-   </doc:example>
- */
-currencyFilter.$inject = ['$locale'];
-function currencyFilter($locale) {
-  var formats = $locale.NUMBER_FORMATS;
-  return function(amount, currencySymbol){
-    if (isUndefined(currencySymbol)) currencySymbol = formats.CURRENCY_SYM;
-    return formatNumber(amount, formats.PATTERNS[1], formats.GROUP_SEP, formats.DECIMAL_SEP, 2).
-                replace(/\u00A4/g, currencySymbol);
-  };
-}
-
-/**
- * @ngdoc filter
- * @name ng.filter:number
- * @function
- *
- * @description
- * Formats a number as text.
- *
- * If the input is not a number an empty string is returned.
- *
- * @param {number|string} number Number to format.
- * @param {(number|string)=} [fractionSize=2] Number of decimal places to round the number to.
- * @returns {string} Number rounded to decimalPlaces and places a “,” after each third digit.
- *
- * @example
-   <doc:example>
-     <doc:source>
-       <script>
-         function Ctrl($scope) {
-           $scope.val = 1234.56789;
-         }
-       </script>
-       <div ng-controller="Ctrl">
-         Enter number: <input ng-model='val'><br>
-         Default formatting: {{val | number}}<br>
-         No fractions: {{val | number:0}}<br>
-         Negative number: {{-val | number:4}}
-       </div>
-     </doc:source>
-     <doc:scenario>
-       it('should format numbers', function() {
-         expect(binding('val | number')).toBe('1,234.568');
-         expect(binding('val | number:0')).toBe('1,235');
-         expect(binding('-val | number:4')).toBe('-1,234.5679');
-       });
-
-       it('should update', function() {
-         input('val').enter('3374.333');
-         expect(binding('val | number')).toBe('3,374.333');
-         expect(binding('val | number:0')).toBe('3,374');
-         expect(binding('-val | number:4')).toBe('-3,374.3330');
-       });
-     </doc:scenario>
-   </doc:example>
- */
-
-
-numberFilter.$inject = ['$locale'];
-function numberFilter($locale) {
-  var formats = $locale.NUMBER_FORMATS;
-  return function(number, fractionSize) {
-    return formatNumber(number, formats.PATTERNS[0], formats.GROUP_SEP, formats.DECIMAL_SEP,
-      fractionSize);
-  };
-}
-
-var DECIMAL_SEP = '.';
-function formatNumber(number, pattern, groupSep, decimalSep, fractionSize) {
-  if (isNaN(number) || !isFinite(number)) return '';
-
-  var isNegative = number < 0;
-  number = Math.abs(number);
-  var numStr = number + '',
-      formatedText = '',
-      parts = [];
-
-  if (numStr.indexOf('e') !== -1) {
-    formatedText = numStr;
-  } else {
-    var fractionLen = (numStr.split(DECIMAL_SEP)[1] || '').length;
-
-    // determine fractionSize if it is not specified
-    if (isUndefined(fractionSize)) {
-      fractionSize = Math.min(Math.max(pattern.minFrac, fractionLen), pattern.maxFrac);
-    }
-
-    var pow = Math.pow(10, fractionSize);
-    number = Math.round(number * pow) / pow;
-    var fraction = ('' + number).split(DECIMAL_SEP);
-    var whole = fraction[0];
-    fraction = fraction[1] || '';
-
-    var pos = 0,
-        lgroup = pattern.lgSize,
-        group = pattern.gSize;
-
-    if (whole.length >= (lgroup + group)) {
-      pos = whole.length - lgroup;
-      for (var i = 0; i < pos; i++) {
-        if ((pos - i)%group === 0 && i !== 0) {
-          formatedText += groupSep;
-        }
-        formatedText += whole.charAt(i);
-      }
-    }
-
-    for (i = pos; i < whole.length; i++) {
-      if ((whole.length - i)%lgroup === 0 && i !== 0) {
-        formatedText += groupSep;
-      }
-      formatedText += whole.charAt(i);
-    }
-
-    // format fraction part.
-    while(fraction.length < fractionSize) {
-      fraction += '0';
-    }
-
-    if (fractionSize) formatedText += decimalSep + fraction.substr(0, fractionSize);
-  }
-
-  parts.push(isNegative ? pattern.negPre : pattern.posPre);
-  parts.push(formatedText);
-  parts.push(isNegative ? pattern.negSuf : pattern.posSuf);
-  return parts.join('');
-}
-
-function padNumber(num, digits, trim) {
-  var neg = '';
-  if (num < 0) {
-    neg =  '-';
-    num = -num;
-  }
-  num = '' + num;
-  while(num.length < digits) num = '0' + num;
-  if (trim)
-    num = num.substr(num.length - digits);
-  return neg + num;
-}
-
-
-function dateGetter(name, size, offset, trim) {
-  return function(date) {
-    var value = date['get' + name]();
-    if (offset > 0 || value > -offset)
-      value += offset;
-    if (value === 0 && offset == -12 ) value = 12;
-    return padNumber(value, size, trim);
-  };
-}
-
-function dateStrGetter(name, shortForm) {
-  return function(date, formats) {
-    var value = date['get' + name]();
-    var get = uppercase(shortForm ? ('SHORT' + name) : name);
-
-    return formats[get][value];
-  };
-}
-
-function timeZoneGetter(date) {
-  var offset = date.getTimezoneOffset();
-  return padNumber(offset / 60, 2) + padNumber(Math.abs(offset % 60), 2);
-}
-
-function ampmGetter(date, formats) {
-  return date.getHours() < 12 ? formats.AMPMS[0] : formats.AMPMS[1];
-}
-
-var DATE_FORMATS = {
-  yyyy: dateGetter('FullYear', 4),
-    yy: dateGetter('FullYear', 2, 0, true),
-     y: dateGetter('FullYear', 1),
-  MMMM: dateStrGetter('Month'),
-   MMM: dateStrGetter('Month', true),
-    MM: dateGetter('Month', 2, 1),
-     M: dateGetter('Month', 1, 1),
-    dd: dateGetter('Date', 2),
-     d: dateGetter('Date', 1),
-    HH: dateGetter('Hours', 2),
-     H: dateGetter('Hours', 1),
-    hh: dateGetter('Hours', 2, -12),
-     h: dateGetter('Hours', 1, -12),
-    mm: dateGetter('Minutes', 2),
-     m: dateGetter('Minutes', 1),
-    ss: dateGetter('Seconds', 2),
-     s: dateGetter('Seconds', 1),
-  EEEE: dateStrGetter('Day'),
-   EEE: dateStrGetter('Day', true),
-     a: ampmGetter,
-     Z: timeZoneGetter
-};
-
-var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+|H+|h+|m+|s+|a|Z))(.*)/,
-    NUMBER_STRING = /^\d+$/;
-
-/**
- * @ngdoc filter
- * @name ng.filter:date
- * @function
- *
- * @description
- *   Formats `date` to a string based on the requested `format`.
- *
- *   `format` string can be composed of the following elements:
- *
- *   * `'yyyy'`: 4 digit representation of year (e.g. AD 1 => 0001, AD 2010 => 2010)
- *   * `'yy'`: 2 digit representation of year, padded (00-99). (e.g. AD 2001 => 01, AD 2010 => 10)
- *   * `'y'`: 1 digit representation of year, e.g. (AD 1 => 1, AD 199 => 199)
- *   * `'MMMM'`: Month in year (January-December)
- *   * `'MMM'`: Month in year (Jan-Dec)
- *   * `'MM'`: Month in year, padded (01-12)
- *   * `'M'`: Month in year (1-12)
- *   * `'dd'`: Day in month, padded (01-31)
- *   * `'d'`: Day in month (1-31)
- *   * `'EEEE'`: Day in Week,(Sunday-Saturday)
- *   * `'EEE'`: Day in Week, (Sun-Sat)
- *   * `'HH'`: Hour in day, padded (00-23)
- *   * `'H'`: Hour in day (0-23)
- *   * `'hh'`: Hour in am/pm, padded (01-12)
- *   * `'h'`: Hour in am/pm, (1-12)
- *   * `'mm'`: Minute in hour, padded (00-59)
- *   * `'m'`: Minute in hour (0-59)
- *   * `'ss'`: Second in minute, padded (00-59)
- *   * `'s'`: Second in minute (0-59)
- *   * `'a'`: am/pm marker
- *   * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-1200)
- *
- *   `format` string can also be one of the following predefined
- *   {@link guide/i18n localizable formats}:
- *
- *   * `'medium'`: equivalent to `'MMM d, y h:mm:ss a'` for en_US locale
- *     (e.g. Sep 3, 2010 12:05:08 pm)
- *   * `'short'`: equivalent to `'M/d/yy h:mm a'` for en_US  locale (e.g. 9/3/10 12:05 pm)
- *   * `'fullDate'`: equivalent to `'EEEE, MMMM d,y'` for en_US  locale
- *     (e.g. Friday, September 3, 2010)
- *   * `'longDate'`: equivalent to `'MMMM d, y'` for en_US  locale (e.g. September 3, 2010
- *   * `'mediumDate'`: equivalent to `'MMM d, y'` for en_US  locale (e.g. Sep 3, 2010)
- *   * `'shortDate'`: equivalent to `'M/d/yy'` for en_US locale (e.g. 9/3/10)
- *   * `'mediumTime'`: equivalent to `'h:mm:ss a'` for en_US locale (e.g. 12:05:08 pm)
- *   * `'shortTime'`: equivalent to `'h:mm a'` for en_US locale (e.g. 12:05 pm)
- *
- *   `format` string can contain literal values. These need to be quoted with single quotes (e.g.
- *   `"h 'in the morning'"`). In order to output single quote, use two single quotes in a sequence
- *   (e.g. `"h o''clock"`).
- *
- * @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or
- *    number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.SSSZ and it's
- *    shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ).
- * @param {string=} format Formatting rules (see Description). If not specified,
- *    `mediumDate` is used.
- * @returns {string} Formatted string or the input if input is not recognized as date/millis.
- *
- * @example
-   <doc:example>
-     <doc:source>
-       <span ng-non-bindable>{{1288323623006 | date:'medium'}}</span>:
-           {{1288323623006 | date:'medium'}}<br>
-       <span ng-non-bindable>{{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}</span>:
-          {{1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'}}<br>
-       <span ng-non-bindable>{{1288323623006 | date:'MM/dd/yyyy @ h:mma'}}</span>:
-          {{'1288323623006' | date:'MM/dd/yyyy @ h:mma'}}<br>
-     </doc:source>
-     <doc:scenario>
-       it('should format date', function() {
-         expect(binding("1288323623006 | date:'medium'")).
-            toMatch(/Oct 2\d, 2010 \d{1,2}:\d{2}:\d{2} (AM|PM)/);
-         expect(binding("1288323623006 | date:'yyyy-MM-dd HH:mm:ss Z'")).
-            toMatch(/2010\-10\-2\d \d{2}:\d{2}:\d{2} \-?\d{4}/);
-         expect(binding("'1288323623006' | date:'MM/dd/yyyy @ h:mma'")).
-            toMatch(/10\/2\d\/2010 @ \d{1,2}:\d{2}(AM|PM)/);
-       });
-     </doc:scenario>
-   </doc:example>
- */
-dateFilter.$inject = ['$locale'];
-function dateFilter($locale) {
-
-
-  var R_ISO8601_STR = /^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d{3}))?)?)?(Z|([+-])(\d\d):?(\d\d)))?$/;
-  function jsonStringToDate(string){
-    var match;
-    if (match = string.match(R_ISO8601_STR)) {
-      var date = new Date(0),
-          tzHour = 0,
-          tzMin  = 0;
-      if (match[9]) {
-        tzHour = int(match[9] + match[10]);
-        tzMin = int(match[9] + match[11]);
-      }
-      date.setUTCFullYear(int(match[1]), int(match[2]) - 1, int(match[3]));
-      date.setUTCHours(int(match[4]||0) - tzHour, int(match[5]||0) - tzMin, int(match[6]||0), int(match[7]||0));
-      return date;
-    }
-    return string;
-  }
-
-
-  return function(date, format) {
-    var text = '',
-        parts = [],
-        fn, match;
-
-    format = format || 'mediumDate';
-    format = $locale.DATETIME_FORMATS[format] || format;
-    if (isString(date)) {
-      if (NUMBER_STRING.test(date)) {
-        date = int(date);
-      } else {
-        date = jsonStringToDate(date);
-      }
-    }
-
-    if (isNumber(date)) {
-      date = new Date(date);
-    }
-
-    if (!isDate(date)) {
-      return date;
-    }
-
-    while(format) {
-      match = DATE_FORMATS_SPLIT.exec(format);
-      if (match) {
-        parts = concat(parts, match, 1);
-        format = parts.pop();
-      } else {
-        parts.push(format);
-        format = null;
-      }
-    }
-
-    forEach(parts, function(value){
-      fn = DATE_FORMATS[value];
-      text += fn ? fn(date, $locale.DATETIME_FORMATS)
-                 : value.replace(/(^'|'$)/g, '').replace(/''/g, "'");
-    });
-
-    return text;
-  };
-}
-
-
-/**
- * @ngdoc filter
- * @name ng.filter:json
- * @function
- *
- * @description
- *   Allows you to convert a JavaScript object into JSON string.
- *
- *   This filter is mostly useful for debugging. When using the double curly {{value}} notation
- *   the binding is automatically converted to JSON.
- *
- * @param {*} object Any JavaScript object (including arrays and primitive types) to filter.
- * @returns {string} JSON string.
- *
- *
- * @example:
-   <doc:example>
-     <doc:source>
-       <pre>{{ {'name':'value'} | json }}</pre>
-     </doc:source>
-     <doc:scenario>
-       it('should jsonify filtered objects', function() {
-         expect(binding("{'name':'value'}")).toMatch(/\{\n  "name": ?"value"\n}/);
-       });
-     </doc:scenario>
-   </doc:example>
- *
- */
-function jsonFilter() {
-  return function(object) {
-    return toJson(object, true);
-  };
-}
-
-
-/**
- * @ngdoc filter
- * @name ng.filter:lowercase
- * @function
- * @description
- * Converts string to lowercase.
- * @see angular.lowercase
- */
-var lowercaseFilter = valueFn(lowercase);
-
-
-/**
- * @ngdoc filter
- * @name ng.filter:uppercase
- * @function
- * @description
- * Converts string to uppercase.
- * @see angular.uppercase
- */
-var uppercaseFilter = valueFn(uppercase);
-
-/**
- * @ngdoc function
- * @name ng.filter:limitTo
- * @function
- *
- * @description
- * Creates a new array containing only a specified number of elements in an array. The elements
- * are taken from either the beginning or the end of the source array, as specified by the
- * value and sign (positive or negative) of `limit`.
- *
- * Note: This function is used to augment the `Array` type in Angular expressions. See
- * {@link ng.$filter} for more information about Angular arrays.
- *
- * @param {Array} array Source array to be limited.
- * @param {string|Number} limit The length of the returned array. If the `limit` number is
- *     positive, `limit` number of items from the beginning of the source array are copied.
- *     If the number is negative, `limit` number  of items from the end of the source array are
- *     copied. The `limit` will be trimmed if it exceeds `array.length`
- * @returns {Array} A new sub-array of length `limit` or less if input array had less than `limit`
- *     elements.
- *
- * @example
-   <doc:example>
-     <doc:source>
-       <script>
-         function Ctrl($scope) {
-           $scope.numbers = [1,2,3,4,5,6,7,8,9];
-           $scope.limit = 3;
-         }
-       </script>
-       <div ng-controller="Ctrl">
-         Limit {{numbers}} to: <input type="integer" ng-model="limit">
-         <p>Output: {{ numbers | limitTo:limit }}</p>
-       </div>
-     </doc:source>
-     <doc:scenario>
-       it('should limit the numer array to first three items', function() {
-         expect(element('.doc-example-live input[ng-model=limit]').val()).toBe('3');
-         expect(binding('numbers | limitTo:limit')).toEqual('[1,2,3]');
-       });
-
-       it('should update the output when -3 is entered', function() {
-         input('limit').enter(-3);
-         expect(binding('numbers | limitTo:limit')).toEqual('[7,8,9]');
-       });
-
-       it('should not exceed the maximum size of input array', function() {
-         input('limit').enter(100);
-         expect(binding('numbers | limitTo:limit')).toEqual('[1,2,3,4,5,6,7,8,9]');
-       });
-     </doc:scenario>
-   </doc:example>
- */
-function limitToFilter(){
-  return function(array, limit) {
-    if (!(array instanceof Array)) return array;
-    limit = int(limit);
-    var out = [],
-      i, n;
-
-    // check that array is iterable
-    if (!array || !(array instanceof Array))
-      return out;
-
-    // if abs(limit) exceeds maximum length, trim it
-    if (limit > array.length)
-      limit = array.length;
-    else if (limit < -array.length)
-      limit = -array.length;
-
-    if (limit > 0) {
-      i = 0;
-      n = limit;
-    } else {
-      i = array.length + limit;
-      n = array.length;
-    }
-
-    for (; i<n; i++) {
-      out.push(array[i]);
-    }
-
-    return out;
-  }
-}
-
-/**
- * @ngdoc function
- * @name ng.filter:orderBy
- * @function
- *
- * @description
- * Orders a specified `array` by the `expression` predicate.
- *
- * Note: this function is used to augment the `Array` type in Angular expressions. See
- * {@link ng.$filter} for more informaton about Angular arrays.
- *
- * @param {Array} array The array to sort.
- * @param {function(*)|string|Array.<(function(*)|string)>} expression A predicate to be
- *    used by the comparator to determine the order of elements.
- *
- *    Can be one of:
- *
- *    - `function`: Getter function. The result of this function will be sorted using the
- *      `<`, `=`, `>` operator.
- *    - `string`: An Angular expression which evaluates to an object to order by, such as 'name'
- *      to sort by a property called 'name'. Optionally prefixed with `+` or `-` to control
- *      ascending or descending sort order (for example, +name or -name).
- *    - `Array`: An array of function or string predicates. The first predicate in the array
- *      is used for sorting, but when two items are equivalent, the next predicate is used.
- *
- * @param {boolean=} reverse Reverse the order the array.
- * @returns {Array} Sorted copy of the source array.
- *
- * @example
-   <doc:example>
-     <doc:source>
-       <script>
-         function Ctrl($scope) {
-           $scope.friends =
-               [{name:'John', phone:'555-1212', age:10},
-                {name:'Mary', phone:'555-9876', age:19},
-                {name:'Mike', phone:'555-4321', age:21},
-                {name:'Adam', phone:'555-5678', age:35},
-                {name:'Julie', phone:'555-8765', age:29}]
-           $scope.predicate = '-age';
-         }
-       </script>
-       <div ng-controller="Ctrl">
-         <pre>Sorting predicate = {{predicate}}; reverse = {{reverse}}</pre>
-         <hr/>
-         [ <a href="" ng-click="predicate=''">unsorted</a> ]
-         <table class="friend">
-           <tr>
-             <th><a href="" ng-click="predicate = 'name'; reverse=false">Name</a>
-                 (<a href ng-click="predicate = '-name'; reverse=false">^</a>)</th>
-             <th><a href="" ng-click="predicate = 'phone'; reverse=!reverse">Phone Number</a></th>
-             <th><a href="" ng-click="predicate = 'age'; reverse=!reverse">Age</a></th>
-           <tr>
-           <tr ng-repeat="friend in friends | orderBy:predicate:reverse">
-             <td>{{friend.name}}</td>
-             <td>{{friend.phone}}</td>
-             <td>{{friend.age}}</td>
-           <tr>
-         </table>
-       </div>
-     </doc:source>
-     <doc:scenario>
-       it('should be reverse ordered by aged', function() {
-         expect(binding('predicate')).toBe('-age');
-         expect(repeater('table.friend', 'friend in friends').column('friend.age')).
-           toEqual(['35', '29', '21', '19', '10']);
-         expect(repeater('table.friend', 'friend in friends').column('friend.name')).
-           toEqual(['Adam', 'Julie', 'Mike', 'Mary', 'John']);
-       });
-
-       it('should reorder the table when user selects different predicate', function() {
-         element('.doc-example-live a:contains("Name")').click();
-         expect(repeater('table.friend', 'friend in friends').column('friend.name')).
-           toEqual(['Adam', 'John', 'Julie', 'Mary', 'Mike']);
-         expect(repeater('table.friend', 'friend in friends').column('friend.age')).
-           toEqual(['35', '10', '29', '19', '21']);
-
-         element('.doc-example-live a:contains("Phone")').click();
-         expect(repeater('table.friend', 'friend in friends').column('friend.phone')).
-           toEqual(['555-9876', '555-8765', '555-5678', '555-4321', '555-1212']);
-         expect(repeater('table.friend', 'friend in friends').column('friend.name')).
-           toEqual(['Mary', 'Julie', 'Adam', 'Mike', 'John']);
-       });
-     </doc:scenario>
-   </doc:example>
- */
-orderByFilter.$inject = ['$parse'];
-function orderByFilter($parse){
-  return function(array, sortPredicate, reverseOrder) {
-    if (!(array instanceof Array)) return array;
-    if (!sortPredicate) return array;
-    sortPredicate = isArray(sortPredicate) ? sortPredicate: [sortPredicate];
-    sortPredicate = map(sortPredicate, function(predicate){
-      var descending = false, get = predicate || identity;
-      if (isString(predicate)) {
-        if ((predicate.charAt(0) == '+' || predicate.charAt(0) == '-')) {
-          descending = predicate.charAt(0) == '-';
-          predicate = predicate.substring(1);
-        }
-        get = $parse(predicate);
-      }
-      return reverseComparator(function(a,b){
-        return compare(get(a),get(b));
-      }, descending);
-    });
-    var arrayCopy = [];
-    for ( var i = 0; i < array.length; i++) { arrayCopy.push(array[i]); }
-    return arrayCopy.sort(reverseComparator(comparator, reverseOrder));
-
-    function comparator(o1, o2){
-      for ( var i = 0; i < sortPredicate.length; i++) {
-        var comp = sortPredicate[i](o1, o2);
-        if (comp !== 0) return comp;
-      }
-      return 0;
-    }
-    function reverseComparator(comp, descending) {
-      return toBoolean(descending)
-          ? function(a,b){return comp(b,a);}
-          : comp;
-    }
-    function compare(v1, v2){
-      var t1 = typeof v1;
-      var t2 = typeof v2;
-      if (t1 == t2) {
-        if (t1 == "string") v1 = v1.toLowerCase();
-        if (t1 == "string") v2 = v2.toLowerCase();
-        if (v1 === v2) return 0;
-        return v1 < v2 ? -1 : 1;
-      } else {
-        return t1 < t2 ? -1 : 1;
-      }
-    }
-  }
-}
-
-function ngDirective(directive) {
-  if (isFunction(directive)) {
-    directive = {
-      link: directive
-    }
-  }
-  directive.restrict = directive.restrict || 'AC';
-  return valueFn(directive);
-}
-
-/**
- * @ngdoc directive
- * @name ng.directive:a
- * @restrict E
- *
- * @description
- * Modifies the default behavior of html A tag, so that the default action is prevented when href
- * attribute is empty.
- *
- * The reasoning for this change is to allow easy creation of action links with `ngClick` directive
- * without changing the location or causing page reloads, e.g.:
- * <a href="" ng-click="model.$save()">Save</a>
- */
-var htmlAnchorDirective = valueFn({
-  restrict: 'E',
-  compile: function(element, attr) {
-    // turn <a href ng-click="..">link</a> into a link in IE
-    // but only if it doesn't have name attribute, in which case it's an anchor
-    if (!attr.href) {
-      attr.$set('href', '');
-    }
-
-    return function(scope, element) {
-      element.bind('click', function(event){
-        // if we have no href url, then don't navigate anywhere.
-        if (!element.attr('href')) {
-          event.preventDefault();
-        }
-      });
-    }
-  }
-});
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngHref
- * @restrict A
- *
- * @description
- * Using Angular markup like {{hash}} in an href attribute makes
- * the page open to a wrong URL, if the user clicks that link before
- * angular has a chance to replace the {{hash}} with actual URL, the
- * link will be broken and will most likely return a 404 error.
- * The `ngHref` directive solves this problem.
- *
- * The buggy way to write it:
- * <pre>
- * <a href="http://www.gravatar.com/avatar/{{hash}}"/>
- * </pre>
- *
- * The correct way to write it:
- * <pre>
- * <a ng-href="http://www.gravatar.com/avatar/{{hash}}"/>
- * </pre>
- *
- * @element A
- * @param {template} ngHref any string which can contain `{{}}` markup.
- *
- * @example
- * This example uses `link` variable inside `href` attribute:
-    <doc:example>
-      <doc:source>
-        <input ng-model="value" /><br />
-        <a id="link-1" href ng-click="value = 1">link 1</a> (link, don't reload)<br />
-        <a id="link-2" href="" ng-click="value = 2">link 2</a> (link, don't reload)<br />
-        <a id="link-3" ng-href="/{{'123'}}">link 3</a> (link, reload!)<br />
-        <a id="link-4" href="" name="xx" ng-click="value = 4">anchor</a> (link, don't reload)<br />
-        <a id="link-5" name="xxx" ng-click="value = 5">anchor</a> (no link)<br />
-        <a id="link-6" ng-href="{{value}}">link</a> (link, change location)
-      </doc:source>
-      <doc:scenario>
-        it('should execute ng-click but not reload when href without value', function() {
-          element('#link-1').click();
-          expect(input('value').val()).toEqual('1');
-          expect(element('#link-1').attr('href')).toBe("");
-        });
-
-        it('should execute ng-click but not reload when href empty string', function() {
-          element('#link-2').click();
-          expect(input('value').val()).toEqual('2');
-          expect(element('#link-2').attr('href')).toBe("");
-        });
-
-        it('should execute ng-click and change url when ng-href specified', function() {
-          expect(element('#link-3').attr('href')).toBe("/123");
-
-          element('#link-3').click();
-          expect(browser().window().path()).toEqual('/123');
-        });
-
-        it('should execute ng-click but not reload when href empty string and name specified', function() {
-          element('#link-4').click();
-          expect(input('value').val()).toEqual('4');
-          expect(element('#link-4').attr('href')).toBe('');
-        });
-
-        it('should execute ng-click but not reload when no href but name specified', function() {
-          element('#link-5').click();
-          expect(input('value').val()).toEqual('5');
-          expect(element('#link-5').attr('href')).toBe('');
-        });
-
-        it('should only change url when only ng-href', function() {
-          input('value').enter('6');
-          expect(element('#link-6').attr('href')).toBe('6');
-
-          element('#link-6').click();
-          expect(browser().location().url()).toEqual('/6');
-        });
-      </doc:scenario>
-    </doc:example>
- */
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngSrc
- * @restrict A
- *
- * @description
- * Using Angular markup like `{{hash}}` in a `src` attribute doesn't
- * work right: The browser will fetch from the URL with the literal
- * text `{{hash}}` until Angular replaces the expression inside
- * `{{hash}}`. The `ngSrc` directive solves this problem.
- *
- * The buggy way to write it:
- * <pre>
- * <img src="http://www.gravatar.com/avatar/{{hash}}"/>
- * </pre>
- *
- * The correct way to write it:
- * <pre>
- * <img ng-src="http://www.gravatar.com/avatar/{{hash}}"/>
- * </pre>
- *
- * @element IMG
- * @param {template} ngSrc any string which can contain `{{}}` markup.
- */
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngDisabled
- * @restrict A
- *
- * @description
- *
- * The following markup will make the button enabled on Chrome/Firefox but not on IE8 and older IEs:
- * <pre>
- * <div ng-init="scope = { isDisabled: false }">
- *  <button disabled="{{scope.isDisabled}}">Disabled</button>
- * </div>
- * </pre>
- *
- * The HTML specs do not require browsers to preserve the special attributes such as disabled.
- * (The presence of them means true and absence means false)
- * This prevents the angular compiler from correctly retrieving the binding expression.
- * To solve this problem, we introduce the `ngDisabled` directive.
- *
- * @example
-    <doc:example>
-      <doc:source>
-        Click me to toggle: <input type="checkbox" ng-model="checked"><br/>
-        <button ng-model="button" ng-disabled="checked">Button</button>
-      </doc:source>
-      <doc:scenario>
-        it('should toggle button', function() {
-          expect(element('.doc-example-live :button').prop('disabled')).toBeFalsy();
-          input('checked').check();
-          expect(element('.doc-example-live :button').prop('disabled')).toBeTruthy();
-        });
-      </doc:scenario>
-    </doc:example>
- *
- * @element INPUT
- * @param {expression} ngDisabled Angular expression that will be evaluated.
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngChecked
- * @restrict A
- *
- * @description
- * The HTML specs do not require browsers to preserve the special attributes such as checked.
- * (The presence of them means true and absence means false)
- * This prevents the angular compiler from correctly retrieving the binding expression.
- * To solve this problem, we introduce the `ngChecked` directive.
- * @example
-    <doc:example>
-      <doc:source>
-        Check me to check both: <input type="checkbox" ng-model="master"><br/>
-        <input id="checkSlave" type="checkbox" ng-checked="master">
-      </doc:source>
-      <doc:scenario>
-        it('should check both checkBoxes', function() {
-          expect(element('.doc-example-live #checkSlave').prop('checked')).toBeFalsy();
-          input('master').check();
-          expect(element('.doc-example-live #checkSlave').prop('checked')).toBeTruthy();
-        });
-      </doc:scenario>
-    </doc:example>
- *
- * @element INPUT
- * @param {expression} ngChecked Angular expression that will be evaluated.
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngMultiple
- * @restrict A
- *
- * @description
- * The HTML specs do not require browsers to preserve the special attributes such as multiple.
- * (The presence of them means true and absence means false)
- * This prevents the angular compiler from correctly retrieving the binding expression.
- * To solve this problem, we introduce the `ngMultiple` directive.
- *
- * @example
-     <doc:example>
-       <doc:source>
-         Check me check multiple: <input type="checkbox" ng-model="checked"><br/>
-         <select id="select" ng-multiple="checked">
-           <option>Misko</option>
-           <option>Igor</option>
-           <option>Vojta</option>
-           <option>Di</option>
-         </select>
-       </doc:source>
-       <doc:scenario>
-         it('should toggle multiple', function() {
-           expect(element('.doc-example-live #select').prop('multiple')).toBeFalsy();
-           input('checked').check();
-           expect(element('.doc-example-live #select').prop('multiple')).toBeTruthy();
-         });
-       </doc:scenario>
-     </doc:example>
- *
- * @element SELECT
- * @param {expression} ngMultiple Angular expression that will be evaluated.
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngReadonly
- * @restrict A
- *
- * @description
- * The HTML specs do not require browsers to preserve the special attributes such as readonly.
- * (The presence of them means true and absence means false)
- * This prevents the angular compiler from correctly retrieving the binding expression.
- * To solve this problem, we introduce the `ngReadonly` directive.
- * @example
-    <doc:example>
-      <doc:source>
-        Check me to make text readonly: <input type="checkbox" ng-model="checked"><br/>
-        <input type="text" ng-readonly="checked" value="I'm Angular"/>
-      </doc:source>
-      <doc:scenario>
-        it('should toggle readonly attr', function() {
-          expect(element('.doc-example-live :text').prop('readonly')).toBeFalsy();
-          input('checked').check();
-          expect(element('.doc-example-live :text').prop('readonly')).toBeTruthy();
-        });
-      </doc:scenario>
-    </doc:example>
- *
- * @element INPUT
- * @param {string} expression Angular expression that will be evaluated.
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngSelected
- * @restrict A
- *
- * @description
- * The HTML specs do not require browsers to preserve the special attributes such as selected.
- * (The presence of them means true and absence means false)
- * This prevents the angular compiler from correctly retrieving the binding expression.
- * To solve this problem, we introduced the `ngSelected` directive.
- * @example
-    <doc:example>
-      <doc:source>
-        Check me to select: <input type="checkbox" ng-model="selected"><br/>
-        <select>
-          <option>Hello!</option>
-          <option id="greet" ng-selected="selected">Greetings!</option>
-        </select>
-      </doc:source>
-      <doc:scenario>
-        it('should select Greetings!', function() {
-          expect(element('.doc-example-live #greet').prop('selected')).toBeFalsy();
-          input('selected').check();
-          expect(element('.doc-example-live #greet').prop('selected')).toBeTruthy();
-        });
-      </doc:scenario>
-    </doc:example>
- *
- * @element OPTION
- * @param {string} expression Angular expression that will be evaluated.
- */
-
-
-var ngAttributeAliasDirectives = {};
-
-
-// boolean attrs are evaluated
-forEach(BOOLEAN_ATTR, function(propName, attrName) {
-  var normalized = directiveNormalize('ng-' + attrName);
-  ngAttributeAliasDirectives[normalized] = function() {
-    return {
-      priority: 100,
-      compile: function() {
-        return function(scope, element, attr) {
-          scope.$watch(attr[normalized], function(value) {
-            attr.$set(attrName, !!value);
-          });
-        };
-      }
-    };
-  };
-});
-
-
-// ng-src, ng-href are interpolated
-forEach(['src', 'href'], function(attrName) {
-  var normalized = directiveNormalize('ng-' + attrName);
-  ngAttributeAliasDirectives[normalized] = function() {
-    return {
-      priority: 99, // it needs to run after the attributes are interpolated
-      link: function(scope, element, attr) {
-        attr.$observe(normalized, function(value) {
-          attr.$set(attrName, value);
-
-          // on IE, if "ng:src" directive declaration is used and "src" attribute doesn't exist
-          // then calling element.setAttribute('src', 'foo') doesn't do anything, so we need
-          // to set the property as well to achieve the desired effect
-          if (msie) element.prop(attrName, value);
-        });
-      }
-    };
-  };
-});
-
-var nullFormCtrl = {
-  $addControl: noop,
-  $removeControl: noop,
-  $setValidity: noop,
-  $setDirty: noop
-};
-
-/**
- * @ngdoc object
- * @name ng.directive:form.FormController
- *
- * @property {boolean} $pristine True if user has not interacted with the form yet.
- * @property {boolean} $dirty True if user has already interacted with the form.
- * @property {boolean} $valid True if all of the containg forms and controls are valid.
- * @property {boolean} $invalid True if at least one containing control or form is invalid.
- *
- * @property {Object} $error Is an object hash, containing references to all invalid controls or
- *  forms, where:
- *
- *  - keys are validation tokens (error names) — such as `REQUIRED`, `URL` or `EMAIL`),
- *  - values are arrays of controls or forms that are invalid with given error.
- *
- * @description
- * `FormController` keeps track of all its controls and nested forms as well as state of them,
- * such as being valid/invalid or dirty/pristine.
- *
- * Each {@link ng.directive:form form} directive creates an instance
- * of `FormController`.
- *
- */
-//asks for $scope to fool the BC controller module
-FormController.$inject = ['$element', '$attrs', '$scope'];
-function FormController(element, attrs) {
-  var form = this,
-      parentForm = element.parent().controller('form') || nullFormCtrl,
-      invalidCount = 0, // used to easily determine if we are valid
-      errors = form.$error = {};
-
-  // init state
-  form.$name = attrs.name;
-  form.$dirty = false;
-  form.$pristine = true;
-  form.$valid = true;
-  form.$invalid = false;
-
-  parentForm.$addControl(form);
-
-  // Setup initial state of the control
-  element.addClass(PRISTINE_CLASS);
-  toggleValidCss(true);
-
-  // convenience method for easy toggling of classes
-  function toggleValidCss(isValid, validationErrorKey) {
-    validationErrorKey = validationErrorKey ? '-' + snake_case(validationErrorKey, '-') : '';
-    element.
-      removeClass((isValid ? INVALID_CLASS : VALID_CLASS) + validationErrorKey).
-      addClass((isValid ? VALID_CLASS : INVALID_CLASS) + validationErrorKey);
-  }
-
-  form.$addControl = function(control) {
-    if (control.$name && !form.hasOwnProperty(control.$name)) {
-      form[control.$name] = control;
-    }
-  };
-
-  form.$removeControl = function(control) {
-    if (control.$name && form[control.$name] === control) {
-      delete form[control.$name];
-    }
-    forEach(errors, function(queue, validationToken) {
-      form.$setValidity(validationToken, true, control);
-    });
-  };
-
-  form.$setValidity = function(validationToken, isValid, control) {
-    var queue = errors[validationToken];
-
-    if (isValid) {
-      if (queue) {
-        arrayRemove(queue, control);
-        if (!queue.length) {
-          invalidCount--;
-          if (!invalidCount) {
-            toggleValidCss(isValid);
-            form.$valid = true;
-            form.$invalid = false;
-          }
-          errors[validationToken] = false;
-          toggleValidCss(true, validationToken);
-          parentForm.$setValidity(validationToken, true, form);
-        }
-      }
-
-    } else {
-      if (!invalidCount) {
-        toggleValidCss(isValid);
-      }
-      if (queue) {
-        if (includes(queue, control)) return;
-      } else {
-        errors[validationToken] = queue = [];
-        invalidCount++;
-        toggleValidCss(false, validationToken);
-        parentForm.$setValidity(validationToken, false, form);
-      }
-      queue.push(control);
-
-      form.$valid = false;
-      form.$invalid = true;
-    }
-  };
-
-  form.$setDirty = function() {
-    element.removeClass(PRISTINE_CLASS).addClass(DIRTY_CLASS);
-    form.$dirty = true;
-    form.$pristine = false;
-  };
-
-}
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngForm
- * @restrict EAC
- *
- * @description
- * Nestable alias of {@link ng.directive:form `form`} directive. HTML
- * does not allow nesting of form elements. It is useful to nest forms, for example if the validity of a
- * sub-group of controls needs to be determined.
- *
- * @param {string=} ngForm|name Name of the form. If specified, the form controller will be published into
- *                       related scope, under this name.
- *
- */
-
- /**
- * @ngdoc directive
- * @name ng.directive:form
- * @restrict E
- *
- * @description
- * Directive that instantiates
- * {@link ng.directive:form.FormController FormController}.
- *
- * If `name` attribute is specified, the form controller is published onto the current scope under
- * this name.
- *
- * # Alias: {@link ng.directive:ngForm `ngForm`}
- *
- * In angular forms can be nested. This means that the outer form is valid when all of the child
- * forms are valid as well. However browsers do not allow nesting of `<form>` elements, for this
- * reason angular provides {@link ng.directive:ngForm `ngForm`} alias
- * which behaves identical to `<form>` but allows form nesting.
- *
- *
- * # CSS classes
- *  - `ng-valid` Is set if the form is valid.
- *  - `ng-invalid` Is set if the form is invalid.
- *  - `ng-pristine` Is set if the form is pristine.
- *  - `ng-dirty` Is set if the form is dirty.
- *
- *
- * # Submitting a form and preventing default action
- *
- * Since the role of forms in client-side Angular applications is different than in classical
- * roundtrip apps, it is desirable for the browser not to translate the form submission into a full
- * page reload that sends the data to the server. Instead some javascript logic should be triggered
- * to handle the form submission in application specific way.
- *
- * For this reason, Angular prevents the default action (form submission to the server) unless the
- * `<form>` element has an `action` attribute specified.
- *
- * You can use one of the following two ways to specify what javascript method should be called when
- * a form is submitted:
- *
- * - {@link ng.directive:ngSubmit ngSubmit} directive on the form element
- * - {@link ng.directive:ngClick ngClick} directive on the first
-  *  button or input field of type submit (input[type=submit])
- *
- * To prevent double execution of the handler, use only one of ngSubmit or ngClick directives. This
- * is because of the following form submission rules coming from the html spec:
- *
- * - If a form has only one input field then hitting enter in this field triggers form submit
- * (`ngSubmit`)
- * - if a form has has 2+ input fields and no buttons or input[type=submit] then hitting enter
- * doesn't trigger submit
- * - if a form has one or more input fields and one or more buttons or input[type=submit] then
- * hitting enter in any of the input fields will trigger the click handler on the *first* button or
- * input[type=submit] (`ngClick`) *and* a submit handler on the enclosing form (`ngSubmit`)
- *
- * @param {string=} name Name of the form. If specified, the form controller will be published into
- *                       related scope, under this name.
- *
- * @example
-    <doc:example>
-      <doc:source>
-       <script>
-         function Ctrl($scope) {
-           $scope.userType = 'guest';
-         }
-       </script>
-       <form name="myForm" ng-controller="Ctrl">
-         userType: <input name="input" ng-model="userType" required>
-         <span class="error" ng-show="myForm.input.$error.REQUIRED">Required!</span><br>
-         <tt>userType = {{userType}}</tt><br>
-         <tt>myForm.input.$valid = {{myForm.input.$valid}}</tt><br>
-         <tt>myForm.input.$error = {{myForm.input.$error}}</tt><br>
-         <tt>myForm.$valid = {{myForm.$valid}}</tt><br>
-         <tt>myForm.$error.REQUIRED = {{!!myForm.$error.REQUIRED}}</tt><br>
-        </form>
-      </doc:source>
-      <doc:scenario>
-        it('should initialize to model', function() {
-         expect(binding('userType')).toEqual('guest');
-         expect(binding('myForm.input.$valid')).toEqual('true');
-        });
-
-        it('should be invalid if empty', function() {
-         input('userType').enter('');
-         expect(binding('userType')).toEqual('');
-         expect(binding('myForm.input.$valid')).toEqual('false');
-        });
-      </doc:scenario>
-    </doc:example>
- */
-var formDirectiveFactory = function(isNgForm) {
-  return ['$timeout', function($timeout) {
-    var formDirective = {
-      name: 'form',
-      restrict: 'E',
-      controller: FormController,
-      compile: function() {
-        return {
-          pre: function(scope, formElement, attr, controller) {
-            if (!attr.action) {
-              // we can't use jq events because if a form is destroyed during submission the default
-              // action is not prevented. see #1238
-              //
-              // IE 9 is not affected because it doesn't fire a submit event and try to do a full
-              // page reload if the form was destroyed by submission of the form via a click handler
-              // on a button in the form. Looks like an IE9 specific bug.
-              var preventDefaultListener = function(event) {
-                event.preventDefault
-                  ? event.preventDefault()
-                  : event.returnValue = false; // IE
-              };
-
-              addEventListenerFn(formElement[0], 'submit', preventDefaultListener);
-
-              // unregister the preventDefault listener so that we don't not leak memory but in a
-              // way that will achieve the prevention of the default action.
-              formElement.bind('$destroy', function() {
-                $timeout(function() {
-                  removeEventListenerFn(formElement[0], 'submit', preventDefaultListener);
-                }, 0, false);
-              });
-            }
-
-            var parentFormCtrl = formElement.parent().controller('form'),
-                alias = attr.name || attr.ngForm;
-
-            if (alias) {
-              scope[alias] = controller;
-            }
-            if (parentFormCtrl) {
-              formElement.bind('$destroy', function() {
-                parentFormCtrl.$removeControl(controller);
-                if (alias) {
-                  scope[alias] = undefined;
-                }
-                extend(controller, nullFormCtrl); //stop propagating child destruction handlers upwards
-              });
-            }
-          }
-        };
-      }
-    };
-
-    return isNgForm ? extend(copy(formDirective), {restrict: 'EAC'}) : formDirective;
-  }];
-};
-
-var formDirective = formDirectiveFactory();
-var ngFormDirective = formDirectiveFactory(true);
-
-var URL_REGEXP = /^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/;
-var EMAIL_REGEXP = /^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/;
-var NUMBER_REGEXP = /^\s*(\-|\+)?(\d+|(\d*(\.\d*)))\s*$/;
-
-var inputType = {
-
-  /**
-   * @ngdoc inputType
-   * @name ng.directive:input.text
-   *
-   * @description
-   * Standard HTML text input with angular data binding.
-   *
-   * @param {string} ngModel Assignable angular expression to data-bind to.
-   * @param {string=} name Property name of the form under which the control is published.
-   * @param {string=} required Sets `required` validation error key if the value is not entered.
-   * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than
-   *    minlength.
-   * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than
-   *    maxlength.
-   * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the
-   *    RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for
-   *    patterns defined as scope expressions.
-   * @param {string=} ngChange Angular expression to be executed when input changes due to user
-   *    interaction with the input element.
-   *
-   * @example
-      <doc:example>
-        <doc:source>
-         <script>
-           function Ctrl($scope) {
-             $scope.text = 'guest';
-             $scope.word = /^\w*$/;
-           }
-         </script>
-         <form name="myForm" ng-controller="Ctrl">
-           Single word: <input type="text" name="input" ng-model="text"
-                               ng-pattern="word" required>
-           <span class="error" ng-show="myForm.input.$error.required">
-             Required!</span>
-           <span class="error" ng-show="myForm.input.$error.pattern">
-             Single word only!</span>
-
-           <tt>text = {{text}}</tt><br/>
-           <tt>myForm.input.$valid = {{myForm.input.$valid}}</tt><br/>
-           <tt>myForm.input.$error = {{myForm.input.$error}}</tt><br/>
-           <tt>myForm.$valid = {{myForm.$valid}}</tt><br/>
-           <tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br/>
-          </form>
-        </doc:source>
-        <doc:scenario>
-          it('should initialize to model', function() {
-            expect(binding('text')).toEqual('guest');
-            expect(binding('myForm.input.$valid')).toEqual('true');
-          });
-
-          it('should be invalid if empty', function() {
-            input('text').enter('');
-            expect(binding('text')).toEqual('');
-            expect(binding('myForm.input.$valid')).toEqual('false');
-          });
-
-          it('should be invalid if multi word', function() {
-            input('text').enter('hello world');
-            expect(binding('myForm.input.$valid')).toEqual('false');
-          });
-        </doc:scenario>
-      </doc:example>
-   */
-  'text': textInputType,
-
-
-  /**
-   * @ngdoc inputType
-   * @name ng.directive:input.number
-   *
-   * @description
-   * Text input with number validation and transformation. Sets the `number` validation
-   * error if not a valid number.
-   *
-   * @param {string} ngModel Assignable angular expression to data-bind to.
-   * @param {string=} name Property name of the form under which the control is published.
-   * @param {string=} min Sets the `min` validation error key if the value entered is less then `min`.
-   * @param {string=} max Sets the `max` validation error key if the value entered is greater then `min`.
-   * @param {string=} required Sets `required` validation error key if the value is not entered.
-   * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than
-   *    minlength.
-   * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than
-   *    maxlength.
-   * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the
-   *    RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for
-   *    patterns defined as scope expressions.
-   * @param {string=} ngChange Angular expression to be executed when input changes due to user
-   *    interaction with the input element.
-   *
-   * @example
-      <doc:example>
-        <doc:source>
-         <script>
-           function Ctrl($scope) {
-             $scope.value = 12;
-           }
-         </script>
-         <form name="myForm" ng-controller="Ctrl">
-           Number: <input type="number" name="input" ng-model="value"
-                          min="0" max="99" required>
-           <span class="error" ng-show="myForm.list.$error.required">
-             Required!</span>
-           <span class="error" ng-show="myForm.list.$error.number">
-             Not valid number!</span>
-           <tt>value = {{value}}</tt><br/>
-           <tt>myForm.input.$valid = {{myForm.input.$valid}}</tt><br/>
-           <tt>myForm.input.$error = {{myForm.input.$error}}</tt><br/>
-           <tt>myForm.$valid = {{myForm.$valid}}</tt><br/>
-           <tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br/>
-          </form>
-        </doc:source>
-        <doc:scenario>
-          it('should initialize to model', function() {
-           expect(binding('value')).toEqual('12');
-           expect(binding('myForm.input.$valid')).toEqual('true');
-          });
-
-          it('should be invalid if empty', function() {
-           input('value').enter('');
-           expect(binding('value')).toEqual('');
-           expect(binding('myForm.input.$valid')).toEqual('false');
-          });
-
-          it('should be invalid if over max', function() {
-           input('value').enter('123');
-           expect(binding('value')).toEqual('');
-           expect(binding('myForm.input.$valid')).toEqual('false');
-          });
-        </doc:scenario>
-      </doc:example>
-   */
-  'number': numberInputType,
-
-
-  /**
-   * @ngdoc inputType
-   * @name ng.directive:input.url
-   *
-   * @description
-   * Text input with URL validation. Sets the `url` validation error key if the content is not a
-   * valid URL.
-   *
-   * @param {string} ngModel Assignable angular expression to data-bind to.
-   * @param {string=} name Property name of the form under which the control is published.
-   * @param {string=} required Sets `required` validation error key if the value is not entered.
-   * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than
-   *    minlength.
-   * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than
-   *    maxlength.
-   * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the
-   *    RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for
-   *    patterns defined as scope expressions.
-   * @param {string=} ngChange Angular expression to be executed when input changes due to user
-   *    interaction with the input element.
-   *
-   * @example
-      <doc:example>
-        <doc:source>
-         <script>
-           function Ctrl($scope) {
-             $scope.text = 'http://google.com';
-           }
-         </script>
-         <form name="myForm" ng-controller="Ctrl">
-           URL: <input type="url" name="input" ng-model="text" required>
-           <span class="error" ng-show="myForm.input.$error.required">
-             Required!</span>
-           <span class="error" ng-show="myForm.input.$error.url">
-             Not valid url!</span>
-           <tt>text = {{text}}</tt><br/>
-           <tt>myForm.input.$valid = {{myForm.input.$valid}}</tt><br/>
-           <tt>myForm.input.$error = {{myForm.input.$error}}</tt><br/>
-           <tt>myForm.$valid = {{myForm.$valid}}</tt><br/>
-           <tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br/>
-           <tt>myForm.$error.url = {{!!myForm.$error.url}}</tt><br/>
-          </form>
-        </doc:source>
-        <doc:scenario>
-          it('should initialize to model', function() {
-            expect(binding('text')).toEqual('http://google.com');
-            expect(binding('myForm.input.$valid')).toEqual('true');
-          });
-
-          it('should be invalid if empty', function() {
-            input('text').enter('');
-            expect(binding('text')).toEqual('');
-            expect(binding('myForm.input.$valid')).toEqual('false');
-          });
-
-          it('should be invalid if not url', function() {
-            input('text').enter('xxx');
-            expect(binding('myForm.input.$valid')).toEqual('false');
-          });
-        </doc:scenario>
-      </doc:example>
-   */
-  'url': urlInputType,
-
-
-  /**
-   * @ngdoc inputType
-   * @name ng.directive:input.email
-   *
-   * @description
-   * Text input with email validation. Sets the `email` validation error key if not a valid email
-   * address.
-   *
-   * @param {string} ngModel Assignable angular expression to data-bind to.
-   * @param {string=} name Property name of the form under which the control is published.
-   * @param {string=} required Sets `required` validation error key if the value is not entered.
-   * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than
-   *    minlength.
-   * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than
-   *    maxlength.
-   * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the
-   *    RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for
-   *    patterns defined as scope expressions.
-   *
-   * @example
-      <doc:example>
-        <doc:source>
-         <script>
-           function Ctrl($scope) {
-             $scope.text = 'me@example.com';
-           }
-         </script>
-           <form name="myForm" ng-controller="Ctrl">
-             Email: <input type="email" name="input" ng-model="text" required>
-             <span class="error" ng-show="myForm.input.$error.required">
-               Required!</span>
-             <span class="error" ng-show="myForm.input.$error.email">
-               Not valid email!</span>
-             <tt>text = {{text}}</tt><br/>
-             <tt>myForm.input.$valid = {{myForm.input.$valid}}</tt><br/>
-             <tt>myForm.input.$error = {{myForm.input.$error}}</tt><br/>
-             <tt>myForm.$valid = {{myForm.$valid}}</tt><br/>
-             <tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br/>
-             <tt>myForm.$error.email = {{!!myForm.$error.email}}</tt><br/>
-           </form>
-        </doc:source>
-        <doc:scenario>
-          it('should initialize to model', function() {
-            expect(binding('text')).toEqual('me@example.com');
-            expect(binding('myForm.input.$valid')).toEqual('true');
-          });
-
-          it('should be invalid if empty', function() {
-            input('text').enter('');
-            expect(binding('text')).toEqual('');
-            expect(binding('myForm.input.$valid')).toEqual('false');
-          });
-
-          it('should be invalid if not email', function() {
-            input('text').enter('xxx');
-            expect(binding('myForm.input.$valid')).toEqual('false');
-          });
-        </doc:scenario>
-      </doc:example>
-   */
-  'email': emailInputType,
-
-
-  /**
-   * @ngdoc inputType
-   * @name ng.directive:input.radio
-   *
-   * @description
-   * HTML radio button.
-   *
-   * @param {string} ngModel Assignable angular expression to data-bind to.
-   * @param {string} value The value to which the expression should be set when selected.
-   * @param {string=} name Property name of the form under which the control is published.
-   * @param {string=} ngChange Angular expression to be executed when input changes due to user
-   *    interaction with the input element.
-   *
-   * @example
-      <doc:example>
-        <doc:source>
-         <script>
-           function Ctrl($scope) {
-             $scope.color = 'blue';
-           }
-         </script>
-         <form name="myForm" ng-controller="Ctrl">
-           <input type="radio" ng-model="color" value="red">  Red <br/>
-           <input type="radio" ng-model="color" value="green"> Green <br/>
-           <input type="radio" ng-model="color" value="blue"> Blue <br/>
-           <tt>color = {{color}}</tt><br/>
-          </form>
-        </doc:source>
-        <doc:scenario>
-          it('should change state', function() {
-            expect(binding('color')).toEqual('blue');
-
-            input('color').select('red');
-            expect(binding('color')).toEqual('red');
-          });
-        </doc:scenario>
-      </doc:example>
-   */
-  'radio': radioInputType,
-
-
-  /**
-   * @ngdoc inputType
-   * @name ng.directive:input.checkbox
-   *
-   * @description
-   * HTML checkbox.
-   *
-   * @param {string} ngModel Assignable angular expression to data-bind to.
-   * @param {string=} name Property name of the form under which the control is published.
-   * @param {string=} ngTrueValue The value to which the expression should be set when selected.
-   * @param {string=} ngFalseValue The value to which the expression should be set when not selected.
-   * @param {string=} ngChange Angular expression to be executed when input changes due to user
-   *    interaction with the input element.
-   *
-   * @example
-      <doc:example>
-        <doc:source>
-         <script>
-           function Ctrl($scope) {
-             $scope.value1 = true;
-             $scope.value2 = 'YES'
-           }
-         </script>
-         <form name="myForm" ng-controller="Ctrl">
-           Value1: <input type="checkbox" ng-model="value1"> <br/>
-           Value2: <input type="checkbox" ng-model="value2"
-                          ng-true-value="YES" ng-false-value="NO"> <br/>
-           <tt>value1 = {{value1}}</tt><br/>
-           <tt>value2 = {{value2}}</tt><br/>
-          </form>
-        </doc:source>
-        <doc:scenario>
-          it('should change state', function() {
-            expect(binding('value1')).toEqual('true');
-            expect(binding('value2')).toEqual('YES');
-
-            input('value1').check();
-            input('value2').check();
-            expect(binding('value1')).toEqual('false');
-            expect(binding('value2')).toEqual('NO');
-          });
-        </doc:scenario>
-      </doc:example>
-   */
-  'checkbox': checkboxInputType,
-
-  'hidden': noop,
-  'button': noop,
-  'submit': noop,
-  'reset': noop
-};
-
-
-function isEmpty(value) {
-  return isUndefined(value) || value === '' || value === null || value !== value;
-}
-
-
-function textInputType(scope, element, attr, ctrl, $sniffer, $browser) {
-
-  var listener = function() {
-    var value = trim(element.val());
-
-    if (ctrl.$viewValue !== value) {
-      scope.$apply(function() {
-        ctrl.$setViewValue(value);
-      });
-    }
-  };
-
-  // if the browser does support "input" event, we are fine - except on IE9 which doesn't fire the
-  // input event on backspace, delete or cut
-  if ($sniffer.hasEvent('input')) {
-    element.bind('input', listener);
-  } else {
-    var timeout;
-
-    element.bind('keydown', function(event) {
-      var key = event.keyCode;
-
-      // ignore
-      //    command            modifiers                   arrows
-      if (key === 91 || (15 < key && key < 19) || (37 <= key && key <= 40)) return;
-
-      if (!timeout) {
-        timeout = $browser.defer(function() {
-          listener();
-          timeout = null;
-        });
-      }
-    });
-
-    // if user paste into input using mouse, we need "change" event to catch it
-    element.bind('change', listener);
-  }
-
-
-  ctrl.$render = function() {
-    element.val(isEmpty(ctrl.$viewValue) ? '' : ctrl.$viewValue);
-  };
-
-  // pattern validator
-  var pattern = attr.ngPattern,
-      patternValidator;
-
-  var validate = function(regexp, value) {
-    if (isEmpty(value) || regexp.test(value)) {
-      ctrl.$setValidity('pattern', true);
-      return value;
-    } else {
-      ctrl.$setValidity('pattern', false);
-      return undefined;
-    }
-  };
-
-  if (pattern) {
-    if (pattern.match(/^\/(.*)\/$/)) {
-      pattern = new RegExp(pattern.substr(1, pattern.length - 2));
-      patternValidator = function(value) {
-        return validate(pattern, value)
-      };
-    } else {
-      patternValidator = function(value) {
-        var patternObj = scope.$eval(pattern);
-
-        if (!patternObj || !patternObj.test) {
-          throw new Error('Expected ' + pattern + ' to be a RegExp but was ' + patternObj);
-        }
-        return validate(patternObj, value);
-      };
-    }
-
-    ctrl.$formatters.push(patternValidator);
-    ctrl.$parsers.push(patternValidator);
-  }
-
-  // min length validator
-  if (attr.ngMinlength) {
-    var minlength = int(attr.ngMinlength);
-    var minLengthValidator = function(value) {
-      if (!isEmpty(value) && value.length < minlength) {
-        ctrl.$setValidity('minlength', false);
-        return undefined;
-      } else {
-        ctrl.$setValidity('minlength', true);
-        return value;
-      }
-    };
-
-    ctrl.$parsers.push(minLengthValidator);
-    ctrl.$formatters.push(minLengthValidator);
-  }
-
-  // max length validator
-  if (attr.ngMaxlength) {
-    var maxlength = int(attr.ngMaxlength);
-    var maxLengthValidator = function(value) {
-      if (!isEmpty(value) && value.length > maxlength) {
-        ctrl.$setValidity('maxlength', false);
-        return undefined;
-      } else {
-        ctrl.$setValidity('maxlength', true);
-        return value;
-      }
-    };
-
-    ctrl.$parsers.push(maxLengthValidator);
-    ctrl.$formatters.push(maxLengthValidator);
-  }
-}
-
-function numberInputType(scope, element, attr, ctrl, $sniffer, $browser) {
-  textInputType(scope, element, attr, ctrl, $sniffer, $browser);
-
-  ctrl.$parsers.push(function(value) {
-    var empty = isEmpty(value);
-    if (empty || NUMBER_REGEXP.test(value)) {
-      ctrl.$setValidity('number', true);
-      return value === '' ? null : (empty ? value : parseFloat(value));
-    } else {
-      ctrl.$setValidity('number', false);
-      return undefined;
-    }
-  });
-
-  ctrl.$formatters.push(function(value) {
-    return isEmpty(value) ? '' : '' + value;
-  });
-
-  if (attr.min) {
-    var min = parseFloat(attr.min);
-    var minValidator = function(value) {
-      if (!isEmpty(value) && value < min) {
-        ctrl.$setValidity('min', false);
-        return undefined;
-      } else {
-        ctrl.$setValidity('min', true);
-        return value;
-      }
-    };
-
-    ctrl.$parsers.push(minValidator);
-    ctrl.$formatters.push(minValidator);
-  }
-
-  if (attr.max) {
-    var max = parseFloat(attr.max);
-    var maxValidator = function(value) {
-      if (!isEmpty(value) && value > max) {
-        ctrl.$setValidity('max', false);
-        return undefined;
-      } else {
-        ctrl.$setValidity('max', true);
-        return value;
-      }
-    };
-
-    ctrl.$parsers.push(maxValidator);
-    ctrl.$formatters.push(maxValidator);
-  }
-
-  ctrl.$formatters.push(function(value) {
-
-    if (isEmpty(value) || isNumber(value)) {
-      ctrl.$setValidity('number', true);
-      return value;
-    } else {
-      ctrl.$setValidity('number', false);
-      return undefined;
-    }
-  });
-}
-
-function urlInputType(scope, element, attr, ctrl, $sniffer, $browser) {
-  textInputType(scope, element, attr, ctrl, $sniffer, $browser);
-
-  var urlValidator = function(value) {
-    if (isEmpty(value) || URL_REGEXP.test(value)) {
-      ctrl.$setValidity('url', true);
-      return value;
-    } else {
-      ctrl.$setValidity('url', false);
-      return undefined;
-    }
-  };
-
-  ctrl.$formatters.push(urlValidator);
-  ctrl.$parsers.push(urlValidator);
-}
-
-function emailInputType(scope, element, attr, ctrl, $sniffer, $browser) {
-  textInputType(scope, element, attr, ctrl, $sniffer, $browser);
-
-  var emailValidator = function(value) {
-    if (isEmpty(value) || EMAIL_REGEXP.test(value)) {
-      ctrl.$setValidity('email', true);
-      return value;
-    } else {
-      ctrl.$setValidity('email', false);
-      return undefined;
-    }
-  };
-
-  ctrl.$formatters.push(emailValidator);
-  ctrl.$parsers.push(emailValidator);
-}
-
-function radioInputType(scope, element, attr, ctrl) {
-  // make the name unique, if not defined
-  if (isUndefined(attr.name)) {
-    element.attr('name', nextUid());
-  }
-
-  element.bind('click', function() {
-    if (element[0].checked) {
-      scope.$apply(function() {
-        ctrl.$setViewValue(attr.value);
-      });
-    }
-  });
-
-  ctrl.$render = function() {
-    var value = attr.value;
-    element[0].checked = (value == ctrl.$viewValue);
-  };
-
-  attr.$observe('value', ctrl.$render);
-}
-
-function checkboxInputType(scope, element, attr, ctrl) {
-  var trueValue = attr.ngTrueValue,
-      falseValue = attr.ngFalseValue;
-
-  if (!isString(trueValue)) trueValue = true;
-  if (!isString(falseValue)) falseValue = false;
-
-  element.bind('click', function() {
-    scope.$apply(function() {
-      ctrl.$setViewValue(element[0].checked);
-    });
-  });
-
-  ctrl.$render = function() {
-    element[0].checked = ctrl.$viewValue;
-  };
-
-  ctrl.$formatters.push(function(value) {
-    return value === trueValue;
-  });
-
-  ctrl.$parsers.push(function(value) {
-    return value ? trueValue : falseValue;
-  });
-}
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:textarea
- * @restrict E
- *
- * @description
- * HTML textarea element control with angular data-binding. The data-binding and validation
- * properties of this element are exactly the same as those of the
- * {@link ng.directive:input input element}.
- *
- * @param {string} ngModel Assignable angular expression to data-bind to.
- * @param {string=} name Property name of the form under which the control is published.
- * @param {string=} required Sets `required` validation error key if the value is not entered.
- * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than
- *    minlength.
- * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than
- *    maxlength.
- * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the
- *    RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for
- *    patterns defined as scope expressions.
- * @param {string=} ngChange Angular expression to be executed when input changes due to user
- *    interaction with the input element.
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:input
- * @restrict E
- *
- * @description
- * HTML input element control with angular data-binding. Input control follows HTML5 input types
- * and polyfills the HTML5 validation behavior for older browsers.
- *
- * @param {string} ngModel Assignable angular expression to data-bind to.
- * @param {string=} name Property name of the form under which the control is published.
- * @param {string=} required Sets `required` validation error key if the value is not entered.
- * @param {number=} ngMinlength Sets `minlength` validation error key if the value is shorter than
- *    minlength.
- * @param {number=} ngMaxlength Sets `maxlength` validation error key if the value is longer than
- *    maxlength.
- * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the
- *    RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for
- *    patterns defined as scope expressions.
- * @param {string=} ngChange Angular expression to be executed when input changes due to user
- *    interaction with the input element.
- *
- * @example
-    <doc:example>
-      <doc:source>
-       <script>
-         function Ctrl($scope) {
-           $scope.user = {name: 'guest', last: 'visitor'};
-         }
-       </script>
-       <div ng-controller="Ctrl">
-         <form name="myForm">
-           User name: <input type="text" name="userName" ng-model="user.name" required>
-           <span class="error" ng-show="myForm.userName.$error.required">
-             Required!</span><br>
-           Last name: <input type="text" name="lastName" ng-model="user.last"
-             ng-minlength="3" ng-maxlength="10">
-           <span class="error" ng-show="myForm.lastName.$error.minlength">
-             Too short!</span>
-           <span class="error" ng-show="myForm.lastName.$error.maxlength">
-             Too long!</span><br>
-         </form>
-         <hr>
-         <tt>user = {{user}}</tt><br/>
-         <tt>myForm.userName.$valid = {{myForm.userName.$valid}}</tt><br>
-         <tt>myForm.userName.$error = {{myForm.userName.$error}}</tt><br>
-         <tt>myForm.lastName.$valid = {{myForm.lastName.$valid}}</tt><br>
-         <tt>myForm.userName.$error = {{myForm.lastName.$error}}</tt><br>
-         <tt>myForm.$valid = {{myForm.$valid}}</tt><br>
-         <tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br>
-         <tt>myForm.$error.minlength = {{!!myForm.$error.minlength}}</tt><br>
-         <tt>myForm.$error.maxlength = {{!!myForm.$error.maxlength}}</tt><br>
-       </div>
-      </doc:source>
-      <doc:scenario>
-        it('should initialize to model', function() {
-          expect(binding('user')).toEqual('{"name":"guest","last":"visitor"}');
-          expect(binding('myForm.userName.$valid')).toEqual('true');
-          expect(binding('myForm.$valid')).toEqual('true');
-        });
-
-        it('should be invalid if empty when required', function() {
-          input('user.name').enter('');
-          expect(binding('user')).toEqual('{"last":"visitor"}');
-          expect(binding('myForm.userName.$valid')).toEqual('false');
-          expect(binding('myForm.$valid')).toEqual('false');
-        });
-
-        it('should be valid if empty when min length is set', function() {
-          input('user.last').enter('');
-          expect(binding('user')).toEqual('{"name":"guest","last":""}');
-          expect(binding('myForm.lastName.$valid')).toEqual('true');
-          expect(binding('myForm.$valid')).toEqual('true');
-        });
-
-        it('should be invalid if less than required min length', function() {
-          input('user.last').enter('xx');
-          expect(binding('user')).toEqual('{"name":"guest"}');
-          expect(binding('myForm.lastName.$valid')).toEqual('false');
-          expect(binding('myForm.lastName.$error')).toMatch(/minlength/);
-          expect(binding('myForm.$valid')).toEqual('false');
-        });
-
-        it('should be invalid if longer than max length', function() {
-          input('user.last').enter('some ridiculously long name');
-          expect(binding('user'))
-            .toEqual('{"name":"guest"}');
-          expect(binding('myForm.lastName.$valid')).toEqual('false');
-          expect(binding('myForm.lastName.$error')).toMatch(/maxlength/);
-          expect(binding('myForm.$valid')).toEqual('false');
-        });
-      </doc:scenario>
-    </doc:example>
- */
-var inputDirective = ['$browser', '$sniffer', function($browser, $sniffer) {
-  return {
-    restrict: 'E',
-    require: '?ngModel',
-    link: function(scope, element, attr, ctrl) {
-      if (ctrl) {
-        (inputType[lowercase(attr.type)] || inputType.text)(scope, element, attr, ctrl, $sniffer,
-                                                            $browser);
-      }
-    }
-  };
-}];
-
-var VALID_CLASS = 'ng-valid',
-    INVALID_CLASS = 'ng-invalid',
-    PRISTINE_CLASS = 'ng-pristine',
-    DIRTY_CLASS = 'ng-dirty';
-
-/**
- * @ngdoc object
- * @name ng.directive:ngModel.NgModelController
- *
- * @property {string} $viewValue Actual string value in the view.
- * @property {*} $modelValue The value in the model, that the control is bound to.
- * @property {Array.<Function>} $parsers Whenever the control reads value from the DOM, it executes
- *     all of these functions to sanitize / convert the value as well as validate.
- *
- * @property {Array.<Function>} $formatters Whenever the model value changes, it executes all of
- *     these functions to convert the value as well as validate.
- *
- * @property {Object} $error An bject hash with all errors as keys.
- *
- * @property {boolean} $pristine True if user has not interacted with the control yet.
- * @property {boolean} $dirty True if user has already interacted with the control.
- * @property {boolean} $valid True if there is no error.
- * @property {boolean} $invalid True if at least one error on the control.
- *
- * @description
- *
- * `NgModelController` provides API for the `ng-model` directive. The controller contains
- * services for data-binding, validation, CSS update, value formatting and parsing. It
- * specifically does not contain any logic which deals with DOM rendering or listening to
- * DOM events. The `NgModelController` is meant to be extended by other directives where, the
- * directive provides DOM manipulation and the `NgModelController` provides the data-binding.
- *
- * This example shows how to use `NgModelController` with a custom control to achieve
- * data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`)
- * collaborate together to achieve the desired result.
- *
- * <example module="customControl">
-    <file name="style.css">
-      [contenteditable] {
-        border: 1px solid black;
-        background-color: white;
-        min-height: 20px;
-      }
-
-      .ng-invalid {
-        border: 1px solid red;
-      }
-
-    </file>
-    <file name="script.js">
-      angular.module('customControl', []).
-        directive('contenteditable', function() {
-          return {
-            restrict: 'A', // only activate on element attribute
-            require: '?ngModel', // get a hold of NgModelController
-            link: function(scope, element, attrs, ngModel) {
-              if(!ngModel) return; // do nothing if no ng-model
-
-              // Specify how UI should be updated
-              ngModel.$render = function() {
-                element.html(ngModel.$viewValue || '');
-              };
-
-              // Listen for change events to enable binding
-              element.bind('blur keyup change', function() {
-                scope.$apply(read);
-              });
-              read(); // initialize
-
-              // Write data to the model
-              function read() {
-                ngModel.$setViewValue(element.html());
-              }
-            }
-          };
-        });
-    </file>
-    <file name="index.html">
-      <form name="myForm">
-       <div contenteditable
-            name="myWidget" ng-model="userContent"
-            required>Change me!</div>
-        <span ng-show="myForm.myWidget.$error.required">Required!</span>
-       <hr>
-       <textarea ng-model="userContent"></textarea>
-      </form>
-    </file>
-    <file name="scenario.js">
-      it('should data-bind and become invalid', function() {
-        var contentEditable = element('[contenteditable]');
-
-        expect(contentEditable.text()).toEqual('Change me!');
-        input('userContent').enter('');
-        expect(contentEditable.text()).toEqual('');
-        expect(contentEditable.prop('className')).toMatch(/ng-invalid-required/);
-      });
-    </file>
- * </example>
- *
- */
-var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$parse',
-    function($scope, $exceptionHandler, $attr, $element, $parse) {
-  this.$viewValue = Number.NaN;
-  this.$modelValue = Number.NaN;
-  this.$parsers = [];
-  this.$formatters = [];
-  this.$viewChangeListeners = [];
-  this.$pristine = true;
-  this.$dirty = false;
-  this.$valid = true;
-  this.$invalid = false;
-  this.$name = $attr.name;
-
-  var ngModelGet = $parse($attr.ngModel),
-      ngModelSet = ngModelGet.assign;
-
-  if (!ngModelSet) {
-    throw Error(NON_ASSIGNABLE_MODEL_EXPRESSION + $attr.ngModel +
-        ' (' + startingTag($element) + ')');
-  }
-
-  /**
-   * @ngdoc function
-   * @name ng.directive:ngModel.NgModelController#$render
-   * @methodOf ng.directive:ngModel.NgModelController
-   *
-   * @description
-   * Called when the view needs to be updated. It is expected that the user of the ng-model
-   * directive will implement this method.
-   */
-  this.$render = noop;
-
-  var parentForm = $element.inheritedData('$formController') || nullFormCtrl,
-      invalidCount = 0, // used to easily determine if we are valid
-      $error = this.$error = {}; // keep invalid keys here
-
-
-  // Setup initial state of the control
-  $element.addClass(PRISTINE_CLASS);
-  toggleValidCss(true);
-
-  // convenience method for easy toggling of classes
-  function toggleValidCss(isValid, validationErrorKey) {
-    validationErrorKey = validationErrorKey ? '-' + snake_case(validationErrorKey, '-') : '';
-    $element.
-      removeClass((isValid ? INVALID_CLASS : VALID_CLASS) + validationErrorKey).
-      addClass((isValid ? VALID_CLASS : INVALID_CLASS) + validationErrorKey);
-  }
-
-  /**
-   * @ngdoc function
-   * @name ng.directive:ngModel.NgModelController#$setValidity
-   * @methodOf ng.directive:ngModel.NgModelController
-   *
-   * @description
-   * Change the validity state, and notifies the form when the control changes validity. (i.e. it
-   * does not notify form if given validator is already marked as invalid).
-   *
-   * This method should be called by validators - i.e. the parser or formatter functions.
-   *
-   * @param {string} validationErrorKey Name of the validator. the `validationErrorKey` will assign
-   *        to `$error[validationErrorKey]=isValid` so that it is available for data-binding.
-   *        The `validationErrorKey` should be in camelCase and will get converted into dash-case
-   *        for class name. Example: `myError` will result in `ng-valid-my-error` and `ng-invalid-my-error`
-   *        class and can be bound to as  `{{someForm.someControl.$error.myError}}` .
-   * @param {boolean} isValid Whether the current state is valid (true) or invalid (false).
-   */
-  this.$setValidity = function(validationErrorKey, isValid) {
-    if ($error[validationErrorKey] === !isValid) return;
-
-    if (isValid) {
-      if ($error[validationErrorKey]) invalidCount--;
-      if (!invalidCount) {
-        toggleValidCss(true);
-        this.$valid = true;
-        this.$invalid = false;
-      }
-    } else {
-      toggleValidCss(false);
-      this.$invalid = true;
-      this.$valid = false;
-      invalidCount++;
-    }
-
-    $error[validationErrorKey] = !isValid;
-    toggleValidCss(isValid, validationErrorKey);
-
-    parentForm.$setValidity(validationErrorKey, isValid, this);
-  };
-
-
-  /**
-   * @ngdoc function
-   * @name ng.directive:ngModel.NgModelController#$setViewValue
-   * @methodOf ng.directive:ngModel.NgModelController
-   *
-   * @description
-   * Read a value from view.
-   *
-   * This method should be called from within a DOM event handler.
-   * For example {@link ng.directive:input input} or
-   * {@link ng.directive:select select} directives call it.
-   *
-   * It internally calls all `formatters` and if resulted value is valid, updates the model and
-   * calls all registered change listeners.
-   *
-   * @param {string} value Value from the view.
-   */
-  this.$setViewValue = function(value) {
-    this.$viewValue = value;
-
-    // change to dirty
-    if (this.$pristine) {
-      this.$dirty = true;
-      this.$pristine = false;
-      $element.removeClass(PRISTINE_CLASS).addClass(DIRTY_CLASS);
-      parentForm.$setDirty();
-    }
-
-    forEach(this.$parsers, function(fn) {
-      value = fn(value);
-    });
-
-    if (this.$modelValue !== value) {
-      this.$modelValue = value;
-      ngModelSet($scope, value);
-      forEach(this.$viewChangeListeners, function(listener) {
-        try {
-          listener();
-        } catch(e) {
-          $exceptionHandler(e);
-        }
-      })
-    }
-  };
-
-  // model -> value
-  var ctrl = this;
-  $scope.$watch(ngModelGet, function(value) {
-
-    // ignore change from view
-    if (ctrl.$modelValue === value) return;
-
-    var formatters = ctrl.$formatters,
-        idx = formatters.length;
-
-    ctrl.$modelValue = value;
-    while(idx--) {
-      value = formatters[idx](value);
-    }
-
-    if (ctrl.$viewValue !== value) {
-      ctrl.$viewValue = value;
-      ctrl.$render();
-    }
-  });
-}];
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngModel
- *
- * @element input
- *
- * @description
- * Is directive that tells Angular to do two-way data binding. It works together with `input`,
- * `select`, `textarea`. You can easily write your own directives to use `ngModel` as well.
- *
- * `ngModel` is responsible for:
- *
- * - binding the view into the model, which other directives such as `input`, `textarea` or `select`
- *   require,
- * - providing validation behavior (i.e. required, number, email, url),
- * - keeping state of the control (valid/invalid, dirty/pristine, validation errors),
- * - setting related css class onto the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`),
- * - register the control with parent {@link ng.directive:form form}.
- *
- * For basic examples, how to use `ngModel`, see:
- *
- *  - {@link ng.directive:input input}
- *    - {@link ng.directive:input.text text}
- *    - {@link ng.directive:input.checkbox checkbox}
- *    - {@link ng.directive:input.radio radio}
- *    - {@link ng.directive:input.number number}
- *    - {@link ng.directive:input.email email}
- *    - {@link ng.directive:input.url url}
- *  - {@link ng.directive:select select}
- *  - {@link ng.directive:textarea textarea}
- *
- */
-var ngModelDirective = function() {
-  return {
-    require: ['ngModel', '^?form'],
-    controller: NgModelController,
-    link: function(scope, element, attr, ctrls) {
-      // notify others, especially parent forms
-
-      var modelCtrl = ctrls[0],
-          formCtrl = ctrls[1] || nullFormCtrl;
-
-      formCtrl.$addControl(modelCtrl);
-
-      element.bind('$destroy', function() {
-        formCtrl.$removeControl(modelCtrl);
-      });
-    }
-  };
-};
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngChange
- * @restrict E
- *
- * @description
- * Evaluate given expression when user changes the input.
- * The expression is not evaluated when the value change is coming from the model.
- *
- * Note, this directive requires `ngModel` to be present.
- *
- * @element input
- *
- * @example
- * <doc:example>
- *   <doc:source>
- *     <script>
- *       function Controller($scope) {
- *         $scope.counter = 0;
- *         $scope.change = function() {
- *           $scope.counter++;
- *         };
- *       }
- *     </script>
- *     <div ng-controller="Controller">
- *       <input type="checkbox" ng-model="confirmed" ng-change="change()" id="ng-change-example1" />
- *       <input type="checkbox" ng-model="confirmed" id="ng-change-example2" />
- *       <label for="ng-change-example2">Confirmed</label><br />
- *       debug = {{confirmed}}<br />
- *       counter = {{counter}}
- *     </div>
- *   </doc:source>
- *   <doc:scenario>
- *     it('should evaluate the expression if changing from view', function() {
- *       expect(binding('counter')).toEqual('0');
- *       element('#ng-change-example1').click();
- *       expect(binding('counter')).toEqual('1');
- *       expect(binding('confirmed')).toEqual('true');
- *     });
- *
- *     it('should not evaluate the expression if changing from model', function() {
- *       element('#ng-change-example2').click();
- *       expect(binding('counter')).toEqual('0');
- *       expect(binding('confirmed')).toEqual('true');
- *     });
- *   </doc:scenario>
- * </doc:example>
- */
-var ngChangeDirective = valueFn({
-  require: 'ngModel',
-  link: function(scope, element, attr, ctrl) {
-    ctrl.$viewChangeListeners.push(function() {
-      scope.$eval(attr.ngChange);
-    });
-  }
-});
-
-
-var requiredDirective = function() {
-  return {
-    require: '?ngModel',
-    link: function(scope, elm, attr, ctrl) {
-      if (!ctrl) return;
-      attr.required = true; // force truthy in case we are on non input element
-
-      var validator = function(value) {
-        if (attr.required && (isEmpty(value) || value === false)) {
-          ctrl.$setValidity('required', false);
-          return;
-        } else {
-          ctrl.$setValidity('required', true);
-          return value;
-        }
-      };
-
-      ctrl.$formatters.push(validator);
-      ctrl.$parsers.unshift(validator);
-
-      attr.$observe('required', function() {
-        validator(ctrl.$viewValue);
-      });
-    }
-  };
-};
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngList
- *
- * @description
- * Text input that converts between comma-seperated string into an array of strings.
- *
- * @element input
- * @param {string=} ngList optional delimiter that should be used to split the value. If
- *   specified in form `/something/` then the value will be converted into a regular expression.
- *
- * @example
-    <doc:example>
-      <doc:source>
-       <script>
-         function Ctrl($scope) {
-           $scope.names = ['igor', 'misko', 'vojta'];
-         }
-       </script>
-       <form name="myForm" ng-controller="Ctrl">
-         List: <input name="namesInput" ng-model="names" ng-list required>
-         <span class="error" ng-show="myForm.list.$error.required">
-           Required!</span>
-         <tt>names = {{names}}</tt><br/>
-         <tt>myForm.namesInput.$valid = {{myForm.namesInput.$valid}}</tt><br/>
-         <tt>myForm.namesInput.$error = {{myForm.namesInput.$error}}</tt><br/>
-         <tt>myForm.$valid = {{myForm.$valid}}</tt><br/>
-         <tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br/>
-        </form>
-      </doc:source>
-      <doc:scenario>
-        it('should initialize to model', function() {
-          expect(binding('names')).toEqual('["igor","misko","vojta"]');
-          expect(binding('myForm.namesInput.$valid')).toEqual('true');
-        });
-
-        it('should be invalid if empty', function() {
-          input('names').enter('');
-          expect(binding('names')).toEqual('[]');
-          expect(binding('myForm.namesInput.$valid')).toEqual('false');
-        });
-      </doc:scenario>
-    </doc:example>
- */
-var ngListDirective = function() {
-  return {
-    require: 'ngModel',
-    link: function(scope, element, attr, ctrl) {
-      var match = /\/(.*)\//.exec(attr.ngList),
-          separator = match && new RegExp(match[1]) || attr.ngList || ',';
-
-      var parse = function(viewValue) {
-        var list = [];
-
-        if (viewValue) {
-          forEach(viewValue.split(separator), function(value) {
-            if (value) list.push(trim(value));
-          });
-        }
-
-        return list;
-      };
-
-      ctrl.$parsers.push(parse);
-      ctrl.$formatters.push(function(value) {
-        if (isArray(value)) {
-          return value.join(', ');
-        }
-
-        return undefined;
-      });
-    }
-  };
-};
-
-
-var CONSTANT_VALUE_REGEXP = /^(true|false|\d+)$/;
-
-var ngValueDirective = function() {
-  return {
-    priority: 100,
-    compile: function(tpl, tplAttr) {
-      if (CONSTANT_VALUE_REGEXP.test(tplAttr.ngValue)) {
-        return function(scope, elm, attr) {
-          attr.$set('value', scope.$eval(attr.ngValue));
-        };
-      } else {
-        return function(scope, elm, attr) {
-          scope.$watch(attr.ngValue, function(value) {
-            attr.$set('value', value, false);
-          });
-        };
-      }
-    }
-  };
-};
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngBind
- *
- * @description
- * The `ngBind` attribute tells Angular to replace the text content of the specified HTML element
- * with the value of a given expression, and to update the text content when the value of that
- * expression changes.
- *
- * Typically, you don't use `ngBind` directly, but instead you use the double curly markup like
- * `{{ expression }}` which is similar but less verbose.
- *
- * Once scenario in which the use of `ngBind` is prefered over `{{ expression }}` binding is when
- * it's desirable to put bindings into template that is momentarily displayed by the browser in its
- * raw state before Angular compiles it. Since `ngBind` is an element attribute, it makes the
- * bindings invisible to the user while the page is loading.
- *
- * An alternative solution to this problem would be using the
- * {@link ng.directive:ngCloak ngCloak} directive.
- *
- *
- * @element ANY
- * @param {expression} ngBind {@link guide/expression Expression} to evaluate.
- *
- * @example
- * Enter a name in the Live Preview text box; the greeting below the text box changes instantly.
-   <doc:example>
-     <doc:source>
-       <script>
-         function Ctrl($scope) {
-           $scope.name = 'Whirled';
-         }
-       </script>
-       <div ng-controller="Ctrl">
-         Enter name: <input type="text" ng-model="name"><br>
-         Hello <span ng-bind="name"></span>!
-       </div>
-     </doc:source>
-     <doc:scenario>
-       it('should check ng-bind', function() {
-         expect(using('.doc-example-live').binding('name')).toBe('Whirled');
-         using('.doc-example-live').input('name').enter('world');
-         expect(using('.doc-example-live').binding('name')).toBe('world');
-       });
-     </doc:scenario>
-   </doc:example>
- */
-var ngBindDirective = ngDirective(function(scope, element, attr) {
-  element.addClass('ng-binding').data('$binding', attr.ngBind);
-  scope.$watch(attr.ngBind, function(value) {
-    element.text(value == undefined ? '' : value);
-  });
-});
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngBindTemplate
- *
- * @description
- * The `ngBindTemplate` directive specifies that the element
- * text should be replaced with the template in ngBindTemplate.
- * Unlike ngBind the ngBindTemplate can contain multiple `{{` `}}`
- * expressions. (This is required since some HTML elements
- * can not have SPAN elements such as TITLE, or OPTION to name a few.)
- *
- * @element ANY
- * @param {string} ngBindTemplate template of form
- *   <tt>{{</tt> <tt>expression</tt> <tt>}}</tt> to eval.
- *
- * @example
- * Try it here: enter text in text box and watch the greeting change.
-   <doc:example>
-     <doc:source>
-       <script>
-         function Ctrl($scope) {
-           $scope.salutation = 'Hello';
-           $scope.name = 'World';
-         }
-       </script>
-       <div ng-controller="Ctrl">
-        Salutation: <input type="text" ng-model="salutation"><br>
-        Name: <input type="text" ng-model="name"><br>
-        <pre ng-bind-template="{{salutation}} {{name}}!"></pre>
-       </div>
-     </doc:source>
-     <doc:scenario>
-       it('should check ng-bind', function() {
-         expect(using('.doc-example-live').binding('salutation')).
-           toBe('Hello');
-         expect(using('.doc-example-live').binding('name')).
-           toBe('World');
-         using('.doc-example-live').input('salutation').enter('Greetings');
-         using('.doc-example-live').input('name').enter('user');
-         expect(using('.doc-example-live').binding('salutation')).
-           toBe('Greetings');
-         expect(using('.doc-example-live').binding('name')).
-           toBe('user');
-       });
-     </doc:scenario>
-   </doc:example>
- */
-var ngBindTemplateDirective = ['$interpolate', function($interpolate) {
-  return function(scope, element, attr) {
-    // TODO: move this to scenario runner
-    var interpolateFn = $interpolate(element.attr(attr.$attr.ngBindTemplate));
-    element.addClass('ng-binding').data('$binding', interpolateFn);
-    attr.$observe('ngBindTemplate', function(value) {
-      element.text(value);
-    });
-  }
-}];
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngBindHtmlUnsafe
- *
- * @description
- * Creates a binding that will innerHTML the result of evaluating the `expression` into the current
- * element. *The innerHTML-ed content will not be sanitized!* You should use this directive only if
- * {@link ngSanitize.directive:ngBindHtml ngBindHtml} directive is too
- * restrictive and when you absolutely trust the source of the content you are binding to.
- *
- * See {@link ngSanitize.$sanitize $sanitize} docs for examples.
- *
- * @element ANY
- * @param {expression} ngBindHtmlUnsafe {@link guide/expression Expression} to evaluate.
- */
-var ngBindHtmlUnsafeDirective = [function() {
-  return function(scope, element, attr) {
-    element.addClass('ng-binding').data('$binding', attr.ngBindHtmlUnsafe);
-    scope.$watch(attr.ngBindHtmlUnsafe, function(value) {
-      element.html(value || '');
-    });
-  };
-}];
-
-function classDirective(name, selector) {
-  name = 'ngClass' + name;
-  return ngDirective(function(scope, element, attr) {
-    scope.$watch(attr[name], function(newVal, oldVal) {
-      if (selector === true || scope.$index % 2 === selector) {
-        if (oldVal && (newVal !== oldVal)) {
-           if (isObject(oldVal) && !isArray(oldVal))
-             oldVal = map(oldVal, function(v, k) { if (v) return k });
-           element.removeClass(isArray(oldVal) ? oldVal.join(' ') : oldVal);
-         }
-         if (isObject(newVal) && !isArray(newVal))
-            newVal = map(newVal, function(v, k) { if (v) return k });
-         if (newVal) element.addClass(isArray(newVal) ? newVal.join(' ') : newVal);      }
-    }, true);
-  });
-}
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngClass
- *
- * @description
- * The `ngClass` allows you to set CSS class on HTML element dynamically by databinding an
- * expression that represents all classes to be added.
- *
- * The directive won't add duplicate classes if a particular class was already set.
- *
- * When the expression changes, the previously added classes are removed and only then the classes
- * new classes are added.
- *
- * @element ANY
- * @param {expression} ngClass {@link guide/expression Expression} to eval. The result
- *   of the evaluation can be a string representing space delimited class
- *   names, an array, or a map of class names to boolean values.
- *
- * @example
-   <example>
-     <file name="index.html">
-      <input type="button" value="set" ng-click="myVar='my-class'">
-      <input type="button" value="clear" ng-click="myVar=''">
-      <br>
-      <span ng-class="myVar">Sample Text</span>
-     </file>
-     <file name="style.css">
-       .my-class {
-         color: red;
-       }
-     </file>
-     <file name="scenario.js">
-       it('should check ng-class', function() {
-         expect(element('.doc-example-live span').prop('className')).not().
-           toMatch(/my-class/);
-
-         using('.doc-example-live').element(':button:first').click();
-
-         expect(element('.doc-example-live span').prop('className')).
-           toMatch(/my-class/);
-
-         using('.doc-example-live').element(':button:last').click();
-
-         expect(element('.doc-example-live span').prop('className')).not().
-           toMatch(/my-class/);
-       });
-     </file>
-   </example>
- */
-var ngClassDirective = classDirective('', true);
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngClassOdd
- *
- * @description
- * The `ngClassOdd` and `ngClassEven` directives work exactly as
- * {@link ng.directive:ngClass ngClass}, except it works in
- * conjunction with `ngRepeat` and takes affect only on odd (even) rows.
- *
- * This directive can be applied only within a scope of an
- * {@link ng.directive:ngRepeat ngRepeat}.
- *
- * @element ANY
- * @param {expression} ngClassOdd {@link guide/expression Expression} to eval. The result
- *   of the evaluation can be a string representing space delimited class names or an array.
- *
- * @example
-   <example>
-     <file name="index.html">
-        <ol ng-init="names=['John', 'Mary', 'Cate', 'Suz']">
-          <li ng-repeat="name in names">
-           <span ng-class-odd="'odd'" ng-class-even="'even'">
-             {{name}}
-           </span>
-          </li>
-        </ol>
-     </file>
-     <file name="style.css">
-       .odd {
-         color: red;
-       }
-       .even {
-         color: blue;
-       }
-     </file>
-     <file name="scenario.js">
-       it('should check ng-class-odd and ng-class-even', function() {
-         expect(element('.doc-example-live li:first span').prop('className')).
-           toMatch(/odd/);
-         expect(element('.doc-example-live li:last span').prop('className')).
-           toMatch(/even/);
-       });
-     </file>
-   </example>
- */
-var ngClassOddDirective = classDirective('Odd', 0);
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngClassEven
- *
- * @description
- * The `ngClassOdd` and `ngClassEven` works exactly as
- * {@link ng.directive:ngClass ngClass}, except it works in
- * conjunction with `ngRepeat` and takes affect only on odd (even) rows.
- *
- * This directive can be applied only within a scope of an
- * {@link ng.directive:ngRepeat ngRepeat}.
- *
- * @element ANY
- * @param {expression} ngClassEven {@link guide/expression Expression} to eval. The
- *   result of the evaluation can be a string representing space delimited class names or an array.
- *
- * @example
-   <example>
-     <file name="index.html">
-        <ol ng-init="names=['John', 'Mary', 'Cate', 'Suz']">
-          <li ng-repeat="name in names">
-           <span ng-class-odd="'odd'" ng-class-even="'even'">
-             {{name}} &nbsp; &nbsp; &nbsp;
-           </span>
-          </li>
-        </ol>
-     </file>
-     <file name="style.css">
-       .odd {
-         color: red;
-       }
-       .even {
-         color: blue;
-       }
-     </file>
-     <file name="scenario.js">
-       it('should check ng-class-odd and ng-class-even', function() {
-         expect(element('.doc-example-live li:first span').prop('className')).
-           toMatch(/odd/);
-         expect(element('.doc-example-live li:last span').prop('className')).
-           toMatch(/even/);
-       });
-     </file>
-   </example>
- */
-var ngClassEvenDirective = classDirective('Even', 1);
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngCloak
- *
- * @description
- * The `ngCloak` directive is used to prevent the Angular html template from being briefly
- * displayed by the browser in its raw (uncompiled) form while your application is loading. Use this
- * directive to avoid the undesirable flicker effect caused by the html template display.
- *
- * The directive can be applied to the `<body>` element, but typically a fine-grained application is
- * prefered in order to benefit from progressive rendering of the browser view.
- *
- * `ngCloak` works in cooperation with a css rule that is embedded within `angular.js` and
- *  `angular.min.js` files. Following is the css rule:
- *
- * <pre>
- * [ng\:cloak], [ng-cloak], .ng-cloak {
- *   display: none;
- * }
- * </pre>
- *
- * When this css rule is loaded by the browser, all html elements (including their children) that
- * are tagged with the `ng-cloak` directive are hidden. When Angular comes across this directive
- * during the compilation of the template it deletes the `ngCloak` element attribute, which
- * makes the compiled element visible.
- *
- * For the best result, `angular.js` script must be loaded in the head section of the html file;
- * alternatively, the css rule (above) must be included in the external stylesheet of the
- * application.
- *
- * Legacy browsers, like IE7, do not provide attribute selector support (added in CSS 2.1) so they
- * cannot match the `[ng\:cloak]` selector. To work around this limitation, you must add the css
- * class `ngCloak` in addition to `ngCloak` directive as shown in the example below.
- *
- * @element ANY
- *
- * @example
-   <doc:example>
-     <doc:source>
-        <div id="template1" ng-cloak>{{ 'hello' }}</div>
-        <div id="template2" ng-cloak class="ng-cloak">{{ 'hello IE7' }}</div>
-     </doc:source>
-     <doc:scenario>
-       it('should remove the template directive and css class', function() {
-         expect(element('.doc-example-live #template1').attr('ng-cloak')).
-           not().toBeDefined();
-         expect(element('.doc-example-live #template2').attr('ng-cloak')).
-           not().toBeDefined();
-       });
-     </doc:scenario>
-   </doc:example>
- *
- */
-var ngCloakDirective = ngDirective({
-  compile: function(element, attr) {
-    attr.$set('ngCloak', undefined);
-    element.removeClass('ng-cloak');
-  }
-});
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngController
- *
- * @description
- * The `ngController` directive assigns behavior to a scope. This is a key aspect of how angular
- * supports the principles behind the Model-View-Controller design pattern.
- *
- * MVC components in angular:
- *
- * * Model — The Model is data in scope properties; scopes are attached to the DOM.
- * * View — The template (HTML with data bindings) is rendered into the View.
- * * Controller — The `ngController` directive specifies a Controller class; the class has
- *   methods that typically express the business logic behind the application.
- *
- * Note that an alternative way to define controllers is via the `{@link ng.$route}`
- * service.
- *
- * @element ANY
- * @scope
- * @param {expression} ngController Name of a globally accessible constructor function or an
- *     {@link guide/expression expression} that on the current scope evaluates to a
- *     constructor function.
- *
- * @example
- * Here is a simple form for editing user contact information. Adding, removing, clearing, and
- * greeting are methods declared on the controller (see source tab). These methods can
- * easily be called from the angular markup. Notice that the scope becomes the `this` for the
- * controller's instance. This allows for easy access to the view data from the controller. Also
- * notice that any changes to the data are automatically reflected in the View without the need
- * for a manual update.
-   <doc:example>
-     <doc:source>
-      <script>
-        function SettingsController($scope) {
-          $scope.name = "John Smith";
-          $scope.contacts = [
-            {type:'phone', value:'408 555 1212'},
-            {type:'email', value:'john.smith@example.org'} ];
-
-          $scope.greet = function() {
-           alert(this.name);
-          };
-
-          $scope.addContact = function() {
-           this.contacts.push({type:'email', value:'yourname@example.org'});
-          };
-
-          $scope.removeContact = function(contactToRemove) {
-           var index = this.contacts.indexOf(contactToRemove);
-           this.contacts.splice(index, 1);
-          };
-
-          $scope.clearContact = function(contact) {
-           contact.type = 'phone';
-           contact.value = '';
-          };
-        }
-      </script>
-      <div ng-controller="SettingsController">
-        Name: <input type="text" ng-model="name"/>
-        [ <a href="" ng-click="greet()">greet</a> ]<br/>
-        Contact:
-        <ul>
-          <li ng-repeat="contact in contacts">
-            <select ng-model="contact.type">
-               <option>phone</option>
-               <option>email</option>
-            </select>
-            <input type="text" ng-model="contact.value"/>
-            [ <a href="" ng-click="clearContact(contact)">clear</a>
-            | <a href="" ng-click="removeContact(contact)">X</a> ]
-          </li>
-          <li>[ <a href="" ng-click="addContact()">add</a> ]</li>
-       </ul>
-      </div>
-     </doc:source>
-     <doc:scenario>
-       it('should check controller', function() {
-         expect(element('.doc-example-live div>:input').val()).toBe('John Smith');
-         expect(element('.doc-example-live li:nth-child(1) input').val())
-           .toBe('408 555 1212');
-         expect(element('.doc-example-live li:nth-child(2) input').val())
-           .toBe('john.smith@example.org');
-
-         element('.doc-example-live li:first a:contains("clear")').click();
-         expect(element('.doc-example-live li:first input').val()).toBe('');
-
-         element('.doc-example-live li:last a:contains("add")').click();
-         expect(element('.doc-example-live li:nth-child(3) input').val())
-           .toBe('yourname@example.org');
-       });
-     </doc:scenario>
-   </doc:example>
- */
-var ngControllerDirective = [function() {
-  return {
-    scope: true,
-    controller: '@'
-  };
-}];
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngCsp
- * @priority 1000
- *
- * @description
- * Enables [CSP (Content Security Policy)](https://developer.mozilla.org/en/Security/CSP) support.
- * This directive should be used on the root element of the application (typically the `<html>`
- * element or other element with the {@link ng.directive:ngApp ngApp}
- * directive).
- *
- * If enabled the performance of template expression evaluator will suffer slightly, so don't enable
- * this mode unless you need it.
- *
- * @element html
- */
-
-var ngCspDirective = ['$sniffer', function($sniffer) {
-  return {
-    priority: 1000,
-    compile: function() {
-      $sniffer.csp = true;
-    }
-  };
-}];
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngClick
- *
- * @description
- * The ngClick allows you to specify custom behavior when
- * element is clicked.
- *
- * @element ANY
- * @param {expression} ngClick {@link guide/expression Expression} to evaluate upon
- * click. (Event object is available as `$event`)
- *
- * @example
-   <doc:example>
-     <doc:source>
-      <button ng-click="count = count + 1" ng-init="count=0">
-        Increment
-      </button>
-      count: {{count}}
-     </doc:source>
-     <doc:scenario>
-       it('should check ng-click', function() {
-         expect(binding('count')).toBe('0');
-         element('.doc-example-live :button').click();
-         expect(binding('count')).toBe('1');
-       });
-     </doc:scenario>
-   </doc:example>
- */
-/*
- * A directive that allows creation of custom onclick handlers that are defined as angular
- * expressions and are compiled and executed within the current scope.
- *
- * Events that are handled via these handler are always configured not to propagate further.
- */
-var ngEventDirectives = {};
-forEach(
-  'click dblclick mousedown mouseup mouseover mouseout mousemove mouseenter mouseleave'.split(' '),
-  function(name) {
-    var directiveName = directiveNormalize('ng-' + name);
-    ngEventDirectives[directiveName] = ['$parse', function($parse) {
-      return function(scope, element, attr) {
-        var fn = $parse(attr[directiveName]);
-        element.bind(lowercase(name), function(event) {
-          scope.$apply(function() {
-            fn(scope, {$event:event});
-          });
-        });
-      };
-    }];
-  }
-);
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngDblclick
- *
- * @description
- * The `ngDblclick` directive allows you to specify custom behavior on dblclick event.
- *
- * @element ANY
- * @param {expression} ngDblclick {@link guide/expression Expression} to evaluate upon
- * dblclick. (Event object is available as `$event`)
- *
- * @example
- * See {@link ng.directive:ngClick ngClick}
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngMousedown
- *
- * @description
- * The ngMousedown directive allows you to specify custom behavior on mousedown event.
- *
- * @element ANY
- * @param {expression} ngMousedown {@link guide/expression Expression} to evaluate upon
- * mousedown. (Event object is available as `$event`)
- *
- * @example
- * See {@link ng.directive:ngClick ngClick}
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngMouseup
- *
- * @description
- * Specify custom behavior on mouseup event.
- *
- * @element ANY
- * @param {expression} ngMouseup {@link guide/expression Expression} to evaluate upon
- * mouseup. (Event object is available as `$event`)
- *
- * @example
- * See {@link ng.directive:ngClick ngClick}
- */
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngMouseover
- *
- * @description
- * Specify custom behavior on mouseover event.
- *
- * @element ANY
- * @param {expression} ngMouseover {@link guide/expression Expression} to evaluate upon
- * mouseover. (Event object is available as `$event`)
- *
- * @example
- * See {@link ng.directive:ngClick ngClick}
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngMouseenter
- *
- * @description
- * Specify custom behavior on mouseenter event.
- *
- * @element ANY
- * @param {expression} ngMouseenter {@link guide/expression Expression} to evaluate upon
- * mouseenter. (Event object is available as `$event`)
- *
- * @example
- * See {@link ng.directive:ngClick ngClick}
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngMouseleave
- *
- * @description
- * Specify custom behavior on mouseleave event.
- *
- * @element ANY
- * @param {expression} ngMouseleave {@link guide/expression Expression} to evaluate upon
- * mouseleave. (Event object is available as `$event`)
- *
- * @example
- * See {@link ng.directive:ngClick ngClick}
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngMousemove
- *
- * @description
- * Specify custom behavior on mousemove event.
- *
- * @element ANY
- * @param {expression} ngMousemove {@link guide/expression Expression} to evaluate upon
- * mousemove. (Event object is available as `$event`)
- *
- * @example
- * See {@link ng.directive:ngClick ngClick}
- */
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngSubmit
- *
- * @description
- * Enables binding angular expressions to onsubmit events.
- *
- * Additionally it prevents the default action (which for form means sending the request to the
- * server and reloading the current page).
- *
- * @element form
- * @param {expression} ngSubmit {@link guide/expression Expression} to eval.
- *
- * @example
-   <doc:example>
-     <doc:source>
-      <script>
-        function Ctrl($scope) {
-          $scope.list = [];
-          $scope.text = 'hello';
-          $scope.submit = function() {
-            if (this.text) {
-              this.list.push(this.text);
-              this.text = '';
-            }
-          };
-        }
-      </script>
-      <form ng-submit="submit()" ng-controller="Ctrl">
-        Enter text and hit enter:
-        <input type="text" ng-model="text" name="text" />
-        <input type="submit" id="submit" value="Submit" />
-        <pre>list={{list}}</pre>
-      </form>
-     </doc:source>
-     <doc:scenario>
-       it('should check ng-submit', function() {
-         expect(binding('list')).toBe('[]');
-         element('.doc-example-live #submit').click();
-         expect(binding('list')).toBe('["hello"]');
-         expect(input('text').val()).toBe('');
-       });
-       it('should ignore empty strings', function() {
-         expect(binding('list')).toBe('[]');
-         element('.doc-example-live #submit').click();
-         element('.doc-example-live #submit').click();
-         expect(binding('list')).toBe('["hello"]');
-       });
-     </doc:scenario>
-   </doc:example>
- */
-var ngSubmitDirective = ngDirective(function(scope, element, attrs) {
-  element.bind('submit', function() {
-    scope.$apply(attrs.ngSubmit);
-  });
-});
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngInclude
- * @restrict ECA
- *
- * @description
- * Fetches, compiles and includes an external HTML fragment.
- *
- * Keep in mind that Same Origin Policy applies to included resources
- * (e.g. ngInclude won't work for cross-domain requests on all browsers and for
- *  file:// access on some browsers).
- *
- * @scope
- *
- * @param {string} ngInclude|src angular expression evaluating to URL. If the source is a string constant,
- *                 make sure you wrap it in quotes, e.g. `src="'myPartialTemplate.html'"`.
- * @param {string=} onload Expression to evaluate when a new partial is loaded.
- *
- * @param {string=} autoscroll Whether `ngInclude` should call {@link ng.$anchorScroll
- *                  $anchorScroll} to scroll the viewport after the content is loaded.
- *
- *                  - If the attribute is not set, disable scrolling.
- *                  - If the attribute is set without value, enable scrolling.
- *                  - Otherwise enable scrolling only if the expression evaluates to truthy value.
- *
- * @example
-  <example>
-    <file name="index.html">
-     <div ng-controller="Ctrl">
-       <select ng-model="template" ng-options="t.name for t in templates">
-        <option value="">(blank)</option>
-       </select>
-       url of the template: <tt>{{template.url}}</tt>
-       <hr/>
-       <div ng-include src="template.url"></div>
-     </div>
-    </file>
-    <file name="script.js">
-      function Ctrl($scope) {
-        $scope.templates =
-          [ { name: 'template1.html', url: 'template1.html'}
-          , { name: 'template2.html', url: 'template2.html'} ];
-        $scope.template = $scope.templates[0];
-      }
-     </file>
-    <file name="template1.html">
-      Content of template1.html
-    </file>
-    <file name="template2.html">
-      Content of template2.html
-    </file>
-    <file name="scenario.js">
-      it('should load template1.html', function() {
-       expect(element('.doc-example-live [ng-include]').text()).
-         toMatch(/Content of template1.html/);
-      });
-      it('should load template2.html', function() {
-       select('template').option('1');
-       expect(element('.doc-example-live [ng-include]').text()).
-         toMatch(/Content of template2.html/);
-      });
-      it('should change to blank', function() {
-       select('template').option('');
-       expect(element('.doc-example-live [ng-include]').text()).toEqual('');
-      });
-    </file>
-  </example>
- */
-
-
-/**
- * @ngdoc event
- * @name ng.directive:ngInclude#$includeContentLoaded
- * @eventOf ng.directive:ngInclude
- * @eventType emit on the current ngInclude scope
- * @description
- * Emitted every time the ngInclude content is reloaded.
- */
-var ngIncludeDirective = ['$http', '$templateCache', '$anchorScroll', '$compile',
-                  function($http,   $templateCache,   $anchorScroll,   $compile) {
-  return {
-    restrict: 'ECA',
-    terminal: true,
-    compile: function(element, attr) {
-      var srcExp = attr.ngInclude || attr.src,
-          onloadExp = attr.onload || '',
-          autoScrollExp = attr.autoscroll;
-
-      return function(scope, element) {
-        var changeCounter = 0,
-            childScope;
-
-        var clearContent = function() {
-          if (childScope) {
-            childScope.$destroy();
-            childScope = null;
-          }
-
-          element.html('');
-        };
-
-        scope.$watch(srcExp, function(src) {
-          var thisChangeId = ++changeCounter;
-
-          if (src) {
-            $http.get(src, {cache: $templateCache}).success(function(response) {
-              if (thisChangeId !== changeCounter) return;
-
-              if (childScope) childScope.$destroy();
-              childScope = scope.$new();
-
-              element.html(response);
-              $compile(element.contents())(childScope);
-
-              if (isDefined(autoScrollExp) && (!autoScrollExp || scope.$eval(autoScrollExp))) {
-                $anchorScroll();
-              }
-
-              childScope.$emit('$includeContentLoaded');
-              scope.$eval(onloadExp);
-            }).error(function() {
-              if (thisChangeId === changeCounter) clearContent();
-            });
-          } else clearContent();
-        });
-      };
-    }
-  };
-}];
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngInit
- *
- * @description
- * The `ngInit` directive specifies initialization tasks to be executed
- *  before the template enters execution mode during bootstrap.
- *
- * @element ANY
- * @param {expression} ngInit {@link guide/expression Expression} to eval.
- *
- * @example
-   <doc:example>
-     <doc:source>
-    <div ng-init="greeting='Hello'; person='World'">
-      {{greeting}} {{person}}!
-    </div>
-     </doc:source>
-     <doc:scenario>
-       it('should check greeting', function() {
-         expect(binding('greeting')).toBe('Hello');
-         expect(binding('person')).toBe('World');
-       });
-     </doc:scenario>
-   </doc:example>
- */
-var ngInitDirective = ngDirective({
-  compile: function() {
-    return {
-      pre: function(scope, element, attrs) {
-        scope.$eval(attrs.ngInit);
-      }
-    }
-  }
-});
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngNonBindable
- * @priority 1000
- *
- * @description
- * Sometimes it is necessary to write code which looks like bindings but which should be left alone
- * by angular. Use `ngNonBindable` to make angular ignore a chunk of HTML.
- *
- * @element ANY
- *
- * @example
- * In this example there are two location where a simple binding (`{{}}`) is present, but the one
- * wrapped in `ngNonBindable` is left alone.
- *
- * @example
-    <doc:example>
-      <doc:source>
-        <div>Normal: {{1 + 2}}</div>
-        <div ng-non-bindable>Ignored: {{1 + 2}}</div>
-      </doc:source>
-      <doc:scenario>
-       it('should check ng-non-bindable', function() {
-         expect(using('.doc-example-live').binding('1 + 2')).toBe('3');
-         expect(using('.doc-example-live').element('div:last').text()).
-           toMatch(/1 \+ 2/);
-       });
-      </doc:scenario>
-    </doc:example>
- */
-var ngNonBindableDirective = ngDirective({ terminal: true, priority: 1000 });
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngPluralize
- * @restrict EA
- *
- * @description
- * # Overview
- * `ngPluralize` is a directive that displays messages according to en-US localization rules.
- * These rules are bundled with angular.js and the rules can be overridden
- * (see {@link guide/i18n Angular i18n} dev guide). You configure ngPluralize directive
- * by specifying the mappings between
- * {@link http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html
- * plural categories} and the strings to be displayed.
- *
- * # Plural categories and explicit number rules
- * There are two
- * {@link http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html
- * plural categories} in Angular's default en-US locale: "one" and "other".
- *
- * While a pural category may match many numbers (for example, in en-US locale, "other" can match
- * any number that is not 1), an explicit number rule can only match one number. For example, the
- * explicit number rule for "3" matches the number 3. You will see the use of plural categories
- * and explicit number rules throughout later parts of this documentation.
- *
- * # Configuring ngPluralize
- * You configure ngPluralize by providing 2 attributes: `count` and `when`.
- * You can also provide an optional attribute, `offset`.
- *
- * The value of the `count` attribute can be either a string or an {@link guide/expression
- * Angular expression}; these are evaluated on the current scope for its bound value.
- *
- * The `when` attribute specifies the mappings between plural categories and the actual
- * string to be displayed. The value of the attribute should be a JSON object so that Angular
- * can interpret it correctly.
- *
- * The following example shows how to configure ngPluralize:
- *
- * <pre>
- * <ng-pluralize count="personCount"
-                 when="{'0': 'Nobody is viewing.',
- *                      'one': '1 person is viewing.',
- *                      'other': '{} people are viewing.'}">
- * </ng-pluralize>
- *</pre>
- *
- * In the example, `"0: Nobody is viewing."` is an explicit number rule. If you did not
- * specify this rule, 0 would be matched to the "other" category and "0 people are viewing"
- * would be shown instead of "Nobody is viewing". You can specify an explicit number rule for
- * other numbers, for example 12, so that instead of showing "12 people are viewing", you can
- * show "a dozen people are viewing".
- *
- * You can use a set of closed braces(`{}`) as a placeholder for the number that you want substituted
- * into pluralized strings. In the previous example, Angular will replace `{}` with
- * <span ng-non-bindable>`{{personCount}}`</span>. The closed braces `{}` is a placeholder
- * for <span ng-non-bindable>{{numberExpression}}</span>.
- *
- * # Configuring ngPluralize with offset
- * The `offset` attribute allows further customization of pluralized text, which can result in
- * a better user experience. For example, instead of the message "4 people are viewing this document",
- * you might display "John, Kate and 2 others are viewing this document".
- * The offset attribute allows you to offset a number by any desired value.
- * Let's take a look at an example:
- *
- * <pre>
- * <ng-pluralize count="personCount" offset=2
- *               when="{'0': 'Nobody is viewing.',
- *                      '1': '{{person1}} is viewing.',
- *                      '2': '{{person1}} and {{person2}} are viewing.',
- *                      'one': '{{person1}}, {{person2}} and one other person are viewing.',
- *                      'other': '{{person1}}, {{person2}} and {} other people are viewing.'}">
- * </ng-pluralize>
- * </pre>
- *
- * Notice that we are still using two plural categories(one, other), but we added
- * three explicit number rules 0, 1 and 2.
- * When one person, perhaps John, views the document, "John is viewing" will be shown.
- * When three people view the document, no explicit number rule is found, so
- * an offset of 2 is taken off 3, and Angular uses 1 to decide the plural category.
- * In this case, plural category 'one' is matched and "John, Marry and one other person are viewing"
- * is shown.
- *
- * Note that when you specify offsets, you must provide explicit number rules for
- * numbers from 0 up to and including the offset. If you use an offset of 3, for example,
- * you must provide explicit number rules for 0, 1, 2 and 3. You must also provide plural strings for
- * plural categories "one" and "other".
- *
- * @param {string|expression} count The variable to be bounded to.
- * @param {string} when The mapping between plural category to its correspoding strings.
- * @param {number=} offset Offset to deduct from the total number.
- *
- * @example
-    <doc:example>
-      <doc:source>
-        <script>
-          function Ctrl($scope) {
-            $scope.person1 = 'Igor';
-            $scope.person2 = 'Misko';
-            $scope.personCount = 1;
-          }
-        </script>
-        <div ng-controller="Ctrl">
-          Person 1:<input type="text" ng-model="person1" value="Igor" /><br/>
-          Person 2:<input type="text" ng-model="person2" value="Misko" /><br/>
-          Number of People:<input type="text" ng-model="personCount" value="1" /><br/>
-
-          <!--- Example with simple pluralization rules for en locale --->
-          Without Offset:
-          <ng-pluralize count="personCount"
-                        when="{'0': 'Nobody is viewing.',
-                               'one': '1 person is viewing.',
-                               'other': '{} people are viewing.'}">
-          </ng-pluralize><br>
-
-          <!--- Example with offset --->
-          With Offset(2):
-          <ng-pluralize count="personCount" offset=2
-                        when="{'0': 'Nobody is viewing.',
-                               '1': '{{person1}} is viewing.',
-                               '2': '{{person1}} and {{person2}} are viewing.',
-                               'one': '{{person1}}, {{person2}} and one other person are viewing.',
-                               'other': '{{person1}}, {{person2}} and {} other people are viewing.'}">
-          </ng-pluralize>
-        </div>
-      </doc:source>
-      <doc:scenario>
-        it('should show correct pluralized string', function() {
-          expect(element('.doc-example-live ng-pluralize:first').text()).
-                                             toBe('1 person is viewing.');
-          expect(element('.doc-example-live ng-pluralize:last').text()).
-                                                toBe('Igor is viewing.');
-
-          using('.doc-example-live').input('personCount').enter('0');
-          expect(element('.doc-example-live ng-pluralize:first').text()).
-                                               toBe('Nobody is viewing.');
-          expect(element('.doc-example-live ng-pluralize:last').text()).
-                                              toBe('Nobody is viewing.');
-
-          using('.doc-example-live').input('personCount').enter('2');
-          expect(element('.doc-example-live ng-pluralize:first').text()).
-                                            toBe('2 people are viewing.');
-          expect(element('.doc-example-live ng-pluralize:last').text()).
-                              toBe('Igor and Misko are viewing.');
-
-          using('.doc-example-live').input('personCount').enter('3');
-          expect(element('.doc-example-live ng-pluralize:first').text()).
-                                            toBe('3 people are viewing.');
-          expect(element('.doc-example-live ng-pluralize:last').text()).
-                              toBe('Igor, Misko and one other person are viewing.');
-
-          using('.doc-example-live').input('personCount').enter('4');
-          expect(element('.doc-example-live ng-pluralize:first').text()).
-                                            toBe('4 people are viewing.');
-          expect(element('.doc-example-live ng-pluralize:last').text()).
-                              toBe('Igor, Misko and 2 other people are viewing.');
-        });
-
-        it('should show data-binded names', function() {
-          using('.doc-example-live').input('personCount').enter('4');
-          expect(element('.doc-example-live ng-pluralize:last').text()).
-              toBe('Igor, Misko and 2 other people are viewing.');
-
-          using('.doc-example-live').input('person1').enter('Di');
-          using('.doc-example-live').input('person2').enter('Vojta');
-          expect(element('.doc-example-live ng-pluralize:last').text()).
-              toBe('Di, Vojta and 2 other people are viewing.');
-        });
-      </doc:scenario>
-    </doc:example>
- */
-var ngPluralizeDirective = ['$locale', '$interpolate', function($locale, $interpolate) {
-  var BRACE = /{}/g;
-  return {
-    restrict: 'EA',
-    link: function(scope, element, attr) {
-      var numberExp = attr.count,
-          whenExp = element.attr(attr.$attr.when), // this is because we have {{}} in attrs
-          offset = attr.offset || 0,
-          whens = scope.$eval(whenExp),
-          whensExpFns = {},
-          startSymbol = $interpolate.startSymbol(),
-          endSymbol = $interpolate.endSymbol();
-
-      forEach(whens, function(expression, key) {
-        whensExpFns[key] =
-          $interpolate(expression.replace(BRACE, startSymbol + numberExp + '-' +
-            offset + endSymbol));
-      });
-
-      scope.$watch(function() {
-        var value = parseFloat(scope.$eval(numberExp));
-
-        if (!isNaN(value)) {
-          //if explicit number rule such as 1, 2, 3... is defined, just use it. Otherwise,
-          //check it against pluralization rules in $locale service
-          if (!whens[value]) value = $locale.pluralCat(value - offset);
-           return whensExpFns[value](scope, element, true);
-        } else {
-          return '';
-        }
-      }, function(newVal) {
-        element.text(newVal);
-      });
-    }
-  };
-}];
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngRepeat
- *
- * @description
- * The `ngRepeat` directive instantiates a template once per item from a collection. Each template
- * instance gets its own scope, where the given loop variable is set to the current collection item,
- * and `$index` is set to the item index or key.
- *
- * Special properties are exposed on the local scope of each template instance, including:
- *
- *   * `$index` – `{number}` – iterator offset of the repeated element (0..length-1)
- *   * `$first` – `{boolean}` – true if the repeated element is first in the iterator.
- *   * `$middle` – `{boolean}` – true if the repeated element is between the first and last in the iterator.
- *   * `$last` – `{boolean}` – true if the repeated element is last in the iterator.
- *
- *
- * @element ANY
- * @scope
- * @priority 1000
- * @param {repeat_expression} ngRepeat The expression indicating how to enumerate a collection. Two
- *   formats are currently supported:
- *
- *   * `variable in expression` – where variable is the user defined loop variable and `expression`
- *     is a scope expression giving the collection to enumerate.
- *
- *     For example: `track in cd.tracks`.
- *
- *   * `(key, value) in expression` – where `key` and `value` can be any user defined identifiers,
- *     and `expression` is the scope expression giving the collection to enumerate.
- *
- *     For example: `(name, age) in {'adam':10, 'amalie':12}`.
- *
- * @example
- * This example initializes the scope to a list of names and
- * then uses `ngRepeat` to display every person:
-    <doc:example>
-      <doc:source>
-        <div ng-init="friends = [{name:'John', age:25}, {name:'Mary', age:28}]">
-          I have {{friends.length}} friends. They are:
-          <ul>
-            <li ng-repeat="friend in friends">
-              [{{$index + 1}}] {{friend.name}} who is {{friend.age}} years old.
-            </li>
-          </ul>
-        </div>
-      </doc:source>
-      <doc:scenario>
-         it('should check ng-repeat', function() {
-           var r = using('.doc-example-live').repeater('ul li');
-           expect(r.count()).toBe(2);
-           expect(r.row(0)).toEqual(["1","John","25"]);
-           expect(r.row(1)).toEqual(["2","Mary","28"]);
-         });
-      </doc:scenario>
-    </doc:example>
- */
-var ngRepeatDirective = ngDirective({
-  transclude: 'element',
-  priority: 1000,
-  terminal: true,
-  compile: function(element, attr, linker) {
-    return function(scope, iterStartElement, attr){
-      var expression = attr.ngRepeat;
-      var match = expression.match(/^\s*(.+)\s+in\s+(.*)\s*$/),
-        lhs, rhs, valueIdent, keyIdent;
-      if (! match) {
-        throw Error("Expected ngRepeat in form of '_item_ in _collection_' but got '" +
-          expression + "'.");
-      }
-      lhs = match[1];
-      rhs = match[2];
-      match = lhs.match(/^(?:([\$\w]+)|\(([\$\w]+)\s*,\s*([\$\w]+)\))$/);
-      if (!match) {
-        throw Error("'item' in 'item in collection' should be identifier or (key, value) but got '" +
-            lhs + "'.");
-      }
-      valueIdent = match[3] || match[1];
-      keyIdent = match[2];
-
-      // Store a list of elements from previous run. This is a hash where key is the item from the
-      // iterator, and the value is an array of objects with following properties.
-      //   - scope: bound scope
-      //   - element: previous element.
-      //   - index: position
-      // We need an array of these objects since the same object can be returned from the iterator.
-      // We expect this to be a rare case.
-      var lastOrder = new HashQueueMap();
-      scope.$watch(function(scope){
-        var index, length,
-            collection = scope.$eval(rhs),
-            collectionLength = size(collection, true),
-            childScope,
-            // Same as lastOrder but it has the current state. It will become the
-            // lastOrder on the next iteration.
-            nextOrder = new HashQueueMap(),
-            key, value, // key/value of iteration
-            array, last,       // last object information {scope, element, index}
-            cursor = iterStartElement;     // current position of the node
-
-        if (!isArray(collection)) {
-          // if object, extract keys, sort them and use to determine order of iteration over obj props
-          array = [];
-          for(key in collection) {
-            if (collection.hasOwnProperty(key) && key.charAt(0) != '$') {
-              array.push(key);
-            }
-          }
-          array.sort();
-        } else {
-          array = collection || [];
-        }
-
-        // we are not using forEach for perf reasons (trying to avoid #call)
-        for (index = 0, length = array.length; index < length; index++) {
-          key = (collection === array) ? index : array[index];
-          value = collection[key];
-          last = lastOrder.shift(value);
-          if (last) {
-            // if we have already seen this object, then we need to reuse the
-            // associated scope/element
-            childScope = last.scope;
-            nextOrder.push(value, last);
-
-            if (index === last.index) {
-              // do nothing
-              cursor = last.element;
-            } else {
-              // existing item which got moved
-              last.index = index;
-              // This may be a noop, if the element is next, but I don't know of a good way to
-              // figure this out,  since it would require extra DOM access, so let's just hope that
-              // the browsers realizes that it is noop, and treats it as such.
-              cursor.after(last.element);
-              cursor = last.element;
-            }
-          } else {
-            // new item which we don't know about
-            childScope = scope.$new();
-          }
-
-          childScope[valueIdent] = value;
-          if (keyIdent) childScope[keyIdent] = key;
-          childScope.$index = index;
-
-          childScope.$first = (index === 0);
-          childScope.$last = (index === (collectionLength - 1));
-          childScope.$middle = !(childScope.$first || childScope.$last);
-
-          if (!last) {
-            linker(childScope, function(clone){
-              cursor.after(clone);
-              last = {
-                  scope: childScope,
-                  element: (cursor = clone),
-                  index: index
-                };
-              nextOrder.push(value, last);
-            });
-          }
-        }
-
-        //shrink children
-        for (key in lastOrder) {
-          if (lastOrder.hasOwnProperty(key)) {
-            array = lastOrder[key];
-            while(array.length) {
-              value = array.pop();
-              value.element.remove();
-              value.scope.$destroy();
-            }
-          }
-        }
-
-        lastOrder = nextOrder;
-      });
-    };
-  }
-});
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngShow
- *
- * @description
- * The `ngShow` and `ngHide` directives show or hide a portion of the DOM tree (HTML)
- * conditionally.
- *
- * @element ANY
- * @param {expression} ngShow If the {@link guide/expression expression} is truthy
- *     then the element is shown or hidden respectively.
- *
- * @example
-   <doc:example>
-     <doc:source>
-        Click me: <input type="checkbox" ng-model="checked"><br/>
-        Show: <span ng-show="checked">I show up when your checkbox is checked.</span> <br/>
-        Hide: <span ng-hide="checked">I hide when your checkbox is checked.</span>
-     </doc:source>
-     <doc:scenario>
-       it('should check ng-show / ng-hide', function() {
-         expect(element('.doc-example-live span:first:hidden').count()).toEqual(1);
-         expect(element('.doc-example-live span:last:visible').count()).toEqual(1);
-
-         input('checked').check();
-
-         expect(element('.doc-example-live span:first:visible').count()).toEqual(1);
-         expect(element('.doc-example-live span:last:hidden').count()).toEqual(1);
-       });
-     </doc:scenario>
-   </doc:example>
- */
-//TODO(misko): refactor to remove element from the DOM
-var ngShowDirective = ngDirective(function(scope, element, attr){
-  scope.$watch(attr.ngShow, function(value){
-    element.css('display', toBoolean(value) ? '' : 'none');
-  });
-});
-
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngHide
- *
- * @description
- * The `ngHide` and `ngShow` directives hide or show a portion
- * of the HTML conditionally.
- *
- * @element ANY
- * @param {expression} ngHide If the {@link guide/expression expression} truthy then
- *     the element is shown or hidden respectively.
- *
- * @example
-   <doc:example>
-     <doc:source>
-        Click me: <input type="checkbox" ng-model="checked"><br/>
-        Show: <span ng-show="checked">I show up when you checkbox is checked?</span> <br/>
-        Hide: <span ng-hide="checked">I hide when you checkbox is checked?</span>
-     </doc:source>
-     <doc:scenario>
-       it('should check ng-show / ng-hide', function() {
-         expect(element('.doc-example-live span:first:hidden').count()).toEqual(1);
-         expect(element('.doc-example-live span:last:visible').count()).toEqual(1);
-
-         input('checked').check();
-
-         expect(element('.doc-example-live span:first:visible').count()).toEqual(1);
-         expect(element('.doc-example-live span:last:hidden').count()).toEqual(1);
-       });
-     </doc:scenario>
-   </doc:example>
- */
-//TODO(misko): refactor to remove element from the DOM
-var ngHideDirective = ngDirective(function(scope, element, attr){
-  scope.$watch(attr.ngHide, function(value){
-    element.css('display', toBoolean(value) ? 'none' : '');
-  });
-});
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngStyle
- *
- * @description
- * The `ngStyle` directive allows you to set CSS style on an HTML element conditionally.
- *
- * @element ANY
- * @param {expression} ngStyle {@link guide/expression Expression} which evals to an
- *      object whose keys are CSS style names and values are corresponding values for those CSS
- *      keys.
- *
- * @example
-   <example>
-     <file name="index.html">
-        <input type="button" value="set" ng-click="myStyle={color:'red'}">
-        <input type="button" value="clear" ng-click="myStyle={}">
-        <br/>
-        <span ng-style="myStyle">Sample Text</span>
-        <pre>myStyle={{myStyle}}</pre>
-     </file>
-     <file name="style.css">
-       span {
-         color: black;
-       }
-     </file>
-     <file name="scenario.js">
-       it('should check ng-style', function() {
-         expect(element('.doc-example-live span').css('color')).toBe('rgb(0, 0, 0)');
-         element('.doc-example-live :button[value=set]').click();
-         expect(element('.doc-example-live span').css('color')).toBe('rgb(255, 0, 0)');
-         element('.doc-example-live :button[value=clear]').click();
-         expect(element('.doc-example-live span').css('color')).toBe('rgb(0, 0, 0)');
-       });
-     </file>
-   </example>
- */
-var ngStyleDirective = ngDirective(function(scope, element, attr) {
-  scope.$watch(attr.ngStyle, function(newStyles, oldStyles) {
-    if (oldStyles && (newStyles !== oldStyles)) {
-      forEach(oldStyles, function(val, style) { element.css(style, '');});
-    }
-    if (newStyles) element.css(newStyles);
-  }, true);
-});
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngSwitch
- * @restrict EA
- *
- * @description
- * Conditionally change the DOM structure.
- *
- * @usageContent
- * <ANY ng-switch-when="matchValue1">...</ANY>
- *   <ANY ng-switch-when="matchValue2">...</ANY>
- *   ...
- *   <ANY ng-switch-default>...</ANY>
- *
- * @scope
- * @param {*} ngSwitch|on expression to match against <tt>ng-switch-when</tt>.
- * @paramDescription
- * On child elments add:
- *
- * * `ngSwitchWhen`: the case statement to match against. If match then this
- *   case will be displayed.
- * * `ngSwitchDefault`: the default case when no other casses match.
- *
- * @example
-    <doc:example>
-      <doc:source>
-        <script>
-          function Ctrl($scope) {
-            $scope.items = ['settings', 'home', 'other'];
-            $scope.selection = $scope.items[0];
-          }
-        </script>
-        <div ng-controller="Ctrl">
-          <select ng-model="selection" ng-options="item for item in items">
-          </select>
-          <tt>selection={{selection}}</tt>
-          <hr/>
-          <div ng-switch on="selection" >
-            <div ng-switch-when="settings">Settings Div</div>
-            <span ng-switch-when="home">Home Span</span>
-            <span ng-switch-default>default</span>
-          </div>
-        </div>
-      </doc:source>
-      <doc:scenario>
-        it('should start in settings', function() {
-         expect(element('.doc-example-live [ng-switch]').text()).toMatch(/Settings Div/);
-        });
-        it('should change to home', function() {
-         select('selection').option('home');
-         expect(element('.doc-example-live [ng-switch]').text()).toMatch(/Home Span/);
-        });
-        it('should select deafault', function() {
-         select('selection').option('other');
-         expect(element('.doc-example-live [ng-switch]').text()).toMatch(/default/);
-        });
-      </doc:scenario>
-    </doc:example>
- */
-var NG_SWITCH = 'ng-switch';
-var ngSwitchDirective = valueFn({
-  restrict: 'EA',
-  compile: function(element, attr) {
-    var watchExpr = attr.ngSwitch || attr.on,
-        cases = {};
-
-    element.data(NG_SWITCH, cases);
-    return function(scope, element){
-      var selectedTransclude,
-          selectedElement,
-          selectedScope;
-
-      scope.$watch(watchExpr, function(value) {
-        if (selectedElement) {
-          selectedScope.$destroy();
-          selectedElement.remove();
-          selectedElement = selectedScope = null;
-        }
-        if ((selectedTransclude = cases['!' + value] || cases['?'])) {
-          scope.$eval(attr.change);
-          selectedScope = scope.$new();
-          selectedTransclude(selectedScope, function(caseElement) {
-            selectedElement = caseElement;
-            element.append(caseElement);
-          });
-        }
-      });
-    };
-  }
-});
-
-var ngSwitchWhenDirective = ngDirective({
-  transclude: 'element',
-  priority: 500,
-  compile: function(element, attrs, transclude) {
-    var cases = element.inheritedData(NG_SWITCH);
-    assertArg(cases);
-    cases['!' + attrs.ngSwitchWhen] = transclude;
-  }
-});
-
-var ngSwitchDefaultDirective = ngDirective({
-  transclude: 'element',
-  priority: 500,
-  compile: function(element, attrs, transclude) {
-    var cases = element.inheritedData(NG_SWITCH);
-    assertArg(cases);
-    cases['?'] = transclude;
-  }
-});
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngTransclude
- *
- * @description
- * Insert the transcluded DOM here.
- *
- * @element ANY
- *
- * @example
-   <doc:example module="transclude">
-     <doc:source>
-       <script>
-         function Ctrl($scope) {
-           $scope.title = 'Lorem Ipsum';
-           $scope.text = 'Neque porro quisquam est qui dolorem ipsum quia dolor...';
-         }
-
-         angular.module('transclude', [])
-          .directive('pane', function(){
-             return {
-               restrict: 'E',
-               transclude: true,
-               scope: 'isolate',
-               locals: { title:'bind' },
-               template: '<div style="border: 1px solid black;">' +
-                           '<div style="background-color: gray">{{title}}</div>' +
-                           '<div ng-transclude></div>' +
-                         '</div>'
-             };
-         });
-       </script>
-       <div ng-controller="Ctrl">
-         <input ng-model="title"><br>
-         <textarea ng-model="text"></textarea> <br/>
-         <pane title="{{title}}">{{text}}</pane>
-       </div>
-     </doc:source>
-     <doc:scenario>
-        it('should have transcluded', function() {
-          input('title').enter('TITLE');
-          input('text').enter('TEXT');
-          expect(binding('title')).toEqual('TITLE');
-          expect(binding('text')).toEqual('TEXT');
-        });
-     </doc:scenario>
-   </doc:example>
- *
- */
-var ngTranscludeDirective = ngDirective({
-  controller: ['$transclude', '$element', function($transclude, $element) {
-    $transclude(function(clone) {
-      $element.append(clone);
-    });
-  }]
-});
-
-/**
- * @ngdoc directive
- * @name ng.directive:ngView
- * @restrict ECA
- *
- * @description
- * # Overview
- * `ngView` is a directive that complements the {@link ng.$route $route} service by
- * including the rendered template of the current route into the main layout (`index.html`) file.
- * Every time the current route changes, the included view changes with it according to the
- * configuration of the `$route` service.
- *
- * @scope
- * @example
-    <example module="ngView">
-      <file name="index.html">
-        <div ng-controller="MainCntl">
-          Choose:
-          <a href="Book/Moby">Moby</a> |
-          <a href="Book/Moby/ch/1">Moby: Ch1</a> |
-          <a href="Book/Gatsby">Gatsby</a> |
-          <a href="Book/Gatsby/ch/4?key=value">Gatsby: Ch4</a> |
-          <a href="Book/Scarlet">Scarlet Letter</a><br/>
-
-          <div ng-view></div>
-          <hr />
-
-          <pre>$location.path() = {{$location.path()}}</pre>
-          <pre>$route.current.template = {{$route.current.template}}</pre>
-          <pre>$route.current.params = {{$route.current.params}}</pre>
-          <pre>$route.current.scope.name = {{$route.current.scope.name}}</pre>
-          <pre>$routeParams = {{$routeParams}}</pre>
-        </div>
-      </file>
-
-      <file name="book.html">
-        controller: {{name}}<br />
-        Book Id: {{params.bookId}}<br />
-      </file>
-
-      <file name="chapter.html">
-        controller: {{name}}<br />
-        Book Id: {{params.bookId}}<br />
-        Chapter Id: {{params.chapterId}}
-      </file>
-
-      <file name="script.js">
-        angular.module('ngView', [], function($routeProvider, $locationProvider) {
-          $routeProvider.when('/Book/:bookId', {
-            templateUrl: 'book.html',
-            controller: BookCntl
-          });
-          $routeProvider.when('/Book/:bookId/ch/:chapterId', {
-            templateUrl: 'chapter.html',
-            controller: ChapterCntl
-          });
-
-          // configure html5 to get links working on jsfiddle
-          $locationProvider.html5Mode(true);
-        });
-
-        function MainCntl($scope, $route, $routeParams, $location) {
-          $scope.$route = $route;
-          $scope.$location = $location;
-          $scope.$routeParams = $routeParams;
-        }
-
-        function BookCntl($scope, $routeParams) {
-          $scope.name = "BookCntl";
-          $scope.params = $routeParams;
-        }
-
-        function ChapterCntl($scope, $routeParams) {
-          $scope.name = "ChapterCntl";
-          $scope.params = $routeParams;
-        }
-      </file>
-
-      <file name="scenario.js">
-        it('should load and compile correct template', function() {
-          element('a:contains("Moby: Ch1")').click();
-          var content = element('.doc-example-live [ng-view]').text();
-          expect(content).toMatch(/controller\: ChapterCntl/);
-          expect(content).toMatch(/Book Id\: Moby/);
-          expect(content).toMatch(/Chapter Id\: 1/);
-
-          element('a:contains("Scarlet")').click();
-          content = element('.doc-example-live [ng-view]').text();
-          expect(content).toMatch(/controller\: BookCntl/);
-          expect(content).toMatch(/Book Id\: Scarlet/);
-        });
-      </file>
-    </example>
- */
-
-
-/**
- * @ngdoc event
- * @name ng.directive:ngView#$viewContentLoaded
- * @eventOf ng.directive:ngView
- * @eventType emit on the current ngView scope
- * @description
- * Emitted every time the ngView content is reloaded.
- */
-var ngViewDirective = ['$http', '$templateCache', '$route', '$anchorScroll', '$compile',
-                       '$controller',
-               function($http,   $templateCache,   $route,   $anchorScroll,   $compile,
-                        $controller) {
-  return {
-    restrict: 'ECA',
-    terminal: true,
-    link: function(scope, element, attr) {
-      var lastScope,
-          onloadExp = attr.onload || '';
-
-      scope.$on('$routeChangeSuccess', update);
-      update();
-
-
-      function destroyLastScope() {
-        if (lastScope) {
-          lastScope.$destroy();
-          lastScope = null;
-        }
-      }
-
-      function clearContent() {
-        element.html('');
-        destroyLastScope();
-      }
-
-      function update() {
-        var locals = $route.current && $route.current.locals,
-            template = locals && locals.$template;
-
-        if (template) {
-          element.html(template);
-          destroyLastScope();
-
-          var link = $compile(element.contents()),
-              current = $route.current,
-              controller;
-
-          lastScope = current.scope = scope.$new();
-          if (current.controller) {
-            locals.$scope = lastScope;
-            controller = $controller(current.controller, locals);
-            element.contents().data('$ngControllerController', controller);
-          }
-
-          link(lastScope);
-          lastScope.$emit('$viewContentLoaded');
-          lastScope.$eval(onloadExp);
-
-          // $anchorScroll might listen on event...
-          $anchorScroll();
-        } else {
-          clearContent();
-        }
-      }
-    }
-  };
-}];
-
-/**
- * @ngdoc directive
- * @name ng.directive:script
- *
- * @description
- * Load content of a script tag, with type `text/ng-template`, into `$templateCache`, so that the
- * template can be used by `ngInclude`, `ngView` or directive templates.
- *
- * @restrict E
- * @param {'text/ng-template'} type must be set to `'text/ng-template'`
- *
- * @example
-  <doc:example>
-    <doc:source>
-      <script type="text/ng-template" id="/tpl.html">
-        Content of the template.
-      </script>
-
-      <a ng-click="currentTpl='/tpl.html'" id="tpl-link">Load inlined template</a>
-      <div id="tpl-content" ng-include src="currentTpl"></div>
-    </doc:source>
-    <doc:scenario>
-      it('should load template defined inside script tag', function() {
-        element('#tpl-link').click();
-        expect(element('#tpl-content').text()).toMatch(/Content of the template/);
-      });
-    </doc:scenario>
-  </doc:example>
- */
-var scriptDirective = ['$templateCache', function($templateCache) {
-  return {
-    restrict: 'E',
-    terminal: true,
-    compile: function(element, attr) {
-      if (attr.type == 'text/ng-template') {
-        var templateUrl = attr.id,
-            // IE is not consistent, in scripts we have to read .text but in other nodes we have to read .textContent
-            text = element[0].text;
-
-        $templateCache.put(templateUrl, text);
-      }
-    }
-  };
-}];
-
-/**
- * @ngdoc directive
- * @name ng.directive:select
- * @restrict E
- *
- * @description
- * HTML `SELECT` element with angular data-binding.
- *
- * # `ngOptions`
- *
- * Optionally `ngOptions` attribute can be used to dynamically generate a list of `<option>`
- * elements for a `<select>` element using an array or an object obtained by evaluating the
- * `ngOptions` expression.
- *˝˝
- * When an item in the select menu is select, the value of array element or object property
- * represented by the selected option will be bound to the model identified by the `ngModel`
- * directive of the parent select element.
- *
- * Optionally, a single hard-coded `<option>` element, with the value set to an empty string, can
- * be nested into the `<select>` element. This element will then represent `null` or "not selected"
- * option. See example below for demonstration.
- *
- * Note: `ngOptions` provides iterator facility for `<option>` element which should be used instead
- * of {@link ng.directive:ngRepeat ngRepeat} when you want the
- * `select` model to be bound to a non-string value. This is because an option element can currently
- * be bound to string values only.
- *
- * @param {string} name assignable expression to data-bind to.
- * @param {string=} required The control is considered valid only if value is entered.
- * @param {comprehension_expression=} ngOptions in one of the following forms:
- *
- *   * for array data sources:
- *     * `label` **`for`** `value` **`in`** `array`
- *     * `select` **`as`** `label` **`for`** `value` **`in`** `array`
- *     * `label`  **`group by`** `group` **`for`** `value` **`in`** `array`
- *     * `select` **`as`** `label` **`group by`** `group` **`for`** `value` **`in`** `array`
- *   * for object data sources:
- *     * `label` **`for (`**`key` **`,`** `value`**`) in`** `object`
- *     * `select` **`as`** `label` **`for (`**`key` **`,`** `value`**`) in`** `object`
- *     * `label` **`group by`** `group` **`for (`**`key`**`,`** `value`**`) in`** `object`
- *     * `select` **`as`** `label` **`group by`** `group`
- *         **`for` `(`**`key`**`,`** `value`**`) in`** `object`
- *
- * Where:
- *
- *   * `array` / `object`: an expression which evaluates to an array / object to iterate over.
- *   * `value`: local variable which will refer to each item in the `array` or each property value
- *      of `object` during iteration.
- *   * `key`: local variable which will refer to a property name in `object` during iteration.
- *   * `label`: The result of this expression will be the label for `<option>` element. The
- *     `expression` will most likely refer to the `value` variable (e.g. `value.propertyName`).
- *   * `select`: The result of this expression will be bound to the model of the parent `<select>`
- *      element. If not specified, `select` expression will default to `value`.
- *   * `group`: The result of this expression will be used to group options using the `<optgroup>`
- *      DOM element.
- *
- * @example
-    <doc:example>
-      <doc:source>
-        <script>
-        function MyCntrl($scope) {
-          $scope.colors = [
-            {name:'black', shade:'dark'},
-            {name:'white', shade:'light'},
-            {name:'red', shade:'dark'},
-            {name:'blue', shade:'dark'},
-            {name:'yellow', shade:'light'}
-          ];
-          $scope.color = $scope.colors[2]; // red
-        }
-        </script>
-        <div ng-controller="MyCntrl">
-          <ul>
-            <li ng-repeat="color in colors">
-              Name: <input ng-model="color.name">
-              [<a href ng-click="colors.splice($index, 1)">X</a>]
-            </li>
-            <li>
-              [<a href ng-click="colors.push({})">add</a>]
-            </li>
-          </ul>
-          <hr/>
-          Color (null not allowed):
-          <select ng-model="color" ng-options="c.name for c in colors"></select><br>
-
-          Color (null allowed):
-          <span  class="nullable">
-            <select ng-model="color" ng-options="c.name for c in colors">
-              <option value="">-- chose color --</option>
-            </select>
-          </span><br/>
-
-          Color grouped by shade:
-          <select ng-model="color" ng-options="c.name group by c.shade for c in colors">
-          </select><br/>
-
-
-          Select <a href ng-click="color={name:'not in list'}">bogus</a>.<br>
-          <hr/>
-          Currently selected: {{ {selected_color:color}  }}
-          <div style="border:solid 1px black; height:20px"
-               ng-style="{'background-color':color.name}">
-          </div>
-        </div>
-      </doc:source>
-      <doc:scenario>
-         it('should check ng-options', function() {
-           expect(binding('{selected_color:color}')).toMatch('red');
-           select('color').option('0');
-           expect(binding('{selected_color:color}')).toMatch('black');
-           using('.nullable').select('color').option('');
-           expect(binding('{selected_color:color}')).toMatch('null');
-         });
-      </doc:scenario>
-    </doc:example>
- */
-
-var ngOptionsDirective = valueFn({ terminal: true });
-var selectDirective = ['$compile', '$parse', function($compile,   $parse) {
-                         //00001111100000000000222200000000000000000000003333000000000000044444444444444444000000000555555555555555550000000666666666666666660000000000000007777
-  var NG_OPTIONS_REGEXP = /^\s*(.*?)(?:\s+as\s+(.*?))?(?:\s+group\s+by\s+(.*))?\s+for\s+(?:([\$\w][\$\w\d]*)|(?:\(\s*([\$\w][\$\w\d]*)\s*,\s*([\$\w][\$\w\d]*)\s*\)))\s+in\s+(.*)$/,
-      nullModelCtrl = {$setViewValue: noop};
-
-  return {
-    restrict: 'E',
-    require: ['select', '?ngModel'],
-    controller: ['$element', '$scope', '$attrs', function($element, $scope, $attrs) {
-      var self = this,
-          optionsMap = {},
-          ngModelCtrl = nullModelCtrl,
-          nullOption,
-          unknownOption;
-
-
-      self.databound = $attrs.ngModel;
-
-
-      self.init = function(ngModelCtrl_, nullOption_, unknownOption_) {
-        ngModelCtrl = ngModelCtrl_;
-        nullOption = nullOption_;
-        unknownOption = unknownOption_;
-      }
-
-
-      self.addOption = function(value) {
-        optionsMap[value] = true;
-
-        if (ngModelCtrl.$viewValue == value) {
-          $element.val(value);
-          if (unknownOption.parent()) unknownOption.remove();
-        }
-      };
-
-
-      self.removeOption = function(value) {
-        if (this.hasOption(value)) {
-          delete optionsMap[value];
-          if (ngModelCtrl.$viewValue == value) {
-            this.renderUnknownOption(value);
-          }
-        }
-      };
-
-
-      self.renderUnknownOption = function(val) {
-        var unknownVal = '? ' + hashKey(val) + ' ?';
-        unknownOption.val(unknownVal);
-        $element.prepend(unknownOption);
-        $element.val(unknownVal);
-        unknownOption.prop('selected', true); // needed for IE
-      }
-
-
-      self.hasOption = function(value) {
-        return optionsMap.hasOwnProperty(value);
-      }
-
-      $scope.$on('$destroy', function() {
-        // disable unknown option so that we don't do work when the whole select is being destroyed
-        self.renderUnknownOption = noop;
-      });
-    }],
-
-    link: function(scope, element, attr, ctrls) {
-      // if ngModel is not defined, we don't need to do anything
-      if (!ctrls[1]) return;
-
-      var selectCtrl = ctrls[0],
-          ngModelCtrl = ctrls[1],
-          multiple = attr.multiple,
-          optionsExp = attr.ngOptions,
-          nullOption = false, // if false, user will not be able to select it (used by ngOptions)
-          emptyOption,
-          // we can't just jqLite('<option>') since jqLite is not smart enough
-          // to create it in <select> and IE barfs otherwise.
-          optionTemplate = jqLite(document.createElement('option')),
-          optGroupTemplate =jqLite(document.createElement('optgroup')),
-          unknownOption = optionTemplate.clone();
-
-      // find "null" option
-      for(var i = 0, children = element.children(), ii = children.length; i < ii; i++) {
-        if (children[i].value == '') {
-          emptyOption = nullOption = children.eq(i);
-          break;
-        }
-      }
-
-      selectCtrl.init(ngModelCtrl, nullOption, unknownOption);
-
-      // required validator
-      if (multiple && (attr.required || attr.ngRequired)) {
-        var requiredValidator = function(value) {
-          ngModelCtrl.$setValidity('required', !attr.required || (value && value.length));
-          return value;
-        };
-
-        ngModelCtrl.$parsers.push(requiredValidator);
-        ngModelCtrl.$formatters.unshift(requiredValidator);
-
-        attr.$observe('required', function() {
-          requiredValidator(ngModelCtrl.$viewValue);
-        });
-      }
-
-      if (optionsExp) Options(scope, element, ngModelCtrl);
-      else if (multiple) Multiple(scope, element, ngModelCtrl);
-      else Single(scope, element, ngModelCtrl, selectCtrl);
-
-
-      ////////////////////////////
-
-
-
-      function Single(scope, selectElement, ngModelCtrl, selectCtrl) {
-        ngModelCtrl.$render = function() {
-          var viewValue = ngModelCtrl.$viewValue;
-
-          if (selectCtrl.hasOption(viewValue)) {
-            if (unknownOption.parent()) unknownOption.remove();
-            selectElement.val(viewValue);
-            if (viewValue === '') emptyOption.prop('selected', true); // to make IE9 happy
-          } else {
-            if (isUndefined(viewValue) && emptyOption) {
-              selectElement.val('');
-            } else {
-              selectCtrl.renderUnknownOption(viewValue);
-            }
-          }
-        };
-
-        selectElement.bind('change', function() {
-          scope.$apply(function() {
-            if (unknownOption.parent()) unknownOption.remove();
-            ngModelCtrl.$setViewValue(selectElement.val());
-          });
-        });
-      }
-
-      function Multiple(scope, selectElement, ctrl) {
-        var lastView;
-        ctrl.$render = function() {
-          var items = new HashMap(ctrl.$viewValue);
-          forEach(selectElement.children(), function(option) {
-            option.selected = isDefined(items.get(option.value));
-          });
-        };
-
-        // we have to do it on each watch since ngModel watches reference, but
-        // we need to work of an array, so we need to see if anything was inserted/removed
-        scope.$watch(function() {
-          if (!equals(lastView, ctrl.$viewValue)) {
-            lastView = copy(ctrl.$viewValue);
-            ctrl.$render();
-          }
-        });
-
-        selectElement.bind('change', function() {
-          scope.$apply(function() {
-            var array = [];
-            forEach(selectElement.children(), function(option) {
-              if (option.selected) {
-                array.push(option.value);
-              }
-            });
-            ctrl.$setViewValue(array);
-          });
-        });
-      }
-
-      function Options(scope, selectElement, ctrl) {
-        var match;
-
-        if (! (match = optionsExp.match(NG_OPTIONS_REGEXP))) {
-          throw Error(
-            "Expected ngOptions in form of '_select_ (as _label_)? for (_key_,)?_value_ in _collection_'" +
-            " but got '" + optionsExp + "'.");
-        }
-
-        var displayFn = $parse(match[2] || match[1]),
-            valueName = match[4] || match[6],
-            keyName = match[5],
-            groupByFn = $parse(match[3] || ''),
-            valueFn = $parse(match[2] ? match[1] : valueName),
-            valuesFn = $parse(match[7]),
-            // This is an array of array of existing option groups in DOM. We try to reuse these if possible
-            // optionGroupsCache[0] is the options with no option group
-            // optionGroupsCache[?][0] is the parent: either the SELECT or OPTGROUP element
-            optionGroupsCache = [[{element: selectElement, label:''}]];
-
-        if (nullOption) {
-          // compile the element since there might be bindings in it
-          $compile(nullOption)(scope);
-
-          // remove the class, which is added automatically because we recompile the element and it
-          // becomes the compilation root
-          nullOption.removeClass('ng-scope');
-
-          // we need to remove it before calling selectElement.html('') because otherwise IE will
-          // remove the label from the element. wtf?
-          nullOption.remove();
-        }
-
-        // clear contents, we'll add what's needed based on the model
-        selectElement.html('');
-
-        selectElement.bind('change', function() {
-          scope.$apply(function() {
-            var optionGroup,
-                collection = valuesFn(scope) || [],
-                locals = {},
-                key, value, optionElement, index, groupIndex, length, groupLength;
-
-            if (multiple) {
-              value = [];
-              for (groupIndex = 0, groupLength = optionGroupsCache.length;
-                   groupIndex < groupLength;
-                   groupIndex++) {
-                // list of options for that group. (first item has the parent)
-                optionGroup = optionGroupsCache[groupIndex];
-
-                for(index = 1, length = optionGroup.length; index < length; index++) {
-                  if ((optionElement = optionGroup[index].element)[0].selected) {
-                    key = optionElement.val();
-                    if (keyName) locals[keyName] = key;
-                    locals[valueName] = collection[key];
-                    value.push(valueFn(scope, locals));
-                  }
-                }
-              }
-            } else {
-              key = selectElement.val();
-              if (key == '?') {
-                value = undefined;
-              } else if (key == ''){
-                value = null;
-              } else {
-                locals[valueName] = collection[key];
-                if (keyName) locals[keyName] = key;
-                value = valueFn(scope, locals);
-              }
-            }
-            ctrl.$setViewValue(value);
-          });
-        });
-
-        ctrl.$render = render;
-
-        // TODO(vojta): can't we optimize this ?
-        scope.$watch(render);
-
-        function render() {
-          var optionGroups = {'':[]}, // Temporary location for the option groups before we render them
-              optionGroupNames = [''],
-              optionGroupName,
-              optionGroup,
-              option,
-              existingParent, existingOptions, existingOption,
-              modelValue = ctrl.$modelValue,
-              values = valuesFn(scope) || [],
-              keys = keyName ? sortedKeys(values) : values,
-              groupLength, length,
-              groupIndex, index,
-              locals = {},
-              selected,
-              selectedSet = false, // nothing is selected yet
-              lastElement,
-              element;
-
-          if (multiple) {
-            selectedSet = new HashMap(modelValue);
-          } else if (modelValue === null || nullOption) {
-            // if we are not multiselect, and we are null then we have to add the nullOption
-            optionGroups[''].push({selected:modelValue === null, id:'', label:''});
-            selectedSet = true;
-          }
-
-          // We now build up the list of options we need (we merge later)
-          for (index = 0; length = keys.length, index < length; index++) {
-               locals[valueName] = values[keyName ? locals[keyName]=keys[index]:index];
-               optionGroupName = groupByFn(scope, locals) || '';
-            if (!(optionGroup = optionGroups[optionGroupName])) {
-              optionGroup = optionGroups[optionGroupName] = [];
-              optionGroupNames.push(optionGroupName);
-            }
-            if (multiple) {
-              selected = selectedSet.remove(valueFn(scope, locals)) != undefined;
-            } else {
-              selected = modelValue === valueFn(scope, locals);
-              selectedSet = selectedSet || selected; // see if at least one item is selected
-            }
-            optionGroup.push({
-              id: keyName ? keys[index] : index,   // either the index into array or key from object
-              label: displayFn(scope, locals) || '', // what will be seen by the user
-              selected: selected                   // determine if we should be selected
-            });
-          }
-          if (!multiple && !selectedSet) {
-            // nothing was selected, we have to insert the undefined item
-            optionGroups[''].unshift({id:'?', label:'', selected:true});
-          }
-
-          // Now we need to update the list of DOM nodes to match the optionGroups we computed above
-          for (groupIndex = 0, groupLength = optionGroupNames.length;
-               groupIndex < groupLength;
-               groupIndex++) {
-            // current option group name or '' if no group
-            optionGroupName = optionGroupNames[groupIndex];
-
-            // list of options for that group. (first item has the parent)
-            optionGroup = optionGroups[optionGroupName];
-
-            if (optionGroupsCache.length <= groupIndex) {
-              // we need to grow the optionGroups
-              existingParent = {
-                element: optGroupTemplate.clone().attr('label', optionGroupName),
-                label: optionGroup.label
-              };
-              existingOptions = [existingParent];
-              optionGroupsCache.push(existingOptions);
-              selectElement.append(existingParent.element);
-            } else {
-              existingOptions = optionGroupsCache[groupIndex];
-              existingParent = existingOptions[0];  // either SELECT (no group) or OPTGROUP element
-
-              // update the OPTGROUP label if not the same.
-              if (existingParent.label != optionGroupName) {
-                existingParent.element.attr('label', existingParent.label = optionGroupName);
-              }
-            }
-
-            lastElement = null;  // start at the beginning
-            for(index = 0, length = optionGroup.length; index < length; index++) {
-              option = optionGroup[index];
-              if ((existingOption = existingOptions[index+1])) {
-                // reuse elements
-                lastElement = existingOption.element;
-                if (existingOption.label !== option.label) {
-                  lastElement.text(existingOption.label = option.label);
-                }
-                if (existingOption.id !== option.id) {
-                  lastElement.val(existingOption.id = option.id);
-                }
-                if (existingOption.element.selected !== option.selected) {
-                  lastElement.prop('selected', (existingOption.selected = option.selected));
-                }
-              } else {
-                // grow elements
-
-                // if it's a null option
-                if (option.id === '' && nullOption) {
-                  // put back the pre-compiled element
-                  element = nullOption;
-                } else {
-                  // jQuery(v1.4.2) Bug: We should be able to chain the method calls, but
-                  // in this version of jQuery on some browser the .text() returns a string
-                  // rather then the element.
-                  (element = optionTemplate.clone())
-                      .val(option.id)
-                      .attr('selected', option.selected)
-                      .text(option.label);
-                }
-
-                existingOptions.push(existingOption = {
-                    element: element,
-                    label: option.label,
-                    id: option.id,
-                    selected: option.selected
-                });
-                if (lastElement) {
-                  lastElement.after(element);
-                } else {
-                  existingParent.element.append(element);
-                }
-                lastElement = element;
-              }
-            }
-            // remove any excessive OPTIONs in a group
-            index++; // increment since the existingOptions[0] is parent element not OPTION
-            while(existingOptions.length > index) {
-              existingOptions.pop().element.remove();
-            }
-          }
-          // remove any excessive OPTGROUPs from select
-          while(optionGroupsCache.length > groupIndex) {
-            optionGroupsCache.pop()[0].element.remove();
-          }
-        }
-      }
-    }
-  }
-}];
-
-var optionDirective = ['$interpolate', function($interpolate) {
-  var nullSelectCtrl = {
-    addOption: noop,
-    removeOption: noop
-  };
-
-  return {
-    restrict: 'E',
-    priority: 100,
-    compile: function(element, attr) {
-      if (isUndefined(attr.value)) {
-        var interpolateFn = $interpolate(element.text(), true);
-        if (!interpolateFn) {
-          attr.$set('value', element.text());
-        }
-      }
-
-      return function (scope, element, attr) {
-        var selectCtrlName = '$selectController',
-            parent = element.parent(),
-            selectCtrl = parent.data(selectCtrlName) ||
-              parent.parent().data(selectCtrlName); // in case we are in optgroup
-
-        if (selectCtrl && selectCtrl.databound) {
-          // For some reason Opera defaults to true and if not overridden this messes up the repeater.
-          // We don't want the view to drive the initialization of the model anyway.
-          element.prop('selected', false);
-        } else {
-          selectCtrl = nullSelectCtrl;
-        }
-
-        if (interpolateFn) {
-          scope.$watch(interpolateFn, function(newVal, oldVal) {
-            attr.$set('value', newVal);
-            if (newVal !== oldVal) selectCtrl.removeOption(oldVal);
-            selectCtrl.addOption(newVal);
-          });
-        } else {
-          selectCtrl.addOption(attr.value);
-        }
-
-        element.bind('$destroy', function() {
-          selectCtrl.removeOption(attr.value);
-        });
-      };
-    }
-  }
-}];
-
-var styleDirective = valueFn({
-  restrict: 'E',
-  terminal: true
-});
-  //try to bind to jquery now so that one can write angular.element().read()
-  //but we will rebind on bootstrap again.
-  bindJQuery();
-
-  publishExternalAPI(angular);
-
-  jqLite(document).ready(function() {
-    angularInit(document, bootstrap);
-  });
-
-})(window, document);
-angular.element(document).find('head').append('<style type="text/css">@charset "UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak{display:none;}ng\\:form{display:block;}</style>');
\ No newline at end of file
diff --git a/lib/ember-1.0.0-pre.4.js b/lib/ember-1.0.0-pre.4.js
deleted file mode 100644 (file)
index f0a3f2c..0000000
+++ /dev/null
@@ -1,26049 +0,0 @@
-// Version: v1.0.0-pre.4
-// Last commit: 855db1a (2013-01-17 23:06:53 -0800)
-
-(function() {
-/*global __fail__*/
-
-/**
-Ember Debug
-
-@module ember
-@submodule ember-debug
-*/
-
-/**
-@class Ember
-*/
-
-if ('undefined' === typeof Ember) {
-  Ember = {};
-
-  if ('undefined' !== typeof window) {
-    window.Em = window.Ember = Em = Ember;
-  }
-}
-
-Ember.ENV = 'undefined' === typeof ENV ? {} : ENV;
-
-if (!('MANDATORY_SETTER' in Ember.ENV)) {
-  Ember.ENV.MANDATORY_SETTER = true; // default to true for debug dist
-}
-
-/**
-  Define an assertion that will throw an exception if the condition is not
-  met. Ember build tools will remove any calls to `Ember.assert()` when
-  doing a production build. Example:
-
-  ```javascript
-  // Test for truthiness
-  Ember.assert('Must pass a valid object', obj);
-  // Fail unconditionally
-  Ember.assert('This code path should never be run')
-  ```
-
-  @method assert
-  @param {String} desc A description of the assertion. This will become
-    the text of the Error thrown if the assertion fails.
-  @param {Boolean} test Must be truthy for the assertion to pass. If
-    falsy, an exception will be thrown.
-*/
-Ember.assert = function(desc, test) {
-  if (!test) throw new Error("assertion failed: "+desc);
-};
-
-
-/**
-  Display a warning with the provided message. Ember build tools will
-  remove any calls to `Ember.warn()` when doing a production build.
-
-  @method warn
-  @param {String} message A warning to display.
-  @param {Boolean} test An optional boolean. If falsy, the warning
-    will be displayed.
-*/
-Ember.warn = function(message, test) {
-  if (!test) {
-    Ember.Logger.warn("WARNING: "+message);
-    if ('trace' in Ember.Logger) Ember.Logger.trace();
-  }
-};
-
-/**
-  Display a deprecation warning with the provided message and a stack trace
-  (Chrome and Firefox only). Ember build tools will remove any calls to
-  `Ember.deprecate()` when doing a production build.
-
-  @method deprecate
-  @param {String} message A description of the deprecation.
-  @param {Boolean} test An optional boolean. If falsy, the deprecation
-    will be displayed.
-*/
-Ember.deprecate = function(message, test) {
-  if (Ember && Ember.TESTING_DEPRECATION) { return; }
-
-  if (arguments.length === 1) { test = false; }
-  if (test) { return; }
-
-  if (Ember && Ember.ENV.RAISE_ON_DEPRECATION) { throw new Error(message); }
-
-  var error;
-
-  // When using new Error, we can't do the arguments check for Chrome. Alternatives are welcome
-  try { __fail__.fail(); } catch (e) { error = e; }
-
-  if (Ember.LOG_STACKTRACE_ON_DEPRECATION && error.stack) {
-    var stack, stackStr = '';
-    if (error['arguments']) {
-      // Chrome
-      stack = error.stack.replace(/^\s+at\s+/gm, '').
-                          replace(/^([^\(]+?)([\n$])/gm, '{anonymous}($1)$2').
-                          replace(/^Object.<anonymous>\s*\(([^\)]+)\)/gm, '{anonymous}($1)').split('\n');
-      stack.shift();
-    } else {
-      // Firefox
-      stack = error.stack.replace(/(?:\n@:0)?\s+$/m, '').
-                          replace(/^\(/gm, '{anonymous}(').split('\n');
-    }
-
-    stackStr = "\n    " + stack.slice(2).join("\n    ");
-    message = message + stackStr;
-  }
-
-  Ember.Logger.warn("DEPRECATION: "+message);
-};
-
-
-
-/**
-  Display a deprecation warning with the provided message and a stack trace
-  (Chrome and Firefox only) when the wrapped method is called.
-
-  Ember build tools will not remove calls to `Ember.deprecateFunc()`, though
-  no warnings will be shown in production.
-
-  @method deprecateFunc
-  @param {String} message A description of the deprecation.
-  @param {Function} func The function to be deprecated.
-*/
-Ember.deprecateFunc = function(message, func) {
-  return function() {
-    Ember.deprecate(message);
-    return func.apply(this, arguments);
-  };
-};
-
-if ('undefined' !== typeof window) {
-  window.ember_assert         = Ember.deprecateFunc("ember_assert is deprecated. Please use Ember.assert instead.",               Ember.assert);
-  window.ember_warn           = Ember.deprecateFunc("ember_warn is deprecated. Please use Ember.warn instead.",                   Ember.warn);
-  window.ember_deprecate      = Ember.deprecateFunc("ember_deprecate is deprecated. Please use Ember.deprecate instead.",         Ember.deprecate);
-  window.ember_deprecateFunc  = Ember.deprecateFunc("ember_deprecateFunc is deprecated. Please use Ember.deprecateFunc instead.", Ember.deprecateFunc);
-}
-
-})();
-
-// Version: v1.0.0-pre.3-19-g015138e
-// Last commit: 015138e (2013-01-17 23:02:17 -0800)
-
-
-(function() {
-var define, requireModule;
-
-(function() {
-  var registry = {}, seen = {};
-
-  define = function(name, deps, callback) {
-    registry[name] = { deps: deps, callback: callback };
-  };
-
-  requireModule = function(name) {
-    if (seen[name]) { return seen[name]; }
-    seen[name] = {};
-
-    var mod = registry[name],
-        deps = mod.deps,
-        callback = mod.callback,
-        reified = [],
-        exports;
-
-    for (var i=0, l=deps.length; i<l; i++) {
-      if (deps[i] === 'exports') {
-        reified.push(exports = {});
-      } else {
-        reified.push(requireModule(deps[i]));
-      }
-    }
-
-    var value = callback.apply(this, reified);
-    return seen[name] = exports || value;
-  };
-})();
-(function() {
-/*globals Em:true ENV */
-
-/**
-@module ember
-@submodule ember-metal
-*/
-
-/**
-  All Ember methods and functions are defined inside of this namespace. You
-  generally should not add new properties to this namespace as it may be
-  overwritten by future versions of Ember.
-
-  You can also use the shorthand `Em` instead of `Ember`.
-
-  Ember-Runtime is a framework that provides core functions for Ember including
-  cross-platform functions, support for property observing and objects. Its
-  focus is on small size and performance. You can use this in place of or
-  along-side other cross-platform libraries such as jQuery.
-
-  The core Runtime framework is based on the jQuery API with a number of
-  performance optimizations.
-
-  @class Ember
-  @static
-  @version 1.0.0-pre.4
-*/
-
-if ('undefined' === typeof Ember) {
-  // Create core object. Make it act like an instance of Ember.Namespace so that
-  // objects assigned to it are given a sane string representation.
-  Ember = {};
-}
-
-// Default imports, exports and lookup to the global object;
-var imports = Ember.imports = Ember.imports || this;
-var exports = Ember.exports = Ember.exports || this;
-var lookup  = Ember.lookup  = Ember.lookup  || this;
-
-// aliases needed to keep minifiers from removing the global context
-exports.Em = exports.Ember = Em = Ember;
-
-// Make sure these are set whether Ember was already defined or not
-
-Ember.isNamespace = true;
-
-Ember.toString = function() { return "Ember"; };
-
-
-/**
-  @property VERSION
-  @type String
-  @default '1.0.0-pre.4'
-  @final
-*/
-Ember.VERSION = '1.0.0-pre.4';
-
-/**
-  Standard environmental variables. You can define these in a global `ENV`
-  variable before loading Ember to control various configuration
-  settings.
-
-  @property ENV
-  @type Hash
-*/
-Ember.ENV = Ember.ENV || ('undefined' === typeof ENV ? {} : ENV);
-
-Ember.config = Ember.config || {};
-
-// ..........................................................
-// BOOTSTRAP
-//
-
-/**
-  Determines whether Ember should enhances some built-in object prototypes to
-  provide a more friendly API. If enabled, a few methods will be added to
-  `Function`, `String`, and `Array`. `Object.prototype` will not be enhanced,
-  which is the one that causes most trouble for people.
-
-  In general we recommend leaving this option set to true since it rarely
-  conflicts with other code. If you need to turn it off however, you can
-  define an `ENV.EXTEND_PROTOTYPES` config to disable it.
-
-  @property EXTEND_PROTOTYPES
-  @type Boolean
-  @default true
-*/
-Ember.EXTEND_PROTOTYPES = Ember.ENV.EXTEND_PROTOTYPES;
-
-if (typeof Ember.EXTEND_PROTOTYPES === 'undefined') {
-  Ember.EXTEND_PROTOTYPES = true;
-}
-
-/**
-  Determines whether Ember logs a full stack trace during deprecation warnings
-
-  @property LOG_STACKTRACE_ON_DEPRECATION
-  @type Boolean
-  @default true
-*/
-Ember.LOG_STACKTRACE_ON_DEPRECATION = (Ember.ENV.LOG_STACKTRACE_ON_DEPRECATION !== false);
-
-/**
-  Determines whether Ember should add ECMAScript 5 shims to older browsers.
-
-  @property SHIM_ES5
-  @type Boolean
-  @default Ember.EXTEND_PROTOTYPES
-*/
-Ember.SHIM_ES5 = (Ember.ENV.SHIM_ES5 === false) ? false : Ember.EXTEND_PROTOTYPES;
-
-/**
-  Empty function. Useful for some operations.
-
-  @method K
-  @private
-  @return {Object}
-*/
-Ember.K = function() { return this; };
-
-
-// Stub out the methods defined by the ember-debug package in case it's not loaded
-
-if ('undefined' === typeof Ember.assert) { Ember.assert = Ember.K; }
-if ('undefined' === typeof Ember.warn) { Ember.warn = Ember.K; }
-if ('undefined' === typeof Ember.deprecate) { Ember.deprecate = Ember.K; }
-if ('undefined' === typeof Ember.deprecateFunc) {
-  Ember.deprecateFunc = function(_, func) { return func; };
-}
-
-// These are deprecated but still supported
-
-if ('undefined' === typeof ember_assert) { exports.ember_assert = Ember.K; }
-if ('undefined' === typeof ember_warn) { exports.ember_warn = Ember.K; }
-if ('undefined' === typeof ember_deprecate) { exports.ember_deprecate = Ember.K; }
-if ('undefined' === typeof ember_deprecateFunc) {
-  exports.ember_deprecateFunc = function(_, func) { return func; };
-}
-
-/**
-  Previously we used `Ember.$.uuid`, however `$.uuid` has been removed from
-  jQuery master. We'll just bootstrap our own uuid now.
-
-  @property uuid
-  @type Number
-  @private
-*/
-Ember.uuid = 0;
-
-// ..........................................................
-// LOGGER
-//
-
-/**
-  Inside Ember-Metal, simply uses the `imports.console` object.
-  Override this to provide more robust logging functionality.
-
-  @class Logger
-  @namespace Ember
-*/
-Ember.Logger = imports.console || { log: Ember.K, warn: Ember.K, error: Ember.K, info: Ember.K, debug: Ember.K };
-
-
-// ..........................................................
-// ERROR HANDLING
-//
-
-/**
-  A function may be assigned to `Ember.onerror` to be called when Ember
-  internals encounter an error. This is useful for specialized error handling
-  and reporting code.
-
-  @event onerror
-  @for Ember
-  @param {Exception} error the error object
-*/
-Ember.onerror = null;
-
-/**
-  @private
-
-  Wrap code block in a try/catch if {{#crossLink "Ember/onerror"}}{{/crossLink}} is set.
-
-  @method handleErrors
-  @for Ember
-  @param {Function} func
-  @param [context]
-*/
-Ember.handleErrors = function(func, context) {
-  // Unfortunately in some browsers we lose the backtrace if we rethrow the existing error,
-  // so in the event that we don't have an `onerror` handler we don't wrap in a try/catch
-  if ('function' === typeof Ember.onerror) {
-    try {
-      return func.apply(context || this);
-    } catch (error) {
-      Ember.onerror(error);
-    }
-  } else {
-    return func.apply(context || this);
-  }
-};
-
-Ember.merge = function(original, updates) {
-  for (var prop in updates) {
-    if (!updates.hasOwnProperty(prop)) { continue; }
-    original[prop] = updates[prop];
-  }
-};
-
-})();
-
-
-
-(function() {
-/*globals Node */
-/**
-@module ember-metal
-*/
-
-/**
-  Platform specific methods and feature detectors needed by the framework.
-
-  @class platform
-  @namespace Ember
-  @static
-*/
-var platform = Ember.platform = {};
-
-
-/**
-  Identical to `Object.create()`. Implements if not available natively.
-
-  @method create
-  @for Ember
-*/
-Ember.create = Object.create;
-
-// STUB_OBJECT_CREATE allows us to override other libraries that stub
-// Object.create different than we would prefer
-if (!Ember.create || Ember.ENV.STUB_OBJECT_CREATE) {
-  var K = function() {};
-
-  Ember.create = function(obj, props) {
-    K.prototype = obj;
-    obj = new K();
-    if (props) {
-      K.prototype = obj;
-      for (var prop in props) {
-        K.prototype[prop] = props[prop].value;
-      }
-      obj = new K();
-    }
-    K.prototype = null;
-
-    return obj;
-  };
-
-  Ember.create.isSimulated = true;
-}
-
-var defineProperty = Object.defineProperty;
-var canRedefineProperties, canDefinePropertyOnDOM;
-
-// Catch IE8 where Object.defineProperty exists but only works on DOM elements
-if (defineProperty) {
-  try {
-    defineProperty({}, 'a',{get:function(){}});
-  } catch (e) {
-    defineProperty = null;
-  }
-}
-
-if (defineProperty) {
-  // Detects a bug in Android <3.2 where you cannot redefine a property using
-  // Object.defineProperty once accessors have already been set.
-  canRedefineProperties = (function() {
-    var obj = {};
-
-    defineProperty(obj, 'a', {
-      configurable: true,
-      enumerable: true,
-      get: function() { },
-      set: function() { }
-    });
-
-    defineProperty(obj, 'a', {
-      configurable: true,
-      enumerable: true,
-      writable: true,
-      value: true
-    });
-
-    return obj.a === true;
-  })();
-
-  // This is for Safari 5.0, which supports Object.defineProperty, but not
-  // on DOM nodes.
-  canDefinePropertyOnDOM = (function(){
-    try {
-      defineProperty(document.createElement('div'), 'definePropertyOnDOM', {});
-      return true;
-    } catch(e) { }
-
-    return false;
-  })();
-
-  if (!canRedefineProperties) {
-    defineProperty = null;
-  } else if (!canDefinePropertyOnDOM) {
-    defineProperty = function(obj, keyName, desc){
-      var isNode;
-
-      if (typeof Node === "object") {
-        isNode = obj instanceof Node;
-      } else {
-        isNode = typeof obj === "object" && typeof obj.nodeType === "number" && typeof obj.nodeName === "string";
-      }
-
-      if (isNode) {
-        // TODO: Should we have a warning here?
-        return (obj[keyName] = desc.value);
-      } else {
-        return Object.defineProperty(obj, keyName, desc);
-      }
-    };
-  }
-}
-
-/**
-@class platform
-@namespace Ember
-*/
-
-/**
-  Identical to `Object.defineProperty()`. Implements as much functionality
-  as possible if not available natively.
-
-  @method defineProperty
-  @param {Object} obj The object to modify
-  @param {String} keyName property name to modify
-  @param {Object} desc descriptor hash
-  @return {void}
-*/
-platform.defineProperty = defineProperty;
-
-/**
-  Set to true if the platform supports native getters and setters.
-
-  @property hasPropertyAccessors
-  @final
-*/
-platform.hasPropertyAccessors = true;
-
-if (!platform.defineProperty) {
-  platform.hasPropertyAccessors = false;
-
-  platform.defineProperty = function(obj, keyName, desc) {
-    if (!desc.get) { obj[keyName] = desc.value; }
-  };
-
-  platform.defineProperty.isSimulated = true;
-}
-
-if (Ember.ENV.MANDATORY_SETTER && !platform.hasPropertyAccessors) {
-  Ember.ENV.MANDATORY_SETTER = false;
-}
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-
-var o_defineProperty = Ember.platform.defineProperty,
-    o_create = Ember.create,
-    // Used for guid generation...
-    GUID_KEY = '__ember'+ (+ new Date()),
-    uuid         = 0,
-    numberCache  = [],
-    stringCache  = {};
-
-var MANDATORY_SETTER = Ember.ENV.MANDATORY_SETTER;
-
-/**
-  @private
-
-  A unique key used to assign guids and other private metadata to objects.
-  If you inspect an object in your browser debugger you will often see these.
-  They can be safely ignored.
-
-  On browsers that support it, these properties are added with enumeration
-  disabled so they won't show up when you iterate over your properties.
-
-  @property GUID_KEY
-  @for Ember
-  @type String
-  @final
-*/
-Ember.GUID_KEY = GUID_KEY;
-
-var GUID_DESC = {
-  writable:    false,
-  configurable: false,
-  enumerable:  false,
-  value: null
-};
-
-/**
-  @private
-
-  Generates a new guid, optionally saving the guid to the object that you
-  pass in. You will rarely need to use this method. Instead you should
-  call `Ember.guidFor(obj)`, which return an existing guid if available.
-
-  @method generateGuid
-  @for Ember
-  @param {Object} [obj] Object the guid will be used for. If passed in, the guid will
-    be saved on the object and reused whenever you pass the same object
-    again.
-
-    If no object is passed, just generate a new guid.
-  @param {String} [prefix] Prefix to place in front of the guid. Useful when you want to
-    separate the guid into separate namespaces.
-  @return {String} the guid
-*/
-Ember.generateGuid = function generateGuid(obj, prefix) {
-  if (!prefix) prefix = 'ember';
-  var ret = (prefix + (uuid++));
-  if (obj) {
-    GUID_DESC.value = ret;
-    o_defineProperty(obj, GUID_KEY, GUID_DESC);
-  }
-  return ret ;
-};
-
-/**
-  @private
-
-  Returns a unique id for the object. If the object does not yet have a guid,
-  one will be assigned to it. You can call this on any object,
-  `Ember.Object`-based or not, but be aware that it will add a `_guid`
-  property.
-
-  You can also use this method on DOM Element objects.
-
-  @method guidFor
-  @for Ember
-  @param obj {Object} any object, string, number, Element, or primitive
-  @return {String} the unique guid for this instance.
-*/
-Ember.guidFor = function guidFor(obj) {
-
-  // special cases where we don't want to add a key to object
-  if (obj === undefined) return "(undefined)";
-  if (obj === null) return "(null)";
-
-  var cache, ret;
-  var type = typeof obj;
-
-  // Don't allow prototype changes to String etc. to change the guidFor
-  switch(type) {
-    case 'number':
-      ret = numberCache[obj];
-      if (!ret) ret = numberCache[obj] = 'nu'+obj;
-      return ret;
-
-    case 'string':
-      ret = stringCache[obj];
-      if (!ret) ret = stringCache[obj] = 'st'+(uuid++);
-      return ret;
-
-    case 'boolean':
-      return obj ? '(true)' : '(false)';
-
-    default:
-      if (obj[GUID_KEY]) return obj[GUID_KEY];
-      if (obj === Object) return '(Object)';
-      if (obj === Array)  return '(Array)';
-      ret = 'ember'+(uuid++);
-      GUID_DESC.value = ret;
-      o_defineProperty(obj, GUID_KEY, GUID_DESC);
-      return ret;
-  }
-};
-
-// ..........................................................
-// META
-//
-
-var META_DESC = {
-  writable:    true,
-  configurable: false,
-  enumerable:  false,
-  value: null
-};
-
-var META_KEY = Ember.GUID_KEY+'_meta';
-
-/**
-  The key used to store meta information on object for property observing.
-
-  @property META_KEY
-  @for Ember
-  @private
-  @final
-  @type String
-*/
-Ember.META_KEY = META_KEY;
-
-// Placeholder for non-writable metas.
-var EMPTY_META = {
-  descs: {},
-  watching: {}
-};
-
-if (MANDATORY_SETTER) { EMPTY_META.values = {}; }
-
-Ember.EMPTY_META = EMPTY_META;
-
-if (Object.freeze) Object.freeze(EMPTY_META);
-
-var isDefinePropertySimulated = Ember.platform.defineProperty.isSimulated;
-
-function Meta(obj) {
-  this.descs = {};
-  this.watching = {};
-  this.cache = {};
-  this.source = obj;
-}
-
-if (isDefinePropertySimulated) {
-  // on platforms that don't support enumerable false
-  // make meta fail jQuery.isPlainObject() to hide from
-  // jQuery.extend() by having a property that fails
-  // hasOwnProperty check.
-  Meta.prototype.__preventPlainObject__ = true;
-
-  // Without non-enumerable properties, meta objects will be output in JSON
-  // unless explicitly suppressed
-  Meta.prototype.toJSON = function () { };
-}
-
-/**
-  Retrieves the meta hash for an object. If `writable` is true ensures the
-  hash is writable for this object as well.
-
-  The meta object contains information about computed property descriptors as
-  well as any watched properties and other information. You generally will
-  not access this information directly but instead work with higher level
-  methods that manipulate this hash indirectly.
-
-  @method meta
-  @for Ember
-  @private
-
-  @param {Object} obj The object to retrieve meta for
-  @param {Boolean} [writable=true] Pass `false` if you do not intend to modify
-    the meta hash, allowing the method to avoid making an unnecessary copy.
-  @return {Hash}
-*/
-Ember.meta = function meta(obj, writable) {
-
-  var ret = obj[META_KEY];
-  if (writable===false) return ret || EMPTY_META;
-
-  if (!ret) {
-    if (!isDefinePropertySimulated) o_defineProperty(obj, META_KEY, META_DESC);
-
-    ret = new Meta(obj);
-
-    if (MANDATORY_SETTER) { ret.values = {}; }
-
-    obj[META_KEY] = ret;
-
-    // make sure we don't accidentally try to create constructor like desc
-    ret.descs.constructor = null;
-
-  } else if (ret.source !== obj) {
-    if (!isDefinePropertySimulated) o_defineProperty(obj, META_KEY, META_DESC);
-
-    ret = o_create(ret);
-    ret.descs    = o_create(ret.descs);
-    ret.watching = o_create(ret.watching);
-    ret.cache    = {};
-    ret.source   = obj;
-
-    if (MANDATORY_SETTER) { ret.values = o_create(ret.values); }
-
-    obj[META_KEY] = ret;
-  }
-  return ret;
-};
-
-Ember.getMeta = function getMeta(obj, property) {
-  var meta = Ember.meta(obj, false);
-  return meta[property];
-};
-
-Ember.setMeta = function setMeta(obj, property, value) {
-  var meta = Ember.meta(obj, true);
-  meta[property] = value;
-  return value;
-};
-
-/**
-  @private
-
-  In order to store defaults for a class, a prototype may need to create
-  a default meta object, which will be inherited by any objects instantiated
-  from the class's constructor.
-
-  However, the properties of that meta object are only shallow-cloned,
-  so if a property is a hash (like the event system's `listeners` hash),
-  it will by default be shared across all instances of that class.
-
-  This method allows extensions to deeply clone a series of nested hashes or
-  other complex objects. For instance, the event system might pass
-  `['listeners', 'foo:change', 'ember157']` to `prepareMetaPath`, which will
-  walk down the keys provided.
-
-  For each key, if the key does not exist, it is created. If it already
-  exists and it was inherited from its constructor, the constructor's
-  key is cloned.
-
-  You can also pass false for `writable`, which will simply return
-  undefined if `prepareMetaPath` discovers any part of the path that
-  shared or undefined.
-
-  @method metaPath
-  @for Ember
-  @param {Object} obj The object whose meta we are examining
-  @param {Array} path An array of keys to walk down
-  @param {Boolean} writable whether or not to create a new meta
-    (or meta property) if one does not already exist or if it's
-    shared with its constructor
-*/
-Ember.metaPath = function metaPath(obj, path, writable) {
-  var meta = Ember.meta(obj, writable), keyName, value;
-
-  for (var i=0, l=path.length; i<l; i++) {
-    keyName = path[i];
-    value = meta[keyName];
-
-    if (!value) {
-      if (!writable) { return undefined; }
-      value = meta[keyName] = { __ember_source__: obj };
-    } else if (value.__ember_source__ !== obj) {
-      if (!writable) { return undefined; }
-      value = meta[keyName] = o_create(value);
-      value.__ember_source__ = obj;
-    }
-
-    meta = value;
-  }
-
-  return value;
-};
-
-/**
-  @private
-
-  Wraps the passed function so that `this._super` will point to the superFunc
-  when the function is invoked. This is the primitive we use to implement
-  calls to super.
-
-  @method wrap
-  @for Ember
-  @param {Function} func The function to call
-  @param {Function} superFunc The super function.
-  @return {Function} wrapped function.
-*/
-Ember.wrap = function(func, superFunc) {
-  function K() {}
-
-  function superWrapper() {
-    var ret, sup = this._super;
-    this._super = superFunc || K;
-    ret = func.apply(this, arguments);
-    this._super = sup;
-    return ret;
-  }
-
-  superWrapper.wrappedFunction = func;
-  superWrapper.__ember_observes__ = func.__ember_observes__;
-  superWrapper.__ember_observesBefore__ = func.__ember_observesBefore__;
-
-  return superWrapper;
-};
-
-/**
-  Returns true if the passed object is an array or Array-like.
-
-  Ember Array Protocol:
-
-    - the object has an objectAt property
-    - the object is a native Array
-    - the object is an Object, and has a length property
-
-  Unlike `Ember.typeOf` this method returns true even if the passed object is
-  not formally array but appears to be array-like (i.e. implements `Ember.Array`)
-
-  ```javascript
-  Ember.isArray();                                            // false
-  Ember.isArray([]);                                          // true
-  Ember.isArray( Ember.ArrayProxy.create({ content: [] }) );  // true
-  ```
-
-  @method isArray
-  @for Ember
-  @param {Object} obj The object to test
-  @return {Boolean}
-*/
-Ember.isArray = function(obj) {
-  if (!obj || obj.setInterval) { return false; }
-  if (Array.isArray && Array.isArray(obj)) { return true; }
-  if (Ember.Array && Ember.Array.detect(obj)) { return true; }
-  if ((obj.length !== undefined) && 'object'===typeof obj) { return true; }
-  return false;
-};
-
-/**
-  Forces the passed object to be part of an array. If the object is already
-  an array or array-like, returns the object. Otherwise adds the object to
-  an array. If obj is `null` or `undefined`, returns an empty array.
-
-  ```javascript
-  Ember.makeArray();                           // []
-  Ember.makeArray(null);                       // []
-  Ember.makeArray(undefined);                  // []
-  Ember.makeArray('lindsay');                  // ['lindsay']
-  Ember.makeArray([1,2,42]);                   // [1,2,42]
-
-  var controller = Ember.ArrayProxy.create({ content: [] });
-  Ember.makeArray(controller) === controller;  // true
-  ```
-
-  @method makeArray
-  @for Ember
-  @param {Object} obj the object
-  @return {Array}
-*/
-Ember.makeArray = function(obj) {
-  if (obj === null || obj === undefined) { return []; }
-  return Ember.isArray(obj) ? obj : [obj];
-};
-
-function canInvoke(obj, methodName) {
-  return !!(obj && typeof obj[methodName] === 'function');
-}
-
-/**
-  Checks to see if the `methodName` exists on the `obj`.
-
-  @method canInvoke
-  @for Ember
-  @param {Object} obj The object to check for the method
-  @param {String} methodName The method name to check for
-*/
-Ember.canInvoke = canInvoke;
-
-/**
-  Checks to see if the `methodName` exists on the `obj`,
-  and if it does, invokes it with the arguments passed.
-
-  @method tryInvoke
-  @for Ember
-  @param {Object} obj The object to check for the method
-  @param {String} methodName The method name to check for
-  @param {Array} [args] The arguments to pass to the method
-  @return {anything} the return value of the invoked method or undefined if it cannot be invoked
-*/
-Ember.tryInvoke = function(obj, methodName, args) {
-  if (canInvoke(obj, methodName)) {
-    return obj[methodName].apply(obj, args || []);
-  }
-};
-
-// https://github.com/emberjs/ember.js/pull/1617
-var needsFinallyFix = (function() {
-  var count = 0;
-  try{
-    try { }
-    finally {
-      count++;
-      throw new Error('needsFinallyFixTest');
-    }
-  } catch (e) {}
-
-  return count !== 1;
-})();
-
-/**
-  Provides try { } finally { } functionality, while working
-  around Safari's double finally bug.
-
-  @method tryFinally
-  @for Ember
-  @param {Function} function The function to run the try callback
-  @param {Function} function The function to run the finally callback
-  @param [binding]
-  @return {anything} The return value is the that of the finalizer,
-  unless that valueis undefined, in which case it is the return value
-  of the tryable
-*/
-
-if (needsFinallyFix) {
-  Ember.tryFinally = function(tryable, finalizer, binding) {
-    var result, finalResult, finalError;
-
-    binding = binding || this;
-
-    try {
-      result = tryable.call(binding);
-    } finally {
-      try {
-        finalResult = finalizer.call(binding);
-      } catch (e){
-        finalError = e;
-      }
-    }
-
-    if (finalError) { throw finalError; }
-
-    return (finalResult === undefined) ? result : finalResult;
-  };
-} else {
-  Ember.tryFinally = function(tryable, finalizer, binding) {
-    var result, finalResult;
-
-    binding = binding || this;
-
-    try {
-      result = tryable.call(binding);
-    } finally {
-      finalResult = finalizer.call(binding);
-    }
-
-    return (finalResult === undefined) ? result : finalResult;
-  };
-}
-
-/**
-  Provides try { } catch finally { } functionality, while working
-  around Safari's double finally bug.
-
-  @method tryCatchFinally
-  @for Ember
-  @param {Function} function The function to run the try callback
-  @param {Function} function The function to run the catchable callback
-  @param {Function} function The function to run the finally callback
-  @param [binding]
-  @return {anything} The return value is the that of the finalizer,
-  unless that value is undefined, in which case it is the return value
-  of the tryable.
-*/
-if (needsFinallyFix) {
-  Ember.tryCatchFinally = function(tryable, catchable, finalizer, binding) {
-    var result, finalResult, finalError, finalReturn;
-
-    binding = binding || this;
-
-    try {
-      result = tryable.call(binding);
-    } catch(error) {
-      result = catchable.call(binding, error);
-    } finally {
-      try {
-        finalResult = finalizer.call(binding);
-      } catch (e){
-        finalError = e;
-      }
-    }
-
-    if (finalError) { throw finalError; }
-
-    return (finalResult === undefined) ? result : finalResult;
-  };
-} else {
-  Ember.tryCatchFinally = function(tryable, catchable, finalizer, binding) {
-    var result, finalResult;
-
-    binding = binding || this;
-
-    try {
-      result = tryable.call(binding);
-    } catch(error) {
-      result = catchable.call(binding, error);
-    } finally {
-      finalResult = finalizer.call(binding);
-    }
-
-    return (finalResult === undefined) ? result : finalResult;
-  };
-}
-
-})();
-
-
-
-(function() {
-// Ember.tryCatchFinally
-
-/**
-  The purpose of the Ember Instrumentation module is
-  to provide efficient, general-purpose instrumentation
-  for Ember.
-
-  Subscribe to a listener by using `Ember.subscribe`:
-
-  ```javascript
-  Ember.subscribe("render", {
-    before: function(name, timestamp, payload) {
-
-    },
-
-    after: function(name, timestamp, payload) {
-
-    }
-  });
-  ```
-
-  If you return a value from the `before` callback, that same
-  value will be passed as a fourth parameter to the `after`
-  callback.
-
-  Instrument a block of code by using `Ember.instrument`:
-
-  ```javascript
-  Ember.instrument("render.handlebars", payload, function() {
-    // rendering logic
-  }, binding);
-  ```
-
-  Event names passed to `Ember.instrument` are namespaced
-  by periods, from more general to more specific. Subscribers
-  can listen for events by whatever level of granularity they
-  are interested in.
-
-  In the above example, the event is `render.handlebars`,
-  and the subscriber listened for all events beginning with
-  `render`. It would receive callbacks for events named
-  `render`, `render.handlebars`, `render.container`, or
-  even `render.handlebars.layout`.
-
-  @class Instrumentation
-  @namespace Ember
-  @static
-*/
-Ember.Instrumentation = {};
-
-var subscribers = [], cache = {};
-
-var populateListeners = function(name) {
-  var listeners = [], subscriber;
-
-  for (var i=0, l=subscribers.length; i<l; i++) {
-    subscriber = subscribers[i];
-    if (subscriber.regex.test(name)) {
-      listeners.push(subscriber.object);
-    }
-  }
-
-  cache[name] = listeners;
-  return listeners;
-};
-
-var time = (function() {
-       var perf = 'undefined' !== typeof window ? window.performance || {} : {};
-       var fn = perf.now || perf.mozNow || perf.webkitNow || perf.msNow || perf.oNow;
-       // fn.bind will be available in all the browsers that support the advanced window.performance... ;-)
-       return fn ? fn.bind(perf) : function() { return +new Date(); };
-})();
-
-
-Ember.Instrumentation.instrument = function(name, payload, callback, binding) {
-  var listeners = cache[name], timeName, ret;
-
-  if (Ember.STRUCTURED_PROFILE) {
-    timeName = name + ": " + payload.object;
-    console.time(timeName);
-  }
-
-  if (!listeners) {
-    listeners = populateListeners(name);
-  }
-
-  if (listeners.length === 0) {
-    ret = callback.call(binding);
-    if (Ember.STRUCTURED_PROFILE) { console.timeEnd(timeName); }
-    return ret;
-  }
-
-  var beforeValues = [], listener, i, l;
-
-  function tryable(){
-    for (i=0, l=listeners.length; i<l; i++) {
-      listener = listeners[i];
-      beforeValues[i] = listener.before(name, time(), payload);
-    }
-
-    return callback.call(binding);
-  }
-
-  function catchable(e){
-    payload = payload || {};
-    payload.exception = e;
-  }
-
-  function finalizer() {
-    for (i=0, l=listeners.length; i<l; i++) {
-      listener = listeners[i];
-      listener.after(name, time(), payload, beforeValues[i]);
-    }
-
-    if (Ember.STRUCTURED_PROFILE) {
-      console.timeEnd(timeName);
-    }
-  }
-
-  return Ember.tryCatchFinally(tryable, catchable, finalizer);
-};
-
-Ember.Instrumentation.subscribe = function(pattern, object) {
-  var paths = pattern.split("."), path, regex = [];
-
-  for (var i=0, l=paths.length; i<l; i++) {
-    path = paths[i];
-    if (path === "*") {
-      regex.push("[^\\.]*");
-    } else {
-      regex.push(path);
-    }
-  }
-
-  regex = regex.join("\\.");
-  regex = regex + "(\\..*)?";
-
-  var subscriber = {
-    pattern: pattern,
-    regex: new RegExp("^" + regex + "$"),
-    object: object
-  };
-
-  subscribers.push(subscriber);
-  cache = {};
-
-  return subscriber;
-};
-
-Ember.Instrumentation.unsubscribe = function(subscriber) {
-  var index;
-
-  for (var i=0, l=subscribers.length; i<l; i++) {
-    if (subscribers[i] === subscriber) {
-      index = i;
-    }
-  }
-
-  subscribers.splice(index, 1);
-  cache = {};
-};
-
-Ember.Instrumentation.reset = function() {
-  subscribers = [];
-  cache = {};
-};
-
-Ember.instrument = Ember.Instrumentation.instrument;
-Ember.subscribe = Ember.Instrumentation.subscribe;
-
-})();
-
-
-
-(function() {
-/*jshint newcap:false*/
-
-/**
-@module ember-metal
-*/
-
-// NOTE: There is a bug in jshint that doesn't recognize `Object()` without `new`
-// as being ok unless both `newcap:false` and not `use strict`.
-// https://github.com/jshint/jshint/issues/392
-
-// Testing this is not ideal, but we want to use native functions
-// if available, but not to use versions created by libraries like Prototype
-var isNativeFunc = function(func) {
-  // This should probably work in all browsers likely to have ES5 array methods
-  return func && Function.prototype.toString.call(func).indexOf('[native code]') > -1;
-};
-
-// From: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/array/map
-var arrayMap = isNativeFunc(Array.prototype.map) ? Array.prototype.map : function(fun /*, thisp */) {
-  //"use strict";
-
-  if (this === void 0 || this === null) {
-    throw new TypeError();
-  }
-
-  var t = Object(this);
-  var len = t.length >>> 0;
-  if (typeof fun !== "function") {
-    throw new TypeError();
-  }
-
-  var res = new Array(len);
-  var thisp = arguments[1];
-  for (var i = 0; i < len; i++) {
-    if (i in t) {
-      res[i] = fun.call(thisp, t[i], i, t);
-    }
-  }
-
-  return res;
-};
-
-// From: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/array/foreach
-var arrayForEach = isNativeFunc(Array.prototype.forEach) ? Array.prototype.forEach : function(fun /*, thisp */) {
-  //"use strict";
-
-  if (this === void 0 || this === null) {
-    throw new TypeError();
-  }
-
-  var t = Object(this);
-  var len = t.length >>> 0;
-  if (typeof fun !== "function") {
-    throw new TypeError();
-  }
-
-  var thisp = arguments[1];
-  for (var i = 0; i < len; i++) {
-    if (i in t) {
-      fun.call(thisp, t[i], i, t);
-    }
-  }
-};
-
-var arrayIndexOf = isNativeFunc(Array.prototype.indexOf) ? Array.prototype.indexOf : function (obj, fromIndex) {
-  if (fromIndex === null || fromIndex === undefined) { fromIndex = 0; }
-  else if (fromIndex < 0) { fromIndex = Math.max(0, this.length + fromIndex); }
-  for (var i = fromIndex, j = this.length; i < j; i++) {
-    if (this[i] === obj) { return i; }
-  }
-  return -1;
-};
-
-Ember.ArrayPolyfills = {
-  map: arrayMap,
-  forEach: arrayForEach,
-  indexOf: arrayIndexOf
-};
-
-var utils = Ember.EnumerableUtils = {
-  map: function(obj, callback, thisArg) {
-    return obj.map ? obj.map.call(obj, callback, thisArg) : arrayMap.call(obj, callback, thisArg);
-  },
-
-  forEach: function(obj, callback, thisArg) {
-    return obj.forEach ? obj.forEach.call(obj, callback, thisArg) : arrayForEach.call(obj, callback, thisArg);
-  },
-
-  indexOf: function(obj, element, index) {
-    return obj.indexOf ? obj.indexOf.call(obj, element, index) : arrayIndexOf.call(obj, element, index);
-  },
-
-  indexesOf: function(obj, elements) {
-    return elements === undefined ? [] : utils.map(elements, function(item) {
-      return utils.indexOf(obj, item);
-    });
-  },
-
-  addObject: function(array, item) {
-    var index = utils.indexOf(array, item);
-    if (index === -1) { array.push(item); }
-  },
-
-  removeObject: function(array, item) {
-    var index = utils.indexOf(array, item);
-    if (index !== -1) { array.splice(index, 1); }
-  },
-
-  replace: function(array, idx, amt, objects) {
-    if (array.replace) {
-      return array.replace(idx, amt, objects);
-    } else {
-      var args = Array.prototype.concat.apply([idx, amt], objects);
-      return array.splice.apply(array, args);
-    }
-  }
-};
-
-
-if (Ember.SHIM_ES5) {
-  if (!Array.prototype.map) {
-    Array.prototype.map = arrayMap;
-  }
-
-  if (!Array.prototype.forEach) {
-    Array.prototype.forEach = arrayForEach;
-  }
-
-  if (!Array.prototype.indexOf) {
-    Array.prototype.indexOf = arrayIndexOf;
-  }
-}
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-/*
-  JavaScript (before ES6) does not have a Map implementation. Objects,
-  which are often used as dictionaries, may only have Strings as keys.
-
-  Because Ember has a way to get a unique identifier for every object
-  via `Ember.guidFor`, we can implement a performant Map with arbitrary
-  keys. Because it is commonly used in low-level bookkeeping, Map is
-  implemented as a pure JavaScript object for performance.
-
-  This implementation follows the current iteration of the ES6 proposal for
-  maps (http://wiki.ecmascript.org/doku.php?id=harmony:simple_maps_and_sets),
-  with two exceptions. First, because we need our implementation to be pleasant
-  on older browsers, we do not use the `delete` name (using `remove` instead).
-  Second, as we do not have the luxury of in-VM iteration, we implement a
-  forEach method for iteration.
-
-  Map is mocked out to look like an Ember object, so you can do
-  `Ember.Map.create()` for symmetry with other Ember classes.
-*/
-var guidFor = Ember.guidFor,
-    indexOf = Ember.ArrayPolyfills.indexOf;
-
-var copy = function(obj) {
-  var output = {};
-
-  for (var prop in obj) {
-    if (obj.hasOwnProperty(prop)) { output[prop] = obj[prop]; }
-  }
-
-  return output;
-};
-
-var copyMap = function(original, newObject) {
-  var keys = original.keys.copy(),
-      values = copy(original.values);
-
-  newObject.keys = keys;
-  newObject.values = values;
-
-  return newObject;
-};
-
-/**
-  This class is used internally by Ember and Ember Data.
-  Please do not use it at this time. We plan to clean it up
-  and add many tests soon.
-
-  @class OrderedSet
-  @namespace Ember
-  @constructor
-  @private
-*/
-var OrderedSet = Ember.OrderedSet = function() {
-  this.clear();
-};
-
-/**
-  @method create
-  @static
-  @return {Ember.OrderedSet}
-*/
-OrderedSet.create = function() {
-  return new OrderedSet();
-};
-
-
-OrderedSet.prototype = {
-  /**
-    @method clear
-  */
-  clear: function() {
-    this.presenceSet = {};
-    this.list = [];
-  },
-
-  /**
-    @method add
-    @param obj
-  */
-  add: function(obj) {
-    var guid = guidFor(obj),
-        presenceSet = this.presenceSet,
-        list = this.list;
-
-    if (guid in presenceSet) { return; }
-
-    presenceSet[guid] = true;
-    list.push(obj);
-  },
-
-  /**
-    @method remove
-    @param obj
-  */
-  remove: function(obj) {
-    var guid = guidFor(obj),
-        presenceSet = this.presenceSet,
-        list = this.list;
-
-    delete presenceSet[guid];
-
-    var index = indexOf.call(list, obj);
-    if (index > -1) {
-      list.splice(index, 1);
-    }
-  },
-
-  /**
-    @method isEmpty
-    @return {Boolean}
-  */
-  isEmpty: function() {
-    return this.list.length === 0;
-  },
-
-  /**
-    @method has
-    @param obj
-    @return {Boolean}
-  */
-  has: function(obj) {
-    var guid = guidFor(obj),
-        presenceSet = this.presenceSet;
-
-    return guid in presenceSet;
-  },
-
-  /**
-    @method forEach
-    @param {Function} function
-    @param target
-  */
-  forEach: function(fn, self) {
-    // allow mutation during iteration
-    var list = this.list.slice();
-
-    for (var i = 0, j = list.length; i < j; i++) {
-      fn.call(self, list[i]);
-    }
-  },
-
-  /**
-    @method toArray
-    @return {Array}
-  */
-  toArray: function() {
-    return this.list.slice();
-  },
-
-  /**
-    @method copy
-    @return {Ember.OrderedSet}
-  */
-  copy: function() {
-    var set = new OrderedSet();
-
-    set.presenceSet = copy(this.presenceSet);
-    set.list = this.list.slice();
-
-    return set;
-  }
-};
-
-/**
-  A Map stores values indexed by keys. Unlike JavaScript's
-  default Objects, the keys of a Map can be any JavaScript
-  object.
-
-  Internally, a Map has two data structures:
-
-  1. `keys`: an OrderedSet of all of the existing keys
-  2. `values`: a JavaScript Object indexed by the `Ember.guidFor(key)`
-
-  When a key/value pair is added for the first time, we
-  add the key to the `keys` OrderedSet, and create or
-  replace an entry in `values`. When an entry is deleted,
-  we delete its entry in `keys` and `values`.
-
-  @class Map
-  @namespace Ember
-  @private
-  @constructor
-*/
-var Map = Ember.Map = function() {
-  this.keys = Ember.OrderedSet.create();
-  this.values = {};
-};
-
-/**
-  @method create
-  @static
-*/
-Map.create = function() {
-  return new Map();
-};
-
-Map.prototype = {
-  /**
-    Retrieve the value associated with a given key.
-
-    @method get
-    @param {anything} key
-    @return {anything} the value associated with the key, or `undefined`
-  */
-  get: function(key) {
-    var values = this.values,
-        guid = guidFor(key);
-
-    return values[guid];
-  },
-
-  /**
-    Adds a value to the map. If a value for the given key has already been
-    provided, the new value will replace the old value.
-
-    @method set
-    @param {anything} key
-    @param {anything} value
-  */
-  set: function(key, value) {
-    var keys = this.keys,
-        values = this.values,
-        guid = guidFor(key);
-
-    keys.add(key);
-    values[guid] = value;
-  },
-
-  /**
-    Removes a value from the map for an associated key.
-
-    @method remove
-    @param {anything} key
-    @return {Boolean} true if an item was removed, false otherwise
-  */
-  remove: function(key) {
-    // don't use ES6 "delete" because it will be annoying
-    // to use in browsers that are not ES6 friendly;
-    var keys = this.keys,
-        values = this.values,
-        guid = guidFor(key),
-        value;
-
-    if (values.hasOwnProperty(guid)) {
-      keys.remove(key);
-      value = values[guid];
-      delete values[guid];
-      return true;
-    } else {
-      return false;
-    }
-  },
-
-  /**
-    Check whether a key is present.
-
-    @method has
-    @param {anything} key
-    @return {Boolean} true if the item was present, false otherwise
-  */
-  has: function(key) {
-    var values = this.values,
-        guid = guidFor(key);
-
-    return values.hasOwnProperty(guid);
-  },
-
-  /**
-    Iterate over all the keys and values. Calls the function once
-    for each key, passing in the key and value, in that order.
-
-    The keys are guaranteed to be iterated over in insertion order.
-
-    @method forEach
-    @param {Function} callback
-    @param {anything} self if passed, the `this` value inside the
-      callback. By default, `this` is the map.
-  */
-  forEach: function(callback, self) {
-    var keys = this.keys,
-        values = this.values;
-
-    keys.forEach(function(key) {
-      var guid = guidFor(key);
-      callback.call(self, key, values[guid]);
-    });
-  },
-
-  /**
-    @method copy
-    @return {Ember.Map}
-  */
-  copy: function() {
-    return copyMap(this, new Map());
-  }
-};
-
-/**
-  @class MapWithDefault
-  @namespace Ember
-  @extends Ember.Map
-  @private
-  @constructor
-  @param [options]
-    @param {anything} [options.defaultValue]
-*/
-var MapWithDefault = Ember.MapWithDefault = function(options) {
-  Map.call(this);
-  this.defaultValue = options.defaultValue;
-};
-
-/**
-  @method create
-  @static
-  @param [options]
-    @param {anything} [options.defaultValue]
-  @return {Ember.MapWithDefault|Ember.Map} If options are passed, returns 
-    `Ember.MapWithDefault` otherwise returns `Ember.Map`
-*/
-MapWithDefault.create = function(options) {
-  if (options) {
-    return new MapWithDefault(options);
-  } else {
-    return new Map();
-  }
-};
-
-MapWithDefault.prototype = Ember.create(Map.prototype);
-
-/**
-  Retrieve the value associated with a given key.
-
-  @method get
-  @param {anything} key
-  @return {anything} the value associated with the key, or the default value
-*/
-MapWithDefault.prototype.get = function(key) {
-  var hasValue = this.has(key);
-
-  if (hasValue) {
-    return Map.prototype.get.call(this, key);
-  } else {
-    var defaultValue = this.defaultValue(key);
-    this.set(key, defaultValue);
-    return defaultValue;
-  }
-};
-
-/**
-  @method copy
-  @return {Ember.MapWithDefault}
-*/
-MapWithDefault.prototype.copy = function() {
-  return copyMap(this, new MapWithDefault({
-    defaultValue: this.defaultValue
-  }));
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var META_KEY = Ember.META_KEY, get, set;
-
-var MANDATORY_SETTER = Ember.ENV.MANDATORY_SETTER;
-
-var IS_GLOBAL = /^([A-Z$]|([0-9][A-Z$]))/;
-var IS_GLOBAL_PATH = /^([A-Z$]|([0-9][A-Z$])).*[\.\*]/;
-var HAS_THIS  = /^this[\.\*]/;
-var FIRST_KEY = /^([^\.\*]+)/;
-
-// ..........................................................
-// GET AND SET
-//
-// If we are on a platform that supports accessors we can get use those.
-// Otherwise simulate accessors by looking up the property directly on the
-// object.
-
-/**
-  Gets the value of a property on an object. If the property is computed,
-  the function will be invoked. If the property is not defined but the
-  object implements the `unknownProperty` method then that will be invoked.
-
-  If you plan to run on IE8 and older browsers then you should use this
-  method anytime you want to retrieve a property on an object that you don't
-  know for sure is private. (Properties beginning with an underscore '_' 
-  are considered private.)
-
-  On all newer browsers, you only need to use this method to retrieve
-  properties if the property might not be defined on the object and you want
-  to respect the `unknownProperty` handler. Otherwise you can ignore this
-  method.
-
-  Note that if the object itself is `undefined`, this method will throw
-  an error.
-
-  @method get
-  @for Ember
-  @param {Object} obj The object to retrieve from.
-  @param {String} keyName The property key to retrieve
-  @return {Object} the property value or `null`.
-*/
-get = function get(obj, keyName) {
-  // Helpers that operate with 'this' within an #each
-  if (keyName === '') {
-    return obj;
-  }
-
-  if (!keyName && 'string'===typeof obj) {
-    keyName = obj;
-    obj = null;
-  }
-
-  if (!obj || keyName.indexOf('.') !== -1) {
-    Ember.assert("Cannot call get with '"+ keyName +"' on an undefined object.", obj !== undefined);
-    return getPath(obj, keyName);
-  }
-
-  Ember.assert("You need to provide an object and key to `get`.", !!obj && keyName);
-
-  var meta = obj[META_KEY], desc = meta && meta.descs[keyName], ret;
-  if (desc) {
-    return desc.get(obj, keyName);
-  } else {
-    if (MANDATORY_SETTER && meta && meta.watching[keyName] > 0) {
-      ret = meta.values[keyName];
-    } else {
-      ret = obj[keyName];
-    }
-
-    if (ret === undefined &&
-        'object' === typeof obj && !(keyName in obj) && 'function' === typeof obj.unknownProperty) {
-      return obj.unknownProperty(keyName);
-    }
-
-    return ret;
-  }
-};
-
-/**
-  Sets the value of a property on an object, respecting computed properties
-  and notifying observers and other listeners of the change. If the
-  property is not defined but the object implements the `unknownProperty`
-  method then that will be invoked as well.
-
-  If you plan to run on IE8 and older browsers then you should use this
-  method anytime you want to set a property on an object that you don't
-  know for sure is private. (Properties beginning with an underscore '_' 
-  are considered private.)
-
-  On all newer browsers, you only need to use this method to set
-  properties if the property might not be defined on the object and you want
-  to respect the `unknownProperty` handler. Otherwise you can ignore this
-  method.
-
-  @method set
-  @for Ember
-  @param {Object} obj The object to modify.
-  @param {String} keyName The property key to set
-  @param {Object} value The value to set
-  @return {Object} the passed value.
-*/
-set = function set(obj, keyName, value, tolerant) {
-  if (typeof obj === 'string') {
-    Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
-    value = keyName;
-    keyName = obj;
-    obj = null;
-  }
-
-  if (!obj || keyName.indexOf('.') !== -1) {
-    return setPath(obj, keyName, value, tolerant);
-  }
-
-  Ember.assert("You need to provide an object and key to `set`.", !!obj && keyName !== undefined);
-  Ember.assert('calling set on destroyed object', !obj.isDestroyed);
-
-  var meta = obj[META_KEY], desc = meta && meta.descs[keyName],
-      isUnknown, currentValue;
-  if (desc) {
-    desc.set(obj, keyName, value);
-  } else {
-    isUnknown = 'object' === typeof obj && !(keyName in obj);
-
-    // setUnknownProperty is called if `obj` is an object,
-    // the property does not already exist, and the
-    // `setUnknownProperty` method exists on the object
-    if (isUnknown && 'function' === typeof obj.setUnknownProperty) {
-      obj.setUnknownProperty(keyName, value);
-    } else if (meta && meta.watching[keyName] > 0) {
-      if (MANDATORY_SETTER) {
-        currentValue = meta.values[keyName];
-      } else {
-        currentValue = obj[keyName];
-      }
-      // only trigger a change if the value has changed
-      if (value !== currentValue) {
-        Ember.propertyWillChange(obj, keyName);
-        if (MANDATORY_SETTER) {
-          if (currentValue === undefined && !(keyName in obj)) {
-            Ember.defineProperty(obj, keyName, null, value); // setup mandatory setter
-          } else {
-            meta.values[keyName] = value;
-          }
-        } else {
-          obj[keyName] = value;
-        }
-        Ember.propertyDidChange(obj, keyName);
-      }
-    } else {
-      obj[keyName] = value;
-    }
-  }
-  return value;
-};
-
-// Currently used only by Ember Data tests
-if (Ember.config.overrideAccessors) {
-  Ember.get = get;
-  Ember.set = set;
-  Ember.config.overrideAccessors();
-  get = Ember.get;
-  set = Ember.set;
-}
-
-function firstKey(path) {
-  return path.match(FIRST_KEY)[0];
-}
-
-// assumes path is already normalized
-function normalizeTuple(target, path) {
-  var hasThis  = HAS_THIS.test(path),
-      isGlobal = !hasThis && IS_GLOBAL_PATH.test(path),
-      key;
-
-  if (!target || isGlobal) target = Ember.lookup;
-  if (hasThis) path = path.slice(5);
-
-  if (target === Ember.lookup) {
-    key = firstKey(path);
-    target = get(target, key);
-    path   = path.slice(key.length+1);
-  }
-
-  // must return some kind of path to be valid else other things will break.
-  if (!path || path.length===0) throw new Error('Invalid Path');
-
-  return [ target, path ];
-}
-
-function getPath(root, path) {
-  var hasThis, parts, tuple, idx, len;
-
-  // If there is no root and path is a key name, return that
-  // property from the global object.
-  // E.g. get('Ember') -> Ember
-  if (root === null && path.indexOf('.') === -1) { return get(Ember.lookup, path); }
-
-  // detect complicated paths and normalize them
-  hasThis  = HAS_THIS.test(path);
-
-  if (!root || hasThis) {
-    tuple = normalizeTuple(root, path);
-    root = tuple[0];
-    path = tuple[1];
-    tuple.length = 0;
-  }
-
-  parts = path.split(".");
-  len = parts.length;
-  for (idx=0; root && idx<len; idx++) {
-    root = get(root, parts[idx], true);
-    if (root && root.isDestroyed) { return undefined; }
-  }
-  return root;
-}
-
-function setPath(root, path, value, tolerant) {
-  var keyName;
-
-  // get the last part of the path
-  keyName = path.slice(path.lastIndexOf('.') + 1);
-
-  // get the first part of the part
-  path    = path.slice(0, path.length-(keyName.length+1));
-
-  // unless the path is this, look up the first part to
-  // get the root
-  if (path !== 'this') {
-    root = getPath(root, path);
-  }
-
-  if (!keyName || keyName.length === 0) {
-    throw new Error('You passed an empty path');
-  }
-
-  if (!root) {
-    if (tolerant) { return; }
-    else { throw new Error('Object in path '+path+' could not be found or was destroyed.'); }
-  }
-
-  return set(root, keyName, value);
-}
-
-/**
-  @private
-
-  Normalizes a target/path pair to reflect that actual target/path that should
-  be observed, etc. This takes into account passing in global property
-  paths (i.e. a path beginning with a captial letter not defined on the
-  target) and * separators.
-
-  @method normalizeTuple
-  @for Ember
-  @param {Object} target The current target. May be `null`.
-  @param {String} path A path on the target or a global property path.
-  @return {Array} a temporary array with the normalized target/path pair.
-*/
-Ember.normalizeTuple = function(target, path) {
-  return normalizeTuple(target, path);
-};
-
-Ember.getWithDefault = function(root, key, defaultValue) {
-  var value = get(root, key);
-
-  if (value === undefined) { return defaultValue; }
-  return value;
-};
-
-
-Ember.get = get;
-Ember.getPath = Ember.deprecateFunc('getPath is deprecated since get now supports paths', Ember.get);
-
-Ember.set = set;
-Ember.setPath = Ember.deprecateFunc('setPath is deprecated since set now supports paths', Ember.set);
-
-/**
-  Error-tolerant form of `Ember.set`. Will not blow up if any part of the
-  chain is `undefined`, `null`, or destroyed.
-
-  This is primarily used when syncing bindings, which may try to update after
-  an object has been destroyed.
-
-  @method trySet
-  @for Ember
-  @param {Object} obj The object to modify.
-  @param {String} keyName The property key to set
-  @param {Object} value The value to set
-*/
-Ember.trySet = function(root, path, value) {
-  return set(root, path, value, true);
-};
-Ember.trySetPath = Ember.deprecateFunc('trySetPath has been renamed to trySet', Ember.trySet);
-
-/**
-  Returns true if the provided path is global (e.g., `MyApp.fooController.bar`)
-  instead of local (`foo.bar.baz`).
-
-  @method isGlobalPath
-  @for Ember
-  @private
-  @param {String} path
-  @return Boolean
-*/
-Ember.isGlobalPath = function(path) {
-  return IS_GLOBAL.test(path);
-};
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var GUID_KEY = Ember.GUID_KEY,
-    META_KEY = Ember.META_KEY,
-    EMPTY_META = Ember.EMPTY_META,
-    metaFor = Ember.meta,
-    o_create = Ember.create,
-    objectDefineProperty = Ember.platform.defineProperty;
-
-var MANDATORY_SETTER = Ember.ENV.MANDATORY_SETTER;
-
-// ..........................................................
-// DESCRIPTOR
-//
-
-/**
-  Objects of this type can implement an interface to responds requests to
-  get and set. The default implementation handles simple properties.
-
-  You generally won't need to create or subclass this directly.
-
-  @class Descriptor
-  @namespace Ember
-  @private
-  @constructor
-*/
-var Descriptor = Ember.Descriptor = function() {};
-
-// ..........................................................
-// DEFINING PROPERTIES API
-//
-
-/**
-  @private
-
-  NOTE: This is a low-level method used by other parts of the API. You almost
-  never want to call this method directly. Instead you should use
-  `Ember.mixin()` to define new properties.
-
-  Defines a property on an object. This method works much like the ES5
-  `Object.defineProperty()` method except that it can also accept computed
-  properties and other special descriptors.
-
-  Normally this method takes only three parameters. However if you pass an
-  instance of `Ember.Descriptor` as the third param then you can pass an
-  optional value as the fourth parameter. This is often more efficient than
-  creating new descriptor hashes for each property.
-
-  ## Examples
-
-  ```javascript
-  // ES5 compatible mode
-  Ember.defineProperty(contact, 'firstName', {
-    writable: true,
-    configurable: false,
-    enumerable: true,
-    value: 'Charles'
-  });
-
-  // define a simple property
-  Ember.defineProperty(contact, 'lastName', undefined, 'Jolley');
-
-  // define a computed property
-  Ember.defineProperty(contact, 'fullName', Ember.computed(function() {
-    return this.firstName+' '+this.lastName;
-  }).property('firstName', 'lastName'));
-  ```
-
-  @method defineProperty
-  @for Ember
-  @param {Object} obj the object to define this property on. This may be a prototype.
-  @param {String} keyName the name of the property
-  @param {Ember.Descriptor} [desc] an instance of `Ember.Descriptor` (typically a
-    computed property) or an ES5 descriptor.
-    You must provide this or `data` but not both.
-  @param {anything} [data] something other than a descriptor, that will
-    become the explicit value of this property.
-*/
-Ember.defineProperty = function(obj, keyName, desc, data, meta) {
-  var descs, existingDesc, watching, value;
-
-  if (!meta) meta = metaFor(obj);
-  descs = meta.descs;
-  existingDesc = meta.descs[keyName];
-  watching = meta.watching[keyName] > 0;
-
-  if (existingDesc instanceof Ember.Descriptor) {
-    existingDesc.teardown(obj, keyName);
-  }
-
-  if (desc instanceof Ember.Descriptor) {
-    value = desc;
-
-    descs[keyName] = desc;
-    if (MANDATORY_SETTER && watching) {
-      objectDefineProperty(obj, keyName, {
-        configurable: true,
-        enumerable: true,
-        writable: true,
-        value: undefined // make enumerable
-      });
-    } else {
-      obj[keyName] = undefined; // make enumerable
-    }
-    desc.setup(obj, keyName);
-  } else {
-    descs[keyName] = undefined; // shadow descriptor in proto
-    if (desc == null) {
-      value = data;
-
-      if (MANDATORY_SETTER && watching) {
-        meta.values[keyName] = data;
-        objectDefineProperty(obj, keyName, {
-          configurable: true,
-          enumerable: true,
-          set: function() {
-            Ember.assert('Must use Ember.set() to access this property', false);
-          },
-          get: function() {
-            var meta = this[META_KEY];
-            return meta && meta.values[keyName];
-          }
-        });
-      } else {
-        obj[keyName] = data;
-      }
-    } else {
-      value = desc;
-
-      // compatibility with ES5
-      objectDefineProperty(obj, keyName, desc);
-    }
-  }
-
-  // if key is being watched, override chains that
-  // were initialized with the prototype
-  if (watching) { Ember.overrideChains(obj, keyName, meta); }
-
-  // The `value` passed to the `didDefineProperty` hook is
-  // either the descriptor or data, whichever was passed.
-  if (obj.didDefineProperty) { obj.didDefineProperty(obj, keyName, value); }
-
-  return this;
-};
-
-
-})();
-
-
-
-(function() {
-// Ember.tryFinally
-/**
-@module ember-metal
-*/
-
-var AFTER_OBSERVERS = ':change';
-var BEFORE_OBSERVERS = ':before';
-
-var guidFor = Ember.guidFor;
-
-var deferred = 0;
-
-/*
-  this.observerSet = {
-    [senderGuid]: { // variable name: `keySet`
-      [keyName]: listIndex
-    }
-  },
-  this.observers = [
-    {
-      sender: obj,
-      keyName: keyName,
-      eventName: eventName,
-      listeners: [
-        [target, method, onceFlag, suspendedFlag]
-      ]
-    },
-    ...
-  ]
-*/
-function ObserverSet() {
-  this.clear();
-}
-
-ObserverSet.prototype.add = function(sender, keyName, eventName) {
-  var observerSet = this.observerSet,
-      observers = this.observers,
-      senderGuid = Ember.guidFor(sender),
-      keySet = observerSet[senderGuid],
-      index;
-
-  if (!keySet) {
-    observerSet[senderGuid] = keySet = {};
-  }
-  index = keySet[keyName];
-  if (index === undefined) {
-    index = observers.push({
-      sender: sender,
-      keyName: keyName,
-      eventName: eventName,
-      listeners: []
-    }) - 1;
-    keySet[keyName] = index;
-  }
-  return observers[index].listeners;
-};
-
-ObserverSet.prototype.flush = function() {
-  var observers = this.observers, i, len, observer, sender;
-  this.clear();
-  for (i=0, len=observers.length; i < len; ++i) {
-    observer = observers[i];
-    sender = observer.sender;
-    if (sender.isDestroying || sender.isDestroyed) { continue; }
-    Ember.sendEvent(sender, observer.eventName, [sender, observer.keyName], observer.listeners);
-  }
-};
-
-ObserverSet.prototype.clear = function() {
-  this.observerSet = {};
-  this.observers = [];
-};
-
-var beforeObserverSet = new ObserverSet(), observerSet = new ObserverSet();
-
-/**
-  @method beginPropertyChanges
-  @chainable
-*/
-Ember.beginPropertyChanges = function() {
-  deferred++;
-};
-
-/**
-  @method endPropertyChanges
-*/
-Ember.endPropertyChanges = function() {
-  deferred--;
-  if (deferred<=0) {
-    beforeObserverSet.clear();
-    observerSet.flush();
-  }
-};
-
-/**
-  Make a series of property changes together in an
-  exception-safe way.
-
-  ```javascript
-  Ember.changeProperties(function() {
-    obj1.set('foo', mayBlowUpWhenSet);
-    obj2.set('bar', baz);
-  });
-  ```
-
-  @method changeProperties
-  @param {Function} callback
-  @param [binding]
-*/
-Ember.changeProperties = function(cb, binding){
-  Ember.beginPropertyChanges();
-  Ember.tryFinally(cb, Ember.endPropertyChanges, binding);
-};
-
-/**
-  Set a list of properties on an object. These properties are set inside
-  a single `beginPropertyChanges` and `endPropertyChanges` batch, so
-  observers will be buffered.
-
-  @method setProperties
-  @param target
-  @param {Hash} properties
-  @return target
-*/
-Ember.setProperties = function(self, hash) {
-  Ember.changeProperties(function(){
-    for(var prop in hash) {
-      if (hash.hasOwnProperty(prop)) Ember.set(self, prop, hash[prop]);
-    }
-  });
-  return self;
-};
-
-
-function changeEvent(keyName) {
-  return keyName+AFTER_OBSERVERS;
-}
-
-function beforeEvent(keyName) {
-  return keyName+BEFORE_OBSERVERS;
-}
-
-/**
-  @method addObserver
-  @param obj
-  @param {String} path
-  @param {Object|Function} targetOrMethod
-  @param {Function|String} [method]
-*/
-Ember.addObserver = function(obj, path, target, method) {
-  Ember.addListener(obj, changeEvent(path), target, method);
-  Ember.watch(obj, path);
-  return this;
-};
-
-Ember.observersFor = function(obj, path) {
-  return Ember.listenersFor(obj, changeEvent(path));
-};
-
-/**
-  @method removeObserver
-  @param obj
-  @param {String} path
-  @param {Object|Function} targetOrMethod
-  @param {Function|String} [method]
-*/
-Ember.removeObserver = function(obj, path, target, method) {
-  Ember.unwatch(obj, path);
-  Ember.removeListener(obj, changeEvent(path), target, method);
-  return this;
-};
-
-/**
-  @method addBeforeObserver
-  @param obj
-  @param {String} path
-  @param {Object|Function} targetOrMethod
-  @param {Function|String} [method]
-*/
-Ember.addBeforeObserver = function(obj, path, target, method) {
-  Ember.addListener(obj, beforeEvent(path), target, method);
-  Ember.watch(obj, path);
-  return this;
-};
-
-// Suspend observer during callback.
-//
-// This should only be used by the target of the observer
-// while it is setting the observed path.
-Ember._suspendBeforeObserver = function(obj, path, target, method, callback) {
-  return Ember._suspendListener(obj, beforeEvent(path), target, method, callback);
-};
-
-Ember._suspendObserver = function(obj, path, target, method, callback) {
-  return Ember._suspendListener(obj, changeEvent(path), target, method, callback);
-};
-
-var map = Ember.ArrayPolyfills.map;
-
-Ember._suspendBeforeObservers = function(obj, paths, target, method, callback) {
-  var events = map.call(paths, beforeEvent);
-  return Ember._suspendListeners(obj, events, target, method, callback);
-};
-
-Ember._suspendObservers = function(obj, paths, target, method, callback) {
-  var events = map.call(paths, changeEvent);
-  return Ember._suspendListeners(obj, events, target, method, callback);
-};
-
-Ember.beforeObserversFor = function(obj, path) {
-  return Ember.listenersFor(obj, beforeEvent(path));
-};
-
-/**
-  @method removeBeforeObserver
-  @param obj
-  @param {String} path
-  @param {Object|Function} targetOrMethod
-  @param {Function|String} [method]
-*/
-Ember.removeBeforeObserver = function(obj, path, target, method) {
-  Ember.unwatch(obj, path);
-  Ember.removeListener(obj, beforeEvent(path), target, method);
-  return this;
-};
-
-Ember.notifyBeforeObservers = function(obj, keyName) {
-  if (obj.isDestroying) { return; }
-
-  var eventName = beforeEvent(keyName), listeners, listenersDiff;
-  if (deferred) {
-    listeners = beforeObserverSet.add(obj, keyName, eventName);
-    listenersDiff = Ember.listenersDiff(obj, eventName, listeners);
-    Ember.sendEvent(obj, eventName, [obj, keyName], listenersDiff);
-  } else {
-    Ember.sendEvent(obj, eventName, [obj, keyName]);
-  }
-};
-
-Ember.notifyObservers = function(obj, keyName) {
-  if (obj.isDestroying) { return; }
-
-  var eventName = changeEvent(keyName), listeners;
-  if (deferred) {
-    listeners = observerSet.add(obj, keyName, eventName);
-    Ember.listenersUnion(obj, eventName, listeners);
-  } else {
-    Ember.sendEvent(obj, eventName, [obj, keyName]);
-  }
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var guidFor = Ember.guidFor, // utils.js
-    metaFor = Ember.meta, // utils.js
-    get = Ember.get, // accessors.js
-    set = Ember.set, // accessors.js
-    normalizeTuple = Ember.normalizeTuple, // accessors.js
-    GUID_KEY = Ember.GUID_KEY, // utils.js
-    META_KEY = Ember.META_KEY, // utils.js
-    // circular reference observer depends on Ember.watch
-    // we should move change events to this file or its own property_events.js
-    notifyObservers = Ember.notifyObservers, // observer.js
-    forEach = Ember.ArrayPolyfills.forEach, // array.js
-    FIRST_KEY = /^([^\.\*]+)/,
-    IS_PATH = /[\.\*]/;
-
-var MANDATORY_SETTER = Ember.ENV.MANDATORY_SETTER,
-o_defineProperty = Ember.platform.defineProperty;
-
-function firstKey(path) {
-  return path.match(FIRST_KEY)[0];
-}
-
-// returns true if the passed path is just a keyName
-function isKeyName(path) {
-  return path==='*' || !IS_PATH.test(path);
-}
-
-// ..........................................................
-// DEPENDENT KEYS
-//
-
-function iterDeps(method, obj, depKey, seen, meta) {
-
-  var guid = guidFor(obj);
-  if (!seen[guid]) seen[guid] = {};
-  if (seen[guid][depKey]) return;
-  seen[guid][depKey] = true;
-
-  var deps = meta.deps;
-  deps = deps && deps[depKey];
-  if (deps) {
-    for(var key in deps) {
-      var desc = meta.descs[key];
-      if (desc && desc._suspended === obj) continue;
-      method(obj, key);
-    }
-  }
-}
-
-
-var WILL_SEEN, DID_SEEN;
-
-// called whenever a property is about to change to clear the cache of any dependent keys (and notify those properties of changes, etc...)
-function dependentKeysWillChange(obj, depKey, meta) {
-  if (obj.isDestroying) { return; }
-
-  var seen = WILL_SEEN, top = !seen;
-  if (top) { seen = WILL_SEEN = {}; }
-  iterDeps(propertyWillChange, obj, depKey, seen, meta);
-  if (top) { WILL_SEEN = null; }
-}
-
-// called whenever a property has just changed to update dependent keys
-function dependentKeysDidChange(obj, depKey, meta) {
-  if (obj.isDestroying) { return; }
-
-  var seen = DID_SEEN, top = !seen;
-  if (top) { seen = DID_SEEN = {}; }
-  iterDeps(propertyDidChange, obj, depKey, seen, meta);
-  if (top) { DID_SEEN = null; }
-}
-
-// ..........................................................
-// CHAIN
-//
-
-function addChainWatcher(obj, keyName, node) {
-  if (!obj || ('object' !== typeof obj)) { return; } // nothing to do
-
-  var m = metaFor(obj), nodes = m.chainWatchers;
-
-  if (!m.hasOwnProperty('chainWatchers')) {
-    nodes = m.chainWatchers = {};
-  }
-
-  if (!nodes[keyName]) { nodes[keyName] = []; }
-  nodes[keyName].push(node);
-  Ember.watch(obj, keyName);
-}
-
-function removeChainWatcher(obj, keyName, node) {
-  if (!obj || 'object' !== typeof obj) { return; } // nothing to do
-
-  var m = metaFor(obj, false);
-  if (!m.hasOwnProperty('chainWatchers')) { return; } // nothing to do
-
-  var nodes = m.chainWatchers;
-
-  if (nodes[keyName]) {
-    nodes = nodes[keyName];
-    for (var i = 0, l = nodes.length; i < l; i++) {
-      if (nodes[i] === node) { nodes.splice(i, 1); }
-    }
-  }
-  Ember.unwatch(obj, keyName);
-}
-
-var pendingQueue = [];
-
-// attempts to add the pendingQueue chains again. If some of them end up
-// back in the queue and reschedule is true, schedules a timeout to try
-// again.
-function flushPendingChains() {
-  if (pendingQueue.length === 0) { return; } // nothing to do
-
-  var queue = pendingQueue;
-  pendingQueue = [];
-
-  forEach.call(queue, function(q) { q[0].add(q[1]); });
-
-  Ember.warn('Watching an undefined global, Ember expects watched globals to be setup by the time the run loop is flushed, check for typos', pendingQueue.length === 0);
-}
-
-function isProto(pvalue) {
-  return metaFor(pvalue, false).proto === pvalue;
-}
-
-// A ChainNode watches a single key on an object. If you provide a starting
-// value for the key then the node won't actually watch it. For a root node
-// pass null for parent and key and object for value.
-var ChainNode = function(parent, key, value) {
-  var obj;
-  this._parent = parent;
-  this._key    = key;
-
-  // _watching is true when calling get(this._parent, this._key) will
-  // return the value of this node.
-  //
-  // It is false for the root of a chain (because we have no parent)
-  // and for global paths (because the parent node is the object with
-  // the observer on it)
-  this._watching = value===undefined;
-
-  this._value  = value;
-  this._paths = {};
-  if (this._watching) {
-    this._object = parent.value();
-    if (this._object) { addChainWatcher(this._object, this._key, this); }
-  }
-
-  // Special-case: the EachProxy relies on immediate evaluation to
-  // establish its observers.
-  //
-  // TODO: Replace this with an efficient callback that the EachProxy
-  // can implement.
-  if (this._parent && this._parent._key === '@each') {
-    this.value();
-  }
-};
-
-var ChainNodePrototype = ChainNode.prototype;
-
-ChainNodePrototype.value = function() {
-  if (this._value === undefined && this._watching) {
-    var obj = this._parent.value();
-    this._value = (obj && !isProto(obj)) ? get(obj, this._key) : undefined;
-  }
-  return this._value;
-};
-
-ChainNodePrototype.destroy = function() {
-  if (this._watching) {
-    var obj = this._object;
-    if (obj) { removeChainWatcher(obj, this._key, this); }
-    this._watching = false; // so future calls do nothing
-  }
-};
-
-// copies a top level object only
-ChainNodePrototype.copy = function(obj) {
-  var ret = new ChainNode(null, null, obj),
-      paths = this._paths, path;
-  for (path in paths) {
-    if (paths[path] <= 0) { continue; } // this check will also catch non-number vals.
-    ret.add(path);
-  }
-  return ret;
-};
-
-// called on the root node of a chain to setup watchers on the specified
-// path.
-ChainNodePrototype.add = function(path) {
-  var obj, tuple, key, src, paths;
-
-  paths = this._paths;
-  paths[path] = (paths[path] || 0) + 1;
-
-  obj = this.value();
-  tuple = normalizeTuple(obj, path);
-
-  // the path was a local path
-  if (tuple[0] && tuple[0] === obj) {
-    path = tuple[1];
-    key  = firstKey(path);
-    path = path.slice(key.length+1);
-
-  // global path, but object does not exist yet.
-  // put into a queue and try to connect later.
-  } else if (!tuple[0]) {
-    pendingQueue.push([this, path]);
-    tuple.length = 0;
-    return;
-
-  // global path, and object already exists
-  } else {
-    src  = tuple[0];
-    key  = path.slice(0, 0-(tuple[1].length+1));
-    path = tuple[1];
-  }
-
-  tuple.length = 0;
-  this.chain(key, path, src);
-};
-
-// called on the root node of a chain to teardown watcher on the specified
-// path
-ChainNodePrototype.remove = function(path) {
-  var obj, tuple, key, src, paths;
-
-  paths = this._paths;
-  if (paths[path] > 0) { paths[path]--; }
-
-  obj = this.value();
-  tuple = normalizeTuple(obj, path);
-  if (tuple[0] === obj) {
-    path = tuple[1];
-    key  = firstKey(path);
-    path = path.slice(key.length+1);
-  } else {
-    src  = tuple[0];
-    key  = path.slice(0, 0-(tuple[1].length+1));
-    path = tuple[1];
-  }
-
-  tuple.length = 0;
-  this.unchain(key, path);
-};
-
-ChainNodePrototype.count = 0;
-
-ChainNodePrototype.chain = function(key, path, src) {
-  var chains = this._chains, node;
-  if (!chains) { chains = this._chains = {}; }
-
-  node = chains[key];
-  if (!node) { node = chains[key] = new ChainNode(this, key, src); }
-  node.count++; // count chains...
-
-  // chain rest of path if there is one
-  if (path && path.length>0) {
-    key = firstKey(path);
-    path = path.slice(key.length+1);
-    node.chain(key, path); // NOTE: no src means it will observe changes...
-  }
-};
-
-ChainNodePrototype.unchain = function(key, path) {
-  var chains = this._chains, node = chains[key];
-
-  // unchain rest of path first...
-  if (path && path.length>1) {
-    key  = firstKey(path);
-    path = path.slice(key.length+1);
-    node.unchain(key, path);
-  }
-
-  // delete node if needed.
-  node.count--;
-  if (node.count<=0) {
-    delete chains[node._key];
-    node.destroy();
-  }
-
-};
-
-ChainNodePrototype.willChange = function() {
-  var chains = this._chains;
-  if (chains) {
-    for(var key in chains) {
-      if (!chains.hasOwnProperty(key)) { continue; }
-      chains[key].willChange();
-    }
-  }
-
-  if (this._parent) { this._parent.chainWillChange(this, this._key, 1); }
-};
-
-ChainNodePrototype.chainWillChange = function(chain, path, depth) {
-  if (this._key) { path = this._key + '.' + path; }
-
-  if (this._parent) {
-    this._parent.chainWillChange(this, path, depth+1);
-  } else {
-    if (depth > 1) { Ember.propertyWillChange(this.value(), path); }
-    path = 'this.' + path;
-    if (this._paths[path] > 0) { Ember.propertyWillChange(this.value(), path); }
-  }
-};
-
-ChainNodePrototype.chainDidChange = function(chain, path, depth) {
-  if (this._key) { path = this._key + '.' + path; }
-  if (this._parent) {
-    this._parent.chainDidChange(this, path, depth+1);
-  } else {
-    if (depth > 1) { Ember.propertyDidChange(this.value(), path); }
-    path = 'this.' + path;
-    if (this._paths[path] > 0) { Ember.propertyDidChange(this.value(), path); }
-  }
-};
-
-ChainNodePrototype.didChange = function(suppressEvent) {
-  // invalidate my own value first.
-  if (this._watching) {
-    var obj = this._parent.value();
-    if (obj !== this._object) {
-      removeChainWatcher(this._object, this._key, this);
-      this._object = obj;
-      addChainWatcher(obj, this._key, this);
-    }
-    this._value  = undefined;
-
-    // Special-case: the EachProxy relies on immediate evaluation to
-    // establish its observers.
-    if (this._parent && this._parent._key === '@each')
-      this.value();
-  }
-
-  // then notify chains...
-  var chains = this._chains;
-  if (chains) {
-    for(var key in chains) {
-      if (!chains.hasOwnProperty(key)) { continue; }
-      chains[key].didChange(suppressEvent);
-    }
-  }
-
-  if (suppressEvent) { return; }
-
-  // and finally tell parent about my path changing...
-  if (this._parent) { this._parent.chainDidChange(this, this._key, 1); }
-};
-
-// get the chains for the current object. If the current object has
-// chains inherited from the proto they will be cloned and reconfigured for
-// the current object.
-function chainsFor(obj) {
-  var m = metaFor(obj), ret = m.chains;
-  if (!ret) {
-    ret = m.chains = new ChainNode(null, null, obj);
-  } else if (ret.value() !== obj) {
-    ret = m.chains = ret.copy(obj);
-  }
-  return ret;
-}
-
-Ember.overrideChains = function(obj, keyName, m) {
-  chainsDidChange(obj, keyName, m, true);
-};
-
-function chainsWillChange(obj, keyName, m, arg) {
-  if (!m.hasOwnProperty('chainWatchers')) { return; } // nothing to do
-
-  var nodes = m.chainWatchers;
-
-  nodes = nodes[keyName];
-  if (!nodes) { return; }
-
-  for(var i = 0, l = nodes.length; i < l; i++) {
-    nodes[i].willChange(arg);
-  }
-}
-
-function chainsDidChange(obj, keyName, m, arg) {
-  if (!m.hasOwnProperty('chainWatchers')) { return; } // nothing to do
-
-  var nodes = m.chainWatchers;
-
-  nodes = nodes[keyName];
-  if (!nodes) { return; }
-
-  // looping in reverse because the chainWatchers array can be modified inside didChange
-  for (var i = nodes.length - 1; i >= 0; i--) {
-    nodes[i].didChange(arg);
-  }
-}
-
-// ..........................................................
-// WATCH
-//
-
-/**
-  @private
-
-  Starts watching a property on an object. Whenever the property changes,
-  invokes `Ember.propertyWillChange` and `Ember.propertyDidChange`. This is the
-  primitive used by observers and dependent keys; usually you will never call
-  this method directly but instead use higher level methods like
-  `Ember.addObserver()`
-
-  @method watch
-  @for Ember
-  @param obj
-  @param {String} keyName
-*/
-Ember.watch = function(obj, keyName) {
-  // can't watch length on Array - it is special...
-  if (keyName === 'length' && Ember.typeOf(obj) === 'array') { return this; }
-
-  var m = metaFor(obj), watching = m.watching, desc;
-
-  // activate watching first time
-  if (!watching[keyName]) {
-    watching[keyName] = 1;
-    if (isKeyName(keyName)) {
-      desc = m.descs[keyName];
-      if (desc && desc.willWatch) { desc.willWatch(obj, keyName); }
-
-      if ('function' === typeof obj.willWatchProperty) {
-        obj.willWatchProperty(keyName);
-      }
-
-      if (MANDATORY_SETTER && keyName in obj) {
-        m.values[keyName] = obj[keyName];
-        o_defineProperty(obj, keyName, {
-          configurable: true,
-          enumerable: true,
-          set: function() {
-            Ember.assert('Must use Ember.set() to access this property', false);
-          },
-          get: function() {
-            var meta = this[META_KEY];
-            return meta && meta.values[keyName];
-          }
-        });
-      }
-    } else {
-      chainsFor(obj).add(keyName);
-    }
-
-  }  else {
-    watching[keyName] = (watching[keyName] || 0) + 1;
-  }
-  return this;
-};
-
-Ember.isWatching = function isWatching(obj, key) {
-  var meta = obj[META_KEY];
-  return (meta && meta.watching[key]) > 0;
-};
-
-Ember.watch.flushPending = flushPendingChains;
-
-Ember.unwatch = function(obj, keyName) {
-  // can't watch length on Array - it is special...
-  if (keyName === 'length' && Ember.typeOf(obj) === 'array') { return this; }
-
-  var m = metaFor(obj), watching = m.watching, desc;
-
-  if (watching[keyName] === 1) {
-    watching[keyName] = 0;
-
-    if (isKeyName(keyName)) {
-      desc = m.descs[keyName];
-      if (desc && desc.didUnwatch) { desc.didUnwatch(obj, keyName); }
-
-      if ('function' === typeof obj.didUnwatchProperty) {
-        obj.didUnwatchProperty(keyName);
-      }
-
-      if (MANDATORY_SETTER && keyName in obj) {
-        o_defineProperty(obj, keyName, {
-          configurable: true,
-          enumerable: true,
-          writable: true,
-          value: m.values[keyName]
-        });
-        delete m.values[keyName];
-      }
-    } else {
-      chainsFor(obj).remove(keyName);
-    }
-
-  } else if (watching[keyName]>1) {
-    watching[keyName]--;
-  }
-
-  return this;
-};
-
-/**
-  @private
-
-  Call on an object when you first beget it from another object. This will
-  setup any chained watchers on the object instance as needed. This method is
-  safe to call multiple times.
-
-  @method rewatch
-  @for Ember
-  @param obj
-*/
-Ember.rewatch = function(obj) {
-  var m = metaFor(obj, false), chains = m.chains;
-
-  // make sure the object has its own guid.
-  if (GUID_KEY in obj && !obj.hasOwnProperty(GUID_KEY)) {
-    Ember.generateGuid(obj, 'ember');
-  }
-
-  // make sure any chained watchers update.
-  if (chains && chains.value() !== obj) {
-    m.chains = chains.copy(obj);
-  }
-
-  return this;
-};
-
-Ember.finishChains = function(obj) {
-  var m = metaFor(obj, false), chains = m.chains;
-  if (chains) {
-    if (chains.value() !== obj) {
-      m.chains = chains = chains.copy(obj);
-    }
-    chains.didChange(true);
-  }
-};
-
-// ..........................................................
-// PROPERTY CHANGES
-//
-
-/**
-  This function is called just before an object property is about to change.
-  It will notify any before observers and prepare caches among other things.
-
-  Normally you will not need to call this method directly but if for some
-  reason you can't directly watch a property you can invoke this method
-  manually along with `Ember.propertyDidChange()` which you should call just
-  after the property value changes.
-
-  @method propertyWillChange
-  @for Ember
-  @param {Object} obj The object with the property that will change
-  @param {String} keyName The property key (or path) that will change.
-  @return {void}
-*/
-function propertyWillChange(obj, keyName, value) {
-  var m = metaFor(obj, false),
-      watching = m.watching[keyName] > 0 || keyName === 'length',
-      proto = m.proto,
-      desc = m.descs[keyName];
-
-  if (!watching) { return; }
-  if (proto === obj) { return; }
-  if (desc && desc.willChange) { desc.willChange(obj, keyName); }
-  dependentKeysWillChange(obj, keyName, m);
-  chainsWillChange(obj, keyName, m);
-  Ember.notifyBeforeObservers(obj, keyName);
-}
-
-Ember.propertyWillChange = propertyWillChange;
-
-/**
-  This function is called just after an object property has changed.
-  It will notify any observers and clear caches among other things.
-
-  Normally you will not need to call this method directly but if for some
-  reason you can't directly watch a property you can invoke this method
-  manually along with `Ember.propertyWilLChange()` which you should call just
-  before the property value changes.
-
-  @method propertyDidChange
-  @for Ember
-  @param {Object} obj The object with the property that will change
-  @param {String} keyName The property key (or path) that will change.
-  @return {void}
-*/
-function propertyDidChange(obj, keyName) {
-  var m = metaFor(obj, false),
-      watching = m.watching[keyName] > 0 || keyName === 'length',
-      proto = m.proto,
-      desc = m.descs[keyName];
-
-  if (proto === obj) { return; }
-
-  // shouldn't this mean that we're watching this key?
-  if (desc && desc.didChange) { desc.didChange(obj, keyName); }
-  if (!watching && keyName !== 'length') { return; }
-
-  dependentKeysDidChange(obj, keyName, m);
-  chainsDidChange(obj, keyName, m);
-  Ember.notifyObservers(obj, keyName);
-}
-
-Ember.propertyDidChange = propertyDidChange;
-
-var NODE_STACK = [];
-
-/**
-  Tears down the meta on an object so that it can be garbage collected.
-  Multiple calls will have no effect.
-
-  @method destroy
-  @for Ember
-  @param {Object} obj  the object to destroy
-  @return {void}
-*/
-Ember.destroy = function (obj) {
-  var meta = obj[META_KEY], node, nodes, key, nodeObject;
-  if (meta) {
-    obj[META_KEY] = null;
-    // remove chainWatchers to remove circular references that would prevent GC
-    node = meta.chains;
-    if (node) {
-      NODE_STACK.push(node);
-      // process tree
-      while (NODE_STACK.length > 0) {
-        node = NODE_STACK.pop();
-        // push children
-        nodes = node._chains;
-        if (nodes) {
-          for (key in nodes) {
-            if (nodes.hasOwnProperty(key)) {
-              NODE_STACK.push(nodes[key]);
-            }
-          }
-        }
-        // remove chainWatcher in node object
-        if (node._watching) {
-          nodeObject = node._object;
-          if (nodeObject) {
-            removeChainWatcher(nodeObject, node._key, node);
-          }
-        }
-      }
-    }
-  }
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-Ember.warn("The CP_DEFAULT_CACHEABLE flag has been removed and computed properties are always cached by default. Use `volatile` if you don't want caching.", Ember.ENV.CP_DEFAULT_CACHEABLE !== false);
-
-
-var get = Ember.get,
-    set = Ember.set,
-    metaFor = Ember.meta,
-    guidFor = Ember.guidFor,
-    a_slice = [].slice,
-    o_create = Ember.create,
-    META_KEY = Ember.META_KEY,
-    watch = Ember.watch,
-    unwatch = Ember.unwatch;
-
-// ..........................................................
-// DEPENDENT KEYS
-//
-
-// data structure:
-//  meta.deps = {
-//   'depKey': {
-//     'keyName': count,
-//   }
-//  }
-
-/*
-  This function returns a map of unique dependencies for a
-  given object and key.
-*/
-function keysForDep(obj, depsMeta, depKey) {
-  var keys = depsMeta[depKey];
-  if (!keys) {
-    // if there are no dependencies yet for a the given key
-    // create a new empty list of dependencies for the key
-    keys = depsMeta[depKey] = {};
-  } else if (!depsMeta.hasOwnProperty(depKey)) {
-    // otherwise if the dependency list is inherited from
-    // a superclass, clone the hash
-    keys = depsMeta[depKey] = o_create(keys);
-  }
-  return keys;
-}
-
-/* return obj[META_KEY].deps */
-function metaForDeps(obj, meta) {
-  var deps = meta.deps;
-  // If the current object has no dependencies...
-  if (!deps) {
-    // initialize the dependencies with a pointer back to
-    // the current object
-    deps = meta.deps = {};
-  } else if (!meta.hasOwnProperty('deps')) {
-    // otherwise if the dependencies are inherited from the
-    // object's superclass, clone the deps
-    deps = meta.deps = o_create(deps);
-  }
-  return deps;
-}
-
-function addDependentKeys(desc, obj, keyName, meta) {
-  // the descriptor has a list of dependent keys, so
-  // add all of its dependent keys.
-  var depKeys = desc._dependentKeys, depsMeta, idx, len, depKey, keys;
-  if (!depKeys) return;
-
-  depsMeta = metaForDeps(obj, meta);
-
-  for(idx = 0, len = depKeys.length; idx < len; idx++) {
-    depKey = depKeys[idx];
-    // Lookup keys meta for depKey
-    keys = keysForDep(obj, depsMeta, depKey);
-    // Increment the number of times depKey depends on keyName.
-    keys[keyName] = (keys[keyName] || 0) + 1;
-    // Watch the depKey
-    watch(obj, depKey);
-  }
-}
-
-function removeDependentKeys(desc, obj, keyName, meta) {
-  // the descriptor has a list of dependent keys, so
-  // add all of its dependent keys.
-  var depKeys = desc._dependentKeys, depsMeta, idx, len, depKey, keys;
-  if (!depKeys) return;
-
-  depsMeta = metaForDeps(obj, meta);
-
-  for(idx = 0, len = depKeys.length; idx < len; idx++) {
-    depKey = depKeys[idx];
-    // Lookup keys meta for depKey
-    keys = keysForDep(obj, depsMeta, depKey);
-    // Increment the number of times depKey depends on keyName.
-    keys[keyName] = (keys[keyName] || 0) - 1;
-    // Watch the depKey
-    unwatch(obj, depKey);
-  }
-}
-
-// ..........................................................
-// COMPUTED PROPERTY
-//
-
-/**
-  @class ComputedProperty
-  @namespace Ember
-  @extends Ember.Descriptor
-  @constructor
-*/
-function ComputedProperty(func, opts) {
-  this.func = func;
-  this._cacheable = (opts && opts.cacheable !== undefined) ? opts.cacheable : true;
-  this._dependentKeys = opts && opts.dependentKeys;
-}
-
-Ember.ComputedProperty = ComputedProperty;
-ComputedProperty.prototype = new Ember.Descriptor();
-
-var ComputedPropertyPrototype = ComputedProperty.prototype;
-
-/**
-  Call on a computed property to set it into cacheable mode. When in this
-  mode the computed property will automatically cache the return value of
-  your function until one of the dependent keys changes.
-
-  ```javascript
-  MyApp.president = Ember.Object.create({
-    fullName: function() {
-      return this.get('firstName') + ' ' + this.get('lastName');
-
-      // After calculating the value of this function, Ember will
-      // return that value without re-executing this function until
-      // one of the dependent properties change.
-    }.property('firstName', 'lastName')
-  });
-  ```
-
-  Properties are cacheable by default.
-
-  @method cacheable
-  @param {Boolean} aFlag optional set to `false` to disable caching
-  @chainable
-*/
-ComputedPropertyPrototype.cacheable = function(aFlag) {
-  this._cacheable = aFlag !== false;
-  return this;
-};
-
-/**
-  Call on a computed property to set it into non-cached mode. When in this
-  mode the computed property will not automatically cache the return value.
-
-  ```javascript
-  MyApp.outsideService = Ember.Object.create({
-    value: function() {
-      return OutsideService.getValue();
-    }.property().volatile()
-  });
-  ```
-
-  @method volatile
-  @chainable
-*/
-ComputedPropertyPrototype.volatile = function() {
-  return this.cacheable(false);
-};
-
-/**
-  Sets the dependent keys on this computed property. Pass any number of
-  arguments containing key paths that this computed property depends on.
-
-  ```javascript
-  MyApp.president = Ember.Object.create({
-    fullName: Ember.computed(function() {
-      return this.get('firstName') + ' ' + this.get('lastName');
-
-      // Tell Ember that this computed property depends on firstName
-      // and lastName
-    }).property('firstName', 'lastName')
-  });
-  ```
-
-  @method property
-  @param {String} path* zero or more property paths
-  @chainable
-*/
-ComputedPropertyPrototype.property = function() {
-  var args = [];
-  for (var i = 0, l = arguments.length; i < l; i++) {
-    args.push(arguments[i]);
-  }
-  this._dependentKeys = args;
-  return this;
-};
-
-/**
-  In some cases, you may want to annotate computed properties with additional
-  metadata about how they function or what values they operate on. For example,
-  computed property functions may close over variables that are then no longer
-  available for introspection.
-
-  You can pass a hash of these values to a computed property like this:
-
-  ```
-  person: function() {
-    var personId = this.get('personId');
-    return App.Person.create({ id: personId });
-  }.property().meta({ type: App.Person })
-  ```
-
-  The hash that you pass to the `meta()` function will be saved on the
-  computed property descriptor under the `_meta` key. Ember runtime
-  exposes a public API for retrieving these values from classes,
-  via the `metaForProperty()` function.
-
-  @method meta
-  @param {Hash} meta
-  @chainable
-*/
-
-ComputedPropertyPrototype.meta = function(meta) {
-  if (arguments.length === 0) {
-    return this._meta || {};
-  } else {
-    this._meta = meta;
-    return this;
-  }
-};
-
-/* impl descriptor API */
-ComputedPropertyPrototype.willWatch = function(obj, keyName) {
-  // watch already creates meta for this instance
-  var meta = obj[META_KEY];
-  Ember.assert('watch should have setup meta to be writable', meta.source === obj);
-  if (!(keyName in meta.cache)) {
-    addDependentKeys(this, obj, keyName, meta);
-  }
-};
-
-ComputedPropertyPrototype.didUnwatch = function(obj, keyName) {
-  var meta = obj[META_KEY];
-  Ember.assert('unwatch should have setup meta to be writable', meta.source === obj);
-  if (!(keyName in meta.cache)) {
-    // unwatch already creates meta for this instance
-    removeDependentKeys(this, obj, keyName, meta);
-  }
-};
-
-/* impl descriptor API */
-ComputedPropertyPrototype.didChange = function(obj, keyName) {
-  // _suspended is set via a CP.set to ensure we don't clear
-  // the cached value set by the setter
-  if (this._cacheable && this._suspended !== obj) {
-    var meta = metaFor(obj);
-    if (keyName in meta.cache) {
-      delete meta.cache[keyName];
-      if (!meta.watching[keyName]) {
-        removeDependentKeys(this, obj, keyName, meta);
-      }
-    }
-  }
-};
-
-/* impl descriptor API */
-ComputedPropertyPrototype.get = function(obj, keyName) {
-  var ret, cache, meta;
-  if (this._cacheable) {
-    meta = metaFor(obj);
-    cache = meta.cache;
-    if (keyName in cache) { return cache[keyName]; }
-    ret = cache[keyName] = this.func.call(obj, keyName);
-    if (!meta.watching[keyName]) {
-      addDependentKeys(this, obj, keyName, meta);
-    }
-  } else {
-    ret = this.func.call(obj, keyName);
-  }
-  return ret;
-};
-
-/* impl descriptor API */
-ComputedPropertyPrototype.set = function(obj, keyName, value) {
-  var cacheable = this._cacheable,
-      func = this.func,
-      meta = metaFor(obj, cacheable),
-      watched = meta.watching[keyName],
-      oldSuspended = this._suspended,
-      hadCachedValue = false,
-      cache = meta.cache,
-      cachedValue, ret;
-
-  this._suspended = obj;
-
-  try {
-    if (cacheable && cache.hasOwnProperty(keyName)) {
-      cachedValue = cache[keyName];
-      hadCachedValue = true;
-    }
-
-    // Check if the CP has been wrapped
-    if (func.wrappedFunction) { func = func.wrappedFunction; }
-
-    // For backwards-compatibility with computed properties
-    // that check for arguments.length === 2 to determine if
-    // they are being get or set, only pass the old cached
-    // value if the computed property opts into a third
-    // argument.
-    if (func.length === 3) {
-      ret = func.call(obj, keyName, value, cachedValue);
-    } else if (func.length === 2) {
-      ret = func.call(obj, keyName, value);
-    } else {
-      Ember.defineProperty(obj, keyName, null, cachedValue);
-      Ember.set(obj, keyName, value);
-      return;
-    }
-
-    if (hadCachedValue && cachedValue === ret) { return; }
-
-    if (watched) { Ember.propertyWillChange(obj, keyName); }
-
-    if (hadCachedValue) {
-      delete cache[keyName];
-    }
-
-    if (cacheable) {
-      if (!watched && !hadCachedValue) {
-        addDependentKeys(this, obj, keyName, meta);
-      }
-      cache[keyName] = ret;
-    }
-
-    if (watched) { Ember.propertyDidChange(obj, keyName); }
-  } finally {
-    this._suspended = oldSuspended;
-  }
-  return ret;
-};
-
-/* called when property is defined */
-ComputedPropertyPrototype.setup = function(obj, keyName) {
-  var meta = obj[META_KEY];
-  if (meta && meta.watching[keyName]) {
-    addDependentKeys(this, obj, keyName, metaFor(obj));
-  }
-};
-
-/* called before property is overridden */
-ComputedPropertyPrototype.teardown = function(obj, keyName) {
-  var meta = metaFor(obj);
-
-  if (meta.watching[keyName] || keyName in meta.cache) {
-    removeDependentKeys(this, obj, keyName, meta);
-  }
-
-  if (this._cacheable) { delete meta.cache[keyName]; }
-
-  return null; // no value to restore
-};
-
-
-/**
-  This helper returns a new property descriptor that wraps the passed
-  computed property function. You can use this helper to define properties
-  with mixins or via `Ember.defineProperty()`.
-
-  The function you pass will be used to both get and set property values.
-  The function should accept two parameters, key and value. If value is not
-  undefined you should set the value first. In either case return the
-  current value of the property.
-
-  @method computed
-  @for Ember
-  @param {Function} func The computed property function.
-  @return {Ember.ComputedProperty} property descriptor instance
-*/
-Ember.computed = function(func) {
-  var args;
-
-  if (arguments.length > 1) {
-    args = a_slice.call(arguments, 0, -1);
-    func = a_slice.call(arguments, -1)[0];
-  }
-
-  var cp = new ComputedProperty(func);
-
-  if (args) {
-    cp.property.apply(cp, args);
-  }
-
-  return cp;
-};
-
-/**
-  Returns the cached value for a property, if one exists.
-  This can be useful for peeking at the value of a computed
-  property that is generated lazily, without accidentally causing
-  it to be created.
-
-  @method cacheFor
-  @for Ember
-  @param {Object} obj the object whose property you want to check
-  @param {String} key the name of the property whose cached value you want
-    to return
-*/
-Ember.cacheFor = function cacheFor(obj, key) {
-  var cache = metaFor(obj, false).cache;
-
-  if (cache && key in cache) {
-    return cache[key];
-  }
-};
-
-/**
-  @method computed.not
-  @for Ember
-  @param {String} dependentKey
-*/
-Ember.computed.not = function(dependentKey) {
-  return Ember.computed(dependentKey, function(key) {
-    return !get(this, dependentKey);
-  });
-};
-
-/**
-  @method computed.empty
-  @for Ember
-  @param {String} dependentKey
-*/
-Ember.computed.empty = function(dependentKey) {
-  return Ember.computed(dependentKey, function(key) {
-    var val = get(this, dependentKey);
-    return val === undefined || val === null || val === '' || (Ember.isArray(val) && get(val, 'length') === 0);
-  });
-};
-
-/**
-  @method computed.bool
-  @for Ember
-  @param {String} dependentKey
-*/
-Ember.computed.bool = function(dependentKey) {
-  return Ember.computed(dependentKey, function(key) {
-    return !!get(this, dependentKey);
-  });
-};
-
-/**
-  @method computed.alias
-  @for Ember
-  @param {String} dependentKey
-*/
-Ember.computed.alias = function(dependentKey) {
-  return Ember.computed(dependentKey, function(key, value){
-    if (arguments.length === 1) {
-      return get(this, dependentKey);
-    } else {
-      set(this, dependentKey, value);
-      return value;
-    }
-  });
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var o_create = Ember.create,
-    metaFor = Ember.meta,
-    metaPath = Ember.metaPath,
-    META_KEY = Ember.META_KEY;
-
-/*
-  The event system uses a series of nested hashes to store listeners on an
-  object. When a listener is registered, or when an event arrives, these
-  hashes are consulted to determine which target and action pair to invoke.
-
-  The hashes are stored in the object's meta hash, and look like this:
-
-      // Object's meta hash
-      {
-        listeners: {       // variable name: `listenerSet`
-          "foo:changed": [ // variable name: `actions`
-            [target, method, onceFlag, suspendedFlag]
-          ]
-        }
-      }
-
-*/
-
-function indexOf(array, target, method) {
-  var index = -1;
-  for (var i = 0, l = array.length; i < l; i++) {
-    if (target === array[i][0] && method === array[i][1]) { index = i; break; }
-  }
-  return index;
-}
-
-function actionsFor(obj, eventName) {
-  var meta = metaFor(obj, true),
-      actions;
-
-  if (!meta.listeners) { meta.listeners = {}; }
-
-  if (!meta.hasOwnProperty('listeners')) {
-    // setup inherited copy of the listeners object
-    meta.listeners = o_create(meta.listeners);
-  }
-
-  actions = meta.listeners[eventName];
-
-  // if there are actions, but the eventName doesn't exist in our listeners, then copy them from the prototype
-  if (actions && !meta.listeners.hasOwnProperty(eventName)) {
-    actions = meta.listeners[eventName] = meta.listeners[eventName].slice();
-  } else if (!actions) {
-    actions = meta.listeners[eventName] = [];
-  }
-
-  return actions;
-}
-
-function actionsUnion(obj, eventName, otherActions) {
-  var meta = obj[META_KEY],
-      actions = meta && meta.listeners && meta.listeners[eventName];
-
-  if (!actions) { return; }
-  for (var i = actions.length - 1; i >= 0; i--) {
-    var target = actions[i][0],
-        method = actions[i][1],
-        once = actions[i][2],
-        suspended = actions[i][3],
-        actionIndex = indexOf(otherActions, target, method);
-
-    if (actionIndex === -1) {
-      otherActions.push([target, method, once, suspended]);
-    }
-  }
-}
-
-function actionsDiff(obj, eventName, otherActions) {
-  var meta = obj[META_KEY],
-      actions = meta && meta.listeners && meta.listeners[eventName],
-      diffActions = [];
-
-  if (!actions) { return; }
-  for (var i = actions.length - 1; i >= 0; i--) {
-    var target = actions[i][0],
-        method = actions[i][1],
-        once = actions[i][2],
-        suspended = actions[i][3],
-        actionIndex = indexOf(otherActions, target, method);
-
-    if (actionIndex !== -1) { continue; }
-
-    otherActions.push([target, method, once, suspended]);
-    diffActions.push([target, method, once, suspended]);
-  }
-
-  return diffActions;
-}
-
-/**
-  Add an event listener
-
-  @method addListener
-  @for Ember
-  @param obj
-  @param {String} eventName
-  @param {Object|Function} targetOrMethod A target object or a function
-  @param {Function|String} method A function or the name of a function to be called on `target`
-*/
-function addListener(obj, eventName, target, method, once) {
-  Ember.assert("You must pass at least an object and event name to Ember.addListener", !!obj && !!eventName);
-
-  if (!method && 'function' === typeof target) {
-    method = target;
-    target = null;
-  }
-
-  var actions = actionsFor(obj, eventName),
-      actionIndex = indexOf(actions, target, method);
-
-  if (actionIndex !== -1) { return; }
-
-  actions.push([target, method, once, undefined]);
-
-  if ('function' === typeof obj.didAddListener) {
-    obj.didAddListener(eventName, target, method);
-  }
-}
-
-/**
-  Remove an event listener
-
-  Arguments should match those passed to {{#crossLink "Ember/addListener"}}{{/crossLink}}
-
-  @method removeListener
-  @for Ember
-  @param obj
-  @param {String} eventName
-  @param {Object|Function} targetOrMethod A target object or a function
-  @param {Function|String} method A function or the name of a function to be called on `target`
-*/
-function removeListener(obj, eventName, target, method) {
-  Ember.assert("You must pass at least an object and event name to Ember.removeListener", !!obj && !!eventName);
-
-  if (!method && 'function' === typeof target) {
-    method = target;
-    target = null;
-  }
-
-  function _removeListener(target, method, once) {
-    var actions = actionsFor(obj, eventName),
-        actionIndex = indexOf(actions, target, method);
-
-    // action doesn't exist, give up silently
-    if (actionIndex === -1) { return; }
-
-    actions.splice(actionIndex, 1);
-
-    if ('function' === typeof obj.didRemoveListener) {
-      obj.didRemoveListener(eventName, target, method);
-    }
-  }
-
-  if (method) {
-    _removeListener(target, method);
-  } else {
-    var meta = obj[META_KEY],
-        actions = meta && meta.listeners && meta.listeners[eventName];
-
-    if (!actions) { return; }
-    for (var i = actions.length - 1; i >= 0; i--) {
-      _removeListener(actions[i][0], actions[i][1]);
-    }
-  }
-}
-
-/**
-  @private
-
-  Suspend listener during callback.
-
-  This should only be used by the target of the event listener
-  when it is taking an action that would cause the event, e.g.
-  an object might suspend its property change listener while it is
-  setting that property.
-
-  @method suspendListener
-  @for Ember
-  @param obj
-  @param {String} eventName
-  @param {Object|Function} targetOrMethod A target object or a function
-  @param {Function|String} method A function or the name of a function to be called on `target`
-  @param {Function} callback
-*/
-function suspendListener(obj, eventName, target, method, callback) {
-  if (!method && 'function' === typeof target) {
-    method = target;
-    target = null;
-  }
-
-  var actions = actionsFor(obj, eventName),
-      actionIndex = indexOf(actions, target, method),
-      action;
-
-  if (actionIndex !== -1) {
-    action = actions[actionIndex].slice(); // copy it, otherwise we're modifying a shared object
-    action[3] = true; // mark the action as suspended
-    actions[actionIndex] = action; // replace the shared object with our copy
-  }
-
-  function tryable()   { return callback.call(target); }
-  function finalizer() { if (action) { action[3] = undefined; } }
-
-  return Ember.tryFinally(tryable, finalizer);
-}
-
-/**
-  @private
-
-  Suspend listener during callback.
-
-  This should only be used by the target of the event listener
-  when it is taking an action that would cause the event, e.g.
-  an object might suspend its property change listener while it is
-  setting that property.
-
-  @method suspendListener
-  @for Ember
-  @param obj
-  @param {Array} eventName Array of event names
-  @param {Object|Function} targetOrMethod A target object or a function
-  @param {Function|String} method A function or the name of a function to be called on `target`
-  @param {Function} callback
-*/
-function suspendListeners(obj, eventNames, target, method, callback) {
-  if (!method && 'function' === typeof target) {
-    method = target;
-    target = null;
-  }
-
-  var suspendedActions = [],
-      eventName, actions, action, i, l;
-
-  for (i=0, l=eventNames.length; i<l; i++) {
-    eventName = eventNames[i];
-    actions = actionsFor(obj, eventName);
-    var actionIndex = indexOf(actions, target, method);
-
-    if (actionIndex !== -1) {
-      action = actions[actionIndex].slice();
-      action[3] = true;
-      actions[actionIndex] = action;
-      suspendedActions.push(action);
-    }
-  }
-
-  function tryable() { return callback.call(target); }
-
-  function finalizer() {
-    for (i = 0, l = suspendedActions.length; i < l; i++) {
-      suspendedActions[i][3] = undefined;
-    }
-  }
-
-  return Ember.tryFinally(tryable, finalizer);
-}
-
-/**
-  @private
-
-  Return a list of currently watched events
-
-  @method watchedEvents
-  @for Ember
-  @param obj
-*/
-function watchedEvents(obj) {
-  var listeners = obj[META_KEY].listeners, ret = [];
-
-  if (listeners) {
-    for(var eventName in listeners) {
-      if (listeners[eventName]) { ret.push(eventName); }
-    }
-  }
-  return ret;
-}
-
-/**
-  @method sendEvent
-  @for Ember
-  @param obj
-  @param {String} eventName
-  @param {Array} params
-  @return true
-*/
-function sendEvent(obj, eventName, params, actions) {
-  // first give object a chance to handle it
-  if (obj !== Ember && 'function' === typeof obj.sendEvent) {
-    obj.sendEvent(eventName, params);
-  }
-
-  if (!actions) {
-    var meta = obj[META_KEY];
-    actions = meta && meta.listeners && meta.listeners[eventName];
-  }
-
-  if (!actions) { return; }
-
-  for (var i = actions.length - 1; i >= 0; i--) { // looping in reverse for once listeners
-    if (!actions[i] || actions[i][3] === true) { continue; }
-
-    var target = actions[i][0],
-        method = actions[i][1],
-        once = actions[i][2];
-
-    if (once) { removeListener(obj, eventName, target, method); }
-    if (!target) { target = obj; }
-    if ('string' === typeof method) { method = target[method]; }
-    if (params) {
-      method.apply(target, params);
-    } else {
-      method.apply(target);
-    }
-  }
-  return true;
-}
-
-/**
-  @private
-  @method hasListeners
-  @for Ember
-  @param obj
-  @param {String} eventName
-*/
-function hasListeners(obj, eventName) {
-  var meta = obj[META_KEY],
-      actions = meta && meta.listeners && meta.listeners[eventName];
-
-  return !!(actions && actions.length);
-}
-
-/**
-  @private
-  @method listenersFor
-  @for Ember
-  @param obj
-  @param {String} eventName
-*/
-function listenersFor(obj, eventName) {
-  var ret = [];
-  var meta = obj[META_KEY],
-      actions = meta && meta.listeners && meta.listeners[eventName];
-
-  if (!actions) { return ret; }
-
-  for (var i = 0, l = actions.length; i < l; i++) {
-    var target = actions[i][0],
-        method = actions[i][1];
-    ret.push([target, method]);
-  }
-
-  return ret;
-}
-
-Ember.addListener = addListener;
-Ember.removeListener = removeListener;
-Ember._suspendListener = suspendListener;
-Ember._suspendListeners = suspendListeners;
-Ember.sendEvent = sendEvent;
-Ember.hasListeners = hasListeners;
-Ember.watchedEvents = watchedEvents;
-Ember.listenersFor = listenersFor;
-Ember.listenersDiff = actionsDiff;
-Ember.listenersUnion = actionsUnion;
-
-})();
-
-
-
-(function() {
-// Ember.Logger
-// Ember.watch.flushPending
-// Ember.beginPropertyChanges, Ember.endPropertyChanges
-// Ember.guidFor, Ember.tryFinally
-
-/**
-@module ember-metal
-*/
-
-// ..........................................................
-// HELPERS
-//
-
-var slice = [].slice,
-    forEach = Ember.ArrayPolyfills.forEach;
-
-// invokes passed params - normalizing so you can pass target/func,
-// target/string or just func
-function invoke(target, method, args, ignore) {
-
-  if (method === undefined) {
-    method = target;
-    target = undefined;
-  }
-
-  if ('string' === typeof method) { method = target[method]; }
-  if (args && ignore > 0) {
-    args = args.length > ignore ? slice.call(args, ignore) : null;
-  }
-
-  return Ember.handleErrors(function() {
-    // IE8's Function.prototype.apply doesn't accept undefined/null arguments.
-    return method.apply(target || this, args || []);
-  }, this);
-}
-
-
-// ..........................................................
-// RUNLOOP
-//
-
-var timerMark; // used by timers...
-
-/**
-Ember RunLoop (Private)
-
-@class RunLoop
-@namespace Ember
-@private
-@constructor
-*/
-var RunLoop = function(prev) {
-  this._prev = prev || null;
-  this.onceTimers = {};
-};
-
-RunLoop.prototype = {
-  /**
-    @method end
-  */
-  end: function() {
-    this.flush();
-  },
-
-  /**
-    @method prev
-  */
-  prev: function() {
-    return this._prev;
-  },
-
-  // ..........................................................
-  // Delayed Actions
-  //
-
-  /**
-    @method schedule
-    @param {String} queueName
-    @param target
-    @param method
-  */
-  schedule: function(queueName, target, method) {
-    var queues = this._queues, queue;
-    if (!queues) { queues = this._queues = {}; }
-    queue = queues[queueName];
-    if (!queue) { queue = queues[queueName] = []; }
-
-    var args = arguments.length > 3 ? slice.call(arguments, 3) : null;
-    queue.push({ target: target, method: method, args: args });
-    return this;
-  },
-
-  /**
-    @method flush
-    @param {String} queueName
-  */
-  flush: function(queueName) {
-    var queueNames, idx, len, queue, log;
-
-    if (!this._queues) { return this; } // nothing to do
-
-    function iter(item) {
-      invoke(item.target, item.method, item.args);
-    }
-
-    function tryable() {
-      forEach.call(queue, iter);
-    }
-
-    Ember.watch.flushPending(); // make sure all chained watchers are setup
-
-    if (queueName) {
-      while (this._queues && (queue = this._queues[queueName])) {
-        this._queues[queueName] = null;
-
-        // the sync phase is to allow property changes to propagate. don't
-        // invoke observers until that is finished.
-        if (queueName === 'sync') {
-          log = Ember.LOG_BINDINGS;
-          if (log) { Ember.Logger.log('Begin: Flush Sync Queue'); }
-
-          Ember.beginPropertyChanges();
-
-          Ember.tryFinally(tryable, Ember.endPropertyChanges);
-
-          if (log) { Ember.Logger.log('End: Flush Sync Queue'); }
-
-        } else {
-          forEach.call(queue, iter);
-        }
-      }
-
-    } else {
-      queueNames = Ember.run.queues;
-      len = queueNames.length;
-      idx = 0;
-
-      outerloop:
-      while (idx < len) {
-        queueName = queueNames[idx];
-        queue = this._queues && this._queues[queueName];
-        delete this._queues[queueName];
-
-        if (queue) {
-          // the sync phase is to allow property changes to propagate. don't
-          // invoke observers until that is finished.
-          if (queueName === 'sync') {
-            log = Ember.LOG_BINDINGS;
-            if (log) { Ember.Logger.log('Begin: Flush Sync Queue'); }
-
-            Ember.beginPropertyChanges();
-
-            Ember.tryFinally(tryable, Ember.endPropertyChanges);
-
-            if (log) { Ember.Logger.log('End: Flush Sync Queue'); }
-          } else {
-            forEach.call(queue, iter);
-          }
-        }
-
-        // Loop through prior queues
-        for (var i = 0; i <= idx; i++) {
-          if (this._queues && this._queues[queueNames[i]]) {
-            // Start over at the first queue with contents
-            idx = i;
-            continue outerloop;
-          }
-        }
-
-        idx++;
-      }
-    }
-
-    timerMark = null;
-
-    return this;
-  }
-
-};
-
-Ember.RunLoop = RunLoop;
-
-// ..........................................................
-// Ember.run - this is ideally the only public API the dev sees
-//
-
-/**
-  Runs the passed target and method inside of a RunLoop, ensuring any
-  deferred actions including bindings and views updates are flushed at the
-  end.
-
-  Normally you should not need to invoke this method yourself. However if
-  you are implementing raw event handlers when interfacing with other
-  libraries or plugins, you should probably wrap all of your code inside this
-  call.
-
-  ```javascript
-  Ember.run(function(){
-    // code to be execute within a RunLoop 
-  });
-  ```
-
-  @class run
-  @namespace Ember
-  @static
-  @constructor
-  @param {Object} [target] target of method to call
-  @param {Function|String} method Method to invoke.
-    May be a function or a string. If you pass a string
-    then it will be looked up on the passed target.
-  @param {Object} [args*] Any additional arguments you wish to pass to the method.
-  @return {Object} return value from invoking the passed function.
-*/
-Ember.run = function(target, method) {
-  var loop,
-  args = arguments;
-  run.begin();
-
-  function tryable() {
-    if (target || method) {
-      return invoke(target, method, args, 2);
-    }
-  }
-
-  return Ember.tryFinally(tryable, run.end);
-};
-
-var run = Ember.run;
-
-
-/**
-  Begins a new RunLoop. Any deferred actions invoked after the begin will
-  be buffered until you invoke a matching call to `Ember.run.end()`. This is
-  an lower-level way to use a RunLoop instead of using `Ember.run()`.
-
-  ```javascript
-  Ember.run.begin();
-  // code to be execute within a RunLoop 
-  Ember.run.end();
-  ```
-
-  @method begin
-  @return {void}
-*/
-Ember.run.begin = function() {
-  run.currentRunLoop = new RunLoop(run.currentRunLoop);
-};
-
-/**
-  Ends a RunLoop. This must be called sometime after you call
-  `Ember.run.begin()` to flush any deferred actions. This is a lower-level way
-  to use a RunLoop instead of using `Ember.run()`.
-
-  ```javascript
-  Ember.run.begin();
-  // code to be execute within a RunLoop 
-  Ember.run.end();
-  ```
-
-  @method end
-  @return {void}
-*/
-Ember.run.end = function() {
-  Ember.assert('must have a current run loop', run.currentRunLoop);
-
-  function tryable()   { run.currentRunLoop.end();  }
-  function finalizer() { run.currentRunLoop = run.currentRunLoop.prev(); }
-
-  Ember.tryFinally(tryable, finalizer);
-};
-
-/**
-  Array of named queues. This array determines the order in which queues
-  are flushed at the end of the RunLoop. You can define your own queues by
-  simply adding the queue name to this array. Normally you should not need
-  to inspect or modify this property.
-
-  @property queues
-  @type Array
-  @default ['sync', 'actions', 'destroy', 'timers']
-*/
-Ember.run.queues = ['sync', 'actions', 'destroy', 'timers'];
-
-/**
-  Adds the passed target/method and any optional arguments to the named
-  queue to be executed at the end of the RunLoop. If you have not already
-  started a RunLoop when calling this method one will be started for you
-  automatically.
-
-  At the end of a RunLoop, any methods scheduled in this way will be invoked.
-  Methods will be invoked in an order matching the named queues defined in
-  the `run.queues` property.
-
-  ```javascript
-  Ember.run.schedule('timers', this, function(){
-    // this will be executed at the end of the RunLoop, when timers are run
-    console.log("scheduled on timers queue");
-  });
-
-  Ember.run.schedule('sync', this, function(){
-    // this will be executed at the end of the RunLoop, when bindings are synced
-    console.log("scheduled on sync queue");
-  });
-
-  // Note the functions will be run in order based on the run queues order. Output would be:
-  //   scheduled on sync queue
-  //   scheduled on timers queue
-  ```
-
-  @method schedule
-  @param {String} queue The name of the queue to schedule against.
-    Default queues are 'sync' and 'actions'
-  @param {Object} [target] target object to use as the context when invoking a method.
-  @param {String|Function} method The method to invoke. If you pass a string it
-    will be resolved on the target object at the time the scheduled item is
-    invoked allowing you to change the target function.
-  @param {Object} [arguments*] Optional arguments to be passed to the queued method.
-  @return {void}
-*/
-Ember.run.schedule = function(queue, target, method) {
-  var loop = run.autorun();
-  loop.schedule.apply(loop, arguments);
-};
-
-var scheduledAutorun;
-function autorun() {
-  scheduledAutorun = null;
-  if (run.currentRunLoop) { run.end(); }
-}
-
-// Used by global test teardown
-Ember.run.hasScheduledTimers = function() {
-  return !!(scheduledAutorun || scheduledLater || scheduledNext);
-};
-
-// Used by global test teardown
-Ember.run.cancelTimers = function () {
-  if (scheduledAutorun) {
-    clearTimeout(scheduledAutorun);
-    scheduledAutorun = null;
-  }
-  if (scheduledLater) {
-    clearTimeout(scheduledLater);
-    scheduledLater = null;
-  }
-  if (scheduledNext) {
-    clearTimeout(scheduledNext);
-    scheduledNext = null;
-  }
-  timers = {};
-};
-
-/**
-  Begins a new RunLoop if necessary and schedules a timer to flush the
-  RunLoop at a later time. This method is used by parts of Ember to
-  ensure the RunLoop always finishes. You normally do not need to call this
-  method directly. Instead use `Ember.run()`
-
-  @method autorun
-  @example
-    Ember.run.autorun();
-  @return {Ember.RunLoop} the new current RunLoop
-*/
-Ember.run.autorun = function() {
-  if (!run.currentRunLoop) {
-    Ember.assert("You have turned on testing mode, which disabled the run-loop's autorun. You will need to wrap any code with asynchronous side-effects in an Ember.run", !Ember.testing);
-
-    run.begin();
-
-    if (!scheduledAutorun) {
-      scheduledAutorun = setTimeout(autorun, 1);
-    }
-  }
-
-  return run.currentRunLoop;
-};
-
-/**
-  Immediately flushes any events scheduled in the 'sync' queue. Bindings
-  use this queue so this method is a useful way to immediately force all
-  bindings in the application to sync.
-
-  You should call this method anytime you need any changed state to propagate
-  throughout the app immediately without repainting the UI.
-
-  ```javascript
-  Ember.run.sync();
-  ```
-
-  @method sync
-  @return {void}
-*/
-Ember.run.sync = function() {
-  run.autorun();
-  run.currentRunLoop.flush('sync');
-};
-
-// ..........................................................
-// TIMERS
-//
-
-var timers = {}; // active timers...
-
-var scheduledLater;
-function invokeLaterTimers() {
-  scheduledLater = null;
-  var now = (+ new Date()), earliest = -1;
-  for (var key in timers) {
-    if (!timers.hasOwnProperty(key)) { continue; }
-    var timer = timers[key];
-    if (timer && timer.expires) {
-      if (now >= timer.expires) {
-        delete timers[key];
-        invoke(timer.target, timer.method, timer.args, 2);
-      } else {
-        if (earliest<0 || (timer.expires < earliest)) earliest=timer.expires;
-      }
-    }
-  }
-
-  // schedule next timeout to fire...
-  if (earliest > 0) { scheduledLater = setTimeout(invokeLaterTimers, earliest-(+ new Date())); }
-}
-
-/**
-  Invokes the passed target/method and optional arguments after a specified
-  period if time. The last parameter of this method must always be a number
-  of milliseconds.
-
-  You should use this method whenever you need to run some action after a
-  period of time instead of using `setTimeout()`. This method will ensure that
-  items that expire during the same script execution cycle all execute
-  together, which is often more efficient than using a real setTimeout.
-
-  ```javascript
-  Ember.run.later(myContext, function(){
-    // code here will execute within a RunLoop in about 500ms with this == myContext
-  }, 500);
-  ```
-
-  @method later
-  @param {Object} [target] target of method to invoke
-  @param {Function|String} method The method to invoke.
-    If you pass a string it will be resolved on the
-    target at the time the method is invoked.
-  @param {Object} [args*] Optional arguments to pass to the timeout.
-  @param {Number} wait
-    Number of milliseconds to wait.
-  @return {String} a string you can use to cancel the timer in
-    {{#crossLink "Ember/run.cancel"}}{{/crossLink}} later.
-*/
-Ember.run.later = function(target, method) {
-  var args, expires, timer, guid, wait;
-
-  // setTimeout compatibility...
-  if (arguments.length===2 && 'function' === typeof target) {
-    wait   = method;
-    method = target;
-    target = undefined;
-    args   = [target, method];
-  } else {
-    args = slice.call(arguments);
-    wait = args.pop();
-  }
-
-  expires = (+ new Date()) + wait;
-  timer   = { target: target, method: method, expires: expires, args: args };
-  guid    = Ember.guidFor(timer);
-  timers[guid] = timer;
-  run.once(timers, invokeLaterTimers);
-  return guid;
-};
-
-function invokeOnceTimer(guid, onceTimers) {
-  if (onceTimers[this.tguid]) { delete onceTimers[this.tguid][this.mguid]; }
-  if (timers[guid]) { invoke(this.target, this.method, this.args); }
-  delete timers[guid];
-}
-
-function scheduleOnce(queue, target, method, args) {
-  var tguid = Ember.guidFor(target),
-    mguid = Ember.guidFor(method),
-    onceTimers = run.autorun().onceTimers,
-    guid = onceTimers[tguid] && onceTimers[tguid][mguid],
-    timer;
-
-  if (guid && timers[guid]) {
-    timers[guid].args = args; // replace args
-  } else {
-    timer = {
-      target: target,
-      method: method,
-      args:   args,
-      tguid:  tguid,
-      mguid:  mguid
-    };
-
-    guid  = Ember.guidFor(timer);
-    timers[guid] = timer;
-    if (!onceTimers[tguid]) { onceTimers[tguid] = {}; }
-    onceTimers[tguid][mguid] = guid; // so it isn't scheduled more than once
-
-    run.schedule(queue, timer, invokeOnceTimer, guid, onceTimers);
-  }
-
-  return guid;
-}
-
-/**
-  Schedules an item to run one time during the current RunLoop. Calling
-  this method with the same target/method combination will have no effect.
-
-  Note that although you can pass optional arguments these will not be
-  considered when looking for duplicates. New arguments will replace previous
-  calls.
-
-  ```javascript
-  Ember.run(function(){
-    var doFoo = function() { foo(); }
-    Ember.run.once(myContext, doFoo);
-    Ember.run.once(myContext, doFoo);
-    // doFoo will only be executed once at the end of the RunLoop
-  });
-  ```
-
-  @method once
-  @param {Object} [target] target of method to invoke
-  @param {Function|String} method The method to invoke.
-    If you pass a string it will be resolved on the
-    target at the time the method is invoked.
-  @param {Object} [args*] Optional arguments to pass to the timeout.
-  @return {Object} timer
-*/
-Ember.run.once = function(target, method) {
-  return scheduleOnce('actions', target, method, slice.call(arguments, 2));
-};
-
-Ember.run.scheduleOnce = function(queue, target, method, args) {
-  return scheduleOnce(queue, target, method, slice.call(arguments, 3));
-};
-
-var scheduledNext;
-function invokeNextTimers() {
-  scheduledNext = null;
-  for(var key in timers) {
-    if (!timers.hasOwnProperty(key)) { continue; }
-    var timer = timers[key];
-    if (timer.next) {
-      delete timers[key];
-      invoke(timer.target, timer.method, timer.args, 2);
-    }
-  }
-}
-
-/**
-  Schedules an item to run after control has been returned to the system.
-  This is often equivalent to calling `setTimeout(function() {}, 1)`.
-
-  ```javascript
-  Ember.run.next(myContext, function(){
-    // code to be executed in the next RunLoop, which will be scheduled after the current one
-  });
-  ```
-
-  @method next
-  @param {Object} [target] target of method to invoke
-  @param {Function|String} method The method to invoke.
-    If you pass a string it will be resolved on the
-    target at the time the method is invoked.
-  @param {Object} [args*] Optional arguments to pass to the timeout.
-  @return {Object} timer
-*/
-Ember.run.next = function(target, method) {
-  var guid,
-      timer = {
-        target: target,
-        method: method,
-        args: slice.call(arguments),
-        next: true
-      };
-
-  guid = Ember.guidFor(timer);
-  timers[guid] = timer;
-
-  if (!scheduledNext) { scheduledNext = setTimeout(invokeNextTimers, 1); }
-  return guid;
-};
-
-/**
-  Cancels a scheduled item. Must be a value returned by `Ember.run.later()`,
-  `Ember.run.once()`, or `Ember.run.next()`.
-
-  ```javascript
-  var runNext = Ember.run.next(myContext, function(){
-    // will not be executed
-  });
-  Ember.run.cancel(runNext);
-
-  var runLater = Ember.run.later(myContext, function(){
-    // will not be executed
-  }, 500);
-  Ember.run.cancel(runLater);
-
-  var runOnce = Ember.run.once(myContext, function(){
-    // will not be executed
-  });
-  Ember.run.cancel(runOnce);
-  ```
-
-  @method cancel
-  @param {Object} timer Timer object to cancel
-  @return {void}
-*/
-Ember.run.cancel = function(timer) {
-  delete timers[timer];
-};
-
-})();
-
-
-
-(function() {
-// Ember.Logger
-// get, set, trySet
-// guidFor, isArray, meta
-// addObserver, removeObserver
-// Ember.run.schedule
-/**
-@module ember-metal
-*/
-
-// ..........................................................
-// CONSTANTS
-//
-
-/**
-  Debug parameter you can turn on. This will log all bindings that fire to
-  the console. This should be disabled in production code. Note that you
-  can also enable this from the console or temporarily.
-
-  @property LOG_BINDINGS
-  @for Ember
-  @type Boolean
-  @default false
-*/
-Ember.LOG_BINDINGS = false || !!Ember.ENV.LOG_BINDINGS;
-
-var get     = Ember.get,
-    set     = Ember.set,
-    guidFor = Ember.guidFor,
-    isGlobalPath = Ember.isGlobalPath;
-
-
-function getWithGlobals(obj, path) {
-  return get(isGlobalPath(path) ? Ember.lookup : obj, path);
-}
-
-// ..........................................................
-// BINDING
-//
-
-var Binding = function(toPath, fromPath) {
-  this._direction = 'fwd';
-  this._from = fromPath;
-  this._to   = toPath;
-  this._directionMap = Ember.Map.create();
-};
-
-/**
-@class Binding
-@namespace Ember
-*/
-
-Binding.prototype = {
-  /**
-    This copies the Binding so it can be connected to another object.
-
-    @method copy
-    @return {Ember.Binding}
-  */
-  copy: function () {
-    var copy = new Binding(this._to, this._from);
-    if (this._oneWay) { copy._oneWay = true; }
-    return copy;
-  },
-
-  // ..........................................................
-  // CONFIG
-  //
-
-  /**
-    This will set `from` property path to the specified value. It will not
-    attempt to resolve this property path to an actual object until you
-    connect the binding.
-
-    The binding will search for the property path starting at the root object
-    you pass when you `connect()` the binding. It follows the same rules as
-    `get()` - see that method for more information.
-
-    @method from
-    @param {String} propertyPath the property path to connect to
-    @return {Ember.Binding} `this`
-  */
-  from: function(path) {
-    this._from = path;
-    return this;
-  },
-
-  /**
-    This will set the `to` property path to the specified value. It will not
-    attempt to resolve this property path to an actual object until you
-    connect the binding.
-
-    The binding will search for the property path starting at the root object
-    you pass when you `connect()` the binding. It follows the same rules as
-    `get()` - see that method for more information.
-
-    @method to
-    @param {String|Tuple} propertyPath A property path or tuple
-    @return {Ember.Binding} `this`
-  */
-  to: function(path) {
-    this._to = path;
-    return this;
-  },
-
-  /**
-    Configures the binding as one way. A one-way binding will relay changes
-    on the `from` side to the `to` side, but not the other way around. This
-    means that if you change the `to` side directly, the `from` side may have
-    a different value.
-
-    @method oneWay
-    @return {Ember.Binding} `this`
-  */
-  oneWay: function() {
-    this._oneWay = true;
-    return this;
-  },
-
-  toString: function() {
-    var oneWay = this._oneWay ? '[oneWay]' : '';
-    return "Ember.Binding<" + guidFor(this) + ">(" + this._from + " -> " + this._to + ")" + oneWay;
-  },
-
-  // ..........................................................
-  // CONNECT AND SYNC
-  //
-
-  /**
-    Attempts to connect this binding instance so that it can receive and relay
-    changes. This method will raise an exception if you have not set the
-    from/to properties yet.
-
-    @method connect
-    @param {Object} obj The root object for this binding.
-    @return {Ember.Binding} `this`
-  */
-  connect: function(obj) {
-    Ember.assert('Must pass a valid object to Ember.Binding.connect()', !!obj);
-
-    var fromPath = this._from, toPath = this._to;
-    Ember.trySet(obj, toPath, getWithGlobals(obj, fromPath));
-
-    // add an observer on the object to be notified when the binding should be updated
-    Ember.addObserver(obj, fromPath, this, this.fromDidChange);
-
-    // if the binding is a two-way binding, also set up an observer on the target
-    if (!this._oneWay) { Ember.addObserver(obj, toPath, this, this.toDidChange); }
-
-    this._readyToSync = true;
-
-    return this;
-  },
-
-  /**
-    Disconnects the binding instance. Changes will no longer be relayed. You
-    will not usually need to call this method.
-
-    @method disconnect
-    @param {Object} obj The root object you passed when connecting the binding.
-    @return {Ember.Binding} `this`
-  */
-  disconnect: function(obj) {
-    Ember.assert('Must pass a valid object to Ember.Binding.disconnect()', !!obj);
-
-    var twoWay = !this._oneWay;
-
-    // remove an observer on the object so we're no longer notified of
-    // changes that should update bindings.
-    Ember.removeObserver(obj, this._from, this, this.fromDidChange);
-
-    // if the binding is two-way, remove the observer from the target as well
-    if (twoWay) { Ember.removeObserver(obj, this._to, this, this.toDidChange); }
-
-    this._readyToSync = false; // disable scheduled syncs...
-    return this;
-  },
-
-  // ..........................................................
-  // PRIVATE
-  //
-
-  /* called when the from side changes */
-  fromDidChange: function(target) {
-    this._scheduleSync(target, 'fwd');
-  },
-
-  /* called when the to side changes */
-  toDidChange: function(target) {
-    this._scheduleSync(target, 'back');
-  },
-
-  _scheduleSync: function(obj, dir) {
-    var directionMap = this._directionMap;
-    var existingDir = directionMap.get(obj);
-
-    // if we haven't scheduled the binding yet, schedule it
-    if (!existingDir) {
-      Ember.run.schedule('sync', this, this._sync, obj);
-      directionMap.set(obj, dir);
-    }
-
-    // If both a 'back' and 'fwd' sync have been scheduled on the same object,
-    // default to a 'fwd' sync so that it remains deterministic.
-    if (existingDir === 'back' && dir === 'fwd') {
-      directionMap.set(obj, 'fwd');
-    }
-  },
-
-  _sync: function(obj) {
-    var log = Ember.LOG_BINDINGS;
-
-    // don't synchronize destroyed objects or disconnected bindings
-    if (obj.isDestroyed || !this._readyToSync) { return; }
-
-    // get the direction of the binding for the object we are
-    // synchronizing from
-    var directionMap = this._directionMap;
-    var direction = directionMap.get(obj);
-
-    var fromPath = this._from, toPath = this._to;
-
-    directionMap.remove(obj);
-
-    // if we're synchronizing from the remote object...
-    if (direction === 'fwd') {
-      var fromValue = getWithGlobals(obj, this._from);
-      if (log) {
-        Ember.Logger.log(' ', this.toString(), '->', fromValue, obj);
-      }
-      if (this._oneWay) {
-        Ember.trySet(obj, toPath, fromValue);
-      } else {
-        Ember._suspendObserver(obj, toPath, this, this.toDidChange, function () {
-          Ember.trySet(obj, toPath, fromValue);
-        });
-      }
-    // if we're synchronizing *to* the remote object
-    } else if (direction === 'back') {
-      var toValue = get(obj, this._to);
-      if (log) {
-        Ember.Logger.log(' ', this.toString(), '<-', toValue, obj);
-      }
-      Ember._suspendObserver(obj, fromPath, this, this.fromDidChange, function () {
-        Ember.trySet(Ember.isGlobalPath(fromPath) ? Ember.lookup : obj, fromPath, toValue);
-      });
-    }
-  }
-
-};
-
-function mixinProperties(to, from) {
-  for (var key in from) {
-    if (from.hasOwnProperty(key)) {
-      to[key] = from[key];
-    }
-  }
-}
-
-mixinProperties(Binding, {
-
-  /**
-    See {{#crossLink "Ember.Binding/from"}}{{/crossLink}}
-
-    @method from
-    @static
-  */
-  from: function() {
-    var C = this, binding = new C();
-    return binding.from.apply(binding, arguments);
-  },
-
-  /**
-    See {{#crossLink "Ember.Binding/to"}}{{/crossLink}}
-
-    @method to
-    @static
-  */
-  to: function() {
-    var C = this, binding = new C();
-    return binding.to.apply(binding, arguments);
-  },
-
-  /**
-    Creates a new Binding instance and makes it apply in a single direction.
-    A one-way binding will relay changes on the `from` side object (supplied
-    as the `from` argument) the `to` side, but not the other way around.
-    This means that if you change the "to" side directly, the "from" side may have
-    a different value.
-
-    See {{#crossLink "Binding/oneWay"}}{{/crossLink}}
-
-    @method oneWay
-    @param {String} from from path.
-    @param {Boolean} [flag] (Optional) passing nothing here will make the
-      binding `oneWay`. You can instead pass `false` to disable `oneWay`, making the
-      binding two way again.
-  */
-  oneWay: function(from, flag) {
-    var C = this, binding = new C(null, from);
-    return binding.oneWay(flag);
-  }
-
-});
-
-/**
-  An `Ember.Binding` connects the properties of two objects so that whenever
-  the value of one property changes, the other property will be changed also.
-
-  ## Automatic Creation of Bindings with `/^*Binding/`-named Properties
-
-  You do not usually create Binding objects directly but instead describe
-  bindings in your class or object definition using automatic binding
-  detection.
-
-  Properties ending in a `Binding` suffix will be converted to `Ember.Binding`
-  instances. The value of this property should be a string representing a path
-  to another object or a custom binding instanced created using Binding helpers
-  (see "Customizing Your Bindings"):
-
-  ```
-  valueBinding: "MyApp.someController.title"
-  ```
-
-  This will create a binding from `MyApp.someController.title` to the `value`
-  property of your object instance automatically. Now the two values will be
-  kept in sync.
-
-  ## One Way Bindings
-
-  One especially useful binding customization you can use is the `oneWay()`
-  helper. This helper tells Ember that you are only interested in
-  receiving changes on the object you are binding from. For example, if you
-  are binding to a preference and you want to be notified if the preference
-  has changed, but your object will not be changing the preference itself, you
-  could do:
-
-  ```
-  bigTitlesBinding: Ember.Binding.oneWay("MyApp.preferencesController.bigTitles")
-  ```
-
-  This way if the value of `MyApp.preferencesController.bigTitles` changes the
-  `bigTitles` property of your object will change also. However, if you
-  change the value of your `bigTitles` property, it will not update the
-  `preferencesController`.
-
-  One way bindings are almost twice as fast to setup and twice as fast to
-  execute because the binding only has to worry about changes to one side.
-
-  You should consider using one way bindings anytime you have an object that
-  may be created frequently and you do not intend to change a property; only
-  to monitor it for changes. (such as in the example above).
-
-  ## Adding Bindings Manually
-
-  All of the examples above show you how to configure a custom binding, but the
-  result of these customizations will be a binding template, not a fully active
-  Binding instance. The binding will actually become active only when you
-  instantiate the object the binding belongs to. It is useful however, to
-  understand what actually happens when the binding is activated.
-
-  For a binding to function it must have at least a `from` property and a `to`
-  property. The `from` property path points to the object/key that you want to
-  bind from while the `to` path points to the object/key you want to bind to.
-
-  When you define a custom binding, you are usually describing the property
-  you want to bind from (such as `MyApp.someController.value` in the examples
-  above). When your object is created, it will automatically assign the value
-  you want to bind `to` based on the name of your binding key. In the
-  examples above, during init, Ember objects will effectively call
-  something like this on your binding:
-
-  ```javascript
-  binding = Ember.Binding.from(this.valueBinding).to("value");
-  ```
-
-  This creates a new binding instance based on the template you provide, and
-  sets the to path to the `value` property of the new object. Now that the
-  binding is fully configured with a `from` and a `to`, it simply needs to be
-  connected to become active. This is done through the `connect()` method:
-
-  ```javascript
-  binding.connect(this);
-  ```
-
-  Note that when you connect a binding you pass the object you want it to be
-  connected to. This object will be used as the root for both the from and
-  to side of the binding when inspecting relative paths. This allows the
-  binding to be automatically inherited by subclassed objects as well.
-
-  Now that the binding is connected, it will observe both the from and to side
-  and relay changes.
-
-  If you ever needed to do so (you almost never will, but it is useful to
-  understand this anyway), you could manually create an active binding by
-  using the `Ember.bind()` helper method. (This is the same method used by
-  to setup your bindings on objects):
-
-  ```javascript
-  Ember.bind(MyApp.anotherObject, "value", "MyApp.someController.value");
-  ```
-
-  Both of these code fragments have the same effect as doing the most friendly
-  form of binding creation like so:
-
-  ```javascript
-  MyApp.anotherObject = Ember.Object.create({
-    valueBinding: "MyApp.someController.value",
-
-    // OTHER CODE FOR THIS OBJECT...
-  });
-  ```
-
-  Ember's built in binding creation method makes it easy to automatically
-  create bindings for you. You should always use the highest-level APIs
-  available, even if you understand how it works underneath.
-
-  @class Binding
-  @namespace Ember
-  @since Ember 0.9
-*/
-Ember.Binding = Binding;
-
-
-/**
-  Global helper method to create a new binding. Just pass the root object
-  along with a `to` and `from` path to create and connect the binding.
-
-  @method bind
-  @for Ember
-  @param {Object} obj The root object of the transform.
-  @param {String} to The path to the 'to' side of the binding.
-    Must be relative to obj.
-  @param {String} from The path to the 'from' side of the binding.
-    Must be relative to obj or a global path.
-  @return {Ember.Binding} binding instance
-*/
-Ember.bind = function(obj, to, from) {
-  return new Ember.Binding(to, from).connect(obj);
-};
-
-/**
-  @method oneWay
-  @for Ember
-  @param {Object} obj The root object of the transform.
-  @param {String} to The path to the 'to' side of the binding.
-    Must be relative to obj.
-  @param {String} from The path to the 'from' side of the binding.
-    Must be relative to obj or a global path.
-  @return {Ember.Binding} binding instance
-*/
-Ember.oneWay = function(obj, to, from) {
-  return new Ember.Binding(to, from).oneWay().connect(obj);
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember-metal
-*/
-
-var Mixin, REQUIRED, Alias,
-    a_map = Ember.ArrayPolyfills.map,
-    a_indexOf = Ember.ArrayPolyfills.indexOf,
-    a_forEach = Ember.ArrayPolyfills.forEach,
-    a_slice = [].slice,
-    EMPTY_META = {}, // dummy for non-writable meta
-    o_create = Ember.create,
-    defineProperty = Ember.defineProperty,
-    guidFor = Ember.guidFor;
-
-function mixinsMeta(obj) {
-  var m = Ember.meta(obj, true), ret = m.mixins;
-  if (!ret) {
-    ret = m.mixins = {};
-  } else if (!m.hasOwnProperty('mixins')) {
-    ret = m.mixins = o_create(ret);
-  }
-  return ret;
-}
-
-function initMixin(mixin, args) {
-  if (args && args.length > 0) {
-    mixin.mixins = a_map.call(args, function(x) {
-      if (x instanceof Mixin) { return x; }
-
-      // Note: Manually setup a primitive mixin here. This is the only
-      // way to actually get a primitive mixin. This way normal creation
-      // of mixins will give you combined mixins...
-      var mixin = new Mixin();
-      mixin.properties = x;
-      return mixin;
-    });
-  }
-  return mixin;
-}
-
-function isMethod(obj) {
-  return 'function' === typeof obj &&
-         obj.isMethod !== false &&
-         obj !== Boolean && obj !== Object && obj !== Number && obj !== Array && obj !== Date && obj !== String;
-}
-
-var CONTINUE = {};
-
-function mixinProperties(mixinsMeta, mixin) {
-  var guid;
-
-  if (mixin instanceof Mixin) {
-    guid = guidFor(mixin);
-    if (mixinsMeta[guid]) { return CONTINUE; }
-    mixinsMeta[guid] = mixin;
-    return mixin.properties;
-  } else {
-    return mixin; // apply anonymous mixin properties
-  }
-}
-
-function concatenatedProperties(props, values, base) {
-  var concats;
-
-  // reset before adding each new mixin to pickup concats from previous
-  concats = values.concatenatedProperties || base.concatenatedProperties;
-  if (props.concatenatedProperties) {
-    concats = concats ? concats.concat(props.concatenatedProperties) : props.concatenatedProperties;
-  }
-
-  return concats;
-}
-
-function giveDescriptorSuper(meta, key, property, values, descs) {
-  var superProperty;
-
-  // Computed properties override methods, and do not call super to them
-  if (values[key] === undefined) {
-    // Find the original descriptor in a parent mixin
-    superProperty = descs[key];
-  }
-
-  // If we didn't find the original descriptor in a parent mixin, find
-  // it on the original object.
-  superProperty = superProperty || meta.descs[key];
-
-  if (!superProperty || !(superProperty instanceof Ember.ComputedProperty)) {
-    return property;
-  }
-
-  // Since multiple mixins may inherit from the same parent, we need
-  // to clone the computed property so that other mixins do not receive
-  // the wrapped version.
-  property = o_create(property);
-  property.func = Ember.wrap(property.func, superProperty.func);
-
-  return property;
-}
-
-function giveMethodSuper(obj, key, method, values, descs) {
-  var superMethod;
-
-  // Methods overwrite computed properties, and do not call super to them.
-  if (descs[key] === undefined) {
-    // Find the original method in a parent mixin
-    superMethod = values[key];
-  }
-
-  // If we didn't find the original value in a parent mixin, find it in
-  // the original object
-  superMethod = superMethod || obj[key];
-
-  // Only wrap the new method if the original method was a function
-  if ('function' !== typeof superMethod) {
-    return method;
-  }
-
-  return Ember.wrap(method, superMethod);
-}
-
-function applyConcatenatedProperties(obj, key, value, values) {
-  var baseValue = values[key] || obj[key];
-
-  if (baseValue) {
-    if ('function' === typeof baseValue.concat) {
-      return baseValue.concat(value);
-    } else {
-      return Ember.makeArray(baseValue).concat(value);
-    }
-  } else {
-    return Ember.makeArray(value);
-  }
-}
-
-function addNormalizedProperty(base, key, value, meta, descs, values, concats) {
-  if (value instanceof Ember.Descriptor) {
-    if (value === REQUIRED && descs[key]) { return CONTINUE; }
-
-    // Wrap descriptor function to implement
-    // _super() if needed
-    if (value.func) {
-      value = giveDescriptorSuper(meta, key, value, values, descs);
-    }
-
-    descs[key]  = value;
-    values[key] = undefined;
-  } else {
-    // impl super if needed...
-    if (isMethod(value)) {
-      value = giveMethodSuper(base, key, value, values, descs);
-    } else if ((concats && a_indexOf.call(concats, key) >= 0) || key === 'concatenatedProperties') {
-      value = applyConcatenatedProperties(base, key, value, values);
-    }
-
-    descs[key] = undefined;
-    values[key] = value;
-  }
-}
-
-function mergeMixins(mixins, m, descs, values, base) {
-  var mixin, props, key, concats, meta;
-
-  function removeKeys(keyName) {
-    delete descs[keyName];
-    delete values[keyName];
-  }
-
-  for(var i=0, l=mixins.length; i<l; i++) {
-    mixin = mixins[i];
-    Ember.assert('Expected hash or Mixin instance, got ' + Object.prototype.toString.call(mixin), typeof mixin === 'object' && mixin !== null && Object.prototype.toString.call(mixin) !== '[object Array]');
-
-    props = mixinProperties(m, mixin);
-    if (props === CONTINUE) { continue; }
-
-    if (props) {
-      meta = Ember.meta(base);
-      concats = concatenatedProperties(props, values, base);
-
-      for (key in props) {
-        if (!props.hasOwnProperty(key)) { continue; }
-        addNormalizedProperty(base, key, props[key], meta, descs, values, concats);
-      }
-
-      // manually copy toString() because some JS engines do not enumerate it
-      if (props.hasOwnProperty('toString')) { base.toString = props.toString; }
-    } else if (mixin.mixins) {
-      mergeMixins(mixin.mixins, m, descs, values, base);
-      if (mixin._without) { a_forEach.call(mixin._without, removeKeys); }
-    }
-  }
-}
-
-function writableReq(obj) {
-  var m = Ember.meta(obj), req = m.required;
-  if (!req || !m.hasOwnProperty('required')) {
-    req = m.required = req ? o_create(req) : {};
-  }
-  return req;
-}
-
-var IS_BINDING = Ember.IS_BINDING = /^.+Binding$/;
-
-function detectBinding(obj, key, value, m) {
-  if (IS_BINDING.test(key)) {
-    var bindings = m.bindings;
-    if (!bindings) {
-      bindings = m.bindings = {};
-    } else if (!m.hasOwnProperty('bindings')) {
-      bindings = m.bindings = o_create(m.bindings);
-    }
-    bindings[key] = value;
-  }
-}
-
-function connectBindings(obj, m) {
-  // TODO Mixin.apply(instance) should disconnect binding if exists
-  var bindings = m.bindings, key, binding, to;
-  if (bindings) {
-    for (key in bindings) {
-      binding = bindings[key];
-      if (binding) {
-        to = key.slice(0, -7); // strip Binding off end
-        if (binding instanceof Ember.Binding) {
-          binding = binding.copy(); // copy prototypes' instance
-          binding.to(to);
-        } else { // binding is string path
-          binding = new Ember.Binding(to, binding);
-        }
-        binding.connect(obj);
-        obj[key] = binding;
-      }
-    }
-    // mark as applied
-    m.bindings = {};
-  }
-}
-
-function finishPartial(obj, m) {
-  connectBindings(obj, m || Ember.meta(obj));
-  return obj;
-}
-
-function followAlias(obj, desc, m, descs, values) {
-  var altKey = desc.methodName, value;
-  if (descs[altKey] || values[altKey]) {
-    value = values[altKey];
-    desc  = descs[altKey];
-  } else if (m.descs[altKey]) {
-    desc  = m.descs[altKey];
-    value = undefined;
-  } else {
-    desc = undefined;
-    value = obj[altKey];
-  }
-
-  return { desc: desc, value: value };
-}
-
-function updateObservers(obj, key, observer, observerKey, method) {
-  if ('function' !== typeof observer) { return; }
-
-  var paths = observer[observerKey];
-
-  if (paths) {
-    for (var i=0, l=paths.length; i<l; i++) {
-      Ember[method](obj, paths[i], null, key);
-    }
-  }
-}
-
-function replaceObservers(obj, key, observer) {
-  var prevObserver = obj[key];
-
-  updateObservers(obj, key, prevObserver, '__ember_observesBefore__', 'removeBeforeObserver');
-  updateObservers(obj, key, prevObserver, '__ember_observes__', 'removeObserver');
-
-  updateObservers(obj, key, observer, '__ember_observesBefore__', 'addBeforeObserver');
-  updateObservers(obj, key, observer, '__ember_observes__', 'addObserver');
-}
-
-function applyMixin(obj, mixins, partial) {
-  var descs = {}, values = {}, m = Ember.meta(obj),
-      key, value, desc;
-
-  // Go through all mixins and hashes passed in, and:
-  //
-  // * Handle concatenated properties
-  // * Set up _super wrapping if necessary
-  // * Set up computed property descriptors
-  // * Copying `toString` in broken browsers
-  mergeMixins(mixins, mixinsMeta(obj), descs, values, obj);
-
-  for(key in values) {
-    if (key === 'contructor' || !values.hasOwnProperty(key)) { continue; }
-
-    desc = descs[key];
-    value = values[key];
-
-    if (desc === REQUIRED) { continue; }
-
-    while (desc && desc instanceof Alias) {
-      var followed = followAlias(obj, desc, m, descs, values);
-      desc = followed.desc;
-      value = followed.value;
-    }
-
-    if (desc === undefined && value === undefined) { continue; }
-
-    replaceObservers(obj, key, value);
-    detectBinding(obj, key, value, m);
-    defineProperty(obj, key, desc, value, m);
-  }
-
-  if (!partial) { // don't apply to prototype
-    finishPartial(obj, m);
-  }
-
-  return obj;
-}
-
-/**
-  @method mixin
-  @for Ember
-  @param obj
-  @param mixins*
-  @return obj
-*/
-Ember.mixin = function(obj) {
-  var args = a_slice.call(arguments, 1);
-  applyMixin(obj, args, false);
-  return obj;
-};
-
-/**
-  The `Ember.Mixin` class allows you to create mixins, whose properties can be
-  added to other classes. For instance,
-
-  ```javascript
-  App.Editable = Ember.Mixin.create({
-    edit: function() {
-      console.log('starting to edit');
-      this.set('isEditing', true);
-    },
-    isEditing: false
-  });
-
-  // Mix mixins into classes by passing them as the first arguments to
-  // .extend or .create.
-  App.CommentView = Ember.View.extend(App.Editable, {
-    template: Ember.Handlebars.compile('{{#if isEditing}}...{{else}}...{{/if}}')
-  });
-
-  commentView = App.CommentView.create();
-  commentView.edit(); // outputs 'starting to edit'
-  ```
-
-  Note that Mixins are created with `Ember.Mixin.create`, not
-  `Ember.Mixin.extend`.
-
-  @class Mixin
-  @namespace Ember
-*/
-Ember.Mixin = function() { return initMixin(this, arguments); };
-
-Mixin = Ember.Mixin;
-
-Mixin._apply = applyMixin;
-
-Mixin.applyPartial = function(obj) {
-  var args = a_slice.call(arguments, 1);
-  return applyMixin(obj, args, true);
-};
-
-Mixin.finishPartial = finishPartial;
-
-Ember.anyUnprocessedMixins = false;
-
-/**
-  @method create
-  @static
-  @param arguments*
-*/
-Mixin.create = function() {
-  Ember.anyUnprocessedMixins = true;
-  var M = this;
-  return initMixin(new M(), arguments);
-};
-
-var MixinPrototype = Mixin.prototype;
-
-/**
-  @method reopen
-  @param arguments*
-*/
-MixinPrototype.reopen = function() {
-  var mixin, tmp;
-
-  if (this.properties) {
-    mixin = Mixin.create();
-    mixin.properties = this.properties;
-    delete this.properties;
-    this.mixins = [mixin];
-  } else if (!this.mixins) {
-    this.mixins = [];
-  }
-
-  var len = arguments.length, mixins = this.mixins, idx;
-
-  for(idx=0; idx < len; idx++) {
-    mixin = arguments[idx];
-    Ember.assert('Expected hash or Mixin instance, got ' + Object.prototype.toString.call(mixin), typeof mixin === 'object' && mixin !== null && Object.prototype.toString.call(mixin) !== '[object Array]');
-
-    if (mixin instanceof Mixin) {
-      mixins.push(mixin);
-    } else {
-      tmp = Mixin.create();
-      tmp.properties = mixin;
-      mixins.push(tmp);
-    }
-  }
-
-  return this;
-};
-
-/**
-  @method apply
-  @param obj
-  @return applied object
-*/
-MixinPrototype.apply = function(obj) {
-  return applyMixin(obj, [this], false);
-};
-
-MixinPrototype.applyPartial = function(obj) {
-  return applyMixin(obj, [this], true);
-};
-
-function _detect(curMixin, targetMixin, seen) {
-  var guid = guidFor(curMixin);
-
-  if (seen[guid]) { return false; }
-  seen[guid] = true;
-
-  if (curMixin === targetMixin) { return true; }
-  var mixins = curMixin.mixins, loc = mixins ? mixins.length : 0;
-  while (--loc >= 0) {
-    if (_detect(mixins[loc], targetMixin, seen)) { return true; }
-  }
-  return false;
-}
-
-/**
-  @method detect
-  @param obj
-  @return {Boolean}
-*/
-MixinPrototype.detect = function(obj) {
-  if (!obj) { return false; }
-  if (obj instanceof Mixin) { return _detect(obj, this, {}); }
-  var mixins = Ember.meta(obj, false).mixins;
-  if (mixins) {
-    return !!mixins[guidFor(this)];
-  }
-  return false;
-};
-
-MixinPrototype.without = function() {
-  var ret = new Mixin(this);
-  ret._without = a_slice.call(arguments);
-  return ret;
-};
-
-function _keys(ret, mixin, seen) {
-  if (seen[guidFor(mixin)]) { return; }
-  seen[guidFor(mixin)] = true;
-
-  if (mixin.properties) {
-    var props = mixin.properties;
-    for (var key in props) {
-      if (props.hasOwnProperty(key)) { ret[key] = true; }
-    }
-  } else if (mixin.mixins) {
-    a_forEach.call(mixin.mixins, function(x) { _keys(ret, x, seen); });
-  }
-}
-
-MixinPrototype.keys = function() {
-  var keys = {}, seen = {}, ret = [];
-  _keys(keys, this, seen);
-  for(var key in keys) {
-    if (keys.hasOwnProperty(key)) { ret.push(key); }
-  }
-  return ret;
-};
-
-// returns the mixins currently applied to the specified object
-// TODO: Make Ember.mixin
-Mixin.mixins = function(obj) {
-  var mixins = Ember.meta(obj, false).mixins, ret = [];
-
-  if (!mixins) { return ret; }
-
-  for (var key in mixins) {
-    var mixin = mixins[key];
-
-    // skip primitive mixins since these are always anonymous
-    if (!mixin.properties) { ret.push(mixin); }
-  }
-
-  return ret;
-};
-
-REQUIRED = new Ember.Descriptor();
-REQUIRED.toString = function() { return '(Required Property)'; };
-
-/**
-  Denotes a required property for a mixin
-
-  @method required
-  @for Ember
-*/
-Ember.required = function() {
-  return REQUIRED;
-};
-
-Alias = function(methodName) {
-  this.methodName = methodName;
-};
-Alias.prototype = new Ember.Descriptor();
-
-/**
-  Makes a property or method available via an additional name.
-
-  ```javascript
-  App.PaintSample = Ember.Object.extend({
-    color: 'red',
-    colour: Ember.alias('color'),
-    name: function(){
-      return "Zed";
-    },
-    moniker: Ember.alias("name")
-  });
-
-  var paintSample = App.PaintSample.create()
-  paintSample.get('colour');  // 'red'
-  paintSample.moniker();      // 'Zed'
-  ```
-
-  @method alias
-  @for Ember
-  @param {String} methodName name of the method or property to alias
-  @return {Ember.Descriptor}
-  @deprecated Use `Ember.aliasMethod` or `Ember.computed.alias` instead
-*/
-Ember.alias = function(methodName) {
-  return new Alias(methodName);
-};
-
-Ember.deprecateFunc("Ember.alias is deprecated. Please use Ember.aliasMethod or Ember.computed.alias instead.", Ember.alias);
-
-/**
-  Makes a method available via an additional name.
-
-  ```javascript
-  App.Person = Ember.Object.extend({
-    name: function(){
-      return 'Tomhuda Katzdale';
-    },
-    moniker: Ember.aliasMethod('name')
-  });
-
-  var goodGuy = App.Person.create()
-  ```
-
-  @method aliasMethod
-  @for Ember
-  @param {String} methodName name of the method to alias
-  @return {Ember.Descriptor}
-*/
-Ember.aliasMethod = function(methodName) {
-  return new Alias(methodName);
-};
-
-// ..........................................................
-// OBSERVER HELPER
-//
-
-/**
-  @method observer
-  @for Ember
-  @param {Function} func
-  @param {String} propertyNames*
-  @return func
-*/
-Ember.observer = function(func) {
-  var paths = a_slice.call(arguments, 1);
-  func.__ember_observes__ = paths;
-  return func;
-};
-
-// If observers ever become asynchronous, Ember.immediateObserver
-// must remain synchronous.
-/**
-  @method immediateObserver
-  @for Ember
-  @param {Function} func
-  @param {String} propertyNames*
-  @return func
-*/
-Ember.immediateObserver = function() {
-  for (var i=0, l=arguments.length; i<l; i++) {
-    var arg = arguments[i];
-    Ember.assert("Immediate observers must observe internal properties only, not properties on other objects.", typeof arg !== "string" || arg.indexOf('.') === -1);
-  }
-
-  return Ember.observer.apply(this, arguments);
-};
-
-/**
-  @method beforeObserver
-  @for Ember
-  @param {Function} func
-  @param {String} propertyNames*
-  @return func
-*/
-Ember.beforeObserver = function(func) {
-  var paths = a_slice.call(arguments, 1);
-  func.__ember_observesBefore__ = paths;
-  return func;
-};
-
-})();
-
-
-
-(function() {
-/**
-Ember Metal
-
-@module ember
-@submodule ember-metal
-*/
-
-})();
-
-(function() {
-define("rsvp",
-  [],
-  function() {
-    "use strict";
-    var browserGlobal = (typeof window !== 'undefined') ? window : {};
-
-    var MutationObserver = browserGlobal.MutationObserver || browserGlobal.WebKitMutationObserver;
-    var RSVP, async;
-
-    if (typeof process !== 'undefined' &&
-      {}.toString.call(process) === '[object process]') {
-      async = function(callback, binding) {
-        process.nextTick(function() {
-          callback.call(binding);
-        });
-      };
-    } else if (MutationObserver) {
-      var queue = [];
-
-      var observer = new MutationObserver(function() {
-        var toProcess = queue.slice();
-        queue = [];
-
-        toProcess.forEach(function(tuple) {
-          var callback = tuple[0], binding = tuple[1];
-          callback.call(binding);
-        });
-      });
-
-      var element = document.createElement('div');
-      observer.observe(element, { attributes: true });
-
-      // Chrome Memory Leak: https://bugs.webkit.org/show_bug.cgi?id=93661
-      window.addEventListener('unload', function(){
-        observer.disconnect();
-        observer = null;
-      });
-
-      async = function(callback, binding) {
-        queue.push([callback, binding]);
-        element.setAttribute('drainQueue', 'drainQueue');
-      };
-    } else {
-      async = function(callback, binding) {
-        setTimeout(function() {
-          callback.call(binding);
-        }, 1);
-      };
-    }
-
-    var Event = function(type, options) {
-      this.type = type;
-
-      for (var option in options) {
-        if (!options.hasOwnProperty(option)) { continue; }
-
-        this[option] = options[option];
-      }
-    };
-
-    var indexOf = function(callbacks, callback) {
-      for (var i=0, l=callbacks.length; i<l; i++) {
-        if (callbacks[i][0] === callback) { return i; }
-      }
-
-      return -1;
-    };
-
-    var callbacksFor = function(object) {
-      var callbacks = object._promiseCallbacks;
-
-      if (!callbacks) {
-        callbacks = object._promiseCallbacks = {};
-      }
-
-      return callbacks;
-    };
-
-    var EventTarget = {
-      mixin: function(object) {
-        object.on = this.on;
-        object.off = this.off;
-        object.trigger = this.trigger;
-        return object;
-      },
-
-      on: function(eventNames, callback, binding) {
-        var allCallbacks = callbacksFor(this), callbacks, eventName;
-        eventNames = eventNames.split(/\s+/);
-        binding = binding || this;
-
-        while (eventName = eventNames.shift()) {
-          callbacks = allCallbacks[eventName];
-
-          if (!callbacks) {
-            callbacks = allCallbacks[eventName] = [];
-          }
-
-          if (indexOf(callbacks, callback) === -1) {
-            callbacks.push([callback, binding]);
-          }
-        }
-      },
-
-      off: function(eventNames, callback) {
-        var allCallbacks = callbacksFor(this), callbacks, eventName, index;
-        eventNames = eventNames.split(/\s+/);
-
-        while (eventName = eventNames.shift()) {
-          if (!callback) {
-            allCallbacks[eventName] = [];
-            continue;
-          }
-
-          callbacks = allCallbacks[eventName];
-
-          index = indexOf(callbacks, callback);
-
-          if (index !== -1) { callbacks.splice(index, 1); }
-        }
-      },
-
-      trigger: function(eventName, options) {
-        var allCallbacks = callbacksFor(this),
-            callbacks, callbackTuple, callback, binding, event;
-
-        if (callbacks = allCallbacks[eventName]) {
-          for (var i=0, l=callbacks.length; i<l; i++) {
-            callbackTuple = callbacks[i];
-            callback = callbackTuple[0];
-            binding = callbackTuple[1];
-
-            if (typeof options !== 'object') {
-              options = { detail: options };
-            }
-
-            event = new Event(eventName, options);
-            callback.call(binding, event);
-          }
-        }
-      }
-    };
-
-    var Promise = function() {
-      this.on('promise:resolved', function(event) {
-        this.trigger('success', { detail: event.detail });
-      }, this);
-
-      this.on('promise:failed', function(event) {
-        this.trigger('error', { detail: event.detail });
-      }, this);
-    };
-
-    var noop = function() {};
-
-    var invokeCallback = function(type, promise, callback, event) {
-      var hasCallback = typeof callback === 'function',
-          value, error, succeeded, failed;
-
-      if (hasCallback) {
-        try {
-          value = callback(event.detail);
-          succeeded = true;
-        } catch(e) {
-          failed = true;
-          error = e;
-        }
-      } else {
-        value = event.detail;
-        succeeded = true;
-      }
-
-      if (value && typeof value.then === 'function') {
-        value.then(function(value) {
-          promise.resolve(value);
-        }, function(error) {
-          promise.reject(error);
-        });
-      } else if (hasCallback && succeeded) {
-        promise.resolve(value);
-      } else if (failed) {
-        promise.reject(error);
-      } else {
-        promise[type](value);
-      }
-    };
-
-    Promise.prototype = {
-      then: function(done, fail) {
-        var thenPromise = new Promise();
-
-        if (this.isResolved) {
-          RSVP.async(function() {
-            invokeCallback('resolve', thenPromise, done, { detail: this.resolvedValue });
-          }, this);
-        }
-
-        if (this.isRejected) {
-          RSVP.async(function() {
-            invokeCallback('reject', thenPromise, fail, { detail: this.rejectedValue });
-          }, this);
-        }
-
-        this.on('promise:resolved', function(event) {
-          invokeCallback('resolve', thenPromise, done, event);
-        });
-
-        this.on('promise:failed', function(event) {
-          invokeCallback('reject', thenPromise, fail, event);
-        });
-
-        return thenPromise;
-      },
-
-      resolve: function(value) {
-        resolve(this, value);
-
-        this.resolve = noop;
-        this.reject = noop;
-      },
-
-      reject: function(value) {
-        reject(this, value);
-
-        this.resolve = noop;
-        this.reject = noop;
-      }
-    };
-
-    function resolve(promise, value) {
-      RSVP.async(function() {
-        promise.trigger('promise:resolved', { detail: value });
-        promise.isResolved = true;
-        promise.resolvedValue = value;
-      });
-    }
-
-    function reject(promise, value) {
-      RSVP.async(function() {
-        promise.trigger('promise:failed', { detail: value });
-        promise.isRejected = true;
-        promise.rejectedValue = value;
-      });
-    }
-
-    EventTarget.mixin(Promise.prototype);
-
-    RSVP = { async: async, Promise: Promise, Event: Event, EventTarget: EventTarget };
-    return RSVP;
-  });
-
-})();
-
-(function() {
-define("container",
-  [],
-  function() {
-
-    var objectCreate = Object.create || function(parent) {
-      function F() {}
-      F.prototype = parent;
-      return new F();
-    };
-
-    function InheritingDict(parent) {
-      this.parent = parent;
-      this.dict = {};
-    }
-
-    InheritingDict.prototype = {
-      get: function(key) {
-        var dict = this.dict;
-
-        if (dict.hasOwnProperty(key)) {
-          return dict[key];
-        }
-
-        if (this.parent) {
-          return this.parent.get(key);
-        }
-      },
-
-      set: function(key, value) {
-        this.dict[key] = value;
-      },
-
-      has: function(key) {
-        var dict = this.dict;
-
-        if (dict.hasOwnProperty(key)) {
-          return true;
-        }
-
-        if (this.parent) {
-          return this.parent.has(key);
-        }
-
-        return false;
-      },
-
-      eachLocal: function(callback, binding) {
-        var dict = this.dict;
-
-        for (var prop in dict) {
-          if (dict.hasOwnProperty(prop)) {
-            callback.call(binding, prop, dict[prop]);
-          }
-        }
-      }
-    };
-
-    function Container(parent) {
-      this.parent = parent;
-      this.children = [];
-
-      this.resolver = parent && parent.resolver || function() {};
-      this.registry = new InheritingDict(parent && parent.registry);
-      this.cache = new InheritingDict(parent && parent.cache);
-      this.typeInjections = {};
-      this.injections = {};
-      this.options = {};
-      this.typeOptions = {};
-    }
-
-    Container.prototype = {
-      child: function() {
-        var container = new Container(this);
-        this.children.push(container);
-        return container;
-      },
-
-      set: function(object, key, value) {
-        object[key] = value;
-      },
-
-      register: function(type, name, factory, options) {
-        this.registry.set(type + ":" + name, factory);
-        this.options[type + ":" + name] = options || {};
-      },
-
-      resolve: function(fullName) {
-        return this.resolver(fullName) || this.registry.get(fullName);
-      },
-
-      lookup: function(fullName) {
-        if (this.cache.has(fullName)) {
-          return this.cache.get(fullName);
-        }
-
-        var value = instantiate(this, fullName);
-
-        if (!value) { return; }
-
-        if (isSingleton(this, fullName)) {
-          this.cache.set(fullName, value);
-        }
-
-        return value;
-      },
-
-      has: function(fullName) {
-        if (this.cache.has(fullName)) {
-          return true;
-        }
-
-        return !!factoryFor(this, fullName);
-      },
-
-      optionsForType: function(type, options) {
-        if (this.parent) { illegalChildOperation('optionsForType'); }
-
-        this.typeOptions[type] = options;
-      },
-
-      typeInjection: function(type, property, fullName) {
-        if (this.parent) { illegalChildOperation('typeInjection'); }
-
-        var injections = this.typeInjections[type] = this.typeInjections[type] || [];
-        injections.push({ property: property, fullName: fullName });
-      },
-
-      injection: function(factoryName, property, injectionName) {
-        if (this.parent) { illegalChildOperation('injection'); }
-
-        var injections = this.injections[factoryName] = this.injections[factoryName] || [];
-        injections.push({ property: property, fullName: injectionName });
-      },
-
-      destroy: function() {
-        this.isDestroyed = true;
-
-        for (var i=0, l=this.children.length; i<l; i++) {
-          this.children[i].destroy();
-        }
-
-        this.children = [];
-
-        eachDestroyable(this, function(item) {
-          item.isDestroying = true;
-        });
-
-        eachDestroyable(this, function(item) {
-          item.destroy();
-        });
-
-        delete this.parent;
-        this.isDestroyed = true;
-      },
-
-      reset: function() {
-        for (var i=0, l=this.children.length; i<l; i++) {
-          resetCache(this.children[i]);
-        }
-        resetCache(this);
-      }
-    };
-
-    function illegalChildOperation(operation) {
-      throw new Error(operation + " is not currently supported on child containers");
-    }
-
-    function isSingleton(container, fullName) {
-      var singleton = option(container, fullName, 'singleton');
-
-      return singleton !== false;
-    }
-
-    function buildInjections(container, injections) {
-      var hash = {};
-
-      if (!injections) { return hash; }
-
-      var injection, lookup;
-
-      for (var i=0, l=injections.length; i<l; i++) {
-        injection = injections[i];
-        lookup = container.lookup(injection.fullName);
-        hash[injection.property] = lookup;
-      }
-
-      return hash;
-    }
-
-    function option(container, fullName, optionName) {
-      var options = container.options[fullName];
-
-      if (options && options[optionName] !== undefined) {
-        return options[optionName];
-      }
-
-      var type = fullName.split(":")[0];
-      options = container.typeOptions[type];
-
-      if (options) {
-        return options[optionName];
-      }
-    }
-
-    function factoryFor(container, fullName) {
-      return container.resolve(fullName);
-    }
-
-    function instantiate(container, fullName) {
-      var factory = factoryFor(container, fullName);
-
-      var splitName = fullName.split(":"),
-          type = splitName[0], name = splitName[1],
-          value;
-
-      if (option(container, fullName, 'instantiate') === false) {
-        return factory;
-      }
-
-      if (factory) {
-        var injections = [];
-        injections = injections.concat(container.typeInjections[type] || []);
-        injections = injections.concat(container.injections[fullName] || []);
-
-        var hash = buildInjections(container, injections);
-        hash.container = container;
-
-        value = factory.create(hash);
-
-        return value;
-      }
-    }
-
-    function eachDestroyable(container, callback) {
-      container.cache.eachLocal(function(key, value) {
-        if (option(container, key, 'instantiate') === false) { return; }
-        callback(value);
-      });
-    }
-
-    function resetCache(container) {
-      container.cache.eachLocal(function(key, value) {
-        if (option(container, key, 'instantiate') === false) { return; }
-        value.destroy();
-      });
-      container.cache.dict = {};
-    }
-
-    return Container;
-});
-
-})();
-
-(function() {
-/*globals ENV */
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var indexOf = Ember.EnumerableUtils.indexOf;
-
-// ........................................
-// TYPING & ARRAY MESSAGING
-//
-
-var TYPE_MAP = {};
-var t = "Boolean Number String Function Array Date RegExp Object".split(" ");
-Ember.ArrayPolyfills.forEach.call(t, function(name) {
-  TYPE_MAP[ "[object " + name + "]" ] = name.toLowerCase();
-});
-
-var toString = Object.prototype.toString;
-
-/**
-  Returns a consistent type for the passed item.
-
-  Use this instead of the built-in `typeof` to get the type of an item.
-  It will return the same result across all browsers and includes a bit
-  more detail. Here is what will be returned:
-
-      | Return Value  | Meaning                                              |
-      |---------------|------------------------------------------------------|
-      | 'string'      | String primitive                                     |
-      | 'number'      | Number primitive                                     |
-      | 'boolean'     | Boolean primitive                                    |
-      | 'null'        | Null value                                           |
-      | 'undefined'   | Undefined value                                      |
-      | 'function'    | A function                                           |
-      | 'array'       | An instance of Array                                 |
-      | 'class'       | A Ember class (created using Ember.Object.extend())  |
-      | 'instance'    | A Ember object instance                              |
-      | 'error'       | An instance of the Error object                      |
-      | 'object'      | A JavaScript object not inheriting from Ember.Object |
-
-  Examples:
-
-  ```javascript
-  Ember.typeOf();                       // 'undefined'
-  Ember.typeOf(null);                   // 'null'
-  Ember.typeOf(undefined);              // 'undefined'
-  Ember.typeOf('michael');              // 'string'
-  Ember.typeOf(101);                    // 'number'
-  Ember.typeOf(true);                   // 'boolean'
-  Ember.typeOf(Ember.makeArray);        // 'function'
-  Ember.typeOf([1,2,90]);               // 'array'
-  Ember.typeOf(Ember.Object.extend());  // 'class'
-  Ember.typeOf(Ember.Object.create());  // 'instance'
-  Ember.typeOf(new Error('teamocil'));  // 'error'
-
-  // "normal" JavaScript object
-  Ember.typeOf({a: 'b'});              // 'object'
-  ```
-
-  @method typeOf
-  @for Ember
-  @param item {Object} the item to check
-  @return {String} the type
-*/
-Ember.typeOf = function(item) {
-  var ret;
-
-  ret = (item === null || item === undefined) ? String(item) : TYPE_MAP[toString.call(item)] || 'object';
-
-  if (ret === 'function') {
-    if (Ember.Object && Ember.Object.detect(item)) ret = 'class';
-  } else if (ret === 'object') {
-    if (item instanceof Error) ret = 'error';
-    else if (Ember.Object && item instanceof Ember.Object) ret = 'instance';
-    else ret = 'object';
-  }
-
-  return ret;
-};
-
-/**
-  Returns true if the passed value is null or undefined. This avoids errors
-  from JSLint complaining about use of ==, which can be technically
-  confusing.
-
-  ```javascript
-  Ember.isNone();              // true
-  Ember.isNone(null);          // true
-  Ember.isNone(undefined);     // true
-  Ember.isNone('');            // false
-  Ember.isNone([]);            // false
-  Ember.isNone(function(){});  // false
-  ```
-
-  @method isNone
-  @for Ember
-  @param {Object} obj Value to test
-  @return {Boolean}
-*/
-Ember.isNone = function(obj) {
-  return obj === null || obj === undefined;
-};
-Ember.none = Ember.deprecateFunc("Ember.none is deprecated. Please use Ember.isNone instead.", Ember.isNone);
-
-/**
-  Verifies that a value is `null` or an empty string, empty array,
-  or empty function.
-
-  Constrains the rules on `Ember.isNone` by returning false for empty
-  string and empty arrays.
-
-  ```javascript
-  Ember.isEmpty();                // true
-  Ember.isEmpty(null);            // true
-  Ember.isEmpty(undefined);       // true
-  Ember.isEmpty('');              // true
-  Ember.isEmpty([]);              // true
-  Ember.isEmpty('Adam Hawkins');  // false
-  Ember.isEmpty([0,1,2]);         // false
-  ```
-
-  @method isEmpty
-  @for Ember
-  @param {Object} obj Value to test
-  @return {Boolean}
-*/
-Ember.isEmpty = function(obj) {
-  return obj === null || obj === undefined || (obj.length === 0 && typeof obj !== 'function') || (typeof obj === 'object' && Ember.get(obj, 'length') === 0);
-};
-Ember.empty = Ember.deprecateFunc("Ember.empty is deprecated. Please use Ember.isEmpty instead.", Ember.isEmpty) ;
-
-/**
- This will compare two javascript values of possibly different types.
- It will tell you which one is greater than the other by returning:
-
-  - -1 if the first is smaller than the second,
-  - 0 if both are equal,
-  - 1 if the first is greater than the second.
-
- The order is calculated based on `Ember.ORDER_DEFINITION`, if types are different.
- In case they have the same type an appropriate comparison for this type is made.
-
-  ```javascript
-  Ember.compare('hello', 'hello');  // 0
-  Ember.compare('abc', 'dfg');      // -1
-  Ember.compare(2, 1);              // 1
-  ```javascript
-
- @method compare
- @for Ember
- @param {Object} v First value to compare
- @param {Object} w Second value to compare
- @return {Number} -1 if v < w, 0 if v = w and 1 if v > w.
-*/
-Ember.compare = function compare(v, w) {
-  if (v === w) { return 0; }
-
-  var type1 = Ember.typeOf(v);
-  var type2 = Ember.typeOf(w);
-
-  var Comparable = Ember.Comparable;
-  if (Comparable) {
-    if (type1==='instance' && Comparable.detect(v.constructor)) {
-      return v.constructor.compare(v, w);
-    }
-
-    if (type2 === 'instance' && Comparable.detect(w.constructor)) {
-      return 1-w.constructor.compare(w, v);
-    }
-  }
-
-  // If we haven't yet generated a reverse-mapping of Ember.ORDER_DEFINITION,
-  // do so now.
-  var mapping = Ember.ORDER_DEFINITION_MAPPING;
-  if (!mapping) {
-    var order = Ember.ORDER_DEFINITION;
-    mapping = Ember.ORDER_DEFINITION_MAPPING = {};
-    var idx, len;
-    for (idx = 0, len = order.length; idx < len;  ++idx) {
-      mapping[order[idx]] = idx;
-    }
-
-    // We no longer need Ember.ORDER_DEFINITION.
-    delete Ember.ORDER_DEFINITION;
-  }
-
-  var type1Index = mapping[type1];
-  var type2Index = mapping[type2];
-
-  if (type1Index < type2Index) { return -1; }
-  if (type1Index > type2Index) { return 1; }
-
-  // types are equal - so we have to check values now
-  switch (type1) {
-    case 'boolean':
-    case 'number':
-      if (v < w) { return -1; }
-      if (v > w) { return 1; }
-      return 0;
-
-    case 'string':
-      var comp = v.localeCompare(w);
-      if (comp < 0) { return -1; }
-      if (comp > 0) { return 1; }
-      return 0;
-
-    case 'array':
-      var vLen = v.length;
-      var wLen = w.length;
-      var l = Math.min(vLen, wLen);
-      var r = 0;
-      var i = 0;
-      while (r === 0 && i < l) {
-        r = compare(v[i],w[i]);
-        i++;
-      }
-      if (r !== 0) { return r; }
-
-      // all elements are equal now
-      // shorter array should be ordered first
-      if (vLen < wLen) { return -1; }
-      if (vLen > wLen) { return 1; }
-      // arrays are equal now
-      return 0;
-
-    case 'instance':
-      if (Ember.Comparable && Ember.Comparable.detect(v)) {
-        return v.compare(v, w);
-      }
-      return 0;
-
-    case 'date':
-      var vNum = v.getTime();
-      var wNum = w.getTime();
-      if (vNum < wNum) { return -1; }
-      if (vNum > wNum) { return 1; }
-      return 0;
-
-    default:
-      return 0;
-  }
-};
-
-function _copy(obj, deep, seen, copies) {
-  var ret, loc, key;
-
-  // primitive data types are immutable, just return them.
-  if ('object' !== typeof obj || obj===null) return obj;
-
-  // avoid cyclical loops
-  if (deep && (loc=indexOf(seen, obj))>=0) return copies[loc];
-
-  Ember.assert('Cannot clone an Ember.Object that does not implement Ember.Copyable', !(obj instanceof Ember.Object) || (Ember.Copyable && Ember.Copyable.detect(obj)));
-
-  // IMPORTANT: this specific test will detect a native array only. Any other
-  // object will need to implement Copyable.
-  if (Ember.typeOf(obj) === 'array') {
-    ret = obj.slice();
-    if (deep) {
-      loc = ret.length;
-      while(--loc>=0) ret[loc] = _copy(ret[loc], deep, seen, copies);
-    }
-  } else if (Ember.Copyable && Ember.Copyable.detect(obj)) {
-    ret = obj.copy(deep, seen, copies);
-  } else {
-    ret = {};
-    for(key in obj) {
-      if (!obj.hasOwnProperty(key)) continue;
-
-      // Prevents browsers that don't respect non-enumerability from
-      // copying internal Ember properties
-      if (key.substring(0,2) === '__') continue;
-
-      ret[key] = deep ? _copy(obj[key], deep, seen, copies) : obj[key];
-    }
-  }
-
-  if (deep) {
-    seen.push(obj);
-    copies.push(ret);
-  }
-
-  return ret;
-}
-
-/**
-  Creates a clone of the passed object. This function can take just about
-  any type of object and create a clone of it, including primitive values
-  (which are not actually cloned because they are immutable).
-
-  If the passed object implements the `clone()` method, then this function
-  will simply call that method and return the result.
-
-  @method copy
-  @for Ember
-  @param {Object} object The object to clone
-  @param {Boolean} deep If true, a deep copy of the object is made
-  @return {Object} The cloned object
-*/
-Ember.copy = function(obj, deep) {
-  // fast paths
-  if ('object' !== typeof obj || obj===null) return obj; // can't copy primitives
-  if (Ember.Copyable && Ember.Copyable.detect(obj)) return obj.copy(deep);
-  return _copy(obj, deep, deep ? [] : null, deep ? [] : null);
-};
-
-/**
-  Convenience method to inspect an object. This method will attempt to
-  convert the object into a useful string description.
-
-  It is a pretty simple implementation. If you want something more robust,
-  use something like JSDump: https://github.com/NV/jsDump
-
-  @method inspect
-  @for Ember
-  @param {Object} obj The object you want to inspect.
-  @return {String} A description of the object
-*/
-Ember.inspect = function(obj) {
-  if (typeof obj !== 'object' || obj === null) {
-    return obj + '';
-  }
-
-  var v, ret = [];
-  for(var key in obj) {
-    if (obj.hasOwnProperty(key)) {
-      v = obj[key];
-      if (v === 'toString') { continue; } // ignore useless items
-      if (Ember.typeOf(v) === 'function') { v = "function() { ... }"; }
-      ret.push(key + ": " + v);
-    }
-  }
-  return "{" + ret.join(", ") + "}";
-};
-
-/**
-  Compares two objects, returning true if they are logically equal. This is
-  a deeper comparison than a simple triple equal. For sets it will compare the
-  internal objects. For any other object that implements `isEqual()` it will
-  respect that method.
-
-  ```javascript
-  Ember.isEqual('hello', 'hello');  // true
-  Ember.isEqual(1, 2);              // false
-  Ember.isEqual([4,2], [4,2]);      // false
-  ```
-
-  @method isEqual
-  @for Ember
-  @param {Object} a first object to compare
-  @param {Object} b second object to compare
-  @return {Boolean}
-*/
-Ember.isEqual = function(a, b) {
-  if (a && 'function'===typeof a.isEqual) return a.isEqual(b);
-  return a === b;
-};
-
-// Used by Ember.compare
-Ember.ORDER_DEFINITION = Ember.ENV.ORDER_DEFINITION || [
-  'undefined',
-  'null',
-  'boolean',
-  'number',
-  'string',
-  'array',
-  'object',
-  'instance',
-  'function',
-  'class',
-  'date'
-];
-
-/**
-  Returns all of the keys defined on an object or hash. This is useful
-  when inspecting objects for debugging. On browsers that support it, this
-  uses the native `Object.keys` implementation.
-
-  @method keys
-  @for Ember
-  @param {Object} obj
-  @return {Array} Array containing keys of obj
-*/
-Ember.keys = Object.keys;
-
-if (!Ember.keys) {
-  Ember.keys = function(obj) {
-    var ret = [];
-    for(var key in obj) {
-      if (obj.hasOwnProperty(key)) { ret.push(key); }
-    }
-    return ret;
-  };
-}
-
-// ..........................................................
-// ERROR
-//
-
-var errorProps = ['description', 'fileName', 'lineNumber', 'message', 'name', 'number', 'stack'];
-
-/**
-  A subclass of the JavaScript Error object for use in Ember.
-
-  @class Error
-  @namespace Ember
-  @extends Error
-  @constructor
-*/
-Ember.Error = function() {
-  var tmp = Error.prototype.constructor.apply(this, arguments);
-
-  // Unfortunately errors are not enumerable in Chrome (at least), so `for prop in tmp` doesn't work.
-  for (var idx = 0; idx < errorProps.length; idx++) {
-    this[errorProps[idx]] = tmp[errorProps[idx]];
-  }
-};
-
-Ember.Error.prototype = Ember.create(Error.prototype);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var STRING_DASHERIZE_REGEXP = (/[ _]/g);
-var STRING_DASHERIZE_CACHE = {};
-var STRING_DECAMELIZE_REGEXP = (/([a-z])([A-Z])/g);
-var STRING_CAMELIZE_REGEXP = (/(\-|_|\.|\s)+(.)?/g);
-var STRING_UNDERSCORE_REGEXP_1 = (/([a-z\d])([A-Z]+)/g);
-var STRING_UNDERSCORE_REGEXP_2 = (/\-|\s+/g);
-
-/**
-  Defines the hash of localized strings for the current language. Used by
-  the `Ember.String.loc()` helper. To localize, add string values to this
-  hash.
-
-  @property STRINGS
-  @for Ember
-  @type Hash
-*/
-Ember.STRINGS = {};
-
-/**
-  Defines string helper methods including string formatting and localization.
-  Unless `Ember.EXTEND_PROTOTYPES.String` is `false` these methods will also be
-  added to the `String.prototype` as well.
-
-  @class String
-  @namespace Ember
-  @static
-*/
-Ember.String = {
-
-  /**
-    Apply formatting options to the string. This will look for occurrences
-    of "%@" in your string and substitute them with the arguments you pass into
-    this method. If you want to control the specific order of replacement,
-    you can add a number after the key as well to indicate which argument
-    you want to insert.
-
-    Ordered insertions are most useful when building loc strings where values
-    you need to insert may appear in different orders.
-
-    ```javascript
-    "Hello %@ %@".fmt('John', 'Doe');     // "Hello John Doe"
-    "Hello %@2, %@1".fmt('John', 'Doe');  // "Hello Doe, John"
-    ```
-
-    @method fmt
-    @param {Object...} [args]
-    @return {String} formatted string
-  */
-  fmt: function(str, formats) {
-    // first, replace any ORDERED replacements.
-    var idx  = 0; // the current index for non-numerical replacements
-    return str.replace(/%@([0-9]+)?/g, function(s, argIndex) {
-      argIndex = (argIndex) ? parseInt(argIndex,0) - 1 : idx++ ;
-      s = formats[argIndex];
-      return ((s === null) ? '(null)' : (s === undefined) ? '' : s).toString();
-    }) ;
-  },
-
-  /**
-    Formats the passed string, but first looks up the string in the localized
-    strings hash. This is a convenient way to localize text. See
-    `Ember.String.fmt()` for more information on formatting.
-
-    Note that it is traditional but not required to prefix localized string
-    keys with an underscore or other character so you can easily identify
-    localized strings.
-
-    ```javascript
-    Ember.STRINGS = {
-      '_Hello World': 'Bonjour le monde',
-      '_Hello %@ %@': 'Bonjour %@ %@'
-    };
-
-    Ember.String.loc("_Hello World");  // 'Bonjour le monde';
-    Ember.String.loc("_Hello %@ %@", ["John", "Smith"]);  // "Bonjour John Smith";
-    ```
-
-    @method loc
-    @param {String} str The string to format
-    @param {Array} formats Optional array of parameters to interpolate into string.
-    @return {String} formatted string
-  */
-  loc: function(str, formats) {
-    str = Ember.STRINGS[str] || str;
-    return Ember.String.fmt(str, formats) ;
-  },
-
-  /**
-    Splits a string into separate units separated by spaces, eliminating any
-    empty strings in the process. This is a convenience method for split that
-    is mostly useful when applied to the `String.prototype`.
-
-    ```javascript
-    Ember.String.w("alpha beta gamma").forEach(function(key) {
-      console.log(key);
-    });
-
-    // > alpha
-    // > beta
-    // > gamma
-    ```
-
-    @method w
-    @param {String} str The string to split
-    @return {String} split string
-  */
-  w: function(str) { return str.split(/\s+/); },
-
-  /**
-    Converts a camelized string into all lower case separated by underscores.
-
-    ```javascript
-    'innerHTML'.decamelize();           // 'inner_html'
-    'action_name'.decamelize();        // 'action_name'
-    'css-class-name'.decamelize();     // 'css-class-name'
-    'my favorite items'.decamelize();  // 'my favorite items'
-    ```
-
-    @method decamelize
-    @param {String} str The string to decamelize.
-    @return {String} the decamelized string.
-  */
-  decamelize: function(str) {
-    return str.replace(STRING_DECAMELIZE_REGEXP, '$1_$2').toLowerCase();
-  },
-
-  /**
-    Replaces underscores or spaces with dashes.
-
-    ```javascript
-    'innerHTML'.dasherize();          // 'inner-html'
-    'action_name'.dasherize();        // 'action-name'
-    'css-class-name'.dasherize();     // 'css-class-name'
-    'my favorite items'.dasherize();  // 'my-favorite-items'
-    ```
-
-    @method dasherize
-    @param {String} str The string to dasherize.
-    @return {String} the dasherized string.
-  */
-  dasherize: function(str) {
-    var cache = STRING_DASHERIZE_CACHE,
-        ret   = cache[str];
-
-    if (ret) {
-      return ret;
-    } else {
-      ret = Ember.String.decamelize(str).replace(STRING_DASHERIZE_REGEXP,'-');
-      cache[str] = ret;
-    }
-
-    return ret;
-  },
-
-  /**
-    Returns the lowerCaseCamel form of a string.
-
-    ```javascript
-    'innerHTML'.camelize();          // 'innerHTML'
-    'action_name'.camelize();        // 'actionName'
-    'css-class-name'.camelize();     // 'cssClassName'
-    'my favorite items'.camelize();  // 'myFavoriteItems'
-    ```
-
-    @method camelize
-    @param {String} str The string to camelize.
-    @return {String} the camelized string.
-  */
-  camelize: function(str) {
-    return str.replace(STRING_CAMELIZE_REGEXP, function(match, separator, chr) {
-      return chr ? chr.toUpperCase() : '';
-    });
-  },
-
-  /**
-    Returns the UpperCamelCase form of a string.
-
-    ```javascript
-    'innerHTML'.classify();          // 'InnerHTML'
-    'action_name'.classify();        // 'ActionName'
-    'css-class-name'.classify();     // 'CssClassName'
-    'my favorite items'.classify();  // 'MyFavoriteItems'
-    ``` 
-
-    @method classify
-    @param {String} str the string to classify
-    @return {String} the classified string
-  */
-  classify: function(str) {
-    var parts = str.split("."),
-        out = [];
-
-    for (var i=0, l=parts.length; i<l; i++) {
-      var camelized = Ember.String.camelize(parts[i]);
-      out.push(camelized.charAt(0).toUpperCase() + camelized.substr(1));
-    }
-
-    return out.join(".");
-  },
-
-  /**
-    More general than decamelize. Returns the lower\_case\_and\_underscored
-    form of a string.
-
-    ```javascript
-    'innerHTML'.underscore();          // 'inner_html'
-    'action_name'.underscore();        // 'action_name'
-    'css-class-name'.underscore();     // 'css_class_name'
-    'my favorite items'.underscore();  // 'my_favorite_items'
-    ```
-
-    @method underscore
-    @param {String} str The string to underscore.
-    @return {String} the underscored string.
-  */
-  underscore: function(str) {
-    return str.replace(STRING_UNDERSCORE_REGEXP_1, '$1_$2').
-      replace(STRING_UNDERSCORE_REGEXP_2, '_').toLowerCase();
-  },
-
-  /**
-    Returns the Capitalized form of a string
-
-       'innerHTML'.capitalize()         => 'InnerHTML'
-       'action_name'.capitalize()       => 'Action_name'
-       'css-class-name'.capitalize()    => 'Css-class-name'
-       'my favorite items'.capitalize() => 'My favorite items'
-
-    @method capitalize
-    @param {String} str
-    @return {String}
-  */
-  capitalize: function(str) {
-    return str.charAt(0).toUpperCase() + str.substr(1);
-  }
-
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-
-var fmt = Ember.String.fmt,
-    w   = Ember.String.w,
-    loc = Ember.String.loc,
-    camelize = Ember.String.camelize,
-    decamelize = Ember.String.decamelize,
-    dasherize = Ember.String.dasherize,
-    underscore = Ember.String.underscore,
-    capitalize = Ember.String.capitalize,
-    classify = Ember.String.classify;
-
-if (Ember.EXTEND_PROTOTYPES === true || Ember.EXTEND_PROTOTYPES.String) {
-
-  /**
-    See {{#crossLink "Ember.String/fmt"}}{{/crossLink}}
-
-    @method fmt
-    @for String
-  */
-  String.prototype.fmt = function() {
-    return fmt(this, arguments);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/w"}}{{/crossLink}}
-
-    @method w
-    @for String
-  */
-  String.prototype.w = function() {
-    return w(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/loc"}}{{/crossLink}}
-
-    @method loc
-    @for String
-  */
-  String.prototype.loc = function() {
-    return loc(this, arguments);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/camelize"}}{{/crossLink}}
-
-    @method camelize
-    @for String
-  */
-  String.prototype.camelize = function() {
-    return camelize(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/decamelize"}}{{/crossLink}}
-
-    @method decamelize
-    @for String
-  */
-  String.prototype.decamelize = function() {
-    return decamelize(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/dasherize"}}{{/crossLink}}
-
-    @method dasherize
-    @for String
-  */
-  String.prototype.dasherize = function() {
-    return dasherize(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/underscore"}}{{/crossLink}}
-
-    @method underscore
-    @for String
-  */
-  String.prototype.underscore = function() {
-    return underscore(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/classify"}}{{/crossLink}}
-
-    @method classify
-    @for String
-  */
-  String.prototype.classify = function() {
-    return classify(this);
-  };
-
-  /**
-    See {{#crossLink "Ember.String/capitalize"}}{{/crossLink}}
-
-    @method capitalize
-    @for String
-  */
-  String.prototype.capitalize = function() {
-    return capitalize(this);
-  };
-
-}
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var a_slice = Array.prototype.slice;
-
-if (Ember.EXTEND_PROTOTYPES === true || Ember.EXTEND_PROTOTYPES.Function) {
-
-  /**
-    The `property` extension of Javascript's Function prototype is available
-    when `Ember.EXTEND_PROTOTYPES` or `Ember.EXTEND_PROTOTYPES.Function` is
-    `true`, which is the default.
-
-    Computed properties allow you to treat a function like a property:
-
-    ```javascript
-    MyApp.president = Ember.Object.create({
-      firstName: "Barack",
-      lastName: "Obama",
-
-      fullName: function() {
-        return this.get('firstName') + ' ' + this.get('lastName');
-
-        // Call this flag to mark the function as a property
-      }.property()
-    });
-
-    MyApp.president.get('fullName');    // "Barack Obama"
-    ```
-
-    Treating a function like a property is useful because they can work with
-    bindings, just like any other property.
-
-    Many computed properties have dependencies on other properties. For
-    example, in the above example, the `fullName` property depends on
-    `firstName` and `lastName` to determine its value. You can tell Ember
-    about these dependencies like this:
-
-    ```javascript
-    MyApp.president = Ember.Object.create({
-      firstName: "Barack",
-      lastName: "Obama",
-
-      fullName: function() {
-        return this.get('firstName') + ' ' + this.get('lastName');
-
-        // Tell Ember.js that this computed property depends on firstName
-        // and lastName
-      }.property('firstName', 'lastName')
-    });
-    ```
-
-    Make sure you list these dependencies so Ember knows when to update
-    bindings that connect to a computed property. Changing a dependency
-    will not immediately trigger an update of the computed property, but
-    will instead clear the cache so that it is updated when the next `get`
-    is called on the property.
-
-    See {{#crossLink "Ember.ComputedProperty"}}{{/crossLink}},
-      {{#crossLink "Ember/computed"}}{{/crossLink}}
-
-    @method property
-    @for Function
-  */
-  Function.prototype.property = function() {
-    var ret = Ember.computed(this);
-    return ret.property.apply(ret, arguments);
-  };
-
-  /**
-    The `observes` extension of Javascript's Function prototype is available
-    when `Ember.EXTEND_PROTOTYPES` or `Ember.EXTEND_PROTOTYPES.Function` is
-    true, which is the default.
-
-    You can observe property changes simply by adding the `observes`
-    call to the end of your method declarations in classes that you write.
-    For example:
-
-    ```javascript
-    Ember.Object.create({
-      valueObserver: function() {
-        // Executes whenever the "value" property changes
-      }.observes('value')
-    });
-    ```
-
-    See {{#crossLink "Ember.Observable/observes"}}{{/crossLink}}
-
-    @method observes
-    @for Function
-  */
-  Function.prototype.observes = function() {
-    this.__ember_observes__ = a_slice.call(arguments);
-    return this;
-  };
-
-  /**
-    The `observesBefore` extension of Javascript's Function prototype is
-    available when `Ember.EXTEND_PROTOTYPES` or
-    `Ember.EXTEND_PROTOTYPES.Function` is true, which is the default.
-
-    You can get notified when a property changes is about to happen by
-    by adding the `observesBefore` call to the end of your method
-    declarations in classes that you write. For example:
-
-    ```javascript
-    Ember.Object.create({
-      valueObserver: function() {
-        // Executes whenever the "value" property is about to change
-      }.observesBefore('value')
-    });
-    ```
-
-    See {{#crossLink "Ember.Observable/observesBefore"}}{{/crossLink}}
-
-    @method observesBefore
-    @for Function
-  */
-  Function.prototype.observesBefore = function() {
-    this.__ember_observesBefore__ = a_slice.call(arguments);
-    return this;
-  };
-
-}
-
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-// ..........................................................
-// HELPERS
-//
-
-var get = Ember.get, set = Ember.set;
-var a_slice = Array.prototype.slice;
-var a_indexOf = Ember.EnumerableUtils.indexOf;
-
-var contexts = [];
-
-function popCtx() {
-  return contexts.length===0 ? {} : contexts.pop();
-}
-
-function pushCtx(ctx) {
-  contexts.push(ctx);
-  return null;
-}
-
-function iter(key, value) {
-  var valueProvided = arguments.length === 2;
-
-  function i(item) {
-    var cur = get(item, key);
-    return valueProvided ? value===cur : !!cur;
-  }
-  return i ;
-}
-
-/**
-  This mixin defines the common interface implemented by enumerable objects
-  in Ember. Most of these methods follow the standard Array iteration
-  API defined up to JavaScript 1.8 (excluding language-specific features that
-  cannot be emulated in older versions of JavaScript).
-
-  This mixin is applied automatically to the Array class on page load, so you
-  can use any of these methods on simple arrays. If Array already implements
-  one of these methods, the mixin will not override them.
-
-  ## Writing Your Own Enumerable
-
-  To make your own custom class enumerable, you need two items:
-
-  1. You must have a length property. This property should change whenever
-     the number of items in your enumerable object changes. If you using this
-     with an `Ember.Object` subclass, you should be sure to change the length
-     property using `set().`
-
-  2. If you must implement `nextObject().` See documentation.
-
-  Once you have these two methods implement, apply the `Ember.Enumerable` mixin
-  to your class and you will be able to enumerate the contents of your object
-  like any other collection.
-
-  ## Using Ember Enumeration with Other Libraries
-
-  Many other libraries provide some kind of iterator or enumeration like
-  facility. This is often where the most common API conflicts occur.
-  Ember's API is designed to be as friendly as possible with other
-  libraries by implementing only methods that mostly correspond to the
-  JavaScript 1.8 API.
-
-  @class Enumerable
-  @namespace Ember
-  @extends Ember.Mixin
-  @since Ember 0.9
-*/
-Ember.Enumerable = Ember.Mixin.create(
-  /** @scope Ember.Enumerable.prototype */ {
-
-  // compatibility
-  isEnumerable: true,
-
-  /**
-    Implement this method to make your class enumerable.
-
-    This method will be call repeatedly during enumeration. The index value
-    will always begin with 0 and increment monotonically. You don't have to
-    rely on the index value to determine what object to return, but you should
-    always check the value and start from the beginning when you see the
-    requested index is 0.
-
-    The `previousObject` is the object that was returned from the last call
-    to `nextObject` for the current iteration. This is a useful way to
-    manage iteration if you are tracing a linked list, for example.
-
-    Finally the context parameter will always contain a hash you can use as
-    a "scratchpad" to maintain any other state you need in order to iterate
-    properly. The context object is reused and is not reset between
-    iterations so make sure you setup the context with a fresh state whenever
-    the index parameter is 0.
-
-    Generally iterators will continue to call `nextObject` until the index
-    reaches the your current length-1. If you run out of data before this
-    time for some reason, you should simply return undefined.
-
-    The default implementation of this method simply looks up the index.
-    This works great on any Array-like objects.
-
-    @method nextObject
-    @param {Number} index the current index of the iteration
-    @param {Object} previousObject the value returned by the last call to 
-      `nextObject`.
-    @param {Object} context a context object you can use to maintain state.
-    @return {Object} the next object in the iteration or undefined
-  */
-  nextObject: Ember.required(Function),
-
-  /**
-    Helper method returns the first object from a collection. This is usually
-    used by bindings and other parts of the framework to extract a single
-    object if the enumerable contains only one item.
-
-    If you override this method, you should implement it so that it will
-    always return the same value each time it is called. If your enumerable
-    contains only one object, this method should always return that object.
-    If your enumerable is empty, this method should return `undefined`.
-
-    ```javascript
-    var arr = ["a", "b", "c"];
-    arr.firstObject();  // "a"
-
-    var arr = [];
-    arr.firstObject();  // undefined
-    ```
-
-    @property firstObject
-    @return {Object} the object or undefined
-  */
-  firstObject: Ember.computed(function() {
-    if (get(this, 'length')===0) return undefined ;
-
-    // handle generic enumerables
-    var context = popCtx(), ret;
-    ret = this.nextObject(0, null, context);
-    pushCtx(context);
-    return ret ;
-  }).property('[]'),
-
-  /**
-    Helper method returns the last object from a collection. If your enumerable
-    contains only one object, this method should always return that object.
-    If your enumerable is empty, this method should return `undefined`.
-
-    ```javascript
-    var arr = ["a", "b", "c"];
-    arr.lastObject();  // "c"
-
-    var arr = [];
-    arr.lastObject();  // undefined
-    ```
-
-    @property lastObject
-    @return {Object} the last object or undefined
-  */
-  lastObject: Ember.computed(function() {
-    var len = get(this, 'length');
-    if (len===0) return undefined ;
-    var context = popCtx(), idx=0, cur, last = null;
-    do {
-      last = cur;
-      cur = this.nextObject(idx++, last, context);
-    } while (cur !== undefined);
-    pushCtx(context);
-    return last;
-  }).property('[]'),
-
-  /**
-    Returns `true` if the passed object can be found in the receiver. The
-    default version will iterate through the enumerable until the object
-    is found. You may want to override this with a more efficient version.
-
-    ```javascript
-    var arr = ["a", "b", "c"];
-    arr.contains("a"); // true
-    arr.contains("z"); // false
-    ```
-
-    @method contains
-    @param {Object} obj The object to search for.
-    @return {Boolean} `true` if object is found in enumerable.
-  */
-  contains: function(obj) {
-    return this.find(function(item) { return item===obj; }) !== undefined;
-  },
-
-  /**
-    Iterates through the enumerable, calling the passed function on each
-    item. This method corresponds to the `forEach()` method defined in
-    JavaScript 1.6.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-    ```javascript
-    function(item, index, enumerable);
-    ```
-
-    - `item` is the current item in the iteration.
-    - `index` is the current index in the iteration.
-    - `enumerable` is the enumerable object itself.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as `this` on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    @method forEach
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Object} receiver
-  */
-  forEach: function(callback, target) {
-    if (typeof callback !== "function") throw new TypeError() ;
-    var len = get(this, 'length'), last = null, context = popCtx();
-
-    if (target === undefined) target = null;
-
-    for(var idx=0;idx<len;idx++) {
-      var next = this.nextObject(idx, last, context) ;
-      callback.call(target, next, idx, this);
-      last = next ;
-    }
-    last = null ;
-    context = pushCtx(context);
-    return this ;
-  },
-
-  /**
-    Alias for `mapProperty`
-
-    @method getEach
-    @param {String} key name of the property
-    @return {Array} The mapped array.
-  */
-  getEach: function(key) {
-    return this.mapProperty(key);
-  },
-
-  /**
-    Sets the value on the named property for each member. This is more
-    efficient than using other methods defined on this helper. If the object
-    implements Ember.Observable, the value will be changed to `set(),` otherwise
-    it will be set directly. `null` objects are skipped.
-
-    @method setEach
-    @param {String} key The key to set
-    @param {Object} value The object to set
-    @return {Object} receiver
-  */
-  setEach: function(key, value) {
-    return this.forEach(function(item) {
-      set(item, key, value);
-    });
-  },
-
-  /**
-    Maps all of the items in the enumeration to another value, returning
-    a new array. This method corresponds to `map()` defined in JavaScript 1.6.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-    ```javascript
-    function(item, index, enumerable);
-    ```
-
-    - `item` is the current item in the iteration.
-    - `index` is the current index in the iteration.
-    - `enumerable` is the enumerable object itself.
-
-    It should return the mapped value.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as `this` on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    @method map
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Array} The mapped array.
-  */
-  map: function(callback, target) {
-    var ret = [];
-    this.forEach(function(x, idx, i) {
-      ret[idx] = callback.call(target, x, idx,i);
-    });
-    return ret ;
-  },
-
-  /**
-    Similar to map, this specialized function returns the value of the named
-    property on all items in the enumeration.
-
-    @method mapProperty
-    @param {String} key name of the property
-    @return {Array} The mapped array.
-  */
-  mapProperty: function(key) {
-    return this.map(function(next) {
-      return get(next, key);
-    });
-  },
-
-  /**
-    Returns an array with all of the items in the enumeration that the passed
-    function returns true for. This method corresponds to `filter()` defined in
-    JavaScript 1.6.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-    ```javascript
-    function(item, index, enumerable);
-    ```
-
-    - `item` is the current item in the iteration.
-    - `index` is the current index in the iteration.
-    - `enumerable` is the enumerable object itself.
-
-    It should return the `true` to include the item in the results, `false`
-    otherwise.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as `this` on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    @method filter
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Array} A filtered array.
-  */
-  filter: function(callback, target) {
-    var ret = [];
-    this.forEach(function(x, idx, i) {
-      if (callback.call(target, x, idx, i)) ret.push(x);
-    });
-    return ret ;
-  },
-
-  /**
-    Returns an array with all of the items in the enumeration where the passed
-    function returns false for. This method is the inverse of filter().
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-          function(item, index, enumerable);
-
-    - *item* is the current item in the iteration.
-    - *index* is the current index in the iteration
-    - *enumerable* is the enumerable object itself.
-
-    It should return the a falsey value to include the item in the results.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as "this" on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    @method reject
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Array} A rejected array.
-   */
-  reject: function(callback, target) {
-    return this.filter(function() {
-      return !(callback.apply(target, arguments));
-    });
-  },
-
-  /**
-    Returns an array with just the items with the matched property. You
-    can pass an optional second argument with the target value. Otherwise
-    this will match any property that evaluates to `true`.
-
-    @method filterProperty
-    @param {String} key the property to test
-    @param {String} [value] optional value to test against.
-    @return {Array} filtered array
-  */
-  filterProperty: function(key, value) {
-    return this.filter(iter.apply(this, arguments));
-  },
-
-  /**
-    Returns an array with the items that do not have truthy values for
-    key.  You can pass an optional second argument with the target value.  Otherwise
-    this will match any property that evaluates to false.
-
-    @method rejectProperty
-    @param {String} key the property to test
-    @param {String} [value] optional value to test against.
-    @return {Array} rejected array
-  */
-  rejectProperty: function(key, value) {
-    var exactValue = function(item) { return get(item, key) === value; },
-        hasValue = function(item) { return !!get(item, key); },
-        use = (arguments.length === 2 ? exactValue : hasValue);
-
-    return this.reject(use);
-  },
-
-  /**
-    Returns the first item in the array for which the callback returns true.
-    This method works similar to the `filter()` method defined in JavaScript 1.6
-    except that it will stop working on the array once a match is found.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-    ```javascript
-    function(item, index, enumerable);
-    ```
-
-    - `item` is the current item in the iteration.
-    - `index` is the current index in the iteration.
-    - `enumerable` is the enumerable object itself.
-
-    It should return the `true` to include the item in the results, `false`
-    otherwise.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as `this` on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    @method find
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Object} Found item or `null`.
-  */
-  find: function(callback, target) {
-    var len = get(this, 'length') ;
-    if (target === undefined) target = null;
-
-    var last = null, next, found = false, ret ;
-    var context = popCtx();
-    for(var idx=0;idx<len && !found;idx++) {
-      next = this.nextObject(idx, last, context) ;
-      if (found = callback.call(target, next, idx, this)) ret = next ;
-      last = next ;
-    }
-    next = last = null ;
-    context = pushCtx(context);
-    return ret ;
-  },
-
-  /**
-    Returns the first item with a property matching the passed value. You
-    can pass an optional second argument with the target value. Otherwise
-    this will match any property that evaluates to `true`.
-
-    This method works much like the more generic `find()` method.
-
-    @method findProperty
-    @param {String} key the property to test
-    @param {String} [value] optional value to test against.
-    @return {Object} found item or `null`
-  */
-  findProperty: function(key, value) {
-    return this.find(iter.apply(this, arguments));
-  },
-
-  /**
-    Returns `true` if the passed function returns true for every item in the
-    enumeration. This corresponds with the `every()` method in JavaScript 1.6.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-    ```javascript
-    function(item, index, enumerable);
-    ```
-
-    - `item` is the current item in the iteration.
-    - `index` is the current index in the iteration.
-    - `enumerable` is the enumerable object itself.
-
-    It should return the `true` or `false`.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as `this` on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    Example Usage:
-
-    ```javascript
-    if (people.every(isEngineer)) { Paychecks.addBigBonus(); }
-    ```
-
-    @method every
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Boolean}
-  */
-  every: function(callback, target) {
-    return !this.find(function(x, idx, i) {
-      return !callback.call(target, x, idx, i);
-    });
-  },
-
-  /**
-    Returns `true` if the passed property resolves to `true` for all items in
-    the enumerable. This method is often simpler/faster than using a callback.
-
-    @method everyProperty
-    @param {String} key the property to test
-    @param {String} [value] optional value to test against.
-    @return {Boolean}
-  */
-  everyProperty: function(key, value) {
-    return this.every(iter.apply(this, arguments));
-  },
-
-
-  /**
-    Returns `true` if the passed function returns true for any item in the
-    enumeration. This corresponds with the `every()` method in JavaScript 1.6.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-    ```javascript
-    function(item, index, enumerable);
-    ```
-
-    - `item` is the current item in the iteration.
-    - `index` is the current index in the iteration.
-    - `enumerable` is the enumerable object itself.
-
-    It should return the `true` to include the item in the results, `false`
-    otherwise.
-
-    Note that in addition to a callback, you can also pass an optional target
-    object that will be set as `this` on the context. This is a good way
-    to give your iterator function access to the current object.
-
-    Usage Example:
-
-    ```javascript
-    if (people.some(isManager)) { Paychecks.addBiggerBonus(); }
-    ```
-
-    @method some
-    @param {Function} callback The callback to execute
-    @param {Object} [target] The target object to use
-    @return {Array} A filtered array.
-  */
-  some: function(callback, target) {
-    return !!this.find(function(x, idx, i) {
-      return !!callback.call(target, x, idx, i);
-    });
-  },
-
-  /**
-    Returns `true` if the passed property resolves to `true` for any item in
-    the enumerable. This method is often simpler/faster than using a callback.
-
-    @method someProperty
-    @param {String} key the property to test
-    @param {String} [value] optional value to test against.
-    @return {Boolean} `true`
-  */
-  someProperty: function(key, value) {
-    return this.some(iter.apply(this, arguments));
-  },
-
-  /**
-    This will combine the values of the enumerator into a single value. It
-    is a useful way to collect a summary value from an enumeration. This
-    corresponds to the `reduce()` method defined in JavaScript 1.8.
-
-    The callback method you provide should have the following signature (all
-    parameters are optional):
-
-    ```javascript
-    function(previousValue, item, index, enumerable);
-    ```
-
-    - `previousValue` is the value returned by the last call to the iterator.
-    - `item` is the current item in the iteration.
-    - `index` is the current index in the iteration.
-    - `enumerable` is the enumerable object itself.
-
-    Return the new cumulative value.
-
-    In addition to the callback you can also pass an `initialValue`. An error
-    will be raised if you do not pass an initial value and the enumerator is
-    empty.
-
-    Note that unlike the other methods, this method does not allow you to
-    pass a target object to set as this for the callback. It's part of the
-    spec. Sorry.
-
-    @method reduce
-    @param {Function} callback The callback to execute
-    @param {Object} initialValue Initial value for the reduce
-    @param {String} reducerProperty internal use only.
-    @return {Object} The reduced value.
-  */
-  reduce: function(callback, initialValue, reducerProperty) {
-    if (typeof callback !== "function") { throw new TypeError(); }
-
-    var ret = initialValue;
-
-    this.forEach(function(item, i) {
-      ret = callback.call(null, ret, item, i, this, reducerProperty);
-    }, this);
-
-    return ret;
-  },
-
-  /**
-    Invokes the named method on every object in the receiver that
-    implements it. This method corresponds to the implementation in
-    Prototype 1.6.
-
-    @method invoke
-    @param {String} methodName the name of the method
-    @param {Object...} args optional arguments to pass as well.
-    @return {Array} return values from calling invoke.
-  */
-  invoke: function(methodName) {
-    var args, ret = [];
-    if (arguments.length>1) args = a_slice.call(arguments, 1);
-
-    this.forEach(function(x, idx) {
-      var method = x && x[methodName];
-      if ('function' === typeof method) {
-        ret[idx] = args ? method.apply(x, args) : method.call(x);
-      }
-    }, this);
-
-    return ret;
-  },
-
-  /**
-    Simply converts the enumerable into a genuine array. The order is not
-    guaranteed. Corresponds to the method implemented by Prototype.
-
-    @method toArray
-    @return {Array} the enumerable as an array.
-  */
-  toArray: function() {
-    var ret = [];
-    this.forEach(function(o, idx) { ret[idx] = o; });
-    return ret ;
-  },
-
-  /**
-    Returns a copy of the array with all null elements removed.
-
-    ```javascript
-    var arr = ["a", null, "c", null];
-    arr.compact();  // ["a", "c"]
-    ```
-
-    @method compact
-    @return {Array} the array without null elements.
-  */
-  compact: function() { return this.without(null); },
-
-  /**
-    Returns a new enumerable that excludes the passed value. The default
-    implementation returns an array regardless of the receiver type unless
-    the receiver does not contain the value.
-
-    ```javascript
-    var arr = ["a", "b", "a", "c"];
-    arr.without("a");  // ["b", "c"]
-    ```
-
-    @method without
-    @param {Object} value
-    @return {Ember.Enumerable}
-  */
-  without: function(value) {
-    if (!this.contains(value)) return this; // nothing to do
-    var ret = [] ;
-    this.forEach(function(k) {
-      if (k !== value) ret[ret.length] = k;
-    }) ;
-    return ret ;
-  },
-
-  /**
-    Returns a new enumerable that contains only unique values. The default
-    implementation returns an array regardless of the receiver type.
-
-    ```javascript
-    var arr = ["a", "a", "b", "b"];
-    arr.uniq();  // ["a", "b"]
-    ```
-
-    @method uniq
-    @return {Ember.Enumerable}
-  */
-  uniq: function() {
-    var ret = [];
-    this.forEach(function(k){
-      if (a_indexOf(ret, k)<0) ret.push(k);
-    });
-    return ret;
-  },
-
-  /**
-    This property will trigger anytime the enumerable's content changes.
-    You can observe this property to be notified of changes to the enumerables
-    content.
-
-    For plain enumerables, this property is read only. `Ember.Array` overrides
-    this method.
-
-    @property []
-    @type Ember.Array
-  */
-  '[]': Ember.computed(function(key, value) {
-    return this;
-  }),
-
-  // ..........................................................
-  // ENUMERABLE OBSERVERS
-  //
-
-  /**
-    Registers an enumerable observer. Must implement `Ember.EnumerableObserver`
-    mixin.
-
-    @method addEnumerableObserver
-    @param target {Object}
-    @param opts {Hash}
-  */
-  addEnumerableObserver: function(target, opts) {
-    var willChange = (opts && opts.willChange) || 'enumerableWillChange',
-        didChange  = (opts && opts.didChange) || 'enumerableDidChange';
-
-    var hasObservers = get(this, 'hasEnumerableObservers');
-    if (!hasObservers) Ember.propertyWillChange(this, 'hasEnumerableObservers');
-    Ember.addListener(this, '@enumerable:before', target, willChange);
-    Ember.addListener(this, '@enumerable:change', target, didChange);
-    if (!hasObservers) Ember.propertyDidChange(this, 'hasEnumerableObservers');
-    return this;
-  },
-
-  /**
-    Removes a registered enumerable observer.
-
-    @method removeEnumerableObserver
-    @param target {Object}
-    @param [opts] {Hash}
-  */
-  removeEnumerableObserver: function(target, opts) {
-    var willChange = (opts && opts.willChange) || 'enumerableWillChange',
-        didChange  = (opts && opts.didChange) || 'enumerableDidChange';
-
-    var hasObservers = get(this, 'hasEnumerableObservers');
-    if (hasObservers) Ember.propertyWillChange(this, 'hasEnumerableObservers');
-    Ember.removeListener(this, '@enumerable:before', target, willChange);
-    Ember.removeListener(this, '@enumerable:change', target, didChange);
-    if (hasObservers) Ember.propertyDidChange(this, 'hasEnumerableObservers');
-    return this;
-  },
-
-  /**
-    Becomes true whenever the array currently has observers watching changes
-    on the array.
-
-    @property hasEnumerableObservers
-    @type Boolean
-  */
-  hasEnumerableObservers: Ember.computed(function() {
-    return Ember.hasListeners(this, '@enumerable:change') || Ember.hasListeners(this, '@enumerable:before');
-  }),
-
-
-  /**
-    Invoke this method just before the contents of your enumerable will
-    change. You can either omit the parameters completely or pass the objects
-    to be removed or added if available or just a count.
-
-    @method enumerableContentWillChange
-    @param {Ember.Enumerable|Number} removing An enumerable of the objects to
-      be removed or the number of items to be removed.
-    @param {Ember.Enumerable|Number} adding An enumerable of the objects to be
-      added or the number of items to be added.
-    @chainable
-  */
-  enumerableContentWillChange: function(removing, adding) {
-
-    var removeCnt, addCnt, hasDelta;
-
-    if ('number' === typeof removing) removeCnt = removing;
-    else if (removing) removeCnt = get(removing, 'length');
-    else removeCnt = removing = -1;
-
-    if ('number' === typeof adding) addCnt = adding;
-    else if (adding) addCnt = get(adding,'length');
-    else addCnt = adding = -1;
-
-    hasDelta = addCnt<0 || removeCnt<0 || addCnt-removeCnt!==0;
-
-    if (removing === -1) removing = null;
-    if (adding   === -1) adding   = null;
-
-    Ember.propertyWillChange(this, '[]');
-    if (hasDelta) Ember.propertyWillChange(this, 'length');
-    Ember.sendEvent(this, '@enumerable:before', [this, removing, adding]);
-
-    return this;
-  },
-
-  /**
-    Invoke this method when the contents of your enumerable has changed.
-    This will notify any observers watching for content changes. If your are
-    implementing an ordered enumerable (such as an array), also pass the
-    start and end values where the content changed so that it can be used to
-    notify range observers.
-
-    @method enumerableContentDidChange
-    @param {Number} [start] optional start offset for the content change.
-      For unordered enumerables, you should always pass -1.
-    @param {Ember.Enumerable|Number} removing An enumerable of the objects to
-      be removed or the number of items to be removed.
-    @param {Ember.Enumerable|Number} adding  An enumerable of the objects to
-      be added or the number of items to be added.
-    @chainable
-  */
-  enumerableContentDidChange: function(removing, adding) {
-    var notify = this.propertyDidChange, removeCnt, addCnt, hasDelta;
-
-    if ('number' === typeof removing) removeCnt = removing;
-    else if (removing) removeCnt = get(removing, 'length');
-    else removeCnt = removing = -1;
-
-    if ('number' === typeof adding) addCnt = adding;
-    else if (adding) addCnt = get(adding, 'length');
-    else addCnt = adding = -1;
-
-    hasDelta = addCnt<0 || removeCnt<0 || addCnt-removeCnt!==0;
-
-    if (removing === -1) removing = null;
-    if (adding   === -1) adding   = null;
-
-    Ember.sendEvent(this, '@enumerable:change', [this, removing, adding]);
-    if (hasDelta) Ember.propertyDidChange(this, 'length');
-    Ember.propertyDidChange(this, '[]');
-
-    return this ;
-  }
-
-}) ;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-// ..........................................................
-// HELPERS
-//
-
-var get = Ember.get, set = Ember.set, meta = Ember.meta, map = Ember.EnumerableUtils.map, cacheFor = Ember.cacheFor;
-
-function none(obj) { return obj===null || obj===undefined; }
-
-// ..........................................................
-// ARRAY
-//
-/**
-  This module implements Observer-friendly Array-like behavior. This mixin is
-  picked up by the Array class as well as other controllers, etc. that want to
-  appear to be arrays.
-
-  Unlike `Ember.Enumerable,` this mixin defines methods specifically for
-  collections that provide index-ordered access to their contents. When you
-  are designing code that needs to accept any kind of Array-like object, you
-  should use these methods instead of Array primitives because these will
-  properly notify observers of changes to the array.
-
-  Although these methods are efficient, they do add a layer of indirection to
-  your application so it is a good idea to use them only when you need the
-  flexibility of using both true JavaScript arrays and "virtual" arrays such
-  as controllers and collections.
-
-  You can use the methods defined in this module to access and modify array
-  contents in a KVO-friendly way. You can also be notified whenever the
-  membership if an array changes by changing the syntax of the property to
-  `.observes('*myProperty.[]')`.
-
-  To support `Ember.Array` in your own class, you must override two
-  primitives to use it: `replace()` and `objectAt()`.
-
-  Note that the Ember.Array mixin also incorporates the `Ember.Enumerable`
-  mixin. All `Ember.Array`-like objects are also enumerable.
-
-  @class Array
-  @namespace Ember
-  @extends Ember.Mixin
-  @uses Ember.Enumerable
-  @since Ember 0.9.0
-*/
-Ember.Array = Ember.Mixin.create(Ember.Enumerable, /** @scope Ember.Array.prototype */ {
-
-  // compatibility
-  isSCArray: true,
-
-  /**
-    Your array must support the `length` property. Your replace methods should
-    set this property whenever it changes.
-
-    @property {Number} length
-  */
-  length: Ember.required(),
-
-  /**
-    Returns the object at the given `index`. If the given `index` is negative
-    or is greater or equal than the array length, returns `undefined`.
-
-    This is one of the primitives you must implement to support `Ember.Array`.
-    If your object supports retrieving the value of an array item using `get()`
-    (i.e. `myArray.get(0)`), then you do not need to implement this method
-    yourself.
-
-    ```javascript
-    var arr = ['a', 'b', 'c', 'd'];
-    arr.objectAt(0);   // "a"
-    arr.objectAt(3);   // "d"
-    arr.objectAt(-1);  // undefined
-    arr.objectAt(4);   // undefined
-    arr.objectAt(5);   // undefined
-    ```
-
-    @method objectAt
-    @param {Number} idx The index of the item to return.
-  */
-  objectAt: function(idx) {
-    if ((idx < 0) || (idx>=get(this, 'length'))) return undefined ;
-    return get(this, idx);
-  },
-
-  /**
-    This returns the objects at the specified indexes, using `objectAt`.
-
-    ```javascript
-    var arr = ['a', 'b', 'c', 'd'];
-    arr.objectsAt([0, 1, 2]);  // ["a", "b", "c"]
-    arr.objectsAt([2, 3, 4]);  // ["c", "d", undefined]
-    ```
-
-    @method objectsAt
-    @param {Array} indexes An array of indexes of items to return.
-   */
-  objectsAt: function(indexes) {
-    var self = this;
-    return map(indexes, function(idx){ return self.objectAt(idx); });
-  },
-
-  // overrides Ember.Enumerable version
-  nextObject: function(idx) {
-    return this.objectAt(idx);
-  },
-
-  /**
-    This is the handler for the special array content property. If you get
-    this property, it will return this. If you set this property it a new
-    array, it will replace the current content.
-
-    This property overrides the default property defined in `Ember.Enumerable`.
-
-    @property []
-  */
-  '[]': Ember.computed(function(key, value) {
-    if (value !== undefined) this.replace(0, get(this, 'length'), value) ;
-    return this ;
-  }),
-
-  firstObject: Ember.computed(function() {
-    return this.objectAt(0);
-  }),
-
-  lastObject: Ember.computed(function() {
-    return this.objectAt(get(this, 'length')-1);
-  }),
-
-  // optimized version from Enumerable
-  contains: function(obj){
-    return this.indexOf(obj) >= 0;
-  },
-
-  // Add any extra methods to Ember.Array that are native to the built-in Array.
-  /**
-    Returns a new array that is a slice of the receiver. This implementation
-    uses the observable array methods to retrieve the objects for the new
-    slice.
-
-    ```javascript
-    var arr = ['red', 'green', 'blue'];
-    arr.slice(0);       // ['red', 'green', 'blue']
-    arr.slice(0, 2);    // ['red', 'green']
-    arr.slice(1, 100);  // ['green', 'blue']
-    ```
-
-    @method slice
-    @param beginIndex {Integer} (Optional) index to begin slicing from.
-    @param endIndex {Integer} (Optional) index to end the slice at.
-    @return {Array} New array with specified slice
-  */
-  slice: function(beginIndex, endIndex) {
-    var ret = [];
-    var length = get(this, 'length') ;
-    if (none(beginIndex)) beginIndex = 0 ;
-    if (none(endIndex) || (endIndex > length)) endIndex = length ;
-    while(beginIndex < endIndex) {
-      ret[ret.length] = this.objectAt(beginIndex++) ;
-    }
-    return ret ;
-  },
-
-  /**
-    Returns the index of the given object's first occurrence.
-    If no `startAt` argument is given, the starting location to
-    search is 0. If it's negative, will count backward from
-    the end of the array. Returns -1 if no match is found.
-
-    ```javascript
-    var arr = ["a", "b", "c", "d", "a"];
-    arr.indexOf("a");       //  0
-    arr.indexOf("z");       // -1
-    arr.indexOf("a", 2);    //  4
-    arr.indexOf("a", -1);   //  4
-    arr.indexOf("b", 3);    // -1
-    arr.indexOf("a", 100);  // -1
-    ```javascript
-
-    @method indexOf
-    @param {Object} object the item to search for
-    @param {Number} startAt optional starting location to search, default 0
-    @return {Number} index or -1 if not found
-  */
-  indexOf: function(object, startAt) {
-    var idx, len = get(this, 'length');
-
-    if (startAt === undefined) startAt = 0;
-    if (startAt < 0) startAt += len;
-
-    for(idx=startAt;idx<len;idx++) {
-      if (this.objectAt(idx, true) === object) return idx ;
-    }
-    return -1;
-  },
-
-  /**
-    Returns the index of the given object's last occurrence.
-    If no `startAt` argument is given, the search starts from
-    the last position. If it's negative, will count backward
-    from the end of the array. Returns -1 if no match is found.
-
-    ```javascript
-    var arr = ["a", "b", "c", "d", "a"];
-    arr.lastIndexOf("a");       //  4
-    arr.lastIndexOf("z");       // -1
-    arr.lastIndexOf("a", 2);    //  0
-    arr.lastIndexOf("a", -1);   //  4
-    arr.lastIndexOf("b", 3);    //  1
-    arr.lastIndexOf("a", 100);  //  4
-    ```
-
-    @method lastIndexOf
-    @param {Object} object the item to search for
-    @param {Number} startAt optional starting location to search, default 0
-    @return {Number} index or -1 if not found
-  */
-  lastIndexOf: function(object, startAt) {
-    var idx, len = get(this, 'length');
-
-    if (startAt === undefined || startAt >= len) startAt = len-1;
-    if (startAt < 0) startAt += len;
-
-    for(idx=startAt;idx>=0;idx--) {
-      if (this.objectAt(idx) === object) return idx ;
-    }
-    return -1;
-  },
-
-  // ..........................................................
-  // ARRAY OBSERVERS
-  //
-
-  /**
-    Adds an array observer to the receiving array. The array observer object
-    normally must implement two methods:
-
-    * `arrayWillChange(start, removeCount, addCount)` - This method will be
-      called just before the array is modified.
-    * `arrayDidChange(start, removeCount, addCount)` - This method will be
-      called just after the array is modified.
-
-    Both callbacks will be passed the starting index of the change as well a
-    a count of the items to be removed and added. You can use these callbacks
-    to optionally inspect the array during the change, clear caches, or do
-    any other bookkeeping necessary.
-
-    In addition to passing a target, you can also include an options hash
-    which you can use to override the method names that will be invoked on the
-    target.
-
-    @method addArrayObserver
-    @param {Object} target The observer object.
-    @param {Hash} opts Optional hash of configuration options including
-      `willChange`, `didChange`, and a `context` option.
-    @return {Ember.Array} receiver
-  */
-  addArrayObserver: function(target, opts) {
-    var willChange = (opts && opts.willChange) || 'arrayWillChange',
-        didChange  = (opts && opts.didChange) || 'arrayDidChange';
-
-    var hasObservers = get(this, 'hasArrayObservers');
-    if (!hasObservers) Ember.propertyWillChange(this, 'hasArrayObservers');
-    Ember.addListener(this, '@array:before', target, willChange);
-    Ember.addListener(this, '@array:change', target, didChange);
-    if (!hasObservers) Ember.propertyDidChange(this, 'hasArrayObservers');
-    return this;
-  },
-
-  /**
-    Removes an array observer from the object if the observer is current
-    registered. Calling this method multiple times with the same object will
-    have no effect.
-
-    @method removeArrayObserver
-    @param {Object} target The object observing the array.
-    @return {Ember.Array} receiver
-  */
-  removeArrayObserver: function(target, opts) {
-    var willChange = (opts && opts.willChange) || 'arrayWillChange',
-        didChange  = (opts && opts.didChange) || 'arrayDidChange';
-
-    var hasObservers = get(this, 'hasArrayObservers');
-    if (hasObservers) Ember.propertyWillChange(this, 'hasArrayObservers');
-    Ember.removeListener(this, '@array:before', target, willChange);
-    Ember.removeListener(this, '@array:change', target, didChange);
-    if (hasObservers) Ember.propertyDidChange(this, 'hasArrayObservers');
-    return this;
-  },
-
-  /**
-    Becomes true whenever the array currently has observers watching changes
-    on the array.
-
-    @property Boolean
-  */
-  hasArrayObservers: Ember.computed(function() {
-    return Ember.hasListeners(this, '@array:change') || Ember.hasListeners(this, '@array:before');
-  }),
-
-  /**
-    If you are implementing an object that supports `Ember.Array`, call this
-    method just before the array content changes to notify any observers and
-    invalidate any related properties. Pass the starting index of the change
-    as well as a delta of the amounts to change.
-
-    @method arrayContentWillChange
-    @param {Number} startIdx The starting index in the array that will change.
-    @param {Number} removeAmt The number of items that will be removed. If you 
-      pass `null` assumes 0
-    @param {Number} addAmt The number of items that will be added  If you 
-      pass `null` assumes 0.
-    @return {Ember.Array} receiver
-  */
-  arrayContentWillChange: function(startIdx, removeAmt, addAmt) {
-
-    // if no args are passed assume everything changes
-    if (startIdx===undefined) {
-      startIdx = 0;
-      removeAmt = addAmt = -1;
-    } else {
-      if (removeAmt === undefined) removeAmt=-1;
-      if (addAmt    === undefined) addAmt=-1;
-    }
-
-    // Make sure the @each proxy is set up if anyone is observing @each
-    if (Ember.isWatching(this, '@each')) { get(this, '@each'); }
-
-    Ember.sendEvent(this, '@array:before', [this, startIdx, removeAmt, addAmt]);
-
-    var removing, lim;
-    if (startIdx>=0 && removeAmt>=0 && get(this, 'hasEnumerableObservers')) {
-      removing = [];
-      lim = startIdx+removeAmt;
-      for(var idx=startIdx;idx<lim;idx++) removing.push(this.objectAt(idx));
-    } else {
-      removing = removeAmt;
-    }
-
-    this.enumerableContentWillChange(removing, addAmt);
-
-    return this;
-  },
-
-  arrayContentDidChange: function(startIdx, removeAmt, addAmt) {
-
-    // if no args are passed assume everything changes
-    if (startIdx===undefined) {
-      startIdx = 0;
-      removeAmt = addAmt = -1;
-    } else {
-      if (removeAmt === undefined) removeAmt=-1;
-      if (addAmt    === undefined) addAmt=-1;
-    }
-
-    var adding, lim;
-    if (startIdx>=0 && addAmt>=0 && get(this, 'hasEnumerableObservers')) {
-      adding = [];
-      lim = startIdx+addAmt;
-      for(var idx=startIdx;idx<lim;idx++) adding.push(this.objectAt(idx));
-    } else {
-      adding = addAmt;
-    }
-
-    this.enumerableContentDidChange(removeAmt, adding);
-    Ember.sendEvent(this, '@array:change', [this, startIdx, removeAmt, addAmt]);
-
-    var length      = get(this, 'length'),
-        cachedFirst = cacheFor(this, 'firstObject'),
-        cachedLast  = cacheFor(this, 'lastObject');
-    if (this.objectAt(0) !== cachedFirst) {
-      Ember.propertyWillChange(this, 'firstObject');
-      Ember.propertyDidChange(this, 'firstObject');
-    }
-    if (this.objectAt(length-1) !== cachedLast) {
-      Ember.propertyWillChange(this, 'lastObject');
-      Ember.propertyDidChange(this, 'lastObject');
-    }
-
-    return this;
-  },
-
-  // ..........................................................
-  // ENUMERATED PROPERTIES
-  //
-
-  /**
-    Returns a special object that can be used to observe individual properties
-    on the array. Just get an equivalent property on this object and it will
-    return an enumerable that maps automatically to the named key on the
-    member objects.
-
-    @property @each
-  */
-  '@each': Ember.computed(function() {
-    if (!this.__each) this.__each = new Ember.EachProxy(this);
-    return this.__each;
-  })
-
-}) ;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-/**
-  Implements some standard methods for comparing objects. Add this mixin to
-  any class you create that can compare its instances.
-
-  You should implement the `compare()` method.
-
-  @class Comparable
-  @namespace Ember
-  @extends Ember.Mixin
-  @since Ember 0.9
-*/
-Ember.Comparable = Ember.Mixin.create( /** @scope Ember.Comparable.prototype */{
-
-  /**
-    walk like a duck. Indicates that the object can be compared.
-
-    @property isComparable
-    @type Boolean
-    @default true
-  */
-  isComparable: true,
-
-  /**
-    Override to return the result of the comparison of the two parameters. The
-    compare method should return:
-
-    - `-1` if `a < b`
-    - `0` if `a == b`
-    - `1` if `a > b`
-
-    Default implementation raises an exception.
-
-    @method compare
-    @param a {Object} the first object to compare
-    @param b {Object} the second object to compare
-    @return {Integer} the result of the comparison
-  */
-  compare: Ember.required(Function)
-
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  Implements some standard methods for copying an object. Add this mixin to
-  any object you create that can create a copy of itself. This mixin is
-  added automatically to the built-in array.
-
-  You should generally implement the `copy()` method to return a copy of the
-  receiver.
-
-  Note that `frozenCopy()` will only work if you also implement
-  `Ember.Freezable`.
-
-  @class Copyable
-  @namespace Ember
-  @extends Ember.Mixin
-  @since Ember 0.9
-*/
-Ember.Copyable = Ember.Mixin.create(
-/** @scope Ember.Copyable.prototype */ {
-
-  /**
-    Override to return a copy of the receiver. Default implementation raises
-    an exception.
-
-    @method copy
-    @param deep {Boolean} if `true`, a deep copy of the object should be made
-    @return {Object} copy of receiver
-  */
-  copy: Ember.required(Function),
-
-  /**
-    If the object implements `Ember.Freezable`, then this will return a new
-    copy if the object is not frozen and the receiver if the object is frozen.
-
-    Raises an exception if you try to call this method on a object that does
-    not support freezing.
-
-    You should use this method whenever you want a copy of a freezable object
-    since a freezable object can simply return itself without actually
-    consuming more memory.
-
-    @method frozenCopy
-    @return {Object} copy of receiver or receiver
-  */
-  frozenCopy: function() {
-    if (Ember.Freezable && Ember.Freezable.detect(this)) {
-      return get(this, 'isFrozen') ? this : this.copy().freeze();
-    } else {
-      throw new Error(Ember.String.fmt("%@ does not support freezing", [this]));
-    }
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  The `Ember.Freezable` mixin implements some basic methods for marking an
-  object as frozen. Once an object is frozen it should be read only. No changes
-  may be made the internal state of the object.
-
-  ## Enforcement
-
-  To fully support freezing in your subclass, you must include this mixin and
-  override any method that might alter any property on the object to instead
-  raise an exception. You can check the state of an object by checking the
-  `isFrozen` property.
-
-  Although future versions of JavaScript may support language-level freezing
-  object objects, that is not the case today. Even if an object is freezable,
-  it is still technically possible to modify the object, even though it could
-  break other parts of your application that do not expect a frozen object to
-  change. It is, therefore, very important that you always respect the
-  `isFrozen` property on all freezable objects.
-
-  ## Example Usage
-
-  The example below shows a simple object that implement the `Ember.Freezable`
-  protocol.
-
-  ```javascript
-  Contact = Ember.Object.extend(Ember.Freezable, {
-    firstName: null,
-    lastName: null,
-
-    // swaps the names
-    swapNames: function() {
-      if (this.get('isFrozen')) throw Ember.FROZEN_ERROR;
-      var tmp = this.get('firstName');
-      this.set('firstName', this.get('lastName'));
-      this.set('lastName', tmp);
-      return this;
-    }
-
-  });
-
-  c = Context.create({ firstName: "John", lastName: "Doe" });
-  c.swapNames();  // returns c
-  c.freeze();
-  c.swapNames();  // EXCEPTION
-  ```
-
-  ## Copying
-
-  Usually the `Ember.Freezable` protocol is implemented in cooperation with the
-  `Ember.Copyable` protocol, which defines a `frozenCopy()` method that will
-  return a frozen object, if the object implements this method as well.
-
-  @class Freezable
-  @namespace Ember
-  @extends Ember.Mixin
-  @since Ember 0.9
-*/
-Ember.Freezable = Ember.Mixin.create(
-/** @scope Ember.Freezable.prototype */ {
-
-  /**
-    Set to `true` when the object is frozen. Use this property to detect
-    whether your object is frozen or not.
-
-    @property isFrozen
-    @type Boolean
-  */
-  isFrozen: false,
-
-  /**
-    Freezes the object. Once this method has been called the object should
-    no longer allow any properties to be edited.
-
-    @method freeze
-    @return {Object} receiver
-  */
-  freeze: function() {
-    if (get(this, 'isFrozen')) return this;
-    set(this, 'isFrozen', true);
-    return this;
-  }
-
-});
-
-Ember.FROZEN_ERROR = "Frozen object cannot be modified.";
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var forEach = Ember.EnumerableUtils.forEach;
-
-/**
-  This mixin defines the API for modifying generic enumerables. These methods
-  can be applied to an object regardless of whether it is ordered or
-  unordered.
-
-  Note that an Enumerable can change even if it does not implement this mixin.
-  For example, a MappedEnumerable cannot be directly modified but if its
-  underlying enumerable changes, it will change also.
-
-  ## Adding Objects
-
-  To add an object to an enumerable, use the `addObject()` method. This
-  method will only add the object to the enumerable if the object is not
-  already present and the object if of a type supported by the enumerable.
-
-  ```javascript
-  set.addObject(contact);
-  ```
-
-  ## Removing Objects
-
-  To remove an object form an enumerable, use the `removeObject()` method. This
-  will only remove the object if it is already in the enumerable, otherwise
-  this method has no effect.
-
-  ```javascript
-  set.removeObject(contact);
-  ```
-
-  ## Implementing In Your Own Code
-
-  If you are implementing an object and want to support this API, just include
-  this mixin in your class and implement the required methods. In your unit
-  tests, be sure to apply the Ember.MutableEnumerableTests to your object.
-
-  @class MutableEnumerable
-  @namespace Ember
-  @extends Ember.Mixin
-  @uses Ember.Enumerable
-*/
-Ember.MutableEnumerable = Ember.Mixin.create(Ember.Enumerable,
-  /** @scope Ember.MutableEnumerable.prototype */ {
-
-  /**
-    __Required.__ You must implement this method to apply this mixin.
-
-    Attempts to add the passed object to the receiver if the object is not
-    already present in the collection. If the object is present, this method
-    has no effect.
-
-    If the passed object is of a type not supported by the receiver
-    then this method should raise an exception.
-
-    @method addObject
-    @param {Object} object The object to add to the enumerable.
-    @return {Object} the passed object
-  */
-  addObject: Ember.required(Function),
-
-  /**
-    Adds each object in the passed enumerable to the receiver.
-
-    @method addObjects
-    @param {Ember.Enumerable} objects the objects to add.
-    @return {Object} receiver
-  */
-  addObjects: function(objects) {
-    Ember.beginPropertyChanges(this);
-    forEach(objects, function(obj) { this.addObject(obj); }, this);
-    Ember.endPropertyChanges(this);
-    return this;
-  },
-
-  /**
-    __Required.__ You must implement this method to apply this mixin.
-
-    Attempts to remove the passed object from the receiver collection if the
-    object is in present in the collection. If the object is not present,
-    this method has no effect.
-
-    If the passed object is of a type not supported by the receiver
-    then this method should raise an exception.
-
-    @method removeObject
-    @param {Object} object The object to remove from the enumerable.
-    @return {Object} the passed object
-  */
-  removeObject: Ember.required(Function),
-
-
-  /**
-    Removes each objects in the passed enumerable from the receiver.
-
-    @method removeObjects
-    @param {Ember.Enumerable} objects the objects to remove
-    @return {Object} receiver
-  */
-  removeObjects: function(objects) {
-    Ember.beginPropertyChanges(this);
-    forEach(objects, function(obj) { this.removeObject(obj); }, this);
-    Ember.endPropertyChanges(this);
-    return this;
-  }
-
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-// ..........................................................
-// CONSTANTS
-//
-
-var OUT_OF_RANGE_EXCEPTION = "Index out of range" ;
-var EMPTY = [];
-
-// ..........................................................
-// HELPERS
-//
-
-var get = Ember.get, set = Ember.set, forEach = Ember.EnumerableUtils.forEach;
-
-/**
-  This mixin defines the API for modifying array-like objects. These methods
-  can be applied only to a collection that keeps its items in an ordered set.
-
-  Note that an Array can change even if it does not implement this mixin.
-  For example, one might implement a SparseArray that cannot be directly
-  modified, but if its underlying enumerable changes, it will change also.
-
-  @class MutableArray
-  @namespace Ember
-  @extends Ember.Mixin
-  @uses Ember.Array
-  @uses Ember.MutableEnumerable
-*/
-Ember.MutableArray = Ember.Mixin.create(Ember.Array, Ember.MutableEnumerable,
-  /** @scope Ember.MutableArray.prototype */ {
-
-  /**
-    __Required.__ You must implement this method to apply this mixin.
-
-    This is one of the primitives you must implement to support `Ember.Array`.
-    You should replace amt objects started at idx with the objects in the
-    passed array. You should also call `this.enumerableContentDidChange()`
-
-    @method replace
-    @param {Number} idx Starting index in the array to replace. If 
-      idx >= length, then append to the end of the array.
-    @param {Number} amt Number of elements that should be removed from 
-      the array, starting at *idx*.
-    @param {Array} objects An array of zero or more objects that should be 
-      inserted into the array at *idx*
-  */
-  replace: Ember.required(),
-
-  /**
-    Remove all elements from self. This is useful if you
-    want to reuse an existing array without having to recreate it.
-
-    ```javascript
-    var colors = ["red", "green", "blue"];
-    color.length();   //  3
-    colors.clear();   //  []
-    colors.length();  //  0
-    ```
-
-    @method clear
-    @return {Ember.Array} An empty Array.
-  */
-  clear: function () {
-    var len = get(this, 'length');
-    if (len === 0) return this;
-    this.replace(0, len, EMPTY);
-    return this;
-  },
-
-  /**
-    This will use the primitive `replace()` method to insert an object at the
-    specified index.
-
-    ```javascript
-    var colors = ["red", "green", "blue"];
-    colors.insertAt(2, "yellow");  // ["red", "green", "yellow", "blue"]
-    colors.insertAt(5, "orange");  // Error: Index out of range
-    ```javascript
-
-    @method insertAt
-    @param {Number} idx index of insert the object at.
-    @param {Object} object object to insert
-  */
-  insertAt: function(idx, object) {
-    if (idx > get(this, 'length')) throw new Error(OUT_OF_RANGE_EXCEPTION) ;
-    this.replace(idx, 0, [object]) ;
-    return this ;
-  },
-
-  /**
-    Remove an object at the specified index using the `replace()` primitive
-    method. You can pass either a single index, or a start and a length.
-
-    If you pass a start and length that is beyond the
-    length this method will throw an `Ember.OUT_OF_RANGE_EXCEPTION`
-
-    ```javascript
-    var colors = ["red", "green", "blue", "yellow", "orange"];
-    colors.removeAt(0);     // ["green", "blue", "yellow", "orange"]
-    colors.removeAt(2, 2);  // ["green", "blue"]
-    colors.removeAt(4, 2);  // Error: Index out of range
-    ```
-
-    @method removeAt
-    @param {Number} start index, start of range
-    @param {Number} len length of passing range
-    @return {Object} receiver
-  */
-  removeAt: function(start, len) {
-    if ('number' === typeof start) {
-
-      if ((start < 0) || (start >= get(this, 'length'))) {
-        throw new Error(OUT_OF_RANGE_EXCEPTION);
-      }
-
-      // fast case
-      if (len === undefined) len = 1;
-      this.replace(start, len, EMPTY);
-    }
-
-    return this ;
-  },
-
-  /**
-    Push the object onto the end of the array. Works just like `push()` but it
-    is KVO-compliant.
-
-    ```javascript
-    var colors = ["red", "green", "blue"];
-    colors.pushObject("black");               // ["red", "green", "blue", "black"]
-    colors.pushObject(["yellow", "orange"]);  // ["red", "green", "blue", "black", ["yellow", "orange"]]
-    ```
-
-    @method pushObject
-    @param {anything} obj object to push
-  */
-  pushObject: function(obj) {
-    this.insertAt(get(this, 'length'), obj) ;
-    return obj ;
-  },
-
-  /**
-    Add the objects in the passed numerable to the end of the array. Defers
-    notifying observers of the change until all objects are added.
-
-    ```javascript
-    var colors = ["red", "green", "blue"];
-    colors.pushObjects("black");               // ["red", "green", "blue", "black"]
-    colors.pushObjects(["yellow", "orange"]);  // ["red", "green", "blue", "black", "yellow", "orange"]
-    ```
-
-    @method pushObjects
-    @param {Ember.Enumerable} objects the objects to add
-    @return {Ember.Array} receiver
-  */
-  pushObjects: function(objects) {
-    this.replace(get(this, 'length'), 0, objects);
-    return this;
-  },
-
-  /**
-    Pop object from array or nil if none are left. Works just like `pop()` but
-    it is KVO-compliant.
-
-    ```javascript
-    var colors = ["red", "green", "blue"];
-    colors.popObject();   // "blue"
-    console.log(colors);  // ["red", "green"]
-    ```
-
-    @method popObject
-    @return object
-  */
-  popObject: function() {
-    var len = get(this, 'length') ;
-    if (len === 0) return null ;
-
-    var ret = this.objectAt(len-1) ;
-    this.removeAt(len-1, 1) ;
-    return ret ;
-  },
-
-  /**
-    Shift an object from start of array or nil if none are left. Works just
-    like `shift()` but it is KVO-compliant.
-
-    ```javascript
-    var colors = ["red", "green", "blue"];
-    colors.shiftObject();  // "red"
-    console.log(colors);   // ["green", "blue"]
-    ```
-
-    @method shiftObject
-    @return object
-  */
-  shiftObject: function() {
-    if (get(this, 'length') === 0) return null ;
-    var ret = this.objectAt(0) ;
-    this.removeAt(0) ;
-    return ret ;
-  },
-
-  /**
-    Unshift an object to start of array. Works just like `unshift()` but it is
-    KVO-compliant.
-
-    ```javascript
-    var colors = ["red", "green", "blue"];
-    colors.unshiftObject("yellow");             // ["yellow", "red", "green", "blue"]
-    colors.unshiftObject(["black", "white"]);   // [["black", "white"], "yellow", "red", "green", "blue"]
-    ```
-
-    @method unshiftObject
-    @param {anything} obj object to unshift
-  */
-  unshiftObject: function(obj) {
-    this.insertAt(0, obj) ;
-    return obj ;
-  },
-
-  /**
-    Adds the named objects to the beginning of the array. Defers notifying
-    observers until all objects have been added.
-
-    ```javascript
-    var colors = ["red", "green", "blue"];
-    colors.unshiftObjects(["black", "white"]);   // ["black", "white", "red", "green", "blue"]
-    colors.unshiftObjects("yellow");             // Type Error: 'undefined' is not a function
-    ```
-
-    @method unshiftObjects
-    @param {Ember.Enumerable} objects the objects to add
-    @return {Ember.Array} receiver
-  */
-  unshiftObjects: function(objects) {
-    this.replace(0, 0, objects);
-    return this;
-  },
-
-  /**
-    Reverse objects in the array. Works just like `reverse()` but it is
-    KVO-compliant.
-
-    @method reverseObjects
-    @return {Ember.Array} receiver
-   */
-  reverseObjects: function() {
-    var len = get(this, 'length');
-    if (len === 0) return this;
-    var objects = this.toArray().reverse();
-    this.replace(0, len, objects);
-    return this;
-  },
-
-  /**
-    Replace all the the receiver's content with content of the argument.
-    If argument is an empty array receiver will be cleared.
-
-    ```javascript
-    var colors = ["red", "green", "blue"];
-    colors.setObjects(["black", "white"]);  // ["black", "white"]
-    colors.setObjects([]);                  // []
-    ```
-
-    @method setObjects
-    @param {Ember.Array} objects array whose content will be used for replacing
-        the content of the receiver
-    @return {Ember.Array} receiver with the new content
-   */
-  setObjects: function(objects) {
-    if (objects.length === 0) return this.clear();
-
-    var len = get(this, 'length');
-    this.replace(0, len, objects);
-    return this;
-  },
-
-  // ..........................................................
-  // IMPLEMENT Ember.MutableEnumerable
-  //
-
-  removeObject: function(obj) {
-    var loc = get(this, 'length') || 0;
-    while(--loc >= 0) {
-      var curObject = this.objectAt(loc) ;
-      if (curObject === obj) this.removeAt(loc) ;
-    }
-    return this ;
-  },
-
-  addObject: function(obj) {
-    if (!this.contains(obj)) this.pushObject(obj);
-    return this ;
-  }
-
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set, defineProperty = Ember.defineProperty;
-
-/**
-  ## Overview
-
-  This mixin provides properties and property observing functionality, core
-  features of the Ember object model.
-
-  Properties and observers allow one object to observe changes to a
-  property on another object. This is one of the fundamental ways that
-  models, controllers and views communicate with each other in an Ember
-  application.
-
-  Any object that has this mixin applied can be used in observer
-  operations. That includes `Ember.Object` and most objects you will
-  interact with as you write your Ember application.
-
-  Note that you will not generally apply this mixin to classes yourself,
-  but you will use the features provided by this module frequently, so it
-  is important to understand how to use it.
-
-  ## Using `get()` and `set()`
-
-  Because of Ember's support for bindings and observers, you will always
-  access properties using the get method, and set properties using the
-  set method. This allows the observing objects to be notified and
-  computed properties to be handled properly.
-
-  More documentation about `get` and `set` are below.
-
-  ## Observing Property Changes
-
-  You typically observe property changes simply by adding the `observes`
-  call to the end of your method declarations in classes that you write.
-  For example:
-
-  ```javascript
-  Ember.Object.create({
-    valueObserver: function() {
-      // Executes whenever the "value" property changes
-    }.observes('value')
-  });
-  ```
-
-  Although this is the most common way to add an observer, this capability
-  is actually built into the `Ember.Object` class on top of two methods
-  defined in this mixin: `addObserver` and `removeObserver`. You can use
-  these two methods to add and remove observers yourself if you need to
-  do so at runtime.
-
-  To add an observer for a property, call:
-
-  ```javascript
-  object.addObserver('propertyKey', targetObject, targetAction)
-  ```
-
-  This will call the `targetAction` method on the `targetObject` to be called
-  whenever the value of the `propertyKey` changes.
-
-  Note that if `propertyKey` is a computed property, the observer will be
-  called when any of the property dependencies are changed, even if the
-  resulting value of the computed property is unchanged. This is necessary
-  because computed properties are not computed until `get` is called.
-
-  @class Observable
-  @namespace Ember
-  @extends Ember.Mixin
-*/
-Ember.Observable = Ember.Mixin.create(/** @scope Ember.Observable.prototype */ {
-
-  // compatibility
-  isObserverable: true,
-
-  /**
-    Retrieves the value of a property from the object.
-
-    This method is usually similar to using `object[keyName]` or `object.keyName`,
-    however it supports both computed properties and the unknownProperty
-    handler.
-
-    Because `get` unifies the syntax for accessing all these kinds
-    of properties, it can make many refactorings easier, such as replacing a
-    simple property with a computed property, or vice versa.
-
-    ### Computed Properties
-
-    Computed properties are methods defined with the `property` modifier
-    declared at the end, such as:
-
-    ```javascript
-    fullName: function() {
-      return this.getEach('firstName', 'lastName').compact().join(' ');
-    }.property('firstName', 'lastName')
-    ```
-
-    When you call `get` on a computed property, the function will be
-    called and the return value will be returned instead of the function
-    itself.
-
-    ### Unknown Properties
-
-    Likewise, if you try to call `get` on a property whose value is
-    `undefined`, the `unknownProperty()` method will be called on the object.
-    If this method returns any value other than `undefined`, it will be returned
-    instead. This allows you to implement "virtual" properties that are
-    not defined upfront.
-
-    @method get
-    @param {String} key The property to retrieve
-    @return {Object} The property value or undefined.
-  */
-  get: function(keyName) {
-    return get(this, keyName);
-  },
-
-  /**
-    To get multiple properties at once, call `getProperties`
-    with a list of strings or an array:
-
-    ```javascript
-    record.getProperties('firstName', 'lastName', 'zipCode');  // { firstName: 'John', lastName: 'Doe', zipCode: '10011' }
-    ```
-
-    is equivalent to:
-
-    ```javascript
-    record.getProperties(['firstName', 'lastName', 'zipCode']);  // { firstName: 'John', lastName: 'Doe', zipCode: '10011' }
-    ```
-
-    @method getProperties
-    @param {String...|Array} list of keys to get
-    @return {Hash}
-  */
-  getProperties: function() {
-    var ret = {};
-    var propertyNames = arguments;
-    if (arguments.length === 1 && Ember.typeOf(arguments[0]) === 'array') {
-      propertyNames = arguments[0];
-    }
-    for(var i = 0; i < propertyNames.length; i++) {
-      ret[propertyNames[i]] = get(this, propertyNames[i]);
-    }
-    return ret;
-  },
-
-  /**
-    Sets the provided key or path to the value.
-
-    This method is generally very similar to calling `object[key] = value` or
-    `object.key = value`, except that it provides support for computed
-    properties, the `unknownProperty()` method and property observers.
-
-    ### Computed Properties
-
-    If you try to set a value on a key that has a computed property handler
-    defined (see the `get()` method for an example), then `set()` will call
-    that method, passing both the value and key instead of simply changing
-    the value itself. This is useful for those times when you need to
-    implement a property that is composed of one or more member
-    properties.
-
-    ### Unknown Properties
-
-    If you try to set a value on a key that is undefined in the target
-    object, then the `unknownProperty()` handler will be called instead. This
-    gives you an opportunity to implement complex "virtual" properties that
-    are not predefined on the object. If `unknownProperty()` returns
-    undefined, then `set()` will simply set the value on the object.
-
-    ### Property Observers
-
-    In addition to changing the property, `set()` will also register a property
-    change with the object. Unless you have placed this call inside of a
-    `beginPropertyChanges()` and `endPropertyChanges(),` any "local" observers
-    (i.e. observer methods declared on the same object), will be called
-    immediately. Any "remote" observers (i.e. observer methods declared on
-    another object) will be placed in a queue and called at a later time in a
-    coalesced manner.
-
-    ### Chaining
-
-    In addition to property changes, `set()` returns the value of the object
-    itself so you can do chaining like this:
-
-    ```javascript
-    record.set('firstName', 'Charles').set('lastName', 'Jolley');
-    ```
-
-    @method set
-    @param {String} key The property to set
-    @param {Object} value The value to set or `null`.
-    @return {Ember.Observable}
-  */
-  set: function(keyName, value) {
-    set(this, keyName, value);
-    return this;
-  },
-
-  /**
-    To set multiple properties at once, call `setProperties`
-    with a Hash:
-
-    ```javascript
-    record.setProperties({ firstName: 'Charles', lastName: 'Jolley' });
-    ```
-
-    @method setProperties
-    @param {Hash} hash the hash of keys and values to set
-    @return {Ember.Observable}
-  */
-  setProperties: function(hash) {
-    return Ember.setProperties(this, hash);
-  },
-
-  /**
-    Begins a grouping of property changes.
-
-    You can use this method to group property changes so that notifications
-    will not be sent until the changes are finished. If you plan to make a
-    large number of changes to an object at one time, you should call this
-    method at the beginning of the changes to begin deferring change
-    notifications. When you are done making changes, call
-    `endPropertyChanges()` to deliver the deferred change notifications and end
-    deferring.
-
-    @method beginPropertyChanges
-    @return {Ember.Observable}
-  */
-  beginPropertyChanges: function() {
-    Ember.beginPropertyChanges();
-    return this;
-  },
-
-  /**
-    Ends a grouping of property changes.
-
-    You can use this method to group property changes so that notifications
-    will not be sent until the changes are finished. If you plan to make a
-    large number of changes to an object at one time, you should call
-    `beginPropertyChanges()` at the beginning of the changes to defer change
-    notifications. When you are done making changes, call this method to
-    deliver the deferred change notifications and end deferring.
-
-    @method endPropertyChanges
-    @return {Ember.Observable}
-  */
-  endPropertyChanges: function() {
-    Ember.endPropertyChanges();
-    return this;
-  },
-
-  /**
-    Notify the observer system that a property is about to change.
-
-    Sometimes you need to change a value directly or indirectly without
-    actually calling `get()` or `set()` on it. In this case, you can use this
-    method and `propertyDidChange()` instead. Calling these two methods
-    together will notify all observers that the property has potentially
-    changed value.
-
-    Note that you must always call `propertyWillChange` and `propertyDidChange`
-    as a pair. If you do not, it may get the property change groups out of
-    order and cause notifications to be delivered more often than you would
-    like.
-
-    @method propertyWillChange
-    @param {String} key The property key that is about to change.
-    @return {Ember.Observable}
-  */
-  propertyWillChange: function(keyName){
-    Ember.propertyWillChange(this, keyName);
-    return this;
-  },
-
-  /**
-    Notify the observer system that a property has just changed.
-
-    Sometimes you need to change a value directly or indirectly without
-    actually calling `get()` or `set()` on it. In this case, you can use this
-    method and `propertyWillChange()` instead. Calling these two methods
-    together will notify all observers that the property has potentially
-    changed value.
-
-    Note that you must always call `propertyWillChange` and `propertyDidChange`
-    as a pair. If you do not, it may get the property change groups out of
-    order and cause notifications to be delivered more often than you would
-    like.
-
-    @method propertyDidChange
-    @param {String} keyName The property key that has just changed.
-    @return {Ember.Observable}
-  */
-  propertyDidChange: function(keyName) {
-    Ember.propertyDidChange(this, keyName);
-    return this;
-  },
-
-  /**
-    Convenience method to call `propertyWillChange` and `propertyDidChange` in
-    succession.
-
-    @method notifyPropertyChange
-    @param {String} keyName The property key to be notified about.
-    @return {Ember.Observable}
-  */
-  notifyPropertyChange: function(keyName) {
-    this.propertyWillChange(keyName);
-    this.propertyDidChange(keyName);
-    return this;
-  },
-
-  addBeforeObserver: function(key, target, method) {
-    Ember.addBeforeObserver(this, key, target, method);
-  },
-
-  /**
-    Adds an observer on a property.
-
-    This is the core method used to register an observer for a property.
-
-    Once you call this method, anytime the key's value is set, your observer
-    will be notified. Note that the observers are triggered anytime the
-    value is set, regardless of whether it has actually changed. Your
-    observer should be prepared to handle that.
-
-    You can also pass an optional context parameter to this method. The
-    context will be passed to your observer method whenever it is triggered.
-    Note that if you add the same target/method pair on a key multiple times
-    with different context parameters, your observer will only be called once
-    with the last context you passed.
-
-    ### Observer Methods
-
-    Observer methods you pass should generally have the following signature if
-    you do not pass a `context` parameter:
-
-    ```javascript
-    fooDidChange: function(sender, key, value, rev) { };
-    ```
-
-    The sender is the object that changed. The key is the property that
-    changes. The value property is currently reserved and unused. The rev
-    is the last property revision of the object when it changed, which you can
-    use to detect if the key value has really changed or not.
-
-    If you pass a `context` parameter, the context will be passed before the
-    revision like so:
-
-    ```javascript
-    fooDidChange: function(sender, key, value, context, rev) { };
-    ```
-
-    Usually you will not need the value, context or revision parameters at
-    the end. In this case, it is common to write observer methods that take
-    only a sender and key value as parameters or, if you aren't interested in
-    any of these values, to write an observer that has no parameters at all.
-
-    @method addObserver
-    @param {String} key The key to observer
-    @param {Object} target The target object to invoke
-    @param {String|Function} method The method to invoke.
-    @return {Ember.Object} self
-  */
-  addObserver: function(key, target, method) {
-    Ember.addObserver(this, key, target, method);
-  },
-
-  /**
-    Remove an observer you have previously registered on this object. Pass
-    the same key, target, and method you passed to `addObserver()` and your
-    target will no longer receive notifications.
-
-    @method removeObserver
-    @param {String} key The key to observer
-    @param {Object} target The target object to invoke
-    @param {String|Function} method The method to invoke.
-    @return {Ember.Observable} receiver
-  */
-  removeObserver: function(key, target, method) {
-    Ember.removeObserver(this, key, target, method);
-  },
-
-  /**
-    Returns `true` if the object currently has observers registered for a
-    particular key. You can use this method to potentially defer performing
-    an expensive action until someone begins observing a particular property
-    on the object.
-
-    @method hasObserverFor
-    @param {String} key Key to check
-    @return {Boolean}
-  */
-  hasObserverFor: function(key) {
-    return Ember.hasListeners(this, key+':change');
-  },
-
-  /**
-    @deprecated
-    @method getPath
-    @param {String} path The property path to retrieve
-    @return {Object} The property value or undefined.
-  */
-  getPath: function(path) {
-    Ember.deprecate("getPath is deprecated since get now supports paths");
-    return this.get(path);
-  },
-
-  /**
-    @deprecated
-    @method setPath
-    @param {String} path The path to the property that will be set
-    @param {Object} value The value to set or `null`.
-    @return {Ember.Observable}
-  */
-  setPath: function(path, value) {
-    Ember.deprecate("setPath is deprecated since set now supports paths");
-    return this.set(path, value);
-  },
-
-  /**
-    Retrieves the value of a property, or a default value in the case that the
-    property returns `undefined`.
-
-    ```javascript
-    person.getWithDefault('lastName', 'Doe');
-    ```
-
-    @method getWithDefault
-    @param {String} keyName The name of the property to retrieve
-    @param {Object} defaultValue The value to return if the property value is undefined
-    @return {Object} The property value or the defaultValue.
-  */
-  getWithDefault: function(keyName, defaultValue) {
-    return Ember.getWithDefault(this, keyName, defaultValue);
-  },
-
-  /**
-    Set the value of a property to the current value plus some amount.
-
-    ```javascript
-    person.incrementProperty('age');
-    team.incrementProperty('score', 2);
-    ```
-
-    @method incrementProperty
-    @param {String} keyName The name of the property to increment
-    @param {Object} increment The amount to increment by. Defaults to 1
-    @return {Object} The new property value
-  */
-  incrementProperty: function(keyName, increment) {
-    if (!increment) { increment = 1; }
-    set(this, keyName, (get(this, keyName) || 0)+increment);
-    return get(this, keyName);
-  },
-
-  /**
-    Set the value of a property to the current value minus some amount.
-
-    ```javascript
-    player.decrementProperty('lives');
-    orc.decrementProperty('health', 5);
-    ```
-
-    @method decrementProperty
-    @param {String} keyName The name of the property to decrement
-    @param {Object} increment The amount to decrement by. Defaults to 1
-    @return {Object} The new property value
-  */
-  decrementProperty: function(keyName, increment) {
-    if (!increment) { increment = 1; }
-    set(this, keyName, (get(this, keyName) || 0)-increment);
-    return get(this, keyName);
-  },
-
-  /**
-    Set the value of a boolean property to the opposite of it's
-    current value.
-
-    ```javascript
-    starship.toggleProperty('warpDriveEnaged');
-    ```
-
-    @method toggleProperty
-    @param {String} keyName The name of the property to toggle
-    @return {Object} The new property value
-  */
-  toggleProperty: function(keyName) {
-    set(this, keyName, !get(this, keyName));
-    return get(this, keyName);
-  },
-
-  /**
-    Returns the cached value of a computed property, if it exists.
-    This allows you to inspect the value of a computed property
-    without accidentally invoking it if it is intended to be
-    generated lazily.
-
-    @method cacheFor
-    @param {String} keyName
-    @return {Object} The cached value of the computed property, if any
-  */
-  cacheFor: function(keyName) {
-    return Ember.cacheFor(this, keyName);
-  },
-
-  // intended for debugging purposes
-  observersForKey: function(keyName) {
-    return Ember.observersFor(this, keyName);
-  }
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-@class TargetActionSupport
-@namespace Ember
-@extends Ember.Mixin
-*/
-Ember.TargetActionSupport = Ember.Mixin.create({
-  target: null,
-  action: null,
-
-  targetObject: Ember.computed(function() {
-    var target = get(this, 'target');
-
-    if (Ember.typeOf(target) === "string") {
-      var value = get(this, target);
-      if (value === undefined) { value = get(Ember.lookup, target); }
-      return value;
-    } else {
-      return target;
-    }
-  }).property('target'),
-
-  triggerAction: function() {
-    var action = get(this, 'action'),
-        target = get(this, 'targetObject');
-
-    if (target && action) {
-      var ret;
-
-      if (typeof target.send === 'function') {
-        ret = target.send(action, this);
-      } else {
-        if (typeof action === 'string') {
-          action = target[action];
-        }
-        ret = action.call(target, this);
-      }
-      if (ret !== false) ret = true;
-
-      return ret;
-    } else {
-      return false;
-    }
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-/**
-  This mixin allows for Ember objects to subscribe to and emit events.
-
-  ```javascript
-  App.Person = Ember.Object.extend(Ember.Evented, {
-    greet: function() {
-      // ...
-      this.trigger('greet');
-    }
-  });
-
-  var person = App.Person.create();
-
-  person.on('greet', function() {
-    console.log('Our person has greeted');
-  });
-
-  person.greet();
-
-  // outputs: 'Our person has greeted'
-  ```
-
-  @class Evented
-  @namespace Ember
-  @extends Ember.Mixin
- */
-Ember.Evented = Ember.Mixin.create({
-
-  /**
-   Subscribes to a named event with given function.
-
-   ```javascript
-   person.on('didLoad', function() {
-     // fired once the person has loaded
-   });
-   ```
-
-   An optional target can be passed in as the 2nd argument that will
-   be set as the "this" for the callback. This is a good way to give your
-   function access to the object triggering the event. When the target
-   parameter is used the callback becomes the third argument.
-
-   @method on
-   @param {String} name The name of the event
-   @param {Object} [target] The "this" binding for the callback
-   @param {Function} method The callback to execute
-  */
-  on: function(name, target, method) {
-    Ember.addListener(this, name, target, method);
-  },
-
-  /**
-    Subscribes a function to a named event and then cancels the subscription
-    after the first time the event is triggered. It is good to use ``one`` when
-    you only care about the first time an event has taken place.
-
-    This function takes an optional 2nd argument that will become the "this"
-    value for the callback. If this argument is passed then the 3rd argument
-    becomes the function.
-
-    @method one
-    @param {String} name The name of the event
-    @param {Object} [target] The "this" binding for the callback
-    @param {Function} method The callback to execute
-  */
-  one: function(name, target, method) {
-    if (!method) {
-      method = target;
-      target = null;
-    }
-
-    Ember.addListener(this, name, target, method, true);
-  },
-
-  /**
-    Triggers a named event for the object. Any additional arguments
-    will be passed as parameters to the functions that are subscribed to the
-    event.
-
-    ```javascript
-    person.on('didEat', food) {
-      console.log('person ate some ' + food);
-    });
-
-    person.trigger('didEat', 'broccoli');
-
-    // outputs: person ate some broccoli
-    ```
-    @method trigger
-    @param {String} name The name of the event
-    @param {Object...} args Optional arguments to pass on
-  */
-  trigger: function(name) {
-    var args = [], i, l;
-    for (i = 1, l = arguments.length; i < l; i++) {
-      args.push(arguments[i]);
-    }
-    Ember.sendEvent(this, name, args);
-  },
-
-  fire: function(name) {
-    Ember.deprecate("Ember.Evented#fire() has been deprecated in favor of trigger() for compatibility with jQuery. It will be removed in 1.0. Please update your code to call trigger() instead.");
-    this.trigger.apply(this, arguments);
-  },
-
-  /**
-    Cancels subscription for give name, target, and method.
-
-    @method off
-    @param {String} name The name of the event
-    @param {Object} target The target of the subscription
-    @param {Function} method The function of the subscription
-  */
-  off: function(name, target, method) {
-    Ember.removeListener(this, name, target, method);
-  },
-
-  /**
-    Checks to see if object has any subscriptions for named event.
-
-    @method has
-    @param {String} name The name of the event
-    @return {Boolean} does the object have a subscription for event
-   */
-  has: function(name) {
-    return Ember.hasListeners(this, name);
-  }
-});
-
-})();
-
-
-
-(function() {
-var RSVP = requireModule("rsvp");
-
-RSVP.async = function(callback, binding) {
-  Ember.run.schedule('actions', binding, callback);
-};
-
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get,
-    slice = Array.prototype.slice;
-
-/**
-  @class Deferred
-  @namespace Ember
-  @extends Ember.Mixin
- */
-Ember.DeferredMixin = Ember.Mixin.create({
-  /**
-    Add handlers to be called when the Deferred object is resolved or rejected.
-
-    @method then
-    @param {Function} doneCallback a callback function to be called when done
-    @param {Function} failCallback a callback function to be called when failed
-  */
-  then: function(doneCallback, failCallback) {
-    var promise = get(this, 'promise');
-    return promise.then.apply(promise, arguments);
-  },
-
-  /**
-    Resolve a Deferred object and call any `doneCallbacks` with the given args.
-
-    @method resolve
-  */
-  resolve: function(value) {
-    get(this, 'promise').resolve(value);
-  },
-
-  /**
-    Reject a Deferred object and call any `failCallbacks` with the given args.
-
-    @method reject
-  */
-  reject: function(value) {
-    get(this, 'promise').reject(value);
-  },
-
-  promise: Ember.computed(function() {
-    return new RSVP.Promise();
-  })
-});
-
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-Ember.Container = requireModule('container');
-Ember.Container.set = Ember.set;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-// NOTE: this object should never be included directly. Instead use Ember.
-// Ember.Object. We only define this separately so that Ember.Set can depend on it
-
-
-var set = Ember.set, get = Ember.get,
-    o_create = Ember.create,
-    o_defineProperty = Ember.platform.defineProperty,
-    a_slice = Array.prototype.slice,
-    GUID_KEY = Ember.GUID_KEY,
-    guidFor = Ember.guidFor,
-    generateGuid = Ember.generateGuid,
-    meta = Ember.meta,
-    rewatch = Ember.rewatch,
-    finishChains = Ember.finishChains,
-    destroy = Ember.destroy,
-    schedule = Ember.run.schedule,
-    Mixin = Ember.Mixin,
-    applyMixin = Mixin._apply,
-    finishPartial = Mixin.finishPartial,
-    reopen = Mixin.prototype.reopen,
-    MANDATORY_SETTER = Ember.ENV.MANDATORY_SETTER,
-    indexOf = Ember.EnumerableUtils.indexOf;
-
-var undefinedDescriptor = {
-  configurable: true,
-  writable: true,
-  enumerable: false,
-  value: undefined
-};
-
-function makeCtor() {
-
-  // Note: avoid accessing any properties on the object since it makes the
-  // method a lot faster. This is glue code so we want it to be as fast as
-  // possible.
-
-  var wasApplied = false, initMixins, initProperties;
-
-  var Class = function() {
-    if (!wasApplied) {
-      Class.proto(); // prepare prototype...
-    }
-    o_defineProperty(this, GUID_KEY, undefinedDescriptor);
-    o_defineProperty(this, '_super', undefinedDescriptor);
-    var m = meta(this);
-    m.proto = this;
-    if (initMixins) {
-      // capture locally so we can clear the closed over variable
-      var mixins = initMixins;
-      initMixins = null;
-      this.reopen.apply(this, mixins);
-    }
-    if (initProperties) {
-      // capture locally so we can clear the closed over variable
-      var props = initProperties;
-      initProperties = null;
-
-      var concatenatedProperties = this.concatenatedProperties;
-
-      for (var i = 0, l = props.length; i < l; i++) {
-        var properties = props[i];
-        for (var keyName in properties) {
-          if (!properties.hasOwnProperty(keyName)) { continue; }
-
-          var value = properties[keyName],
-              IS_BINDING = Ember.IS_BINDING;
-
-          if (IS_BINDING.test(keyName)) {
-            var bindings = m.bindings;
-            if (!bindings) {
-              bindings = m.bindings = {};
-            } else if (!m.hasOwnProperty('bindings')) {
-              bindings = m.bindings = o_create(m.bindings);
-            }
-            bindings[keyName] = value;
-          }
-
-          var desc = m.descs[keyName];
-
-          Ember.assert("Ember.Object.create no longer supports defining computed properties.", !(value instanceof Ember.ComputedProperty));
-          Ember.assert("Ember.Object.create no longer supports defining methods that call _super.", !(typeof value === 'function' && value.toString().indexOf('._super') !== -1));
-
-          if (concatenatedProperties && indexOf(concatenatedProperties, keyName) >= 0) {
-            var baseValue = this[keyName];
-
-            if (baseValue) {
-              if ('function' === typeof baseValue.concat) {
-                value = baseValue.concat(value);
-              } else {
-                value = Ember.makeArray(baseValue).concat(value);
-              }
-            } else {
-              value = Ember.makeArray(value);
-            }
-          }
-
-          if (desc) {
-            desc.set(this, keyName, value);
-          } else {
-            if (typeof this.setUnknownProperty === 'function' && !(keyName in this)) {
-              this.setUnknownProperty(keyName, value);
-            } else if (MANDATORY_SETTER) {
-              Ember.defineProperty(this, keyName, null, value); // setup mandatory setter
-            } else {
-              this[keyName] = value;
-            }
-          }
-        }
-      }
-    }
-    finishPartial(this, m);
-    delete m.proto;
-    finishChains(this);
-    this.init.apply(this, arguments);
-  };
-
-  Class.toString = Mixin.prototype.toString;
-  Class.willReopen = function() {
-    if (wasApplied) {
-      Class.PrototypeMixin = Mixin.create(Class.PrototypeMixin);
-    }
-
-    wasApplied = false;
-  };
-  Class._initMixins = function(args) { initMixins = args; };
-  Class._initProperties = function(args) { initProperties = args; };
-
-  Class.proto = function() {
-    var superclass = Class.superclass;
-    if (superclass) { superclass.proto(); }
-
-    if (!wasApplied) {
-      wasApplied = true;
-      Class.PrototypeMixin.applyPartial(Class.prototype);
-      rewatch(Class.prototype);
-    }
-
-    return this.prototype;
-  };
-
-  return Class;
-
-}
-
-var CoreObject = makeCtor();
-
-CoreObject.PrototypeMixin = Mixin.create({
-
-  reopen: function() {
-    applyMixin(this, arguments, true);
-    return this;
-  },
-
-  isInstance: true,
-
-  init: function() {},
-
-  /**
-    Defines the properties that will be concatenated from the superclass
-    (instead of overridden).
-
-    By default, when you extend an Ember class a property defined in
-    the subclass overrides a property with the same name that is defined
-    in the superclass. However, there are some cases where it is preferable
-    to build up a property's value by combining the superclass' property
-    value with the subclass' value. An example of this in use within Ember
-    is the `classNames` property of `Ember.View`.
-
-    Here is some sample code showing the difference between a concatenated
-    property and a normal one:
-
-    ```javascript
-    App.BarView = Ember.View.extend({
-      someNonConcatenatedProperty: ['bar'],
-      classNames: ['bar']
-    });
-
-    App.FooBarView = App.BarView.extend({
-      someNonConcatenatedProperty: ['foo'],
-      classNames: ['foo'],
-    });
-
-    var fooBarView = App.FooBarView.create();
-    fooBarView.get('someNonConcatenatedProperty'); // ['foo']
-    fooBarView.get('classNames'); // ['ember-view', 'bar', 'foo']
-    ```
-
-    This behavior extends to object creation as well. Continuing the
-    above example:
-
-    ```javascript
-    var view = App.FooBarView.create({
-      someNonConcatenatedProperty: ['baz'],
-      classNames: ['baz']
-    })
-    view.get('someNonConcatenatedProperty'); // ['baz']
-    view.get('classNames'); // ['ember-view', 'bar', 'foo', 'baz']
-    ```
-    Adding a single property that is not an array will just add it in the array:
-    
-    ```javascript
-    var view = App.FooBarView.create({
-      classNames: 'baz'
-    })
-    view.get('classNames'); // ['ember-view', 'bar', 'foo', 'baz']
-    ```
-    
-    Using the `concatenatedProperties` property, we can tell to Ember that mix
-    the content of the properties.
-
-    In `Ember.View` the `classNameBindings` and `attributeBindings` properties
-    are also concatenated, in addition to `classNames`.
-
-    This feature is available for you to use throughout the Ember object model,
-    although typical app developers are likely to use it infrequently.
-
-    @property concatenatedProperties
-    @type Array
-    @default null
-  */
-  concatenatedProperties: null,
-
-  /**
-    @property isDestroyed
-    @default false
-  */
-  isDestroyed: false,
-
-  /**
-    @property isDestroying
-    @default false
-  */
-  isDestroying: false,
-
-  /**
-    Destroys an object by setting the `isDestroyed` flag and removing its
-    metadata, which effectively destroys observers and bindings.
-
-    If you try to set a property on a destroyed object, an exception will be
-    raised.
-
-    Note that destruction is scheduled for the end of the run loop and does not
-    happen immediately.
-
-    @method destroy
-    @return {Ember.Object} receiver
-  */
-  destroy: function() {
-    if (this.isDestroying) { return; }
-
-    this.isDestroying = true;
-
-    if (this.willDestroy) { this.willDestroy(); }
-
-    schedule('destroy', this, this._scheduledDestroy);
-    return this;
-  },
-
-  /**
-    @private
-
-    Invoked by the run loop to actually destroy the object. This is
-    scheduled for execution by the `destroy` method.
-
-    @method _scheduledDestroy
-  */
-  _scheduledDestroy: function() {
-    destroy(this);
-    set(this, 'isDestroyed', true);
-
-    if (this.didDestroy) { this.didDestroy(); }
-  },
-
-  bind: function(to, from) {
-    if (!(from instanceof Ember.Binding)) { from = Ember.Binding.from(from); }
-    from.to(to).connect(this);
-    return from;
-  },
-
-  /**
-    Returns a string representation which attempts to provide more information
-    than Javascript's `toString` typically does, in a generic way for all Ember
-    objects.
-
-        App.Person = Em.Object.extend()
-        person = App.Person.create()
-        person.toString() //=> "<App.Person:ember1024>"
-
-    If the object's class is not defined on an Ember namespace, it will
-    indicate it is a subclass of the registered superclass:
-
-        Student = App.Person.extend()
-        student = Student.create()
-        student.toString() //=> "<(subclass of App.Person):ember1025>"
-
-    If the method `toStringExtension` is defined, its return value will be
-    included in the output.
-
-        App.Teacher = App.Person.extend({
-          toStringExtension: function(){
-            return this.get('fullName');
-          }
-        });
-        teacher = App.Teacher.create()
-        teacher.toString(); // #=> "<App.Teacher:ember1026:Tom Dale>"
-
-    @method toString
-    @return {String} string representation
-  */
-  toString: function toString() {
-    var hasToStringExtension = typeof this.toStringExtension === 'function',
-        extension = hasToStringExtension ? ":" + this.toStringExtension() : '';
-    var ret = '<'+this.constructor.toString()+':'+guidFor(this)+extension+'>';
-    this.toString = makeToString(ret);
-    return ret;
-  }
-});
-
-function makeToString(ret) {
-  return function() { return ret; };
-}
-
-if (Ember.config.overridePrototypeMixin) {
-  Ember.config.overridePrototypeMixin(CoreObject.PrototypeMixin);
-}
-
-CoreObject.__super__ = null;
-
-var ClassMixin = Mixin.create({
-
-  ClassMixin: Ember.required(),
-
-  PrototypeMixin: Ember.required(),
-
-  isClass: true,
-
-  isMethod: false,
-
-  extend: function() {
-    var Class = makeCtor(), proto;
-    Class.ClassMixin = Mixin.create(this.ClassMixin);
-    Class.PrototypeMixin = Mixin.create(this.PrototypeMixin);
-
-    Class.ClassMixin.ownerConstructor = Class;
-    Class.PrototypeMixin.ownerConstructor = Class;
-
-    reopen.apply(Class.PrototypeMixin, arguments);
-
-    Class.superclass = this;
-    Class.__super__  = this.prototype;
-
-    proto = Class.prototype = o_create(this.prototype);
-    proto.constructor = Class;
-    generateGuid(proto, 'ember');
-    meta(proto).proto = proto; // this will disable observers on prototype
-
-    Class.ClassMixin.apply(Class);
-    return Class;
-  },
-
-  createWithMixins: function() {
-    var C = this;
-    if (arguments.length>0) { this._initMixins(arguments); }
-    return new C();
-  },
-
-  create: function() {
-    var C = this;
-    if (arguments.length>0) { this._initProperties(arguments); }
-    return new C();
-  },
-
-  reopen: function() {
-    this.willReopen();
-    reopen.apply(this.PrototypeMixin, arguments);
-    return this;
-  },
-
-  reopenClass: function() {
-    reopen.apply(this.ClassMixin, arguments);
-    applyMixin(this, arguments, false);
-    return this;
-  },
-
-  detect: function(obj) {
-    if ('function' !== typeof obj) { return false; }
-    while(obj) {
-      if (obj===this) { return true; }
-      obj = obj.superclass;
-    }
-    return false;
-  },
-
-  detectInstance: function(obj) {
-    return obj instanceof this;
-  },
-
-  /**
-    In some cases, you may want to annotate computed properties with additional
-    metadata about how they function or what values they operate on. For
-    example, computed property functions may close over variables that are then
-    no longer available for introspection.
-
-    You can pass a hash of these values to a computed property like this:
-
-    ```javascript
-    person: function() {
-      var personId = this.get('personId');
-      return App.Person.create({ id: personId });
-    }.property().meta({ type: App.Person })
-    ```
-
-    Once you've done this, you can retrieve the values saved to the computed
-    property from your class like this:
-
-    ```javascript
-    MyClass.metaForProperty('person');
-    ```
-
-    This will return the original hash that was passed to `meta()`.
-
-    @method metaForProperty
-    @param key {String} property name
-  */
-  metaForProperty: function(key) {
-    var desc = meta(this.proto(), false).descs[key];
-
-    Ember.assert("metaForProperty() could not find a computed property with key '"+key+"'.", !!desc && desc instanceof Ember.ComputedProperty);
-    return desc._meta || {};
-  },
-
-  /**
-    Iterate over each computed property for the class, passing its name
-    and any associated metadata (see `metaForProperty`) to the callback.
-
-    @method eachComputedProperty
-    @param {Function} callback
-    @param {Object} binding
-  */
-  eachComputedProperty: function(callback, binding) {
-    var proto = this.proto(),
-        descs = meta(proto).descs,
-        empty = {},
-        property;
-
-    for (var name in descs) {
-      property = descs[name];
-
-      if (property instanceof Ember.ComputedProperty) {
-        callback.call(binding || this, name, property._meta || empty);
-      }
-    }
-  }
-
-});
-
-if (Ember.config.overrideClassMixin) {
-  Ember.config.overrideClassMixin(ClassMixin);
-}
-
-CoreObject.ClassMixin = ClassMixin;
-ClassMixin.apply(CoreObject);
-
-/**
-  @class CoreObject
-  @namespace Ember
-*/
-Ember.CoreObject = CoreObject;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set, guidFor = Ember.guidFor, none = Ember.isNone;
-
-/**
-  An unordered collection of objects.
-
-  A Set works a bit like an array except that its items are not ordered. You
-  can create a set to efficiently test for membership for an object. You can
-  also iterate through a set just like an array, even accessing objects by
-  index, however there is no guarantee as to their order.
-
-  All Sets are observable via the Enumerable Observer API - which works
-  on any enumerable object including both Sets and Arrays.
-
-  ## Creating a Set
-
-  You can create a set like you would most objects using
-  `new Ember.Set()`. Most new sets you create will be empty, but you can
-  also initialize the set with some content by passing an array or other
-  enumerable of objects to the constructor.
-
-  Finally, you can pass in an existing set and the set will be copied. You
-  can also create a copy of a set by calling `Ember.Set#copy()`.
-
-  ```javascript
-  // creates a new empty set
-  var foundNames = new Ember.Set();
-
-  // creates a set with four names in it.
-  var names = new Ember.Set(["Charles", "Tom", "Juan", "Alex"]); // :P
-
-  // creates a copy of the names set.
-  var namesCopy = new Ember.Set(names);
-
-  // same as above.
-  var anotherNamesCopy = names.copy();
-  ```
-
-  ## Adding/Removing Objects
-
-  You generally add or remove objects from a set using `add()` or
-  `remove()`. You can add any type of object including primitives such as
-  numbers, strings, and booleans.
-
-  Unlike arrays, objects can only exist one time in a set. If you call `add()`
-  on a set with the same object multiple times, the object will only be added
-  once. Likewise, calling `remove()` with the same object multiple times will
-  remove the object the first time and have no effect on future calls until
-  you add the object to the set again.
-
-  NOTE: You cannot add/remove `null` or `undefined` to a set. Any attempt to do
-  so will be ignored.
-
-  In addition to add/remove you can also call `push()`/`pop()`. Push behaves
-  just like `add()` but `pop()`, unlike `remove()` will pick an arbitrary
-  object, remove it and return it. This is a good way to use a set as a job
-  queue when you don't care which order the jobs are executed in.
-
-  ## Testing for an Object
-
-  To test for an object's presence in a set you simply call
-  `Ember.Set#contains()`.
-
-  ## Observing changes
-
-  When using `Ember.Set`, you can observe the `"[]"` property to be
-  alerted whenever the content changes. You can also add an enumerable
-  observer to the set to be notified of specific objects that are added and
-  removed from the set. See `Ember.Enumerable` for more information on
-  enumerables.
-
-  This is often unhelpful. If you are filtering sets of objects, for instance,
-  it is very inefficient to re-filter all of the items each time the set
-  changes. It would be better if you could just adjust the filtered set based
-  on what was changed on the original set. The same issue applies to merging
-  sets, as well.
-
-  ## Other Methods
-
-  `Ember.Set` primary implements other mixin APIs. For a complete reference
-  on the methods you will use with `Ember.Set`, please consult these mixins.
-  The most useful ones will be `Ember.Enumerable` and
-  `Ember.MutableEnumerable` which implement most of the common iterator
-  methods you are used to on Array.
-
-  Note that you can also use the `Ember.Copyable` and `Ember.Freezable`
-  APIs on `Ember.Set` as well. Once a set is frozen it can no longer be
-  modified. The benefit of this is that when you call `frozenCopy()` on it,
-  Ember will avoid making copies of the set. This allows you to write
-  code that can know with certainty when the underlying set data will or
-  will not be modified.
-
-  @class Set
-  @namespace Ember
-  @extends Ember.CoreObject
-  @uses Ember.MutableEnumerable
-  @uses Ember.Copyable
-  @uses Ember.Freezable
-  @since Ember 0.9
-*/
-Ember.Set = Ember.CoreObject.extend(Ember.MutableEnumerable, Ember.Copyable, Ember.Freezable,
-  /** @scope Ember.Set.prototype */ {
-
-  // ..........................................................
-  // IMPLEMENT ENUMERABLE APIS
-  //
-
-  /**
-    This property will change as the number of objects in the set changes.
-
-    @property length
-    @type number
-    @default 0
-  */
-  length: 0,
-
-  /**
-    Clears the set. This is useful if you want to reuse an existing set
-    without having to recreate it.
-
-    ```javascript
-    var colors = new Ember.Set(["red", "green", "blue"]);
-    colors.length;  // 3
-    colors.clear();
-    colors.length;  // 0
-    ```
-
-    @method clear
-    @return {Ember.Set} An empty Set
-  */
-  clear: function() {
-    if (this.isFrozen) { throw new Error(Ember.FROZEN_ERROR); }
-
-    var len = get(this, 'length');
-    if (len === 0) { return this; }
-
-    var guid;
-
-    this.enumerableContentWillChange(len, 0);
-    Ember.propertyWillChange(this, 'firstObject');
-    Ember.propertyWillChange(this, 'lastObject');
-
-    for (var i=0; i < len; i++){
-      guid = guidFor(this[i]);
-      delete this[guid];
-      delete this[i];
-    }
-
-    set(this, 'length', 0);
-
-    Ember.propertyDidChange(this, 'firstObject');
-    Ember.propertyDidChange(this, 'lastObject');
-    this.enumerableContentDidChange(len, 0);
-
-    return this;
-  },
-
-  /**
-    Returns true if the passed object is also an enumerable that contains the
-    same objects as the receiver.
-
-    ```javascript
-    var colors = ["red", "green", "blue"],
-        same_colors = new Ember.Set(colors);
-
-    same_colors.isEqual(colors);               // true
-    same_colors.isEqual(["purple", "brown"]);  // false
-    ```
-
-    @method isEqual
-    @param {Ember.Set} obj the other object.
-    @return {Boolean}
-  */
-  isEqual: function(obj) {
-    // fail fast
-    if (!Ember.Enumerable.detect(obj)) return false;
-
-    var loc = get(this, 'length');
-    if (get(obj, 'length') !== loc) return false;
-
-    while(--loc >= 0) {
-      if (!obj.contains(this[loc])) return false;
-    }
-
-    return true;
-  },
-
-  /**
-    Adds an object to the set. Only non-`null` objects can be added to a set
-    and those can only be added once. If the object is already in the set or
-    the passed value is null this method will have no effect.
-
-    This is an alias for `Ember.MutableEnumerable.addObject()`.
-
-    ```javascript
-    var colors = new Ember.Set();
-    colors.add("blue");     // ["blue"]
-    colors.add("blue");     // ["blue"]
-    colors.add("red");      // ["blue", "red"]
-    colors.add(null);       // ["blue", "red"]
-    colors.add(undefined);  // ["blue", "red"]
-    ```
-
-    @method add
-    @param {Object} obj The object to add.
-    @return {Ember.Set} The set itself.
-  */
-  add: Ember.aliasMethod('addObject'),
-
-  /**
-    Removes the object from the set if it is found. If you pass a `null` value
-    or an object that is already not in the set, this method will have no
-    effect. This is an alias for `Ember.MutableEnumerable.removeObject()`.
-
-    ```javascript
-    var colors = new Ember.Set(["red", "green", "blue"]);
-    colors.remove("red");     // ["blue", "green"]
-    colors.remove("purple");  // ["blue", "green"]
-    colors.remove(null);      // ["blue", "green"]
-    ```
-
-    @method remove
-    @param {Object} obj The object to remove
-    @return {Ember.Set} The set itself.
-  */
-  remove: Ember.aliasMethod('removeObject'),
-
-  /**
-    Removes the last element from the set and returns it, or `null` if it's empty.
-
-    ```javascript
-    var colors = new Ember.Set(["green", "blue"]);
-    colors.pop();  // "blue"
-    colors.pop();  // "green"
-    colors.pop();  // null
-    ```
-
-    @method pop
-    @return {Object} The removed object from the set or null.
-  */
-  pop: function() {
-    if (get(this, 'isFrozen')) throw new Error(Ember.FROZEN_ERROR);
-    var obj = this.length > 0 ? this[this.length-1] : null;
-    this.remove(obj);
-    return obj;
-  },
-
-  /**
-    Inserts the given object on to the end of the set. It returns
-    the set itself.
-
-    This is an alias for `Ember.MutableEnumerable.addObject()`.
-
-    ```javascript
-    var colors = new Ember.Set();
-    colors.push("red");   // ["red"]
-    colors.push("green"); // ["red", "green"]
-    colors.push("blue");  // ["red", "green", "blue"]
-    ```
-
-    @method push
-    @return {Ember.Set} The set itself.
-  */
-  push: Ember.aliasMethod('addObject'),
-
-  /**
-    Removes the last element from the set and returns it, or `null` if it's empty.
-
-    This is an alias for `Ember.Set.pop()`.
-
-    ```javascript
-    var colors = new Ember.Set(["green", "blue"]);
-    colors.shift();  // "blue"
-    colors.shift();  // "green"
-    colors.shift();  // null
-    ```
-
-    @method shift
-    @return {Object} The removed object from the set or null.
-  */
-  shift: Ember.aliasMethod('pop'),
-
-  /**
-    Inserts the given object on to the end of the set. It returns
-    the set itself.
-
-    This is an alias of `Ember.Set.push()`
-
-    ```javascript
-    var colors = new Ember.Set();
-    colors.unshift("red");    // ["red"]
-    colors.unshift("green");  // ["red", "green"]
-    colors.unshift("blue");   // ["red", "green", "blue"]
-    ```
-
-    @method unshift
-    @return {Ember.Set} The set itself.
-  */
-  unshift: Ember.aliasMethod('push'),
-
-  /**
-    Adds each object in the passed enumerable to the set.
-
-    This is an alias of `Ember.MutableEnumerable.addObjects()`
-
-    ```javascript
-    var colors = new Ember.Set();
-    colors.addEach(["red", "green", "blue"]);  // ["red", "green", "blue"]
-    ```
-
-    @method addEach
-    @param {Ember.Enumerable} objects the objects to add.
-    @return {Ember.Set} The set itself.
-  */
-  addEach: Ember.aliasMethod('addObjects'),
-
-  /**
-    Removes each object in the passed enumerable to the set.
-
-    This is an alias of `Ember.MutableEnumerable.removeObjects()`
-
-    ```javascript
-    var colors = new Ember.Set(["red", "green", "blue"]);
-    colors.removeEach(["red", "blue"]);  //  ["green"]
-    ```
-
-    @method removeEach
-    @param {Ember.Enumerable} objects the objects to remove.
-    @return {Ember.Set} The set itself.
-  */
-  removeEach: Ember.aliasMethod('removeObjects'),
-
-  // ..........................................................
-  // PRIVATE ENUMERABLE SUPPORT
-  //
-
-  init: function(items) {
-    this._super();
-    if (items) this.addObjects(items);
-  },
-
-  // implement Ember.Enumerable
-  nextObject: function(idx) {
-    return this[idx];
-  },
-
-  // more optimized version
-  firstObject: Ember.computed(function() {
-    return this.length > 0 ? this[0] : undefined;
-  }),
-
-  // more optimized version
-  lastObject: Ember.computed(function() {
-    return this.length > 0 ? this[this.length-1] : undefined;
-  }),
-
-  // implements Ember.MutableEnumerable
-  addObject: function(obj) {
-    if (get(this, 'isFrozen')) throw new Error(Ember.FROZEN_ERROR);
-    if (none(obj)) return this; // nothing to do
-
-    var guid = guidFor(obj),
-        idx  = this[guid],
-        len  = get(this, 'length'),
-        added ;
-
-    if (idx>=0 && idx<len && (this[idx] === obj)) return this; // added
-
-    added = [obj];
-
-    this.enumerableContentWillChange(null, added);
-    Ember.propertyWillChange(this, 'lastObject');
-
-    len = get(this, 'length');
-    this[guid] = len;
-    this[len] = obj;
-    set(this, 'length', len+1);
-
-    Ember.propertyDidChange(this, 'lastObject');
-    this.enumerableContentDidChange(null, added);
-
-    return this;
-  },
-
-  // implements Ember.MutableEnumerable
-  removeObject: function(obj) {
-    if (get(this, 'isFrozen')) throw new Error(Ember.FROZEN_ERROR);
-    if (none(obj)) return this; // nothing to do
-
-    var guid = guidFor(obj),
-        idx  = this[guid],
-        len = get(this, 'length'),
-        isFirst = idx === 0,
-        isLast = idx === len-1,
-        last, removed;
-
-
-    if (idx>=0 && idx<len && (this[idx] === obj)) {
-      removed = [obj];
-
-      this.enumerableContentWillChange(removed, null);
-      if (isFirst) { Ember.propertyWillChange(this, 'firstObject'); }
-      if (isLast)  { Ember.propertyWillChange(this, 'lastObject'); }
-
-      // swap items - basically move the item to the end so it can be removed
-      if (idx < len-1) {
-        last = this[len-1];
-        this[idx] = last;
-        this[guidFor(last)] = idx;
-      }
-
-      delete this[guid];
-      delete this[len-1];
-      set(this, 'length', len-1);
-
-      if (isFirst) { Ember.propertyDidChange(this, 'firstObject'); }
-      if (isLast)  { Ember.propertyDidChange(this, 'lastObject'); }
-      this.enumerableContentDidChange(removed, null);
-    }
-
-    return this;
-  },
-
-  // optimized version
-  contains: function(obj) {
-    return this[guidFor(obj)]>=0;
-  },
-
-  copy: function() {
-    var C = this.constructor, ret = new C(), loc = get(this, 'length');
-    set(ret, 'length', loc);
-    while(--loc>=0) {
-      ret[loc] = this[loc];
-      ret[guidFor(this[loc])] = loc;
-    }
-    return ret;
-  },
-
-  toString: function() {
-    var len = this.length, idx, array = [];
-    for(idx = 0; idx < len; idx++) {
-      array[idx] = this[idx];
-    }
-    return "Ember.Set<%@>".fmt(array.join(','));
-  }
-
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-/**
-  `Ember.Object` is the main base class for all Ember objects. It is a subclass
-  of `Ember.CoreObject` with the `Ember.Observable` mixin applied. For details,
-  see the documentation for each of these.
-
-  @class Object
-  @namespace Ember
-  @extends Ember.CoreObject
-  @uses Ember.Observable
-*/
-Ember.Object = Ember.CoreObject.extend(Ember.Observable);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, indexOf = Ember.ArrayPolyfills.indexOf;
-
-/**
-  A Namespace is an object usually used to contain other objects or methods
-  such as an application or framework. Create a namespace anytime you want
-  to define one of these new containers.
-
-  # Example Usage
-
-  ```javascript
-  MyFramework = Ember.Namespace.create({
-    VERSION: '1.0.0'
-  });
-  ```
-
-  @class Namespace
-  @namespace Ember
-  @extends Ember.Object
-*/
-var Namespace = Ember.Namespace = Ember.Object.extend({
-  isNamespace: true,
-
-  init: function() {
-    Ember.Namespace.NAMESPACES.push(this);
-    Ember.Namespace.PROCESSED = false;
-  },
-
-  toString: function() {
-    var name = get(this, 'name');
-    if (name) { return name; }
-
-    findNamespaces();
-    return this[Ember.GUID_KEY+'_name'];
-  },
-
-  nameClasses: function() {
-    processNamespace([this.toString()], this, {});
-  },
-
-  destroy: function() {
-    var namespaces = Ember.Namespace.NAMESPACES;
-    Ember.lookup[this.toString()] = undefined;
-    namespaces.splice(indexOf.call(namespaces, this), 1);
-    this._super();
-  }
-});
-
-Namespace.reopenClass({
-  NAMESPACES: [Ember],
-  PROCESSED: false,
-  processAll: processAllNamespaces
-});
-
-var hasOwnProp = ({}).hasOwnProperty,
-    guidFor = Ember.guidFor;
-
-function processNamespace(paths, root, seen) {
-  var idx = paths.length;
-
-  // Loop over all of the keys in the namespace, looking for classes
-  for(var key in root) {
-    if (!hasOwnProp.call(root, key)) { continue; }
-    var obj = root[key];
-
-    // If we are processing the `Ember` namespace, for example, the
-    // `paths` will start with `["Ember"]`. Every iteration through
-    // the loop will update the **second** element of this list with
-    // the key, so processing `Ember.View` will make the Array
-    // `['Ember', 'View']`.
-    paths[idx] = key;
-
-    // If we have found an unprocessed class
-    if (obj && obj.toString === classToString) {
-      // Replace the class' `toString` with the dot-separated path
-      // and set its `NAME_KEY`
-      obj.toString = makeToString(paths.join('.'));
-      obj[NAME_KEY] = paths.join('.');
-
-    // Support nested namespaces
-    } else if (obj && obj.isNamespace) {
-      // Skip aliased namespaces
-      if (seen[guidFor(obj)]) { continue; }
-      seen[guidFor(obj)] = true;
-
-      // Process the child namespace
-      processNamespace(paths, obj, seen);
-    }
-  }
-
-  paths.length = idx; // cut out last item
-}
-
-function findNamespaces() {
-  var Namespace = Ember.Namespace, lookup = Ember.lookup, obj, isNamespace;
-
-  if (Namespace.PROCESSED) { return; }
-
-  for (var prop in lookup) {
-    // These don't raise exceptions but can cause warnings
-    if (prop === "parent" || prop === "top" || prop === "frameElement") { continue; }
-
-    //  get(window.globalStorage, 'isNamespace') would try to read the storage for domain isNamespace and cause exception in Firefox.
-    // globalStorage is a storage obsoleted by the WhatWG storage specification. See https://developer.mozilla.org/en/DOM/Storage#globalStorage
-    if (prop === "globalStorage" && lookup.StorageList && lookup.globalStorage instanceof lookup.StorageList) { continue; }
-    // Unfortunately, some versions of IE don't support window.hasOwnProperty
-    if (lookup.hasOwnProperty && !lookup.hasOwnProperty(prop)) { continue; }
-
-    // At times we are not allowed to access certain properties for security reasons.
-    // There are also times where even if we can access them, we are not allowed to access their properties.
-    try {
-      obj = Ember.lookup[prop];
-      isNamespace = obj && obj.isNamespace;
-    } catch (e) {
-      continue;
-    }
-
-    if (isNamespace) {
-      Ember.deprecate("Namespaces should not begin with lowercase.", /^[A-Z]/.test(prop));
-      obj[NAME_KEY] = prop;
-    }
-  }
-}
-
-var NAME_KEY = Ember.NAME_KEY = Ember.GUID_KEY + '_name';
-
-function superClassString(mixin) {
-  var superclass = mixin.superclass;
-  if (superclass) {
-    if (superclass[NAME_KEY]) { return superclass[NAME_KEY]; }
-    else { return superClassString(superclass); }
-  } else {
-    return;
-  }
-}
-
-function classToString() {
-  if (!Ember.BOOTED && !this[NAME_KEY]) {
-    processAllNamespaces();
-  }
-
-  var ret;
-
-  if (this[NAME_KEY]) {
-    ret = this[NAME_KEY];
-  } else {
-    var str = superClassString(this);
-    if (str) {
-      ret = "(subclass of " + str + ")";
-    } else {
-      ret = "(unknown mixin)";
-    }
-    this.toString = makeToString(ret);
-  }
-
-  return ret;
-}
-
-function processAllNamespaces() {
-  if (!Namespace.PROCESSED) {
-    findNamespaces();
-    Namespace.PROCESSED = true;
-  }
-
-  if (Ember.anyUnprocessedMixins) {
-    var namespaces = Namespace.NAMESPACES, namespace;
-    for (var i=0, l=namespaces.length; i<l; i++) {
-      namespace = namespaces[i];
-      processNamespace([namespace.toString()], namespace, {});
-    }
-
-    Ember.anyUnprocessedMixins = false;
-  }
-}
-
-function makeToString(ret) {
-  return function() { return ret; };
-}
-
-Ember.Mixin.prototype.toString = classToString;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-/**
-  Defines a namespace that will contain an executable application. This is
-  very similar to a normal namespace except that it is expected to include at
-  least a 'ready' function which can be run to initialize the application.
-
-  Currently `Ember.Application` is very similar to `Ember.Namespace.`  However,
-  this class may be augmented by additional frameworks so it is important to
-  use this instance when building new applications.
-
-  # Example Usage
-
-  ```javascript
-  MyApp = Ember.Application.create({
-    VERSION: '1.0.0',
-    store: Ember.Store.create().from(Ember.fixtures)
-  });
-
-  MyApp.ready = function() {
-    //..init code goes here...
-  }
-  ```
-
-  @class Application
-  @namespace Ember
-  @extends Ember.Namespace
-*/
-Ember.Application = Ember.Namespace.extend();
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  An ArrayProxy wraps any other object that implements `Ember.Array` and/or
-  `Ember.MutableArray,` forwarding all requests. This makes it very useful for
-  a number of binding use cases or other cases where being able to swap
-  out the underlying array is useful.
-
-  A simple example of usage:
-
-  ```javascript
-  var pets = ['dog', 'cat', 'fish'];
-  var ap = Ember.ArrayProxy.create({ content: Ember.A(pets) });
-
-  ap.get('firstObject');                        // 'dog'
-  ap.set('content', ['amoeba', 'paramecium']);
-  ap.get('firstObject');                        // 'amoeba'
-  ```
-
-  This class can also be useful as a layer to transform the contents of
-  an array, as they are accessed. This can be done by overriding
-  `objectAtContent`:
-
-  ```javascript
-  var pets = ['dog', 'cat', 'fish'];
-  var ap = Ember.ArrayProxy.create({
-      content: Ember.A(pets),
-      objectAtContent: function(idx) {
-          return this.get('content').objectAt(idx).toUpperCase();
-      }
-  });
-
-  ap.get('firstObject'); // . 'DOG'
-  ```
-
-  @class ArrayProxy
-  @namespace Ember
-  @extends Ember.Object
-  @uses Ember.MutableArray
-*/
-Ember.ArrayProxy = Ember.Object.extend(Ember.MutableArray,
-/** @scope Ember.ArrayProxy.prototype */ {
-
-  /**
-    The content array. Must be an object that implements `Ember.Array` and/or
-    `Ember.MutableArray.`
-
-    @property content
-    @type Ember.Array
-  */
-  content: null,
-
-  /**
-   The array that the proxy pretends to be. In the default `ArrayProxy`
-   implementation, this and `content` are the same. Subclasses of `ArrayProxy`
-   can override this property to provide things like sorting and filtering.
-
-   @property arrangedContent
-  */
-  arrangedContent: Ember.computed('content', function() {
-    return get(this, 'content');
-  }),
-
-  /**
-    Should actually retrieve the object at the specified index from the
-    content. You can override this method in subclasses to transform the
-    content item to something new.
-
-    This method will only be called if content is non-`null`.
-
-    @method objectAtContent
-    @param {Number} idx The index to retrieve.
-    @return {Object} the value or undefined if none found
-  */
-  objectAtContent: function(idx) {
-    return get(this, 'arrangedContent').objectAt(idx);
-  },
-
-  /**
-    Should actually replace the specified objects on the content array.
-    You can override this method in subclasses to transform the content item
-    into something new.
-
-    This method will only be called if content is non-`null`.
-
-    @method replaceContent
-    @param {Number} idx The starting index
-    @param {Number} amt The number of items to remove from the content.
-    @param {Array} objects Optional array of objects to insert or null if no
-      objects.
-    @return {void}
-  */
-  replaceContent: function(idx, amt, objects) {
-    get(this, 'content').replace(idx, amt, objects);
-  },
-
-  /**
-    @private
-
-    Invoked when the content property is about to change. Notifies observers that the
-    entire array content will change.
-
-    @method _contentWillChange
-  */
-  _contentWillChange: Ember.beforeObserver(function() {
-    this._teardownContent();
-  }, 'content'),
-
-  _teardownContent: function() {
-    var content = get(this, 'content');
-
-    if (content) {
-      content.removeArrayObserver(this, {
-        willChange: 'contentArrayWillChange',
-        didChange: 'contentArrayDidChange'
-      });
-    }
-  },
-
-  contentArrayWillChange: Ember.K,
-  contentArrayDidChange: Ember.K,
-
-  /**
-    @private
-
-    Invoked when the content property changes. Notifies observers that the
-    entire array content has changed.
-
-    @method _contentDidChange
-  */
-  _contentDidChange: Ember.observer(function() {
-    var content = get(this, 'content');
-
-    Ember.assert("Can't set ArrayProxy's content to itself", content !== this);
-
-    this._setupContent();
-  }, 'content'),
-
-  _setupContent: function() {
-    var content = get(this, 'content');
-
-    if (content) {
-      content.addArrayObserver(this, {
-        willChange: 'contentArrayWillChange',
-        didChange: 'contentArrayDidChange'
-      });
-    }
-  },
-
-  _arrangedContentWillChange: Ember.beforeObserver(function() {
-    var arrangedContent = get(this, 'arrangedContent'),
-        len = arrangedContent ? get(arrangedContent, 'length') : 0;
-
-    this.arrangedContentArrayWillChange(this, 0, len, undefined);
-    this.arrangedContentWillChange(this);
-
-    this._teardownArrangedContent(arrangedContent);
-  }, 'arrangedContent'),
-
-  _arrangedContentDidChange: Ember.observer(function() {
-    var arrangedContent = get(this, 'arrangedContent'),
-        len = arrangedContent ? get(arrangedContent, 'length') : 0;
-
-    Ember.assert("Can't set ArrayProxy's content to itself", arrangedContent !== this);
-
-    this._setupArrangedContent();
-
-    this.arrangedContentDidChange(this);
-    this.arrangedContentArrayDidChange(this, 0, undefined, len);
-  }, 'arrangedContent'),
-
-  _setupArrangedContent: function() {
-    var arrangedContent = get(this, 'arrangedContent');
-
-    if (arrangedContent) {
-      arrangedContent.addArrayObserver(this, {
-        willChange: 'arrangedContentArrayWillChange',
-        didChange: 'arrangedContentArrayDidChange'
-      });
-    }
-  },
-
-  _teardownArrangedContent: function() {
-    var arrangedContent = get(this, 'arrangedContent');
-
-    if (arrangedContent) {
-      arrangedContent.removeArrayObserver(this, {
-        willChange: 'arrangedContentArrayWillChange',
-        didChange: 'arrangedContentArrayDidChange'
-      });
-    }
-  },
-
-  arrangedContentWillChange: Ember.K,
-  arrangedContentDidChange: Ember.K,
-
-  objectAt: function(idx) {
-    return get(this, 'content') && this.objectAtContent(idx);
-  },
-
-  length: Ember.computed(function() {
-    var arrangedContent = get(this, 'arrangedContent');
-    return arrangedContent ? get(arrangedContent, 'length') : 0;
-    // No dependencies since Enumerable notifies length of change
-  }),
-
-  replace: function(idx, amt, objects) {
-    Ember.assert('The content property of '+ this.constructor + ' should be set before modifying it', this.get('content'));
-    if (get(this, 'content')) this.replaceContent(idx, amt, objects);
-    return this;
-  },
-
-  arrangedContentArrayWillChange: function(item, idx, removedCnt, addedCnt) {
-    this.arrayContentWillChange(idx, removedCnt, addedCnt);
-  },
-
-  arrangedContentArrayDidChange: function(item, idx, removedCnt, addedCnt) {
-    this.arrayContentDidChange(idx, removedCnt, addedCnt);
-  },
-
-  init: function() {
-    this._super();
-    this._setupContent();
-    this._setupArrangedContent();
-  },
-
-  willDestroy: function() {
-    this._teardownArrangedContent();
-    this._teardownContent();
-  }
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get,
-    set = Ember.set,
-    fmt = Ember.String.fmt,
-    addBeforeObserver = Ember.addBeforeObserver,
-    addObserver = Ember.addObserver,
-    removeBeforeObserver = Ember.removeBeforeObserver,
-    removeObserver = Ember.removeObserver,
-    propertyWillChange = Ember.propertyWillChange,
-    propertyDidChange = Ember.propertyDidChange;
-
-function contentPropertyWillChange(content, contentKey) {
-  var key = contentKey.slice(8); // remove "content."
-  if (key in this) { return; }  // if shadowed in proxy
-  propertyWillChange(this, key);
-}
-
-function contentPropertyDidChange(content, contentKey) {
-  var key = contentKey.slice(8); // remove "content."
-  if (key in this) { return; } // if shadowed in proxy
-  propertyDidChange(this, key);
-}
-
-/**
-  `Ember.ObjectProxy` forwards all properties not defined by the proxy itself
-  to a proxied `content` object.
-
-  ```javascript
-  object = Ember.Object.create({
-    name: 'Foo'
-  });
-
-  proxy = Ember.ObjectProxy.create({
-    content: object
-  });
-
-  // Access and change existing properties
-  proxy.get('name')          // 'Foo'
-  proxy.set('name', 'Bar');
-  object.get('name')         // 'Bar'
-
-  // Create new 'description' property on `object`
-  proxy.set('description', 'Foo is a whizboo baz');
-  object.get('description')  // 'Foo is a whizboo baz'
-  ```
-
-  While `content` is unset, setting a property to be delegated will throw an
-  Error.
-
-  ```javascript
-  proxy = Ember.ObjectProxy.create({
-    content: null,
-    flag: null
-  });
-  proxy.set('flag', true);
-  proxy.get('flag');         // true
-  proxy.get('foo');          // undefined
-  proxy.set('foo', 'data');  // throws Error
-  ```
-
-  Delegated properties can be bound to and will change when content is updated.
-
-  Computed properties on the proxy itself can depend on delegated properties.
-
-  ```javascript
-  ProxyWithComputedProperty = Ember.ObjectProxy.extend({
-    fullName: function () {
-      var firstName = this.get('firstName'),
-          lastName = this.get('lastName');
-      if (firstName && lastName) {
-        return firstName + ' ' + lastName;
-      }
-      return firstName || lastName;
-    }.property('firstName', 'lastName')
-  });
-
-  proxy = ProxyWithComputedProperty.create();
-
-  proxy.get('fullName');  // undefined
-  proxy.set('content', {
-    firstName: 'Tom', lastName: 'Dale'
-  }); // triggers property change for fullName on proxy
-
-  proxy.get('fullName');  // 'Tom Dale'
-  ```
-
-  @class ObjectProxy
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.ObjectProxy = Ember.Object.extend(
-/** @scope Ember.ObjectProxy.prototype */ {
-  /**
-    The object whose properties will be forwarded.
-
-    @property content
-    @type Ember.Object
-    @default null
-  */
-  content: null,
-  _contentDidChange: Ember.observer(function() {
-    Ember.assert("Can't set ObjectProxy's content to itself", this.get('content') !== this);
-  }, 'content'),
-
-  willWatchProperty: function (key) {
-    var contentKey = 'content.' + key;
-    addBeforeObserver(this, contentKey, null, contentPropertyWillChange);
-    addObserver(this, contentKey, null, contentPropertyDidChange);
-  },
-
-  didUnwatchProperty: function (key) {
-    var contentKey = 'content.' + key;
-    removeBeforeObserver(this, contentKey, null, contentPropertyWillChange);
-    removeObserver(this, contentKey, null, contentPropertyDidChange);
-  },
-
-  unknownProperty: function (key) {
-    var content = get(this, 'content');
-    if (content) {
-      return get(content, key);
-    }
-  },
-
-  setUnknownProperty: function (key, value) {
-    var content = get(this, 'content');
-    Ember.assert(fmt("Cannot delegate set('%@', %@) to the 'content' property of object proxy %@: its 'content' is undefined.", [key, value, this]), content);
-    return set(content, key, value);
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-var set = Ember.set, get = Ember.get, guidFor = Ember.guidFor;
-var forEach = Ember.EnumerableUtils.forEach;
-
-var EachArray = Ember.Object.extend(Ember.Array, {
-
-  init: function(content, keyName, owner) {
-    this._super();
-    this._keyName = keyName;
-    this._owner   = owner;
-    this._content = content;
-  },
-
-  objectAt: function(idx) {
-    var item = this._content.objectAt(idx);
-    return item && get(item, this._keyName);
-  },
-
-  length: Ember.computed(function() {
-    var content = this._content;
-    return content ? get(content, 'length') : 0;
-  })
-
-});
-
-var IS_OBSERVER = /^.+:(before|change)$/;
-
-function addObserverForContentKey(content, keyName, proxy, idx, loc) {
-  var objects = proxy._objects, guid;
-  if (!objects) objects = proxy._objects = {};
-
-  while(--loc>=idx) {
-    var item = content.objectAt(loc);
-    if (item) {
-      Ember.addBeforeObserver(item, keyName, proxy, 'contentKeyWillChange');
-      Ember.addObserver(item, keyName, proxy, 'contentKeyDidChange');
-
-      // keep track of the indicies each item was found at so we can map
-      // it back when the obj changes.
-      guid = guidFor(item);
-      if (!objects[guid]) objects[guid] = [];
-      objects[guid].push(loc);
-    }
-  }
-}
-
-function removeObserverForContentKey(content, keyName, proxy, idx, loc) {
-  var objects = proxy._objects;
-  if (!objects) objects = proxy._objects = {};
-  var indicies, guid;
-
-  while(--loc>=idx) {
-    var item = content.objectAt(loc);
-    if (item) {
-      Ember.removeBeforeObserver(item, keyName, proxy, 'contentKeyWillChange');
-      Ember.removeObserver(item, keyName, proxy, 'contentKeyDidChange');
-
-      guid = guidFor(item);
-      indicies = objects[guid];
-      indicies[indicies.indexOf(loc)] = null;
-    }
-  }
-}
-
-/**
-  This is the object instance returned when you get the `@each` property on an
-  array. It uses the unknownProperty handler to automatically create
-  EachArray instances for property names.
-
-  @private
-  @class EachProxy
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.EachProxy = Ember.Object.extend({
-
-  init: function(content) {
-    this._super();
-    this._content = content;
-    content.addArrayObserver(this);
-
-    // in case someone is already observing some keys make sure they are
-    // added
-    forEach(Ember.watchedEvents(this), function(eventName) {
-      this.didAddListener(eventName);
-    }, this);
-  },
-
-  /**
-    You can directly access mapped properties by simply requesting them.
-    The `unknownProperty` handler will generate an EachArray of each item.
-
-    @method unknownProperty
-    @param keyName {String}
-    @param value {anything}
-  */
-  unknownProperty: function(keyName, value) {
-    var ret;
-    ret = new EachArray(this._content, keyName, this);
-    Ember.defineProperty(this, keyName, null, ret);
-    this.beginObservingContentKey(keyName);
-    return ret;
-  },
-
-  // ..........................................................
-  // ARRAY CHANGES
-  // Invokes whenever the content array itself changes.
-
-  arrayWillChange: function(content, idx, removedCnt, addedCnt) {
-    var keys = this._keys, key, array, lim;
-
-    lim = removedCnt>0 ? idx+removedCnt : -1;
-    Ember.beginPropertyChanges(this);
-
-    for(key in keys) {
-      if (!keys.hasOwnProperty(key)) { continue; }
-
-      if (lim>0) removeObserverForContentKey(content, key, this, idx, lim);
-
-      Ember.propertyWillChange(this, key);
-    }
-
-    Ember.propertyWillChange(this._content, '@each');
-    Ember.endPropertyChanges(this);
-  },
-
-  arrayDidChange: function(content, idx, removedCnt, addedCnt) {
-    var keys = this._keys, key, array, lim;
-
-    lim = addedCnt>0 ? idx+addedCnt : -1;
-    Ember.beginPropertyChanges(this);
-
-    for(key in keys) {
-      if (!keys.hasOwnProperty(key)) { continue; }
-
-      if (lim>0) addObserverForContentKey(content, key, this, idx, lim);
-
-      Ember.propertyDidChange(this, key);
-    }
-
-    Ember.propertyDidChange(this._content, '@each');
-    Ember.endPropertyChanges(this);
-  },
-
-  // ..........................................................
-  // LISTEN FOR NEW OBSERVERS AND OTHER EVENT LISTENERS
-  // Start monitoring keys based on who is listening...
-
-  didAddListener: function(eventName) {
-    if (IS_OBSERVER.test(eventName)) {
-      this.beginObservingContentKey(eventName.slice(0, -7));
-    }
-  },
-
-  didRemoveListener: function(eventName) {
-    if (IS_OBSERVER.test(eventName)) {
-      this.stopObservingContentKey(eventName.slice(0, -7));
-    }
-  },
-
-  // ..........................................................
-  // CONTENT KEY OBSERVING
-  // Actual watch keys on the source content.
-
-  beginObservingContentKey: function(keyName) {
-    var keys = this._keys;
-    if (!keys) keys = this._keys = {};
-    if (!keys[keyName]) {
-      keys[keyName] = 1;
-      var content = this._content,
-          len = get(content, 'length');
-      addObserverForContentKey(content, keyName, this, 0, len);
-    } else {
-      keys[keyName]++;
-    }
-  },
-
-  stopObservingContentKey: function(keyName) {
-    var keys = this._keys;
-    if (keys && (keys[keyName]>0) && (--keys[keyName]<=0)) {
-      var content = this._content,
-          len     = get(content, 'length');
-      removeObserverForContentKey(content, keyName, this, 0, len);
-    }
-  },
-
-  contentKeyWillChange: function(obj, keyName) {
-    Ember.propertyWillChange(this, keyName);
-  },
-
-  contentKeyDidChange: function(obj, keyName) {
-    Ember.propertyDidChange(this, keyName);
-  }
-
-});
-
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-
-var get = Ember.get, set = Ember.set;
-
-// Add Ember.Array to Array.prototype. Remove methods with native
-// implementations and supply some more optimized versions of generic methods
-// because they are so common.
-var NativeArray = Ember.Mixin.create(Ember.MutableArray, Ember.Observable, Ember.Copyable, {
-
-  // because length is a built-in property we need to know to just get the
-  // original property.
-  get: function(key) {
-    if (key==='length') return this.length;
-    else if ('number' === typeof key) return this[key];
-    else return this._super(key);
-  },
-
-  objectAt: function(idx) {
-    return this[idx];
-  },
-
-  // primitive for array support.
-  replace: function(idx, amt, objects) {
-
-    if (this.isFrozen) throw Ember.FROZEN_ERROR ;
-
-    // if we replaced exactly the same number of items, then pass only the
-    // replaced range. Otherwise, pass the full remaining array length
-    // since everything has shifted
-    var len = objects ? get(objects, 'length') : 0;
-    this.arrayContentWillChange(idx, amt, len);
-
-    if (!objects || objects.length === 0) {
-      this.splice(idx, amt) ;
-    } else {
-      var args = [idx, amt].concat(objects) ;
-      this.splice.apply(this,args) ;
-    }
-
-    this.arrayContentDidChange(idx, amt, len);
-    return this ;
-  },
-
-  // If you ask for an unknown property, then try to collect the value
-  // from member items.
-  unknownProperty: function(key, value) {
-    var ret;// = this.reducedProperty(key, value) ;
-    if ((value !== undefined) && ret === undefined) {
-      ret = this[key] = value;
-    }
-    return ret ;
-  },
-
-  // If browser did not implement indexOf natively, then override with
-  // specialized version
-  indexOf: function(object, startAt) {
-    var idx, len = this.length;
-
-    if (startAt === undefined) startAt = 0;
-    else startAt = (startAt < 0) ? Math.ceil(startAt) : Math.floor(startAt);
-    if (startAt < 0) startAt += len;
-
-    for(idx=startAt;idx<len;idx++) {
-      if (this[idx] === object) return idx ;
-    }
-    return -1;
-  },
-
-  lastIndexOf: function(object, startAt) {
-    var idx, len = this.length;
-
-    if (startAt === undefined) startAt = len-1;
-    else startAt = (startAt < 0) ? Math.ceil(startAt) : Math.floor(startAt);
-    if (startAt < 0) startAt += len;
-
-    for(idx=startAt;idx>=0;idx--) {
-      if (this[idx] === object) return idx ;
-    }
-    return -1;
-  },
-
-  copy: function(deep) {
-    if (deep) {
-      return this.map(function(item){ return Ember.copy(item, true); });
-    }
-
-    return this.slice();
-  }
-});
-
-// Remove any methods implemented natively so we don't override them
-var ignore = ['length'];
-Ember.EnumerableUtils.forEach(NativeArray.keys(), function(methodName) {
-  if (Array.prototype[methodName]) ignore.push(methodName);
-});
-
-if (ignore.length>0) {
-  NativeArray = NativeArray.without.apply(NativeArray, ignore);
-}
-
-/**
-  The NativeArray mixin contains the properties needed to to make the native
-  Array support Ember.MutableArray and all of its dependent APIs. Unless you
-  have `Ember.EXTEND_PROTOTYPES or `Ember.EXTEND_PROTOTYPES.Array` set to
-  false, this will be applied automatically. Otherwise you can apply the mixin
-  at anytime by calling `Ember.NativeArray.activate`.
-
-  @class NativeArray
-  @namespace Ember
-  @extends Ember.Mixin
-  @uses Ember.MutableArray
-  @uses Ember.MutableEnumerable
-  @uses Ember.Copyable
-  @uses Ember.Freezable
-*/
-Ember.NativeArray = NativeArray;
-
-/**
-  Creates an `Ember.NativeArray` from an Array like object.
-  Does not modify the original object.
-
-  @method A
-  @for Ember
-  @return {Ember.NativeArray}
-*/
-Ember.A = function(arr){
-  if (arr === undefined) { arr = []; }
-  return Ember.Array.detect(arr) ? arr : Ember.NativeArray.apply(arr);
-};
-
-/**
-  Activates the mixin on the Array.prototype if not already applied. Calling
-  this method more than once is safe.
-
-  @method activate
-  @for Ember.NativeArray
-  @static
-  @return {void}
-*/
-Ember.NativeArray.activate = function() {
-  NativeArray.apply(Array.prototype);
-
-  Ember.A = function(arr) { return arr || []; };
-};
-
-if (Ember.EXTEND_PROTOTYPES === true || Ember.EXTEND_PROTOTYPES.Array) {
-  Ember.NativeArray.activate();
-}
-
-
-})();
-
-
-
-(function() {
-var DeferredMixin = Ember.DeferredMixin, // mixins/deferred
-    EmberObject = Ember.Object,          // system/object
-    get = Ember.get;
-
-var Deferred = Ember.Object.extend(DeferredMixin);
-
-Deferred.reopenClass({
-  promise: function(callback, binding) {
-    var deferred = Deferred.create();
-    callback.call(binding, deferred);
-    return get(deferred, 'promise');
-  }
-});
-
-Ember.Deferred = Deferred;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var loadHooks = {};
-var loaded = {};
-
-/**
-@method onLoad
-@for Ember
-@param name {String} name of hook
-@param callback {Function} callback to be called
-*/
-Ember.onLoad = function(name, callback) {
-  var object;
-
-  loadHooks[name] = loadHooks[name] || Ember.A();
-  loadHooks[name].pushObject(callback);
-
-  if (object = loaded[name]) {
-    callback(object);
-  }
-};
-
-/**
-@method runLoadHooks
-@for Ember
-@param name {String} name of hook
-@param object {Object} object to pass to callbacks
-*/
-Ember.runLoadHooks = function(name, object) {
-  var hooks;
-
-  loaded[name] = object;
-
-  if (hooks = loadHooks[name]) {
-    loadHooks[name].forEach(function(callback) {
-      callback(object);
-    });
-  }
-};
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-var get = Ember.get;
-
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-/**
-  `Ember.ControllerMixin` provides a standard interface for all classes that
-  compose Ember's controller layer: `Ember.Controller`,
-  `Ember.ArrayController`, and `Ember.ObjectController`.
-
-  Within an `Ember.Router`-managed application single shared instaces of every
-  Controller object in your application's namespace will be added to the
-  application's `Ember.Router` instance. See `Ember.Application#initialize`
-  for additional information.
-
-  ## Views
-
-  By default a controller instance will be the rendering context
-  for its associated `Ember.View.` This connection is made during calls to
-  `Ember.ControllerMixin#connectOutlet`.
-
-  Within the view's template, the `Ember.View` instance can be accessed
-  through the controller with `{{view}}`.
-
-  ## Target Forwarding
-
-  By default a controller will target your application's `Ember.Router`
-  instance. Calls to `{{action}}` within the template of a controller's view
-  are forwarded to the router. See `Ember.Handlebars.helpers.action` for
-  additional information.
-
-  @class ControllerMixin
-  @namespace Ember
-  @extends Ember.Mixin
-*/
-Ember.ControllerMixin = Ember.Mixin.create({
-  /**
-    The object to which events from the view should be sent.
-
-    For example, when a Handlebars template uses the `{{action}}` helper,
-    it will attempt to send the event to the view's controller's `target`.
-
-    By default, a controller's `target` is set to the router after it is
-    instantiated by `Ember.Application#initialize`.
-
-    @property target
-    @default null
-  */
-  target: null,
-
-  container: null,
-
-  store: null,
-
-  send: function(actionName) {
-    var args = [].slice.call(arguments, 1), target;
-
-    if (this[actionName]) {
-      Ember.assert("The controller " + this + " does not have the action " + actionName, typeof this[actionName] === 'function');
-      this[actionName].apply(this, args);
-    } else if(target = get(this, 'target')) {
-      Ember.assert("The target for controller " + this + " (" + target + ") did not define a `send` method", typeof target.send === 'function');
-      target.send.apply(target, arguments);
-    }
-  }
-});
-
-/**
-  @class Controller
-  @namespace Ember
-  @extends Ember.Object
-  @uses Ember.ControllerMixin
-*/
-Ember.Controller = Ember.Object.extend(Ember.ControllerMixin);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set, forEach = Ember.EnumerableUtils.forEach;
-
-/**
-  `Ember.SortableMixin` provides a standard interface for array proxies
-  to specify a sort order and maintain this sorting when objects are added,
-  removed, or updated without changing the implicit order of their underlying
-  content array:
-
-  ```javascript
-  songs = [
-    {trackNumber: 4, title: 'Ob-La-Di, Ob-La-Da'},
-    {trackNumber: 2, title: 'Back in the U.S.S.R.'},
-    {trackNumber: 3, title: 'Glass Onion'},
-  ];
-
-  songsController = Ember.ArrayController.create({
-    content: songs,
-    sortProperties: ['trackNumber']
-  });
-
-  songsController.get('firstObject');  // {trackNumber: 2, title: 'Back in the U.S.S.R.'}
-
-  songsController.addObject({trackNumber: 1, title: 'Dear Prudence'});
-  songsController.get('firstObject');  // {trackNumber: 1, title: 'Dear Prudence'}
-  ```
-
-  @class SortableMixin
-  @namespace Ember
-  @extends Ember.Mixin
-  @uses Ember.MutableEnumerable
-*/
-Ember.SortableMixin = Ember.Mixin.create(Ember.MutableEnumerable, {
-  sortProperties: null,
-  sortAscending: true,
-
-  orderBy: function(item1, item2) {
-    var result = 0,
-        sortProperties = get(this, 'sortProperties'),
-        sortAscending = get(this, 'sortAscending');
-
-    Ember.assert("you need to define `sortProperties`", !!sortProperties);
-
-    forEach(sortProperties, function(propertyName) {
-      if (result === 0) {
-        result = Ember.compare(get(item1, propertyName), get(item2, propertyName));
-        if ((result !== 0) && !sortAscending) {
-          result = (-1) * result;
-        }
-      }
-    });
-
-    return result;
-  },
-
-  destroy: function() {
-    var content = get(this, 'content'),
-        sortProperties = get(this, 'sortProperties');
-
-    if (content && sortProperties) {
-      forEach(content, function(item) {
-        forEach(sortProperties, function(sortProperty) {
-          Ember.removeObserver(item, sortProperty, this, 'contentItemSortPropertyDidChange');
-        }, this);
-      }, this);
-    }
-
-    return this._super();
-  },
-
-  isSorted: Ember.computed('sortProperties', function() {
-    return !!get(this, 'sortProperties');
-  }),
-
-  arrangedContent: Ember.computed('content', 'sortProperties.@each', function(key, value) {
-    var content = get(this, 'content'),
-        isSorted = get(this, 'isSorted'),
-        sortProperties = get(this, 'sortProperties'),
-        self = this;
-
-    if (content && isSorted) {
-      content = content.slice();
-      content.sort(function(item1, item2) {
-        return self.orderBy(item1, item2);
-      });
-      forEach(content, function(item) {
-        forEach(sortProperties, function(sortProperty) {
-          Ember.addObserver(item, sortProperty, this, 'contentItemSortPropertyDidChange');
-        }, this);
-      }, this);
-      return Ember.A(content);
-    }
-
-    return content;
-  }),
-
-  _contentWillChange: Ember.beforeObserver(function() {
-    var content = get(this, 'content'),
-        sortProperties = get(this, 'sortProperties');
-
-    if (content && sortProperties) {
-      forEach(content, function(item) {
-        forEach(sortProperties, function(sortProperty) {
-          Ember.removeObserver(item, sortProperty, this, 'contentItemSortPropertyDidChange');
-        }, this);
-      }, this);
-    }
-
-    this._super();
-  }, 'content'),
-
-  sortAscendingWillChange: Ember.beforeObserver(function() {
-    this._lastSortAscending = get(this, 'sortAscending');
-  }, 'sortAscending'),
-
-  sortAscendingDidChange: Ember.observer(function() {
-    if (get(this, 'sortAscending') !== this._lastSortAscending) {
-      var arrangedContent = get(this, 'arrangedContent');
-      arrangedContent.reverseObjects();
-    }
-  }, 'sortAscending'),
-
-  contentArrayWillChange: function(array, idx, removedCount, addedCount) {
-    var isSorted = get(this, 'isSorted');
-
-    if (isSorted) {
-      var arrangedContent = get(this, 'arrangedContent');
-      var removedObjects = array.slice(idx, idx+removedCount);
-      var sortProperties = get(this, 'sortProperties');
-
-      forEach(removedObjects, function(item) {
-        arrangedContent.removeObject(item);
-
-        forEach(sortProperties, function(sortProperty) {
-          Ember.removeObserver(item, sortProperty, this, 'contentItemSortPropertyDidChange');
-        }, this);
-      }, this);
-    }
-
-    return this._super(array, idx, removedCount, addedCount);
-  },
-
-  contentArrayDidChange: function(array, idx, removedCount, addedCount) {
-    var isSorted = get(this, 'isSorted'),
-        sortProperties = get(this, 'sortProperties');
-
-    if (isSorted) {
-      var addedObjects = array.slice(idx, idx+addedCount);
-      var arrangedContent = get(this, 'arrangedContent');
-
-      forEach(addedObjects, function(item) {
-        this.insertItemSorted(item);
-
-        forEach(sortProperties, function(sortProperty) {
-          Ember.addObserver(item, sortProperty, this, 'contentItemSortPropertyDidChange');
-        }, this);
-      }, this);
-    }
-
-    return this._super(array, idx, removedCount, addedCount);
-  },
-
-  insertItemSorted: function(item) {
-    var arrangedContent = get(this, 'arrangedContent');
-    var length = get(arrangedContent, 'length');
-
-    var idx = this._binarySearch(item, 0, length);
-    arrangedContent.insertAt(idx, item);
-  },
-
-  contentItemSortPropertyDidChange: function(item) {
-    var arrangedContent = get(this, 'arrangedContent'),
-        oldIndex = arrangedContent.indexOf(item),
-        leftItem = arrangedContent.objectAt(oldIndex - 1),
-        rightItem = arrangedContent.objectAt(oldIndex + 1),
-        leftResult = leftItem && this.orderBy(item, leftItem),
-        rightResult = rightItem && this.orderBy(item, rightItem);
-
-    if (leftResult < 0 || rightResult > 0) {
-      arrangedContent.removeObject(item);
-      this.insertItemSorted(item);
-    }
-  },
-
-  _binarySearch: function(item, low, high) {
-    var mid, midItem, res, arrangedContent;
-
-    if (low === high) {
-      return low;
-    }
-
-    arrangedContent = get(this, 'arrangedContent');
-
-    mid = low + Math.floor((high - low) / 2);
-    midItem = arrangedContent.objectAt(mid);
-
-    res = this.orderBy(midItem, item);
-
-    if (res < 0) {
-      return this._binarySearch(item, mid+1, high);
-    } else if (res > 0) {
-      return this._binarySearch(item, low, mid);
-    }
-
-    return mid;
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-var get = Ember.get, set = Ember.set, isGlobalPath = Ember.isGlobalPath,
-    forEach = Ember.EnumerableUtils.forEach, replace = Ember.EnumerableUtils.replace;
-
-/**
-  `Ember.ArrayController` provides a way for you to publish a collection of
-  objects so that you can easily bind to the collection from a Handlebars
-  `#each` helper, an `Ember.CollectionView`, or other controllers.
-
-  The advantage of using an `ArrayController` is that you only have to set up
-  your view bindings once; to change what's displayed, simply swap out the
-  `content` property on the controller.
-
-  For example, imagine you wanted to display a list of items fetched via an XHR
-  request. Create an `Ember.ArrayController` and set its `content` property:
-
-  ```javascript
-  MyApp.listController = Ember.ArrayController.create();
-
-  $.get('people.json', function(data) {
-    MyApp.listController.set('content', data);
-  });
-  ```
-
-  Then, create a view that binds to your new controller:
-
-  ```handlebars
-  {{#each MyApp.listController}}
-    {{firstName}} {{lastName}}
-  {{/each}}
-  ```
-
-  Although you are binding to the controller, the behavior of this controller
-  is to pass through any methods or properties to the underlying array. This
-  capability comes from `Ember.ArrayProxy`, which this class inherits from.
-
-  Sometimes you want to display computed properties within the body of an
-  `#each` helper that depend on the underlying items in `content`, but are not
-  present on those items.   To do this, set `itemController` to the name of a
-  controller (probably an `ObjectController`) that will wrap each individual item.
-
-  For example:
-
-  ```handlebars
-    {{#each post in controller}}
-      <li>{{title}} ({{titleLength}} characters)</li>
-    {{/each}}
-  ```
-
-  ```javascript
-  App.PostsController = Ember.ArrayController.extend({
-    itemController: 'post'
-  });
-
-  App.PostController = Ember.ObjectController.extend({
-    // the `title` property will be proxied to the underlying post.
-
-    titleLength: function() {
-      return this.get('title').length;
-    }.property('title')
-  });
-  ```
-
-  In some cases it is helpful to return a different `itemController` depending
-  on the particular item.  Subclasses can do this by overriding
-  `lookupItemController`.
-
-  For example:
-
-  ```javascript
-  App.MyArrayController = Ember.ArrayController.extend({
-    lookupItemController: function( object ) {
-      if (object.get('isSpecial')) {
-        return "special"; // use App.SpecialController
-      } else {
-        return "regular"; // use App.RegularController
-      }
-    }
-  });
-  ```
-
-  @class ArrayController
-  @namespace Ember
-  @extends Ember.ArrayProxy
-  @uses Ember.SortableMixin
-  @uses Ember.ControllerMixin
-*/
-
-Ember.ArrayController = Ember.ArrayProxy.extend(Ember.ControllerMixin,
-  Ember.SortableMixin, {
-
-  /**
-    The controller used to wrap items, if any.
-
-    @property itemController
-    @type String
-    @default null
-  */
-  itemController: null,
-
-  /**
-    Return the name of the controller to wrap items, or `null` if items should
-    be returned directly.  The default implementation simply returns the
-    `itemController` property, but subclasses can override this method to return
-    different controllers for different objects.
-
-    For example:
-
-    ```javascript
-    App.MyArrayController = Ember.ArrayController.extend({
-      lookupItemController: function( object ) {
-        if (object.get('isSpecial')) {
-          return "special"; // use App.SpecialController
-        } else {
-          return "regular"; // use App.RegularController
-        }
-      }
-    });
-    ```
-
-    @method
-    @type String
-    @default null
-  */
-  lookupItemController: function(object) {
-    return get(this, 'itemController');
-  },
-
-  objectAtContent: function(idx) {
-    var length = get(this, 'length'),
-        object = get(this,'arrangedContent').objectAt(idx),
-        controllerClass = this.lookupItemController(object);
-
-    if (controllerClass && idx < length) {
-      return this.controllerAt(idx, object, controllerClass);
-    } else {
-      // When controllerClass is falsy we have not opted in to using item
-      // controllers, so return the object directly.  However, when
-      // controllerClass is defined but the index is out of range,  we want to
-      // return the "out of range" value, whatever that might be.  Rather than
-      // make assumptions (e.g. guessing `null` or `undefined`) we defer this to
-      // `arrangedContent`.
-      return object;
-    }
-  },
-
-  arrangedContentDidChange: function() {
-    this._super();
-    this._resetSubContainers();
-  },
-
-  arrayContentDidChange: function(idx, removedCnt, addedCnt) {
-    var subContainers = get(this, 'subContainers'),
-        subContainersToRemove = subContainers.slice(idx, idx+removedCnt);
-
-    forEach(subContainersToRemove, function(subContainer) {
-      if (subContainer) { subContainer.destroy(); }
-    });
-
-    replace(subContainers, idx, removedCnt, new Array(addedCnt));
-
-    // The shadow array of subcontainers must be updated before we trigger
-    // observers, otherwise observers will get the wrong subcontainer when
-    // calling `objectAt`
-    this._super(idx, removedCnt, addedCnt);
-  },
-
-  init: function() {
-    this._super();
-    this._resetSubContainers();
-  },
-
-  controllerAt: function(idx, object, controllerClass) {
-    var container = get(this, 'container'),
-        subContainers = get(this, 'subContainers'),
-        subContainer = subContainers[idx],
-        controller;
-
-    if (!subContainer) {
-      subContainer = subContainers[idx] = container.child();
-    }
-
-    controller = subContainer.lookup("controller:" + controllerClass);
-    if (!controller) {
-      throw new Error('Could not resolve itemController: "' + controllerClass + '"');
-    }
-
-    controller.set('target', this);
-    controller.set('content', object);
-
-    return controller;
-  },
-
-  subContainers: null,
-
-  _resetSubContainers: function() {
-    var subContainers = get(this, 'subContainers');
-
-    if (subContainers) {
-      forEach(subContainers, function(subContainer) {
-        if (subContainer) { subContainer.destroy(); }
-      });
-    }
-
-    this.set('subContainers', Ember.A());
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-runtime
-*/
-
-/**
-  `Ember.ObjectController` is part of Ember's Controller layer. A single shared
-  instance of each `Ember.ObjectController` subclass in your application's
-  namespace will be created at application initialization and be stored on your
-  application's `Ember.Router` instance.
-
-  `Ember.ObjectController` derives its functionality from its superclass
-  `Ember.ObjectProxy` and the `Ember.ControllerMixin` mixin.
-
-  @class ObjectController
-  @namespace Ember
-  @extends Ember.ObjectProxy
-  @uses Ember.ControllerMixin
-**/
-Ember.ObjectController = Ember.ObjectProxy.extend(Ember.ControllerMixin);
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-Ember Runtime
-
-@module ember
-@submodule ember-runtime
-@requires ember-metal
-*/
-
-})();
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var jQuery = Ember.imports.jQuery;
-Ember.assert("Ember Views require jQuery 1.7 (>= 1.7.2), 1.8 or 1.9", jQuery && (jQuery().jquery.match(/^1\.(7(?!$)(?!\.[01])|8|9)(\.\d+)?(pre|rc\d?)?/) || Ember.ENV.FORCE_JQUERY));
-
-/**
-  Alias for jQuery
-
-  @method $
-  @for Ember
-*/
-Ember.$ = jQuery;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-// http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dndevents
-var dragEvents = Ember.String.w('dragstart drag dragenter dragleave dragover drop dragend');
-
-// Copies the `dataTransfer` property from a browser event object onto the
-// jQuery event object for the specified events
-Ember.EnumerableUtils.forEach(dragEvents, function(eventName) {
-  Ember.$.event.fixHooks[eventName] = { props: ['dataTransfer'] };
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-/*** BEGIN METAMORPH HELPERS ***/
-
-// Internet Explorer prior to 9 does not allow setting innerHTML if the first element
-// is a "zero-scope" element. This problem can be worked around by making
-// the first node an invisible text node. We, like Modernizr, use &shy;
-var needsShy = (function(){
-  var testEl = document.createElement('div');
-  testEl.innerHTML = "<div></div>";
-  testEl.firstChild.innerHTML = "<script></script>";
-  return testEl.firstChild.innerHTML === '';
-})();
-
-// IE 8 (and likely earlier) likes to move whitespace preceeding
-// a script tag to appear after it. This means that we can
-// accidentally remove whitespace when updating a morph.
-var movesWhitespace = (function() {
-  var testEl = document.createElement('div');
-  testEl.innerHTML = "Test: <script type='text/x-placeholder'></script>Value";
-  return testEl.childNodes[0].nodeValue === 'Test:' &&
-          testEl.childNodes[2].nodeValue === ' Value';
-})();
-
-// Use this to find children by ID instead of using jQuery
-var findChildById = function(element, id) {
-  if (element.getAttribute('id') === id) { return element; }
-
-  var len = element.childNodes.length, idx, node, found;
-  for (idx=0; idx<len; idx++) {
-    node = element.childNodes[idx];
-    found = node.nodeType === 1 && findChildById(node, id);
-    if (found) { return found; }
-  }
-};
-
-var setInnerHTMLWithoutFix = function(element, html) {
-  if (needsShy) {
-    html = '&shy;' + html;
-  }
-
-  var matches = [];
-  if (movesWhitespace) {
-    // Right now we only check for script tags with ids with the
-    // goal of targeting morphs.
-    html = html.replace(/(\s+)(<script id='([^']+)')/g, function(match, spaces, tag, id) {
-      matches.push([id, spaces]);
-      return tag;
-    });
-  }
-
-  element.innerHTML = html;
-
-  // If we have to do any whitespace adjustments do them now
-  if (matches.length > 0) {
-    var len = matches.length, idx;
-    for (idx=0; idx<len; idx++) {
-      var script = findChildById(element, matches[idx][0]),
-          node = document.createTextNode(matches[idx][1]);
-      script.parentNode.insertBefore(node, script);
-    }
-  }
-
-  if (needsShy) {
-    var shyElement = element.firstChild;
-    while (shyElement.nodeType === 1 && !shyElement.nodeName) {
-      shyElement = shyElement.firstChild;
-    }
-    if (shyElement.nodeType === 3 && shyElement.nodeValue.charAt(0) === "\u00AD") {
-      shyElement.nodeValue = shyElement.nodeValue.slice(1);
-    }
-  }
-};
-
-/*** END METAMORPH HELPERS */
-
-
-var innerHTMLTags = {};
-var canSetInnerHTML = function(tagName) {
-  if (innerHTMLTags[tagName] !== undefined) {
-    return innerHTMLTags[tagName];
-  }
-
-  var canSet = true;
-
-  // IE 8 and earlier don't allow us to do innerHTML on select
-  if (tagName.toLowerCase() === 'select') {
-    var el = document.createElement('select');
-    setInnerHTMLWithoutFix(el, '<option value="test">Test</option>');
-    canSet = el.options.length === 1;
-  }
-
-  innerHTMLTags[tagName] = canSet;
-
-  return canSet;
-};
-
-var setInnerHTML = function(element, html) {
-  var tagName = element.tagName;
-
-  if (canSetInnerHTML(tagName)) {
-    setInnerHTMLWithoutFix(element, html);
-  } else {
-    Ember.assert("Can't set innerHTML on "+element.tagName+" in this browser", element.outerHTML);
-
-    var startTag = element.outerHTML.match(new RegExp("<"+tagName+"([^>]*)>", 'i'))[0],
-        endTag = '</'+tagName+'>';
-
-    var wrapper = document.createElement('div');
-    setInnerHTMLWithoutFix(wrapper, startTag + html + endTag);
-    element = wrapper.firstChild;
-    while (element.tagName !== tagName) {
-      element = element.nextSibling;
-    }
-  }
-
-  return element;
-};
-
-function isSimpleClick(event) {
-  var modifier = event.shiftKey || event.metaKey || event.altKey || event.ctrlKey,
-      secondaryClick = event.which > 1; // IE9 may return undefined
-
-  return !modifier && !secondaryClick;
-}
-
-Ember.ViewUtils = {
-  setInnerHTML: setInnerHTML,
-  isSimpleClick: isSimpleClick
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set;
-var indexOf = Ember.ArrayPolyfills.indexOf;
-
-
-
-
-
-var ClassSet = function() {
-  this.seen = {};
-  this.list = [];
-};
-
-ClassSet.prototype = {
-  add: function(string) {
-    if (string in this.seen) { return; }
-    this.seen[string] = true;
-
-    this.list.push(string);
-  },
-
-  toDOM: function() {
-    return this.list.join(" ");
-  }
-};
-
-/**
-  `Ember.RenderBuffer` gathers information regarding the a view and generates the
-  final representation. `Ember.RenderBuffer` will generate HTML which can be pushed
-  to the DOM.
-
-  @class RenderBuffer
-  @namespace Ember
-  @constructor
-*/
-Ember.RenderBuffer = function(tagName) {
-  return new Ember._RenderBuffer(tagName);
-};
-
-Ember._RenderBuffer = function(tagName) {
-  this.tagNames = [tagName || null];
-  this.buffer = [];
-};
-
-Ember._RenderBuffer.prototype =
-/** @scope Ember.RenderBuffer.prototype */ {
-
-  // The root view's element
-  _element: null,
-
-  /**
-    @private
-
-    An internal set used to de-dupe class names when `addClass()` is
-    used. After each call to `addClass()`, the `classes` property
-    will be updated.
-
-    @property elementClasses
-    @type Array
-    @default []
-  */
-  elementClasses: null,
-
-  /**
-    Array of class names which will be applied in the class attribute.
-
-    You can use `setClasses()` to set this property directly. If you
-    use `addClass()`, it will be maintained for you.
-
-    @property classes
-    @type Array
-    @default []
-  */
-  classes: null,
-
-  /**
-    The id in of the element, to be applied in the id attribute.
-
-    You should not set this property yourself, rather, you should use
-    the `id()` method of `Ember.RenderBuffer`.
-
-    @property elementId
-    @type String
-    @default null
-  */
-  elementId: null,
-
-  /**
-    A hash keyed on the name of the attribute and whose value will be
-    applied to that attribute. For example, if you wanted to apply a
-    `data-view="Foo.bar"` property to an element, you would set the
-    elementAttributes hash to `{'data-view':'Foo.bar'}`.
-
-    You should not maintain this hash yourself, rather, you should use
-    the `attr()` method of `Ember.RenderBuffer`.
-
-    @property elementAttributes
-    @type Hash
-    @default {}
-  */
-  elementAttributes: null,
-
-  /**
-    The tagname of the element an instance of `Ember.RenderBuffer` represents.
-
-    Usually, this gets set as the first parameter to `Ember.RenderBuffer`. For
-    example, if you wanted to create a `p` tag, then you would call
-
-    ```javascript
-    Ember.RenderBuffer('p')
-    ```
-
-    @property elementTag
-    @type String
-    @default null
-  */
-  elementTag: null,
-
-  /**
-    A hash keyed on the name of the style attribute and whose value will
-    be applied to that attribute. For example, if you wanted to apply a
-    `background-color:black;` style to an element, you would set the
-    elementStyle hash to `{'background-color':'black'}`.
-
-    You should not maintain this hash yourself, rather, you should use
-    the `style()` method of `Ember.RenderBuffer`.
-
-    @property elementStyle
-    @type Hash
-    @default {}
-  */
-  elementStyle: null,
-
-  /**
-    Nested `RenderBuffers` will set this to their parent `RenderBuffer`
-    instance.
-
-    @property parentBuffer
-    @type Ember._RenderBuffer
-  */
-  parentBuffer: null,
-
-  /**
-    Adds a string of HTML to the `RenderBuffer`.
-
-    @method push
-    @param {String} string HTML to push into the buffer
-    @chainable
-  */
-  push: function(string) {
-    this.buffer.push(string);
-    return this;
-  },
-
-  /**
-    Adds a class to the buffer, which will be rendered to the class attribute.
-
-    @method addClass
-    @param {String} className Class name to add to the buffer
-    @chainable
-  */
-  addClass: function(className) {
-    // lazily create elementClasses
-    var elementClasses = this.elementClasses = (this.elementClasses || new ClassSet());
-    this.elementClasses.add(className);
-    this.classes = this.elementClasses.list;
-
-    return this;
-  },
-
-  setClasses: function(classNames) {
-    this.classes = classNames;
-  },
-
-  /**
-    Sets the elementID to be used for the element.
-
-    @method id
-    @param {String} id
-    @chainable
-  */
-  id: function(id) {
-    this.elementId = id;
-    return this;
-  },
-
-  // duck type attribute functionality like jQuery so a render buffer
-  // can be used like a jQuery object in attribute binding scenarios.
-
-  /**
-    Adds an attribute which will be rendered to the element.
-
-    @method attr
-    @param {String} name The name of the attribute
-    @param {String} value The value to add to the attribute
-    @chainable
-    @return {Ember.RenderBuffer|String} this or the current attribute value
-  */
-  attr: function(name, value) {
-    var attributes = this.elementAttributes = (this.elementAttributes || {});
-
-    if (arguments.length === 1) {
-      return attributes[name];
-    } else {
-      attributes[name] = value;
-    }
-
-    return this;
-  },
-
-  /**
-    Remove an attribute from the list of attributes to render.
-
-    @method removeAttr
-    @param {String} name The name of the attribute
-    @chainable
-  */
-  removeAttr: function(name) {
-    var attributes = this.elementAttributes;
-    if (attributes) { delete attributes[name]; }
-
-    return this;
-  },
-
-  /**
-    Adds a style to the style attribute which will be rendered to the element.
-
-    @method style
-    @param {String} name Name of the style
-    @param {String} value
-    @chainable
-  */
-  style: function(name, value) {
-    var style = this.elementStyle = (this.elementStyle || {});
-
-    this.elementStyle[name] = value;
-    return this;
-  },
-
-  begin: function(tagName) {
-    this.tagNames.push(tagName || null);
-    return this;
-  },
-
-  pushOpeningTag: function() {
-    var tagName = this.currentTagName();
-    if (!tagName) { return; }
-
-    if (!this._element && this.buffer.length === 0) {
-      this._element = this.generateElement();
-      return;
-    }
-
-    var buffer = this.buffer,
-        id = this.elementId,
-        classes = this.classes,
-        attrs = this.elementAttributes,
-        style = this.elementStyle,
-        prop;
-
-    buffer.push('<' + tagName);
-
-    if (id) {
-      buffer.push(' id="' + this._escapeAttribute(id) + '"');
-      this.elementId = null;
-    }
-    if (classes) {
-      buffer.push(' class="' + this._escapeAttribute(classes.join(' ')) + '"');
-      this.classes = null;
-    }
-
-    if (style) {
-      buffer.push(' style="');
-
-      for (prop in style) {
-        if (style.hasOwnProperty(prop)) {
-          buffer.push(prop + ':' + this._escapeAttribute(style[prop]) + ';');
-        }
-      }
-
-      buffer.push('"');
-
-      this.elementStyle = null;
-    }
-
-    if (attrs) {
-      for (prop in attrs) {
-        if (attrs.hasOwnProperty(prop)) {
-          buffer.push(' ' + prop + '="' + this._escapeAttribute(attrs[prop]) + '"');
-        }
-      }
-
-      this.elementAttributes = null;
-    }
-
-    buffer.push('>');
-  },
-
-  pushClosingTag: function() {
-    var tagName = this.tagNames.pop();
-    if (tagName) { this.buffer.push('</' + tagName + '>'); }
-  },
-
-  currentTagName: function() {
-    return this.tagNames[this.tagNames.length-1];
-  },
-
-  generateElement: function() {
-    var tagName = this.tagNames.pop(), // pop since we don't need to close
-        element = document.createElement(tagName),
-        $element = Ember.$(element),
-        id = this.elementId,
-        classes = this.classes,
-        attrs = this.elementAttributes,
-        style = this.elementStyle,
-        styleBuffer = '', prop;
-
-    if (id) {
-      $element.attr('id', id);
-      this.elementId = null;
-    }
-    if (classes) {
-      $element.attr('class', classes.join(' '));
-      this.classes = null;
-    }
-
-    if (style) {
-      for (prop in style) {
-        if (style.hasOwnProperty(prop)) {
-          styleBuffer += (prop + ':' + style[prop] + ';');
-        }
-      }
-
-      $element.attr('style', styleBuffer);
-
-      this.elementStyle = null;
-    }
-
-    if (attrs) {
-      for (prop in attrs) {
-        if (attrs.hasOwnProperty(prop)) {
-          $element.attr(prop, attrs[prop]);
-        }
-      }
-
-      this.elementAttributes = null;
-    }
-
-    return element;
-  },
-
-  /**
-    @method element
-    @return {DOMElement} The element corresponding to the generated HTML
-      of this buffer
-  */
-  element: function() {
-    var html = this.innerString();
-
-    if (html) {
-      this._element = Ember.ViewUtils.setInnerHTML(this._element, html);
-    }
-
-    return this._element;
-  },
-
-  /**
-    Generates the HTML content for this buffer.
-
-    @method string
-    @return {String} The generated HTML
-  */
-  string: function() {
-    if (this._element) {
-      return this.element().outerHTML;
-    } else {
-      return this.innerString();
-    }
-  },
-
-  innerString: function() {
-    return this.buffer.join('');
-  },
-
-  _escapeAttribute: function(value) {
-    // Stolen shamelessly from Handlebars
-
-    var escape = {
-      "<": "&lt;",
-      ">": "&gt;",
-      '"': "&quot;",
-      "'": "&#x27;",
-      "`": "&#x60;"
-    };
-
-    var badChars = /&(?!\w+;)|[<>"'`]/g;
-    var possible = /[&<>"'`]/;
-
-    var escapeChar = function(chr) {
-      return escape[chr] || "&amp;";
-    };
-
-    var string = value.toString();
-
-    if(!possible.test(string)) { return string; }
-    return string.replace(badChars, escapeChar);
-  }
-
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, fmt = Ember.String.fmt;
-
-/**
-  `Ember.EventDispatcher` handles delegating browser events to their
-  corresponding `Ember.Views.` For example, when you click on a view,
-  `Ember.EventDispatcher` ensures that that view's `mouseDown` method gets
-  called.
-
-  @class EventDispatcher
-  @namespace Ember
-  @private
-  @extends Ember.Object
-*/
-Ember.EventDispatcher = Ember.Object.extend(
-/** @scope Ember.EventDispatcher.prototype */{
-
-  /**
-    @private
-
-    The root DOM element to which event listeners should be attached. Event
-    listeners will be attached to the document unless this is overridden.
-
-    Can be specified as a DOMElement or a selector string.
-
-    The default body is a string since this may be evaluated before document.body
-    exists in the DOM.
-
-    @property rootElement
-    @type DOMElement
-    @default 'body'
-  */
-  rootElement: 'body',
-
-  /**
-    @private
-
-    Sets up event listeners for standard browser events.
-
-    This will be called after the browser sends a `DOMContentReady` event. By
-    default, it will set up all of the listeners on the document body. If you
-    would like to register the listeners on a different element, set the event
-    dispatcher's `root` property.
-
-    @method setup
-    @param addedEvents {Hash}
-  */
-  setup: function(addedEvents) {
-    var event, events = {
-      touchstart  : 'touchStart',
-      touchmove   : 'touchMove',
-      touchend    : 'touchEnd',
-      touchcancel : 'touchCancel',
-      keydown     : 'keyDown',
-      keyup       : 'keyUp',
-      keypress    : 'keyPress',
-      mousedown   : 'mouseDown',
-      mouseup     : 'mouseUp',
-      contextmenu : 'contextMenu',
-      click       : 'click',
-      dblclick    : 'doubleClick',
-      mousemove   : 'mouseMove',
-      focusin     : 'focusIn',
-      focusout    : 'focusOut',
-      mouseenter  : 'mouseEnter',
-      mouseleave  : 'mouseLeave',
-      submit      : 'submit',
-      input       : 'input',
-      change      : 'change',
-      dragstart   : 'dragStart',
-      drag        : 'drag',
-      dragenter   : 'dragEnter',
-      dragleave   : 'dragLeave',
-      dragover    : 'dragOver',
-      drop        : 'drop',
-      dragend     : 'dragEnd'
-    };
-
-    Ember.$.extend(events, addedEvents || {});
-
-    var rootElement = Ember.$(get(this, 'rootElement'));
-
-    Ember.assert(fmt('You cannot use the same root element (%@) multiple times in an Ember.Application', [rootElement.selector || rootElement[0].tagName]), !rootElement.is('.ember-application'));
-    Ember.assert('You cannot make a new Ember.Application using a root element that is a descendent of an existing Ember.Application', !rootElement.closest('.ember-application').length);
-    Ember.assert('You cannot make a new Ember.Application using a root element that is an ancestor of an existing Ember.Application', !rootElement.find('.ember-application').length);
-
-    rootElement.addClass('ember-application');
-
-    Ember.assert('Unable to add "ember-application" class to rootElement. Make sure you set rootElement to the body or an element in the body.', rootElement.is('.ember-application'));
-
-    for (event in events) {
-      if (events.hasOwnProperty(event)) {
-        this.setupHandler(rootElement, event, events[event]);
-      }
-    }
-  },
-
-  /**
-    @private
-
-    Registers an event listener on the document. If the given event is
-    triggered, the provided event handler will be triggered on the target view.
-
-    If the target view does not implement the event handler, or if the handler
-    returns `false`, the parent view will be called. The event will continue to
-    bubble to each successive parent view until it reaches the top.
-
-    For example, to have the `mouseDown` method called on the target view when
-    a `mousedown` event is received from the browser, do the following:
-
-    ```javascript
-    setupHandler('mousedown', 'mouseDown');
-    ```
-
-    @method setupHandler
-    @param {Element} rootElement
-    @param {String} event the browser-originated event to listen to
-    @param {String} eventName the name of the method to call on the view
-  */
-  setupHandler: function(rootElement, event, eventName) {
-    var self = this;
-
-    rootElement.delegate('.ember-view', event + '.ember', function(evt, triggeringManager) {
-      return Ember.handleErrors(function() {
-        var view = Ember.View.views[this.id],
-            result = true, manager = null;
-
-        manager = self._findNearestEventManager(view,eventName);
-
-        if (manager && manager !== triggeringManager) {
-          result = self._dispatchEvent(manager, evt, eventName, view);
-        } else if (view) {
-          result = self._bubbleEvent(view,evt,eventName);
-        } else {
-          evt.stopPropagation();
-        }
-
-        return result;
-      }, this);
-    });
-
-    rootElement.delegate('[data-ember-action]', event + '.ember', function(evt) {
-      return Ember.handleErrors(function() {
-        var actionId = Ember.$(evt.currentTarget).attr('data-ember-action'),
-            action   = Ember.Handlebars.ActionHelper.registeredActions[actionId],
-            handler  = action.handler;
-
-        if (action.eventName === eventName) {
-          return handler(evt);
-        }
-      }, this);
-    });
-  },
-
-  _findNearestEventManager: function(view, eventName) {
-    var manager = null;
-
-    while (view) {
-      manager = get(view, 'eventManager');
-      if (manager && manager[eventName]) { break; }
-
-      view = get(view, 'parentView');
-    }
-
-    return manager;
-  },
-
-  _dispatchEvent: function(object, evt, eventName, view) {
-    var result = true;
-
-    var handler = object[eventName];
-    if (Ember.typeOf(handler) === 'function') {
-      result = handler.call(object, evt, view);
-      // Do not preventDefault in eventManagers.
-      evt.stopPropagation();
-    }
-    else {
-      result = this._bubbleEvent(view, evt, eventName);
-    }
-
-    return result;
-  },
-
-  _bubbleEvent: function(view, evt, eventName) {
-    return Ember.run(function() {
-      return view.handleEvent(eventName, evt);
-    });
-  },
-
-  destroy: function() {
-    var rootElement = get(this, 'rootElement');
-    Ember.$(rootElement).undelegate('.ember').removeClass('ember-application');
-    return this._super();
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-// Add a new named queue for rendering views that happens
-// after bindings have synced, and a queue for scheduling actions
-// that that should occur after view rendering.
-var queues = Ember.run.queues;
-queues.splice(Ember.$.inArray('actions', queues)+1, 0, 'render', 'afterRender');
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set;
-
-// Original class declaration and documentation in runtime/lib/controllers/controller.js
-// NOTE: It may be possible with YUIDoc to combine docs in two locations
-
-/**
-Additional methods for the ControllerMixin
-
-@class ControllerMixin
-@namespace Ember
-*/
-Ember.ControllerMixin.reopen({
-  target: null,
-  namespace: null,
-  view: null,
-  container: null
-});
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-var states = {};
-
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, addObserver = Ember.addObserver, removeObserver = Ember.removeObserver;
-var meta = Ember.meta, guidFor = Ember.guidFor, fmt = Ember.String.fmt;
-var a_slice = [].slice;
-var a_forEach = Ember.EnumerableUtils.forEach;
-var a_addObject = Ember.EnumerableUtils.addObject;
-
-var childViewsProperty = Ember.computed(function() {
-  var childViews = this._childViews;
-
-  var ret = Ember.A();
-
-  a_forEach(childViews, function(view) {
-    if (view.isVirtual) {
-      ret.pushObjects(get(view, 'childViews'));
-    } else {
-      ret.push(view);
-    }
-  });
-
-  return ret;
-});
-
-Ember.warn("The VIEW_PRESERVES_CONTEXT flag has been removed and the functionality can no longer be disabled.", Ember.ENV.VIEW_PRESERVES_CONTEXT !== false);
-
-/**
-  Global hash of shared templates. This will automatically be populated
-  by the build tools so that you can store your Handlebars templates in
-  separate files that get loaded into JavaScript at buildtime.
-
-  @property TEMPLATES
-  @for Ember
-  @type Hash
-*/
-Ember.TEMPLATES = {};
-
-Ember.CoreView = Ember.Object.extend(Ember.Evented, {
-  isView: true,
-
-  states: states,
-
-  init: function() {
-    this._super();
-
-    // Register the view for event handling. This hash is used by
-    // Ember.EventDispatcher to dispatch incoming events.
-    if (!this.isVirtual) Ember.View.views[this.elementId] = this;
-
-    this.addBeforeObserver('elementId', function() {
-      throw new Error("Changing a view's elementId after creation is not allowed");
-    });
-
-    this.transitionTo('preRender');
-  },
-
-  /**
-    If the view is currently inserted into the DOM of a parent view, this
-    property will point to the parent of the view.
-
-    @property parentView
-    @type Ember.View
-    @default null
-  */
-  parentView: Ember.computed(function() {
-    var parent = this._parentView;
-
-    if (parent && parent.isVirtual) {
-      return get(parent, 'parentView');
-    } else {
-      return parent;
-    }
-  }).property('_parentView'),
-
-  state: null,
-
-  _parentView: null,
-
-  // return the current view, not including virtual views
-  concreteView: Ember.computed(function() {
-    if (!this.isVirtual) { return this; }
-    else { return get(this, 'parentView'); }
-  }).property('parentView').volatile(),
-
-  instrumentName: 'core_view',
-
-  instrumentDetails: function(hash) {
-    hash.object = this.toString();
-  },
-
-  /**
-    @private
-
-    Invoked by the view system when this view needs to produce an HTML
-    representation. This method will create a new render buffer, if needed,
-    then apply any default attributes, such as class names and visibility.
-    Finally, the `render()` method is invoked, which is responsible for
-    doing the bulk of the rendering.
-
-    You should not need to override this method; instead, implement the
-    `template` property, or if you need more control, override the `render`
-    method.
-
-    @method renderToBuffer
-    @param {Ember.RenderBuffer} buffer the render buffer. If no buffer is
-      passed, a default buffer, using the current view's `tagName`, will
-      be used.
-  */
-  renderToBuffer: function(parentBuffer, bufferOperation) {
-    var name = 'render.' + this.instrumentName,
-        details = {};
-
-    this.instrumentDetails(details);
-
-    return Ember.instrument(name, details, function() {
-      return this._renderToBuffer(parentBuffer, bufferOperation);
-    }, this);
-  },
-
-  _renderToBuffer: function(parentBuffer, bufferOperation) {
-    Ember.run.sync();
-
-    // If this is the top-most view, start a new buffer. Otherwise,
-    // create a new buffer relative to the original using the
-    // provided buffer operation (for example, `insertAfter` will
-    // insert a new buffer after the "parent buffer").
-    var tagName = this.tagName;
-
-    if (tagName === null || tagName === undefined) {
-      tagName = 'div';
-    }
-
-    var buffer = this.buffer = parentBuffer && parentBuffer.begin(tagName) || Ember.RenderBuffer(tagName);
-    this.transitionTo('inBuffer', false);
-
-    this.beforeRender(buffer);
-    this.render(buffer);
-    this.afterRender(buffer);
-
-    return buffer;
-  },
-
-  /**
-    @private
-
-    Override the default event firing from `Ember.Evented` to
-    also call methods with the given name.
-
-    @method trigger
-    @param name {String}
-  */
-  trigger: function(name) {
-    this._super.apply(this, arguments);
-    var method = this[name];
-    if (method) {
-      var args = [], i, l;
-      for (i = 1, l = arguments.length; i < l; i++) {
-        args.push(arguments[i]);
-      }
-      return method.apply(this, args);
-    }
-  },
-
-  has: function(name) {
-    return Ember.typeOf(this[name]) === 'function' || this._super(name);
-  },
-
-  willDestroy: function() {
-    var parent = this._parentView;
-
-    // destroy the element -- this will avoid each child view destroying
-    // the element over and over again...
-    if (!this.removedFromDOM) { this.destroyElement(); }
-
-    // remove from parent if found. Don't call removeFromParent,
-    // as removeFromParent will try to remove the element from
-    // the DOM again.
-    if (parent) { parent.removeChild(this); }
-
-    this.transitionTo('destroyed');
-
-    // next remove view from global hash
-    if (!this.isVirtual) delete Ember.View.views[this.elementId];
-  },
-
-  clearRenderedChildren: Ember.K,
-  triggerRecursively: Ember.K,
-  invokeRecursively: Ember.K,
-  transitionTo: Ember.K,
-  destroyElement: Ember.K
-});
-
-/**
-  `Ember.View` is the class in Ember responsible for encapsulating templates of
-  HTML content, combining templates with data to render as sections of a page's
-  DOM, and registering and responding to user-initiated events.
-
-  ## HTML Tag
-
-  The default HTML tag name used for a view's DOM representation is `div`. This
-  can be customized by setting the `tagName` property. The following view
-class:
-
-  ```javascript
-  ParagraphView = Ember.View.extend({
-    tagName: 'em'
-  });
-  ```
-
-  Would result in instances with the following HTML:
-
-  ```html
-  <em id="ember1" class="ember-view"></em>
-  ```
-
-  ## HTML `class` Attribute
-
-  The HTML `class` attribute of a view's tag can be set by providing a
-  `classNames` property that is set to an array of strings:
-
-  ```javascript
-  MyView = Ember.View.extend({
-    classNames: ['my-class', 'my-other-class']
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view my-class my-other-class"></div>
-  ```
-
-  `class` attribute values can also be set by providing a `classNameBindings`
-  property set to an array of properties names for the view. The return value
-  of these properties will be added as part of the value for the view's `class`
-  attribute. These properties can be computed properties:
-
-  ```javascript
-  MyView = Ember.View.extend({
-    classNameBindings: ['propertyA', 'propertyB'],
-    propertyA: 'from-a',
-    propertyB: function(){
-      if(someLogic){ return 'from-b'; }
-    }.property()
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view from-a from-b"></div>
-  ```
-
-  If the value of a class name binding returns a boolean the property name
-  itself will be used as the class name if the property is true. The class name
-  will not be added if the value is `false` or `undefined`.
-
-  ```javascript
-  MyView = Ember.View.extend({
-    classNameBindings: ['hovered'],
-    hovered: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view hovered"></div>
-  ```
-
-  When using boolean class name bindings you can supply a string value other
-  than the property name for use as the `class` HTML attribute by appending the
-  preferred value after a ":" character when defining the binding:
-
-  ```javascript
-  MyView = Ember.View.extend({
-    classNameBindings: ['awesome:so-very-cool'],
-    awesome: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view so-very-cool"></div>
-  ```
-
-  Boolean value class name bindings whose property names are in a
-  camelCase-style format will be converted to a dasherized format:
-
-  ```javascript
-  MyView = Ember.View.extend({
-    classNameBindings: ['isUrgent'],
-    isUrgent: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view is-urgent"></div>
-  ```
-
-  Class name bindings can also refer to object values that are found by
-  traversing a path relative to the view itself:
-
-  ```javascript
-  MyView = Ember.View.extend({
-    classNameBindings: ['messages.empty']
-    messages: Ember.Object.create({
-      empty: true
-    })
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view empty"></div>
-  ```
-
-  If you want to add a class name for a property which evaluates to true and
-  and a different class name if it evaluates to false, you can pass a binding
-  like this:
-
-  ```javascript
-  // Applies 'enabled' class when isEnabled is true and 'disabled' when isEnabled is false
-  Ember.View.create({
-    classNameBindings: ['isEnabled:enabled:disabled']
-    isEnabled: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view enabled"></div>
-  ```
-
-  When isEnabled is `false`, the resulting HTML reprensentation looks like
-  this:
-
-  ```html
-  <div id="ember1" class="ember-view disabled"></div>
-  ```
-
-  This syntax offers the convenience to add a class if a property is `false`:
-
-  ```javascript
-  // Applies no class when isEnabled is true and class 'disabled' when isEnabled is false
-  Ember.View.create({
-    classNameBindings: ['isEnabled::disabled']
-    isEnabled: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view"></div>
-  ```
-
-  When the `isEnabled` property on the view is set to `false`, it will result
-  in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view disabled"></div>
-  ```
-
-  Updates to the the value of a class name binding will result in automatic
-  update of the  HTML `class` attribute in the view's rendered HTML
-  representation. If the value becomes `false` or `undefined` the class name
-  will be removed.
-
-  Both `classNames` and `classNameBindings` are concatenated properties. See
-  `Ember.Object` documentation for more information about concatenated
-  properties.
-
-  ## HTML Attributes
-
-  The HTML attribute section of a view's tag can be set by providing an
-  `attributeBindings` property set to an array of property names on the view.
-  The return value of these properties will be used as the value of the view's
-  HTML associated attribute:
-
-  ```javascript
-  AnchorView = Ember.View.extend({
-    tagName: 'a',
-    attributeBindings: ['href'],
-    href: 'http://google.com'
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <a id="ember1" class="ember-view" href="http://google.com"></a>
-  ```
-
-  If the return value of an `attributeBindings` monitored property is a boolean
-  the property will follow HTML's pattern of repeating the attribute's name as
-  its value:
-
-  ```javascript
-  MyTextInput = Ember.View.extend({
-    tagName: 'input',
-    attributeBindings: ['disabled'],
-    disabled: true
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <input id="ember1" class="ember-view" disabled="disabled" />
-  ```
-
-  `attributeBindings` can refer to computed properties:
-
-  ```javascript
-  MyTextInput = Ember.View.extend({
-    tagName: 'input',
-    attributeBindings: ['disabled'],
-    disabled: function(){
-      if (someLogic) {
-        return true;
-      } else {
-        return false;
-      }
-    }.property()
-  });
-  ```
-
-  Updates to the the property of an attribute binding will result in automatic
-  update of the  HTML attribute in the view's rendered HTML representation.
-
-  `attributeBindings` is a concatenated property. See `Ember.Object`
-  documentation for more information about concatenated properties.
-
-  ## Templates
-
-  The HTML contents of a view's rendered representation are determined by its
-  template. Templates can be any function that accepts an optional context
-  parameter and returns a string of HTML that will be inserted within the
-  view's tag. Most typically in Ember this function will be a compiled
-  `Ember.Handlebars` template.
-
-  ```javascript
-  AView = Ember.View.extend({
-    template: Ember.Handlebars.compile('I am the template')
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view">I am the template</div>
-  ```
-
-  Within an Ember application is more common to define a Handlebars templates as
-  part of a page:
-
-  ```html
-  <script type='text/x-handlebars' data-template-name='some-template'>
-    Hello
-  </script>
-  ```
-
-  And associate it by name using a view's `templateName` property:
-
-  ```javascript
-  AView = Ember.View.extend({
-    templateName: 'some-template'
-  });
-  ```
-
-  Using a value for `templateName` that does not have a Handlebars template
-  with a matching `data-template-name` attribute will throw an error.
-
-  Assigning a value to both `template` and `templateName` properties will throw
-  an error.
-
-  For views classes that may have a template later defined (e.g. as the block
-  portion of a `{{view}}` Handlebars helper call in another template or in
-  a subclass), you can provide a `defaultTemplate` property set to compiled
-  template function. If a template is not later provided for the view instance
-  the `defaultTemplate` value will be used:
-
-  ```javascript
-  AView = Ember.View.extend({
-    defaultTemplate: Ember.Handlebars.compile('I was the default'),
-    template: null,
-    templateName: null
-  });
-  ```
-
-  Will result in instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view">I was the default</div>
-  ```
-
-  If a `template` or `templateName` is provided it will take precedence over
-  `defaultTemplate`:
-
-  ```javascript
-  AView = Ember.View.extend({
-    defaultTemplate: Ember.Handlebars.compile('I was the default')
-  });
-
-  aView = AView.create({
-    template: Ember.Handlebars.compile('I was the template, not default')
-  });
-  ```
-
-  Will result in the following HTML representation when rendered:
-
-  ```html
-  <div id="ember1" class="ember-view">I was the template, not default</div>
-  ```
-
-  ## View Context
-
-  The default context of the compiled template is the view's controller:
-
-  ```javascript
-  AView = Ember.View.extend({
-    template: Ember.Handlebars.compile('Hello {{excitedGreeting}}')
-  });
-
-  aController = Ember.Object.create({
-    firstName: 'Barry',
-    excitedGreeting: function(){
-      return this.get("content.firstName") + "!!!"
-    }.property()
-  });
-
-  aView = AView.create({
-    controller: aController,
-  });
-  ```
-
-  Will result in an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view">Hello Barry!!!</div>
-  ```
-
-  A context can also be explicitly supplied through the view's `context`
-  property. If the view has neither `context` nor `controller` properties, the
-  `parentView`'s context will be used.
-
-  ## Layouts
-
-  Views can have a secondary template that wraps their main template. Like
-  primary templates, layouts can be any function that  accepts an optional
-  context parameter and returns a string of HTML that will be inserted inside
-  view's tag. Views whose HTML element is self closing (e.g. `<input />`)
-  cannot have a layout and this property will be ignored.
-
-  Most typically in Ember a layout will be a compiled `Ember.Handlebars`
-  template.
-
-  A view's layout can be set directly with the `layout` property or reference
-  an existing Handlebars template by name with the `layoutName` property.
-
-  A template used as a layout must contain a single use of the Handlebars
-  `{{yield}}` helper. The HTML contents of a view's rendered `template` will be
-  inserted at this location:
-
-  ```javascript
-  AViewWithLayout = Ember.View.extend({
-    layout: Ember.Handlebars.compile("<div class='my-decorative-class'>{{yield}}</div>")
-    template: Ember.Handlebars.compile("I got wrapped"),
-  });
-  ```
-
-  Will result in view instances with an HTML representation of:
-
-  ```html
-  <div id="ember1" class="ember-view">
-    <div class="my-decorative-class">
-      I got wrapped
-    </div>
-  </div>
-  ```
-
-  See `Handlebars.helpers.yield` for more information.
-
-  ## Responding to Browser Events
-
-  Views can respond to user-initiated events in one of three ways: method
-  implementation, through an event manager, and through `{{action}}` helper use
-  in their template or layout.
-
-  ### Method Implementation
-
-  Views can respond to user-initiated events by implementing a method that
-  matches the event name. A `jQuery.Event` object will be passed as the
-  argument to this method.
-
-  ```javascript
-  AView = Ember.View.extend({
-    click: function(event){
-      // will be called when when an instance's
-      // rendered element is clicked
-    }
-  });
-  ```
-
-  ### Event Managers
-
-  Views can define an object as their `eventManager` property. This object can
-  then implement methods that match the desired event names. Matching events
-  that occur on the view's rendered HTML or the rendered HTML of any of its DOM
-  descendants will trigger this method. A `jQuery.Event` object will be passed
-  as the first argument to the method and an  `Ember.View` object as the
-  second. The `Ember.View` will be the view whose rendered HTML was interacted
-  with. This may be the view with the `eventManager` property or one of its
-  descendent views.
-
-  ```javascript
-  AView = Ember.View.extend({
-    eventManager: Ember.Object.create({
-      doubleClick: function(event, view){
-        // will be called when when an instance's
-        // rendered element or any rendering
-        // of this views's descendent
-        // elements is clicked
-      }
-    })
-  });
-  ```
-
-  An event defined for an event manager takes precedence over events of the
-  same name handled through methods on the view.
-
-  ```javascript
-  AView = Ember.View.extend({
-    mouseEnter: function(event){
-      // will never trigger.
-    },
-    eventManager: Ember.Object.create({
-      mouseEnter: function(event, view){
-        // takes presedence over AView#mouseEnter
-      }
-    })
-  });
-  ```
-
-  Similarly a view's event manager will take precedence for events of any views
-  rendered as a descendent. A method name that matches an event name will not
-  be called if the view instance was rendered inside the HTML representation of
-  a view that has an `eventManager` property defined that handles events of the
-  name. Events not handled by the event manager will still trigger method calls
-  on the descendent.
-
-  ```javascript
-  OuterView = Ember.View.extend({
-    template: Ember.Handlebars.compile("outer {{#view InnerView}}inner{{/view}} outer"),
-    eventManager: Ember.Object.create({
-      mouseEnter: function(event, view){
-        // view might be instance of either
-        // OutsideView or InnerView depending on
-        // where on the page the user interaction occured
-      }
-    })
-  });
-
-  InnerView = Ember.View.extend({
-    click: function(event){
-      // will be called if rendered inside
-      // an OuterView because OuterView's
-      // eventManager doesn't handle click events
-    },
-    mouseEnter: function(event){
-      // will never be called if rendered inside
-      // an OuterView.
-    }
-  });
-  ```
-
-  ### Handlebars `{{action}}` Helper
-
-  See `Handlebars.helpers.action`.
-
-  ### Event Names
-
-  Possible events names for any of the responding approaches described above
-  are:
-
-  Touch events:
-
-  * `touchStart`
-  * `touchMove`
-  * `touchEnd`
-  * `touchCancel`
-
-  Keyboard events
-
-  * `keyDown`
-  * `keyUp`
-  * `keyPress`
-
-  Mouse events
-
-  * `mouseDown`
-  * `mouseUp`
-  * `contextMenu`
-  * `click`
-  * `doubleClick`
-  * `mouseMove`
-  * `focusIn`
-  * `focusOut`
-  * `mouseEnter`
-  * `mouseLeave`
-
-  Form events: 
-
-  * `submit`
-  * `change`
-  * `focusIn`
-  * `focusOut`
-  * `input`
-
-  HTML5 drag and drop events: 
-
-  * `dragStart`
-  * `drag`
-  * `dragEnter`
-  * `dragLeave`
-  * `drop`
-  * `dragEnd`
-
-  ## Handlebars `{{view}}` Helper
-
-  Other `Ember.View` instances can be included as part of a view's template by
-  using the `{{view}}` Handlebars helper. See `Handlebars.helpers.view` for
-  additional information.
-
-  @class View
-  @namespace Ember
-  @extends Ember.Object
-  @uses Ember.Evented
-*/
-Ember.View = Ember.CoreView.extend(
-/** @scope Ember.View.prototype */ {
-
-  concatenatedProperties: ['classNames', 'classNameBindings', 'attributeBindings'],
-
-  /**
-    @property isView
-    @type Boolean
-    @default true
-    @final
-  */
-  isView: true,
-
-  // ..........................................................
-  // TEMPLATE SUPPORT
-  //
-
-  /**
-    The name of the template to lookup if no template is provided.
-
-    `Ember.View` will look for a template with this name in this view's
-    `templates` object. By default, this will be a global object
-    shared in `Ember.TEMPLATES`.
-
-    @property templateName
-    @type String
-    @default null
-  */
-  templateName: null,
-
-  /**
-    The name of the layout to lookup if no layout is provided.
-
-    `Ember.View` will look for a template with this name in this view's
-    `templates` object. By default, this will be a global object
-    shared in `Ember.TEMPLATES`.
-
-    @property layoutName
-    @type String
-    @default null
-  */
-  layoutName: null,
-
-  /**
-    The hash in which to look for `templateName`.
-
-    @property templates
-    @type Ember.Object
-    @default Ember.TEMPLATES
-  */
-  templates: Ember.TEMPLATES,
-
-  /**
-    The template used to render the view. This should be a function that
-    accepts an optional context parameter and returns a string of HTML that
-    will be inserted into the DOM relative to its parent view.
-
-    In general, you should set the `templateName` property instead of setting
-    the template yourself.
-
-    @property template
-    @type Function
-  */
-  template: Ember.computed(function(key, value) {
-    if (value !== undefined) { return value; }
-
-    var templateName = get(this, 'templateName'),
-        template = this.templateForName(templateName, 'template');
-
-    return template || get(this, 'defaultTemplate');
-  }).property('templateName'),
-
-  container: Ember.computed(function() {
-    var parentView = get(this, '_parentView');
-
-    if (parentView) { return get(parentView, 'container'); }
-
-    return Ember.Container && Ember.Container.defaultContainer;
-  }),
-
-  /**
-    The controller managing this view. If this property is set, it will be
-    made available for use by the template.
-
-    @property controller
-    @type Object
-  */
-  controller: Ember.computed(function(key) {
-    var parentView = get(this, '_parentView');
-    return parentView ? get(parentView, 'controller') : null;
-  }).property('_parentView'),
-
-  /**
-    A view may contain a layout. A layout is a regular template but
-    supersedes the `template` property during rendering. It is the
-    responsibility of the layout template to retrieve the `template`
-    property from the view (or alternatively, call `Handlebars.helpers.yield`,
-    `{{yield}}`) to render it in the correct location.
-
-    This is useful for a view that has a shared wrapper, but which delegates
-    the rendering of the contents of the wrapper to the `template` property
-    on a subclass.
-
-    @property layout
-    @type Function
-  */
-  layout: Ember.computed(function(key) {
-    var layoutName = get(this, 'layoutName'),
-        layout = this.templateForName(layoutName, 'layout');
-
-    return layout || get(this, 'defaultLayout');
-  }).property('layoutName'),
-
-  templateForName: function(name, type) {
-    if (!name) { return; }
-
-    Ember.assert("templateNames are not allowed to contain periods: "+name, name.indexOf('.') === -1);
-
-    var container = get(this, 'container');
-
-    if (container) {
-      return container.lookup('template:' + name);
-    }
-  },
-
-  /**
-    The object from which templates should access properties.
-
-    This object will be passed to the template function each time the render
-    method is called, but it is up to the individual function to decide what
-    to do with it.
-
-    By default, this will be the view's controller.
-
-    @property context
-    @type Object
-  */
-  context: Ember.computed(function(key, value) {
-    if (arguments.length === 2) {
-      set(this, '_context', value);
-      return value;
-    } else {
-      return get(this, '_context');
-    }
-  }).volatile(),
-
-  /**
-    @private
-
-    Private copy of the view's template context. This can be set directly
-    by Handlebars without triggering the observer that causes the view
-    to be re-rendered.
-
-    The context of a view is looked up as follows:
-
-    1. Supplied context (usually by Handlebars)
-    2. Specified controller
-    3. `parentView`'s context (for a child of a ContainerView)
-
-    The code in Handlebars that overrides the `_context` property first
-    checks to see whether the view has a specified controller. This is
-    something of a hack and should be revisited.
-
-    @property _context
-  */
-  _context: Ember.computed(function(key) {
-    var parentView, controller;
-
-    if (controller = get(this, 'controller')) {
-      return controller;
-    }
-
-    parentView = this._parentView;
-    if (parentView) {
-      return get(parentView, '_context');
-    }
-
-    return null;
-  }),
-
-  /**
-    @private
-
-    If a value that affects template rendering changes, the view should be
-    re-rendered to reflect the new value.
-
-    @method _displayPropertyDidChange
-  */
-  _contextDidChange: Ember.observer(function() {
-    this.rerender();
-  }, 'context'),
-
-  /**
-    If `false`, the view will appear hidden in DOM.
-
-    @property isVisible
-    @type Boolean
-    @default null
-  */
-  isVisible: true,
-
-  /**
-    @private
-
-    Array of child views. You should never edit this array directly.
-    Instead, use `appendChild` and `removeFromParent`.
-
-    @property childViews
-    @type Array
-    @default []
-  */
-  childViews: childViewsProperty,
-
-  _childViews: [],
-
-  // When it's a virtual view, we need to notify the parent that their
-  // childViews will change.
-  _childViewsWillChange: Ember.beforeObserver(function() {
-    if (this.isVirtual) {
-      var parentView = get(this, 'parentView');
-      if (parentView) { Ember.propertyWillChange(parentView, 'childViews'); }
-    }
-  }, 'childViews'),
-
-  // When it's a virtual view, we need to notify the parent that their
-  // childViews did change.
-  _childViewsDidChange: Ember.observer(function() {
-    if (this.isVirtual) {
-      var parentView = get(this, 'parentView');
-      if (parentView) { Ember.propertyDidChange(parentView, 'childViews'); }
-    }
-  }, 'childViews'),
-
-  /**
-    Return the nearest ancestor that is an instance of the provided
-    class.
-
-    @property nearestInstanceOf
-    @param {Class} klass Subclass of Ember.View (or Ember.View itself)
-    @return Ember.View
-    @deprecated
-  */
-  nearestInstanceOf: function(klass) {
-    Ember.deprecate("nearestInstanceOf is deprecated and will be removed from future releases. Use nearestOfType.");
-    var view = get(this, 'parentView');
-
-    while (view) {
-      if(view instanceof klass) { return view; }
-      view = get(view, 'parentView');
-    }
-  },
-
-  /**
-    Return the nearest ancestor that is an instance of the provided
-    class or mixin.
-
-    @property nearestOfType
-    @param {Class,Mixin} klass Subclass of Ember.View (or Ember.View itself),
-           or an instance of Ember.Mixin.
-    @return Ember.View
-  */
-  nearestOfType: function(klass) {
-    var view = get(this, 'parentView'),
-        isOfType = klass instanceof Ember.Mixin ?
-                   function(view) { return klass.detect(view); } :
-                   function(view) { return klass.detect(view.constructor); };
-
-    while (view) {
-      if( isOfType(view) ) { return view; }
-      view = get(view, 'parentView');
-    }
-  },
-
-  /**
-    Return the nearest ancestor that has a given property.
-
-    @property nearestWithProperty
-    @param {String} property A property name
-    @return Ember.View
-  */
-  nearestWithProperty: function(property) {
-    var view = get(this, 'parentView');
-
-    while (view) {
-      if (property in view) { return view; }
-      view = get(view, 'parentView');
-    }
-  },
-
-  /**
-    Return the nearest ancestor whose parent is an instance of
-    `klass`.
-
-    @property nearestChildOf
-    @param {Class} klass Subclass of Ember.View (or Ember.View itself)
-    @return Ember.View
-  */
-  nearestChildOf: function(klass) {
-    var view = get(this, 'parentView');
-
-    while (view) {
-      if(get(view, 'parentView') instanceof klass) { return view; }
-      view = get(view, 'parentView');
-    }
-  },
-
-  /**
-    @private
-
-    When the parent view changes, recursively invalidate `controller`
-
-    @method _parentViewDidChange
-  */
-  _parentViewDidChange: Ember.observer(function() {
-    if (this.isDestroying) { return; }
-
-    if (get(this, 'parentView.controller') && !get(this, 'controller')) {
-      this.notifyPropertyChange('controller');
-    }
-  }, '_parentView'),
-
-  _controllerDidChange: Ember.observer(function() {
-    if (this.isDestroying) { return; }
-
-    this.rerender();
-
-    this.forEachChildView(function(view) {
-      view.propertyDidChange('controller');
-    });
-  }, 'controller'),
-
-  cloneKeywords: function() {
-    var templateData = get(this, 'templateData');
-
-    var keywords = templateData ? Ember.copy(templateData.keywords) : {};
-    set(keywords, 'view', get(this, 'concreteView'));
-    set(keywords, '_view', this);
-    set(keywords, 'controller', get(this, 'controller'));
-
-    return keywords;
-  },
-
-  /**
-    Called on your view when it should push strings of HTML into a
-    `Ember.RenderBuffer`. Most users will want to override the `template`
-    or `templateName` properties instead of this method.
-
-    By default, `Ember.View` will look for a function in the `template`
-    property and invoke it with the value of `context`. The value of
-    `context` will be the view's controller unless you override it.
-
-    @method render
-    @param {Ember.RenderBuffer} buffer The render buffer
-  */
-  render: function(buffer) {
-    // If this view has a layout, it is the responsibility of the
-    // the layout to render the view's template. Otherwise, render the template
-    // directly.
-    var template = get(this, 'layout') || get(this, 'template');
-
-    if (template) {
-      var context = get(this, 'context');
-      var keywords = this.cloneKeywords();
-      var output;
-
-      var data = {
-        view: this,
-        buffer: buffer,
-        isRenderData: true,
-        keywords: keywords,
-        insideGroup: get(this, 'templateData.insideGroup')
-      };
-
-      // Invoke the template with the provided template context, which
-      // is the view's controller by default. A hash of data is also passed that provides
-      // the template with access to the view and render buffer.
-
-      Ember.assert('template must be a function. Did you mean to call Ember.Handlebars.compile("...") or specify templateName instead?', typeof template === 'function');
-      // The template should write directly to the render buffer instead
-      // of returning a string.
-      output = template(context, { data: data });
-
-      // If the template returned a string instead of writing to the buffer,
-      // push the string onto the buffer.
-      if (output !== undefined) { buffer.push(output); }
-    }
-  },
-
-  /**
-    Renders the view again. This will work regardless of whether the
-    view is already in the DOM or not. If the view is in the DOM, the
-    rendering process will be deferred to give bindings a chance
-    to synchronize.
-
-    If children were added during the rendering process using `appendChild`,
-    `rerender` will remove them, because they will be added again
-    if needed by the next `render`.
-
-    In general, if the display of your view changes, you should modify
-    the DOM element directly instead of manually calling `rerender`, which can
-    be slow.
-
-    @method rerender
-  */
-  rerender: function() {
-    return this.currentState.rerender(this);
-  },
-
-  clearRenderedChildren: function() {
-    var lengthBefore = this.lengthBeforeRender,
-        lengthAfter  = this.lengthAfterRender;
-
-    // If there were child views created during the last call to render(),
-    // remove them under the assumption that they will be re-created when
-    // we re-render.
-
-    // VIEW-TODO: Unit test this path.
-    var childViews = this._childViews;
-    for (var i=lengthAfter-1; i>=lengthBefore; i--) {
-      if (childViews[i]) { childViews[i].destroy(); }
-    }
-  },
-
-  /**
-    @private
-
-    Iterates over the view's `classNameBindings` array, inserts the value
-    of the specified property into the `classNames` array, then creates an
-    observer to update the view's element if the bound property ever changes
-    in the future.
-
-    @method _applyClassNameBindings
-  */
-  _applyClassNameBindings: function(classBindings) {
-    var classNames = this.classNames,
-    elem, newClass, dasherizedClass;
-
-    // Loop through all of the configured bindings. These will be either
-    // property names ('isUrgent') or property paths relative to the view
-    // ('content.isUrgent')
-    a_forEach(classBindings, function(binding) {
-
-      // Variable in which the old class value is saved. The observer function
-      // closes over this variable, so it knows which string to remove when
-      // the property changes.
-      var oldClass;
-      // Extract just the property name from bindings like 'foo:bar'
-      var parsedPath = Ember.View._parsePropertyPath(binding);
-
-      // Set up an observer on the context. If the property changes, toggle the
-      // class name.
-      var observer = function() {
-        // Get the current value of the property
-        newClass = this._classStringForProperty(binding);
-        elem = this.$();
-
-        // If we had previously added a class to the element, remove it.
-        if (oldClass) {
-          elem.removeClass(oldClass);
-          // Also remove from classNames so that if the view gets rerendered,
-          // the class doesn't get added back to the DOM.
-          classNames.removeObject(oldClass);
-        }
-
-        // If necessary, add a new class. Make sure we keep track of it so
-        // it can be removed in the future.
-        if (newClass) {
-          elem.addClass(newClass);
-          oldClass = newClass;
-        } else {
-          oldClass = null;
-        }
-      };
-
-      // Get the class name for the property at its current value
-      dasherizedClass = this._classStringForProperty(binding);
-
-      if (dasherizedClass) {
-        // Ensure that it gets into the classNames array
-        // so it is displayed when we render.
-        a_addObject(classNames, dasherizedClass);
-
-        // Save a reference to the class name so we can remove it
-        // if the observer fires. Remember that this variable has
-        // been closed over by the observer.
-        oldClass = dasherizedClass;
-      }
-
-      addObserver(this, parsedPath.path, observer);
-
-      this.one('willClearRender', function() {
-        removeObserver(this, parsedPath.path, observer);
-      });
-    }, this);
-  },
-
-  /**
-    @private
-
-    Iterates through the view's attribute bindings, sets up observers for each,
-    then applies the current value of the attributes to the passed render buffer.
-
-    @method _applyAttributeBindings
-    @param {Ember.RenderBuffer} buffer
-  */
-  _applyAttributeBindings: function(buffer, attributeBindings) {
-    var attributeValue, elem, type;
-
-    a_forEach(attributeBindings, function(binding) {
-      var split = binding.split(':'),
-          property = split[0],
-          attributeName = split[1] || property;
-
-      // Create an observer to add/remove/change the attribute if the
-      // JavaScript property changes.
-      var observer = function() {
-        elem = this.$();
-        if (!elem) { return; }
-
-        attributeValue = get(this, property);
-
-        Ember.View.applyAttributeBindings(elem, attributeName, attributeValue);
-      };
-
-      addObserver(this, property, observer);
-
-      this.one('willClearRender', function() {
-        removeObserver(this, property, observer);
-      });
-
-      // Determine the current value and add it to the render buffer
-      // if necessary.
-      attributeValue = get(this, property);
-      Ember.View.applyAttributeBindings(buffer, attributeName, attributeValue);
-    }, this);
-  },
-
-  /**
-    @private
-
-    Given a property name, returns a dasherized version of that
-    property name if the property evaluates to a non-falsy value.
-
-    For example, if the view has property `isUrgent` that evaluates to true,
-    passing `isUrgent` to this method will return `"is-urgent"`.
-
-    @method _classStringForProperty
-    @param property
-  */
-  _classStringForProperty: function(property) {
-    var parsedPath = Ember.View._parsePropertyPath(property);
-    var path = parsedPath.path;
-
-    var val = get(this, path);
-    if (val === undefined && Ember.isGlobalPath(path)) {
-      val = get(Ember.lookup, path);
-    }
-
-    return Ember.View._classStringForValue(path, val, parsedPath.className, parsedPath.falsyClassName);
-  },
-
-  // ..........................................................
-  // ELEMENT SUPPORT
-  //
-
-  /**
-    Returns the current DOM element for the view.
-
-    @property element
-    @type DOMElement
-  */
-  element: Ember.computed(function(key, value) {
-    if (value !== undefined) {
-      return this.currentState.setElement(this, value);
-    } else {
-      return this.currentState.getElement(this);
-    }
-  }).property('_parentView'),
-
-  /**
-    Returns a jQuery object for this view's element. If you pass in a selector
-    string, this method will return a jQuery object, using the current element
-    as its buffer.
-
-    For example, calling `view.$('li')` will return a jQuery object containing
-    all of the `li` elements inside the DOM element of this view.
-
-    @property $
-    @param {String} [selector] a jQuery-compatible selector string
-    @return {jQuery} the CoreQuery object for the DOM node
-  */
-  $: function(sel) {
-    return this.currentState.$(this, sel);
-  },
-
-  mutateChildViews: function(callback) {
-    var childViews = this._childViews,
-        idx = childViews.length,
-        view;
-
-    while(--idx >= 0) {
-      view = childViews[idx];
-      callback.call(this, view, idx);
-    }
-
-    return this;
-  },
-
-  forEachChildView: function(callback) {
-    var childViews = this._childViews;
-
-    if (!childViews) { return this; }
-
-    var len = childViews.length,
-        view, idx;
-
-    for(idx = 0; idx < len; idx++) {
-      view = childViews[idx];
-      callback.call(this, view);
-    }
-
-    return this;
-  },
-
-  /**
-    Appends the view's element to the specified parent element.
-
-    If the view does not have an HTML representation yet, `createElement()`
-    will be called automatically.
-
-    Note that this method just schedules the view to be appended; the DOM
-    element will not be appended to the given element until all bindings have
-    finished synchronizing.
-
-    This is not typically a function that you will need to call directly when
-    building your application. You might consider using `Ember.ContainerView`
-    instead. If you do need to use `appendTo`, be sure that the target element
-    you are providing is associated with an `Ember.Application` and does not
-    have an ancestor element that is associated with an Ember view.
-
-    @method appendTo
-    @param {String|DOMElement|jQuery} A selector, element, HTML string, or jQuery object
-    @return {Ember.View} receiver
-  */
-  appendTo: function(target) {
-    // Schedule the DOM element to be created and appended to the given
-    // element after bindings have synchronized.
-    this._insertElementLater(function() {
-      Ember.assert("You cannot append to an existing Ember.View. Consider using Ember.ContainerView instead.", !Ember.$(target).is('.ember-view') && !Ember.$(target).parents().is('.ember-view'));
-      this.$().appendTo(target);
-    });
-
-    return this;
-  },
-
-  /**
-    Replaces the content of the specified parent element with this view's
-    element. If the view does not have an HTML representation yet,
-    `createElement()` will be called automatically.
-
-    Note that this method just schedules the view to be appended; the DOM
-    element will not be appended to the given element until all bindings have
-    finished synchronizing
-
-    @method replaceIn
-    @param {String|DOMElement|jQuery} A selector, element, HTML string, or jQuery object
-    @return {Ember.View} received
-  */
-  replaceIn: function(target) {
-    Ember.assert("You cannot replace an existing Ember.View. Consider using Ember.ContainerView instead.", !Ember.$(target).is('.ember-view') && !Ember.$(target).parents().is('.ember-view'));
-
-    this._insertElementLater(function() {
-      Ember.$(target).empty();
-      this.$().appendTo(target);
-    });
-
-    return this;
-  },
-
-  /**
-    @private
-
-    Schedules a DOM operation to occur during the next render phase. This
-    ensures that all bindings have finished synchronizing before the view is
-    rendered.
-
-    To use, pass a function that performs a DOM operation.
-
-    Before your function is called, this view and all child views will receive
-    the `willInsertElement` event. After your function is invoked, this view
-    and all of its child views will receive the `didInsertElement` event.
-
-    ```javascript
-    view._insertElementLater(function() {
-      this.createElement();
-      this.$().appendTo('body');
-    });
-    ```
-
-    @method _insertElementLater
-    @param {Function} fn the function that inserts the element into the DOM
-  */
-  _insertElementLater: function(fn) {
-    this._scheduledInsert = Ember.run.scheduleOnce('render', this, '_insertElement', fn);
-  },
-
-  _insertElement: function (fn) {
-    this._scheduledInsert = null;
-    this.currentState.insertElement(this, fn);
-  },
-
-  /**
-    Appends the view's element to the document body. If the view does
-    not have an HTML representation yet, `createElement()` will be called
-    automatically.
-
-    Note that this method just schedules the view to be appended; the DOM
-    element will not be appended to the document body until all bindings have
-    finished synchronizing.
-
-    @method append
-    @return {Ember.View} receiver
-  */
-  append: function() {
-    return this.appendTo(document.body);
-  },
-
-  /**
-    Removes the view's element from the element to which it is attached.
-
-    @method remove
-    @return {Ember.View} receiver
-  */
-  remove: function() {
-    // What we should really do here is wait until the end of the run loop
-    // to determine if the element has been re-appended to a different
-    // element.
-    // In the interim, we will just re-render if that happens. It is more
-    // important than elements get garbage collected.
-    this.destroyElement();
-    this.invokeRecursively(function(view) {
-      if (view.clearRenderedChildren) { view.clearRenderedChildren(); }
-    });
-  },
-
-  elementId: null,
-
-  /**
-    Attempts to discover the element in the parent element. The default
-    implementation looks for an element with an ID of `elementId` (or the
-    view's guid if `elementId` is null). You can override this method to
-    provide your own form of lookup. For example, if you want to discover your
-    element using a CSS class name instead of an ID.
-
-    @method findElementInParentElement
-    @param {DOMElement} parentElement The parent's DOM element
-    @return {DOMElement} The discovered element
-  */
-  findElementInParentElement: function(parentElem) {
-    var id = "#" + this.elementId;
-    return Ember.$(id)[0] || Ember.$(id, parentElem)[0];
-  },
-
-  /**
-    Creates a DOM representation of the view and all of its
-    child views by recursively calling the `render()` method.
-
-    After the element has been created, `didInsertElement` will
-    be called on this view and all of its child views.
-
-    @method createElement
-    @return {Ember.View} receiver
-  */
-  createElement: function() {
-    if (get(this, 'element')) { return this; }
-
-    var buffer = this.renderToBuffer();
-    set(this, 'element', buffer.element());
-
-    return this;
-  },
-
-  /**
-    Called when a view is going to insert an element into the DOM.
-
-    @event willInsertElement
-  */
-  willInsertElement: Ember.K,
-
-  /**
-    Called when the element of the view has been inserted into the DOM.
-    Override this function to do any set up that requires an element in the
-    document body.
-
-    @event didInsertElement
-  */
-  didInsertElement: Ember.K,
-
-  /**
-    Called when the view is about to rerender, but before anything has
-    been torn down. This is a good opportunity to tear down any manual
-    observers you have installed based on the DOM state
-
-    @event willClearRender
-  */
-  willClearRender: Ember.K,
-
-  /**
-    @private
-
-    Run this callback on the current view and recursively on child views.
-
-    @method invokeRecursively
-    @param fn {Function}
-  */
-  invokeRecursively: function(fn) {
-    var childViews = [this], currentViews, view;
-
-    while (childViews.length) {
-      currentViews = childViews.slice();
-      childViews = [];
-
-      for (var i=0, l=currentViews.length; i<l; i++) {
-        view = currentViews[i];
-        fn.call(view, view);
-        if (view._childViews) {
-          childViews.push.apply(childViews, view._childViews);
-        }
-      }
-    }
-  },
-
-  triggerRecursively: function(eventName) {
-    var childViews = [this], currentViews, view;
-
-    while (childViews.length) {
-      currentViews = childViews.slice();
-      childViews = [];
-
-      for (var i=0, l=currentViews.length; i<l; i++) {
-        view = currentViews[i];
-        if (view.trigger) { view.trigger(eventName); }
-        if (view._childViews) {
-          childViews.push.apply(childViews, view._childViews);
-        }
-      }
-    }
-  },
-
-  /**
-    Destroys any existing element along with the element for any child views
-    as well. If the view does not currently have a element, then this method
-    will do nothing.
-
-    If you implement `willDestroyElement()` on your view, then this method will
-    be invoked on your view before your element is destroyed to give you a
-    chance to clean up any event handlers, etc.
-
-    If you write a `willDestroyElement()` handler, you can assume that your
-    `didInsertElement()` handler was called earlier for the same element.
-
-    Normally you will not call or override this method yourself, but you may
-    want to implement the above callbacks when it is run.
-
-    @method destroyElement
-    @return {Ember.View} receiver
-  */
-  destroyElement: function() {
-    return this.currentState.destroyElement(this);
-  },
-
-  /**
-    Called when the element of the view is going to be destroyed. Override
-    this function to do any teardown that requires an element, like removing
-    event listeners.
-
-    @event willDestroyElement
-  */
-  willDestroyElement: function() {},
-
-  /**
-    @private
-
-    Triggers the `willDestroyElement` event (which invokes the
-    `willDestroyElement()` method if it exists) on this view and all child
-    views.
-
-    Before triggering `willDestroyElement`, it first triggers the
-    `willClearRender` event recursively.
-
-    @method _notifyWillDestroyElement
-  */
-  _notifyWillDestroyElement: function() {
-    this.triggerRecursively('willClearRender');
-    this.triggerRecursively('willDestroyElement');
-  },
-
-  _elementWillChange: Ember.beforeObserver(function() {
-    this.forEachChildView(function(view) {
-      Ember.propertyWillChange(view, 'element');
-    });
-  }, 'element'),
-
-  /**
-    @private
-
-    If this view's element changes, we need to invalidate the caches of our
-    child views so that we do not retain references to DOM elements that are
-    no longer needed.
-
-    @method _elementDidChange
-  */
-  _elementDidChange: Ember.observer(function() {
-    this.forEachChildView(function(view) {
-      Ember.propertyDidChange(view, 'element');
-    });
-  }, 'element'),
-
-  /**
-    Called when the parentView property has changed.
-
-    @event parentViewDidChange
-  */
-  parentViewDidChange: Ember.K,
-
-  instrumentName: 'view',
-
-  instrumentDetails: function(hash) {
-    hash.template = get(this, 'templateName');
-    this._super(hash);
-  },
-
-  _renderToBuffer: function(parentBuffer, bufferOperation) {
-    this.lengthBeforeRender = this._childViews.length;
-    var buffer = this._super(parentBuffer, bufferOperation);
-    this.lengthAfterRender = this._childViews.length;
-
-    return buffer;
-  },
-
-  renderToBufferIfNeeded: function () {
-    return this.currentState.renderToBufferIfNeeded(this, this);
-  },
-
-  beforeRender: function(buffer) {
-    this.applyAttributesToBuffer(buffer);
-    buffer.pushOpeningTag();
-  },
-
-  afterRender: function(buffer) {
-    buffer.pushClosingTag();
-  },
-
-  applyAttributesToBuffer: function(buffer) {
-    // Creates observers for all registered class name and attribute bindings,
-    // then adds them to the element.
-    var classNameBindings = get(this, 'classNameBindings');
-    if (classNameBindings.length) {
-      this._applyClassNameBindings(classNameBindings);
-    }
-
-    // Pass the render buffer so the method can apply attributes directly.
-    // This isn't needed for class name bindings because they use the
-    // existing classNames infrastructure.
-    var attributeBindings = get(this, 'attributeBindings');
-    if (attributeBindings.length) {
-      this._applyAttributeBindings(buffer, attributeBindings);
-    }
-
-    buffer.setClasses(this.classNames);
-    buffer.id(this.elementId);
-
-    var role = get(this, 'ariaRole');
-    if (role) {
-      buffer.attr('role', role);
-    }
-
-    if (get(this, 'isVisible') === false) {
-      buffer.style('display', 'none');
-    }
-  },
-
-  // ..........................................................
-  // STANDARD RENDER PROPERTIES
-  //
-
-  /**
-    Tag name for the view's outer element. The tag name is only used when an
-    element is first created. If you change the `tagName` for an element, you
-    must destroy and recreate the view element.
-
-    By default, the render buffer will use a `<div>` tag for views.
-
-    @property tagName
-    @type String
-    @default null
-  */
-
-  // We leave this null by default so we can tell the difference between
-  // the default case and a user-specified tag.
-  tagName: null,
-
-  /**
-    The WAI-ARIA role of the control represented by this view. For example, a
-    button may have a role of type 'button', or a pane may have a role of
-    type 'alertdialog'. This property is used by assistive software to help
-    visually challenged users navigate rich web applications.
-
-    The full list of valid WAI-ARIA roles is available at:
-    http://www.w3.org/TR/wai-aria/roles#roles_categorization
-
-    @property ariaRole
-    @type String
-    @default null
-  */
-  ariaRole: null,
-
-  /**
-    Standard CSS class names to apply to the view's outer element. This
-    property automatically inherits any class names defined by the view's
-    superclasses as well.
-
-    @property classNames
-    @type Array
-    @default ['ember-view']
-  */
-  classNames: ['ember-view'],
-
-  /**
-    A list of properties of the view to apply as class names. If the property
-    is a string value, the value of that string will be applied as a class
-    name.
-
-    ```javascript
-    // Applies the 'high' class to the view element
-    Ember.View.create({
-      classNameBindings: ['priority']
-      priority: 'high'
-    });
-    ```
-
-    If the value of the property is a Boolean, the name of that property is
-    added as a dasherized class name.
-
-    ```javascript
-    // Applies the 'is-urgent' class to the view element
-    Ember.View.create({
-      classNameBindings: ['isUrgent']
-      isUrgent: true
-    });
-    ```
-
-    If you would prefer to use a custom value instead of the dasherized
-    property name, you can pass a binding like this:
-
-    ```javascript
-    // Applies the 'urgent' class to the view element
-    Ember.View.create({
-      classNameBindings: ['isUrgent:urgent']
-      isUrgent: true
-    });
-    ```
-
-    This list of properties is inherited from the view's superclasses as well.
-
-    @property classNameBindings
-    @type Array
-    @default []
-  */
-  classNameBindings: [],
-
-  /**
-    A list of properties of the view to apply as attributes. If the property is
-    a string value, the value of that string will be applied as the attribute.
-
-    ```javascript
-    // Applies the type attribute to the element
-    // with the value "button", like <div type="button">
-    Ember.View.create({
-      attributeBindings: ['type'],
-      type: 'button'
-    });
-    ```
-
-    If the value of the property is a Boolean, the name of that property is
-    added as an attribute.
-
-    ```javascript
-    // Renders something like <div enabled="enabled">
-    Ember.View.create({
-      attributeBindings: ['enabled'],
-      enabled: true
-    });
-    ```
-
-    @property attributeBindings
-  */
-  attributeBindings: [],
-
-  // .......................................................
-  // CORE DISPLAY METHODS
-  //
-
-  /**
-    @private
-
-    Setup a view, but do not finish waking it up.
-    - configure `childViews`
-    - register the view with the global views hash, which is used for event
-      dispatch
-
-    @method init
-  */
-  init: function() {
-    this.elementId = this.elementId || guidFor(this);
-
-    this._super();
-
-    // setup child views. be sure to clone the child views array first
-    this._childViews = this._childViews.slice();
-
-    Ember.assert("Only arrays are allowed for 'classNameBindings'", Ember.typeOf(this.classNameBindings) === 'array');
-    this.classNameBindings = Ember.A(this.classNameBindings.slice());
-
-    Ember.assert("Only arrays are allowed for 'classNames'", Ember.typeOf(this.classNames) === 'array');
-    this.classNames = Ember.A(this.classNames.slice());
-
-    var viewController = get(this, 'viewController');
-    if (viewController) {
-      viewController = get(viewController);
-      if (viewController) {
-        set(viewController, 'view', this);
-      }
-    }
-  },
-
-  appendChild: function(view, options) {
-    return this.currentState.appendChild(this, view, options);
-  },
-
-  /**
-    Removes the child view from the parent view.
-
-    @method removeChild
-    @param {Ember.View} view
-    @return {Ember.View} receiver
-  */
-  removeChild: function(view) {
-    // If we're destroying, the entire subtree will be
-    // freed, and the DOM will be handled separately,
-    // so no need to mess with childViews.
-    if (this.isDestroying) { return; }
-
-    // update parent node
-    set(view, '_parentView', null);
-
-    // remove view from childViews array.
-    var childViews = this._childViews;
-
-    Ember.EnumerableUtils.removeObject(childViews, view);
-
-    this.propertyDidChange('childViews'); // HUH?! what happened to will change?
-
-    return this;
-  },
-
-  /**
-    Removes all children from the `parentView`.
-
-    @method removeAllChildren
-    @return {Ember.View} receiver
-  */
-  removeAllChildren: function() {
-    return this.mutateChildViews(function(view) {
-      this.removeChild(view);
-    });
-  },
-
-  destroyAllChildren: function() {
-    return this.mutateChildViews(function(view) {
-      view.destroy();
-    });
-  },
-
-  /**
-    Removes the view from its `parentView`, if one is found. Otherwise
-    does nothing.
-
-    @method removeFromParent
-    @return {Ember.View} receiver
-  */
-  removeFromParent: function() {
-    var parent = this._parentView;
-
-    // Remove DOM element from parent
-    this.remove();
-
-    if (parent) { parent.removeChild(this); }
-    return this;
-  },
-
-  /**
-    You must call `destroy` on a view to destroy the view (and all of its
-    child views). This will remove the view from any parent node, then make
-    sure that the DOM element managed by the view can be released by the
-    memory manager.
-
-    @method willDestroy
-  */
-  willDestroy: function() {
-    // calling this._super() will nuke computed properties and observers,
-    // so collect any information we need before calling super.
-    var childViews = this._childViews,
-        parent = this._parentView,
-        childLen;
-
-    // destroy the element -- this will avoid each child view destroying
-    // the element over and over again...
-    if (!this.removedFromDOM) { this.destroyElement(); }
-
-    // remove from non-virtual parent view if viewName was specified
-    if (this.viewName) {
-      var nonVirtualParentView = get(this, 'parentView');
-      if (nonVirtualParentView) {
-        set(nonVirtualParentView, this.viewName, null);
-      }
-    }
-
-    // remove from parent if found. Don't call removeFromParent,
-    // as removeFromParent will try to remove the element from
-    // the DOM again.
-    if (parent) { parent.removeChild(this); }
-
-    this.transitionTo('destroyed');
-
-    childLen = childViews.length;
-    for (var i=childLen-1; i>=0; i--) {
-      childViews[i].removedFromDOM = true;
-      childViews[i].destroy();
-    }
-
-    // next remove view from global hash
-    if (!this.isVirtual) delete Ember.View.views[get(this, 'elementId')];
-  },
-
-  /**
-    Instantiates a view to be added to the childViews array during view
-    initialization. You generally will not call this method directly unless
-    you are overriding `createChildViews()`. Note that this method will
-    automatically configure the correct settings on the new view instance to
-    act as a child of the parent.
-
-    @method createChildView
-    @param {Class} viewClass
-    @param {Hash} [attrs] Attributes to add
-    @return {Ember.View} new instance
-  */
-  createChildView: function(view, attrs) {
-    if (view.isView && view._parentView === this) { return view; }
-
-    if (Ember.CoreView.detect(view)) {
-      attrs = attrs || {};
-      attrs._parentView = this;
-      attrs.templateData = attrs.templateData || get(this, 'templateData');
-
-      view = view.create(attrs);
-
-      // don't set the property on a virtual view, as they are invisible to
-      // consumers of the view API
-      if (view.viewName) { set(get(this, 'concreteView'), view.viewName, view); }
-    } else {
-      Ember.assert('You must pass instance or subclass of View', view.isView);
-
-      if (attrs) {
-        view.setProperties(attrs);
-      }
-
-      if (!get(view, 'templateData')) {
-        set(view, 'templateData', get(this, 'templateData'));
-      }
-
-      set(view, '_parentView', this);
-    }
-
-    return view;
-  },
-
-  becameVisible: Ember.K,
-  becameHidden: Ember.K,
-
-  /**
-    @private
-
-    When the view's `isVisible` property changes, toggle the visibility
-    element of the actual DOM element.
-
-    @method _isVisibleDidChange
-  */
-  _isVisibleDidChange: Ember.observer(function() {
-    var $el = this.$();
-    if (!$el) { return; }
-
-    var isVisible = get(this, 'isVisible');
-
-    $el.toggle(isVisible);
-
-    if (this._isAncestorHidden()) { return; }
-
-    if (isVisible) {
-      this._notifyBecameVisible();
-    } else {
-      this._notifyBecameHidden();
-    }
-  }, 'isVisible'),
-
-  _notifyBecameVisible: function() {
-    this.trigger('becameVisible');
-
-    this.forEachChildView(function(view) {
-      var isVisible = get(view, 'isVisible');
-
-      if (isVisible || isVisible === null) {
-        view._notifyBecameVisible();
-      }
-    });
-  },
-
-  _notifyBecameHidden: function() {
-    this.trigger('becameHidden');
-    this.forEachChildView(function(view) {
-      var isVisible = get(view, 'isVisible');
-
-      if (isVisible || isVisible === null) {
-        view._notifyBecameHidden();
-      }
-    });
-  },
-
-  _isAncestorHidden: function() {
-    var parent = get(this, 'parentView');
-
-    while (parent) {
-      if (get(parent, 'isVisible') === false) { return true; }
-
-      parent = get(parent, 'parentView');
-    }
-
-    return false;
-  },
-
-  clearBuffer: function() {
-    this.invokeRecursively(function(view) {
-      view.buffer = null;
-    });
-  },
-
-  transitionTo: function(state, children) {
-    this.currentState = this.states[state];
-    this.state = state;
-
-    if (children !== false) {
-      this.forEachChildView(function(view) {
-        view.transitionTo(state);
-      });
-    }
-  },
-
-  // .......................................................
-  // EVENT HANDLING
-  //
-
-  /**
-    @private
-
-    Handle events from `Ember.EventDispatcher`
-
-    @method handleEvent
-    @param eventName {String}
-    @param evt {Event}
-  */
-  handleEvent: function(eventName, evt) {
-    return this.currentState.handleEvent(this, eventName, evt);
-  }
-
-});
-
-/*
-  Describe how the specified actions should behave in the various
-  states that a view can exist in. Possible states:
-
-  * preRender: when a view is first instantiated, and after its
-    element was destroyed, it is in the preRender state
-  * inBuffer: once a view has been rendered, but before it has
-    been inserted into the DOM, it is in the inBuffer state
-  * inDOM: once a view has been inserted into the DOM it is in
-    the inDOM state. A view spends the vast majority of its
-    existence in this state.
-  * destroyed: once a view has been destroyed (using the destroy
-    method), it is in this state. No further actions can be invoked
-    on a destroyed view.
-*/
-
-  // in the destroyed state, everything is illegal
-
-  // before rendering has begun, all legal manipulations are noops.
-
-  // inside the buffer, legal manipulations are done on the buffer
-
-  // once the view has been inserted into the DOM, legal manipulations
-  // are done on the DOM element.
-
-var DOMManager = {
-  prepend: function(view, html) {
-    view.$().prepend(html);
-  },
-
-  after: function(view, html) {
-    view.$().after(html);
-  },
-
-  html: function(view, html) {
-    view.$().html(html);
-  },
-
-  replace: function(view) {
-    var element = get(view, 'element');
-
-    set(view, 'element', null);
-
-    view._insertElementLater(function() {
-      Ember.$(element).replaceWith(get(view, 'element'));
-    });
-  },
-
-  remove: function(view) {
-    view.$().remove();
-  },
-
-  empty: function(view) {
-    view.$().empty();
-  }
-};
-
-Ember.View.reopen({
-  domManager: DOMManager
-});
-
-Ember.View.reopenClass({
-
-  /**
-    @private
-
-    Parse a path and return an object which holds the parsed properties.
-
-    For example a path like "content.isEnabled:enabled:disabled" wil return the
-    following object:
-
-    ```javascript
-    {
-      path: "content.isEnabled",
-      className: "enabled",
-      falsyClassName: "disabled",
-      classNames: ":enabled:disabled"
-    }
-    ```
-
-    @method _parsePropertyPath
-    @static
-  */
-  _parsePropertyPath: function(path) {
-    var split = path.split(':'),
-        propertyPath = split[0],
-        classNames = "",
-        className,
-        falsyClassName;
-
-    // check if the property is defined as prop:class or prop:trueClass:falseClass
-    if (split.length > 1) {
-      className = split[1];
-      if (split.length === 3) { falsyClassName = split[2]; }
-
-      classNames = ':' + className;
-      if (falsyClassName) { classNames += ":" + falsyClassName; }
-    }
-
-    return {
-      path: propertyPath,
-      classNames: classNames,
-      className: (className === '') ? undefined : className,
-      falsyClassName: falsyClassName
-    };
-  },
-
-  /**
-    @private
-
-    Get the class name for a given value, based on the path, optional
-    `className` and optional `falsyClassName`.
-
-    - if a `className` or `falsyClassName` has been specified:
-      - if the value is truthy and `className` has been specified, 
-        `className` is returned
-      - if the value is falsy and `falsyClassName` has been specified, 
-        `falsyClassName` is returned
-      - otherwise `null` is returned
-    - if the value is `true`, the dasherized last part of the supplied path 
-      is returned
-    - if the value is not `false`, `undefined` or `null`, the `value` 
-      is returned
-    - if none of the above rules apply, `null` is returned
-
-    @method _classStringForValue
-    @param path
-    @param val
-    @param className
-    @param falsyClassName
-    @static
-  */
-  _classStringForValue: function(path, val, className, falsyClassName) {
-    // When using the colon syntax, evaluate the truthiness or falsiness
-    // of the value to determine which className to return
-    if (className || falsyClassName) {
-      if (className && !!val) {
-        return className;
-
-      } else if (falsyClassName && !val) {
-        return falsyClassName;
-
-      } else {
-        return null;
-      }
-
-    // If value is a Boolean and true, return the dasherized property
-    // name.
-    } else if (val === true) {
-      // Normalize property path to be suitable for use
-      // as a class name. For exaple, content.foo.barBaz
-      // becomes bar-baz.
-      var parts = path.split('.');
-      return Ember.String.dasherize(parts[parts.length-1]);
-
-    // If the value is not false, undefined, or null, return the current
-    // value of the property.
-    } else if (val !== false && val !== undefined && val !== null) {
-      return val;
-
-    // Nothing to display. Return null so that the old class is removed
-    // but no new class is added.
-    } else {
-      return null;
-    }
-  }
-});
-
-/**
-  Global views hash
-
-  @property views
-  @static
-  @type Hash
-*/
-Ember.View.views = {};
-
-// If someone overrides the child views computed property when
-// defining their class, we want to be able to process the user's
-// supplied childViews and then restore the original computed property
-// at view initialization time. This happens in Ember.ContainerView's init
-// method.
-Ember.View.childViewsProperty = childViewsProperty;
-
-Ember.View.applyAttributeBindings = function(elem, name, value) {
-  var type = Ember.typeOf(value);
-  var currentValue = elem.attr(name);
-
-  // if this changes, also change the logic in ember-handlebars/lib/helpers/binding.js
-  if ((type === 'string' || (type === 'number' && !isNaN(value))) && value !== currentValue) {
-    elem.attr(name, value);
-  } else if (value && type === 'boolean') {
-    elem.attr(name, name);
-  } else if (!value) {
-    elem.removeAttr(name);
-  }
-};
-
-Ember.View.states = states;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set;
-
-Ember.View.states._default = {
-  // appendChild is only legal while rendering the buffer.
-  appendChild: function() {
-    throw "You can't use appendChild outside of the rendering process";
-  },
-
-  $: function() {
-    return undefined;
-  },
-
-  getElement: function() {
-    return null;
-  },
-
-  // Handle events from `Ember.EventDispatcher`
-  handleEvent: function() {
-    return true; // continue event propagation
-  },
-
-  destroyElement: function(view) {
-    set(view, 'element', null);
-    if (view._scheduledInsert) {
-      Ember.run.cancel(view._scheduledInsert);
-      view._scheduledInsert = null;
-    }
-    return view;
-  },
-
-  renderToBufferIfNeeded: function () {
-    return false;
-  },
-
-  rerender: Ember.K
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var preRender = Ember.View.states.preRender = Ember.create(Ember.View.states._default);
-
-Ember.merge(preRender, {
-  // a view leaves the preRender state once its element has been
-  // created (createElement).
-  insertElement: function(view, fn) {
-    view.createElement();
-    view.triggerRecursively('willInsertElement');
-    // after createElement, the view will be in the hasElement state.
-    fn.call(view);
-    view.transitionTo('inDOM');
-    view.triggerRecursively('didInsertElement');
-  },
-
-  renderToBufferIfNeeded: function(view) {
-    return view.renderToBuffer();
-  },
-
-  empty: Ember.K,
-
-  setElement: function(view, value) {
-    if (value !== null) {
-      view.transitionTo('hasElement');
-    }
-    return value;
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, meta = Ember.meta;
-
-var inBuffer = Ember.View.states.inBuffer = Ember.create(Ember.View.states._default);
-
-Ember.merge(inBuffer, {
-  $: function(view, sel) {
-    // if we don't have an element yet, someone calling this.$() is
-    // trying to update an element that isn't in the DOM. Instead,
-    // rerender the view to allow the render method to reflect the
-    // changes.
-    view.rerender();
-    return Ember.$();
-  },
-
-  // when a view is rendered in a buffer, rerendering it simply
-  // replaces the existing buffer with a new one
-  rerender: function(view) {
-    throw new Ember.Error("Something you did caused a view to re-render after it rendered but before it was inserted into the DOM.");
-  },
-
-  // when a view is rendered in a buffer, appending a child
-  // view will render that view and append the resulting
-  // buffer into its buffer.
-  appendChild: function(view, childView, options) {
-    var buffer = view.buffer;
-
-    childView = view.createChildView(childView, options);
-    view._childViews.push(childView);
-
-    childView.renderToBuffer(buffer);
-
-    view.propertyDidChange('childViews');
-
-    return childView;
-  },
-
-  // when a view is rendered in a buffer, destroying the
-  // element will simply destroy the buffer and put the
-  // state back into the preRender state.
-  destroyElement: function(view) {
-    view.clearBuffer();
-    view._notifyWillDestroyElement();
-    view.transitionTo('preRender');
-
-    return view;
-  },
-
-  empty: function() {
-    Ember.assert("Emptying a view in the inBuffer state is not allowed and should not happen under normal circumstances. Most likely there is a bug in your application. This may be due to excessive property change notifications.");
-  },
-
-  renderToBufferIfNeeded: function (view) {
-    return view.buffer;
-  },
-
-  // It should be impossible for a rendered view to be scheduled for
-  // insertion.
-  insertElement: function() {
-    throw "You can't insert an element that has already been rendered";
-  },
-
-  setElement: function(view, value) {
-    if (value === null) {
-      view.transitionTo('preRender');
-    } else {
-      view.clearBuffer();
-      view.transitionTo('hasElement');
-    }
-
-    return value;
-  }
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, meta = Ember.meta;
-
-var hasElement = Ember.View.states.hasElement = Ember.create(Ember.View.states._default);
-
-Ember.merge(hasElement, {
-  $: function(view, sel) {
-    var elem = get(view, 'element');
-    return sel ? Ember.$(sel, elem) : Ember.$(elem);
-  },
-
-  getElement: function(view) {
-    var parent = get(view, 'parentView');
-    if (parent) { parent = get(parent, 'element'); }
-    if (parent) { return view.findElementInParentElement(parent); }
-    return Ember.$("#" + get(view, 'elementId'))[0];
-  },
-
-  setElement: function(view, value) {
-    if (value === null) {
-      view.transitionTo('preRender');
-    } else {
-      throw "You cannot set an element to a non-null value when the element is already in the DOM.";
-    }
-
-    return value;
-  },
-
-  // once the view has been inserted into the DOM, rerendering is
-  // deferred to allow bindings to synchronize.
-  rerender: function(view) {
-    view.triggerRecursively('willClearRender');
-
-    view.clearRenderedChildren();
-
-    view.domManager.replace(view);
-    return view;
-  },
-
-  // once the view is already in the DOM, destroying it removes it
-  // from the DOM, nukes its element, and puts it back into the
-  // preRender state if inDOM.
-
-  destroyElement: function(view) {
-    view._notifyWillDestroyElement();
-    view.domManager.remove(view);
-    set(view, 'element', null);
-    if (view._scheduledInsert) {
-      Ember.run.cancel(view._scheduledInsert);
-      view._scheduledInsert = null;
-    }
-    return view;
-  },
-
-  empty: function(view) {
-    var _childViews = view._childViews, len, idx;
-    if (_childViews) {
-      len = _childViews.length;
-      for (idx = 0; idx < len; idx++) {
-        _childViews[idx]._notifyWillDestroyElement();
-      }
-    }
-    view.domManager.empty(view);
-  },
-
-  // Handle events from `Ember.EventDispatcher`
-  handleEvent: function(view, eventName, evt) {
-    if (view.has(eventName)) {
-      // Handler should be able to re-dispatch events, so we don't
-      // preventDefault or stopPropagation.
-      return view.trigger(eventName, evt);
-    } else {
-      return true; // continue event propagation
-    }
-  }
-});
-
-var inDOM = Ember.View.states.inDOM = Ember.create(hasElement);
-
-Ember.merge(inDOM, {
-  insertElement: function(view, fn) {
-    throw "You can't insert an element into the DOM that has already been inserted";
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var destroyedError = "You can't call %@ on a destroyed view", fmt = Ember.String.fmt;
-
-var destroyed = Ember.View.states.destroyed = Ember.create(Ember.View.states._default);
-
-Ember.merge(destroyed, {
-  appendChild: function() {
-    throw fmt(destroyedError, ['appendChild']);
-  },
-  rerender: function() {
-    throw fmt(destroyedError, ['rerender']);
-  },
-  destroyElement: function() {
-    throw fmt(destroyedError, ['destroyElement']);
-  },
-  empty: function() {
-    throw fmt(destroyedError, ['empty']);
-  },
-
-  setElement: function() {
-    throw fmt(destroyedError, ["set('element', ...)"]);
-  },
-
-  renderToBufferIfNeeded: function() {
-    throw fmt(destroyedError, ["renderToBufferIfNeeded"]);
-  },
-
-  // Since element insertion is scheduled, don't do anything if
-  // the view has been destroyed between scheduling and execution
-  insertElement: Ember.K
-});
-
-
-})();
-
-
-
-(function() {
-Ember.View.cloneStates = function(from) {
-  var into = {};
-
-  into._default = {};
-  into.preRender = Ember.create(into._default);
-  into.destroyed = Ember.create(into._default);
-  into.inBuffer = Ember.create(into._default);
-  into.hasElement = Ember.create(into._default);
-  into.inDOM = Ember.create(into.hasElement);
-
-  var viewState;
-
-  for (var stateName in from) {
-    if (!from.hasOwnProperty(stateName)) { continue; }
-    Ember.merge(into[stateName], from[stateName]);
-  }
-
-  return into;
-};
-
-})();
-
-
-
-(function() {
-var states = Ember.View.cloneStates(Ember.View.states);
-
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, meta = Ember.meta;
-var forEach = Ember.EnumerableUtils.forEach;
-
-var childViewsProperty = Ember.computed(function() {
-  return get(this, '_childViews');
-}).property('_childViews');
-
-/**
-  A `ContainerView` is an `Ember.View` subclass that allows for manual or
-  programatic management of a view's `childViews` array that will correctly
-  update the `ContainerView` instance's rendered DOM representation.
-
-  ## Setting Initial Child Views
-
-  The initial array of child views can be set in one of two ways. You can
-  provide a `childViews` property at creation time that contains instance of
-  `Ember.View`:
-
-  ```javascript
-  aContainer = Ember.ContainerView.create({
-    childViews: [Ember.View.create(), Ember.View.create()]
-  });
-  ```
-
-  You can also provide a list of property names whose values are instances of
-  `Ember.View`:
-
-  ```javascript
-  aContainer = Ember.ContainerView.create({
-    childViews: ['aView', 'bView', 'cView'],
-    aView: Ember.View.create(),
-    bView: Ember.View.create(),
-    cView: Ember.View.create()
-  });
-  ```
-
-  The two strategies can be combined:
-
-  ```javascript
-  aContainer = Ember.ContainerView.create({
-    childViews: ['aView', Ember.View.create()],
-    aView: Ember.View.create()
-  });
-  ```
-
-  Each child view's rendering will be inserted into the container's rendered
-  HTML in the same order as its position in the `childViews` property.
-
-  ## Adding and Removing Child Views
-
-  The views in a container's `childViews` array should be added and removed by
-  manipulating the `childViews` property directly.
-
-  To remove a view pass that view into a `removeObject` call on the container's
-  `childViews` property.
-
-  Given an empty `<body>` the following code
-
-  ```javascript
-  aContainer = Ember.ContainerView.create({
-    classNames: ['the-container'],
-    childViews: ['aView', 'bView'],
-    aView: Ember.View.create({
-      template: Ember.Handlebars.compile("A")
-    }),
-    bView: Ember.View.create({
-      template: Ember.Handlebars.compile("B")
-    })
-  });
-
-  aContainer.appendTo('body');
-  ```
-
-  Results in the HTML
-
-  ```html
-  <div class="ember-view the-container">
-    <div class="ember-view">A</div>
-    <div class="ember-view">B</div>
-  </div>
-  ```
-
-  Removing a view
-
-  ```javascript
-  aContainer.get('childViews');  // [aContainer.aView, aContainer.bView]
-  aContainer.get('childViews').removeObject(aContainer.get('bView'));
-  aContainer.get('childViews');  // [aContainer.aView]
-  ```
-
-  Will result in the following HTML
-
-  ```html
-  <div class="ember-view the-container">
-    <div class="ember-view">A</div>
-  </div>
-  ```
-
-  Similarly, adding a child view is accomplished by adding `Ember.View` instances to the
-  container's `childViews` property.
-
-  Given an empty `<body>` the following code
-
-  ```javascript
-  aContainer = Ember.ContainerView.create({
-    classNames: ['the-container'],
-    childViews: ['aView', 'bView'],
-    aView: Ember.View.create({
-      template: Ember.Handlebars.compile("A")
-    }),
-    bView: Ember.View.create({
-      template: Ember.Handlebars.compile("B")
-    })
-  });
-
-  aContainer.appendTo('body');
-  ```
-
-  Results in the HTML
-
-  ```html
-  <div class="ember-view the-container">
-    <div class="ember-view">A</div>
-    <div class="ember-view">B</div>
-  </div>
-  ```
-
-  Adding a view
-
-  ```javascript
-  AnotherViewClass = Ember.View.extend({
-    template: Ember.Handlebars.compile("Another view")
-  });
-
-  aContainer.get('childViews');  // [aContainer.aView, aContainer.bView]
-  aContainer.get('childViews').pushObject(AnotherViewClass.create());
-  aContainer.get('childViews');  // [aContainer.aView, aContainer.bView, <AnotherViewClass instance>]
-  ```
-
-  Will result in the following HTML
-
-  ```html
-  <div class="ember-view the-container">
-    <div class="ember-view">A</div>
-    <div class="ember-view">B</div>
-    <div class="ember-view">Another view</div>
-  </div>
-  ```
-
-  Direct manipulation of `childViews` presence or absence in the DOM via calls
-  to `remove` or `removeFromParent` or calls to a container's `removeChild` may
-  not behave correctly.
-
-  Calling `remove()` on a child view will remove the view's HTML, but it will
-  remain as part of its container's `childView`s property.
-
-  Calling `removeChild()` on the container will remove the passed view instance
-  from the container's `childView`s but keep its HTML within the container's
-  rendered view.
-
-  Calling `removeFromParent()` behaves as expected but should be avoided in
-  favor of direct manipulation of a container's `childViews` property.
-
-  ```javascript
-  aContainer = Ember.ContainerView.create({
-    classNames: ['the-container'],
-    childViews: ['aView', 'bView'],
-    aView: Ember.View.create({
-      template: Ember.Handlebars.compile("A")
-    }),
-    bView: Ember.View.create({
-      template: Ember.Handlebars.compile("B")
-    })
-  });
-
-  aContainer.appendTo('body');
-  ```
-
-  Results in the HTML
-
-  ```html
-  <div class="ember-view the-container">
-    <div class="ember-view">A</div>
-    <div class="ember-view">B</div>
-  </div>
-  ```
-
-  Calling `aContainer.get('aView').removeFromParent()` will result in the
-  following HTML
-
-  ```html
-  <div class="ember-view the-container">
-    <div class="ember-view">B</div>
-  </div>
-  ```
-
-  And the `Ember.View` instance stored in `aContainer.aView` will be removed from `aContainer`'s
-  `childViews` array.
-
-  ## Templates and Layout
-
-  A `template`, `templateName`, `defaultTemplate`, `layout`, `layoutName` or
-  `defaultLayout` property on a container view will not result in the template
-  or layout being rendered. The HTML contents of a `Ember.ContainerView`'s DOM
-  representation will only be the rendered HTML of its child views.
-
-  ## Binding a View to Display
-
-  If you would like to display a single view in your ContainerView, you can set
-  its `currentView` property. When the `currentView` property is set to a view
-  instance, it will be added to the ContainerView's `childViews` array. If the
-  `currentView` property is later changed to a different view, the new view
-  will replace the old view. If `currentView` is set to `null`, the last
-  `currentView` will be removed.
-
-  This functionality is useful for cases where you want to bind the display of
-  a ContainerView to a controller or state manager. For example, you can bind
-  the `currentView` of a container to a controller like this:
-
-  ```javascript
-  App.appController = Ember.Object.create({
-    view: Ember.View.create({
-      templateName: 'person_template'
-    })
-  });
-  ```
-
-  ```handlebars
-  {{view Ember.ContainerView currentViewBinding="App.appController.view"}}
-  ```
-
-  @class ContainerView
-  @namespace Ember
-  @extends Ember.View
-*/
-
-Ember.ContainerView = Ember.View.extend({
-  states: states,
-
-  init: function() {
-    this._super();
-
-    var childViews = get(this, 'childViews');
-    Ember.defineProperty(this, 'childViews', childViewsProperty);
-
-    var _childViews = this._childViews;
-
-    forEach(childViews, function(viewName, idx) {
-      var view;
-
-      if ('string' === typeof viewName) {
-        view = get(this, viewName);
-        view = this.createChildView(view);
-        set(this, viewName, view);
-      } else {
-        view = this.createChildView(viewName);
-      }
-
-      _childViews[idx] = view;
-    }, this);
-
-    var currentView = get(this, 'currentView');
-    if (currentView) _childViews.push(this.createChildView(currentView));
-
-    // Make the _childViews array observable
-    Ember.A(_childViews);
-
-    // Sets up an array observer on the child views array. This
-    // observer will detect when child views are added or removed
-    // and update the DOM to reflect the mutation.
-    get(this, 'childViews').addArrayObserver(this, {
-      willChange: 'childViewsWillChange',
-      didChange: 'childViewsDidChange'
-    });
-  },
-
-  /**
-    @private
-
-    Instructs each child view to render to the passed render buffer.
-
-    @method render
-    @param {Ember.RenderBuffer} buffer the buffer to render to
-  */
-  render: function(buffer) {
-    this.forEachChildView(function(view) {
-      view.renderToBuffer(buffer);
-    });
-  },
-
-  instrumentName: 'render.container',
-
-  /**
-    @private
-
-    When the container view is destroyed, tear down the child views
-    array observer.
-
-    @method willDestroy
-  */
-  willDestroy: function() {
-    get(this, 'childViews').removeArrayObserver(this, {
-      willChange: 'childViewsWillChange',
-      didChange: 'childViewsDidChange'
-    });
-
-    this._super();
-  },
-
-  /**
-    @private
-
-    When a child view is removed, destroy its element so that
-    it is removed from the DOM.
-
-    The array observer that triggers this action is set up in the
-    `renderToBuffer` method.
-
-    @method childViewsWillChange
-    @param {Ember.Array} views the child views array before mutation
-    @param {Number} start the start position of the mutation
-    @param {Number} removed the number of child views removed
-  **/
-  childViewsWillChange: function(views, start, removed) {
-    if (removed === 0) { return; }
-
-    var changedViews = views.slice(start, start+removed);
-    this.initializeViews(changedViews, null, null);
-
-    this.currentState.childViewsWillChange(this, views, start, removed);
-  },
-
-  /**
-    @private
-
-    When a child view is added, make sure the DOM gets updated appropriately.
-
-    If the view has already rendered an element, we tell the child view to
-    create an element and insert it into the DOM. If the enclosing container
-    view has already written to a buffer, but not yet converted that buffer
-    into an element, we insert the string representation of the child into the
-    appropriate place in the buffer.
-
-    @method childViewsDidChange
-    @param {Ember.Array} views the array of child views afte the mutation has occurred
-    @param {Number} start the start position of the mutation
-    @param {Number} removed the number of child views removed
-    @param {Number} the number of child views added
-  */
-  childViewsDidChange: function(views, start, removed, added) {
-    var len = get(views, 'length');
-
-    // No new child views were added; bail out.
-    if (added === 0) return;
-
-    var changedViews = views.slice(start, start+added);
-    this.initializeViews(changedViews, this, get(this, 'templateData'));
-
-    // Let the current state handle the changes
-    this.currentState.childViewsDidChange(this, views, start, added);
-  },
-
-  initializeViews: function(views, parentView, templateData) {
-    forEach(views, function(view) {
-      set(view, '_parentView', parentView);
-
-      if (!get(view, 'templateData')) {
-        set(view, 'templateData', templateData);
-      }
-    });
-  },
-
-  currentView: null,
-
-  _currentViewWillChange: Ember.beforeObserver(function() {
-    var childViews = get(this, 'childViews'),
-        currentView = get(this, 'currentView');
-
-    if (currentView) {
-      currentView.destroy();
-      childViews.removeObject(currentView);
-    }
-  }, 'currentView'),
-
-  _currentViewDidChange: Ember.observer(function() {
-    var childViews = get(this, 'childViews'),
-        currentView = get(this, 'currentView');
-
-    if (currentView) {
-      childViews.pushObject(currentView);
-    }
-  }, 'currentView'),
-
-  _ensureChildrenAreInDOM: function () {
-    this.currentState.ensureChildrenAreInDOM(this);
-  }
-});
-
-Ember.merge(states._default, {
-  childViewsWillChange: Ember.K,
-  childViewsDidChange: Ember.K,
-  ensureChildrenAreInDOM: Ember.K
-});
-
-Ember.merge(states.inBuffer, {
-  childViewsDidChange: function(parentView, views, start, added) {
-    throw new Error('You cannot modify child views while in the inBuffer state');
-  }
-});
-
-Ember.merge(states.hasElement, {
-  childViewsWillChange: function(view, views, start, removed) {
-    for (var i=start; i<start+removed; i++) {
-      views[i].remove();
-    }
-  },
-
-  childViewsDidChange: function(view, views, start, added) {
-    Ember.run.scheduleOnce('render', view, '_ensureChildrenAreInDOM');
-  },
-
-  ensureChildrenAreInDOM: function(view) {
-    var childViews = view.get('childViews'), i, len, childView, previous, buffer;
-    for (i = 0, len = childViews.length; i < len; i++) {
-      childView = childViews[i];
-      buffer = childView.renderToBufferIfNeeded();
-      if (buffer) {
-        childView.triggerRecursively('willInsertElement');
-        if (previous) {
-          previous.domManager.after(previous, buffer.string());
-        } else {
-          view.domManager.prepend(view, buffer.string());
-        }
-        childView.transitionTo('inDOM');
-        childView.propertyDidChange('element');
-        childView.triggerRecursively('didInsertElement');
-      }
-      previous = childView;
-    }
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-views
-*/
-
-var get = Ember.get, set = Ember.set, fmt = Ember.String.fmt;
-
-/**
-  `Ember.CollectionView` is an `Ember.View` descendent responsible for managing
-  a collection (an array or array-like object) by maintaing a child view object
-  and associated DOM representation for each item in the array and ensuring
-  that child views and their associated rendered HTML are updated when items in
-  the array are added, removed, or replaced.
-
-  ## Setting content
-
-  The managed collection of objects is referenced as the `Ember.CollectionView`
-  instance's `content` property.
-
-  ```javascript
-  someItemsView = Ember.CollectionView.create({
-    content: ['A', 'B','C']
-  })
-  ```
-
-  The view for each item in the collection will have its `content` property set
-  to the item.
-
-  ## Specifying itemViewClass
-
-  By default the view class for each item in the managed collection will be an
-  instance of `Ember.View`. You can supply a different class by setting the
-  `CollectionView`'s `itemViewClass` property.
-
-  Given an empty `<body>` and the following code:
-
-  ```javascript 
-  someItemsView = Ember.CollectionView.create({
-    classNames: ['a-collection'],
-    content: ['A','B','C'],
-    itemViewClass: Ember.View.extend({
-      template: Ember.Handlebars.compile("the letter: {{view.content}}")
-    })
-  });
-
-  someItemsView.appendTo('body');
-  ```
-
-  Will result in the following HTML structure
-
-  ```html
-  <div class="ember-view a-collection">
-    <div class="ember-view">the letter: A</div>
-    <div class="ember-view">the letter: B</div>
-    <div class="ember-view">the letter: C</div>
-  </div>
-  ```
-
-  ## Automatic matching of parent/child tagNames
-
-  Setting the `tagName` property of a `CollectionView` to any of
-  "ul", "ol", "table", "thead", "tbody", "tfoot", "tr", or "select" will result
-  in the item views receiving an appropriately matched `tagName` property.
-
-  Given an empty `<body>` and the following code:
-
-  ```javascript
-  anUndorderedListView = Ember.CollectionView.create({
-    tagName: 'ul',
-    content: ['A','B','C'],
-    itemViewClass: Ember.View.extend({
-      template: Ember.Handlebars.compile("the letter: {{view.content}}")
-    })
-  });
-
-  anUndorderedListView.appendTo('body');
-  ```
-
-  Will result in the following HTML structure
-
-  ```html
-  <ul class="ember-view a-collection">
-    <li class="ember-view">the letter: A</li>
-    <li class="ember-view">the letter: B</li>
-    <li class="ember-view">the letter: C</li>
-  </ul>
-  ```
-
-  Additional `tagName` pairs can be provided by adding to
-  `Ember.CollectionView.CONTAINER_MAP `
-
-  ```javascript
-  Ember.CollectionView.CONTAINER_MAP['article'] = 'section'
-  ```
-
-  ## Programatic creation of child views
-
-  For cases where additional customization beyond the use of a single
-  `itemViewClass` or `tagName` matching is required CollectionView's
-  `createChildView` method can be overidden:
-
-  ```javascript
-  CustomCollectionView = Ember.CollectionView.extend({
-    createChildView: function(viewClass, attrs) {
-      if (attrs.content.kind == 'album') {
-        viewClass = App.AlbumView;
-      } else {
-        viewClass = App.SongView;
-      }
-      this._super(viewClass, attrs);
-    }
-  });
-  ```
-
-  ## Empty View
-
-  You can provide an `Ember.View` subclass to the `Ember.CollectionView`
-  instance as its `emptyView` property. If the `content` property of a
-  `CollectionView` is set to `null` or an empty array, an instance of this view
-  will be the `CollectionView`s only child.
-
-  ```javascript
-  aListWithNothing = Ember.CollectionView.create({
-    classNames: ['nothing']
-    content: null,
-    emptyView: Ember.View.extend({
-      template: Ember.Handlebars.compile("The collection is empty")
-    })
-  });
-
-  aListWithNothing.appendTo('body');
-  ```
-
-  Will result in the following HTML structure
-
-  ```html
-  <div class="ember-view nothing">
-    <div class="ember-view">
-      The collection is empty
-    </div>
-  </div>
-  ```
-
-  ## Adding and Removing items
-
-  The `childViews` property of a `CollectionView` should not be directly
-  manipulated. Instead, add, remove, replace items from its `content` property.
-  This will trigger appropriate changes to its rendered HTML.
-
-  ## Use in templates via the `{{collection}}` `Ember.Handlebars` helper
-
-  `Ember.Handlebars` provides a helper specifically for adding
-  `CollectionView`s to templates. See `Ember.Handlebars.collection` for more
-  details
-
-  @class CollectionView
-  @namespace Ember
-  @extends Ember.ContainerView
-  @since Ember 0.9
-*/
-Ember.CollectionView = Ember.ContainerView.extend(
-/** @scope Ember.CollectionView.prototype */ {
-
-  /**
-    A list of items to be displayed by the `Ember.CollectionView`.
-
-    @property content
-    @type Ember.Array
-    @default null
-  */
-  content: null,
-
-  /**
-    @private
-
-    This provides metadata about what kind of empty view class this
-    collection would like if it is being instantiated from another
-    system (like Handlebars)
-
-    @property emptyViewClass
-  */
-  emptyViewClass: Ember.View,
-
-  /**
-    An optional view to display if content is set to an empty array.
-
-    @property emptyView
-    @type Ember.View
-    @default null
-  */
-  emptyView: null,
-
-  /**
-    @property itemViewClass
-    @type Ember.View
-    @default Ember.View
-  */
-  itemViewClass: Ember.View,
-
-  init: function() {
-    var ret = this._super();
-    this._contentDidChange();
-    return ret;
-  },
-
-  _contentWillChange: Ember.beforeObserver(function() {
-    var content = this.get('content');
-
-    if (content) { content.removeArrayObserver(this); }
-    var len = content ? get(content, 'length') : 0;
-    this.arrayWillChange(content, 0, len);
-  }, 'content'),
-
-  /**
-    @private
-
-    Check to make sure that the content has changed, and if so,
-    update the children directly. This is always scheduled
-    asynchronously, to allow the element to be created before
-    bindings have synchronized and vice versa.
-
-    @method _contentDidChange
-  */
-  _contentDidChange: Ember.observer(function() {
-    var content = get(this, 'content');
-
-    if (content) {
-      Ember.assert(fmt("an Ember.CollectionView's content must implement Ember.Array. You passed %@", [content]), Ember.Array.detect(content));
-      content.addArrayObserver(this);
-    }
-
-    var len = content ? get(content, 'length') : 0;
-    this.arrayDidChange(content, 0, null, len);
-  }, 'content'),
-
-  willDestroy: function() {
-    var content = get(this, 'content');
-    if (content) { content.removeArrayObserver(this); }
-
-    this._super();
-  },
-
-  arrayWillChange: function(content, start, removedCount) {
-    // If the contents were empty before and this template collection has an
-    // empty view remove it now.
-    var emptyView = get(this, 'emptyView');
-    if (emptyView && emptyView instanceof Ember.View) {
-      emptyView.removeFromParent();
-    }
-
-    // Loop through child views that correspond with the removed items.
-    // Note that we loop from the end of the array to the beginning because
-    // we are mutating it as we go.
-    var childViews = get(this, 'childViews'), childView, idx, len;
-
-    len = get(childViews, 'length');
-
-    var removingAll = removedCount === len;
-
-    if (removingAll) {
-      this.currentState.empty(this);
-    }
-
-    for (idx = start + removedCount - 1; idx >= start; idx--) {
-      childView = childViews[idx];
-      if (removingAll) { childView.removedFromDOM = true; }
-      childView.destroy();
-    }
-  },
-
-  /**
-    Called when a mutation to the underlying content array occurs.
-
-    This method will replay that mutation against the views that compose the
-    `Ember.CollectionView`, ensuring that the view reflects the model.
-
-    This array observer is added in `contentDidChange`.
-
-    @method arrayDidChange
-    @param {Array} addedObjects the objects that were added to the content
-    @param {Array} removedObjects the objects that were removed from the content
-    @param {Number} changeIndex the index at which the changes occurred
-  */
-  arrayDidChange: function(content, start, removed, added) {
-    var itemViewClass = get(this, 'itemViewClass'),
-        childViews = get(this, 'childViews'),
-        addedViews = [], view, item, idx, len, itemTagName;
-
-    if ('string' === typeof itemViewClass) {
-      itemViewClass = get(itemViewClass);
-    }
-
-    Ember.assert(fmt("itemViewClass must be a subclass of Ember.View, not %@", [itemViewClass]), Ember.View.detect(itemViewClass));
-
-    len = content ? get(content, 'length') : 0;
-    if (len) {
-      for (idx = start; idx < start+added; idx++) {
-        item = content.objectAt(idx);
-
-        view = this.createChildView(itemViewClass, {
-          content: item,
-          contentIndex: idx
-        });
-
-        addedViews.push(view);
-      }
-    } else {
-      var emptyView = get(this, 'emptyView');
-      if (!emptyView) { return; }
-
-      emptyView = this.createChildView(emptyView);
-      addedViews.push(emptyView);
-      set(this, 'emptyView', emptyView);
-    }
-    childViews.replace(start, 0, addedViews);
-  },
-
-  createChildView: function(view, attrs) {
-    view = this._super(view, attrs);
-
-    var itemTagName = get(view, 'tagName');
-    var tagName = (itemTagName === null || itemTagName === undefined) ? Ember.CollectionView.CONTAINER_MAP[get(this, 'tagName')] : itemTagName;
-
-    set(view, 'tagName', tagName);
-
-    return view;
-  }
-});
-
-/**
-  A map of parent tags to their default child tags. You can add
-  additional parent tags if you want collection views that use
-  a particular parent tag to default to a child tag.
-
-  @property CONTAINER_MAP
-  @type Hash
-  @static
-  @final
-*/
-Ember.CollectionView.CONTAINER_MAP = {
-  ul: 'li',
-  ol: 'li',
-  table: 'tr',
-  thead: 'tr',
-  tbody: 'tr',
-  tfoot: 'tr',
-  tr: 'td',
-  select: 'option'
-};
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/*globals jQuery*/
-/**
-Ember Views
-
-@module ember
-@submodule ember-views
-@requires ember-runtime
-@main ember-views
-*/
-
-})();
-
-(function() {
-define("metamorph",
-  [],
-  function() {
-    "use strict";
-    // ==========================================================================
-    // Project:   metamorph
-    // Copyright: ©2011 My Company Inc. All rights reserved.
-    // ==========================================================================
-
-    var K = function(){},
-        guid = 0,
-        document = window.document,
-
-        // Feature-detect the W3C range API, the extended check is for IE9 which only partially supports ranges
-        supportsRange = ('createRange' in document) && (typeof Range !== 'undefined') && Range.prototype.createContextualFragment,
-
-        // Internet Explorer prior to 9 does not allow setting innerHTML if the first element
-        // is a "zero-scope" element. This problem can be worked around by making
-        // the first node an invisible text node. We, like Modernizr, use &shy;
-        needsShy = (function(){
-          var testEl = document.createElement('div');
-          testEl.innerHTML = "<div></div>";
-          testEl.firstChild.innerHTML = "<script></script>";
-          return testEl.firstChild.innerHTML === '';
-        })(),
-
-
-        // IE 8 (and likely earlier) likes to move whitespace preceeding
-        // a script tag to appear after it. This means that we can
-        // accidentally remove whitespace when updating a morph.
-        movesWhitespace = (function() {
-          var testEl = document.createElement('div');
-          testEl.innerHTML = "Test: <script type='text/x-placeholder'></script>Value";
-          return testEl.childNodes[0].nodeValue === 'Test:' &&
-                  testEl.childNodes[2].nodeValue === ' Value';
-        })();
-
-    // Constructor that supports either Metamorph('foo') or new
-    // Metamorph('foo');
-    //
-    // Takes a string of HTML as the argument.
-
-    var Metamorph = function(html) {
-      var self;
-
-      if (this instanceof Metamorph) {
-        self = this;
-      } else {
-        self = new K();
-      }
-
-      self.innerHTML = html;
-      var myGuid = 'metamorph-'+(guid++);
-      self.start = myGuid + '-start';
-      self.end = myGuid + '-end';
-
-      return self;
-    };
-
-    K.prototype = Metamorph.prototype;
-
-    var rangeFor, htmlFunc, removeFunc, outerHTMLFunc, appendToFunc, afterFunc, prependFunc, startTagFunc, endTagFunc;
-
-    outerHTMLFunc = function() {
-      return this.startTag() + this.innerHTML + this.endTag();
-    };
-
-    startTagFunc = function() {
-      /*
-       * We replace chevron by its hex code in order to prevent escaping problems.
-       * Check this thread for more explaination:
-       * http://stackoverflow.com/questions/8231048/why-use-x3c-instead-of-when-generating-html-from-javascript
-       */
-      return "<script id='" + this.start + "' type='text/x-placeholder'>\x3C/script>";
-    };
-
-    endTagFunc = function() {
-      /*
-       * We replace chevron by its hex code in order to prevent escaping problems.
-       * Check this thread for more explaination:
-       * http://stackoverflow.com/questions/8231048/why-use-x3c-instead-of-when-generating-html-from-javascript
-       */
-      return "<script id='" + this.end + "' type='text/x-placeholder'>\x3C/script>";
-    };
-
-    // If we have the W3C range API, this process is relatively straight forward.
-    if (supportsRange) {
-
-      // Get a range for the current morph. Optionally include the starting and
-      // ending placeholders.
-      rangeFor = function(morph, outerToo) {
-        var range = document.createRange();
-        var before = document.getElementById(morph.start);
-        var after = document.getElementById(morph.end);
-
-        if (outerToo) {
-          range.setStartBefore(before);
-          range.setEndAfter(after);
-        } else {
-          range.setStartAfter(before);
-          range.setEndBefore(after);
-        }
-
-        return range;
-      };
-
-      htmlFunc = function(html, outerToo) {
-        // get a range for the current metamorph object
-        var range = rangeFor(this, outerToo);
-
-        // delete the contents of the range, which will be the
-        // nodes between the starting and ending placeholder.
-        range.deleteContents();
-
-        // create a new document fragment for the HTML
-        var fragment = range.createContextualFragment(html);
-
-        // insert the fragment into the range
-        range.insertNode(fragment);
-      };
-
-      removeFunc = function() {
-        // get a range for the current metamorph object including
-        // the starting and ending placeholders.
-        var range = rangeFor(this, true);
-
-        // delete the entire range.
-        range.deleteContents();
-      };
-
-      appendToFunc = function(node) {
-        var range = document.createRange();
-        range.setStart(node);
-        range.collapse(false);
-        var frag = range.createContextualFragment(this.outerHTML());
-        node.appendChild(frag);
-      };
-
-      afterFunc = function(html) {
-        var range = document.createRange();
-        var after = document.getElementById(this.end);
-
-        range.setStartAfter(after);
-        range.setEndAfter(after);
-
-        var fragment = range.createContextualFragment(html);
-        range.insertNode(fragment);
-      };
-
-      prependFunc = function(html) {
-        var range = document.createRange();
-        var start = document.getElementById(this.start);
-
-        range.setStartAfter(start);
-        range.setEndAfter(start);
-
-        var fragment = range.createContextualFragment(html);
-        range.insertNode(fragment);
-      };
-
-    } else {
-      /**
-       * This code is mostly taken from jQuery, with one exception. In jQuery's case, we
-       * have some HTML and we need to figure out how to convert it into some nodes.
-       *
-       * In this case, jQuery needs to scan the HTML looking for an opening tag and use
-       * that as the key for the wrap map. In our case, we know the parent node, and
-       * can use its type as the key for the wrap map.
-       **/
-      var wrapMap = {
-        select: [ 1, "<select multiple='multiple'>", "</select>" ],
-        fieldset: [ 1, "<fieldset>", "</fieldset>" ],
-        table: [ 1, "<table>", "</table>" ],
-        tbody: [ 2, "<table><tbody>", "</tbody></table>" ],
-        tr: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
-        colgroup: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ],
-        map: [ 1, "<map>", "</map>" ],
-        _default: [ 0, "", "" ]
-      };
-
-      var findChildById = function(element, id) {
-        if (element.getAttribute('id') === id) { return element; }
-
-        var len = element.childNodes.length, idx, node, found;
-        for (idx=0; idx<len; idx++) {
-          node = element.childNodes[idx];
-          found = node.nodeType === 1 && findChildById(node, id);
-          if (found) { return found; }
-        }
-      };
-
-      var setInnerHTML = function(element, html) {
-        var matches = [];
-        if (movesWhitespace) {
-          // Right now we only check for script tags with ids with the
-          // goal of targeting morphs.
-          html = html.replace(/(\s+)(<script id='([^']+)')/g, function(match, spaces, tag, id) {
-            matches.push([id, spaces]);
-            return tag;
-          });
-        }
-
-        element.innerHTML = html;
-
-        // If we have to do any whitespace adjustments do them now
-        if (matches.length > 0) {
-          var len = matches.length, idx;
-          for (idx=0; idx<len; idx++) {
-            var script = findChildById(element, matches[idx][0]),
-                node = document.createTextNode(matches[idx][1]);
-            script.parentNode.insertBefore(node, script);
-          }
-        }
-      };
-
-      /**
-       * Given a parent node and some HTML, generate a set of nodes. Return the first
-       * node, which will allow us to traverse the rest using nextSibling.
-       *
-       * We need to do this because innerHTML in IE does not really parse the nodes.
-       **/
-      var firstNodeFor = function(parentNode, html) {
-        var arr = wrapMap[parentNode.tagName.toLowerCase()] || wrapMap._default;
-        var depth = arr[0], start = arr[1], end = arr[2];
-
-        if (needsShy) { html = '&shy;'+html; }
-
-        var element = document.createElement('div');
-
-        setInnerHTML(element, start + html + end);
-
-        for (var i=0; i<=depth; i++) {
-          element = element.firstChild;
-        }
-
-        // Look for &shy; to remove it.
-        if (needsShy) {
-          var shyElement = element;
-
-          // Sometimes we get nameless elements with the shy inside
-          while (shyElement.nodeType === 1 && !shyElement.nodeName) {
-            shyElement = shyElement.firstChild;
-          }
-
-          // At this point it's the actual unicode character.
-          if (shyElement.nodeType === 3 && shyElement.nodeValue.charAt(0) === "\u00AD") {
-            shyElement.nodeValue = shyElement.nodeValue.slice(1);
-          }
-        }
-
-        return element;
-      };
-
-      /**
-       * In some cases, Internet Explorer can create an anonymous node in
-       * the hierarchy with no tagName. You can create this scenario via:
-       *
-       *     div = document.createElement("div");
-       *     div.innerHTML = "<table>&shy<script></script><tr><td>hi</td></tr></table>";
-       *     div.firstChild.firstChild.tagName //=> ""
-       *
-       * If our script markers are inside such a node, we need to find that
-       * node and use *it* as the marker.
-       **/
-      var realNode = function(start) {
-        while (start.parentNode.tagName === "") {
-          start = start.parentNode;
-        }
-
-        return start;
-      };
-
-      /**
-       * When automatically adding a tbody, Internet Explorer inserts the
-       * tbody immediately before the first <tr>. Other browsers create it
-       * before the first node, no matter what.
-       *
-       * This means the the following code:
-       *
-       *     div = document.createElement("div");
-       *     div.innerHTML = "<table><script id='first'></script><tr><td>hi</td></tr><script id='last'></script></table>
-       *
-       * Generates the following DOM in IE:
-       *
-       *     + div
-       *       + table
-       *         - script id='first'
-       *         + tbody
-       *           + tr
-       *             + td
-       *               - "hi"
-       *           - script id='last'
-       *
-       * Which means that the two script tags, even though they were
-       * inserted at the same point in the hierarchy in the original
-       * HTML, now have different parents.
-       *
-       * This code reparents the first script tag by making it the tbody's
-       * first child.
-       **/
-      var fixParentage = function(start, end) {
-        if (start.parentNode !== end.parentNode) {
-          end.parentNode.insertBefore(start, end.parentNode.firstChild);
-        }
-      };
-
-      htmlFunc = function(html, outerToo) {
-        // get the real starting node. see realNode for details.
-        var start = realNode(document.getElementById(this.start));
-        var end = document.getElementById(this.end);
-        var parentNode = end.parentNode;
-        var node, nextSibling, last;
-
-        // make sure that the start and end nodes share the same
-        // parent. If not, fix it.
-        fixParentage(start, end);
-
-        // remove all of the nodes after the starting placeholder and
-        // before the ending placeholder.
-        node = start.nextSibling;
-        while (node) {
-          nextSibling = node.nextSibling;
-          last = node === end;
-
-          // if this is the last node, and we want to remove it as well,
-          // set the `end` node to the next sibling. This is because
-          // for the rest of the function, we insert the new nodes
-          // before the end (note that insertBefore(node, null) is
-          // the same as appendChild(node)).
-          //
-          // if we do not want to remove it, just break.
-          if (last) {
-            if (outerToo) { end = node.nextSibling; } else { break; }
-          }
-
-          node.parentNode.removeChild(node);
-
-          // if this is the last node and we didn't break before
-          // (because we wanted to remove the outer nodes), break
-          // now.
-          if (last) { break; }
-
-          node = nextSibling;
-        }
-
-        // get the first node for the HTML string, even in cases like
-        // tables and lists where a simple innerHTML on a div would
-        // swallow some of the content.
-        node = firstNodeFor(start.parentNode, html);
-
-        // copy the nodes for the HTML between the starting and ending
-        // placeholder.
-        while (node) {
-          nextSibling = node.nextSibling;
-          parentNode.insertBefore(node, end);
-          node = nextSibling;
-        }
-      };
-
-      // remove the nodes in the DOM representing this metamorph.
-      //
-      // this includes the starting and ending placeholders.
-      removeFunc = function() {
-        var start = realNode(document.getElementById(this.start));
-        var end = document.getElementById(this.end);
-
-        this.html('');
-        start.parentNode.removeChild(start);
-        end.parentNode.removeChild(end);
-      };
-
-      appendToFunc = function(parentNode) {
-        var node = firstNodeFor(parentNode, this.outerHTML());
-        var nextSibling;
-
-        while (node) {
-          nextSibling = node.nextSibling;
-          parentNode.appendChild(node);
-          node = nextSibling;
-        }
-      };
-
-      afterFunc = function(html) {
-        // get the real starting node. see realNode for details.
-        var end = document.getElementById(this.end);
-        var insertBefore = end.nextSibling;
-        var parentNode = end.parentNode;
-        var nextSibling;
-        var node;
-
-        // get the first node for the HTML string, even in cases like
-        // tables and lists where a simple innerHTML on a div would
-        // swallow some of the content.
-        node = firstNodeFor(parentNode, html);
-
-        // copy the nodes for the HTML between the starting and ending
-        // placeholder.
-        while (node) {
-          nextSibling = node.nextSibling;
-          parentNode.insertBefore(node, insertBefore);
-          node = nextSibling;
-        }
-      };
-
-      prependFunc = function(html) {
-        var start = document.getElementById(this.start);
-        var parentNode = start.parentNode;
-        var nextSibling;
-        var node;
-
-        node = firstNodeFor(parentNode, html);
-        var insertBefore = start.nextSibling;
-
-        while (node) {
-          nextSibling = node.nextSibling;
-          parentNode.insertBefore(node, insertBefore);
-          node = nextSibling;
-        }
-      };
-    }
-
-    Metamorph.prototype.html = function(html) {
-      this.checkRemoved();
-      if (html === undefined) { return this.innerHTML; }
-
-      htmlFunc.call(this, html);
-
-      this.innerHTML = html;
-    };
-
-    Metamorph.prototype.replaceWith = function(html) {
-      this.checkRemoved();
-      htmlFunc.call(this, html, true);
-    };
-
-    Metamorph.prototype.remove = removeFunc;
-    Metamorph.prototype.outerHTML = outerHTMLFunc;
-    Metamorph.prototype.appendTo = appendToFunc;
-    Metamorph.prototype.after = afterFunc;
-    Metamorph.prototype.prepend = prependFunc;
-    Metamorph.prototype.startTag = startTagFunc;
-    Metamorph.prototype.endTag = endTagFunc;
-
-    Metamorph.prototype.isRemoved = function() {
-      var before = document.getElementById(this.start);
-      var after = document.getElementById(this.end);
-
-      return !before || !after;
-    };
-
-    Metamorph.prototype.checkRemoved = function() {
-      if (this.isRemoved()) {
-        throw new Error("Cannot perform operations on a Metamorph that is not in the DOM.");
-      }
-    };
-
-    return Metamorph;
-  });
-
-})();
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-// Eliminate dependency on any Ember to simplify precompilation workflow
-var objectCreate = Object.create || function(parent) {
-  function F() {}
-  F.prototype = parent;
-  return new F();
-};
-
-var Handlebars = this.Handlebars || Ember.imports.Handlebars;
-Ember.assert("Ember Handlebars requires Handlebars 1.0.beta.5 or greater", Handlebars && Handlebars.VERSION.match(/^1\.0\.beta\.[56789]$|^1\.0\.rc\.[123456789]+/));
-
-/**
-  Prepares the Handlebars templating library for use inside Ember's view
-  system.
-
-  The `Ember.Handlebars` object is the standard Handlebars library, extended to
-  use Ember's `get()` method instead of direct property access, which allows
-  computed properties to be used inside templates.
-
-  To create an `Ember.Handlebars` template, call `Ember.Handlebars.compile()`.
-  This will return a function that can be used by `Ember.View` for rendering.
-
-  @class Handlebars
-  @namespace Ember
-*/
-Ember.Handlebars = objectCreate(Handlebars);
-
-/**
-@class helpers
-@namespace Ember.Handlebars
-*/
-Ember.Handlebars.helpers = objectCreate(Handlebars.helpers);
-
-/**
-  Override the the opcode compiler and JavaScript compiler for Handlebars.
-
-  @class Compiler
-  @namespace Ember.Handlebars
-  @private
-  @constructor
-*/
-Ember.Handlebars.Compiler = function() {};
-
-// Handlebars.Compiler doesn't exist in runtime-only
-if (Handlebars.Compiler) {
-  Ember.Handlebars.Compiler.prototype = objectCreate(Handlebars.Compiler.prototype);
-}
-
-Ember.Handlebars.Compiler.prototype.compiler = Ember.Handlebars.Compiler;
-
-/**
-  @class JavaScriptCompiler
-  @namespace Ember.Handlebars
-  @private
-  @constructor
-*/
-Ember.Handlebars.JavaScriptCompiler = function() {};
-
-// Handlebars.JavaScriptCompiler doesn't exist in runtime-only
-if (Handlebars.JavaScriptCompiler) {
-  Ember.Handlebars.JavaScriptCompiler.prototype = objectCreate(Handlebars.JavaScriptCompiler.prototype);
-  Ember.Handlebars.JavaScriptCompiler.prototype.compiler = Ember.Handlebars.JavaScriptCompiler;
-}
-
-
-Ember.Handlebars.JavaScriptCompiler.prototype.namespace = "Ember.Handlebars";
-
-
-Ember.Handlebars.JavaScriptCompiler.prototype.initializeBuffer = function() {
-  return "''";
-};
-
-/**
-  @private
-
-  Override the default buffer for Ember Handlebars. By default, Handlebars
-  creates an empty String at the beginning of each invocation and appends to
-  it. Ember's Handlebars overrides this to append to a single shared buffer.
-
-  @method appendToBuffer
-  @param string {String}
-*/
-Ember.Handlebars.JavaScriptCompiler.prototype.appendToBuffer = function(string) {
-  return "data.buffer.push("+string+");";
-};
-
-/**
-  @private
-
-  Rewrite simple mustaches from `{{foo}}` to `{{bind "foo"}}`. This means that
-  all simple mustaches in Ember's Handlebars will also set up an observer to
-  keep the DOM up to date when the underlying property changes.
-
-  @method mustache
-  @for Ember.Handlebars.Compiler
-  @param mustache
-*/
-Ember.Handlebars.Compiler.prototype.mustache = function(mustache) {
-  if (mustache.params.length || mustache.hash) {
-    return Handlebars.Compiler.prototype.mustache.call(this, mustache);
-  } else {
-    var id = new Handlebars.AST.IdNode(['_triageMustache']);
-
-    // Update the mustache node to include a hash value indicating whether the original node
-    // was escaped. This will allow us to properly escape values when the underlying value
-    // changes and we need to re-render the value.
-    if(!mustache.escaped) {
-      mustache.hash = mustache.hash || new Handlebars.AST.HashNode([]);
-      mustache.hash.pairs.push(["unescaped", new Handlebars.AST.StringNode("true")]);
-    }
-    mustache = new Handlebars.AST.MustacheNode([id].concat([mustache.id]), mustache.hash, !mustache.escaped);
-    return Handlebars.Compiler.prototype.mustache.call(this, mustache);
-  }
-};
-
-/**
-  Used for precompilation of Ember Handlebars templates. This will not be used
-  during normal app execution.
-
-  @method precompile
-  @for Ember.Handlebars
-  @static
-  @param {String} string The template to precompile
-*/
-Ember.Handlebars.precompile = function(string) {
-  var ast = Handlebars.parse(string);
-
-  var options = {
-    knownHelpers: {
-      action: true,
-      unbound: true,
-      bindAttr: true,
-      template: true,
-      view: true,
-      _triageMustache: true
-    },
-    data: true,
-    stringParams: true
-  };
-
-  var environment = new Ember.Handlebars.Compiler().compile(ast, options);
-  return new Ember.Handlebars.JavaScriptCompiler().compile(environment, options, undefined, true);
-};
-
-// We don't support this for Handlebars runtime-only
-if (Handlebars.compile) {
-  /**
-    The entry point for Ember Handlebars. This replaces the default
-    `Handlebars.compile` and turns on template-local data and String
-    parameters.
-
-    @method compile
-    @for Ember.Handlebars
-    @static
-    @param {String} string The template to compile
-    @return {Function}
-  */
-  Ember.Handlebars.compile = function(string) {
-    var ast = Handlebars.parse(string);
-    var options = { data: true, stringParams: true };
-    var environment = new Ember.Handlebars.Compiler().compile(ast, options);
-    var templateSpec = new Ember.Handlebars.JavaScriptCompiler().compile(environment, options, undefined, true);
-
-    return Ember.Handlebars.template(templateSpec);
-  };
-}
-
-
-})();
-
-(function() {
-/**
-  @private
-
-  If a path starts with a reserved keyword, returns the root
-  that should be used.
-
-  @method normalizePath
-  @for Ember
-  @param root {Object}
-  @param path {String}
-  @param data {Hash}
-*/
-var normalizePath = Ember.Handlebars.normalizePath = function(root, path, data) {
-  var keywords = (data && data.keywords) || {},
-      keyword, isKeyword;
-
-  // Get the first segment of the path. For example, if the
-  // path is "foo.bar.baz", returns "foo".
-  keyword = path.split('.', 1)[0];
-
-  // Test to see if the first path is a keyword that has been
-  // passed along in the view's data hash. If so, we will treat
-  // that object as the new root.
-  if (keywords.hasOwnProperty(keyword)) {
-    // Look up the value in the template's data hash.
-    root = keywords[keyword];
-    isKeyword = true;
-
-    // Handle cases where the entire path is the reserved
-    // word. In that case, return the object itself.
-    if (path === keyword) {
-      path = '';
-    } else {
-      // Strip the keyword from the path and look up
-      // the remainder from the newly found root.
-      path = path.substr(keyword.length+1);
-    }
-  }
-
-  return { root: root, path: path, isKeyword: isKeyword };
-};
-
-
-/**
-  Lookup both on root and on window. If the path starts with
-  a keyword, the corresponding object will be looked up in the
-  template's data hash and used to resolve the path.
-
-  @method get
-  @for Ember.Handlebars
-  @param {Object} root The object to look up the property on
-  @param {String} path The path to be lookedup
-  @param {Object} options The template's option hash
-*/
-Ember.Handlebars.get = function(root, path, options) {
-  var data = options && options.data,
-      normalizedPath = normalizePath(root, path, data),
-      value;
-
-  // In cases where the path begins with a keyword, change the
-  // root to the value represented by that keyword, and ensure
-  // the path is relative to it.
-  root = normalizedPath.root;
-  path = normalizedPath.path;
-
-  value = Ember.get(root, path);
-
-  // If the path starts with a capital letter, look it up on Ember.lookup,
-  // which defaults to the `window` object in browsers.
-  if (value === undefined && root !== Ember.lookup && Ember.isGlobalPath(path)) {
-    value = Ember.get(Ember.lookup, path);
-  }
-  return value;
-};
-Ember.Handlebars.getPath = Ember.deprecateFunc('`Ember.Handlebars.getPath` has been changed to `Ember.Handlebars.get` for consistency.', Ember.Handlebars.get);
-
-/**
-  @private
-
-  Registers a helper in Handlebars that will be called if no property with the
-  given name can be found on the current context object, and no helper with
-  that name is registered.
-
-  This throws an exception with a more helpful error message so the user can
-  track down where the problem is happening.
-
-  @method helperMissing
-  @for Ember.Handlebars.helpers
-  @param {String} path
-  @param {Hash} options
-*/
-Ember.Handlebars.registerHelper('helperMissing', function(path, options) {
-  var error, view = "";
-
-  error = "%@ Handlebars error: Could not find property '%@' on object %@.";
-  if (options.data){
-    view = options.data.view;
-  }
-  throw new Ember.Error(Ember.String.fmt(error, [view, path, this]));
-});
-
-/**
-  Register a bound handlebars helper. Bound helpers behave similarly to regular
-  handlebars helpers, with the added ability to re-render when the underlying data
-  changes.
-
-  ## Simple example
-
-  ```javascript
-  Ember.Handlebars.registerBoundHelper('capitalize', function(value) {
-    return value.toUpperCase();
-  });
-  ```
-
-  The above bound helper can be used inside of templates as follows:
-
-  ```handlebars
-  {{capitalize name}}
-  ```
-
-  In this case, when the `name` property of the template's context changes,
-  the rendered value of the helper will update to reflect this change.
-
-  ## Example with options
-
-  Like normal handlebars helpers, bound helpers have access to the options
-  passed into the helper call.
-
-  ```javascript
-  Ember.Handlebars.registerBoundHelper('repeat', function(value, options) {
-    var count = options.hash.count;
-    var a = [];
-    while(a.length < count){
-        a.push(value);
-    }
-    return a.join('');
-  });
-  ```
-
-  This helper could be used in a template as follows:
-
-  ```handlebars
-  {{repeat text count=3}}
-  ```
-
-  ## Example with extra dependencies
-
-  The `Ember.Handlebars.registerBoundHelper` method takes a variable length
-  third parameter which indicates extra dependencies on the passed in value.
-  This allows the handlebars helper to update when these dependencies change.
-
-  ```javascript
-  Ember.Handlebars.registerBoundHelper('capitalizeName', function(value) {
-    return value.get('name').toUpperCase();
-  }, 'name');
-  ```
-
-  @method registerBoundHelper
-  @for Ember.Handlebars
-  @param {String} name
-  @param {Function} function
-  @param {String} dependentKeys*
-*/
-Ember.Handlebars.registerBoundHelper = function(name, fn) {
-  var dependentKeys = Array.prototype.slice.call(arguments, 2);
-  Ember.Handlebars.registerHelper(name, function(property, options) {
-    var data = options.data,
-      view = data.view,
-      currentContext = (options.contexts && options.contexts[0]) || this,
-      pathRoot, path, normalized,
-      observer, loc;
-
-    normalized = Ember.Handlebars.normalizePath(currentContext, property, data);
-
-    pathRoot = normalized.root;
-    path = normalized.path;
-
-    var bindView = new Ember._SimpleHandlebarsView(
-      path, pathRoot, !options.hash.unescaped, options.data
-    );
-
-    bindView.normalizedValue = function() {
-      var value = Ember._SimpleHandlebarsView.prototype.normalizedValue.call(bindView);
-      return fn.call(view, value, options);
-    };
-
-    view.appendChild(bindView);
-
-    observer = function() {
-      Ember.run.scheduleOnce('render', bindView, 'rerender');
-    };
-
-    Ember.addObserver(pathRoot, path, observer);
-    loc = 0;
-    while(loc < dependentKeys.length) {
-      Ember.addObserver(pathRoot, path + '.' + dependentKeys[loc], observer);
-      loc += 1;
-    }
-
-    view.one('willClearRender', function() {
-      Ember.removeObserver(pathRoot, path, observer);
-      loc = 0;
-      while(loc < dependentKeys.length) {
-        Ember.removeObserver(pathRoot, path + '.' + dependentKeys[loc], observer);
-        loc += 1;
-      }
-    });
-  });
-};
-
-/**
-  @private
-
-  Overrides Handlebars.template so that we can distinguish
-  user-created, top-level templates from inner contexts.
-
-  @method template
-  @for Ember.Handlebars
-  @param {String} template spec
-*/
-Ember.Handlebars.template = function(spec){
-  var t = Handlebars.template(spec);
-  t.isTop = true;
-  return t;
-};
-
-
-})();
-
-
-
-(function() {
-/**
-  @method htmlSafe
-  @for Ember.String
-  @static
-*/
-Ember.String.htmlSafe = function(str) {
-  return new Handlebars.SafeString(str);
-};
-
-var htmlSafe = Ember.String.htmlSafe;
-
-if (Ember.EXTEND_PROTOTYPES === true || Ember.EXTEND_PROTOTYPES.String) {
-
-  /**
-    See {{#crossLink "Ember.String/htmlSafe"}}{{/crossLink}}
-
-    @method htmlSafe
-    @for String
-  */
-  String.prototype.htmlSafe = function() {
-    return htmlSafe(this);
-  };
-}
-
-})();
-
-
-
-(function() {
-Ember.Handlebars.resolvePaths = function(options) {
-  var ret = [],
-      contexts = options.contexts,
-      roots = options.roots,
-      data = options.data;
-
-  for (var i=0, l=contexts.length; i<l; i++) {
-    ret.push( Ember.Handlebars.get(roots[i], contexts[i], { data: data }) );
-  }
-
-  return ret;
-};
-
-})();
-
-
-
-(function() {
-/*jshint newcap:false*/
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var set = Ember.set, get = Ember.get;
-var Metamorph = requireModule('metamorph');
-
-// DOMManager should just abstract dom manipulation between jquery and metamorph
-var DOMManager = {
-  remove: function(view) {
-    view.morph.remove();
-  },
-
-  prepend: function(view, html) {
-    view.morph.prepend(html);
-  },
-
-  after: function(view, html) {
-    view.morph.after(html);
-  },
-
-  html: function(view, html) {
-    view.morph.html(html);
-  },
-
-  // This is messed up.
-  replace: function(view) {
-    var morph = view.morph;
-
-    view.transitionTo('preRender');
-
-    Ember.run.schedule('render', this, function() {
-      if (get(view, 'isDestroyed')) { return; }
-
-      view.clearRenderedChildren();
-      var buffer = view.renderToBuffer();
-
-      view.invokeRecursively(function(view) {
-        view.propertyDidChange('element');
-      });
-
-      view.triggerRecursively('willInsertElement');
-      morph.replaceWith(buffer.string());
-      view.transitionTo('inDOM');
-      view.triggerRecursively('didInsertElement');
-    });
-  },
-
-  empty: function(view) {
-    view.morph.html("");
-  }
-};
-
-// The `morph` and `outerHTML` properties are internal only
-// and not observable.
-
-/**
-  @class _Metamorph
-  @namespace Ember
-  @extends Ember.Mixin
-  @private
-*/
-Ember._Metamorph = Ember.Mixin.create({
-  isVirtual: true,
-  tagName: '',
-
-  instrumentName: 'render.metamorph',
-
-  init: function() {
-    this._super();
-    this.morph = Metamorph();
-  },
-
-  beforeRender: function(buffer) {
-    buffer.push(this.morph.startTag());
-    buffer.pushOpeningTag();
-  },
-
-  afterRender: function(buffer) {
-    buffer.pushClosingTag();
-    buffer.push(this.morph.endTag());
-  },
-
-  createElement: function() {
-    var buffer = this.renderToBuffer();
-    this.outerHTML = buffer.string();
-    this.clearBuffer();
-  },
-
-  domManager: DOMManager
-});
-
-/**
-  @class _MetamorphView
-  @namespace Ember
-  @extends Ember.View
-  @uses Ember._Metamorph
-  @private
-*/
-Ember._MetamorphView = Ember.View.extend(Ember._Metamorph);
-
-/**
-  @class _SimpleMetamorphView
-  @namespace Ember
-  @extends Ember.View
-  @uses Ember._Metamorph
-  @private
-*/
-Ember._SimpleMetamorphView = Ember.CoreView.extend(Ember._Metamorph);
-
-
-})();
-
-
-
-(function() {
-/*globals Handlebars */
-/*jshint newcap:false*/
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set, handlebarsGet = Ember.Handlebars.get;
-var Metamorph = requireModule('metamorph');
-function SimpleHandlebarsView(path, pathRoot, isEscaped, templateData) {
-  this.path = path;
-  this.pathRoot = pathRoot;
-  this.isEscaped = isEscaped;
-  this.templateData = templateData;
-
-  this.morph = Metamorph();
-  this.state = 'preRender';
-  this.updateId = null;
-}
-
-Ember._SimpleHandlebarsView = SimpleHandlebarsView;
-
-SimpleHandlebarsView.prototype = {
-  isVirtual: true,
-  isView: true,
-
-  destroy: function () {
-    if (this.updateId) {
-      Ember.run.cancel(this.updateId);
-      this.updateId = null;
-    }
-    this.morph = null;
-  },
-
-  propertyDidChange: Ember.K,
-
-  normalizedValue: function() {
-    var path = this.path,
-        pathRoot = this.pathRoot,
-        result, templateData;
-
-    // Use the pathRoot as the result if no path is provided. This
-    // happens if the path is `this`, which gets normalized into
-    // a `pathRoot` of the current Handlebars context and a path
-    // of `''`.
-    if (path === '') {
-      result = pathRoot;
-    } else {
-      templateData = this.templateData;
-      result = handlebarsGet(pathRoot, path, { data: templateData });
-    }
-
-    return result;
-  },
-
-  renderToBuffer: function(buffer) {
-    var string = '';
-
-    string += this.morph.startTag();
-    string += this.render();
-    string += this.morph.endTag();
-
-    buffer.push(string);
-  },
-
-  render: function() {
-    // If not invoked via a triple-mustache ({{{foo}}}), escape
-    // the content of the template.
-    var escape = this.isEscaped;
-    var result = this.normalizedValue();
-
-    if (result === null || result === undefined) {
-      result = "";
-    } else if (!(result instanceof Handlebars.SafeString)) {
-      result = String(result);
-    }
-
-    if (escape) { result = Handlebars.Utils.escapeExpression(result); }
-    return result;
-  },
-
-  rerender: function() {
-    switch(this.state) {
-      case 'preRender':
-      case 'destroyed':
-        break;
-      case 'inBuffer':
-        throw new Ember.Error("Something you did tried to replace an {{expression}} before it was inserted into the DOM.");
-      case 'hasElement':
-      case 'inDOM':
-        this.updateId = Ember.run.scheduleOnce('render', this, 'update');
-        break;
-    }
-
-    return this;
-  },
-
-  update: function () {
-    this.updateId = null;
-    this.morph.html(this.render());
-  },
-
-  transitionTo: function(state) {
-    this.state = state;
-  }
-};
-
-var states = Ember.View.cloneStates(Ember.View.states), merge = Ember.merge;
-
-merge(states._default, {
-  rerenderIfNeeded: Ember.K
-});
-
-merge(states.inDOM, {
-  rerenderIfNeeded: function(view) {
-    if (get(view, 'normalizedValue') !== view._lastNormalizedValue) {
-      view.rerender();
-    }
-  }
-});
-
-/**
-  `Ember._HandlebarsBoundView` is a private view created by the Handlebars
-  `{{bind}}` helpers that is used to keep track of bound properties.
-
-  Every time a property is bound using a `{{mustache}}`, an anonymous subclass
-  of `Ember._HandlebarsBoundView` is created with the appropriate sub-template
-  and context set up. When the associated property changes, just the template
-  for this view will re-render.
-
-  @class _HandlebarsBoundView
-  @namespace Ember
-  @extends Ember._MetamorphView
-  @private
-*/
-Ember._HandlebarsBoundView = Ember._MetamorphView.extend({
-  instrumentName: 'render.boundHandlebars',
-  states: states,
-
-  /**
-    The function used to determine if the `displayTemplate` or
-    `inverseTemplate` should be rendered. This should be a function that takes
-    a value and returns a Boolean.
-
-    @property shouldDisplayFunc
-    @type Function
-    @default null
-  */
-  shouldDisplayFunc: null,
-
-  /**
-    Whether the template rendered by this view gets passed the context object
-    of its parent template, or gets passed the value of retrieving `path`
-    from the `pathRoot`.
-
-    For example, this is true when using the `{{#if}}` helper, because the
-    template inside the helper should look up properties relative to the same
-    object as outside the block. This would be `false` when used with `{{#with
-    foo}}` because the template should receive the object found by evaluating
-    `foo`.
-
-    @property preserveContext
-    @type Boolean
-    @default false
-  */
-  preserveContext: false,
-
-  /**
-    If `preserveContext` is true, this is the object that will be used
-    to render the template.
-
-    @property previousContext
-    @type Object
-  */
-  previousContext: null,
-
-  /**
-    The template to render when `shouldDisplayFunc` evaluates to `true`.
-
-    @property displayTemplate
-    @type Function
-    @default null
-  */
-  displayTemplate: null,
-
-  /**
-    The template to render when `shouldDisplayFunc` evaluates to `false`.
-
-    @property inverseTemplate
-    @type Function
-    @default null
-  */
-  inverseTemplate: null,
-
-
-  /**
-    The path to look up on `pathRoot` that is passed to
-    `shouldDisplayFunc` to determine which template to render.
-
-    In addition, if `preserveContext` is `false,` the object at this path will
-    be passed to the template when rendering.
-
-    @property path
-    @type String
-    @default null
-  */
-  path: null,
-
-  /**
-    The object from which the `path` will be looked up. Sometimes this is the
-    same as the `previousContext`, but in cases where this view has been
-    generated for paths that start with a keyword such as `view` or
-    `controller`, the path root will be that resolved object.
-
-    @property pathRoot
-    @type Object
-  */
-  pathRoot: null,
-
-  normalizedValue: Ember.computed(function() {
-    var path = get(this, 'path'),
-        pathRoot  = get(this, 'pathRoot'),
-        valueNormalizer = get(this, 'valueNormalizerFunc'),
-        result, templateData;
-
-    // Use the pathRoot as the result if no path is provided. This
-    // happens if the path is `this`, which gets normalized into
-    // a `pathRoot` of the current Handlebars context and a path
-    // of `''`.
-    if (path === '') {
-      result = pathRoot;
-    } else {
-      templateData = get(this, 'templateData');
-      result = handlebarsGet(pathRoot, path, { data: templateData });
-    }
-
-    return valueNormalizer ? valueNormalizer(result) : result;
-  }).property('path', 'pathRoot', 'valueNormalizerFunc').volatile(),
-
-  rerenderIfNeeded: function() {
-    this.currentState.rerenderIfNeeded(this);
-  },
-
-  /**
-    Determines which template to invoke, sets up the correct state based on
-    that logic, then invokes the default `Ember.View` `render` implementation.
-
-    This method will first look up the `path` key on `pathRoot`,
-    then pass that value to the `shouldDisplayFunc` function. If that returns
-    `true,` the `displayTemplate` function will be rendered to DOM. Otherwise,
-    `inverseTemplate`, if specified, will be rendered.
-
-    For example, if this `Ember._HandlebarsBoundView` represented the `{{#with
-    foo}}` helper, it would look up the `foo` property of its context, and
-    `shouldDisplayFunc` would always return true. The object found by looking
-    up `foo` would be passed to `displayTemplate`.
-
-    @method render
-    @param {Ember.RenderBuffer} buffer
-  */
-  render: function(buffer) {
-    // If not invoked via a triple-mustache ({{{foo}}}), escape
-    // the content of the template.
-    var escape = get(this, 'isEscaped');
-
-    var shouldDisplay = get(this, 'shouldDisplayFunc'),
-        preserveContext = get(this, 'preserveContext'),
-        context = get(this, 'previousContext');
-
-    var inverseTemplate = get(this, 'inverseTemplate'),
-        displayTemplate = get(this, 'displayTemplate');
-
-    var result = get(this, 'normalizedValue');
-    this._lastNormalizedValue = result;
-
-    // First, test the conditional to see if we should
-    // render the template or not.
-    if (shouldDisplay(result)) {
-      set(this, 'template', displayTemplate);
-
-      // If we are preserving the context (for example, if this
-      // is an #if block, call the template with the same object.
-      if (preserveContext) {
-        set(this, '_context', context);
-      } else {
-      // Otherwise, determine if this is a block bind or not.
-      // If so, pass the specified object to the template
-        if (displayTemplate) {
-          set(this, '_context', result);
-        } else {
-        // This is not a bind block, just push the result of the
-        // expression to the render context and return.
-          if (result === null || result === undefined) {
-            result = "";
-          } else if (!(result instanceof Handlebars.SafeString)) {
-            result = String(result);
-          }
-
-          if (escape) { result = Handlebars.Utils.escapeExpression(result); }
-          buffer.push(result);
-          return;
-        }
-      }
-    } else if (inverseTemplate) {
-      set(this, 'template', inverseTemplate);
-
-      if (preserveContext) {
-        set(this, '_context', context);
-      } else {
-        set(this, '_context', result);
-      }
-    } else {
-      set(this, 'template', function() { return ''; });
-    }
-
-    return this._super(buffer);
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set, fmt = Ember.String.fmt;
-var handlebarsGet = Ember.Handlebars.get, normalizePath = Ember.Handlebars.normalizePath;
-var forEach = Ember.ArrayPolyfills.forEach;
-
-var EmberHandlebars = Ember.Handlebars, helpers = EmberHandlebars.helpers;
-
-// Binds a property into the DOM. This will create a hook in DOM that the
-// KVO system will look for and update if the property changes.
-function bind(property, options, preserveContext, shouldDisplay, valueNormalizer) {
-  var data = options.data,
-      fn = options.fn,
-      inverse = options.inverse,
-      view = data.view,
-      currentContext = this,
-      pathRoot, path, normalized,
-      observer;
-
-  normalized = normalizePath(currentContext, property, data);
-
-  pathRoot = normalized.root;
-  path = normalized.path;
-
-  // Set up observers for observable objects
-  if ('object' === typeof this) {
-    if (data.insideGroup) {
-      observer = function() {
-        Ember.run.once(view, 'rerender');
-      };
-
-      var template, context, result = handlebarsGet(pathRoot, path, options);
-
-      result = valueNormalizer(result);
-
-      context = preserveContext ? currentContext : result;
-      if (shouldDisplay(result)) {
-        template = fn;
-      } else if (inverse) {
-        template = inverse;
-      }
-
-      template(context, { data: options.data });
-    } else {
-      // Create the view that will wrap the output of this template/property
-      // and add it to the nearest view's childViews array.
-      // See the documentation of Ember._HandlebarsBoundView for more.
-      var bindView = view.createChildView(Ember._HandlebarsBoundView, {
-        preserveContext: preserveContext,
-        shouldDisplayFunc: shouldDisplay,
-        valueNormalizerFunc: valueNormalizer,
-        displayTemplate: fn,
-        inverseTemplate: inverse,
-        path: path,
-        pathRoot: pathRoot,
-        previousContext: currentContext,
-        isEscaped: !options.hash.unescaped,
-        templateData: options.data
-      });
-
-      view.appendChild(bindView);
-
-      observer = function() {
-        Ember.run.scheduleOnce('render', bindView, 'rerenderIfNeeded');
-      };
-    }
-
-    // Observes the given property on the context and
-    // tells the Ember._HandlebarsBoundView to re-render. If property
-    // is an empty string, we are printing the current context
-    // object ({{this}}) so updating it is not our responsibility.
-    if (path !== '') {
-      Ember.addObserver(pathRoot, path, observer);
-
-      view.one('willClearRender', function() {
-        Ember.removeObserver(pathRoot, path, observer);
-      });
-    }
-  } else {
-    // The object is not observable, so just render it out and
-    // be done with it.
-    data.buffer.push(handlebarsGet(pathRoot, path, options));
-  }
-}
-
-function simpleBind(property, options) {
-  var data = options.data,
-      view = data.view,
-      currentContext = this,
-      pathRoot, path, normalized,
-      observer;
-
-  normalized = normalizePath(currentContext, property, data);
-
-  pathRoot = normalized.root;
-  path = normalized.path;
-
-  // Set up observers for observable objects
-  if ('object' === typeof this) {
-    if (data.insideGroup) {
-      observer = function() {
-        Ember.run.once(view, 'rerender');
-      };
-
-      var result = handlebarsGet(pathRoot, path, options);
-      if (result === null || result === undefined) { result = ""; }
-      data.buffer.push(result);
-    } else {
-      var bindView = new Ember._SimpleHandlebarsView(
-        path, pathRoot, !options.hash.unescaped, options.data
-      );
-
-      bindView._parentView = view;
-      view.appendChild(bindView);
-
-      observer = function() {
-        Ember.run.scheduleOnce('render', bindView, 'rerender');
-      };
-    }
-
-    // Observes the given property on the context and
-    // tells the Ember._HandlebarsBoundView to re-render. If property
-    // is an empty string, we are printing the current context
-    // object ({{this}}) so updating it is not our responsibility.
-    if (path !== '') {
-      Ember.addObserver(pathRoot, path, observer);
-
-      view.one('willClearRender', function() {
-        Ember.removeObserver(pathRoot, path, observer);
-      });
-    }
-  } else {
-    // The object is not observable, so just render it out and
-    // be done with it.
-    data.buffer.push(handlebarsGet(pathRoot, path, options));
-  }
-}
-
-/**
-  @private
-
-  '_triageMustache' is used internally select between a binding and helper for
-  the given context. Until this point, it would be hard to determine if the
-  mustache is a property reference or a regular helper reference. This triage
-  helper resolves that.
-
-  This would not be typically invoked by directly.
-
-  @method _triageMustache
-  @for Ember.Handlebars.helpers
-  @param {String} property Property/helperID to triage
-  @param {Function} fn Context to provide for rendering
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('_triageMustache', function(property, fn) {
-  Ember.assert("You cannot pass more than one argument to the _triageMustache helper", arguments.length <= 2);
-  if (helpers[property]) {
-    return helpers[property].call(this, fn);
-  }
-  else {
-    return helpers.bind.apply(this, arguments);
-  }
-});
-
-/**
-  @private
-
-  `bind` can be used to display a value, then update that value if it
-  changes. For example, if you wanted to print the `title` property of
-  `content`:
-
-  ```handlebars
-  {{bind "content.title"}}
-  ```
-
-  This will return the `title` property as a string, then create a new observer
-  at the specified path. If it changes, it will update the value in DOM. Note
-  that if you need to support IE7 and IE8 you must modify the model objects
-  properties using `Ember.get()` and `Ember.set()` for this to work as it
-  relies on Ember's KVO system. For all other browsers this will be handled for
-  you automatically.
-
-  @method bind
-  @for Ember.Handlebars.helpers
-  @param {String} property Property to bind
-  @param {Function} fn Context to provide for rendering
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('bind', function(property, options) {
-  Ember.assert("You cannot pass more than one argument to the bind helper", arguments.length <= 2);
-
-  var context = (options.contexts && options.contexts[0]) || this;
-
-  if (!options.fn) {
-    return simpleBind.call(context, property, options);
-  }
-
-  return bind.call(context, property, options, false, function(result) {
-    return !Ember.isNone(result);
-  });
-});
-
-/**
-  @private
-
-  Use the `boundIf` helper to create a conditional that re-evaluates
-  whenever the truthiness of the bound value changes.
-
-  ```handlebars
-  {{#boundIf "content.shouldDisplayTitle"}}
-    {{content.title}}
-  {{/boundIf}}
-  ```
-
-  @method boundIf
-  @for Ember.Handlebars.helpers
-  @param {String} property Property to bind
-  @param {Function} fn Context to provide for rendering
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('boundIf', function(property, fn) {
-  var context = (fn.contexts && fn.contexts[0]) || this;
-  var func = function(result) {
-    if (Ember.typeOf(result) === 'array') {
-      return get(result, 'length') !== 0;
-    } else {
-      return !!result;
-    }
-  };
-
-  return bind.call(context, property, fn, true, func, func);
-});
-
-/**
-  @method with
-  @for Ember.Handlebars.helpers
-  @param {Function} context
-  @param {Hash} options
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('with', function(context, options) {
-  if (arguments.length === 4) {
-    var keywordName, path, rootPath, normalized;
-
-    Ember.assert("If you pass more than one argument to the with helper, it must be in the form #with foo as bar", arguments[1] === "as");
-    options = arguments[3];
-    keywordName = arguments[2];
-    path = arguments[0];
-
-    Ember.assert("You must pass a block to the with helper", options.fn && options.fn !== Handlebars.VM.noop);
-
-    if (Ember.isGlobalPath(path)) {
-      Ember.bind(options.data.keywords, keywordName, path);
-    } else {
-      normalized = normalizePath(this, path, options.data);
-      path = normalized.path;
-      rootPath = normalized.root;
-
-      // This is a workaround for the fact that you cannot bind separate objects
-      // together. When we implement that functionality, we should use it here.
-      var contextKey = Ember.$.expando + Ember.guidFor(rootPath);
-      options.data.keywords[contextKey] = rootPath;
-
-      // if the path is '' ("this"), just bind directly to the current context
-      var contextPath = path ? contextKey + '.' + path : contextKey;
-      Ember.bind(options.data.keywords, keywordName, contextPath);
-    }
-
-    return bind.call(this, path, options, true, function(result) {
-      return !Ember.isNone(result);
-    });
-  } else {
-    Ember.assert("You must pass exactly one argument to the with helper", arguments.length === 2);
-    Ember.assert("You must pass a block to the with helper", options.fn && options.fn !== Handlebars.VM.noop);
-    return helpers.bind.call(options.contexts[0], context, options);
-  }
-});
-
-
-/**
-  See `boundIf`
-
-  @method if
-  @for Ember.Handlebars.helpers
-  @param {Function} context
-  @param {Hash} options
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('if', function(context, options) {
-  Ember.assert("You must pass exactly one argument to the if helper", arguments.length === 2);
-  Ember.assert("You must pass a block to the if helper", options.fn && options.fn !== Handlebars.VM.noop);
-
-  return helpers.boundIf.call(options.contexts[0], context, options);
-});
-
-/**
-  @method unless
-  @for Ember.Handlebars.helpers
-  @param {Function} context
-  @param {Hash} options
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('unless', function(context, options) {
-  Ember.assert("You must pass exactly one argument to the unless helper", arguments.length === 2);
-  Ember.assert("You must pass a block to the unless helper", options.fn && options.fn !== Handlebars.VM.noop);
-
-  var fn = options.fn, inverse = options.inverse;
-
-  options.fn = inverse;
-  options.inverse = fn;
-
-  return helpers.boundIf.call(options.contexts[0], context, options);
-});
-
-/**
-  `bindAttr` allows you to create a binding between DOM element attributes and
-  Ember objects. For example:
-
-  ```handlebars
-  <img {{bindAttr src="imageUrl" alt="imageTitle"}}>
-  ```
-
-  The above handlebars template will fill the `<img>`'s `src` attribute will
-  the value of the property referenced with `"imageUrl"` and its `alt`
-  attribute with the value of the property referenced with `"imageTitle"`.
-
-  If the rendering context of this template is the following object:
-
-  ```javascript
-  {
-    imageUrl: 'http://lolcats.info/haz-a-funny',
-    imageTitle: 'A humorous image of a cat'
-  }
-  ```
-
-  The resulting HTML output will be:
-
-  ```html
-  <img src="http://lolcats.info/haz-a-funny" alt="A humorous image of a cat">
-  ```
-
-  `bindAttr` cannot redeclare existing DOM element attributes. The use of `src`
-  in the following `bindAttr` example will be ignored and the hard coded value
-  of `src="/failwhale.gif"` will take precedence:
-
-  ```handlebars
-  <img src="/failwhale.gif" {{bindAttr src="imageUrl" alt="imageTitle"}}>
-  ```
-
-  ### `bindAttr` and the `class` attribute
-
-  `bindAttr` supports a special syntax for handling a number of cases unique
-  to the `class` DOM element attribute. The `class` attribute combines
-  multiple discreet values into a single attribute as a space-delimited
-  list of strings. Each string can be:
-
-  * a string return value of an object's property.
-  * a boolean return value of an object's property
-  * a hard-coded value
-
-  A string return value works identically to other uses of `bindAttr`. The
-  return value of the property will become the value of the attribute. For
-  example, the following view and template:
-
-  ```javascript
-    AView = Ember.View.extend({
-      someProperty: function(){
-        return "aValue";
-      }.property()
-    })
-  ```
-
-  ```handlebars
-  <img {{bindAttr class="view.someProperty}}>
-  ```
-
-  Result in the following rendered output:
-
-  ```html 
-  <img class="aValue">
-  ```
-
-  A boolean return value will insert a specified class name if the property
-  returns `true` and remove the class name if the property returns `false`.
-
-  A class name is provided via the syntax 
-  `somePropertyName:class-name-if-true`.
-
-  ```javascript
-  AView = Ember.View.extend({
-    someBool: true
-  })
-  ```
-
-  ```handlebars
-  <img {{bindAttr class="view.someBool:class-name-if-true"}}>
-  ```
-
-  Result in the following rendered output:
-
-  ```html
-  <img class="class-name-if-true">
-  ```
-
-  An additional section of the binding can be provided if you want to
-  replace the existing class instead of removing it when the boolean
-  value changes:
-
-  ```handlebars
-  <img {{bindAttr class="view.someBool:class-name-if-true:class-name-if-false"}}>
-  ```
-
-  A hard-coded value can be used by prepending `:` to the desired
-  class name: `:class-name-to-always-apply`.
-
-  ```handlebars
-  <img {{bindAttr class=":class-name-to-always-apply"}}>
-  ```
-
-  Results in the following rendered output:
-
-  ```html
-  <img class=":class-name-to-always-apply">
-  ```
-
-  All three strategies - string return value, boolean return value, and
-  hard-coded value – can be combined in a single declaration:
-
-  ```handlebars
-  <img {{bindAttr class=":class-name-to-always-apply view.someBool:class-name-if-true view.someProperty"}}>
-  ```
-
-  @method bindAttr
-  @for Ember.Handlebars.helpers
-  @param {Hash} options
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('bindAttr', function(options) {
-
-  var attrs = options.hash;
-
-  Ember.assert("You must specify at least one hash argument to bindAttr", !!Ember.keys(attrs).length);
-
-  var view = options.data.view;
-  var ret = [];
-  var ctx = this;
-
-  // Generate a unique id for this element. This will be added as a
-  // data attribute to the element so it can be looked up when
-  // the bound property changes.
-  var dataId = ++Ember.uuid;
-
-  // Handle classes differently, as we can bind multiple classes
-  var classBindings = attrs['class'];
-  if (classBindings !== null && classBindings !== undefined) {
-    var classResults = EmberHandlebars.bindClasses(this, classBindings, view, dataId, options);
-
-    ret.push('class="' + Handlebars.Utils.escapeExpression(classResults.join(' ')) + '"');
-    delete attrs['class'];
-  }
-
-  var attrKeys = Ember.keys(attrs);
-
-  // For each attribute passed, create an observer and emit the
-  // current value of the property as an attribute.
-  forEach.call(attrKeys, function(attr) {
-    var path = attrs[attr],
-        pathRoot, normalized;
-
-    Ember.assert(fmt("You must provide a String for a bound attribute, not %@", [path]), typeof path === 'string');
-
-    normalized = normalizePath(ctx, path, options.data);
-
-    pathRoot = normalized.root;
-    path = normalized.path;
-
-    var value = (path === 'this') ? pathRoot : handlebarsGet(pathRoot, path, options),
-        type = Ember.typeOf(value);
-
-    Ember.assert(fmt("Attributes must be numbers, strings or booleans, not %@", [value]), value === null || value === undefined || type === 'number' || type === 'string' || type === 'boolean');
-
-    var observer, invoker;
-
-    observer = function observer() {
-      var result = handlebarsGet(pathRoot, path, options);
-
-      Ember.assert(fmt("Attributes must be numbers, strings or booleans, not %@", [result]), result === null || result === undefined || typeof result === 'number' || typeof result === 'string' || typeof result === 'boolean');
-
-      var elem = view.$("[data-bindattr-" + dataId + "='" + dataId + "']");
-
-      // If we aren't able to find the element, it means the element
-      // to which we were bound has been removed from the view.
-      // In that case, we can assume the template has been re-rendered
-      // and we need to clean up the observer.
-      if (!elem || elem.length === 0) {
-        Ember.removeObserver(pathRoot, path, invoker);
-        return;
-      }
-
-      Ember.View.applyAttributeBindings(elem, attr, result);
-    };
-
-    invoker = function() {
-      Ember.run.scheduleOnce('render', observer);
-    };
-
-    // Add an observer to the view for when the property changes.
-    // When the observer fires, find the element using the
-    // unique data id and update the attribute to the new value.
-    if (path !== 'this') {
-      Ember.addObserver(pathRoot, path, invoker);
-
-      view.one('willClearRender', function() {
-        Ember.removeObserver(pathRoot, path, invoker);
-      });
-    }
-
-    // if this changes, also change the logic in ember-views/lib/views/view.js
-    if ((type === 'string' || (type === 'number' && !isNaN(value)))) {
-      ret.push(attr + '="' + Handlebars.Utils.escapeExpression(value) + '"');
-    } else if (value && type === 'boolean') {
-      // The developer controls the attr name, so it should always be safe
-      ret.push(attr + '="' + attr + '"');
-    }
-  }, this);
-
-  // Add the unique identifier
-  // NOTE: We use all lower-case since Firefox has problems with mixed case in SVG
-  ret.push('data-bindattr-' + dataId + '="' + dataId + '"');
-  return new EmberHandlebars.SafeString(ret.join(' '));
-});
-
-/**
-  @private
-
-  Helper that, given a space-separated string of property paths and a context,
-  returns an array of class names. Calling this method also has the side
-  effect of setting up observers at those property paths, such that if they
-  change, the correct class name will be reapplied to the DOM element.
-
-  For example, if you pass the string "fooBar", it will first look up the
-  "fooBar" value of the context. If that value is true, it will add the
-  "foo-bar" class to the current element (i.e., the dasherized form of
-  "fooBar"). If the value is a string, it will add that string as the class.
-  Otherwise, it will not add any new class name.
-
-  @method bindClasses
-  @for Ember.Handlebars
-  @param {Ember.Object} context The context from which to lookup properties
-  @param {String} classBindings A string, space-separated, of class bindings 
-    to use
-  @param {Ember.View} view The view in which observers should look for the 
-    element to update
-  @param {Srting} bindAttrId Optional bindAttr id used to lookup elements
-  @return {Array} An array of class names to add
-*/
-EmberHandlebars.bindClasses = function(context, classBindings, view, bindAttrId, options) {
-  var ret = [], newClass, value, elem;
-
-  // Helper method to retrieve the property from the context and
-  // determine which class string to return, based on whether it is
-  // a Boolean or not.
-  var classStringForPath = function(root, parsedPath, options) {
-    var val,
-        path = parsedPath.path;
-
-    if (path === 'this') {
-      val = root;
-    } else if (path === '') {
-      val = true;
-    } else {
-      val = handlebarsGet(root, path, options);
-    }
-
-    return Ember.View._classStringForValue(path, val, parsedPath.className, parsedPath.falsyClassName);
-  };
-
-  // For each property passed, loop through and setup
-  // an observer.
-  forEach.call(classBindings.split(' '), function(binding) {
-
-    // Variable in which the old class value is saved. The observer function
-    // closes over this variable, so it knows which string to remove when
-    // the property changes.
-    var oldClass;
-
-    var observer, invoker;
-
-    var parsedPath = Ember.View._parsePropertyPath(binding),
-        path = parsedPath.path,
-        pathRoot = context,
-        normalized;
-
-    if (path !== '' && path !== 'this') {
-      normalized = normalizePath(context, path, options.data);
-
-      pathRoot = normalized.root;
-      path = normalized.path;
-    }
-
-    // Set up an observer on the context. If the property changes, toggle the
-    // class name.
-    observer = function() {
-      // Get the current value of the property
-      newClass = classStringForPath(pathRoot, parsedPath, options);
-      elem = bindAttrId ? view.$("[data-bindattr-" + bindAttrId + "='" + bindAttrId + "']") : view.$();
-
-      // If we can't find the element anymore, a parent template has been
-      // re-rendered and we've been nuked. Remove the observer.
-      if (!elem || elem.length === 0) {
-        Ember.removeObserver(pathRoot, path, invoker);
-      } else {
-        // If we had previously added a class to the element, remove it.
-        if (oldClass) {
-          elem.removeClass(oldClass);
-        }
-
-        // If necessary, add a new class. Make sure we keep track of it so
-        // it can be removed in the future.
-        if (newClass) {
-          elem.addClass(newClass);
-          oldClass = newClass;
-        } else {
-          oldClass = null;
-        }
-      }
-    };
-
-    invoker = function() {
-      Ember.run.scheduleOnce('render', observer);
-    };
-
-    if (path !== '' && path !== 'this') {
-      Ember.addObserver(pathRoot, path, invoker);
-
-      view.one('willClearRender', function() {
-        Ember.removeObserver(pathRoot, path, invoker);
-      });
-    }
-
-    // We've already setup the observer; now we just need to figure out the
-    // correct behavior right now on the first pass through.
-    value = classStringForPath(pathRoot, parsedPath, options);
-
-    if (value) {
-      ret.push(value);
-
-      // Make sure we save the current value so that it can be removed if the
-      // observer fires.
-      oldClass = value;
-    }
-  });
-
-  return ret;
-};
-
-
-})();
-
-
-
-(function() {
-/*globals Handlebars */
-
-// TODO: Don't require the entire module
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-var PARENT_VIEW_PATH = /^parentView\./;
-var EmberHandlebars = Ember.Handlebars;
-
-EmberHandlebars.ViewHelper = Ember.Object.create({
-
-  propertiesFromHTMLOptions: function(options, thisContext) {
-    var hash = options.hash, data = options.data;
-    var extensions = {},
-        classes = hash['class'],
-        dup = false;
-
-    if (hash.id) {
-      extensions.elementId = hash.id;
-      dup = true;
-    }
-
-    if (classes) {
-      classes = classes.split(' ');
-      extensions.classNames = classes;
-      dup = true;
-    }
-
-    if (hash.classBinding) {
-      extensions.classNameBindings = hash.classBinding.split(' ');
-      dup = true;
-    }
-
-    if (hash.classNameBindings) {
-      if (extensions.classNameBindings === undefined) extensions.classNameBindings = [];
-      extensions.classNameBindings = extensions.classNameBindings.concat(hash.classNameBindings.split(' '));
-      dup = true;
-    }
-
-    if (hash.attributeBindings) {
-      Ember.assert("Setting 'attributeBindings' via Handlebars is not allowed. Please subclass Ember.View and set it there instead.");
-      extensions.attributeBindings = null;
-      dup = true;
-    }
-
-    if (dup) {
-      hash = Ember.$.extend({}, hash);
-      delete hash.id;
-      delete hash['class'];
-      delete hash.classBinding;
-    }
-
-    // Set the proper context for all bindings passed to the helper. This applies to regular attribute bindings
-    // as well as class name bindings. If the bindings are local, make them relative to the current context
-    // instead of the view.
-    var path;
-
-    // Evaluate the context of regular attribute bindings:
-    for (var prop in hash) {
-      if (!hash.hasOwnProperty(prop)) { continue; }
-
-      // Test if the property ends in "Binding"
-      if (Ember.IS_BINDING.test(prop) && typeof hash[prop] === 'string') {
-        path = this.contextualizeBindingPath(hash[prop], data);
-        if (path) { hash[prop] = path; }
-      }
-    }
-
-    // Evaluate the context of class name bindings:
-    if (extensions.classNameBindings) {
-      for (var b in extensions.classNameBindings) {
-        var full = extensions.classNameBindings[b];
-        if (typeof full === 'string') {
-          // Contextualize the path of classNameBinding so this:
-          //
-          //     classNameBinding="isGreen:green"
-          //
-          // is converted to this:
-          //
-          //     classNameBinding="_parentView.context.isGreen:green"
-          var parsedPath = Ember.View._parsePropertyPath(full);
-          path = this.contextualizeBindingPath(parsedPath.path, data);
-          if (path) { extensions.classNameBindings[b] = path + parsedPath.classNames; }
-        }
-      }
-    }
-
-    return Ember.$.extend(hash, extensions);
-  },
-
-  // Transform bindings from the current context to a context that can be evaluated within the view.
-  // Returns null if the path shouldn't be changed.
-  //
-  // TODO: consider the addition of a prefix that would allow this method to return `path`.
-  contextualizeBindingPath: function(path, data) {
-    var normalized = Ember.Handlebars.normalizePath(null, path, data);
-    if (normalized.isKeyword) {
-      return 'templateData.keywords.' + path;
-    } else if (Ember.isGlobalPath(path)) {
-      return null;
-    } else if (path === 'this') {
-      return '_parentView.context';
-    } else {
-      return '_parentView.context.' + path;
-    }
-  },
-
-  helper: function(thisContext, path, options) {
-    var inverse = options.inverse,
-        data = options.data,
-        view = data.view,
-        fn = options.fn,
-        hash = options.hash,
-        newView;
-
-    if ('string' === typeof path) {
-      newView = EmberHandlebars.get(thisContext, path, options);
-      Ember.assert("Unable to find view at path '" + path + "'", !!newView);
-    } else {
-      newView = path;
-    }
-
-    Ember.assert(Ember.String.fmt('You must pass a view to the #view helper, not %@ (%@)', [path, newView]), Ember.View.detect(newView) || Ember.View.detectInstance(newView));
-
-    var viewOptions = this.propertiesFromHTMLOptions(options, thisContext);
-    var currentView = data.view;
-    viewOptions.templateData = options.data;
-    var newViewProto = newView.proto ? newView.proto() : newView;
-
-    if (fn) {
-      Ember.assert("You cannot provide a template block if you also specified a templateName", !get(viewOptions, 'templateName') && !get(newViewProto, 'templateName'));
-      viewOptions.template = fn;
-    }
-
-    // We only want to override the `_context` computed property if there is
-    // no specified controller. See View#_context for more information.
-    if (!newViewProto.controller && !newViewProto.controllerBinding && !viewOptions.controller && !viewOptions.controllerBinding) {
-      viewOptions._context = thisContext;
-    }
-
-    currentView.appendChild(newView, viewOptions);
-  }
-});
-
-/**
-  `{{view}}` inserts a new instance of `Ember.View` into a template passing its
-  options to the `Ember.View`'s `create` method and using the supplied block as
-  the view's own template.
-
-  An empty `<body>` and the following template:
-
-  ```handlebars
-  A span:
-  {{#view tagName="span"}}
-    hello.
-  {{/view}}
-  ```
-
-  Will result in HTML structure:
-
-  ```html
-  <body>
-    <!-- Note: the handlebars template script
-         also results in a rendered Ember.View
-         which is the outer <div> here -->
-
-    <div class="ember-view">
-      A span:
-      <span id="ember1" class="ember-view">
-        Hello.
-      </span>
-    </div>
-  </body>
-  ```
-
-  ### `parentView` setting
-
-  The `parentView` property of the new `Ember.View` instance created through
-  `{{view}}` will be set to the `Ember.View` instance of the template where
-  `{{view}}` was called.
-
-  ```javascript
-  aView = Ember.View.create({
-    template: Ember.Handlebars.compile("{{#view}} my parent: {{parentView.elementId}} {{/view}}")
-  });
-
-  aView.appendTo('body');
-  ```
-
-  Will result in HTML structure:
-
-  ```html
-  <div id="ember1" class="ember-view">
-    <div id="ember2" class="ember-view">
-      my parent: ember1
-    </div>
-  </div>
-  ```
-
-  ### Setting CSS id and class attributes
-
-  The HTML `id` attribute can be set on the `{{view}}`'s resulting element with
-  the `id` option. This option will _not_ be passed to `Ember.View.create`.
-
-  ```handlebars
-  {{#view tagName="span" id="a-custom-id"}}
-    hello.
-  {{/view}}
-  ```
-
-  Results in the following HTML structure:
-
-  ```html
-  <div class="ember-view">
-    <span id="a-custom-id" class="ember-view">
-      hello.
-    </span>
-  </div>
-  ```
-
-  The HTML `class` attribute can be set on the `{{view}}`'s resulting element
-  with the `class` or `classNameBindings` options. The `class` option will
-  directly set the CSS `class` attribute and will not be passed to
-  `Ember.View.create`. `classNameBindings` will be passed to `create` and use
-  `Ember.View`'s class name binding functionality:
-
-  ```handlebars
-  {{#view tagName="span" class="a-custom-class"}}
-    hello.
-  {{/view}}
-  ```
-
-  Results in the following HTML structure:
-
-  ```html
-  <div class="ember-view">
-    <span id="ember2" class="ember-view a-custom-class">
-      hello.
-    </span>
-  </div>
-  ```
-
-  ### Supplying a different view class
-
-  `{{view}}` can take an optional first argument before its supplied options to
-  specify a path to a custom view class.
-
-  ```handlebars
-  {{#view "MyApp.CustomView"}}
-    hello.
-  {{/view}}
-  ```
-
-  The first argument can also be a relative path. Ember will search for the
-  view class starting at the `Ember.View` of the template where `{{view}}` was
-  used as the root object:
-
-  ```javascript
-  MyApp = Ember.Application.create({});
-  MyApp.OuterView = Ember.View.extend({
-    innerViewClass: Ember.View.extend({
-      classNames: ['a-custom-view-class-as-property']
-    }),
-    template: Ember.Handlebars.compile('{{#view "innerViewClass"}} hi {{/view}}')
-  });
-
-  MyApp.OuterView.create().appendTo('body');
-  ```
-
-  Will result in the following HTML:
-
-  ```html
-  <div id="ember1" class="ember-view">
-    <div id="ember2" class="ember-view a-custom-view-class-as-property">
-      hi
-    </div>
-  </div>
-  ```
-
-  ### Blockless use
-
-  If you supply a custom `Ember.View` subclass that specifies its own template
-  or provide a `templateName` option to `{{view}}` it can be used without
-  supplying a block. Attempts to use both a `templateName` option and supply a
-  block will throw an error.
-
-  ```handlebars
-  {{view "MyApp.ViewWithATemplateDefined"}}
-  ```
-
-  ### `viewName` property
-
-  You can supply a `viewName` option to `{{view}}`. The `Ember.View` instance
-  will be referenced as a property of its parent view by this name.
-
-  ```javascript
-  aView = Ember.View.create({
-    template: Ember.Handlebars.compile('{{#view viewName="aChildByName"}} hi {{/view}}')
-  });
-
-  aView.appendTo('body');
-  aView.get('aChildByName') // the instance of Ember.View created by {{view}} helper
-  ```
-
-  @method view
-  @for Ember.Handlebars.helpers
-  @param {String} path
-  @param {Hash} options
-  @return {String} HTML string
-*/
-EmberHandlebars.registerHelper('view', function(path, options) {
-  Ember.assert("The view helper only takes a single argument", arguments.length <= 2);
-
-  // If no path is provided, treat path param as options.
-  if (path && path.data && path.data.isRenderData) {
-    options = path;
-    path = "Ember.View";
-  }
-
-  return EmberHandlebars.ViewHelper.helper(this, path, options);
-});
-
-
-})();
-
-
-
-(function() {
-/*globals Handlebars */
-
-// TODO: Don't require all of this module
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, handlebarsGet = Ember.Handlebars.get, fmt = Ember.String.fmt;
-
-/**
-  `{{collection}}` is a `Ember.Handlebars` helper for adding instances of
-  `Ember.CollectionView` to a template. See `Ember.CollectionView` for
-  additional information on how a `CollectionView` functions.
-
-  `{{collection}}`'s primary use is as a block helper with a `contentBinding`
-  option pointing towards an `Ember.Array`-compatible object. An `Ember.View`
-  instance will be created for each item in its `content` property. Each view
-  will have its own `content` property set to the appropriate item in the
-  collection.
-
-  The provided block will be applied as the template for each item's view.
-
-  Given an empty `<body>` the following template:
-
-  ```handlebars
-  {{#collection contentBinding="App.items"}}
-    Hi {{view.content.name}}
-  {{/collection}}
-  ```
-
-  And the following application code
-
-  ```javascript
-  App = Ember.Application.create()
-  App.items = [
-    Ember.Object.create({name: 'Dave'}),
-    Ember.Object.create({name: 'Mary'}),
-    Ember.Object.create({name: 'Sara'})
-  ]
-  ```
-
-  Will result in the HTML structure below
-
-  ```html
-  <div class="ember-view">
-    <div class="ember-view">Hi Dave</div>
-    <div class="ember-view">Hi Mary</div>
-    <div class="ember-view">Hi Sara</div>
-  </div>
-  ```
-
-  ### Blockless Use
-
-  If you provide an `itemViewClass` option that has its own `template` you can
-  omit the block.
-
-  The following template:
-
-  ```handlebars
-  {{collection contentBinding="App.items" itemViewClass="App.AnItemView"}}
-  ```
-
-  And application code
-
-  ```javascript
-  App = Ember.Application.create();
-  App.items = [
-    Ember.Object.create({name: 'Dave'}),
-    Ember.Object.create({name: 'Mary'}),
-    Ember.Object.create({name: 'Sara'})
-  ];
-
-  App.AnItemView = Ember.View.extend({
-    template: Ember.Handlebars.compile("Greetings {{view.content.name}}")
-  });
-  ```
-
-  Will result in the HTML structure below
-
-  ```html
-  <div class="ember-view">
-    <div class="ember-view">Greetings Dave</div>
-    <div class="ember-view">Greetings Mary</div>
-    <div class="ember-view">Greetings Sara</div>
-  </div>
-  ```
-
-  ### Specifying a CollectionView subclass
-
-  By default the `{{collection}}` helper will create an instance of
-  `Ember.CollectionView`. You can supply a `Ember.CollectionView` subclass to
-  the helper by passing it as the first argument:
-
-  ```handlebars
-  {{#collection App.MyCustomCollectionClass contentBinding="App.items"}}
-    Hi {{view.content.name}}
-  {{/collection}}
-  ```
-
-  ### Forwarded `item.*`-named Options
-
-  As with the `{{view}}`, helper options passed to the `{{collection}}` will be
-  set on the resulting `Ember.CollectionView` as properties. Additionally,
-  options prefixed with `item` will be applied to the views rendered for each
-  item (note the camelcasing):
-
-  ```handlebars
-  {{#collection contentBinding="App.items"
-                itemTagName="p"
-                itemClassNames="greeting"}}
-    Howdy {{view.content.name}}
-  {{/collection}}
-  ```
-
-  Will result in the following HTML structure:
-
-  ```html
-  <div class="ember-view">
-    <p class="ember-view greeting">Howdy Dave</p>
-    <p class="ember-view greeting">Howdy Mary</p>
-    <p class="ember-view greeting">Howdy Sara</p>
-  </div>
-  ```
-
-  @method collection
-  @for Ember.Handlebars.helpers
-  @param {String} path
-  @param {Hash} options
-  @return {String} HTML string
-  @deprecated Use `{{each}}` helper instead.
-*/
-Ember.Handlebars.registerHelper('collection', function(path, options) {
-  Ember.deprecate("Using the {{collection}} helper without specifying a class has been deprecated as the {{each}} helper now supports the same functionality.", path !== 'collection');
-
-  // If no path is provided, treat path param as options.
-  if (path && path.data && path.data.isRenderData) {
-    options = path;
-    path = undefined;
-    Ember.assert("You cannot pass more than one argument to the collection helper", arguments.length === 1);
-  } else {
-    Ember.assert("You cannot pass more than one argument to the collection helper", arguments.length === 2);
-  }
-
-  var fn = options.fn;
-  var data = options.data;
-  var inverse = options.inverse;
-  var view = options.data.view;
-
-  // If passed a path string, convert that into an object.
-  // Otherwise, just default to the standard class.
-  var collectionClass;
-  collectionClass = path ? handlebarsGet(this, path, options) : Ember.CollectionView;
-  Ember.assert(fmt("%@ #collection: Could not find collection class %@", [data.view, path]), !!collectionClass);
-
-  var hash = options.hash, itemHash = {}, match;
-
-  // Extract item view class if provided else default to the standard class
-  var itemViewClass, itemViewPath = hash.itemViewClass;
-  var collectionPrototype = collectionClass.proto();
-  delete hash.itemViewClass;
-  itemViewClass = itemViewPath ? handlebarsGet(collectionPrototype, itemViewPath, options) : collectionPrototype.itemViewClass;
-  Ember.assert(fmt("%@ #collection: Could not find itemViewClass %@", [data.view, itemViewPath]), !!itemViewClass);
-
-  // Go through options passed to the {{collection}} helper and extract options
-  // that configure item views instead of the collection itself.
-  for (var prop in hash) {
-    if (hash.hasOwnProperty(prop)) {
-      match = prop.match(/^item(.)(.*)$/);
-
-      if(match) {
-        // Convert itemShouldFoo -> shouldFoo
-        itemHash[match[1].toLowerCase() + match[2]] = hash[prop];
-        // Delete from hash as this will end up getting passed to the
-        // {{view}} helper method.
-        delete hash[prop];
-      }
-    }
-  }
-
-  var tagName = hash.tagName || collectionPrototype.tagName;
-
-  if (fn) {
-    itemHash.template = fn;
-    delete options.fn;
-  }
-
-  var emptyViewClass;
-  if (inverse && inverse !== Handlebars.VM.noop) {
-    emptyViewClass = get(collectionPrototype, 'emptyViewClass');
-    emptyViewClass = emptyViewClass.extend({
-          template: inverse,
-          tagName: itemHash.tagName
-    });
-  } else if (hash.emptyViewClass) {
-    emptyViewClass = handlebarsGet(this, hash.emptyViewClass, options);
-  }
-  hash.emptyView = emptyViewClass;
-
-  if (hash.eachHelper === 'each') {
-    itemHash._context = Ember.computed(function() {
-      return get(this, 'content');
-    }).property('content');
-    delete hash.eachHelper;
-  }
-
-  var viewString = view.toString();
-
-  var viewOptions = Ember.Handlebars.ViewHelper.propertiesFromHTMLOptions({ data: data, hash: itemHash }, this);
-  hash.itemViewClass = itemViewClass.extend(viewOptions);
-
-  return Ember.Handlebars.helpers.view.call(this, collectionClass, options);
-});
-
-
-})();
-
-
-
-(function() {
-/*globals Handlebars */
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var handlebarsGet = Ember.Handlebars.get;
-
-/**
-  `unbound` allows you to output a property without binding. *Important:* The
-  output will not be updated if the property changes. Use with caution.
-
-  ```handlebars
-  <div>{{unbound somePropertyThatDoesntChange}}</div>
-  ```
-
-  @method unbound
-  @for Ember.Handlebars.helpers
-  @param {String} property
-  @return {String} HTML string
-*/
-Ember.Handlebars.registerHelper('unbound', function(property, fn) {
-  var context = (fn.contexts && fn.contexts[0]) || this;
-  return handlebarsGet(context, property, fn);
-});
-
-})();
-
-
-
-(function() {
-/*jshint debug:true*/
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var handlebarsGet = Ember.Handlebars.get, normalizePath = Ember.Handlebars.normalizePath;
-
-/**
-  `log` allows you to output the value of a value in the current rendering
-  context.
-
-  ```handlebars
-  {{log myVariable}}
-  ```
-
-  @method log
-  @for Ember.Handlebars.helpers
-  @param {String} property
-*/
-Ember.Handlebars.registerHelper('log', function(property, options) {
-  var context = (options.contexts && options.contexts[0]) || this,
-      normalized = normalizePath(context, property, options.data),
-      pathRoot = normalized.root,
-      path = normalized.path,
-      value = (path === 'this') ? pathRoot : handlebarsGet(pathRoot, path, options);
-  Ember.Logger.log(value);
-});
-
-/**
-  Execute the `debugger` statement in the current context.
-
-  ```handlebars
-  {{debugger}}
-  ```
-
-  @method debugger
-  @for Ember.Handlebars.helpers
-  @param {String} property
-*/
-Ember.Handlebars.registerHelper('debugger', function() {
-  debugger;
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-Ember.Handlebars.EachView = Ember.CollectionView.extend(Ember._Metamorph, {
-  itemViewClass: Ember._MetamorphView,
-  emptyViewClass: Ember._MetamorphView,
-
-  createChildView: function(view, attrs) {
-    view = this._super(view, attrs);
-
-    // At the moment, if a container view subclass wants
-    // to insert keywords, it is responsible for cloning
-    // the keywords hash. This will be fixed momentarily.
-    var keyword = get(this, 'keyword');
-
-    if (keyword) {
-      var data = get(view, 'templateData');
-
-      data = Ember.copy(data);
-      data.keywords = view.cloneKeywords();
-      set(view, 'templateData', data);
-
-      var content = get(view, 'content');
-
-      // In this case, we do not bind, because the `content` of
-      // a #each item cannot change.
-      data.keywords[keyword] = content;
-    }
-
-    return view;
-  }
-});
-
-var GroupedEach = Ember.Handlebars.GroupedEach = function(context, path, options) {
-  var self = this,
-      normalized = Ember.Handlebars.normalizePath(context, path, options.data);
-
-  this.context = context;
-  this.path = path;
-  this.options = options;
-  this.template = options.fn;
-  this.containingView = options.data.view;
-  this.normalizedRoot = normalized.root;
-  this.normalizedPath = normalized.path;
-  this.content = this.lookupContent();
-
-  this.addContentObservers();
-  this.addArrayObservers();
-
-  this.containingView.on('willClearRender', function() {
-    self.destroy();
-  });
-};
-
-GroupedEach.prototype = {
-  contentWillChange: function() {
-    this.removeArrayObservers();
-  },
-
-  contentDidChange: function() {
-    this.content = this.lookupContent();
-    this.addArrayObservers();
-    this.rerenderContainingView();
-  },
-
-  contentArrayWillChange: Ember.K,
-
-  contentArrayDidChange: function() {
-    this.rerenderContainingView();
-  },
-
-  lookupContent: function() {
-    return Ember.Handlebars.get(this.normalizedRoot, this.normalizedPath, this.options);
-  },
-
-  addArrayObservers: function() {
-    this.content.addArrayObserver(this, {
-      willChange: 'contentArrayWillChange',
-      didChange: 'contentArrayDidChange'
-    });
-  },
-
-  removeArrayObservers: function() {
-    this.content.removeArrayObserver(this, {
-      willChange: 'contentArrayWillChange',
-      didChange: 'contentArrayDidChange'
-    });
-  },
-
-  addContentObservers: function() {
-    Ember.addBeforeObserver(this.normalizedRoot, this.normalizedPath, this, this.contentWillChange);
-    Ember.addObserver(this.normalizedRoot, this.normalizedPath, this, this.contentDidChange);
-  },
-
-  removeContentObservers: function() {
-    Ember.removeBeforeObserver(this.normalizedRoot, this.normalizedPath, this.contentWillChange);
-    Ember.removeObserver(this.normalizedRoot, this.normalizedPath, this.contentDidChange);
-  },
-
-  render: function() {
-    var content = this.content,
-        contentLength = get(content, 'length'),
-        data = this.options.data,
-        template = this.template;
-
-    data.insideEach = true;
-    for (var i = 0; i < contentLength; i++) {
-      template(content.objectAt(i), { data: data });
-    }
-  },
-
-  rerenderContainingView: function() {
-    Ember.run.scheduleOnce('render', this.containingView, 'rerender');
-  },
-
-  destroy: function() {
-    this.removeContentObservers();
-    this.removeArrayObservers();
-  }
-};
-
-/**
-  The `{{#each}}` helper loops over elements in a collection, rendering its
-  block once for each item:
-
-  ```javascript
-  Developers = [{name: 'Yehuda'},{name: 'Tom'}, {name: 'Paul'}];
-  ```
-
-  ```handlebars
-  {{#each Developers}}
-    {{name}}
-  {{/each}}
-  ```
-
-  `{{each}}` supports an alternative syntax with element naming:
-
-  ```handlebars
-  {{#each person in Developers}}
-    {{person.name}}
-  {{/each}}
-  ```
-
-  When looping over objects that do not have properties, `{{this}}` can be used
-  to render the object:
-
-  ```javascript
-  DeveloperNames = ['Yehuda', 'Tom', 'Paul']
-  ```
-
-  ```handlebars
-  {{#each DeveloperNames}}
-    {{this}}
-  {{/each}}
-  ```
-
-  ### Blockless Use
-
-  If you provide an `itemViewClass` option that has its own `template` you can
-  omit the block in a similar way to how it can be done with the collection
-  helper.
-
-  The following template:
-
-  ```handlebars
-  {{#view App.MyView }}
-    {{each view.items itemViewClass="App.AnItemView"}} 
-  {{/view}}
-  ```
-
-  And application code
-
-  ```javascript
-  App = Ember.Application.create({
-    MyView: Ember.View.extend({
-      items: [
-        Ember.Object.create({name: 'Dave'}),
-        Ember.Object.create({name: 'Mary'}),
-        Ember.Object.create({name: 'Sara'})
-      ]
-    })
-  });
-
-  App.AnItemView = Ember.View.extend({
-    template: Ember.Handlebars.compile("Greetings {{name}}")
-  });
-
-  App.initialize();
-  ```
-
-  Will result in the HTML structure below
-
-  ```html
-  <div class="ember-view">
-    <div class="ember-view">Greetings Dave</div>
-    <div class="ember-view">Greetings Mary</div>
-    <div class="ember-view">Greetings Sara</div>
-  </div>
-  ```
-
-  @method each
-  @for Ember.Handlebars.helpers
-  @param [name] {String} name for item (used with `in`)
-  @param path {String} path
-*/
-Ember.Handlebars.registerHelper('each', function(path, options) {
-  if (arguments.length === 4) {
-    Ember.assert("If you pass more than one argument to the each helper, it must be in the form #each foo in bar", arguments[1] === "in");
-
-    var keywordName = arguments[0];
-
-    options = arguments[3];
-    path = arguments[2];
-    if (path === '') { path = "this"; }
-
-    options.hash.keyword = keywordName;
-  } else {
-    options.hash.eachHelper = 'each';
-  }
-
-  options.hash.contentBinding = path;
-  // Set up emptyView as a metamorph with no tag
-  //options.hash.emptyViewClass = Ember._MetamorphView;
-
-  if (options.data.insideGroup && !options.hash.groupedRows && !options.hash.itemViewClass) {
-    new Ember.Handlebars.GroupedEach(this, path, options).render();
-  } else {
-    return Ember.Handlebars.helpers.collection.call(this, 'Ember.Handlebars.EachView', options);
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-/**
-  `template` allows you to render a template from inside another template.
-  This allows you to re-use the same template in multiple places. For example:
-
-  ```html
-  <script type="text/x-handlebars" data-template-name="logged_in_user">
-    {{#with loggedInUser}}
-      Last Login: {{lastLogin}}
-      User Info: {{template "user_info"}}
-    {{/with}}
-  </script>
-  ```
-
-  ```html
-  <script type="text/x-handlebars" data-template-name="user_info">
-    Name: <em>{{name}}</em>
-    Karma: <em>{{karma}}</em>
-  </script>
-  ```
-
-  This helper looks for templates in the global `Ember.TEMPLATES` hash. If you
-  add `<script>` tags to your page with the `data-template-name` attribute set,
-  they will be compiled and placed in this hash automatically.
-
-  You can also manually register templates by adding them to the hash:
-
-  ```javascript
-  Ember.TEMPLATES["my_cool_template"] = Ember.Handlebars.compile('<b>{{user}}</b>');
-  ```
-
-  @method template
-  @for Ember.Handlebars.helpers
-  @param {String} templateName the template to render
-*/
-
-Ember.Handlebars.registerHelper('template', function(name, options) {
-  var template = Ember.TEMPLATES[name];
-
-  Ember.assert("Unable to find template with name '"+name+"'.", !!template);
-
-  Ember.TEMPLATES[name](this, { data: options.data });
-});
-
-Ember.Handlebars.registerHelper('partial', function(name, options) {
-  var nameParts = name.split("/"),
-      lastPart = nameParts[nameParts.length - 1];
-
-  nameParts[nameParts.length - 1] = "_" + lastPart;
-
-  var underscoredName = nameParts.join("/");
-
-  var template = Ember.TEMPLATES[underscoredName],
-      deprecatedTemplate = Ember.TEMPLATES[name];
-
-  Ember.deprecate("You tried to render the partial " + name + ", which should be at '" + underscoredName + "', but Ember found '" + name + "'. Please use a leading underscore in your partials", template);
-  Ember.assert("Unable to find partial with name '"+name+"'.", template || deprecatedTemplate);
-
-  template = template || deprecatedTemplate;
-
-  template(this, { data: options.data });
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  When used in a Handlebars template that is assigned to an `Ember.View`
-  instance's `layout` property Ember will render the layout template first,
-  inserting the view's own rendered output at the `{{yield}}` location.
-
-  An empty `<body>` and the following application code:
-
-  ```javascript
-  AView = Ember.View.extend({
-    classNames: ['a-view-with-layout'],
-    layout: Ember.Handlebars.compile('<div class="wrapper">{{yield}}</div>'),
-    template: Ember.Handlebars.compile('<span>I am wrapped</span>')
-  });
-
-  aView = AView.create();
-  aView.appendTo('body');
-  ```
-
-  Will result in the following HTML output:
-
-  ```html
-  <body>
-    <div class='ember-view a-view-with-layout'>
-      <div class="wrapper">
-        <span>I am wrapped</span>
-      </div>
-    </div>
-  </body>
-  ```
-
-  The `yield` helper cannot be used outside of a template assigned to an
-  `Ember.View`'s `layout` property and will throw an error if attempted.
-
-  ```javascript
-  BView = Ember.View.extend({
-    classNames: ['a-view-with-layout'],
-    template: Ember.Handlebars.compile('{{yield}}')
-  });
-
-  bView = BView.create();
-  bView.appendTo('body');
-
-  // throws
-  // Uncaught Error: assertion failed: You called yield in a template that was not a layout
-  ```
-
-  @method yield
-  @for Ember.Handlebars.helpers
-  @param {Hash} options
-  @return {String} HTML string
-*/
-Ember.Handlebars.registerHelper('yield', function(options) {
-  var view = options.data.view, template;
-
-  while (view && !get(view, 'layout')) {
-    view = get(view, 'parentView');
-  }
-
-  Ember.assert("You called yield in a template that was not a layout", !!view);
-
-  template = get(view, 'template');
-
-  if (template) { template(this, options); }
-});
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var set = Ember.set, get = Ember.get;
-
-/**
-  The `Ember.Checkbox` view class renders a checkbox
-  [input](https://developer.mozilla.org/en/HTML/Element/Input) element. It
-  allows for binding an Ember property (`checked`) to the status of the
-  checkbox.
-
-  Example:
-
-  ```handlebars
-  {{view Ember.Checkbox checkedBinding="receiveEmail"}}
-  ```
-
-  You can add a `label` tag yourself in the template where the `Ember.Checkbox`
-  is being used.
-
-  ```html
-  <label>
-    {{view Ember.Checkbox classNames="applicaton-specific-checkbox"}}
-    Some Title
-  </label>
-  ```
-
-  The `checked` attribute of an `Ember.Checkbox` object should always be set
-  through the Ember object or by interacting with its rendered element
-  representation via the mouse, keyboard, or touch. Updating the value of the
-  checkbox via jQuery will result in the checked value of the object and its
-  element losing synchronization.
-
-  ## Layout and LayoutName properties
-
-  Because HTML `input` elements are self closing `layout` and `layoutName`
-  properties will not be applied. See `Ember.View`'s layout section for more
-  information.
-
-  @class Checkbox
-  @namespace Ember
-  @extends Ember.View
-*/
-Ember.Checkbox = Ember.View.extend({
-  classNames: ['ember-checkbox'],
-
-  tagName: 'input',
-
-  attributeBindings: ['type', 'checked', 'disabled', 'tabindex'],
-
-  type: "checkbox",
-  checked: false,
-  disabled: false,
-
-  init: function() {
-    this._super();
-    this.on("change", this, this._updateElementValue);
-  },
-
-  _updateElementValue: function() {
-    set(this, 'checked', this.$().prop('checked'));
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  Shared mixin used by `Ember.TextField` and `Ember.TextArea`.
-
-  @class TextSupport
-  @namespace Ember
-  @extends Ember.Mixin
-  @private
-*/
-Ember.TextSupport = Ember.Mixin.create({
-  value: "",
-
-  attributeBindings: ['placeholder', 'disabled', 'maxlength', 'tabindex'],
-  placeholder: null,
-  disabled: false,
-  maxlength: null,
-
-  insertNewline: Ember.K,
-  cancel: Ember.K,
-
-  init: function() {
-    this._super();
-    this.on("focusOut", this, this._elementValueDidChange);
-    this.on("change", this, this._elementValueDidChange);
-    this.on("paste", this, this._elementValueDidChange);
-    this.on("cut", this, this._elementValueDidChange);
-    this.on("input", this, this._elementValueDidChange);
-    this.on("keyUp", this, this.interpretKeyEvents);
-  },
-
-  interpretKeyEvents: function(event) {
-    var map = Ember.TextSupport.KEY_EVENTS;
-    var method = map[event.keyCode];
-
-    this._elementValueDidChange();
-    if (method) { return this[method](event); }
-  },
-
-  _elementValueDidChange: function() {
-    set(this, 'value', this.$().val());
-  }
-
-});
-
-Ember.TextSupport.KEY_EVENTS = {
-  13: 'insertNewline',
-  27: 'cancel'
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  The `Ember.TextField` view class renders a text
-  [input](https://developer.mozilla.org/en/HTML/Element/Input) element. It
-  allows for binding Ember properties to the text field contents (`value`),
-  live-updating as the user inputs text.
-
-  Example:
-
-  ```handlebars
-  {{view Ember.TextField valueBinding="firstName"}}
-  ```
-
-  ## Layout and LayoutName properties
-
-  Because HTML `input` elements are self closing `layout` and `layoutName`
-  properties will not be applied. See `Ember.View`'s layout section for more
-  information.
-
-  ## HTML Attributes
-
-  By default `Ember.TextField` provides support for `type`, `value`, `size`,
-  `placeholder`, `disabled`, `maxlength` and `tabindex` attributes on a
-  test field. If you need to support more attributes have a look at the
-  `attributeBindings` property in `Ember.View`'s HTML Attributes section.
-
-  To globally add support for additional attributes you can reopen
-  `Ember.TextField` or `Ember.TextSupport`.
-
-  ```javascript
-  Ember.TextSupport.reopen({
-    attributeBindings: ["required"]
-  })
-  ```
-
-  @class TextField
-  @namespace Ember
-  @extends Ember.View
-  @uses Ember.TextSupport
-*/
-Ember.TextField = Ember.View.extend(Ember.TextSupport,
-  /** @scope Ember.TextField.prototype */ {
-
-  classNames: ['ember-text-field'],
-  tagName: "input",
-  attributeBindings: ['type', 'value', 'size'],
-
-  /**
-    The `value` attribute of the input element. As the user inputs text, this
-    property is updated live.
-
-    @property value
-    @type String
-    @default ""
-  */
-  value: "",
-
-  /**
-    The `type` attribute of the input element.
-
-    @property type
-    @type String
-    @default "text"
-  */
-  type: "text",
-
-  /**
-    The `size` of the text field in characters.
-
-    @property size
-    @type String
-    @default null
-  */
-  size: null,
-
-  /**
-    The action to be sent when the user presses the return key.
-
-    This is similar to the `{{action}}` helper, but is fired when
-    the user presses the return key when editing a text field, and sends
-    the value of the field as the context.
-
-   @property action
-   @type String
-   @default null
-  */
-  action: null,
-
-  insertNewline: function() {
-    var controller = get(this, 'controller'),
-        action = get(this, 'action');
-
-    if (action) {
-      controller.send(action, get(this, 'value'));
-    }
-
-    return false;
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  @class Button
-  @namespace Ember
-  @extends Ember.View
-  @uses Ember.TargetActionSupport
-  @deprecated
-*/
-Ember.Button = Ember.View.extend(Ember.TargetActionSupport, {
-  classNames: ['ember-button'],
-  classNameBindings: ['isActive'],
-
-  tagName: 'button',
-
-  propagateEvents: false,
-
-  attributeBindings: ['type', 'disabled', 'href', 'tabindex'],
-
-  /**
-    @private
-
-    Overrides `TargetActionSupport`'s `targetObject` computed
-    property to use Handlebars-specific path resolution.
-
-    @property targetObject
-  */
-  targetObject: Ember.computed(function() {
-    var target = get(this, 'target'),
-        root = get(this, 'context'),
-        data = get(this, 'templateData');
-
-    if (typeof target !== 'string') { return target; }
-
-    return Ember.Handlebars.get(root, target, { data: data });
-  }).property('target'),
-
-  // Defaults to 'button' if tagName is 'input' or 'button'
-  type: Ember.computed(function(key) {
-    var tagName = this.tagName;
-    if (tagName === 'input' || tagName === 'button') { return 'button'; }
-  }),
-
-  disabled: false,
-
-  // Allow 'a' tags to act like buttons
-  href: Ember.computed(function() {
-    return this.tagName === 'a' ? '#' : null;
-  }),
-
-  mouseDown: function() {
-    if (!get(this, 'disabled')) {
-      set(this, 'isActive', true);
-      this._mouseDown = true;
-      this._mouseEntered = true;
-    }
-    return get(this, 'propagateEvents');
-  },
-
-  mouseLeave: function() {
-    if (this._mouseDown) {
-      set(this, 'isActive', false);
-      this._mouseEntered = false;
-    }
-  },
-
-  mouseEnter: function() {
-    if (this._mouseDown) {
-      set(this, 'isActive', true);
-      this._mouseEntered = true;
-    }
-  },
-
-  mouseUp: function(event) {
-    if (get(this, 'isActive')) {
-      // Actually invoke the button's target and action.
-      // This method comes from the Ember.TargetActionSupport mixin.
-      this.triggerAction();
-      set(this, 'isActive', false);
-    }
-
-    this._mouseDown = false;
-    this._mouseEntered = false;
-    return get(this, 'propagateEvents');
-  },
-
-  keyDown: function(event) {
-    // Handle space or enter
-    if (event.keyCode === 13 || event.keyCode === 32) {
-      this.mouseDown();
-    }
-  },
-
-  keyUp: function(event) {
-    // Handle space or enter
-    if (event.keyCode === 13 || event.keyCode === 32) {
-      this.mouseUp();
-    }
-  },
-
-  // TODO: Handle proper touch behavior. Including should make inactive when
-  // finger moves more than 20x outside of the edge of the button (vs mouse
-  // which goes inactive as soon as mouse goes out of edges.)
-
-  touchStart: function(touch) {
-    return this.mouseDown(touch);
-  },
-
-  touchEnd: function(touch) {
-    return this.mouseUp(touch);
-  },
-
-  init: function() {
-    Ember.deprecate("Ember.Button is deprecated and will be removed from future releases. Consider using the `{{action}}` helper.");
-    this._super();
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  The `Ember.TextArea` view class renders a
-  [textarea](https://developer.mozilla.org/en/HTML/Element/textarea) element.
-  It allows for binding Ember properties to the text area contents (`value`),
-  live-updating as the user inputs text.
-
-  ## Layout and LayoutName properties
-
-  Because HTML `textarea` elements do not contain inner HTML the `layout` and
-  `layoutName` properties will not be applied. See `Ember.View`'s layout
-  section for more information.
-
-  ## HTML Attributes
-
-  By default `Ember.TextArea` provides support for `rows`, `cols`,
-  `placeholder`, `disabled`, `maxlength` and `tabindex` attributes on a
-  textarea. If you need to support  more attributes have a look at the
-  `attributeBindings` property in `Ember.View`'s HTML Attributes section.
-
-  To globally add support for additional attributes you can reopen
-  `Ember.TextArea` or `Ember.TextSupport`.
-
-  ```javascript
-  Ember.TextSupport.reopen({
-    attributeBindings: ["required"]
-  })
-  ```
-
-  @class TextArea
-  @namespace Ember
-  @extends Ember.View
-  @uses Ember.TextSupport
-*/
-Ember.TextArea = Ember.View.extend(Ember.TextSupport, {
-  classNames: ['ember-text-area'],
-
-  tagName: "textarea",
-  attributeBindings: ['rows', 'cols'],
-  rows: null,
-  cols: null,
-
-  _updateElementValue: Ember.observer(function() {
-    // We do this check so cursor position doesn't get affected in IE
-    var value = get(this, 'value'),
-        $el = this.$();
-    if ($el && value !== $el.val()) {
-      $el.val(value);
-    }
-  }, 'value'),
-
-  init: function() {
-    this._super();
-    this.on("didInsertElement", this, this._updateElementValue);
-  }
-
-});
-
-})();
-
-
-
-(function() {
-/*jshint eqeqeq:false */
-
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-var set = Ember.set,
-    get = Ember.get,
-    indexOf = Ember.EnumerableUtils.indexOf,
-    indexesOf = Ember.EnumerableUtils.indexesOf,
-    replace = Ember.EnumerableUtils.replace,
-    isArray = Ember.isArray,
-    precompileTemplate = Ember.Handlebars.compile;
-
-/**
-  The `Ember.Select` view class renders a
-  [select](https://developer.mozilla.org/en/HTML/Element/select) HTML element,
-  allowing the user to choose from a list of options.
-
-  The text and `value` property of each `<option>` element within the
-  `<select>` element are populated from the objects in the `Element.Select`'s
-  `content` property. The underlying data object of the selected `<option>` is
-  stored in the `Element.Select`'s `value` property.
-
-  ### `content` as an array of Strings
-
-  The simplest version of an `Ember.Select` takes an array of strings as its
-  `content` property. The string will be used as both the `value` property and
-  the inner text of each `<option>` element inside the rendered `<select>`.
-
-  Example:
-
-  ```javascript
-  App.names = ["Yehuda", "Tom"];
-  ```
-
-  ```handlebars
-  {{view Ember.Select contentBinding="App.names"}}
-  ```
-
-  Would result in the following HTML:
-
-  ```html
-  <select class="ember-select">
-    <option value="Yehuda">Yehuda</option>
-    <option value="Tom">Tom</option>
-  </select>
-  ```
-
-  You can control which `<option>` is selected through the `Ember.Select`'s
-  `value` property directly or as a binding:
-
-  ```javascript
-  App.names = Ember.Object.create({
-    selected: 'Tom',
-    content: ["Yehuda", "Tom"]
-  });
-  ```
-
-  ```handlebars
-  {{view Ember.Select
-         contentBinding="App.names.content"
-         valueBinding="App.names.selected"
-  }}
-  ```
-
-  Would result in the following HTML with the `<option>` for 'Tom' selected:
-
-  ```html
-  <select class="ember-select">
-    <option value="Yehuda">Yehuda</option>
-    <option value="Tom" selected="selected">Tom</option>
-  </select>
-  ```
-
-  A user interacting with the rendered `<select>` to choose "Yehuda" would
-  update the value of `App.names.selected` to "Yehuda".
-
-  ### `content` as an Array of Objects
-
-  An `Ember.Select` can also take an array of JavaScript or Ember objects as
-  its `content` property.
-
-  When using objects you need to tell the `Ember.Select` which property should
-  be accessed on each object to supply the `value` attribute of the `<option>`
-  and which property should be used to supply the element text.
-
-  The `optionValuePath` option is used to specify the path on each object to
-  the desired property for the `value` attribute. The `optionLabelPath`
-  specifies the path on each object to the desired property for the
-  element's text. Both paths must reference each object itself as `content`:
-
-  ```javascript
-  App.programmers = [
-    Ember.Object.create({firstName: "Yehuda", id: 1}),
-    Ember.Object.create({firstName: "Tom",    id: 2})
-  ];
-  ```
-
-  ```handlebars
-  {{view Ember.Select
-         contentBinding="App.programmers"
-         optionValuePath="content.id"
-         optionLabelPath="content.firstName"}}
-  ```
-
-  Would result in the following HTML:
-
-  ```html
-  <select class="ember-select">
-    <option value>Please Select</option>
-    <option value="1">Yehuda</option>
-    <option value="2">Tom</option>
-  </select>
-  ```
-
-  The `value` attribute of the selected `<option>` within an `Ember.Select`
-  can be bound to a property on another object by providing a
-  `valueBinding` option:
-
-  ```javascript
-  App.programmers = [
-    Ember.Object.create({firstName: "Yehuda", id: 1}),
-    Ember.Object.create({firstName: "Tom",    id: 2})
-  ];
-
-  App.currentProgrammer = Ember.Object.create({
-    id: 2
-  });
-  ```
-
-  ```handlebars
-  {{view Ember.Select
-         contentBinding="App.programmers"
-         optionValuePath="content.id"
-         optionLabelPath="content.firstName"
-         valueBinding="App.currentProgrammer.id"}}
-  ```
-
-  Would result in the following HTML with a selected option:
-
-  ```html
-  <select class="ember-select">
-    <option value>Please Select</option>
-    <option value="1">Yehuda</option>
-    <option value="2" selected="selected">Tom</option>
-  </select>
-  ```
-
-  Interacting with the rendered element by selecting the first option
-  ('Yehuda') will update the `id` value of `App.currentProgrammer`
-  to match the `value` property of the newly selected `<option>`.
-
-  Alternatively, you can control selection through the underlying objects
-  used to render each object providing a `selectionBinding`. When the selected
-  `<option>` is changed, the property path provided to `selectionBinding`
-  will be updated to match the content object of the rendered `<option>`
-  element:
-
-  ```javascript
-  App.controller = Ember.Object.create({
-    selectedPerson: null,
-    content: [
-      Ember.Object.create({firstName: "Yehuda", id: 1}),
-      Ember.Object.create({firstName: "Tom",    id: 2})
-    ]
-  });
-  ```
-
-  ```handlebars
-  {{view Ember.Select
-         contentBinding="App.controller.content"
-         optionValuePath="content.id"
-         optionLabelPath="content.firstName"
-         selectionBinding="App.controller.selectedPerson"}}
-  ```
-
-  Would result in the following HTML with a selected option:
-
-  ```html
-  <select class="ember-select">
-    <option value>Please Select</option>
-    <option value="1">Yehuda</option>
-    <option value="2" selected="selected">Tom</option>
-  </select>
-  ```
-
-  Interacting with the rendered element by selecting the first option
-  ('Yehuda') will update the `selectedPerson` value of `App.controller`
-  to match the content object of the newly selected `<option>`. In this
-  case it is the first object in the `App.content.content`
-
-  ### Supplying a Prompt
-
-  A `null` value for the `Ember.Select`'s `value` or `selection` property
-  results in there being no `<option>` with a `selected` attribute:
-
-  ```javascript
-  App.controller = Ember.Object.create({
-    selected: null,
-    content: [
-      "Yehuda",
-      "Tom"
-    ]
-  });
-  ```
-
-  ``` handlebars
-  {{view Ember.Select
-         contentBinding="App.controller.content"
-         valueBinding="App.controller.selected"
-  }}
-  ```
-
-  Would result in the following HTML:
-
-  ```html
-  <select class="ember-select">
-    <option value="Yehuda">Yehuda</option>
-    <option value="Tom">Tom</option>
-  </select>
-  ```
-
-  Although `App.controller.selected` is `null` and no `<option>`
-  has a `selected` attribute the rendered HTML will display the
-  first item as though it were selected. You can supply a string
-  value for the `Ember.Select` to display when there is no selection
-  with the `prompt` option:
-
-  ```javascript
-  App.controller = Ember.Object.create({
-    selected: null,
-    content: [
-      "Yehuda",
-      "Tom"
-    ]
-  });
-  ```
-
-  ```handlebars
-  {{view Ember.Select
-         contentBinding="App.controller.content"
-         valueBinding="App.controller.selected"
-         prompt="Please select a name"
-  }}
-  ```
-
-  Would result in the following HTML:
-
-  ```html
-  <select class="ember-select">
-    <option>Please select a name</option>
-    <option value="Yehuda">Yehuda</option>
-    <option value="Tom">Tom</option>
-  </select>
-  ```
-
-  @class Select
-  @namespace Ember
-  @extends Ember.View
-*/
-Ember.Select = Ember.View.extend(
-  /** @scope Ember.Select.prototype */ {
-
-  tagName: 'select',
-  classNames: ['ember-select'],
-  defaultTemplate: Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {
-helpers = helpers || Ember.Handlebars.helpers; data = data || {};
-  var buffer = '', stack1, escapeExpression=this.escapeExpression, self=this;
-
-function program1(depth0,data) {
-  
-  var buffer = '', stack1;
-  data.buffer.push("<option value=\"\">");
-  stack1 = helpers._triageMustache.call(depth0, "view.prompt", {hash:{},contexts:[depth0],data:data});
-  data.buffer.push(escapeExpression(stack1) + "</option>");
-  return buffer;}
-
-function program3(depth0,data) {
-  
-  var stack1;
-  stack1 = {};
-  stack1['contentBinding'] = "this";
-  stack1 = helpers.view.call(depth0, "Ember.SelectOption", {hash:stack1,contexts:[depth0],data:data});
-  data.buffer.push(escapeExpression(stack1));}
-
-  stack1 = helpers['if'].call(depth0, "view.prompt", {hash:{},inverse:self.noop,fn:self.program(1, program1, data),contexts:[depth0],data:data});
-  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
-  stack1 = helpers.each.call(depth0, "view.content", {hash:{},inverse:self.noop,fn:self.program(3, program3, data),contexts:[depth0],data:data});
-  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
-  return buffer;
-}),
-  attributeBindings: ['multiple', 'disabled', 'tabindex'],
-
-  /**
-    The `multiple` attribute of the select element. Indicates whether multiple
-    options can be selected.
-
-    @property multiple
-    @type Boolean
-    @default false
-  */
-  multiple: false,
-
-  disabled: false,
-
-  /**
-    The list of options.
-
-    If `optionLabelPath` and `optionValuePath` are not overridden, this should
-    be a list of strings, which will serve simultaneously as labels and values.
-
-    Otherwise, this should be a list of objects. For instance:
-
-    ```javascript
-    Ember.Select.create({
-      content: Ember.A([
-          { id: 1, firstName: 'Yehuda' },
-          { id: 2, firstName: 'Tom' }
-        ]),
-      optionLabelPath: 'content.firstName',
-      optionValuePath: 'content.id'
-    });
-    ```
-
-    @property content
-    @type Array
-    @default null
-  */
-  content: null,
-
-  /**
-    When `multiple` is `false`, the element of `content` that is currently
-    selected, if any.
-
-    When `multiple` is `true`, an array of such elements.
-
-    @property selection
-    @type Object or Array
-    @default null
-  */
-  selection: null,
-
-  /**
-    In single selection mode (when `multiple` is `false`), value can be used to
-    get the current selection's value or set the selection by it's value.
-
-    It is not currently supported in multiple selection mode.
-
-    @property value
-    @type String
-    @default null
-  */
-  value: Ember.computed(function(key, value) {
-    if (arguments.length === 2) { return value; }
-    var valuePath = get(this, 'optionValuePath').replace(/^content\.?/, '');
-    return valuePath ? get(this, 'selection.' + valuePath) : get(this, 'selection');
-  }).property('selection'),
-
-  /**
-    If given, a top-most dummy option will be rendered to serve as a user
-    prompt.
-
-    @property prompt
-    @type String
-    @default null
-  */
-  prompt: null,
-
-  /**
-    The path of the option labels. See `content`.
-
-    @property optionLabelPath
-    @type String
-    @default 'content'
-  */
-  optionLabelPath: 'content',
-
-  /**
-    The path of the option values. See `content`.
-
-    @property optionValuePath
-    @type String
-    @default 'content'
-  */
-  optionValuePath: 'content',
-
-  _change: function() {
-    if (get(this, 'multiple')) {
-      this._changeMultiple();
-    } else {
-      this._changeSingle();
-    }
-  },
-
-  selectionDidChange: Ember.observer(function() {
-    var selection = get(this, 'selection');
-    if (get(this, 'multiple')) {
-      if (!isArray(selection)) {
-        set(this, 'selection', Ember.A([selection]));
-        return;
-      }
-      this._selectionDidChangeMultiple();
-    } else {
-      this._selectionDidChangeSingle();
-    }
-  }, 'selection.@each'),
-
-  valueDidChange: Ember.observer(function() {
-    var content = get(this, 'content'),
-        value = get(this, 'value'),
-        valuePath = get(this, 'optionValuePath').replace(/^content\.?/, ''),
-        selectedValue = (valuePath ? get(this, 'selection.' + valuePath) : get(this, 'selection')),
-        selection;
-
-    if (value !== selectedValue) {
-      selection = content.find(function(obj) {
-        return value === (valuePath ? get(obj, valuePath) : obj);
-      });
-
-      this.set('selection', selection);
-    }
-  }, 'value'),
-
-
-  _triggerChange: function() {
-    var selection = get(this, 'selection');
-    var value = get(this, 'value');
-
-    if (selection) { this.selectionDidChange(); }
-    if (value) { this.valueDidChange(); }
-
-    this._change();
-  },
-
-  _changeSingle: function() {
-    var selectedIndex = this.$()[0].selectedIndex,
-        content = get(this, 'content'),
-        prompt = get(this, 'prompt');
-
-    if (!get(content, 'length')) { return; }
-    if (prompt && selectedIndex === 0) { set(this, 'selection', null); return; }
-
-    if (prompt) { selectedIndex -= 1; }
-    set(this, 'selection', content.objectAt(selectedIndex));
-  },
-
-
-  _changeMultiple: function() {
-    var options = this.$('option:selected'),
-        prompt = get(this, 'prompt'),
-        offset = prompt ? 1 : 0,
-        content = get(this, 'content'),
-        selection = get(this, 'selection');
-
-    if (!content){ return; }
-    if (options) {
-      var selectedIndexes = options.map(function(){
-        return this.index - offset;
-      }).toArray();
-      var newSelection = content.objectsAt(selectedIndexes);
-
-      if (isArray(selection)) {
-        replace(selection, 0, get(selection, 'length'), newSelection);
-      } else {
-        set(this, 'selection', newSelection);
-      }
-    }
-  },
-
-  _selectionDidChangeSingle: function() {
-    var el = this.get('element');
-    if (!el) { return; }
-
-    var content = get(this, 'content'),
-        selection = get(this, 'selection'),
-        selectionIndex = content ? indexOf(content, selection) : -1,
-        prompt = get(this, 'prompt');
-
-    if (prompt) { selectionIndex += 1; }
-    if (el) { el.selectedIndex = selectionIndex; }
-  },
-
-  _selectionDidChangeMultiple: function() {
-    var content = get(this, 'content'),
-        selection = get(this, 'selection'),
-        selectedIndexes = content ? indexesOf(content, selection) : [-1],
-        prompt = get(this, 'prompt'),
-        offset = prompt ? 1 : 0,
-        options = this.$('option'),
-        adjusted;
-
-    if (options) {
-      options.each(function() {
-        adjusted = this.index > -1 ? this.index - offset : -1;
-        this.selected = indexOf(selectedIndexes, adjusted) > -1;
-      });
-    }
-  },
-
-  init: function() {
-    this._super();
-    this.on("didInsertElement", this, this._triggerChange);
-    this.on("change", this, this._change);
-  }
-});
-
-Ember.SelectOption = Ember.View.extend({
-  tagName: 'option',
-  attributeBindings: ['value', 'selected'],
-
-  defaultTemplate: function(context, options) {
-    options = { data: options.data, hash: {} };
-    Ember.Handlebars.helpers.bind.call(context, "view.label", options);
-  },
-
-  init: function() {
-    this.labelPathDidChange();
-    this.valuePathDidChange();
-
-    this._super();
-  },
-
-  selected: Ember.computed(function() {
-    var content = get(this, 'content'),
-        selection = get(this, 'parentView.selection');
-    if (get(this, 'parentView.multiple')) {
-      return selection && indexOf(selection, content.valueOf()) > -1;
-    } else {
-      // Primitives get passed through bindings as objects... since
-      // `new Number(4) !== 4`, we use `==` below
-      return content == selection;
-    }
-  }).property('content', 'parentView.selection').volatile(),
-
-  labelPathDidChange: Ember.observer(function() {
-    var labelPath = get(this, 'parentView.optionLabelPath');
-
-    if (!labelPath) { return; }
-
-    Ember.defineProperty(this, 'label', Ember.computed(function() {
-      return get(this, labelPath);
-    }).property(labelPath));
-  }, 'parentView.optionLabelPath'),
-
-  valuePathDidChange: Ember.observer(function() {
-    var valuePath = get(this, 'parentView.optionValuePath');
-
-    if (!valuePath) { return; }
-
-    Ember.defineProperty(this, 'value', Ember.computed(function() {
-      return get(this, valuePath);
-    }).property(valuePath));
-  }, 'parentView.optionValuePath')
-});
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/*globals Handlebars */
-/**
-@module ember
-@submodule ember-handlebars
-*/
-
-/**
-  @private
-
-  Find templates stored in the head tag as script tags and make them available
-  to `Ember.CoreView` in the global `Ember.TEMPLATES` object. This will be run
-  as as jQuery DOM-ready callback.
-
-  Script tags with `text/x-handlebars` will be compiled
-  with Ember's Handlebars and are suitable for use as a view's template.
-  Those with type `text/x-raw-handlebars` will be compiled with regular
-  Handlebars and are suitable for use in views' computed properties.
-
-  @method bootstrap
-  @for Ember.Handlebars
-  @static
-  @param ctx
-*/
-Ember.Handlebars.bootstrap = function(ctx) {
-  var selectors = 'script[type="text/x-handlebars"], script[type="text/x-raw-handlebars"]';
-
-  Ember.$(selectors, ctx)
-    .each(function() {
-    // Get a reference to the script tag
-    var script = Ember.$(this),
-        type   = script.attr('type');
-
-    var compile = (script.attr('type') === 'text/x-raw-handlebars') ?
-                  Ember.$.proxy(Handlebars.compile, Handlebars) :
-                  Ember.$.proxy(Ember.Handlebars.compile, Ember.Handlebars),
-      // Get the name of the script, used by Ember.View's templateName property.
-      // First look for data-template-name attribute, then fall back to its
-      // id if no name is found.
-      templateName = script.attr('data-template-name') || script.attr('id') || 'application',
-      template = compile(script.html());
-
-    // For templates which have a name, we save them and then remove them from the DOM
-    Ember.TEMPLATES[templateName] = template;
-
-    // Remove script tag from DOM
-    script.remove();
-  });
-};
-
-function bootstrap() {
-  Ember.Handlebars.bootstrap( Ember.$(document) );
-}
-
-/*
-  We tie this to application.load to ensure that we've at least
-  attempted to bootstrap at the point that the application is loaded.
-
-  We also tie this to document ready since we're guaranteed that all
-  the inline templates are present at this point.
-
-  There's no harm to running this twice, since we remove the templates
-  from the DOM after processing.
-*/
-
-Ember.onLoad('application', bootstrap);
-
-})();
-
-
-
-(function() {
-/**
-Ember Handlebars
-
-@module ember
-@submodule ember-handlebars
-@requires ember-views
-*/
-
-Ember.runLoadHooks('Ember.Handlebars', Ember.Handlebars);
-
-})();
-
-(function() {
-define("route-recognizer",
-  [],
-  function() {
-    "use strict";
-    var specials = [
-      '/', '.', '*', '+', '?', '|',
-      '(', ')', '[', ']', '{', '}', '\\'
-    ];
-
-    var escapeRegex = new RegExp('(\\' + specials.join('|\\') + ')', 'g');
-
-    // A Segment represents a segment in the original route description.
-    // Each Segment type provides an `eachChar` and `regex` method.
-    //
-    // The `eachChar` method invokes the callback with one or more character
-    // specifications. A character specification consumes one or more input
-    // characters.
-    //
-    // The `regex` method returns a regex fragment for the segment. If the
-    // segment is a dynamic of star segment, the regex fragment also includes
-    // a capture.
-    //
-    // A character specification contains:
-    //
-    // * `validChars`: a String with a list of all valid characters, or
-    // * `invalidChars`: a String with a list of all invalid characters
-    // * `repeat`: true if the character specification can repeat
-
-    function StaticSegment(string) { this.string = string; }
-    StaticSegment.prototype = {
-      eachChar: function(callback) {
-        var string = this.string, char;
-
-        for (var i=0, l=string.length; i<l; i++) {
-          char = string.charAt(i);
-          callback({ validChars: char });
-        }
-      },
-
-      regex: function() {
-        return this.string.replace(escapeRegex, '\\$1');
-      },
-
-      generate: function() {
-        return this.string;
-      }
-    };
-
-    function DynamicSegment(name) { this.name = name; }
-    DynamicSegment.prototype = {
-      eachChar: function(callback) {
-        callback({ invalidChars: "/", repeat: true });
-      },
-
-      regex: function() {
-        return "([^/]+)";
-      },
-
-      generate: function(params) {
-        return params[this.name];
-      }
-    };
-
-    function StarSegment(name) { this.name = name; }
-    StarSegment.prototype = {
-      eachChar: function(callback) {
-        callback({ invalidChars: "", repeat: true });
-      },
-
-      regex: function() {
-        return "(.+)";
-      },
-
-      generate: function(params) {
-        return params[this.name];
-      }
-    };
-
-    function EpsilonSegment() {}
-    EpsilonSegment.prototype = {
-      eachChar: function() {},
-      regex: function() { return ""; },
-      generate: function() { return ""; }
-    };
-
-    function parse(route, names, types) {
-      // normalize route as not starting with a "/". Recognition will
-      // also normalize.
-      if (route.charAt(0) === "/") { route = route.substr(1); }
-
-      var segments = route.split("/"), results = [];
-
-      for (var i=0, l=segments.length; i<l; i++) {
-        var segment = segments[i], match;
-
-        if (match = segment.match(/^:([^\/]+)$/)) {
-          results.push(new DynamicSegment(match[1]));
-          names.push(match[1]);
-          types.dynamics++;
-        } else if (match = segment.match(/^\*([^\/]+)$/)) {
-          results.push(new StarSegment(match[1]));
-          names.push(match[1]);
-          types.stars++;
-        } else if(segment === "") {
-          results.push(new EpsilonSegment());
-        } else {
-          results.push(new StaticSegment(segment));
-          types.statics++;
-        }
-      }
-
-      return results;
-    }
-
-    // A State has a character specification and (`charSpec`) and a list of possible
-    // subsequent states (`nextStates`).
-    //
-    // If a State is an accepting state, it will also have several additional
-    // properties:
-    //
-    // * `regex`: A regular expression that is used to extract parameters from paths
-    //   that reached this accepting state.
-    // * `handlers`: Information on how to convert the list of captures into calls
-    //   to registered handlers with the specified parameters
-    // * `types`: How many static, dynamic or star segments in this route. Used to
-    //   decide which route to use if multiple registered routes match a path.
-    //
-    // Currently, State is implemented naively by looping over `nextStates` and
-    // comparing a character specification against a character. A more efficient
-    // implementation would use a hash of keys pointing at one or more next states.
-
-    function State(charSpec) {
-      this.charSpec = charSpec;
-      this.nextStates = [];
-    }
-
-    State.prototype = {
-      get: function(charSpec) {
-        var nextStates = this.nextStates;
-
-        for (var i=0, l=nextStates.length; i<l; i++) {
-          var child = nextStates[i];
-
-          var isEqual = child.charSpec.validChars === charSpec.validChars;
-          isEqual = isEqual && child.charSpec.invalidChars === charSpec.invalidChars;
-
-          if (isEqual) { return child; }
-        }
-      },
-
-      put: function(charSpec) {
-        var state;
-
-        // If the character specification already exists in a child of the current
-        // state, just return that state.
-        if (state = this.get(charSpec)) { return state; }
-
-        // Make a new state for the character spec
-        state = new State(charSpec);
-
-        // Insert the new state as a child of the current state
-        this.nextStates.push(state);
-
-        // If this character specification repeats, insert the new state as a child
-        // of itself. Note that this will not trigger an infinite loop because each
-        // transition during recognition consumes a character.
-        if (charSpec.repeat) {
-          state.nextStates.push(state);
-        }
-
-        // Return the new state
-        return state;
-      },
-
-      // Find a list of child states matching the next character
-      match: function(char) {
-        // DEBUG "Processing `" + char + "`:"
-        var nextStates = this.nextStates,
-            child, charSpec, chars;
-
-        // DEBUG "  " + debugState(this)
-        var returned = [];
-
-        for (var i=0, l=nextStates.length; i<l; i++) {
-          child = nextStates[i];
-
-          charSpec = child.charSpec;
-
-          if (typeof (chars = charSpec.validChars) !== 'undefined') {
-            if (chars.indexOf(char) !== -1) { returned.push(child); }
-          } else if (typeof (chars = charSpec.invalidChars) !== 'undefined') {
-            if (chars.indexOf(char) === -1) { returned.push(child); }
-          }
-        }
-
-        return returned;
-      }
-
-      /** IF DEBUG
-      , debug: function() {
-        var charSpec = this.charSpec,
-            debug = "[",
-            chars = charSpec.validChars || charSpec.invalidChars;
-
-        if (charSpec.invalidChars) { debug += "^"; }
-        debug += chars;
-        debug += "]";
-
-        if (charSpec.repeat) { debug += "+"; }
-
-        return debug;
-      }
-      END IF **/
-    };
-
-    /** IF DEBUG
-    function debug(log) {
-      console.log(log);
-    }
-
-    function debugState(state) {
-      return state.nextStates.map(function(n) {
-        if (n.nextStates.length === 0) { return "( " + n.debug() + " [accepting] )"; }
-        return "( " + n.debug() + " <then> " + n.nextStates.map(function(s) { return s.debug() }).join(" or ") + " )";
-      }).join(", ")
-    }
-    END IF **/
-
-    // This is a somewhat naive strategy, but should work in a lot of cases
-    // A better strategy would properly resolve /posts/:id/new and /posts/edit/:id
-    function sortSolutions(states) {
-      return states.sort(function(a, b) {
-        if (a.types.stars !== b.types.stars) { return a.types.stars - b.types.stars; }
-        if (a.types.dynamics !== b.types.dynamics) { return a.types.dynamics - b.types.dynamics; }
-        if (a.types.statics !== b.types.statics) { return a.types.statics - b.types.statics; }
-
-        return 0;
-      });
-    }
-
-    function recognizeChar(states, char) {
-      var nextStates = [];
-
-      for (var i=0, l=states.length; i<l; i++) {
-        var state = states[i];
-
-        nextStates = nextStates.concat(state.match(char));
-      }
-
-      return nextStates;
-    }
-
-    function findHandler(state, path) {
-      var handlers = state.handlers, regex = state.regex;
-      var captures = path.match(regex), currentCapture = 1;
-      var result = [];
-
-      for (var i=0, l=handlers.length; i<l; i++) {
-        var handler = handlers[i], names = handler.names, params = {};
-
-        for (var j=0, m=names.length; j<m; j++) {
-          params[names[j]] = captures[currentCapture++];
-        }
-
-        result.push({ handler: handler.handler, params: params, isDynamic: !!names.length });
-      }
-
-      return result;
-    }
-
-    function addSegment(currentState, segment) {
-      segment.eachChar(function(char) {
-        var state;
-
-        currentState = currentState.put(char);
-      });
-
-      return currentState;
-    }
-
-    // The main interface
-
-    var RouteRecognizer = function() {
-      this.rootState = new State();
-      this.names = {};
-    };
-
-
-    RouteRecognizer.prototype = {
-      add: function(routes, options) {
-        var currentState = this.rootState, regex = "^",
-            types = { statics: 0, dynamics: 0, stars: 0 },
-            handlers = [], allSegments = [], name;
-
-        var isEmpty = true;
-
-        for (var i=0, l=routes.length; i<l; i++) {
-          var route = routes[i], names = [];
-
-          var segments = parse(route.path, names, types);
-
-          allSegments = allSegments.concat(segments);
-
-          for (var j=0, m=segments.length; j<m; j++) {
-            var segment = segments[j];
-
-            if (segment instanceof EpsilonSegment) { continue; }
-
-            isEmpty = false;
-
-            // Add a "/" for the new segment
-            currentState = currentState.put({ validChars: "/" });
-            regex += "/";
-
-            // Add a representation of the segment to the NFA and regex
-            currentState = addSegment(currentState, segment);
-            regex += segment.regex();
-          }
-
-          handlers.push({ handler: route.handler, names: names });
-        }
-
-        if (isEmpty) {
-          currentState = currentState.put({ validChars: "/" });
-          regex += "/";
-        }
-
-        currentState.handlers = handlers;
-        currentState.regex = new RegExp(regex + "$");
-        currentState.types = types;
-
-        if (name = options && options.as) {
-          this.names[name] = {
-            segments: allSegments,
-            handlers: handlers
-          };
-        }
-      },
-
-      handlersFor: function(name) {
-        var route = this.names[name], result = [];
-        if (!route) { throw new Error("There is no route named " + name); }
-
-        for (var i=0, l=route.handlers.length; i<l; i++) {
-          result.push(route.handlers[i]);
-        }
-
-        return result;
-      },
-
-      hasRoute: function(name) {
-        return !!this.names[name];
-      },
-
-      generate: function(name, params) {
-        var route = this.names[name], output = "";
-        if (!route) { throw new Error("There is no route named " + name); }
-
-        var segments = route.segments;
-
-        for (var i=0, l=segments.length; i<l; i++) {
-          var segment = segments[i];
-
-          if (segment instanceof EpsilonSegment) { continue; }
-
-          output += "/";
-          output += segment.generate(params);
-        }
-
-        if (output.charAt(0) !== '/') { output = '/' + output; }
-
-        return output;
-      },
-
-      recognize: function(path) {
-        var states = [ this.rootState ], i, l;
-
-        // DEBUG GROUP path
-
-        var pathLen = path.length;
-
-        if (path.charAt(0) !== "/") { path = "/" + path; }
-
-        if (pathLen > 1 && path.charAt(pathLen - 1) === "/") {
-          path = path.substr(0, pathLen - 1);
-        }
-
-        for (i=0, l=path.length; i<l; i++) {
-          states = recognizeChar(states, path.charAt(i));
-          if (!states.length) { break; }
-        }
-
-        // END DEBUG GROUP
-
-        var solutions = [];
-        for (i=0, l=states.length; i<l; i++) {
-          if (states[i].handlers) { solutions.push(states[i]); }
-        }
-
-        states = sortSolutions(solutions);
-
-        var state = solutions[0];
-
-        if (state && state.handlers) {
-          return findHandler(state, path);
-        }
-      }
-    };
-
-    function Target(path, matcher, delegate) {
-      this.path = path;
-      this.matcher = matcher;
-      this.delegate = delegate;
-    }
-
-    Target.prototype = {
-      to: function(target, callback) {
-        var delegate = this.delegate;
-
-        if (delegate && delegate.willAddRoute) {
-          target = delegate.willAddRoute(this.matcher.target, target);
-        }
-
-        this.matcher.add(this.path, target);
-
-        if (callback) {
-          if (callback.length === 0) { throw new Error("You must have an argument in the function passed to `to`"); }
-          this.matcher.addChild(this.path, target, callback, this.delegate);
-        }
-      }
-    };
-
-    function Matcher(target) {
-      this.routes = {};
-      this.children = {};
-      this.target = target;
-    }
-
-    Matcher.prototype = {
-      add: function(path, handler) {
-        this.routes[path] = handler;
-      },
-
-      addChild: function(path, target, callback, delegate) {
-        var matcher = new Matcher(target);
-        this.children[path] = matcher;
-
-        var match = generateMatch(path, matcher, delegate);
-
-        if (delegate && delegate.contextEntered) {
-          delegate.contextEntered(target, match);
-        }
-
-        callback(match);
-      }
-    };
-
-    function generateMatch(startingPath, matcher, delegate) {
-      return function(path, nestedCallback) {
-        var fullPath = startingPath + path;
-
-        if (nestedCallback) {
-          nestedCallback(generateMatch(fullPath, matcher, delegate));
-        } else {
-          return new Target(startingPath + path, matcher, delegate);
-        }
-      };
-    }
-
-    function addRoute(routeArray, path, handler) {
-      var len = 0;
-      for (var i=0, l=routeArray.length; i<l; i++) {
-        len += routeArray[i].path.length;
-      }
-
-      path = path.substr(len);
-      routeArray.push({ path: path, handler: handler });
-    }
-
-    function eachRoute(baseRoute, matcher, callback, binding) {
-      var routes = matcher.routes;
-
-      for (var path in routes) {
-        if (routes.hasOwnProperty(path)) {
-          var routeArray = baseRoute.slice();
-          addRoute(routeArray, path, routes[path]);
-
-          if (matcher.children[path]) {
-            eachRoute(routeArray, matcher.children[path], callback, binding);
-          } else {
-            callback.call(binding, routeArray);
-          }
-        }
-      }
-    }
-
-    RouteRecognizer.prototype.map = function(callback, addRouteCallback) {
-      var matcher = new Matcher();
-
-      callback(generateMatch("", matcher, this.delegate));
-
-      eachRoute([], matcher, function(route) {
-        if (addRouteCallback) { addRouteCallback(this, route); }
-        else { this.add(route); }
-      }, this);
-    };
-    return RouteRecognizer;
-  });
-
-})();
-
-
-
-(function() {
-define("router",
-  ["route-recognizer"],
-  function(RouteRecognizer) {
-    "use strict";
-    /**
-      @private
-
-      This file references several internal structures:
-
-      ## `RecognizedHandler`
-
-      * `{String} handler`: A handler name
-      * `{Object} params`: A hash of recognized parameters
-
-      ## `UnresolvedHandlerInfo`
-
-      * `{Boolean} isDynamic`: whether a handler has any dynamic segments
-      * `{String} name`: the name of a handler
-      * `{Object} context`: the active context for the handler
-
-      ## `HandlerInfo`
-
-      * `{Boolean} isDynamic`: whether a handler has any dynamic segments
-      * `{String} name`: the original unresolved handler name
-      * `{Object} handler`: a handler object
-      * `{Object} context`: the active context for the handler
-    */
-
-
-    function Router() {
-      this.recognizer = new RouteRecognizer();
-    }
-
-
-    Router.prototype = {
-      /**
-        The main entry point into the router. The API is essentially
-        the same as the `map` method in `route-recognizer`.
-
-        This method extracts the String handler at the last `.to()`
-        call and uses it as the name of the whole route.
-
-        @param {Function} callback
-      */
-      map: function(callback) {
-        this.recognizer.delegate = this.delegate;
-
-        this.recognizer.map(callback, function(recognizer, route) {
-          var lastHandler = route[route.length - 1].handler;
-          var args = [route, { as: lastHandler }];
-          recognizer.add.apply(recognizer, args);
-        });
-      },
-
-      hasRoute: function(route) {
-        return this.recognizer.hasRoute(route);
-      },
-
-      /**
-        The entry point for handling a change to the URL (usually
-        via the back and forward button).
-
-        Returns an Array of handlers and the parameters associated
-        with those parameters.
-
-        @param {String} url a URL to process
-
-        @return {Array} an Array of `[handler, parameter]` tuples
-      */
-      handleURL: function(url) {
-        var results = this.recognizer.recognize(url),
-            objects = [];
-
-        if (!results) {
-          throw new Error("No route matched the URL '" + url + "'");
-        }
-
-        collectObjects(this, results, 0, []);
-      },
-
-      /**
-        Hook point for updating the URL.
-
-        @param {String} url a URL to update to
-      */
-      updateURL: function() {
-        throw "updateURL is not implemented";
-      },
-
-      /**
-        Hook point for replacing the current URL, i.e. with replaceState
-
-        By default this behaves the same as `updateURL`
-
-        @param {String} url a URL to update to
-      */
-      replaceURL: function(url) {
-        this.updateURL(url);
-      },
-
-      /**
-        Transition into the specified named route.
-
-        If necessary, trigger the exit callback on any handlers
-        that are no longer represented by the target route.
-
-        @param {String} name the name of the route
-      */
-      transitionTo: function(name) {
-        var args = Array.prototype.slice.call(arguments, 1);
-        doTransition(this, name, this.updateURL, args);
-      },
-
-      /**
-        Identical to `transitionTo` except that the current URL will be replaced
-        if possible.
-
-        This method is intended primarily for use with `replaceState`.
-
-        @param {String} name the name of the route
-      */
-      replaceWith: function(name) {
-        var args = Array.prototype.slice.call(arguments, 1);
-        doTransition(this, name, this.replaceURL, args);
-      },
-
-      /**
-        @private
-
-        This method takes a handler name and a list of contexts and returns
-        a serialized parameter hash suitable to pass to `recognizer.generate()`.
-
-        @param {String} handlerName
-        @param {Array[Object]} contexts
-        @return {Object} a serialized parameter hash
-      */
-      paramsForHandler: function(handlerName, callback) {
-        var output = this._paramsForHandler(handlerName, [].slice.call(arguments, 1));
-        return output.params;
-      },
-
-      /**
-        Take a named route and context objects and generate a
-        URL.
-
-        @param {String} name the name of the route to generate
-          a URL for
-        @param {...Object} objects a list of objects to serialize
-
-        @return {String} a URL
-      */
-      generate: function(handlerName) {
-        var params = this.paramsForHandler.apply(this, arguments);
-        return this.recognizer.generate(handlerName, params);
-      },
-
-      /**
-        @private
-
-        Used internally by `generate` and `transitionTo`.
-      */
-      _paramsForHandler: function(handlerName, objects, doUpdate) {
-        var handlers = this.recognizer.handlersFor(handlerName),
-            params = {},
-            toSetup = [],
-            startIdx = handlers.length,
-            objectsToMatch = objects.length,
-            object, objectChanged, handlerObj, handler, names, i, len;
-
-        // Find out which handler to start matching at
-        for (i=handlers.length-1; i>=0 && objectsToMatch>0; i--) {
-          if (handlers[i].names.length) {
-            objectsToMatch--;
-            startIdx = i;
-          }
-        }
-
-        if (objectsToMatch > 0) {
-          throw "More objects were passed than dynamic segments";
-        }
-
-        // Connect the objects to the routes
-        for (i=0, len=handlers.length; i<len; i++) {
-          handlerObj = handlers[i];
-          handler = this.getHandler(handlerObj.handler);
-          names = handlerObj.names;
-          objectChanged = false;
-
-          // If it's a dynamic segment
-          if (names.length) {
-            // If we have objects, use them
-            if (i >= startIdx) {
-              object = objects.shift();
-              objectChanged = true;
-            // Otherwise use existing context
-            } else {
-              object = handler.context;
-            }
-
-            // Serialize to generate params
-            if (handler.serialize) {
-              merge(params, handler.serialize(object, names));
-            }
-          // If it's not a dynamic segment and we're updating
-          } else if (doUpdate) {
-            // If we've passed the match point we need to deserialize again
-            // or if we never had a context
-            if (i > startIdx || !handler.hasOwnProperty('context')) {
-              if (handler.deserialize) {
-                object = handler.deserialize({});
-                objectChanged = true;
-              }
-            // Otherwise use existing context
-            } else {
-              object = handler.context;
-            }
-          }
-
-          // Make sure that we update the context here so it's available to
-          // subsequent deserialize calls
-          if (doUpdate && objectChanged) {
-            // TODO: It's a bit awkward to set the context twice, see if we can DRY things up
-            setContext(handler, object);
-          }
-
-          toSetup.push({
-            isDynamic: !!handlerObj.names.length,
-            handler: handlerObj.handler,
-            name: handlerObj.name,
-            context: object
-          });
-        }
-
-        return { params: params, toSetup: toSetup };
-      },
-
-      isActive: function(handlerName) {
-        var contexts = [].slice.call(arguments, 1);
-
-        var currentHandlerInfos = this.currentHandlerInfos,
-            found = false, names, object, handlerInfo, handlerObj;
-
-        for (var i=currentHandlerInfos.length-1; i>=0; i--) {
-          handlerInfo = currentHandlerInfos[i];
-          if (handlerInfo.name === handlerName) { found = true; }
-
-          if (found) {
-            if (contexts.length === 0) { break; }
-
-            if (handlerInfo.isDynamic) {
-              object = contexts.pop();
-              if (handlerInfo.context !== object) { return false; }
-            }
-          }
-        }
-
-        return contexts.length === 0 && found;
-      },
-
-      trigger: function(name) {
-        var args = [].slice.call(arguments);
-        trigger(this, args);
-      }
-    };
-
-    function merge(hash, other) {
-      for (var prop in other) {
-        if (other.hasOwnProperty(prop)) { hash[prop] = other[prop]; }
-      }
-    }
-
-    function isCurrent(currentHandlerInfos, handlerName) {
-      return currentHandlerInfos[currentHandlerInfos.length - 1].name === handlerName;
-    }
-
-    /**
-      @private
-
-      This function is called the first time the `collectObjects`
-      function encounters a promise while converting URL parameters
-      into objects.
-
-      It triggers the `enter` and `setup` methods on the `loading`
-      handler.
-
-      @param {Router} router
-    */
-    function loading(router) {
-      if (!router.isLoading) {
-        router.isLoading = true;
-        var handler = router.getHandler('loading');
-
-        if (handler) {
-          if (handler.enter) { handler.enter(); }
-          if (handler.setup) { handler.setup(); }
-        }
-      }
-    }
-
-    /**
-      @private
-
-      This function is called if a promise was previously
-      encountered once all promises are resolved.
-
-      It triggers the `exit` method on the `loading` handler.
-
-      @param {Router} router
-    */
-    function loaded(router) {
-      router.isLoading = false;
-      var handler = router.getHandler('loading');
-      if (handler && handler.exit) { handler.exit(); }
-    }
-
-    /**
-      @private
-
-      This function is called if any encountered promise
-      is rejected.
-
-      It triggers the `exit` method on the `loading` handler,
-      the `enter` method on the `failure` handler, and the
-      `setup` method on the `failure` handler with the
-      `error`.
-
-      @param {Router} router
-      @param {Object} error the reason for the promise
-        rejection, to pass into the failure handler's
-        `setup` method.
-    */
-    function failure(router, error) {
-      loaded(router);
-      var handler = router.getHandler('failure');
-      if (handler && handler.setup) { handler.setup(error); }
-    }
-
-    /**
-      @private
-    */
-    function doTransition(router, name, method, args) {
-      var output = router._paramsForHandler(name, args, true);
-      var params = output.params, toSetup = output.toSetup;
-
-      var url = router.recognizer.generate(name, params);
-      method.call(router, url);
-
-      setupContexts(router, toSetup);
-    }
-
-    /**
-      @private
-
-      This function is called after a URL change has been handled
-      by `router.handleURL`.
-
-      Takes an Array of `RecognizedHandler`s, and converts the raw
-      params hashes into deserialized objects by calling deserialize
-      on the handlers. This process builds up an Array of
-      `HandlerInfo`s. It then calls `setupContexts` with the Array.
-
-      If the `deserialize` method on a handler returns a promise
-      (i.e. has a method called `then`), this function will pause
-      building up the `HandlerInfo` Array until the promise is
-      resolved. It will use the resolved value as the context of
-      `HandlerInfo`.
-    */
-    function collectObjects(router, results, index, objects) {
-      if (results.length === index) {
-        loaded(router);
-        setupContexts(router, objects);
-        return;
-      }
-
-      var result = results[index];
-      var handler = router.getHandler(result.handler);
-      var object = handler.deserialize && handler.deserialize(result.params);
-
-      if (object && typeof object.then === 'function') {
-        loading(router);
-
-        // The chained `then` means that we can also catch errors that happen in `proceed`
-        object.then(proceed).then(null, function(error) {
-          failure(router, error);
-        });
-      } else {
-        proceed(object);
-      }
-
-      function proceed(value) {
-        if (handler.context !== object) {
-          setContext(handler, object);
-        }
-
-        var updatedObjects = objects.concat([{
-          context: value,
-          handler: result.handler,
-          isDynamic: result.isDynamic
-        }]);
-        collectObjects(router, results, index + 1, updatedObjects);
-      }
-    }
-
-    /**
-      @private
-
-      Takes an Array of `UnresolvedHandlerInfo`s, resolves the handler names
-      into handlers, and then figures out what to do with each of the handlers.
-
-      For example, consider the following tree of handlers. Each handler is
-      followed by the URL segment it handles.
-
-      ```
-      |~index ("/")
-      | |~posts ("/posts")
-      | | |-showPost ("/:id")
-      | | |-newPost ("/new")
-      | | |-editPost ("/edit")
-      | |~about ("/about/:id")
-      ```
-
-      Consider the following transitions:
-
-      1. A URL transition to `/posts/1`.
-         1. Triggers the `deserialize` callback on the
-            `index`, `posts`, and `showPost` handlers
-         2. Triggers the `enter` callback on the same
-         3. Triggers the `setup` callback on the same
-      2. A direct transition to `newPost`
-         1. Triggers the `exit` callback on `showPost`
-         2. Triggers the `enter` callback on `newPost`
-         3. Triggers the `setup` callback on `newPost`
-      3. A direct transition to `about` with a specified
-         context object
-         1. Triggers the `exit` callback on `newPost`
-            and `posts`
-         2. Triggers the `serialize` callback on `about`
-         3. Triggers the `enter` callback on `about`
-         4. Triggers the `setup` callback on `about`
-
-      @param {Router} router
-      @param {Array[UnresolvedHandlerInfo]} handlerInfos
-    */
-    function setupContexts(router, handlerInfos) {
-      resolveHandlers(router, handlerInfos);
-
-      var partition =
-        partitionHandlers(router.currentHandlerInfos || [], handlerInfos);
-
-      router.currentHandlerInfos = handlerInfos;
-
-      eachHandler(partition.exited, function(handler, context) {
-        delete handler.context;
-        if (handler.exit) { handler.exit(); }
-      });
-
-      eachHandler(partition.updatedContext, function(handler, context) {
-        setContext(handler, context);
-        if (handler.setup) { handler.setup(context); }
-      });
-
-      eachHandler(partition.entered, function(handler, context) {
-        if (handler.enter) { handler.enter(); }
-        setContext(handler, context);
-        if (handler.setup) { handler.setup(context); }
-      });
-
-      if (router.didTransition) {
-        router.didTransition(handlerInfos);
-      }
-    }
-
-    /**
-      @private
-
-      Iterates over an array of `HandlerInfo`s, passing the handler
-      and context into the callback.
-
-      @param {Array[HandlerInfo]} handlerInfos
-      @param {Function(Object, Object)} callback
-    */
-    function eachHandler(handlerInfos, callback) {
-      for (var i=0, l=handlerInfos.length; i<l; i++) {
-        var handlerInfo = handlerInfos[i],
-            handler = handlerInfo.handler,
-            context = handlerInfo.context;
-
-        callback(handler, context);
-      }
-    }
-
-    /**
-      @private
-
-      Updates the `handler` field in each element in an Array of
-      `UnresolvedHandlerInfo`s from a handler name to a resolved handler.
-
-      When done, the Array will contain `HandlerInfo` structures.
-
-      @param {Router} router
-      @param {Array[UnresolvedHandlerInfo]} handlerInfos
-    */
-    function resolveHandlers(router, handlerInfos) {
-      var handlerInfo;
-
-      for (var i=0, l=handlerInfos.length; i<l; i++) {
-        handlerInfo = handlerInfos[i];
-
-        handlerInfo.name = handlerInfo.handler;
-        handlerInfo.handler = router.getHandler(handlerInfo.handler);
-      }
-    }
-
-    /**
-      @private
-
-      This function is called when transitioning from one URL to
-      another to determine which handlers are not longer active,
-      which handlers are newly active, and which handlers remain
-      active but have their context changed.
-
-      Take a list of old handlers and new handlers and partition
-      them into four buckets:
-
-      * unchanged: the handler was active in both the old and
-        new URL, and its context remains the same
-      * updated context: the handler was active in both the
-        old and new URL, but its context changed. The handler's
-        `setup` method, if any, will be called with the new
-        context.
-      * exited: the handler was active in the old URL, but is
-        no longer active.
-      * entered: the handler was not active in the old URL, but
-        is now active.
-
-      The PartitionedHandlers structure has three fields:
-
-      * `updatedContext`: a list of `HandlerInfo` objects that
-        represent handlers that remain active but have a changed
-        context
-      * `entered`: a list of `HandlerInfo` objects that represent
-        handlers that are newly active
-      * `exited`: a list of `HandlerInfo` objects that are no
-        longer active.
-
-      @param {Array[HandlerInfo]} oldHandlers a list of the handler
-        information for the previous URL (or `[]` if this is the
-        first handled transition)
-      @param {Array[HandlerInfo]} newHandlers a list of the handler
-        information for the new URL
-
-      @return {Partition}
-    */
-    function partitionHandlers(oldHandlers, newHandlers) {
-      var handlers = {
-            updatedContext: [],
-            exited: [],
-            entered: []
-          };
-
-      var handlerChanged, contextChanged, i, l;
-
-      for (i=0, l=newHandlers.length; i<l; i++) {
-        var oldHandler = oldHandlers[i], newHandler = newHandlers[i];
-
-        if (!oldHandler || oldHandler.handler !== newHandler.handler) {
-          handlerChanged = true;
-        }
-
-        if (handlerChanged) {
-          handlers.entered.push(newHandler);
-          if (oldHandler) { handlers.exited.unshift(oldHandler); }
-        } else if (contextChanged || oldHandler.context !== newHandler.context) {
-          contextChanged = true;
-          handlers.updatedContext.push(newHandler);
-        }
-      }
-
-      for (i=newHandlers.length, l=oldHandlers.length; i<l; i++) {
-        handlers.exited.unshift(oldHandlers[i]);
-      }
-
-      return handlers;
-    }
-
-    function trigger(router, args) {
-      var currentHandlerInfos = router.currentHandlerInfos;
-
-      if (!currentHandlerInfos) {
-        throw new Error("Could not trigger event. There are no active handlers");
-      }
-
-      var name = args.shift();
-
-      for (var i=currentHandlerInfos.length-1; i>=0; i--) {
-        var handlerInfo = currentHandlerInfos[i],
-            handler = handlerInfo.handler;
-
-        if (handler.events && handler.events[name]) {
-          handler.events[name].apply(handler, args);
-          break;
-        }
-      }
-    }
-
-    function setContext(handler, context) {
-      handler.context = context;
-      if (handler.contextDidChange) { handler.contextDidChange(); }
-    }
-    return Router;
-  });
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-function DSL(name) {
-  this.parent = name;
-  this.matches = [];
-}
-
-DSL.prototype = {
-  resource: function(name, options, callback) {
-    if (arguments.length === 2 && typeof options === 'function') {
-      callback = options;
-      options = {};
-    }
-
-    if (arguments.length === 1) {
-      options = {};
-    }
-
-    if (typeof options.path !== 'string') {
-      options.path = "/" + name;
-    }
-
-    if (callback) {
-      var dsl = new DSL(name);
-      callback.call(dsl);
-      this.push(options.path, name, dsl.generate());
-    } else {
-      this.push(options.path, name);
-    }
-  },
-
-  push: function(url, name, callback) {
-    if (url === "" || url === "/") { this.explicitIndex = true; }
-
-    this.matches.push([url, name, callback]);
-  },
-
-  route: function(name, options) {
-    Ember.assert("You must use `this.resource` to nest", typeof options !== 'function');
-
-    options = options || {};
-
-    if (typeof options.path !== 'string') {
-      options.path = "/" + name;
-    }
-
-    if (this.parent && this.parent !== 'application') {
-      name = this.parent + "." + name;
-    }
-
-    this.push(options.path, name);
-  },
-
-  generate: function() {
-    var dslMatches = this.matches;
-
-    if (!this.explicitIndex) {
-      this.route("index", { path: "/" });
-    }
-
-    return function(match) {
-      for (var i=0, l=dslMatches.length; i<l; i++) {
-        var dslMatch = dslMatches[i];
-        match(dslMatch[0]).to(dslMatch[1], dslMatch[2]);
-      }
-    };
-  }
-};
-
-DSL.map = function(callback) {
-  var dsl = new DSL();
-  callback.call(dsl);
-  return dsl;
-};
-
-Ember.RouterDSL = DSL;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-Ember.controllerFor = function(container, controllerName, context) {
-  return container.lookup('controller:' + controllerName) ||
-         Ember.generateController(container, controllerName, context);
-};
-
-Ember.generateController = function(container, controllerName, context) {
-  var controller;
-
-  if (context && Ember.isArray(context)) {
-    controller = Ember.ArrayController.extend({
-      content: context
-    });
-  } else if (context) {
-    controller = Ember.ObjectController.extend({
-      content: context
-    });
-  } else {
-    controller = Ember.Controller.extend();
-  }
-
-  controller.toString = function() {
-    return "(generated " + controllerName + " controller)";
-  };
-
-  container.register('controller', controllerName, controller);
-  return container.lookup('controller:' + controllerName);
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var Router = requireModule("router");
-var get = Ember.get, set = Ember.set, classify = Ember.String.classify;
-
-var DefaultView = Ember.View.extend(Ember._Metamorph);
-function setupLocation(router) {
-  var location = get(router, 'location'),
-      rootURL = get(router, 'rootURL');
-
-  if ('string' === typeof location) {
-    location = set(router, 'location', Ember.Location.create({
-      implementation: location
-    }));
-
-    if (typeof rootURL === 'string') {
-      set(location, 'rootURL', rootURL);
-    }
-  }
-}
-
-Ember.Router = Ember.Object.extend({
-  location: 'hash',
-
-  init: function() {
-    this.router = this.constructor.router;
-    this._activeViews = {};
-    setupLocation(this);
-  },
-
-  startRouting: function() {
-    this.router = this.router || this.constructor.map(Ember.K);
-
-    var router = this.router,
-        location = get(this, 'location'),
-        container = this.container,
-        self = this;
-
-    setupRouter(this, router, location);
-
-    container.register('view', 'default', DefaultView);
-    container.register('view', 'toplevel', Ember.View.extend());
-
-    router.handleURL(location.getURL());
-    location.onUpdateURL(function(url) {
-      router.handleURL(url);
-    });
-  },
-
-  didTransition: function(infos) {
-    // Don't do any further action here if we redirected
-    if (infos[infos.length-1].handler.transitioned) { return; }
-
-    var appController = this.container.lookup('controller:application'),
-        path = routePath(infos);
-
-    set(appController, 'currentPath', path);
-    this.notifyPropertyChange('url');
-
-    if (get(this, 'namespace').LOG_TRANSITIONS) {
-      Ember.Logger.log("Transitioned into '" + path + "'");
-    }
-  },
-
-  handleURL: function(url) {
-    this.router.handleURL(url);
-    this.notifyPropertyChange('url');
-  },
-
-  transitionTo: function(passedName) {
-    var args = [].slice.call(arguments), name;
-
-    if (!this.router.hasRoute(passedName)) {
-      name = args[0] = passedName + '.index';
-    } else {
-      name = passedName;
-    }
-
-    Ember.assert("The route " + passedName + " was not found", this.router.hasRoute(name));
-
-    this.router.transitionTo.apply(this.router, args);
-    this.notifyPropertyChange('url');
-  },
-
-  replaceWith: function() {
-    this.router.replaceWith.apply(this.router, arguments);
-    this.notifyPropertyChange('url');
-  },
-
-  generate: function() {
-    var url = this.router.generate.apply(this.router, arguments);
-    return this.location.formatURL(url);
-  },
-
-  isActive: function(routeName) {
-    var router = this.router;
-    return router.isActive.apply(router, arguments);
-  },
-
-  send: function(name, context) {
-    if (Ember.$ && context instanceof Ember.$.Event) {
-      context = context.context;
-    }
-
-    this.router.trigger(name, context);
-  },
-
-  hasRoute: function(route) {
-    return this.router.hasRoute(route);
-  },
-
-  _lookupActiveView: function(templateName) {
-    var active = this._activeViews[templateName];
-    return active && active[0];
-  },
-
-  _connectActiveView: function(templateName, view) {
-    var existing = this._activeViews[templateName];
-
-    if (existing) {
-      existing[0].off('willDestroyElement', this, existing[1]);
-    }
-
-    var disconnect = function() {
-      delete this._activeViews[templateName];
-    };
-
-    this._activeViews[templateName] = [view, disconnect];
-    view.one('willDestroyElement', this, disconnect);
-  }
-});
-
-Ember.Router.reopenClass({
-  defaultFailureHandler: {
-    setup: function(error) {
-      Ember.Logger.error('Error while loading route:', error);
-
-      // Using setTimeout allows us to escape from the Promise's try/catch block
-      setTimeout(function() { throw error; });
-    }
-  }
-});
-
-function getHandlerFunction(router) {
-  var seen = {}, container = router.container;
-
-  return function(name) {
-    var handler = container.lookup('route:' + name);
-    if (seen[name]) { return handler; }
-
-    seen[name] = true;
-
-    if (!handler) {
-      if (name === 'loading') { return {}; }
-      if (name === 'failure') { return router.constructor.defaultFailureHandler; }
-
-      container.register('route', name, Ember.Route.extend());
-      handler = container.lookup('route:' + name);
-    }
-
-    handler.routeName = name;
-    return handler;
-  };
-}
-
-function handlerIsActive(router, handlerName) {
-  var handler = router.container.lookup('route:' + handlerName),
-      currentHandlerInfos = router.router.currentHandlerInfos,
-      handlerInfo;
-
-  for (var i=0, l=currentHandlerInfos.length; i<l; i++) {
-    handlerInfo = currentHandlerInfos[i];
-    if (handlerInfo.handler === handler) { return true; }
-  }
-
-  return false;
-}
-
-function routePath(handlerInfos) {
-  var path = [];
-
-  for (var i=1, l=handlerInfos.length; i<l; i++) {
-    var name = handlerInfos[i].name,
-        nameParts = name.split(".");
-
-    path.push(nameParts[nameParts.length - 1]);
-  }
-
-  return path.join(".");
-}
-
-function setupRouter(emberRouter, router, location) {
-  var lastURL;
-
-  router.getHandler = getHandlerFunction(emberRouter);
-
-  var doUpdateURL = function() {
-    location.setURL(lastURL);
-  };
-
-  router.updateURL = function(path) {
-    lastURL = path;
-    Ember.run.once(doUpdateURL);
-  };
-
-  if (location.replaceURL) {
-    var doReplaceURL = function() {
-      location.replaceURL(lastURL);
-    };
-
-    router.replaceURL = function(path) {
-      lastURL = path;
-      Ember.run.once(doReplaceURL);
-    };
-  }
-
-  router.didTransition = function(infos) {
-    emberRouter.didTransition(infos);
-  };
-}
-
-Ember.Router.reopenClass({
-  map: function(callback) {
-    var router = this.router = new Router();
-
-    var dsl = Ember.RouterDSL.map(function() {
-      this.resource('application', { path: "/" }, function() {
-        callback.call(this);
-      });
-    });
-
-    router.map(dsl.generate());
-    return router;
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set,
-    classify = Ember.String.classify,
-    decamelize = Ember.String.decamelize;
-
-
-Ember.Route = Ember.Object.extend({
-  exit: function() {
-    teardownView(this);
-  },
-
-  /**
-    Transition into another route. Optionally supply a model for the
-    route in question. The model will be serialized into the URL
-    using the `serialize` hook.
-
-    @method transitionTo
-    @param {String} name the name of the route
-    @param {...Object} models the
-  */
-  transitionTo: function() {
-    this.transitioned = true;
-    return this.router.transitionTo.apply(this.router, arguments);
-  },
-
-  /**
-    Transition into another route while replacing the current URL if
-    possible. Identical to `transitionTo` in all other respects.
-
-    @method replaceWith
-    @param {String} name the name of the route
-    @param {...Object} models the
-  */
-  replaceWith: function() {
-    this.transitioned = true;
-    return this.router.replaceWith.apply(this.router, arguments);
-  },
-
-  send: function() {
-    return this.router.send.apply(this.router, arguments);
-  },
-
-  /**
-    @private
-
-    This hook is the entry point for router.js
-
-    @method setup
-  */
-  setup: function(context) {
-    this.transitioned = false;
-    this.redirect(context);
-
-    if (this.transitioned) { return; }
-
-    var controller = this.controllerFor(this.routeName, context);
-
-    if (controller) {
-      set(controller, 'model', context);
-    }
-
-    if (this.setupControllers) {
-      Ember.deprecate("Ember.Route.setupControllers is deprecated. Please use Ember.Route.setupController(controller, model) instead.");
-      this.setupControllers(controller, context);
-    } else {
-      this.setupController(controller, context);
-    }
-
-    if (this.renderTemplates) {
-      Ember.deprecate("Ember.Route.renderTemplates is deprecated. Please use Ember.Route.renderTemplate(controller, model) instead.");
-      this.renderTemplates(context);
-    } else {
-      this.renderTemplate(controller, context);
-    }
-  },
-
-  /**
-    A hook you can implement to optionally redirect to another route.
-
-    If you call `this.transitionTo` from inside of this hook, this route
-    will not be entered in favor of the other hook.
-
-    @method redirect
-    @param {Object} model the model for this route
-  */
-  redirect: Ember.K,
-
-  /**
-    @private
-
-    The hook called by `router.js` to convert parameters into the context
-    for this handler. The public Ember hook is `model`.
-
-    @method deserialize
-  */
-  deserialize: function(params) {
-    var model = this.model(params);
-    return this.currentModel = model;
-  },
-
-  /**
-    @private
-
-    Called when the context is changed by router.js.
-  */
-  contextDidChange: function() {
-    this.currentModel = this.context;
-  },
-
-  /**
-    A hook you can implement to convert the URL into the model for
-    this route.
-
-    ```js
-    App.Route.map(function(match) {
-      match("/posts/:post_id").to("post");
-    });
-    ```
-
-    The model for the `post` route is `App.Post.find(params.post_id)`.
-
-    By default, if your route has a dynamic segment ending in `_id`:
-
-    * The model class is determined from the segment (`post_id`'s
-      class is `App.Post`)
-    * The find method is called on the model class with the value of
-      the dynamic segment.
-
-    @method model
-    @param {Object} params the parameters extracted from the URL
-  */
-  model: function(params) {
-    var match, name, value;
-
-    for (var prop in params) {
-      if (match = prop.match(/^(.*)_id$/)) {
-        name = match[1];
-        value = params[prop];
-      }
-    }
-
-    if (!name) { return; }
-
-    var className = classify(name),
-        namespace = this.router.namespace,
-        modelClass = namespace[className];
-
-    Ember.assert("You used the dynamic segment " + name + "_id in your router, but " + namespace + "." + className + " did not exist and you did not override your state's `model` hook.", modelClass);
-    return modelClass.find(value);
-  },
-
-  /**
-    A hook you can implement to convert the route's model into parameters
-    for the URL.
-
-    ```js
-    App.Route.map(function(match) {
-      match("/posts/:post_id").to("post");
-    });
-
-    App.PostRoute = Ember.Route.extend({
-      model: function(params) {
-        // the server returns `{ id: 12 }`
-        return jQuery.getJSON("/posts/" + params.post_id);
-      },
-
-      serialize: function(model) {
-        // this will make the URL `/posts/12`
-        return { post_id: model.id };
-      }
-    });
-    ```
-
-    The default `serialize` method inserts the model's `id` into the
-    route's dynamic segment (in this case, `:post_id`).
-
-    This method is called when `transitionTo` is called with a context
-    in order to populate the URL.
-
-    @method serialize
-    @param {Object} model the route's model
-    @param {Array} params an Array of parameter names for the current
-      route (in the example, `['post_id']`.
-    @return {Object} the serialized parameters
-  */
-  serialize: function(model, params) {
-    if (params.length !== 1) { return; }
-
-    var name = params[0], object = {};
-    object[name] = get(model, 'id');
-
-    return object;
-  },
-
-  /**
-    A hook you can use to setup the controller for the current route.
-
-    This method is called with the controller for the current route and the
-    model supplied by the `model` hook.
-
-    ```js
-    App.Route.map(function(match) {
-      match("/posts/:post_id").to("post");
-    });
-    ```
-
-    For the `post` route, the controller is `App.PostController`.
-
-    By default, the `setupController` hook sets the `content` property of
-    the controller to the `model`.
-
-    If no explicit controller is defined, the route will automatically create
-    an appropriate controller for the model:
-
-    * if the model is an `Ember.Array` (including record arrays from Ember
-      Data), the controller is an `Ember.ArrayController`.
-    * otherwise, the controller is an `Ember.ObjectController`.
-
-    This means that your template will get a proxy for the model as its
-    context, and you can act as though the model itself was the context.
-
-    @method setupController
-  */
-  setupController: Ember.K,
-
-  /**
-    Returns the controller for a particular route.
-
-    ```js
-    App.PostRoute = Ember.Route.extend({
-      setupController: function(controller, post) {
-        this._super(controller, post);
-        this.controllerFor('posts').set('currentPost', post);
-      }
-    });
-    ```
-
-    By default, the controller for `post` is the shared instance of
-    `App.PostController`.
-
-    @method controllerFor
-    @param {String} name the name of the route
-    @param {Object} model the model associated with the route (optional)
-    @return {Ember.Controller}
-  */
-  controllerFor: function(name, model) {
-    var container = this.router.container,
-        controller = container.lookup('controller:' + name);
-
-    if (!controller) {
-      model = model || this.modelFor(name);
-
-      Ember.assert("You are trying to look up a controller that you did not define, and for which Ember does not know the model.\n\nThis is not a controller for a route, so you must explicitly define the controller ("+this.router.namespace.toString() + "." + Ember.String.capitalize(Ember.String.camelize(name))+"Controller) or pass a model as the second parameter to `controllerFor`, so that Ember knows which type of controller to create for you.", model || this.container.lookup('route:' + name));
-
-      controller = Ember.generateController(container, name, model);
-    }
-
-    return controller;
-  },
-
-  /**
-    Returns the current model for a given route.
-
-    This is the object returned by the `model` hook of the route
-    in question.
-
-    @method modelFor
-    @param {String} name the name of the route
-    @return {Object} the model object
-  */
-  modelFor: function(name) {
-    var route = this.container.lookup('route:' + name);
-    return route && route.currentModel;
-  },
-
-  /**
-    A hook you can use to render the template for the current route.
-
-    This method is called with the controller for the current route and the
-    model supplied by the `model` hook. By default, it renders the route's
-    template, configured with the controller for the route.
-
-    This method can be overridden to set up and render additional or
-    alternative templates.
-
-    @method renderTemplate
-    @param {Object} controller the route's controller
-    @param {Object} model the route's model
-  */
-  renderTemplate: function(controller, model) {
-    this.render();
-  },
-
-  /**
-    Renders a template into an outlet.
-
-    This method has a number of defaults, based on the name of the
-    route specified in the router.
-
-    For example:
-
-    ```js
-    App.Router.map(function(match) {
-      match("/").to("index");
-      match("/posts/:post_id").to("post");
-    });
-
-    App.PostRoute = App.Route.extend({
-      renderTemplate: function() {
-        this.render();
-      }
-    });
-    ```
-
-    The name of the `PostRoute`, as defined by the router, is `post`.
-
-    By default, render will:
-
-    * render the `post` template
-    * with the `post` view (`PostView`) for event handling, if one exists
-    * and the `post` controller (`PostController`), if one exists
-    * into the `main` outlet of the `application` template
-
-    You can override this behavior:
-
-    ```js
-    App.PostRoute = App.Route.extend({
-      renderTemplate: function() {
-        this.render('myPost', {   // the template to render
-          into: 'index',          // the template to render into
-          outlet: 'detail',       // the name of the outlet in that template
-          controller: 'blogPost'  // the controller to use for the template
-        });
-      }
-    });
-    ```
-
-    Remember that the controller's `content` will be the route's model. In
-    this case, the default model will be `App.Post.find(params.post_id)`.
-
-    @method render
-    @param {String} name the name of the template to render
-    @param {Object} options the options
-  */
-  render: function(name, options) {
-    if (typeof name === 'object' && !options) {
-      options = name;
-      name = this.routeName;
-    }
-
-    name = name ? name.replace(/\//g, '.') : this.routeName;
-
-    var container = this.container,
-        view = container.lookup('view:' + name),
-        template = container.lookup('template:' + name);
-
-    if (!view && !template) { return; }
-
-    this.lastRenderedTemplate = name;
-
-    options = normalizeOptions(this, name, template, options);
-    view = setupView(view, container, options);
-
-    appendView(this, view, options);
-  }
-});
-
-function parentRoute(route) {
-  var handlerInfos = route.router.router.currentHandlerInfos;
-
-  var parent, current;
-
-  for (var i=0, l=handlerInfos.length; i<l; i++) {
-    current = handlerInfos[i].handler;
-    if (current === route) { return parent; }
-    parent = current;
-  }
-}
-
-function parentTemplate(route) {
-  var parent = parentRoute(route), template;
-
-  if (!parent) { return; }
-
-  if (template = parent.lastRenderedTemplate) {
-    return template;
-  } else {
-    return parentTemplate(parent);
-  }
-}
-
-function normalizeOptions(route, name, template, options) {
-  options = options || {};
-  options.into = options.into ? options.into.replace(/\//g, '.') : parentTemplate(route);
-  options.outlet = options.outlet || 'main';
-  options.name = name;
-  options.template = template;
-
-  var controller = options.controller, namedController;
-
-  if (options.controller) {
-    controller = options.controller;
-  } else if (namedController = route.container.lookup('controller:' + name)) {
-    controller = namedController;
-  } else {
-    controller = route.routeName;
-  }
-
-  if (typeof controller === 'string') {
-    controller = route.container.lookup('controller:' + controller);
-  }
-
-  options.controller = controller;
-
-  return options;
-}
-
-function setupView(view, container, options) {
-  var defaultView = options.into ? 'view:default' : 'view:toplevel';
-
-  view = view || container.lookup(defaultView);
-
-  if (!get(view, 'templateName')) {
-    set(view, 'template', options.template);
-  }
-
-  set(view, 'renderedName', options.name);
-  set(view, 'controller', options.controller);
-
-  return view;
-}
-
-function appendView(route, view, options) {
-  if (options.into) {
-    var parentView = route.router._lookupActiveView(options.into);
-    route.teardownView = teardownOutlet(parentView, options.outlet);
-    parentView.connectOutlet(options.outlet, view);
-  } else {
-    var rootElement = get(route, 'router.namespace.rootElement');
-    route.router._connectActiveView(options.name, view);
-    route.teardownView = teardownTopLevel(view);
-    view.appendTo(rootElement);
-  }
-}
-
-function teardownTopLevel(view) {
-  return function() { view.remove(); };
-}
-
-function teardownOutlet(parentView, outlet) {
-  return function() { parentView.disconnectOutlet(outlet); };
-}
-
-function teardownView(route) {
-  if (route.teardownView) { route.teardownView(); }
-
-  delete route.teardownView;
-  delete route.lastRenderedTemplate;
-}
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-var get = Ember.get, set = Ember.set;
-Ember.onLoad('Ember.Handlebars', function(Handlebars) {
-
-  var resolvePaths = Ember.Handlebars.resolvePaths,
-      isSimpleClick = Ember.ViewUtils.isSimpleClick;
-
-  function fullRouteName(router, name) {
-    if (!router.hasRoute(name)) {
-      name = name + '.index';
-    }
-
-    return name;
-  }
-
-  function resolvedPaths(linkView) {
-    return resolvePaths(linkView.parameters);
-  }
-
-  function args(linkView, router, route) {
-    var passedRouteName = route || linkView.namedRoute, routeName;
-
-    routeName = fullRouteName(router, passedRouteName);
-
-    Ember.assert("The route " + passedRouteName + " was not found", router.hasRoute(routeName));
-
-    var ret = [ routeName ];
-    return ret.concat(resolvePaths(linkView.parameters));
-  }
-
-  var LinkView = Ember.View.extend({
-    tagName: 'a',
-    namedRoute: null,
-    currentWhen: null,
-    title: null,
-    activeClass: 'active',
-    replace: false,
-    attributeBindings: ['href', 'title'],
-    classNameBindings: 'active',
-
-    active: Ember.computed(function() {
-      var router = this.get('router'),
-          params = resolvedPaths(this),
-          currentWithIndex = this.currentWhen + '.index',
-          isActive = router.isActive.apply(router, [this.currentWhen].concat(params)) ||
-                     router.isActive.apply(router, [currentWithIndex].concat(params));
-
-      if (isActive) { return get(this, 'activeClass'); }
-    }).property('namedRoute', 'router.url'),
-
-    router: Ember.computed(function() {
-      return this.get('controller').container.lookup('router:main');
-    }),
-
-    click: function(event) {
-      if (!isSimpleClick(event)) { return true; }
-
-      event.preventDefault();
-      if (this.bubbles === false) { event.stopPropagation(); }
-
-      var router = this.get('router');
-
-      if (this.get('replace')) {
-        router.replaceWith.apply(router, args(this, router));
-      } else {
-        router.transitionTo.apply(router, args(this, router));
-      }
-    },
-
-    href: Ember.computed(function() {
-      var router = this.get('router');
-      return router.generate.apply(router, args(this, router));
-    })
-  });
-
-  LinkView.toString = function() { return "LinkView"; };
-
-  Ember.Handlebars.registerHelper('linkTo', function(name) {
-    var options = [].slice.call(arguments, -1)[0];
-    var contexts = [].slice.call(arguments, 1, -1);
-
-    var hash = options.hash;
-
-    hash.namedRoute = name;
-    hash.currentWhen = hash.currentWhen || name;
-
-    hash.parameters = {
-      data: options.data,
-      contexts: contexts,
-      roots: options.contexts
-    };
-
-    return Ember.Handlebars.helpers.view.call(this, LinkView, options);
-  });
-
-});
-
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-Ember.onLoad('Ember.Handlebars', function(Handlebars) {
-  /**
-  @module ember
-  @submodule ember-handlebars
-  */
-
-  Handlebars.OutletView = Ember.ContainerView.extend(Ember._Metamorph);
-
-  /**
-    The `outlet` helper allows you to specify that the current
-    view's controller will fill in the view for a given area.
-
-    ``` handlebars
-    {{outlet}}
-    ```
-
-    By default, when the the current controller's `view` property changes, the
-    outlet will replace its current view with the new view. You can set the
-    `view` property directly, but it's normally best to use `connectOutlet`.
-
-    ``` javascript
-    # Instantiate App.PostsView and assign to `view`, so as to render into outlet.
-    controller.connectOutlet('posts');
-    ```
-
-    You can also specify a particular name other than `view`:
-
-    ``` handlebars
-    {{outlet masterView}}
-    {{outlet detailView}}
-    ```
-
-    Then, you can control several outlets from a single controller.
-
-    ``` javascript
-    # Instantiate App.PostsView and assign to controller.masterView.
-    controller.connectOutlet('masterView', 'posts');
-    # Also, instantiate App.PostInfoView and assign to controller.detailView.
-    controller.connectOutlet('detailView', 'postInfo');
-    ```
-
-    @method outlet
-    @for Ember.Handlebars.helpers
-    @param {String} property the property on the controller
-      that holds the view for this outlet
-  */
-  Handlebars.registerHelper('outlet', function(property, options) {
-    var outletSource;
-
-    if (property && property.data && property.data.isRenderData) {
-      options = property;
-      property = 'main';
-    }
-
-    outletSource = options.data.view;
-    while (!(outletSource.get('template.isTop'))){
-      outletSource = outletSource.get('_parentView');
-    }
-
-    options.data.view.set('outletSource', outletSource);
-    options.hash.currentViewBinding = '_view.outletSource._outlets.' + property;
-
-    return Handlebars.helpers.view.call(this, Handlebars.OutletView, options);
-  });
-
-  Ember.View.reopen({
-    init: function() {
-      set(this, '_outlets', {});
-      this._super();
-    },
-
-    connectOutlet: function(outletName, view) {
-      var outlets = get(this, '_outlets'),
-          container = get(this, 'container'),
-          router = container && container.lookup('router:main'),
-          oldView = get(outlets, outletName),
-          renderedName = get(view, 'renderedName');
-
-      set(outlets, outletName, view);
-
-      if (router) {
-        if (oldView) {
-          router._disconnectActiveView(oldView);
-        }
-        if (renderedName) {
-          router._connectActiveView(renderedName, view);
-        }
-      }
-    },
-
-    disconnectOutlet: function(outletName) {
-      var outlets = get(this, '_outlets'),
-          container = get(this, 'container'),
-          router = container && container.lookup('router:main'),
-          view = get(outlets, outletName);
-
-      set(outlets, outletName, null);
-
-      if (router && view) {
-        router._disconnectActiveView(view);
-      }
-    }
-  });
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-Ember.onLoad('Ember.Handlebars', function(Handlebars) {
-
-  Ember.Handlebars.registerHelper('render', function(name, context, options) {
-    Ember.assert("You must pass a template to render", arguments.length >= 2);
-    var container, router, controller, view;
-
-    if (arguments.length === 2) {
-      options = context;
-      context = undefined;
-    }
-
-    if (typeof context === 'string') {
-      context = Ember.Handlebars.get(options.contexts[1], context, options);
-    }
-
-    name = name.replace(/\//g, '.');
-    container = options.data.keywords.controller.container;
-    router = container.lookup('router:main');
-
-    Ember.assert("This view is already rendered", !router || !router._lookupActiveView(name));
-
-    view = container.lookup('view:' + name) || container.lookup('view:default');
-
-    if (controller = options.hash.controller) {
-      controller = container.lookup('controller:' + controller);
-    } else {
-      controller = Ember.controllerFor(container, name, context);
-    }
-
-    if (controller && context) {
-      controller.set('model', context);
-    }
-
-    controller.set('target', options.data.keywords.controller);
-
-    options.hash.viewName = Ember.String.camelize(name);
-    options.hash.template = container.lookup('template:' + name);
-    options.hash.controller = controller;
-
-    if (router) {
-      router._connectActiveView(name, view);
-    }
-
-    Ember.Handlebars.helpers.view.call(this, view, options);
-  });
-
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-Ember.onLoad('Ember.Handlebars', function(Handlebars) {
-
-  var resolvePaths = Ember.Handlebars.resolvePaths,
-      isSimpleClick = Ember.ViewUtils.isSimpleClick;
-
-  var EmberHandlebars = Ember.Handlebars,
-      handlebarsGet = EmberHandlebars.get,
-      SafeString = EmberHandlebars.SafeString,
-      get = Ember.get,
-      a_slice = Array.prototype.slice;
-
-  function args(options, actionName) {
-    var ret = [];
-    if (actionName) { ret.push(actionName); }
-    return ret.concat(resolvePaths(options.parameters));
-  }
-
-  var ActionHelper = EmberHandlebars.ActionHelper = {
-    registeredActions: {}
-  };
-
-  ActionHelper.registerAction = function(actionName, options) {
-    var actionId = (++Ember.uuid).toString();
-
-    ActionHelper.registeredActions[actionId] = {
-      eventName: options.eventName,
-      handler: function(event) {
-        if (!isSimpleClick(event)) { return true; }
-        event.preventDefault();
-
-        if (options.bubbles === false) {
-          event.stopPropagation();
-        }
-
-        var view = options.view,
-            contexts = options.contexts,
-            target = options.target;
-
-        if (target.send) {
-          return target.send.apply(target, args(options, actionName));
-        } else {
-          Ember.assert("The action '" + actionName + "' did not exist on " + target, typeof target[actionName] === 'function');
-          return target[actionName].apply(target, args(options));
-        }
-      }
-    };
-
-    options.view.on('willClearRender', function() {
-      delete ActionHelper.registeredActions[actionId];
-    });
-
-    return actionId;
-  };
-
-  /**
-    The `{{action}}` helper registers an HTML element within a template for DOM
-    event handling and forwards that interaction to the view's controller
-    or supplied `target` option (see 'Specifying a Target').
-
-    If the view's controller does not implement the event, the event is sent
-    to the current route, and it bubbles up the route hierarchy from there.
-
-    User interaction with that element will invoke the supplied action name on
-    the appropriate target.
-
-    Given the following Handlebars template on the page
-
-    ```handlebars
-    <script type="text/x-handlebars" data-template-name='a-template'>
-      <div {{action anActionName}}>
-        click me
-      </div>
-    </script>
-    ```
-
-    And application code
-
-    ```javascript
-    AController = Ember.Controller.extend({
-      anActionName: function() {}
-    });
-
-    AView = Ember.View.extend({
-      controller: AController.create(),
-      templateName: 'a-template'
-    });
-
-    aView = AView.create();
-    aView.appendTo('body');
-    ```
-
-    Will results in the following rendered HTML
-
-    ```html
-    <div class="ember-view">
-      <div data-ember-action="1">
-        click me
-      </div>
-    </div>
-    ```
-
-    Clicking "click me" will trigger the `anActionName` method of the
-    `AController`. In this case, no additional parameters will be passed.
-
-    If you provide additional parameters to the helper:
-
-    ```handlebars
-    <button {{action 'edit' post}}>Edit</button>
-    ```
-
-    Those parameters will be passed along as arguments to the JavaScript
-    function implementing the action.
-
-    ### Event Propagation
-
-    Events triggered through the action helper will automatically have
-    `.preventDefault()` called on them. You do not need to do so in your event
-    handlers.
-
-    To also disable bubbling, pass `bubbles=false` to the helper:
-
-    ```handlebars
-    <button {{action 'edit' post bubbles=false}}>Edit</button>
-    ```
-
-    If you need the default handler to trigger you should either register your
-    own event handler, or use event methods on your view class. See `Ember.View`
-    'Responding to Browser Events' for more information.
-
-    ### Specifying DOM event type
-
-    By default the `{{action}}` helper registers for DOM `click` events. You can
-    supply an `on` option to the helper to specify a different DOM event name:
-
-    ```handlebars
-    <script type="text/x-handlebars" data-template-name='a-template'>
-      <div {{action anActionName on="doubleClick"}}>
-        click me
-      </div>
-    </script>
-    ```
-
-    See `Ember.View` 'Responding to Browser Events' for a list of
-    acceptable DOM event names.
-
-    NOTE: Because `{{action}}` depends on Ember's event dispatch system it will
-    only function if an `Ember.EventDispatcher` instance is available. An
-    `Ember.EventDispatcher` instance will be created when a new `Ember.Application`
-    is created. Having an instance of `Ember.Application` will satisfy this
-    requirement.
-
-    ### Specifying a Target
-
-    There are several possible target objects for `{{action}}` helpers:
-
-    In a typical Ember application, where views are managed through use of the
-    `{{outlet}}` helper, actions will bubble to the current controller, then
-    to the current route, and then up the route hierarchy.
-
-    Alternatively, a `target` option can be provided to the helper to change
-    which object will receive the method call. This option must be a path
-    path to an object, accessible in the current context:
-
-    ```handlebars
-    <script type="text/x-handlebars" data-template-name='a-template'>
-      <div {{action anActionName target="MyApplication.someObject"}}>
-        click me
-      </div>
-    </script>
-    ```
-
-    Clicking "click me" in the rendered HTML of the above template will trigger
-    the  `anActionName` method of the object at `MyApplication.someObject`.
-
-    If an action's target does not implement a method that matches the supplied
-    action name an error will be thrown.
-
-    ```handlebars
-    <script type="text/x-handlebars" data-template-name='a-template'>
-      <div {{action aMethodNameThatIsMissing}}>
-        click me
-      </div>
-    </script>
-    ```
-
-    With the following application code
-
-    ```javascript
-    AView = Ember.View.extend({
-      templateName; 'a-template',
-      // note: no method 'aMethodNameThatIsMissing'
-      anActionName: function(event) {}
-    });
-
-    aView = AView.create();
-    aView.appendTo('body');
-    ```
-
-    Will throw `Uncaught TypeError: Cannot call method 'call' of undefined` when
-    "click me" is clicked.
-
-    ### Additional Parameters
-
-    You may specify additional parameters to the `{{action}}` helper. These
-    parameters are passed along as the arguments to the JavaScript function
-    implementing the action.
-
-    ```handlebars
-    <script type="text/x-handlebars" data-template-name='a-template'>
-      {{#each person in people}}
-        <div {{action edit person}}>
-          click me
-        </div>
-      {{/each}}
-    </script>
-    ```
-
-    Clicking "click me" will trigger the `edit` method on the current view's
-    controller with the current person as a parameter.
-
-    @method action
-    @for Ember.Handlebars.helpers
-    @param {String} actionName
-    @param {Object...} contexts
-    @param {Hash} options
-  */
-  EmberHandlebars.registerHelper('action', function(actionName) {
-    var options = arguments[arguments.length - 1],
-        contexts = a_slice.call(arguments, 1, -1);
-
-    var hash = options.hash,
-        view = options.data.view,
-        target, controller, link;
-
-    // create a hash to pass along to registerAction
-    var action = {
-      eventName: hash.on || "click"
-    };
-
-    action.parameters = {
-      data: options.data,
-      contexts: contexts,
-      roots: options.contexts
-    };
-
-    action.view = view = get(view, 'concreteView');
-
-    if (hash.target) {
-      target = handlebarsGet(this, hash.target, options);
-    } else if (controller = options.data.keywords.controller) {
-      target = controller;
-    }
-
-    action.target = target;
-    action.bubbles = hash.bubbles;
-
-    var actionId = ActionHelper.registerAction(actionName, action);
-    return new SafeString('data-ember-action="' + actionId + '"');
-  });
-
-});
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-var ControllersProxy = Ember.Object.extend({
-  controller: null,
-
-  unknownProperty: function(controllerName) {
-    var controller = get(this, 'controller'),
-      needs = get(controller, 'needs'),
-      dependency;
-
-    for (var i=0, l=needs.length; i<l; i++) {
-      dependency = needs[i];
-      if (dependency === controllerName) {
-        return controller.controllerFor(controllerName);
-      }
-    }
-  }
-});
-
-Ember.ControllerMixin.reopen({
-  concatenatedProperties: ['needs'],
-  needs: [],
-
-  init: function() {
-    this._super.apply(this, arguments);
-
-    // Structure asserts to still do verification but not string concat in production
-    if(!verifyDependencies(this)) {
-      Ember.assert("Missing dependencies", false);
-    }
-  },
-
-  transitionToRoute: function() {
-    var target = get(this, 'target');
-
-    return target.transitionTo.apply(target, arguments);
-  },
-
-  // TODO: Deprecate this, see https://github.com/emberjs/ember.js/issues/1785
-  transitionTo: function() {
-    return this.transitionToRoute.apply(this, arguments);
-  },
-
-  replaceRoute: function() {
-    var target = get(this, 'target');
-
-    return target.replaceWith.apply(target, arguments);
-  },
-
-  // TODO: Deprecate this, see https://github.com/emberjs/ember.js/issues/1785
-  replaceWith: function() {
-    return this.replaceRoute.apply(this, arguments);
-  },
-
-  controllerFor: function(controllerName) {
-    var container = get(this, 'container');
-    return container.lookup('controller:' + controllerName);
-  },
-
-  model: Ember.computed(function(key, value) {
-    if (arguments.length > 1) {
-      return set(this, 'content', value);
-    } else {
-      return get(this, 'content');
-    }
-  }).property('content'),
-
-  controllers: Ember.computed(function() {
-    return ControllersProxy.create({ controller: this });
-  })
-});
-
-function verifyDependencies(controller) {
-  var needs = get(controller, 'needs'),
-      container = get(controller, 'container'),
-      dependency, satisfied = true;
-
-  for (var i=0, l=needs.length; i<l; i++) {
-    dependency = needs[i];
-    if (dependency.indexOf(':') === -1) {
-      dependency = "controller:" + dependency;
-    }
-
-    if (!container.has(dependency)) {
-      satisfied = false;
-      Ember.assert(controller + " needs " + dependency + " but it does not exist", false);
-    }
-  }
-
-  return satisfied;
-}
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-
-Ember.View.reopen({
-  init: function() {
-    set(this, '_outlets', {});
-    this._super();
-  },
-
-  connectOutlet: function(outletName, view) {
-    var outlets = get(this, '_outlets'),
-        container = get(this, 'container'),
-        router = container && container.lookup('router:main'),
-        renderedName = get(view, 'renderedName');
-
-    set(outlets, outletName, view);
-
-    if (router && renderedName) {
-      router._connectActiveView(renderedName, view);
-    }
-  },
-
-  disconnectOutlet: function(outletName) {
-    var outlets = get(this, '_outlets');
-
-    set(outlets, outletName, null);
-  }
-});
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/*
-  This file implements the `location` API used by Ember's router.
-
-  That API is:
-
-  getURL: returns the current URL
-  setURL(path): sets the current URL
-  replaceURL(path): replace the current URL (optional)
-  onUpdateURL(callback): triggers the callback when the URL changes
-  formatURL(url): formats `url` to be placed into `href` attribute
-
-  Calling setURL or replaceURL will not trigger onUpdateURL callbacks.
-
-  TODO: This should perhaps be moved so that it's visible in the doc output.
-*/
-
-/**
-  Ember.Location returns an instance of the correct implementation of
-  the `location` API.
-
-  You can pass it a `implementation` ('hash', 'history', 'none') to force a
-  particular implementation.
-
-  @class Location
-  @namespace Ember
-  @static
-*/
-Ember.Location = {
-  create: function(options) {
-    var implementation = options && options.implementation;
-    Ember.assert("Ember.Location.create: you must specify a 'implementation' option", !!implementation);
-
-    var implementationClass = this.implementations[implementation];
-    Ember.assert("Ember.Location.create: " + implementation + " is not a valid implementation", !!implementationClass);
-
-    return implementationClass.create.apply(implementationClass, arguments);
-  },
-
-  registerImplementation: function(name, implementation) {
-    this.implementations[name] = implementation;
-  },
-
-  implementations: {}
-};
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  Ember.NoneLocation does not interact with the browser. It is useful for
-  testing, or when you need to manage state with your Router, but temporarily
-  don't want it to muck with the URL (for example when you embed your
-  application in a larger page).
-
-  @class NoneLocation
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.NoneLocation = Ember.Object.extend({
-  path: '',
-
-  getURL: function() {
-    return get(this, 'path');
-  },
-
-  setURL: function(path) {
-    set(this, 'path', path);
-  },
-
-  onUpdateURL: function(callback) {
-    // We are not wired up to the browser, so we'll never trigger the callback.
-  },
-
-  formatURL: function(url) {
-    // The return value is not overly meaningful, but we do not want to throw
-    // errors when test code renders templates containing {{action href=true}}
-    // helpers.
-    return url;
-  }
-});
-
-Ember.Location.registerImplementation('none', Ember.NoneLocation);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-
-/**
-  Ember.HashLocation implements the location API using the browser's
-  hash. At present, it relies on a hashchange event existing in the
-  browser.
-
-  @class HashLocation
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.HashLocation = Ember.Object.extend({
-
-  init: function() {
-    set(this, 'location', get(this, 'location') || window.location);
-  },
-
-  /**
-    @private
-
-    Returns the current `location.hash`, minus the '#' at the front.
-
-    @method getURL
-  */
-  getURL: function() {
-    return get(this, 'location').hash.substr(1);
-  },
-
-  /**
-    @private
-
-    Set the `location.hash` and remembers what was set. This prevents
-    `onUpdateURL` callbacks from triggering when the hash was set by
-    `HashLocation`.
-
-    @method setURL
-    @param path {String}
-  */
-  setURL: function(path) {
-    get(this, 'location').hash = path;
-    set(this, 'lastSetURL', path);
-  },
-
-  /**
-    @private
-
-    Register a callback to be invoked when the hash changes. These
-    callbacks will execute when the user presses the back or forward
-    button, but not after `setURL` is invoked.
-
-    @method onUpdateURL
-    @param callback {Function}
-  */
-  onUpdateURL: function(callback) {
-    var self = this;
-    var guid = Ember.guidFor(this);
-
-    Ember.$(window).bind('hashchange.ember-location-'+guid, function() {
-      var path = location.hash.substr(1);
-      if (get(self, 'lastSetURL') === path) { return; }
-
-      set(self, 'lastSetURL', null);
-
-      callback(location.hash.substr(1));
-    });
-  },
-
-  /**
-    @private
-
-    Given a URL, formats it to be placed into the page as part
-    of an element's `href` attribute.
-
-    This is used, for example, when using the {{action}} helper
-    to generate a URL based on an event.
-
-    @method formatURL
-    @param url {String}
-  */
-  formatURL: function(url) {
-    return '#'+url;
-  },
-
-  willDestroy: function() {
-    var guid = Ember.guidFor(this);
-
-    Ember.$(window).unbind('hashchange.ember-location-'+guid);
-  }
-});
-
-Ember.Location.registerImplementation('hash', Ember.HashLocation);
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-routing
-*/
-
-var get = Ember.get, set = Ember.set;
-var popstateReady = false;
-
-/**
-  Ember.HistoryLocation implements the location API using the browser's
-  history.pushState API.
-
-  @class HistoryLocation
-  @namespace Ember
-  @extends Ember.Object
-*/
-Ember.HistoryLocation = Ember.Object.extend({
-
-  init: function() {
-    set(this, 'location', get(this, 'location') || window.location);
-    this.initState();
-  },
-
-  /**
-    @private
-
-    Used to set state on first call to setURL
-
-    @method initState
-  */
-  initState: function() {
-    this.replaceState(get(this, 'location').pathname);
-    set(this, 'history', window.history);
-  },
-
-  /**
-    Will be pre-pended to path upon state change
-
-    @property rootURL
-    @default '/'
-  */
-  rootURL: '/',
-
-  /**
-    @private
-
-    Returns the current `location.pathname`.
-
-    @method getURL
-  */
-  getURL: function() {
-    return get(this, 'location').pathname;
-  },
-
-  /**
-    @private
-
-    Uses `history.pushState` to update the url without a page reload.
-
-    @method setURL
-    @param path {String}
-  */
-  setURL: function(path) {
-    path = this.formatURL(path);
-
-    if (this.getState() && this.getState().path !== path) {
-      popstateReady = true;
-      this.pushState(path);
-    }
-  },
-
-  /**
-    @private
-
-    Uses `history.replaceState` to update the url without a page reload
-    or history modification.
-
-    @method replaceURL
-    @param path {String}
-  */
-  replaceURL: function(path) {
-    path = this.formatURL(path);
-
-    if (this.getState() && this.getState().path !== path) {
-      popstateReady = true;
-      this.replaceState(path);
-    }
-  },
-
-  /**
-   @private
-
-   Get the current `history.state`
-
-   @method getState
-  */
-  getState: function() {
-    return get(this, 'history').state;
-  },
-
-  /**
-   @private
-
-   Pushes a new state
-
-   @method pushState
-   @param path {String}
-  */
-  pushState: function(path) {
-    window.history.pushState({ path: path }, null, path);
-  },
-
-  /**
-   @private
-
-   Replaces the current state
-
-   @method replaceState
-   @param path {String}
-  */
-  replaceState: function(path) {
-    window.history.replaceState({ path: path }, null, path);
-  },
-
-  /**
-    @private
-
-    Register a callback to be invoked whenever the browser
-    history changes, including using forward and back buttons.
-
-    @method onUpdateURL
-    @param callback {Function}
-  */
-  onUpdateURL: function(callback) {
-    var guid = Ember.guidFor(this);
-
-    Ember.$(window).bind('popstate.ember-location-'+guid, function(e) {
-      if(!popstateReady) {
-        return;
-      }
-      callback(location.pathname);
-    });
-  },
-
-  /**
-    @private
-
-    Used when using `{{action}}` helper.  The url is always appended to the rootURL.
-
-    @method formatURL
-    @param url {String}
-  */
-  formatURL: function(url) {
-    var rootURL = get(this, 'rootURL');
-
-    if (url !== '') {
-      rootURL = rootURL.replace(/\/$/, '');
-    }
-
-    return rootURL + url;
-  },
-
-  willDestroy: function() {
-    var guid = Ember.guidFor(this);
-
-    Ember.$(window).unbind('popstate.ember-location-'+guid);
-  }
-});
-
-Ember.Location.registerImplementation('history', Ember.HistoryLocation);
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-Ember Routing
-
-@module ember
-@submodule ember-routing
-@requires ember-states
-@requires ember-views
-*/
-
-})();
-
-(function() {
-function visit(vertex, fn, visited, path) {
-  var name = vertex.name,
-    vertices = vertex.incoming,
-    names = vertex.incomingNames,
-    len = names.length,
-    i;
-  if (!visited) {
-    visited = {};
-  }
-  if (!path) {
-    path = [];
-  }
-  if (visited.hasOwnProperty(name)) {
-    return;
-  }
-  path.push(name);
-  visited[name] = true;
-  for (i = 0; i < len; i++) {
-    visit(vertices[names[i]], fn, visited, path);
-  }
-  fn(vertex, path);
-  path.pop();
-}
-
-function DAG() {
-  this.names = [];
-  this.vertices = {};
-}
-
-DAG.prototype.add = function(name) {
-  if (!name) { return; }
-  if (this.vertices.hasOwnProperty(name)) {
-    return this.vertices[name];
-  }
-  var vertex = {
-    name: name, incoming: {}, incomingNames: [], hasOutgoing: false, value: null
-  };
-  this.vertices[name] = vertex;
-  this.names.push(name);
-  return vertex;
-};
-
-DAG.prototype.map = function(name, value) {
-  this.add(name).value = value;
-};
-
-DAG.prototype.addEdge = function(fromName, toName) {
-  if (!fromName || !toName || fromName === toName) {
-    return;
-  }
-  var from = this.add(fromName), to = this.add(toName);
-  if (to.incoming.hasOwnProperty(fromName)) {
-    return;
-  }
-  function checkCycle(vertex, path) {
-    if (vertex.name === toName) {
-      throw new Error("cycle detected: " + toName + " <- " + path.join(" <- "));
-    }
-  }
-  visit(from, checkCycle);
-  from.hasOutgoing = true;
-  to.incoming[fromName] = from;
-  to.incomingNames.push(fromName);
-};
-
-DAG.prototype.topsort = function(fn) {
-  var visited = {},
-    vertices = this.vertices,
-    names = this.names,
-    len = names.length,
-    i, vertex;
-  for (i = 0; i < len; i++) {
-    vertex = vertices[names[i]];
-    if (!vertex.hasOutgoing) {
-      visit(vertex, fn, visited);
-    }
-  }
-};
-
-DAG.prototype.addEdges = function(name, value, before, after) {
-  var i;
-  this.map(name, value);
-  if (before) {
-    if (typeof before === 'string') {
-      this.addEdge(name, before);
-    } else {
-      for (i = 0; i < before.length; i++) {
-        this.addEdge(name, before[i]);
-      }
-    }
-  }
-  if (after) {
-    if (typeof after === 'string') {
-      this.addEdge(after, name);
-    } else {
-      for (i = 0; i < after.length; i++) {
-        this.addEdge(after[i], name);
-      }
-    }
-  }
-};
-
-Ember.DAG = DAG;
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-application
-*/
-
-var get = Ember.get, set = Ember.set,
-    classify = Ember.String.classify,
-    decamelize = Ember.String.decamelize;
-
-/**
-  An instance of `Ember.Application` is the starting point for every Ember
-  application. It helps to instantiate, initialize and coordinate the many
-  objects that make up your app.
-
-  Each Ember app has one and only one `Ember.Application` object. In fact, the
-  very first thing you should do in your application is create the instance:
-
-  ```javascript
-  window.App = Ember.Application.create();
-  ```
-
-  Typically, the application object is the only global variable. All other
-  classes in your app should be properties on the `Ember.Application` instance,
-  which highlights its first role: a global namespace.
-
-  For example, if you define a view class, it might look like this:
-
-  ```javascript
-  App.MyView = Ember.View.extend();
-  ```
-
-  By default, calling `Ember.Application.create()` will automatically initialize
-  your  application by calling the `Ember.Application.initialize()` method. If
-  you need to delay initialization, you can call your app's `deferReadiness()`
-  method. When you are ready for your app to be initialized, call its
-  `advanceReadiness()` method.
-
-  Because `Ember.Application` inherits from `Ember.Namespace`, any classes
-  you create will have useful string representations when calling `toString()`.
-  See the `Ember.Namespace` documentation for more information.
-
-  While you can think of your `Ember.Application` as a container that holds the
-  other classes in your application, there are several other responsibilities
-  going on under-the-hood that you may want to understand.
-
-  ### Event Delegation
-
-  Ember uses a technique called _event delegation_. This allows the framework
-  to set up a global, shared event listener instead of requiring each view to
-  do it manually. For example, instead of each view registering its own
-  `mousedown` listener on its associated element, Ember sets up a `mousedown`
-  listener on the `body`.
-
-  If a `mousedown` event occurs, Ember will look at the target of the event and
-  start walking up the DOM node tree, finding corresponding views and invoking
-  their `mouseDown` method as it goes.
-
-  `Ember.Application` has a number of default events that it listens for, as
-  well as a mapping from lowercase events to camel-cased view method names. For
-  example, the `keypress` event causes the `keyPress` method on the view to be
-  called, the `dblclick` event causes `doubleClick` to be called, and so on.
-
-  If there is a browser event that Ember does not listen for by default, you
-  can specify custom events and their corresponding view method names by
-  setting the application's `customEvents` property:
-
-  ```javascript
-  App = Ember.Application.create({
-    customEvents: {
-      // add support for the loadedmetadata media
-      // player event
-      'loadedmetadata': "loadedMetadata"
-    }
-  });
-  ```
-
-  By default, the application sets up these event listeners on the document
-  body. However, in cases where you are embedding an Ember application inside
-  an existing page, you may want it to set up the listeners on an element
-  inside the body.
-
-  For example, if only events inside a DOM element with the ID of `ember-app`
-  should be delegated, set your application's `rootElement` property:
-
-  ```javascript
-  window.App = Ember.Application.create({
-    rootElement: '#ember-app'
-  });
-  ```
-
-  The `rootElement` can be either a DOM element or a jQuery-compatible selector
-  string. Note that *views appended to the DOM outside the root element will
-  not receive events.* If you specify a custom root element, make sure you only
-  append views inside it!
-
-  To learn more about the advantages of event delegation and the Ember view
-  layer, and a list of the event listeners that are setup by default, visit the
-  [Ember View Layer guide](http://emberjs.com/guides/view_layer#toc_event-delegation).
-
-  ### Dependency Injection
-
-  One thing you may have noticed while using Ember is that you define
-  *classes*, not *instances*. When your application loads, all of the instances
-  are created for you. Creating these instances is the responsibility of
-  `Ember.Application`.
-
-  When the `Ember.Application` initializes, it will look for an `Ember.Router`
-  class defined on the applications's `Router` property, like this:
-
-  ```javascript
-  App.Router = Ember.Router.extend({
-  // ...
-  });
-  ```
-
-  If found, the router is instantiated and saved on the application's `router`
-  property (note the lowercase 'r'). While you should *not* reference this
-  router instance directly from your application code, having access to
-  `App.router` from the console can be useful during debugging.
-
-  After the router is created, the application loops through all of the
-  registered _injections_ and invokes them once for each property on the
-  `Ember.Application` object.
-
-  An injection is a function that is responsible for instantiating objects from
-  classes defined on the application. By default, the only injection registered
-  instantiates controllers and makes them available on the router.
-
-  For example, if you define a controller class:
-
-  ```javascript
-  App.MyController = Ember.Controller.extend({
-    // ...
-  });
-  ```
-
-  Your router will receive an instance of `App.MyController` saved on its
-  `myController` property.
-
-  Libraries on top of Ember can register additional injections. For example,
-  if your application is using Ember Data, it registers an injection that
-  instantiates `DS.Store`:
-
-  ```javascript
-  Ember.Application.registerInjection({
-    name: 'store',
-    before: 'controllers',
-
-    injection: function(app, router, property) {
-      if (property === 'Store') {
-        set(router, 'store', app[property].create());
-      }
-    }
-  });
-  ```
-
-  ### Routing
-
-  In addition to creating your application's router, `Ember.Application` is
-  also responsible for telling the router when to start routing.
-
-  By default, the router will begin trying to translate the current URL into
-  application state once the browser emits the `DOMContentReady` event. If you
-  need to defer routing, you can call the application's `deferReadiness()`
-  method. Once routing can begin, call the `advanceReadiness()` method.
-
-  If there is any setup required before routing begins, you can implement a
-  `ready()` method on your app that will be invoked immediately before routing
-  begins:
-
-  ```javascript
-  window.App = Ember.Application.create({
-    ready: function() {
-      this.set('router.enableLogging', true);
-    }
-  });
-
-  To begin routing, you must have at a minimum a top-level controller and view.
-  You define these as `App.ApplicationController` and `App.ApplicationView`,
-  respectively. Your application will not work if you do not define these two
-  mandatory classes. For example:
-
-  ```javascript
-  App.ApplicationView = Ember.View.extend({
-    templateName: 'application'
-  });
-  App.ApplicationController = Ember.Controller.extend();
-  ```
-
-  @class Application
-  @namespace Ember
-  @extends Ember.Namespace
-*/
-var Application = Ember.Application = Ember.Namespace.extend(
-/** @scope Ember.Application.prototype */{
-
-  /**
-    The root DOM element of the Application. This can be specified as an
-    element or a
-    [jQuery-compatible selector string](http://api.jquery.com/category/selectors/).
-
-    This is the element that will be passed to the Application's,
-    `eventDispatcher`, which sets up the listeners for event delegation. Every
-    view in your application should be a child of the element you specify here.
-
-    @property rootElement
-    @type DOMElement
-    @default 'body'
-  */
-  rootElement: 'body',
-
-  /**
-    The `Ember.EventDispatcher` responsible for delegating events to this
-    application's views.
-
-    The event dispatcher is created by the application at initialization time
-    and sets up event listeners on the DOM element described by the
-    application's `rootElement` property.
-
-    See the documentation for `Ember.EventDispatcher` for more information.
-
-    @property eventDispatcher
-    @type Ember.EventDispatcher
-    @default null
-  */
-  eventDispatcher: null,
-
-  /**
-    The DOM events for which the event dispatcher should listen.
-
-    By default, the application's `Ember.EventDispatcher` listens
-    for a set of standard DOM events, such as `mousedown` and
-    `keyup`, and delegates them to your application's `Ember.View`
-    instances.
-
-    If you would like additional events to be delegated to your
-    views, set your `Ember.Application`'s `customEvents` property
-    to a hash containing the DOM event name as the key and the
-    corresponding view method name as the value. For example:
-
-    ```javascript
-    App = Ember.Application.create({
-      customEvents: {
-        // add support for the loadedmetadata media
-        // player event
-        'loadedmetadata': "loadedMetadata"
-      }
-    });
-    ```
-
-    @property customEvents
-    @type Object
-    @default null
-  */
-  customEvents: null,
-
-  isInitialized: false,
-
-  // Start off the number of deferrals at 1. This will be
-  // decremented by the Application's own `initialize` method.
-  _readinessDeferrals: 1,
-
-  init: function() {
-    if (!this.$) { this.$ = Ember.$; }
-    this.__container__ = this.buildContainer();
-
-    this.Router = this.Router || this.defaultRouter();
-    if (this.Router) { this.Router.namespace = this; }
-
-    this._super();
-
-    this.deferUntilDOMReady();
-    this.scheduleInitialize();
-  },
-
-  /**
-    @private
-
-    Build the container for the current application.
-
-    Also register a default application view in case the application
-    itself does not.
-
-    @method buildContainer
-    @return {Ember.Container} the configured container
-  */
-  buildContainer: function() {
-    var container = this.__container__ = Application.buildContainer(this);
-
-    return container;
-  },
-
-  /**
-    @private
-
-    If the application has not opted out of routing and has not explicitly
-    defined a router, supply a default router for the application author
-    to configure.
-
-    This allows application developers to do:
-
-    ```javascript
-    App = Ember.Application.create();
-
-    App.Router.map(function(match) {
-      match("/").to("index");
-    });
-    ```
-
-    @method defaultRouter
-    @return {Ember.Router} the default router
-  */
-  defaultRouter: function() {
-    // Create a default App.Router if one was not supplied to make
-    // it possible to do App.Router.map(...) without explicitly
-    // creating a router first.
-    if (this.router === undefined) {
-      return Ember.Router.extend();
-    }
-  },
-
-  /**
-    @private
-
-    Defer Ember readiness until DOM readiness. By default, Ember
-    will wait for both DOM readiness and application initialization,
-    as well as any deferrals registered by initializers.
-
-    @method deferUntilDOMReady
-  */
-  deferUntilDOMReady: function() {
-    this.deferReadiness();
-
-    var self = this;
-    this.$().ready(function() {
-      self.advanceReadiness();
-    });
-  },
-
-  /**
-    @private
-
-    Automatically initialize the application once the DOM has
-    become ready.
-
-    The initialization itself is deferred using Ember.run.once,
-    which ensures that application loading finishes before
-    booting.
-
-    If you are asynchronously loading code, you should call
-    `deferReadiness()` to defer booting, and then call
-    `advanceReadiness()` once all of your code has finished
-    loading.
-
-    @method scheduleInitialize
-  */
-  scheduleInitialize: function() {
-    var self = this;
-    this.$().ready(function() {
-      if (self.isDestroyed || self.isInitialized) return;
-      Ember.run.once(self, 'initialize');
-    });
-  },
-
-  /**
-    Use this to defer readiness until some condition is true.
-
-    Example:
-
-    ```javascript
-    App = Ember.Application.create();
-    App.deferReadiness();
-
-    jQuery.getJSON("/auth-token", function(token) {
-      App.token = token;
-      App.advanceReadiness();
-    });
-    ```
-
-    This allows you to perform asynchronous setup logic and defer
-    booting your application until the setup has finished.
-
-    However, if the setup requires a loading UI, it might be better
-    to use the router for this purpose.
-
-    @method deferReadiness
-  */
-  deferReadiness: function() {
-    Ember.assert("You cannot defer readiness since the `ready()` hook has already been called.", this._readinessDeferrals > 0);
-    this._readinessDeferrals++;
-  },
-
-  /**
-    @method advanceReadiness
-    @see {Ember.Application#deferReadiness}
-  */
-  advanceReadiness: function() {
-    this._readinessDeferrals--;
-
-    if (this._readinessDeferrals === 0) {
-      Ember.run.once(this, this.didBecomeReady);
-    }
-  },
-
-  register: function() {
-    var container = this.__container__;
-    return container.register.apply(container, arguments);
-  },
-
-  /**
-    @private
-
-    Initialize the application. This happens automatically.
-
-    Run any injections and run the application load hook. These hooks may
-    choose to defer readiness. For example, an authentication hook might want
-    to defer readiness until the auth token has been retrieved.
-
-    @method initialize
-  */
-  initialize: function() {
-    Ember.assert("Application initialize may only be called once", !this.isInitialized);
-    Ember.assert("Cannot initialize a destroyed application", !this.isDestroyed);
-    this.isInitialized = true;
-
-    // At this point, the App.Router must already be assigned
-    this.__container__.register('router', 'main', this.Router);
-
-    // Run any injections and run the application load hook. These hooks may
-    // choose to defer readiness. For example, an authentication hook might want
-    // to defer readiness until the auth token has been retrieved.
-    this.runInitializers();
-    Ember.runLoadHooks('application', this);
-
-    // At this point, any injections or load hooks that would have wanted
-    // to defer readiness have fired. In general, advancing readiness here
-    // will proceed to didBecomeReady.
-    this.advanceReadiness();
-
-    return this;
-  },
-
-  /**
-    @private
-    @method runInitializers
-  */
-  runInitializers: function() {
-    var initializers = get(this.constructor, 'initializers'),
-        container = this.__container__,
-        graph = new Ember.DAG(),
-        namespace = this,
-        properties, i, initializer;
-
-    for (i=0; i<initializers.length; i++) {
-      initializer = initializers[i];
-      graph.addEdges(initializer.name, initializer.initialize, initializer.before, initializer.after);
-    }
-
-    graph.topsort(function (vertex) {
-      var initializer = vertex.value;
-      initializer(container, namespace);
-    });
-  },
-
-  /**
-    @private
-    @method didBecomeReady
-  */
-  didBecomeReady: function() {
-    this.setupEventDispatcher();
-    this.ready(); // user hook
-    this.startRouting();
-
-    if (!Ember.testing) {
-      // Eagerly name all classes that are already loaded
-      Ember.Namespace.processAll();
-      Ember.BOOTED = true;
-    }
-  },
-
-  /**
-    @private
-
-    Setup up the event dispatcher to receive events on the
-    application's `rootElement` with any registered
-    `customEvents`.
-
-    @method setupEventDispatcher
-  */
-  setupEventDispatcher: function() {
-    var eventDispatcher = this.createEventDispatcher(),
-        customEvents    = get(this, 'customEvents');
-
-    eventDispatcher.setup(customEvents);
-  },
-
-  /**
-    @private
-
-    Create an event dispatcher for the application's `rootElement`.
-
-    @method createEventDispatcher
-  */
-  createEventDispatcher: function() {
-    var rootElement = get(this, 'rootElement'),
-        eventDispatcher = Ember.EventDispatcher.create({
-          rootElement: rootElement
-        });
-
-    set(this, 'eventDispatcher', eventDispatcher);
-    return eventDispatcher;
-  },
-
-  /**
-    @private
-
-    If the application has a router, use it to route to the current URL, and
-    trigger a new call to `route` whenever the URL changes.
-
-    @method startRouting
-    @property router {Ember.Router}
-  */
-  startRouting: function() {
-    var router = this.__container__.lookup('router:main');
-    if (!router) { return; }
-
-    router.startRouting();
-  },
-
-  /**
-    Called when the Application has become ready.
-    The call will be delayed until the DOM has become ready.
-
-    @event ready
-  */
-  ready: Ember.K,
-
-  willDestroy: function() {
-    Ember.BOOTED = false;
-
-    var eventDispatcher = get(this, 'eventDispatcher');
-    if (eventDispatcher) { eventDispatcher.destroy(); }
-
-    this.__container__.destroy();
-  },
-
-  initializer: function(options) {
-    this.constructor.initializer(options);
-  }
-});
-
-Ember.Application.reopenClass({
-  concatenatedProperties: ['initializers'],
-  initializers: Ember.A(),
-  initializer: function(initializer) {
-    var initializers = get(this, 'initializers');
-
-    Ember.assert("The initializer '" + initializer.name + "' has already been registered", !initializers.findProperty('name', initializers.name));
-    Ember.assert("An injection cannot be registered with both a before and an after", !(initializer.before && initializer.after));
-    Ember.assert("An injection cannot be registered without an injection function", Ember.canInvoke(initializer, 'initialize'));
-
-    initializers.push(initializer);
-  },
-
-  /**
-    @private
-
-    This creates a container with the default Ember naming conventions.
-
-    It also configures the container:
-
-    * registered views are created every time they are looked up (they are
-      not singletons)
-    * registered templates are not factories; the registered value is
-      returned directly.
-    * the router receives the application as its `namespace` property
-    * all controllers receive the router as their `target` and `controllers`
-      properties
-    * all controllers receive the application as their `namespace` property
-    * the application view receives the application controller as its
-      `controller` property
-    * the application view receives the application template as its
-      `defaultTemplate` property
-
-    @method buildContainer
-    @static
-    @param {Ember.Application} namespace the application to build the
-      container for.
-    @return {Ember.Container} the built container
-  */
-  buildContainer: function(namespace) {
-    var container = new Ember.Container();
-    Ember.Container.defaultContainer = container;
-
-    container.set = Ember.set;
-    container.resolver = resolverFor(namespace);
-    container.optionsForType('view', { singleton: false });
-    container.optionsForType('template', { instantiate: false });
-    container.register('application', 'main', namespace, { instantiate: false });
-    container.injection('router:main', 'namespace', 'application:main');
-
-    container.typeInjection('controller', 'target', 'router:main');
-    container.typeInjection('controller', 'namespace', 'application:main');
-
-    container.typeInjection('route', 'router', 'router:main');
-
-    return container;
-  }
-});
-
-/**
-  @private
-
-  This function defines the default lookup rules for container lookups:
-
-  * templates are looked up on `Ember.TEMPLATES`
-  * other names are looked up on the application after classifying the name.
-    For example, `controller:post` looks up `App.PostController` by default.
-  * if the default lookup fails, look for registered classes on the container
-
-  This allows the application to register default injections in the container
-  that could be overridden by the normal naming convention.
-
-  @param {Ember.Namespace} namespace the namespace to look for classes
-  @return {any} the resolved value for a given lookup
-*/
-function resolverFor(namespace) {
-  return function(fullName) {
-    var nameParts = fullName.split(":"),
-        type = nameParts[0], name = nameParts[1];
-
-    if (type === 'template') {
-      var templateName = name.replace(/\./g, '/');
-      if (Ember.TEMPLATES[templateName]) {
-        return Ember.TEMPLATES[templateName];
-      }
-
-      templateName = decamelize(templateName);
-      if (Ember.TEMPLATES[templateName]) {
-        return Ember.TEMPLATES[templateName];
-      }
-    }
-
-    if (type === 'controller' || type === 'route' || type === 'view') {
-      name = name.replace(/\./g, '_');
-    }
-
-    var className = classify(name) + classify(type);
-    var factory = get(namespace, className);
-
-    if (factory) { return factory; }
-  };
-}
-
-Ember.runLoadHooks('Ember.Application', Ember.Application);
-
-
-})();
-
-
-
-(function() {
-
-})();
-
-
-
-(function() {
-/**
-Ember Application
-
-@module ember
-@submodule ember-application
-@requires ember-views, ember-states, ember-routing
-*/
-
-})();
-
-(function() {
-var get = Ember.get, set = Ember.set;
-
-/**
-@module ember
-@submodule ember-states
-*/
-
-/**
-  @class State
-  @namespace Ember
-  @extends Ember.Object
-  @uses Ember.Evented
-*/
-Ember.State = Ember.Object.extend(Ember.Evented,
-/** @scope Ember.State.prototype */{
-  isState: true,
-
-  /**
-    A reference to the parent state.
-
-    @property parentState
-    @type Ember.State
-  */
-  parentState: null,
-  start: null,
-
-  /**
-    The name of this state.
-
-    @property name
-    @type String
-  */
-  name: null,
-
-  /**
-    The full path to this state.
-
-    @property path
-    @type String
-  */
-  path: Ember.computed(function() {
-    var parentPath = get(this, 'parentState.path'),
-        path = get(this, 'name');
-
-    if (parentPath) {
-      path = parentPath + '.' + path;
-    }
-
-    return path;
-  }),
-
-  /**
-    @private
-
-    Override the default event firing from `Ember.Evented` to
-    also call methods with the given name.
-
-    @method trigger
-    @param name
-  */
-  trigger: function(name) {
-    if (this[name]) {
-      this[name].apply(this, [].slice.call(arguments, 1));
-    }
-    this._super.apply(this, arguments);
-  },
-
-  init: function() {
-    var states = get(this, 'states'), foundStates;
-    set(this, 'childStates', Ember.A());
-    set(this, 'eventTransitions', get(this, 'eventTransitions') || {});
-
-    var name, value, transitionTarget;
-
-    // As a convenience, loop over the properties
-    // of this state and look for any that are other
-    // Ember.State instances or classes, and move them
-    // to the `states` hash. This avoids having to
-    // create an explicit separate hash.
-
-    if (!states) {
-      states = {};
-
-      for (name in this) {
-        if (name === "constructor") { continue; }
-
-        if (value = this[name]) {
-          if (transitionTarget = value.transitionTarget) {
-            this.eventTransitions[name] = transitionTarget;
-          }
-
-          this.setupChild(states, name, value);
-        }
-      }
-
-      set(this, 'states', states);
-    } else {
-      for (name in states) {
-        this.setupChild(states, name, states[name]);
-      }
-    }
-
-    set(this, 'pathsCache', {});
-    set(this, 'pathsCacheNoContext', {});
-  },
-
-  setupChild: function(states, name, value) {
-    if (!value) { return false; }
-
-    if (value.isState) {
-      set(value, 'name', name);
-    } else if (Ember.State.detect(value)) {
-      value = value.create({
-        name: name
-      });
-    }
-
-    if (value.isState) {
-      set(value, 'parentState', this);
-      get(this, 'childStates').pushObject(value);
-      states[name] = value;
-      return value;
-    }
-  },
-
-  lookupEventTransition: function(name) {
-    var path, state = this;
-
-    while(state && !path) {
-      path = state.eventTransitions[name];
-      state = state.get('parentState');
-    }
-
-    return path;
-  },
-
-  /**
-    A Boolean value indicating whether the state is a leaf state
-    in the state hierarchy. This is `false` if the state has child
-    states; otherwise it is true.
-
-    @property isLeaf
-    @type Boolean
-  */
-  isLeaf: Ember.computed(function() {
-    return !get(this, 'childStates').length;
-  }),
-
-  /**
-    A boolean value indicating whether the state takes a context.
-    By default we assume all states take contexts.
-
-    @property hasContext
-    @default true
-  */
-  hasContext: true,
-
-  /**
-    This is the default transition event.
-
-    @event setup
-    @param {Ember.StateManager} manager
-    @param context
-    @see Ember.StateManager#transitionEvent
-  */
-  setup: Ember.K,
-
-  /**
-    This event fires when the state is entered.
-
-    @event enter
-    @param {Ember.StateManager} manager
-  */
-  enter: Ember.K,
-
-  /**
-    This event fires when the state is exited.
-
-    @event exit
-    @param {Ember.StateManager} manager
-  */
-  exit: Ember.K
-});
-
-Ember.State.reopenClass({
-
-  /**
-    Creates an action function for transitioning to the named state while
-    preserving context.
-
-    The following example StateManagers are equivalent:
-
-    ```javascript
-    aManager = Ember.StateManager.create({
-      stateOne: Ember.State.create({
-        changeToStateTwo: Ember.State.transitionTo('stateTwo')
-      }),
-      stateTwo: Ember.State.create({})
-    })
-
-    bManager = Ember.StateManager.create({
-      stateOne: Ember.State.create({
-        changeToStateTwo: function(manager, context){
-          manager.transitionTo('stateTwo', context)
-        }
-      }),
-      stateTwo: Ember.State.create({})
-    })
-    ```
-
-    @method transitionTo
-    @static
-    @param {String} target
-  */
-
-  transitionTo: function(target) {
-
-    var transitionFunction = function(stateManager, contextOrEvent) {
-      var contexts = [], transitionArgs,
-          Event = Ember.$ && Ember.$.Event;
-
-      if (contextOrEvent && (Event && contextOrEvent instanceof Event)) {
-        if (contextOrEvent.hasOwnProperty('contexts')) {
-          contexts = contextOrEvent.contexts.slice();
-        }
-      }
-      else {
-        contexts = [].slice.call(arguments, 1);
-      }
-
-      contexts.unshift(target);
-      stateManager.transitionTo.apply(stateManager, contexts);
-    };
-
-    transitionFunction.transitionTarget = target;
-
-    return transitionFunction;
-  }
-
-});
-
-})();
-
-
-
-(function() {
-/**
-@module ember
-@submodule ember-states
-*/
-
-var get = Ember.get, set = Ember.set, fmt = Ember.String.fmt;
-var arrayForEach = Ember.ArrayPolyfills.forEach;
-/**
-  A Transition takes the enter, exit and resolve states and normalizes
-  them:
-
-  * takes any passed in contexts into consideration
-  * adds in `initialState`s
-
-  @class Transition
-  @private
-*/
-var Transition = function(raw) {
-  this.enterStates = raw.enterStates.slice();
-  this.exitStates = raw.exitStates.slice();
-  this.resolveState = raw.resolveState;
-
-  this.finalState = raw.enterStates[raw.enterStates.length - 1] || raw.resolveState;
-};
-
-Transition.prototype = {
-  /**
-    Normalize the passed in enter, exit and resolve states.
-
-    This process also adds `finalState` and `contexts` to the Transition object.
-
-    @method normalize
-    @param {Ember.StateManager} manager the state manager running the transition
-    @param {Array} contexts a list of contexts passed into `transitionTo`
-  */
-  normalize: function(manager, contexts) {
-    this.matchContextsToStates(contexts);
-    this.addInitialStates();
-    this.removeUnchangedContexts(manager);
-    return this;
-  },
-
-  /**
-    Match each of the contexts passed to `transitionTo` to a state.
-    This process may also require adding additional enter and exit
-    states if there are more contexts than enter states.
-
-    @method matchContextsToStates
-    @param {Array} contexts a list of contexts passed into `transitionTo`
-  */
-  matchContextsToStates: function(contexts) {
-    var stateIdx = this.enterStates.length - 1,
-        matchedContexts = [],
-        state,
-        context;
-
-    // Next, we will match the passed in contexts to the states they
-    // represent.
-    //
-    // First, assign a context to each enter state in reverse order. If
-    // any contexts are left, add a parent state to the list of states
-    // to enter and exit, and assign a context to the parent state.
-    //
-    // If there are still contexts left when the state manager is
-    // reached, raise an exception.
-    //
-    // This allows the following:
-    //
-    // |- root
-    // | |- post
-    // | | |- comments
-    // | |- about (* current state)
-    //
-    // For `transitionTo('post.comments', post, post.get('comments')`,
-    // the first context (`post`) will be assigned to `root.post`, and
-    // the second context (`post.get('comments')`) will be assigned
-    // to `root.post.comments`.
-    //
-    // For the following:
-    //
-    // |- root
-    // | |- post
-    // | | |- index (* current state)
-    // | | |- comments
-    //
-    // For `transitionTo('post.comments', otherPost, otherPost.get('comments')`,
-    // the `<root.post>` state will be added to the list of enter and exit
-    // states because its context has changed.
-
-    while (contexts.length > 0) {
-      if (stateIdx >= 0) {
-        state = this.enterStates[stateIdx--];
-      } else {
-        if (this.enterStates.length) {
-          state = get(this.enterStates[0], 'parentState');
-          if (!state) { throw "Cannot match all contexts to states"; }
-        } else {
-          // If re-entering the current state with a context, the resolve
-          // state will be the current state.
-          state = this.resolveState;
-        }
-
-        this.enterStates.unshift(state);
-        this.exitStates.unshift(state);
-      }
-
-      // in routers, only states with dynamic segments have a context
-      if (get(state, 'hasContext')) {
-        context = contexts.pop();
-      } else {
-        context = null;
-      }
-
-      matchedContexts.unshift(context);
-    }
-
-    this.contexts = matchedContexts;
-  },
-
-  /**
-    Add any `initialState`s to the list of enter states.
-
-    @method addInitialStates
-  */
-  addInitialStates: function() {
-    var finalState = this.finalState, initialState;
-
-    while(true) {
-      initialState = get(finalState, 'initialState') || 'start';
-      finalState = get(finalState, 'states.' + initialState);
-
-      if (!finalState) { break; }
-
-      this.finalState = finalState;
-      this.enterStates.push(finalState);
-      this.contexts.push(undefined);
-    }
-  },
-
-  /**
-    Remove any states that were added because the number of contexts
-    exceeded the number of explicit enter states, but the context has
-    not changed since the last time the state was entered.
-
-    @method removeUnchangedContexts
-    @param {Ember.StateManager} manager passed in to look up the last
-      context for a states
-  */
-  removeUnchangedContexts: function(manager) {
-    // Start from the beginning of the enter states. If the state was added
-    // to the list during the context matching phase, make sure the context
-    // has actually changed since the last time the state was entered.
-    while (this.enterStates.length > 0) {
-      if (this.enterStates[0] !== this.exitStates[0]) { break; }
-
-      if (this.enterStates.length === this.contexts.length) {
-        if (manager.getStateMeta(this.enterStates[0], 'context') !== this.contexts[0]) { break; }
-        this.contexts.shift();
-      }
-
-      this.resolveState = this.enterStates.shift();
-      this.exitStates.shift();
-    }
-  }
-};
-
-var sendRecursively = function(event, currentState, isUnhandledPass) {
-  var log = this.enableLogging,
-      eventName = isUnhandledPass ? 'unhandledEvent' : event,
-      action = currentState[eventName],
-      contexts, sendRecursiveArguments, actionArguments;
-
-  contexts = [].slice.call(arguments, 3);
-
-  // Test to see if the action is a method that
-  // can be invoked. Don't blindly check just for
-  // existence, because it is possible the state
-  // manager has a child state of the given name,
-  // and we should still raise an exception in that
-  // case.
-  if (typeof action === 'function') {
-    if (log) {
-      if (isUnhandledPass) {
-        Ember.Logger.log(fmt("STATEMANAGER: Unhandled event '%@' being sent to state %@.", [event, get(currentState, 'path')]));
-      } else {
-        Ember.Logger.log(fmt("STATEMANAGER: Sending event '%@' to state %@.", [event, get(currentState, 'path')]));
-      }
-    }
-
-    actionArguments = contexts;
-    if (isUnhandledPass) {
-      actionArguments.unshift(event);
-    }
-    actionArguments.unshift(this);
-
-    return action.apply(currentState, actionArguments);
-  } else {
-    var parentState = get(currentState, 'parentState');
-    if (parentState) {
-
-      sendRecursiveArguments = contexts;
-      sendRecursiveArguments.unshift(event, parentState, isUnhandledPass);
-
-      return sendRecursively.apply(this, sendRecursiveArguments);
-    } else if (!isUnhandledPass) {
-      return sendEvent.call(this, event, contexts, true);
-    }
-  }
-};
-
-var sendEvent = function(eventName, sendRecursiveArguments, isUnhandledPass) {
-  sendRecursiveArguments.unshift(eventName, get(this, 'currentState'), isUnhandledPass);
-  return sendRecursively.apply(this, sendRecursiveArguments);
-};
-
-/**
-  StateManager is part of Ember's implementation of a finite state machine. A
-  StateManager instance manages a number of properties that are instances of
-  `Ember.State`,
-  tracks the current active state, and triggers callbacks when states have changed.
-
-  ## Defining States
-
-  The states of StateManager can be declared in one of two ways. First, you can
-  define a `states` property that contains all the states:
-
-  ```javascript
-  managerA = Ember.StateManager.create({
-    states: {
-      stateOne: Ember.State.create(),
-      stateTwo: Ember.State.create()
-    }
-  })
-
-  managerA.get('states')
-  // {
-  //   stateOne: Ember.State.create(),
-  //   stateTwo: Ember.State.create()
-  // }
-  ```
-
-  You can also add instances of `Ember.State` (or an `Ember.State` subclass)
-  directly as properties of a StateManager. These states will be collected into
-  the `states` property for you.
-
-  ```javascript
-  managerA = Ember.StateManager.create({
-    stateOne: Ember.State.create(),
-    stateTwo: Ember.State.create()
-  })
-
-  managerA.get('states')
-  // {
-  //   stateOne: Ember.State.create(),
-  //   stateTwo: Ember.State.create()
-  // }
-  ```
-
-  ## The Initial State
-
-  When created a StateManager instance will immediately enter into the state
-  defined as its `start` property or the state referenced by name in its
-  `initialState` property:
-
-  ```javascript
-  managerA = Ember.StateManager.create({
-    start: Ember.State.create({})
-  })
-
-  managerA.get('currentState.name') // 'start'
-
-  managerB = Ember.StateManager.create({
-    initialState: 'beginHere',
-    beginHere: Ember.State.create({})
-  })
-
-  managerB.get('currentState.name') // 'beginHere'
-  ```
-
-  Because it is a property you may also provide a computed function if you wish
-  to derive an `initialState` programmatically:
-
-  ```javascript
-  managerC = Ember.StateManager.create({
-    initialState: function(){
-      if (someLogic) {
-        return 'active';
-      } else {
-        return 'passive';
-      }
-    }.property(),
-    active: Ember.State.create({}),
-    passive: Ember.State.create({})
-  })
-  ```
-
-  ## Moving Between States
-
-  A StateManager can have any number of `Ember.State` objects as properties
-  and can have a single one of these states as its current state.
-
-  Calling `transitionTo` transitions between states:
-
-  ```javascript
-  robotManager = Ember.StateManager.create({
-    initialState: 'poweredDown',
-    poweredDown: Ember.State.create({}),
-    poweredUp: Ember.State.create({})
-  })
-
-  robotManager.get('currentState.name') // 'poweredDown'
-  robotManager.transitionTo('poweredUp')
-  robotManager.get('currentState.name') // 'poweredUp'
-  ```
-
-  Before transitioning into a new state the existing `currentState` will have
-  its `exit` method called with the StateManager instance as its first argument
-  and an object representing the transition as its second argument.
-
-  After transitioning into a new state the new `currentState` will have its
-  `enter` method called with the StateManager instance as its first argument
-  and an object representing the transition as its second argument.
-
-  ```javascript
-  robotManager = Ember.StateManager.create({
-    initialState: 'poweredDown',
-    poweredDown: Ember.State.create({
-      exit: function(stateManager){
-        console.log("exiting the poweredDown state")
-      }
-    }),
-    poweredUp: Ember.State.create({
-      enter: function(stateManager){
-        console.log("entering the poweredUp state. Destroy all humans.")
-      }
-    })
-  })
-
-  robotManager.get('currentState.name') // 'poweredDown'
-  robotManager.transitionTo('poweredUp')
-
-  // will log
-  // 'exiting the poweredDown state'
-  // 'entering the poweredUp state. Destroy all humans.'
-  ```
-
-  Once a StateManager is already in a state, subsequent attempts to enter that
-  state will not trigger enter or exit method calls. Attempts to transition
-  into a state that the manager does not have will result in no changes in the
-  StateManager's current state:
-
-  ```javascript
-  robotManager = Ember.StateManager.create({
-    initialState: 'poweredDown',
-    poweredDown: Ember.State.create({
-      exit: function(stateManager){
-        console.log("exiting the poweredDown state")
-      }
-    }),
-    poweredUp: Ember.State.create({
-      enter: function(stateManager){
-        console.log("entering the poweredUp state. Destroy all humans.")
-      }
-    })
-  })
-
-  robotManager.get('currentState.name') // 'poweredDown'
-  robotManager.transitionTo('poweredUp')
-  // will log
-  // 'exiting the poweredDown state'
-  // 'entering the poweredUp state. Destroy all humans.'
-  robotManager.transitionTo('poweredUp') // no logging, no state change
-
-  robotManager.transitionTo('someUnknownState') // silently fails
-  robotManager.get('currentState.name') // 'poweredUp'
-  ```
-
-  Each state property may itself contain properties that are instances of
-  `Ember.State`. The StateManager can transition to specific sub-states in a
-  series of transitionTo method calls or via a single transitionTo with the
-  full path to the specific state. The StateManager will also keep track of the
-  full path to its currentState
-
-  ```javascript
-  robotManager = Ember.StateManager.create({
-    initialState: 'poweredDown',
-    poweredDown: Ember.State.create({
-      charging: Ember.State.create(),
-      charged: Ember.State.create()
-    }),
-    poweredUp: Ember.State.create({
-      mobile: Ember.State.create(),
-      stationary: Ember.State.create()
-    })
-  })
-
-  robotManager.get('currentState.name') // 'poweredDown'
-
-  robotManager.transitionTo('poweredUp')
-  robotManager.get('currentState.name') // 'poweredUp'
-
-  robotManager.transitionTo('mobile')
-  robotManager.get('currentState.name') // 'mobile'
-
-  // transition via a state path
-  robotManager.transitionTo('poweredDown.charging')
-  robotManager.get('currentState.name') // 'charging'
-
-  robotManager.get('currentState.path') // 'poweredDown.charging'
-  ```
-
-  Enter transition methods will be called for each state and nested child state
-  in their hierarchical order. Exit methods will be called for each state and
-  its nested states in reverse hierarchical order.
-
-  Exit transitions for a parent state are not called when entering into one of
-  its child states, only when transitioning to a new section of possible states
-  in the hierarchy.
-
-  ```javascript
-  robotManager = Ember.StateManager.create({
-    initialState: 'poweredDown',
-    poweredDown: Ember.State.create({
-      enter: function(){},
-      exit: function(){
-        console.log("exited poweredDown state")
-      },
-      charging: Ember.State.create({
-        enter: function(){},
-        exit: function(){}
-      }),
-      charged: Ember.State.create({
-        enter: function(){
-          console.log("entered charged state")
-        },
-        exit: function(){
-          console.log("exited charged state")
-        }
-      })
-    }),
-    poweredUp: Ember.State.create({
-      enter: function(){
-        console.log("entered poweredUp state")
-      },
-      exit: function(){},
-      mobile: Ember.State.create({
-        enter: function(){
-          console.log("entered mobile state")
-        },
-        exit: function(){}
-      }),
-      stationary: Ember.State.create({
-        enter: function(){},
-        exit: function(){}
-      })
-    })
-  })
-
-
-  robotManager.get('currentState.path') // 'poweredDown'
-  robotManager.transitionTo('charged')
-  // logs 'entered charged state'
-  // but does *not* log  'exited poweredDown state'
-  robotManager.get('currentState.name') // 'charged
-
-  robotManager.transitionTo('poweredUp.mobile')
-  // logs
-  // 'exited charged state'
-  // 'exited poweredDown state'
-  // 'entered poweredUp state'
-  // 'entered mobile state'
-  ```
-
-  During development you can set a StateManager's `enableLogging` property to
-  `true` to receive console messages of state transitions.
-
-  ```javascript
-  robotManager = Ember.StateManager.create({
-    enableLogging: true
-  })
-  ```
-
-  ## Managing currentState with Actions
-
-  To control which transitions are possible for a given state, and
-  appropriately handle external events, the StateManager can receive and
-  route action messages to its states via the `send` method. Calling to
-  `send` with an action name will begin searching for a method with the same
-  name starting at the current state and moving up through the parent states
-  in a state hierarchy until an appropriate method is found or the StateManager
-  instance itself is reached.
-
-  If an appropriately named method is found it will be called with the state
-  manager as the first argument and an optional `context` object as the second
-  argument.
-
-  ```javascript
-  managerA = Ember.StateManager.create({
-    initialState: 'stateOne.substateOne.subsubstateOne',
-    stateOne: Ember.State.create({
-      substateOne: Ember.State.create({
-        anAction: function(manager, context){
-          console.log("an action was called")
-        },
-        subsubstateOne: Ember.State.create({})
-      })
-    })
-  })
-
-  managerA.get('currentState.name') // 'subsubstateOne'
-  managerA.send('anAction')
-  // 'stateOne.substateOne.subsubstateOne' has no anAction method
-  // so the 'anAction' method of 'stateOne.substateOne' is called
-  // and logs "an action was called"
-  // with managerA as the first argument
-  // and no second argument
-
-  someObject = {}
-  managerA.send('anAction', someObject)
-  // the 'anAction' method of 'stateOne.substateOne' is called again
-  // with managerA as the first argument and
-  // someObject as the second argument.
-  ```
-
-  If the StateManager attempts to send an action but does not find an appropriately named
-  method in the current state or while moving upwards through the state hierarchy, it will
-  repeat the process looking for a `unhandledEvent` method. If an `unhandledEvent` method is
-  found, it will be called with the original event name as the second argument. If an
-  `unhandledEvent` method is not found, the StateManager will throw a new Ember.Error.
-
-  ```javascript
-  managerB = Ember.StateManager.create({
-    initialState: 'stateOne.substateOne.subsubstateOne',
-    stateOne: Ember.State.create({
-      substateOne: Ember.State.create({
-        subsubstateOne: Ember.State.create({}),
-        unhandledEvent: function(manager, eventName, context) {
-          console.log("got an unhandledEvent with name " + eventName);
-        }
-      })
-    })
-  })
-
-  managerB.get('currentState.name') // 'subsubstateOne'
-  managerB.send('anAction')
-  // neither `stateOne.substateOne.subsubstateOne` nor any of it's
-  // parent states have a handler for `anAction`. `subsubstateOne`
-  // also does not have a `unhandledEvent` method, but its parent
-  // state, `substateOne`, does, and it gets fired. It will log
-  // "got an unhandledEvent with name anAction"
-  ```
-
-  Action detection only moves upwards through the state hierarchy from the current state.
-  It does not search in other portions of the hierarchy.
-
-  ```javascript
-  managerC = Ember.StateManager.create({
-    initialState: 'stateOne.substateOne.subsubstateOne',
-    stateOne: Ember.State.create({
-      substateOne: Ember.State.create({
-        subsubstateOne: Ember.State.create({})
-      })
-    }),
-    stateTwo: Ember.State.create({
-     anAction: function(manager, context){
-       // will not be called below because it is
-       // not a parent of the current state
-     }
-    })
-  })
-
-  managerC.get('currentState.name') // 'subsubstateOne'
-  managerC.send('anAction')
-  // Error: <Ember.StateManager:ember132> could not
-  // respond to event anAction in state stateOne.substateOne.subsubstateOne.
-  ```
-
-  Inside of an action method the given state should delegate `transitionTo` calls on its
-  StateManager.
-
-  ```javascript
-  robotManager = Ember.StateManager.create({
-    initialState: 'poweredDown.charging',
-    poweredDown: Ember.State.create({
-      charging: Ember.State.create({
-        chargeComplete: function(manager, context){
-          manager.transitionTo('charged')
-        }
-      }),
-      charged: Ember.State.create({
-        boot: function(manager, context){
-          manager.transitionTo('poweredUp')
-        }
-      })
-    }),
-    poweredUp: Ember.State.create({
-      beginExtermination: function(manager, context){
-        manager.transitionTo('rampaging')
-      },
-      rampaging: Ember.State.create()
-    })
-  })
-
-  robotManager.get('currentState.name') // 'charging'
-  robotManager.send('boot') // throws error, no boot action
-                            // in current hierarchy
-  robotManager.get('currentState.name') // remains 'charging'
-
-  robotManager.send('beginExtermination') // throws error, no beginExtermination
-                                          // action in current hierarchy
-  robotManager.get('currentState.name')   // remains 'charging'
-
-  robotManager.send('chargeComplete')
-  robotManager.get('currentState.name')   // 'charged'
-
-  robotManager.send('boot')
-  robotManager.get('currentState.name')   // 'poweredUp'
-
-  robotManager.send('beginExtermination', allHumans)
-  robotManager.get('currentState.name')   // 'rampaging'
-  ```
-
-  Transition actions can also be created using the `transitionTo` method of the `Ember.State` class. The
-  following example StateManagers are equivalent:
-
-  ```javascript
-  aManager = Ember.StateManager.create({
-    stateOne: Ember.State.create({
-      changeToStateTwo: Ember.State.transitionTo('stateTwo')
-    }),
-    stateTwo: Ember.State.create({})
-  })
-
-  bManager = Ember.StateManager.create({
-    stateOne: Ember.State.create({
-      changeToStateTwo: function(manager, context){
-        manager.transitionTo('stateTwo', context)
-      }
-    }),
-    stateTwo: Ember.State.create({})
-  })
-  ```
-
-  @class StateManager
-  @namespace Ember
-  @extends Ember.State
-**/
-Ember.StateManager = Ember.State.extend({
-  /**
-    @private
-
-    When creating a new statemanager, look for a default state to transition
-    into. This state can either be named `start`, or can be specified using the
-    `initialState` property.
-
-    @method init
-  */
-  init: function() {
-    this._super();
-
-    set(this, 'stateMeta', Ember.Map.create());
-
-    var initialState = get(this, 'initialState');
-
-    if (!initialState && get(this, 'states.start')) {
-      initialState = 'start';
-    }
-
-    if (initialState) {
-      this.transitionTo(initialState);
-      Ember.assert('Failed to transition to initial state "' + initialState + '"', !!get(this, 'currentState'));
-    }
-  },
-
-  stateMetaFor: function(state) {
-    var meta = get(this, 'stateMeta'),
-        stateMeta = meta.get(state);
-
-    if (!stateMeta) {
-      stateMeta = {};
-      meta.set(state, stateMeta);
-    }
-
-    return stateMeta;
-  },
-
-  setStateMeta: function(state, key, value) {
-    return set(this.stateMetaFor(state), key, value);
-  },
-
-  getStateMeta: function(state, key) {
-    return get(this.stateMetaFor(state), key);
-  },
-
-  /**
-    The current state from among the manager's possible states. This property should
-    not be set directly. Use `transitionTo` to move between states by name.
-
-    @property currentState
-    @type Ember.State
-  */
-  currentState: null,
-
-  /**
-   The path of the current state. Returns a string representation of the current
-   state.
-
-   @property currentPath
-   @type String
-  */
-  currentPath: Ember.computed('currentState', function() {
-    return get(this, 'currentState.path');
-  }),
-
-  /**
-    The name of transitionEvent that this stateManager will dispatch
-
-    @property transitionEvent
-    @type String
-    @default 'setup'
-  */
-  transitionEvent: 'setup',
-
-  /**
-    If set to true, `errorOnUnhandledEvents` will cause an exception to be
-    raised if you attempt to send an event to a state manager that is not
-    handled by the current state or any of its parent states.
-
-    @property errorOnUnhandledEvents
-    @type Boolean
-    @default true
-  */
-  errorOnUnhandledEvent: true,
-
-  send: function(event) {
-    var contexts = [].slice.call(arguments, 1);
-    Ember.assert('Cannot send event "' + event + '" while currentState is ' + get(this, 'currentState'), get(this, 'currentState'));
-    return sendEvent.call(this, event, contexts, false);
-  },
-  unhandledEvent: function(manager, event) {
-    if (get(this, 'errorOnUnhandledEvent')) {
-      throw new Ember.Error(this.toString() + " could not respond to event " + event + " in state " + get(this, 'currentState.path') + ".");
-    }
-  },
-
-  /**
-    Finds a state by its state path.
-
-    Example:
-
-    ```javascript
-    manager = Ember.StateManager.create({
-      root: Ember.State.create({
-        dashboard: Ember.State.create()
-      })
-    });
-
-    manager.getStateByPath(manager, "root.dashboard")
-
-    // returns the dashboard state
-    ```
-
-    @method getStateByPath
-    @param {Ember.State} root the state to start searching from
-    @param {String} path the state path to follow
-    @return {Ember.State} the state at the end of the path
-  */
-  getStateByPath: function(root, path) {
-    var parts = path.split('.'),
-        state = root;
-
-    for (var i=0, len=parts.length; i<len; i++) {
-      state = get(get(state, 'states'), parts[i]);
-      if (!state) { break; }
-    }
-
-    return state;
-  },
-
-  findStateByPath: function(state, path) {
-    var possible;
-
-    while (!possible && state) {
-      possible = this.getStateByPath(state, path);
-      state = get(state, 'parentState');
-    }
-
-    return possible;
-  },
-
-  /**
-    A state stores its child states in its `states` hash.
-    This code takes a path like `posts.show` and looks
-    up `root.states.posts.states.show`.
-
-    It returns a list of all of the states from the
-    root, which is the list of states to call `enter`
-    on.
-
-    @method getStatesInPath
-    @param root
-    @param path
-  */
-  getStatesInPath: function(root, path) {
-    if (!path || path === "") { return undefined; }
-    var parts = path.split('.'),
-        result = [],
-        states,
-        state;
-
-    for (var i=0, len=parts.length; i<len; i++) {
-      states = get(root, 'states');
-      if (!states) { return undefined; }
-      state = get(states, parts[i]);
-      if (state) { root = state; result.push(state); }
-      else { return undefined; }
-    }
-
-    return result;
-  },
-
-  goToState: function() {
-    // not deprecating this yet so people don't constantly need to
-    // make trivial changes for little reason.
-    return this.transitionTo.apply(this, arguments);
-  },
-
-  transitionTo: function(path, context) {
-    // XXX When is transitionTo called with no path
-    if (Ember.isEmpty(path)) { return; }
-
-    // The ES6 signature of this function is `path, ...contexts`
-    var contexts = context ? Array.prototype.slice.call(arguments, 1) : [],
-        currentState = get(this, 'currentState') || this;
-
-    // First, get the enter, exit and resolve states for the current state
-    // and specified path. If possible, use an existing cache.
-    var hash = this.contextFreeTransition(currentState, path);
-
-    // Next, process the raw state information for the contexts passed in.
-    var transition = new Transition(hash).normalize(this, contexts);
-
-    this.enterState(transition);
-    this.triggerSetupContext(transition);
-  },
-
-  contextFreeTransition: function(currentState, path) {
-    var cache = currentState.pathsCache[path];
-    if (cache) { return cache; }
-
-    var enterStates = this.getStatesInPath(currentState, path),
-        exitStates = [],
-        resolveState = currentState;
-
-    // Walk up the states. For each state, check whether a state matching
-    // the `path` is nested underneath. This will find the closest
-    // parent state containing `path`.
-    //
-    // This allows the user to pass in a relative path. For example, for
-    // the following state hierarchy:
-    //
-    //    | |root
-    //    | |- posts
-    //    | | |- show (* current)
-    //    | |- comments
-    //    | | |- show
-    //
-    // If the current state is `<root.posts.show>`, an attempt to
-    // transition to `comments.show` will match `<root.comments.show>`.
-    //
-    // First, this code will look for root.posts.show.comments.show.
-    // Next, it will look for root.posts.comments.show. Finally,
-    // it will look for `root.comments.show`, and find the state.
-    //
-    // After this process, the following variables will exist:
-    //
-    // * resolveState: a common parent state between the current
-    //   and target state. In the above example, `<root>` is the
-    //   `resolveState`.
-    // * enterStates: a list of all of the states represented
-    //   by the path from the `resolveState`. For example, for
-    //   the path `root.comments.show`, `enterStates` would have
-    //   `[<root.comments>, <root.comments.show>]`
-    // * exitStates: a list of all of the states from the
-    //   `resolveState` to the `currentState`. In the above
-    //   example, `exitStates` would have
-    //   `[<root.posts>`, `<root.posts.show>]`.
-    while (resolveState && !enterStates) {
-      exitStates.unshift(resolveState);
-
-      resolveState = get(resolveState, 'parentState');
-      if (!resolveState) {
-        enterStates = this.getStatesInPath(this, path);
-        if (!enterStates) {
-          Ember.assert('Could not find state for path: "'+path+'"');
-          return;
-        }
-      }
-      enterStates = this.getStatesInPath(resolveState, path);
-    }
-
-    // If the path contains some states that are parents of both the
-    // current state and the target state, remove them.
-    //
-    // For example, in the following hierarchy:
-    //
-    // |- root
-    // | |- post
-    // | | |- index (* current)
-    // | | |- show
-    //
-    // If the `path` is `root.post.show`, the three variables will
-    // be:
-    //
-    // * resolveState: `<state manager>`
-    // * enterStates: `[<root>, <root.post>, <root.post.show>]`
-    // * exitStates: `[<root>, <root.post>, <root.post.index>]`
-    //
-    // The goal of this code is to remove the common states, so we
-    // have:
-    //
-    // * resolveState: `<root.post>`
-    // * enterStates: `[<root.post.show>]`
-    // * exitStates: `[<root.post.index>]`
-    //
-    // This avoid unnecessary calls to the enter and exit transitions.
-    while (enterStates.length > 0 && enterStates[0] === exitStates[0]) {
-      resolveState = enterStates.shift();
-      exitStates.shift();
-    }
-
-    // Cache the enterStates, exitStates, and resolveState for the
-    // current state and the `path`.
-    var transitions = currentState.pathsCache[path] = {
-      exitStates: exitStates,
-      enterStates: enterStates,
-      resolveState: resolveState
-    };
-
-    return transitions;
-  },
-
-  triggerSetupContext: function(transitions) {
-    var contexts = transitions.contexts,
-        offset = transitions.enterStates.length - contexts.length,
-        enterStates = transitions.enterStates,
-        transitionEvent = get(this, 'transitionEvent');
-
-    Ember.assert("More contexts provided than states", offset >= 0);
-
-    arrayForEach.call(enterStates, function(state, idx) {
-      state.trigger(transitionEvent, this, contexts[idx-offset]);
-    }, this);
-  },
-
-  getState: function(name) {
-    var state = get(this, name),
-        parentState = get(this, 'parentState');
-
-    if (state) {
-      return state;
-    } else if (parentState) {
-      return parentState.getState(name);
-    }
-  },
-
-  enterState: function(transition) {
-    var log = this.enableLogging;
-
-    var exitStates = transition.exitStates.slice(0).reverse();
-    arrayForEach.call(exitStates, function(state) {
-      state.trigger('exit', this);
-    }, this);
-
-    arrayForEach.call(transition.enterStates, function(state) {
-      if (log) { Ember.Logger.log("STATEMANAGER: Entering " + get(state, 'path')); }
-      state.trigger('enter', this);
-    }, this);
-
-    set(this, 'currentState', transition.finalState);
-  }
-});
-
-})();
-
-
-
-(function() {
-/**
-Ember States
-
-@module ember
-@submodule ember-states
-@requires ember-runtime
-*/
-
-})();
-
-
-})();
-// Version: v1.0.0-pre.3-19-g015138e
-// Last commit: 015138e (2013-01-17 23:02:17 -0800)
-
-
-(function() {
-/**
-Ember
-
-@module ember
-*/
-
-})();
-
diff --git a/lib/handlebars-1.0.rc.2.js b/lib/handlebars-1.0.rc.2.js
deleted file mode 100644 (file)
index 247a3fd..0000000
+++ /dev/null
@@ -1,1992 +0,0 @@
-// lib/handlebars/base.js
-
-/*jshint eqnull:true*/
-this.Handlebars = {};
-
-(function(Handlebars) {
-
-Handlebars.VERSION = "1.0.rc.2";
-
-Handlebars.helpers  = {};
-Handlebars.partials = {};
-
-Handlebars.registerHelper = function(name, fn, inverse) {
-  if(inverse) { fn.not = inverse; }
-  this.helpers[name] = fn;
-};
-
-Handlebars.registerPartial = function(name, str) {
-  this.partials[name] = str;
-};
-
-Handlebars.registerHelper('helperMissing', function(arg) {
-  if(arguments.length === 2) {
-    return undefined;
-  } else {
-    throw new Error("Could not find property '" + arg + "'");
-  }
-});
-
-var toString = Object.prototype.toString, functionType = "[object Function]";
-
-Handlebars.registerHelper('blockHelperMissing', function(context, options) {
-  var inverse = options.inverse || function() {}, fn = options.fn;
-
-
-  var ret = "";
-  var type = toString.call(context);
-
-  if(type === functionType) { context = context.call(this); }
-
-  if(context === true) {
-    return fn(this);
-  } else if(context === false || context == null) {
-    return inverse(this);
-  } else if(type === "[object Array]") {
-    if(context.length > 0) {
-      return Handlebars.helpers.each(context, options);
-    } else {
-      return inverse(this);
-    }
-  } else {
-    return fn(context);
-  }
-});
-
-Handlebars.K = function() {};
-
-Handlebars.createFrame = Object.create || function(object) {
-  Handlebars.K.prototype = object;
-  var obj = new Handlebars.K();
-  Handlebars.K.prototype = null;
-  return obj;
-};
-
-Handlebars.logger = {
-  DEBUG: 0, INFO: 1, WARN: 2, ERROR: 3, level: 3,
-
-  methodMap: {0: 'debug', 1: 'info', 2: 'warn', 3: 'error'},
-
-  // can be overridden in the host environment
-  log: function(level, obj) {
-    if (Handlebars.logger.level <= level) {
-      var method = Handlebars.logger.methodMap[level];
-      if (typeof console !== 'undefined' && console[method]) {
-        console[method].call(console, obj);
-      }
-    }
-  }
-};
-
-Handlebars.log = function(level, obj) { Handlebars.logger.log(level, obj); };
-
-Handlebars.registerHelper('each', function(context, options) {
-  var fn = options.fn, inverse = options.inverse;
-  var i = 0, ret = "", data;
-
-  if (options.data) {
-    data = Handlebars.createFrame(options.data);
-  }
-
-  if(context && typeof context === 'object') {
-    if(context instanceof Array){
-      for(var j = context.length; i<j; i++) {
-        if (data) { data.index = i; }
-        ret = ret + fn(context[i], { data: data });
-      }
-    } else {
-      for(var key in context) {
-        if(context.hasOwnProperty(key)) {
-          if(data) { data.key = key; }
-          ret = ret + fn(context[key], {data: data});
-          i++;
-        }
-      }
-    }
-  }
-
-  if(i === 0){
-    ret = inverse(this);
-  }
-
-  return ret;
-});
-
-Handlebars.registerHelper('if', function(context, options) {
-  var type = toString.call(context);
-  if(type === functionType) { context = context.call(this); }
-
-  if(!context || Handlebars.Utils.isEmpty(context)) {
-    return options.inverse(this);
-  } else {
-    return options.fn(this);
-  }
-});
-
-Handlebars.registerHelper('unless', function(context, options) {
-  var fn = options.fn, inverse = options.inverse;
-  options.fn = inverse;
-  options.inverse = fn;
-
-  return Handlebars.helpers['if'].call(this, context, options);
-});
-
-Handlebars.registerHelper('with', function(context, options) {
-  return options.fn(context);
-});
-
-Handlebars.registerHelper('log', function(context, options) {
-  var level = options.data && options.data.level != null ? parseInt(options.data.level, 10) : 1;
-  Handlebars.log(level, context);
-});
-
-}(this.Handlebars));
-;
-// lib/handlebars/compiler/parser.js
-/* Jison generated parser */
-var handlebars = (function(){
-var parser = {trace: function trace() { },
-yy: {},
-symbols_: {"error":2,"root":3,"program":4,"EOF":5,"simpleInverse":6,"statements":7,"statement":8,"openInverse":9,"closeBlock":10,"openBlock":11,"mustache":12,"partial":13,"CONTENT":14,"COMMENT":15,"OPEN_BLOCK":16,"inMustache":17,"CLOSE":18,"OPEN_INVERSE":19,"OPEN_ENDBLOCK":20,"path":21,"OPEN":22,"OPEN_UNESCAPED":23,"OPEN_PARTIAL":24,"partialName":25,"params":26,"hash":27,"DATA":28,"param":29,"STRING":30,"INTEGER":31,"BOOLEAN":32,"hashSegments":33,"hashSegment":34,"ID":35,"EQUALS":36,"PARTIAL_NAME":37,"pathSegments":38,"SEP":39,"$accept":0,"$end":1},
-terminals_: {2:"error",5:"EOF",14:"CONTENT",15:"COMMENT",16:"OPEN_BLOCK",18:"CLOSE",19:"OPEN_INVERSE",20:"OPEN_ENDBLOCK",22:"OPEN",23:"OPEN_UNESCAPED",24:"OPEN_PARTIAL",28:"DATA",30:"STRING",31:"INTEGER",32:"BOOLEAN",35:"ID",36:"EQUALS",37:"PARTIAL_NAME",39:"SEP"},
-productions_: [0,[3,2],[4,2],[4,3],[4,2],[4,1],[4,1],[4,0],[7,1],[7,2],[8,3],[8,3],[8,1],[8,1],[8,1],[8,1],[11,3],[9,3],[10,3],[12,3],[12,3],[13,3],[13,4],[6,2],[17,3],[17,2],[17,2],[17,1],[17,1],[26,2],[26,1],[29,1],[29,1],[29,1],[29,1],[29,1],[27,1],[33,2],[33,1],[34,3],[34,3],[34,3],[34,3],[34,3],[25,1],[21,1],[38,3],[38,1]],
-performAction: function anonymous(yytext,yyleng,yylineno,yy,yystate,$$,_$) {
-
-var $0 = $$.length - 1;
-switch (yystate) {
-case 1: return $$[$0-1]; 
-break;
-case 2: this.$ = new yy.ProgramNode([], $$[$0]); 
-break;
-case 3: this.$ = new yy.ProgramNode($$[$0-2], $$[$0]); 
-break;
-case 4: this.$ = new yy.ProgramNode($$[$0-1], []); 
-break;
-case 5: this.$ = new yy.ProgramNode($$[$0]); 
-break;
-case 6: this.$ = new yy.ProgramNode([], []); 
-break;
-case 7: this.$ = new yy.ProgramNode([]); 
-break;
-case 8: this.$ = [$$[$0]]; 
-break;
-case 9: $$[$0-1].push($$[$0]); this.$ = $$[$0-1]; 
-break;
-case 10: this.$ = new yy.BlockNode($$[$0-2], $$[$0-1].inverse, $$[$0-1], $$[$0]); 
-break;
-case 11: this.$ = new yy.BlockNode($$[$0-2], $$[$0-1], $$[$0-1].inverse, $$[$0]); 
-break;
-case 12: this.$ = $$[$0]; 
-break;
-case 13: this.$ = $$[$0]; 
-break;
-case 14: this.$ = new yy.ContentNode($$[$0]); 
-break;
-case 15: this.$ = new yy.CommentNode($$[$0]); 
-break;
-case 16: this.$ = new yy.MustacheNode($$[$0-1][0], $$[$0-1][1]); 
-break;
-case 17: this.$ = new yy.MustacheNode($$[$0-1][0], $$[$0-1][1]); 
-break;
-case 18: this.$ = $$[$0-1]; 
-break;
-case 19: this.$ = new yy.MustacheNode($$[$0-1][0], $$[$0-1][1]); 
-break;
-case 20: this.$ = new yy.MustacheNode($$[$0-1][0], $$[$0-1][1], true); 
-break;
-case 21: this.$ = new yy.PartialNode($$[$0-1]); 
-break;
-case 22: this.$ = new yy.PartialNode($$[$0-2], $$[$0-1]); 
-break;
-case 23: 
-break;
-case 24: this.$ = [[$$[$0-2]].concat($$[$0-1]), $$[$0]]; 
-break;
-case 25: this.$ = [[$$[$0-1]].concat($$[$0]), null]; 
-break;
-case 26: this.$ = [[$$[$0-1]], $$[$0]]; 
-break;
-case 27: this.$ = [[$$[$0]], null]; 
-break;
-case 28: this.$ = [[new yy.DataNode($$[$0])], null]; 
-break;
-case 29: $$[$0-1].push($$[$0]); this.$ = $$[$0-1]; 
-break;
-case 30: this.$ = [$$[$0]]; 
-break;
-case 31: this.$ = $$[$0]; 
-break;
-case 32: this.$ = new yy.StringNode($$[$0]); 
-break;
-case 33: this.$ = new yy.IntegerNode($$[$0]); 
-break;
-case 34: this.$ = new yy.BooleanNode($$[$0]); 
-break;
-case 35: this.$ = new yy.DataNode($$[$0]); 
-break;
-case 36: this.$ = new yy.HashNode($$[$0]); 
-break;
-case 37: $$[$0-1].push($$[$0]); this.$ = $$[$0-1]; 
-break;
-case 38: this.$ = [$$[$0]]; 
-break;
-case 39: this.$ = [$$[$0-2], $$[$0]]; 
-break;
-case 40: this.$ = [$$[$0-2], new yy.StringNode($$[$0])]; 
-break;
-case 41: this.$ = [$$[$0-2], new yy.IntegerNode($$[$0])]; 
-break;
-case 42: this.$ = [$$[$0-2], new yy.BooleanNode($$[$0])]; 
-break;
-case 43: this.$ = [$$[$0-2], new yy.DataNode($$[$0])]; 
-break;
-case 44: this.$ = new yy.PartialNameNode($$[$0]); 
-break;
-case 45: this.$ = new yy.IdNode($$[$0]); 
-break;
-case 46: $$[$0-2].push($$[$0]); this.$ = $$[$0-2]; 
-break;
-case 47: this.$ = [$$[$0]]; 
-break;
-}
-},
-table: [{3:1,4:2,5:[2,7],6:3,7:4,8:6,9:7,11:8,12:9,13:10,14:[1,11],15:[1,12],16:[1,13],19:[1,5],22:[1,14],23:[1,15],24:[1,16]},{1:[3]},{5:[1,17]},{5:[2,6],7:18,8:6,9:7,11:8,12:9,13:10,14:[1,11],15:[1,12],16:[1,13],19:[1,19],20:[2,6],22:[1,14],23:[1,15],24:[1,16]},{5:[2,5],6:20,8:21,9:7,11:8,12:9,13:10,14:[1,11],15:[1,12],16:[1,13],19:[1,5],20:[2,5],22:[1,14],23:[1,15],24:[1,16]},{17:23,18:[1,22],21:24,28:[1,25],35:[1,27],38:26},{5:[2,8],14:[2,8],15:[2,8],16:[2,8],19:[2,8],20:[2,8],22:[2,8],23:[2,8],24:[2,8]},{4:28,6:3,7:4,8:6,9:7,11:8,12:9,13:10,14:[1,11],15:[1,12],16:[1,13],19:[1,5],20:[2,7],22:[1,14],23:[1,15],24:[1,16]},{4:29,6:3,7:4,8:6,9:7,11:8,12:9,13:10,14:[1,11],15:[1,12],16:[1,13],19:[1,5],20:[2,7],22:[1,14],23:[1,15],24:[1,16]},{5:[2,12],14:[2,12],15:[2,12],16:[2,12],19:[2,12],20:[2,12],22:[2,12],23:[2,12],24:[2,12]},{5:[2,13],14:[2,13],15:[2,13],16:[2,13],19:[2,13],20:[2,13],22:[2,13],23:[2,13],24:[2,13]},{5:[2,14],14:[2,14],15:[2,14],16:[2,14],19:[2,14],20:[2,14],22:[2,14],23:[2,14],24:[2,14]},{5:[2,15],14:[2,15],15:[2,15],16:[2,15],19:[2,15],20:[2,15],22:[2,15],23:[2,15],24:[2,15]},{17:30,21:24,28:[1,25],35:[1,27],38:26},{17:31,21:24,28:[1,25],35:[1,27],38:26},{17:32,21:24,28:[1,25],35:[1,27],38:26},{25:33,37:[1,34]},{1:[2,1]},{5:[2,2],8:21,9:7,11:8,12:9,13:10,14:[1,11],15:[1,12],16:[1,13],19:[1,19],20:[2,2],22:[1,14],23:[1,15],24:[1,16]},{17:23,21:24,28:[1,25],35:[1,27],38:26},{5:[2,4],7:35,8:6,9:7,11:8,12:9,13:10,14:[1,11],15:[1,12],16:[1,13],19:[1,19],20:[2,4],22:[1,14],23:[1,15],24:[1,16]},{5:[2,9],14:[2,9],15:[2,9],16:[2,9],19:[2,9],20:[2,9],22:[2,9],23:[2,9],24:[2,9]},{5:[2,23],14:[2,23],15:[2,23],16:[2,23],19:[2,23],20:[2,23],22:[2,23],23:[2,23],24:[2,23]},{18:[1,36]},{18:[2,27],21:41,26:37,27:38,28:[1,45],29:39,30:[1,42],31:[1,43],32:[1,44],33:40,34:46,35:[1,47],38:26},{18:[2,28]},{18:[2,45],28:[2,45],30:[2,45],31:[2,45],32:[2,45],35:[2,45],39:[1,48]},{18:[2,47],28:[2,47],30:[2,47],31:[2,47],32:[2,47],35:[2,47],39:[2,47]},{10:49,20:[1,50]},{10:51,20:[1,50]},{18:[1,52]},{18:[1,53]},{18:[1,54]},{18:[1,55],21:56,35:[1,27],38:26},{18:[2,44],35:[2,44]},{5:[2,3],8:21,9:7,11:8,12:9,13:10,14:[1,11],15:[1,12],16:[1,13],19:[1,19],20:[2,3],22:[1,14],23:[1,15],24:[1,16]},{14:[2,17],15:[2,17],16:[2,17],19:[2,17],20:[2,17],22:[2,17],23:[2,17],24:[2,17]},{18:[2,25],21:41,27:57,28:[1,45],29:58,30:[1,42],31:[1,43],32:[1,44],33:40,34:46,35:[1,47],38:26},{18:[2,26]},{18:[2,30],28:[2,30],30:[2,30],31:[2,30],32:[2,30],35:[2,30]},{18:[2,36],34:59,35:[1,60]},{18:[2,31],28:[2,31],30:[2,31],31:[2,31],32:[2,31],35:[2,31]},{18:[2,32],28:[2,32],30:[2,32],31:[2,32],32:[2,32],35:[2,32]},{18:[2,33],28:[2,33],30:[2,33],31:[2,33],32:[2,33],35:[2,33]},{18:[2,34],28:[2,34],30:[2,34],31:[2,34],32:[2,34],35:[2,34]},{18:[2,35],28:[2,35],30:[2,35],31:[2,35],32:[2,35],35:[2,35]},{18:[2,38],35:[2,38]},{18:[2,47],28:[2,47],30:[2,47],31:[2,47],32:[2,47],35:[2,47],36:[1,61],39:[2,47]},{35:[1,62]},{5:[2,10],14:[2,10],15:[2,10],16:[2,10],19:[2,10],20:[2,10],22:[2,10],23:[2,10],24:[2,10]},{21:63,35:[1,27],38:26},{5:[2,11],14:[2,11],15:[2,11],16:[2,11],19:[2,11],20:[2,11],22:[2,11],23:[2,11],24:[2,11]},{14:[2,16],15:[2,16],16:[2,16],19:[2,16],20:[2,16],22:[2,16],23:[2,16],24:[2,16]},{5:[2,19],14:[2,19],15:[2,19],16:[2,19],19:[2,19],20:[2,19],22:[2,19],23:[2,19],24:[2,19]},{5:[2,20],14:[2,20],15:[2,20],16:[2,20],19:[2,20],20:[2,20],22:[2,20],23:[2,20],24:[2,20]},{5:[2,21],14:[2,21],15:[2,21],16:[2,21],19:[2,21],20:[2,21],22:[2,21],23:[2,21],24:[2,21]},{18:[1,64]},{18:[2,24]},{18:[2,29],28:[2,29],30:[2,29],31:[2,29],32:[2,29],35:[2,29]},{18:[2,37],35:[2,37]},{36:[1,61]},{21:65,28:[1,69],30:[1,66],31:[1,67],32:[1,68],35:[1,27],38:26},{18:[2,46],28:[2,46],30:[2,46],31:[2,46],32:[2,46],35:[2,46],39:[2,46]},{18:[1,70]},{5:[2,22],14:[2,22],15:[2,22],16:[2,22],19:[2,22],20:[2,22],22:[2,22],23:[2,22],24:[2,22]},{18:[2,39],35:[2,39]},{18:[2,40],35:[2,40]},{18:[2,41],35:[2,41]},{18:[2,42],35:[2,42]},{18:[2,43],35:[2,43]},{5:[2,18],14:[2,18],15:[2,18],16:[2,18],19:[2,18],20:[2,18],22:[2,18],23:[2,18],24:[2,18]}],
-defaultActions: {17:[2,1],25:[2,28],38:[2,26],57:[2,24]},
-parseError: function parseError(str, hash) {
-    throw new Error(str);
-},
-parse: function parse(input) {
-    var self = this, stack = [0], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1;
-    this.lexer.setInput(input);
-    this.lexer.yy = this.yy;
-    this.yy.lexer = this.lexer;
-    this.yy.parser = this;
-    if (typeof this.lexer.yylloc == "undefined")
-        this.lexer.yylloc = {};
-    var yyloc = this.lexer.yylloc;
-    lstack.push(yyloc);
-    var ranges = this.lexer.options && this.lexer.options.ranges;
-    if (typeof this.yy.parseError === "function")
-        this.parseError = this.yy.parseError;
-    function popStack(n) {
-        stack.length = stack.length - 2 * n;
-        vstack.length = vstack.length - n;
-        lstack.length = lstack.length - n;
-    }
-    function lex() {
-        var token;
-        token = self.lexer.lex() || 1;
-        if (typeof token !== "number") {
-            token = self.symbols_[token] || token;
-        }
-        return token;
-    }
-    var symbol, preErrorSymbol, state, action, a, r, yyval = {}, p, len, newState, expected;
-    while (true) {
-        state = stack[stack.length - 1];
-        if (this.defaultActions[state]) {
-            action = this.defaultActions[state];
-        } else {
-            if (symbol === null || typeof symbol == "undefined") {
-                symbol = lex();
-            }
-            action = table[state] && table[state][symbol];
-        }
-        if (typeof action === "undefined" || !action.length || !action[0]) {
-            var errStr = "";
-            if (!recovering) {
-                expected = [];
-                for (p in table[state])
-                    if (this.terminals_[p] && p > 2) {
-                        expected.push("'" + this.terminals_[p] + "'");
-                    }
-                if (this.lexer.showPosition) {
-                    errStr = "Parse error on line " + (yylineno + 1) + ":\n" + this.lexer.showPosition() + "\nExpecting " + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symbol) + "'";
-                } else {
-                    errStr = "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == 1?"end of input":"'" + (this.terminals_[symbol] || symbol) + "'");
-                }
-                this.parseError(errStr, {text: this.lexer.match, token: this.terminals_[symbol] || symbol, line: this.lexer.yylineno, loc: yyloc, expected: expected});
-            }
-        }
-        if (action[0] instanceof Array && action.length > 1) {
-            throw new Error("Parse Error: multiple actions possible at state: " + state + ", token: " + symbol);
-        }
-        switch (action[0]) {
-        case 1:
-            stack.push(symbol);
-            vstack.push(this.lexer.yytext);
-            lstack.push(this.lexer.yylloc);
-            stack.push(action[1]);
-            symbol = null;
-            if (!preErrorSymbol) {
-                yyleng = this.lexer.yyleng;
-                yytext = this.lexer.yytext;
-                yylineno = this.lexer.yylineno;
-                yyloc = this.lexer.yylloc;
-                if (recovering > 0)
-                    recovering--;
-            } else {
-                symbol = preErrorSymbol;
-                preErrorSymbol = null;
-            }
-            break;
-        case 2:
-            len = this.productions_[action[1]][1];
-            yyval.$ = vstack[vstack.length - len];
-            yyval._$ = {first_line: lstack[lstack.length - (len || 1)].first_line, last_line: lstack[lstack.length - 1].last_line, first_column: lstack[lstack.length - (len || 1)].first_column, last_column: lstack[lstack.length - 1].last_column};
-            if (ranges) {
-                yyval._$.range = [lstack[lstack.length - (len || 1)].range[0], lstack[lstack.length - 1].range[1]];
-            }
-            r = this.performAction.call(yyval, yytext, yyleng, yylineno, this.yy, action[1], vstack, lstack);
-            if (typeof r !== "undefined") {
-                return r;
-            }
-            if (len) {
-                stack = stack.slice(0, -1 * len * 2);
-                vstack = vstack.slice(0, -1 * len);
-                lstack = lstack.slice(0, -1 * len);
-            }
-            stack.push(this.productions_[action[1]][0]);
-            vstack.push(yyval.$);
-            lstack.push(yyval._$);
-            newState = table[stack[stack.length - 2]][stack[stack.length - 1]];
-            stack.push(newState);
-            break;
-        case 3:
-            return true;
-        }
-    }
-    return true;
-}
-};
-/* Jison generated lexer */
-var lexer = (function(){
-var lexer = ({EOF:1,
-parseError:function parseError(str, hash) {
-        if (this.yy.parser) {
-            this.yy.parser.parseError(str, hash);
-        } else {
-            throw new Error(str);
-        }
-    },
-setInput:function (input) {
-        this._input = input;
-        this._more = this._less = this.done = false;
-        this.yylineno = this.yyleng = 0;
-        this.yytext = this.matched = this.match = '';
-        this.conditionStack = ['INITIAL'];
-        this.yylloc = {first_line:1,first_column:0,last_line:1,last_column:0};
-        if (this.options.ranges) this.yylloc.range = [0,0];
-        this.offset = 0;
-        return this;
-    },
-input:function () {
-        var ch = this._input[0];
-        this.yytext += ch;
-        this.yyleng++;
-        this.offset++;
-        this.match += ch;
-        this.matched += ch;
-        var lines = ch.match(/(?:\r\n?|\n).*/g);
-        if (lines) {
-            this.yylineno++;
-            this.yylloc.last_line++;
-        } else {
-            this.yylloc.last_column++;
-        }
-        if (this.options.ranges) this.yylloc.range[1]++;
-
-        this._input = this._input.slice(1);
-        return ch;
-    },
-unput:function (ch) {
-        var len = ch.length;
-        var lines = ch.split(/(?:\r\n?|\n)/g);
-
-        this._input = ch + this._input;
-        this.yytext = this.yytext.substr(0, this.yytext.length-len-1);
-        //this.yyleng -= len;
-        this.offset -= len;
-        var oldLines = this.match.split(/(?:\r\n?|\n)/g);
-        this.match = this.match.substr(0, this.match.length-1);
-        this.matched = this.matched.substr(0, this.matched.length-1);
-
-        if (lines.length-1) this.yylineno -= lines.length-1;
-        var r = this.yylloc.range;
-
-        this.yylloc = {first_line: this.yylloc.first_line,
-          last_line: this.yylineno+1,
-          first_column: this.yylloc.first_column,
-          last_column: lines ?
-              (lines.length === oldLines.length ? this.yylloc.first_column : 0) + oldLines[oldLines.length - lines.length].length - lines[0].length:
-              this.yylloc.first_column - len
-          };
-
-        if (this.options.ranges) {
-            this.yylloc.range = [r[0], r[0] + this.yyleng - len];
-        }
-        return this;
-    },
-more:function () {
-        this._more = true;
-        return this;
-    },
-less:function (n) {
-        this.unput(this.match.slice(n));
-    },
-pastInput:function () {
-        var past = this.matched.substr(0, this.matched.length - this.match.length);
-        return (past.length > 20 ? '...':'') + past.substr(-20).replace(/\n/g, "");
-    },
-upcomingInput:function () {
-        var next = this.match;
-        if (next.length < 20) {
-            next += this._input.substr(0, 20-next.length);
-        }
-        return (next.substr(0,20)+(next.length > 20 ? '...':'')).replace(/\n/g, "");
-    },
-showPosition:function () {
-        var pre = this.pastInput();
-        var c = new Array(pre.length + 1).join("-");
-        return pre + this.upcomingInput() + "\n" + c+"^";
-    },
-next:function () {
-        if (this.done) {
-            return this.EOF;
-        }
-        if (!this._input) this.done = true;
-
-        var token,
-            match,
-            tempMatch,
-            index,
-            col,
-            lines;
-        if (!this._more) {
-            this.yytext = '';
-            this.match = '';
-        }
-        var rules = this._currentRules();
-        for (var i=0;i < rules.length; i++) {
-            tempMatch = this._input.match(this.rules[rules[i]]);
-            if (tempMatch && (!match || tempMatch[0].length > match[0].length)) {
-                match = tempMatch;
-                index = i;
-                if (!this.options.flex) break;
-            }
-        }
-        if (match) {
-            lines = match[0].match(/(?:\r\n?|\n).*/g);
-            if (lines) this.yylineno += lines.length;
-            this.yylloc = {first_line: this.yylloc.last_line,
-                           last_line: this.yylineno+1,
-                           first_column: this.yylloc.last_column,
-                           last_column: lines ? lines[lines.length-1].length-lines[lines.length-1].match(/\r?\n?/)[0].length : this.yylloc.last_column + match[0].length};
-            this.yytext += match[0];
-            this.match += match[0];
-            this.matches = match;
-            this.yyleng = this.yytext.length;
-            if (this.options.ranges) {
-                this.yylloc.range = [this.offset, this.offset += this.yyleng];
-            }
-            this._more = false;
-            this._input = this._input.slice(match[0].length);
-            this.matched += match[0];
-            token = this.performAction.call(this, this.yy, this, rules[index],this.conditionStack[this.conditionStack.length-1]);
-            if (this.done && this._input) this.done = false;
-            if (token) return token;
-            else return;
-        }
-        if (this._input === "") {
-            return this.EOF;
-        } else {
-            return this.parseError('Lexical error on line '+(this.yylineno+1)+'. Unrecognized text.\n'+this.showPosition(),
-                    {text: "", token: null, line: this.yylineno});
-        }
-    },
-lex:function lex() {
-        var r = this.next();
-        if (typeof r !== 'undefined') {
-            return r;
-        } else {
-            return this.lex();
-        }
-    },
-begin:function begin(condition) {
-        this.conditionStack.push(condition);
-    },
-popState:function popState() {
-        return this.conditionStack.pop();
-    },
-_currentRules:function _currentRules() {
-        return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules;
-    },
-topState:function () {
-        return this.conditionStack[this.conditionStack.length-2];
-    },
-pushState:function begin(condition) {
-        this.begin(condition);
-    }});
-lexer.options = {};
-lexer.performAction = function anonymous(yy,yy_,$avoiding_name_collisions,YY_START) {
-
-var YYSTATE=YY_START
-switch($avoiding_name_collisions) {
-case 0:
-                                   if(yy_.yytext.slice(-1) !== "\\") this.begin("mu");
-                                   if(yy_.yytext.slice(-1) === "\\") yy_.yytext = yy_.yytext.substr(0,yy_.yyleng-1), this.begin("emu");
-                                   if(yy_.yytext) return 14;
-                                 
-break;
-case 1: return 14; 
-break;
-case 2:
-                                   if(yy_.yytext.slice(-1) !== "\\") this.popState();
-                                   if(yy_.yytext.slice(-1) === "\\") yy_.yytext = yy_.yytext.substr(0,yy_.yyleng-1);
-                                   return 14;
-                                 
-break;
-case 3: yy_.yytext = yy_.yytext.substr(0, yy_.yyleng-4); this.popState(); return 15; 
-break;
-case 4: this.begin("par"); return 24; 
-break;
-case 5: return 16; 
-break;
-case 6: return 20; 
-break;
-case 7: return 19; 
-break;
-case 8: return 19; 
-break;
-case 9: return 23; 
-break;
-case 10: return 23; 
-break;
-case 11: this.popState(); this.begin('com'); 
-break;
-case 12: yy_.yytext = yy_.yytext.substr(3,yy_.yyleng-5); this.popState(); return 15; 
-break;
-case 13: return 22; 
-break;
-case 14: return 36; 
-break;
-case 15: return 35; 
-break;
-case 16: return 35; 
-break;
-case 17: return 39; 
-break;
-case 18: /*ignore whitespace*/ 
-break;
-case 19: this.popState(); return 18; 
-break;
-case 20: this.popState(); return 18; 
-break;
-case 21: yy_.yytext = yy_.yytext.substr(1,yy_.yyleng-2).replace(/\\"/g,'"'); return 30; 
-break;
-case 22: yy_.yytext = yy_.yytext.substr(1,yy_.yyleng-2).replace(/\\'/g,"'"); return 30; 
-break;
-case 23: yy_.yytext = yy_.yytext.substr(1); return 28; 
-break;
-case 24: return 32; 
-break;
-case 25: return 32; 
-break;
-case 26: return 31; 
-break;
-case 27: return 35; 
-break;
-case 28: yy_.yytext = yy_.yytext.substr(1, yy_.yyleng-2); return 35; 
-break;
-case 29: return 'INVALID'; 
-break;
-case 30: /*ignore whitespace*/ 
-break;
-case 31: this.popState(); return 37; 
-break;
-case 32: return 5; 
-break;
-}
-};
-lexer.rules = [/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|$)))/,/^(?:[\s\S]*?--\}\})/,/^(?:\{\{>)/,/^(?:\{\{#)/,/^(?:\{\{\/)/,/^(?:\{\{\^)/,/^(?:\{\{\s*else\b)/,/^(?:\{\{\{)/,/^(?:\{\{&)/,/^(?:\{\{!--)/,/^(?:\{\{![\s\S]*?\}\})/,/^(?:\{\{)/,/^(?:=)/,/^(?:\.(?=[} ]))/,/^(?:\.\.)/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}\}\})/,/^(?:\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@[a-zA-Z]+)/,/^(?:true(?=[}\s]))/,/^(?:false(?=[}\s]))/,/^(?:[0-9]+(?=[}\s]))/,/^(?:[a-zA-Z0-9_$-]+(?=[=}\s\/.]))/,/^(?:\[[^\]]*\])/,/^(?:.)/,/^(?:\s+)/,/^(?:[a-zA-Z0-9_$-/]+)/,/^(?:$)/];
-lexer.conditions = {"mu":{"rules":[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,32],"inclusive":false},"emu":{"rules":[2],"inclusive":false},"com":{"rules":[3],"inclusive":false},"par":{"rules":[30,31],"inclusive":false},"INITIAL":{"rules":[0,1,32],"inclusive":true}};
-return lexer;})()
-parser.lexer = lexer;
-function Parser () { this.yy = {}; }Parser.prototype = parser;parser.Parser = Parser;
-return new Parser;
-})();;
-// lib/handlebars/compiler/base.js
-Handlebars.Parser = handlebars;
-
-Handlebars.parse = function(string) {
-  Handlebars.Parser.yy = Handlebars.AST;
-  return Handlebars.Parser.parse(string);
-};
-
-Handlebars.print = function(ast) {
-  return new Handlebars.PrintVisitor().accept(ast);
-};;
-// lib/handlebars/compiler/ast.js
-(function() {
-
-  Handlebars.AST = {};
-
-  Handlebars.AST.ProgramNode = function(statements, inverse) {
-    this.type = "program";
-    this.statements = statements;
-    if(inverse) { this.inverse = new Handlebars.AST.ProgramNode(inverse); }
-  };
-
-  Handlebars.AST.MustacheNode = function(rawParams, hash, unescaped) {
-    this.type = "mustache";
-    this.escaped = !unescaped;
-    this.hash = hash;
-
-    var id = this.id = rawParams[0];
-    var params = this.params = rawParams.slice(1);
-
-    // a mustache is an eligible helper if:
-    // * its id is simple (a single part, not `this` or `..`)
-    var eligibleHelper = this.eligibleHelper = id.isSimple;
-
-    // a mustache is definitely a helper if:
-    // * it is an eligible helper, and
-    // * it has at least one parameter or hash segment
-    this.isHelper = eligibleHelper && (params.length || hash);
-
-    // if a mustache is an eligible helper but not a definite
-    // helper, it is ambiguous, and will be resolved in a later
-    // pass or at runtime.
-  };
-
-  Handlebars.AST.PartialNode = function(partialName, context) {
-    this.type         = "partial";
-    this.partialName  = partialName;
-    this.context      = context;
-  };
-
-  var verifyMatch = function(open, close) {
-    if(open.original !== close.original) {
-      throw new Handlebars.Exception(open.original + " doesn't match " + close.original);
-    }
-  };
-
-  Handlebars.AST.BlockNode = function(mustache, program, inverse, close) {
-    verifyMatch(mustache.id, close);
-    this.type = "block";
-    this.mustache = mustache;
-    this.program  = program;
-    this.inverse  = inverse;
-
-    if (this.inverse && !this.program) {
-      this.isInverse = true;
-    }
-  };
-
-  Handlebars.AST.ContentNode = function(string) {
-    this.type = "content";
-    this.string = string;
-  };
-
-  Handlebars.AST.HashNode = function(pairs) {
-    this.type = "hash";
-    this.pairs = pairs;
-  };
-
-  Handlebars.AST.IdNode = function(parts) {
-    this.type = "ID";
-    this.original = parts.join(".");
-
-    var dig = [], depth = 0;
-
-    for(var i=0,l=parts.length; i<l; i++) {
-      var part = parts[i];
-
-      if(part === "..") { depth++; }
-      else if(part === "." || part === "this") { this.isScoped = true; }
-      else { dig.push(part); }
-    }
-
-    this.parts    = dig;
-    this.string   = dig.join('.');
-    this.depth    = depth;
-
-    // an ID is simple if it only has one part, and that part is not
-    // `..` or `this`.
-    this.isSimple = parts.length === 1 && !this.isScoped && depth === 0;
-
-    this.stringModeValue = this.string;
-  };
-
-  Handlebars.AST.PartialNameNode = function(name) {
-    this.type = "PARTIAL_NAME";
-    this.name = name;
-  };
-
-  Handlebars.AST.DataNode = function(id) {
-    this.type = "DATA";
-    this.id = id;
-  };
-
-  Handlebars.AST.StringNode = function(string) {
-    this.type = "STRING";
-    this.string = string;
-    this.stringModeValue = string;
-  };
-
-  Handlebars.AST.IntegerNode = function(integer) {
-    this.type = "INTEGER";
-    this.integer = integer;
-    this.stringModeValue = Number(integer);
-  };
-
-  Handlebars.AST.BooleanNode = function(bool) {
-    this.type = "BOOLEAN";
-    this.bool = bool;
-    this.stringModeValue = bool === "true";
-  };
-
-  Handlebars.AST.CommentNode = function(comment) {
-    this.type = "comment";
-    this.comment = comment;
-  };
-
-})();;
-// lib/handlebars/utils.js
-
-var errorProps = ['description', 'fileName', 'lineNumber', 'message', 'name', 'number', 'stack'];
-
-Handlebars.Exception = function(message) {
-  var tmp = Error.prototype.constructor.apply(this, arguments);
-
-  // Unfortunately errors are not enumerable in Chrome (at least), so `for prop in tmp` doesn't work.
-  for (var idx = 0; idx < errorProps.length; idx++) {
-    this[errorProps[idx]] = tmp[errorProps[idx]];
-  }
-};
-Handlebars.Exception.prototype = new Error();
-
-// Build out our basic SafeString type
-Handlebars.SafeString = function(string) {
-  this.string = string;
-};
-Handlebars.SafeString.prototype.toString = function() {
-  return this.string.toString();
-};
-
-(function() {
-  var escape = {
-    "&": "&amp;",
-    "<": "&lt;",
-    ">": "&gt;",
-    '"': "&quot;",
-    "'": "&#x27;",
-    "`": "&#x60;"
-  };
-
-  var badChars = /[&<>"'`]/g;
-  var possible = /[&<>"'`]/;
-
-  var escapeChar = function(chr) {
-    return escape[chr] || "&amp;";
-  };
-
-  Handlebars.Utils = {
-    escapeExpression: function(string) {
-      // don't escape SafeStrings, since they're already safe
-      if (string instanceof Handlebars.SafeString) {
-        return string.toString();
-      } else if (string == null || string === false) {
-        return "";
-      }
-
-      if(!possible.test(string)) { return string; }
-      return string.replace(badChars, escapeChar);
-    },
-
-    isEmpty: function(value) {
-      if (!value && value !== 0) {
-        return true;
-      } else if(Object.prototype.toString.call(value) === "[object Array]" && value.length === 0) {
-        return true;
-      } else {
-        return false;
-      }
-    }
-  };
-})();;
-// lib/handlebars/compiler/compiler.js
-
-/*jshint eqnull:true*/
-Handlebars.Compiler = function() {};
-Handlebars.JavaScriptCompiler = function() {};
-
-(function(Compiler, JavaScriptCompiler) {
-  // the foundHelper register will disambiguate helper lookup from finding a
-  // function in a context. This is necessary for mustache compatibility, which
-  // requires that context functions in blocks are evaluated by blockHelperMissing,
-  // and then proceed as if the resulting value was provided to blockHelperMissing.
-
-  Compiler.prototype = {
-    compiler: Compiler,
-
-    disassemble: function() {
-      var opcodes = this.opcodes, opcode, out = [], params, param;
-
-      for (var i=0, l=opcodes.length; i<l; i++) {
-        opcode = opcodes[i];
-
-        if (opcode.opcode === 'DECLARE') {
-          out.push("DECLARE " + opcode.name + "=" + opcode.value);
-        } else {
-          params = [];
-          for (var j=0; j<opcode.args.length; j++) {
-            param = opcode.args[j];
-            if (typeof param === "string") {
-              param = "\"" + param.replace("\n", "\\n") + "\"";
-            }
-            params.push(param);
-          }
-          out.push(opcode.opcode + " " + params.join(" "));
-        }
-      }
-
-      return out.join("\n");
-    },
-
-    guid: 0,
-
-    compile: function(program, options) {
-      this.children = [];
-      this.depths = {list: []};
-      this.options = options;
-
-      // These changes will propagate to the other compiler components
-      var knownHelpers = this.options.knownHelpers;
-      this.options.knownHelpers = {
-        'helperMissing': true,
-        'blockHelperMissing': true,
-        'each': true,
-        'if': true,
-        'unless': true,
-        'with': true,
-        'log': true
-      };
-      if (knownHelpers) {
-        for (var name in knownHelpers) {
-          this.options.knownHelpers[name] = knownHelpers[name];
-        }
-      }
-
-      return this.program(program);
-    },
-
-    accept: function(node) {
-      return this[node.type](node);
-    },
-
-    program: function(program) {
-      var statements = program.statements, statement;
-      this.opcodes = [];
-
-      for(var i=0, l=statements.length; i<l; i++) {
-        statement = statements[i];
-        this[statement.type](statement);
-      }
-      this.isSimple = l === 1;
-
-      this.depths.list = this.depths.list.sort(function(a, b) {
-        return a - b;
-      });
-
-      return this;
-    },
-
-    compileProgram: function(program) {
-      var result = new this.compiler().compile(program, this.options);
-      var guid = this.guid++, depth;
-
-      this.usePartial = this.usePartial || result.usePartial;
-
-      this.children[guid] = result;
-
-      for(var i=0, l=result.depths.list.length; i<l; i++) {
-        depth = result.depths.list[i];
-
-        if(depth < 2) { continue; }
-        else { this.addDepth(depth - 1); }
-      }
-
-      return guid;
-    },
-
-    block: function(block) {
-      var mustache = block.mustache,
-          program = block.program,
-          inverse = block.inverse;
-
-      if (program) {
-        program = this.compileProgram(program);
-      }
-
-      if (inverse) {
-        inverse = this.compileProgram(inverse);
-      }
-
-      var type = this.classifyMustache(mustache);
-
-      if (type === "helper") {
-        this.helperMustache(mustache, program, inverse);
-      } else if (type === "simple") {
-        this.simpleMustache(mustache);
-
-        // now that the simple mustache is resolved, we need to
-        // evaluate it by executing `blockHelperMissing`
-        this.opcode('pushProgram', program);
-        this.opcode('pushProgram', inverse);
-        this.opcode('pushHash');
-        this.opcode('blockValue');
-      } else {
-        this.ambiguousMustache(mustache, program, inverse);
-
-        // now that the simple mustache is resolved, we need to
-        // evaluate it by executing `blockHelperMissing`
-        this.opcode('pushProgram', program);
-        this.opcode('pushProgram', inverse);
-        this.opcode('pushHash');
-        this.opcode('ambiguousBlockValue');
-      }
-
-      this.opcode('append');
-    },
-
-    hash: function(hash) {
-      var pairs = hash.pairs, pair, val;
-
-      this.opcode('pushHash');
-
-      for(var i=0, l=pairs.length; i<l; i++) {
-        pair = pairs[i];
-        val  = pair[1];
-
-        if (this.options.stringParams) {
-          this.opcode('pushStringParam', val.stringModeValue, val.type);
-        } else {
-          this.accept(val);
-        }
-
-        this.opcode('assignToHash', pair[0]);
-      }
-    },
-
-    partial: function(partial) {
-      var partialName = partial.partialName;
-      this.usePartial = true;
-
-      if(partial.context) {
-        this.ID(partial.context);
-      } else {
-        this.opcode('push', 'depth0');
-      }
-
-      this.opcode('invokePartial', partialName.name);
-      this.opcode('append');
-    },
-
-    content: function(content) {
-      this.opcode('appendContent', content.string);
-    },
-
-    mustache: function(mustache) {
-      var options = this.options;
-      var type = this.classifyMustache(mustache);
-
-      if (type === "simple") {
-        this.simpleMustache(mustache);
-      } else if (type === "helper") {
-        this.helperMustache(mustache);
-      } else {
-        this.ambiguousMustache(mustache);
-      }
-
-      if(mustache.escaped && !options.noEscape) {
-        this.opcode('appendEscaped');
-      } else {
-        this.opcode('append');
-      }
-    },
-
-    ambiguousMustache: function(mustache, program, inverse) {
-      var id = mustache.id, name = id.parts[0];
-
-      this.opcode('getContext', id.depth);
-
-      this.opcode('pushProgram', program);
-      this.opcode('pushProgram', inverse);
-
-      this.opcode('invokeAmbiguous', name);
-    },
-
-    simpleMustache: function(mustache, program, inverse) {
-      var id = mustache.id;
-
-      if (id.type === 'DATA') {
-        this.DATA(id);
-      } else if (id.parts.length) {
-        this.ID(id);
-      } else {
-        // Simplified ID for `this`
-        this.addDepth(id.depth);
-        this.opcode('getContext', id.depth);
-        this.opcode('pushContext');
-      }
-
-      this.opcode('resolvePossibleLambda');
-    },
-
-    helperMustache: function(mustache, program, inverse) {
-      var params = this.setupFullMustacheParams(mustache, program, inverse),
-          name = mustache.id.parts[0];
-
-      if (this.options.knownHelpers[name]) {
-        this.opcode('invokeKnownHelper', params.length, name);
-      } else if (this.knownHelpersOnly) {
-        throw new Error("You specified knownHelpersOnly, but used the unknown helper " + name);
-      } else {
-        this.opcode('invokeHelper', params.length, name);
-      }
-    },
-
-    ID: function(id) {
-      this.addDepth(id.depth);
-      this.opcode('getContext', id.depth);
-
-      var name = id.parts[0];
-      if (!name) {
-        this.opcode('pushContext');
-      } else {
-        this.opcode('lookupOnContext', id.parts[0]);
-      }
-
-      for(var i=1, l=id.parts.length; i<l; i++) {
-        this.opcode('lookup', id.parts[i]);
-      }
-    },
-
-    DATA: function(data) {
-      this.options.data = true;
-      this.opcode('lookupData', data.id);
-    },
-
-    STRING: function(string) {
-      this.opcode('pushString', string.string);
-    },
-
-    INTEGER: function(integer) {
-      this.opcode('pushLiteral', integer.integer);
-    },
-
-    BOOLEAN: function(bool) {
-      this.opcode('pushLiteral', bool.bool);
-    },
-
-    comment: function() {},
-
-    // HELPERS
-    opcode: function(name) {
-      this.opcodes.push({ opcode: name, args: [].slice.call(arguments, 1) });
-    },
-
-    declare: function(name, value) {
-      this.opcodes.push({ opcode: 'DECLARE', name: name, value: value });
-    },
-
-    addDepth: function(depth) {
-      if(isNaN(depth)) { throw new Error("EWOT"); }
-      if(depth === 0) { return; }
-
-      if(!this.depths[depth]) {
-        this.depths[depth] = true;
-        this.depths.list.push(depth);
-      }
-    },
-
-    classifyMustache: function(mustache) {
-      var isHelper   = mustache.isHelper;
-      var isEligible = mustache.eligibleHelper;
-      var options    = this.options;
-
-      // if ambiguous, we can possibly resolve the ambiguity now
-      if (isEligible && !isHelper) {
-        var name = mustache.id.parts[0];
-
-        if (options.knownHelpers[name]) {
-          isHelper = true;
-        } else if (options.knownHelpersOnly) {
-          isEligible = false;
-        }
-      }
-
-      if (isHelper) { return "helper"; }
-      else if (isEligible) { return "ambiguous"; }
-      else { return "simple"; }
-    },
-
-    pushParams: function(params) {
-      var i = params.length, param;
-
-      while(i--) {
-        param = params[i];
-
-        if(this.options.stringParams) {
-          if(param.depth) {
-            this.addDepth(param.depth);
-          }
-
-          this.opcode('getContext', param.depth || 0);
-          this.opcode('pushStringParam', param.stringModeValue, param.type);
-        } else {
-          this[param.type](param);
-        }
-      }
-    },
-
-    setupMustacheParams: function(mustache) {
-      var params = mustache.params;
-      this.pushParams(params);
-
-      if(mustache.hash) {
-        this.hash(mustache.hash);
-      } else {
-        this.opcode('pushHash');
-      }
-
-      return params;
-    },
-
-    // this will replace setupMustacheParams when we're done
-    setupFullMustacheParams: function(mustache, program, inverse) {
-      var params = mustache.params;
-      this.pushParams(params);
-
-      this.opcode('pushProgram', program);
-      this.opcode('pushProgram', inverse);
-
-      if(mustache.hash) {
-        this.hash(mustache.hash);
-      } else {
-        this.opcode('pushHash');
-      }
-
-      return params;
-    }
-  };
-
-  var Literal = function(value) {
-    this.value = value;
-  };
-
-  JavaScriptCompiler.prototype = {
-    // PUBLIC API: You can override these methods in a subclass to provide
-    // alternative compiled forms for name lookup and buffering semantics
-    nameLookup: function(parent, name, type) {
-      if (/^[0-9]+$/.test(name)) {
-        return parent + "[" + name + "]";
-      } else if (JavaScriptCompiler.isValidJavaScriptVariableName(name)) {
-        return parent + "." + name;
-      }
-      else {
-        return parent + "['" + name + "']";
-      }
-    },
-
-    appendToBuffer: function(string) {
-      if (this.environment.isSimple) {
-        return "return " + string + ";";
-      } else {
-        return "buffer += " + string + ";";
-      }
-    },
-
-    initializeBuffer: function() {
-      return this.quotedString("");
-    },
-
-    namespace: "Handlebars",
-    // END PUBLIC API
-
-    compile: function(environment, options, context, asObject) {
-      this.environment = environment;
-      this.options = options || {};
-
-      Handlebars.log(Handlebars.logger.DEBUG, this.environment.disassemble() + "\n\n");
-
-      this.name = this.environment.name;
-      this.isChild = !!context;
-      this.context = context || {
-        programs: [],
-        aliases: { }
-      };
-
-      this.preamble();
-
-      this.stackSlot = 0;
-      this.stackVars = [];
-      this.registers = { list: [] };
-      this.compileStack = [];
-
-      this.compileChildren(environment, options);
-
-      var opcodes = environment.opcodes, opcode;
-
-      this.i = 0;
-
-      for(l=opcodes.length; this.i<l; this.i++) {
-        opcode = opcodes[this.i];
-
-        if(opcode.opcode === 'DECLARE') {
-          this[opcode.name] = opcode.value;
-        } else {
-          this[opcode.opcode].apply(this, opcode.args);
-        }
-      }
-
-      return this.createFunctionContext(asObject);
-    },
-
-    nextOpcode: function() {
-      var opcodes = this.environment.opcodes, opcode = opcodes[this.i + 1];
-      return opcodes[this.i + 1];
-    },
-
-    eat: function(opcode) {
-      this.i = this.i + 1;
-    },
-
-    preamble: function() {
-      var out = [];
-
-      if (!this.isChild) {
-        var namespace = this.namespace;
-        var copies = "helpers = helpers || " + namespace + ".helpers;";
-        if (this.environment.usePartial) { copies = copies + " partials = partials || " + namespace + ".partials;"; }
-        if (this.options.data) { copies = copies + " data = data || {};"; }
-        out.push(copies);
-      } else {
-        out.push('');
-      }
-
-      if (!this.environment.isSimple) {
-        out.push(", buffer = " + this.initializeBuffer());
-      } else {
-        out.push("");
-      }
-
-      // track the last context pushed into place to allow skipping the
-      // getContext opcode when it would be a noop
-      this.lastContext = 0;
-      this.source = out;
-    },
-
-    createFunctionContext: function(asObject) {
-      var locals = this.stackVars.concat(this.registers.list);
-
-      if(locals.length > 0) {
-        this.source[1] = this.source[1] + ", " + locals.join(", ");
-      }
-
-      // Generate minimizer alias mappings
-      if (!this.isChild) {
-        var aliases = [];
-        for (var alias in this.context.aliases) {
-          this.source[1] = this.source[1] + ', ' + alias + '=' + this.context.aliases[alias];
-        }
-      }
-
-      if (this.source[1]) {
-        this.source[1] = "var " + this.source[1].substring(2) + ";";
-      }
-
-      // Merge children
-      if (!this.isChild) {
-        this.source[1] += '\n' + this.context.programs.join('\n') + '\n';
-      }
-
-      if (!this.environment.isSimple) {
-        this.source.push("return buffer;");
-      }
-
-      var params = this.isChild ? ["depth0", "data"] : ["Handlebars", "depth0", "helpers", "partials", "data"];
-
-      for(var i=0, l=this.environment.depths.list.length; i<l; i++) {
-        params.push("depth" + this.environment.depths.list[i]);
-      }
-
-      if (asObject) {
-        params.push(this.source.join("\n  "));
-
-        return Function.apply(this, params);
-      } else {
-        var functionSource = 'function ' + (this.name || '') + '(' + params.join(',') + ') {\n  ' + this.source.join("\n  ") + '}';
-        Handlebars.log(Handlebars.logger.DEBUG, functionSource + "\n\n");
-        return functionSource;
-      }
-    },
-
-    // [blockValue]
-    //
-    // On stack, before: hash, inverse, program, value
-    // On stack, after: return value of blockHelperMissing
-    //
-    // The purpose of this opcode is to take a block of the form
-    // `{{#foo}}...{{/foo}}`, resolve the value of `foo`, and
-    // replace it on the stack with the result of properly
-    // invoking blockHelperMissing.
-    blockValue: function() {
-      this.context.aliases.blockHelperMissing = 'helpers.blockHelperMissing';
-
-      var params = ["depth0"];
-      this.setupParams(0, params);
-
-      this.replaceStack(function(current) {
-        params.splice(1, 0, current);
-        return "blockHelperMissing.call(" + params.join(", ") + ")";
-      });
-    },
-
-    // [ambiguousBlockValue]
-    //
-    // On stack, before: hash, inverse, program, value
-    // Compiler value, before: lastHelper=value of last found helper, if any
-    // On stack, after, if no lastHelper: same as [blockValue]
-    // On stack, after, if lastHelper: value
-    ambiguousBlockValue: function() {
-      this.context.aliases.blockHelperMissing = 'helpers.blockHelperMissing';
-
-      var params = ["depth0"];
-      this.setupParams(0, params);
-
-      var current = this.topStack();
-      params.splice(1, 0, current);
-
-      this.source.push("if (!" + this.lastHelper + ") { " + current + " = blockHelperMissing.call(" + params.join(", ") + "); }");
-    },
-
-    // [appendContent]
-    //
-    // On stack, before: ...
-    // On stack, after: ...
-    //
-    // Appends the string value of `content` to the current buffer
-    appendContent: function(content) {
-      this.source.push(this.appendToBuffer(this.quotedString(content)));
-    },
-
-    // [append]
-    //
-    // On stack, before: value, ...
-    // On stack, after: ...
-    //
-    // Coerces `value` to a String and appends it to the current buffer.
-    //
-    // If `value` is truthy, or 0, it is coerced into a string and appended
-    // Otherwise, the empty string is appended
-    append: function() {
-      var local = this.popStack();
-      this.source.push("if(" + local + " || " + local + " === 0) { " + this.appendToBuffer(local) + " }");
-      if (this.environment.isSimple) {
-        this.source.push("else { " + this.appendToBuffer("''") + " }");
-      }
-    },
-
-    // [appendEscaped]
-    //
-    // On stack, before: value, ...
-    // On stack, after: ...
-    //
-    // Escape `value` and append it to the buffer
-    appendEscaped: function() {
-      var opcode = this.nextOpcode(), extra = "";
-      this.context.aliases.escapeExpression = 'this.escapeExpression';
-
-      if(opcode && opcode.opcode === 'appendContent') {
-        extra = " + " + this.quotedString(opcode.args[0]);
-        this.eat(opcode);
-      }
-
-      this.source.push(this.appendToBuffer("escapeExpression(" + this.popStack() + ")" + extra));
-    },
-
-    // [getContext]
-    //
-    // On stack, before: ...
-    // On stack, after: ...
-    // Compiler value, after: lastContext=depth
-    //
-    // Set the value of the `lastContext` compiler value to the depth
-    getContext: function(depth) {
-      if(this.lastContext !== depth) {
-        this.lastContext = depth;
-      }
-    },
-
-    // [lookupOnContext]
-    //
-    // On stack, before: ...
-    // On stack, after: currentContext[name], ...
-    //
-    // Looks up the value of `name` on the current context and pushes
-    // it onto the stack.
-    lookupOnContext: function(name) {
-      this.pushStack(this.nameLookup('depth' + this.lastContext, name, 'context'));
-    },
-
-    // [pushContext]
-    //
-    // On stack, before: ...
-    // On stack, after: currentContext, ...
-    //
-    // Pushes the value of the current context onto the stack.
-    pushContext: function() {
-      this.pushStackLiteral('depth' + this.lastContext);
-    },
-
-    // [resolvePossibleLambda]
-    //
-    // On stack, before: value, ...
-    // On stack, after: resolved value, ...
-    //
-    // If the `value` is a lambda, replace it on the stack by
-    // the return value of the lambda
-    resolvePossibleLambda: function() {
-      this.context.aliases.functionType = '"function"';
-
-      this.replaceStack(function(current) {
-        return "typeof " + current + " === functionType ? " + current + ".apply(depth0) : " + current;
-      });
-    },
-
-    // [lookup]
-    //
-    // On stack, before: value, ...
-    // On stack, after: value[name], ...
-    //
-    // Replace the value on the stack with the result of looking
-    // up `name` on `value`
-    lookup: function(name) {
-      this.replaceStack(function(current) {
-        return current + " == null || " + current + " === false ? " + current + " : " + this.nameLookup(current, name, 'context');
-      });
-    },
-
-    // [lookupData]
-    //
-    // On stack, before: ...
-    // On stack, after: data[id], ...
-    //
-    // Push the result of looking up `id` on the current data
-    lookupData: function(id) {
-      this.pushStack(this.nameLookup('data', id, 'data'));
-    },
-
-    // [pushStringParam]
-    //
-    // On stack, before: ...
-    // On stack, after: string, currentContext, ...
-    //
-    // This opcode is designed for use in string mode, which
-    // provides the string value of a parameter along with its
-    // depth rather than resolving it immediately.
-    pushStringParam: function(string, type) {
-      this.pushStackLiteral('depth' + this.lastContext);
-
-      this.pushString(type);
-
-      if (typeof string === 'string') {
-        this.pushString(string);
-      } else {
-        this.pushStackLiteral(string);
-      }
-    },
-
-    pushHash: function() {
-      this.push('{}');
-
-      if (this.options.stringParams) {
-        this.register('hashTypes', '{}');
-      }
-    },
-
-    // [pushString]
-    //
-    // On stack, before: ...
-    // On stack, after: quotedString(string), ...
-    //
-    // Push a quoted version of `string` onto the stack
-    pushString: function(string) {
-      this.pushStackLiteral(this.quotedString(string));
-    },
-
-    // [push]
-    //
-    // On stack, before: ...
-    // On stack, after: expr, ...
-    //
-    // Push an expression onto the stack
-    push: function(expr) {
-      this.pushStack(expr);
-    },
-
-    // [pushLiteral]
-    //
-    // On stack, before: ...
-    // On stack, after: value, ...
-    //
-    // Pushes a value onto the stack. This operation prevents
-    // the compiler from creating a temporary variable to hold
-    // it.
-    pushLiteral: function(value) {
-      this.pushStackLiteral(value);
-    },
-
-    // [pushProgram]
-    //
-    // On stack, before: ...
-    // On stack, after: program(guid), ...
-    //
-    // Push a program expression onto the stack. This takes
-    // a compile-time guid and converts it into a runtime-accessible
-    // expression.
-    pushProgram: function(guid) {
-      if (guid != null) {
-        this.pushStackLiteral(this.programExpression(guid));
-      } else {
-        this.pushStackLiteral(null);
-      }
-    },
-
-    // [invokeHelper]
-    //
-    // On stack, before: hash, inverse, program, params..., ...
-    // On stack, after: result of helper invocation
-    //
-    // Pops off the helper's parameters, invokes the helper,
-    // and pushes the helper's return value onto the stack.
-    //
-    // If the helper is not found, `helperMissing` is called.
-    invokeHelper: function(paramSize, name) {
-      this.context.aliases.helperMissing = 'helpers.helperMissing';
-
-      var helper = this.lastHelper = this.setupHelper(paramSize, name);
-      this.register('foundHelper', helper.name);
-
-      this.pushStack("foundHelper ? foundHelper.call(" +
-        helper.callParams + ") " + ": helperMissing.call(" +
-        helper.helperMissingParams + ")");
-    },
-
-    // [invokeKnownHelper]
-    //
-    // On stack, before: hash, inverse, program, params..., ...
-    // On stack, after: result of helper invocation
-    //
-    // This operation is used when the helper is known to exist,
-    // so a `helperMissing` fallback is not required.
-    invokeKnownHelper: function(paramSize, name) {
-      var helper = this.setupHelper(paramSize, name);
-      this.pushStack(helper.name + ".call(" + helper.callParams + ")");
-    },
-
-    // [invokeAmbiguous]
-    //
-    // On stack, before: hash, inverse, program, params..., ...
-    // On stack, after: result of disambiguation
-    //
-    // This operation is used when an expression like `{{foo}}`
-    // is provided, but we don't know at compile-time whether it
-    // is a helper or a path.
-    //
-    // This operation emits more code than the other options,
-    // and can be avoided by passing the `knownHelpers` and
-    // `knownHelpersOnly` flags at compile-time.
-    invokeAmbiguous: function(name) {
-      this.context.aliases.functionType = '"function"';
-
-      this.pushStackLiteral('{}');
-      var helper = this.setupHelper(0, name);
-
-      var helperName = this.lastHelper = this.nameLookup('helpers', name, 'helper');
-      this.register('foundHelper', helperName);
-
-      var nonHelper = this.nameLookup('depth' + this.lastContext, name, 'context');
-      var nextStack = this.nextStack();
-
-      this.source.push('if (foundHelper) { ' + nextStack + ' = foundHelper.call(' + helper.callParams + '); }');
-      this.source.push('else { ' + nextStack + ' = ' + nonHelper + '; ' + nextStack + ' = typeof ' + nextStack + ' === functionType ? ' + nextStack + '.apply(depth0) : ' + nextStack + '; }');
-    },
-
-    // [invokePartial]
-    //
-    // On stack, before: context, ...
-    // On stack after: result of partial invocation
-    //
-    // This operation pops off a context, invokes a partial with that context,
-    // and pushes the result of the invocation back.
-    invokePartial: function(name) {
-      var params = [this.nameLookup('partials', name, 'partial'), "'" + name + "'", this.popStack(), "helpers", "partials"];
-
-      if (this.options.data) {
-        params.push("data");
-      }
-
-      this.context.aliases.self = "this";
-      this.pushStack("self.invokePartial(" + params.join(", ") + ")");
-    },
-
-    // [assignToHash]
-    //
-    // On stack, before: value, hash, ...
-    // On stack, after: hash, ...
-    //
-    // Pops a value and hash off the stack, assigns `hash[key] = value`
-    // and pushes the hash back onto the stack.
-    assignToHash: function(key) {
-      var value = this.popStack();
-
-      if (this.options.stringParams) {
-        var type = this.popStack();
-        this.popStack();
-        this.source.push("hashTypes['" + key + "'] = " + type + ";");
-      }
-
-      var hash = this.topStack();
-
-      this.source.push(hash + "['" + key + "'] = " + value + ";");
-    },
-
-    // HELPERS
-
-    compiler: JavaScriptCompiler,
-
-    compileChildren: function(environment, options) {
-      var children = environment.children, child, compiler;
-
-      for(var i=0, l=children.length; i<l; i++) {
-        child = children[i];
-        compiler = new this.compiler();
-
-        this.context.programs.push('');     // Placeholder to prevent name conflicts for nested children
-        var index = this.context.programs.length;
-        child.index = index;
-        child.name = 'program' + index;
-        this.context.programs[index] = compiler.compile(child, options, this.context);
-      }
-    },
-
-    programExpression: function(guid) {
-      this.context.aliases.self = "this";
-
-      if(guid == null) {
-        return "self.noop";
-      }
-
-      var child = this.environment.children[guid],
-          depths = child.depths.list, depth;
-
-      var programParams = [child.index, child.name, "data"];
-
-      for(var i=0, l = depths.length; i<l; i++) {
-        depth = depths[i];
-
-        if(depth === 1) { programParams.push("depth0"); }
-        else { programParams.push("depth" + (depth - 1)); }
-      }
-
-      if(depths.length === 0) {
-        return "self.program(" + programParams.join(", ") + ")";
-      } else {
-        programParams.shift();
-        return "self.programWithDepth(" + programParams.join(", ") + ")";
-      }
-    },
-
-    register: function(name, val) {
-      this.useRegister(name);
-      this.source.push(name + " = " + val + ";");
-    },
-
-    useRegister: function(name) {
-      if(!this.registers[name]) {
-        this.registers[name] = true;
-        this.registers.list.push(name);
-      }
-    },
-
-    pushStackLiteral: function(item) {
-      this.compileStack.push(new Literal(item));
-      return item;
-    },
-
-    pushStack: function(item) {
-      var stack = this.incrStack();
-      this.source.push(stack + " = " + item + ";");
-      this.compileStack.push(stack);
-      return stack;
-    },
-
-    replaceStack: function(callback) {
-      var stack = this.topStack(),
-          item = callback.call(this, stack);
-
-      // Prevent modification of the context depth variable. Through replaceStack
-      if (/^depth/.test(stack)) {
-        stack = this.nextStack();
-      }
-
-      this.source.push(stack + " = " + item + ";");
-      return stack;
-    },
-
-    nextStack: function(skipCompileStack) {
-      var name = this.incrStack();
-      this.compileStack.push(name);
-      return name;
-    },
-
-    incrStack: function() {
-      this.stackSlot++;
-      if(this.stackSlot > this.stackVars.length) { this.stackVars.push("stack" + this.stackSlot); }
-      return "stack" + this.stackSlot;
-    },
-
-    popStack: function() {
-      var item = this.compileStack.pop();
-
-      if (item instanceof Literal) {
-        return item.value;
-      } else {
-        this.stackSlot--;
-        return item;
-      }
-    },
-
-    topStack: function() {
-      var item = this.compileStack[this.compileStack.length - 1];
-
-      if (item instanceof Literal) {
-        return item.value;
-      } else {
-        return item;
-      }
-    },
-
-    quotedString: function(str) {
-      return '"' + str
-        .replace(/\\/g, '\\\\')
-        .replace(/"/g, '\\"')
-        .replace(/\n/g, '\\n')
-        .replace(/\r/g, '\\r') + '"';
-    },
-
-    setupHelper: function(paramSize, name) {
-      var params = [];
-      this.setupParams(paramSize, params);
-      var foundHelper = this.nameLookup('helpers', name, 'helper');
-
-      return {
-        params: params,
-        name: foundHelper,
-        callParams: ["depth0"].concat(params).join(", "),
-        helperMissingParams: ["depth0", this.quotedString(name)].concat(params).join(", ")
-      };
-    },
-
-    // the params and contexts arguments are passed in arrays
-    // to fill in
-    setupParams: function(paramSize, params) {
-      var options = [], contexts = [], types = [], param, inverse, program;
-
-      options.push("hash:" + this.popStack());
-
-      inverse = this.popStack();
-      program = this.popStack();
-
-      // Avoid setting fn and inverse if neither are set. This allows
-      // helpers to do a check for `if (options.fn)`
-      if (program || inverse) {
-        if (!program) {
-          this.context.aliases.self = "this";
-          program = "self.noop";
-        }
-
-        if (!inverse) {
-         this.context.aliases.self = "this";
-          inverse = "self.noop";
-        }
-
-        options.push("inverse:" + inverse);
-        options.push("fn:" + program);
-      }
-
-      for(var i=0; i<paramSize; i++) {
-        param = this.popStack();
-        params.push(param);
-
-        if(this.options.stringParams) {
-          types.push(this.popStack());
-          contexts.push(this.popStack());
-        }
-      }
-
-      if (this.options.stringParams) {
-        options.push("contexts:[" + contexts.join(",") + "]");
-        options.push("types:[" + types.join(",") + "]");
-        options.push("hashTypes:hashTypes");
-      }
-
-      if(this.options.data) {
-        options.push("data:data");
-      }
-
-      params.push("{" + options.join(",") + "}");
-      return params.join(", ");
-    }
-  };
-
-  var reservedWords = (
-    "break else new var" +
-    " case finally return void" +
-    " catch for switch while" +
-    " continue function this with" +
-    " default if throw" +
-    " delete in try" +
-    " do instanceof typeof" +
-    " abstract enum int short" +
-    " boolean export interface static" +
-    " byte extends long super" +
-    " char final native synchronized" +
-    " class float package throws" +
-    " const goto private transient" +
-    " debugger implements protected volatile" +
-    " double import public let yield"
-  ).split(" ");
-
-  var compilerWords = JavaScriptCompiler.RESERVED_WORDS = {};
-
-  for(var i=0, l=reservedWords.length; i<l; i++) {
-    compilerWords[reservedWords[i]] = true;
-  }
-
-  JavaScriptCompiler.isValidJavaScriptVariableName = function(name) {
-    if(!JavaScriptCompiler.RESERVED_WORDS[name] && /^[a-zA-Z_$][0-9a-zA-Z_$]+$/.test(name)) {
-      return true;
-    }
-    return false;
-  };
-
-})(Handlebars.Compiler, Handlebars.JavaScriptCompiler);
-
-Handlebars.precompile = function(string, options) {
-  if (typeof string !== 'string') {
-    throw new Handlebars.Exception("You must pass a string to Handlebars.compile. You passed " + string);
-  }
-
-  options = options || {};
-  if (!('data' in options)) {
-    options.data = true;
-  }
-  var ast = Handlebars.parse(string);
-  var environment = new Handlebars.Compiler().compile(ast, options);
-  return new Handlebars.JavaScriptCompiler().compile(environment, options);
-};
-
-Handlebars.compile = function(string, options) {
-  if (typeof string !== 'string') {
-    throw new Handlebars.Exception("You must pass a string to Handlebars.compile. You passed " + string);
-  }
-
-  options = options || {};
-  if (!('data' in options)) {
-    options.data = true;
-  }
-  var compiled;
-  function compile() {
-    var ast = Handlebars.parse(string);
-    var environment = new Handlebars.Compiler().compile(ast, options);
-    var templateSpec = new Handlebars.JavaScriptCompiler().compile(environment, options, undefined, true);
-    return Handlebars.template(templateSpec);
-  }
-
-  // Template is only compiled on first use and cached after that point.
-  return function(context, options) {
-    if (!compiled) {
-      compiled = compile();
-    }
-    return compiled.call(this, context, options);
-  };
-};
-;
-// lib/handlebars/runtime.js
-Handlebars.VM = {
-  template: function(templateSpec) {
-    // Just add water
-    var container = {
-      escapeExpression: Handlebars.Utils.escapeExpression,
-      invokePartial: Handlebars.VM.invokePartial,
-      programs: [],
-      program: function(i, fn, data) {
-        var programWrapper = this.programs[i];
-        if(data) {
-          return Handlebars.VM.program(fn, data);
-        } else if(programWrapper) {
-          return programWrapper;
-        } else {
-          programWrapper = this.programs[i] = Handlebars.VM.program(fn);
-          return programWrapper;
-        }
-      },
-      programWithDepth: Handlebars.VM.programWithDepth,
-      noop: Handlebars.VM.noop
-    };
-
-    return function(context, options) {
-      options = options || {};
-      return templateSpec.call(container, Handlebars, context, options.helpers, options.partials, options.data);
-    };
-  },
-
-  programWithDepth: function(fn, data, $depth) {
-    var args = Array.prototype.slice.call(arguments, 2);
-
-    return function(context, options) {
-      options = options || {};
-
-      return fn.apply(this, [context, options.data || data].concat(args));
-    };
-  },
-  program: function(fn, data) {
-    return function(context, options) {
-      options = options || {};
-
-      return fn(context, options.data || data);
-    };
-  },
-  noop: function() { return ""; },
-  invokePartial: function(partial, name, context, helpers, partials, data) {
-    var options = { helpers: helpers, partials: partials, data: data };
-
-    if(partial === undefined) {
-      throw new Handlebars.Exception("The partial " + name + " could not be found");
-    } else if(partial instanceof Function) {
-      return partial(context, options);
-    } else if (!Handlebars.compile) {
-      throw new Handlebars.Exception("The partial " + name + " could not be compiled when running in runtime-only mode");
-    } else {
-      partials[name] = Handlebars.compile(partial, {data: data !== undefined});
-      return partials[name](context, options);
-    }
-  }
-};
-
-Handlebars.template = Handlebars.VM.template;
-;
diff --git a/lib/jquery b/lib/jquery
new file mode 160000 (submodule)
index 0000000..55e319a
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 55e319aa52eb828a3a4c2298aa75b6d15cfa06f8
diff --git a/lib/jquery-1.8.3.js b/lib/jquery-1.8.3.js
deleted file mode 100644 (file)
index a86bf79..0000000
+++ /dev/null
@@ -1,9472 +0,0 @@
-/*!
- * jQuery JavaScript Library v1.8.3
- * http://jquery.com/
- *
- * Includes Sizzle.js
- * http://sizzlejs.com/
- *
- * Copyright 2012 jQuery Foundation and other contributors
- * Released under the MIT license
- * http://jquery.org/license
- *
- * Date: Tue Nov 13 2012 08:20:33 GMT-0500 (Eastern Standard Time)
- */
-(function( window, undefined ) {
-var
-       // A central reference to the root jQuery(document)
-       rootjQuery,
-
-       // The deferred used on DOM ready
-       readyList,
-
-       // Use the correct document accordingly with window argument (sandbox)
-       document = window.document,
-       location = window.location,
-       navigator = window.navigator,
-
-       // Map over jQuery in case of overwrite
-       _jQuery = window.jQuery,
-
-       // Map over the $ in case of overwrite
-       _$ = window.$,
-
-       // Save a reference to some core methods
-       core_push = Array.prototype.push,
-       core_slice = Array.prototype.slice,
-       core_indexOf = Array.prototype.indexOf,
-       core_toString = Object.prototype.toString,
-       core_hasOwn = Object.prototype.hasOwnProperty,
-       core_trim = String.prototype.trim,
-
-       // Define a local copy of jQuery
-       jQuery = function( selector, context ) {
-               // The jQuery object is actually just the init constructor 'enhanced'
-               return new jQuery.fn.init( selector, context, rootjQuery );
-       },
-
-       // Used for matching numbers
-       core_pnum = /[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,
-
-       // Used for detecting and trimming whitespace
-       core_rnotwhite = /\S/,
-       core_rspace = /\s+/,
-
-       // Make sure we trim BOM and NBSP (here's looking at you, Safari 5.0 and IE)
-       rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
-
-       // A simple way to check for HTML strings
-       // Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
-       rquickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
-
-       // Match a standalone tag
-       rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>|)$/,
-
-       // JSON RegExp
-       rvalidchars = /^[\],:{}\s]*$/,
-       rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g,
-       rvalidescape = /\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,
-       rvalidtokens = /"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,
-
-       // Matches dashed string for camelizing
-       rmsPrefix = /^-ms-/,
-       rdashAlpha = /-([\da-z])/gi,
-
-       // Used by jQuery.camelCase as callback to replace()
-       fcamelCase = function( all, letter ) {
-               return ( letter + "" ).toUpperCase();
-       },
-
-       // The ready event handler and self cleanup method
-       DOMContentLoaded = function() {
-               if ( document.addEventListener ) {
-                       document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false );
-                       jQuery.ready();
-               } else if ( document.readyState === "complete" ) {
-                       // we're here because readyState === "complete" in oldIE
-                       // which is good enough for us to call the dom ready!
-                       document.detachEvent( "onreadystatechange", DOMContentLoaded );
-                       jQuery.ready();
-               }
-       },
-
-       // [[Class]] -> type pairs
-       class2type = {};
-
-jQuery.fn = jQuery.prototype = {
-       constructor: jQuery,
-       init: function( selector, context, rootjQuery ) {
-               var match, elem, ret, doc;
-
-               // Handle $(""), $(null), $(undefined), $(false)
-               if ( !selector ) {
-                       return this;
-               }
-
-               // Handle $(DOMElement)
-               if ( selector.nodeType ) {
-                       this.context = this[0] = selector;
-                       this.length = 1;
-                       return this;
-               }
-
-               // Handle HTML strings
-               if ( typeof selector === "string" ) {
-                       if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) {
-                               // Assume that strings that start and end with <> are HTML and skip the regex check
-                               match = [ null, selector, null ];
-
-                       } else {
-                               match = rquickExpr.exec( selector );
-                       }
-
-                       // Match html or make sure no context is specified for #id
-                       if ( match && (match[1] || !context) ) {
-
-                               // HANDLE: $(html) -> $(array)
-                               if ( match[1] ) {
-                                       context = context instanceof jQuery ? context[0] : context;
-                                       doc = ( context && context.nodeType ? context.ownerDocument || context : document );
-
-                                       // scripts is true for back-compat
-                                       selector = jQuery.parseHTML( match[1], doc, true );
-                                       if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) {
-                                               this.attr.call( selector, context, true );
-                                       }
-
-                                       return jQuery.merge( this, selector );
-
-                               // HANDLE: $(#id)
-                               } else {
-                                       elem = document.getElementById( match[2] );
-
-                                       // Check parentNode to catch when Blackberry 4.6 returns
-                                       // nodes that are no longer in the document #6963
-                                       if ( elem && elem.parentNode ) {
-                                               // Handle the case where IE and Opera return items
-                                               // by name instead of ID
-                                               if ( elem.id !== match[2] ) {
-                                                       return rootjQuery.find( selector );
-                                               }
-
-                                               // Otherwise, we inject the element directly into the jQuery object
-                                               this.length = 1;
-                                               this[0] = elem;
-                                       }
-
-                                       this.context = document;
-                                       this.selector = selector;
-                                       return this;
-                               }
-
-                       // HANDLE: $(expr, $(...))
-                       } else if ( !context || context.jquery ) {
-                               return ( context || rootjQuery ).find( selector );
-
-                       // HANDLE: $(expr, context)
-                       // (which is just equivalent to: $(context).find(expr)
-                       } else {
-                               return this.constructor( context ).find( selector );
-                       }
-
-               // HANDLE: $(function)
-               // Shortcut for document ready
-               } else if ( jQuery.isFunction( selector ) ) {
-                       return rootjQuery.ready( selector );
-               }
-
-               if ( selector.selector !== undefined ) {
-                       this.selector = selector.selector;
-                       this.context = selector.context;
-               }
-
-               return jQuery.makeArray( selector, this );
-       },
-
-       // Start with an empty selector
-       selector: "",
-
-       // The current version of jQuery being used
-       jquery: "1.8.3",
-
-       // The default length of a jQuery object is 0
-       length: 0,
-
-       // The number of elements contained in the matched element set
-       size: function() {
-               return this.length;
-       },
-
-       toArray: function() {
-               return core_slice.call( this );
-       },
-
-       // Get the Nth element in the matched element set OR
-       // Get the whole matched element set as a clean array
-       get: function( num ) {
-               return num == null ?
-
-                       // Return a 'clean' array
-                       this.toArray() :
-
-                       // Return just the object
-                       ( num < 0 ? this[ this.length + num ] : this[ num ] );
-       },
-
-       // Take an array of elements and push it onto the stack
-       // (returning the new matched element set)
-       pushStack: function( elems, name, selector ) {
-
-               // Build a new jQuery matched element set
-               var ret = jQuery.merge( this.constructor(), elems );
-
-               // Add the old object onto the stack (as a reference)
-               ret.prevObject = this;
-
-               ret.context = this.context;
-
-               if ( name === "find" ) {
-                       ret.selector = this.selector + ( this.selector ? " " : "" ) + selector;
-               } else if ( name ) {
-                       ret.selector = this.selector + "." + name + "(" + selector + ")";
-               }
-
-               // Return the newly-formed element set
-               return ret;
-       },
-
-       // Execute a callback for every element in the matched set.
-       // (You can seed the arguments with an array of args, but this is
-       // only used internally.)
-       each: function( callback, args ) {
-               return jQuery.each( this, callback, args );
-       },
-
-       ready: function( fn ) {
-               // Add the callback
-               jQuery.ready.promise().done( fn );
-
-               return this;
-       },
-
-       eq: function( i ) {
-               i = +i;
-               return i === -1 ?
-                       this.slice( i ) :
-                       this.slice( i, i + 1 );
-       },
-
-       first: function() {
-               return this.eq( 0 );
-       },
-
-       last: function() {
-               return this.eq( -1 );
-       },
-
-       slice: function() {
-               return this.pushStack( core_slice.apply( this, arguments ),
-                       "slice", core_slice.call(arguments).join(",") );
-       },
-
-       map: function( callback ) {
-               return this.pushStack( jQuery.map(this, function( elem, i ) {
-                       return callback.call( elem, i, elem );
-               }));
-       },
-
-       end: function() {
-               return this.prevObject || this.constructor(null);
-       },
-
-       // For internal use only.
-       // Behaves like an Array's method, not like a jQuery method.
-       push: core_push,
-       sort: [].sort,
-       splice: [].splice
-};
-
-// Give the init function the jQuery prototype for later instantiation
-jQuery.fn.init.prototype = jQuery.fn;
-
-jQuery.extend = jQuery.fn.extend = function() {
-       var options, name, src, copy, copyIsArray, clone,
-               target = arguments[0] || {},
-               i = 1,
-               length = arguments.length,
-               deep = false;
-
-       // Handle a deep copy situation
-       if ( typeof target === "boolean" ) {
-               deep = target;
-               target = arguments[1] || {};
-               // skip the boolean and the target
-               i = 2;
-       }
-
-       // Handle case when target is a string or something (possible in deep copy)
-       if ( typeof target !== "object" && !jQuery.isFunction(target) ) {
-               target = {};
-       }
-
-       // extend jQuery itself if only one argument is passed
-       if ( length === i ) {
-               target = this;
-               --i;
-       }
-
-       for ( ; i < length; i++ ) {
-               // Only deal with non-null/undefined values
-               if ( (options = arguments[ i ]) != null ) {
-                       // Extend the base object
-                       for ( name in options ) {
-                               src = target[ name ];
-                               copy = options[ name ];
-
-                               // Prevent never-ending loop
-                               if ( target === copy ) {
-                                       continue;
-                               }
-
-                               // Recurse if we're merging plain objects or arrays
-                               if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {
-                                       if ( copyIsArray ) {
-                                               copyIsArray = false;
-                                               clone = src && jQuery.isArray(src) ? src : [];
-
-                                       } else {
-                                               clone = src && jQuery.isPlainObject(src) ? src : {};
-                                       }
-
-                                       // Never move original objects, clone them
-                                       target[ name ] = jQuery.extend( deep, clone, copy );
-
-                               // Don't bring in undefined values
-                               } else if ( copy !== undefined ) {
-                                       target[ name ] = copy;
-                               }
-                       }
-               }
-       }
-
-       // Return the modified object
-       return target;
-};
-
-jQuery.extend({
-       noConflict: function( deep ) {
-               if ( window.$ === jQuery ) {
-                       window.$ = _$;
-               }
-
-               if ( deep && window.jQuery === jQuery ) {
-                       window.jQuery = _jQuery;
-               }
-
-               return jQuery;
-       },
-
-       // Is the DOM ready to be used? Set to true once it occurs.
-       isReady: false,
-
-       // A counter to track how many items to wait for before
-       // the ready event fires. See #6781
-       readyWait: 1,
-
-       // Hold (or release) the ready event
-       holdReady: function( hold ) {
-               if ( hold ) {
-                       jQuery.readyWait++;
-               } else {
-                       jQuery.ready( true );
-               }
-       },
-
-       // Handle when the DOM is ready
-       ready: function( wait ) {
-
-               // Abort if there are pending holds or we're already ready
-               if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
-                       return;
-               }
-
-               // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443).
-               if ( !document.body ) {
-                       return setTimeout( jQuery.ready, 1 );
-               }
-
-               // Remember that the DOM is ready
-               jQuery.isReady = true;
-
-               // If a normal DOM Ready event fired, decrement, and wait if need be
-               if ( wait !== true && --jQuery.readyWait > 0 ) {
-                       return;
-               }
-
-               // If there are functions bound, to execute
-               readyList.resolveWith( document, [ jQuery ] );
-
-               // Trigger any bound ready events
-               if ( jQuery.fn.trigger ) {
-                       jQuery( document ).trigger("ready").off("ready");
-               }
-       },
-
-       // See test/unit/core.js for details concerning isFunction.
-       // Since version 1.3, DOM methods and functions like alert
-       // aren't supported. They return false on IE (#2968).
-       isFunction: function( obj ) {
-               return jQuery.type(obj) === "function";
-       },
-
-       isArray: Array.isArray || function( obj ) {
-               return jQuery.type(obj) === "array";
-       },
-
-       isWindow: function( obj ) {
-               return obj != null && obj == obj.window;
-       },
-
-       isNumeric: function( obj ) {
-               return !isNaN( parseFloat(obj) ) && isFinite( obj );
-       },
-
-       type: function( obj ) {
-               return obj == null ?
-                       String( obj ) :
-                       class2type[ core_toString.call(obj) ] || "object";
-       },
-
-       isPlainObject: function( obj ) {
-               // Must be an Object.
-               // Because of IE, we also have to check the presence of the constructor property.
-               // Make sure that DOM nodes and window objects don't pass through, as well
-               if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) {
-                       return false;
-               }
-
-               try {
-                       // Not own constructor property must be Object
-                       if ( obj.constructor &&
-                               !core_hasOwn.call(obj, "constructor") &&
-                               !core_hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) {
-                               return false;
-                       }
-               } catch ( e ) {
-                       // IE8,9 Will throw exceptions on certain host objects #9897
-                       return false;
-               }
-
-               // Own properties are enumerated firstly, so to speed up,
-               // if last one is own, then all properties are own.
-
-               var key;
-               for ( key in obj ) {}
-
-               return key === undefined || core_hasOwn.call( obj, key );
-       },
-
-       isEmptyObject: function( obj ) {
-               var name;
-               for ( name in obj ) {
-                       return false;
-               }
-               return true;
-       },
-
-       error: function( msg ) {
-               throw new Error( msg );
-       },
-
-       // data: string of html
-       // context (optional): If specified, the fragment will be created in this context, defaults to document
-       // scripts (optional): If true, will include scripts passed in the html string
-       parseHTML: function( data, context, scripts ) {
-               var parsed;
-               if ( !data || typeof data !== "string" ) {
-                       return null;
-               }
-               if ( typeof context === "boolean" ) {
-                       scripts = context;
-                       context = 0;
-               }
-               context = context || document;
-
-               // Single tag
-               if ( (parsed = rsingleTag.exec( data )) ) {
-                       return [ context.createElement( parsed[1] ) ];
-               }
-
-               parsed = jQuery.buildFragment( [ data ], context, scripts ? null : [] );
-               return jQuery.merge( [],
-                       (parsed.cacheable ? jQuery.clone( parsed.fragment ) : parsed.fragment).childNodes );
-       },
-
-       parseJSON: function( data ) {
-               if ( !data || typeof data !== "string") {
-                       return null;
-               }
-
-               // Make sure leading/trailing whitespace is removed (IE can't handle it)
-               data = jQuery.trim( data );
-
-               // Attempt to parse using the native JSON parser first
-               if ( window.JSON && window.JSON.parse ) {
-                       return window.JSON.parse( data );
-               }
-
-               // Make sure the incoming data is actual JSON
-               // Logic borrowed from http://json.org/json2.js
-               if ( rvalidchars.test( data.replace( rvalidescape, "@" )
-                       .replace( rvalidtokens, "]" )
-                       .replace( rvalidbraces, "")) ) {
-
-                       return ( new Function( "return " + data ) )();
-
-               }
-               jQuery.error( "Invalid JSON: " + data );
-       },
-
-       // Cross-browser xml parsing
-       parseXML: function( data ) {
-               var xml, tmp;
-               if ( !data || typeof data !== "string" ) {
-                       return null;
-               }
-               try {
-                       if ( window.DOMParser ) { // Standard
-                               tmp = new DOMParser();
-                               xml = tmp.parseFromString( data , "text/xml" );
-                       } else { // IE
-                               xml = new ActiveXObject( "Microsoft.XMLDOM" );
-                               xml.async = "false";
-                               xml.loadXML( data );
-                       }
-               } catch( e ) {
-                       xml = undefined;
-               }
-               if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) {
-                       jQuery.error( "Invalid XML: " + data );
-               }
-               return xml;
-       },
-
-       noop: function() {},
-
-       // Evaluates a script in a global context
-       // Workarounds based on findings by Jim Driscoll
-       // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context
-       globalEval: function( data ) {
-               if ( data && core_rnotwhite.test( data ) ) {
-                       // We use execScript on Internet Explorer
-                       // We use an anonymous function so that context is window
-                       // rather than jQuery in Firefox
-                       ( window.execScript || function( data ) {
-                               window[ "eval" ].call( window, data );
-                       } )( data );
-               }
-       },
-
-       // Convert dashed to camelCase; used by the css and data modules
-       // Microsoft forgot to hump their vendor prefix (#9572)
-       camelCase: function( string ) {
-               return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
-       },
-
-       nodeName: function( elem, name ) {
-               return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
-       },
-
-       // args is for internal usage only
-       each: function( obj, callback, args ) {
-               var name,
-                       i = 0,
-                       length = obj.length,
-                       isObj = length === undefined || jQuery.isFunction( obj );
-
-               if ( args ) {
-                       if ( isObj ) {
-                               for ( name in obj ) {
-                                       if ( callback.apply( obj[ name ], args ) === false ) {
-                                               break;
-                                       }
-                               }
-                       } else {
-                               for ( ; i < length; ) {
-                                       if ( callback.apply( obj[ i++ ], args ) === false ) {
-                                               break;
-                                       }
-                               }
-                       }
-
-               // A special, fast, case for the most common use of each
-               } else {
-                       if ( isObj ) {
-                               for ( name in obj ) {
-                                       if ( callback.call( obj[ name ], name, obj[ name ] ) === false ) {
-                                               break;
-                                       }
-                               }
-                       } else {
-                               for ( ; i < length; ) {
-                                       if ( callback.call( obj[ i ], i, obj[ i++ ] ) === false ) {
-                                               break;
-                                       }
-                               }
-                       }
-               }
-
-               return obj;
-       },
-
-       // Use native String.trim function wherever possible
-       trim: core_trim && !core_trim.call("\uFEFF\xA0") ?
-               function( text ) {
-                       return text == null ?
-                               "" :
-                               core_trim.call( text );
-               } :
-
-               // Otherwise use our own trimming functionality
-               function( text ) {
-                       return text == null ?
-                               "" :
-                               ( text + "" ).replace( rtrim, "" );
-               },
-
-       // results is for internal usage only
-       makeArray: function( arr, results ) {
-               var type,
-                       ret = results || [];
-
-               if ( arr != null ) {
-                       // The window, strings (and functions) also have 'length'
-                       // Tweaked logic slightly to handle Blackberry 4.7 RegExp issues #6930
-                       type = jQuery.type( arr );
-
-                       if ( arr.length == null || type === "string" || type === "function" || type === "regexp" || jQuery.isWindow( arr ) ) {
-                               core_push.call( ret, arr );
-                       } else {
-                               jQuery.merge( ret, arr );
-                       }
-               }
-
-               return ret;
-       },
-
-       inArray: function( elem, arr, i ) {
-               var len;
-
-               if ( arr ) {
-                       if ( core_indexOf ) {
-                               return core_indexOf.call( arr, elem, i );
-                       }
-
-                       len = arr.length;
-                       i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0;
-
-                       for ( ; i < len; i++ ) {
-                               // Skip accessing in sparse arrays
-                               if ( i in arr && arr[ i ] === elem ) {
-                                       return i;
-                               }
-                       }
-               }
-
-               return -1;
-       },
-
-       merge: function( first, second ) {
-               var l = second.length,
-                       i = first.length,
-                       j = 0;
-
-               if ( typeof l === "number" ) {
-                       for ( ; j < l; j++ ) {
-                               first[ i++ ] = second[ j ];
-                       }
-
-               } else {
-                       while ( second[j] !== undefined ) {
-                               first[ i++ ] = second[ j++ ];
-                       }
-               }
-
-               first.length = i;
-
-               return first;
-       },
-
-       grep: function( elems, callback, inv ) {
-               var retVal,
-                       ret = [],
-                       i = 0,
-                       length = elems.length;
-               inv = !!inv;
-
-               // Go through the array, only saving the items
-               // that pass the validator function
-               for ( ; i < length; i++ ) {
-                       retVal = !!callback( elems[ i ], i );
-                       if ( inv !== retVal ) {
-                               ret.push( elems[ i ] );
-                       }
-               }
-
-               return ret;
-       },
-
-       // arg is for internal usage only
-       map: function( elems, callback, arg ) {
-               var value, key,
-                       ret = [],
-                       i = 0,
-                       length = elems.length,
-                       // jquery objects are treated as arrays
-                       isArray = elems instanceof jQuery || length !== undefined && typeof length === "number" && ( ( length > 0 && elems[ 0 ] && elems[ length -1 ] ) || length === 0 || jQuery.isArray( elems ) ) ;
-
-               // Go through the array, translating each of the items to their
-               if ( isArray ) {
-                       for ( ; i < length; i++ ) {
-                               value = callback( elems[ i ], i, arg );
-
-                               if ( value != null ) {
-                                       ret[ ret.length ] = value;
-                               }
-                       }
-
-               // Go through every key on the object,
-               } else {
-                       for ( key in elems ) {
-                               value = callback( elems[ key ], key, arg );
-
-                               if ( value != null ) {
-                                       ret[ ret.length ] = value;
-                               }
-                       }
-               }
-
-               // Flatten any nested arrays
-               return ret.concat.apply( [], ret );
-       },
-
-       // A global GUID counter for objects
-       guid: 1,
-
-       // Bind a function to a context, optionally partially applying any
-       // arguments.
-       proxy: function( fn, context ) {
-               var tmp, args, proxy;
-
-               if ( typeof context === "string" ) {
-                       tmp = fn[ context ];
-                       context = fn;
-                       fn = tmp;
-               }
-
-               // Quick check to determine if target is callable, in the spec
-               // this throws a TypeError, but we will just return undefined.
-               if ( !jQuery.isFunction( fn ) ) {
-                       return undefined;
-               }
-
-               // Simulated bind
-               args = core_slice.call( arguments, 2 );
-               proxy = function() {
-                       return fn.apply( context, args.concat( core_slice.call( arguments ) ) );
-               };
-
-               // Set the guid of unique handler to the same of original handler, so it can be removed
-               proxy.guid = fn.guid = fn.guid || jQuery.guid++;
-
-               return proxy;
-       },
-
-       // Multifunctional method to get and set values of a collection
-       // The value/s can optionally be executed if it's a function
-       access: function( elems, fn, key, value, chainable, emptyGet, pass ) {
-               var exec,
-                       bulk = key == null,
-                       i = 0,
-                       length = elems.length;
-
-               // Sets many values
-               if ( key && typeof key === "object" ) {
-                       for ( i in key ) {
-                               jQuery.access( elems, fn, i, key[i], 1, emptyGet, value );
-                       }
-                       chainable = 1;
-
-               // Sets one value
-               } else if ( value !== undefined ) {
-                       // Optionally, function values get executed if exec is true
-                       exec = pass === undefined && jQuery.isFunction( value );
-
-                       if ( bulk ) {
-                               // Bulk operations only iterate when executing function values
-                               if ( exec ) {
-                                       exec = fn;
-                                       fn = function( elem, key, value ) {
-                                               return exec.call( jQuery( elem ), value );
-                                       };
-
-                               // Otherwise they run against the entire set
-                               } else {
-                                       fn.call( elems, value );
-                                       fn = null;
-                               }
-                       }
-
-                       if ( fn ) {
-                               for (; i < length; i++ ) {
-                                       fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass );
-                               }
-                       }
-
-                       chainable = 1;
-               }
-
-               return chainable ?
-                       elems :
-
-                       // Gets
-                       bulk ?
-                               fn.call( elems ) :
-                               length ? fn( elems[0], key ) : emptyGet;
-       },
-
-       now: function() {
-               return ( new Date() ).getTime();
-       }
-});
-
-jQuery.ready.promise = function( obj ) {
-       if ( !readyList ) {
-
-               readyList = jQuery.Deferred();
-
-               // Catch cases where $(document).ready() is called after the browser event has already occurred.
-               // we once tried to use readyState "interactive" here, but it caused issues like the one
-               // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15
-               if ( document.readyState === "complete" ) {
-                       // Handle it asynchronously to allow scripts the opportunity to delay ready
-                       setTimeout( jQuery.ready, 1 );
-
-               // Standards-based browsers support DOMContentLoaded
-               } else if ( document.addEventListener ) {
-                       // Use the handy event callback
-                       document.addEventListener( "DOMContentLoaded", DOMContentLoaded, false );
-
-                       // A fallback to window.onload, that will always work
-                       window.addEventListener( "load", jQuery.ready, false );
-
-               // If IE event model is used
-               } else {
-                       // Ensure firing before onload, maybe late but safe also for iframes
-                       document.attachEvent( "onreadystatechange", DOMContentLoaded );
-
-                       // A fallback to window.onload, that will always work
-                       window.attachEvent( "onload", jQuery.ready );
-
-                       // If IE and not a frame
-                       // continually check to see if the document is ready
-                       var top = false;
-
-                       try {
-                               top = window.frameElement == null && document.documentElement;
-                       } catch(e) {}
-
-                       if ( top && top.doScroll ) {
-                               (function doScrollCheck() {
-                                       if ( !jQuery.isReady ) {
-
-                                               try {
-                                                       // Use the trick by Diego Perini
-                                                       // http://javascript.nwbox.com/IEContentLoaded/
-                                                       top.doScroll("left");
-                                               } catch(e) {
-                                                       return setTimeout( doScrollCheck, 50 );
-                                               }
-
-                                               // and execute any waiting functions
-                                               jQuery.ready();
-                                       }
-                               })();
-                       }
-               }
-       }
-       return readyList.promise( obj );
-};
-
-// Populate the class2type map
-jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "), function(i, name) {
-       class2type[ "[object " + name + "]" ] = name.toLowerCase();
-});
-
-// All jQuery objects should point back to these
-rootjQuery = jQuery(document);
-// String to Object options format cache
-var optionsCache = {};
-
-// Convert String-formatted options into Object-formatted ones and store in cache
-function createOptions( options ) {
-       var object = optionsCache[ options ] = {};
-       jQuery.each( options.split( core_rspace ), function( _, flag ) {
-               object[ flag ] = true;
-       });
-       return object;
-}
-
-/*
- * Create a callback list using the following parameters:
- *
- *     options: an optional list of space-separated options that will change how
- *                     the callback list behaves or a more traditional option object
- *
- * By default a callback list will act like an event callback list and can be
- * "fired" multiple times.
- *
- * Possible options:
- *
- *     once:                   will ensure the callback list can only be fired once (like a Deferred)
- *
- *     memory:                 will keep track of previous values and will call any callback added
- *                                     after the list has been fired right away with the latest "memorized"
- *                                     values (like a Deferred)
- *
- *     unique:                 will ensure a callback can only be added once (no duplicate in the list)
- *
- *     stopOnFalse:    interrupt callings when a callback returns false
- *
- */
-jQuery.Callbacks = function( options ) {
-
-       // Convert options from String-formatted to Object-formatted if needed
-       // (we check in cache first)
-       options = typeof options === "string" ?
-               ( optionsCache[ options ] || createOptions( options ) ) :
-               jQuery.extend( {}, options );
-
-       var // Last fire value (for non-forgettable lists)
-               memory,
-               // Flag to know if list was already fired
-               fired,
-               // Flag to know if list is currently firing
-               firing,
-               // First callback to fire (used internally by add and fireWith)
-               firingStart,
-               // End of the loop when firing
-               firingLength,
-               // Index of currently firing callback (modified by remove if needed)
-               firingIndex,
-               // Actual callback list
-               list = [],
-               // Stack of fire calls for repeatable lists
-               stack = !options.once && [],
-               // Fire callbacks
-               fire = function( data ) {
-                       memory = options.memory && data;
-                       fired = true;
-                       firingIndex = firingStart || 0;
-                       firingStart = 0;
-                       firingLength = list.length;
-                       firing = true;
-                       for ( ; list && firingIndex < firingLength; firingIndex++ ) {
-                               if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) {
-                                       memory = false; // To prevent further calls using add
-                                       break;
-                               }
-                       }
-                       firing = false;
-                       if ( list ) {
-                               if ( stack ) {
-                                       if ( stack.length ) {
-                                               fire( stack.shift() );
-                                       }
-                               } else if ( memory ) {
-                                       list = [];
-                               } else {
-                                       self.disable();
-                               }
-                       }
-               },
-               // Actual Callbacks object
-               self = {
-                       // Add a callback or a collection of callbacks to the list
-                       add: function() {
-                               if ( list ) {
-                                       // First, we save the current length
-                                       var start = list.length;
-                                       (function add( args ) {
-                                               jQuery.each( args, function( _, arg ) {
-                                                       var type = jQuery.type( arg );
-                                                       if ( type === "function" ) {
-                                                               if ( !options.unique || !self.has( arg ) ) {
-                                                                       list.push( arg );
-                                                               }
-                                                       } else if ( arg && arg.length && type !== "string" ) {
-                                                               // Inspect recursively
-                                                               add( arg );
-                                                       }
-                                               });
-                                       })( arguments );
-                                       // Do we need to add the callbacks to the
-                                       // current firing batch?
-                                       if ( firing ) {
-                                               firingLength = list.length;
-                                       // With memory, if we're not firing then
-                                       // we should call right away
-                                       } else if ( memory ) {
-                                               firingStart = start;
-                                               fire( memory );
-                                       }
-                               }
-                               return this;
-                       },
-                       // Remove a callback from the list
-                       remove: function() {
-                               if ( list ) {
-                                       jQuery.each( arguments, function( _, arg ) {
-                                               var index;
-                                               while( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {
-                                                       list.splice( index, 1 );
-                                                       // Handle firing indexes
-                                                       if ( firing ) {
-                                                               if ( index <= firingLength ) {
-                                                                       firingLength--;
-                                                               }
-                                                               if ( index <= firingIndex ) {
-                                                                       firingIndex--;
-                                                               }
-                                                       }
-                                               }
-                                       });
-                               }
-                               return this;
-                       },
-                       // Control if a given callback is in the list
-                       has: function( fn ) {
-                               return jQuery.inArray( fn, list ) > -1;
-                       },
-                       // Remove all callbacks from the list
-                       empty: function() {
-                               list = [];
-                               return this;
-                       },
-                       // Have the list do nothing anymore
-                       disable: function() {
-                               list = stack = memory = undefined;
-                               return this;
-                       },
-                       // Is it disabled?
-                       disabled: function() {
-                               return !list;
-                       },
-                       // Lock the list in its current state
-                       lock: function() {
-                               stack = undefined;
-                               if ( !memory ) {
-                                       self.disable();
-                               }
-                               return this;
-                       },
-                       // Is it locked?
-                       locked: function() {
-                               return !stack;
-                       },
-                       // Call all callbacks with the given context and arguments
-                       fireWith: function( context, args ) {
-                               args = args || [];
-                               args = [ context, args.slice ? args.slice() : args ];
-                               if ( list && ( !fired || stack ) ) {
-                                       if ( firing ) {
-                                               stack.push( args );
-                                       } else {
-                                               fire( args );
-                                       }
-                               }
-                               return this;
-                       },
-                       // Call all the callbacks with the given arguments
-                       fire: function() {
-                               self.fireWith( this, arguments );
-                               return this;
-                       },
-                       // To know if the callbacks have already been called at least once
-                       fired: function() {
-                               return !!fired;
-                       }
-               };
-
-       return self;
-};
-jQuery.extend({
-
-       Deferred: function( func ) {
-               var tuples = [
-                               // action, add listener, listener list, final state
-                               [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ],
-                               [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ],
-                               [ "notify", "progress", jQuery.Callbacks("memory") ]
-                       ],
-                       state = "pending",
-                       promise = {
-                               state: function() {
-                                       return state;
-                               },
-                               always: function() {
-                                       deferred.done( arguments ).fail( arguments );
-                                       return this;
-                               },
-                               then: function( /* fnDone, fnFail, fnProgress */ ) {
-                                       var fns = arguments;
-                                       return jQuery.Deferred(function( newDefer ) {
-                                               jQuery.each( tuples, function( i, tuple ) {
-                                                       var action = tuple[ 0 ],
-                                                               fn = fns[ i ];
-                                                       // deferred[ done | fail | progress ] for forwarding actions to newDefer
-                                                       deferred[ tuple[1] ]( jQuery.isFunction( fn ) ?
-                                                               function() {
-                                                                       var returned = fn.apply( this, arguments );
-                                                                       if ( returned && jQuery.isFunction( returned.promise ) ) {
-                                                                               returned.promise()
-                                                                                       .done( newDefer.resolve )
-                                                                                       .fail( newDefer.reject )
-                                                                                       .progress( newDefer.notify );
-                                                                       } else {
-                                                                               newDefer[ action + "With" ]( this === deferred ? newDefer : this, [ returned ] );
-                                                                       }
-                                                               } :
-                                                               newDefer[ action ]
-                                                       );
-                                               });
-                                               fns = null;
-                                       }).promise();
-                               },
-                               // Get a promise for this deferred
-                               // If obj is provided, the promise aspect is added to the object
-                               promise: function( obj ) {
-                                       return obj != null ? jQuery.extend( obj, promise ) : promise;
-                               }
-                       },
-                       deferred = {};
-
-               // Keep pipe for back-compat
-               promise.pipe = promise.then;
-
-               // Add list-specific methods
-               jQuery.each( tuples, function( i, tuple ) {
-                       var list = tuple[ 2 ],
-                               stateString = tuple[ 3 ];
-
-                       // promise[ done | fail | progress ] = list.add
-                       promise[ tuple[1] ] = list.add;
-
-                       // Handle state
-                       if ( stateString ) {
-                               list.add(function() {
-                                       // state = [ resolved | rejected ]
-                                       state = stateString;
-
-                               // [ reject_list | resolve_list ].disable; progress_list.lock
-                               }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );
-                       }
-
-                       // deferred[ resolve | reject | notify ] = list.fire
-                       deferred[ tuple[0] ] = list.fire;
-                       deferred[ tuple[0] + "With" ] = list.fireWith;
-               });
-
-               // Make the deferred a promise
-               promise.promise( deferred );
-
-               // Call given func if any
-               if ( func ) {
-                       func.call( deferred, deferred );
-               }
-
-               // All done!
-               return deferred;
-       },
-
-       // Deferred helper
-       when: function( subordinate /* , ..., subordinateN */ ) {
-               var i = 0,
-                       resolveValues = core_slice.call( arguments ),
-                       length = resolveValues.length,
-
-                       // the count of uncompleted subordinates
-                       remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,
-
-                       // the master Deferred. If resolveValues consist of only a single Deferred, just use that.
-                       deferred = remaining === 1 ? subordinate : jQuery.Deferred(),
-
-                       // Update function for both resolve and progress values
-                       updateFunc = function( i, contexts, values ) {
-                               return function( value ) {
-                                       contexts[ i ] = this;
-                                       values[ i ] = arguments.length > 1 ? core_slice.call( arguments ) : value;
-                                       if( values === progressValues ) {
-                                               deferred.notifyWith( contexts, values );
-                                       } else if ( !( --remaining ) ) {
-                                               deferred.resolveWith( contexts, values );
-                                       }
-                               };
-                       },
-
-                       progressValues, progressContexts, resolveContexts;
-
-               // add listeners to Deferred subordinates; treat others as resolved
-               if ( length > 1 ) {
-                       progressValues = new Array( length );
-                       progressContexts = new Array( length );
-                       resolveContexts = new Array( length );
-                       for ( ; i < length; i++ ) {
-                               if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {
-                                       resolveValues[ i ].promise()
-                                               .done( updateFunc( i, resolveContexts, resolveValues ) )
-                                               .fail( deferred.reject )
-                                               .progress( updateFunc( i, progressContexts, progressValues ) );
-                               } else {
-                                       --remaining;
-                               }
-                       }
-               }
-
-               // if we're not waiting on anything, resolve the master
-               if ( !remaining ) {
-                       deferred.resolveWith( resolveContexts, resolveValues );
-               }
-
-               return deferred.promise();
-       }
-});
-jQuery.support = (function() {
-
-       var support,
-               all,
-               a,
-               select,
-               opt,
-               input,
-               fragment,
-               eventName,
-               i,
-               isSupported,
-               clickFn,
-               div = document.createElement("div");
-
-       // Setup
-       div.setAttribute( "className", "t" );
-       div.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";
-
-       // Support tests won't run in some limited or non-browser environments
-       all = div.getElementsByTagName("*");
-       a = div.getElementsByTagName("a")[ 0 ];
-       if ( !all || !a || !all.length ) {
-               return {};
-       }
-
-       // First batch of tests
-       select = document.createElement("select");
-       opt = select.appendChild( document.createElement("option") );
-       input = div.getElementsByTagName("input")[ 0 ];
-
-       a.style.cssText = "top:1px;float:left;opacity:.5";
-       support = {
-               // IE strips leading whitespace when .innerHTML is used
-               leadingWhitespace: ( div.firstChild.nodeType === 3 ),
-
-               // Make sure that tbody elements aren't automatically inserted
-               // IE will insert them into empty tables
-               tbody: !div.getElementsByTagName("tbody").length,
-
-               // Make sure that link elements get serialized correctly by innerHTML
-               // This requires a wrapper element in IE
-               htmlSerialize: !!div.getElementsByTagName("link").length,
-
-               // Get the style information from getAttribute
-               // (IE uses .cssText instead)
-               style: /top/.test( a.getAttribute("style") ),
-
-               // Make sure that URLs aren't manipulated
-               // (IE normalizes it by default)
-               hrefNormalized: ( a.getAttribute("href") === "/a" ),
-
-               // Make sure that element opacity exists
-               // (IE uses filter instead)
-               // Use a regex to work around a WebKit issue. See #5145
-               opacity: /^0.5/.test( a.style.opacity ),
-
-               // Verify style float existence
-               // (IE uses styleFloat instead of cssFloat)
-               cssFloat: !!a.style.cssFloat,
-
-               // Make sure that if no value is specified for a checkbox
-               // that it defaults to "on".
-               // (WebKit defaults to "" instead)
-               checkOn: ( input.value === "on" ),
-
-               // Make sure that a selected-by-default option has a working selected property.
-               // (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
-               optSelected: opt.selected,
-
-               // Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7)
-               getSetAttribute: div.className !== "t",
-
-               // Tests for enctype support on a form (#6743)
-               enctype: !!document.createElement("form").enctype,
-
-               // Makes sure cloning an html5 element does not cause problems
-               // Where outerHTML is undefined, this still works
-               html5Clone: document.createElement("nav").cloneNode( true ).outerHTML !== "<:nav></:nav>",
-
-               // jQuery.support.boxModel DEPRECATED in 1.8 since we don't support Quirks Mode
-               boxModel: ( document.compatMode === "CSS1Compat" ),
-
-               // Will be defined later
-               submitBubbles: true,
-               changeBubbles: true,
-               focusinBubbles: false,
-               deleteExpando: true,
-               noCloneEvent: true,
-               inlineBlockNeedsLayout: false,
-               shrinkWrapBlocks: false,
-               reliableMarginRight: true,
-               boxSizingReliable: true,
-               pixelPosition: false
-       };
-
-       // Make sure checked status is properly cloned
-       input.checked = true;
-       support.noCloneChecked = input.cloneNode( true ).checked;
-
-       // Make sure that the options inside disabled selects aren't marked as disabled
-       // (WebKit marks them as disabled)
-       select.disabled = true;
-       support.optDisabled = !opt.disabled;
-
-       // Test to see if it's possible to delete an expando from an element
-       // Fails in Internet Explorer
-       try {
-               delete div.test;
-       } catch( e ) {
-               support.deleteExpando = false;
-       }
-
-       if ( !div.addEventListener && div.attachEvent && div.fireEvent ) {
-               div.attachEvent( "onclick", clickFn = function() {
-                       // Cloning a node shouldn't copy over any
-                       // bound event handlers (IE does this)
-                       support.noCloneEvent = false;
-               });
-               div.cloneNode( true ).fireEvent("onclick");
-               div.detachEvent( "onclick", clickFn );
-       }
-
-       // Check if a radio maintains its value
-       // after being appended to the DOM
-       input = document.createElement("input");
-       input.value = "t";
-       input.setAttribute( "type", "radio" );
-       support.radioValue = input.value === "t";
-
-       input.setAttribute( "checked", "checked" );
-
-       // #11217 - WebKit loses check when the name is after the checked attribute
-       input.setAttribute( "name", "t" );
-
-       div.appendChild( input );
-       fragment = document.createDocumentFragment();
-       fragment.appendChild( div.lastChild );
-
-       // WebKit doesn't clone checked state correctly in fragments
-       support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked;
-
-       // Check if a disconnected checkbox will retain its checked
-       // value of true after appended to the DOM (IE6/7)
-       support.appendChecked = input.checked;
-
-       fragment.removeChild( input );
-       fragment.appendChild( div );
-
-       // Technique from Juriy Zaytsev
-       // http://perfectionkills.com/detecting-event-support-without-browser-sniffing/
-       // We only care about the case where non-standard event systems
-       // are used, namely in IE. Short-circuiting here helps us to
-       // avoid an eval call (in setAttribute) which can cause CSP
-       // to go haywire. See: https://developer.mozilla.org/en/Security/CSP
-       if ( div.attachEvent ) {
-               for ( i in {
-                       submit: true,
-                       change: true,
-                       focusin: true
-               }) {
-                       eventName = "on" + i;
-                       isSupported = ( eventName in div );
-                       if ( !isSupported ) {
-                               div.setAttribute( eventName, "return;" );
-                               isSupported = ( typeof div[ eventName ] === "function" );
-                       }
-                       support[ i + "Bubbles" ] = isSupported;
-               }
-       }
-
-       // Run tests that need a body at doc ready
-       jQuery(function() {
-               var container, div, tds, marginDiv,
-                       divReset = "padding:0;margin:0;border:0;display:block;overflow:hidden;",
-                       body = document.getElementsByTagName("body")[0];
-
-               if ( !body ) {
-                       // Return for frameset docs that don't have a body
-                       return;
-               }
-
-               container = document.createElement("div");
-               container.style.cssText = "visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px";
-               body.insertBefore( container, body.firstChild );
-
-               // Construct the test element
-               div = document.createElement("div");
-               container.appendChild( div );
-
-               // Check if table cells still have offsetWidth/Height when they are set
-               // to display:none and there are still other visible table cells in a
-               // table row; if so, offsetWidth/Height are not reliable for use when
-               // determining if an element has been hidden directly using
-               // display:none (it is still safe to use offsets if a parent element is
-               // hidden; don safety goggles and see bug #4512 for more information).
-               // (only IE 8 fails this test)
-               div.innerHTML = "<table><tr><td></td><td>t</td></tr></table>";
-               tds = div.getElementsByTagName("td");
-               tds[ 0 ].style.cssText = "padding:0;margin:0;border:0;display:none";
-               isSupported = ( tds[ 0 ].offsetHeight === 0 );
-
-               tds[ 0 ].style.display = "";
-               tds[ 1 ].style.display = "none";
-
-               // Check if empty table cells still have offsetWidth/Height
-               // (IE <= 8 fail this test)
-               support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 );
-
-               // Check box-sizing and margin behavior
-               div.innerHTML = "";
-               div.style.cssText = "box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;";
-               support.boxSizing = ( div.offsetWidth === 4 );
-               support.doesNotIncludeMarginInBodyOffset = ( body.offsetTop !== 1 );
-
-               // NOTE: To any future maintainer, we've window.getComputedStyle
-               // because jsdom on node.js will break without it.
-               if ( window.getComputedStyle ) {
-                       support.pixelPosition = ( window.getComputedStyle( div, null ) || {} ).top !== "1%";
-                       support.boxSizingReliable = ( window.getComputedStyle( div, null ) || { width: "4px" } ).width === "4px";
-
-                       // Check if div with explicit width and no margin-right incorrectly
-                       // gets computed margin-right based on width of container. For more
-                       // info see bug #3333
-                       // Fails in WebKit before Feb 2011 nightlies
-                       // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
-                       marginDiv = document.createElement("div");
-                       marginDiv.style.cssText = div.style.cssText = divReset;
-                       marginDiv.style.marginRight = marginDiv.style.width = "0";
-                       div.style.width = "1px";
-                       div.appendChild( marginDiv );
-                       support.reliableMarginRight =
-                               !parseFloat( ( window.getComputedStyle( marginDiv, null ) || {} ).marginRight );
-               }
-
-               if ( typeof div.style.zoom !== "undefined" ) {
-                       // Check if natively block-level elements act like inline-block
-                       // elements when setting their display to 'inline' and giving
-                       // them layout
-                       // (IE < 8 does this)
-                       div.innerHTML = "";
-                       div.style.cssText = divReset + "width:1px;padding:1px;display:inline;zoom:1";
-                       support.inlineBlockNeedsLayout = ( div.offsetWidth === 3 );
-
-                       // Check if elements with layout shrink-wrap their children
-                       // (IE 6 does this)
-                       div.style.display = "block";
-                       div.style.overflow = "visible";
-                       div.innerHTML = "<div></div>";
-                       div.firstChild.style.width = "5px";
-                       support.shrinkWrapBlocks = ( div.offsetWidth !== 3 );
-
-                       container.style.zoom = 1;
-               }
-
-               // Null elements to avoid leaks in IE
-               body.removeChild( container );
-               container = div = tds = marginDiv = null;
-       });
-
-       // Null elements to avoid leaks in IE
-       fragment.removeChild( div );
-       all = a = select = opt = input = fragment = div = null;
-
-       return support;
-})();
-var rbrace = /(?:\{[\s\S]*\}|\[[\s\S]*\])$/,
-       rmultiDash = /([A-Z])/g;
-
-jQuery.extend({
-       cache: {},
-
-       deletedIds: [],
-
-       // Remove at next major release (1.9/2.0)
-       uuid: 0,
-
-       // Unique for each copy of jQuery on the page
-       // Non-digits removed to match rinlinejQuery
-       expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
-
-       // The following elements throw uncatchable exceptions if you
-       // attempt to add expando properties to them.
-       noData: {
-               "embed": true,
-               // Ban all objects except for Flash (which handle expandos)
-               "object": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",
-               "applet": true
-       },
-
-       hasData: function( elem ) {
-               elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ];
-               return !!elem && !isEmptyDataObject( elem );
-       },
-
-       data: function( elem, name, data, pvt /* Internal Use Only */ ) {
-               if ( !jQuery.acceptData( elem ) ) {
-                       return;
-               }
-
-               var thisCache, ret,
-                       internalKey = jQuery.expando,
-                       getByName = typeof name === "string",
-
-                       // We have to handle DOM nodes and JS objects differently because IE6-7
-                       // can't GC object references properly across the DOM-JS boundary
-                       isNode = elem.nodeType,
-
-                       // Only DOM nodes need the global jQuery cache; JS object data is
-                       // attached directly to the object so GC can occur automatically
-                       cache = isNode ? jQuery.cache : elem,
-
-                       // Only defining an ID for JS objects if its cache already exists allows
-                       // the code to shortcut on the same path as a DOM node with no cache
-                       id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey;
-
-               // Avoid doing any more work than we need to when trying to get data on an
-               // object that has no data at all
-               if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && getByName && data === undefined ) {
-                       return;
-               }
-
-               if ( !id ) {
-                       // Only DOM nodes need a new unique ID for each element since their data
-                       // ends up in the global cache
-                       if ( isNode ) {
-                               elem[ internalKey ] = id = jQuery.deletedIds.pop() || jQuery.guid++;
-                       } else {
-                               id = internalKey;
-                       }
-               }
-
-               if ( !cache[ id ] ) {
-                       cache[ id ] = {};
-
-                       // Avoids exposing jQuery metadata on plain JS objects when the object
-                       // is serialized using JSON.stringify
-                       if ( !isNode ) {
-                               cache[ id ].toJSON = jQuery.noop;
-                       }
-               }
-
-               // An object can be passed to jQuery.data instead of a key/value pair; this gets
-               // shallow copied over onto the existing cache
-               if ( typeof name === "object" || typeof name === "function" ) {
-                       if ( pvt ) {
-                               cache[ id ] = jQuery.extend( cache[ id ], name );
-                       } else {
-                               cache[ id ].data = jQuery.extend( cache[ id ].data, name );
-                       }
-               }
-
-               thisCache = cache[ id ];
-
-               // jQuery data() is stored in a separate object inside the object's internal data
-               // cache in order to avoid key collisions between internal data and user-defined
-               // data.
-               if ( !pvt ) {
-                       if ( !thisCache.data ) {
-                               thisCache.data = {};
-                       }
-
-                       thisCache = thisCache.data;
-               }
-
-               if ( data !== undefined ) {
-                       thisCache[ jQuery.camelCase( name ) ] = data;
-               }
-
-               // Check for both converted-to-camel and non-converted data property names
-               // If a data property was specified
-               if ( getByName ) {
-
-                       // First Try to find as-is property data
-                       ret = thisCache[ name ];
-
-                       // Test for null|undefined property data
-                       if ( ret == null ) {
-
-                               // Try to find the camelCased property
-                               ret = thisCache[ jQuery.camelCase( name ) ];
-                       }
-               } else {
-                       ret = thisCache;
-               }
-
-               return ret;
-       },
-
-       removeData: function( elem, name, pvt /* Internal Use Only */ ) {
-               if ( !jQuery.acceptData( elem ) ) {
-                       return;
-               }
-
-               var thisCache, i, l,
-
-                       isNode = elem.nodeType,
-
-                       // See jQuery.data for more information
-                       cache = isNode ? jQuery.cache : elem,
-                       id = isNode ? elem[ jQuery.expando ] : jQuery.expando;
-
-               // If there is already no cache entry for this object, there is no
-               // purpose in continuing
-               if ( !cache[ id ] ) {
-                       return;
-               }
-
-               if ( name ) {
-
-                       thisCache = pvt ? cache[ id ] : cache[ id ].data;
-
-                       if ( thisCache ) {
-
-                               // Support array or space separated string names for data keys
-                               if ( !jQuery.isArray( name ) ) {
-
-                                       // try the string as a key before any manipulation
-                                       if ( name in thisCache ) {
-                                               name = [ name ];
-                                       } else {
-
-                                               // split the camel cased version by spaces unless a key with the spaces exists
-                                               name = jQuery.camelCase( name );
-                                               if ( name in thisCache ) {
-                                                       name = [ name ];
-                                               } else {
-                                                       name = name.split(" ");
-                                               }
-                                       }
-                               }
-
-                               for ( i = 0, l = name.length; i < l; i++ ) {
-                                       delete thisCache[ name[i] ];
-                               }
-
-                               // If there is no data left in the cache, we want to continue
-                               // and let the cache object itself get destroyed
-                               if ( !( pvt ? isEmptyDataObject : jQuery.isEmptyObject )( thisCache ) ) {
-                                       return;
-                               }
-                       }
-               }
-
-               // See jQuery.data for more information
-               if ( !pvt ) {
-                       delete cache[ id ].data;
-
-                       // Don't destroy the parent cache unless the internal data object
-                       // had been the only thing left in it
-                       if ( !isEmptyDataObject( cache[ id ] ) ) {
-                               return;
-                       }
-               }
-
-               // Destroy the cache
-               if ( isNode ) {
-                       jQuery.cleanData( [ elem ], true );
-
-               // Use delete when supported for expandos or `cache` is not a window per isWindow (#10080)
-               } else if ( jQuery.support.deleteExpando || cache != cache.window ) {
-                       delete cache[ id ];
-
-               // When all else fails, null
-               } else {
-                       cache[ id ] = null;
-               }
-       },
-
-       // For internal use only.
-       _data: function( elem, name, data ) {
-               return jQuery.data( elem, name, data, true );
-       },
-
-       // A method for determining if a DOM node can handle the data expando
-       acceptData: function( elem ) {
-               var noData = elem.nodeName && jQuery.noData[ elem.nodeName.toLowerCase() ];
-
-               // nodes accept data unless otherwise specified; rejection can be conditional
-               return !noData || noData !== true && elem.getAttribute("classid") === noData;
-       }
-});
-
-jQuery.fn.extend({
-       data: function( key, value ) {
-               var parts, part, attr, name, l,
-                       elem = this[0],
-                       i = 0,
-                       data = null;
-
-               // Gets all values
-               if ( key === undefined ) {
-                       if ( this.length ) {
-                               data = jQuery.data( elem );
-
-                               if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) {
-                                       attr = elem.attributes;
-                                       for ( l = attr.length; i < l; i++ ) {
-                                               name = attr[i].name;
-
-                                               if ( !name.indexOf( "data-" ) ) {
-                                                       name = jQuery.camelCase( name.substring(5) );
-
-                                                       dataAttr( elem, name, data[ name ] );
-                                               }
-                                       }
-                                       jQuery._data( elem, "parsedAttrs", true );
-                               }
-                       }
-
-                       return data;
-               }
-
-               // Sets multiple values
-               if ( typeof key === "object" ) {
-                       return this.each(function() {
-                               jQuery.data( this, key );
-                       });
-               }
-
-               parts = key.split( ".", 2 );
-               parts[1] = parts[1] ? "." + parts[1] : "";
-               part = parts[1] + "!";
-
-               return jQuery.access( this, function( value ) {
-
-                       if ( value === undefined ) {
-                               data = this.triggerHandler( "getData" + part, [ parts[0] ] );
-
-                               // Try to fetch any internally stored data first
-                               if ( data === undefined && elem ) {
-                                       data = jQuery.data( elem, key );
-                                       data = dataAttr( elem, key, data );
-                               }
-
-                               return data === undefined && parts[1] ?
-                                       this.data( parts[0] ) :
-                                       data;
-                       }
-
-                       parts[1] = value;
-                       this.each(function() {
-                               var self = jQuery( this );
-
-                               self.triggerHandler( "setData" + part, parts );
-                               jQuery.data( this, key, value );
-                               self.triggerHandler( "changeData" + part, parts );
-                       });
-               }, null, value, arguments.length > 1, null, false );
-       },
-
-       removeData: function( key ) {
-               return this.each(function() {
-                       jQuery.removeData( this, key );
-               });
-       }
-});
-
-function dataAttr( elem, key, data ) {
-       // If nothing was found internally, try to fetch any
-       // data from the HTML5 data-* attribute
-       if ( data === undefined && elem.nodeType === 1 ) {
-
-               var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase();
-
-               data = elem.getAttribute( name );
-
-               if ( typeof data === "string" ) {
-                       try {
-                               data = data === "true" ? true :
-                               data === "false" ? false :
-                               data === "null" ? null :
-                               // Only convert to a number if it doesn't change the string
-                               +data + "" === data ? +data :
-                               rbrace.test( data ) ? jQuery.parseJSON( data ) :
-                                       data;
-                       } catch( e ) {}
-
-                       // Make sure we set the data so it isn't changed later
-                       jQuery.data( elem, key, data );
-
-               } else {
-                       data = undefined;
-               }
-       }
-
-       return data;
-}
-
-// checks a cache object for emptiness
-function isEmptyDataObject( obj ) {
-       var name;
-       for ( name in obj ) {
-
-               // if the public data object is empty, the private is still empty
-               if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) {
-                       continue;
-               }
-               if ( name !== "toJSON" ) {
-                       return false;
-               }
-       }
-
-       return true;
-}
-jQuery.extend({
-       queue: function( elem, type, data ) {
-               var queue;
-
-               if ( elem ) {
-                       type = ( type || "fx" ) + "queue";
-                       queue = jQuery._data( elem, type );
-
-                       // Speed up dequeue by getting out quickly if this is just a lookup
-                       if ( data ) {
-                               if ( !queue || jQuery.isArray(data) ) {
-                                       queue = jQuery._data( elem, type, jQuery.makeArray(data) );
-                               } else {
-                                       queue.push( data );
-                               }
-                       }
-                       return queue || [];
-               }
-       },
-
-       dequeue: function( elem, type ) {
-               type = type || "fx";
-
-               var queue = jQuery.queue( elem, type ),
-                       startLength = queue.length,
-                       fn = queue.shift(),
-                       hooks = jQuery._queueHooks( elem, type ),
-                       next = function() {
-                               jQuery.dequeue( elem, type );
-                       };
-
-               // If the fx queue is dequeued, always remove the progress sentinel
-               if ( fn === "inprogress" ) {
-                       fn = queue.shift();
-                       startLength--;
-               }
-
-               if ( fn ) {
-
-                       // Add a progress sentinel to prevent the fx queue from being
-                       // automatically dequeued
-                       if ( type === "fx" ) {
-                               queue.unshift( "inprogress" );
-                       }
-
-                       // clear up the last queue stop function
-                       delete hooks.stop;
-                       fn.call( elem, next, hooks );
-               }
-
-               if ( !startLength && hooks ) {
-                       hooks.empty.fire();
-               }
-       },
-
-       // not intended for public consumption - generates a queueHooks object, or returns the current one
-       _queueHooks: function( elem, type ) {
-               var key = type + "queueHooks";
-               return jQuery._data( elem, key ) || jQuery._data( elem, key, {
-                       empty: jQuery.Callbacks("once memory").add(function() {
-                               jQuery.removeData( elem, type + "queue", true );
-                               jQuery.removeData( elem, key, true );
-                       })
-               });
-       }
-});
-
-jQuery.fn.extend({
-       queue: function( type, data ) {
-               var setter = 2;
-
-               if ( typeof type !== "string" ) {
-                       data = type;
-                       type = "fx";
-                       setter--;
-               }
-
-               if ( arguments.length < setter ) {
-                       return jQuery.queue( this[0], type );
-               }
-
-               return data === undefined ?
-                       this :
-                       this.each(function() {
-                               var queue = jQuery.queue( this, type, data );
-
-                               // ensure a hooks for this queue
-                               jQuery._queueHooks( this, type );
-
-                               if ( type === "fx" && queue[0] !== "inprogress" ) {
-                                       jQuery.dequeue( this, type );
-                               }
-                       });
-       },
-       dequeue: function( type ) {
-               return this.each(function() {
-                       jQuery.dequeue( this, type );
-               });
-       },
-       // Based off of the plugin by Clint Helfers, with permission.
-       // http://blindsignals.com/index.php/2009/07/jquery-delay/
-       delay: function( time, type ) {
-               time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
-               type = type || "fx";
-
-               return this.queue( type, function( next, hooks ) {
-                       var timeout = setTimeout( next, time );
-                       hooks.stop = function() {
-                               clearTimeout( timeout );
-                       };
-               });
-       },
-       clearQueue: function( type ) {
-               return this.queue( type || "fx", [] );
-       },
-       // Get a promise resolved when queues of a certain type
-       // are emptied (fx is the type by default)
-       promise: function( type, obj ) {
-               var tmp,
-                       count = 1,
-                       defer = jQuery.Deferred(),
-                       elements = this,
-                       i = this.length,
-                       resolve = function() {
-                               if ( !( --count ) ) {
-                                       defer.resolveWith( elements, [ elements ] );
-                               }
-                       };
-
-               if ( typeof type !== "string" ) {
-                       obj = type;
-                       type = undefined;
-               }
-               type = type || "fx";
-
-               while( i-- ) {
-                       tmp = jQuery._data( elements[ i ], type + "queueHooks" );
-                       if ( tmp && tmp.empty ) {
-                               count++;
-                               tmp.empty.add( resolve );
-                       }
-               }
-               resolve();
-               return defer.promise( obj );
-       }
-});
-var nodeHook, boolHook, fixSpecified,
-       rclass = /[\t\r\n]/g,
-       rreturn = /\r/g,
-       rtype = /^(?:button|input)$/i,
-       rfocusable = /^(?:button|input|object|select|textarea)$/i,
-       rclickable = /^a(?:rea|)$/i,
-       rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
-       getSetAttribute = jQuery.support.getSetAttribute;
-
-jQuery.fn.extend({
-       attr: function( name, value ) {
-               return jQuery.access( this, jQuery.attr, name, value, arguments.length > 1 );
-       },
-
-       removeAttr: function( name ) {
-               return this.each(function() {
-                       jQuery.removeAttr( this, name );
-               });
-       },
-
-       prop: function( name, value ) {
-               return jQuery.access( this, jQuery.prop, name, value, arguments.length > 1 );
-       },
-
-       removeProp: function( name ) {
-               name = jQuery.propFix[ name ] || name;
-               return this.each(function() {
-                       // try/catch handles cases where IE balks (such as removing a property on window)
-                       try {
-                               this[ name ] = undefined;
-                               delete this[ name ];
-                       } catch( e ) {}
-               });
-       },
-
-       addClass: function( value ) {
-               var classNames, i, l, elem,
-                       setClass, c, cl;
-
-               if ( jQuery.isFunction( value ) ) {
-                       return this.each(function( j ) {
-                               jQuery( this ).addClass( value.call(this, j, this.className) );
-                       });
-               }
-
-               if ( value && typeof value === "string" ) {
-                       classNames = value.split( core_rspace );
-
-                       for ( i = 0, l = this.length; i < l; i++ ) {
-                               elem = this[ i ];
-
-                               if ( elem.nodeType === 1 ) {
-                                       if ( !elem.className && classNames.length === 1 ) {
-                                               elem.className = value;
-
-                                       } else {
-                                               setClass = " " + elem.className + " ";
-
-                                               for ( c = 0, cl = classNames.length; c < cl; c++ ) {
-                                                       if ( setClass.indexOf( " " + classNames[ c ] + " " ) < 0 ) {
-                                                               setClass += classNames[ c ] + " ";
-                                                       }
-                                               }
-                                               elem.className = jQuery.trim( setClass );
-                                       }
-                               }
-                       }
-               }
-
-               return this;
-       },
-
-       removeClass: function( value ) {
-               var removes, className, elem, c, cl, i, l;
-
-               if ( jQuery.isFunction( value ) ) {
-                       return this.each(function( j ) {
-                               jQuery( this ).removeClass( value.call(this, j, this.className) );
-                       });
-               }
-               if ( (value && typeof value === "string") || value === undefined ) {
-                       removes = ( value || "" ).split( core_rspace );
-
-                       for ( i = 0, l = this.length; i < l; i++ ) {
-                               elem = this[ i ];
-                               if ( elem.nodeType === 1 && elem.className ) {
-
-                                       className = (" " + elem.className + " ").replace( rclass, " " );
-
-                                       // loop over each item in the removal list
-                                       for ( c = 0, cl = removes.length; c < cl; c++ ) {
-                                               // Remove until there is nothing to remove,
-                                               while ( className.indexOf(" " + removes[ c ] + " ") >= 0 ) {
-                                                       className = className.replace( " " + removes[ c ] + " " , " " );
-                                               }
-                                       }
-                                       elem.className = value ? jQuery.trim( className ) : "";
-                               }
-                       }
-               }
-
-               return this;
-       },
-
-       toggleClass: function( value, stateVal ) {
-               var type = typeof value,
-                       isBool = typeof stateVal === "boolean";
-
-               if ( jQuery.isFunction( value ) ) {
-                       return this.each(function( i ) {
-                               jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );
-                       });
-               }
-
-               return this.each(function() {
-                       if ( type === "string" ) {
-                               // toggle individual class names
-                               var className,
-                                       i = 0,
-                                       self = jQuery( this ),
-                                       state = stateVal,
-                                       classNames = value.split( core_rspace );
-
-                               while ( (className = classNames[ i++ ]) ) {
-                                       // check each className given, space separated list
-                                       state = isBool ? state : !self.hasClass( className );
-                                       self[ state ? "addClass" : "removeClass" ]( className );
-                               }
-
-                       } else if ( type === "undefined" || type === "boolean" ) {
-                               if ( this.className ) {
-                                       // store className if set
-                                       jQuery._data( this, "__className__", this.className );
-                               }
-
-                               // toggle whole className
-                               this.className = this.className || value === false ? "" : jQuery._data( this, "__className__" ) || "";
-                       }
-               });
-       },
-
-       hasClass: function( selector ) {
-               var className = " " + selector + " ",
-                       i = 0,
-                       l = this.length;
-               for ( ; i < l; i++ ) {
-                       if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) >= 0 ) {
-                               return true;
-                       }
-               }
-
-               return false;
-       },
-
-       val: function( value ) {
-               var hooks, ret, isFunction,
-                       elem = this[0];
-
-               if ( !arguments.length ) {
-                       if ( elem ) {
-                               hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ];
-
-                               if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) {
-                                       return ret;
-                               }
-
-                               ret = elem.value;
-
-                               return typeof ret === "string" ?
-                                       // handle most common string cases
-                                       ret.replace(rreturn, "") :
-                                       // handle cases where value is null/undef or number
-                                       ret == null ? "" : ret;
-                       }
-
-                       return;
-               }
-
-               isFunction = jQuery.isFunction( value );
-
-               return this.each(function( i ) {
-                       var val,
-                               self = jQuery(this);
-
-                       if ( this.nodeType !== 1 ) {
-                               return;
-                       }
-
-                       if ( isFunction ) {
-                               val = value.call( this, i, self.val() );
-                       } else {
-                               val = value;
-                       }
-
-                       // Treat null/undefined as ""; convert numbers to string
-                       if ( val == null ) {
-                               val = "";
-                       } else if ( typeof val === "number" ) {
-                               val += "";
-                       } else if ( jQuery.isArray( val ) ) {
-                               val = jQuery.map(val, function ( value ) {
-                                       return value == null ? "" : value + "";
-                               });
-                       }
-
-                       hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];
-
-                       // If set returns undefined, fall back to normal setting
-                       if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) {
-                               this.value = val;
-                       }
-               });
-       }
-});
-
-jQuery.extend({
-       valHooks: {
-               option: {
-                       get: function( elem ) {
-                               // attributes.value is undefined in Blackberry 4.7 but
-                               // uses .value. See #6932
-                               var val = elem.attributes.value;
-                               return !val || val.specified ? elem.value : elem.text;
-                       }
-               },
-               select: {
-                       get: function( elem ) {
-                               var value, option,
-                                       options = elem.options,
-                                       index = elem.selectedIndex,
-                                       one = elem.type === "select-one" || index < 0,
-                                       values = one ? null : [],
-                                       max = one ? index + 1 : options.length,
-                                       i = index < 0 ?
-                                               max :
-                                               one ? index : 0;
-
-                               // Loop through all the selected options
-                               for ( ; i < max; i++ ) {
-                                       option = options[ i ];
-
-                                       // oldIE doesn't update selected after form reset (#2551)
-                                       if ( ( option.selected || i === index ) &&
-                                                       // Don't return options that are disabled or in a disabled optgroup
-                                                       ( jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null ) &&
-                                                       ( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) {
-
-                                               // Get the specific value for the option
-                                               value = jQuery( option ).val();
-
-                                               // We don't need an array for one selects
-                                               if ( one ) {
-                                                       return value;
-                                               }
-
-                                               // Multi-Selects return an array
-                                               values.push( value );
-                                       }
-                               }
-
-                               return values;
-                       },
-
-                       set: function( elem, value ) {
-                               var values = jQuery.makeArray( value );
-
-                               jQuery(elem).find("option").each(function() {
-                                       this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0;
-                               });
-
-                               if ( !values.length ) {
-                                       elem.selectedIndex = -1;
-                               }
-                               return values;
-                       }
-               }
-       },
-
-       // Unused in 1.8, left in so attrFn-stabbers won't die; remove in 1.9
-       attrFn: {},
-
-       attr: function( elem, name, value, pass ) {
-               var ret, hooks, notxml,
-                       nType = elem.nodeType;
-
-               // don't get/set attributes on text, comment and attribute nodes
-               if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
-                       return;
-               }
-
-               if ( pass && jQuery.isFunction( jQuery.fn[ name ] ) ) {
-                       return jQuery( elem )[ name ]( value );
-               }
-
-               // Fallback to prop when attributes are not supported
-               if ( typeof elem.getAttribute === "undefined" ) {
-                       return jQuery.prop( elem, name, value );
-               }
-
-               notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
-
-               // All attributes are lowercase
-               // Grab necessary hook if one is defined
-               if ( notxml ) {
-                       name = name.toLowerCase();
-                       hooks = jQuery.attrHooks[ name ] || ( rboolean.test( name ) ? boolHook : nodeHook );
-               }
-
-               if ( value !== undefined ) {
-
-                       if ( value === null ) {
-                               jQuery.removeAttr( elem, name );
-                               return;
-
-                       } else if ( hooks && "set" in hooks && notxml && (ret = hooks.set( elem, value, name )) !== undefined ) {
-                               return ret;
-
-                       } else {
-                               elem.setAttribute( name, value + "" );
-                               return value;
-                       }
-
-               } else if ( hooks && "get" in hooks && notxml && (ret = hooks.get( elem, name )) !== null ) {
-                       return ret;
-
-               } else {
-
-                       ret = elem.getAttribute( name );
-
-                       // Non-existent attributes return null, we normalize to undefined
-                       return ret === null ?
-                               undefined :
-                               ret;
-               }
-       },
-
-       removeAttr: function( elem, value ) {
-               var propName, attrNames, name, isBool,
-                       i = 0;
-
-               if ( value && elem.nodeType === 1 ) {
-
-                       attrNames = value.split( core_rspace );
-
-                       for ( ; i < attrNames.length; i++ ) {
-                               name = attrNames[ i ];
-
-                               if ( name ) {
-                                       propName = jQuery.propFix[ name ] || name;
-                                       isBool = rboolean.test( name );
-
-                                       // See #9699 for explanation of this approach (setting first, then removal)
-                                       // Do not do this for boolean attributes (see #10870)
-                                       if ( !isBool ) {
-                                               jQuery.attr( elem, name, "" );
-                                       }
-                                       elem.removeAttribute( getSetAttribute ? name : propName );
-
-                                       // Set corresponding property to false for boolean attributes
-                                       if ( isBool && propName in elem ) {
-                                               elem[ propName ] = false;
-                                       }
-                               }
-                       }
-               }
-       },
-
-       attrHooks: {
-               type: {
-                       set: function( elem, value ) {
-                               // We can't allow the type property to be changed (since it causes problems in IE)
-                               if ( rtype.test( elem.nodeName ) && elem.parentNode ) {
-                                       jQuery.error( "type property can't be changed" );
-                               } else if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) {
-                                       // Setting the type on a radio button after the value resets the value in IE6-9
-                                       // Reset value to it's default in case type is set after value
-                                       // This is for element creation
-                                       var val = elem.value;
-                                       elem.setAttribute( "type", value );
-                                       if ( val ) {
-                                               elem.value = val;
-                                       }
-                                       return value;
-                               }
-                       }
-               },
-               // Use the value property for back compat
-               // Use the nodeHook for button elements in IE6/7 (#1954)
-               value: {
-                       get: function( elem, name ) {
-                               if ( nodeHook && jQuery.nodeName( elem, "button" ) ) {
-                                       return nodeHook.get( elem, name );
-                               }
-                               return name in elem ?
-                                       elem.value :
-                                       null;
-                       },
-                       set: function( elem, value, name ) {
-                               if ( nodeHook && jQuery.nodeName( elem, "button" ) ) {
-                                       return nodeHook.set( elem, value, name );
-                               }
-                               // Does not return so that setAttribute is also used
-                               elem.value = value;
-                       }
-               }
-       },
-
-       propFix: {
-               tabindex: "tabIndex",
-               readonly: "readOnly",
-               "for": "htmlFor",
-               "class": "className",
-               maxlength: "maxLength",
-               cellspacing: "cellSpacing",
-               cellpadding: "cellPadding",
-               rowspan: "rowSpan",
-               colspan: "colSpan",
-               usemap: "useMap",
-               frameborder: "frameBorder",
-               contenteditable: "contentEditable"
-       },
-
-       prop: function( elem, name, value ) {
-               var ret, hooks, notxml,
-                       nType = elem.nodeType;
-
-               // don't get/set properties on text, comment and attribute nodes
-               if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
-                       return;
-               }
-
-               notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
-
-               if ( notxml ) {
-                       // Fix name and attach hooks
-                       name = jQuery.propFix[ name ] || name;
-                       hooks = jQuery.propHooks[ name ];
-               }
-
-               if ( value !== undefined ) {
-                       if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {
-                               return ret;
-
-                       } else {
-                               return ( elem[ name ] = value );
-                       }
-
-               } else {
-                       if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) {
-                               return ret;
-
-                       } else {
-                               return elem[ name ];
-                       }
-               }
-       },
-
-       propHooks: {
-               tabIndex: {
-                       get: function( elem ) {
-                               // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set
-                               // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
-                               var attributeNode = elem.getAttributeNode("tabindex");
-
-                               return attributeNode && attributeNode.specified ?
-                                       parseInt( attributeNode.value, 10 ) :
-                                       rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ?
-                                               0 :
-                                               undefined;
-                       }
-               }
-       }
-});
-
-// Hook for boolean attributes
-boolHook = {
-       get: function( elem, name ) {
-               // Align boolean attributes with corresponding properties
-               // Fall back to attribute presence where some booleans are not supported
-               var attrNode,
-                       property = jQuery.prop( elem, name );
-               return property === true || typeof property !== "boolean" && ( attrNode = elem.getAttributeNode(name) ) && attrNode.nodeValue !== false ?
-                       name.toLowerCase() :
-                       undefined;
-       },
-       set: function( elem, value, name ) {
-               var propName;
-               if ( value === false ) {
-                       // Remove boolean attributes when set to false
-                       jQuery.removeAttr( elem, name );
-               } else {
-                       // value is true since we know at this point it's type boolean and not false
-                       // Set boolean attributes to the same name and set the DOM property
-                       propName = jQuery.propFix[ name ] || name;
-                       if ( propName in elem ) {
-                               // Only set the IDL specifically if it already exists on the element
-                               elem[ propName ] = true;
-                       }
-
-                       elem.setAttribute( name, name.toLowerCase() );
-               }
-               return name;
-       }
-};
-
-// IE6/7 do not support getting/setting some attributes with get/setAttribute
-if ( !getSetAttribute ) {
-
-       fixSpecified = {
-               name: true,
-               id: true,
-               coords: true
-       };
-
-       // Use this for any attribute in IE6/7
-       // This fixes almost every IE6/7 issue
-       nodeHook = jQuery.valHooks.button = {
-               get: function( elem, name ) {
-                       var ret;
-                       ret = elem.getAttributeNode( name );
-                       return ret && ( fixSpecified[ name ] ? ret.value !== "" : ret.specified ) ?
-                               ret.value :
-                               undefined;
-               },
-               set: function( elem, value, name ) {
-                       // Set the existing or create a new attribute node
-                       var ret = elem.getAttributeNode( name );
-                       if ( !ret ) {
-                               ret = document.createAttribute( name );
-                               elem.setAttributeNode( ret );
-                       }
-                       return ( ret.value = value + "" );
-               }
-       };
-
-       // Set width and height to auto instead of 0 on empty string( Bug #8150 )
-       // This is for removals
-       jQuery.each([ "width", "height" ], function( i, name ) {
-               jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], {
-                       set: function( elem, value ) {
-                               if ( value === "" ) {
-                                       elem.setAttribute( name, "auto" );
-                                       return value;
-                               }
-                       }
-               });
-       });
-
-       // Set contenteditable to false on removals(#10429)
-       // Setting to empty string throws an error as an invalid value
-       jQuery.attrHooks.contenteditable = {
-               get: nodeHook.get,
-               set: function( elem, value, name ) {
-                       if ( value === "" ) {
-                               value = "false";
-                       }
-                       nodeHook.set( elem, value, name );
-               }
-       };
-}
-
-
-// Some attributes require a special call on IE
-if ( !jQuery.support.hrefNormalized ) {
-       jQuery.each([ "href", "src", "width", "height" ], function( i, name ) {
-               jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], {
-                       get: function( elem ) {
-                               var ret = elem.getAttribute( name, 2 );
-                               return ret === null ? undefined : ret;
-                       }
-               });
-       });
-}
-
-if ( !jQuery.support.style ) {
-       jQuery.attrHooks.style = {
-               get: function( elem ) {
-                       // Return undefined in the case of empty string
-                       // Normalize to lowercase since IE uppercases css property names
-                       return elem.style.cssText.toLowerCase() || undefined;
-               },
-               set: function( elem, value ) {
-                       return ( elem.style.cssText = value + "" );
-               }
-       };
-}
-
-// Safari mis-reports the default selected property of an option
-// Accessing the parent's selectedIndex property fixes it
-if ( !jQuery.support.optSelected ) {
-       jQuery.propHooks.selected = jQuery.extend( jQuery.propHooks.selected, {
-               get: function( elem ) {
-                       var parent = elem.parentNode;
-
-                       if ( parent ) {
-                               parent.selectedIndex;
-
-                               // Make sure that it also works with optgroups, see #5701
-                               if ( parent.parentNode ) {
-                                       parent.parentNode.selectedIndex;
-                               }
-                       }
-                       return null;
-               }
-       });
-}
-
-// IE6/7 call enctype encoding
-if ( !jQuery.support.enctype ) {
-       jQuery.propFix.enctype = "encoding";
-}
-
-// Radios and checkboxes getter/setter
-if ( !jQuery.support.checkOn ) {
-       jQuery.each([ "radio", "checkbox" ], function() {
-               jQuery.valHooks[ this ] = {
-                       get: function( elem ) {
-                               // Handle the case where in Webkit "" is returned instead of "on" if a value isn't specified
-                               return elem.getAttribute("value") === null ? "on" : elem.value;
-                       }
-               };
-       });
-}
-jQuery.each([ "radio", "checkbox" ], function() {
-       jQuery.valHooks[ this ] = jQuery.extend( jQuery.valHooks[ this ], {
-               set: function( elem, value ) {
-                       if ( jQuery.isArray( value ) ) {
-                               return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );
-                       }
-               }
-       });
-});
-var rformElems = /^(?:textarea|input|select)$/i,
-       rtypenamespace = /^([^\.]*|)(?:\.(.+)|)$/,
-       rhoverHack = /(?:^|\s)hover(\.\S+|)\b/,
-       rkeyEvent = /^key/,
-       rmouseEvent = /^(?:mouse|contextmenu)|click/,
-       rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
-       hoverHack = function( events ) {
-               return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
-       };
-
-/*
- * Helper functions for managing events -- not part of the public interface.
- * Props to Dean Edwards' addEvent library for many of the ideas.
- */
-jQuery.event = {
-
-       add: function( elem, types, handler, data, selector ) {
-
-               var elemData, eventHandle, events,
-                       t, tns, type, namespaces, handleObj,
-                       handleObjIn, handlers, special;
-
-               // Don't attach events to noData or text/comment nodes (allow plain objects tho)
-               if ( elem.nodeType === 3 || elem.nodeType === 8 || !types || !handler || !(elemData = jQuery._data( elem )) ) {
-                       return;
-               }
-
-               // Caller can pass in an object of custom data in lieu of the handler
-               if ( handler.handler ) {
-                       handleObjIn = handler;
-                       handler = handleObjIn.handler;
-                       selector = handleObjIn.selector;
-               }
-
-               // Make sure that the handler has a unique ID, used to find/remove it later
-               if ( !handler.guid ) {
-                       handler.guid = jQuery.guid++;
-               }
-
-               // Init the element's event structure and main handler, if this is the first
-               events = elemData.events;
-               if ( !events ) {
-                       elemData.events = events = {};
-               }
-               eventHandle = elemData.handle;
-               if ( !eventHandle ) {
-                       elemData.handle = eventHandle = function( e ) {
-                               // Discard the second event of a jQuery.event.trigger() and
-                               // when an event is called after a page has unloaded
-                               return typeof jQuery !== "undefined" && (!e || jQuery.event.triggered !== e.type) ?
-                                       jQuery.event.dispatch.apply( eventHandle.elem, arguments ) :
-                                       undefined;
-                       };
-                       // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events
-                       eventHandle.elem = elem;
-               }
-
-               // Handle multiple events separated by a space
-               // jQuery(...).bind("mouseover mouseout", fn);
-               types = jQuery.trim( hoverHack(types) ).split( " " );
-               for ( t = 0; t < types.length; t++ ) {
-
-                       tns = rtypenamespace.exec( types[t] ) || [];
-                       type = tns[1];
-                       namespaces = ( tns[2] || "" ).split( "." ).sort();
-
-                       // If event changes its type, use the special event handlers for the changed type
-                       special = jQuery.event.special[ type ] || {};
-
-                       // If selector defined, determine special event api type, otherwise given type
-                       type = ( selector ? special.delegateType : special.bindType ) || type;
-
-                       // Update special based on newly reset type
-                       special = jQuery.event.special[ type ] || {};
-
-                       // handleObj is passed to all event handlers
-                       handleObj = jQuery.extend({
-                               type: type,
-                               origType: tns[1],
-                               data: data,
-                               handler: handler,
-                               guid: handler.guid,
-                               selector: selector,
-                               needsContext: selector && jQuery.expr.match.needsContext.test( selector ),
-                               namespace: namespaces.join(".")
-                       }, handleObjIn );
-
-                       // Init the event handler queue if we're the first
-                       handlers = events[ type ];
-                       if ( !handlers ) {
-                               handlers = events[ type ] = [];
-                               handlers.delegateCount = 0;
-
-                               // Only use addEventListener/attachEvent if the special events handler returns false
-                               if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
-                                       // Bind the global event handler to the element
-                                       if ( elem.addEventListener ) {
-                                               elem.addEventListener( type, eventHandle, false );
-
-                                       } else if ( elem.attachEvent ) {
-                                               elem.attachEvent( "on" + type, eventHandle );
-                                       }
-                               }
-                       }
-
-                       if ( special.add ) {
-                               special.add.call( elem, handleObj );
-
-                               if ( !handleObj.handler.guid ) {
-                                       handleObj.handler.guid = handler.guid;
-                               }
-                       }
-
-                       // Add to the element's handler list, delegates in front
-                       if ( selector ) {
-                               handlers.splice( handlers.delegateCount++, 0, handleObj );
-                       } else {
-                               handlers.push( handleObj );
-                       }
-
-                       // Keep track of which events have ever been used, for event optimization
-                       jQuery.event.global[ type ] = true;
-               }
-
-               // Nullify elem to prevent memory leaks in IE
-               elem = null;
-       },
-
-       global: {},
-
-       // Detach an event or set of events from an element
-       remove: function( elem, types, handler, selector, mappedTypes ) {
-
-               var t, tns, type, origType, namespaces, origCount,
-                       j, events, special, eventType, handleObj,
-                       elemData = jQuery.hasData( elem ) && jQuery._data( elem );
-
-               if ( !elemData || !(events = elemData.events) ) {
-                       return;
-               }
-
-               // Once for each type.namespace in types; type may be omitted
-               types = jQuery.trim( hoverHack( types || "" ) ).split(" ");
-               for ( t = 0; t < types.length; t++ ) {
-                       tns = rtypenamespace.exec( types[t] ) || [];
-                       type = origType = tns[1];
-                       namespaces = tns[2];
-
-                       // Unbind all events (on this namespace, if provided) for the element
-                       if ( !type ) {
-                               for ( type in events ) {
-                                       jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
-                               }
-                               continue;
-                       }
-
-                       special = jQuery.event.special[ type ] || {};
-                       type = ( selector? special.delegateType : special.bindType ) || type;
-                       eventType = events[ type ] || [];
-                       origCount = eventType.length;
-                       namespaces = namespaces ? new RegExp("(^|\\.)" + namespaces.split(".").sort().join("\\.(?:.*\\.|)") + "(\\.|$)") : null;
-
-                       // Remove matching events
-                       for ( j = 0; j < eventType.length; j++ ) {
-                               handleObj = eventType[ j ];
-
-                               if ( ( mappedTypes || origType === handleObj.origType ) &&
-                                        ( !handler || handler.guid === handleObj.guid ) &&
-                                        ( !namespaces || namespaces.test( handleObj.namespace ) ) &&
-                                        ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) {
-                                       eventType.splice( j--, 1 );
-
-                                       if ( handleObj.selector ) {
-                                               eventType.delegateCount--;
-                                       }
-                                       if ( special.remove ) {
-                                               special.remove.call( elem, handleObj );
-                                       }
-                               }
-                       }
-
-                       // Remove generic event handler if we removed something and no more handlers exist
-                       // (avoids potential for endless recursion during removal of special event handlers)
-                       if ( eventType.length === 0 && origCount !== eventType.length ) {
-                               if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
-                                       jQuery.removeEvent( elem, type, elemData.handle );
-                               }
-
-                               delete events[ type ];
-                       }
-               }
-
-               // Remove the expando if it's no longer used
-               if ( jQuery.isEmptyObject( events ) ) {
-                       delete elemData.handle;
-
-                       // removeData also checks for emptiness and clears the expando if empty
-                       // so use it instead of delete
-                       jQuery.removeData( elem, "events", true );
-               }
-       },
-
-       // Events that are safe to short-circuit if no handlers are attached.
-       // Native DOM events should not be added, they may have inline handlers.
-       customEvent: {
-               "getData": true,
-               "setData": true,
-               "changeData": true
-       },
-
-       trigger: function( event, data, elem, onlyHandlers ) {
-               // Don't do events on text and comment nodes
-               if ( elem && (elem.nodeType === 3 || elem.nodeType === 8) ) {
-                       return;
-               }
-
-               // Event object or event type
-               var cache, exclusive, i, cur, old, ontype, special, handle, eventPath, bubbleType,
-                       type = event.type || event,
-                       namespaces = [];
-
-               // focus/blur morphs to focusin/out; ensure we're not firing them right now
-               if ( rfocusMorph.test( type + jQuery.event.triggered ) ) {
-                       return;
-               }
-
-               if ( type.indexOf( "!" ) >= 0 ) {
-                       // Exclusive events trigger only for the exact event (no namespaces)
-                       type = type.slice(0, -1);
-                       exclusive = true;
-               }
-
-               if ( type.indexOf( "." ) >= 0 ) {
-                       // Namespaced trigger; create a regexp to match event type in handle()
-                       namespaces = type.split(".");
-                       type = namespaces.shift();
-                       namespaces.sort();
-               }
-
-               if ( (!elem || jQuery.event.customEvent[ type ]) && !jQuery.event.global[ type ] ) {
-                       // No jQuery handlers for this event type, and it can't have inline handlers
-                       return;
-               }
-
-               // Caller can pass in an Event, Object, or just an event type string
-               event = typeof event === "object" ?
-                       // jQuery.Event object
-                       event[ jQuery.expando ] ? event :
-                       // Object literal
-                       new jQuery.Event( type, event ) :
-                       // Just the event type (string)
-                       new jQuery.Event( type );
-
-               event.type = type;
-               event.isTrigger = true;
-               event.exclusive = exclusive;
-               event.namespace = namespaces.join( "." );
-               event.namespace_re = event.namespace? new RegExp("(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)") : null;
-               ontype = type.indexOf( ":" ) < 0 ? "on" + type : "";
-
-               // Handle a global trigger
-               if ( !elem ) {
-
-                       // TODO: Stop taunting the data cache; remove global events and always attach to document
-                       cache = jQuery.cache;
-                       for ( i in cache ) {
-                               if ( cache[ i ].events && cache[ i ].events[ type ] ) {
-                                       jQuery.event.trigger( event, data, cache[ i ].handle.elem, true );
-                               }
-                       }
-                       return;
-               }
-
-               // Clean up the event in case it is being reused
-               event.result = undefined;
-               if ( !event.target ) {
-                       event.target = elem;
-               }
-
-               // Clone any incoming data and prepend the event, creating the handler arg list
-               data = data != null ? jQuery.makeArray( data ) : [];
-               data.unshift( event );
-
-               // Allow special events to draw outside the lines
-               special = jQuery.event.special[ type ] || {};
-               if ( special.trigger && special.trigger.apply( elem, data ) === false ) {
-                       return;
-               }
-
-               // Determine event propagation path in advance, per W3C events spec (#9951)
-               // Bubble up to document, then to window; watch for a global ownerDocument var (#9724)
-               eventPath = [[ elem, special.bindType || type ]];
-               if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {
-
-                       bubbleType = special.delegateType || type;
-                       cur = rfocusMorph.test( bubbleType + type ) ? elem : elem.parentNode;
-                       for ( old = elem; cur; cur = cur.parentNode ) {
-                               eventPath.push([ cur, bubbleType ]);
-                               old = cur;
-                       }
-
-                       // Only add window if we got to document (e.g., not plain obj or detached DOM)
-                       if ( old === (elem.ownerDocument || document) ) {
-                               eventPath.push([ old.defaultView || old.parentWindow || window, bubbleType ]);
-                       }
-               }
-
-               // Fire handlers on the event path
-               for ( i = 0; i < eventPath.length && !event.isPropagationStopped(); i++ ) {
-
-                       cur = eventPath[i][0];
-                       event.type = eventPath[i][1];
-
-                       handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" );
-                       if ( handle ) {
-                               handle.apply( cur, data );
-                       }
-                       // Note that this is a bare JS function and not a jQuery handler
-                       handle = ontype && cur[ ontype ];
-                       if ( handle && jQuery.acceptData( cur ) && handle.apply && handle.apply( cur, data ) === false ) {
-                               event.preventDefault();
-                       }
-               }
-               event.type = type;
-
-               // If nobody prevented the default action, do it now
-               if ( !onlyHandlers && !event.isDefaultPrevented() ) {
-
-                       if ( (!special._default || special._default.apply( elem.ownerDocument, data ) === false) &&
-                               !(type === "click" && jQuery.nodeName( elem, "a" )) && jQuery.acceptData( elem ) ) {
-
-                               // Call a native DOM method on the target with the same name name as the event.
-                               // Can't use an .isFunction() check here because IE6/7 fails that test.
-                               // Don't do default actions on window, that's where global variables be (#6170)
-                               // IE<9 dies on focus/blur to hidden element (#1486)
-                               if ( ontype && elem[ type ] && ((type !== "focus" && type !== "blur") || event.target.offsetWidth !== 0) && !jQuery.isWindow( elem ) ) {
-
-                                       // Don't re-trigger an onFOO event when we call its FOO() method
-                                       old = elem[ ontype ];
-
-                                       if ( old ) {
-                                               elem[ ontype ] = null;
-                                       }
-
-                                       // Prevent re-triggering of the same event, since we already bubbled it above
-                                       jQuery.event.triggered = type;
-                                       elem[ type ]();
-                                       jQuery.event.triggered = undefined;
-
-                                       if ( old ) {
-                                               elem[ ontype ] = old;
-                                       }
-                               }
-                       }
-               }
-
-               return event.result;
-       },
-
-       dispatch: function( event ) {
-
-               // Make a writable jQuery.Event from the native event object
-               event = jQuery.event.fix( event || window.event );
-
-               var i, j, cur, ret, selMatch, matched, matches, handleObj, sel, related,
-                       handlers = ( (jQuery._data( this, "events" ) || {} )[ event.type ] || []),
-                       delegateCount = handlers.delegateCount,
-                       args = core_slice.call( arguments ),
-                       run_all = !event.exclusive && !event.namespace,
-                       special = jQuery.event.special[ event.type ] || {},
-                       handlerQueue = [];
-
-               // Use the fix-ed jQuery.Event rather than the (read-only) native event
-               args[0] = event;
-               event.delegateTarget = this;
-
-               // Call the preDispatch hook for the mapped type, and let it bail if desired
-               if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {
-                       return;
-               }
-
-               // Determine handlers that should run if there are delegated events
-               // Avoid non-left-click bubbling in Firefox (#3861)
-               if ( delegateCount && !(event.button && event.type === "click") ) {
-
-                       for ( cur = event.target; cur != this; cur = cur.parentNode || this ) {
-
-                               // Don't process clicks (ONLY) on disabled elements (#6911, #8165, #11382, #11764)
-                               if ( cur.disabled !== true || event.type !== "click" ) {
-                                       selMatch = {};
-                                       matches = [];
-                                       for ( i = 0; i < delegateCount; i++ ) {
-                                               handleObj = handlers[ i ];
-                                               sel = handleObj.selector;
-
-                                               if ( selMatch[ sel ] === undefined ) {
-                                                       selMatch[ sel ] = handleObj.needsContext ?
-                                                               jQuery( sel, this ).index( cur ) >= 0 :
-                                                               jQuery.find( sel, this, null, [ cur ] ).length;
-                                               }
-                                               if ( selMatch[ sel ] ) {
-                                                       matches.push( handleObj );
-                                               }
-                                       }
-                                       if ( matches.length ) {
-                                               handlerQueue.push({ elem: cur, matches: matches });
-                                       }
-                               }
-                       }
-               }
-
-               // Add the remaining (directly-bound) handlers
-               if ( handlers.length > delegateCount ) {
-                       handlerQueue.push({ elem: this, matches: handlers.slice( delegateCount ) });
-               }
-
-               // Run delegates first; they may want to stop propagation beneath us
-               for ( i = 0; i < handlerQueue.length && !event.isPropagationStopped(); i++ ) {
-                       matched = handlerQueue[ i ];
-                       event.currentTarget = matched.elem;
-
-                       for ( j = 0; j < matched.matches.length && !event.isImmediatePropagationStopped(); j++ ) {
-                               handleObj = matched.matches[ j ];
-
-                               // Triggered event must either 1) be non-exclusive and have no namespace, or
-                               // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace).
-                               if ( run_all || (!event.namespace && !handleObj.namespace) || event.namespace_re && event.namespace_re.test( handleObj.namespace ) ) {
-
-                                       event.data = handleObj.data;
-                                       event.handleObj = handleObj;
-
-                                       ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )
-                                                       .apply( matched.elem, args );
-
-                                       if ( ret !== undefined ) {
-                                               event.result = ret;
-                                               if ( ret === false ) {
-                                                       event.preventDefault();
-                                                       event.stopPropagation();
-                                               }
-                                       }
-                               }
-                       }
-               }
-
-               // Call the postDispatch hook for the mapped type
-               if ( special.postDispatch ) {
-                       special.postDispatch.call( this, event );
-               }
-
-               return event.result;
-       },
-
-       // Includes some event props shared by KeyEvent and MouseEvent
-       // *** attrChange attrName relatedNode srcElement  are not normalized, non-W3C, deprecated, will be removed in 1.8 ***
-       props: "attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
-
-       fixHooks: {},
-
-       keyHooks: {
-               props: "char charCode key keyCode".split(" "),
-               filter: function( event, original ) {
-
-                       // Add which for key events
-                       if ( event.which == null ) {
-                               event.which = original.charCode != null ? original.charCode : original.keyCode;
-                       }
-
-                       return event;
-               }
-       },
-
-       mouseHooks: {
-               props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),
-               filter: function( event, original ) {
-                       var eventDoc, doc, body,
-                               button = original.button,
-                               fromElement = original.fromElement;
-
-                       // Calculate pageX/Y if missing and clientX/Y available
-                       if ( event.pageX == null && original.clientX != null ) {
-                               eventDoc = event.target.ownerDocument || document;
-                               doc = eventDoc.documentElement;
-                               body = eventDoc.body;
-
-                               event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );
-                               event.pageY = original.clientY + ( doc && doc.scrollTop  || body && body.scrollTop  || 0 ) - ( doc && doc.clientTop  || body && body.clientTop  || 0 );
-                       }
-
-                       // Add relatedTarget, if necessary
-                       if ( !event.relatedTarget && fromElement ) {
-                               event.relatedTarget = fromElement === event.target ? original.toElement : fromElement;
-                       }
-
-                       // Add which for click: 1 === left; 2 === middle; 3 === right
-                       // Note: button is not normalized, so don't use it
-                       if ( !event.which && button !== undefined ) {
-                               event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );
-                       }
-
-                       return event;
-               }
-       },
-
-       fix: function( event ) {
-               if ( event[ jQuery.expando ] ) {
-                       return event;
-               }
-
-               // Create a writable copy of the event object and normalize some properties
-               var i, prop,
-                       originalEvent = event,
-                       fixHook = jQuery.event.fixHooks[ event.type ] || {},
-                       copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;
-
-               event = jQuery.Event( originalEvent );
-
-               for ( i = copy.length; i; ) {
-                       prop = copy[ --i ];
-                       event[ prop ] = originalEvent[ prop ];
-               }
-
-               // Fix target property, if necessary (#1925, IE 6/7/8 & Safari2)
-               if ( !event.target ) {
-                       event.target = originalEvent.srcElement || document;
-               }
-
-               // Target should not be a text node (#504, Safari)
-               if ( event.target.nodeType === 3 ) {
-                       event.target = event.target.parentNode;
-               }
-
-               // For mouse/key events, metaKey==false if it's undefined (#3368, #11328; IE6/7/8)
-               event.metaKey = !!event.metaKey;
-
-               return fixHook.filter? fixHook.filter( event, originalEvent ) : event;
-       },
-
-       special: {
-               load: {
-                       // Prevent triggered image.load events from bubbling to window.load
-                       noBubble: true
-               },
-
-               focus: {
-                       delegateType: "focusin"
-               },
-               blur: {
-                       delegateType: "focusout"
-               },
-
-               beforeunload: {
-                       setup: function( data, namespaces, eventHandle ) {
-                               // We only want to do this special case on windows
-                               if ( jQuery.isWindow( this ) ) {
-                                       this.onbeforeunload = eventHandle;
-                               }
-                       },
-
-                       teardown: function( namespaces, eventHandle ) {
-                               if ( this.onbeforeunload === eventHandle ) {
-                                       this.onbeforeunload = null;
-                               }
-                       }
-               }
-       },
-
-       simulate: function( type, elem, event, bubble ) {
-               // Piggyback on a donor event to simulate a different one.
-               // Fake originalEvent to avoid donor's stopPropagation, but if the
-               // simulated event prevents default then we do the same on the donor.
-               var e = jQuery.extend(
-                       new jQuery.Event(),
-                       event,
-                       { type: type,
-                               isSimulated: true,
-                               originalEvent: {}
-                       }
-               );
-               if ( bubble ) {
-                       jQuery.event.trigger( e, null, elem );
-               } else {
-                       jQuery.event.dispatch.call( elem, e );
-               }
-               if ( e.isDefaultPrevented() ) {
-                       event.preventDefault();
-               }
-       }
-};
-
-// Some plugins are using, but it's undocumented/deprecated and will be removed.
-// The 1.7 special event interface should provide all the hooks needed now.
-jQuery.event.handle = jQuery.event.dispatch;
-
-jQuery.removeEvent = document.removeEventListener ?
-       function( elem, type, handle ) {
-               if ( elem.removeEventListener ) {
-                       elem.removeEventListener( type, handle, false );
-               }
-       } :
-       function( elem, type, handle ) {
-               var name = "on" + type;
-
-               if ( elem.detachEvent ) {
-
-                       // #8545, #7054, preventing memory leaks for custom events in IE6-8
-                       // detachEvent needed property on element, by name of that event, to properly expose it to GC
-                       if ( typeof elem[ name ] === "undefined" ) {
-                               elem[ name ] = null;
-                       }
-
-                       elem.detachEvent( name, handle );
-               }
-       };
-
-jQuery.Event = function( src, props ) {
-       // Allow instantiation without the 'new' keyword
-       if ( !(this instanceof jQuery.Event) ) {
-               return new jQuery.Event( src, props );
-       }
-
-       // Event object
-       if ( src && src.type ) {
-               this.originalEvent = src;
-               this.type = src.type;
-
-               // Events bubbling up the document may have been marked as prevented
-               // by a handler lower down the tree; reflect the correct value.
-               this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false ||
-                       src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse;
-
-       // Event type
-       } else {
-               this.type = src;
-       }
-
-       // Put explicitly provided properties onto the event object
-       if ( props ) {
-               jQuery.extend( this, props );
-       }
-
-       // Create a timestamp if incoming event doesn't have one
-       this.timeStamp = src && src.timeStamp || jQuery.now();
-
-       // Mark it as fixed
-       this[ jQuery.expando ] = true;
-};
-
-function returnFalse() {
-       return false;
-}
-function returnTrue() {
-       return true;
-}
-
-// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
-// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
-jQuery.Event.prototype = {
-       preventDefault: function() {
-               this.isDefaultPrevented = returnTrue;
-
-               var e = this.originalEvent;
-               if ( !e ) {
-                       return;
-               }
-
-               // if preventDefault exists run it on the original event
-               if ( e.preventDefault ) {
-                       e.preventDefault();
-
-               // otherwise set the returnValue property of the original event to false (IE)
-               } else {
-                       e.returnValue = false;
-               }
-       },
-       stopPropagation: function() {
-               this.isPropagationStopped = returnTrue;
-
-               var e = this.originalEvent;
-               if ( !e ) {
-                       return;
-               }
-               // if stopPropagation exists run it on the original event
-               if ( e.stopPropagation ) {
-                       e.stopPropagation();
-               }
-               // otherwise set the cancelBubble property of the original event to true (IE)
-               e.cancelBubble = true;
-       },
-       stopImmediatePropagation: function() {
-               this.isImmediatePropagationStopped = returnTrue;
-               this.stopPropagation();
-       },
-       isDefaultPrevented: returnFalse,
-       isPropagationStopped: returnFalse,
-       isImmediatePropagationStopped: returnFalse
-};
-
-// Create mouseenter/leave events using mouseover/out and event-time checks
-jQuery.each({
-       mouseenter: "mouseover",
-       mouseleave: "mouseout"
-}, function( orig, fix ) {
-       jQuery.event.special[ orig ] = {
-               delegateType: fix,
-               bindType: fix,
-
-               handle: function( event ) {
-                       var ret,
-                               target = this,
-                               related = event.relatedTarget,
-                               handleObj = event.handleObj,
-                               selector = handleObj.selector;
-
-                       // For mousenter/leave call the handler if related is outside the target.
-                       // NB: No relatedTarget if the mouse left/entered the browser window
-                       if ( !related || (related !== target && !jQuery.contains( target, related )) ) {
-                               event.type = handleObj.origType;
-                               ret = handleObj.handler.apply( this, arguments );
-                               event.type = fix;
-                       }
-                       return ret;
-               }
-       };
-});
-
-// IE submit delegation
-if ( !jQuery.support.submitBubbles ) {
-
-       jQuery.event.special.submit = {
-               setup: function() {
-                       // Only need this for delegated form submit events
-                       if ( jQuery.nodeName( this, "form" ) ) {
-                               return false;
-                       }
-
-                       // Lazy-add a submit handler when a descendant form may potentially be submitted
-                       jQuery.event.add( this, "click._submit keypress._submit", function( e ) {
-                               // Node name check avoids a VML-related crash in IE (#9807)
-                               var elem = e.target,
-                                       form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined;
-                               if ( form && !jQuery._data( form, "_submit_attached" ) ) {
-                                       jQuery.event.add( form, "submit._submit", function( event ) {
-                                               event._submit_bubble = true;
-                                       });
-                                       jQuery._data( form, "_submit_attached", true );
-                               }
-                       });
-                       // return undefined since we don't need an event listener
-               },
-
-               postDispatch: function( event ) {
-                       // If form was submitted by the user, bubble the event up the tree
-                       if ( event._submit_bubble ) {
-                               delete event._submit_bubble;
-                               if ( this.parentNode && !event.isTrigger ) {
-                                       jQuery.event.simulate( "submit", this.parentNode, event, true );
-                               }
-                       }
-               },
-
-               teardown: function() {
-                       // Only need this for delegated form submit events
-                       if ( jQuery.nodeName( this, "form" ) ) {
-                               return false;
-                       }
-
-                       // Remove delegated handlers; cleanData eventually reaps submit handlers attached above
-                       jQuery.event.remove( this, "._submit" );
-               }
-       };
-}
-
-// IE change delegation and checkbox/radio fix
-if ( !jQuery.support.changeBubbles ) {
-
-       jQuery.event.special.change = {
-
-               setup: function() {
-
-                       if ( rformElems.test( this.nodeName ) ) {
-                               // IE doesn't fire change on a check/radio until blur; trigger it on click
-                               // after a propertychange. Eat the blur-change in special.change.handle.
-                               // This still fires onchange a second time for check/radio after blur.
-                               if ( this.type === "checkbox" || this.type === "radio" ) {
-                                       jQuery.event.add( this, "propertychange._change", function( event ) {
-                                               if ( event.originalEvent.propertyName === "checked" ) {
-                                                       this._just_changed = true;
-                                               }
-                                       });
-                                       jQuery.event.add( this, "click._change", function( event ) {
-                                               if ( this._just_changed && !event.isTrigger ) {
-                                                       this._just_changed = false;
-                                               }
-                                               // Allow triggered, simulated change events (#11500)
-                                               jQuery.event.simulate( "change", this, event, true );
-                                       });
-                               }
-                               return false;
-                       }
-                       // Delegated event; lazy-add a change handler on descendant inputs
-                       jQuery.event.add( this, "beforeactivate._change", function( e ) {
-                               var elem = e.target;
-
-                               if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "_change_attached" ) ) {
-                                       jQuery.event.add( elem, "change._change", function( event ) {
-                                               if ( this.parentNode && !event.isSimulated && !event.isTrigger ) {
-                                                       jQuery.event.simulate( "change", this.parentNode, event, true );
-                                               }
-                                       });
-                                       jQuery._data( elem, "_change_attached", true );
-                               }
-                       });
-               },
-
-               handle: function( event ) {
-                       var elem = event.target;
-
-                       // Swallow native change events from checkbox/radio, we already triggered them above
-                       if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) {
-                               return event.handleObj.handler.apply( this, arguments );
-                       }
-               },
-
-               teardown: function() {
-                       jQuery.event.remove( this, "._change" );
-
-                       return !rformElems.test( this.nodeName );
-               }
-       };
-}
-
-// Create "bubbling" focus and blur events
-if ( !jQuery.support.focusinBubbles ) {
-       jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
-
-               // Attach a single capturing handler while someone wants focusin/focusout
-               var attaches = 0,
-                       handler = function( event ) {
-                               jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
-                       };
-
-               jQuery.event.special[ fix ] = {
-                       setup: function() {
-                               if ( attaches++ === 0 ) {
-                                       document.addEventListener( orig, handler, true );
-                               }
-                       },
-                       teardown: function() {
-                               if ( --attaches === 0 ) {
-                                       document.removeEventListener( orig, handler, true );
-                               }
-                       }
-               };
-       });
-}
-
-jQuery.fn.extend({
-
-       on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
-               var origFn, type;
-
-               // Types can be a map of types/handlers
-               if ( typeof types === "object" ) {
-                       // ( types-Object, selector, data )
-                       if ( typeof selector !== "string" ) { // && selector != null
-                               // ( types-Object, data )
-                               data = data || selector;
-                               selector = undefined;
-                       }
-                       for ( type in types ) {
-                               this.on( type, selector, data, types[ type ], one );
-                       }
-                       return this;
-               }
-
-               if ( data == null && fn == null ) {
-                       // ( types, fn )
-                       fn = selector;
-                       data = selector = undefined;
-               } else if ( fn == null ) {
-                       if ( typeof selector === "string" ) {
-                               // ( types, selector, fn )
-                               fn = data;
-                               data = undefined;
-                       } else {
-                               // ( types, data, fn )
-                               fn = data;
-                               data = selector;
-                               selector = undefined;
-                       }
-               }
-               if ( fn === false ) {
-                       fn = returnFalse;
-               } else if ( !fn ) {
-                       return this;
-               }
-
-               if ( one === 1 ) {
-                       origFn = fn;
-                       fn = function( event ) {
-                               // Can use an empty set, since event contains the info
-                               jQuery().off( event );
-                               return origFn.apply( this, arguments );
-                       };
-                       // Use same guid so caller can remove using origFn
-                       fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
-               }
-               return this.each( function() {
-                       jQuery.event.add( this, types, fn, data, selector );
-               });
-       },
-       one: function( types, selector, data, fn ) {
-               return this.on( types, selector, data, fn, 1 );
-       },
-       off: function( types, selector, fn ) {
-               var handleObj, type;
-               if ( types && types.preventDefault && types.handleObj ) {
-                       // ( event )  dispatched jQuery.Event
-                       handleObj = types.handleObj;
-                       jQuery( types.delegateTarget ).off(
-                               handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType,
-                               handleObj.selector,
-                               handleObj.handler
-                       );
-                       return this;
-               }
-               if ( typeof types === "object" ) {
-                       // ( types-object [, selector] )
-                       for ( type in types ) {
-                               this.off( type, selector, types[ type ] );
-                       }
-                       return this;
-               }
-               if ( selector === false || typeof selector === "function" ) {
-                       // ( types [, fn] )
-                       fn = selector;
-                       selector = undefined;
-               }
-               if ( fn === false ) {
-                       fn = returnFalse;
-               }
-               return this.each(function() {
-                       jQuery.event.remove( this, types, fn, selector );
-               });
-       },
-
-       bind: function( types, data, fn ) {
-               return this.on( types, null, data, fn );
-       },
-       unbind: function( types, fn ) {
-               return this.off( types, null, fn );
-       },
-
-       live: function( types, data, fn ) {
-               jQuery( this.context ).on( types, this.selector, data, fn );
-               return this;
-       },
-       die: function( types, fn ) {
-               jQuery( this.context ).off( types, this.selector || "**", fn );
-               return this;
-       },
-
-       delegate: function( selector, types, data, fn ) {
-               return this.on( types, selector, data, fn );
-       },
-       undelegate: function( selector, types, fn ) {
-               // ( namespace ) or ( selector, types [, fn] )
-               return arguments.length === 1 ? this.off( selector, "**" ) : this.off( types, selector || "**", fn );
-       },
-
-       trigger: function( type, data ) {
-               return this.each(function() {
-                       jQuery.event.trigger( type, data, this );
-               });
-       },
-       triggerHandler: function( type, data ) {
-               if ( this[0] ) {
-                       return jQuery.event.trigger( type, data, this[0], true );
-               }
-       },
-
-       toggle: function( fn ) {
-               // Save reference to arguments for access in closure
-               var args = arguments,
-                       guid = fn.guid || jQuery.guid++,
-                       i = 0,
-                       toggler = function( event ) {
-                               // Figure out which function to execute
-                               var lastToggle = ( jQuery._data( this, "lastToggle" + fn.guid ) || 0 ) % i;
-                               jQuery._data( this, "lastToggle" + fn.guid, lastToggle + 1 );
-
-                               // Make sure that clicks stop
-                               event.preventDefault();
-
-                               // and execute the function
-                               return args[ lastToggle ].apply( this, arguments ) || false;
-                       };
-
-               // link all the functions, so any of them can unbind this click handler
-               toggler.guid = guid;
-               while ( i < args.length ) {
-                       args[ i++ ].guid = guid;
-               }
-
-               return this.click( toggler );
-       },
-
-       hover: function( fnOver, fnOut ) {
-               return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );
-       }
-});
-
-jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
-       "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " +
-       "change select submit keydown keypress keyup error contextmenu").split(" "), function( i, name ) {
-
-       // Handle event binding
-       jQuery.fn[ name ] = function( data, fn ) {
-               if ( fn == null ) {
-                       fn = data;
-                       data = null;
-               }
-
-               return arguments.length > 0 ?
-                       this.on( name, null, data, fn ) :
-                       this.trigger( name );
-       };
-
-       if ( rkeyEvent.test( name ) ) {
-               jQuery.event.fixHooks[ name ] = jQuery.event.keyHooks;
-       }
-
-       if ( rmouseEvent.test( name ) ) {
-               jQuery.event.fixHooks[ name ] = jQuery.event.mouseHooks;
-       }
-});
-/*!\r
- * Sizzle CSS Selector Engine\r
- * Copyright 2012 jQuery Foundation and other contributors\r
- * Released under the MIT license\r
- * http://sizzlejs.com/\r
- */\r
-(function( window, undefined ) {\r
-\r
-var cachedruns,\r
-       assertGetIdNotName,\r
-       Expr,\r
-       getText,\r
-       isXML,\r
-       contains,\r
-       compile,\r
-       sortOrder,\r
-       hasDuplicate,\r
-       outermostContext,\r
-\r
-       baseHasDuplicate = true,\r
-       strundefined = "undefined",\r
-\r
-       expando = ( "sizcache" + Math.random() ).replace( ".", "" ),\r
-\r
-       Token = String,\r
-       document = window.document,\r
-       docElem = document.documentElement,\r
-       dirruns = 0,\r
-       done = 0,\r
-       pop = [].pop,\r
-       push = [].push,\r
-       slice = [].slice,\r
-       // Use a stripped-down indexOf if a native one is unavailable\r
-       indexOf = [].indexOf || function( elem ) {\r
-               var i = 0,\r
-                       len = this.length;\r
-               for ( ; i < len; i++ ) {\r
-                       if ( this[i] === elem ) {\r
-                               return i;\r
-                       }\r
-               }\r
-               return -1;\r
-       },\r
-\r
-       // Augment a function for special use by Sizzle\r
-       markFunction = function( fn, value ) {\r
-               fn[ expando ] = value == null || value;\r
-               return fn;\r
-       },\r
-\r
-       createCache = function() {\r
-               var cache = {},\r
-                       keys = [];\r
-\r
-               return markFunction(function( key, value ) {\r
-                       // Only keep the most recent entries\r
-                       if ( keys.push( key ) > Expr.cacheLength ) {\r
-                               delete cache[ keys.shift() ];\r
-                       }\r
-\r
-                       // Retrieve with (key + " ") to avoid collision with native Object.prototype properties (see Issue #157)\r
-                       return (cache[ key + " " ] = value);\r
-               }, cache );\r
-       },\r
-\r
-       classCache = createCache(),\r
-       tokenCache = createCache(),\r
-       compilerCache = createCache(),\r
-\r
-       // Regex\r
-\r
-       // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace\r
-       whitespace = "[\\x20\\t\\r\\n\\f]",\r
-       // http://www.w3.org/TR/css3-syntax/#characters\r
-       characterEncoding = "(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",\r
-\r
-       // Loosely modeled on CSS identifier characters\r
-       // An unquoted value should be a CSS identifier (http://www.w3.org/TR/css3-selectors/#attribute-selectors)\r
-       // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\r
-       identifier = characterEncoding.replace( "w", "w#" ),\r
-\r
-       // Acceptable operators http://www.w3.org/TR/selectors/#attribute-selectors\r
-       operators = "([*^$|!~]?=)",\r
-       attributes = "\\[" + whitespace + "*(" + characterEncoding + ")" + whitespace +\r
-               "*(?:" + operators + whitespace + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + identifier + ")|)|)" + whitespace + "*\\]",\r
-\r
-       // Prefer arguments not in parens/brackets,\r
-       //   then attribute selectors and non-pseudos (denoted by :),\r
-       //   then anything else\r
-       // These preferences are here to reduce the number of selectors\r
-       //   needing tokenize in the PSEUDO preFilter\r
-       pseudos = ":(" + characterEncoding + ")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:" + attributes + ")|[^:]|\\\\.)*|.*))\\)|)",\r
-\r
-       // For matchExpr.POS and matchExpr.needsContext\r
-       pos = ":(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace +\r
-               "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)",\r
-\r
-       // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\r
-       rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ),\r
-\r
-       rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),\r
-       rcombinators = new RegExp( "^" + whitespace + "*([\\x20\\t\\r\\n\\f>+~])" + whitespace + "*" ),\r
-       rpseudo = new RegExp( pseudos ),\r
-\r
-       // Easily-parseable/retrievable ID or TAG or CLASS selectors\r
-       rquickExpr = /^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,\r
-\r
-       rnot = /^:not/,\r
-       rsibling = /[\x20\t\r\n\f]*[+~]/,\r
-       rendsWithNot = /:not\($/,\r
-\r
-       rheader = /h\d/i,\r
-       rinputs = /input|select|textarea|button/i,\r
-\r
-       rbackslash = /\\(?!\\)/g,\r
-\r
-       matchExpr = {\r
-               "ID": new RegExp( "^#(" + characterEncoding + ")" ),\r
-               "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ),\r
-               "NAME": new RegExp( "^\\[name=['\"]?(" + characterEncoding + ")['\"]?\\]" ),\r
-               "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ),\r
-               "ATTR": new RegExp( "^" + attributes ),\r
-               "PSEUDO": new RegExp( "^" + pseudos ),\r
-               "POS": new RegExp( pos, "i" ),\r
-               "CHILD": new RegExp( "^:(only|nth|first|last)-child(?:\\(" + whitespace +\r
-                       "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace +\r
-                       "*(\\d+)|))" + whitespace + "*\\)|)", "i" ),\r
-               // For use in libraries implementing .is()\r
-               "needsContext": new RegExp( "^" + whitespace + "*[>+~]|" + pos, "i" )\r
-       },\r
-\r
-       // Support\r
-\r
-       // Used for testing something on an element\r
-       assert = function( fn ) {\r
-               var div = document.createElement("div");\r
-\r
-               try {\r
-                       return fn( div );\r
-               } catch (e) {\r
-                       return false;\r
-               } finally {\r
-                       // release memory in IE\r
-                       div = null;\r
-               }\r
-       },\r
-\r
-       // Check if getElementsByTagName("*") returns only elements\r
-       assertTagNameNoComments = assert(function( div ) {\r
-               div.appendChild( document.createComment("") );\r
-               return !div.getElementsByTagName("*").length;\r
-       }),\r
-\r
-       // Check if getAttribute returns normalized href attributes\r
-       assertHrefNotNormalized = assert(function( div ) {\r
-               div.innerHTML = "<a href='#'></a>";\r
-               return div.firstChild && typeof div.firstChild.getAttribute !== strundefined &&\r
-                       div.firstChild.getAttribute("href") === "#";\r
-       }),\r
-\r
-       // Check if attributes should be retrieved by attribute nodes\r
-       assertAttributes = assert(function( div ) {\r
-               div.innerHTML = "<select></select>";\r
-               var type = typeof div.lastChild.getAttribute("multiple");\r
-               // IE8 returns a string for some attributes even when not present\r
-               return type !== "boolean" && type !== "string";\r
-       }),\r
-\r
-       // Check if getElementsByClassName can be trusted\r
-       assertUsableClassName = assert(function( div ) {\r
-               // Opera can't find a second classname (in 9.6)\r
-               div.innerHTML = "<div class='hidden e'></div><div class='hidden'></div>";\r
-               if ( !div.getElementsByClassName || !div.getElementsByClassName("e").length ) {\r
-                       return false;\r
-               }\r
-\r
-               // Safari 3.2 caches class attributes and doesn't catch changes\r
-               div.lastChild.className = "e";\r
-               return div.getElementsByClassName("e").length === 2;\r
-       }),\r
-\r
-       // Check if getElementById returns elements by name\r
-       // Check if getElementsByName privileges form controls or returns elements by ID\r
-       assertUsableName = assert(function( div ) {\r
-               // Inject content\r
-               div.id = expando + 0;\r
-               div.innerHTML = "<a name='" + expando + "'></a><div name='" + expando + "'></div>";\r
-               docElem.insertBefore( div, docElem.firstChild );\r
-\r
-               // Test\r
-               var pass = document.getElementsByName &&\r
-                       // buggy browsers will return fewer than the correct 2\r
-                       document.getElementsByName( expando ).length === 2 +\r
-                       // buggy browsers will return more than the correct 0\r
-                       document.getElementsByName( expando + 0 ).length;\r
-               assertGetIdNotName = !document.getElementById( expando );\r
-\r
-               // Cleanup\r
-               docElem.removeChild( div );\r
-\r
-               return pass;\r
-       });\r
-\r
-// If slice is not available, provide a backup\r
-try {\r
-       slice.call( docElem.childNodes, 0 )[0].nodeType;\r
-} catch ( e ) {\r
-       slice = function( i ) {\r
-               var elem,\r
-                       results = [];\r
-               for ( ; (elem = this[i]); i++ ) {\r
-                       results.push( elem );\r
-               }\r
-               return results;\r
-       };\r
-}\r
-\r
-function Sizzle( selector, context, results, seed ) {\r
-       results = results || [];\r
-       context = context || document;\r
-       var match, elem, xml, m,\r
-               nodeType = context.nodeType;\r
-\r
-       if ( !selector || typeof selector !== "string" ) {\r
-               return results;\r
-       }\r
-\r
-       if ( nodeType !== 1 && nodeType !== 9 ) {\r
-               return [];\r
-       }\r
-\r
-       xml = isXML( context );\r
-\r
-       if ( !xml && !seed ) {\r
-               if ( (match = rquickExpr.exec( selector )) ) {\r
-                       // Speed-up: Sizzle("#ID")\r
-                       if ( (m = match[1]) ) {\r
-                               if ( nodeType === 9 ) {\r
-                                       elem = context.getElementById( m );\r
-                                       // Check parentNode to catch when Blackberry 4.6 returns\r
-                                       // nodes that are no longer in the document #6963\r
-                                       if ( elem && elem.parentNode ) {\r
-                                               // Handle the case where IE, Opera, and Webkit return items\r
-                                               // by name instead of ID\r
-                                               if ( elem.id === m ) {\r
-                                                       results.push( elem );\r
-                                                       return results;\r
-                                               }\r
-                                       } else {\r
-                                               return results;\r
-                                       }\r
-                               } else {\r
-                                       // Context is not a document\r
-                                       if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&\r
-                                               contains( context, elem ) && elem.id === m ) {\r
-                                               results.push( elem );\r
-                                               return results;\r
-                                       }\r
-                               }\r
-\r
-                       // Speed-up: Sizzle("TAG")\r
-                       } else if ( match[2] ) {\r
-                               push.apply( results, slice.call(context.getElementsByTagName( selector ), 0) );\r
-                               return results;\r
-\r
-                       // Speed-up: Sizzle(".CLASS")\r
-                       } else if ( (m = match[3]) && assertUsableClassName && context.getElementsByClassName ) {\r
-                               push.apply( results, slice.call(context.getElementsByClassName( m ), 0) );\r
-                               return results;\r
-                       }\r
-               }\r
-       }\r
-\r
-       // All others\r
-       return select( selector.replace( rtrim, "$1" ), context, results, seed, xml );\r
-}\r
-\r
-Sizzle.matches = function( expr, elements ) {\r
-       return Sizzle( expr, null, null, elements );\r
-};\r
-\r
-Sizzle.matchesSelector = function( elem, expr ) {\r
-       return Sizzle( expr, null, null, [ elem ] ).length > 0;\r
-};\r
-\r
-// Returns a function to use in pseudos for input types\r
-function createInputPseudo( type ) {\r
-       return function( elem ) {\r
-               var name = elem.nodeName.toLowerCase();\r
-               return name === "input" && elem.type === type;\r
-       };\r
-}\r
-\r
-// Returns a function to use in pseudos for buttons\r
-function createButtonPseudo( type ) {\r
-       return function( elem ) {\r
-               var name = elem.nodeName.toLowerCase();\r
-               return (name === "input" || name === "button") && elem.type === type;\r
-       };\r
-}\r
-\r
-// Returns a function to use in pseudos for positionals\r
-function createPositionalPseudo( fn ) {\r
-       return markFunction(function( argument ) {\r
-               argument = +argument;\r
-               return markFunction(function( seed, matches ) {\r
-                       var j,\r
-                               matchIndexes = fn( [], seed.length, argument ),\r
-                               i = matchIndexes.length;\r
-\r
-                       // Match elements found at the specified indexes\r
-                       while ( i-- ) {\r
-                               if ( seed[ (j = matchIndexes[i]) ] ) {\r
-                                       seed[j] = !(matches[j] = seed[j]);\r
-                               }\r
-                       }\r
-               });\r
-       });\r
-}\r
-\r
-/**\r
- * Utility function for retrieving the text value of an array of DOM nodes\r
- * @param {Array|Element} elem\r
- */\r
-getText = Sizzle.getText = function( elem ) {\r
-       var node,\r
-               ret = "",\r
-               i = 0,\r
-               nodeType = elem.nodeType;\r
-\r
-       if ( nodeType ) {\r
-               if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\r
-                       // Use textContent for elements\r
-                       // innerText usage removed for consistency of new lines (see #11153)\r
-                       if ( typeof elem.textContent === "string" ) {\r
-                               return elem.textContent;\r
-                       } else {\r
-                               // Traverse its children\r
-                               for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\r
-                                       ret += getText( elem );\r
-                               }\r
-                       }\r
-               } else if ( nodeType === 3 || nodeType === 4 ) {\r
-                       return elem.nodeValue;\r
-               }\r
-               // Do not include comment or processing instruction nodes\r
-       } else {\r
-\r
-               // If no nodeType, this is expected to be an array\r
-               for ( ; (node = elem[i]); i++ ) {\r
-                       // Do not traverse comment nodes\r
-                       ret += getText( node );\r
-               }\r
-       }\r
-       return ret;\r
-};\r
-\r
-isXML = Sizzle.isXML = function( elem ) {\r
-       // documentElement is verified for cases where it doesn't yet exist\r
-       // (such as loading iframes in IE - #4833)\r
-       var documentElement = elem && (elem.ownerDocument || elem).documentElement;\r
-       return documentElement ? documentElement.nodeName !== "HTML" : false;\r
-};\r
-\r
-// Element contains another\r
-contains = Sizzle.contains = docElem.contains ?\r
-       function( a, b ) {\r
-               var adown = a.nodeType === 9 ? a.documentElement : a,\r
-                       bup = b && b.parentNode;\r
-               return a === bup || !!( bup && bup.nodeType === 1 && adown.contains && adown.contains(bup) );\r
-       } :\r
-       docElem.compareDocumentPosition ?\r
-       function( a, b ) {\r
-               return b && !!( a.compareDocumentPosition( b ) & 16 );\r
-       } :\r
-       function( a, b ) {\r
-               while ( (b = b.parentNode) ) {\r
-                       if ( b === a ) {\r
-                               return true;\r
-                       }\r
-               }\r
-               return false;\r
-       };\r
-\r
-Sizzle.attr = function( elem, name ) {\r
-       var val,\r
-               xml = isXML( elem );\r
-\r
-       if ( !xml ) {\r
-               name = name.toLowerCase();\r
-       }\r
-       if ( (val = Expr.attrHandle[ name ]) ) {\r
-               return val( elem );\r
-       }\r
-       if ( xml || assertAttributes ) {\r
-               return elem.getAttribute( name );\r
-       }\r
-       val = elem.getAttributeNode( name );\r
-       return val ?\r
-               typeof elem[ name ] === "boolean" ?\r
-                       elem[ name ] ? name : null :\r
-                       val.specified ? val.value : null :\r
-               null;\r
-};\r
-\r
-Expr = Sizzle.selectors = {\r
-\r
-       // Can be adjusted by the user\r
-       cacheLength: 50,\r
-\r
-       createPseudo: markFunction,\r
-\r
-       match: matchExpr,\r
-\r
-       // IE6/7 return a modified href\r
-       attrHandle: assertHrefNotNormalized ?\r
-               {} :\r
-               {\r
-                       "href": function( elem ) {\r
-                               return elem.getAttribute( "href", 2 );\r
-                       },\r
-                       "type": function( elem ) {\r
-                               return elem.getAttribute("type");\r
-                       }\r
-               },\r
-\r
-       find: {\r
-               "ID": assertGetIdNotName ?\r
-                       function( id, context, xml ) {\r
-                               if ( typeof context.getElementById !== strundefined && !xml ) {\r
-                                       var m = context.getElementById( id );\r
-                                       // Check parentNode to catch when Blackberry 4.6 returns\r
-                                       // nodes that are no longer in the document #6963\r
-                                       return m && m.parentNode ? [m] : [];\r
-                               }\r
-                       } :\r
-                       function( id, context, xml ) {\r
-                               if ( typeof context.getElementById !== strundefined && !xml ) {\r
-                                       var m = context.getElementById( id );\r
-\r
-                                       return m ?\r
-                                               m.id === id || typeof m.getAttributeNode !== strundefined && m.getAttributeNode("id").value === id ?\r
-                                                       [m] :\r
-                                                       undefined :\r
-                                               [];\r
-                               }\r
-                       },\r
-\r
-               "TAG": assertTagNameNoComments ?\r
-                       function( tag, context ) {\r
-                               if ( typeof context.getElementsByTagName !== strundefined ) {\r
-                                       return context.getElementsByTagName( tag );\r
-                               }\r
-                       } :\r
-                       function( tag, context ) {\r
-                               var results = context.getElementsByTagName( tag );\r
-\r
-                               // Filter out possible comments\r
-                               if ( tag === "*" ) {\r
-                                       var elem,\r
-                                               tmp = [],\r
-                                               i = 0;\r
-\r
-                                       for ( ; (elem = results[i]); i++ ) {\r
-                                               if ( elem.nodeType === 1 ) {\r
-                                                       tmp.push( elem );\r
-                                               }\r
-                                       }\r
-\r
-                                       return tmp;\r
-                               }\r
-                               return results;\r
-                       },\r
-\r
-               "NAME": assertUsableName && function( tag, context ) {\r
-                       if ( typeof context.getElementsByName !== strundefined ) {\r
-                               return context.getElementsByName( name );\r
-                       }\r
-               },\r
-\r
-               "CLASS": assertUsableClassName && function( className, context, xml ) {\r
-                       if ( typeof context.getElementsByClassName !== strundefined && !xml ) {\r
-                               return context.getElementsByClassName( className );\r
-                       }\r
-               }\r
-       },\r
-\r
-       relative: {\r
-               ">": { dir: "parentNode", first: true },\r
-               " ": { dir: "parentNode" },\r
-               "+": { dir: "previousSibling", first: true },\r
-               "~": { dir: "previousSibling" }\r
-       },\r
-\r
-       preFilter: {\r
-               "ATTR": function( match ) {\r
-                       match[1] = match[1].replace( rbackslash, "" );\r
-\r
-                       // Move the given value to match[3] whether quoted or unquoted\r
-                       match[3] = ( match[4] || match[5] || "" ).replace( rbackslash, "" );\r
-\r
-                       if ( match[2] === "~=" ) {\r
-                               match[3] = " " + match[3] + " ";\r
-                       }\r
-\r
-                       return match.slice( 0, 4 );\r
-               },\r
-\r
-               "CHILD": function( match ) {\r
-                       /* matches from matchExpr["CHILD"]\r
-                               1 type (only|nth|...)\r
-                               2 argument (even|odd|\d*|\d*n([+-]\d+)?|...)\r
-                               3 xn-component of xn+y argument ([+-]?\d*n|)\r
-                               4 sign of xn-component\r
-                               5 x of xn-component\r
-                               6 sign of y-component\r
-                               7 y of y-component\r
-                       */\r
-                       match[1] = match[1].toLowerCase();\r
-\r
-                       if ( match[1] === "nth" ) {\r
-                               // nth-child requires argument\r
-                               if ( !match[2] ) {\r
-                                       Sizzle.error( match[0] );\r
-                               }\r
-\r
-                               // numeric x and y parameters for Expr.filter.CHILD\r
-                               // remember that false/true cast respectively to 0/1\r
-                               match[3] = +( match[3] ? match[4] + (match[5] || 1) : 2 * ( match[2] === "even" || match[2] === "odd" ) );\r
-                               match[4] = +( ( match[6] + match[7] ) || match[2] === "odd" );\r
-\r
-                       // other types prohibit arguments\r
-                       } else if ( match[2] ) {\r
-                               Sizzle.error( match[0] );\r
-                       }\r
-\r
-                       return match;\r
-               },\r
-\r
-               "PSEUDO": function( match ) {\r
-                       var unquoted, excess;\r
-                       if ( matchExpr["CHILD"].test( match[0] ) ) {\r
-                               return null;\r
-                       }\r
-\r
-                       if ( match[3] ) {\r
-                               match[2] = match[3];\r
-                       } else if ( (unquoted = match[4]) ) {\r
-                               // Only check arguments that contain a pseudo\r
-                               if ( rpseudo.test(unquoted) &&\r
-                                       // Get excess from tokenize (recursively)\r
-                                       (excess = tokenize( unquoted, true )) &&\r
-                                       // advance to the next closing parenthesis\r
-                                       (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {\r
-\r
-                                       // excess is a negative index\r
-                                       unquoted = unquoted.slice( 0, excess );\r
-                                       match[0] = match[0].slice( 0, excess );\r
-                               }\r
-                               match[2] = unquoted;\r
-                       }\r
-\r
-                       // Return only captures needed by the pseudo filter method (type and argument)\r
-                       return match.slice( 0, 3 );\r
-               }\r
-       },\r
-\r
-       filter: {\r
-               "ID": assertGetIdNotName ?\r
-                       function( id ) {\r
-                               id = id.replace( rbackslash, "" );\r
-                               return function( elem ) {\r
-                                       return elem.getAttribute("id") === id;\r
-                               };\r
-                       } :\r
-                       function( id ) {\r
-                               id = id.replace( rbackslash, "" );\r
-                               return function( elem ) {\r
-                                       var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id");\r
-                                       return node && node.value === id;\r
-                               };\r
-                       },\r
-\r
-               "TAG": function( nodeName ) {\r
-                       if ( nodeName === "*" ) {\r
-                               return function() { return true; };\r
-                       }\r
-                       nodeName = nodeName.replace( rbackslash, "" ).toLowerCase();\r
-\r
-                       return function( elem ) {\r
-                               return elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\r
-                       };\r
-               },\r
-\r
-               "CLASS": function( className ) {\r
-                       var pattern = classCache[ expando ][ className + " " ];\r
-\r
-                       return pattern ||\r
-                               (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) &&\r
-                               classCache( className, function( elem ) {\r
-                                       return pattern.test( elem.className || (typeof elem.getAttribute !== strundefined && elem.getAttribute("class")) || "" );\r
-                               });\r
-               },\r
-\r
-               "ATTR": function( name, operator, check ) {\r
-                       return function( elem, context ) {\r
-                               var result = Sizzle.attr( elem, name );\r
-\r
-                               if ( result == null ) {\r
-                                       return operator === "!=";\r
-                               }\r
-                               if ( !operator ) {\r
-                                       return true;\r
-                               }\r
-\r
-                               result += "";\r
-\r
-                               return operator === "=" ? result === check :\r
-                                       operator === "!=" ? result !== check :\r
-                                       operator === "^=" ? check && result.indexOf( check ) === 0 :\r
-                                       operator === "*=" ? check && result.indexOf( check ) > -1 :\r
-                                       operator === "$=" ? check && result.substr( result.length - check.length ) === check :\r
-                                       operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 :\r
-                                       operator === "|=" ? result === check || result.substr( 0, check.length + 1 ) === check + "-" :\r
-                                       false;\r
-                       };\r
-               },\r
-\r
-               "CHILD": function( type, argument, first, last ) {\r
-\r
-                       if ( type === "nth" ) {\r
-                               return function( elem ) {\r
-                                       var node, diff,\r
-                                               parent = elem.parentNode;\r
-\r
-                                       if ( first === 1 && last === 0 ) {\r
-                                               return true;\r
-                                       }\r
-\r
-                                       if ( parent ) {\r
-                                               diff = 0;\r
-                                               for ( node = parent.firstChild; node; node = node.nextSibling ) {\r
-                                                       if ( node.nodeType === 1 ) {\r
-                                                               diff++;\r
-                                                               if ( elem === node ) {\r
-                                                                       break;\r
-                                                               }\r
-                                                       }\r
-                                               }\r
-                                       }\r
-\r
-                                       // Incorporate the offset (or cast to NaN), then check against cycle size\r
-                                       diff -= last;\r
-                                       return diff === first || ( diff % first === 0 && diff / first >= 0 );\r
-                               };\r
-                       }\r
-\r
-                       return function( elem ) {\r
-                               var node = elem;\r
-\r
-                               switch ( type ) {\r
-                                       case "only":\r
-                                       case "first":\r
-                                               while ( (node = node.previousSibling) ) {\r
-                                                       if ( node.nodeType === 1 ) {\r
-                                                               return false;\r
-                                                       }\r
-                                               }\r
-\r
-                                               if ( type === "first" ) {\r
-                                                       return true;\r
-                                               }\r
-\r
-                                               node = elem;\r
-\r
-                                               /* falls through */\r
-                                       case "last":\r
-                                               while ( (node = node.nextSibling) ) {\r
-                                                       if ( node.nodeType === 1 ) {\r
-                                                               return false;\r
-                                                       }\r
-                                               }\r
-\r
-                                               return true;\r
-                               }\r
-                       };\r
-               },\r
-\r
-               "PSEUDO": function( pseudo, argument ) {\r
-                       // pseudo-class names are case-insensitive\r
-                       // http://www.w3.org/TR/selectors/#pseudo-classes\r
-                       // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\r
-                       // Remember that setFilters inherits from pseudos\r
-                       var args,\r
-                               fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\r
-                                       Sizzle.error( "unsupported pseudo: " + pseudo );\r
-\r
-                       // The user may use createPseudo to indicate that\r
-                       // arguments are needed to create the filter function\r
-                       // just as Sizzle does\r
-                       if ( fn[ expando ] ) {\r
-                               return fn( argument );\r
-                       }\r
-\r
-                       // But maintain support for old signatures\r
-                       if ( fn.length > 1 ) {\r
-                               args = [ pseudo, pseudo, "", argument ];\r
-                               return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\r
-                                       markFunction(function( seed, matches ) {\r
-                                               var idx,\r
-                                                       matched = fn( seed, argument ),\r
-                                                       i = matched.length;\r
-                                               while ( i-- ) {\r
-                                                       idx = indexOf.call( seed, matched[i] );\r
-                                                       seed[ idx ] = !( matches[ idx ] = matched[i] );\r
-                                               }\r
-                                       }) :\r
-                                       function( elem ) {\r
-                                               return fn( elem, 0, args );\r
-                                       };\r
-                       }\r
-\r
-                       return fn;\r
-               }\r
-       },\r
-\r
-       pseudos: {\r
-               "not": markFunction(function( selector ) {\r
-                       // Trim the selector passed to compile\r
-                       // to avoid treating leading and trailing\r
-                       // spaces as combinators\r
-                       var input = [],\r
-                               results = [],\r
-                               matcher = compile( selector.replace( rtrim, "$1" ) );\r
-\r
-                       return matcher[ expando ] ?\r
-                               markFunction(function( seed, matches, context, xml ) {\r
-                                       var elem,\r
-                                               unmatched = matcher( seed, null, xml, [] ),\r
-                                               i = seed.length;\r
-\r
-                                       // Match elements unmatched by `matcher`\r
-                                       while ( i-- ) {\r
-                                               if ( (elem = unmatched[i]) ) {\r
-                                                       seed[i] = !(matches[i] = elem);\r
-                                               }\r
-                                       }\r
-                               }) :\r
-                               function( elem, context, xml ) {\r
-                                       input[0] = elem;\r
-                                       matcher( input, null, xml, results );\r
-                                       return !results.pop();\r
-                               };\r
-               }),\r
-\r
-               "has": markFunction(function( selector ) {\r
-                       return function( elem ) {\r
-                               return Sizzle( selector, elem ).length > 0;\r
-                       };\r
-               }),\r
-\r
-               "contains": markFunction(function( text ) {\r
-                       return function( elem ) {\r
-                               return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\r
-                       };\r
-               }),\r
-\r
-               "enabled": function( elem ) {\r
-                       return elem.disabled === false;\r
-               },\r
-\r
-               "disabled": function( elem ) {\r
-                       return elem.disabled === true;\r
-               },\r
-\r
-               "checked": function( elem ) {\r
-                       // In CSS3, :checked should return both checked and selected elements\r
-                       // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\r
-                       var nodeName = elem.nodeName.toLowerCase();\r
-                       return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);\r
-               },\r
-\r
-               "selected": function( elem ) {\r
-                       // Accessing this property makes selected-by-default\r
-                       // options in Safari work properly\r
-                       if ( elem.parentNode ) {\r
-                               elem.parentNode.selectedIndex;\r
-                       }\r
-\r
-                       return elem.selected === true;\r
-               },\r
-\r
-               "parent": function( elem ) {\r
-                       return !Expr.pseudos["empty"]( elem );\r
-               },\r
-\r
-               "empty": function( elem ) {\r
-                       // http://www.w3.org/TR/selectors/#empty-pseudo\r
-                       // :empty is only affected by element nodes and content nodes(including text(3), cdata(4)),\r
-                       //   not comment, processing instructions, or others\r
-                       // Thanks to Diego Perini for the nodeName shortcut\r
-                       //   Greater than "@" means alpha characters (specifically not starting with "#" or "?")\r
-                       var nodeType;\r
-                       elem = elem.firstChild;\r
-                       while ( elem ) {\r
-                               if ( elem.nodeName > "@" || (nodeType = elem.nodeType) === 3 || nodeType === 4 ) {\r
-                                       return false;\r
-                               }\r
-                               elem = elem.nextSibling;\r
-                       }\r
-                       return true;\r
-               },\r
-\r
-               "header": function( elem ) {\r
-                       return rheader.test( elem.nodeName );\r
-               },\r
-\r
-               "text": function( elem ) {\r
-                       var type, attr;\r
-                       // IE6 and 7 will map elem.type to 'text' for new HTML5 types (search, etc)\r
-                       // use getAttribute instead to test this case\r
-                       return elem.nodeName.toLowerCase() === "input" &&\r
-                               (type = elem.type) === "text" &&\r
-                               ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === type );\r
-               },\r
-\r
-               // Input types\r
-               "radio": createInputPseudo("radio"),\r
-               "checkbox": createInputPseudo("checkbox"),\r
-               "file": createInputPseudo("file"),\r
-               "password": createInputPseudo("password"),\r
-               "image": createInputPseudo("image"),\r
-\r
-               "submit": createButtonPseudo("submit"),\r
-               "reset": createButtonPseudo("reset"),\r
-\r
-               "button": function( elem ) {\r
-                       var name = elem.nodeName.toLowerCase();\r
-                       return name === "input" && elem.type === "button" || name === "button";\r
-               },\r
-\r
-               "input": function( elem ) {\r
-                       return rinputs.test( elem.nodeName );\r
-               },\r
-\r
-               "focus": function( elem ) {\r
-                       var doc = elem.ownerDocument;\r
-                       return elem === doc.activeElement && (!doc.hasFocus || doc.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\r
-               },\r
-\r
-               "active": function( elem ) {\r
-                       return elem === elem.ownerDocument.activeElement;\r
-               },\r
-\r
-               // Positional types\r
-               "first": createPositionalPseudo(function() {\r
-                       return [ 0 ];\r
-               }),\r
-\r
-               "last": createPositionalPseudo(function( matchIndexes, length ) {\r
-                       return [ length - 1 ];\r
-               }),\r
-\r
-               "eq": createPositionalPseudo(function( matchIndexes, length, argument ) {\r
-                       return [ argument < 0 ? argument + length : argument ];\r
-               }),\r
-\r
-               "even": createPositionalPseudo(function( matchIndexes, length ) {\r
-                       for ( var i = 0; i < length; i += 2 ) {\r
-                               matchIndexes.push( i );\r
-                       }\r
-                       return matchIndexes;\r
-               }),\r
-\r
-               "odd": createPositionalPseudo(function( matchIndexes, length ) {\r
-                       for ( var i = 1; i < length; i += 2 ) {\r
-                               matchIndexes.push( i );\r
-                       }\r
-                       return matchIndexes;\r
-               }),\r
-\r
-               "lt": createPositionalPseudo(function( matchIndexes, length, argument ) {\r
-                       for ( var i = argument < 0 ? argument + length : argument; --i >= 0; ) {\r
-                               matchIndexes.push( i );\r
-                       }\r
-                       return matchIndexes;\r
-               }),\r
-\r
-               "gt": createPositionalPseudo(function( matchIndexes, length, argument ) {\r
-                       for ( var i = argument < 0 ? argument + length : argument; ++i < length; ) {\r
-                               matchIndexes.push( i );\r
-                       }\r
-                       return matchIndexes;\r
-               })\r
-       }\r
-};\r
-\r
-function siblingCheck( a, b, ret ) {\r
-       if ( a === b ) {\r
-               return ret;\r
-       }\r
-\r
-       var cur = a.nextSibling;\r
-\r
-       while ( cur ) {\r
-               if ( cur === b ) {\r
-                       return -1;\r
-               }\r
-\r
-               cur = cur.nextSibling;\r
-       }\r
-\r
-       return 1;\r
-}\r
-\r
-sortOrder = docElem.compareDocumentPosition ?\r
-       function( a, b ) {\r
-               if ( a === b ) {\r
-                       hasDuplicate = true;\r
-                       return 0;\r
-               }\r
-\r
-               return ( !a.compareDocumentPosition || !b.compareDocumentPosition ?\r
-                       a.compareDocumentPosition :\r
-                       a.compareDocumentPosition(b) & 4\r
-               ) ? -1 : 1;\r
-       } :\r
-       function( a, b ) {\r
-               // The nodes are identical, we can exit early\r
-               if ( a === b ) {\r
-                       hasDuplicate = true;\r
-                       return 0;\r
-\r
-               // Fallback to using sourceIndex (in IE) if it's available on both nodes\r
-               } else if ( a.sourceIndex && b.sourceIndex ) {\r
-                       return a.sourceIndex - b.sourceIndex;\r
-               }\r
-\r
-               var al, bl,\r
-                       ap = [],\r
-                       bp = [],\r
-                       aup = a.parentNode,\r
-                       bup = b.parentNode,\r
-                       cur = aup;\r
-\r
-               // If the nodes are siblings (or identical) we can do a quick check\r
-               if ( aup === bup ) {\r
-                       return siblingCheck( a, b );\r
-\r
-               // If no parents were found then the nodes are disconnected\r
-               } else if ( !aup ) {\r
-                       return -1;\r
-\r
-               } else if ( !bup ) {\r
-                       return 1;\r
-               }\r
-\r
-               // Otherwise they're somewhere else in the tree so we need\r
-               // to build up a full list of the parentNodes for comparison\r
-               while ( cur ) {\r
-                       ap.unshift( cur );\r
-                       cur = cur.parentNode;\r
-               }\r
-\r
-               cur = bup;\r
-\r
-               while ( cur ) {\r
-                       bp.unshift( cur );\r
-                       cur = cur.parentNode;\r
-               }\r
-\r
-               al = ap.length;\r
-               bl = bp.length;\r
-\r
-               // Start walking down the tree looking for a discrepancy\r
-               for ( var i = 0; i < al && i < bl; i++ ) {\r
-                       if ( ap[i] !== bp[i] ) {\r
-                               return siblingCheck( ap[i], bp[i] );\r
-                       }\r
-               }\r
-\r
-               // We ended someplace up the tree so do a sibling check\r
-               return i === al ?\r
-                       siblingCheck( a, bp[i], -1 ) :\r
-                       siblingCheck( ap[i], b, 1 );\r
-       };\r
-\r
-// Always assume the presence of duplicates if sort doesn't\r
-// pass them to our comparison function (as in Google Chrome).\r
-[0, 0].sort( sortOrder );\r
-baseHasDuplicate = !hasDuplicate;\r
-\r
-// Document sorting and removing duplicates\r
-Sizzle.uniqueSort = function( results ) {\r
-       var elem,\r
-               duplicates = [],\r
-               i = 1,\r
-               j = 0;\r
-\r
-       hasDuplicate = baseHasDuplicate;\r
-       results.sort( sortOrder );\r
-\r
-       if ( hasDuplicate ) {\r
-               for ( ; (elem = results[i]); i++ ) {\r
-                       if ( elem === results[ i - 1 ] ) {\r
-                               j = duplicates.push( i );\r
-                       }\r
-               }\r
-               while ( j-- ) {\r
-                       results.splice( duplicates[ j ], 1 );\r
-               }\r
-       }\r
-\r
-       return results;\r
-};\r
-\r
-Sizzle.error = function( msg ) {\r
-       throw new Error( "Syntax error, unrecognized expression: " + msg );\r
-};\r
-\r
-function tokenize( selector, parseOnly ) {\r
-       var matched, match, tokens, type,\r
-               soFar, groups, preFilters,\r
-               cached = tokenCache[ expando ][ selector + " " ];\r
-\r
-       if ( cached ) {\r
-               return parseOnly ? 0 : cached.slice( 0 );\r
-       }\r
-\r
-       soFar = selector;\r
-       groups = [];\r
-       preFilters = Expr.preFilter;\r
-\r
-       while ( soFar ) {\r
-\r
-               // Comma and first run\r
-               if ( !matched || (match = rcomma.exec( soFar )) ) {\r
-                       if ( match ) {\r
-                               // Don't consume trailing commas as valid\r
-                               soFar = soFar.slice( match[0].length ) || soFar;\r
-                       }\r
-                       groups.push( tokens = [] );\r
-               }\r
-\r
-               matched = false;\r
-\r
-               // Combinators\r
-               if ( (match = rcombinators.exec( soFar )) ) {\r
-                       tokens.push( matched = new Token( match.shift() ) );\r
-                       soFar = soFar.slice( matched.length );\r
-\r
-                       // Cast descendant combinators to space\r
-                       matched.type = match[0].replace( rtrim, " " );\r
-               }\r
-\r
-               // Filters\r
-               for ( type in Expr.filter ) {\r
-                       if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\r
-                               (match = preFilters[ type ]( match ))) ) {\r
-\r
-                               tokens.push( matched = new Token( match.shift() ) );\r
-                               soFar = soFar.slice( matched.length );\r
-                               matched.type = type;\r
-                               matched.matches = match;\r
-                       }\r
-               }\r
-\r
-               if ( !matched ) {\r
-                       break;\r
-               }\r
-       }\r
-\r
-       // Return the length of the invalid excess\r
-       // if we're just parsing\r
-       // Otherwise, throw an error or return tokens\r
-       return parseOnly ?\r
-               soFar.length :\r
-               soFar ?\r
-                       Sizzle.error( selector ) :\r
-                       // Cache the tokens\r
-                       tokenCache( selector, groups ).slice( 0 );\r
-}\r
-\r
-function addCombinator( matcher, combinator, base ) {\r
-       var dir = combinator.dir,\r
-               checkNonElements = base && combinator.dir === "parentNode",\r
-               doneName = done++;\r
-\r
-       return combinator.first ?\r
-               // Check against closest ancestor/preceding element\r
-               function( elem, context, xml ) {\r
-                       while ( (elem = elem[ dir ]) ) {\r
-                               if ( checkNonElements || elem.nodeType === 1  ) {\r
-                                       return matcher( elem, context, xml );\r
-                               }\r
-                       }\r
-               } :\r
-\r
-               // Check against all ancestor/preceding elements\r
-               function( elem, context, xml ) {\r
-                       // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching\r
-                       if ( !xml ) {\r
-                               var cache,\r
-                                       dirkey = dirruns + " " + doneName + " ",\r
-                                       cachedkey = dirkey + cachedruns;\r
-                               while ( (elem = elem[ dir ]) ) {\r
-                                       if ( checkNonElements || elem.nodeType === 1 ) {\r
-                                               if ( (cache = elem[ expando ]) === cachedkey ) {\r
-                                                       return elem.sizset;\r
-                                               } else if ( typeof cache === "string" && cache.indexOf(dirkey) === 0 ) {\r
-                                                       if ( elem.sizset ) {\r
-                                                               return elem;\r
-                                                       }\r
-                                               } else {\r
-                                                       elem[ expando ] = cachedkey;\r
-                                                       if ( matcher( elem, context, xml ) ) {\r
-                                                               elem.sizset = true;\r
-                                                               return elem;\r
-                                                       }\r
-                                                       elem.sizset = false;\r
-                                               }\r
-                                       }\r
-                               }\r
-                       } else {\r
-                               while ( (elem = elem[ dir ]) ) {\r
-                                       if ( checkNonElements || elem.nodeType === 1 ) {\r
-                                               if ( matcher( elem, context, xml ) ) {\r
-                                                       return elem;\r
-                                               }\r
-                                       }\r
-                               }\r
-                       }\r
-               };\r
-}\r
-\r
-function elementMatcher( matchers ) {\r
-       return matchers.length > 1 ?\r
-               function( elem, context, xml ) {\r
-                       var i = matchers.length;\r
-                       while ( i-- ) {\r
-                               if ( !matchers[i]( elem, context, xml ) ) {\r
-                                       return false;\r
-                               }\r
-                       }\r
-                       return true;\r
-               } :\r
-               matchers[0];\r
-}\r
-\r
-function condense( unmatched, map, filter, context, xml ) {\r
-       var elem,\r
-               newUnmatched = [],\r
-               i = 0,\r
-               len = unmatched.length,\r
-               mapped = map != null;\r
-\r
-       for ( ; i < len; i++ ) {\r
-               if ( (elem = unmatched[i]) ) {\r
-                       if ( !filter || filter( elem, context, xml ) ) {\r
-                               newUnmatched.push( elem );\r
-                               if ( mapped ) {\r
-                                       map.push( i );\r
-                               }\r
-                       }\r
-               }\r
-       }\r
-\r
-       return newUnmatched;\r
-}\r
-\r
-function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\r
-       if ( postFilter && !postFilter[ expando ] ) {\r
-               postFilter = setMatcher( postFilter );\r
-       }\r
-       if ( postFinder && !postFinder[ expando ] ) {\r
-               postFinder = setMatcher( postFinder, postSelector );\r
-       }\r
-       return markFunction(function( seed, results, context, xml ) {\r
-               var temp, i, elem,\r
-                       preMap = [],\r
-                       postMap = [],\r
-                       preexisting = results.length,\r
-\r
-                       // Get initial elements from seed or context\r
-                       elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ),\r
-\r
-                       // Prefilter to get matcher input, preserving a map for seed-results synchronization\r
-                       matcherIn = preFilter && ( seed || !selector ) ?\r
-                               condense( elems, preMap, preFilter, context, xml ) :\r
-                               elems,\r
-\r
-                       matcherOut = matcher ?\r
-                               // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\r
-                               postFinder || ( seed ? preFilter : preexisting || postFilter ) ?\r
-\r
-                                       // ...intermediate processing is necessary\r
-                                       [] :\r
-\r
-                                       // ...otherwise use results directly\r
-                                       results :\r
-                               matcherIn;\r
-\r
-               // Find primary matches\r
-               if ( matcher ) {\r
-                       matcher( matcherIn, matcherOut, context, xml );\r
-               }\r
-\r
-               // Apply postFilter\r
-               if ( postFilter ) {\r
-                       temp = condense( matcherOut, postMap );\r
-                       postFilter( temp, [], context, xml );\r
-\r
-                       // Un-match failing elements by moving them back to matcherIn\r
-                       i = temp.length;\r
-                       while ( i-- ) {\r
-                               if ( (elem = temp[i]) ) {\r
-                                       matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\r
-                               }\r
-                       }\r
-               }\r
-\r
-               if ( seed ) {\r
-                       if ( postFinder || preFilter ) {\r
-                               if ( postFinder ) {\r
-                                       // Get the final matcherOut by condensing this intermediate into postFinder contexts\r
-                                       temp = [];\r
-                                       i = matcherOut.length;\r
-                                       while ( i-- ) {\r
-                                               if ( (elem = matcherOut[i]) ) {\r
-                                                       // Restore matcherIn since elem is not yet a final match\r
-                                                       temp.push( (matcherIn[i] = elem) );\r
-                                               }\r
-                                       }\r
-                                       postFinder( null, (matcherOut = []), temp, xml );\r
-                               }\r
-\r
-                               // Move matched elements from seed to results to keep them synchronized\r
-                               i = matcherOut.length;\r
-                               while ( i-- ) {\r
-                                       if ( (elem = matcherOut[i]) &&\r
-                                               (temp = postFinder ? indexOf.call( seed, elem ) : preMap[i]) > -1 ) {\r
-\r
-                                               seed[temp] = !(results[temp] = elem);\r
-                                       }\r
-                               }\r
-                       }\r
-\r
-               // Add elements to results, through postFinder if defined\r
-               } else {\r
-                       matcherOut = condense(\r
-                               matcherOut === results ?\r
-                                       matcherOut.splice( preexisting, matcherOut.length ) :\r
-                                       matcherOut\r
-                       );\r
-                       if ( postFinder ) {\r
-                               postFinder( null, results, matcherOut, xml );\r
-                       } else {\r
-                               push.apply( results, matcherOut );\r
-                       }\r
-               }\r
-       });\r
-}\r
-\r
-function matcherFromTokens( tokens ) {\r
-       var checkContext, matcher, j,\r
-               len = tokens.length,\r
-               leadingRelative = Expr.relative[ tokens[0].type ],\r
-               implicitRelative = leadingRelative || Expr.relative[" "],\r
-               i = leadingRelative ? 1 : 0,\r
-\r
-               // The foundational matcher ensures that elements are reachable from top-level context(s)\r
-               matchContext = addCombinator( function( elem ) {\r
-                       return elem === checkContext;\r
-               }, implicitRelative, true ),\r
-               matchAnyContext = addCombinator( function( elem ) {\r
-                       return indexOf.call( checkContext, elem ) > -1;\r
-               }, implicitRelative, true ),\r
-               matchers = [ function( elem, context, xml ) {\r
-                       return ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\r
-                               (checkContext = context).nodeType ?\r
-                                       matchContext( elem, context, xml ) :\r
-                                       matchAnyContext( elem, context, xml ) );\r
-               } ];\r
-\r
-       for ( ; i < len; i++ ) {\r
-               if ( (matcher = Expr.relative[ tokens[i].type ]) ) {\r
-                       matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ];\r
-               } else {\r
-                       matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\r
-\r
-                       // Return special upon seeing a positional matcher\r
-                       if ( matcher[ expando ] ) {\r
-                               // Find the next relative operator (if any) for proper handling\r
-                               j = ++i;\r
-                               for ( ; j < len; j++ ) {\r
-                                       if ( Expr.relative[ tokens[j].type ] ) {\r
-                                               break;\r
-                                       }\r
-                               }\r
-                               return setMatcher(\r
-                                       i > 1 && elementMatcher( matchers ),\r
-                                       i > 1 && tokens.slice( 0, i - 1 ).join("").replace( rtrim, "$1" ),\r
-                                       matcher,\r
-                                       i < j && matcherFromTokens( tokens.slice( i, j ) ),\r
-                                       j < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\r
-                                       j < len && tokens.join("")\r
-                               );\r
-                       }\r
-                       matchers.push( matcher );\r
-               }\r
-       }\r
-\r
-       return elementMatcher( matchers );\r
-}\r
-\r
-function matcherFromGroupMatchers( elementMatchers, setMatchers ) {\r
-       var bySet = setMatchers.length > 0,\r
-               byElement = elementMatchers.length > 0,\r
-               superMatcher = function( seed, context, xml, results, expandContext ) {\r
-                       var elem, j, matcher,\r
-                               setMatched = [],\r
-                               matchedCount = 0,\r
-                               i = "0",\r
-                               unmatched = seed && [],\r
-                               outermost = expandContext != null,\r
-                               contextBackup = outermostContext,\r
-                               // We must always have either seed elements or context\r
-                               elems = seed || byElement && Expr.find["TAG"]( "*", expandContext && context.parentNode || context ),\r
-                               // Nested matchers should use non-integer dirruns\r
-                               dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.E);\r
-\r
-                       if ( outermost ) {\r
-                               outermostContext = context !== document && context;\r
-                               cachedruns = superMatcher.el;\r
-                       }\r
-\r
-                       // Add elements passing elementMatchers directly to results\r
-                       for ( ; (elem = elems[i]) != null; i++ ) {\r
-                               if ( byElement && elem ) {\r
-                                       for ( j = 0; (matcher = elementMatchers[j]); j++ ) {\r
-                                               if ( matcher( elem, context, xml ) ) {\r
-                                                       results.push( elem );\r
-                                                       break;\r
-                                               }\r
-                                       }\r
-                                       if ( outermost ) {\r
-                                               dirruns = dirrunsUnique;\r
-                                               cachedruns = ++superMatcher.el;\r
-                                       }\r
-                               }\r
-\r
-                               // Track unmatched elements for set filters\r
-                               if ( bySet ) {\r
-                                       // They will have gone through all possible matchers\r
-                                       if ( (elem = !matcher && elem) ) {\r
-                                               matchedCount--;\r
-                                       }\r
-\r
-                                       // Lengthen the array for every element, matched or not\r
-                                       if ( seed ) {\r
-                                               unmatched.push( elem );\r
-                                       }\r
-                               }\r
-                       }\r
-\r
-                       // Apply set filters to unmatched elements\r
-                       matchedCount += i;\r
-                       if ( bySet && i !== matchedCount ) {\r
-                               for ( j = 0; (matcher = setMatchers[j]); j++ ) {\r
-                                       matcher( unmatched, setMatched, context, xml );\r
-                               }\r
-\r
-                               if ( seed ) {\r
-                                       // Reintegrate element matches to eliminate the need for sorting\r
-                                       if ( matchedCount > 0 ) {\r
-                                               while ( i-- ) {\r
-                                                       if ( !(unmatched[i] || setMatched[i]) ) {\r
-                                                               setMatched[i] = pop.call( results );\r
-                                                       }\r
-                                               }\r
-                                       }\r
-\r
-                                       // Discard index placeholder values to get only actual matches\r
-                                       setMatched = condense( setMatched );\r
-                               }\r
-\r
-                               // Add matches to results\r
-                               push.apply( results, setMatched );\r
-\r
-                               // Seedless set matches succeeding multiple successful matchers stipulate sorting\r
-                               if ( outermost && !seed && setMatched.length > 0 &&\r
-                                       ( matchedCount + setMatchers.length ) > 1 ) {\r
-\r
-                                       Sizzle.uniqueSort( results );\r
-                               }\r
-                       }\r
-\r
-                       // Override manipulation of globals by nested matchers\r
-                       if ( outermost ) {\r
-                               dirruns = dirrunsUnique;\r
-                               outermostContext = contextBackup;\r
-                       }\r
-\r
-                       return unmatched;\r
-               };\r
-\r
-       superMatcher.el = 0;\r
-       return bySet ?\r
-               markFunction( superMatcher ) :\r
-               superMatcher;\r
-}\r
-\r
-compile = Sizzle.compile = function( selector, group /* Internal Use Only */ ) {\r
-       var i,\r
-               setMatchers = [],\r
-               elementMatchers = [],\r
-               cached = compilerCache[ expando ][ selector + " " ];\r
-\r
-       if ( !cached ) {\r
-               // Generate a function of recursive functions that can be used to check each element\r
-               if ( !group ) {\r
-                       group = tokenize( selector );\r
-               }\r
-               i = group.length;\r
-               while ( i-- ) {\r
-                       cached = matcherFromTokens( group[i] );\r
-                       if ( cached[ expando ] ) {\r
-                               setMatchers.push( cached );\r
-                       } else {\r
-                               elementMatchers.push( cached );\r
-                       }\r
-               }\r
-\r
-               // Cache the compiled function\r
-               cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\r
-       }\r
-       return cached;\r
-};\r
-\r
-function multipleContexts( selector, contexts, results ) {\r
-       var i = 0,\r
-               len = contexts.length;\r
-       for ( ; i < len; i++ ) {\r
-               Sizzle( selector, contexts[i], results );\r
-       }\r
-       return results;\r
-}\r
-\r
-function select( selector, context, results, seed, xml ) {\r
-       var i, tokens, token, type, find,\r
-               match = tokenize( selector ),\r
-               j = match.length;\r
-\r
-       if ( !seed ) {\r
-               // Try to minimize operations if there is only one group\r
-               if ( match.length === 1 ) {\r
-\r
-                       // Take a shortcut and set the context if the root selector is an ID\r
-                       tokens = match[0] = match[0].slice( 0 );\r
-                       if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&\r
-                                       context.nodeType === 9 && !xml &&\r
-                                       Expr.relative[ tokens[1].type ] ) {\r
-\r
-                               context = Expr.find["ID"]( token.matches[0].replace( rbackslash, "" ), context, xml )[0];\r
-                               if ( !context ) {\r
-                                       return results;\r
-                               }\r
-\r
-                               selector = selector.slice( tokens.shift().length );\r
-                       }\r
-\r
-                       // Fetch a seed set for right-to-left matching\r
-                       for ( i = matchExpr["POS"].test( selector ) ? -1 : tokens.length - 1; i >= 0; i-- ) {\r
-                               token = tokens[i];\r
-\r
-                               // Abort if we hit a combinator\r
-                               if ( Expr.relative[ (type = token.type) ] ) {\r
-                                       break;\r
-                               }\r
-                               if ( (find = Expr.find[ type ]) ) {\r
-                                       // Search, expanding context for leading sibling combinators\r
-                                       if ( (seed = find(\r
-                                               token.matches[0].replace( rbackslash, "" ),\r
-                                               rsibling.test( tokens[0].type ) && context.parentNode || context,\r
-                                               xml\r
-                                       )) ) {\r
-\r
-                                               // If seed is empty or no tokens remain, we can return early\r
-                                               tokens.splice( i, 1 );\r
-                                               selector = seed.length && tokens.join("");\r
-                                               if ( !selector ) {\r
-                                                       push.apply( results, slice.call( seed, 0 ) );\r
-                                                       return results;\r
-                                               }\r
-\r
-                                               break;\r
-                                       }\r
-                               }\r
-                       }\r
-               }\r
-       }\r
-\r
-       // Compile and execute a filtering function\r
-       // Provide `match` to avoid retokenization if we modified the selector above\r
-       compile( selector, match )(\r
-               seed,\r
-               context,\r
-               xml,\r
-               results,\r
-               rsibling.test( selector )\r
-       );\r
-       return results;\r
-}\r
-\r
-if ( document.querySelectorAll ) {\r
-       (function() {\r
-               var disconnectedMatch,\r
-                       oldSelect = select,\r
-                       rescape = /'|\\/g,\r
-                       rattributeQuotes = /\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,\r
-\r
-                       // qSa(:focus) reports false when true (Chrome 21), no need to also add to buggyMatches since matches checks buggyQSA\r
-                       // A support test would require too much code (would include document ready)\r
-                       rbuggyQSA = [ ":focus" ],\r
-\r
-                       // matchesSelector(:active) reports false when true (IE9/Opera 11.5)\r
-                       // A support test would require too much code (would include document ready)\r
-                       // just skip matchesSelector for :active\r
-                       rbuggyMatches = [ ":active" ],\r
-                       matches = docElem.matchesSelector ||\r
-                               docElem.mozMatchesSelector ||\r
-                               docElem.webkitMatchesSelector ||\r
-                               docElem.oMatchesSelector ||\r
-                               docElem.msMatchesSelector;\r
-\r
-               // Build QSA regex\r
-               // Regex strategy adopted from Diego Perini\r
-               assert(function( div ) {\r
-                       // Select is set to empty string on purpose\r
-                       // This is to test IE's treatment of not explictly\r
-                       // setting a boolean content attribute,\r
-                       // since its presence should be enough\r
-                       // http://bugs.jquery.com/ticket/12359\r
-                       div.innerHTML = "<select><option selected=''></option></select>";\r
-\r
-                       // IE8 - Some boolean attributes are not treated correctly\r
-                       if ( !div.querySelectorAll("[selected]").length ) {\r
-                               rbuggyQSA.push( "\\[" + whitespace + "*(?:checked|disabled|ismap|multiple|readonly|selected|value)" );\r
-                       }\r
-\r
-                       // Webkit/Opera - :checked should return selected option elements\r
-                       // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\r
-                       // IE8 throws error here (do not put tests after this one)\r
-                       if ( !div.querySelectorAll(":checked").length ) {\r
-                               rbuggyQSA.push(":checked");\r
-                       }\r
-               });\r
-\r
-               assert(function( div ) {\r
-\r
-                       // Opera 10-12/IE9 - ^= $= *= and empty values\r
-                       // Should not select anything\r
-                       div.innerHTML = "<p test=''></p>";\r
-                       if ( div.querySelectorAll("[test^='']").length ) {\r
-                               rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:\"\"|'')" );\r
-                       }\r
-\r
-                       // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\r
-                       // IE8 throws error here (do not put tests after this one)\r
-                       div.innerHTML = "<input type='hidden'/>";\r
-                       if ( !div.querySelectorAll(":enabled").length ) {\r
-                               rbuggyQSA.push(":enabled", ":disabled");\r
-                       }\r
-               });\r
-\r
-               // rbuggyQSA always contains :focus, so no need for a length check\r
-               rbuggyQSA = /* rbuggyQSA.length && */ new RegExp( rbuggyQSA.join("|") );\r
-\r
-               select = function( selector, context, results, seed, xml ) {\r
-                       // Only use querySelectorAll when not filtering,\r
-                       // when this is not xml,\r
-                       // and when no QSA bugs apply\r
-                       if ( !seed && !xml && !rbuggyQSA.test( selector ) ) {\r
-                               var groups, i,\r
-                                       old = true,\r
-                                       nid = expando,\r
-                                       newContext = context,\r
-                                       newSelector = context.nodeType === 9 && selector;\r
-\r
-                               // qSA works strangely on Element-rooted queries\r
-                               // We can work around this by specifying an extra ID on the root\r
-                               // and working up from there (Thanks to Andrew Dupont for the technique)\r
-                               // IE 8 doesn't work on object elements\r
-                               if ( context.nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) {\r
-                                       groups = tokenize( selector );\r
-\r
-                                       if ( (old = context.getAttribute("id")) ) {\r
-                                               nid = old.replace( rescape, "\\$&" );\r
-                                       } else {\r
-                                               context.setAttribute( "id", nid );\r
-                                       }\r
-                                       nid = "[id='" + nid + "'] ";\r
-\r
-                                       i = groups.length;\r
-                                       while ( i-- ) {\r
-                                               groups[i] = nid + groups[i].join("");\r
-                                       }\r
-                                       newContext = rsibling.test( selector ) && context.parentNode || context;\r
-                                       newSelector = groups.join(",");\r
-                               }\r
-\r
-                               if ( newSelector ) {\r
-                                       try {\r
-                                               push.apply( results, slice.call( newContext.querySelectorAll(\r
-                                                       newSelector\r
-                                               ), 0 ) );\r
-                                               return results;\r
-                                       } catch(qsaError) {\r
-                                       } finally {\r
-                                               if ( !old ) {\r
-                                                       context.removeAttribute("id");\r
-                                               }\r
-                                       }\r
-                               }\r
-                       }\r
-\r
-                       return oldSelect( selector, context, results, seed, xml );\r
-               };\r
-\r
-               if ( matches ) {\r
-                       assert(function( div ) {\r
-                               // Check to see if it's possible to do matchesSelector\r
-                               // on a disconnected node (IE 9)\r
-                               disconnectedMatch = matches.call( div, "div" );\r
-\r
-                               // This should fail with an exception\r
-                               // Gecko does not error, returns false instead\r
-                               try {\r
-                                       matches.call( div, "[test!='']:sizzle" );\r
-                                       rbuggyMatches.push( "!=", pseudos );\r
-                               } catch ( e ) {}\r
-                       });\r
-\r
-                       // rbuggyMatches always contains :active and :focus, so no need for a length check\r
-                       rbuggyMatches = /* rbuggyMatches.length && */ new RegExp( rbuggyMatches.join("|") );\r
-\r
-                       Sizzle.matchesSelector = function( elem, expr ) {\r
-                               // Make sure that attribute selectors are quoted\r
-                               expr = expr.replace( rattributeQuotes, "='$1']" );\r
-\r
-                               // rbuggyMatches always contains :active, so no need for an existence check\r
-                               if ( !isXML( elem ) && !rbuggyMatches.test( expr ) && !rbuggyQSA.test( expr ) ) {\r
-                                       try {\r
-                                               var ret = matches.call( elem, expr );\r
-\r
-                                               // IE 9's matchesSelector returns false on disconnected nodes\r
-                                               if ( ret || disconnectedMatch ||\r
-                                                               // As well, disconnected nodes are said to be in a document\r
-                                                               // fragment in IE 9\r
-                                                               elem.document && elem.document.nodeType !== 11 ) {\r
-                                                       return ret;\r
-                                               }\r
-                                       } catch(e) {}\r
-                               }\r
-\r
-                               return Sizzle( expr, null, null, [ elem ] ).length > 0;\r
-                       };\r
-               }\r
-       })();\r
-}\r
-\r
-// Deprecated\r
-Expr.pseudos["nth"] = Expr.pseudos["eq"];\r
-\r
-// Back-compat\r
-function setFilters() {}\r
-Expr.filters = setFilters.prototype = Expr.pseudos;\r
-Expr.setFilters = new setFilters();\r
-\r
-// Override sizzle attribute retrieval
-Sizzle.attr = jQuery.attr;
-jQuery.find = Sizzle;
-jQuery.expr = Sizzle.selectors;
-jQuery.expr[":"] = jQuery.expr.pseudos;
-jQuery.unique = Sizzle.uniqueSort;
-jQuery.text = Sizzle.getText;
-jQuery.isXMLDoc = Sizzle.isXML;
-jQuery.contains = Sizzle.contains;
-\r
-\r
-})( window );\r
-var runtil = /Until$/,
-       rparentsprev = /^(?:parents|prev(?:Until|All))/,
-       isSimple = /^.[^:#\[\.,]*$/,
-       rneedsContext = jQuery.expr.match.needsContext,
-       // methods guaranteed to produce a unique set when starting from a unique set
-       guaranteedUnique = {
-               children: true,
-               contents: true,
-               next: true,
-               prev: true
-       };
-
-jQuery.fn.extend({
-       find: function( selector ) {
-               var i, l, length, n, r, ret,
-                       self = this;
-
-               if ( typeof selector !== "string" ) {
-                       return jQuery( selector ).filter(function() {
-                               for ( i = 0, l = self.length; i < l; i++ ) {
-                                       if ( jQuery.contains( self[ i ], this ) ) {
-                                               return true;
-                                       }
-                               }
-                       });
-               }
-
-               ret = this.pushStack( "", "find", selector );
-
-               for ( i = 0, l = this.length; i < l; i++ ) {
-                       length = ret.length;
-                       jQuery.find( selector, this[i], ret );
-
-                       if ( i > 0 ) {
-                               // Make sure that the results are unique
-                               for ( n = length; n < ret.length; n++ ) {
-                                       for ( r = 0; r < length; r++ ) {
-                                               if ( ret[r] === ret[n] ) {
-                                                       ret.splice(n--, 1);
-                                                       break;
-                                               }
-                                       }
-                               }
-                       }
-               }
-
-               return ret;
-       },
-
-       has: function( target ) {
-               var i,
-                       targets = jQuery( target, this ),
-                       len = targets.length;
-
-               return this.filter(function() {
-                       for ( i = 0; i < len; i++ ) {
-                               if ( jQuery.contains( this, targets[i] ) ) {
-                                       return true;
-                               }
-                       }
-               });
-       },
-
-       not: function( selector ) {
-               return this.pushStack( winnow(this, selector, false), "not", selector);
-       },
-
-       filter: function( selector ) {
-               return this.pushStack( winnow(this, selector, true), "filter", selector );
-       },
-
-       is: function( selector ) {
-               return !!selector && (
-                       typeof selector === "string" ?
-                               // If this is a positional/relative selector, check membership in the returned set
-                               // so $("p:first").is("p:last") won't return true for a doc with two "p".
-                               rneedsContext.test( selector ) ?
-                                       jQuery( selector, this.context ).index( this[0] ) >= 0 :
-                                       jQuery.filter( selector, this ).length > 0 :
-                               this.filter( selector ).length > 0 );
-       },
-
-       closest: function( selectors, context ) {
-               var cur,
-                       i = 0,
-                       l = this.length,
-                       ret = [],
-                       pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ?
-                               jQuery( selectors, context || this.context ) :
-                               0;
-
-               for ( ; i < l; i++ ) {
-                       cur = this[i];
-
-                       while ( cur && cur.ownerDocument && cur !== context && cur.nodeType !== 11 ) {
-                               if ( pos ? pos.index(cur) > -1 : jQuery.find.matchesSelector(cur, selectors) ) {
-                                       ret.push( cur );
-                                       break;
-                               }
-                               cur = cur.parentNode;
-                       }
-               }
-
-               ret = ret.length > 1 ? jQuery.unique( ret ) : ret;
-
-               return this.pushStack( ret, "closest", selectors );
-       },
-
-       // Determine the position of an element within
-       // the matched set of elements
-       index: function( elem ) {
-
-               // No argument, return index in parent
-               if ( !elem ) {
-                       return ( this[0] && this[0].parentNode ) ? this.prevAll().length : -1;
-               }
-
-               // index in selector
-               if ( typeof elem === "string" ) {
-                       return jQuery.inArray( this[0], jQuery( elem ) );
-               }
-
-               // Locate the position of the desired element
-               return jQuery.inArray(
-                       // If it receives a jQuery object, the first element is used
-                       elem.jquery ? elem[0] : elem, this );
-       },
-
-       add: function( selector, context ) {
-               var set = typeof selector === "string" ?
-                               jQuery( selector, context ) :
-                               jQuery.makeArray( selector && selector.nodeType ? [ selector ] : selector ),
-                       all = jQuery.merge( this.get(), set );
-
-               return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ?
-                       all :
-                       jQuery.unique( all ) );
-       },
-
-       addBack: function( selector ) {
-               return this.add( selector == null ?
-                       this.prevObject : this.prevObject.filter(selector)
-               );
-       }
-});
-
-jQuery.fn.andSelf = jQuery.fn.addBack;
-
-// A painfully simple check to see if an element is disconnected
-// from a document (should be improved, where feasible).
-function isDisconnected( node ) {
-       return !node || !node.parentNode || node.parentNode.nodeType === 11;
-}
-
-function sibling( cur, dir ) {
-       do {
-               cur = cur[ dir ];
-       } while ( cur && cur.nodeType !== 1 );
-
-       return cur;
-}
-
-jQuery.each({
-       parent: function( elem ) {
-               var parent = elem.parentNode;
-               return parent && parent.nodeType !== 11 ? parent : null;
-       },
-       parents: function( elem ) {
-               return jQuery.dir( elem, "parentNode" );
-       },
-       parentsUntil: function( elem, i, until ) {
-               return jQuery.dir( elem, "parentNode", until );
-       },
-       next: function( elem ) {
-               return sibling( elem, "nextSibling" );
-       },
-       prev: function( elem ) {
-               return sibling( elem, "previousSibling" );
-       },
-       nextAll: function( elem ) {
-               return jQuery.dir( elem, "nextSibling" );
-       },
-       prevAll: function( elem ) {
-               return jQuery.dir( elem, "previousSibling" );
-       },
-       nextUntil: function( elem, i, until ) {
-               return jQuery.dir( elem, "nextSibling", until );
-       },
-       prevUntil: function( elem, i, until ) {
-               return jQuery.dir( elem, "previousSibling", until );
-       },
-       siblings: function( elem ) {
-               return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem );
-       },
-       children: function( elem ) {
-               return jQuery.sibling( elem.firstChild );
-       },
-       contents: function( elem ) {
-               return jQuery.nodeName( elem, "iframe" ) ?
-                       elem.contentDocument || elem.contentWindow.document :
-                       jQuery.merge( [], elem.childNodes );
-       }
-}, function( name, fn ) {
-       jQuery.fn[ name ] = function( until, selector ) {
-               var ret = jQuery.map( this, fn, until );
-
-               if ( !runtil.test( name ) ) {
-                       selector = until;
-               }
-
-               if ( selector && typeof selector === "string" ) {
-                       ret = jQuery.filter( selector, ret );
-               }
-
-               ret = this.length > 1 && !guaranteedUnique[ name ] ? jQuery.unique( ret ) : ret;
-
-               if ( this.length > 1 && rparentsprev.test( name ) ) {
-                       ret = ret.reverse();
-               }
-
-               return this.pushStack( ret, name, core_slice.call( arguments ).join(",") );
-       };
-});
-
-jQuery.extend({
-       filter: function( expr, elems, not ) {
-               if ( not ) {
-                       expr = ":not(" + expr + ")";
-               }
-
-               return elems.length === 1 ?
-                       jQuery.find.matchesSelector(elems[0], expr) ? [ elems[0] ] : [] :
-                       jQuery.find.matches(expr, elems);
-       },
-
-       dir: function( elem, dir, until ) {
-               var matched = [],
-                       cur = elem[ dir ];
-
-               while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) {
-                       if ( cur.nodeType === 1 ) {
-                               matched.push( cur );
-                       }
-                       cur = cur[dir];
-               }
-               return matched;
-       },
-
-       sibling: function( n, elem ) {
-               var r = [];
-
-               for ( ; n; n = n.nextSibling ) {
-                       if ( n.nodeType === 1 && n !== elem ) {
-                               r.push( n );
-                       }
-               }
-
-               return r;
-       }
-});
-
-// Implement the identical functionality for filter and not
-function winnow( elements, qualifier, keep ) {
-
-       // Can't pass null or undefined to indexOf in Firefox 4
-       // Set to 0 to skip string check
-       qualifier = qualifier || 0;
-
-       if ( jQuery.isFunction( qualifier ) ) {
-               return jQuery.grep(elements, function( elem, i ) {
-                       var retVal = !!qualifier.call( elem, i, elem );
-                       return retVal === keep;
-               });
-
-       } else if ( qualifier.nodeType ) {
-               return jQuery.grep(elements, function( elem, i ) {
-                       return ( elem === qualifier ) === keep;
-               });
-
-       } else if ( typeof qualifier === "string" ) {
-               var filtered = jQuery.grep(elements, function( elem ) {
-                       return elem.nodeType === 1;
-               });
-
-               if ( isSimple.test( qualifier ) ) {
-                       return jQuery.filter(qualifier, filtered, !keep);
-               } else {
-                       qualifier = jQuery.filter( qualifier, filtered );
-               }
-       }
-
-       return jQuery.grep(elements, function( elem, i ) {
-               return ( jQuery.inArray( elem, qualifier ) >= 0 ) === keep;
-       });
-}
-function createSafeFragment( document ) {
-       var list = nodeNames.split( "|" ),
-       safeFrag = document.createDocumentFragment();
-
-       if ( safeFrag.createElement ) {
-               while ( list.length ) {
-                       safeFrag.createElement(
-                               list.pop()
-                       );
-               }
-       }
-       return safeFrag;
-}
-
-var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" +
-               "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",
-       rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g,
-       rleadingWhitespace = /^\s+/,
-       rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,
-       rtagName = /<([\w:]+)/,
-       rtbody = /<tbody/i,
-       rhtml = /<|&#?\w+;/,
-       rnoInnerhtml = /<(?:script|style|link)/i,
-       rnocache = /<(?:script|object|embed|option|style)/i,
-       rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"),
-       rcheckableType = /^(?:checkbox|radio)$/,
-       // checked="checked" or checked
-       rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
-       rscriptType = /\/(java|ecma)script/i,
-       rcleanScript = /^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,
-       wrapMap = {
-               option: [ 1, "<select multiple='multiple'>", "</select>" ],
-               legend: [ 1, "<fieldset>", "</fieldset>" ],
-               thead: [ 1, "<table>", "</table>" ],
-               tr: [ 2, "<table><tbody>", "</tbody></table>" ],
-               td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
-               col: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ],
-               area: [ 1, "<map>", "</map>" ],
-               _default: [ 0, "", "" ]
-       },
-       safeFragment = createSafeFragment( document ),
-       fragmentDiv = safeFragment.appendChild( document.createElement("div") );
-
-wrapMap.optgroup = wrapMap.option;
-wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
-wrapMap.th = wrapMap.td;
-
-// IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags,
-// unless wrapped in a div with non-breaking characters in front of it.
-if ( !jQuery.support.htmlSerialize ) {
-       wrapMap._default = [ 1, "X<div>", "</div>" ];
-}
-
-jQuery.fn.extend({
-       text: function( value ) {
-               return jQuery.access( this, function( value ) {
-                       return value === undefined ?
-                               jQuery.text( this ) :
-                               this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( value ) );
-               }, null, value, arguments.length );
-       },
-
-       wrapAll: function( html ) {
-               if ( jQuery.isFunction( html ) ) {
-                       return this.each(function(i) {
-                               jQuery(this).wrapAll( html.call(this, i) );
-                       });
-               }
-
-               if ( this[0] ) {
-                       // The elements to wrap the target around
-                       var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true);
-
-                       if ( this[0].parentNode ) {
-                               wrap.insertBefore( this[0] );
-                       }
-
-                       wrap.map(function() {
-                               var elem = this;
-
-                               while ( elem.firstChild && elem.firstChild.nodeType === 1 ) {
-                                       elem = elem.firstChild;
-                               }
-
-                               return elem;
-                       }).append( this );
-               }
-
-               return this;
-       },
-
-       wrapInner: function( html ) {
-               if ( jQuery.isFunction( html ) ) {
-                       return this.each(function(i) {
-                               jQuery(this).wrapInner( html.call(this, i) );
-                       });
-               }
-
-               return this.each(function() {
-                       var self = jQuery( this ),
-                               contents = self.contents();
-
-                       if ( contents.length ) {
-                               contents.wrapAll( html );
-
-                       } else {
-                               self.append( html );
-                       }
-               });
-       },
-
-       wrap: function( html ) {
-               var isFunction = jQuery.isFunction( html );
-
-               return this.each(function(i) {
-                       jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );
-               });
-       },
-
-       unwrap: function() {
-               return this.parent().each(function() {
-                       if ( !jQuery.nodeName( this, "body" ) ) {
-                               jQuery( this ).replaceWith( this.childNodes );
-                       }
-               }).end();
-       },
-
-       append: function() {
-               return this.domManip(arguments, true, function( elem ) {
-                       if ( this.nodeType === 1 || this.nodeType === 11 ) {
-                               this.appendChild( elem );
-                       }
-               });
-       },
-
-       prepend: function() {
-               return this.domManip(arguments, true, function( elem ) {
-                       if ( this.nodeType === 1 || this.nodeType === 11 ) {
-                               this.insertBefore( elem, this.firstChild );
-                       }
-               });
-       },
-
-       before: function() {
-               if ( !isDisconnected( this[0] ) ) {
-                       return this.domManip(arguments, false, function( elem ) {
-                               this.parentNode.insertBefore( elem, this );
-                       });
-               }
-
-               if ( arguments.length ) {
-                       var set = jQuery.clean( arguments );
-                       return this.pushStack( jQuery.merge( set, this ), "before", this.selector );
-               }
-       },
-
-       after: function() {
-               if ( !isDisconnected( this[0] ) ) {
-                       return this.domManip(arguments, false, function( elem ) {
-                               this.parentNode.insertBefore( elem, this.nextSibling );
-                       });
-               }
-
-               if ( arguments.length ) {
-                       var set = jQuery.clean( arguments );
-                       return this.pushStack( jQuery.merge( this, set ), "after", this.selector );
-               }
-       },
-
-       // keepData is for internal use only--do not document
-       remove: function( selector, keepData ) {
-               var elem,
-                       i = 0;
-
-               for ( ; (elem = this[i]) != null; i++ ) {
-                       if ( !selector || jQuery.filter( selector, [ elem ] ).length ) {
-                               if ( !keepData && elem.nodeType === 1 ) {
-                                       jQuery.cleanData( elem.getElementsByTagName("*") );
-                                       jQuery.cleanData( [ elem ] );
-                               }
-
-                               if ( elem.parentNode ) {
-                                       elem.parentNode.removeChild( elem );
-                               }
-                       }
-               }
-
-               return this;
-       },
-
-       empty: function() {
-               var elem,
-                       i = 0;
-
-               for ( ; (elem = this[i]) != null; i++ ) {
-                       // Remove element nodes and prevent memory leaks
-                       if ( elem.nodeType === 1 ) {
-                               jQuery.cleanData( elem.getElementsByTagName("*") );
-                       }
-
-                       // Remove any remaining nodes
-                       while ( elem.firstChild ) {
-                               elem.removeChild( elem.firstChild );
-                       }
-               }
-
-               return this;
-       },
-
-       clone: function( dataAndEvents, deepDataAndEvents ) {
-               dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
-               deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
-
-               return this.map( function () {
-                       return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
-               });
-       },
-
-       html: function( value ) {
-               return jQuery.access( this, function( value ) {
-                       var elem = this[0] || {},
-                               i = 0,
-                               l = this.length;
-
-                       if ( value === undefined ) {
-                               return elem.nodeType === 1 ?
-                                       elem.innerHTML.replace( rinlinejQuery, "" ) :
-                                       undefined;
-                       }
-
-                       // See if we can take a shortcut and just use innerHTML
-                       if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
-                               ( jQuery.support.htmlSerialize || !rnoshimcache.test( value )  ) &&
-                               ( jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value ) ) &&
-                               !wrapMap[ ( rtagName.exec( value ) || ["", ""] )[1].toLowerCase() ] ) {
-
-                               value = value.replace( rxhtmlTag, "<$1></$2>" );
-
-                               try {
-                                       for (; i < l; i++ ) {
-                                               // Remove element nodes and prevent memory leaks
-                                               elem = this[i] || {};
-                                               if ( elem.nodeType === 1 ) {
-                                                       jQuery.cleanData( elem.getElementsByTagName( "*" ) );
-                                                       elem.innerHTML = value;
-                                               }
-                                       }
-
-                                       elem = 0;
-
-                               // If using innerHTML throws an exception, use the fallback method
-                               } catch(e) {}
-                       }
-
-                       if ( elem ) {
-                               this.empty().append( value );
-                       }
-               }, null, value, arguments.length );
-       },
-
-       replaceWith: function( value ) {
-               if ( !isDisconnected( this[0] ) ) {
-                       // Make sure that the elements are removed from the DOM before they are inserted
-                       // this can help fix replacing a parent with child elements
-                       if ( jQuery.isFunction( value ) ) {
-                               return this.each(function(i) {
-                                       var self = jQuery(this), old = self.html();
-                                       self.replaceWith( value.call( this, i, old ) );
-                               });
-                       }
-
-                       if ( typeof value !== "string" ) {
-                               value = jQuery( value ).detach();
-                       }
-
-                       return this.each(function() {
-                               var next = this.nextSibling,
-                                       parent = this.parentNode;
-
-                               jQuery( this ).remove();
-
-                               if ( next ) {
-                                       jQuery(next).before( value );
-                               } else {
-                                       jQuery(parent).append( value );
-                               }
-                       });
-               }
-
-               return this.length ?
-                       this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) :
-                       this;
-       },
-
-       detach: function( selector ) {
-               return this.remove( selector, true );
-       },
-
-       domManip: function( args, table, callback ) {
-
-               // Flatten any nested arrays
-               args = [].concat.apply( [], args );
-
-               var results, first, fragment, iNoClone,
-                       i = 0,
-                       value = args[0],
-                       scripts = [],
-                       l = this.length;
-
-               // We can't cloneNode fragments that contain checked, in WebKit
-               if ( !jQuery.support.checkClone && l > 1 && typeof value === "string" && rchecked.test( value ) ) {
-                       return this.each(function() {
-                               jQuery(this).domManip( args, table, callback );
-                       });
-               }
-
-               if ( jQuery.isFunction(value) ) {
-                       return this.each(function(i) {
-                               var self = jQuery(this);
-                               args[0] = value.call( this, i, table ? self.html() : undefined );
-                               self.domManip( args, table, callback );
-                       });
-               }
-
-               if ( this[0] ) {
-                       results = jQuery.buildFragment( args, this, scripts );
-                       fragment = results.fragment;
-                       first = fragment.firstChild;
-
-                       if ( fragment.childNodes.length === 1 ) {
-                               fragment = first;
-                       }
-
-                       if ( first ) {
-                               table = table && jQuery.nodeName( first, "tr" );
-
-                               // Use the original fragment for the last item instead of the first because it can end up
-                               // being emptied incorrectly in certain situations (#8070).
-                               // Fragments from the fragment cache must always be cloned and never used in place.
-                               for ( iNoClone = results.cacheable || l - 1; i < l; i++ ) {
-                                       callback.call(
-                                               table && jQuery.nodeName( this[i], "table" ) ?
-                                                       findOrAppend( this[i], "tbody" ) :
-                                                       this[i],
-                                               i === iNoClone ?
-                                                       fragment :
-                                                       jQuery.clone( fragment, true, true )
-                                       );
-                               }
-                       }
-
-                       // Fix #11809: Avoid leaking memory
-                       fragment = first = null;
-
-                       if ( scripts.length ) {
-                               jQuery.each( scripts, function( i, elem ) {
-                                       if ( elem.src ) {
-                                               if ( jQuery.ajax ) {
-                                                       jQuery.ajax({
-                                                               url: elem.src,
-                                                               type: "GET",
-                                                               dataType: "script",
-                                                               async: false,
-                                                               global: false,
-                                                               "throws": true
-                                                       });
-                                               } else {
-                                                       jQuery.error("no ajax");
-                                               }
-                                       } else {
-                                               jQuery.globalEval( ( elem.text || elem.textContent || elem.innerHTML || "" ).replace( rcleanScript, "" ) );
-                                       }
-
-                                       if ( elem.parentNode ) {
-                                               elem.parentNode.removeChild( elem );
-                                       }
-                               });
-                       }
-               }
-
-               return this;
-       }
-});
-
-function findOrAppend( elem, tag ) {
-       return elem.getElementsByTagName( tag )[0] || elem.appendChild( elem.ownerDocument.createElement( tag ) );
-}
-
-function cloneCopyEvent( src, dest ) {
-
-       if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) {
-               return;
-       }
-
-       var type, i, l,
-               oldData = jQuery._data( src ),
-               curData = jQuery._data( dest, oldData ),
-               events = oldData.events;
-
-       if ( events ) {
-               delete curData.handle;
-               curData.events = {};
-
-               for ( type in events ) {
-                       for ( i = 0, l = events[ type ].length; i < l; i++ ) {
-                               jQuery.event.add( dest, type, events[ type ][ i ] );
-                       }
-               }
-       }
-
-       // make the cloned public data object a copy from the original
-       if ( curData.data ) {
-               curData.data = jQuery.extend( {}, curData.data );
-       }
-}
-
-function cloneFixAttributes( src, dest ) {
-       var nodeName;
-
-       // We do not need to do anything for non-Elements
-       if ( dest.nodeType !== 1 ) {
-               return;
-       }
-
-       // clearAttributes removes the attributes, which we don't want,
-       // but also removes the attachEvent events, which we *do* want
-       if ( dest.clearAttributes ) {
-               dest.clearAttributes();
-       }
-
-       // mergeAttributes, in contrast, only merges back on the
-       // original attributes, not the events
-       if ( dest.mergeAttributes ) {
-               dest.mergeAttributes( src );
-       }
-
-       nodeName = dest.nodeName.toLowerCase();
-
-       if ( nodeName === "object" ) {
-               // IE6-10 improperly clones children of object elements using classid.
-               // IE10 throws NoModificationAllowedError if parent is null, #12132.
-               if ( dest.parentNode ) {
-                       dest.outerHTML = src.outerHTML;
-               }
-
-               // This path appears unavoidable for IE9. When cloning an object
-               // element in IE9, the outerHTML strategy above is not sufficient.
-               // If the src has innerHTML and the destination does not,
-               // copy the src.innerHTML into the dest.innerHTML. #10324
-               if ( jQuery.support.html5Clone && (src.innerHTML && !jQuery.trim(dest.innerHTML)) ) {
-                       dest.innerHTML = src.innerHTML;
-               }
-
-       } else if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
-               // IE6-8 fails to persist the checked state of a cloned checkbox
-               // or radio button. Worse, IE6-7 fail to give the cloned element
-               // a checked appearance if the defaultChecked value isn't also set
-
-               dest.defaultChecked = dest.checked = src.checked;
-
-               // IE6-7 get confused and end up setting the value of a cloned
-               // checkbox/radio button to an empty string instead of "on"
-               if ( dest.value !== src.value ) {
-                       dest.value = src.value;
-               }
-
-       // IE6-8 fails to return the selected option to the default selected
-       // state when cloning options
-       } else if ( nodeName === "option" ) {
-               dest.selected = src.defaultSelected;
-
-       // IE6-8 fails to set the defaultValue to the correct value when
-       // cloning other types of input fields
-       } else if ( nodeName === "input" || nodeName === "textarea" ) {
-               dest.defaultValue = src.defaultValue;
-
-       // IE blanks contents when cloning scripts
-       } else if ( nodeName === "script" && dest.text !== src.text ) {
-               dest.text = src.text;
-       }
-
-       // Event data gets referenced instead of copied if the expando
-       // gets copied too
-       dest.removeAttribute( jQuery.expando );
-}
-
-jQuery.buildFragment = function( args, context, scripts ) {
-       var fragment, cacheable, cachehit,
-               first = args[ 0 ];
-
-       // Set context from what may come in as undefined or a jQuery collection or a node
-       // Updated to fix #12266 where accessing context[0] could throw an exception in IE9/10 &
-       // also doubles as fix for #8950 where plain objects caused createDocumentFragment exception
-       context = context || document;
-       context = !context.nodeType && context[0] || context;
-       context = context.ownerDocument || context;
-
-       // Only cache "small" (1/2 KB) HTML strings that are associated with the main document
-       // Cloning options loses the selected state, so don't cache them
-       // IE 6 doesn't like it when you put <object> or <embed> elements in a fragment
-       // Also, WebKit does not clone 'checked' attributes on cloneNode, so don't cache
-       // Lastly, IE6,7,8 will not correctly reuse cached fragments that were created from unknown elems #10501
-       if ( args.length === 1 && typeof first === "string" && first.length < 512 && context === document &&
-               first.charAt(0) === "<" && !rnocache.test( first ) &&
-               (jQuery.support.checkClone || !rchecked.test( first )) &&
-               (jQuery.support.html5Clone || !rnoshimcache.test( first )) ) {
-
-               // Mark cacheable and look for a hit
-               cacheable = true;
-               fragment = jQuery.fragments[ first ];
-               cachehit = fragment !== undefined;
-       }
-
-       if ( !fragment ) {
-               fragment = context.createDocumentFragment();
-               jQuery.clean( args, context, fragment, scripts );
-
-               // Update the cache, but only store false
-               // unless this is a second parsing of the same content
-               if ( cacheable ) {
-                       jQuery.fragments[ first ] = cachehit && fragment;
-               }
-       }
-
-       return { fragment: fragment, cacheable: cacheable };
-};
-
-jQuery.fragments = {};
-
-jQuery.each({
-       appendTo: "append",
-       prependTo: "prepend",
-       insertBefore: "before",
-       insertAfter: "after",
-       replaceAll: "replaceWith"
-}, function( name, original ) {
-       jQuery.fn[ name ] = function( selector ) {
-               var elems,
-                       i = 0,
-                       ret = [],
-                       insert = jQuery( selector ),
-                       l = insert.length,
-                       parent = this.length === 1 && this[0].parentNode;
-
-               if ( (parent == null || parent && parent.nodeType === 11 && parent.childNodes.length === 1) && l === 1 ) {
-                       insert[ original ]( this[0] );
-                       return this;
-               } else {
-                       for ( ; i < l; i++ ) {
-                               elems = ( i > 0 ? this.clone(true) : this ).get();
-                               jQuery( insert[i] )[ original ]( elems );
-                               ret = ret.concat( elems );
-                       }
-
-                       return this.pushStack( ret, name, insert.selector );
-               }
-       };
-});
-
-function getAll( elem ) {
-       if ( typeof elem.getElementsByTagName !== "undefined" ) {
-               return elem.getElementsByTagName( "*" );
-
-       } else if ( typeof elem.querySelectorAll !== "undefined" ) {
-               return elem.querySelectorAll( "*" );
-
-       } else {
-               return [];
-       }
-}
-
-// Used in clean, fixes the defaultChecked property
-function fixDefaultChecked( elem ) {
-       if ( rcheckableType.test( elem.type ) ) {
-               elem.defaultChecked = elem.checked;
-       }
-}
-
-jQuery.extend({
-       clone: function( elem, dataAndEvents, deepDataAndEvents ) {
-               var srcElements,
-                       destElements,
-                       i,
-                       clone;
-
-               if ( jQuery.support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) {
-                       clone = elem.cloneNode( true );
-
-               // IE<=8 does not properly clone detached, unknown element nodes
-               } else {
-                       fragmentDiv.innerHTML = elem.outerHTML;
-                       fragmentDiv.removeChild( clone = fragmentDiv.firstChild );
-               }
-
-               if ( (!jQuery.support.noCloneEvent || !jQuery.support.noCloneChecked) &&
-                               (elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem) ) {
-                       // IE copies events bound via attachEvent when using cloneNode.
-                       // Calling detachEvent on the clone will also remove the events
-                       // from the original. In order to get around this, we use some
-                       // proprietary methods to clear the events. Thanks to MooTools
-                       // guys for this hotness.
-
-                       cloneFixAttributes( elem, clone );
-
-                       // Using Sizzle here is crazy slow, so we use getElementsByTagName instead
-                       srcElements = getAll( elem );
-                       destElements = getAll( clone );
-
-                       // Weird iteration because IE will replace the length property
-                       // with an element if you are cloning the body and one of the
-                       // elements on the page has a name or id of "length"
-                       for ( i = 0; srcElements[i]; ++i ) {
-                               // Ensure that the destination node is not null; Fixes #9587
-                               if ( destElements[i] ) {
-                                       cloneFixAttributes( srcElements[i], destElements[i] );
-                               }
-                       }
-               }
-
-               // Copy the events from the original to the clone
-               if ( dataAndEvents ) {
-                       cloneCopyEvent( elem, clone );
-
-                       if ( deepDataAndEvents ) {
-                               srcElements = getAll( elem );
-                               destElements = getAll( clone );
-
-                               for ( i = 0; srcElements[i]; ++i ) {
-                                       cloneCopyEvent( srcElements[i], destElements[i] );
-                               }
-                       }
-               }
-
-               srcElements = destElements = null;
-
-               // Return the cloned set
-               return clone;
-       },
-
-       clean: function( elems, context, fragment, scripts ) {
-               var i, j, elem, tag, wrap, depth, div, hasBody, tbody, len, handleScript, jsTags,
-                       safe = context === document && safeFragment,
-                       ret = [];
-
-               // Ensure that context is a document
-               if ( !context || typeof context.createDocumentFragment === "undefined" ) {
-                       context = document;
-               }
-
-               // Use the already-created safe fragment if context permits
-               for ( i = 0; (elem = elems[i]) != null; i++ ) {
-                       if ( typeof elem === "number" ) {
-                               elem += "";
-                       }
-
-                       if ( !elem ) {
-                               continue;
-                       }
-
-                       // Convert html string into DOM nodes
-                       if ( typeof elem === "string" ) {
-                               if ( !rhtml.test( elem ) ) {
-                                       elem = context.createTextNode( elem );
-                               } else {
-                                       // Ensure a safe container in which to render the html
-                                       safe = safe || createSafeFragment( context );
-                                       div = context.createElement("div");
-                                       safe.appendChild( div );
-
-                                       // Fix "XHTML"-style tags in all browsers
-                                       elem = elem.replace(rxhtmlTag, "<$1></$2>");
-
-                                       // Go to html and back, then peel off extra wrappers
-                                       tag = ( rtagName.exec( elem ) || ["", ""] )[1].toLowerCase();
-                                       wrap = wrapMap[ tag ] || wrapMap._default;
-                                       depth = wrap[0];
-                                       div.innerHTML = wrap[1] + elem + wrap[2];
-
-                                       // Move to the right depth
-                                       while ( depth-- ) {
-                                               div = div.lastChild;
-                                       }
-
-                                       // Remove IE's autoinserted <tbody> from table fragments
-                                       if ( !jQuery.support.tbody ) {
-
-                                               // String was a <table>, *may* have spurious <tbody>
-                                               hasBody = rtbody.test(elem);
-                                                       tbody = tag === "table" && !hasBody ?
-                                                               div.firstChild && div.firstChild.childNodes :
-
-                                                               // String was a bare <thead> or <tfoot>
-                                                               wrap[1] === "<table>" && !hasBody ?
-                                                                       div.childNodes :
-                                                                       [];
-
-                                               for ( j = tbody.length - 1; j >= 0 ; --j ) {
-                                                       if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {
-                                                               tbody[ j ].parentNode.removeChild( tbody[ j ] );
-                                                       }
-                                               }
-                                       }
-
-                                       // IE completely kills leading whitespace when innerHTML is used
-                                       if ( !jQuery.support.leadingWhitespace && rleadingWhitespace.test( elem ) ) {
-                                               div.insertBefore( context.createTextNode( rleadingWhitespace.exec(elem)[0] ), div.firstChild );
-                                       }
-
-                                       elem = div.childNodes;
-
-                                       // Take out of fragment container (we need a fresh div each time)
-                                       div.parentNode.removeChild( div );
-                               }
-                       }
-
-                       if ( elem.nodeType ) {
-                               ret.push( elem );
-                       } else {
-                               jQuery.merge( ret, elem );
-                       }
-               }
-
-               // Fix #11356: Clear elements from safeFragment
-               if ( div ) {
-                       elem = div = safe = null;
-               }
-
-               // Reset defaultChecked for any radios and checkboxes
-               // about to be appended to the DOM in IE 6/7 (#8060)
-               if ( !jQuery.support.appendChecked ) {
-                       for ( i = 0; (elem = ret[i]) != null; i++ ) {
-                               if ( jQuery.nodeName( elem, "input" ) ) {
-                                       fixDefaultChecked( elem );
-                               } else if ( typeof elem.getElementsByTagName !== "undefined" ) {
-                                       jQuery.grep( elem.getElementsByTagName("input"), fixDefaultChecked );
-                               }
-                       }
-               }
-
-               // Append elements to a provided document fragment
-               if ( fragment ) {
-                       // Special handling of each script element
-                       handleScript = function( elem ) {
-                               // Check if we consider it executable
-                               if ( !elem.type || rscriptType.test( elem.type ) ) {
-                                       // Detach the script and store it in the scripts array (if provided) or the fragment
-                                       // Return truthy to indicate that it has been handled
-                                       return scripts ?
-                                               scripts.push( elem.parentNode ? elem.parentNode.removeChild( elem ) : elem ) :
-                                               fragment.appendChild( elem );
-                               }
-                       };
-
-                       for ( i = 0; (elem = ret[i]) != null; i++ ) {
-                               // Check if we're done after handling an executable script
-                               if ( !( jQuery.nodeName( elem, "script" ) && handleScript( elem ) ) ) {
-                                       // Append to fragment and handle embedded scripts
-                                       fragment.appendChild( elem );
-                                       if ( typeof elem.getElementsByTagName !== "undefined" ) {
-                                               // handleScript alters the DOM, so use jQuery.merge to ensure snapshot iteration
-                                               jsTags = jQuery.grep( jQuery.merge( [], elem.getElementsByTagName("script") ), handleScript );
-
-                                               // Splice the scripts into ret after their former ancestor and advance our index beyond them
-                                               ret.splice.apply( ret, [i + 1, 0].concat( jsTags ) );
-                                               i += jsTags.length;
-                                       }
-                               }
-                       }
-               }
-
-               return ret;
-       },
-
-       cleanData: function( elems, /* internal */ acceptData ) {
-               var data, id, elem, type,
-                       i = 0,
-                       internalKey = jQuery.expando,
-                       cache = jQuery.cache,
-                       deleteExpando = jQuery.support.deleteExpando,
-                       special = jQuery.event.special;
-
-               for ( ; (elem = elems[i]) != null; i++ ) {
-
-                       if ( acceptData || jQuery.acceptData( elem ) ) {
-
-                               id = elem[ internalKey ];
-                               data = id && cache[ id ];
-
-                               if ( data ) {
-                                       if ( data.events ) {
-                                               for ( type in data.events ) {
-                                                       if ( special[ type ] ) {
-                                                               jQuery.event.remove( elem, type );
-
-                                                       // This is a shortcut to avoid jQuery.event.remove's overhead
-                                                       } else {
-                                                               jQuery.removeEvent( elem, type, data.handle );
-                                                       }
-                                               }
-                                       }
-
-                                       // Remove cache only if it was not already removed by jQuery.event.remove
-                                       if ( cache[ id ] ) {
-
-                                               delete cache[ id ];
-
-                                               // IE does not allow us to delete expando properties from nodes,
-                                               // nor does it have a removeAttribute function on Document nodes;
-                                               // we must handle all of these cases
-                                               if ( deleteExpando ) {
-                                                       delete elem[ internalKey ];
-
-                                               } else if ( elem.removeAttribute ) {
-                                                       elem.removeAttribute( internalKey );
-
-                                               } else {
-                                                       elem[ internalKey ] = null;
-                                               }
-
-                                               jQuery.deletedIds.push( id );
-                                       }
-                               }
-                       }
-               }
-       }
-});
-// Limit scope pollution from any deprecated API
-(function() {
-
-var matched, browser;
-
-// Use of jQuery.browser is frowned upon.
-// More details: http://api.jquery.com/jQuery.browser
-// jQuery.uaMatch maintained for back-compat
-jQuery.uaMatch = function( ua ) {
-       ua = ua.toLowerCase();
-
-       var match = /(chrome)[ \/]([\w.]+)/.exec( ua ) ||
-               /(webkit)[ \/]([\w.]+)/.exec( ua ) ||
-               /(opera)(?:.*version|)[ \/]([\w.]+)/.exec( ua ) ||
-               /(msie) ([\w.]+)/.exec( ua ) ||
-               ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec( ua ) ||
-               [];
-
-       return {
-               browser: match[ 1 ] || "",
-               version: match[ 2 ] || "0"
-       };
-};
-
-matched = jQuery.uaMatch( navigator.userAgent );
-browser = {};
-
-if ( matched.browser ) {
-       browser[ matched.browser ] = true;
-       browser.version = matched.version;
-}
-
-// Chrome is Webkit, but Webkit is also Safari.
-if ( browser.chrome ) {
-       browser.webkit = true;
-} else if ( browser.webkit ) {
-       browser.safari = true;
-}
-
-jQuery.browser = browser;
-
-jQuery.sub = function() {
-       function jQuerySub( selector, context ) {
-               return new jQuerySub.fn.init( selector, context );
-       }
-       jQuery.extend( true, jQuerySub, this );
-       jQuerySub.superclass = this;
-       jQuerySub.fn = jQuerySub.prototype = this();
-       jQuerySub.fn.constructor = jQuerySub;
-       jQuerySub.sub = this.sub;
-       jQuerySub.fn.init = function init( selector, context ) {
-               if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) {
-                       context = jQuerySub( context );
-               }
-
-               return jQuery.fn.init.call( this, selector, context, rootjQuerySub );
-       };
-       jQuerySub.fn.init.prototype = jQuerySub.fn;
-       var rootjQuerySub = jQuerySub(document);
-       return jQuerySub;
-};
-
-})();
-var curCSS, iframe, iframeDoc,
-       ralpha = /alpha\([^)]*\)/i,
-       ropacity = /opacity=([^)]*)/,
-       rposition = /^(top|right|bottom|left)$/,
-       // swappable if display is none or starts with table except "table", "table-cell", or "table-caption"
-       // see here for display values: https://developer.mozilla.org/en-US/docs/CSS/display
-       rdisplayswap = /^(none|table(?!-c[ea]).+)/,
-       rmargin = /^margin/,
-       rnumsplit = new RegExp( "^(" + core_pnum + ")(.*)$", "i" ),
-       rnumnonpx = new RegExp( "^(" + core_pnum + ")(?!px)[a-z%]+$", "i" ),
-       rrelNum = new RegExp( "^([-+])=(" + core_pnum + ")", "i" ),
-       elemdisplay = { BODY: "block" },
-
-       cssShow = { position: "absolute", visibility: "hidden", display: "block" },
-       cssNormalTransform = {
-               letterSpacing: 0,
-               fontWeight: 400
-       },
-
-       cssExpand = [ "Top", "Right", "Bottom", "Left" ],
-       cssPrefixes = [ "Webkit", "O", "Moz", "ms" ],
-
-       eventsToggle = jQuery.fn.toggle;
-
-// return a css property mapped to a potentially vendor prefixed property
-function vendorPropName( style, name ) {
-
-       // shortcut for names that are not vendor prefixed
-       if ( name in style ) {
-               return name;
-       }
-
-       // check for vendor prefixed names
-       var capName = name.charAt(0).toUpperCase() + name.slice(1),
-               origName = name,
-               i = cssPrefixes.length;
-
-       while ( i-- ) {
-               name = cssPrefixes[ i ] + capName;
-               if ( name in style ) {
-                       return name;
-               }
-       }
-
-       return origName;
-}
-
-function isHidden( elem, el ) {
-       elem = el || elem;
-       return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem );
-}
-
-function showHide( elements, show ) {
-       var elem, display,
-               values = [],
-               index = 0,
-               length = elements.length;
-
-       for ( ; index < length; index++ ) {
-               elem = elements[ index ];
-               if ( !elem.style ) {
-                       continue;
-               }
-               values[ index ] = jQuery._data( elem, "olddisplay" );
-               if ( show ) {
-                       // Reset the inline display of this element to learn if it is
-                       // being hidden by cascaded rules or not
-                       if ( !values[ index ] && elem.style.display === "none" ) {
-                               elem.style.display = "";
-                       }
-
-                       // Set elements which have been overridden with display: none
-                       // in a stylesheet to whatever the default browser style is
-                       // for such an element
-                       if ( elem.style.display === "" && isHidden( elem ) ) {
-                               values[ index ] = jQuery._data( elem, "olddisplay", css_defaultDisplay(elem.nodeName) );
-                       }
-               } else {
-                       display = curCSS( elem, "display" );
-
-                       if ( !values[ index ] && display !== "none" ) {
-                               jQuery._data( elem, "olddisplay", display );
-                       }
-               }
-       }
-
-       // Set the display of most of the elements in a second loop
-       // to avoid the constant reflow
-       for ( index = 0; index < length; index++ ) {
-               elem = elements[ index ];
-               if ( !elem.style ) {
-                       continue;
-               }
-               if ( !show || elem.style.display === "none" || elem.style.display === "" ) {
-                       elem.style.display = show ? values[ index ] || "" : "none";
-               }
-       }
-
-       return elements;
-}
-
-jQuery.fn.extend({
-       css: function( name, value ) {
-               return jQuery.access( this, function( elem, name, value ) {
-                       return value !== undefined ?
-                               jQuery.style( elem, name, value ) :
-                               jQuery.css( elem, name );
-               }, name, value, arguments.length > 1 );
-       },
-       show: function() {
-               return showHide( this, true );
-       },
-       hide: function() {
-               return showHide( this );
-       },
-       toggle: function( state, fn2 ) {
-               var bool = typeof state === "boolean";
-
-               if ( jQuery.isFunction( state ) && jQuery.isFunction( fn2 ) ) {
-                       return eventsToggle.apply( this, arguments );
-               }
-
-               return this.each(function() {
-                       if ( bool ? state : isHidden( this ) ) {
-                               jQuery( this ).show();
-                       } else {
-                               jQuery( this ).hide();
-                       }
-               });
-       }
-});
-
-jQuery.extend({
-       // Add in style property hooks for overriding the default
-       // behavior of getting and setting a style property
-       cssHooks: {
-               opacity: {
-                       get: function( elem, computed ) {
-                               if ( computed ) {
-                                       // We should always get a number back from opacity
-                                       var ret = curCSS( elem, "opacity" );
-                                       return ret === "" ? "1" : ret;
-
-                               }
-                       }
-               }
-       },
-
-       // Exclude the following css properties to add px
-       cssNumber: {
-               "fillOpacity": true,
-               "fontWeight": true,
-               "lineHeight": true,
-               "opacity": true,
-               "orphans": true,
-               "widows": true,
-               "zIndex": true,
-               "zoom": true
-       },
-
-       // Add in properties whose names you wish to fix before
-       // setting or getting the value
-       cssProps: {
-               // normalize float css property
-               "float": jQuery.support.cssFloat ? "cssFloat" : "styleFloat"
-       },
-
-       // Get and set the style property on a DOM Node
-       style: function( elem, name, value, extra ) {
-               // Don't set styles on text and comment nodes
-               if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
-                       return;
-               }
-
-               // Make sure that we're working with the right name
-               var ret, type, hooks,
-                       origName = jQuery.camelCase( name ),
-                       style = elem.style;
-
-               name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) );
-
-               // gets hook for the prefixed version
-               // followed by the unprefixed version
-               hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
-
-               // Check if we're setting a value
-               if ( value !== undefined ) {
-                       type = typeof value;
-
-                       // convert relative number strings (+= or -=) to relative numbers. #7345
-                       if ( type === "string" && (ret = rrelNum.exec( value )) ) {
-                               value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );
-                               // Fixes bug #9237
-                               type = "number";
-                       }
-
-                       // Make sure that NaN and null values aren't set. See: #7116
-                       if ( value == null || type === "number" && isNaN( value ) ) {
-                               return;
-                       }
-
-                       // If a number was passed in, add 'px' to the (except for certain CSS properties)
-                       if ( type === "number" && !jQuery.cssNumber[ origName ] ) {
-                               value += "px";
-                       }
-
-                       // If a hook was provided, use that value, otherwise just set the specified value
-                       if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) {
-                               // Wrapped to prevent IE from throwing errors when 'invalid' values are provided
-                               // Fixes bug #5509
-                               try {
-                                       style[ name ] = value;
-                               } catch(e) {}
-                       }
-
-               } else {
-                       // If a hook was provided get the non-computed value from there
-                       if ( hooks && "get" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) {
-                               return ret;
-                       }
-
-                       // Otherwise just get the value from the style object
-                       return style[ name ];
-               }
-       },
-
-       css: function( elem, name, numeric, extra ) {
-               var val, num, hooks,
-                       origName = jQuery.camelCase( name );
-
-               // Make sure that we're working with the right name
-               name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );
-
-               // gets hook for the prefixed version
-               // followed by the unprefixed version
-               hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
-
-               // If a hook was provided get the computed value from there
-               if ( hooks && "get" in hooks ) {
-                       val = hooks.get( elem, true, extra );
-               }
-
-               // Otherwise, if a way to get the computed value exists, use that
-               if ( val === undefined ) {
-                       val = curCSS( elem, name );
-               }
-
-               //convert "normal" to computed value
-               if ( val === "normal" && name in cssNormalTransform ) {
-                       val = cssNormalTransform[ name ];
-               }
-
-               // Return, converting to number if forced or a qualifier was provided and val looks numeric
-               if ( numeric || extra !== undefined ) {
-                       num = parseFloat( val );
-                       return numeric || jQuery.isNumeric( num ) ? num || 0 : val;
-               }
-               return val;
-       },
-
-       // A method for quickly swapping in/out CSS properties to get correct calculations
-       swap: function( elem, options, callback ) {
-               var ret, name,
-                       old = {};
-
-               // Remember the old values, and insert the new ones
-               for ( name in options ) {
-                       old[ name ] = elem.style[ name ];
-                       elem.style[ name ] = options[ name ];
-               }
-
-               ret = callback.call( elem );
-
-               // Revert the old values
-               for ( name in options ) {
-                       elem.style[ name ] = old[ name ];
-               }
-
-               return ret;
-       }
-});
-
-// NOTE: To any future maintainer, we've window.getComputedStyle
-// because jsdom on node.js will break without it.
-if ( window.getComputedStyle ) {
-       curCSS = function( elem, name ) {
-               var ret, width, minWidth, maxWidth,
-                       computed = window.getComputedStyle( elem, null ),
-                       style = elem.style;
-
-               if ( computed ) {
-
-                       // getPropertyValue is only needed for .css('filter') in IE9, see #12537
-                       ret = computed.getPropertyValue( name ) || computed[ name ];
-
-                       if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) {
-                               ret = jQuery.style( elem, name );
-                       }
-
-                       // A tribute to the "awesome hack by Dean Edwards"
-                       // Chrome < 17 and Safari 5.0 uses "computed value" instead of "used value" for margin-right
-                       // Safari 5.1.7 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels
-                       // this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values
-                       if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {
-                               width = style.width;
-                               minWidth = style.minWidth;
-                               maxWidth = style.maxWidth;
-
-                               style.minWidth = style.maxWidth = style.width = ret;
-                               ret = computed.width;
-
-                               style.width = width;
-                               style.minWidth = minWidth;
-                               style.maxWidth = maxWidth;
-                       }
-               }
-
-               return ret;
-       };
-} else if ( document.documentElement.currentStyle ) {
-       curCSS = function( elem, name ) {
-               var left, rsLeft,
-                       ret = elem.currentStyle && elem.currentStyle[ name ],
-                       style = elem.style;
-
-               // Avoid setting ret to empty string here
-               // so we don't default to auto
-               if ( ret == null && style && style[ name ] ) {
-                       ret = style[ name ];
-               }
-
-               // From the awesome hack by Dean Edwards
-               // http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291
-
-               // If we're not dealing with a regular pixel number
-               // but a number that has a weird ending, we need to convert it to pixels
-               // but not position css attributes, as those are proportional to the parent element instead
-               // and we can't measure the parent instead because it might trigger a "stacking dolls" problem
-               if ( rnumnonpx.test( ret ) && !rposition.test( name ) ) {
-
-                       // Remember the original values
-                       left = style.left;
-                       rsLeft = elem.runtimeStyle && elem.runtimeStyle.left;
-
-                       // Put in the new values to get a computed value out
-                       if ( rsLeft ) {
-                               elem.runtimeStyle.left = elem.currentStyle.left;
-                       }
-                       style.left = name === "fontSize" ? "1em" : ret;
-                       ret = style.pixelLeft + "px";
-
-                       // Revert the changed values
-                       style.left = left;
-                       if ( rsLeft ) {
-                               elem.runtimeStyle.left = rsLeft;
-                       }
-               }
-
-               return ret === "" ? "auto" : ret;
-       };
-}
-
-function setPositiveNumber( elem, value, subtract ) {
-       var matches = rnumsplit.exec( value );
-       return matches ?
-                       Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) :
-                       value;
-}
-
-function augmentWidthOrHeight( elem, name, extra, isBorderBox ) {
-       var i = extra === ( isBorderBox ? "border" : "content" ) ?
-               // If we already have the right measurement, avoid augmentation
-               4 :
-               // Otherwise initialize for horizontal or vertical properties
-               name === "width" ? 1 : 0,
-
-               val = 0;
-
-       for ( ; i < 4; i += 2 ) {
-               // both box models exclude margin, so add it if we want it
-               if ( extra === "margin" ) {
-                       // we use jQuery.css instead of curCSS here
-                       // because of the reliableMarginRight CSS hook!
-                       val += jQuery.css( elem, extra + cssExpand[ i ], true );
-               }
-
-               // From this point on we use curCSS for maximum performance (relevant in animations)
-               if ( isBorderBox ) {
-                       // border-box includes padding, so remove it if we want content
-                       if ( extra === "content" ) {
-                               val -= parseFloat( curCSS( elem, "padding" + cssExpand[ i ] ) ) || 0;
-                       }
-
-                       // at this point, extra isn't border nor margin, so remove border
-                       if ( extra !== "margin" ) {
-                               val -= parseFloat( curCSS( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0;
-                       }
-               } else {
-                       // at this point, extra isn't content, so add padding
-                       val += parseFloat( curCSS( elem, "padding" + cssExpand[ i ] ) ) || 0;
-
-                       // at this point, extra isn't content nor padding, so add border
-                       if ( extra !== "padding" ) {
-                               val += parseFloat( curCSS( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0;
-                       }
-               }
-       }
-
-       return val;
-}
-
-function getWidthOrHeight( elem, name, extra ) {
-
-       // Start with offset property, which is equivalent to the border-box value
-       var val = name === "width" ? elem.offsetWidth : elem.offsetHeight,
-               valueIsBorderBox = true,
-               isBorderBox = jQuery.support.boxSizing && jQuery.css( elem, "boxSizing" ) === "border-box";
-
-       // some non-html elements return undefined for offsetWidth, so check for null/undefined
-       // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285
-       // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668
-       if ( val <= 0 || val == null ) {
-               // Fall back to computed then uncomputed css if necessary
-               val = curCSS( elem, name );
-               if ( val < 0 || val == null ) {
-                       val = elem.style[ name ];
-               }
-
-               // Computed unit is not pixels. Stop here and return.
-               if ( rnumnonpx.test(val) ) {
-                       return val;
-               }
-
-               // we need the check for style in case a browser which returns unreliable values
-               // for getComputedStyle silently falls back to the reliable elem.style
-               valueIsBorderBox = isBorderBox && ( jQuery.support.boxSizingReliable || val === elem.style[ name ] );
-
-               // Normalize "", auto, and prepare for extra
-               val = parseFloat( val ) || 0;
-       }
-
-       // use the active box-sizing model to add/subtract irrelevant styles
-       return ( val +
-               augmentWidthOrHeight(
-                       elem,
-                       name,
-                       extra || ( isBorderBox ? "border" : "content" ),
-                       valueIsBorderBox
-               )
-       ) + "px";
-}
-
-
-// Try to determine the default display value of an element
-function css_defaultDisplay( nodeName ) {
-       if ( elemdisplay[ nodeName ] ) {
-               return elemdisplay[ nodeName ];
-       }
-
-       var elem = jQuery( "<" + nodeName + ">" ).appendTo( document.body ),
-               display = elem.css("display");
-       elem.remove();
-
-       // If the simple way fails,
-       // get element's real default display by attaching it to a temp iframe
-       if ( display === "none" || display === "" ) {
-               // Use the already-created iframe if possible
-               iframe = document.body.appendChild(
-                       iframe || jQuery.extend( document.createElement("iframe"), {
-                               frameBorder: 0,
-                               width: 0,
-                               height: 0
-                       })
-               );
-
-               // Create a cacheable copy of the iframe document on first call.
-               // IE and Opera will allow us to reuse the iframeDoc without re-writing the fake HTML
-               // document to it; WebKit & Firefox won't allow reusing the iframe document.
-               if ( !iframeDoc || !iframe.createElement ) {
-                       iframeDoc = ( iframe.contentWindow || iframe.contentDocument ).document;
-                       iframeDoc.write("<!doctype html><html><body>");
-                       iframeDoc.close();
-               }
-
-               elem = iframeDoc.body.appendChild( iframeDoc.createElement(nodeName) );
-
-               display = curCSS( elem, "display" );
-               document.body.removeChild( iframe );
-       }
-
-       // Store the correct default display
-       elemdisplay[ nodeName ] = display;
-
-       return display;
-}
-
-jQuery.each([ "height", "width" ], function( i, name ) {
-       jQuery.cssHooks[ name ] = {
-               get: function( elem, computed, extra ) {
-                       if ( computed ) {
-                               // certain elements can have dimension info if we invisibly show them
-                               // however, it must have a current display style that would benefit from this
-                               if ( elem.offsetWidth === 0 && rdisplayswap.test( curCSS( elem, "display" ) ) ) {
-                                       return jQuery.swap( elem, cssShow, function() {
-                                               return getWidthOrHeight( elem, name, extra );
-                                       });
-                               } else {
-                                       return getWidthOrHeight( elem, name, extra );
-                               }
-                       }
-               },
-
-               set: function( elem, value, extra ) {
-                       return setPositiveNumber( elem, value, extra ?
-                               augmentWidthOrHeight(
-                                       elem,
-                                       name,
-                                       extra,
-                                       jQuery.support.boxSizing && jQuery.css( elem, "boxSizing" ) === "border-box"
-                               ) : 0
-                       );
-               }
-       };
-});
-
-if ( !jQuery.support.opacity ) {
-       jQuery.cssHooks.opacity = {
-               get: function( elem, computed ) {
-                       // IE uses filters for opacity
-                       return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filter) || "" ) ?
-                               ( 0.01 * parseFloat( RegExp.$1 ) ) + "" :
-                               computed ? "1" : "";
-               },
-
-               set: function( elem, value ) {
-                       var style = elem.style,
-                               currentStyle = elem.currentStyle,
-                               opacity = jQuery.isNumeric( value ) ? "alpha(opacity=" + value * 100 + ")" : "",
-                               filter = currentStyle && currentStyle.filter || style.filter || "";
-
-                       // IE has trouble with opacity if it does not have layout
-                       // Force it by setting the zoom level
-                       style.zoom = 1;
-
-                       // if setting opacity to 1, and no other filters exist - attempt to remove filter attribute #6652
-                       if ( value >= 1 && jQuery.trim( filter.replace( ralpha, "" ) ) === "" &&
-                               style.removeAttribute ) {
-
-                               // Setting style.filter to null, "" & " " still leave "filter:" in the cssText
-                               // if "filter:" is present at all, clearType is disabled, we want to avoid this
-                               // style.removeAttribute is IE Only, but so apparently is this code path...
-                               style.removeAttribute( "filter" );
-
-                               // if there there is no filter style applied in a css rule, we are done
-                               if ( currentStyle && !currentStyle.filter ) {
-                                       return;
-                               }
-                       }
-
-                       // otherwise, set new filter values
-                       style.filter = ralpha.test( filter ) ?
-                               filter.replace( ralpha, opacity ) :
-                               filter + " " + opacity;
-               }
-       };
-}
-
-// These hooks cannot be added until DOM ready because the support test
-// for it is not run until after DOM ready
-jQuery(function() {
-       if ( !jQuery.support.reliableMarginRight ) {
-               jQuery.cssHooks.marginRight = {
-                       get: function( elem, computed ) {
-                               // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
-                               // Work around by temporarily setting element display to inline-block
-                               return jQuery.swap( elem, { "display": "inline-block" }, function() {
-                                       if ( computed ) {
-                                               return curCSS( elem, "marginRight" );
-                                       }
-                               });
-                       }
-               };
-       }
-
-       // Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
-       // getComputedStyle returns percent when specified for top/left/bottom/right
-       // rather than make the css module depend on the offset module, we just check for it here
-       if ( !jQuery.support.pixelPosition && jQuery.fn.position ) {
-               jQuery.each( [ "top", "left" ], function( i, prop ) {
-                       jQuery.cssHooks[ prop ] = {
-                               get: function( elem, computed ) {
-                                       if ( computed ) {
-                                               var ret = curCSS( elem, prop );
-                                               // if curCSS returns percentage, fallback to offset
-                                               return rnumnonpx.test( ret ) ? jQuery( elem ).position()[ prop ] + "px" : ret;
-                                       }
-                               }
-                       };
-               });
-       }
-
-});
-
-if ( jQuery.expr && jQuery.expr.filters ) {
-       jQuery.expr.filters.hidden = function( elem ) {
-               return ( elem.offsetWidth === 0 && elem.offsetHeight === 0 ) || (!jQuery.support.reliableHiddenOffsets && ((elem.style && elem.style.display) || curCSS( elem, "display" )) === "none");
-       };
-
-       jQuery.expr.filters.visible = function( elem ) {
-               return !jQuery.expr.filters.hidden( elem );
-       };
-}
-
-// These hooks are used by animate to expand properties
-jQuery.each({
-       margin: "",
-       padding: "",
-       border: "Width"
-}, function( prefix, suffix ) {
-       jQuery.cssHooks[ prefix + suffix ] = {
-               expand: function( value ) {
-                       var i,
-
-                               // assumes a single number if not a string
-                               parts = typeof value === "string" ? value.split(" ") : [ value ],
-                               expanded = {};
-
-                       for ( i = 0; i < 4; i++ ) {
-                               expanded[ prefix + cssExpand[ i ] + suffix ] =
-                                       parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
-                       }
-
-                       return expanded;
-               }
-       };
-
-       if ( !rmargin.test( prefix ) ) {
-               jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
-       }
-});
-var r20 = /%20/g,
-       rbracket = /\[\]$/,
-       rCRLF = /\r?\n/g,
-       rinput = /^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,
-       rselectTextarea = /^(?:select|textarea)/i;
-
-jQuery.fn.extend({
-       serialize: function() {
-               return jQuery.param( this.serializeArray() );
-       },
-       serializeArray: function() {
-               return this.map(function(){
-                       return this.elements ? jQuery.makeArray( this.elements ) : this;
-               })
-               .filter(function(){
-                       return this.name && !this.disabled &&
-                               ( this.checked || rselectTextarea.test( this.nodeName ) ||
-                                       rinput.test( this.type ) );
-               })
-               .map(function( i, elem ){
-                       var val = jQuery( this ).val();
-
-                       return val == null ?
-                               null :
-                               jQuery.isArray( val ) ?
-                                       jQuery.map( val, function( val, i ){
-                                               return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
-                                       }) :
-                                       { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
-               }).get();
-       }
-});
-
-//Serialize an array of form elements or a set of
-//key/values into a query string
-jQuery.param = function( a, traditional ) {
-       var prefix,
-               s = [],
-               add = function( key, value ) {
-                       // If value is a function, invoke it and return its value
-                       value = jQuery.isFunction( value ) ? value() : ( value == null ? "" : value );
-                       s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value );
-               };
-
-       // Set traditional to true for jQuery <= 1.3.2 behavior.
-       if ( traditional === undefined ) {
-               traditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;
-       }
-
-       // If an array was passed in, assume that it is an array of form elements.
-       if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
-               // Serialize the form elements
-               jQuery.each( a, function() {
-                       add( this.name, this.value );
-               });
-
-       } else {
-               // If traditional, encode the "old" way (the way 1.3.2 or older
-               // did it), otherwise encode params recursively.
-               for ( prefix in a ) {
-                       buildParams( prefix, a[ prefix ], traditional, add );
-               }
-       }
-
-       // Return the resulting serialization
-       return s.join( "&" ).replace( r20, "+" );
-};
-
-function buildParams( prefix, obj, traditional, add ) {
-       var name;
-
-       if ( jQuery.isArray( obj ) ) {
-               // Serialize array item.
-               jQuery.each( obj, function( i, v ) {
-                       if ( traditional || rbracket.test( prefix ) ) {
-                               // Treat each array item as a scalar.
-                               add( prefix, v );
-
-                       } else {
-                               // If array item is non-scalar (array or object), encode its
-                               // numeric index to resolve deserialization ambiguity issues.
-                               // Note that rack (as of 1.0.0) can't currently deserialize
-                               // nested arrays properly, and attempting to do so may cause
-                               // a server error. Possible fixes are to modify rack's
-                               // deserialization algorithm or to provide an option or flag
-                               // to force array serialization to be shallow.
-                               buildParams( prefix + "[" + ( typeof v === "object" ? i : "" ) + "]", v, traditional, add );
-                       }
-               });
-
-       } else if ( !traditional && jQuery.type( obj ) === "object" ) {
-               // Serialize object item.
-               for ( name in obj ) {
-                       buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add );
-               }
-
-       } else {
-               // Serialize scalar item.
-               add( prefix, obj );
-       }
-}
-var
-       // Document location
-       ajaxLocParts,
-       ajaxLocation,
-
-       rhash = /#.*$/,
-       rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, // IE leaves an \r character at EOL
-       // #7653, #8125, #8152: local protocol detection
-       rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,
-       rnoContent = /^(?:GET|HEAD)$/,
-       rprotocol = /^\/\//,
-       rquery = /\?/,
-       rscript = /<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
-       rts = /([?&])_=[^&]*/,
-       rurl = /^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,
-
-       // Keep a copy of the old load method
-       _load = jQuery.fn.load,
-
-       /* Prefilters
-        * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)
-        * 2) These are called:
-        *    - BEFORE asking for a transport
-        *    - AFTER param serialization (s.data is a string if s.processData is true)
-        * 3) key is the dataType
-        * 4) the catchall symbol "*" can be used
-        * 5) execution will start with transport dataType and THEN continue down to "*" if needed
-        */
-       prefilters = {},
-
-       /* Transports bindings
-        * 1) key is the dataType
-        * 2) the catchall symbol "*" can be used
-        * 3) selection will start with transport dataType and THEN go to "*" if needed
-        */
-       transports = {},
-
-       // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression
-       allTypes = ["*/"] + ["*"];
-
-// #8138, IE may throw an exception when accessing
-// a field from window.location if document.domain has been set
-try {
-       ajaxLocation = location.href;
-} catch( e ) {
-       // Use the href attribute of an A element
-       // since IE will modify it given document.location
-       ajaxLocation = document.createElement( "a" );
-       ajaxLocation.href = "";
-       ajaxLocation = ajaxLocation.href;
-}
-
-// Segment location into parts
-ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];
-
-// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport
-function addToPrefiltersOrTransports( structure ) {
-
-       // dataTypeExpression is optional and defaults to "*"
-       return function( dataTypeExpression, func ) {
-
-               if ( typeof dataTypeExpression !== "string" ) {
-                       func = dataTypeExpression;
-                       dataTypeExpression = "*";
-               }
-
-               var dataType, list, placeBefore,
-                       dataTypes = dataTypeExpression.toLowerCase().split( core_rspace ),
-                       i = 0,
-                       length = dataTypes.length;
-
-               if ( jQuery.isFunction( func ) ) {
-                       // For each dataType in the dataTypeExpression
-                       for ( ; i < length; i++ ) {
-                               dataType = dataTypes[ i ];
-                               // We control if we're asked to add before
-                               // any existing element
-                               placeBefore = /^\+/.test( dataType );
-                               if ( placeBefore ) {
-                                       dataType = dataType.substr( 1 ) || "*";
-                               }
-                               list = structure[ dataType ] = structure[ dataType ] || [];
-                               // then we add to the structure accordingly
-                               list[ placeBefore ? "unshift" : "push" ]( func );
-                       }
-               }
-       };
-}
-
-// Base inspection function for prefilters and transports
-function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR,
-               dataType /* internal */, inspected /* internal */ ) {
-
-       dataType = dataType || options.dataTypes[ 0 ];
-       inspected = inspected || {};
-
-       inspected[ dataType ] = true;
-
-       var selection,
-               list = structure[ dataType ],
-               i = 0,
-               length = list ? list.length : 0,
-               executeOnly = ( structure === prefilters );
-
-       for ( ; i < length && ( executeOnly || !selection ); i++ ) {
-               selection = list[ i ]( options, originalOptions, jqXHR );
-               // If we got redirected to another dataType
-               // we try there if executing only and not done already
-               if ( typeof selection === "string" ) {
-                       if ( !executeOnly || inspected[ selection ] ) {
-                               selection = undefined;
-                       } else {
-                               options.dataTypes.unshift( selection );
-                               selection = inspectPrefiltersOrTransports(
-                                               structure, options, originalOptions, jqXHR, selection, inspected );
-                       }
-               }
-       }
-       // If we're only executing or nothing was selected
-       // we try the catchall dataType if not done already
-       if ( ( executeOnly || !selection ) && !inspected[ "*" ] ) {
-               selection = inspectPrefiltersOrTransports(
-                               structure, options, originalOptions, jqXHR, "*", inspected );
-       }
-       // unnecessary when only executing (prefilters)
-       // but it'll be ignored by the caller in that case
-       return selection;
-}
-
-// A special extend for ajax options
-// that takes "flat" options (not to be deep extended)
-// Fixes #9887
-function ajaxExtend( target, src ) {
-       var key, deep,
-               flatOptions = jQuery.ajaxSettings.flatOptions || {};
-       for ( key in src ) {
-               if ( src[ key ] !== undefined ) {
-                       ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];
-               }
-       }
-       if ( deep ) {
-               jQuery.extend( true, target, deep );
-       }
-}
-
-jQuery.fn.load = function( url, params, callback ) {
-       if ( typeof url !== "string" && _load ) {
-               return _load.apply( this, arguments );
-       }
-
-       // Don't do a request if no elements are being requested
-       if ( !this.length ) {
-               return this;
-       }
-
-       var selector, type, response,
-               self = this,
-               off = url.indexOf(" ");
-
-       if ( off >= 0 ) {
-               selector = url.slice( off, url.length );
-               url = url.slice( 0, off );
-       }
-
-       // If it's a function
-       if ( jQuery.isFunction( params ) ) {
-
-               // We assume that it's the callback
-               callback = params;
-               params = undefined;
-
-       // Otherwise, build a param string
-       } else if ( params && typeof params === "object" ) {
-               type = "POST";
-       }
-
-       // Request the remote document
-       jQuery.ajax({
-               url: url,
-
-               // if "type" variable is undefined, then "GET" method will be used
-               type: type,
-               dataType: "html",
-               data: params,
-               complete: function( jqXHR, status ) {
-                       if ( callback ) {
-                               self.each( callback, response || [ jqXHR.responseText, status, jqXHR ] );
-                       }
-               }
-       }).done(function( responseText ) {
-
-               // Save response for use in complete callback
-               response = arguments;
-
-               // See if a selector was specified
-               self.html( selector ?
-
-                       // Create a dummy div to hold the results
-                       jQuery("<div>")
-
-                               // inject the contents of the document in, removing the scripts
-                               // to avoid any 'Permission Denied' errors in IE
-                               .append( responseText.replace( rscript, "" ) )
-
-                               // Locate the specified elements
-                               .find( selector ) :
-
-                       // If not, just inject the full result
-                       responseText );
-
-       });
-
-       return this;
-};
-
-// Attach a bunch of functions for handling common AJAX events
-jQuery.each( "ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split( " " ), function( i, o ){
-       jQuery.fn[ o ] = function( f ){
-               return this.on( o, f );
-       };
-});
-
-jQuery.each( [ "get", "post" ], function( i, method ) {
-       jQuery[ method ] = function( url, data, callback, type ) {
-               // shift arguments if data argument was omitted
-               if ( jQuery.isFunction( data ) ) {
-                       type = type || callback;
-                       callback = data;
-                       data = undefined;
-               }
-
-               return jQuery.ajax({
-                       type: method,
-                       url: url,
-                       data: data,
-                       success: callback,
-                       dataType: type
-               });
-       };
-});
-
-jQuery.extend({
-
-       getScript: function( url, callback ) {
-               return jQuery.get( url, undefined, callback, "script" );
-       },
-
-       getJSON: function( url, data, callback ) {
-               return jQuery.get( url, data, callback, "json" );
-       },
-
-       // Creates a full fledged settings object into target
-       // with both ajaxSettings and settings fields.
-       // If target is omitted, writes into ajaxSettings.
-       ajaxSetup: function( target, settings ) {
-               if ( settings ) {
-                       // Building a settings object
-                       ajaxExtend( target, jQuery.ajaxSettings );
-               } else {
-                       // Extending ajaxSettings
-                       settings = target;
-                       target = jQuery.ajaxSettings;
-               }
-               ajaxExtend( target, settings );
-               return target;
-       },
-
-       ajaxSettings: {
-               url: ajaxLocation,
-               isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),
-               global: true,
-               type: "GET",
-               contentType: "application/x-www-form-urlencoded; charset=UTF-8",
-               processData: true,
-               async: true,
-               /*
-               timeout: 0,
-               data: null,
-               dataType: null,
-               username: null,
-               password: null,
-               cache: null,
-               throws: false,
-               traditional: false,
-               headers: {},
-               */
-
-               accepts: {
-                       xml: "application/xml, text/xml",
-                       html: "text/html",
-                       text: "text/plain",
-                       json: "application/json, text/javascript",
-                       "*": allTypes
-               },
-
-               contents: {
-                       xml: /xml/,
-                       html: /html/,
-                       json: /json/
-               },
-
-               responseFields: {
-                       xml: "responseXML",
-                       text: "responseText"
-               },
-
-               // List of data converters
-               // 1) key format is "source_type destination_type" (a single space in-between)
-               // 2) the catchall symbol "*" can be used for source_type
-               converters: {
-
-                       // Convert anything to text
-                       "* text": window.String,
-
-                       // Text to html (true = no transformation)
-                       "text html": true,
-
-                       // Evaluate text as a json expression
-                       "text json": jQuery.parseJSON,
-
-                       // Parse text as xml
-                       "text xml": jQuery.parseXML
-               },
-
-               // For options that shouldn't be deep extended:
-               // you can add your own custom options here if
-               // and when you create one that shouldn't be
-               // deep extended (see ajaxExtend)
-               flatOptions: {
-                       context: true,
-                       url: true
-               }
-       },
-
-       ajaxPrefilter: addToPrefiltersOrTransports( prefilters ),
-       ajaxTransport: addToPrefiltersOrTransports( transports ),
-
-       // Main method
-       ajax: function( url, options ) {
-
-               // If url is an object, simulate pre-1.5 signature
-               if ( typeof url === "object" ) {
-                       options = url;
-                       url = undefined;
-               }
-
-               // Force options to be an object
-               options = options || {};
-
-               var // ifModified key
-                       ifModifiedKey,
-                       // Response headers
-                       responseHeadersString,
-                       responseHeaders,
-                       // transport
-                       transport,
-                       // timeout handle
-                       timeoutTimer,
-                       // Cross-domain detection vars
-                       parts,
-                       // To know if global events are to be dispatched
-                       fireGlobals,
-                       // Loop variable
-                       i,
-                       // Create the final options object
-                       s = jQuery.ajaxSetup( {}, options ),
-                       // Callbacks context
-                       callbackContext = s.context || s,
-                       // Context for global events
-                       // It's the callbackContext if one was provided in the options
-                       // and if it's a DOM node or a jQuery collection
-                       globalEventContext = callbackContext !== s &&
-                               ( callbackContext.nodeType || callbackContext instanceof jQuery ) ?
-                                               jQuery( callbackContext ) : jQuery.event,
-                       // Deferreds
-                       deferred = jQuery.Deferred(),
-                       completeDeferred = jQuery.Callbacks( "once memory" ),
-                       // Status-dependent callbacks
-                       statusCode = s.statusCode || {},
-                       // Headers (they are sent all at once)
-                       requestHeaders = {},
-                       requestHeadersNames = {},
-                       // The jqXHR state
-                       state = 0,
-                       // Default abort message
-                       strAbort = "canceled",
-                       // Fake xhr
-                       jqXHR = {
-
-                               readyState: 0,
-
-                               // Caches the header
-                               setRequestHeader: function( name, value ) {
-                                       if ( !state ) {
-                                               var lname = name.toLowerCase();
-                                               name = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;
-                                               requestHeaders[ name ] = value;
-                                       }
-                                       return this;
-                               },
-
-                               // Raw string
-                               getAllResponseHeaders: function() {
-                                       return state === 2 ? responseHeadersString : null;
-                               },
-
-                               // Builds headers hashtable if needed
-                               getResponseHeader: function( key ) {
-                                       var match;
-                                       if ( state === 2 ) {
-                                               if ( !responseHeaders ) {
-                                                       responseHeaders = {};
-                                                       while( ( match = rheaders.exec( responseHeadersString ) ) ) {
-                                                               responseHeaders[ match[1].toLowerCase() ] = match[ 2 ];
-                                                       }
-                                               }
-                                               match = responseHeaders[ key.toLowerCase() ];
-                                       }
-                                       return match === undefined ? null : match;
-                               },
-
-                               // Overrides response content-type header
-                               overrideMimeType: function( type ) {
-                                       if ( !state ) {
-                                               s.mimeType = type;
-                                       }
-                                       return this;
-                               },
-
-                               // Cancel the request
-                               abort: function( statusText ) {
-                                       statusText = statusText || strAbort;
-                                       if ( transport ) {
-                                               transport.abort( statusText );
-                                       }
-                                       done( 0, statusText );
-                                       return this;
-                               }
-                       };
-
-               // Callback for when everything is done
-               // It is defined here because jslint complains if it is declared
-               // at the end of the function (which would be more logical and readable)
-               function done( status, nativeStatusText, responses, headers ) {
-                       var isSuccess, success, error, response, modified,
-                               statusText = nativeStatusText;
-
-                       // Called once
-                       if ( state === 2 ) {
-                               return;
-                       }
-
-                       // State is "done" now
-                       state = 2;
-
-                       // Clear timeout if it exists
-                       if ( timeoutTimer ) {
-                               clearTimeout( timeoutTimer );
-                       }
-
-                       // Dereference transport for early garbage collection
-                       // (no matter how long the jqXHR object will be used)
-                       transport = undefined;
-
-                       // Cache response headers
-                       responseHeadersString = headers || "";
-
-                       // Set readyState
-                       jqXHR.readyState = status > 0 ? 4 : 0;
-
-                       // Get response data
-                       if ( responses ) {
-                               response = ajaxHandleResponses( s, jqXHR, responses );
-                       }
-
-                       // If successful, handle type chaining
-                       if ( status >= 200 && status < 300 || status === 304 ) {
-
-                               // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
-                               if ( s.ifModified ) {
-
-                                       modified = jqXHR.getResponseHeader("Last-Modified");
-                                       if ( modified ) {
-                                               jQuery.lastModified[ ifModifiedKey ] = modified;
-                                       }
-                                       modified = jqXHR.getResponseHeader("Etag");
-                                       if ( modified ) {
-                                               jQuery.etag[ ifModifiedKey ] = modified;
-                                       }
-                               }
-
-                               // If not modified
-                               if ( status === 304 ) {
-
-                                       statusText = "notmodified";
-                                       isSuccess = true;
-
-                               // If we have data
-                               } else {
-
-                                       isSuccess = ajaxConvert( s, response );
-                                       statusText = isSuccess.state;
-                                       success = isSuccess.data;
-                                       error = isSuccess.error;
-                                       isSuccess = !error;
-                               }
-                       } else {
-                               // We extract error from statusText
-                               // then normalize statusText and status for non-aborts
-                               error = statusText;
-                               if ( !statusText || status ) {
-                                       statusText = "error";
-                                       if ( status < 0 ) {
-                                               status = 0;
-                                       }
-                               }
-                       }
-
-                       // Set data for the fake xhr object
-                       jqXHR.status = status;
-                       jqXHR.statusText = ( nativeStatusText || statusText ) + "";
-
-                       // Success/Error
-                       if ( isSuccess ) {
-                               deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
-                       } else {
-                               deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
-                       }
-
-                       // Status-dependent callbacks
-                       jqXHR.statusCode( statusCode );
-                       statusCode = undefined;
-
-                       if ( fireGlobals ) {
-                               globalEventContext.trigger( "ajax" + ( isSuccess ? "Success" : "Error" ),
-                                               [ jqXHR, s, isSuccess ? success : error ] );
-                       }
-
-                       // Complete
-                       completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
-
-                       if ( fireGlobals ) {
-                               globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
-                               // Handle the global AJAX counter
-                               if ( !( --jQuery.active ) ) {
-                                       jQuery.event.trigger( "ajaxStop" );
-                               }
-                       }
-               }
-
-               // Attach deferreds
-               deferred.promise( jqXHR );
-               jqXHR.success = jqXHR.done;
-               jqXHR.error = jqXHR.fail;
-               jqXHR.complete = completeDeferred.add;
-
-               // Status-dependent callbacks
-               jqXHR.statusCode = function( map ) {
-                       if ( map ) {
-                               var tmp;
-                               if ( state < 2 ) {
-                                       for ( tmp in map ) {
-                                               statusCode[ tmp ] = [ statusCode[tmp], map[tmp] ];
-                                       }
-                               } else {
-                                       tmp = map[ jqXHR.status ];
-                                       jqXHR.always( tmp );
-                               }
-                       }
-                       return this;
-               };
-
-               // Remove hash character (#7531: and string promotion)
-               // Add protocol if not provided (#5866: IE7 issue with protocol-less urls)
-               // We also use the url parameter if available
-               s.url = ( ( url || s.url ) + "" ).replace( rhash, "" ).replace( rprotocol, ajaxLocParts[ 1 ] + "//" );
-
-               // Extract dataTypes list
-               s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().split( core_rspace );
-
-               // A cross-domain request is in order when we have a protocol:host:port mismatch
-               if ( s.crossDomain == null ) {
-                       parts = rurl.exec( s.url.toLowerCase() );
-                       s.crossDomain = !!( parts &&
-                               ( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||
-                                       ( parts[ 3 ] || ( parts[ 1 ] === "http:" ? 80 : 443 ) ) !=
-                                               ( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? 80 : 443 ) ) )
-                       );
-               }
-
-               // Convert data if not already a string
-               if ( s.data && s.processData && typeof s.data !== "string" ) {
-                       s.data = jQuery.param( s.data, s.traditional );
-               }
-
-               // Apply prefilters
-               inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
-
-               // If request was aborted inside a prefilter, stop there
-               if ( state === 2 ) {
-                       return jqXHR;
-               }
-
-               // We can fire global events as of now if asked to
-               fireGlobals = s.global;
-
-               // Uppercase the type
-               s.type = s.type.toUpperCase();
-
-               // Determine if request has content
-               s.hasContent = !rnoContent.test( s.type );
-
-               // Watch for a new set of requests
-               if ( fireGlobals && jQuery.active++ === 0 ) {
-                       jQuery.event.trigger( "ajaxStart" );
-               }
-
-               // More options handling for requests with no content
-               if ( !s.hasContent ) {
-
-                       // If data is available, append data to url
-                       if ( s.data ) {
-                               s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.data;
-                               // #9682: remove data so that it's not used in an eventual retry
-                               delete s.data;
-                       }
-
-                       // Get ifModifiedKey before adding the anti-cache parameter
-                       ifModifiedKey = s.url;
-
-                       // Add anti-cache in url if needed
-                       if ( s.cache === false ) {
-
-                               var ts = jQuery.now(),
-                                       // try replacing _= if it is there
-                                       ret = s.url.replace( rts, "$1_=" + ts );
-
-                               // if nothing was replaced, add timestamp to the end
-                               s.url = ret + ( ( ret === s.url ) ? ( rquery.test( s.url ) ? "&" : "?" ) + "_=" + ts : "" );
-                       }
-               }
-
-               // Set the correct header, if data is being sent
-               if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
-                       jqXHR.setRequestHeader( "Content-Type", s.contentType );
-               }
-
-               // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
-               if ( s.ifModified ) {
-                       ifModifiedKey = ifModifiedKey || s.url;
-                       if ( jQuery.lastModified[ ifModifiedKey ] ) {
-                               jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ ifModifiedKey ] );
-                       }
-                       if ( jQuery.etag[ ifModifiedKey ] ) {
-                               jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ ifModifiedKey ] );
-                       }
-               }
-
-               // Set the Accepts header for the server, depending on the dataType
-               jqXHR.setRequestHeader(
-                       "Accept",
-                       s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?
-                               s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
-                               s.accepts[ "*" ]
-               );
-
-               // Check for headers option
-               for ( i in s.headers ) {
-                       jqXHR.setRequestHeader( i, s.headers[ i ] );
-               }
-
-               // Allow custom headers/mimetypes and early abort
-               if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {
-                               // Abort if not done already and return
-                               return jqXHR.abort();
-
-               }
-
-               // aborting is no longer a cancellation
-               strAbort = "abort";
-
-               // Install callbacks on deferreds
-               for ( i in { success: 1, error: 1, complete: 1 } ) {
-                       jqXHR[ i ]( s[ i ] );
-               }
-
-               // Get transport
-               transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
-
-               // If no transport, we auto-abort
-               if ( !transport ) {
-                       done( -1, "No Transport" );
-               } else {
-                       jqXHR.readyState = 1;
-                       // Send global event
-                       if ( fireGlobals ) {
-                               globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
-                       }
-                       // Timeout
-                       if ( s.async && s.timeout > 0 ) {
-                               timeoutTimer = setTimeout( function(){
-                                       jqXHR.abort( "timeout" );
-                               }, s.timeout );
-                       }
-
-                       try {
-                               state = 1;
-                               transport.send( requestHeaders, done );
-                       } catch (e) {
-                               // Propagate exception as error if not done
-                               if ( state < 2 ) {
-                                       done( -1, e );
-                               // Simply rethrow otherwise
-                               } else {
-                                       throw e;
-                               }
-                       }
-               }
-
-               return jqXHR;
-       },
-
-       // Counter for holding the number of active queries
-       active: 0,
-
-       // Last-Modified header cache for next request
-       lastModified: {},
-       etag: {}
-
-});
-
-/* Handles responses to an ajax request:
- * - sets all responseXXX fields accordingly
- * - finds the right dataType (mediates between content-type and expected dataType)
- * - returns the corresponding response
- */
-function ajaxHandleResponses( s, jqXHR, responses ) {
-
-       var ct, type, finalDataType, firstDataType,
-               contents = s.contents,
-               dataTypes = s.dataTypes,
-               responseFields = s.responseFields;
-
-       // Fill responseXXX fields
-       for ( type in responseFields ) {
-               if ( type in responses ) {
-                       jqXHR[ responseFields[type] ] = responses[ type ];
-               }
-       }
-
-       // Remove auto dataType and get content-type in the process
-       while( dataTypes[ 0 ] === "*" ) {
-               dataTypes.shift();
-               if ( ct === undefined ) {
-                       ct = s.mimeType || jqXHR.getResponseHeader( "content-type" );
-               }
-       }
-
-       // Check if we're dealing with a known content-type
-       if ( ct ) {
-               for ( type in contents ) {
-                       if ( contents[ type ] && contents[ type ].test( ct ) ) {
-                               dataTypes.unshift( type );
-                               break;
-                       }
-               }
-       }
-
-       // Check to see if we have a response for the expected dataType
-       if ( dataTypes[ 0 ] in responses ) {
-               finalDataType = dataTypes[ 0 ];
-       } else {
-               // Try convertible dataTypes
-               for ( type in responses ) {
-                       if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[0] ] ) {
-                               finalDataType = type;
-                               break;
-                       }
-                       if ( !firstDataType ) {
-                               firstDataType = type;
-                       }
-               }
-               // Or just use first one
-               finalDataType = finalDataType || firstDataType;
-       }
-
-       // If we found a dataType
-       // We add the dataType to the list if needed
-       // and return the corresponding response
-       if ( finalDataType ) {
-               if ( finalDataType !== dataTypes[ 0 ] ) {
-                       dataTypes.unshift( finalDataType );
-               }
-               return responses[ finalDataType ];
-       }
-}
-
-// Chain conversions given the request and the original response
-function ajaxConvert( s, response ) {
-
-       var conv, conv2, current, tmp,
-               // Work with a copy of dataTypes in case we need to modify it for conversion
-               dataTypes = s.dataTypes.slice(),
-               prev = dataTypes[ 0 ],
-               converters = {},
-               i = 0;
-
-       // Apply the dataFilter if provided
-       if ( s.dataFilter ) {
-               response = s.dataFilter( response, s.dataType );
-       }
-
-       // Create converters map with lowercased keys
-       if ( dataTypes[ 1 ] ) {
-               for ( conv in s.converters ) {
-                       converters[ conv.toLowerCase() ] = s.converters[ conv ];
-               }
-       }
-
-       // Convert to each sequential dataType, tolerating list modification
-       for ( ; (current = dataTypes[++i]); ) {
-
-               // There's only work to do if current dataType is non-auto
-               if ( current !== "*" ) {
-
-                       // Convert response if prev dataType is non-auto and differs from current
-                       if ( prev !== "*" && prev !== current ) {
-
-                               // Seek a direct converter
-                               conv = converters[ prev + " " + current ] || converters[ "* " + current ];
-
-                               // If none found, seek a pair
-                               if ( !conv ) {
-                                       for ( conv2 in converters ) {
-
-                                               // If conv2 outputs current
-                                               tmp = conv2.split(" ");
-                                               if ( tmp[ 1 ] === current ) {
-
-                                                       // If prev can be converted to accepted input
-                                                       conv = converters[ prev + " " + tmp[ 0 ] ] ||
-                                                               converters[ "* " + tmp[ 0 ] ];
-                                                       if ( conv ) {
-                                                               // Condense equivalence converters
-                                                               if ( conv === true ) {
-                                                                       conv = converters[ conv2 ];
-
-                                                               // Otherwise, insert the intermediate dataType
-                                                               } else if ( converters[ conv2 ] !== true ) {
-                                                                       current = tmp[ 0 ];
-                                                                       dataTypes.splice( i--, 0, current );
-                                                               }
-
-                                                               break;
-                                                       }
-                                               }
-                                       }
-                               }
-
-                               // Apply converter (if not an equivalence)
-                               if ( conv !== true ) {
-
-                                       // Unless errors are allowed to bubble, catch and return them
-                                       if ( conv && s["throws"] ) {
-                                               response = conv( response );
-                                       } else {
-                                               try {
-                                                       response = conv( response );
-                                               } catch ( e ) {
-                                                       return { state: "parsererror", error: conv ? e : "No conversion from " + prev + " to " + current };
-                                               }
-                                       }
-                               }
-                       }
-
-                       // Update prev for next iteration
-                       prev = current;
-               }
-       }
-
-       return { state: "success", data: response };
-}
-var oldCallbacks = [],
-       rquestion = /\?/,
-       rjsonp = /(=)\?(?=&|$)|\?\?/,
-       nonce = jQuery.now();
-
-// Default jsonp settings
-jQuery.ajaxSetup({
-       jsonp: "callback",
-       jsonpCallback: function() {
-               var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) );
-               this[ callback ] = true;
-               return callback;
-       }
-});
-
-// Detect, normalize options and install callbacks for jsonp requests
-jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
-
-       var callbackName, overwritten, responseContainer,
-               data = s.data,
-               url = s.url,
-               hasCallback = s.jsonp !== false,
-               replaceInUrl = hasCallback && rjsonp.test( url ),
-               replaceInData = hasCallback && !replaceInUrl && typeof data === "string" &&
-                       !( s.contentType || "" ).indexOf("application/x-www-form-urlencoded") &&
-                       rjsonp.test( data );
-
-       // Handle iff the expected data type is "jsonp" or we have a parameter to set
-       if ( s.dataTypes[ 0 ] === "jsonp" || replaceInUrl || replaceInData ) {
-
-               // Get callback name, remembering preexisting value associated with it
-               callbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?
-                       s.jsonpCallback() :
-                       s.jsonpCallback;
-               overwritten = window[ callbackName ];
-
-               // Insert callback into url or form data
-               if ( replaceInUrl ) {
-                       s.url = url.replace( rjsonp, "$1" + callbackName );
-               } else if ( replaceInData ) {
-                       s.data = data.replace( rjsonp, "$1" + callbackName );
-               } else if ( hasCallback ) {
-                       s.url += ( rquestion.test( url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
-               }
-
-               // Use data converter to retrieve json after script execution
-               s.converters["script json"] = function() {
-                       if ( !responseContainer ) {
-                               jQuery.error( callbackName + " was not called" );
-                       }
-                       return responseContainer[ 0 ];
-               };
-
-               // force json dataType
-               s.dataTypes[ 0 ] = "json";
-
-               // Install callback
-               window[ callbackName ] = function() {
-                       responseContainer = arguments;
-               };
-
-               // Clean-up function (fires after converters)
-               jqXHR.always(function() {
-                       // Restore preexisting value
-                       window[ callbackName ] = overwritten;
-
-                       // Save back as free
-                       if ( s[ callbackName ] ) {
-                               // make sure that re-using the options doesn't screw things around
-                               s.jsonpCallback = originalSettings.jsonpCallback;
-
-                               // save the callback name for future use
-                               oldCallbacks.push( callbackName );
-                       }
-
-                       // Call if it was a function and we have a response
-                       if ( responseContainer && jQuery.isFunction( overwritten ) ) {
-                               overwritten( responseContainer[ 0 ] );
-                       }
-
-                       responseContainer = overwritten = undefined;
-               });
-
-               // Delegate to script
-               return "script";
-       }
-});
-// Install script dataType
-jQuery.ajaxSetup({
-       accepts: {
-               script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
-       },
-       contents: {
-               script: /javascript|ecmascript/
-       },
-       converters: {
-               "text script": function( text ) {
-                       jQuery.globalEval( text );
-                       return text;
-               }
-       }
-});
-
-// Handle cache's special case and global
-jQuery.ajaxPrefilter( "script", function( s ) {
-       if ( s.cache === undefined ) {
-               s.cache = false;
-       }
-       if ( s.crossDomain ) {
-               s.type = "GET";
-               s.global = false;
-       }
-});
-
-// Bind script tag hack transport
-jQuery.ajaxTransport( "script", function(s) {
-
-       // This transport only deals with cross domain requests
-       if ( s.crossDomain ) {
-
-               var script,
-                       head = document.head || document.getElementsByTagName( "head" )[0] || document.documentElement;
-
-               return {
-
-                       send: function( _, callback ) {
-
-                               script = document.createElement( "script" );
-
-                               script.async = "async";
-
-                               if ( s.scriptCharset ) {
-                                       script.charset = s.scriptCharset;
-                               }
-
-                               script.src = s.url;
-
-                               // Attach handlers for all browsers
-                               script.onload = script.onreadystatechange = function( _, isAbort ) {
-
-                                       if ( isAbort || !script.readyState || /loaded|complete/.test( script.readyState ) ) {
-
-                                               // Handle memory leak in IE
-                                               script.onload = script.onreadystatechange = null;
-
-                                               // Remove the script
-                                               if ( head && script.parentNode ) {
-                                                       head.removeChild( script );
-                                               }
-
-                                               // Dereference the script
-                                               script = undefined;
-
-                                               // Callback if not abort
-                                               if ( !isAbort ) {
-                                                       callback( 200, "success" );
-                                               }
-                                       }
-                               };
-                               // Use insertBefore instead of appendChild  to circumvent an IE6 bug.
-                               // This arises when a base node is used (#2709 and #4378).
-                               head.insertBefore( script, head.firstChild );
-                       },
-
-                       abort: function() {
-                               if ( script ) {
-                                       script.onload( 0, 1 );
-                               }
-                       }
-               };
-       }
-});
-var xhrCallbacks,
-       // #5280: Internet Explorer will keep connections alive if we don't abort on unload
-       xhrOnUnloadAbort = window.ActiveXObject ? function() {
-               // Abort all pending requests
-               for ( var key in xhrCallbacks ) {
-                       xhrCallbacks[ key ]( 0, 1 );
-               }
-       } : false,
-       xhrId = 0;
-
-// Functions to create xhrs
-function createStandardXHR() {
-       try {
-               return new window.XMLHttpRequest();
-       } catch( e ) {}
-}
-
-function createActiveXHR() {
-       try {
-               return new window.ActiveXObject( "Microsoft.XMLHTTP" );
-       } catch( e ) {}
-}
-
-// Create the request object
-// (This is still attached to ajaxSettings for backward compatibility)
-jQuery.ajaxSettings.xhr = window.ActiveXObject ?
-       /* Microsoft failed to properly
-        * implement the XMLHttpRequest in IE7 (can't request local files),
-        * so we use the ActiveXObject when it is available
-        * Additionally XMLHttpRequest can be disabled in IE7/IE8 so
-        * we need a fallback.
-        */
-       function() {
-               return !this.isLocal && createStandardXHR() || createActiveXHR();
-       } :
-       // For all other browsers, use the standard XMLHttpRequest object
-       createStandardXHR;
-
-// Determine support properties
-(function( xhr ) {
-       jQuery.extend( jQuery.support, {
-               ajax: !!xhr,
-               cors: !!xhr && ( "withCredentials" in xhr )
-       });
-})( jQuery.ajaxSettings.xhr() );
-
-// Create transport if the browser can provide an xhr
-if ( jQuery.support.ajax ) {
-
-       jQuery.ajaxTransport(function( s ) {
-               // Cross domain only allowed if supported through XMLHttpRequest
-               if ( !s.crossDomain || jQuery.support.cors ) {
-
-                       var callback;
-
-                       return {
-                               send: function( headers, complete ) {
-
-                                       // Get a new xhr
-                                       var handle, i,
-                                               xhr = s.xhr();
-
-                                       // Open the socket
-                                       // Passing null username, generates a login popup on Opera (#2865)
-                                       if ( s.username ) {
-                                               xhr.open( s.type, s.url, s.async, s.username, s.password );
-                                       } else {
-                                               xhr.open( s.type, s.url, s.async );
-                                       }
-
-                                       // Apply custom fields if provided
-                                       if ( s.xhrFields ) {
-                                               for ( i in s.xhrFields ) {
-                                                       xhr[ i ] = s.xhrFields[ i ];
-                                               }
-                                       }
-
-                                       // Override mime type if needed
-                                       if ( s.mimeType && xhr.overrideMimeType ) {
-                                               xhr.overrideMimeType( s.mimeType );
-                                       }
-
-                                       // X-Requested-With header
-                                       // For cross-domain requests, seeing as conditions for a preflight are
-                                       // akin to a jigsaw puzzle, we simply never set it to be sure.
-                                       // (it can always be set on a per-request basis or even using ajaxSetup)
-                                       // For same-domain requests, won't change header if already provided.
-                                       if ( !s.crossDomain && !headers["X-Requested-With"] ) {
-                                               headers[ "X-Requested-With" ] = "XMLHttpRequest";
-                                       }
-
-                                       // Need an extra try/catch for cross domain requests in Firefox 3
-                                       try {
-                                               for ( i in headers ) {
-                                                       xhr.setRequestHeader( i, headers[ i ] );
-                                               }
-                                       } catch( _ ) {}
-
-                                       // Do send the request
-                                       // This may raise an exception which is actually
-                                       // handled in jQuery.ajax (so no try/catch here)
-                                       xhr.send( ( s.hasContent && s.data ) || null );
-
-                                       // Listener
-                                       callback = function( _, isAbort ) {
-
-                                               var status,
-                                                       statusText,
-                                                       responseHeaders,
-                                                       responses,
-                                                       xml;
-
-                                               // Firefox throws exceptions when accessing properties
-                                               // of an xhr when a network error occurred
-                                               // http://helpful.knobs-dials.com/index.php/Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE)
-                                               try {
-
-                                                       // Was never called and is aborted or complete
-                                                       if ( callback && ( isAbort || xhr.readyState === 4 ) ) {
-
-                                                               // Only called once
-                                                               callback = undefined;
-
-                                                               // Do not keep as active anymore
-                                                               if ( handle ) {
-                                                                       xhr.onreadystatechange = jQuery.noop;
-                                                                       if ( xhrOnUnloadAbort ) {
-                                                                               delete xhrCallbacks[ handle ];
-                                                                       }
-                                                               }
-
-                                                               // If it's an abort
-                                                               if ( isAbort ) {
-                                                                       // Abort it manually if needed
-                                                                       if ( xhr.readyState !== 4 ) {
-                                                                               xhr.abort();
-                                                                       }
-                                                               } else {
-                                                                       status = xhr.status;
-                                                                       responseHeaders = xhr.getAllResponseHeaders();
-                                                                       responses = {};
-                                                                       xml = xhr.responseXML;
-
-                                                                       // Construct response list
-                                                                       if ( xml && xml.documentElement /* #4958 */ ) {
-                                                                               responses.xml = xml;
-                                                                       }
-
-                                                                       // When requesting binary data, IE6-9 will throw an exception
-                                                                       // on any attempt to access responseText (#11426)
-                                                                       try {
-                                                                               responses.text = xhr.responseText;
-                                                                       } catch( e ) {
-                                                                       }
-
-                                                                       // Firefox throws an exception when accessing
-                                                                       // statusText for faulty cross-domain requests
-                                                                       try {
-                                                                               statusText = xhr.statusText;
-                                                                       } catch( e ) {
-                                                                               // We normalize with Webkit giving an empty statusText
-                                                                               statusText = "";
-                                                                       }
-
-                                                                       // Filter status for non standard behaviors
-
-                                                                       // If the request is local and we have data: assume a success
-                                                                       // (success with no data won't get notified, that's the best we
-                                                                       // can do given current implementations)
-                                                                       if ( !status && s.isLocal && !s.crossDomain ) {
-                                                                               status = responses.text ? 200 : 404;
-                                                                       // IE - #1450: sometimes returns 1223 when it should be 204
-                                                                       } else if ( status === 1223 ) {
-                                                                               status = 204;
-                                                                       }
-                                                               }
-                                                       }
-                                               } catch( firefoxAccessException ) {
-                                                       if ( !isAbort ) {
-                                                               complete( -1, firefoxAccessException );
-                                                       }
-                                               }
-
-                                               // Call complete if needed
-                                               if ( responses ) {
-                                                       complete( status, statusText, responses, responseHeaders );
-                                               }
-                                       };
-
-                                       if ( !s.async ) {
-                                               // if we're in sync mode we fire the callback
-                                               callback();
-                                       } else if ( xhr.readyState === 4 ) {
-                                               // (IE6 & IE7) if it's in cache and has been
-                                               // retrieved directly we need to fire the callback
-                                               setTimeout( callback, 0 );
-                                       } else {
-                                               handle = ++xhrId;
-                                               if ( xhrOnUnloadAbort ) {
-                                                       // Create the active xhrs callbacks list if needed
-                                                       // and attach the unload handler
-                                                       if ( !xhrCallbacks ) {
-                                                               xhrCallbacks = {};
-                                                               jQuery( window ).unload( xhrOnUnloadAbort );
-                                                       }
-                                                       // Add to list of active xhrs callbacks
-                                                       xhrCallbacks[ handle ] = callback;
-                                               }
-                                               xhr.onreadystatechange = callback;
-                                       }
-                               },
-
-                               abort: function() {
-                                       if ( callback ) {
-                                               callback(0,1);
-                                       }
-                               }
-                       };
-               }
-       });
-}
-var fxNow, timerId,
-       rfxtypes = /^(?:toggle|show|hide)$/,
-       rfxnum = new RegExp( "^(?:([-+])=|)(" + core_pnum + ")([a-z%]*)$", "i" ),
-       rrun = /queueHooks$/,
-       animationPrefilters = [ defaultPrefilter ],
-       tweeners = {
-               "*": [function( prop, value ) {
-                       var end, unit,
-                               tween = this.createTween( prop, value ),
-                               parts = rfxnum.exec( value ),
-                               target = tween.cur(),
-                               start = +target || 0,
-                               scale = 1,
-                               maxIterations = 20;
-
-                       if ( parts ) {
-                               end = +parts[2];
-                               unit = parts[3] || ( jQuery.cssNumber[ prop ] ? "" : "px" );
-
-                               // We need to compute starting value
-                               if ( unit !== "px" && start ) {
-                                       // Iteratively approximate from a nonzero starting point
-                                       // Prefer the current property, because this process will be trivial if it uses the same units
-                                       // Fallback to end or a simple constant
-                                       start = jQuery.css( tween.elem, prop, true ) || end || 1;
-
-                                       do {
-                                               // If previous iteration zeroed out, double until we get *something*
-                                               // Use a string for doubling factor so we don't accidentally see scale as unchanged below
-                                               scale = scale || ".5";
-
-                                               // Adjust and apply
-                                               start = start / scale;
-                                               jQuery.style( tween.elem, prop, start + unit );
-
-                                       // Update scale, tolerating zero or NaN from tween.cur()
-                                       // And breaking the loop if scale is unchanged or perfect, or if we've just had enough
-                                       } while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations );
-                               }
-
-                               tween.unit = unit;
-                               tween.start = start;
-                               // If a +=/-= token was provided, we're doing a relative animation
-                               tween.end = parts[1] ? start + ( parts[1] + 1 ) * end : end;
-                       }
-                       return tween;
-               }]
-       };
-
-// Animations created synchronously will run synchronously
-function createFxNow() {
-       setTimeout(function() {
-               fxNow = undefined;
-       }, 0 );
-       return ( fxNow = jQuery.now() );
-}
-
-function createTweens( animation, props ) {
-       jQuery.each( props, function( prop, value ) {
-               var collection = ( tweeners[ prop ] || [] ).concat( tweeners[ "*" ] ),
-                       index = 0,
-                       length = collection.length;
-               for ( ; index < length; index++ ) {
-                       if ( collection[ index ].call( animation, prop, value ) ) {
-
-                               // we're done with this property
-                               return;
-                       }
-               }
-       });
-}
-
-function Animation( elem, properties, options ) {
-       var result,
-               index = 0,
-               tweenerIndex = 0,
-               length = animationPrefilters.length,
-               deferred = jQuery.Deferred().always( function() {
-                       // don't match elem in the :animated selector
-                       delete tick.elem;
-               }),
-               tick = function() {
-                       var currentTime = fxNow || createFxNow(),
-                               remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
-                               // archaic crash bug won't allow us to use 1 - ( 0.5 || 0 ) (#12497)
-                               temp = remaining / animation.duration || 0,
-                               percent = 1 - temp,
-                               index = 0,
-                               length = animation.tweens.length;
-
-                       for ( ; index < length ; index++ ) {
-                               animation.tweens[ index ].run( percent );
-                       }
-
-                       deferred.notifyWith( elem, [ animation, percent, remaining ]);
-
-                       if ( percent < 1 && length ) {
-                               return remaining;
-                       } else {
-                               deferred.resolveWith( elem, [ animation ] );
-                               return false;
-                       }
-               },
-               animation = deferred.promise({
-                       elem: elem,
-                       props: jQuery.extend( {}, properties ),
-                       opts: jQuery.extend( true, { specialEasing: {} }, options ),
-                       originalProperties: properties,
-                       originalOptions: options,
-                       startTime: fxNow || createFxNow(),
-                       duration: options.duration,
-                       tweens: [],
-                       createTween: function( prop, end, easing ) {
-                               var tween = jQuery.Tween( elem, animation.opts, prop, end,
-                                               animation.opts.specialEasing[ prop ] || animation.opts.easing );
-                               animation.tweens.push( tween );
-                               return tween;
-                       },
-                       stop: function( gotoEnd ) {
-                               var index = 0,
-                                       // if we are going to the end, we want to run all the tweens
-                                       // otherwise we skip this part
-                                       length = gotoEnd ? animation.tweens.length : 0;
-
-                               for ( ; index < length ; index++ ) {
-                                       animation.tweens[ index ].run( 1 );
-                               }
-
-                               // resolve when we played the last frame
-                               // otherwise, reject
-                               if ( gotoEnd ) {
-                                       deferred.resolveWith( elem, [ animation, gotoEnd ] );
-                               } else {
-                                       deferred.rejectWith( elem, [ animation, gotoEnd ] );
-                               }
-                               return this;
-                       }
-               }),
-               props = animation.props;
-
-       propFilter( props, animation.opts.specialEasing );
-
-       for ( ; index < length ; index++ ) {
-               result = animationPrefilters[ index ].call( animation, elem, props, animation.opts );
-               if ( result ) {
-                       return result;
-               }
-       }
-
-       createTweens( animation, props );
-
-       if ( jQuery.isFunction( animation.opts.start ) ) {
-               animation.opts.start.call( elem, animation );
-       }
-
-       jQuery.fx.timer(
-               jQuery.extend( tick, {
-                       anim: animation,
-                       queue: animation.opts.queue,
-                       elem: elem
-               })
-       );
-
-       // attach callbacks from options
-       return animation.progress( animation.opts.progress )
-               .done( animation.opts.done, animation.opts.complete )
-               .fail( animation.opts.fail )
-               .always( animation.opts.always );
-}
-
-function propFilter( props, specialEasing ) {
-       var index, name, easing, value, hooks;
-
-       // camelCase, specialEasing and expand cssHook pass
-       for ( index in props ) {
-               name = jQuery.camelCase( index );
-               easing = specialEasing[ name ];
-               value = props[ index ];
-               if ( jQuery.isArray( value ) ) {
-                       easing = value[ 1 ];
-                       value = props[ index ] = value[ 0 ];
-               }
-
-               if ( index !== name ) {
-                       props[ name ] = value;
-                       delete props[ index ];
-               }
-
-               hooks = jQuery.cssHooks[ name ];
-               if ( hooks && "expand" in hooks ) {
-                       value = hooks.expand( value );
-                       delete props[ name ];
-
-                       // not quite $.extend, this wont overwrite keys already present.
-                       // also - reusing 'index' from above because we have the correct "name"
-                       for ( index in value ) {
-                               if ( !( index in props ) ) {
-                                       props[ index ] = value[ index ];
-                                       specialEasing[ index ] = easing;
-                               }
-                       }
-               } else {
-                       specialEasing[ name ] = easing;
-               }
-       }
-}
-
-jQuery.Animation = jQuery.extend( Animation, {
-
-       tweener: function( props, callback ) {
-               if ( jQuery.isFunction( props ) ) {
-                       callback = props;
-                       props = [ "*" ];
-               } else {
-                       props = props.split(" ");
-               }
-
-               var prop,
-                       index = 0,
-                       length = props.length;
-
-               for ( ; index < length ; index++ ) {
-                       prop = props[ index ];
-                       tweeners[ prop ] = tweeners[ prop ] || [];
-                       tweeners[ prop ].unshift( callback );
-               }
-       },
-
-       prefilter: function( callback, prepend ) {
-               if ( prepend ) {
-                       animationPrefilters.unshift( callback );
-               } else {
-                       animationPrefilters.push( callback );
-               }
-       }
-});
-
-function defaultPrefilter( elem, props, opts ) {
-       var index, prop, value, length, dataShow, toggle, tween, hooks, oldfire,
-               anim = this,
-               style = elem.style,
-               orig = {},
-               handled = [],
-               hidden = elem.nodeType && isHidden( elem );
-
-       // handle queue: false promises
-       if ( !opts.queue ) {
-               hooks = jQuery._queueHooks( elem, "fx" );
-               if ( hooks.unqueued == null ) {
-                       hooks.unqueued = 0;
-                       oldfire = hooks.empty.fire;
-                       hooks.empty.fire = function() {
-                               if ( !hooks.unqueued ) {
-                                       oldfire();
-                               }
-                       };
-               }
-               hooks.unqueued++;
-
-               anim.always(function() {
-                       // doing this makes sure that the complete handler will be called
-                       // before this completes
-                       anim.always(function() {
-                               hooks.unqueued--;
-                               if ( !jQuery.queue( elem, "fx" ).length ) {
-                                       hooks.empty.fire();
-                               }
-                       });
-               });
-       }
-
-       // height/width overflow pass
-       if ( elem.nodeType === 1 && ( "height" in props || "width" in props ) ) {
-               // Make sure that nothing sneaks out
-               // Record all 3 overflow attributes because IE does not
-               // change the overflow attribute when overflowX and
-               // overflowY are set to the same value
-               opts.overflow = [ style.overflow, style.overflowX, style.overflowY ];
-
-               // Set display property to inline-block for height/width
-               // animations on inline elements that are having width/height animated
-               if ( jQuery.css( elem, "display" ) === "inline" &&
-                               jQuery.css( elem, "float" ) === "none" ) {
-
-                       // inline-level elements accept inline-block;
-                       // block-level elements need to be inline with layout
-                       if ( !jQuery.support.inlineBlockNeedsLayout || css_defaultDisplay( elem.nodeName ) === "inline" ) {
-                               style.display = "inline-block";
-
-                       } else {
-                               style.zoom = 1;
-                       }
-               }
-       }
-
-       if ( opts.overflow ) {
-               style.overflow = "hidden";
-               if ( !jQuery.support.shrinkWrapBlocks ) {
-                       anim.done(function() {
-                               style.overflow = opts.overflow[ 0 ];
-                               style.overflowX = opts.overflow[ 1 ];
-                               style.overflowY = opts.overflow[ 2 ];
-                       });
-               }
-       }
-
-
-       // show/hide pass
-       for ( index in props ) {
-               value = props[ index ];
-               if ( rfxtypes.exec( value ) ) {
-                       delete props[ index ];
-                       toggle = toggle || value === "toggle";
-                       if ( value === ( hidden ? "hide" : "show" ) ) {
-                               continue;
-                       }
-                       handled.push( index );
-               }
-       }
-
-       length = handled.length;
-       if ( length ) {
-               dataShow = jQuery._data( elem, "fxshow" ) || jQuery._data( elem, "fxshow", {} );
-               if ( "hidden" in dataShow ) {
-                       hidden = dataShow.hidden;
-               }
-
-               // store state if its toggle - enables .stop().toggle() to "reverse"
-               if ( toggle ) {
-                       dataShow.hidden = !hidden;
-               }
-               if ( hidden ) {
-                       jQuery( elem ).show();
-               } else {
-                       anim.done(function() {
-                               jQuery( elem ).hide();
-                       });
-               }
-               anim.done(function() {
-                       var prop;
-                       jQuery.removeData( elem, "fxshow", true );
-                       for ( prop in orig ) {
-                               jQuery.style( elem, prop, orig[ prop ] );
-                       }
-               });
-               for ( index = 0 ; index < length ; index++ ) {
-                       prop = handled[ index ];
-                       tween = anim.createTween( prop, hidden ? dataShow[ prop ] : 0 );
-                       orig[ prop ] = dataShow[ prop ] || jQuery.style( elem, prop );
-
-                       if ( !( prop in dataShow ) ) {
-                               dataShow[ prop ] = tween.start;
-                               if ( hidden ) {
-                                       tween.end = tween.start;
-                                       tween.start = prop === "width" || prop === "height" ? 1 : 0;
-                               }
-                       }
-               }
-       }
-}
-
-function Tween( elem, options, prop, end, easing ) {
-       return new Tween.prototype.init( elem, options, prop, end, easing );
-}
-jQuery.Tween = Tween;
-
-Tween.prototype = {
-       constructor: Tween,
-       init: function( elem, options, prop, end, easing, unit ) {
-               this.elem = elem;
-               this.prop = prop;
-               this.easing = easing || "swing";
-               this.options = options;
-               this.start = this.now = this.cur();
-               this.end = end;
-               this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" );
-       },
-       cur: function() {
-               var hooks = Tween.propHooks[ this.prop ];
-
-               return hooks && hooks.get ?
-                       hooks.get( this ) :
-                       Tween.propHooks._default.get( this );
-       },
-       run: function( percent ) {
-               var eased,
-                       hooks = Tween.propHooks[ this.prop ];
-
-               if ( this.options.duration ) {
-                       this.pos = eased = jQuery.easing[ this.easing ](
-                               percent, this.options.duration * percent, 0, 1, this.options.duration
-                       );
-               } else {
-                       this.pos = eased = percent;
-               }
-               this.now = ( this.end - this.start ) * eased + this.start;
-
-               if ( this.options.step ) {
-                       this.options.step.call( this.elem, this.now, this );
-               }
-
-               if ( hooks && hooks.set ) {
-                       hooks.set( this );
-               } else {
-                       Tween.propHooks._default.set( this );
-               }
-               return this;
-       }
-};
-
-Tween.prototype.init.prototype = Tween.prototype;
-
-Tween.propHooks = {
-       _default: {
-               get: function( tween ) {
-                       var result;
-
-                       if ( tween.elem[ tween.prop ] != null &&
-                               (!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) {
-                               return tween.elem[ tween.prop ];
-                       }
-
-                       // passing any value as a 4th parameter to .css will automatically
-                       // attempt a parseFloat and fallback to a string if the parse fails
-                       // so, simple values such as "10px" are parsed to Float.
-                       // complex values such as "rotate(1rad)" are returned as is.
-                       result = jQuery.css( tween.elem, tween.prop, false, "" );
-                       // Empty strings, null, undefined and "auto" are converted to 0.
-                       return !result || result === "auto" ? 0 : result;
-               },
-               set: function( tween ) {
-                       // use step hook for back compat - use cssHook if its there - use .style if its
-                       // available and use plain properties where available
-                       if ( jQuery.fx.step[ tween.prop ] ) {
-                               jQuery.fx.step[ tween.prop ]( tween );
-                       } else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) {
-                               jQuery.style( tween.elem, tween.prop, tween.now + tween.unit );
-                       } else {
-                               tween.elem[ tween.prop ] = tween.now;
-                       }
-               }
-       }
-};
-
-// Remove in 2.0 - this supports IE8's panic based approach
-// to setting things on disconnected nodes
-
-Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
-       set: function( tween ) {
-               if ( tween.elem.nodeType && tween.elem.parentNode ) {
-                       tween.elem[ tween.prop ] = tween.now;
-               }
-       }
-};
-
-jQuery.each([ "toggle", "show", "hide" ], function( i, name ) {
-       var cssFn = jQuery.fn[ name ];
-       jQuery.fn[ name ] = function( speed, easing, callback ) {
-               return speed == null || typeof speed === "boolean" ||
-                       // special check for .toggle( handler, handler, ... )
-                       ( !i && jQuery.isFunction( speed ) && jQuery.isFunction( easing ) ) ?
-                       cssFn.apply( this, arguments ) :
-                       this.animate( genFx( name, true ), speed, easing, callback );
-       };
-});
-
-jQuery.fn.extend({
-       fadeTo: function( speed, to, easing, callback ) {
-
-               // show any hidden elements after setting opacity to 0
-               return this.filter( isHidden ).css( "opacity", 0 ).show()
-
-                       // animate to the value specified
-                       .end().animate({ opacity: to }, speed, easing, callback );
-       },
-       animate: function( prop, speed, easing, callback ) {
-               var empty = jQuery.isEmptyObject( prop ),
-                       optall = jQuery.speed( speed, easing, callback ),
-                       doAnimation = function() {
-                               // Operate on a copy of prop so per-property easing won't be lost
-                               var anim = Animation( this, jQuery.extend( {}, prop ), optall );
-
-                               // Empty animations resolve immediately
-                               if ( empty ) {
-                                       anim.stop( true );
-                               }
-                       };
-
-               return empty || optall.queue === false ?
-                       this.each( doAnimation ) :
-                       this.queue( optall.queue, doAnimation );
-       },
-       stop: function( type, clearQueue, gotoEnd ) {
-               var stopQueue = function( hooks ) {
-                       var stop = hooks.stop;
-                       delete hooks.stop;
-                       stop( gotoEnd );
-               };
-
-               if ( typeof type !== "string" ) {
-                       gotoEnd = clearQueue;
-                       clearQueue = type;
-                       type = undefined;
-               }
-               if ( clearQueue && type !== false ) {
-                       this.queue( type || "fx", [] );
-               }
-
-               return this.each(function() {
-                       var dequeue = true,
-                               index = type != null && type + "queueHooks",
-                               timers = jQuery.timers,
-                               data = jQuery._data( this );
-
-                       if ( index ) {
-                               if ( data[ index ] && data[ index ].stop ) {
-                                       stopQueue( data[ index ] );
-                               }
-                       } else {
-                               for ( index in data ) {
-                                       if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {
-                                               stopQueue( data[ index ] );
-                                       }
-                               }
-                       }
-
-                       for ( index = timers.length; index--; ) {
-                               if ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) {
-                                       timers[ index ].anim.stop( gotoEnd );
-                                       dequeue = false;
-                                       timers.splice( index, 1 );
-                               }
-                       }
-
-                       // start the next in the queue if the last step wasn't forced
-                       // timers currently will call their complete callbacks, which will dequeue
-                       // but only if they were gotoEnd
-                       if ( dequeue || !gotoEnd ) {
-                               jQuery.dequeue( this, type );
-                       }
-               });
-       }
-});
-
-// Generate parameters to create a standard animation
-function genFx( type, includeWidth ) {
-       var which,
-               attrs = { height: type },
-               i = 0;
-
-       // if we include width, step value is 1 to do all cssExpand values,
-       // if we don't include width, step value is 2 to skip over Left and Right
-       includeWidth = includeWidth? 1 : 0;
-       for( ; i < 4 ; i += 2 - includeWidth ) {
-               which = cssExpand[ i ];
-               attrs[ "margin" + which ] = attrs[ "padding" + which ] = type;
-       }
-
-       if ( includeWidth ) {
-               attrs.opacity = attrs.width = type;
-       }
-
-       return attrs;
-}
-
-// Generate shortcuts for custom animations
-jQuery.each({
-       slideDown: genFx("show"),
-       slideUp: genFx("hide"),
-       slideToggle: genFx("toggle"),
-       fadeIn: { opacity: "show" },
-       fadeOut: { opacity: "hide" },
-       fadeToggle: { opacity: "toggle" }
-}, function( name, props ) {
-       jQuery.fn[ name ] = function( speed, easing, callback ) {
-               return this.animate( props, speed, easing, callback );
-       };
-});
-
-jQuery.speed = function( speed, easing, fn ) {
-       var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
-               complete: fn || !fn && easing ||
-                       jQuery.isFunction( speed ) && speed,
-               duration: speed,
-               easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing
-       };
-
-       opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
-               opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
-
-       // normalize opt.queue - true/undefined/null -> "fx"
-       if ( opt.queue == null || opt.queue === true ) {
-               opt.queue = "fx";
-       }
-
-       // Queueing
-       opt.old = opt.complete;
-
-       opt.complete = function() {
-               if ( jQuery.isFunction( opt.old ) ) {
-                       opt.old.call( this );
-               }
-
-               if ( opt.queue ) {
-                       jQuery.dequeue( this, opt.queue );
-               }
-       };
-
-       return opt;
-};
-
-jQuery.easing = {
-       linear: function( p ) {
-               return p;
-       },
-       swing: function( p ) {
-               return 0.5 - Math.cos( p*Math.PI ) / 2;
-       }
-};
-
-jQuery.timers = [];
-jQuery.fx = Tween.prototype.init;
-jQuery.fx.tick = function() {
-       var timer,
-               timers = jQuery.timers,
-               i = 0;
-
-       fxNow = jQuery.now();
-
-       for ( ; i < timers.length; i++ ) {
-               timer = timers[ i ];
-               // Checks the timer has not already been removed
-               if ( !timer() && timers[ i ] === timer ) {
-                       timers.splice( i--, 1 );
-               }
-       }
-
-       if ( !timers.length ) {
-               jQuery.fx.stop();
-       }
-       fxNow = undefined;
-};
-
-jQuery.fx.timer = function( timer ) {
-       if ( timer() && jQuery.timers.push( timer ) && !timerId ) {
-               timerId = setInterval( jQuery.fx.tick, jQuery.fx.interval );
-       }
-};
-
-jQuery.fx.interval = 13;
-
-jQuery.fx.stop = function() {
-       clearInterval( timerId );
-       timerId = null;
-};
-
-jQuery.fx.speeds = {
-       slow: 600,
-       fast: 200,
-       // Default speed
-       _default: 400
-};
-
-// Back Compat <1.8 extension point
-jQuery.fx.step = {};
-
-if ( jQuery.expr && jQuery.expr.filters ) {
-       jQuery.expr.filters.animated = function( elem ) {
-               return jQuery.grep(jQuery.timers, function( fn ) {
-                       return elem === fn.elem;
-               }).length;
-       };
-}
-var rroot = /^(?:body|html)$/i;
-
-jQuery.fn.offset = function( options ) {
-       if ( arguments.length ) {
-               return options === undefined ?
-                       this :
-                       this.each(function( i ) {
-                               jQuery.offset.setOffset( this, options, i );
-                       });
-       }
-
-       var docElem, body, win, clientTop, clientLeft, scrollTop, scrollLeft,
-               box = { top: 0, left: 0 },
-               elem = this[ 0 ],
-               doc = elem && elem.ownerDocument;
-
-       if ( !doc ) {
-               return;
-       }
-
-       if ( (body = doc.body) === elem ) {
-               return jQuery.offset.bodyOffset( elem );
-       }
-
-       docElem = doc.documentElement;
-
-       // Make sure it's not a disconnected DOM node
-       if ( !jQuery.contains( docElem, elem ) ) {
-               return box;
-       }
-
-       // If we don't have gBCR, just use 0,0 rather than error
-       // BlackBerry 5, iOS 3 (original iPhone)
-       if ( typeof elem.getBoundingClientRect !== "undefined" ) {
-               box = elem.getBoundingClientRect();
-       }
-       win = getWindow( doc );
-       clientTop  = docElem.clientTop  || body.clientTop  || 0;
-       clientLeft = docElem.clientLeft || body.clientLeft || 0;
-       scrollTop  = win.pageYOffset || docElem.scrollTop;
-       scrollLeft = win.pageXOffset || docElem.scrollLeft;
-       return {
-               top: box.top  + scrollTop  - clientTop,
-               left: box.left + scrollLeft - clientLeft
-       };
-};
-
-jQuery.offset = {
-
-       bodyOffset: function( body ) {
-               var top = body.offsetTop,
-                       left = body.offsetLeft;
-
-               if ( jQuery.support.doesNotIncludeMarginInBodyOffset ) {
-                       top  += parseFloat( jQuery.css(body, "marginTop") ) || 0;
-                       left += parseFloat( jQuery.css(body, "marginLeft") ) || 0;
-               }
-
-               return { top: top, left: left };
-       },
-
-       setOffset: function( elem, options, i ) {
-               var position = jQuery.css( elem, "position" );
-
-               // set position first, in-case top/left are set even on static elem
-               if ( position === "static" ) {
-                       elem.style.position = "relative";
-               }
-
-               var curElem = jQuery( elem ),
-                       curOffset = curElem.offset(),
-                       curCSSTop = jQuery.css( elem, "top" ),
-                       curCSSLeft = jQuery.css( elem, "left" ),
-                       calculatePosition = ( position === "absolute" || position === "fixed" ) && jQuery.inArray("auto", [curCSSTop, curCSSLeft]) > -1,
-                       props = {}, curPosition = {}, curTop, curLeft;
-
-               // need to be able to calculate position if either top or left is auto and position is either absolute or fixed
-               if ( calculatePosition ) {
-                       curPosition = curElem.position();
-                       curTop = curPosition.top;
-                       curLeft = curPosition.left;
-               } else {
-                       curTop = parseFloat( curCSSTop ) || 0;
-                       curLeft = parseFloat( curCSSLeft ) || 0;
-               }
-
-               if ( jQuery.isFunction( options ) ) {
-                       options = options.call( elem, i, curOffset );
-               }
-
-               if ( options.top != null ) {
-                       props.top = ( options.top - curOffset.top ) + curTop;
-               }
-               if ( options.left != null ) {
-                       props.left = ( options.left - curOffset.left ) + curLeft;
-               }
-
-               if ( "using" in options ) {
-                       options.using.call( elem, props );
-               } else {
-                       curElem.css( props );
-               }
-       }
-};
-
-
-jQuery.fn.extend({
-
-       position: function() {
-               if ( !this[0] ) {
-                       return;
-               }
-
-               var elem = this[0],
-
-               // Get *real* offsetParent
-               offsetParent = this.offsetParent(),
-
-               // Get correct offsets
-               offset       = this.offset(),
-               parentOffset = rroot.test(offsetParent[0].nodeName) ? { top: 0, left: 0 } : offsetParent.offset();
-
-               // Subtract element margins
-               // note: when an element has margin: auto the offsetLeft and marginLeft
-               // are the same in Safari causing offset.left to incorrectly be 0
-               offset.top  -= parseFloat( jQuery.css(elem, "marginTop") ) || 0;
-               offset.left -= parseFloat( jQuery.css(elem, "marginLeft") ) || 0;
-
-               // Add offsetParent borders
-               parentOffset.top  += parseFloat( jQuery.css(offsetParent[0], "borderTopWidth") ) || 0;
-               parentOffset.left += parseFloat( jQuery.css(offsetParent[0], "borderLeftWidth") ) || 0;
-
-               // Subtract the two offsets
-               return {
-                       top:  offset.top  - parentOffset.top,
-                       left: offset.left - parentOffset.left
-               };
-       },
-
-       offsetParent: function() {
-               return this.map(function() {
-                       var offsetParent = this.offsetParent || document.body;
-                       while ( offsetParent && (!rroot.test(offsetParent.nodeName) && jQuery.css(offsetParent, "position") === "static") ) {
-                               offsetParent = offsetParent.offsetParent;
-                       }
-                       return offsetParent || document.body;
-               });
-       }
-});
-
-
-// Create scrollLeft and scrollTop methods
-jQuery.each( {scrollLeft: "pageXOffset", scrollTop: "pageYOffset"}, function( method, prop ) {
-       var top = /Y/.test( prop );
-
-       jQuery.fn[ method ] = function( val ) {
-               return jQuery.access( this, function( elem, method, val ) {
-                       var win = getWindow( elem );
-
-                       if ( val === undefined ) {
-                               return win ? (prop in win) ? win[ prop ] :
-                                       win.document.documentElement[ method ] :
-                                       elem[ method ];
-                       }
-
-                       if ( win ) {
-                               win.scrollTo(
-                                       !top ? val : jQuery( win ).scrollLeft(),
-                                        top ? val : jQuery( win ).scrollTop()
-                               );
-
-                       } else {
-                               elem[ method ] = val;
-                       }
-               }, method, val, arguments.length, null );
-       };
-});
-
-function getWindow( elem ) {
-       return jQuery.isWindow( elem ) ?
-               elem :
-               elem.nodeType === 9 ?
-                       elem.defaultView || elem.parentWindow :
-                       false;
-}
-// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
-jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
-       jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, function( defaultExtra, funcName ) {
-               // margin is only for outerHeight, outerWidth
-               jQuery.fn[ funcName ] = function( margin, value ) {
-                       var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
-                               extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
-
-                       return jQuery.access( this, function( elem, type, value ) {
-                               var doc;
-
-                               if ( jQuery.isWindow( elem ) ) {
-                                       // As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there
-                                       // isn't a whole lot we can do. See pull request at this URL for discussion:
-                                       // https://github.com/jquery/jquery/pull/764
-                                       return elem.document.documentElement[ "client" + name ];
-                               }
-
-                               // Get document width or height
-                               if ( elem.nodeType === 9 ) {
-                                       doc = elem.documentElement;
-
-                                       // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], whichever is greatest
-                                       // unfortunately, this causes bug #3838 in IE6/8 only, but there is currently no good, small way to fix it.
-                                       return Math.max(
-                                               elem.body[ "scroll" + name ], doc[ "scroll" + name ],
-                                               elem.body[ "offset" + name ], doc[ "offset" + name ],
-                                               doc[ "client" + name ]
-                                       );
-                               }
-
-                               return value === undefined ?
-                                       // Get width or height on the element, requesting but not forcing parseFloat
-                                       jQuery.css( elem, type, value, extra ) :
-
-                                       // Set width or height on the element
-                                       jQuery.style( elem, type, value, extra );
-                       }, type, chainable ? margin : undefined, chainable, null );
-               };
-       });
-});
-// Expose jQuery to the global object
-window.jQuery = window.$ = jQuery;
-
-// Expose jQuery as an AMD module, but only for AMD loaders that
-// understand the issues with loading multiple versions of jQuery
-// in a page that all might call define(). The loader will indicate
-// they have special allowances for multiple jQuery versions by
-// specifying define.amd.jQuery = true. Register as a named module,
-// since jQuery can be concatenated with other files that may use define,
-// but not use a proper concatenation script that understands anonymous
-// AMD modules. A named AMD is safest and most robust way to register.
-// Lowercase jquery is used because AMD module names are derived from
-// file names, and jQuery is normally delivered in a lowercase file name.
-// Do this after creating the global so that if an AMD module wants to call
-// noConflict to hide this version of jQuery, it will work.
-if ( typeof define === "function" && define.amd && define.amd.jQuery ) {
-       define( "jquery", [], function () { return jQuery; } );
-}
-
-})( window );
diff --git a/lib/jquery-ui b/lib/jquery-ui
new file mode 160000 (submodule)
index 0000000..f5f0879
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit f5f08791536e689e008b04d6ea9677811353d456
diff --git a/lib/jquery-ui-1.9.2.custom.js b/lib/jquery-ui-1.9.2.custom.js
deleted file mode 100644 (file)
index 01ee447..0000000
+++ /dev/null
@@ -1,3619 +0,0 @@
-/*! jQuery UI - v1.9.2 - 2012-12-12
-* http://jqueryui.com
-* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.draggable.js, jquery.ui.effect.js
-* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
-
-(function( $, undefined ) {
-
-var uuid = 0,
-       runiqueId = /^ui-id-\d+$/;
-
-// prevent duplicate loading
-// this is only a problem because we proxy existing functions
-// and we don't want to double proxy them
-$.ui = $.ui || {};
-if ( $.ui.version ) {
-       return;
-}
-
-$.extend( $.ui, {
-       version: "1.9.2",
-
-       keyCode: {
-               BACKSPACE: 8,
-               COMMA: 188,
-               DELETE: 46,
-               DOWN: 40,
-               END: 35,
-               ENTER: 13,
-               ESCAPE: 27,
-               HOME: 36,
-               LEFT: 37,
-               NUMPAD_ADD: 107,
-               NUMPAD_DECIMAL: 110,
-               NUMPAD_DIVIDE: 111,
-               NUMPAD_ENTER: 108,
-               NUMPAD_MULTIPLY: 106,
-               NUMPAD_SUBTRACT: 109,
-               PAGE_DOWN: 34,
-               PAGE_UP: 33,
-               PERIOD: 190,
-               RIGHT: 39,
-               SPACE: 32,
-               TAB: 9,
-               UP: 38
-       }
-});
-
-// plugins
-$.fn.extend({
-       _focus: $.fn.focus,
-       focus: function( delay, fn ) {
-               return typeof delay === "number" ?
-                       this.each(function() {
-                               var elem = this;
-                               setTimeout(function() {
-                                       $( elem ).focus();
-                                       if ( fn ) {
-                                               fn.call( elem );
-                                       }
-                               }, delay );
-                       }) :
-                       this._focus.apply( this, arguments );
-       },
-
-       scrollParent: function() {
-               var scrollParent;
-               if (($.ui.ie && (/(static|relative)/).test(this.css('position'))) || (/absolute/).test(this.css('position'))) {
-                       scrollParent = this.parents().filter(function() {
-                               return (/(relative|absolute|fixed)/).test($.css(this,'position')) && (/(auto|scroll)/).test($.css(this,'overflow')+$.css(this,'overflow-y')+$.css(this,'overflow-x'));
-                       }).eq(0);
-               } else {
-                       scrollParent = this.parents().filter(function() {
-                               return (/(auto|scroll)/).test($.css(this,'overflow')+$.css(this,'overflow-y')+$.css(this,'overflow-x'));
-                       }).eq(0);
-               }
-
-               return (/fixed/).test(this.css('position')) || !scrollParent.length ? $(document) : scrollParent;
-       },
-
-       zIndex: function( zIndex ) {
-               if ( zIndex !== undefined ) {
-                       return this.css( "zIndex", zIndex );
-               }
-
-               if ( this.length ) {
-                       var elem = $( this[ 0 ] ), position, value;
-                       while ( elem.length && elem[ 0 ] !== document ) {
-                               // Ignore z-index if position is set to a value where z-index is ignored by the browser
-                               // This makes behavior of this function consistent across browsers
-                               // WebKit always returns auto if the element is positioned
-                               position = elem.css( "position" );
-                               if ( position === "absolute" || position === "relative" || position === "fixed" ) {
-                                       // IE returns 0 when zIndex is not specified
-                                       // other browsers return a string
-                                       // we ignore the case of nested elements with an explicit value of 0
-                                       // <div style="z-index: -10;"><div style="z-index: 0;"></div></div>
-                                       value = parseInt( elem.css( "zIndex" ), 10 );
-                                       if ( !isNaN( value ) && value !== 0 ) {
-                                               return value;
-                                       }
-                               }
-                               elem = elem.parent();
-                       }
-               }
-
-               return 0;
-       },
-
-       uniqueId: function() {
-               return this.each(function() {
-                       if ( !this.id ) {
-                               this.id = "ui-id-" + (++uuid);
-                       }
-               });
-       },
-
-       removeUniqueId: function() {
-               return this.each(function() {
-                       if ( runiqueId.test( this.id ) ) {
-                               $( this ).removeAttr( "id" );
-                       }
-               });
-       }
-});
-
-// selectors
-function focusable( element, isTabIndexNotNaN ) {
-       var map, mapName, img,
-               nodeName = element.nodeName.toLowerCase();
-       if ( "area" === nodeName ) {
-               map = element.parentNode;
-               mapName = map.name;
-               if ( !element.href || !mapName || map.nodeName.toLowerCase() !== "map" ) {
-                       return false;
-               }
-               img = $( "img[usemap=#" + mapName + "]" )[0];
-               return !!img && visible( img );
-       }
-       return ( /input|select|textarea|button|object/.test( nodeName ) ?
-               !element.disabled :
-               "a" === nodeName ?
-                       element.href || isTabIndexNotNaN :
-                       isTabIndexNotNaN) &&
-               // the element and all of its ancestors must be visible
-               visible( element );
-}
-
-function visible( element ) {
-       return $.expr.filters.visible( element ) &&
-               !$( element ).parents().andSelf().filter(function() {
-                       return $.css( this, "visibility" ) === "hidden";
-               }).length;
-}
-
-$.extend( $.expr[ ":" ], {
-       data: $.expr.createPseudo ?
-               $.expr.createPseudo(function( dataName ) {
-                       return function( elem ) {
-                               return !!$.data( elem, dataName );
-                       };
-               }) :
-               // support: jQuery <1.8
-               function( elem, i, match ) {
-                       return !!$.data( elem, match[ 3 ] );
-               },
-
-       focusable: function( element ) {
-               return focusable( element, !isNaN( $.attr( element, "tabindex" ) ) );
-       },
-
-       tabbable: function( element ) {
-               var tabIndex = $.attr( element, "tabindex" ),
-                       isTabIndexNaN = isNaN( tabIndex );
-               return ( isTabIndexNaN || tabIndex >= 0 ) && focusable( element, !isTabIndexNaN );
-       }
-});
-
-// support
-$(function() {
-       var body = document.body,
-               div = body.appendChild( div = document.createElement( "div" ) );
-
-       // access offsetHeight before setting the style to prevent a layout bug
-       // in IE 9 which causes the element to continue to take up space even
-       // after it is removed from the DOM (#8026)
-       div.offsetHeight;
-
-       $.extend( div.style, {
-               minHeight: "100px",
-               height: "auto",
-               padding: 0,
-               borderWidth: 0
-       });
-
-       $.support.minHeight = div.offsetHeight === 100;
-       $.support.selectstart = "onselectstart" in div;
-
-       // set display to none to avoid a layout bug in IE
-       // http://dev.jquery.com/ticket/4014
-       body.removeChild( div ).style.display = "none";
-});
-
-// support: jQuery <1.8
-if ( !$( "<a>" ).outerWidth( 1 ).jquery ) {
-       $.each( [ "Width", "Height" ], function( i, name ) {
-               var side = name === "Width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ],
-                       type = name.toLowerCase(),
-                       orig = {
-                               innerWidth: $.fn.innerWidth,
-                               innerHeight: $.fn.innerHeight,
-                               outerWidth: $.fn.outerWidth,
-                               outerHeight: $.fn.outerHeight
-                       };
-
-               function reduce( elem, size, border, margin ) {
-                       $.each( side, function() {
-                               size -= parseFloat( $.css( elem, "padding" + this ) ) || 0;
-                               if ( border ) {
-                                       size -= parseFloat( $.css( elem, "border" + this + "Width" ) ) || 0;
-                               }
-                               if ( margin ) {
-                                       size -= parseFloat( $.css( elem, "margin" + this ) ) || 0;
-                               }
-                       });
-                       return size;
-               }
-
-               $.fn[ "inner" + name ] = function( size ) {
-                       if ( size === undefined ) {
-                               return orig[ "inner" + name ].call( this );
-                       }
-
-                       return this.each(function() {
-                               $( this ).css( type, reduce( this, size ) + "px" );
-                       });
-               };
-
-               $.fn[ "outer" + name] = function( size, margin ) {
-                       if ( typeof size !== "number" ) {
-                               return orig[ "outer" + name ].call( this, size );
-                       }
-
-                       return this.each(function() {
-                               $( this).css( type, reduce( this, size, true, margin ) + "px" );
-                       });
-               };
-       });
-}
-
-// support: jQuery 1.6.1, 1.6.2 (http://bugs.jquery.com/ticket/9413)
-if ( $( "<a>" ).data( "a-b", "a" ).removeData( "a-b" ).data( "a-b" ) ) {
-       $.fn.removeData = (function( removeData ) {
-               return function( key ) {
-                       if ( arguments.length ) {
-                               return removeData.call( this, $.camelCase( key ) );
-                       } else {
-                               return removeData.call( this );
-                       }
-               };
-       })( $.fn.removeData );
-}
-
-
-
-
-
-// deprecated
-
-(function() {
-       var uaMatch = /msie ([\w.]+)/.exec( navigator.userAgent.toLowerCase() ) || [];
-       $.ui.ie = uaMatch.length ? true : false;
-       $.ui.ie6 = parseFloat( uaMatch[ 1 ], 10 ) === 6;
-})();
-
-$.fn.extend({
-       disableSelection: function() {
-               return this.bind( ( $.support.selectstart ? "selectstart" : "mousedown" ) +
-                       ".ui-disableSelection", function( event ) {
-                               event.preventDefault();
-                       });
-       },
-
-       enableSelection: function() {
-               return this.unbind( ".ui-disableSelection" );
-       }
-});
-
-$.extend( $.ui, {
-       // $.ui.plugin is deprecated.  Use the proxy pattern instead.
-       plugin: {
-               add: function( module, option, set ) {
-                       var i,
-                               proto = $.ui[ module ].prototype;
-                       for ( i in set ) {
-                               proto.plugins[ i ] = proto.plugins[ i ] || [];
-                               proto.plugins[ i ].push( [ option, set[ i ] ] );
-                       }
-               },
-               call: function( instance, name, args ) {
-                       var i,
-                               set = instance.plugins[ name ];
-                       if ( !set || !instance.element[ 0 ].parentNode || instance.element[ 0 ].parentNode.nodeType === 11 ) {
-                               return;
-                       }
-
-                       for ( i = 0; i < set.length; i++ ) {
-                               if ( instance.options[ set[ i ][ 0 ] ] ) {
-                                       set[ i ][ 1 ].apply( instance.element, args );
-                               }
-                       }
-               }
-       },
-
-       contains: $.contains,
-
-       // only used by resizable
-       hasScroll: function( el, a ) {
-
-               //If overflow is hidden, the element might have extra content, but the user wants to hide it
-               if ( $( el ).css( "overflow" ) === "hidden") {
-                       return false;
-               }
-
-               var scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop",
-                       has = false;
-
-               if ( el[ scroll ] > 0 ) {
-                       return true;
-               }
-
-               // TODO: determine which cases actually cause this to happen
-               // if the element doesn't have the scroll set, see if it's possible to
-               // set the scroll
-               el[ scroll ] = 1;
-               has = ( el[ scroll ] > 0 );
-               el[ scroll ] = 0;
-               return has;
-       },
-
-       // these are odd functions, fix the API or move into individual plugins
-       isOverAxis: function( x, reference, size ) {
-               //Determines when x coordinate is over "b" element axis
-               return ( x > reference ) && ( x < ( reference + size ) );
-       },
-       isOver: function( y, x, top, left, height, width ) {
-               //Determines when x, y coordinates is over "b" element
-               return $.ui.isOverAxis( y, top, height ) && $.ui.isOverAxis( x, left, width );
-       }
-});
-
-})( jQuery );
-(function( $, undefined ) {
-
-var uuid = 0,
-       slice = Array.prototype.slice,
-       _cleanData = $.cleanData;
-$.cleanData = function( elems ) {
-       for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) {
-               try {
-                       $( elem ).triggerHandler( "remove" );
-               // http://bugs.jquery.com/ticket/8235
-               } catch( e ) {}
-       }
-       _cleanData( elems );
-};
-
-$.widget = function( name, base, prototype ) {
-       var fullName, existingConstructor, constructor, basePrototype,
-               namespace = name.split( "." )[ 0 ];
-
-       name = name.split( "." )[ 1 ];
-       fullName = namespace + "-" + name;
-
-       if ( !prototype ) {
-               prototype = base;
-               base = $.Widget;
-       }
-
-       // create selector for plugin
-       $.expr[ ":" ][ fullName.toLowerCase() ] = function( elem ) {
-               return !!$.data( elem, fullName );
-       };
-
-       $[ namespace ] = $[ namespace ] || {};
-       existingConstructor = $[ namespace ][ name ];
-       constructor = $[ namespace ][ name ] = function( options, element ) {
-               // allow instantiation without "new" keyword
-               if ( !this._createWidget ) {
-                       return new constructor( options, element );
-               }
-
-               // allow instantiation without initializing for simple inheritance
-               // must use "new" keyword (the code above always passes args)
-               if ( arguments.length ) {
-                       this._createWidget( options, element );
-               }
-       };
-       // extend with the existing constructor to carry over any static properties
-       $.extend( constructor, existingConstructor, {
-               version: prototype.version,
-               // copy the object used to create the prototype in case we need to
-               // redefine the widget later
-               _proto: $.extend( {}, prototype ),
-               // track widgets that inherit from this widget in case this widget is
-               // redefined after a widget inherits from it
-               _childConstructors: []
-       });
-
-       basePrototype = new base();
-       // we need to make the options hash a property directly on the new instance
-       // otherwise we'll modify the options hash on the prototype that we're
-       // inheriting from
-       basePrototype.options = $.widget.extend( {}, basePrototype.options );
-       $.each( prototype, function( prop, value ) {
-               if ( $.isFunction( value ) ) {
-                       prototype[ prop ] = (function() {
-                               var _super = function() {
-                                               return base.prototype[ prop ].apply( this, arguments );
-                                       },
-                                       _superApply = function( args ) {
-                                               return base.prototype[ prop ].apply( this, args );
-                                       };
-                               return function() {
-                                       var __super = this._super,
-                                               __superApply = this._superApply,
-                                               returnValue;
-
-                                       this._super = _super;
-                                       this._superApply = _superApply;
-
-                                       returnValue = value.apply( this, arguments );
-
-                                       this._super = __super;
-                                       this._superApply = __superApply;
-
-                                       return returnValue;
-                               };
-                       })();
-               }
-       });
-       constructor.prototype = $.widget.extend( basePrototype, {
-               // TODO: remove support for widgetEventPrefix
-               // always use the name + a colon as the prefix, e.g., draggable:start
-               // don't prefix for widgets that aren't DOM-based
-               widgetEventPrefix: existingConstructor ? basePrototype.widgetEventPrefix : name
-       }, prototype, {
-               constructor: constructor,
-               namespace: namespace,
-               widgetName: name,
-               // TODO remove widgetBaseClass, see #8155
-               widgetBaseClass: fullName,
-               widgetFullName: fullName
-       });
-
-       // If this widget is being redefined then we need to find all widgets that
-       // are inheriting from it and redefine all of them so that they inherit from
-       // the new version of this widget. We're essentially trying to replace one
-       // level in the prototype chain.
-       if ( existingConstructor ) {
-               $.each( existingConstructor._childConstructors, function( i, child ) {
-                       var childPrototype = child.prototype;
-
-                       // redefine the child widget using the same prototype that was
-                       // originally used, but inherit from the new version of the base
-                       $.widget( childPrototype.namespace + "." + childPrototype.widgetName, constructor, child._proto );
-               });
-               // remove the list of existing child constructors from the old constructor
-               // so the old child constructors can be garbage collected
-               delete existingConstructor._childConstructors;
-       } else {
-               base._childConstructors.push( constructor );
-       }
-
-       $.widget.bridge( name, constructor );
-};
-
-$.widget.extend = function( target ) {
-       var input = slice.call( arguments, 1 ),
-               inputIndex = 0,
-               inputLength = input.length,
-               key,
-               value;
-       for ( ; inputIndex < inputLength; inputIndex++ ) {
-               for ( key in input[ inputIndex ] ) {
-                       value = input[ inputIndex ][ key ];
-                       if ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) {
-                               // Clone objects
-                               if ( $.isPlainObject( value ) ) {
-                                       target[ key ] = $.isPlainObject( target[ key ] ) ?
-                                               $.widget.extend( {}, target[ key ], value ) :
-                                               // Don't extend strings, arrays, etc. with objects
-                                               $.widget.extend( {}, value );
-                               // Copy everything else by reference
-                               } else {
-                                       target[ key ] = value;
-                               }
-                       }
-               }
-       }
-       return target;
-};
-
-$.widget.bridge = function( name, object ) {
-       var fullName = object.prototype.widgetFullName || name;
-       $.fn[ name ] = function( options ) {
-               var isMethodCall = typeof options === "string",
-                       args = slice.call( arguments, 1 ),
-                       returnValue = this;
-
-               // allow multiple hashes to be passed on init
-               options = !isMethodCall && args.length ?
-                       $.widget.extend.apply( null, [ options ].concat(args) ) :
-                       options;
-
-               if ( isMethodCall ) {
-                       this.each(function() {
-                               var methodValue,
-                                       instance = $.data( this, fullName );
-                               if ( !instance ) {
-                                       return $.error( "cannot call methods on " + name + " prior to initialization; " +
-                                               "attempted to call method '" + options + "'" );
-                               }
-                               if ( !$.isFunction( instance[options] ) || options.charAt( 0 ) === "_" ) {
-                                       return $.error( "no such method '" + options + "' for " + name + " widget instance" );
-                               }
-                               methodValue = instance[ options ].apply( instance, args );
-                               if ( methodValue !== instance && methodValue !== undefined ) {
-                                       returnValue = methodValue && methodValue.jquery ?
-                                               returnValue.pushStack( methodValue.get() ) :
-                                               methodValue;
-                                       return false;
-                               }
-                       });
-               } else {
-                       this.each(function() {
-                               var instance = $.data( this, fullName );
-                               if ( instance ) {
-                                       instance.option( options || {} )._init();
-                               } else {
-                                       $.data( this, fullName, new object( options, this ) );
-                               }
-                       });
-               }
-
-               return returnValue;
-       };
-};
-
-$.Widget = function( /* options, element */ ) {};
-$.Widget._childConstructors = [];
-
-$.Widget.prototype = {
-       widgetName: "widget",
-       widgetEventPrefix: "",
-       defaultElement: "<div>",
-       options: {
-               disabled: false,
-
-               // callbacks
-               create: null
-       },
-       _createWidget: function( options, element ) {
-               element = $( element || this.defaultElement || this )[ 0 ];
-               this.element = $( element );
-               this.uuid = uuid++;
-               this.eventNamespace = "." + this.widgetName + this.uuid;
-               this.options = $.widget.extend( {},
-                       this.options,
-                       this._getCreateOptions(),
-                       options );
-
-               this.bindings = $();
-               this.hoverable = $();
-               this.focusable = $();
-
-               if ( element !== this ) {
-                       // 1.9 BC for #7810
-                       // TODO remove dual storage
-                       $.data( element, this.widgetName, this );
-                       $.data( element, this.widgetFullName, this );
-                       this._on( true, this.element, {
-                               remove: function( event ) {
-                                       if ( event.target === element ) {
-                                               this.destroy();
-                                       }
-                               }
-                       });
-                       this.document = $( element.style ?
-                               // element within the document
-                               element.ownerDocument :
-                               // element is window or document
-                               element.document || element );
-                       this.window = $( this.document[0].defaultView || this.document[0].parentWindow );
-               }
-
-               this._create();
-               this._trigger( "create", null, this._getCreateEventData() );
-               this._init();
-       },
-       _getCreateOptions: $.noop,
-       _getCreateEventData: $.noop,
-       _create: $.noop,
-       _init: $.noop,
-
-       destroy: function() {
-               this._destroy();
-               // we can probably remove the unbind calls in 2.0
-               // all event bindings should go through this._on()
-               this.element
-                       .unbind( this.eventNamespace )
-                       // 1.9 BC for #7810
-                       // TODO remove dual storage
-                       .removeData( this.widgetName )
-                       .removeData( this.widgetFullName )
-                       // support: jquery <1.6.3
-                       // http://bugs.jquery.com/ticket/9413
-                       .removeData( $.camelCase( this.widgetFullName ) );
-               this.widget()
-                       .unbind( this.eventNamespace )
-                       .removeAttr( "aria-disabled" )
-                       .removeClass(
-                               this.widgetFullName + "-disabled " +
-                               "ui-state-disabled" );
-
-               // clean up events and states
-               this.bindings.unbind( this.eventNamespace );
-               this.hoverable.removeClass( "ui-state-hover" );
-               this.focusable.removeClass( "ui-state-focus" );
-       },
-       _destroy: $.noop,
-
-       widget: function() {
-               return this.element;
-       },
-
-       option: function( key, value ) {
-               var options = key,
-                       parts,
-                       curOption,
-                       i;
-
-               if ( arguments.length === 0 ) {
-                       // don't return a reference to the internal hash
-                       return $.widget.extend( {}, this.options );
-               }
-
-               if ( typeof key === "string" ) {
-                       // handle nested keys, e.g., "foo.bar" => { foo: { bar: ___ } }
-                       options = {};
-                       parts = key.split( "." );
-                       key = parts.shift();
-                       if ( parts.length ) {
-                               curOption = options[ key ] = $.widget.extend( {}, this.options[ key ] );
-                               for ( i = 0; i < parts.length - 1; i++ ) {
-                                       curOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {};
-                                       curOption = curOption[ parts[ i ] ];
-                               }
-                               key = parts.pop();
-                               if ( value === undefined ) {
-                                       return curOption[ key ] === undefined ? null : curOption[ key ];
-                               }
-                               curOption[ key ] = value;
-                       } else {
-                               if ( value === undefined ) {
-                                       return this.options[ key ] === undefined ? null : this.options[ key ];
-                               }
-                               options[ key ] = value;
-                       }
-               }
-
-               this._setOptions( options );
-
-               return this;
-       },
-       _setOptions: function( options ) {
-               var key;
-
-               for ( key in options ) {
-                       this._setOption( key, options[ key ] );
-               }
-
-               return this;
-       },
-       _setOption: function( key, value ) {
-               this.options[ key ] = value;
-
-               if ( key === "disabled" ) {
-                       this.widget()
-                               .toggleClass( this.widgetFullName + "-disabled ui-state-disabled", !!value )
-                               .attr( "aria-disabled", value );
-                       this.hoverable.removeClass( "ui-state-hover" );
-                       this.focusable.removeClass( "ui-state-focus" );
-               }
-
-               return this;
-       },
-
-       enable: function() {
-               return this._setOption( "disabled", false );
-       },
-       disable: function() {
-               return this._setOption( "disabled", true );
-       },
-
-       _on: function( suppressDisabledCheck, element, handlers ) {
-               var delegateElement,
-                       instance = this;
-
-               // no suppressDisabledCheck flag, shuffle arguments
-               if ( typeof suppressDisabledCheck !== "boolean" ) {
-                       handlers = element;
-                       element = suppressDisabledCheck;
-                       suppressDisabledCheck = false;
-               }
-
-               // no element argument, shuffle and use this.element
-               if ( !handlers ) {
-                       handlers = element;
-                       element = this.element;
-                       delegateElement = this.widget();
-               } else {
-                       // accept selectors, DOM elements
-                       element = delegateElement = $( element );
-                       this.bindings = this.bindings.add( element );
-               }
-
-               $.each( handlers, function( event, handler ) {
-                       function handlerProxy() {
-                               // allow widgets to customize the disabled handling
-                               // - disabled as an array instead of boolean
-                               // - disabled class as method for disabling individual parts
-                               if ( !suppressDisabledCheck &&
-                                               ( instance.options.disabled === true ||
-                                                       $( this ).hasClass( "ui-state-disabled" ) ) ) {
-                                       return;
-                               }
-                               return ( typeof handler === "string" ? instance[ handler ] : handler )
-                                       .apply( instance, arguments );
-                       }
-
-                       // copy the guid so direct unbinding works
-                       if ( typeof handler !== "string" ) {
-                               handlerProxy.guid = handler.guid =
-                                       handler.guid || handlerProxy.guid || $.guid++;
-                       }
-
-                       var match = event.match( /^(\w+)\s*(.*)$/ ),
-                               eventName = match[1] + instance.eventNamespace,
-                               selector = match[2];
-                       if ( selector ) {
-                               delegateElement.delegate( selector, eventName, handlerProxy );
-                       } else {
-                               element.bind( eventName, handlerProxy );
-                       }
-               });
-       },
-
-       _off: function( element, eventName ) {
-               eventName = (eventName || "").split( " " ).join( this.eventNamespace + " " ) + this.eventNamespace;
-               element.unbind( eventName ).undelegate( eventName );
-       },
-
-       _delay: function( handler, delay ) {
-               function handlerProxy() {
-                       return ( typeof handler === "string" ? instance[ handler ] : handler )
-                               .apply( instance, arguments );
-               }
-               var instance = this;
-               return setTimeout( handlerProxy, delay || 0 );
-       },
-
-       _hoverable: function( element ) {
-               this.hoverable = this.hoverable.add( element );
-               this._on( element, {
-                       mouseenter: function( event ) {
-                               $( event.currentTarget ).addClass( "ui-state-hover" );
-                       },
-                       mouseleave: function( event ) {
-                               $( event.currentTarget ).removeClass( "ui-state-hover" );
-                       }
-               });
-       },
-
-       _focusable: function( element ) {
-               this.focusable = this.focusable.add( element );
-               this._on( element, {
-                       focusin: function( event ) {
-                               $( event.currentTarget ).addClass( "ui-state-focus" );
-                       },
-                       focusout: function( event ) {
-                               $( event.currentTarget ).removeClass( "ui-state-focus" );
-                       }
-               });
-       },
-
-       _trigger: function( type, event, data ) {
-               var prop, orig,
-                       callback = this.options[ type ];
-
-               data = data || {};
-               event = $.Event( event );
-               event.type = ( type === this.widgetEventPrefix ?
-                       type :
-                       this.widgetEventPrefix + type ).toLowerCase();
-               // the original event may come from any element
-               // so we need to reset the target on the new event
-               event.target = this.element[ 0 ];
-
-               // copy original event properties over to the new event
-               orig = event.originalEvent;
-               if ( orig ) {
-                       for ( prop in orig ) {
-                               if ( !( prop in event ) ) {
-                                       event[ prop ] = orig[ prop ];
-                               }
-                       }
-               }
-
-               this.element.trigger( event, data );
-               return !( $.isFunction( callback ) &&
-                       callback.apply( this.element[0], [ event ].concat( data ) ) === false ||
-                       event.isDefaultPrevented() );
-       }
-};
-
-$.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) {
-       $.Widget.prototype[ "_" + method ] = function( element, options, callback ) {
-               if ( typeof options === "string" ) {
-                       options = { effect: options };
-               }
-               var hasOptions,
-                       effectName = !options ?
-                               method :
-                               options === true || typeof options === "number" ?
-                                       defaultEffect :
-                                       options.effect || defaultEffect;
-               options = options || {};
-               if ( typeof options === "number" ) {
-                       options = { duration: options };
-               }
-               hasOptions = !$.isEmptyObject( options );
-               options.complete = callback;
-               if ( options.delay ) {
-                       element.delay( options.delay );
-               }
-               if ( hasOptions && $.effects && ( $.effects.effect[ effectName ] || $.uiBackCompat !== false && $.effects[ effectName ] ) ) {
-                       element[ method ]( options );
-               } else if ( effectName !== method && element[ effectName ] ) {
-                       element[ effectName ]( options.duration, options.easing, callback );
-               } else {
-                       element.queue(function( next ) {
-                               $( this )[ method ]();
-                               if ( callback ) {
-                                       callback.call( element[ 0 ] );
-                               }
-                               next();
-                       });
-               }
-       };
-});
-
-// DEPRECATED
-if ( $.uiBackCompat !== false ) {
-       $.Widget.prototype._getCreateOptions = function() {
-               return $.metadata && $.metadata.get( this.element[0] )[ this.widgetName ];
-       };
-}
-
-})( jQuery );
-(function( $, undefined ) {
-
-var mouseHandled = false;
-$( document ).mouseup( function( e ) {
-       mouseHandled = false;
-});
-
-$.widget("ui.mouse", {
-       version: "1.9.2",
-       options: {
-               cancel: 'input,textarea,button,select,option',
-               distance: 1,
-               delay: 0
-       },
-       _mouseInit: function() {
-               var that = this;
-
-               this.element
-                       .bind('mousedown.'+this.widgetName, function(event) {
-                               return that._mouseDown(event);
-                       })
-                       .bind('click.'+this.widgetName, function(event) {
-                               if (true === $.data(event.target, that.widgetName + '.preventClickEvent')) {
-                                       $.removeData(event.target, that.widgetName + '.preventClickEvent');
-                                       event.stopImmediatePropagation();
-                                       return false;
-                               }
-                       });
-
-               this.started = false;
-       },
-
-       // TODO: make sure destroying one instance of mouse doesn't mess with
-       // other instances of mouse
-       _mouseDestroy: function() {
-               this.element.unbind('.'+this.widgetName);
-               if ( this._mouseMoveDelegate ) {
-                       $(document)
-                               .unbind('mousemove.'+this.widgetName, this._mouseMoveDelegate)
-                               .unbind('mouseup.'+this.widgetName, this._mouseUpDelegate);
-               }
-       },
-
-       _mouseDown: function(event) {
-               // don't let more than one widget handle mouseStart
-               if( mouseHandled ) { return; }
-
-               // we may have missed mouseup (out of window)
-               (this._mouseStarted && this._mouseUp(event));
-
-               this._mouseDownEvent = event;
-
-               var that = this,
-                       btnIsLeft = (event.which === 1),
-                       // event.target.nodeName works around a bug in IE 8 with
-                       // disabled inputs (#7620)
-                       elIsCancel = (typeof this.options.cancel === "string" && event.target.nodeName ? $(event.target).closest(this.options.cancel).length : false);
-               if (!btnIsLeft || elIsCancel || !this._mouseCapture(event)) {
-                       return true;
-               }
-
-               this.mouseDelayMet = !this.options.delay;
-               if (!this.mouseDelayMet) {
-                       this._mouseDelayTimer = setTimeout(function() {
-                               that.mouseDelayMet = true;
-                       }, this.options.delay);
-               }
-
-               if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) {
-                       this._mouseStarted = (this._mouseStart(event) !== false);
-                       if (!this._mouseStarted) {
-                               event.preventDefault();
-                               return true;
-                       }
-               }
-
-               // Click event may never have fired (Gecko & Opera)
-               if (true === $.data(event.target, this.widgetName + '.preventClickEvent')) {
-                       $.removeData(event.target, this.widgetName + '.preventClickEvent');
-               }
-
-               // these delegates are required to keep context
-               this._mouseMoveDelegate = function(event) {
-                       return that._mouseMove(event);
-               };
-               this._mouseUpDelegate = function(event) {
-                       return that._mouseUp(event);
-               };
-               $(document)
-                       .bind('mousemove.'+this.widgetName, this._mouseMoveDelegate)
-                       .bind('mouseup.'+this.widgetName, this._mouseUpDelegate);
-
-               event.preventDefault();
-
-               mouseHandled = true;
-               return true;
-       },
-
-       _mouseMove: function(event) {
-               // IE mouseup check - mouseup happened when mouse was out of window
-               if ($.ui.ie && !(document.documentMode >= 9) && !event.button) {
-                       return this._mouseUp(event);
-               }
-
-               if (this._mouseStarted) {
-                       this._mouseDrag(event);
-                       return event.preventDefault();
-               }
-
-               if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) {
-                       this._mouseStarted =
-                               (this._mouseStart(this._mouseDownEvent, event) !== false);
-                       (this._mouseStarted ? this._mouseDrag(event) : this._mouseUp(event));
-               }
-
-               return !this._mouseStarted;
-       },
-
-       _mouseUp: function(event) {
-               $(document)
-                       .unbind('mousemove.'+this.widgetName, this._mouseMoveDelegate)
-                       .unbind('mouseup.'+this.widgetName, this._mouseUpDelegate);
-
-               if (this._mouseStarted) {
-                       this._mouseStarted = false;
-
-                       if (event.target === this._mouseDownEvent.target) {
-                               $.data(event.target, this.widgetName + '.preventClickEvent', true);
-                       }
-
-                       this._mouseStop(event);
-               }
-
-               return false;
-       },
-
-       _mouseDistanceMet: function(event) {
-               return (Math.max(
-                               Math.abs(this._mouseDownEvent.pageX - event.pageX),
-                               Math.abs(this._mouseDownEvent.pageY - event.pageY)
-                       ) >= this.options.distance
-               );
-       },
-
-       _mouseDelayMet: function(event) {
-               return this.mouseDelayMet;
-       },
-
-       // These are placeholder methods, to be overriden by extending plugin
-       _mouseStart: function(event) {},
-       _mouseDrag: function(event) {},
-       _mouseStop: function(event) {},
-       _mouseCapture: function(event) { return true; }
-});
-
-})(jQuery);
-(function( $, undefined ) {
-
-$.ui = $.ui || {};
-
-var cachedScrollbarWidth,
-       max = Math.max,
-       abs = Math.abs,
-       round = Math.round,
-       rhorizontal = /left|center|right/,
-       rvertical = /top|center|bottom/,
-       roffset = /[\+\-]\d+%?/,
-       rposition = /^\w+/,
-       rpercent = /%$/,
-       _position = $.fn.position;
-
-function getOffsets( offsets, width, height ) {
-       return [
-               parseInt( offsets[ 0 ], 10 ) * ( rpercent.test( offsets[ 0 ] ) ? width / 100 : 1 ),
-               parseInt( offsets[ 1 ], 10 ) * ( rpercent.test( offsets[ 1 ] ) ? height / 100 : 1 )
-       ];
-}
-function parseCss( element, property ) {
-       return parseInt( $.css( element, property ), 10 ) || 0;
-}
-
-$.position = {
-       scrollbarWidth: function() {
-               if ( cachedScrollbarWidth !== undefined ) {
-                       return cachedScrollbarWidth;
-               }
-               var w1, w2,
-                       div = $( "<div style='display:block;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>" ),
-                       innerDiv = div.children()[0];
-
-               $( "body" ).append( div );
-               w1 = innerDiv.offsetWidth;
-               div.css( "overflow", "scroll" );
-
-               w2 = innerDiv.offsetWidth;
-
-               if ( w1 === w2 ) {
-                       w2 = div[0].clientWidth;
-               }
-
-               div.remove();
-
-               return (cachedScrollbarWidth = w1 - w2);
-       },
-       getScrollInfo: function( within ) {
-               var overflowX = within.isWindow ? "" : within.element.css( "overflow-x" ),
-                       overflowY = within.isWindow ? "" : within.element.css( "overflow-y" ),
-                       hasOverflowX = overflowX === "scroll" ||
-                               ( overflowX === "auto" && within.width < within.element[0].scrollWidth ),
-                       hasOverflowY = overflowY === "scroll" ||
-                               ( overflowY === "auto" && within.height < within.element[0].scrollHeight );
-               return {
-                       width: hasOverflowX ? $.position.scrollbarWidth() : 0,
-                       height: hasOverflowY ? $.position.scrollbarWidth() : 0
-               };
-       },
-       getWithinInfo: function( element ) {
-               var withinElement = $( element || window ),
-                       isWindow = $.isWindow( withinElement[0] );
-               return {
-                       element: withinElement,
-                       isWindow: isWindow,
-                       offset: withinElement.offset() || { left: 0, top: 0 },
-                       scrollLeft: withinElement.scrollLeft(),
-                       scrollTop: withinElement.scrollTop(),
-                       width: isWindow ? withinElement.width() : withinElement.outerWidth(),
-                       height: isWindow ? withinElement.height() : withinElement.outerHeight()
-               };
-       }
-};
-
-$.fn.position = function( options ) {
-       if ( !options || !options.of ) {
-               return _position.apply( this, arguments );
-       }
-
-       // make a copy, we don't want to modify arguments
-       options = $.extend( {}, options );
-
-       var atOffset, targetWidth, targetHeight, targetOffset, basePosition,
-               target = $( options.of ),
-               within = $.position.getWithinInfo( options.within ),
-               scrollInfo = $.position.getScrollInfo( within ),
-               targetElem = target[0],
-               collision = ( options.collision || "flip" ).split( " " ),
-               offsets = {};
-
-       if ( targetElem.nodeType === 9 ) {
-               targetWidth = target.width();
-               targetHeight = target.height();
-               targetOffset = { top: 0, left: 0 };
-       } else if ( $.isWindow( targetElem ) ) {
-               targetWidth = target.width();
-               targetHeight = target.height();
-               targetOffset = { top: target.scrollTop(), left: target.scrollLeft() };
-       } else if ( targetElem.preventDefault ) {
-               // force left top to allow flipping
-               options.at = "left top";
-               targetWidth = targetHeight = 0;
-               targetOffset = { top: targetElem.pageY, left: targetElem.pageX };
-       } else {
-               targetWidth = target.outerWidth();
-               targetHeight = target.outerHeight();
-               targetOffset = target.offset();
-       }
-       // clone to reuse original targetOffset later
-       basePosition = $.extend( {}, targetOffset );
-
-       // force my and at to have valid horizontal and vertical positions
-       // if a value is missing or invalid, it will be converted to center
-       $.each( [ "my", "at" ], function() {
-               var pos = ( options[ this ] || "" ).split( " " ),
-                       horizontalOffset,
-                       verticalOffset;
-
-               if ( pos.length === 1) {
-                       pos = rhorizontal.test( pos[ 0 ] ) ?
-                               pos.concat( [ "center" ] ) :
-                               rvertical.test( pos[ 0 ] ) ?
-                                       [ "center" ].concat( pos ) :
-                                       [ "center", "center" ];
-               }
-               pos[ 0 ] = rhorizontal.test( pos[ 0 ] ) ? pos[ 0 ] : "center";
-               pos[ 1 ] = rvertical.test( pos[ 1 ] ) ? pos[ 1 ] : "center";
-
-               // calculate offsets
-               horizontalOffset = roffset.exec( pos[ 0 ] );
-               verticalOffset = roffset.exec( pos[ 1 ] );
-               offsets[ this ] = [
-                       horizontalOffset ? horizontalOffset[ 0 ] : 0,
-                       verticalOffset ? verticalOffset[ 0 ] : 0
-               ];
-
-               // reduce to just the positions without the offsets
-               options[ this ] = [
-                       rposition.exec( pos[ 0 ] )[ 0 ],
-                       rposition.exec( pos[ 1 ] )[ 0 ]
-               ];
-       });
-
-       // normalize collision option
-       if ( collision.length === 1 ) {
-               collision[ 1 ] = collision[ 0 ];
-       }
-
-       if ( options.at[ 0 ] === "right" ) {
-               basePosition.left += targetWidth;
-       } else if ( options.at[ 0 ] === "center" ) {
-               basePosition.left += targetWidth / 2;
-       }
-
-       if ( options.at[ 1 ] === "bottom" ) {
-               basePosition.top += targetHeight;
-       } else if ( options.at[ 1 ] === "center" ) {
-               basePosition.top += targetHeight / 2;
-       }
-
-       atOffset = getOffsets( offsets.at, targetWidth, targetHeight );
-       basePosition.left += atOffset[ 0 ];
-       basePosition.top += atOffset[ 1 ];
-
-       return this.each(function() {
-               var collisionPosition, using,
-                       elem = $( this ),
-                       elemWidth = elem.outerWidth(),
-                       elemHeight = elem.outerHeight(),
-                       marginLeft = parseCss( this, "marginLeft" ),
-                       marginTop = parseCss( this, "marginTop" ),
-                       collisionWidth = elemWidth + marginLeft + parseCss( this, "marginRight" ) + scrollInfo.width,
-                       collisionHeight = elemHeight + marginTop + parseCss( this, "marginBottom" ) + scrollInfo.height,
-                       position = $.extend( {}, basePosition ),
-                       myOffset = getOffsets( offsets.my, elem.outerWidth(), elem.outerHeight() );
-
-               if ( options.my[ 0 ] === "right" ) {
-                       position.left -= elemWidth;
-               } else if ( options.my[ 0 ] === "center" ) {
-                       position.left -= elemWidth / 2;
-               }
-
-               if ( options.my[ 1 ] === "bottom" ) {
-                       position.top -= elemHeight;
-               } else if ( options.my[ 1 ] === "center" ) {
-                       position.top -= elemHeight / 2;
-               }
-
-               position.left += myOffset[ 0 ];
-               position.top += myOffset[ 1 ];
-
-               // if the browser doesn't support fractions, then round for consistent results
-               if ( !$.support.offsetFractions ) {
-                       position.left = round( position.left );
-                       position.top = round( position.top );
-               }
-
-               collisionPosition = {
-                       marginLeft: marginLeft,
-                       marginTop: marginTop
-               };
-
-               $.each( [ "left", "top" ], function( i, dir ) {
-                       if ( $.ui.position[ collision[ i ] ] ) {
-                               $.ui.position[ collision[ i ] ][ dir ]( position, {
-                                       targetWidth: targetWidth,
-                                       targetHeight: targetHeight,
-                                       elemWidth: elemWidth,
-                                       elemHeight: elemHeight,
-                                       collisionPosition: collisionPosition,
-                                       collisionWidth: collisionWidth,
-                                       collisionHeight: collisionHeight,
-                                       offset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ],
-                                       my: options.my,
-                                       at: options.at,
-                                       within: within,
-                                       elem : elem
-                               });
-                       }
-               });
-
-               if ( $.fn.bgiframe ) {
-                       elem.bgiframe();
-               }
-
-               if ( options.using ) {
-                       // adds feedback as second argument to using callback, if present
-                       using = function( props ) {
-                               var left = targetOffset.left - position.left,
-                                       right = left + targetWidth - elemWidth,
-                                       top = targetOffset.top - position.top,
-                                       bottom = top + targetHeight - elemHeight,
-                                       feedback = {
-                                               target: {
-                                                       element: target,
-                                                       left: targetOffset.left,
-                                                       top: targetOffset.top,
-                                                       width: targetWidth,
-                                                       height: targetHeight
-                                               },
-                                               element: {
-                                                       element: elem,
-                                                       left: position.left,
-                                                       top: position.top,
-                                                       width: elemWidth,
-                                                       height: elemHeight
-                                               },
-                                               horizontal: right < 0 ? "left" : left > 0 ? "right" : "center",
-                                               vertical: bottom < 0 ? "top" : top > 0 ? "bottom" : "middle"
-                                       };
-                               if ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) {
-                                       feedback.horizontal = "center";
-                               }
-                               if ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) {
-                                       feedback.vertical = "middle";
-                               }
-                               if ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) {
-                                       feedback.important = "horizontal";
-                               } else {
-                                       feedback.important = "vertical";
-                               }
-                               options.using.call( this, props, feedback );
-                       };
-               }
-
-               elem.offset( $.extend( position, { using: using } ) );
-       });
-};
-
-$.ui.position = {
-       fit: {
-               left: function( position, data ) {
-                       var within = data.within,
-                               withinOffset = within.isWindow ? within.scrollLeft : within.offset.left,
-                               outerWidth = within.width,
-                               collisionPosLeft = position.left - data.collisionPosition.marginLeft,
-                               overLeft = withinOffset - collisionPosLeft,
-                               overRight = collisionPosLeft + data.collisionWidth - outerWidth - withinOffset,
-                               newOverRight;
-
-                       // element is wider than within
-                       if ( data.collisionWidth > outerWidth ) {
-                               // element is initially over the left side of within
-                               if ( overLeft > 0 && overRight <= 0 ) {
-                                       newOverRight = position.left + overLeft + data.collisionWidth - outerWidth - withinOffset;
-                                       position.left += overLeft - newOverRight;
-                               // element is initially over right side of within
-                               } else if ( overRight > 0 && overLeft <= 0 ) {
-                                       position.left = withinOffset;
-                               // element is initially over both left and right sides of within
-                               } else {
-                                       if ( overLeft > overRight ) {
-                                               position.left = withinOffset + outerWidth - data.collisionWidth;
-                                       } else {
-                                               position.left = withinOffset;
-                                       }
-                               }
-                       // too far left -> align with left edge
-                       } else if ( overLeft > 0 ) {
-                               position.left += overLeft;
-                       // too far right -> align with right edge
-                       } else if ( overRight > 0 ) {
-                               position.left -= overRight;
-                       // adjust based on position and margin
-                       } else {
-                               position.left = max( position.left - collisionPosLeft, position.left );
-                       }
-               },
-               top: function( position, data ) {
-                       var within = data.within,
-                               withinOffset = within.isWindow ? within.scrollTop : within.offset.top,
-                               outerHeight = data.within.height,
-                               collisionPosTop = position.top - data.collisionPosition.marginTop,
-                               overTop = withinOffset - collisionPosTop,
-                               overBottom = collisionPosTop + data.collisionHeight - outerHeight - withinOffset,
-                               newOverBottom;
-
-                       // element is taller than within
-                       if ( data.collisionHeight > outerHeight ) {
-                               // element is initially over the top of within
-                               if ( overTop > 0 && overBottom <= 0 ) {
-                                       newOverBottom = position.top + overTop + data.collisionHeight - outerHeight - withinOffset;
-                                       position.top += overTop - newOverBottom;
-                               // element is initially over bottom of within
-                               } else if ( overBottom > 0 && overTop <= 0 ) {
-                                       position.top = withinOffset;
-                               // element is initially over both top and bottom of within
-                               } else {
-                                       if ( overTop > overBottom ) {
-                                               position.top = withinOffset + outerHeight - data.collisionHeight;
-                                       } else {
-                                               position.top = withinOffset;
-                                       }
-                               }
-                       // too far up -> align with top
-                       } else if ( overTop > 0 ) {
-                               position.top += overTop;
-                       // too far down -> align with bottom edge
-                       } else if ( overBottom > 0 ) {
-                               position.top -= overBottom;
-                       // adjust based on position and margin
-                       } else {
-                               position.top = max( position.top - collisionPosTop, position.top );
-                       }
-               }
-       },
-       flip: {
-               left: function( position, data ) {
-                       var within = data.within,
-                               withinOffset = within.offset.left + within.scrollLeft,
-                               outerWidth = within.width,
-                               offsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,
-                               collisionPosLeft = position.left - data.collisionPosition.marginLeft,
-                               overLeft = collisionPosLeft - offsetLeft,
-                               overRight = collisionPosLeft + data.collisionWidth - outerWidth - offsetLeft,
-                               myOffset = data.my[ 0 ] === "left" ?
-                                       -data.elemWidth :
-                                       data.my[ 0 ] === "right" ?
-                                               data.elemWidth :
-                                               0,
-                               atOffset = data.at[ 0 ] === "left" ?
-                                       data.targetWidth :
-                                       data.at[ 0 ] === "right" ?
-                                               -data.targetWidth :
-                                               0,
-                               offset = -2 * data.offset[ 0 ],
-                               newOverRight,
-                               newOverLeft;
-
-                       if ( overLeft < 0 ) {
-                               newOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth - outerWidth - withinOffset;
-                               if ( newOverRight < 0 || newOverRight < abs( overLeft ) ) {
-                                       position.left += myOffset + atOffset + offset;
-                               }
-                       }
-                       else if ( overRight > 0 ) {
-                               newOverLeft = position.left - data.collisionPosition.marginLeft + myOffset + atOffset + offset - offsetLeft;
-                               if ( newOverLeft > 0 || abs( newOverLeft ) < overRight ) {
-                                       position.left += myOffset + atOffset + offset;
-                               }
-                       }
-               },
-               top: function( position, data ) {
-                       var within = data.within,
-                               withinOffset = within.offset.top + within.scrollTop,
-                               outerHeight = within.height,
-                               offsetTop = within.isWindow ? within.scrollTop : within.offset.top,
-                               collisionPosTop = position.top - data.collisionPosition.marginTop,
-                               overTop = collisionPosTop - offsetTop,
-                               overBottom = collisionPosTop + data.collisionHeight - outerHeight - offsetTop,
-                               top = data.my[ 1 ] === "top",
-                               myOffset = top ?
-                                       -data.elemHeight :
-                                       data.my[ 1 ] === "bottom" ?
-                                               data.elemHeight :
-                                               0,
-                               atOffset = data.at[ 1 ] === "top" ?
-                                       data.targetHeight :
-                                       data.at[ 1 ] === "bottom" ?
-                                               -data.targetHeight :
-                                               0,
-                               offset = -2 * data.offset[ 1 ],
-                               newOverTop,
-                               newOverBottom;
-                       if ( overTop < 0 ) {
-                               newOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight - outerHeight - withinOffset;
-                               if ( ( position.top + myOffset + atOffset + offset) > overTop && ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) ) {
-                                       position.top += myOffset + atOffset + offset;
-                               }
-                       }
-                       else if ( overBottom > 0 ) {
-                               newOverTop = position.top -  data.collisionPosition.marginTop + myOffset + atOffset + offset - offsetTop;
-                               if ( ( position.top + myOffset + atOffset + offset) > overBottom && ( newOverTop > 0 || abs( newOverTop ) < overBottom ) ) {
-                                       position.top += myOffset + atOffset + offset;
-                               }
-                       }
-               }
-       },
-       flipfit: {
-               left: function() {
-                       $.ui.position.flip.left.apply( this, arguments );
-                       $.ui.position.fit.left.apply( this, arguments );
-               },
-               top: function() {
-                       $.ui.position.flip.top.apply( this, arguments );
-                       $.ui.position.fit.top.apply( this, arguments );
-               }
-       }
-};
-
-// fraction support test
-(function () {
-       var testElement, testElementParent, testElementStyle, offsetLeft, i,
-               body = document.getElementsByTagName( "body" )[ 0 ],
-               div = document.createElement( "div" );
-
-       //Create a "fake body" for testing based on method used in jQuery.support
-       testElement = document.createElement( body ? "div" : "body" );
-       testElementStyle = {
-               visibility: "hidden",
-               width: 0,
-               height: 0,
-               border: 0,
-               margin: 0,
-               background: "none"
-       };
-       if ( body ) {
-               $.extend( testElementStyle, {
-                       position: "absolute",
-                       left: "-1000px",
-                       top: "-1000px"
-               });
-       }
-       for ( i in testElementStyle ) {
-               testElement.style[ i ] = testElementStyle[ i ];
-       }
-       testElement.appendChild( div );
-       testElementParent = body || document.documentElement;
-       testElementParent.insertBefore( testElement, testElementParent.firstChild );
-
-       div.style.cssText = "position: absolute; left: 10.7432222px;";
-
-       offsetLeft = $( div ).offset().left;
-       $.support.offsetFractions = offsetLeft > 10 && offsetLeft < 11;
-
-       testElement.innerHTML = "";
-       testElementParent.removeChild( testElement );
-})();
-
-// DEPRECATED
-if ( $.uiBackCompat !== false ) {
-       // offset option
-       (function( $ ) {
-               var _position = $.fn.position;
-               $.fn.position = function( options ) {
-                       if ( !options || !options.offset ) {
-                               return _position.call( this, options );
-                       }
-                       var offset = options.offset.split( " " ),
-                               at = options.at.split( " " );
-                       if ( offset.length === 1 ) {
-                               offset[ 1 ] = offset[ 0 ];
-                       }
-                       if ( /^\d/.test( offset[ 0 ] ) ) {
-                               offset[ 0 ] = "+" + offset[ 0 ];
-                       }
-                       if ( /^\d/.test( offset[ 1 ] ) ) {
-                               offset[ 1 ] = "+" + offset[ 1 ];
-                       }
-                       if ( at.length === 1 ) {
-                               if ( /left|center|right/.test( at[ 0 ] ) ) {
-                                       at[ 1 ] = "center";
-                               } else {
-                                       at[ 1 ] = at[ 0 ];
-                                       at[ 0 ] = "center";
-                               }
-                       }
-                       return _position.call( this, $.extend( options, {
-                               at: at[ 0 ] + offset[ 0 ] + " " + at[ 1 ] + offset[ 1 ],
-                               offset: undefined
-                       } ) );
-               };
-       }( jQuery ) );
-}
-
-}( jQuery ) );
-(function( $, undefined ) {
-
-$.widget("ui.draggable", $.ui.mouse, {
-       version: "1.9.2",
-       widgetEventPrefix: "drag",
-       options: {
-               addClasses: true,
-               appendTo: "parent",
-               axis: false,
-               connectToSortable: false,
-               containment: false,
-               cursor: "auto",
-               cursorAt: false,
-               grid: false,
-               handle: false,
-               helper: "original",
-               iframeFix: false,
-               opacity: false,
-               refreshPositions: false,
-               revert: false,
-               revertDuration: 500,
-               scope: "default",
-               scroll: true,
-               scrollSensitivity: 20,
-               scrollSpeed: 20,
-               snap: false,
-               snapMode: "both",
-               snapTolerance: 20,
-               stack: false,
-               zIndex: false
-       },
-       _create: function() {
-
-               if (this.options.helper == 'original' && !(/^(?:r|a|f)/).test(this.element.css("position")))
-                       this.element[0].style.position = 'relative';
-
-               (this.options.addClasses && this.element.addClass("ui-draggable"));
-               (this.options.disabled && this.element.addClass("ui-draggable-disabled"));
-
-               this._mouseInit();
-
-       },
-
-       _destroy: function() {
-               this.element.removeClass( "ui-draggable ui-draggable-dragging ui-draggable-disabled" );
-               this._mouseDestroy();
-       },
-
-       _mouseCapture: function(event) {
-
-               var o = this.options;
-
-               // among others, prevent a drag on a resizable-handle
-               if (this.helper || o.disabled || $(event.target).is('.ui-resizable-handle'))
-                       return false;
-
-               //Quit if we're not on a valid handle
-               this.handle = this._getHandle(event);
-               if (!this.handle)
-                       return false;
-
-               $(o.iframeFix === true ? "iframe" : o.iframeFix).each(function() {
-                       $('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>')
-                       .css({
-                               width: this.offsetWidth+"px", height: this.offsetHeight+"px",
-                               position: "absolute", opacity: "0.001", zIndex: 1000
-                       })
-                       .css($(this).offset())
-                       .appendTo("body");
-               });
-
-               return true;
-
-       },
-
-       _mouseStart: function(event) {
-
-               var o = this.options;
-
-               //Create and append the visible helper
-               this.helper = this._createHelper(event);
-
-               this.helper.addClass("ui-draggable-dragging");
-
-               //Cache the helper size
-               this._cacheHelperProportions();
-
-               //If ddmanager is used for droppables, set the global draggable
-               if($.ui.ddmanager)
-                       $.ui.ddmanager.current = this;
-
-               /*
-                * - Position generation -
-                * This block generates everything position related - it's the core of draggables.
-                */
-
-               //Cache the margins of the original element
-               this._cacheMargins();
-
-               //Store the helper's css position
-               this.cssPosition = this.helper.css("position");
-               this.scrollParent = this.helper.scrollParent();
-
-               //The element's absolute position on the page minus margins
-               this.offset = this.positionAbs = this.element.offset();
-               this.offset = {
-                       top: this.offset.top - this.margins.top,
-                       left: this.offset.left - this.margins.left
-               };
-
-               $.extend(this.offset, {
-                       click: { //Where the click happened, relative to the element
-                               left: event.pageX - this.offset.left,
-                               top: event.pageY - this.offset.top
-                       },
-                       parent: this._getParentOffset(),
-                       relative: this._getRelativeOffset() //This is a relative to absolute position minus the actual position calculation - only used for relative positioned helper
-               });
-
-               //Generate the original position
-               this.originalPosition = this.position = this._generatePosition(event);
-               this.originalPageX = event.pageX;
-               this.originalPageY = event.pageY;
-
-               //Adjust the mouse offset relative to the helper if 'cursorAt' is supplied
-               (o.cursorAt && this._adjustOffsetFromHelper(o.cursorAt));
-
-               //Set a containment if given in the options
-               if(o.containment)
-                       this._setContainment();
-
-               //Trigger event + callbacks
-               if(this._trigger("start", event) === false) {
-                       this._clear();
-                       return false;
-               }
-
-               //Recache the helper size
-               this._cacheHelperProportions();
-
-               //Prepare the droppable offsets
-               if ($.ui.ddmanager && !o.dropBehaviour)
-                       $.ui.ddmanager.prepareOffsets(this, event);
-
-
-               this._mouseDrag(event, true); //Execute the drag once - this causes the helper not to be visible before getting its correct position
-
-               //If the ddmanager is used for droppables, inform the manager that dragging has started (see #5003)
-               if ( $.ui.ddmanager ) $.ui.ddmanager.dragStart(this, event);
-
-               return true;
-       },
-
-       _mouseDrag: function(event, noPropagation) {
-
-               //Compute the helpers position
-               this.position = this._generatePosition(event);
-               this.positionAbs = this._convertPositionTo("absolute");
-
-               //Call plugins and callbacks and use the resulting position if something is returned
-               if (!noPropagation) {
-                       var ui = this._uiHash();
-                       if(this._trigger('drag', event, ui) === false) {
-                               this._mouseUp({});
-                               return false;
-                       }
-                       this.position = ui.position;
-               }
-
-               if(!this.options.axis || this.options.axis != "y") this.helper[0].style.left = this.position.left+'px';
-               if(!this.options.axis || this.options.axis != "x") this.helper[0].style.top = this.position.top+'px';
-               if($.ui.ddmanager) $.ui.ddmanager.drag(this, event);
-
-               return false;
-       },
-
-       _mouseStop: function(event) {
-
-               //If we are using droppables, inform the manager about the drop
-               var dropped = false;
-               if ($.ui.ddmanager && !this.options.dropBehaviour)
-                       dropped = $.ui.ddmanager.drop(this, event);
-
-               //if a drop comes from outside (a sortable)
-               if(this.dropped) {
-                       dropped = this.dropped;
-                       this.dropped = false;
-               }
-
-               //if the original element is no longer in the DOM don't bother to continue (see #8269)
-               var element = this.element[0], elementInDom = false;
-               while ( element && (element = element.parentNode) ) {
-                       if (element == document ) {
-                               elementInDom = true;
-                       }
-               }
-               if ( !elementInDom && this.options.helper === "original" )
-                       return false;
-
-               if((this.options.revert == "invalid" && !dropped) || (this.options.revert == "valid" && dropped) || this.options.revert === true || ($.isFunction(this.options.revert) && this.options.revert.call(this.element, dropped))) {
-                       var that = this;
-                       $(this.helper).animate(this.originalPosition, parseInt(this.options.revertDuration, 10), function() {
-                               if(that._trigger("stop", event) !== false) {
-                                       that._clear();
-                               }
-                       });
-               } else {
-                       if(this._trigger("stop", event) !== false) {
-                               this._clear();
-                       }
-               }
-
-               return false;
-       },
-
-       _mouseUp: function(event) {
-               //Remove frame helpers
-               $("div.ui-draggable-iframeFix").each(function() {
-                       this.parentNode.removeChild(this);
-               });
-
-               //If the ddmanager is used for droppables, inform the manager that dragging has stopped (see #5003)
-               if( $.ui.ddmanager ) $.ui.ddmanager.dragStop(this, event);
-
-               return $.ui.mouse.prototype._mouseUp.call(this, event);
-       },
-
-       cancel: function() {
-
-               if(this.helper.is(".ui-draggable-dragging")) {
-                       this._mouseUp({});
-               } else {
-                       this._clear();
-               }
-
-               return this;
-
-       },
-
-       _getHandle: function(event) {
-
-               var handle = !this.options.handle || !$(this.options.handle, this.element).length ? true : false;
-               $(this.options.handle, this.element)
-                       .find("*")
-                       .andSelf()
-                       .each(function() {
-                               if(this == event.target) handle = true;
-                       });
-
-               return handle;
-
-       },
-
-       _createHelper: function(event) {
-
-               var o = this.options;
-               var helper = $.isFunction(o.helper) ? $(o.helper.apply(this.element[0], [event])) : (o.helper == 'clone' ? this.element.clone().removeAttr('id') : this.element);
-
-               if(!helper.parents('body').length)
-                       helper.appendTo((o.appendTo == 'parent' ? this.element[0].parentNode : o.appendTo));
-
-               if(helper[0] != this.element[0] && !(/(fixed|absolute)/).test(helper.css("position")))
-                       helper.css("position", "absolute");
-
-               return helper;
-
-       },
-
-       _adjustOffsetFromHelper: function(obj) {
-               if (typeof obj == 'string') {
-                       obj = obj.split(' ');
-               }
-               if ($.isArray(obj)) {
-                       obj = {left: +obj[0], top: +obj[1] || 0};
-               }
-               if ('left' in obj) {
-                       this.offset.click.left = obj.left + this.margins.left;
-               }
-               if ('right' in obj) {
-                       this.offset.click.left = this.helperProportions.width - obj.right + this.margins.left;
-               }
-               if ('top' in obj) {
-                       this.offset.click.top = obj.top + this.margins.top;
-               }
-               if ('bottom' in obj) {
-                       this.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top;
-               }
-       },
-
-       _getParentOffset: function() {
-
-               //Get the offsetParent and cache its position
-               this.offsetParent = this.helper.offsetParent();
-               var po = this.offsetParent.offset();
-
-               // This is a special case where we need to modify a offset calculated on start, since the following happened:
-               // 1. The position of the helper is absolute, so it's position is calculated based on the next positioned parent
-               // 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't the document, which means that
-               //    the scroll is included in the initial calculation of the offset of the parent, and never recalculated upon drag
-               if(this.cssPosition == 'absolute' && this.scrollParent[0] != document && $.contains(this.scrollParent[0], this.offsetParent[0])) {
-                       po.left += this.scrollParent.scrollLeft();
-                       po.top += this.scrollParent.scrollTop();
-               }
-
-               if((this.offsetParent[0] == document.body) //This needs to be actually done for all browsers, since pageX/pageY includes this information
-               || (this.offsetParent[0].tagName && this.offsetParent[0].tagName.toLowerCase() == 'html' && $.ui.ie)) //Ugly IE fix
-                       po = { top: 0, left: 0 };
-
-               return {
-                       top: po.top + (parseInt(this.offsetParent.css("borderTopWidth"),10) || 0),
-                       left: po.left + (parseInt(this.offsetParent.css("borderLeftWidth"),10) || 0)
-               };
-
-       },
-
-       _getRelativeOffset: function() {
-
-               if(this.cssPosition == "relative") {
-                       var p = this.element.position();
-                       return {
-                               top: p.top - (parseInt(this.helper.css("top"),10) || 0) + this.scrollParent.scrollTop(),
-                               left: p.left - (parseInt(this.helper.css("left"),10) || 0) + this.scrollParent.scrollLeft()
-                       };
-               } else {
-                       return { top: 0, left: 0 };
-               }
-
-       },
-
-       _cacheMargins: function() {
-               this.margins = {
-                       left: (parseInt(this.element.css("marginLeft"),10) || 0),
-                       top: (parseInt(this.element.css("marginTop"),10) || 0),
-                       right: (parseInt(this.element.css("marginRight"),10) || 0),
-                       bottom: (parseInt(this.element.css("marginBottom"),10) || 0)
-               };
-       },
-
-       _cacheHelperProportions: function() {
-               this.helperProportions = {
-                       width: this.helper.outerWidth(),
-                       height: this.helper.outerHeight()
-               };
-       },
-
-       _setContainment: function() {
-
-               var o = this.options;
-               if(o.containment == 'parent') o.containment = this.helper[0].parentNode;
-               if(o.containment == 'document' || o.containment == 'window') this.containment = [
-                       o.containment == 'document' ? 0 : $(window).scrollLeft() - this.offset.relative.left - this.offset.parent.left,
-                       o.containment == 'document' ? 0 : $(window).scrollTop() - this.offset.relative.top - this.offset.parent.top,
-                       (o.containment == 'document' ? 0 : $(window).scrollLeft()) + $(o.containment == 'document' ? document : window).width() - this.helperProportions.width - this.margins.left,
-                       (o.containment == 'document' ? 0 : $(window).scrollTop()) + ($(o.containment == 'document' ? document : window).height() || document.body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top
-               ];
-
-               if(!(/^(document|window|parent)$/).test(o.containment) && o.containment.constructor != Array) {
-                       var c = $(o.containment);
-                       var ce = c[0]; if(!ce) return;
-                       var co = c.offset();
-                       var over = ($(ce).css("overflow") != 'hidden');
-
-                       this.containment = [
-                               (parseInt($(ce).css("borderLeftWidth"),10) || 0) + (parseInt($(ce).css("paddingLeft"),10) || 0),
-                               (parseInt($(ce).css("borderTopWidth"),10) || 0) + (parseInt($(ce).css("paddingTop"),10) || 0),
-                               (over ? Math.max(ce.scrollWidth,ce.offsetWidth) : ce.offsetWidth) - (parseInt($(ce).css("borderLeftWidth"),10) || 0) - (parseInt($(ce).css("paddingRight"),10) || 0) - this.helperProportions.width - this.margins.left - this.margins.right,
-                               (over ? Math.max(ce.scrollHeight,ce.offsetHeight) : ce.offsetHeight) - (parseInt($(ce).css("borderTopWidth"),10) || 0) - (parseInt($(ce).css("paddingBottom"),10) || 0) - this.helperProportions.height - this.margins.top  - this.margins.bottom
-                       ];
-                       this.relative_container = c;
-
-               } else if(o.containment.constructor == Array) {
-                       this.containment = o.containment;
-               }
-
-       },
-
-       _convertPositionTo: function(d, pos) {
-
-               if(!pos) pos = this.position;
-               var mod = d == "absolute" ? 1 : -1;
-               var o = this.options, scroll = this.cssPosition == 'absolute' && !(this.scrollParent[0] != document && $.contains(this.scrollParent[0], this.offsetParent[0])) ? this.offsetParent : this.scrollParent, scrollIsRootNode = (/(html|body)/i).test(scroll[0].tagName);
-
-               return {
-                       top: (
-                               pos.top                                                                                                                                 // The absolute mouse position
-                               + this.offset.relative.top * mod                                                                                // Only for relative positioned nodes: Relative offset from element to offset parent
-                               + this.offset.parent.top * mod                                                                                  // The offsetParent's offset without borders (offset + border)
-                               - ( ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollTop() : ( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) * mod)
-                       ),
-                       left: (
-                               pos.left                                                                                                                                // The absolute mouse position
-                               + this.offset.relative.left * mod                                                                               // Only for relative positioned nodes: Relative offset from element to offset parent
-                               + this.offset.parent.left * mod                                                                                 // The offsetParent's offset without borders (offset + border)
-                               - ( ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 : scroll.scrollLeft() ) * mod)
-                       )
-               };
-
-       },
-
-       _generatePosition: function(event) {
-
-               var o = this.options, scroll = this.cssPosition == 'absolute' && !(this.scrollParent[0] != document && $.contains(this.scrollParent[0], this.offsetParent[0])) ? this.offsetParent : this.scrollParent, scrollIsRootNode = (/(html|body)/i).test(scroll[0].tagName);
-               var pageX = event.pageX;
-               var pageY = event.pageY;
-
-               /*
-                * - Position constraining -
-                * Constrain the position to a mix of grid, containment.
-                */
-
-               if(this.originalPosition) { //If we are not dragging yet, we won't check for options
-                       var containment;
-                       if(this.containment) {
-                       if (this.relative_container){
-                               var co = this.relative_container.offset();
-                               containment = [ this.containment[0] + co.left,
-                                       this.containment[1] + co.top,
-                                       this.containment[2] + co.left,
-                                       this.containment[3] + co.top ];
-                       }
-                       else {
-                               containment = this.containment;
-                       }
-
-                               if(event.pageX - this.offset.click.left < containment[0]) pageX = containment[0] + this.offset.click.left;
-                               if(event.pageY - this.offset.click.top < containment[1]) pageY = containment[1] + this.offset.click.top;
-                               if(event.pageX - this.offset.click.left > containment[2]) pageX = containment[2] + this.offset.click.left;
-                               if(event.pageY - this.offset.click.top > containment[3]) pageY = containment[3] + this.offset.click.top;
-                       }
-
-                       if(o.grid) {
-                               //Check for grid elements set to 0 to prevent divide by 0 error causing invalid argument errors in IE (see ticket #6950)
-                               var top = o.grid[1] ? this.originalPageY + Math.round((pageY - this.originalPageY) / o.grid[1]) * o.grid[1] : this.originalPageY;
-                               pageY = containment ? (!(top - this.offset.click.top < containment[1] || top - this.offset.click.top > containment[3]) ? top : (!(top - this.offset.click.top < containment[1]) ? top - o.grid[1] : top + o.grid[1])) : top;
-
-                               var left = o.grid[0] ? this.originalPageX + Math.round((pageX - this.originalPageX) / o.grid[0]) * o.grid[0] : this.originalPageX;
-                               pageX = containment ? (!(left - this.offset.click.left < containment[0] || left - this.offset.click.left > containment[2]) ? left : (!(left - this.offset.click.left < containment[0]) ? left - o.grid[0] : left + o.grid[0])) : left;
-                       }
-
-               }
-
-               return {
-                       top: (
-                               pageY                                                                                                                           // The absolute mouse position
-                               - this.offset.click.top                                                                                                 // Click offset (relative to the element)
-                               - this.offset.relative.top                                                                                              // Only for relative positioned nodes: Relative offset from element to offset parent
-                               - this.offset.parent.top                                                                                                // The offsetParent's offset without borders (offset + border)
-                               + ( ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollTop() : ( scrollIsRootNode ? 0 : scroll.scrollTop() ) ))
-                       ),
-                       left: (
-                               pageX                                                                                                                           // The absolute mouse position
-                               - this.offset.click.left                                                                                                // Click offset (relative to the element)
-                               - this.offset.relative.left                                                                                             // Only for relative positioned nodes: Relative offset from element to offset parent
-                               - this.offset.parent.left                                                                                               // The offsetParent's offset without borders (offset + border)
-                               + ( ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 : scroll.scrollLeft() ))
-                       )
-               };
-
-       },
-
-       _clear: function() {
-               this.helper.removeClass("ui-draggable-dragging");
-               if(this.helper[0] != this.element[0] && !this.cancelHelperRemoval) this.helper.remove();
-               //if($.ui.ddmanager) $.ui.ddmanager.current = null;
-               this.helper = null;
-               this.cancelHelperRemoval = false;
-       },
-
-       // From now on bulk stuff - mainly helpers
-
-       _trigger: function(type, event, ui) {
-               ui = ui || this._uiHash();
-               $.ui.plugin.call(this, type, [event, ui]);
-               if(type == "drag") this.positionAbs = this._convertPositionTo("absolute"); //The absolute position has to be recalculated after plugins
-               return $.Widget.prototype._trigger.call(this, type, event, ui);
-       },
-
-       plugins: {},
-
-       _uiHash: function(event) {
-               return {
-                       helper: this.helper,
-                       position: this.position,
-                       originalPosition: this.originalPosition,
-                       offset: this.positionAbs
-               };
-       }
-
-});
-
-$.ui.plugin.add("draggable", "connectToSortable", {
-       start: function(event, ui) {
-
-               var inst = $(this).data("draggable"), o = inst.options,
-                       uiSortable = $.extend({}, ui, { item: inst.element });
-               inst.sortables = [];
-               $(o.connectToSortable).each(function() {
-                       var sortable = $.data(this, 'sortable');
-                       if (sortable && !sortable.options.disabled) {
-                               inst.sortables.push({
-                                       instance: sortable,
-                                       shouldRevert: sortable.options.revert
-                               });
-                               sortable.refreshPositions();    // Call the sortable's refreshPositions at drag start to refresh the containerCache since the sortable container cache is used in drag and needs to be up to date (this will ensure it's initialised as well as being kept in step with any changes that might have happened on the page).
-                               sortable._trigger("activate", event, uiSortable);
-                       }
-               });
-
-       },
-       stop: function(event, ui) {
-
-               //If we are still over the sortable, we fake the stop event of the sortable, but also remove helper
-               var inst = $(this).data("draggable"),
-                       uiSortable = $.extend({}, ui, { item: inst.element });
-
-               $.each(inst.sortables, function() {
-                       if(this.instance.isOver) {
-
-                               this.instance.isOver = 0;
-
-                               inst.cancelHelperRemoval = true; //Don't remove the helper in the draggable instance
-                               this.instance.cancelHelperRemoval = false; //Remove it in the sortable instance (so sortable plugins like revert still work)
-
-                               //The sortable revert is supported, and we have to set a temporary dropped variable on the draggable to support revert: 'valid/invalid'
-                               if(this.shouldRevert) this.instance.options.revert = true;
-
-                               //Trigger the stop of the sortable
-                               this.instance._mouseStop(event);
-
-                               this.instance.options.helper = this.instance.options._helper;
-
-                               //If the helper has been the original item, restore properties in the sortable
-                               if(inst.options.helper == 'original')
-                                       this.instance.currentItem.css({ top: 'auto', left: 'auto' });
-
-                       } else {
-                               this.instance.cancelHelperRemoval = false; //Remove the helper in the sortable instance
-                               this.instance._trigger("deactivate", event, uiSortable);
-                       }
-
-               });
-
-       },
-       drag: function(event, ui) {
-
-               var inst = $(this).data("draggable"), that = this;
-
-               var checkPos = function(o) {
-                       var dyClick = this.offset.click.top, dxClick = this.offset.click.left;
-                       var helperTop = this.positionAbs.top, helperLeft = this.positionAbs.left;
-                       var itemHeight = o.height, itemWidth = o.width;
-                       var itemTop = o.top, itemLeft = o.left;
-
-                       return $.ui.isOver(helperTop + dyClick, helperLeft + dxClick, itemTop, itemLeft, itemHeight, itemWidth);
-               };
-
-               $.each(inst.sortables, function(i) {
-
-                       var innermostIntersecting = false;
-                       var thisSortable = this;
-                       //Copy over some variables to allow calling the sortable's native _intersectsWith
-                       this.instance.positionAbs = inst.positionAbs;
-                       this.instance.helperProportions = inst.helperProportions;
-                       this.instance.offset.click = inst.offset.click;
-
-                       if(this.instance._intersectsWith(this.instance.containerCache)) {
-                               innermostIntersecting = true;
-                               $.each(inst.sortables, function () {
-                                       this.instance.positionAbs = inst.positionAbs;
-                                       this.instance.helperProportions = inst.helperProportions;
-                                       this.instance.offset.click = inst.offset.click;
-                                       if  (this != thisSortable
-                                               && this.instance._intersectsWith(this.instance.containerCache)
-                                               && $.ui.contains(thisSortable.instance.element[0], this.instance.element[0]))
-                                               innermostIntersecting = false;
-                                               return innermostIntersecting;
-                               });
-                       }
-
-
-                       if(innermostIntersecting) {
-                               //If it intersects, we use a little isOver variable and set it once, so our move-in stuff gets fired only once
-                               if(!this.instance.isOver) {
-
-                                       this.instance.isOver = 1;
-                                       //Now we fake the start of dragging for the sortable instance,
-                                       //by cloning the list group item, appending it to the sortable and using it as inst.currentItem
-                                       //We can then fire the start event of the sortable with our passed browser event, and our own helper (so it doesn't create a new one)
-                                       this.instance.currentItem = $(that).clone().removeAttr('id').appendTo(this.instance.element).data("sortable-item", true);
-                                       this.instance.options._helper = this.instance.options.helper; //Store helper option to later restore it
-                                       this.instance.options.helper = function() { return ui.helper[0]; };
-
-                                       event.target = this.instance.currentItem[0];
-                                       this.instance._mouseCapture(event, true);
-                                       this.instance._mouseStart(event, true, true);
-
-                                       //Because the browser event is way off the new appended portlet, we modify a couple of variables to reflect the changes
-                                       this.instance.offset.click.top = inst.offset.click.top;
-                                       this.instance.offset.click.left = inst.offset.click.left;
-                                       this.instance.offset.parent.left -= inst.offset.parent.left - this.instance.offset.parent.left;
-                                       this.instance.offset.parent.top -= inst.offset.parent.top - this.instance.offset.parent.top;
-
-                                       inst._trigger("toSortable", event);
-                                       inst.dropped = this.instance.element; //draggable revert needs that
-                                       //hack so receive/update callbacks work (mostly)
-                                       inst.currentItem = inst.element;
-                                       this.instance.fromOutside = inst;
-
-                               }
-
-                               //Provided we did all the previous steps, we can fire the drag event of the sortable on every draggable drag, when it intersects with the sortable
-                               if(this.instance.currentItem) this.instance._mouseDrag(event);
-
-                       } else {
-
-                               //If it doesn't intersect with the sortable, and it intersected before,
-                               //we fake the drag stop of the sortable, but make sure it doesn't remove the helper by using cancelHelperRemoval
-                               if(this.instance.isOver) {
-
-                                       this.instance.isOver = 0;
-                                       this.instance.cancelHelperRemoval = true;
-
-                                       //Prevent reverting on this forced stop
-                                       this.instance.options.revert = false;
-
-                                       // The out event needs to be triggered independently
-                                       this.instance._trigger('out', event, this.instance._uiHash(this.instance));
-
-                                       this.instance._mouseStop(event, true);
-                                       this.instance.options.helper = this.instance.options._helper;
-
-                                       //Now we remove our currentItem, the list group clone again, and the placeholder, and animate the helper back to it's original size
-                                       this.instance.currentItem.remove();
-                                       if(this.instance.placeholder) this.instance.placeholder.remove();
-
-                                       inst._trigger("fromSortable", event);
-                                       inst.dropped = false; //draggable revert needs that
-                               }
-
-                       };
-
-               });
-
-       }
-});
-
-$.ui.plugin.add("draggable", "cursor", {
-       start: function(event, ui) {
-               var t = $('body'), o = $(this).data('draggable').options;
-               if (t.css("cursor")) o._cursor = t.css("cursor");
-               t.css("cursor", o.cursor);
-       },
-       stop: function(event, ui) {
-               var o = $(this).data('draggable').options;
-               if (o._cursor) $('body').css("cursor", o._cursor);
-       }
-});
-
-$.ui.plugin.add("draggable", "opacity", {
-       start: function(event, ui) {
-               var t = $(ui.helper), o = $(this).data('draggable').options;
-               if(t.css("opacity")) o._opacity = t.css("opacity");
-               t.css('opacity', o.opacity);
-       },
-       stop: function(event, ui) {
-               var o = $(this).data('draggable').options;
-               if(o._opacity) $(ui.helper).css('opacity', o._opacity);
-       }
-});
-
-$.ui.plugin.add("draggable", "scroll", {
-       start: function(event, ui) {
-               var i = $(this).data("draggable");
-               if(i.scrollParent[0] != document && i.scrollParent[0].tagName != 'HTML') i.overflowOffset = i.scrollParent.offset();
-       },
-       drag: function(event, ui) {
-
-               var i = $(this).data("draggable"), o = i.options, scrolled = false;
-
-               if(i.scrollParent[0] != document && i.scrollParent[0].tagName != 'HTML') {
-
-                       if(!o.axis || o.axis != 'x') {
-                               if((i.overflowOffset.top + i.scrollParent[0].offsetHeight) - event.pageY < o.scrollSensitivity)
-                                       i.scrollParent[0].scrollTop = scrolled = i.scrollParent[0].scrollTop + o.scrollSpeed;
-                               else if(event.pageY - i.overflowOffset.top < o.scrollSensitivity)
-                                       i.scrollParent[0].scrollTop = scrolled = i.scrollParent[0].scrollTop - o.scrollSpeed;
-                       }
-
-                       if(!o.axis || o.axis != 'y') {
-                               if((i.overflowOffset.left + i.scrollParent[0].offsetWidth) - event.pageX < o.scrollSensitivity)
-                                       i.scrollParent[0].scrollLeft = scrolled = i.scrollParent[0].scrollLeft + o.scrollSpeed;
-                               else if(event.pageX - i.overflowOffset.left < o.scrollSensitivity)
-                                       i.scrollParent[0].scrollLeft = scrolled = i.scrollParent[0].scrollLeft - o.scrollSpeed;
-                       }
-
-               } else {
-
-                       if(!o.axis || o.axis != 'x') {
-                               if(event.pageY - $(document).scrollTop() < o.scrollSensitivity)
-                                       scrolled = $(document).scrollTop($(document).scrollTop() - o.scrollSpeed);
-                               else if($(window).height() - (event.pageY - $(document).scrollTop()) < o.scrollSensitivity)
-                                       scrolled = $(document).scrollTop($(document).scrollTop() + o.scrollSpeed);
-                       }
-
-                       if(!o.axis || o.axis != 'y') {
-                               if(event.pageX - $(document).scrollLeft() < o.scrollSensitivity)
-                                       scrolled = $(document).scrollLeft($(document).scrollLeft() - o.scrollSpeed);
-                               else if($(window).width() - (event.pageX - $(document).scrollLeft()) < o.scrollSensitivity)
-                                       scrolled = $(document).scrollLeft($(document).scrollLeft() + o.scrollSpeed);
-                       }
-
-               }
-
-               if(scrolled !== false && $.ui.ddmanager && !o.dropBehaviour)
-                       $.ui.ddmanager.prepareOffsets(i, event);
-
-       }
-});
-
-$.ui.plugin.add("draggable", "snap", {
-       start: function(event, ui) {
-
-               var i = $(this).data("draggable"), o = i.options;
-               i.snapElements = [];
-
-               $(o.snap.constructor != String ? ( o.snap.items || ':data(draggable)' ) : o.snap).each(function() {
-                       var $t = $(this); var $o = $t.offset();
-                       if(this != i.element[0]) i.snapElements.push({
-                               item: this,
-                               width: $t.outerWidth(), height: $t.outerHeight(),
-                               top: $o.top, left: $o.left
-                       });
-               });
-
-       },
-       drag: function(event, ui) {
-
-               var inst = $(this).data("draggable"), o = inst.options;
-               var d = o.snapTolerance;
-
-               var x1 = ui.offset.left, x2 = x1 + inst.helperProportions.width,
-                       y1 = ui.offset.top, y2 = y1 + inst.helperProportions.height;
-
-               for (var i = inst.snapElements.length - 1; i >= 0; i--){
-
-                       var l = inst.snapElements[i].left, r = l + inst.snapElements[i].width,
-                               t = inst.snapElements[i].top, b = t + inst.snapElements[i].height;
-
-                       //Yes, I know, this is insane ;)
-                       if(!((l-d < x1 && x1 < r+d && t-d < y1 && y1 < b+d) || (l-d < x1 && x1 < r+d && t-d < y2 && y2 < b+d) || (l-d < x2 && x2 < r+d && t-d < y1 && y1 < b+d) || (l-d < x2 && x2 < r+d && t-d < y2 && y2 < b+d))) {
-                               if(inst.snapElements[i].snapping) (inst.options.snap.release && inst.options.snap.release.call(inst.element, event, $.extend(inst._uiHash(), { snapItem: inst.snapElements[i].item })));
-                               inst.snapElements[i].snapping = false;
-                               continue;
-                       }
-
-                       if(o.snapMode != 'inner') {
-                               var ts = Math.abs(t - y2) <= d;
-                               var bs = Math.abs(b - y1) <= d;
-                               var ls = Math.abs(l - x2) <= d;
-                               var rs = Math.abs(r - x1) <= d;
-                               if(ts) ui.position.top = inst._convertPositionTo("relative", { top: t - inst.helperProportions.height, left: 0 }).top - inst.margins.top;
-                               if(bs) ui.position.top = inst._convertPositionTo("relative", { top: b, left: 0 }).top - inst.margins.top;
-                               if(ls) ui.position.left = inst._convertPositionTo("relative", { top: 0, left: l - inst.helperProportions.width }).left - inst.margins.left;
-                               if(rs) ui.position.left = inst._convertPositionTo("relative", { top: 0, left: r }).left - inst.margins.left;
-                       }
-
-                       var first = (ts || bs || ls || rs);
-
-                       if(o.snapMode != 'outer') {
-                               var ts = Math.abs(t - y1) <= d;
-                               var bs = Math.abs(b - y2) <= d;
-                               var ls = Math.abs(l - x1) <= d;
-                               var rs = Math.abs(r - x2) <= d;
-                               if(ts) ui.position.top = inst._convertPositionTo("relative", { top: t, left: 0 }).top - inst.margins.top;
-                               if(bs) ui.position.top = inst._convertPositionTo("relative", { top: b - inst.helperProportions.height, left: 0 }).top - inst.margins.top;
-                               if(ls) ui.position.left = inst._convertPositionTo("relative", { top: 0, left: l }).left - inst.margins.left;
-                               if(rs) ui.position.left = inst._convertPositionTo("relative", { top: 0, left: r - inst.helperProportions.width }).left - inst.margins.left;
-                       }
-
-                       if(!inst.snapElements[i].snapping && (ts || bs || ls || rs || first))
-                               (inst.options.snap.snap && inst.options.snap.snap.call(inst.element, event, $.extend(inst._uiHash(), { snapItem: inst.snapElements[i].item })));
-                       inst.snapElements[i].snapping = (ts || bs || ls || rs || first);
-
-               };
-
-       }
-});
-
-$.ui.plugin.add("draggable", "stack", {
-       start: function(event, ui) {
-
-               var o = $(this).data("draggable").options;
-
-               var group = $.makeArray($(o.stack)).sort(function(a,b) {
-                       return (parseInt($(a).css("zIndex"),10) || 0) - (parseInt($(b).css("zIndex"),10) || 0);
-               });
-               if (!group.length) { return; }
-
-               var min = parseInt(group[0].style.zIndex) || 0;
-               $(group).each(function(i) {
-                       this.style.zIndex = min + i;
-               });
-
-               this[0].style.zIndex = min + group.length;
-
-       }
-});
-
-$.ui.plugin.add("draggable", "zIndex", {
-       start: function(event, ui) {
-               var t = $(ui.helper), o = $(this).data("draggable").options;
-               if(t.css("zIndex")) o._zIndex = t.css("zIndex");
-               t.css('zIndex', o.zIndex);
-       },
-       stop: function(event, ui) {
-               var o = $(this).data("draggable").options;
-               if(o._zIndex) $(ui.helper).css('zIndex', o._zIndex);
-       }
-});
-
-})(jQuery);
-;(jQuery.effects || (function($, undefined) {
-
-var backCompat = $.uiBackCompat !== false,
-       // prefix used for storing data on .data()
-       dataSpace = "ui-effects-";
-
-$.effects = {
-       effect: {}
-};
-
-/*!
- * jQuery Color Animations v2.0.0
- * http://jquery.com/
- *
- * Copyright 2012 jQuery Foundation and other contributors
- * Released under the MIT license.
- * http://jquery.org/license
- *
- * Date: Mon Aug 13 13:41:02 2012 -0500
- */
-(function( jQuery, undefined ) {
-
-       var stepHooks = "backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor".split(" "),
-
-       // plusequals test for += 100 -= 100
-       rplusequals = /^([\-+])=\s*(\d+\.?\d*)/,
-       // a set of RE's that can match strings and generate color tuples.
-       stringParsers = [{
-                       re: /rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,
-                       parse: function( execResult ) {
-                               return [
-                                       execResult[ 1 ],
-                                       execResult[ 2 ],
-                                       execResult[ 3 ],
-                                       execResult[ 4 ]
-                               ];
-                       }
-               }, {
-                       re: /rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,
-                       parse: function( execResult ) {
-                               return [
-                                       execResult[ 1 ] * 2.55,
-                                       execResult[ 2 ] * 2.55,
-                                       execResult[ 3 ] * 2.55,
-                                       execResult[ 4 ]
-                               ];
-                       }
-               }, {
-                       // this regex ignores A-F because it's compared against an already lowercased string
-                       re: /#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,
-                       parse: function( execResult ) {
-                               return [
-                                       parseInt( execResult[ 1 ], 16 ),
-                                       parseInt( execResult[ 2 ], 16 ),
-                                       parseInt( execResult[ 3 ], 16 )
-                               ];
-                       }
-               }, {
-                       // this regex ignores A-F because it's compared against an already lowercased string
-                       re: /#([a-f0-9])([a-f0-9])([a-f0-9])/,
-                       parse: function( execResult ) {
-                               return [
-                                       parseInt( execResult[ 1 ] + execResult[ 1 ], 16 ),
-                                       parseInt( execResult[ 2 ] + execResult[ 2 ], 16 ),
-                                       parseInt( execResult[ 3 ] + execResult[ 3 ], 16 )
-                               ];
-                       }
-               }, {
-                       re: /hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,
-                       space: "hsla",
-                       parse: function( execResult ) {
-                               return [
-                                       execResult[ 1 ],
-                                       execResult[ 2 ] / 100,
-                                       execResult[ 3 ] / 100,
-                                       execResult[ 4 ]
-                               ];
-                       }
-               }],
-
-       // jQuery.Color( )
-       color = jQuery.Color = function( color, green, blue, alpha ) {
-               return new jQuery.Color.fn.parse( color, green, blue, alpha );
-       },
-       spaces = {
-               rgba: {
-                       props: {
-                               red: {
-                                       idx: 0,
-                                       type: "byte"
-                               },
-                               green: {
-                                       idx: 1,
-                                       type: "byte"
-                               },
-                               blue: {
-                                       idx: 2,
-                                       type: "byte"
-                               }
-                       }
-               },
-
-               hsla: {
-                       props: {
-                               hue: {
-                                       idx: 0,
-                                       type: "degrees"
-                               },
-                               saturation: {
-                                       idx: 1,
-                                       type: "percent"
-                               },
-                               lightness: {
-                                       idx: 2,
-                                       type: "percent"
-                               }
-                       }
-               }
-       },
-       propTypes = {
-               "byte": {
-                       floor: true,
-                       max: 255
-               },
-               "percent": {
-                       max: 1
-               },
-               "degrees": {
-                       mod: 360,
-                       floor: true
-               }
-       },
-       support = color.support = {},
-
-       // element for support tests
-       supportElem = jQuery( "<p>" )[ 0 ],
-
-       // colors = jQuery.Color.names
-       colors,
-
-       // local aliases of functions called often
-       each = jQuery.each;
-
-// determine rgba support immediately
-supportElem.style.cssText = "background-color:rgba(1,1,1,.5)";
-support.rgba = supportElem.style.backgroundColor.indexOf( "rgba" ) > -1;
-
-// define cache name and alpha properties
-// for rgba and hsla spaces
-each( spaces, function( spaceName, space ) {
-       space.cache = "_" + spaceName;
-       space.props.alpha = {
-               idx: 3,
-               type: "percent",
-               def: 1
-       };
-});
-
-function clamp( value, prop, allowEmpty ) {
-       var type = propTypes[ prop.type ] || {};
-
-       if ( value == null ) {
-               return (allowEmpty || !prop.def) ? null : prop.def;
-       }
-
-       // ~~ is an short way of doing floor for positive numbers
-       value = type.floor ? ~~value : parseFloat( value );
-
-       // IE will pass in empty strings as value for alpha,
-       // which will hit this case
-       if ( isNaN( value ) ) {
-               return prop.def;
-       }
-
-       if ( type.mod ) {
-               // we add mod before modding to make sure that negatives values
-               // get converted properly: -10 -> 350
-               return (value + type.mod) % type.mod;
-       }
-
-       // for now all property types without mod have min and max
-       return 0 > value ? 0 : type.max < value ? type.max : value;
-}
-
-function stringParse( string ) {
-       var inst = color(),
-               rgba = inst._rgba = [];
-
-       string = string.toLowerCase();
-
-       each( stringParsers, function( i, parser ) {
-               var parsed,
-                       match = parser.re.exec( string ),
-                       values = match && parser.parse( match ),
-                       spaceName = parser.space || "rgba";
-
-               if ( values ) {
-                       parsed = inst[ spaceName ]( values );
-
-                       // if this was an rgba parse the assignment might happen twice
-                       // oh well....
-                       inst[ spaces[ spaceName ].cache ] = parsed[ spaces[ spaceName ].cache ];
-                       rgba = inst._rgba = parsed._rgba;
-
-                       // exit each( stringParsers ) here because we matched
-                       return false;
-               }
-       });
-
-       // Found a stringParser that handled it
-       if ( rgba.length ) {
-
-               // if this came from a parsed string, force "transparent" when alpha is 0
-               // chrome, (and maybe others) return "transparent" as rgba(0,0,0,0)
-               if ( rgba.join() === "0,0,0,0" ) {
-                       jQuery.extend( rgba, colors.transparent );
-               }
-               return inst;
-       }
-
-       // named colors
-       return colors[ string ];
-}
-
-color.fn = jQuery.extend( color.prototype, {
-       parse: function( red, green, blue, alpha ) {
-               if ( red === undefined ) {
-                       this._rgba = [ null, null, null, null ];
-                       return this;
-               }
-               if ( red.jquery || red.nodeType ) {
-                       red = jQuery( red ).css( green );
-                       green = undefined;
-               }
-
-               var inst = this,
-                       type = jQuery.type( red ),
-                       rgba = this._rgba = [];
-
-               // more than 1 argument specified - assume ( red, green, blue, alpha )
-               if ( green !== undefined ) {
-                       red = [ red, green, blue, alpha ];
-                       type = "array";
-               }
-
-               if ( type === "string" ) {
-                       return this.parse( stringParse( red ) || colors._default );
-               }
-
-               if ( type === "array" ) {
-                       each( spaces.rgba.props, function( key, prop ) {
-                               rgba[ prop.idx ] = clamp( red[ prop.idx ], prop );
-                       });
-                       return this;
-               }
-
-               if ( type === "object" ) {
-                       if ( red instanceof color ) {
-                               each( spaces, function( spaceName, space ) {
-                                       if ( red[ space.cache ] ) {
-                                               inst[ space.cache ] = red[ space.cache ].slice();
-                                       }
-                               });
-                       } else {
-                               each( spaces, function( spaceName, space ) {
-                                       var cache = space.cache;
-                                       each( space.props, function( key, prop ) {
-
-                                               // if the cache doesn't exist, and we know how to convert
-                                               if ( !inst[ cache ] && space.to ) {
-
-                                                       // if the value was null, we don't need to copy it
-                                                       // if the key was alpha, we don't need to copy it either
-                                                       if ( key === "alpha" || red[ key ] == null ) {
-                                                               return;
-                                                       }
-                                                       inst[ cache ] = space.to( inst._rgba );
-                                               }
-
-                                               // this is the only case where we allow nulls for ALL properties.
-                                               // call clamp with alwaysAllowEmpty
-                                               inst[ cache ][ prop.idx ] = clamp( red[ key ], prop, true );
-                                       });
-
-                                       // everything defined but alpha?
-                                       if ( inst[ cache ] && $.inArray( null, inst[ cache ].slice( 0, 3 ) ) < 0 ) {
-                                               // use the default of 1
-                                               inst[ cache ][ 3 ] = 1;
-                                               if ( space.from ) {
-                                                       inst._rgba = space.from( inst[ cache ] );
-                                               }
-                                       }
-                               });
-                       }
-                       return this;
-               }
-       },
-       is: function( compare ) {
-               var is = color( compare ),
-                       same = true,
-                       inst = this;
-
-               each( spaces, function( _, space ) {
-                       var localCache,
-                               isCache = is[ space.cache ];
-                       if (isCache) {
-                               localCache = inst[ space.cache ] || space.to && space.to( inst._rgba ) || [];
-                               each( space.props, function( _, prop ) {
-                                       if ( isCache[ prop.idx ] != null ) {
-                                               same = ( isCache[ prop.idx ] === localCache[ prop.idx ] );
-                                               return same;
-                                       }
-                               });
-                       }
-                       return same;
-               });
-               return same;
-       },
-       _space: function() {
-               var used = [],
-                       inst = this;
-               each( spaces, function( spaceName, space ) {
-                       if ( inst[ space.cache ] ) {
-                               used.push( spaceName );
-                       }
-               });
-               return used.pop();
-       },
-       transition: function( other, distance ) {
-               var end = color( other ),
-                       spaceName = end._space(),
-                       space = spaces[ spaceName ],
-                       startColor = this.alpha() === 0 ? color( "transparent" ) : this,
-                       start = startColor[ space.cache ] || space.to( startColor._rgba ),
-                       result = start.slice();
-
-               end = end[ space.cache ];
-               each( space.props, function( key, prop ) {
-                       var index = prop.idx,
-                               startValue = start[ index ],
-                               endValue = end[ index ],
-                               type = propTypes[ prop.type ] || {};
-
-                       // if null, don't override start value
-                       if ( endValue === null ) {
-                               return;
-                       }
-                       // if null - use end
-                       if ( startValue === null ) {
-                               result[ index ] = endValue;
-                       } else {
-                               if ( type.mod ) {
-                                       if ( endValue - startValue > type.mod / 2 ) {
-                                               startValue += type.mod;
-                                       } else if ( startValue - endValue > type.mod / 2 ) {
-                                               startValue -= type.mod;
-                                       }
-                               }
-                               result[ index ] = clamp( ( endValue - startValue ) * distance + startValue, prop );
-                       }
-               });
-               return this[ spaceName ]( result );
-       },
-       blend: function( opaque ) {
-               // if we are already opaque - return ourself
-               if ( this._rgba[ 3 ] === 1 ) {
-                       return this;
-               }
-
-               var rgb = this._rgba.slice(),
-                       a = rgb.pop(),
-                       blend = color( opaque )._rgba;
-
-               return color( jQuery.map( rgb, function( v, i ) {
-                       return ( 1 - a ) * blend[ i ] + a * v;
-               }));
-       },
-       toRgbaString: function() {
-               var prefix = "rgba(",
-                       rgba = jQuery.map( this._rgba, function( v, i ) {
-                               return v == null ? ( i > 2 ? 1 : 0 ) : v;
-                       });
-
-               if ( rgba[ 3 ] === 1 ) {
-                       rgba.pop();
-                       prefix = "rgb(";
-               }
-
-               return prefix + rgba.join() + ")";
-       },
-       toHslaString: function() {
-               var prefix = "hsla(",
-                       hsla = jQuery.map( this.hsla(), function( v, i ) {
-                               if ( v == null ) {
-                                       v = i > 2 ? 1 : 0;
-                               }
-
-                               // catch 1 and 2
-                               if ( i && i < 3 ) {
-                                       v = Math.round( v * 100 ) + "%";
-                               }
-                               return v;
-                       });
-
-               if ( hsla[ 3 ] === 1 ) {
-                       hsla.pop();
-                       prefix = "hsl(";
-               }
-               return prefix + hsla.join() + ")";
-       },
-       toHexString: function( includeAlpha ) {
-               var rgba = this._rgba.slice(),
-                       alpha = rgba.pop();
-
-               if ( includeAlpha ) {
-                       rgba.push( ~~( alpha * 255 ) );
-               }
-
-               return "#" + jQuery.map( rgba, function( v ) {
-
-                       // default to 0 when nulls exist
-                       v = ( v || 0 ).toString( 16 );
-                       return v.length === 1 ? "0" + v : v;
-               }).join("");
-       },
-       toString: function() {
-               return this._rgba[ 3 ] === 0 ? "transparent" : this.toRgbaString();
-       }
-});
-color.fn.parse.prototype = color.fn;
-
-// hsla conversions adapted from:
-// https://code.google.com/p/maashaack/source/browse/packages/graphics/trunk/src/graphics/colors/HUE2RGB.as?r=5021
-
-function hue2rgb( p, q, h ) {
-       h = ( h + 1 ) % 1;
-       if ( h * 6 < 1 ) {
-               return p + (q - p) * h * 6;
-       }
-       if ( h * 2 < 1) {
-               return q;
-       }
-       if ( h * 3 < 2 ) {
-               return p + (q - p) * ((2/3) - h) * 6;
-       }
-       return p;
-}
-
-spaces.hsla.to = function ( rgba ) {
-       if ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {
-               return [ null, null, null, rgba[ 3 ] ];
-       }
-       var r = rgba[ 0 ] / 255,
-               g = rgba[ 1 ] / 255,
-               b = rgba[ 2 ] / 255,
-               a = rgba[ 3 ],
-               max = Math.max( r, g, b ),
-               min = Math.min( r, g, b ),
-               diff = max - min,
-               add = max + min,
-               l = add * 0.5,
-               h, s;
-
-       if ( min === max ) {
-               h = 0;
-       } else if ( r === max ) {
-               h = ( 60 * ( g - b ) / diff ) + 360;
-       } else if ( g === max ) {
-               h = ( 60 * ( b - r ) / diff ) + 120;
-       } else {
-               h = ( 60 * ( r - g ) / diff ) + 240;
-       }
-
-       if ( l === 0 || l === 1 ) {
-               s = l;
-       } else if ( l <= 0.5 ) {
-               s = diff / add;
-       } else {
-               s = diff / ( 2 - add );
-       }
-       return [ Math.round(h) % 360, s, l, a == null ? 1 : a ];
-};
-
-spaces.hsla.from = function ( hsla ) {
-       if ( hsla[ 0 ] == null || hsla[ 1 ] == null || hsla[ 2 ] == null ) {
-               return [ null, null, null, hsla[ 3 ] ];
-       }
-       var h = hsla[ 0 ] / 360,
-               s = hsla[ 1 ],
-               l = hsla[ 2 ],
-               a = hsla[ 3 ],
-               q = l <= 0.5 ? l * ( 1 + s ) : l + s - l * s,
-               p = 2 * l - q;
-
-       return [
-               Math.round( hue2rgb( p, q, h + ( 1 / 3 ) ) * 255 ),
-               Math.round( hue2rgb( p, q, h ) * 255 ),
-               Math.round( hue2rgb( p, q, h - ( 1 / 3 ) ) * 255 ),
-               a
-       ];
-};
-
-
-each( spaces, function( spaceName, space ) {
-       var props = space.props,
-               cache = space.cache,
-               to = space.to,
-               from = space.from;
-
-       // makes rgba() and hsla()
-       color.fn[ spaceName ] = function( value ) {
-
-               // generate a cache for this space if it doesn't exist
-               if ( to && !this[ cache ] ) {
-                       this[ cache ] = to( this._rgba );
-               }
-               if ( value === undefined ) {
-                       return this[ cache ].slice();
-               }
-
-               var ret,
-                       type = jQuery.type( value ),
-                       arr = ( type === "array" || type === "object" ) ? value : arguments,
-                       local = this[ cache ].slice();
-
-               each( props, function( key, prop ) {
-                       var val = arr[ type === "object" ? key : prop.idx ];
-                       if ( val == null ) {
-                               val = local[ prop.idx ];
-                       }
-                       local[ prop.idx ] = clamp( val, prop );
-               });
-
-               if ( from ) {
-                       ret = color( from( local ) );
-                       ret[ cache ] = local;
-                       return ret;
-               } else {
-                       return color( local );
-               }
-       };
-
-       // makes red() green() blue() alpha() hue() saturation() lightness()
-       each( props, function( key, prop ) {
-               // alpha is included in more than one space
-               if ( color.fn[ key ] ) {
-                       return;
-               }
-               color.fn[ key ] = function( value ) {
-                       var vtype = jQuery.type( value ),
-                               fn = ( key === "alpha" ? ( this._hsla ? "hsla" : "rgba" ) : spaceName ),
-                               local = this[ fn ](),
-                               cur = local[ prop.idx ],
-                               match;
-
-                       if ( vtype === "undefined" ) {
-                               return cur;
-                       }
-
-                       if ( vtype === "function" ) {
-                               value = value.call( this, cur );
-                               vtype = jQuery.type( value );
-                       }
-                       if ( value == null && prop.empty ) {
-                               return this;
-                       }
-                       if ( vtype === "string" ) {
-                               match = rplusequals.exec( value );
-                               if ( match ) {
-                                       value = cur + parseFloat( match[ 2 ] ) * ( match[ 1 ] === "+" ? 1 : -1 );
-                               }
-                       }
-                       local[ prop.idx ] = value;
-                       return this[ fn ]( local );
-               };
-       });
-});
-
-// add .fx.step functions
-each( stepHooks, function( i, hook ) {
-       jQuery.cssHooks[ hook ] = {
-               set: function( elem, value ) {
-                       var parsed, curElem,
-                               backgroundColor = "";
-
-                       if ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) {
-                               value = color( parsed || value );
-                               if ( !support.rgba && value._rgba[ 3 ] !== 1 ) {
-                                       curElem = hook === "backgroundColor" ? elem.parentNode : elem;
-                                       while (
-                                               (backgroundColor === "" || backgroundColor === "transparent") &&
-                                               curElem && curElem.style
-                                       ) {
-                                               try {
-                                                       backgroundColor = jQuery.css( curElem, "backgroundColor" );
-                                                       curElem = curElem.parentNode;
-                                               } catch ( e ) {
-                                               }
-                                       }
-
-                                       value = value.blend( backgroundColor && backgroundColor !== "transparent" ?
-                                               backgroundColor :
-                                               "_default" );
-                               }
-
-                               value = value.toRgbaString();
-                       }
-                       try {
-                               elem.style[ hook ] = value;
-                       } catch( error ) {
-                               // wrapped to prevent IE from throwing errors on "invalid" values like 'auto' or 'inherit'
-                       }
-               }
-       };
-       jQuery.fx.step[ hook ] = function( fx ) {
-               if ( !fx.colorInit ) {
-                       fx.start = color( fx.elem, hook );
-                       fx.end = color( fx.end );
-                       fx.colorInit = true;
-               }
-               jQuery.cssHooks[ hook ].set( fx.elem, fx.start.transition( fx.end, fx.pos ) );
-       };
-});
-
-jQuery.cssHooks.borderColor = {
-       expand: function( value ) {
-               var expanded = {};
-
-               each( [ "Top", "Right", "Bottom", "Left" ], function( i, part ) {
-                       expanded[ "border" + part + "Color" ] = value;
-               });
-               return expanded;
-       }
-};
-
-// Basic color names only.
-// Usage of any of the other color names requires adding yourself or including
-// jquery.color.svg-names.js.
-colors = jQuery.Color.names = {
-       // 4.1. Basic color keywords
-       aqua: "#00ffff",
-       black: "#000000",
-       blue: "#0000ff",
-       fuchsia: "#ff00ff",
-       gray: "#808080",
-       green: "#008000",
-       lime: "#00ff00",
-       maroon: "#800000",
-       navy: "#000080",
-       olive: "#808000",
-       purple: "#800080",
-       red: "#ff0000",
-       silver: "#c0c0c0",
-       teal: "#008080",
-       white: "#ffffff",
-       yellow: "#ffff00",
-
-       // 4.2.3. "transparent" color keyword
-       transparent: [ null, null, null, 0 ],
-
-       _default: "#ffffff"
-};
-
-})( jQuery );
-
-
-
-/******************************************************************************/
-/****************************** CLASS ANIMATIONS ******************************/
-/******************************************************************************/
-(function() {
-
-var classAnimationActions = [ "add", "remove", "toggle" ],
-       shorthandStyles = {
-               border: 1,
-               borderBottom: 1,
-               borderColor: 1,
-               borderLeft: 1,
-               borderRight: 1,
-               borderTop: 1,
-               borderWidth: 1,
-               margin: 1,
-               padding: 1
-       };
-
-$.each([ "borderLeftStyle", "borderRightStyle", "borderBottomStyle", "borderTopStyle" ], function( _, prop ) {
-       $.fx.step[ prop ] = function( fx ) {
-               if ( fx.end !== "none" && !fx.setAttr || fx.pos === 1 && !fx.setAttr ) {
-                       jQuery.style( fx.elem, prop, fx.end );
-                       fx.setAttr = true;
-               }
-       };
-});
-
-function getElementStyles() {
-       var style = this.ownerDocument.defaultView ?
-                       this.ownerDocument.defaultView.getComputedStyle( this, null ) :
-                       this.currentStyle,
-               newStyle = {},
-               key,
-               len;
-
-       // webkit enumerates style porperties
-       if ( style && style.length && style[ 0 ] && style[ style[ 0 ] ] ) {
-               len = style.length;
-               while ( len-- ) {
-                       key = style[ len ];
-                       if ( typeof style[ key ] === "string" ) {
-                               newStyle[ $.camelCase( key ) ] = style[ key ];
-                       }
-               }
-       } else {
-               for ( key in style ) {
-                       if ( typeof style[ key ] === "string" ) {
-                               newStyle[ key ] = style[ key ];
-                       }
-               }
-       }
-
-       return newStyle;
-}
-
-
-function styleDifference( oldStyle, newStyle ) {
-       var diff = {},
-               name, value;
-
-       for ( name in newStyle ) {
-               value = newStyle[ name ];
-               if ( oldStyle[ name ] !== value ) {
-                       if ( !shorthandStyles[ name ] ) {
-                               if ( $.fx.step[ name ] || !isNaN( parseFloat( value ) ) ) {
-                                       diff[ name ] = value;
-                               }
-                       }
-               }
-       }
-
-       return diff;
-}
-
-$.effects.animateClass = function( value, duration, easing, callback ) {
-       var o = $.speed( duration, easing, callback );
-
-       return this.queue( function() {
-               var animated = $( this ),
-                       baseClass = animated.attr( "class" ) || "",
-                       applyClassChange,
-                       allAnimations = o.children ? animated.find( "*" ).andSelf() : animated;
-
-               // map the animated objects to store the original styles.
-               allAnimations = allAnimations.map(function() {
-                       var el = $( this );
-                       return {
-                               el: el,
-                               start: getElementStyles.call( this )
-                       };
-               });
-
-               // apply class change
-               applyClassChange = function() {
-                       $.each( classAnimationActions, function(i, action) {
-                               if ( value[ action ] ) {
-                                       animated[ action + "Class" ]( value[ action ] );
-                               }
-                       });
-               };
-               applyClassChange();
-
-               // map all animated objects again - calculate new styles and diff
-               allAnimations = allAnimations.map(function() {
-                       this.end = getElementStyles.call( this.el[ 0 ] );
-                       this.diff = styleDifference( this.start, this.end );
-                       return this;
-               });
-
-               // apply original class
-               animated.attr( "class", baseClass );
-
-               // map all animated objects again - this time collecting a promise
-               allAnimations = allAnimations.map(function() {
-                       var styleInfo = this,
-                               dfd = $.Deferred(),
-                               opts = jQuery.extend({}, o, {
-                                       queue: false,
-                                       complete: function() {
-                                               dfd.resolve( styleInfo );
-                                       }
-                               });
-
-                       this.el.animate( this.diff, opts );
-                       return dfd.promise();
-               });
-
-               // once all animations have completed:
-               $.when.apply( $, allAnimations.get() ).done(function() {
-
-                       // set the final class
-                       applyClassChange();
-
-                       // for each animated element,
-                       // clear all css properties that were animated
-                       $.each( arguments, function() {
-                               var el = this.el;
-                               $.each( this.diff, function(key) {
-                                       el.css( key, '' );
-                               });
-                       });
-
-                       // this is guarnteed to be there if you use jQuery.speed()
-                       // it also handles dequeuing the next anim...
-                       o.complete.call( animated[ 0 ] );
-               });
-       });
-};
-
-$.fn.extend({
-       _addClass: $.fn.addClass,
-       addClass: function( classNames, speed, easing, callback ) {
-               return speed ?
-                       $.effects.animateClass.call( this,
-                               { add: classNames }, speed, easing, callback ) :
-                       this._addClass( classNames );
-       },
-
-       _removeClass: $.fn.removeClass,
-       removeClass: function( classNames, speed, easing, callback ) {
-               return speed ?
-                       $.effects.animateClass.call( this,
-                               { remove: classNames }, speed, easing, callback ) :
-                       this._removeClass( classNames );
-       },
-
-       _toggleClass: $.fn.toggleClass,
-       toggleClass: function( classNames, force, speed, easing, callback ) {
-               if ( typeof force === "boolean" || force === undefined ) {
-                       if ( !speed ) {
-                               // without speed parameter
-                               return this._toggleClass( classNames, force );
-                       } else {
-                               return $.effects.animateClass.call( this,
-                                       (force ? { add: classNames } : { remove: classNames }),
-                                       speed, easing, callback );
-                       }
-               } else {
-                       // without force parameter
-                       return $.effects.animateClass.call( this,
-                               { toggle: classNames }, force, speed, easing );
-               }
-       },
-
-       switchClass: function( remove, add, speed, easing, callback) {
-               return $.effects.animateClass.call( this, {
-                       add: add,
-                       remove: remove
-               }, speed, easing, callback );
-       }
-});
-
-})();
-
-/******************************************************************************/
-/*********************************** EFFECTS **********************************/
-/******************************************************************************/
-
-(function() {
-
-$.extend( $.effects, {
-       version: "1.9.2",
-
-       // Saves a set of properties in a data storage
-       save: function( element, set ) {
-               for( var i=0; i < set.length; i++ ) {
-                       if ( set[ i ] !== null ) {
-                               element.data( dataSpace + set[ i ], element[ 0 ].style[ set[ i ] ] );
-                       }
-               }
-       },
-
-       // Restores a set of previously saved properties from a data storage
-       restore: function( element, set ) {
-               var val, i;
-               for( i=0; i < set.length; i++ ) {
-                       if ( set[ i ] !== null ) {
-                               val = element.data( dataSpace + set[ i ] );
-                               // support: jQuery 1.6.2
-                               // http://bugs.jquery.com/ticket/9917
-                               // jQuery 1.6.2 incorrectly returns undefined for any falsy value.
-                               // We can't differentiate between "" and 0 here, so we just assume
-                               // empty string since it's likely to be a more common value...
-                               if ( val === undefined ) {
-                                       val = "";
-                               }
-                               element.css( set[ i ], val );
-                       }
-               }
-       },
-
-       setMode: function( el, mode ) {
-               if (mode === "toggle") {
-                       mode = el.is( ":hidden" ) ? "show" : "hide";
-               }
-               return mode;
-       },
-
-       // Translates a [top,left] array into a baseline value
-       // this should be a little more flexible in the future to handle a string & hash
-       getBaseline: function( origin, original ) {
-               var y, x;
-               switch ( origin[ 0 ] ) {
-                       case "top": y = 0; break;
-                       case "middle": y = 0.5; break;
-                       case "bottom": y = 1; break;
-                       default: y = origin[ 0 ] / original.height;
-               }
-               switch ( origin[ 1 ] ) {
-                       case "left": x = 0; break;
-                       case "center": x = 0.5; break;
-                       case "right": x = 1; break;
-                       default: x = origin[ 1 ] / original.width;
-               }
-               return {
-                       x: x,
-                       y: y
-               };
-       },
-
-       // Wraps the element around a wrapper that copies position properties
-       createWrapper: function( element ) {
-
-               // if the element is already wrapped, return it
-               if ( element.parent().is( ".ui-effects-wrapper" )) {
-                       return element.parent();
-               }
-
-               // wrap the element
-               var props = {
-                               width: element.outerWidth(true),
-                               height: element.outerHeight(true),
-                               "float": element.css( "float" )
-                       },
-                       wrapper = $( "<div></div>" )
-                               .addClass( "ui-effects-wrapper" )
-                               .css({
-                                       fontSize: "100%",
-                                       background: "transparent",
-                                       border: "none",
-                                       margin: 0,
-                                       padding: 0
-                               }),
-                       // Store the size in case width/height are defined in % - Fixes #5245
-                       size = {
-                               width: element.width(),
-                               height: element.height()
-                       },
-                       active = document.activeElement;
-
-               // support: Firefox
-               // Firefox incorrectly exposes anonymous content
-               // https://bugzilla.mozilla.org/show_bug.cgi?id=561664
-               try {
-                       active.id;
-               } catch( e ) {
-                       active = document.body;
-               }
-
-               element.wrap( wrapper );
-
-               // Fixes #7595 - Elements lose focus when wrapped.
-               if ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {
-                       $( active ).focus();
-               }
-
-               wrapper = element.parent(); //Hotfix for jQuery 1.4 since some change in wrap() seems to actually lose the reference to the wrapped element
-
-               // transfer positioning properties to the wrapper
-               if ( element.css( "position" ) === "static" ) {
-                       wrapper.css({ position: "relative" });
-                       element.css({ position: "relative" });
-               } else {
-                       $.extend( props, {
-                               position: element.css( "position" ),
-                               zIndex: element.css( "z-index" )
-                       });
-                       $.each([ "top", "left", "bottom", "right" ], function(i, pos) {
-                               props[ pos ] = element.css( pos );
-                               if ( isNaN( parseInt( props[ pos ], 10 ) ) ) {
-                                       props[ pos ] = "auto";
-                               }
-                       });
-                       element.css({
-                               position: "relative",
-                               top: 0,
-                               left: 0,
-                               right: "auto",
-                               bottom: "auto"
-                       });
-               }
-               element.css(size);
-
-               return wrapper.css( props ).show();
-       },
-
-       removeWrapper: function( element ) {
-               var active = document.activeElement;
-
-               if ( element.parent().is( ".ui-effects-wrapper" ) ) {
-                       element.parent().replaceWith( element );
-
-                       // Fixes #7595 - Elements lose focus when wrapped.
-                       if ( element[ 0 ] === active || $.contains( element[ 0 ], active ) ) {
-                               $( active ).focus();
-                       }
-               }
-
-
-               return element;
-       },
-
-       setTransition: function( element, list, factor, value ) {
-               value = value || {};
-               $.each( list, function( i, x ) {
-                       var unit = element.cssUnit( x );
-                       if ( unit[ 0 ] > 0 ) {
-                               value[ x ] = unit[ 0 ] * factor + unit[ 1 ];
-                       }
-               });
-               return value;
-       }
-});
-
-// return an effect options object for the given parameters:
-function _normalizeArguments( effect, options, speed, callback ) {
-
-       // allow passing all options as the first parameter
-       if ( $.isPlainObject( effect ) ) {
-               options = effect;
-               effect = effect.effect;
-       }
-
-       // convert to an object
-       effect = { effect: effect };
-
-       // catch (effect, null, ...)
-       if ( options == null ) {
-               options = {};
-       }
-
-       // catch (effect, callback)
-       if ( $.isFunction( options ) ) {
-               callback = options;
-               speed = null;
-               options = {};
-       }
-
-       // catch (effect, speed, ?)
-       if ( typeof options === "number" || $.fx.speeds[ options ] ) {
-               callback = speed;
-               speed = options;
-               options = {};
-       }
-
-       // catch (effect, options, callback)
-       if ( $.isFunction( speed ) ) {
-               callback = speed;
-               speed = null;
-       }
-
-       // add options to effect
-       if ( options ) {
-               $.extend( effect, options );
-       }
-
-       speed = speed || options.duration;
-       effect.duration = $.fx.off ? 0 :
-               typeof speed === "number" ? speed :
-               speed in $.fx.speeds ? $.fx.speeds[ speed ] :
-               $.fx.speeds._default;
-
-       effect.complete = callback || options.complete;
-
-       return effect;
-}
-
-function standardSpeed( speed ) {
-       // valid standard speeds
-       if ( !speed || typeof speed === "number" || $.fx.speeds[ speed ] ) {
-               return true;
-       }
-
-       // invalid strings - treat as "normal" speed
-       if ( typeof speed === "string" && !$.effects.effect[ speed ] ) {
-               // TODO: remove in 2.0 (#7115)
-               if ( backCompat && $.effects[ speed ] ) {
-                       return false;
-               }
-               return true;
-       }
-
-       return false;
-}
-
-$.fn.extend({
-       effect: function( /* effect, options, speed, callback */ ) {
-               var args = _normalizeArguments.apply( this, arguments ),
-                       mode = args.mode,
-                       queue = args.queue,
-                       effectMethod = $.effects.effect[ args.effect ],
-
-                       // DEPRECATED: remove in 2.0 (#7115)
-                       oldEffectMethod = !effectMethod && backCompat && $.effects[ args.effect ];
-
-               if ( $.fx.off || !( effectMethod || oldEffectMethod ) ) {
-                       // delegate to the original method (e.g., .show()) if possible
-                       if ( mode ) {
-                               return this[ mode ]( args.duration, args.complete );
-                       } else {
-                               return this.each( function() {
-                                       if ( args.complete ) {
-                                               args.complete.call( this );
-                                       }
-                               });
-                       }
-               }
-
-               function run( next ) {
-                       var elem = $( this ),
-                               complete = args.complete,
-                               mode = args.mode;
-
-                       function done() {
-                               if ( $.isFunction( complete ) ) {
-                                       complete.call( elem[0] );
-                               }
-                               if ( $.isFunction( next ) ) {
-                                       next();
-                               }
-                       }
-
-                       // if the element is hiddden and mode is hide,
-                       // or element is visible and mode is show
-                       if ( elem.is( ":hidden" ) ? mode === "hide" : mode === "show" ) {
-                               done();
-                       } else {
-                               effectMethod.call( elem[0], args, done );
-                       }
-               }
-
-               // TODO: remove this check in 2.0, effectMethod will always be true
-               if ( effectMethod ) {
-                       return queue === false ? this.each( run ) : this.queue( queue || "fx", run );
-               } else {
-                       // DEPRECATED: remove in 2.0 (#7115)
-                       return oldEffectMethod.call(this, {
-                               options: args,
-                               duration: args.duration,
-                               callback: args.complete,
-                               mode: args.mode
-                       });
-               }
-       },
-
-       _show: $.fn.show,
-       show: function( speed ) {
-               if ( standardSpeed( speed ) ) {
-                       return this._show.apply( this, arguments );
-               } else {
-                       var args = _normalizeArguments.apply( this, arguments );
-                       args.mode = "show";
-                       return this.effect.call( this, args );
-               }
-       },
-
-       _hide: $.fn.hide,
-       hide: function( speed ) {
-               if ( standardSpeed( speed ) ) {
-                       return this._hide.apply( this, arguments );
-               } else {
-                       var args = _normalizeArguments.apply( this, arguments );
-                       args.mode = "hide";
-                       return this.effect.call( this, args );
-               }
-       },
-
-       // jQuery core overloads toggle and creates _toggle
-       __toggle: $.fn.toggle,
-       toggle: function( speed ) {
-               if ( standardSpeed( speed ) || typeof speed === "boolean" || $.isFunction( speed ) ) {
-                       return this.__toggle.apply( this, arguments );
-               } else {
-                       var args = _normalizeArguments.apply( this, arguments );
-                       args.mode = "toggle";
-                       return this.effect.call( this, args );
-               }
-       },
-
-       // helper functions
-       cssUnit: function(key) {
-               var style = this.css( key ),
-                       val = [];
-
-               $.each( [ "em", "px", "%", "pt" ], function( i, unit ) {
-                       if ( style.indexOf( unit ) > 0 ) {
-                               val = [ parseFloat( style ), unit ];
-                       }
-               });
-               return val;
-       }
-});
-
-})();
-
-/******************************************************************************/
-/*********************************** EASING ***********************************/
-/******************************************************************************/
-
-(function() {
-
-// based on easing equations from Robert Penner (http://www.robertpenner.com/easing)
-
-var baseEasings = {};
-
-$.each( [ "Quad", "Cubic", "Quart", "Quint", "Expo" ], function( i, name ) {
-       baseEasings[ name ] = function( p ) {
-               return Math.pow( p, i + 2 );
-       };
-});
-
-$.extend( baseEasings, {
-       Sine: function ( p ) {
-               return 1 - Math.cos( p * Math.PI / 2 );
-       },
-       Circ: function ( p ) {
-               return 1 - Math.sqrt( 1 - p * p );
-       },
-       Elastic: function( p ) {
-               return p === 0 || p === 1 ? p :
-                       -Math.pow( 2, 8 * (p - 1) ) * Math.sin( ( (p - 1) * 80 - 7.5 ) * Math.PI / 15 );
-       },
-       Back: function( p ) {
-               return p * p * ( 3 * p - 2 );
-       },
-       Bounce: function ( p ) {
-               var pow2,
-                       bounce = 4;
-
-               while ( p < ( ( pow2 = Math.pow( 2, --bounce ) ) - 1 ) / 11 ) {}
-               return 1 / Math.pow( 4, 3 - bounce ) - 7.5625 * Math.pow( ( pow2 * 3 - 2 ) / 22 - p, 2 );
-       }
-});
-
-$.each( baseEasings, function( name, easeIn ) {
-       $.easing[ "easeIn" + name ] = easeIn;
-       $.easing[ "easeOut" + name ] = function( p ) {
-               return 1 - easeIn( 1 - p );
-       };
-       $.easing[ "easeInOut" + name ] = function( p ) {
-               return p < 0.5 ?
-                       easeIn( p * 2 ) / 2 :
-                       1 - easeIn( p * -2 + 2 ) / 2;
-       };
-});
-
-})();
-
-})(jQuery));
diff --git a/lib/jquery.mCustomScrollbar.css b/lib/jquery.mCustomScrollbar.css
deleted file mode 100644 (file)
index 2e4335e..0000000
+++ /dev/null
@@ -1,208 +0,0 @@
-/* basic scrollbar styling */
-/* vertical scrollbar */
-.mCSB_container{
-       width:auto;
-       margin-right:30px;
-       overflow:hidden;
-}
-.mCSB_container.mCS_no_scrollbar{
-       margin-right:0;
-}
-.mCS_disabled .mCSB_container.mCS_no_scrollbar,
-.mCS_destroyed .mCSB_container.mCS_no_scrollbar{
-       margin-right:30px;
-}
-.mCustomScrollBox .mCSB_scrollTools{
-       width:16px;
-       height:100%;
-       top:0;
-       right:0;
-}
-.mCSB_scrollTools .mCSB_draggerContainer{
-       height:100%;
-       -webkit-box-sizing:border-box;
-       -moz-box-sizing:border-box;
-       box-sizing:border-box;
-}
-.mCSB_scrollTools .mCSB_buttonUp+.mCSB_draggerContainer{
-       padding-bottom:40px;
-}
-.mCSB_scrollTools .mCSB_draggerRail{
-       width:2px;
-       height:100%;
-       margin:0 auto;
-       -webkit-border-radius:10px;
-       -moz-border-radius:10px;
-       border-radius:10px;
-}
-.mCSB_scrollTools .mCSB_dragger{
-       cursor:pointer;
-       width:100%;
-       height:30px;
-}
-.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
-       width:4px;
-       height:100%;
-       margin:0 auto;
-       -webkit-border-radius:10px;
-       -moz-border-radius:10px;
-       border-radius:10px;
-       text-align:center;
-}
-.mCSB_scrollTools .mCSB_buttonUp,
-.mCSB_scrollTools .mCSB_buttonDown{
-       height:20px;
-       overflow:hidden;
-       margin:0 auto;
-       cursor:pointer;
-}
-.mCSB_scrollTools .mCSB_buttonDown{
-       bottom:0;
-       margin-top:-40px;
-}
-/* horizontal scrollbar */
-.mCSB_horizontal .mCSB_container{
-       height:auto;
-       margin-right:0;
-       margin-bottom:30px;
-       overflow:hidden;
-}
-.mCSB_horizontal .mCSB_container.mCS_no_scrollbar{
-       margin-bottom:0;
-}
-.mCS_disabled .mCSB_horizontal .mCSB_container.mCS_no_scrollbar,
-.mCS_destroyed .mCSB_horizontal .mCSB_container.mCS_no_scrollbar{
-       margin-right:0;
-       margin-bottom:30px;
-}
-.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools{
-       width:100%;
-       height:16px;
-       top:auto;
-       right:auto;
-       bottom:0;
-       left:0;
-       overflow:hidden;
-}
-.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer{
-       height:100%;
-       width:auto;
-       -webkit-box-sizing:border-box;
-       -moz-box-sizing:border-box;
-       box-sizing:border-box;
-       overflow:hidden;
-}
-.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft+.mCSB_draggerContainer{
-       padding-bottom:0;
-       padding-right:20px;
-}
-.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail{
-       width:100%;
-       height:2px;
-       margin:7px 0;
-       -webkit-border-radius:10px;
-       -moz-border-radius:10px;
-       border-radius:10px;
-}
-.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger{
-       width:30px;
-       height:100%;
-}
-.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
-       width:100%;
-       height:4px;
-       margin:6px auto;
-       -webkit-border-radius:10px;
-       -moz-border-radius:10px;
-       border-radius:10px;
-}
-.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
-.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
-       width:20px;
-       height:100%;
-       overflow:hidden;
-       margin:0 auto;
-       cursor:pointer;
-       float:left;
-}
-.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
-       right:0;
-       bottom:auto;
-       margin-left:-40px;
-       margin-top:-16px;
-       float:right;
-}
-
-/* default scrollbar colors and backgrounds */
-.mCustomScrollBox .mCSB_scrollTools{
-       opacity:0.75;
-}
-.mCustomScrollBox:hover .mCSB_scrollTools{
-       opacity:1;
-}
-.mCSB_scrollTools .mCSB_draggerRail{
-       background:#000; /* rgba fallback */
-       background:rgba(0,0,0,0.4);
-       filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
-}
-.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
-       background:#fff; /* rgba fallback */
-       background:rgba(255,255,255,0.75);
-       filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
-}
-.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
-       background:rgba(255,255,255,0.85);
-       filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
-}
-.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
-.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
-       background:rgba(255,255,255,0.9);
-       filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
-}
-.mCSB_scrollTools .mCSB_buttonUp,
-.mCSB_scrollTools .mCSB_buttonDown,
-.mCSB_scrollTools .mCSB_buttonLeft,
-.mCSB_scrollTools .mCSB_buttonRight{
-       background-image:url(images/mCSB_buttons.png);
-       background-repeat:no-repeat;
-       opacity:0.4;
-       filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
-}
-.mCSB_scrollTools .mCSB_buttonUp{
-       background-position:-80px 0;
-       /* 
-       sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
-       */
-}
-.mCSB_scrollTools .mCSB_buttonDown{
-       background-position:-80px -20px;
-       /* 
-       sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
-       */
-}
-.mCSB_scrollTools .mCSB_buttonLeft{
-       background-position:-80px-40px;
-       /* 
-       sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
-       */
-}
-.mCSB_scrollTools .mCSB_buttonRight{
-       background-position:-80px -56px;
-       /* 
-       sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
-       */
-}
-.mCSB_scrollTools .mCSB_buttonUp:hover,
-.mCSB_scrollTools .mCSB_buttonDown:hover,
-.mCSB_scrollTools .mCSB_buttonLeft:hover,
-.mCSB_scrollTools .mCSB_buttonRight:hover{
-       opacity:0.75;
-       filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
-}
-.mCSB_scrollTools .mCSB_buttonUp:active,
-.mCSB_scrollTools .mCSB_buttonDown:active,
-.mCSB_scrollTools .mCSB_buttonLeft:active,
-.mCSB_scrollTools .mCSB_buttonRight:active{
-       opacity:0.9;
-       filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
-}
diff --git a/lib/jquery.mCustomScrollbar.js b/lib/jquery.mCustomScrollbar.js
deleted file mode 100644 (file)
index 0b7a7f0..0000000
+++ /dev/null
@@ -1,874 +0,0 @@
-/* 
-== malihu jquery custom scrollbars plugin == 
-version: 2.3.1 
-author: malihu (http://manos.malihu.gr) 
-plugin home: http://manos.malihu.gr/jquery-custom-content-scroller 
-*/
-(function($){
-       var methods={
-               init:function(options){
-                       var defaults={ 
-                               set_width:false, /*optional element width: boolean, pixels, percentage*/
-                               set_height:false, /*optional element height: boolean, pixels, percentage*/
-                               horizontalScroll:false, /*scroll horizontally: boolean*/
-                               scrollInertia:550, /*scrolling inertia: integer (milliseconds)*/
-                               scrollEasing:"easeOutCirc", /*scrolling easing: string*/
-                               mouseWheel:"pixels", /*mousewheel support and velocity: boolean, "auto", integer, "pixels"*/
-                               mouseWheelPixels:60, /*mousewheel pixels amount: integer*/
-                               autoDraggerLength:true, /*auto-adjust scrollbar dragger length: boolean*/
-                               scrollButtons:{ /*scroll buttons*/
-                                       enable:false, /*scroll buttons support: boolean*/
-                                       scrollType:"continuous", /*scroll buttons scrolling type: "continuous", "pixels"*/
-                                       scrollSpeed:20, /*scroll buttons continuous scrolling speed: integer*/
-                                       scrollAmount:40 /*scroll buttons pixels scroll amount: integer (pixels)*/
-                               },
-                               advanced:{
-                                       updateOnBrowserResize:true, /*update scrollbars on browser resize (for layouts based on percentages): boolean*/
-                                       updateOnContentResize:false, /*auto-update scrollbars on content resize (for dynamic content): boolean*/
-                                       autoExpandHorizontalScroll:false, /*auto-expand width for horizontal scrolling: boolean*/
-                                       autoScrollOnFocus:true /*auto-scroll on focused elements: boolean*/
-                               },
-                               callbacks:{
-                                       onScrollStart:function(){}, /*user custom callback function on scroll start event*/
-                                       onScroll:function(){}, /*user custom callback function on scroll event*/
-                                       onTotalScroll:function(){}, /*user custom callback function on scroll end reached event*/
-                                       onTotalScrollBack:function(){}, /*user custom callback function on scroll begin reached event*/
-                                       onTotalScrollOffset:0, /*scroll end reached offset: integer (pixels)*/
-                                       whileScrolling:false, /*user custom callback function on scrolling event*/
-                                       whileScrollingInterval:30 /*interval for calling whileScrolling callback: integer (milliseconds)*/
-                               }
-                       },
-                       options=$.extend(true,defaults,options);
-                       /*check for touch device*/
-                       $(document).data("mCS-is-touch-device",false);
-                       if(is_touch_device()){
-                               $(document).data("mCS-is-touch-device",true); 
-                       }
-                       function is_touch_device(){
-                               return !!("ontouchstart" in window) ? 1 : 0;
-                       }
-                       return this.each(function(){
-                               var $this=$(this);
-                               /*set element width/height, create markup for custom scrollbars, add classes*/
-                               if(options.set_width){
-                                       $this.css("width",options.set_width);
-                               }
-                               if(options.set_height){
-                                       $this.css("height",options.set_height);
-                               }
-                               if(!$(document).data("mCustomScrollbar-index")){
-                                       $(document).data("mCustomScrollbar-index","1");
-                               }else{
-                                       var mCustomScrollbarIndex=parseInt($(document).data("mCustomScrollbar-index"));
-                                       $(document).data("mCustomScrollbar-index",mCustomScrollbarIndex+1);
-                               }
-                               $this.wrapInner("<div class='mCustomScrollBox' id='mCSB_"+$(document).data("mCustomScrollbar-index")+"' style='position:relative; height:100%; overflow:hidden; max-width:100%;' />").addClass("mCustomScrollbar _mCS_"+$(document).data("mCustomScrollbar-index"));
-                               var mCustomScrollBox=$this.children(".mCustomScrollBox");
-                               if(options.horizontalScroll){
-                                       mCustomScrollBox.addClass("mCSB_horizontal").wrapInner("<div class='mCSB_h_wrapper' style='position:relative; left:0; width:999999px;' />");
-                                       var mCSB_h_wrapper=mCustomScrollBox.children(".mCSB_h_wrapper");
-                                       mCSB_h_wrapper.wrapInner("<div class='mCSB_container' style='position:absolute; left:0;' />").children(".mCSB_container").css({"width":mCSB_h_wrapper.children().outerWidth(),"position":"relative"}).unwrap();
-                               }else{
-                                       mCustomScrollBox.wrapInner("<div class='mCSB_container' style='position:relative; top:0;' />");
-                               }
-                               var mCSB_container=mCustomScrollBox.children(".mCSB_container");
-                               if($(document).data("mCS-is-touch-device")){
-                                       mCSB_container.addClass("mCS_touch");
-                               }
-                               mCSB_container.after("<div class='mCSB_scrollTools' style='position:absolute;'><div class='mCSB_draggerContainer' style='position:relative;'><div class='mCSB_dragger' style='position:absolute;'><div class='mCSB_dragger_bar' style='position:relative;'></div></div><div class='mCSB_draggerRail'></div></div></div>");
-                               var mCSB_scrollTools=mCustomScrollBox.children(".mCSB_scrollTools"),
-                                       mCSB_draggerContainer=mCSB_scrollTools.children(".mCSB_draggerContainer"),
-                                       mCSB_dragger=mCSB_draggerContainer.children(".mCSB_dragger");
-                               if(options.horizontalScroll){
-                                       mCSB_dragger.data("minDraggerWidth",mCSB_dragger.width());
-                               }else{
-                                       mCSB_dragger.data("minDraggerHeight",mCSB_dragger.height());
-                               }
-                               if(options.scrollButtons.enable){
-                                       if(options.horizontalScroll){
-                                               mCSB_scrollTools.prepend("<a class='mCSB_buttonLeft' style='display:block; position:relative;'></a>").append("<a class='mCSB_buttonRight' style='display:block; position:relative;'></a>");
-                                       }else{
-                                               mCSB_scrollTools.prepend("<a class='mCSB_buttonUp' style='display:block; position:relative;'></a>").append("<a class='mCSB_buttonDown' style='display:block; position:relative;'></a>");
-                                       }
-                               }
-                               /*mCustomScrollBox scrollTop and scrollLeft is always 0 to prevent browser focus scrolling*/
-                               mCustomScrollBox.bind("scroll",function(){
-                                       if(!$this.is(".mCS_disabled")){ /*native focus scrolling for disabled scrollbars*/
-                                               mCustomScrollBox.scrollTop(0).scrollLeft(0);
-                                       }
-                               });
-                               /*store options, global vars/states, intervals and update element*/
-                               $this.data({
-                                       /*init state*/
-                                       "mCS_Init":true,
-                                       /*option parameters*/
-                                       "horizontalScroll":options.horizontalScroll,
-                                       "scrollInertia":options.scrollInertia,
-                                       "scrollEasing":options.scrollEasing,
-                                       "mouseWheel":options.mouseWheel,
-                                       "mouseWheelPixels":options.mouseWheelPixels,
-                                       "autoDraggerLength":options.autoDraggerLength,
-                                       "scrollButtons_enable":options.scrollButtons.enable,
-                                       "scrollButtons_scrollType":options.scrollButtons.scrollType,
-                                       "scrollButtons_scrollSpeed":options.scrollButtons.scrollSpeed,
-                                       "scrollButtons_scrollAmount":options.scrollButtons.scrollAmount,
-                                       "autoExpandHorizontalScroll":options.advanced.autoExpandHorizontalScroll,
-                                       "autoScrollOnFocus":options.advanced.autoScrollOnFocus,
-                                       "onScrollStart_Callback":options.callbacks.onScrollStart,
-                                       "onScroll_Callback":options.callbacks.onScroll,
-                                       "onTotalScroll_Callback":options.callbacks.onTotalScroll,
-                                       "onTotalScrollBack_Callback":options.callbacks.onTotalScrollBack,
-                                       "onTotalScroll_Offset":options.callbacks.onTotalScrollOffset,
-                                       "whileScrolling_Callback":options.callbacks.whileScrolling,
-                                       "whileScrolling_Interval":options.callbacks.whileScrollingInterval,
-                                       /*events binding state*/
-                                       "bindEvent_scrollbar_click":false,
-                                       "bindEvent_mousewheel":false,
-                                       "bindEvent_focusin":false,
-                                       "bindEvent_buttonsContinuous_y":false,
-                                       "bindEvent_buttonsContinuous_x":false,
-                                       "bindEvent_buttonsPixels_y":false,
-                                       "bindEvent_buttonsPixels_x":false,
-                                       "bindEvent_scrollbar_touch":false,
-                                       "bindEvent_content_touch":false,
-                                       /*buttons intervals*/
-                                       "mCSB_buttonScrollRight":false,
-                                       "mCSB_buttonScrollLeft":false,
-                                       "mCSB_buttonScrollDown":false,
-                                       "mCSB_buttonScrollUp":false,
-                                       /*callback intervals*/
-                                       "whileScrolling":false
-                               }).mCustomScrollbar("update");
-                               /*detect max-width*/
-                               if(options.horizontalScroll){
-                                       if($this.css("max-width")!=="none"){
-                                               if(!options.advanced.updateOnContentResize){ /*needs updateOnContentResize*/
-                                                       options.advanced.updateOnContentResize=true;
-                                               }
-                                               $this.data({"mCS_maxWidth":parseInt($this.css("max-width")),"mCS_maxWidth_Interval":setInterval(function(){
-                                                       if(parseInt($this.css("width"))>$this.data("mCS_maxWidth")){
-                                                               clearInterval($this.data("mCS_maxWidth_Interval"));
-                                                               $this.mCustomScrollbar("update");
-                                                       }
-                                               },150)});
-                                       }
-                               }else{
-                                       /*detect max-height*/
-                                       if($this.css("max-height")!=="none"){
-                                               $this.data({"mCS_maxHeight":parseInt($this.css("max-height")),"mCS_maxHeight_Interval":setInterval(function(){
-                                                       mCustomScrollBox.css("max-height",$this.data("mCS_maxHeight"));
-                                                       if(parseInt($this.css("height"))>$this.data("mCS_maxHeight")){
-                                                               clearInterval($this.data("mCS_maxHeight_Interval"));
-                                                               $this.mCustomScrollbar("update");
-                                                       }
-                                               },150)});
-                                       }
-                               }
-                               /*window resize fn (for layouts based on percentages)*/
-                               if(options.advanced.updateOnBrowserResize){
-                                       var mCSB_resizeTimeout;
-                                       $(window).resize(function(){
-                                               if(mCSB_resizeTimeout){
-                                                       clearTimeout(mCSB_resizeTimeout);
-                                               }
-                                               mCSB_resizeTimeout=setTimeout(function(){
-                                                       if(!$this.is(".mCS_disabled") && !$this.is(".mCS_destroyed")){
-                                                               $this.mCustomScrollbar("update");
-                                                       }
-                                               },150);
-                                       });
-                               }
-                               /*content resize fn (for dynamically generated content)*/
-                               if(options.advanced.updateOnContentResize){
-                                       var mCSB_onContentResize;
-                                       if(options.horizontalScroll){
-                                               var mCSB_containerOldSize=mCSB_container.outerWidth();
-                                       }else{
-                                               var mCSB_containerOldSize=mCSB_container.outerHeight();
-                                       }
-                                       mCSB_onContentResize=setInterval(function(){
-                                               if(options.horizontalScroll){
-                                                       if(options.advanced.autoExpandHorizontalScroll){
-                                                               mCSB_container.css({"position":"absolute","width":"auto"}).wrap("<div class='mCSB_h_wrapper' style='position:relative; left:0; width:999999px;' />").css({"width":mCSB_container.outerWidth(),"position":"relative"}).unwrap();
-                                                       }
-                                                       var mCSB_containerNewSize=mCSB_container.outerWidth();
-                                               }else{
-                                                       var mCSB_containerNewSize=mCSB_container.outerHeight();
-                                               }
-                                               if(mCSB_containerNewSize!=mCSB_containerOldSize){
-                                                       $this.mCustomScrollbar("update");
-                                                       mCSB_containerOldSize=mCSB_containerNewSize;
-                                               }
-                                       },300);
-                               }
-                       });
-               },
-               update:function(){
-                       var $this=$(this),
-                               mCustomScrollBox=$this.children(".mCustomScrollBox"),
-                               mCSB_container=mCustomScrollBox.children(".mCSB_container");
-                       mCSB_container.removeClass("mCS_no_scrollbar");
-                       $this.removeClass("mCS_disabled mCS_destroyed");
-                       mCustomScrollBox.scrollTop(0).scrollLeft(0); /*reset scrollTop/scrollLeft to prevent browser focus scrolling*/
-                       var mCSB_scrollTools=mCustomScrollBox.children(".mCSB_scrollTools"),
-                               mCSB_draggerContainer=mCSB_scrollTools.children(".mCSB_draggerContainer"),
-                               mCSB_dragger=mCSB_draggerContainer.children(".mCSB_dragger");
-                       if($this.data("horizontalScroll")){
-                               var mCSB_buttonLeft=mCSB_scrollTools.children(".mCSB_buttonLeft"),
-                                       mCSB_buttonRight=mCSB_scrollTools.children(".mCSB_buttonRight"),
-                                       mCustomScrollBoxW=mCustomScrollBox.width();
-                               if($this.data("autoExpandHorizontalScroll")){
-                                       mCSB_container.css({"position":"absolute","width":"auto"}).wrap("<div class='mCSB_h_wrapper' style='position:relative; left:0; width:999999px;' />").css({"width":mCSB_container.outerWidth(),"position":"relative"}).unwrap();
-                               }
-                               var mCSB_containerW=mCSB_container.outerWidth();
-                       }else{
-                               var mCSB_buttonUp=mCSB_scrollTools.children(".mCSB_buttonUp"),
-                                       mCSB_buttonDown=mCSB_scrollTools.children(".mCSB_buttonDown"),
-                                       mCustomScrollBoxH=mCustomScrollBox.height(),
-                                       mCSB_containerH=mCSB_container.outerHeight();
-                       }
-                       if(mCSB_containerH>mCustomScrollBoxH && !$this.data("horizontalScroll")){ /*content needs vertical scrolling*/
-                               mCSB_scrollTools.css("display","block");
-                               var mCSB_draggerContainerH=mCSB_draggerContainer.height();
-                               /*auto adjust scrollbar dragger length analogous to content*/
-                               if($this.data("autoDraggerLength")){
-                                       var draggerH=Math.round(mCustomScrollBoxH/mCSB_containerH*mCSB_draggerContainerH),
-                                               minDraggerH=mCSB_dragger.data("minDraggerHeight");
-                                       if(draggerH<=minDraggerH){ /*min dragger height*/
-                                               mCSB_dragger.css({"height":minDraggerH});
-                                       }else if(draggerH>=mCSB_draggerContainerH-10){ /*max dragger height*/
-                                               var mCSB_draggerContainerMaxH=mCSB_draggerContainerH-10;
-                                               mCSB_dragger.css({"height":mCSB_draggerContainerMaxH});
-                                       }else{
-                                               mCSB_dragger.css({"height":draggerH});
-                                       }
-                                       mCSB_dragger.children(".mCSB_dragger_bar").css({"line-height":mCSB_dragger.height()+"px"});
-                               }
-                               var mCSB_draggerH=mCSB_dragger.height(),
-                               /*calculate and store scroll amount, add scrolling*/
-                                       scrollAmount=(mCSB_containerH-mCustomScrollBoxH)/(mCSB_draggerContainerH-mCSB_draggerH);
-                               $this.data("scrollAmount",scrollAmount).mCustomScrollbar("scrolling",mCustomScrollBox,mCSB_container,mCSB_draggerContainer,mCSB_dragger,mCSB_buttonUp,mCSB_buttonDown,mCSB_buttonLeft,mCSB_buttonRight);
-                               /*scroll*/
-                               var mCSB_containerP=Math.abs(Math.round(mCSB_container.position().top));
-                               $this.mCustomScrollbar("scrollTo",mCSB_containerP,{callback:false});
-                       }else if(mCSB_containerW>mCustomScrollBoxW && $this.data("horizontalScroll")){ /*content needs horizontal scrolling*/
-                               mCSB_scrollTools.css("display","block");
-                               var mCSB_draggerContainerW=mCSB_draggerContainer.width();
-                               /*auto adjust scrollbar dragger length analogous to content*/
-                               if($this.data("autoDraggerLength")){
-                                       var draggerW=Math.round(mCustomScrollBoxW/mCSB_containerW*mCSB_draggerContainerW),
-                                               minDraggerW=mCSB_dragger.data("minDraggerWidth");
-                                       if(draggerW<=minDraggerW){ /*min dragger height*/
-                                               mCSB_dragger.css({"width":minDraggerW});
-                                       }else if(draggerW>=mCSB_draggerContainerW-10){ /*max dragger height*/
-                                               var mCSB_draggerContainerMaxW=mCSB_draggerContainerW-10;
-                                               mCSB_dragger.css({"width":mCSB_draggerContainerMaxW});
-                                       }else{
-                                               mCSB_dragger.css({"width":draggerW});
-                                       }
-                               }
-                               var mCSB_draggerW=mCSB_dragger.width(),
-                               /*calculate and store scroll amount, add scrolling*/
-                                       scrollAmount=(mCSB_containerW-mCustomScrollBoxW)/(mCSB_draggerContainerW-mCSB_draggerW);
-                               $this.data("scrollAmount",scrollAmount).mCustomScrollbar("scrolling",mCustomScrollBox,mCSB_container,mCSB_draggerContainer,mCSB_dragger,mCSB_buttonUp,mCSB_buttonDown,mCSB_buttonLeft,mCSB_buttonRight);
-                               /*scroll*/
-                               var mCSB_containerP=Math.abs(Math.round(mCSB_container.position().left));
-                               $this.mCustomScrollbar("scrollTo",mCSB_containerP,{callback:false});
-                       }else{ /*content does not need scrolling*/
-                               /*unbind events, reset content position, hide scrollbars, remove classes*/
-                               mCustomScrollBox.unbind("mousewheel focusin");
-                               if($this.data("horizontalScroll")){
-                                       mCSB_dragger.add(mCSB_container).css("left",0);
-                               }else{
-                                       mCSB_dragger.add(mCSB_container).css("top",0);
-                               }
-                               mCSB_scrollTools.css("display","none");
-                               mCSB_container.addClass("mCS_no_scrollbar");
-                               $this.data({"bindEvent_mousewheel":false,"bindEvent_focusin":false});
-                       }
-               },
-               scrolling:function(mCustomScrollBox,mCSB_container,mCSB_draggerContainer,mCSB_dragger,mCSB_buttonUp,mCSB_buttonDown,mCSB_buttonLeft,mCSB_buttonRight){
-                       var $this=$(this);
-                       /*while scrolling callback*/
-                       $this.mCustomScrollbar("callbacks","whileScrolling"); 
-                       /*drag scrolling*/
-                       if(!mCSB_dragger.hasClass("ui-draggable")){ /*apply drag function once*/
-                               if($this.data("horizontalScroll")){
-                                       var draggableAxis="x";
-                               }else{
-                                       var draggableAxis="y";
-                               }
-                               mCSB_dragger.draggable({ 
-                                       axis:draggableAxis,
-                                       containment:"parent",
-                                       drag:function(event,ui){
-                                               $this.mCustomScrollbar("scroll");
-                                               mCSB_dragger.addClass("mCSB_dragger_onDrag");
-                                       },
-                                       stop:function(event,ui){
-                                               mCSB_dragger.removeClass("mCSB_dragger_onDrag");        
-                                       }
-                               });
-                       }
-                       if(!$this.data("bindEvent_scrollbar_click")){ /*bind once*/
-                               mCSB_draggerContainer.bind("click",function(e){
-                                       if($this.data("horizontalScroll")){
-                                               var mouseCoord=(e.pageX-mCSB_draggerContainer.offset().left);
-                                               if(mouseCoord<mCSB_dragger.position().left || mouseCoord>(mCSB_dragger.position().left+mCSB_dragger.width())){
-                                                       var scrollToPos=mouseCoord;
-                                                       if(scrollToPos>=mCSB_draggerContainer.width()-mCSB_dragger.width()){ /*max dragger position is bottom*/
-                                                               scrollToPos=mCSB_draggerContainer.width()-mCSB_dragger.width();
-                                                       }
-                                                       mCSB_dragger.css("left",scrollToPos);
-                                                       $this.mCustomScrollbar("scroll");
-                                               }
-                                       }else{
-                                               var mouseCoord=(e.pageY-mCSB_draggerContainer.offset().top);
-                                               if(mouseCoord<mCSB_dragger.position().top || mouseCoord>(mCSB_dragger.position().top+mCSB_dragger.height())){
-                                                       var scrollToPos=mouseCoord;
-                                                       if(scrollToPos>=mCSB_draggerContainer.height()-mCSB_dragger.height()){ /*max dragger position is bottom*/
-                                                               scrollToPos=mCSB_draggerContainer.height()-mCSB_dragger.height();
-                                                       }
-                                                       mCSB_dragger.css("top",scrollToPos);
-                                                       $this.mCustomScrollbar("scroll");
-                                               }
-                                       }
-                               });
-                               $this.data({"bindEvent_scrollbar_click":true});
-                       }
-                       /*mousewheel scrolling*/
-                       if($this.data("mouseWheel")){
-                               var mousewheelVel=$this.data("mouseWheel");
-                               if($this.data("mouseWheel")==="auto"){
-                                       mousewheelVel=8; /*default mousewheel velocity*/
-                                       /*check for safari browser on mac osx to lower mousewheel velocity*/
-                                       var os=navigator.userAgent;
-                                       if(os.indexOf("Mac")!=-1 && os.indexOf("Safari")!=-1 && os.indexOf("AppleWebKit")!=-1 && os.indexOf("Chrome")==-1){ 
-                                               mousewheelVel=1;
-                                       }
-                               }
-                               if(!$this.data("bindEvent_mousewheel")){ /*bind once*/
-                                       mCustomScrollBox.bind("mousewheel",function(event,delta){
-                                               event.preventDefault();
-                                               var vel=Math.abs(delta*mousewheelVel);
-                                               if($this.data("horizontalScroll")){
-                                                       if($this.data("mouseWheel")==="pixels"){
-                                                               if(delta<0){
-                                                                       delta=-1;
-                                                               }else{
-                                                                       delta=1;
-                                                               }
-                                                               var scrollTo=Math.abs(Math.round(mCSB_container.position().left))-(delta*$this.data("mouseWheelPixels"));
-                                                               $this.mCustomScrollbar("scrollTo",scrollTo);
-                                                       }else{
-                                                               var posX=mCSB_dragger.position().left-(delta*vel);
-                                                               mCSB_dragger.css("left",posX);
-                                                               if(mCSB_dragger.position().left<0){
-                                                                       mCSB_dragger.css("left",0);
-                                                               }
-                                                               var mCSB_draggerContainerW=mCSB_draggerContainer.width(),
-                                                                       mCSB_draggerW=mCSB_dragger.width();
-                                                               if(mCSB_dragger.position().left>mCSB_draggerContainerW-mCSB_draggerW){
-                                                                       mCSB_dragger.css("left",mCSB_draggerContainerW-mCSB_draggerW);
-                                                               }
-                                                               $this.mCustomScrollbar("scroll");
-                                                       }
-                                               }else{
-                                                       if($this.data("mouseWheel")==="pixels"){
-                                                               if(delta<0){
-                                                                       delta=-1;
-                                                               }else{
-                                                                       delta=1;
-                                                               }
-                                                               var scrollTo=Math.abs(Math.round(mCSB_container.position().top))-(delta*$this.data("mouseWheelPixels"));
-                                                               $this.mCustomScrollbar("scrollTo",scrollTo);
-                                                       }else{
-                                                               var posY=mCSB_dragger.position().top-(delta*vel);
-                                                               mCSB_dragger.css("top",posY);
-                                                               if(mCSB_dragger.position().top<0){
-                                                                       mCSB_dragger.css("top",0);
-                                                               }
-                                                               var mCSB_draggerContainerH=mCSB_draggerContainer.height(),
-                                                                       mCSB_draggerH=mCSB_dragger.height();
-                                                               if(mCSB_dragger.position().top>mCSB_draggerContainerH-mCSB_draggerH){
-                                                                       mCSB_dragger.css("top",mCSB_draggerContainerH-mCSB_draggerH);
-                                                               }
-                                                               $this.mCustomScrollbar("scroll");
-                                                       }
-                                               }
-                                       });
-                                       $this.data({"bindEvent_mousewheel":true});
-                               }
-                       }
-                       /*buttons scrolling*/
-                       if($this.data("scrollButtons_enable")){
-                               if($this.data("scrollButtons_scrollType")==="pixels"){ /*scroll by pixels*/
-                                       var pixelsScrollTo;
-                                       if($.browser.msie && parseInt($.browser.version)<9){ /*stupid ie8*/
-                                               $this.data("scrollInertia",0);
-                                       }
-                                       if($this.data("horizontalScroll")){
-                                               mCSB_buttonRight.add(mCSB_buttonLeft).unbind("mousedown touchstart onmsgesturestart mouseup mouseout touchend onmsgestureend",mCSB_buttonRight_stop,mCSB_buttonLeft_stop);
-                                               $this.data({"bindEvent_buttonsContinuous_x":false});
-                                               if(!$this.data("bindEvent_buttonsPixels_x")){ /*bind once*/
-                                                       /*scroll right*/
-                                                       mCSB_buttonRight.bind("click",function(e){
-                                                               e.preventDefault();
-                                                               if(!mCSB_container.is(":animated")){
-                                                                       pixelsScrollTo=Math.abs(mCSB_container.position().left)+$this.data("scrollButtons_scrollAmount");
-                                                                       $this.mCustomScrollbar("scrollTo",pixelsScrollTo);
-                                                               }
-                                                       });
-                                                       /*scroll left*/
-                                                       mCSB_buttonLeft.bind("click",function(e){
-                                                               e.preventDefault();
-                                                               if(!mCSB_container.is(":animated")){
-                                                                       pixelsScrollTo=Math.abs(mCSB_container.position().left)-$this.data("scrollButtons_scrollAmount");
-                                                                       if(mCSB_container.position().left>=-$this.data("scrollButtons_scrollAmount")){
-                                                                               pixelsScrollTo="left";
-                                                                       }
-                                                                       $this.mCustomScrollbar("scrollTo",pixelsScrollTo);
-                                                               }
-                                                       });
-                                                       $this.data({"bindEvent_buttonsPixels_x":true});
-                                               }
-                                       }else{
-                                               mCSB_buttonDown.add(mCSB_buttonUp).unbind("mousedown touchstart onmsgesturestart mouseup mouseout touchend onmsgestureend",mCSB_buttonRight_stop,mCSB_buttonLeft_stop);
-                                               $this.data({"bindEvent_buttonsContinuous_y":false});
-                                               if(!$this.data("bindEvent_buttonsPixels_y")){ /*bind once*/
-                                                       /*scroll down*/
-                                                       mCSB_buttonDown.bind("click",function(e){
-                                                               e.preventDefault();
-                                                               if(!mCSB_container.is(":animated")){
-                                                                       pixelsScrollTo=Math.abs(mCSB_container.position().top)+$this.data("scrollButtons_scrollAmount");
-                                                                       $this.mCustomScrollbar("scrollTo",pixelsScrollTo);
-                                                               }
-                                                       });
-                                                       /*scroll up*/
-                                                       mCSB_buttonUp.bind("click",function(e){
-                                                               e.preventDefault();
-                                                               if(!mCSB_container.is(":animated")){
-                                                                       pixelsScrollTo=Math.abs(mCSB_container.position().top)-$this.data("scrollButtons_scrollAmount");
-                                                                       if(mCSB_container.position().top>=-$this.data("scrollButtons_scrollAmount")){
-                                                                               pixelsScrollTo="top";
-                                                                       }
-                                                                       $this.mCustomScrollbar("scrollTo",pixelsScrollTo);
-                                                               }
-                                                       });
-                                                       $this.data({"bindEvent_buttonsPixels_y":true});
-                                               }
-                                       }
-                               }else{ /*continuous scrolling*/
-                                       if($this.data("horizontalScroll")){
-                                               mCSB_buttonRight.add(mCSB_buttonLeft).unbind("click");
-                                               $this.data({"bindEvent_buttonsPixels_x":false});
-                                               if(!$this.data("bindEvent_buttonsContinuous_x")){ /*bind once*/
-                                                       /*scroll right*/
-                                                       mCSB_buttonRight.bind("mousedown touchstart onmsgesturestart",function(e){
-                                                               e.preventDefault();
-                                                               e.stopPropagation();
-                                                               $this.data({"mCSB_buttonScrollRight":setInterval(function(){
-                                                                       var scrollTo=Math.round((Math.abs(Math.round(mCSB_container.position().left))+$this.data("scrollButtons_scrollSpeed"))/$this.data("scrollAmount"));
-                                                                       $this.mCustomScrollbar("scrollTo",scrollTo,{moveDragger:true});
-                                                               },30)});
-                                                       });
-                                                       var mCSB_buttonRight_stop=function(e){
-                                                               e.preventDefault();
-                                                               e.stopPropagation();
-                                                               clearInterval($this.data("mCSB_buttonScrollRight"));
-                                                       }
-                                                       mCSB_buttonRight.bind("mouseup touchend onmsgestureend mouseout",mCSB_buttonRight_stop);
-                                                       /*scroll left*/
-                                                       mCSB_buttonLeft.bind("mousedown touchstart onmsgesturestart",function(e){
-                                                               e.preventDefault();
-                                                               e.stopPropagation();
-                                                               $this.data({"mCSB_buttonScrollLeft":setInterval(function(){
-                                                                       var scrollTo=Math.round((Math.abs(Math.round(mCSB_container.position().left))-$this.data("scrollButtons_scrollSpeed"))/$this.data("scrollAmount"));
-                                                                       $this.mCustomScrollbar("scrollTo",scrollTo,{moveDragger:true});
-                                                               },30)});
-                                                       });     
-                                                       var mCSB_buttonLeft_stop=function(e){
-                                                               e.preventDefault();
-                                                               e.stopPropagation();
-                                                               clearInterval($this.data("mCSB_buttonScrollLeft"));
-                                                       }
-                                                       mCSB_buttonLeft.bind("mouseup touchend onmsgestureend mouseout",mCSB_buttonLeft_stop);
-                                                       $this.data({"bindEvent_buttonsContinuous_x":true});
-                                               }
-                                       }else{
-                                               mCSB_buttonDown.add(mCSB_buttonUp).unbind("click");
-                                               $this.data({"bindEvent_buttonsPixels_y":false});
-                                               if(!$this.data("bindEvent_buttonsContinuous_y")){ /*bind once*/
-                                                       /*scroll down*/
-                                                       mCSB_buttonDown.bind("mousedown touchstart onmsgesturestart",function(e){
-                                                               e.preventDefault();
-                                                               e.stopPropagation();
-                                                               $this.data({"mCSB_buttonScrollDown":setInterval(function(){
-                                                                       var scrollTo=Math.round((Math.abs(Math.round(mCSB_container.position().top))+$this.data("scrollButtons_scrollSpeed"))/$this.data("scrollAmount"));
-                                                                       $this.mCustomScrollbar("scrollTo",scrollTo,{moveDragger:true});
-                                                               },30)});
-                                                       });
-                                                       var mCSB_buttonDown_stop=function(e){
-                                                               e.preventDefault();
-                                                               e.stopPropagation();
-                                                               clearInterval($this.data("mCSB_buttonScrollDown"));
-                                                       }
-                                                       mCSB_buttonDown.bind("mouseup touchend onmsgestureend mouseout",mCSB_buttonDown_stop);
-                                                       /*scroll up*/
-                                                       mCSB_buttonUp.bind("mousedown touchstart onmsgesturestart",function(e){
-                                                               e.preventDefault();
-                                                               e.stopPropagation();
-                                                               $this.data({"mCSB_buttonScrollUp":setInterval(function(){
-                                                                       var scrollTo=Math.round((Math.abs(Math.round(mCSB_container.position().top))-$this.data("scrollButtons_scrollSpeed"))/$this.data("scrollAmount"));
-                                                                       $this.mCustomScrollbar("scrollTo",scrollTo,{moveDragger:true});
-                                                               },30)});
-                                                       });     
-                                                       var mCSB_buttonUp_stop=function(e){
-                                                               e.preventDefault();
-                                                               e.stopPropagation();
-                                                               clearInterval($this.data("mCSB_buttonScrollUp"));
-                                                       }
-                                                       mCSB_buttonUp.bind("mouseup touchend onmsgestureend mouseout",mCSB_buttonUp_stop);
-                                                       $this.data({"bindEvent_buttonsContinuous_y":true});
-                                               }
-                                       }
-                               }
-                       }
-                       /*scrolling on element focus (e.g. via TAB key)*/
-                       if($this.data("autoScrollOnFocus")){
-                               if(!$this.data("bindEvent_focusin")){ /*bind once*/
-                                       mCustomScrollBox.bind("focusin",function(){
-                                               mCustomScrollBox.scrollTop(0).scrollLeft(0);
-                                               var focusedElem=$(document.activeElement);
-                                               if(focusedElem.is("input,textarea,select,button,a[tabindex],area,object")){
-                                                       if($this.data("horizontalScroll")){
-                                                               var mCSB_containerX=mCSB_container.position().left,
-                                                                       focusedElemX=focusedElem.position().left,
-                                                                       mCustomScrollBoxW=mCustomScrollBox.width(),
-                                                                       focusedElemW=focusedElem.outerWidth();
-                                                               if(mCSB_containerX+focusedElemX>=0 && mCSB_containerX+focusedElemX<=mCustomScrollBoxW-focusedElemW){
-                                                                       /*just focus...*/
-                                                               }else{ /*scroll, then focus*/
-                                                                       var moveDragger=focusedElemX/$this.data("scrollAmount");
-                                                                       if(moveDragger>=mCSB_draggerContainer.width()-mCSB_dragger.width()){ /*max dragger position is bottom*/
-                                                                               moveDragger=mCSB_draggerContainer.width()-mCSB_dragger.width();
-                                                                       }
-                                                                       mCSB_dragger.css("left",moveDragger);
-                                                                       $this.mCustomScrollbar("scroll");
-                                                               }
-                                                       }else{
-                                                               var mCSB_containerY=mCSB_container.position().top,
-                                                                       focusedElemY=focusedElem.position().top,
-                                                                       mCustomScrollBoxH=mCustomScrollBox.height(),
-                                                                       focusedElemH=focusedElem.outerHeight();
-                                                               if(mCSB_containerY+focusedElemY>=0 && mCSB_containerY+focusedElemY<=mCustomScrollBoxH-focusedElemH){
-                                                                       /*just focus...*/
-                                                               }else{ /*scroll, then focus*/
-                                                                       var moveDragger=focusedElemY/$this.data("scrollAmount");
-                                                                       if(moveDragger>=mCSB_draggerContainer.height()-mCSB_dragger.height()){ /*max dragger position is bottom*/
-                                                                               moveDragger=mCSB_draggerContainer.height()-mCSB_dragger.height();
-                                                                       }
-                                                                       mCSB_dragger.css("top",moveDragger);
-                                                                       $this.mCustomScrollbar("scroll");
-                                                               }
-                                                       }
-                                               }
-                                       });
-                                       $this.data({"bindEvent_focusin":true});
-                               }
-                       }
-                       /*touch events*/
-                       if($(document).data("mCS-is-touch-device")){
-                               /*scrollbar touch-drag*/
-                               if(!$this.data("bindEvent_scrollbar_touch")){ /*bind once*/
-                                       var mCSB_draggerTouchY,
-                                               mCSB_draggerTouchX;
-                                       mCSB_dragger.bind("touchstart onmsgesturestart",function(e){
-                                               e.preventDefault();
-                                               e.stopPropagation();
-                                               var touch=e.originalEvent.touches[0] || e.originalEvent.changedTouches[0],
-                                                       elem=$(this),
-                                                       elemOffset=elem.offset(),
-                                                       x=touch.pageX-elemOffset.left,
-                                                       y=touch.pageY-elemOffset.top;
-                                               if(x<elem.width() && x>0 && y<elem.height() && y>0){
-                                                       mCSB_draggerTouchY=y;
-                                                       mCSB_draggerTouchX=x;
-                                               }
-                                       });
-                                       mCSB_dragger.bind("touchmove onmsgesturechange",function(e){
-                                               e.preventDefault();
-                                               e.stopPropagation();
-                                               var touch=e.originalEvent.touches[0] || e.originalEvent.changedTouches[0],
-                                                       elem=$(this),
-                                                       elemOffset=elem.offset(),
-                                                       x=touch.pageX-elemOffset.left,
-                                                       y=touch.pageY-elemOffset.top;
-                                               if($this.data("horizontalScroll")){
-                                                       $this.mCustomScrollbar("scrollTo",(mCSB_dragger.position().left-(mCSB_draggerTouchX))+x,{moveDragger:true});
-                                               }else{
-                                                       $this.mCustomScrollbar("scrollTo",(mCSB_dragger.position().top-(mCSB_draggerTouchY))+y,{moveDragger:true});
-                                               }
-                                       });
-                                       $this.data({"bindEvent_scrollbar_touch":true});
-                               }
-                               /*content touch-drag*/
-                               if(!$this.data("bindEvent_content_touch")){ /*bind once*/
-                                       var touch,
-                                               elem,
-                                               elemOffset,
-                                               x,
-                                               y,
-                                               mCSB_containerTouchY,
-                                               mCSB_containerTouchX;
-                                       mCSB_container.bind("touchstart onmsgesturestart",function(e){
-                                               touch=e.originalEvent.touches[0] || e.originalEvent.changedTouches[0];
-                                               elem=$(this);
-                                               elemOffset=elem.offset();
-                                               x=touch.pageX-elemOffset.left;
-                                               y=touch.pageY-elemOffset.top;
-                                               mCSB_containerTouchY=y;
-                                               mCSB_containerTouchX=x;
-                                       });
-                                       mCSB_container.bind("touchmove onmsgesturechange",function(e){
-                                               e.preventDefault();
-                                               e.stopPropagation();
-                                               touch=e.originalEvent.touches[0] || e.originalEvent.changedTouches[0];
-                                               elem=$(this).parent();
-                                               elemOffset=elem.offset();
-                                               x=touch.pageX-elemOffset.left;
-                                               y=touch.pageY-elemOffset.top;
-                                               if($this.data("horizontalScroll")){
-                                                       $this.mCustomScrollbar("scrollTo",mCSB_containerTouchX-x);
-                                               }else{
-                                                       $this.mCustomScrollbar("scrollTo",mCSB_containerTouchY-y);
-                                               }
-                                       });
-                                       $this.data({"bindEvent_content_touch":true});
-                               }
-                       }
-               },
-               scroll:function(bypassCallbacks){
-                       var $this=$(this),
-                               mCSB_dragger=$this.find(".mCSB_dragger"),
-                               mCSB_container=$this.find(".mCSB_container"),
-                               mCustomScrollBox=$this.find(".mCustomScrollBox");
-                       if($this.data("horizontalScroll")){
-                               var draggerX=mCSB_dragger.position().left,
-                                       targX=-draggerX*$this.data("scrollAmount"),
-                                       thisX=mCSB_container.position().left,
-                                       posX=Math.round(thisX-targX);
-                       }else{
-                               var draggerY=mCSB_dragger.position().top,
-                                       targY=-draggerY*$this.data("scrollAmount"),
-                                       thisY=mCSB_container.position().top,
-                                       posY=Math.round(thisY-targY);
-                       }
-                       if($.browser.webkit){ /*fix webkit zoom and jquery animate*/
-                               var screenCssPixelRatio=(window.outerWidth-8)/window.innerWidth,
-                                       isZoomed=(screenCssPixelRatio<.98 || screenCssPixelRatio>1.02);
-                       }
-                       if($this.data("scrollInertia")===0 || isZoomed){
-                               if(!bypassCallbacks){
-                                       $this.mCustomScrollbar("callbacks","onScrollStart"); /*user custom callback functions*/
-                               }
-                               if($this.data("horizontalScroll")){
-                                       mCSB_container.css("left",targX);
-                               }else{
-                                       mCSB_container.css("top",targY);
-                               }
-                               if(!bypassCallbacks){
-                                       /*user custom callback functions*/
-                                       if($this.data("whileScrolling")){
-                                               $this.data("whileScrolling_Callback").call();
-                                       }
-                                       $this.mCustomScrollbar("callbacks","onScroll");  
-                               }
-                               $this.data({"mCS_Init":false});
-                       }else{
-                               if(!bypassCallbacks){
-                                       $this.mCustomScrollbar("callbacks","onScrollStart"); /*user custom callback functions*/
-                               }
-                               if($this.data("horizontalScroll")){
-                                       mCSB_container.stop().animate({left:"-="+posX},$this.data("scrollInertia"),$this.data("scrollEasing"),function(){
-                                               if(!bypassCallbacks){
-                                                       $this.mCustomScrollbar("callbacks","onScroll"); /*user custom callback functions*/
-                                               }
-                                               $this.data({"mCS_Init":false});
-                                       });
-                               }else{
-                                       mCSB_container.stop().animate({top:"-="+posY},$this.data("scrollInertia"),$this.data("scrollEasing"),function(){
-                                               if(!bypassCallbacks){
-                                                       $this.mCustomScrollbar("callbacks","onScroll"); /*user custom callback functions*/
-                                               }
-                                               $this.data({"mCS_Init":false});
-                                       });
-                               }
-                       }
-               },
-               scrollTo:function(scrollTo,options){
-                       var defaults={
-                               moveDragger:false,
-                               callback:true
-                       },
-                               options=$.extend(defaults,options),
-                               $this=$(this),
-                               scrollToPos,
-                               mCustomScrollBox=$this.find(".mCustomScrollBox"),
-                               mCSB_container=mCustomScrollBox.children(".mCSB_container"),
-                               mCSB_draggerContainer=$this.find(".mCSB_draggerContainer"),
-                               mCSB_dragger=mCSB_draggerContainer.children(".mCSB_dragger"),
-                               targetPos;
-                       if(scrollTo || scrollTo===0){
-                               if(typeof(scrollTo)==="number"){ /*if integer, scroll by number of pixels*/
-                                       if(options.moveDragger){ /*scroll dragger*/
-                                               scrollToPos=scrollTo;
-                                       }else{ /*scroll content by default*/
-                                               targetPos=scrollTo;
-                                               scrollToPos=Math.round(targetPos/$this.data("scrollAmount"));
-                                       }
-                               }else if(typeof(scrollTo)==="string"){ /*if string, scroll by element position*/
-                                       var target;
-                                       if(scrollTo==="top"){ /*scroll to top*/
-                                               target=0;
-                                       }else if(scrollTo==="bottom" && !$this.data("horizontalScroll")){ /*scroll to bottom*/
-                                               target=mCSB_container.outerHeight()-mCustomScrollBox.height();
-                                       }else if(scrollTo==="left"){ /*scroll to left*/
-                                               target=0;
-                                       }else if(scrollTo==="right" && $this.data("horizontalScroll")){ /*scroll to right*/
-                                               target=mCSB_container.outerWidth()-mCustomScrollBox.width();
-                                       }else if(scrollTo==="first"){ /*scroll to first element position*/
-                                               target=$this.find(".mCSB_container").find(":first");
-                                       }else if(scrollTo==="last"){ /*scroll to last element position*/
-                                               target=$this.find(".mCSB_container").find(":last");
-                                       }else{ /*scroll to element position*/
-                                               target=$this.find(scrollTo);
-                                       }
-                                       if(target.length===1){ /*if such unique element exists, scroll to it*/
-                                               if($this.data("horizontalScroll")){
-                                                       targetPos=target.position().left;
-                                               }else{
-                                                       targetPos=target.position().top;
-                                               }
-                                               scrollToPos=Math.ceil(targetPos/$this.data("scrollAmount"));
-                                       }else{
-                                               scrollToPos=target;
-                                       }
-                               }
-                               /*scroll to*/
-                               if(scrollToPos<0){
-                                       scrollToPos=0;
-                               }
-                               if($this.data("horizontalScroll")){
-                                       if(scrollToPos>=mCSB_draggerContainer.width()-mCSB_dragger.width()){ /*max dragger position is bottom*/
-                                               scrollToPos=mCSB_draggerContainer.width()-mCSB_dragger.width();
-                                       }
-                                       mCSB_dragger.css("left",scrollToPos);
-                               }else{
-                                       if(scrollToPos>=mCSB_draggerContainer.height()-mCSB_dragger.height()){ /*max dragger position is bottom*/
-                                               scrollToPos=mCSB_draggerContainer.height()-mCSB_dragger.height();
-                                       }
-                                       mCSB_dragger.css("top",scrollToPos);
-                               }
-                               if(options.callback){
-                                       $this.mCustomScrollbar("scroll",false);
-                               }else{
-                                       $this.mCustomScrollbar("scroll",true);
-                               }
-                       }
-               },
-               callbacks:function(callback){
-                       var $this=$(this),
-                               mCustomScrollBox=$this.find(".mCustomScrollBox"),
-                               mCSB_container=$this.find(".mCSB_container");
-                       switch(callback){
-                               /*start scrolling callback*/
-                               case "onScrollStart":
-                                       if(!mCSB_container.is(":animated")){
-                                               $this.data("onScrollStart_Callback").call();
-                                       }
-                                       break;
-                               /*end scrolling callback*/
-                               case "onScroll":
-                                       if($this.data("horizontalScroll")){
-                                               var mCSB_containerX=Math.round(mCSB_container.position().left);
-                                               if(mCSB_containerX<0 && mCSB_containerX<=mCustomScrollBox.width()-mCSB_container.outerWidth()+$this.data("onTotalScroll_Offset")){
-                                                       $this.data("onTotalScroll_Callback").call();
-                                               }else if(mCSB_containerX>=-$this.data("onTotalScroll_Offset")){
-                                                       $this.data("onTotalScrollBack_Callback").call();
-                                               }else{
-                                                       $this.data("onScroll_Callback").call();
-                                               }
-                                       }else{
-                                               var mCSB_containerY=Math.round(mCSB_container.position().top);
-                                               if(mCSB_containerY<0 && mCSB_containerY<=mCustomScrollBox.height()-mCSB_container.outerHeight()+$this.data("onTotalScroll_Offset")){
-                                                       $this.data("onTotalScroll_Callback").call();
-                                               }else if(mCSB_containerY>=-$this.data("onTotalScroll_Offset")){
-                                                       $this.data("onTotalScrollBack_Callback").call();
-                                               }else{
-                                                       $this.data("onScroll_Callback").call();
-                                               }
-                                       }
-                                       break;
-                               /*while scrolling callback*/
-                               case "whileScrolling":
-                                       if($this.data("whileScrolling_Callback") && !$this.data("whileScrolling")){
-                                               $this.data({"whileScrolling":setInterval(function(){
-                                                       if(mCSB_container.is(":animated") && !$this.data("mCS_Init")){
-                                                               $this.data("whileScrolling_Callback").call();
-                                                       }
-                                               },$this.data("whileScrolling_Interval"))});
-                                       }
-                                       break;
-                       }
-               },
-               disable:function(resetScroll){
-                       var $this=$(this),
-                               mCustomScrollBox=$this.children(".mCustomScrollBox"),
-                               mCSB_container=mCustomScrollBox.children(".mCSB_container"),
-                               mCSB_scrollTools=mCustomScrollBox.children(".mCSB_scrollTools"),
-                               mCSB_dragger=mCSB_scrollTools.find(".mCSB_dragger");
-                       mCustomScrollBox.unbind("mousewheel focusin");
-                       if(resetScroll){
-                               if($this.data("horizontalScroll")){
-                                       mCSB_dragger.add(mCSB_container).css("left",0);
-                               }else{
-                                       mCSB_dragger.add(mCSB_container).css("top",0);
-                               }
-                       }
-                       mCSB_scrollTools.css("display","none");
-                       mCSB_container.addClass("mCS_no_scrollbar");
-                       $this.data({"bindEvent_mousewheel":false,"bindEvent_focusin":false}).addClass("mCS_disabled");
-               },
-               destroy:function(){
-                       var $this=$(this),
-                               content=$this.find(".mCSB_container").html();
-                       $this.find(".mCustomScrollBox").remove();
-                       $this.html(content).removeClass("mCustomScrollbar _mCS_"+$(document).data("mCustomScrollbar-index")).addClass("mCS_destroyed");
-               }
-       }
-       $.fn.mCustomScrollbar=function(method){
-               if(methods[method]){
-                       return methods[method].apply(this,Array.prototype.slice.call(arguments,1));
-               }else if(typeof method==="object" || !method){
-                       return methods.init.apply(this,arguments);
-               }else{
-                       $.error("Method "+method+" does not exist");
-               }
-       };
-})(jQuery); 
-/*iOS 6 bug fix 
-  iOS 6 suffers from a bug that kills timers that are created while a page is scrolling. 
-  The following fixes that problem by recreating timers after scrolling finishes (with interval correction).*/
-var iOSVersion=iOSVersion();
-if(iOSVersion>=6){
-       (function(h){var a={};var d={};var e=h.setTimeout;var f=h.setInterval;var i=h.clearTimeout;var c=h.clearInterval;if(!h.addEventListener){return false}function j(q,n,l){var p,k=l[0],m=(q===f);function o(){if(k){k.apply(h,arguments);if(!m){delete n[p];k=null}}}l[0]=o;p=q.apply(h,l);n[p]={args:l,created:Date.now(),cb:k,id:p};return p}function b(q,o,k,r,t){var l=k[r];if(!l){return}var m=(q===f);o(l.id);if(!m){var n=l.args[1];var p=Date.now()-l.created;if(p<0){p=0}n-=p;if(n<0){n=0}l.args[1]=n}function s(){if(l.cb){l.cb.apply(h,arguments);if(!m){delete k[r];l.cb=null}}}l.args[0]=s;l.created=Date.now();l.id=q.apply(h,l.args)}h.setTimeout=function(){return j(e,a,arguments)};h.setInterval=function(){return j(f,d,arguments)};h.clearTimeout=function(l){var k=a[l];if(k){delete a[l];i(k.id)}};h.clearInterval=function(l){var k=d[l];if(k){delete d[l];c(k.id)}};var g=h;while(g.location!=g.parent.location){g=g.parent}g.addEventListener("scroll",function(){var k;for(k in a){b(e,i,a,k)}for(k in d){b(f,c,d,k)}})}(window));
-}
-function iOSVersion(){
-       var agent=window.navigator.userAgent,
-               start=agent.indexOf('OS ');
-       if((agent.indexOf('iPhone')>-1 || agent.indexOf('iPad')>-1) && start>-1){
-               return window.Number(agent.substr(start+3,3).replace('_','.'));
-       }
-       return 0;
-}
\ No newline at end of file
diff --git a/lib/jquery.mousewheel.js b/lib/jquery.mousewheel.js
deleted file mode 100644 (file)
index 38b6095..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-/*! Copyright (c) 2011 Brandon Aaron (http://brandonaaron.net)
- * Licensed under the MIT License (LICENSE.txt).
- *
- * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
- * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
- * Thanks to: Seamus Leahy for adding deltaX and deltaY
- *
- * Version: 3.0.6
- * 
- * Requires: 1.2.2+
- */
-
-(function($) {
-
-var types = ['DOMMouseScroll', 'mousewheel'];
-
-if ($.event.fixHooks) {
-    for ( var i=types.length; i; ) {
-        $.event.fixHooks[ types[--i] ] = $.event.mouseHooks;
-    }
-}
-
-$.event.special.mousewheel = {
-    setup: function() {
-        if ( this.addEventListener ) {
-            for ( var i=types.length; i; ) {
-                this.addEventListener( types[--i], handler, false );
-            }
-        } else {
-            this.onmousewheel = handler;
-        }
-    },
-    
-    teardown: function() {
-        if ( this.removeEventListener ) {
-            for ( var i=types.length; i; ) {
-                this.removeEventListener( types[--i], handler, false );
-            }
-        } else {
-            this.onmousewheel = null;
-        }
-    }
-};
-
-$.fn.extend({
-    mousewheel: function(fn) {
-        return fn ? this.bind("mousewheel", fn) : this.trigger("mousewheel");
-    },
-    
-    unmousewheel: function(fn) {
-        return this.unbind("mousewheel", fn);
-    }
-});
-
-
-function handler(event) {
-    var orgEvent = event || window.event, args = [].slice.call( arguments, 1 ), delta = 0, returnValue = true, deltaX = 0, deltaY = 0;
-    event = $.event.fix(orgEvent);
-    event.type = "mousewheel";
-    
-    // Old school scrollwheel delta
-    if ( orgEvent.wheelDelta ) { delta = orgEvent.wheelDelta/120; }
-    if ( orgEvent.detail     ) { delta = -orgEvent.detail/3; }
-    
-    // New school multidimensional scroll (touchpads) deltas
-    deltaY = delta;
-    
-    // Gecko
-    if ( orgEvent.axis !== undefined && orgEvent.axis === orgEvent.HORIZONTAL_AXIS ) {
-        deltaY = 0;
-        deltaX = -1*delta;
-    }
-    
-    // Webkit
-    if ( orgEvent.wheelDeltaY !== undefined ) { deltaY = orgEvent.wheelDeltaY/120; }
-    if ( orgEvent.wheelDeltaX !== undefined ) { deltaX = -1*orgEvent.wheelDeltaX/120; }
-    
-    // Add event and delta to the front of the arguments
-    args.unshift(event, delta, deltaX, deltaY);
-    
-    return ($.event.dispatch || $.event.handle).apply(this, args);
-}
-
-})(jQuery);
diff --git a/lib/jquery.ui.slider.css b/lib/jquery.ui.slider.css
deleted file mode 100644 (file)
index 106f8c3..0000000
+++ /dev/null
@@ -1,199 +0,0 @@
-/*!
- * jQuery UI Bootstrap (0.22)
- * http://addyosmani.github.com/jquery-ui-bootstrap
- *
- * Copyright 2012, Addy Osmani
- * Dual licensed under the MIT or GPL Version 2 licenses.
- *
- * Portions copyright jQuery UI & Twitter Bootstrap
- * Modified by Xlab - slider only!
- */
-
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
-.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
-.ui-helper-clearfix { display: inline-block; }
-/* required comment for clearfix to work in Opera \*/
-* html .ui-helper-clearfix { height:1%; }
-.ui-helper-clearfix { display:block; }
-/* end clearfix */
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
-
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-disabled { cursor: default !important; }
-
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Overlays */
-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
-
-
-/*
- * jQuery UI CSS Framework 1.8.16
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Theming/API
- *
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
- */
-
-
-/* Component containers
-----------------------------------*/
-.ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
-.ui-widget .ui-widget { font-size: 1em; }
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
-.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
-.ui-widget-content a { color: #404040; }
-.ui-widget-header {
-  font-weight:bold;
-  border-color: #0064cd #0064cd #003f81;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-  border:1px solid #666;
-
- }
-.ui-widget-header a { color: #222222; }
-
-/* Interaction states
-----------------------------------*/
-.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
-
-  background-color: #e6e6e6;
-  background-repeat: no-repeat;
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
-  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
-  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
-  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
-  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
-  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
-
-  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-
-  color: #333;
-  font-size: 13px;
-  line-height: normal;
-  border: 1px solid #ccc;
-  border-bottom-color: #bbb;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-  -webkit-transition: 0.1s linear background-image;
-  -moz-transition: 0.1s linear background-image;
-  -ms-transition: 0.1s linear background-image;
-  -o-transition: 0.1s linear background-image;
-  transition: 0.1s linear background-image;
-   overflow: visible;
-
- }
-
-
-.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
-  background-position: 0 -15px;
-  color: #333;
-  text-decoration: none;
-
-
- }
-.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
-.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
-.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
-.ui-widget :active { outline: none; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Corner radius */
-.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
-.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-
-
-
-/* Overlays */
-.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
-.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
- * jQuery UI Resizable 1.8.16
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Resizable#theming
- */
-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
-
-/*
- * jQuery UI Slider 1.8.16
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Slider#theming
- */
-.ui-slider { position: relative; text-align: left; }
-.ui-slider a { outline: none; }
-.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
-.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;
-
-  color: #ffffff;
-  background-color: #0064cd;
-  background-repeat: repeat-x;
-  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
-  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
-  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
-  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
-  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
-  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
-  background-image: linear-gradient(top, #049cdb, #0064cd);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-  border-color: #0064cd #0064cd #003f81;
-  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-
-}
-
-.ui-slider-horizontal { height: .8em; }
-.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
-.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
-.ui-slider-horizontal .ui-slider-range-min { left: 0; }
-.ui-slider-horizontal .ui-slider-range-max { right: 0; }
-
-.ui-slider-vertical { width: .8em; height: 100px; }
-.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
-.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
-.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
-.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
diff --git a/lib/jquery.ui.slider.js b/lib/jquery.ui.slider.js
deleted file mode 100644 (file)
index f249828..0000000
+++ /dev/null
@@ -1,637 +0,0 @@
-/*!
- * jQuery UI Slider @VERSION
- * http://jqueryui.com
- *
- * Copyright 2012 jQuery Foundation and other contributors
- * Released under the MIT license.
- * http://jquery.org/license
- *
- * http://api.jqueryui.com/slider/
- *
- * Depends:
- *     jquery.ui.core.js
- *     jquery.ui.mouse.js
- *     jquery.ui.widget.js
- */
-(function( $, undefined ) {
-
-// number of pages in a slider
-// (how many times can you page up/down to go through the whole range)
-var numPages = 5;
-
-$.widget( "ui.slider", $.ui.mouse, {
-       version: "@VERSION",
-       widgetEventPrefix: "slide",
-
-       options: {
-               animate: false,
-               distance: 0,
-               max: 100,
-               min: 0,
-               orientation: "horizontal",
-               range: false,
-               step: 1,
-               value: 0,
-               values: null
-       },
-
-       _create: function() {
-               var i,
-                       o = this.options,
-                       existingHandles = this.element.find( ".ui-slider-handle" ).addClass( "ui-state-default ui-corner-all" ),
-                       handle = "<a class='ui-slider-handle ui-state-default ui-corner-all' href='#'></a>",
-                       handleCount = ( o.values && o.values.length ) || 1,
-                       handles = [];
-
-               this._keySliding = false;
-               this._mouseSliding = false;
-               this._animateOff = true;
-               this._handleIndex = null;
-               this._detectOrientation();
-               this._mouseInit();
-
-               this.element
-                       .addClass( "ui-slider" +
-                               " ui-slider-" + this.orientation +
-                               " ui-widget" +
-                               " ui-widget-content" +
-                               " ui-corner-all" +
-                               ( o.disabled ? " ui-slider-disabled ui-disabled" : "" ) );
-
-               this.range = $([]);
-
-               if ( o.range ) {
-                       if ( o.range === true ) {
-                               if ( !o.values ) {
-                                       o.values = [ this._valueMin(), this._valueMin() ];
-                               }
-                               if ( o.values.length && o.values.length !== 2 ) {
-                                       o.values = [ o.values[0], o.values[0] ];
-                               }
-                       }
-
-                       this.range = $( "<div></div>" )
-                               .appendTo( this.element )
-                               .addClass( "ui-slider-range" +
-                               // note: this isn't the most fittingly semantic framework class for this element,
-                               // but worked best visually with a variety of themes
-                               " ui-widget-header" +
-                               ( ( o.range === "min" || o.range === "max" ) ? " ui-slider-range-" + o.range : "" ) );
-               }
-
-               for ( i = existingHandles.length; i < handleCount; i++ ) {
-                       handles.push( handle );
-               }
-
-               this.handles = existingHandles.add( $( handles.join( "" ) ).appendTo( this.element ) );
-
-               this.handle = this.handles.eq( 0 );
-
-               this.handles.add( this.range ).filter( "a" )
-                       .click(function( event ) {
-                               event.preventDefault();
-                       })
-                       .mouseenter(function() {
-                               if ( !o.disabled ) {
-                                       $( this ).addClass( "ui-state-hover" );
-                               }
-                       })
-                       .mouseleave(function() {
-                               $( this ).removeClass( "ui-state-hover" );
-                       })
-                       .focus(function() {
-                               if ( !o.disabled ) {
-                                       $( ".ui-slider .ui-state-focus" ).removeClass( "ui-state-focus" );
-                                       $( this ).addClass( "ui-state-focus" );
-                               } else {
-                                       $( this ).blur();
-                               }
-                       })
-                       .blur(function() {
-                               $( this ).removeClass( "ui-state-focus" );
-                       });
-
-               this.handles.each(function( i ) {
-                       $( this ).data( "ui-slider-handle-index", i );
-               });
-
-               this._on( this.handles, {
-                       keydown: function( event ) {
-                               var allowed, curVal, newVal, step,
-                                       index = $( event.target ).data( "ui-slider-handle-index" );
-
-                               switch ( event.keyCode ) {
-                                       case $.ui.keyCode.HOME:
-                                       case $.ui.keyCode.END:
-                                       case $.ui.keyCode.PAGE_UP:
-                                       case $.ui.keyCode.PAGE_DOWN:
-                                       case $.ui.keyCode.UP:
-                                       case $.ui.keyCode.RIGHT:
-                                       case $.ui.keyCode.DOWN:
-                                       case $.ui.keyCode.LEFT:
-                                               event.preventDefault();
-                                               if ( !this._keySliding ) {
-                                                       this._keySliding = true;
-                                                       $( event.target ).addClass( "ui-state-active" );
-                                                       allowed = this._start( event, index );
-                                                       if ( allowed === false ) {
-                                                               return;
-                                                       }
-                                               }
-                                               break;
-                               }
-
-                               step = this.options.step;
-                               if ( this.options.values && this.options.values.length ) {
-                                       curVal = newVal = this.values( index );
-                               } else {
-                                       curVal = newVal = this.value();
-                               }
-
-                               switch ( event.keyCode ) {
-                                       case $.ui.keyCode.HOME:
-                                               newVal = this._valueMin();
-                                               break;
-                                       case $.ui.keyCode.END:
-                                               newVal = this._valueMax();
-                                               break;
-                                       case $.ui.keyCode.PAGE_UP:
-                                               newVal = this._trimAlignValue( curVal + ( (this._valueMax() - this._valueMin()) / numPages ) );
-                                               break;
-                                       case $.ui.keyCode.PAGE_DOWN:
-                                               newVal = this._trimAlignValue( curVal - ( (this._valueMax() - this._valueMin()) / numPages ) );
-                                               break;
-                                       case $.ui.keyCode.UP:
-                                       case $.ui.keyCode.RIGHT:
-                                               if ( curVal === this._valueMax() ) {
-                                                       return;
-                                               }
-                                               newVal = this._trimAlignValue( curVal + step );
-                                               break;
-                                       case $.ui.keyCode.DOWN:
-                                       case $.ui.keyCode.LEFT:
-                                               if ( curVal === this._valueMin() ) {
-                                                       return;
-                                               }
-                                               newVal = this._trimAlignValue( curVal - step );
-                                               break;
-                               }
-
-                               this._slide( event, index, newVal );
-                       },
-                       keyup: function( event ) {
-                               var index = $( event.target ).data( "ui-slider-handle-index" );
-
-                               if ( this._keySliding ) {
-                                       this._keySliding = false;
-                                       this._stop( event, index );
-                                       this._change( event, index );
-                                       $( event.target ).removeClass( "ui-state-active" );
-                               }
-                       }
-               });
-
-               this._refreshValue();
-
-               this._animateOff = false;
-       },
-
-       _destroy: function() {
-               this.handles.remove();
-               this.range.remove();
-
-               this.element
-                       .removeClass( "ui-slider" +
-                               " ui-slider-horizontal" +
-                               " ui-slider-vertical" +
-                               " ui-slider-disabled" +
-                               " ui-widget" +
-                               " ui-widget-content" +
-                               " ui-corner-all" );
-
-               this._mouseDestroy();
-       },
-
-       _mouseCapture: function( event ) {
-               var position, normValue, distance, closestHandle, index, allowed, offset, mouseOverHandle,
-                       that = this,
-                       o = this.options;
-
-               if ( o.disabled ) {
-                       return false;
-               }
-
-               this.elementSize = {
-                       width: this.element.outerWidth(),
-                       height: this.element.outerHeight()
-               };
-               this.elementOffset = this.element.offset();
-
-               position = { x: event.pageX, y: event.pageY };
-               normValue = this._normValueFromMouse( position );
-               distance = this._valueMax() - this._valueMin() + 1;
-               this.handles.each(function( i ) {
-                       var thisDistance = Math.abs( normValue - that.values(i) );
-                       if ( distance > thisDistance ) {
-                               distance = thisDistance;
-                               closestHandle = $( this );
-                               index = i;
-                       }
-               });
-
-               // workaround for bug #3736 (if both handles of a range are at 0,
-               // the first is always used as the one with least distance,
-               // and moving it is obviously prevented by preventing negative ranges)
-               if( o.range === true && this.values(1) === o.min ) {
-                       index += 1;
-                       closestHandle = $( this.handles[index] );
-               }
-
-               allowed = this._start( event, index );
-               if ( allowed === false ) {
-                       return false;
-               }
-               this._mouseSliding = true;
-
-               this._handleIndex = index;
-
-               closestHandle
-                       .addClass( "ui-state-active" )
-                       .focus();
-
-               offset = closestHandle.offset();
-               mouseOverHandle = !$( event.target ).parents().andSelf().is( ".ui-slider-handle" );
-               this._clickOffset = mouseOverHandle ? { left: 0, top: 0 } : {
-                       left: event.pageX - offset.left - ( closestHandle.width() / 2 ),
-                       top: event.pageY - offset.top -
-                               ( closestHandle.height() / 2 ) -
-                               ( parseInt( closestHandle.css("borderTopWidth"), 10 ) || 0 ) -
-                               ( parseInt( closestHandle.css("borderBottomWidth"), 10 ) || 0) +
-                               ( parseInt( closestHandle.css("marginTop"), 10 ) || 0)
-               };
-
-               if ( !this.handles.hasClass( "ui-state-hover" ) ) {
-                       this._slide( event, index, normValue );
-               }
-               this._animateOff = true;
-               return true;
-       },
-
-       _mouseStart: function( event ) {
-               return true;
-       },
-
-       _mouseDrag: function( event ) {
-               var position = { x: event.pageX, y: event.pageY },
-                       normValue = this._normValueFromMouse( position );
-
-               this._slide( event, this._handleIndex, normValue );
-
-               return false;
-       },
-
-       _mouseStop: function( event ) {
-               this.handles.removeClass( "ui-state-active" );
-               this._mouseSliding = false;
-
-               this._stop( event, this._handleIndex );
-               this._change( event, this._handleIndex );
-
-               this._handleIndex = null;
-               this._clickOffset = null;
-               this._animateOff = false;
-
-               return false;
-       },
-
-       _detectOrientation: function() {
-               this.orientation = ( this.options.orientation === "vertical" ) ? "vertical" : "horizontal";
-       },
-
-       _normValueFromMouse: function( position ) {
-               var pixelTotal,
-                       pixelMouse,
-                       percentMouse,
-                       valueTotal,
-                       valueMouse;
-
-               if ( this.orientation === "horizontal" ) {
-                       pixelTotal = this.elementSize.width;
-                       pixelMouse = position.x - this.elementOffset.left - ( this._clickOffset ? this._clickOffset.left : 0 );
-               } else {
-                       pixelTotal = this.elementSize.height;
-                       pixelMouse = position.y - this.elementOffset.top - ( this._clickOffset ? this._clickOffset.top : 0 );
-               }
-
-               percentMouse = ( pixelMouse / pixelTotal );
-               if ( percentMouse > 1 ) {
-                       percentMouse = 1;
-               }
-               if ( percentMouse < 0 ) {
-                       percentMouse = 0;
-               }
-               if ( this.orientation === "vertical" ) {
-                       percentMouse = 1 - percentMouse;
-               }
-
-               valueTotal = this._valueMax() - this._valueMin();
-               valueMouse = this._valueMin() + percentMouse * valueTotal;
-
-               return this._trimAlignValue( valueMouse );
-       },
-
-       _start: function( event, index ) {
-               var uiHash = {
-                       handle: this.handles[ index ],
-                       value: this.value()
-               };
-               if ( this.options.values && this.options.values.length ) {
-                       uiHash.value = this.values( index );
-                       uiHash.values = this.values();
-               }
-               return this._trigger( "start", event, uiHash );
-       },
-
-       _slide: function( event, index, newVal ) {
-               var otherVal,
-                       newValues,
-                       allowed;
-
-               if ( this.options.values && this.options.values.length ) {
-                       otherVal = this.values( index ? 0 : 1 );
-
-                       if ( ( this.options.values.length === 2 && this.options.range === true ) &&
-                                       ( ( index === 0 && newVal > otherVal) || ( index === 1 && newVal < otherVal ) )
-                               ) {
-                               newVal = otherVal;
-                       }
-
-                       if ( newVal !== this.values( index ) ) {
-                               newValues = this.values();
-                               newValues[ index ] = newVal;
-                               // A slide can be canceled by returning false from the slide callback
-                               allowed = this._trigger( "slide", event, {
-                                       handle: this.handles[ index ],
-                                       value: newVal,
-                                       values: newValues
-                               } );
-                               otherVal = this.values( index ? 0 : 1 );
-                               if ( allowed !== false ) {
-                                       this.values( index, newVal, true );
-                               }
-                       }
-               } else {
-                       if ( newVal !== this.value() ) {
-                               // A slide can be canceled by returning false from the slide callback
-                               allowed = this._trigger( "slide", event, {
-                                       handle: this.handles[ index ],
-                                       value: newVal
-                               } );
-                               if ( allowed !== false ) {
-                                       this.value( newVal );
-                               }
-                       }
-               }
-       },
-
-       _stop: function( event, index ) {
-               var uiHash = {
-                       handle: this.handles[ index ],
-                       value: this.value()
-               };
-               if ( this.options.values && this.options.values.length ) {
-                       uiHash.value = this.values( index );
-                       uiHash.values = this.values();
-               }
-
-               this._trigger( "stop", event, uiHash );
-       },
-
-       _change: function( event, index ) {
-               if ( !this._keySliding && !this._mouseSliding ) {
-                       var uiHash = {
-                               handle: this.handles[ index ],
-                               value: this.value()
-                       };
-                       if ( this.options.values && this.options.values.length ) {
-                               uiHash.value = this.values( index );
-                               uiHash.values = this.values();
-                       }
-
-                       this._trigger( "change", event, uiHash );
-               }
-       },
-
-       value: function( newValue ) {
-               if ( arguments.length ) {
-                       this.options.value = this._trimAlignValue( newValue );
-                       this._refreshValue();
-                       this._change( null, 0 );
-                       return;
-               }
-
-               return this._value();
-       },
-
-       values: function( index, newValue ) {
-               var vals,
-                       newValues,
-                       i;
-
-               if ( arguments.length > 1 ) {
-                       this.options.values[ index ] = this._trimAlignValue( newValue );
-                       this._refreshValue();
-                       this._change( null, index );
-                       return;
-               }
-
-               if ( arguments.length ) {
-                       if ( $.isArray( arguments[ 0 ] ) ) {
-                               vals = this.options.values;
-                               newValues = arguments[ 0 ];
-                               for ( i = 0; i < vals.length; i += 1 ) {
-                                       vals[ i ] = this._trimAlignValue( newValues[ i ] );
-                                       this._change( null, i );
-                               }
-                               this._refreshValue();
-                       } else {
-                               if ( this.options.values && this.options.values.length ) {
-                                       return this._values( index );
-                               } else {
-                                       return this.value();
-                               }
-                       }
-               } else {
-                       return this._values();
-               }
-       },
-
-       _setOption: function( key, value ) {
-               var i,
-                       valsLength = 0;
-
-               if ( $.isArray( this.options.values ) ) {
-                       valsLength = this.options.values.length;
-               }
-
-               $.Widget.prototype._setOption.apply( this, arguments );
-
-               switch ( key ) {
-                       case "disabled":
-                               if ( value ) {
-                                       this.handles.filter( ".ui-state-focus" ).blur();
-                                       this.handles.removeClass( "ui-state-hover" );
-                                       this.handles.prop( "disabled", true );
-                                       this.element.addClass( "ui-disabled" );
-                               } else {
-                                       this.handles.prop( "disabled", false );
-                                       this.element.removeClass( "ui-disabled" );
-                               }
-                               break;
-                       case "orientation":
-                               this._detectOrientation();
-                               this.element
-                                       .removeClass( "ui-slider-horizontal ui-slider-vertical" )
-                                       .addClass( "ui-slider-" + this.orientation );
-                               this._refreshValue();
-                               break;
-                       case "value":
-                               this._animateOff = true;
-                               this._refreshValue();
-                               this._change( null, 0 );
-                               this._animateOff = false;
-                               break;
-                       case "values":
-                               this._animateOff = true;
-                               this._refreshValue();
-                               for ( i = 0; i < valsLength; i += 1 ) {
-                                       this._change( null, i );
-                               }
-                               this._animateOff = false;
-                               break;
-               }
-       },
-
-       //internal value getter
-       // _value() returns value trimmed by min and max, aligned by step
-       _value: function() {
-               var val = this.options.value;
-               val = this._trimAlignValue( val );
-
-               return val;
-       },
-
-       //internal values getter
-       // _values() returns array of values trimmed by min and max, aligned by step
-       // _values( index ) returns single value trimmed by min and max, aligned by step
-       _values: function( index ) {
-               var val,
-                       vals,
-                       i;
-
-               if ( arguments.length ) {
-                       val = this.options.values[ index ];
-                       val = this._trimAlignValue( val );
-
-                       return val;
-               } else {
-                       // .slice() creates a copy of the array
-                       // this copy gets trimmed by min and max and then returned
-                       vals = this.options.values.slice();
-                       for ( i = 0; i < vals.length; i+= 1) {
-                               vals[ i ] = this._trimAlignValue( vals[ i ] );
-                       }
-
-                       return vals;
-               }
-       },
-
-       // returns the step-aligned value that val is closest to, between (inclusive) min and max
-       _trimAlignValue: function( val ) {
-               if ( val <= this._valueMin() ) {
-                       return this._valueMin();
-               }
-               if ( val >= this._valueMax() ) {
-                       return this._valueMax();
-               }
-               var step = ( this.options.step > 0 ) ? this.options.step : 1,
-                       valModStep = (val - this._valueMin()) % step,
-                       alignValue = val - valModStep;
-
-               if ( Math.abs(valModStep) * 2 >= step ) {
-                       alignValue += ( valModStep > 0 ) ? step : ( -step );
-               }
-
-               // Since JavaScript has problems with large floats, round
-               // the final value to 5 digits after the decimal point (see #4124)
-               return parseFloat( alignValue.toFixed(5) );
-       },
-
-       _valueMin: function() {
-               return this.options.min;
-       },
-
-       _valueMax: function() {
-               return this.options.max;
-       },
-
-       _refreshValue: function() {
-               var lastValPercent, valPercent, value, valueMin, valueMax,
-                       oRange = this.options.range,
-                       o = this.options,
-                       that = this,
-                       animate = ( !this._animateOff ) ? o.animate : false,
-                       _set = {};
-
-               if ( this.options.values && this.options.values.length ) {
-                       this.handles.each(function( i, j ) {
-                               valPercent = ( that.values(i) - that._valueMin() ) / ( that._valueMax() - that._valueMin() ) * 100;
-                               _set[ that.orientation === "horizontal" ? "left" : "bottom" ] = valPercent + "%";
-                               $( this ).stop( 1, 1 )[ animate ? "animate" : "css" ]( _set, o.animate );
-                               if ( that.options.range === true ) {
-                                       if ( that.orientation === "horizontal" ) {
-                                               if ( i === 0 ) {
-                                                       that.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { left: valPercent + "%" }, o.animate );
-                                               }
-                                               if ( i === 1 ) {
-                                                       that.range[ animate ? "animate" : "css" ]( { width: ( valPercent - lastValPercent ) + "%" }, { queue: false, duration: o.animate } );
-                                               }
-                                       } else {
-                                               if ( i === 0 ) {
-                                                       that.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { bottom: ( valPercent ) + "%" }, o.animate );
-                                               }
-                                               if ( i === 1 ) {
-                                                       that.range[ animate ? "animate" : "css" ]( { height: ( valPercent - lastValPercent ) + "%" }, { queue: false, duration: o.animate } );
-                                               }
-                                       }
-                               }
-                               lastValPercent = valPercent;
-                       });
-               } else {
-                       value = this.value();
-                       valueMin = this._valueMin();
-                       valueMax = this._valueMax();
-                       valPercent = ( valueMax !== valueMin ) ?
-                                       ( value - valueMin ) / ( valueMax - valueMin ) * 100 :
-                                       0;
-                       _set[ this.orientation === "horizontal" ? "left" : "bottom" ] = valPercent + "%";
-                       this.handle.stop( 1, 1 )[ animate ? "animate" : "css" ]( _set, o.animate );
-
-                       if ( oRange === "min" && this.orientation === "horizontal" ) {
-                               this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { width: valPercent + "%" }, o.animate );
-                       }
-                       if ( oRange === "max" && this.orientation === "horizontal" ) {
-                               this.range[ animate ? "animate" : "css" ]( { width: ( 100 - valPercent ) + "%" }, { queue: false, duration: o.animate } );
-                       }
-                       if ( oRange === "min" && this.orientation === "vertical" ) {
-                               this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { height: valPercent + "%" }, o.animate );
-                       }
-                       if ( oRange === "max" && this.orientation === "vertical" ) {
-                               this.range[ animate ? "animate" : "css" ]( { height: ( 100 - valPercent ) + "%" }, { queue: false, duration: o.animate } );
-                       }
-               }
-       }
-
-});
-
-}(jQuery));
diff --git a/lib/qunit b/lib/qunit
new file mode 160000 (submodule)
index 0000000..c40c919
--- /dev/null
+++ b/lib/qunit
@@ -0,0 +1 @@
+Subproject commit c40c91927d3e862a08a777240622bb6f7c7c1fe2
diff --git a/lib/underscore b/lib/underscore
new file mode 160000 (submodule)
index 0000000..bf1bddd
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit bf1bddd38d8ffefac152f85fe74fa80767868f84
diff --git a/lib/underscore-min.js b/lib/underscore-min.js
deleted file mode 100644 (file)
index 8ec052b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-//     Underscore.js 1.4.0
-//     http://underscorejs.org
-//     (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
-//     Underscore may be freely distributed under the MIT license.
-(function(){var e=this,t=e._,n={},r=Array.prototype,i=Object.prototype,s=Function.prototype,o=r.push,u=r.slice,a=r.concat,f=r.unshift,l=i.toString,c=i.hasOwnProperty,h=r.forEach,p=r.map,d=r.reduce,v=r.reduceRight,m=r.filter,g=r.every,y=r.some,b=r.indexOf,w=r.lastIndexOf,E=Array.isArray,S=Object.keys,x=s.bind,T=function(e){if(e instanceof T)return e;if(!(this instanceof T))return new T(e);this._wrapped=e};typeof exports!="undefined"?(typeof module!="undefined"&&module.exports&&(exports=module.exports=T),exports._=T):e._=T,T.VERSION="1.4.0";var N=T.each=T.forEach=function(e,t,r){if(h&&e.forEach===h)e.forEach(t,r);else if(e.length===+e.length){for(var i=0,s=e.length;i<s;i++)if(t.call(r,e[i],i,e)===n)return}else for(var o in e)if(T.has(e,o)&&t.call(r,e[o],o,e)===n)return};T.map=T.collect=function(e,t,n){var r=[];return p&&e.map===p?e.map(t,n):(N(e,function(e,i,s){r[r.length]=t.call(n,e,i,s)}),r)},T.reduce=T.foldl=T.inject=function(e,t,n,r){var i=arguments.length>2;if(d&&e.reduce===d)return r&&(t=T.bind(t,r)),i?e.reduce(t,n):e.reduce(t);N(e,function(e,s,o){i?n=t.call(r,n,e,s,o):(n=e,i=!0)});if(!i)throw new TypeError("Reduce of empty array with no initial value");return n},T.reduceRight=T.foldr=function(e,t,n,r){var i=arguments.length>2;if(v&&e.reduceRight===v)return r&&(t=T.bind(t,r)),arguments.length>2?e.reduceRight(t,n):e.reduceRight(t);var s=e.length;if(s!==+s){var o=T.keys(e);s=o.length}N(e,function(u,a,f){a=o?o[--s]:--s,i?n=t.call(r,n,e[a],a,f):(n=e[a],i=!0)});if(!i)throw new TypeError("Reduce of empty array with no initial value");return n},T.find=T.detect=function(e,t,n){var r;return C(e,function(e,i,s){if(t.call(n,e,i,s))return r=e,!0}),r},T.filter=T.select=function(e,t,n){var r=[];return m&&e.filter===m?e.filter(t,n):(N(e,function(e,i,s){t.call(n,e,i,s)&&(r[r.length]=e)}),r)},T.reject=function(e,t,n){var r=[];return N(e,function(e,i,s){t.call(n,e,i,s)||(r[r.length]=e)}),r},T.every=T.all=function(e,t,r){t||(t=T.identity);var i=!0;return g&&e.every===g?e.every(t,r):(N(e,function(e,s,o){if(!(i=i&&t.call(r,e,s,o)))return n}),!!i)};var C=T.some=T.any=function(e,t,r){t||(t=T.identity);var i=!1;return y&&e.some===y?e.some(t,r):(N(e,function(e,s,o){if(i||(i=t.call(r,e,s,o)))return n}),!!i)};T.contains=T.include=function(e,t){var n=!1;return b&&e.indexOf===b?e.indexOf(t)!=-1:(n=C(e,function(e){return e===t}),n)},T.invoke=function(e,t){var n=u.call(arguments,2);return T.map(e,function(e){return(T.isFunction(t)?t:e[t]).apply(e,n)})},T.pluck=function(e,t){return T.map(e,function(e){return e[t]})},T.where=function(e,t){return T.isEmpty(t)?[]:T.filter(e,function(e){for(var n in t)if(t[n]!==e[n])return!1;return!0})},T.max=function(e,t,n){if(!t&&T.isArray(e)&&e[0]===+e[0]&&e.length<65535)return Math.max.apply(Math,e);if(!t&&T.isEmpty(e))return-Infinity;var r={computed:-Infinity};return N(e,function(e,i,s){var o=t?t.call(n,e,i,s):e;o>=r.computed&&(r={value:e,computed:o})}),r.value},T.min=function(e,t,n){if(!t&&T.isArray(e)&&e[0]===+e[0]&&e.length<65535)return Math.min.apply(Math,e);if(!t&&T.isEmpty(e))return Infinity;var r={computed:Infinity};return N(e,function(e,i,s){var o=t?t.call(n,e,i,s):e;o<r.computed&&(r={value:e,computed:o})}),r.value},T.shuffle=function(e){var t,n=0,r=[];return N(e,function(e){t=T.random(n++),r[n-1]=r[t],r[t]=e}),r};var k=function(e){return T.isFunction(e)?e:function(t){return t[e]}};T.sortBy=function(e,t,n){var r=k(t);return T.pluck(T.map(e,function(e,t,i){return{value:e,index:t,criteria:r.call(n,e,t,i)}}).sort(function(e,t){var n=e.criteria,r=t.criteria;if(n!==r){if(n>r||n===void 0)return 1;if(n<r||r===void 0)return-1}return e.index<t.index?-1:1}),"value")};var L=function(e,t,n,r){var i={},s=k(t);return N(e,function(t,o){var u=s.call(n,t,o,e);r(i,u,t)}),i};T.groupBy=function(e,t,n){return L(e,t,n,function(e,t,n){(T.has(e,t)?e[t]:e[t]=[]).push(n)})},T.countBy=function(e,t,n){return L(e,t,n,function(e,t,n){T.has(e,t)||(e[t]=0),e[t]++})},T.sortedIndex=function(e,t,n,r){n=n==null?T.identity:k(n);var i=n.call(r,t),s=0,o=e.length;while(s<o){var u=s+o>>>1;n.call(r,e[u])<i?s=u+1:o=u}return s},T.toArray=function(e){return e?e.length===+e.length?u.call(e):T.values(e):[]},T.size=function(e){return e.length===+e.length?e.length:T.keys(e).length},T.first=T.head=T.take=function(e,t,n){return t!=null&&!n?u.call(e,0,t):e[0]},T.initial=function(e,t,n){return u.call(e,0,e.length-(t==null||n?1:t))},T.last=function(e,t,n){return t!=null&&!n?u.call(e,Math.max(e.length-t,0)):e[e.length-1]},T.rest=T.tail=T.drop=function(e,t,n){return u.call(e,t==null||n?1:t)},T.compact=function(e){return T.filter(e,function(e){return!!e})};var A=function(e,t,n){return N(e,function(e){T.isArray(e)?t?o.apply(n,e):A(e,t,n):n.push(e)}),n};T.flatten=function(e,t){return A(e,t,[])},T.without=function(e){return T.difference(e,u.call(arguments,1))},T.uniq=T.unique=function(e,t,n,r){var i=n?T.map(e,n,r):e,s=[],o=[];return N(i,function(n,r){if(t?!r||o[o.length-1]!==n:!T.contains(o,n))o.push(n),s.push(e[r])}),s},T.union=function(){return T.uniq(a.apply(r,arguments))},T.intersection=function(e){var t=u.call(arguments,1);return T.filter(T.uniq(e),function(e){return T.every(t,function(t){return T.indexOf(t,e)>=0})})},T.difference=function(e){var t=a.apply(r,u.call(arguments,1));return T.filter(e,function(e){return!T.contains(t,e)})},T.zip=function(){var e=u.call(arguments),t=T.max(T.pluck(e,"length")),n=new Array(t);for(var r=0;r<t;r++)n[r]=T.pluck(e,""+r);return n},T.object=function(e,t){var n={};for(var r=0,i=e.length;r<i;r++)t?n[e[r]]=t[r]:n[e[r][0]]=e[r][1];return n},T.indexOf=function(e,t,n){var r=0,i=e.length;if(n){if(typeof n!="number")return r=T.sortedIndex(e,t),e[r]===t?r:-1;r=n<0?Math.max(0,i+n):n}if(b&&e.indexOf===b)return e.indexOf(t,n);for(;r<i;r++)if(e[r]===t)return r;return-1},T.lastIndexOf=function(e,t,n){if(w&&e.lastIndexOf===w)return e.lastIndexOf(t,n);var r=n!=null?n:e.length;while(r--)if(e[r]===t)return r;return-1},T.range=function(e,t,n){arguments.length<=1&&(t=e||0,e=0),n=arguments[2]||1;var r=Math.max(Math.ceil((t-e)/n),0),i=0,s=new Array(r);while(i<r)s[i++]=e,e+=n;return s};var O=function(){};T.bind=function(t,n){var r,i;if(t.bind===x&&x)return x.apply(t,u.call(arguments,1));if(!T.isFunction(t))throw new TypeError;return i=u.call(arguments,2),r=function(){if(this instanceof r){O.prototype=t.prototype;var e=new O,s=t.apply(e,i.concat(u.call(arguments)));return Object(s)===s?s:e}return t.apply(n,i.concat(u.call(arguments)))}},T.bindAll=function(e){var t=u.call(arguments,1);return t.length==0&&(t=T.functions(e)),N(t,function(t){e[t]=T.bind(e[t],e)}),e},T.memoize=function(e,t){var n={};return t||(t=T.identity),function(){var r=t.apply(this,arguments);return T.has(n,r)?n[r]:n[r]=e.apply(this,arguments)}},T.delay=function(e,t){var n=u.call(arguments,2);return setTimeout(function(){return e.apply(null,n)},t)},T.defer=function(e){return T.delay.apply(T,[e,1].concat(u.call(arguments,1)))},T.throttle=function(e,t){var n,r,i,s,o,u,a=T.debounce(function(){o=s=!1},t);return function(){n=this,r=arguments;var f=function(){i=null,o&&(u=e.apply(n,r)),a()};return i||(i=setTimeout(f,t)),s?o=!0:(s=!0,u=e.apply(n,r)),a(),u}},T.debounce=function(e,t,n){var r,i;return function(){var s=this,o=arguments,u=function(){r=null,n||(i=e.apply(s,o))},a=n&&!r;return clearTimeout(r),r=setTimeout(u,t),a&&(i=e.apply(s,o)),i}},T.once=function(e){var t=!1,n;return function(){return t?n:(t=!0,n=e.apply(this,arguments),e=null,n)}},T.wrap=function(e,t){return function(){var n=[e];return o.apply(n,arguments),t.apply(this,n)}},T.compose=function(){var e=arguments;return function(){var t=arguments;for(var n=e.length-1;n>=0;n--)t=[e[n].apply(this,t)];return t[0]}},T.after=function(e,t){return e<=0?t():function(){if(--e<1)return t.apply(this,arguments)}},T.keys=S||function(e){if(e!==Object(e))throw new TypeError("Invalid object");var t=[];for(var n in e)T.has(e,n)&&(t[t.length]=n);return t},T.values=function(e){var t=[];for(var n in e)T.has(e,n)&&t.push(e[n]);return t},T.pairs=function(e){var t=[];for(var n in e)T.has(e,n)&&t.push([n,e[n]]);return t},T.invert=function(e){var t={};for(var n in e)T.has(e,n)&&(t[e[n]]=n);return t},T.functions=T.methods=function(e){var t=[];for(var n in e)T.isFunction(e[n])&&t.push(n);return t.sort()},T.extend=function(e){return N(u.call(arguments,1),function(t){for(var n in t)e[n]=t[n]}),e},T.pick=function(e){var t={},n=a.apply(r,u.call(arguments,1));return N(n,function(n){n in e&&(t[n]=e[n])}),t},T.omit=function(e){var t={},n=a.apply(r,u.call(arguments,1));for(var i in e)T.contains(n,i)||(t[i]=e[i]);return t},T.defaults=function(e){return N(u.call(arguments,1),function(t){for(var n in t)e[n]==null&&(e[n]=t[n])}),e},T.clone=function(e){return T.isObject(e)?T.isArray(e)?e.slice():T.extend({},e):e},T.tap=function(e,t){return t(e),e};var M=function(e,t,n,r){if(e===t)return e!==0||1/e==1/t;if(e==null||t==null)return e===t;e instanceof T&&(e=e._wrapped),t instanceof T&&(t=t._wrapped);var i=l.call(e);if(i!=l.call(t))return!1;switch(i){case"[object String]":return e==String(t);case"[object Number]":return e!=+e?t!=+t:e==0?1/e==1/t:e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object RegExp]":return e.source==t.source&&e.global==t.global&&e.multiline==t.multiline&&e.ignoreCase==t.ignoreCase}if(typeof e!="object"||typeof t!="object")return!1;var s=n.length;while(s--)if(n[s]==e)return r[s]==t;n.push(e),r.push(t);var o=0,u=!0;if(i=="[object Array]"){o=e.length,u=o==t.length;if(u)while(o--)if(!(u=M(e[o],t[o],n,r)))break}else{var a=e.constructor,f=t.constructor;if(a!==f&&!(T.isFunction(a)&&a instanceof a&&T.isFunction(f)&&f instanceof f))return!1;for(var c in e)if(T.has(e,c)){o++;if(!(u=T.has(t,c)&&M(e[c],t[c],n,r)))break}if(u){for(c in t)if(T.has(t,c)&&!(o--))break;u=!o}}return n.pop(),r.pop(),u};T.isEqual=function(e,t){return M(e,t,[],[])},T.isEmpty=function(e){if(e==null)return!0;if(T.isArray(e)||T.isString(e))return e.length===0;for(var t in e)if(T.has(e,t))return!1;return!0},T.isElement=function(e){return!!e&&e.nodeType===1},T.isArray=E||function(e){return l.call(e)=="[object Array]"},T.isObject=function(e){return e===Object(e)},N(["Arguments","Function","String","Number","Date","RegExp"],function(e){T["is"+e]=function(t){return l.call(t)=="[object "+e+"]"}}),T.isArguments(arguments)||(T.isArguments=function(e){return!!e&&!!T.has(e,"callee")}),typeof /./!="function"&&(T.isFunction=function(e){return typeof e=="function"}),T.isFinite=function(e){return T.isNumber(e)&&isFinite(e)},T.isNaN=function(e){return T.isNumber(e)&&e!=+e},T.isBoolean=function(e){return e===!0||e===!1||l.call(e)=="[object Boolean]"},T.isNull=function(e){return e===null},T.isUndefined=function(e){return e===void 0},T.has=function(e,t){return c.call(e,t)},T.noConflict=function(){return e._=t,this},T.identity=function(e){return e},T.times=function(e,t,n){for(var r=0;r<e;r++)t.call(n,r)},T.random=function(e,t){return t==null&&(t=e,e=0),e+(0|Math.random()*(t-e+1))};var _={escape:{"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","/":"&#x2F;"}};_.unescape=T.invert(_.escape);var D={escape:new RegExp("["+T.keys(_.escape).join("")+"]","g"),unescape:new RegExp("("+T.keys(_.unescape).join("|")+")","g")};T.each(["escape","unescape"],function(e){T[e]=function(t){return t==null?"":(""+t).replace(D[e],function(t){return _[e][t]})}}),T.result=function(e,t){if(e==null)return null;var n=e[t];return T.isFunction(n)?n.call(e):n},T.mixin=function(e){N(T.functions(e),function(t){var n=T[t]=e[t];T.prototype[t]=function(){var e=[this._wrapped];return o.apply(e,arguments),F.call(this,n.apply(T,e))}})};var P=0;T.uniqueId=function(e){var t=P++;return e?e+t:t},T.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var H=/(.)^/,B={"'":"'","\\":"\\","\r":"r","\n":"n","    ":"t","\u2028":"u2028","\u2029":"u2029"},j=/\\|'|\r|\n|\t|\u2028|\u2029/g;T.template=function(e,t,n){n=T.defaults({},n,T.templateSettings);var r=new RegExp([(n.escape||H).source,(n.interpolate||H).source,(n.evaluate||H).source].join("|")+"|$","g"),i=0,s="__p+='";e.replace(r,function(t,n,r,o,u){s+=e.slice(i,u).replace(j,function(e){return"\\"+B[e]}),s+=n?"'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":r?"'+\n((__t=("+r+"))==null?'':__t)+\n'":o?"';\n"+o+"\n__p+='":"",i=u+t.length}),s+="';\n",n.variable||(s="with(obj||{}){\n"+s+"}\n"),s="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+s+"return __p;\n";try{var o=new Function(n.variable||"obj","_",s)}catch(u){throw u.source=s,u}if(t)return o(t,T);var a=function(e){return o.call(this,e,T)};return a.source="function("+(n.variable||"obj")+"){\n"+s+"}",a},T.chain=function(e){return T(e).chain()};var F=function(e){return this._chain?T(e).chain():e};T.mixin(T),N(["pop","push","reverse","shift","sort","splice","unshift"],function(e){var t=r[e];T.prototype[e]=function(){var n=this._wrapped;return t.apply(n,arguments),(e=="shift"||e=="splice")&&n.length===0&&delete n[0],F.call(this,n)}}),N(["concat","join","slice"],function(e){var t=r[e];T.prototype[e]=function(){return F.call(this,t.apply(this._wrapped,arguments))}}),T.extend(T.prototype,{chain:function(){return this._chain=!0,this},value:function(){return this._wrapped}})}).call(this);
\ No newline at end of file
index 4d41feb..c51dd56 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-(function($, undefined) {
+(function($, undefined) {
     'use strict';
 
     var ChButton = function(element, options) {
index d5776ec..ab3557b 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-(function($, undefined) {
+(function($, undefined) {
     'use strict';
 
     var ChCheckboxInput = function(element, options) {
index 726690a..525e482 100644 (file)
@@ -7,10 +7,10 @@
  *
  */
 
-(function($, _, undefined) {
+(function($, _, undefined) {
        'use strict';
 
-    $.cowhide = $.cowhide || {}
+    $.cowhide = $.cowhide || {}
     $.extend($.cowhide, {
         version: '0.0.1',
         options: {
@@ -75,7 +75,7 @@
             $.extend(this.themeEngineOptions, options);
             this.currentTheme = this.themeEngineOptions.initial;
 
-            var $link = $('link#cowhide-theme');
+            var $link = $('link#cowhide-theme');
             if ($link.length === 0) {
                 this.fatal("#40: could not find <link> with id 'cowhide-theme'.");
             }
                 return;
             }
 
-            var $link = $('link#cowhide-theme');
+            var $link = $('link#cowhide-theme');
             var theme =
                 this.themeEngineOptions.path +
                 '/cowhide-' +
-                name || 'default';
+                name || 'default';
 
             if (nightMode === true || (nightMode === undefined && this.nightMode === true)) {
                 theme += '-night';
index 90e8467..4f49c39 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-(function($, undefined) {
+(function($, undefined) {
     'use strict';
 
     var ChHeader = function(element, options) {
diff --git a/src/javascripts/cowhide-ng-button.js b/src/javascripts/cowhide-ng-button.js
deleted file mode 100644 (file)
index 61b3875..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(ng, module) {
-  'use strict';
-
-  module.directive('chButton', function() {
-    return {
-      restrict: 'E',
-      scope: {
-        marquee: '@',
-        fixedWidth: '@'
-      },
-      template: '<button class="btn" data-marquee data-fixed-width ng-transclude></div>',
-      replace: true,
-      transclude: true,
-
-      link: function postLink(scope, iElement, iAttrs) {
-        iElement.ch_button();
-      }
-    };
-  });
-})(window.angular, window.cowhide_ng_module);
diff --git a/src/javascripts/cowhide-ng-core.js b/src/javascripts/cowhide-ng-core.js
deleted file mode 100644 (file)
index bb55537..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(ng) {
-  'use strict';
-
-  var cowhide_ng_module = ng.module('cowhide-ng', []);
-
-  window.cowhide_ng_module = cowhide_ng_module;
-})(window.angular);
diff --git a/src/javascripts/cowhide-ng-header.js b/src/javascripts/cowhide-ng-header.js
deleted file mode 100644 (file)
index 10f923c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(ng, module) {
-  'use strict';
-
-  module.directive('chHeader', function() {
-    return {
-      restrict: 'E',
-      scope: {title: '@'},
-      template: '<div class="ch-header" data-title></div>',
-      replace: true,
-
-      link: function postLink(scope, iElement, iAttrs) {
-        iElement.ch_header('show');
-      }
-    };
-  });
-})(window.angular, window.cowhide_ng_module);
diff --git a/src/javascripts/cowhide-ng-page.js b/src/javascripts/cowhide-ng-page.js
deleted file mode 100644 (file)
index 24bcce3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(ng, module) {
-  'use strict';
-
-  module.directive('chPage', function() {
-    return {
-      restrict: 'E',
-      template: '<div class="page" ng-transclude></div>',
-      replace: true,
-      transclude: true,
-
-      link: function postLink(scope, iElement, iAttrs) {
-        iElement.ch_page();
-      }
-    };
-  });
-})(window.angular, window.cowhide_ng_module);
diff --git a/src/javascripts/cowhide-ng-scrollable.js b/src/javascripts/cowhide-ng-scrollable.js
deleted file mode 100644 (file)
index a75cac6..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(ng, module) {
-  'use strict';
-
-  module.directive('chScrollable', function() {
-    return {
-      restrict: 'E',
-      template: '<div class="ch-scrollable" ng-transclude></div>',
-      replace: true,
-      transclude: true,
-
-      link: function postLink(scope, iElement, iAttrs) {
-        iElement.ch_scrollable('enable');
-      }
-    };
-  });
-})(window.angular, window.cowhide_ng_module);
diff --git a/src/javascripts/cowhide-ng-slider.js b/src/javascripts/cowhide-ng-slider.js
deleted file mode 100644 (file)
index 911643d..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function(ng, module) {
-  'use strict';
-
-  module.directive('chSlider', function() {
-    return {
-      restrict: 'E',
-      scope: {
-        height: '@',
-        orientation: '@'
-      },
-      template: '<div class="ch-slider" data-height data-orientation></div>',
-      replace: true,
-
-      link: function postLink(scope, iElement, iAttrs) {
-        iElement.ch_slider({
-          orientation: iAttrs.orientation
-        });
-      }
-    };
-  });
-})(window.angular, window.cowhide_ng_module);
index b65e6ab..5c90cd8 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-(function($, undefined) {
+(function($, undefined) {
     'use strict';
 
     var ChPage = function(element, options) {
index 2aecdca..ec800b2 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-(function($, undefined) {
+(function($, undefined) {
     'use strict';
 
     var ChRadioInput = function(element, options) {
diff --git a/src/javascripts/cowhide-scrollable.js b/src/javascripts/cowhide-scrollable.js
deleted file mode 100644 (file)
index 329cfab..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
- * Copyright (c) 2012, Intel Corporation.
- *
- * This program is licensed under the terms and conditions of the
- * Apache License, version 2.0.  The full text of the Apache License is at
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- */
-
-(function($, undefined) {
-    'use strict';
-
-    var ChScrollable = function(element, options) {
-        $.fn.ch_widget.Constructor(element, options);
-        this.$element = $(element);
-        this.options = $.extend(
-            options,
-            $.fn.ch_widget.defaults,
-            {
-            });
-    };
-
-    ChScrollable.prototype = $.extend(
-        {},
-        $.fn.ch_widget.Constructor.prototype,
-        {
-            constructor: ChScrollable,
-
-            enable: function() {
-              this.$element.mCustomScrollbar({
-                scrollButtons: {
-                  enable: true
-                }
-              });
-            }
-        }
-    );
-
-    $.fn.ch_scrollable = function(option) {
-        return this.each(function() {
-            var $this = $(this),
-                data = $this.data('ch_scrollable'),
-                options = typeof option == 'object' && option;
-
-            if (!data) {
-                $this.data('ch_scrollable', (data = new ChScrollable(this, options)));
-                data.register();
-            }
-
-            if(typeof option == 'string')
-                data[option]();
-        });
-    };
-
-    $.fn.ch_page.Constructor = ChScrollable;
-
-    /* CHSCROLLABLE DATA-API
-     * ================= */
-    $(function() {
-        $('div.ch-scrollable').ch_scrollable('enable');
-    })
-})(window.jQuery);
index 510f110..b1cefc1 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-(function($, undefined) {
+(function($, undefined) {
     'use strict';
 
     var ChSelect = function(element, options) {
diff --git a/src/javascripts/cowhide-simple-scrollable.js b/src/javascripts/cowhide-simple-scrollable.js
deleted file mode 100644 (file)
index fe02a6d..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-/* vi: set et sw=4 ts=4 si: */
-(function($, undefined) {
-    'use strict';
-
-    var ChSimpleScrollable = function(element, options) {
-        $.fn.ch_widget.Constructor(element, options);
-        this.$element = $(element);
-        this.options = $.extend(
-            options,
-            $.fn.ch_widget.defaults,
-            {
-            });
-    };
-
-    ChSimpleScrollable.prototype = $.extend(
-        {},
-        $.fn.ch_widget.Constructor.prototype,
-        {
-            constructor: ChSimpleScrollable,
-
-            enable: function() {
-                var self = this,
-                    $this = self.$element,
-                    $up = $('<div/>').addClass('ch-simple-scrollable-up'),
-                    $dn = $('<div/>').addClass('ch-simple-scrollable-dn'),
-                    $child =  $this.find('ul, ol, div, p'),
-                    scrollAmount;
-
-                $child.addClass('ch-simple-scrollable-content');
-                $child.height($child.parent().height() - 160);
-                scrollAmount = $child.height() - 40;
-
-
-                $up.css({top: $child.offset().top});
-
-                $up.html('<a href="#"><i class="icon-chevron-up"></i></a>');
-                $dn.html('<a href="#"><i class="icon-chevron-down"></i></a>');
-
-                $dn.click(function() {
-                    $child.animate({
-                        scrollTop: $child.scrollTop() + scrollAmount
-                    }, 200);
-                });
-
-                $up.click(function() {
-                    $child.animate({
-                        scrollTop: $child.scrollTop() - scrollAmount
-                    }, 200);
-                });
-
-
-                $up.insertBefore($child);
-                $dn.insertAfter($child);
-            }
-        }
-    );
-
-    $.fn.ch_simple_scrollable = function(option) {
-        return this.each(function() {
-            var $this = $(this),
-                data = $this.data('ch_simple_scrollable'),
-                options = typeof option == 'object' && option;
-
-            if (!data) {
-                $this.data('ch_simple_scrollable', (data = new ChSimpleScrollable(this, options)));
-                data.register();
-            }
-
-            if(typeof option == 'string')
-                data[option]();
-        });
-    };
-
-    $.fn.ch_simple_scrollable.Constructor = ChSimpleScrollable;
-
-    /* CHSIMPLESCROLLABLE DATA-API
-     * ================= */
-    $(function() {
-        $('div.ch-simple-scrollable').ch_simple_scrollable('enable');
-    })
-})(window.jQuery);
index 99d8ee2..8c6da04 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-(function($, undefined) {
+(function($, undefined) {
        'use strict';
 
     var ChWidget = function(element, options) {
index be179f3..276baca 100644 (file)
@@ -5,13 +5,12 @@
 
   <!-- jquery -->
   <!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
-  <script src="../lib/jquery-1.8.3.js"></script>
-  <script src="../lib/underscore-min.js"></script>
-  <script src="../lib/jquery.mCustomScrollbar.js"></script>
+  <script src="../lib/jquery/dist/jquery.js"></script>
+  <script src="../lib/underscore/underscore.js"></script>
 
   <!-- qunit -->
-  <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
-  <script src="vendor/qunit.js"></script>
+  <link rel="stylesheet" href="../lib/qunit/qunit/qunit.css" type="text/css" media="screen" />
+  <script src="../lib/qunit/qunit/qunit.js"></script>
 
   <!-- phantomjs logging script-->
   <script src="unit/bootstrap-phantom.js"></script>
   <script src="../src/javascripts/cowhide-header.js"></script>
   <script src="../src/javascripts/cowhide-page.js"></script>
   <script src="../src/javascripts/cowhide-radio-input.js"></script>
-  <script src="../src/javascripts/cowhide-scrollable.js"></script>
-  <script src="../src/javascripts/cowhide-simple-scrollable.js"></script>
   <script src="../src/javascripts/cowhide-select.js"></script>
 
   <!-- unit tests -->
-  <script src="unit/bootstrap-transition.js"></script>
-  <script src="unit/bootstrap-alert.js"></script>
-  <script src="unit/bootstrap-button.js"></script>
-  <script src="unit/bootstrap-carousel.js"></script>
-  <script src="unit/bootstrap-collapse.js"></script>
-  <script src="unit/bootstrap-dropdown.js"></script>
-  <script src="unit/bootstrap-modal.js"></script>
-  <script src="unit/bootstrap-scrollspy.js"></script>
-  <script src="unit/bootstrap-tab.js"></script>
-  <script src="unit/bootstrap-tooltip.js"></script>
-  <script src="unit/bootstrap-popover.js"></script>
-  <script src="unit/bootstrap-typeahead.js"></script>
-  <script src="unit/bootstrap-affix.js"></script>
 
   <script src="unit/cowhide-button.js"></script>
   <script src="unit/cowhide-checkbox-input.js"></script>
@@ -65,8 +49,6 @@
   <script src="unit/cowhide-header.js"></script>
   <script src="unit/cowhide-page.js"></script>
   <script src="unit/cowhide-radio-input.js"></script>
-  <script src="unit/cowhide-scrollable.js"></script>
-  <script src="unit/cowhide-simple-scrollable.js"></script>
   <script src="unit/cowhide-select.js"></script>
 </head>
 <body>
diff --git a/tests/test/.empty b/tests/test/.empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/tests/unit/bootstrap-affix.js b/tests/unit/bootstrap-affix.js
deleted file mode 100644 (file)
index c978878..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-$(function () {
-
-    module("bootstrap-affix")
-
-      test("should provide no conflict", function () {
-        var affix = $.fn.affix.noConflict()
-        ok(!$.fn.affix, 'affix was set back to undefined (org value)')
-        $.fn.affix = affix
-      })
-
-      test("should be defined on jquery object", function () {
-        ok($(document.body).affix, 'affix method is defined')
-      })
-
-      test("should return element", function () {
-        ok($(document.body).affix()[0] == document.body, 'document.body returned')
-      })
-
-      test("should exit early if element is not visible", function () {
-        var $affix = $('<div style="display: none"></div>').affix()
-        $affix.data('affix').checkPosition()
-        ok(!$affix.hasClass('affix'), 'affix class was not added')
-      })
-
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-alert.js b/tests/unit/bootstrap-alert.js
deleted file mode 100644 (file)
index 9a6b514..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-$(function () {
-
-    module("bootstrap-alerts")
-
-      test("should provide no conflict", function () {
-        var alert = $.fn.alert.noConflict()
-        ok(!$.fn.alert, 'alert was set back to undefined (org value)')
-        $.fn.alert = alert
-      })
-
-      test("should be defined on jquery object", function () {
-        ok($(document.body).alert, 'alert method is defined')
-      })
-
-      test("should return element", function () {
-        ok($(document.body).alert()[0] == document.body, 'document.body returned')
-      })
-
-      test("should fade element out on clicking .close", function () {
-        var alertHTML = '<div class="alert-message warning fade in">'
-          + '<a class="close" href="#" data-dismiss="alert">×</a>'
-          + '<p><strong>Holy guacamole!</strong> Best check yo self, you\'re not looking too good.</p>'
-          + '</div>'
-          , alert = $(alertHTML).alert()
-
-        alert.find('.close').click()
-
-        ok(!alert.hasClass('in'), 'remove .in class on .close click')
-      })
-
-      test("should remove element when clicking .close", function () {
-        $.support.transition = false
-
-        var alertHTML = '<div class="alert-message warning fade in">'
-          + '<a class="close" href="#" data-dismiss="alert">×</a>'
-          + '<p><strong>Holy guacamole!</strong> Best check yo self, you\'re not looking too good.</p>'
-          + '</div>'
-          , alert = $(alertHTML).appendTo('#qunit-fixture').alert()
-
-        ok($('#qunit-fixture').find('.alert-message').length, 'element added to dom')
-
-        alert.find('.close').click()
-
-        ok(!$('#qunit-fixture').find('.alert-message').length, 'element removed from dom')
-      })
-
-      test("should not fire closed when close is prevented", function () {
-        $.support.transition = false
-        stop();
-        $('<div class="alert"/>')
-          .bind('close', function (e) {
-            e.preventDefault();
-            ok(true);
-            start();
-          })
-          .bind('closed', function () {
-            ok(false);
-          })
-          .alert('close')
-      })
-
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-button.js b/tests/unit/bootstrap-button.js
deleted file mode 100644 (file)
index e23ff9e..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-$(function () {
-
-    module("bootstrap-buttons")
-
-      test("should provide no conflict", function () {
-        var button = $.fn.button.noConflict()
-        ok(!$.fn.button, 'button was set back to undefined (org value)')
-        $.fn.button = button
-      })
-
-      test("should be defined on jquery object", function () {
-        ok($(document.body).button, 'button method is defined')
-      })
-
-      test("should return element", function () {
-        ok($(document.body).button()[0] == document.body, 'document.body returned')
-      })
-
-      test("should return set state to loading", function () {
-        var btn = $('<button class="btn" data-loading-text="fat">mdo</button>')
-        equals(btn.html(), 'mdo', 'btn text equals mdo')
-        btn.button('loading')
-        equals(btn.html(), 'fat', 'btn text equals fat')
-        stop()
-        setTimeout(function () {
-          ok(btn.attr('disabled'), 'btn is disabled')
-          ok(btn.hasClass('disabled'), 'btn has disabled class')
-          start()
-        }, 0)
-      })
-
-      test("should return reset state", function () {
-        var btn = $('<button class="btn" data-loading-text="fat">mdo</button>')
-        equals(btn.html(), 'mdo', 'btn text equals mdo')
-        btn.button('loading')
-        equals(btn.html(), 'fat', 'btn text equals fat')
-        stop()
-        setTimeout(function () {
-          ok(btn.attr('disabled'), 'btn is disabled')
-          ok(btn.hasClass('disabled'), 'btn has disabled class')
-          start()
-          stop()
-        }, 0)
-        btn.button('reset')
-        equals(btn.html(), 'mdo', 'btn text equals mdo')
-        setTimeout(function () {
-          ok(!btn.attr('disabled'), 'btn is not disabled')
-          ok(!btn.hasClass('disabled'), 'btn does not have disabled class')
-          start()
-        }, 0)
-      })
-
-      test("should toggle active", function () {
-        var btn = $('<button class="btn">mdo</button>')
-        ok(!btn.hasClass('active'), 'btn does not have active class')
-        btn.button('toggle')
-        ok(btn.hasClass('active'), 'btn has class active')
-      })
-
-      test("should toggle active when btn children are clicked", function () {
-        var btn = $('<button class="btn" data-toggle="button">mdo</button>')
-          , inner = $('<i></i>')
-        btn
-          .append(inner)
-          .appendTo($('#qunit-fixture'))
-        ok(!btn.hasClass('active'), 'btn does not have active class')
-        inner.click()
-        ok(btn.hasClass('active'), 'btn has class active')
-      })
-
-      test("should toggle active when btn children are clicked within btn-group", function () {
-        var btngroup = $('<div class="btn-group" data-toggle="buttons-checkbox"></div>')
-          , btn = $('<button class="btn">fat</button>')
-          , inner = $('<i></i>')
-        btngroup
-          .append(btn.append(inner))
-          .appendTo($('#qunit-fixture'))
-        ok(!btn.hasClass('active'), 'btn does not have active class')
-        inner.click()
-        ok(btn.hasClass('active'), 'btn has class active')
-      })
-
-      test("should check for closest matching toggle", function () {
-        var group = $("<div data-toggle='buttons-radio'></div>")
-          , btn1  = $("<button class='btn active'></button>")
-          , btn2  = $("<button class='btn'></button>")
-          , wrap  = $("<div></div>")
-
-        wrap.append(btn1, btn2)
-
-        group
-          .append(wrap)
-          .appendTo($('#qunit-fixture'))
-
-        ok(btn1.hasClass('active'), 'btn1 has active class')
-        ok(!btn2.hasClass('active'), 'btn2 does not have active class')
-        btn2.click()
-        ok(!btn1.hasClass('active'), 'btn1 does not have active class')
-        ok(btn2.hasClass('active'), 'btn2 has active class')
-      })
-
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-carousel.js b/tests/unit/bootstrap-carousel.js
deleted file mode 100644 (file)
index 13b8f72..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-$(function () {
-
-    module("bootstrap-carousel")
-
-      test("should provide no conflict", function () {
-        var carousel = $.fn.carousel.noConflict()
-        ok(!$.fn.carousel, 'carousel was set back to undefined (org value)')
-        $.fn.carousel = carousel
-      })
-
-      test("should be defined on jquery object", function () {
-        ok($(document.body).carousel, 'carousel method is defined')
-      })
-
-      test("should return element", function () {
-        ok($(document.body).carousel()[0] == document.body, 'document.body returned')
-      })
-
-      test("should not fire sliden when slide is prevented", function () {
-        $.support.transition = false
-        stop()
-        $('<div class="carousel"/>')
-          .bind('slide', function (e) {
-            e.preventDefault();
-            ok(true);
-            start();
-          })
-          .bind('slid', function () {
-            ok(false);
-          })
-          .carousel('next')
-      })
-
-      test("should fire slide event with relatedTarget", function () {
-        var template = '<div id="myCarousel" class="carousel slide"><div class="carousel-inner"><div class="item active"><img alt=""><div class="carousel-caption"><h4>{{_i}}First Thumbnail label{{/i}}</h4><p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p></div></div><div class="item"><img alt=""><div class="carousel-caption"><h4>{{_i}}Second Thumbnail label{{/i}}</h4><p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p></div></div><div class="item"><img alt=""><div class="carousel-caption"><h4>{{_i}}Third Thumbnail label{{/i}}</h4><p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p></div></div></div><a class="left carousel-control" href="#myCarousel" data-slide="prev">&lsaquo;</a><a class="right carousel-control" href="#myCarousel" data-slide="next">&rsaquo;</a></div>'
-        $.support.transition = false
-        stop()
-        $(template)
-          .on('slide', function (e) {
-            e.preventDefault();
-            ok(e.relatedTarget);
-            ok($(e.relatedTarget).hasClass('item'));
-            start();
-          })
-          .carousel('next')
-      })
-
-      test("should set interval from data attribute", 3,function () {
-        var template = $('<div id="myCarousel" class="carousel slide"> <div class="carousel-inner"> <div class="item active"> <img alt=""> <div class="carousel-caption"> <h4>{{_i}}First Thumbnail label{{/i}}</h4> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> </div> </div> <div class="item"> <img alt=""> <div class="carousel-caption"> <h4>{{_i}}Second Thumbnail label{{/i}}</h4> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> </div> </div> <div class="item"> <img alt=""> <div class="carousel-caption"> <h4>{{_i}}Third Thumbnail label{{/i}}</h4> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> </div> </div> </div> <a class="left carousel-control" href="#myCarousel" data-slide="prev">&lsaquo;</a> <a class="right carousel-control" href="#myCarousel" data-slide="next">&rsaquo;</a> </div>');
-        template.attr("data-interval", 1814);
-
-        template.appendTo("body");
-        $('[data-slide]').first().click();
-        ok($('#myCarousel').data('carousel').options.interval == 1814);
-        $('#myCarousel').remove();
-
-        template.appendTo("body").attr("data-modal", "foobar");
-        $('[data-slide]').first().click();
-        ok($('#myCarousel').data('carousel').options.interval == 1814, "even if there is an data-modal attribute set");
-        $('#myCarousel').remove();
-
-        template.appendTo("body");
-        $('[data-slide]').first().click();
-        $('#myCarousel').attr('data-interval', 1860);
-        $('[data-slide]').first().click();
-        ok($('#myCarousel').data('carousel').options.interval == 1814, "attributes should be read only on intitialization");
-        $('#myCarousel').remove();
-      })
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-collapse.js b/tests/unit/bootstrap-collapse.js
deleted file mode 100644 (file)
index 4c5916e..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-$(function () {
-
-    module("bootstrap-collapse")
-
-      test("should provide no conflict", function () {
-        var collapse = $.fn.collapse.noConflict()
-        ok(!$.fn.collapse, 'collapse was set back to undefined (org value)')
-        $.fn.collapse = collapse
-      })
-
-      test("should be defined on jquery object", function () {
-        ok($(document.body).collapse, 'collapse method is defined')
-      })
-
-      test("should return element", function () {
-        ok($(document.body).collapse()[0] == document.body, 'document.body returned')
-      })
-
-      test("should show a collapsed element", function () {
-        var el = $('<div class="collapse"></div>').collapse('show')
-        ok(el.hasClass('in'), 'has class in')
-        ok(/height/.test(el.attr('style')), 'has height set')
-      })
-
-      test("should hide a collapsed element", function () {
-        var el = $('<div class="collapse"></div>').collapse('hide')
-        ok(!el.hasClass('in'), 'does not have class in')
-        ok(/height/.test(el.attr('style')), 'has height set')
-      })
-
-      test("should not fire shown when show is prevented", function () {
-        $.support.transition = false
-        stop()
-        $('<div class="collapse"/>')
-          .bind('show', function (e) {
-            e.preventDefault();
-            ok(true);
-            start();
-          })
-          .bind('shown', function () {
-            ok(false);
-          })
-          .collapse('show')
-      })
-
-      test("should reset style to auto after finishing opening collapse", function () {
-        $.support.transition = false
-        stop()
-        $('<div class="collapse" style="height: 0px"/>')
-          .bind('show', function () {
-            ok(this.style.height == '0px')
-          })
-          .bind('shown', function () {
-            ok(this.style.height == 'auto')
-            start()
-          })
-          .collapse('show')
-      })
-
-      test("should add active class to target when collapse shown", function () {
-        $.support.transition = false
-        stop()
-
-        var target = $('<a data-toggle="collapse" href="#test1"></a>')
-          .appendTo($('#qunit-fixture'))
-
-        var collapsible = $('<div id="test1"></div>')
-          .appendTo($('#qunit-fixture'))
-          .on('show', function () {
-            ok(!target.hasClass('collapsed'))
-            start()
-          })
-
-        target.click()
-      })
-
-      test("should remove active class to target when collapse hidden", function () {
-        $.support.transition = false
-        stop()
-
-        var target = $('<a data-toggle="collapse" href="#test1"></a>')
-          .appendTo($('#qunit-fixture'))
-
-        var collapsible = $('<div id="test1" class="in"></div>')
-          .appendTo($('#qunit-fixture'))
-          .on('hide', function () {
-            ok(target.hasClass('collapsed'))
-            start()
-          })
-
-        target.click()
-      })
-
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-dropdown.js b/tests/unit/bootstrap-dropdown.js
deleted file mode 100644 (file)
index 2f0d2d2..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-$(function () {
-
-    module("bootstrap-dropdowns")
-
-      test("should provide no conflict", function () {
-        var dropdown = $.fn.dropdown.noConflict()
-        ok(!$.fn.dropdown, 'dropdown was set back to undefined (org value)')
-        $.fn.dropdown = dropdown
-      })
-
-      test("should be defined on jquery object", function () {
-        ok($(document.body).dropdown, 'dropdown method is defined')
-      })
-
-      test("should return element", function () {
-        var el = $("<div />")
-        ok(el.dropdown()[0] === el[0], 'same element returned')
-      })
-
-      test("should not open dropdown if target is disabled", function () {
-        var dropdownHTML = '<ul class="tabs">'
-          + '<li class="dropdown">'
-          + '<button disabled href="#" class="btn dropdown-toggle" data-toggle="dropdown">Dropdown</button>'
-          + '<ul class="dropdown-menu">'
-          + '<li><a href="#">Secondary link</a></li>'
-          + '<li><a href="#">Something else here</a></li>'
-          + '<li class="divider"></li>'
-          + '<li><a href="#">Another link</a></li>'
-          + '</ul>'
-          + '</li>'
-          + '</ul>'
-          , dropdown = $(dropdownHTML).find('[data-toggle="dropdown"]').dropdown().click()
-
-        ok(!dropdown.parent('.dropdown').hasClass('open'), 'open class added on click')
-      })
-
-      test("should not open dropdown if target is disabled", function () {
-        var dropdownHTML = '<ul class="tabs">'
-          + '<li class="dropdown">'
-          + '<button href="#" class="btn dropdown-toggle disabled" data-toggle="dropdown">Dropdown</button>'
-          + '<ul class="dropdown-menu">'
-          + '<li><a href="#">Secondary link</a></li>'
-          + '<li><a href="#">Something else here</a></li>'
-          + '<li class="divider"></li>'
-          + '<li><a href="#">Another link</a></li>'
-          + '</ul>'
-          + '</li>'
-          + '</ul>'
-          , dropdown = $(dropdownHTML).find('[data-toggle="dropdown"]').dropdown().click()
-
-        ok(!dropdown.parent('.dropdown').hasClass('open'), 'open class added on click')
-      })
-
-      test("should add class open to menu if clicked", function () {
-        var dropdownHTML = '<ul class="tabs">'
-          + '<li class="dropdown">'
-          + '<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown</a>'
-          + '<ul class="dropdown-menu">'
-          + '<li><a href="#">Secondary link</a></li>'
-          + '<li><a href="#">Something else here</a></li>'
-          + '<li class="divider"></li>'
-          + '<li><a href="#">Another link</a></li>'
-          + '</ul>'
-          + '</li>'
-          + '</ul>'
-          , dropdown = $(dropdownHTML).find('[data-toggle="dropdown"]').dropdown().click()
-
-        ok(dropdown.parent('.dropdown').hasClass('open'), 'open class added on click')
-      })
-
-      test("should test if element has a # before assuming it's a selector", function () {
-        var dropdownHTML = '<ul class="tabs">'
-          + '<li class="dropdown">'
-          + '<a href="/foo/" class="dropdown-toggle" data-toggle="dropdown">Dropdown</a>'
-          + '<ul class="dropdown-menu">'
-          + '<li><a href="#">Secondary link</a></li>'
-          + '<li><a href="#">Something else here</a></li>'
-          + '<li class="divider"></li>'
-          + '<li><a href="#">Another link</a></li>'
-          + '</ul>'
-          + '</li>'
-          + '</ul>'
-          , dropdown = $(dropdownHTML).find('[data-toggle="dropdown"]').dropdown().click()
-
-        ok(dropdown.parent('.dropdown').hasClass('open'), 'open class added on click')
-      })
-
-
-      test("should remove open class if body clicked", function () {
-        var dropdownHTML = '<ul class="tabs">'
-          + '<li class="dropdown">'
-          + '<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown</a>'
-          + '<ul class="dropdown-menu">'
-          + '<li><a href="#">Secondary link</a></li>'
-          + '<li><a href="#">Something else here</a></li>'
-          + '<li class="divider"></li>'
-          + '<li><a href="#">Another link</a></li>'
-          + '</ul>'
-          + '</li>'
-          + '</ul>'
-          , dropdown = $(dropdownHTML)
-            .appendTo('#qunit-fixture')
-            .find('[data-toggle="dropdown"]')
-            .dropdown()
-            .click()
-        ok(dropdown.parent('.dropdown').hasClass('open'), 'open class added on click')
-        $('body').click()
-        ok(!dropdown.parent('.dropdown').hasClass('open'), 'open class removed')
-        dropdown.remove()
-      })
-
-      test("should remove open class if body clicked, with multiple drop downs", function () {
-          var dropdownHTML =
-            '<ul class="nav">'
-            + '    <li><a href="#menu1">Menu 1</a></li>'
-            + '    <li class="dropdown" id="testmenu">'
-            + '      <a class="dropdown-toggle" data-toggle="dropdown" href="#testmenu">Test menu <b class="caret"></b></a>'
-            + '      <ul class="dropdown-menu" role="menu">'
-            + '        <li><a href="#sub1">Submenu 1</a></li>'
-            + '      </ul>'
-            + '    </li>'
-            + '</ul>'
-            + '<div class="btn-group">'
-            + '    <button class="btn">Actions</button>'
-            + '    <button class="btn dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>'
-            + '    <ul class="dropdown-menu">'
-            + '        <li><a href="#">Action 1</a></li>'
-            + '    </ul>'
-            + '</div>'
-          , dropdowns = $(dropdownHTML).appendTo('#qunit-fixture').find('[data-toggle="dropdown"]')
-          , first = dropdowns.first()
-          , last = dropdowns.last()
-
-        ok(dropdowns.length == 2, "Should be two dropdowns")
-
-        first.click()
-        ok(first.parents('.open').length == 1, 'open class added on click')
-        ok($('#qunit-fixture .open').length == 1, 'only one object is open')
-        $('body').click()
-        ok($("#qunit-fixture .open").length === 0, 'open class removed')
-
-        last.click()
-        ok(last.parent('.open').length == 1, 'open class added on click')
-        ok($('#qunit-fixture .open').length == 1, 'only one object is open')
-        $('body').click()
-        ok($("#qunit-fixture .open").length === 0, 'open class removed')
-
-        $("#qunit-fixture").html("")
-      })
-
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-modal.js b/tests/unit/bootstrap-modal.js
deleted file mode 100644 (file)
index 98aa990..0000000
+++ /dev/null
@@ -1,120 +0,0 @@
-$(function () {
-
-    module("bootstrap-modal")
-
-      test("should provide no conflict", function () {
-        var modal = $.fn.modal.noConflict()
-        ok(!$.fn.modal, 'modal was set back to undefined (org value)')
-        $.fn.modal = modal
-      })
-
-      test("should be defined on jquery object", function () {
-        var div = $("<div id='modal-test'></div>")
-        ok(div.modal, 'modal method is defined')
-      })
-
-      test("should return element", function () {
-        var div = $("<div id='modal-test'></div>")
-        ok(div.modal() == div, 'document.body returned')
-        $('#modal-test').remove()
-      })
-
-      test("should expose defaults var for settings", function () {
-        ok($.fn.modal.defaults, 'default object exposed')
-      })
-
-      test("should insert into dom when show method is called", function () {
-        stop()
-        $.support.transition = false
-        $("<div id='modal-test'></div>")
-          .bind("shown", function () {
-            ok($('#modal-test').length, 'modal insterted into dom')
-            $(this).remove()
-            start()
-          })
-          .modal("show")
-      })
-
-      test("should fire show event", function () {
-        stop()
-        $.support.transition = false
-        $("<div id='modal-test'></div>")
-          .bind("show", function () {
-            ok(true, "show was called")
-          })
-          .bind("shown", function () {
-            $(this).remove()
-            start()
-          })
-          .modal("show")
-      })
-
-      test("should not fire shown when default prevented", function () {
-        stop()
-        $.support.transition = false
-        $("<div id='modal-test'></div>")
-          .bind("show", function (e) {
-            e.preventDefault()
-            ok(true, "show was called")
-            start()
-          })
-          .bind("shown", function () {
-            ok(false, "shown was called")
-          })
-          .modal("show")
-      })
-
-      test("should hide modal when hide is called", function () {
-        stop()
-        $.support.transition = false
-
-        $("<div id='modal-test'></div>")
-          .bind("shown", function () {
-            ok($('#modal-test').is(":visible"), 'modal visible')
-            ok($('#modal-test').length, 'modal insterted into dom')
-            $(this).modal("hide")
-          })
-          .bind("hidden", function() {
-            ok(!$('#modal-test').is(":visible"), 'modal hidden')
-            $('#modal-test').remove()
-            start()
-          })
-          .modal("show")
-      })
-
-      test("should toggle when toggle is called", function () {
-        stop()
-        $.support.transition = false
-        var div = $("<div id='modal-test'></div>")
-        div
-          .bind("shown", function () {
-            ok($('#modal-test').is(":visible"), 'modal visible')
-            ok($('#modal-test').length, 'modal insterted into dom')
-            div.modal("toggle")
-          })
-          .bind("hidden", function() {
-            ok(!$('#modal-test').is(":visible"), 'modal hidden')
-            div.remove()
-            start()
-          })
-          .modal("toggle")
-      })
-
-      test("should remove from dom when click [data-dismiss=modal]", function () {
-        stop()
-        $.support.transition = false
-        var div = $("<div id='modal-test'><span class='close' data-dismiss='modal'></span></div>")
-        div
-          .bind("shown", function () {
-            ok($('#modal-test').is(":visible"), 'modal visible')
-            ok($('#modal-test').length, 'modal insterted into dom')
-            div.find('.close').click()
-          })
-          .bind("hidden", function() {
-            ok(!$('#modal-test').is(":visible"), 'modal hidden')
-            div.remove()
-            start()
-          })
-          .modal("toggle")
-      })
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-popover.js b/tests/unit/bootstrap-popover.js
deleted file mode 100644 (file)
index 20234e1..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-$(function () {
-
-    module("bootstrap-popover")
-
-      test("should provide no conflict", function () {
-        var popover = $.fn.popover.noConflict()
-        ok(!$.fn.popover, 'popover was set back to undefined (org value)')
-        $.fn.popover = popover
-      })
-
-      test("should be defined on jquery object", function () {
-        var div = $('<div></div>')
-        ok(div.popover, 'popover method is defined')
-      })
-
-      test("should return element", function () {
-        var div = $('<div></div>')
-        ok(div.popover() == div, 'document.body returned')
-      })
-
-      test("should render popover element", function () {
-        $.support.transition = false
-        var popover = $('<a href="#" title="mdo" data-content="http://twitter.com/mdo">@mdo</a>')
-          .appendTo('#qunit-fixture')
-          .popover('show')
-
-        ok($('.popover').length, 'popover was inserted')
-        popover.popover('hide')
-        ok(!$(".popover").length, 'popover removed')
-      })
-
-      test("should store popover instance in popover data object", function () {
-        $.support.transition = false
-        var popover = $('<a href="#" title="mdo" data-content="http://twitter.com/mdo">@mdo</a>')
-          .popover()
-
-        ok(!!popover.data('popover'), 'popover instance exists')
-      })
-
-      test("should get title and content from options", function () {
-        $.support.transition = false
-        var popover = $('<a href="#">@fat</a>')
-          .appendTo('#qunit-fixture')
-          .popover({
-            title: function () {
-              return '@fat'
-            }
-          , content: function () {
-              return 'loves writing tests (╯°□°)╯︵ ┻━┻'
-            }
-          })
-
-        popover.popover('show')
-
-        ok($('.popover').length, 'popover was inserted')
-        equals($('.popover .popover-title').text(), '@fat', 'title correctly inserted')
-        equals($('.popover .popover-content').text(), 'loves writing tests (╯°□°)╯︵ ┻━┻', 'content correctly inserted')
-
-        popover.popover('hide')
-        ok(!$('.popover').length, 'popover was removed')
-        $('#qunit-fixture').empty()
-      })
-
-      test("should get title and content from attributes", function () {
-        $.support.transition = false
-        var popover = $('<a href="#" title="@mdo" data-content="loves data attributes (づ。◕‿‿◕。)づ ︵ ┻━┻" >@mdo</a>')
-          .appendTo('#qunit-fixture')
-          .popover()
-          .popover('show')
-
-        ok($('.popover').length, 'popover was inserted')
-        equals($('.popover .popover-title').text(), '@mdo', 'title correctly inserted')
-        equals($('.popover .popover-content').text(), "loves data attributes (づ。◕‿‿◕。)づ ︵ ┻━┻", 'content correctly inserted')
-
-        popover.popover('hide')
-        ok(!$('.popover').length, 'popover was removed')
-        $('#qunit-fixture').empty()
-      })
-
-      test("should respect custom classes", function() {
-        $.support.transition = false
-        var popover = $('<a href="#">@fat</a>')
-          .appendTo('#qunit-fixture')
-          .popover({
-            title: 'Test'
-          , content: 'Test'
-          , template: '<div class="popover foobar"><div class="arrow"></div><div class="inner"><h3 class="title"></h3><div class="content"><p></p></div></div></div>'
-          })
-
-        popover.popover('show')
-
-        ok($('.popover').length, 'popover was inserted')
-        ok($('.popover').hasClass('foobar'), 'custom class is present')
-
-        popover.popover('hide')
-        ok(!$('.popover').length, 'popover was removed')
-        $('#qunit-fixture').empty()
-      })
-
-      test("should destroy popover", function () {
-        var popover = $('<div/>').popover({trigger: 'hover'}).on('click.foo', function(){})
-        ok(popover.data('popover'), 'popover has data')
-        ok($._data(popover[0], 'events').mouseover && $._data(popover[0], 'events').mouseout, 'popover has hover event')
-        ok($._data(popover[0], 'events').click[0].namespace == 'foo', 'popover has extra click.foo event')
-        popover.popover('show')
-        popover.popover('destroy')
-        ok(!popover.hasClass('in'), 'popover is hidden')
-        ok(!popover.data('popover'), 'popover does not have data')
-        ok($._data(popover[0],'events').click[0].namespace == 'foo', 'popover still has click.foo')
-        ok(!$._data(popover[0], 'events').mouseover && !$._data(popover[0], 'events').mouseout, 'popover does not have any events')
-      })
-
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-scrollspy.js b/tests/unit/bootstrap-scrollspy.js
deleted file mode 100644 (file)
index 32bfa71..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-$(function () {
-
-    module("bootstrap-scrollspy")
-
-      test("should provide no conflict", function () {
-        var scrollspy = $.fn.scrollspy.noConflict()
-        ok(!$.fn.scrollspy, 'scrollspy was set back to undefined (org value)')
-        $.fn.scrollspy = scrollspy
-      })
-
-      test("should be defined on jquery object", function () {
-        ok($(document.body).scrollspy, 'scrollspy method is defined')
-      })
-
-      test("should return element", function () {
-        ok($(document.body).scrollspy()[0] == document.body, 'document.body returned')
-      })
-
-      test("should switch active class on scroll", function () {
-        var sectionHTML = '<div id="masthead"></div>'
-          , $section = $(sectionHTML).append('#qunit-fixture')
-          , topbarHTML ='<div class="topbar">'
-          + '<div class="topbar-inner">'
-          + '<div class="container">'
-          + '<h3><a href="#">Bootstrap</a></h3>'
-          + '<ul class="nav">'
-          + '<li><a href="#masthead">Overview</a></li>'
-          + '</ul>'
-          + '</div>'
-          + '</div>'
-          + '</div>'
-          , $topbar = $(topbarHTML).scrollspy()
-
-        ok($topbar.find('.active', true))
-      })
-
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-tab.js b/tests/unit/bootstrap-tab.js
deleted file mode 100644 (file)
index ba5910d..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-$(function () {
-
-    module("bootstrap-tabs")
-
-      test("should provide no conflict", function () {
-        var tab = $.fn.tab.noConflict()
-        ok(!$.fn.tab, 'tab was set back to undefined (org value)')
-        $.fn.tab = tab
-      })
-
-      test("should be defined on jquery object", function () {
-        ok($(document.body).tab, 'tabs method is defined')
-      })
-
-      test("should return element", function () {
-        ok($(document.body).tab()[0] == document.body, 'document.body returned')
-      })
-
-      test("should activate element by tab id", function () {
-        var tabsHTML =
-            '<ul class="tabs">'
-          + '<li><a href="#home">Home</a></li>'
-          + '<li><a href="#profile">Profile</a></li>'
-          + '</ul>'
-
-        $('<ul><li id="home"></li><li id="profile"></li></ul>').appendTo("#qunit-fixture")
-
-        $(tabsHTML).find('li:last a').tab('show')
-        equals($("#qunit-fixture").find('.active').attr('id'), "profile")
-
-        $(tabsHTML).find('li:first a').tab('show')
-        equals($("#qunit-fixture").find('.active').attr('id'), "home")
-      })
-
-      test("should activate element by tab id", function () {
-        var pillsHTML =
-            '<ul class="pills">'
-          + '<li><a href="#home">Home</a></li>'
-          + '<li><a href="#profile">Profile</a></li>'
-          + '</ul>'
-
-        $('<ul><li id="home"></li><li id="profile"></li></ul>').appendTo("#qunit-fixture")
-
-        $(pillsHTML).find('li:last a').tab('show')
-        equals($("#qunit-fixture").find('.active').attr('id'), "profile")
-
-        $(pillsHTML).find('li:first a').tab('show')
-        equals($("#qunit-fixture").find('.active').attr('id'), "home")
-      })
-
-
-      test("should not fire closed when close is prevented", function () {
-        $.support.transition = false
-        stop();
-        $('<div class="tab"/>')
-          .bind('show', function (e) {
-            e.preventDefault();
-            ok(true);
-            start();
-          })
-          .bind('shown', function () {
-            ok(false);
-          })
-          .tab('show')
-      })
-
-      test("show and shown events should reference correct relatedTarget", function () {
-        var dropHTML =
-            '<ul class="drop">'
-          + '<li class="dropdown"><a data-toggle="dropdown" href="#">1</a>'
-          + '<ul class="dropdown-menu">'
-          + '<li><a href="#1-1" data-toggle="tab">1-1</a></li>'
-          + '<li><a href="#1-2" data-toggle="tab">1-2</a></li>'
-          + '</ul>'
-          + '</li>'
-          + '</ul>'
-
-        $(dropHTML).find('ul>li:first a').tab('show').end()
-          .find('ul>li:last a').on('show', function(event){
-            equals(event.relatedTarget.hash, "#1-1")
-          }).on('shown', function(event){
-            equals(event.relatedTarget.hash, "#1-1")
-          }).tab('show')
-      })
-
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-tooltip.js b/tests/unit/bootstrap-tooltip.js
deleted file mode 100644 (file)
index ba51347..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-$(function () {
-
-    module("bootstrap-tooltip")
-
-      test("should provide no conflict", function () {
-        var tooltip = $.fn.tooltip.noConflict()
-        ok(!$.fn.tooltip, 'tooltip was set back to undefined (org value)')
-        $.fn.tooltip = tooltip
-      })
-
-      test("should be defined on jquery object", function () {
-        var div = $("<div></div>")
-        ok(div.tooltip, 'popover method is defined')
-      })
-
-      test("should return element", function () {
-        var div = $("<div></div>")
-        ok(div.tooltip() == div, 'document.body returned')
-      })
-
-      test("should expose default settings", function () {
-        ok(!!$.fn.tooltip.defaults, 'defaults is defined')
-      })
-
-      test("should remove title attribute", function () {
-        var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>').tooltip()
-        ok(!tooltip.attr('title'), 'title tag was removed')
-      })
-
-      test("should add data attribute for referencing original title", function () {
-        var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>').tooltip()
-        equals(tooltip.attr('data-original-title'), 'Another tooltip', 'original title preserved in data attribute')
-      })
-
-      test("should place tooltips relative to placement option", function () {
-        $.support.transition = false
-        var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>')
-          .appendTo('#qunit-fixture')
-          .tooltip({placement: 'bottom'})
-          .tooltip('show')
-
-        ok($(".tooltip").is('.fade.bottom.in'), 'has correct classes applied')
-        tooltip.tooltip('hide')
-      })
-
-      test("should allow html entities", function () {
-        $.support.transition = false
-        var tooltip = $('<a href="#" rel="tooltip" title="<b>@fat</b>"></a>')
-          .appendTo('#qunit-fixture')
-          .tooltip({html: true})
-          .tooltip('show')
-
-        ok($('.tooltip b').length, 'b tag was inserted')
-        tooltip.tooltip('hide')
-        ok(!$(".tooltip").length, 'tooltip removed')
-      })
-
-      test("should respect custom classes", function () {
-        var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>')
-          .appendTo('#qunit-fixture')
-          .tooltip({ template: '<div class="tooltip some-class"><div class="tooltip-arrow"/><div class="tooltip-inner"/></div>'})
-          .tooltip('show')
-
-        ok($('.tooltip').hasClass('some-class'), 'custom class is present')
-        tooltip.tooltip('hide')
-        ok(!$(".tooltip").length, 'tooltip removed')
-      })
-
-      test("should not show tooltip if leave event occurs before delay expires", function () {
-        var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>')
-          .appendTo('#qunit-fixture')
-          .tooltip({ delay: 200 })
-
-        stop()
-
-        tooltip.trigger('mouseenter')
-
-        setTimeout(function () {
-          ok(!$(".tooltip").is('.fade.in'), 'tooltip is not faded in')
-          tooltip.trigger('mouseout')
-          setTimeout(function () {
-            ok(!$(".tooltip").is('.fade.in'), 'tooltip is not faded in')
-            start()
-          }, 200)
-        }, 100)
-      })
-
-      test("should not show tooltip if leave event occurs before delay expires, even if hide delay is 0", function () {
-        var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>')
-          .appendTo('#qunit-fixture')
-          .tooltip({ delay: { show: 200, hide: 0} })
-
-        stop()
-
-        tooltip.trigger('mouseenter')
-
-        setTimeout(function () {
-          ok(!$(".tooltip").is('.fade.in'), 'tooltip is not faded in')
-          tooltip.trigger('mouseout')
-          setTimeout(function () {
-            ok(!$(".tooltip").is('.fade.in'), 'tooltip is not faded in')
-            start()
-          }, 200)
-        }, 100)
-      })
-
-      test("should not show tooltip if leave event occurs before delay expires", function () {
-        var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>')
-          .appendTo('#qunit-fixture')
-          .tooltip({ delay: 100 })
-        stop()
-        tooltip.trigger('mouseenter')
-        setTimeout(function () {
-          ok(!$(".tooltip").is('.fade.in'), 'tooltip is not faded in')
-          tooltip.trigger('mouseout')
-          setTimeout(function () {
-            ok(!$(".tooltip").is('.fade.in'), 'tooltip is not faded in')
-            start()
-          }, 100)
-        }, 50)
-      })
-
-      test("should show tooltip if leave event hasn't occured before delay expires", function () {
-        var tooltip = $('<a href="#" rel="tooltip" title="Another tooltip"></a>')
-          .appendTo('#qunit-fixture')
-          .tooltip({ delay: 150 })
-        stop()
-        tooltip.trigger('mouseenter')
-        setTimeout(function () {
-          ok(!$(".tooltip").is('.fade.in'), 'tooltip is not faded in')
-        }, 100)
-        setTimeout(function () {
-          ok($(".tooltip").is('.fade.in'), 'tooltip has faded in')
-          start()
-        }, 200)
-      })
-
-      test("should destroy tooltip", function () {
-        var tooltip = $('<div/>').tooltip().on('click.foo', function(){})
-        ok(tooltip.data('tooltip'), 'tooltip has data')
-        ok($._data(tooltip[0], 'events').mouseover && $._data(tooltip[0], 'events').mouseout, 'tooltip has hover event')
-        ok($._data(tooltip[0], 'events').click[0].namespace == 'foo', 'tooltip has extra click.foo event')
-        tooltip.tooltip('show')
-        tooltip.tooltip('destroy')
-        ok(!tooltip.hasClass('in'), 'tooltip is hidden')
-        ok(!$._data(tooltip[0], 'tooltip'), 'tooltip does not have data')
-        ok($._data(tooltip[0], 'events').click[0].namespace == 'foo', 'tooltip still has click.foo')
-        ok(!$._data(tooltip[0], 'events').mouseover && !$._data(tooltip[0], 'events').mouseout, 'tooltip does not have any events')
-      })
-
-      test("should show tooltip with delegate selector on click", function () {
-        var div = $('<div><a href="#" rel="tooltip" title="Another tooltip"></a></div>')
-        var tooltip = div.appendTo('#qunit-fixture')
-                         .tooltip({ selector: 'a[rel=tooltip]',
-                                    trigger: 'click' })
-        div.find('a').trigger('click')
-        ok($(".tooltip").is('.fade.in'), 'tooltip is faded in')
-      })
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-transition.js b/tests/unit/bootstrap-transition.js
deleted file mode 100644 (file)
index 086773f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-$(function () {
-
-    module("bootstrap-transition")
-
-      test("should be defined on jquery support object", function () {
-        ok($.support.transition !== undefined, 'transition object is defined')
-      })
-
-      test("should provide an end object", function () {
-        ok($.support.transition ? $.support.transition.end : true, 'end string is defined')
-      })
-
-})
\ No newline at end of file
diff --git a/tests/unit/bootstrap-typeahead.js b/tests/unit/bootstrap-typeahead.js
deleted file mode 100644 (file)
index 4bdbce9..0000000
+++ /dev/null
@@ -1,231 +0,0 @@
-$(function () {
-
-    module("bootstrap-typeahead")
-
-      test("should provide no conflict", function () {
-        var typeahead = $.fn.typeahead.noConflict()
-        ok(!$.fn.typeahead, 'typeahead was set back to undefined (org value)')
-        $.fn.typeahead = typeahead
-      })
-
-      test("should be defined on jquery object", function () {
-        ok($(document.body).typeahead, 'alert method is defined')
-      })
-
-      test("should return element", function () {
-        ok($(document.body).typeahead()[0] == document.body, 'document.body returned')
-      })
-
-      test("should listen to an input", function () {
-        var $input = $('<input />')
-        $input.typeahead()
-        ok($._data($input[0], 'events').blur, 'has a blur event')
-        ok($._data($input[0], 'events').keypress, 'has a keypress event')
-        ok($._data($input[0], 'events').keyup, 'has a keyup event')
-      })
-
-      test("should create a menu", function () {
-        var $input = $('<input />')
-        ok($input.typeahead().data('typeahead').$menu, 'has a menu')
-      })
-
-      test("should listen to the menu", function () {
-        var $input = $('<input />')
-          , $menu = $input.typeahead().data('typeahead').$menu
-
-        ok($._data($menu[0], 'events').mouseover, 'has a mouseover(pseudo: mouseenter)')
-        ok($._data($menu[0], 'events').click, 'has a click')
-      })
-
-      test("should show menu when query entered", function () {
-        var $input = $('<input />')
-            .appendTo('body')
-            .typeahead({
-              source: ['aa', 'ab', 'ac']
-            })
-          , typeahead = $input.data('typeahead')
-
-        $input.val('a')
-        typeahead.lookup()
-
-        ok(typeahead.$menu.is(":visible"), 'typeahead is visible')
-        equals(typeahead.$menu.find('li').length, 3, 'has 3 items in menu')
-        equals(typeahead.$menu.find('.active').length, 1, 'one item is active')
-
-        $input.remove()
-        typeahead.$menu.remove()
-      })
-
-      test("should accept data source via synchronous function", function () {
-        var $input = $('<input />').typeahead({
-              source: function () {
-                return ['aa', 'ab', 'ac']
-              }
-            }).appendTo('body')
-          , typeahead = $input.data('typeahead')
-
-        $input.val('a')
-        typeahead.lookup()
-
-        ok(typeahead.$menu.is(":visible"), 'typeahead is visible')
-        equals(typeahead.$menu.find('li').length, 3, 'has 3 items in menu')
-        equals(typeahead.$menu.find('.active').length, 1, 'one item is active')
-
-        $input.remove()
-        typeahead.$menu.remove()
-      })
-
-      test("should accept data source via asynchronous function", function () {
-        var $input = $('<input />').typeahead({
-              source: function (query, process) {
-                process(['aa', 'ab', 'ac'])
-              }
-            }).appendTo('body')
-          , typeahead = $input.data('typeahead')
-
-        $input.val('a')
-        typeahead.lookup()
-
-        ok(typeahead.$menu.is(":visible"), 'typeahead is visible')
-        equals(typeahead.$menu.find('li').length, 3, 'has 3 items in menu')
-        equals(typeahead.$menu.find('.active').length, 1, 'one item is active')
-
-        $input.remove()
-        typeahead.$menu.remove()
-      })
-
-      test("should not explode when regex chars are entered", function () {
-        var $input = $('<input />').typeahead({
-              source: ['aa', 'ab', 'ac', 'mdo*', 'fat+']
-            }).appendTo('body')
-          , typeahead = $input.data('typeahead')
-
-        $input.val('+')
-        typeahead.lookup()
-
-        ok(typeahead.$menu.is(":visible"), 'typeahead is visible')
-        equals(typeahead.$menu.find('li').length, 1, 'has 1 item in menu')
-        equals(typeahead.$menu.find('.active').length, 1, 'one item is active')
-
-        $input.remove()
-        typeahead.$menu.remove()
-      })
-
-      test("should hide menu when query entered", function () {
-        stop()
-        var $input = $('<input />').typeahead({
-              source: ['aa', 'ab', 'ac']
-            }).appendTo('body')
-          , typeahead = $input.data('typeahead')
-
-        $input.val('a')
-        typeahead.lookup()
-
-        ok(typeahead.$menu.is(":visible"), 'typeahead is visible')
-        equals(typeahead.$menu.find('li').length, 3, 'has 3 items in menu')
-        equals(typeahead.$menu.find('.active').length, 1, 'one item is active')
-
-        $input.blur()
-
-        setTimeout(function () {
-          ok(!typeahead.$menu.is(":visible"), "typeahead is no longer visible")
-          start()
-        }, 200)
-
-        $input.remove()
-        typeahead.$menu.remove()
-      })
-
-      test("should set next item when down arrow is pressed", function () {
-        var $input = $('<input />').typeahead({
-              source: ['aa', 'ab', 'ac']
-            }).appendTo('body')
-          , typeahead = $input.data('typeahead')
-
-        $input.val('a')
-        typeahead.lookup()
-
-        ok(typeahead.$menu.is(":visible"), 'typeahead is visible')
-        equals(typeahead.$menu.find('li').length, 3, 'has 3 items in menu')
-        equals(typeahead.$menu.find('.active').length, 1, 'one item is active')
-        ok(typeahead.$menu.find('li').first().hasClass('active'), "first item is active")
-
-        // simulate entire key pressing event
-        $input.trigger({
-          type: 'keydown'
-        , keyCode: 40
-        })
-        .trigger({
-          type: 'keypress'
-        , keyCode: 40
-        })
-        .trigger({
-          type: 'keyup'
-        , keyCode: 40
-        })
-
-        ok(typeahead.$menu.find('li').first().next().hasClass('active'), "second item is active")
-
-        $input.trigger({
-          type: 'keydown'
-        , keyCode: 38
-        })
-        .trigger({
-          type: 'keypress'
-        , keyCode: 38
-        })
-        .trigger({
-          type: 'keyup'
-        , keyCode: 38
-        })
-
-        ok(typeahead.$menu.find('li').first().hasClass('active'), "first item is active")
-
-        $input.remove()
-        typeahead.$menu.remove()
-      })
-
-
-      test("should set input value to selected item", function () {
-        var $input = $('<input />').typeahead({
-              source: ['aa', 'ab', 'ac']
-            }).appendTo('body')
-          , typeahead = $input.data('typeahead')
-          , changed = false
-
-        $input.val('a')
-        typeahead.lookup()
-
-        $input.change(function() { changed = true });
-
-        $(typeahead.$menu.find('li')[2]).mouseover().click()
-
-        equals($input.val(), 'ac', 'input value was correctly set')
-        ok(!typeahead.$menu.is(':visible'), 'the menu was hidden')
-        ok(changed, 'a change event was fired')
-
-        $input.remove()
-        typeahead.$menu.remove()
-      })
-
-      test("should start querying when minLength is met", function () {
-        var $input = $('<input />').typeahead({
-              source: ['aaaa', 'aaab', 'aaac'],
-              minLength: 3
-            }).appendTo('body')
-          , typeahead = $input.data('typeahead')
-
-        $input.val('aa')
-        typeahead.lookup()
-
-        equals(typeahead.$menu.find('li').length, 0, 'has 0 items in menu')
-
-        $input.val('aaa')
-        typeahead.lookup()
-
-        equals(typeahead.$menu.find('li').length, 3, 'has 3 items in menu')
-
-        $input.remove()
-        typeahead.$menu.remove()
-      })
-})
index 87e6d38..3962f2d 100644 (file)
@@ -43,7 +43,7 @@ $(function () {
         btn.ch_button()
         stop()
         setTimeout(function () {
-          equals(btn.find('marquee').length, 1, 'marquee tag is present')
+          equal(btn.find('marquee').length, 1, 'marquee tag is present')
           start()
         }, 0)
       })
@@ -56,7 +56,7 @@ $(function () {
         $.cowhide.setDrivingMode(true)
         stop()
         setTimeout(function () {
-          equals(btn.find('marquee').length, 0, 'marquee tag is missing')
+          equal(btn.find('marquee').length, 0, 'marquee tag is missing')
           start()
         }, 0)
       })
@@ -70,7 +70,7 @@ $(function () {
         $.cowhide.setDrivingMode(false)
         stop()
         setTimeout(function () {
-          equals(btn.find('marquee').length, 1, 'marquee tag is present')
+          equal(btn.find('marquee').length, 1, 'marquee tag is present')
           start()
         }, 0)
       })
@@ -82,7 +82,7 @@ $(function () {
         btn.ch_button()
         stop()
         setTimeout(function () {
-          equals(btn.css('width'), '200px', 'width is 200px')
+          equal(btn.css('width'), '200px', 'width is 200px')
           start()
         }, 0)
       })
index 403d04c..5589fcf 100644 (file)
@@ -9,26 +9,26 @@ $(function () {
     })
 
       test("setNightMode should work", function () {
-        equals($.cowhide.nightMode, false, "nightMode is false")
+        equal($.cowhide.nightMode, false, "nightMode is false")
         $.cowhide.setNightMode(true)
-        equals($.cowhide.nightMode, true, "nightMode is true")
+        equal($.cowhide.nightMode, true, "nightMode is true")
       })
 
       test("toggleNightMode should work", function () {
-        equals($.cowhide.nightMode, false, "nightMode is false")
+        equal($.cowhide.nightMode, false, "nightMode is false")
         $.cowhide.toggleNightMode()
-        equals($.cowhide.nightMode, true, "nightMode is true")
+        equal($.cowhide.nightMode, true, "nightMode is true")
       })
 
       test("setDrivingMode should work", function () {
-        equals($.cowhide.drivingMode, false, "drivingMode is false")
+        equal($.cowhide.drivingMode, false, "drivingMode is false")
         $.cowhide.setDrivingMode(true)
-        equals($.cowhide.drivingMode, true, "drivingMode is true")
+        equal($.cowhide.drivingMode, true, "drivingMode is true")
       })
 
       test("toggleDrivingMode should work", function () {
-        equals($.cowhide.drivingMode, false, "drivingMode is false")
+        equal($.cowhide.drivingMode, false, "drivingMode is false")
         $.cowhide.toggleDrivingMode()
-        equals($.cowhide.drivingMode, true, "drivingMode is true")
+        equal($.cowhide.drivingMode, true, "drivingMode is true")
       })
 })
index de27540..41828bc 100644 (file)
@@ -9,8 +9,8 @@ $(function () {
         header.appendTo(page)
         header.ch_header('show')
 
-        equals(header.find('h1').length, 1, "header contains h1 element")
-        equals(header.find('h1').text(), "Test title", "header content matches")
+        equal(header.find('h1').length, 1, "header contains h1 element")
+        equal(header.find('h1').text(), "Test title", "header content matches")
       })
 
       test("show-back-button works", function () {
@@ -20,6 +20,6 @@ $(function () {
         header.appendTo(page)
         header.ch_header('show')
 
-        equals(header.find('button i.icon-backward').length, 1, "header contains back button")
+        equal(header.find('button i.icon-backward').length, 1, "header contains back button")
       })
 })
diff --git a/tests/unit/cowhide-scrollable.js b/tests/unit/cowhide-scrollable.js
deleted file mode 100644 (file)
index 7bf0e33..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-$(function () {
-
-    module("cowhide-scrollable")
-
-      test("widget has been made scrollable", function () {
-        var page = $('<div class="page"></div>')
-        var scrollable = $('<div class="ch-scrollable"></div>')
-
-        scrollable.appendTo(page)
-        scrollable.ch_scrollable('enable')
-
-        ok(scrollable.hasClass('mCustomScrollbar'), "element has mCustomScrollbar class")
-      })
-})
diff --git a/tests/unit/cowhide-simple-scrollable.js b/tests/unit/cowhide-simple-scrollable.js
deleted file mode 100644 (file)
index 8acdbe4..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-$(function () {
-
-    module("cowhide-simple-scrollable")
-
-      test("widget has been made scrollable", function () {
-        var page = $('<div class="page"></div>')
-        var scrollable = $('<div class="ch-simple-scrollable"><p>Test</p></div>')
-
-        scrollable.appendTo(page)
-        scrollable.ch_simple_scrollable('enable')
-
-        ok(scrollable.find('.ch-simple-scrollable-content').length > 0, "element has ch-simple-scrollable-content child")
-      })
-})
diff --git a/tests/vendor/qunit.css b/tests/vendor/qunit.css
deleted file mode 100644 (file)
index b3e3d00..0000000
+++ /dev/null
@@ -1,232 +0,0 @@
-/**
- * QUnit - A JavaScript Unit Testing Framework
- *
- * http://docs.jquery.com/QUnit
- *
- * Copyright (c) 2012 John Resig, Jörn Zaefferer
- * Dual licensed under the MIT (MIT-LICENSE.txt)
- * or GPL (GPL-LICENSE.txt) licenses.
- */
-
-/** Font Family and Sizes */
-
-#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
-       font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
-}
-
-#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
-#qunit-tests { font-size: smaller; }
-
-
-/** Resets */
-
-#qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult {
-       margin: 0;
-       padding: 0;
-}
-
-
-/** Header */
-
-#qunit-header {
-       padding: 0.5em 0 0.5em 1em;
-
-       color: #8699a4;
-       background-color: #0d3349;
-
-       font-size: 1.5em;
-       line-height: 1em;
-       font-weight: normal;
-
-       border-radius: 15px 15px 0 0;
-       -moz-border-radius: 15px 15px 0 0;
-       -webkit-border-top-right-radius: 15px;
-       -webkit-border-top-left-radius: 15px;
-}
-
-#qunit-header a {
-       text-decoration: none;
-       color: #c2ccd1;
-}
-
-#qunit-header a:hover,
-#qunit-header a:focus {
-       color: #fff;
-}
-
-#qunit-banner {
-       height: 5px;
-}
-
-#qunit-testrunner-toolbar {
-       padding: 0.5em 0 0.5em 2em;
-       color: #5E740B;
-       background-color: #eee;
-}
-
-#qunit-userAgent {
-       padding: 0.5em 0 0.5em 2.5em;
-       background-color: #2b81af;
-       color: #fff;
-       text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
-}
-
-
-/** Tests: Pass/Fail */
-
-#qunit-tests {
-       list-style-position: inside;
-}
-
-#qunit-tests li {
-       padding: 0.4em 0.5em 0.4em 2.5em;
-       border-bottom: 1px solid #fff;
-       list-style-position: inside;
-}
-
-#qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running  {
-       display: none;
-}
-
-#qunit-tests li strong {
-       cursor: pointer;
-}
-
-#qunit-tests li a {
-       padding: 0.5em;
-       color: #c2ccd1;
-       text-decoration: none;
-}
-#qunit-tests li a:hover,
-#qunit-tests li a:focus {
-       color: #000;
-}
-
-#qunit-tests ol {
-       margin-top: 0.5em;
-       padding: 0.5em;
-
-       background-color: #fff;
-
-       border-radius: 15px;
-       -moz-border-radius: 15px;
-       -webkit-border-radius: 15px;
-
-       box-shadow: inset 0px 2px 13px #999;
-       -moz-box-shadow: inset 0px 2px 13px #999;
-       -webkit-box-shadow: inset 0px 2px 13px #999;
-}
-
-#qunit-tests table {
-       border-collapse: collapse;
-       margin-top: .2em;
-}
-
-#qunit-tests th {
-       text-align: right;
-       vertical-align: top;
-       padding: 0 .5em 0 0;
-}
-
-#qunit-tests td {
-       vertical-align: top;
-}
-
-#qunit-tests pre {
-       margin: 0;
-       white-space: pre-wrap;
-       word-wrap: break-word;
-}
-
-#qunit-tests del {
-       background-color: #e0f2be;
-       color: #374e0c;
-       text-decoration: none;
-}
-
-#qunit-tests ins {
-       background-color: #ffcaca;
-       color: #500;
-       text-decoration: none;
-}
-
-/*** Test Counts */
-
-#qunit-tests b.counts                       { color: black; }
-#qunit-tests b.passed                       { color: #5E740B; }
-#qunit-tests b.failed                       { color: #710909; }
-
-#qunit-tests li li {
-       margin: 0.5em;
-       padding: 0.4em 0.5em 0.4em 0.5em;
-       background-color: #fff;
-       border-bottom: none;
-       list-style-position: inside;
-}
-
-/*** Passing Styles */
-
-#qunit-tests li li.pass {
-       color: #5E740B;
-       background-color: #fff;
-       border-left: 26px solid #C6E746;
-}
-
-#qunit-tests .pass                          { color: #528CE0; background-color: #D2E0E6; }
-#qunit-tests .pass .test-name               { color: #366097; }
-
-#qunit-tests .pass .test-actual,
-#qunit-tests .pass .test-expected           { color: #999999; }
-
-#qunit-banner.qunit-pass                    { background-color: #C6E746; }
-
-/*** Failing Styles */
-
-#qunit-tests li li.fail {
-       color: #710909;
-       background-color: #fff;
-       border-left: 26px solid #EE5757;
-       white-space: pre;
-}
-
-#qunit-tests > li:last-child {
-       border-radius: 0 0 15px 15px;
-       -moz-border-radius: 0 0 15px 15px;
-       -webkit-border-bottom-right-radius: 15px;
-       -webkit-border-bottom-left-radius: 15px;
-}
-
-#qunit-tests .fail                          { color: #000000; background-color: #EE5757; }
-#qunit-tests .fail .test-name,
-#qunit-tests .fail .module-name             { color: #000000; }
-
-#qunit-tests .fail .test-actual             { color: #EE5757; }
-#qunit-tests .fail .test-expected           { color: green;   }
-
-#qunit-banner.qunit-fail                    { background-color: #EE5757; }
-
-
-/** Result */
-
-#qunit-testresult {
-       padding: 0.5em 0.5em 0.5em 2.5em;
-
-       color: #2b81af;
-       background-color: #D2E0E6;
-
-       border-bottom: 1px solid white;
-}
-
-/** Fixture */
-
-#qunit-fixture {
-       position: absolute;
-       top: -10000px;
-       left: -10000px;
-}
-
-/** Runoff */
-
-#qunit-fixture {
-  display:none;
-}
\ No newline at end of file
diff --git a/tests/vendor/qunit.js b/tests/vendor/qunit.js
deleted file mode 100644 (file)
index 46c95b2..0000000
+++ /dev/null
@@ -1,1510 +0,0 @@
-/**
- * QUnit - A JavaScript Unit Testing Framework
- *
- * http://docs.jquery.com/QUnit
- *
- * Copyright (c) 2012 John Resig, Jörn Zaefferer
- * Dual licensed under the MIT (MIT-LICENSE.txt)
- * or GPL (GPL-LICENSE.txt) licenses.
- */
-
-(function(window) {
-
-var defined = {
-       setTimeout: typeof window.setTimeout !== "undefined",
-       sessionStorage: (function() {
-               try {
-                       return !!sessionStorage.getItem;
-               } catch(e) {
-                       return false;
-               }
-       })()
-};
-
-var testId = 0;
-
-var Test = function(name, testName, expected, testEnvironmentArg, async, callback) {
-       this.name = name;
-       this.testName = testName;
-       this.expected = expected;
-       this.testEnvironmentArg = testEnvironmentArg;
-       this.async = async;
-       this.callback = callback;
-       this.assertions = [];
-};
-Test.prototype = {
-       init: function() {
-               var tests = id("qunit-tests");
-               if (tests) {
-                       var b = document.createElement("strong");
-                               b.innerHTML = "Running " + this.name;
-                       var li = document.createElement("li");
-                               li.appendChild( b );
-                               li.className = "running";
-                               li.id = this.id = "test-output" + testId++;
-                       tests.appendChild( li );
-               }
-       },
-       setup: function() {
-               if (this.module != config.previousModule) {
-                       if ( config.previousModule ) {
-                               QUnit.moduleDone( {
-                                       name: config.previousModule,
-                                       failed: config.moduleStats.bad,
-                                       passed: config.moduleStats.all - config.moduleStats.bad,
-                                       total: config.moduleStats.all
-                               } );
-                       }
-                       config.previousModule = this.module;
-                       config.moduleStats = { all: 0, bad: 0 };
-                       QUnit.moduleStart( {
-                               name: this.module
-                       } );
-               }
-
-               config.current = this;
-               this.testEnvironment = extend({
-                       setup: function() {},
-                       teardown: function() {}
-               }, this.moduleTestEnvironment);
-               if (this.testEnvironmentArg) {
-                       extend(this.testEnvironment, this.testEnvironmentArg);
-               }
-
-               QUnit.testStart( {
-                       name: this.testName
-               } );
-
-               // allow utility functions to access the current test environment
-               // TODO why??
-               QUnit.current_testEnvironment = this.testEnvironment;
-
-               try {
-                       if ( !config.pollution ) {
-                               saveGlobal();
-                       }
-
-                       this.testEnvironment.setup.call(this.testEnvironment);
-               } catch(e) {
-                       QUnit.ok( false, "Setup failed on " + this.testName + ": " + e.message );
-               }
-       },
-       run: function() {
-               if ( this.async ) {
-                       QUnit.stop();
-               }
-
-               if ( config.notrycatch ) {
-                       this.callback.call(this.testEnvironment);
-                       return;
-               }
-               try {
-                       this.callback.call(this.testEnvironment);
-               } catch(e) {
-                       fail("Test " + this.testName + " died, exception and test follows", e, this.callback);
-                       QUnit.ok( false, "Died on test #" + (this.assertions.length + 1) + ": " + e.message + " - " + QUnit.jsDump.parse(e) );
-                       // else next test will carry the responsibility
-                       saveGlobal();
-
-                       // Restart the tests if they're blocking
-                       if ( config.blocking ) {
-                               start();
-                       }
-               }
-       },
-       teardown: function() {
-               try {
-                       this.testEnvironment.teardown.call(this.testEnvironment);
-                       checkPollution();
-               } catch(e) {
-                       QUnit.ok( false, "Teardown failed on " + this.testName + ": " + e.message );
-               }
-       },
-       finish: function() {
-               if ( this.expected && this.expected != this.assertions.length ) {
-                       QUnit.ok( false, "Expected " + this.expected + " assertions, but " + this.assertions.length + " were run" );
-               }
-
-               var good = 0, bad = 0,
-                       tests = id("qunit-tests");
-
-               config.stats.all += this.assertions.length;
-               config.moduleStats.all += this.assertions.length;
-
-               if ( tests ) {
-                       var ol = document.createElement("ol");
-
-                       for ( var i = 0; i < this.assertions.length; i++ ) {
-                               var assertion = this.assertions[i];
-
-                               var li = document.createElement("li");
-                               li.className = assertion.result ? "pass" : "fail";
-                               li.innerHTML = assertion.message || (assertion.result ? "okay" : "failed");
-                               ol.appendChild( li );
-
-                               if ( assertion.result ) {
-                                       good++;
-                               } else {
-                                       bad++;
-                                       config.stats.bad++;
-                                       config.moduleStats.bad++;
-                               }
-                       }
-
-                       // store result when possible
-                       if ( QUnit.config.reorder && defined.sessionStorage ) {
-                               if (bad) {
-                                       sessionStorage.setItem("qunit-" + this.module + "-" + this.testName, bad);
-                               } else {
-                                       sessionStorage.removeItem("qunit-" + this.module + "-" + this.testName);
-                               }
-                       }
-
-                       if (bad == 0) {
-                               ol.style.display = "none";
-                       }
-
-                       var b = document.createElement("strong");
-                       b.innerHTML = this.name + " <b class='counts'>(<b class='failed'>" + bad + "</b>, <b class='passed'>" + good + "</b>, " + this.assertions.length + ")</b>";
-
-                       var a = document.createElement("a");
-                       a.innerHTML = "Rerun";
-                       a.href = QUnit.url({ filter: getText([b]).replace(/\([^)]+\)$/, "").replace(/(^\s*|\s*$)/g, "") });
-
-                       addEvent(b, "click", function() {
-                               var next = b.nextSibling.nextSibling,
-                                       display = next.style.display;
-                               next.style.display = display === "none" ? "block" : "none";
-                       });
-
-                       addEvent(b, "dblclick", function(e) {
-                               var target = e && e.target ? e.target : window.event.srcElement;
-                               if ( target.nodeName.toLowerCase() == "span" || target.nodeName.toLowerCase() == "b" ) {
-                                       target = target.parentNode;
-                               }
-                               if ( window.location && target.nodeName.toLowerCase() === "strong" ) {
-                                       window.location = QUnit.url({ filter: getText([target]).replace(/\([^)]+\)$/, "").replace(/(^\s*|\s*$)/g, "") });
-                               }
-                       });
-
-                       var li = id(this.id);
-                       li.className = bad ? "fail" : "pass";
-                       li.removeChild( li.firstChild );
-                       li.appendChild( b );
-                       li.appendChild( a );
-                       li.appendChild( ol );
-
-               } else {
-                       for ( var i = 0; i < this.assertions.length; i++ ) {
-                               if ( !this.assertions[i].result ) {
-                                       bad++;
-                                       config.stats.bad++;
-                                       config.moduleStats.bad++;
-                               }
-                       }
-               }
-
-               try {
-                       QUnit.reset();
-               } catch(e) {
-                       fail("reset() failed, following Test " + this.testName + ", exception and reset fn follows", e, QUnit.reset);
-               }
-
-               QUnit.testDone( {
-                       name: this.testName,
-                       failed: bad,
-                       passed: this.assertions.length - bad,
-                       total: this.assertions.length
-               } );
-       },
-
-       queue: function() {
-               var test = this;
-               synchronize(function() {
-                       test.init();
-               });
-               function run() {
-                       // each of these can by async
-                       synchronize(function() {
-                               test.setup();
-                       });
-                       synchronize(function() {
-                               test.run();
-                       });
-                       synchronize(function() {
-                               test.teardown();
-                       });
-                       synchronize(function() {
-                               test.finish();
-                       });
-               }
-               // defer when previous test run passed, if storage is available
-               var bad = QUnit.config.reorder && defined.sessionStorage && +sessionStorage.getItem("qunit-" + this.module + "-" + this.testName);
-               if (bad) {
-                       run();
-               } else {
-                       synchronize(run);
-               };
-       }
-
-};
-
-var QUnit = {
-
-       // call on start of module test to prepend name to all tests
-       module: function(name, testEnvironment) {
-               config.currentModule = name;
-               config.currentModuleTestEnviroment = testEnvironment;
-       },
-
-       asyncTest: function(testName, expected, callback) {
-               if ( arguments.length === 2 ) {
-                       callback = expected;
-                       expected = 0;
-               }
-
-               QUnit.test(testName, expected, callback, true);
-       },
-
-       test: function(testName, expected, callback, async) {
-               var name = '<span class="test-name">' + testName + '</span>', testEnvironmentArg;
-
-               if ( arguments.length === 2 ) {
-                       callback = expected;
-                       expected = null;
-               }
-               // is 2nd argument a testEnvironment?
-               if ( expected && typeof expected === 'object') {
-                       testEnvironmentArg = expected;
-                       expected = null;
-               }
-
-               if ( config.currentModule ) {
-                       name = '<span class="module-name">' + config.currentModule + "</span>: " + name;
-               }
-
-               if ( !validTest(config.currentModule + ": " + testName) ) {
-                       return;
-               }
-
-               var test = new Test(name, testName, expected, testEnvironmentArg, async, callback);
-               test.module = config.currentModule;
-               test.moduleTestEnvironment = config.currentModuleTestEnviroment;
-               test.queue();
-       },
-
-       /**
-        * Specify the number of expected assertions to gurantee that failed test (no assertions are run at all) don't slip through.
-        */
-       expect: function(asserts) {
-               config.current.expected = asserts;
-       },
-
-       /**
-        * Asserts true.
-        * @example ok( "asdfasdf".length > 5, "There must be at least 5 chars" );
-        */
-       ok: function(a, msg) {
-               a = !!a;
-               var details = {
-                       result: a,
-                       message: msg
-               };
-               msg = escapeHtml(msg);
-               QUnit.log(details);
-               config.current.assertions.push({
-                       result: a,
-                       message: msg
-               });
-       },
-
-       /**
-        * Checks that the first two arguments are equal, with an optional message.
-        * Prints out both actual and expected values.
-        *
-        * Prefered to ok( actual == expected, message )
-        *
-        * @example equal( format("Received {0} bytes.", 2), "Received 2 bytes." );
-        *
-        * @param Object actual
-        * @param Object expected
-        * @param String message (optional)
-        */
-       equal: function(actual, expected, message) {
-               QUnit.push(expected == actual, actual, expected, message);
-       },
-
-       notEqual: function(actual, expected, message) {
-               QUnit.push(expected != actual, actual, expected, message);
-       },
-
-       deepEqual: function(actual, expected, message) {
-               QUnit.push(QUnit.equiv(actual, expected), actual, expected, message);
-       },
-
-       notDeepEqual: function(actual, expected, message) {
-               QUnit.push(!QUnit.equiv(actual, expected), actual, expected, message);
-       },
-
-       strictEqual: function(actual, expected, message) {
-               QUnit.push(expected === actual, actual, expected, message);
-       },
-
-       notStrictEqual: function(actual, expected, message) {
-               QUnit.push(expected !== actual, actual, expected, message);
-       },
-
-       raises: function(block, expected, message) {
-               var actual, ok = false;
-
-               if (typeof expected === 'string') {
-                       message = expected;
-                       expected = null;
-               }
-
-               try {
-                       block();
-               } catch (e) {
-                       actual = e;
-               }
-
-               if (actual) {
-                       // we don't want to validate thrown error
-                       if (!expected) {
-                               ok = true;
-                       // expected is a regexp
-                       } else if (QUnit.objectType(expected) === "regexp") {
-                               ok = expected.test(actual);
-                       // expected is a constructor
-                       } else if (actual instanceof expected) {
-                               ok = true;
-                       // expected is a validation function which returns true is validation passed
-                       } else if (expected.call({}, actual) === true) {
-                               ok = true;
-                       }
-               }
-
-               QUnit.ok(ok, message);
-       },
-
-       start: function() {
-               config.semaphore--;
-               if (config.semaphore > 0) {
-                       // don't start until equal number of stop-calls
-                       return;
-               }
-               if (config.semaphore < 0) {
-                       // ignore if start is called more often then stop
-                       config.semaphore = 0;
-               }
-               // A slight delay, to avoid any current callbacks
-               if ( defined.setTimeout ) {
-                       window.setTimeout(function() {
-                               if (config.semaphore > 0) {
-                                       return;
-                               }
-                               if ( config.timeout ) {
-                                       clearTimeout(config.timeout);
-                               }
-
-                               config.blocking = false;
-                               process();
-                       }, 13);
-               } else {
-                       config.blocking = false;
-                       process();
-               }
-       },
-
-       stop: function(timeout) {
-               config.semaphore++;
-               config.blocking = true;
-
-               if ( timeout && defined.setTimeout ) {
-                       clearTimeout(config.timeout);
-                       config.timeout = window.setTimeout(function() {
-                               QUnit.ok( false, "Test timed out" );
-                               QUnit.start();
-                       }, timeout);
-               }
-       }
-};
-
-// Backwards compatibility, deprecated
-QUnit.equals = QUnit.equal;
-QUnit.same = QUnit.deepEqual;
-
-// Maintain internal state
-var config = {
-       // The queue of tests to run
-       queue: [],
-
-       // block until document ready
-       blocking: true,
-
-       // when enabled, show only failing tests
-       // gets persisted through sessionStorage and can be changed in UI via checkbox
-       hidepassed: false,
-
-       // by default, run previously failed tests first
-       // very useful in combination with "Hide passed tests" checked
-       reorder: true,
-
-       // by default, modify document.title when suite is done
-       altertitle: true,
-
-       urlConfig: ['noglobals', 'notrycatch']
-};
-
-// Load paramaters
-(function() {
-       var location = window.location || { search: "", protocol: "file:" },
-               params = location.search.slice( 1 ).split( "&" ),
-               length = params.length,
-               urlParams = {},
-               current;
-
-       if ( params[ 0 ] ) {
-               for ( var i = 0; i < length; i++ ) {
-                       current = params[ i ].split( "=" );
-                       current[ 0 ] = decodeURIComponent( current[ 0 ] );
-                       // allow just a key to turn on a flag, e.g., test.html?noglobals
-                       current[ 1 ] = current[ 1 ] ? decodeURIComponent( current[ 1 ] ) : true;
-                       urlParams[ current[ 0 ] ] = current[ 1 ];
-               }
-       }
-
-       QUnit.urlParams = urlParams;
-       config.filter = urlParams.filter;
-
-       // Figure out if we're running the tests from a server or not
-       QUnit.isLocal = !!(location.protocol === 'file:');
-})();
-
-// Expose the API as global variables, unless an 'exports'
-// object exists, in that case we assume we're in CommonJS
-if ( typeof exports === "undefined" || typeof require === "undefined" ) {
-       extend(window, QUnit);
-       window.QUnit = QUnit;
-} else {
-       extend(exports, QUnit);
-       exports.QUnit = QUnit;
-}
-
-// define these after exposing globals to keep them in these QUnit namespace only
-extend(QUnit, {
-       config: config,
-
-       // Initialize the configuration options
-       init: function() {
-               extend(config, {
-                       stats: { all: 0, bad: 0 },
-                       moduleStats: { all: 0, bad: 0 },
-                       started: +new Date,
-                       updateRate: 1000,
-                       blocking: false,
-                       autostart: true,
-                       autorun: false,
-                       filter: "",
-                       queue: [],
-                       semaphore: 0
-               });
-
-               var tests = id( "qunit-tests" ),
-                       banner = id( "qunit-banner" ),
-                       result = id( "qunit-testresult" );
-
-               if ( tests ) {
-                       tests.innerHTML = "";
-               }
-
-               if ( banner ) {
-                       banner.className = "";
-               }
-
-               if ( result ) {
-                       result.parentNode.removeChild( result );
-               }
-
-               if ( tests ) {
-                       result = document.createElement( "p" );
-                       result.id = "qunit-testresult";
-                       result.className = "result";
-                       tests.parentNode.insertBefore( result, tests );
-                       result.innerHTML = 'Running...<br/>&nbsp;';
-               }
-       },
-
-       /**
-        * Resets the test setup. Useful for tests that modify the DOM.
-        *
-        * If jQuery is available, uses jQuery's html(), otherwise just innerHTML.
-        */
-       reset: function() {
-               if ( window.jQuery ) {
-                       jQuery( "#qunit-fixture" ).html( config.fixture );
-               } else {
-                       var main = id( 'qunit-fixture' );
-                       if ( main ) {
-                               main.innerHTML = config.fixture;
-                       }
-               }
-       },
-
-       /**
-        * Trigger an event on an element.
-        *
-        * @example triggerEvent( document.body, "click" );
-        *
-        * @param DOMElement elem
-        * @param String type
-        */
-       triggerEvent: function( elem, type, event ) {
-               if ( document.createEvent ) {
-                       event = document.createEvent("MouseEvents");
-                       event.initMouseEvent(type, true, true, elem.ownerDocument.defaultView,
-                               0, 0, 0, 0, 0, false, false, false, false, 0, null);
-                       elem.dispatchEvent( event );
-
-               } else if ( elem.fireEvent ) {
-                       elem.fireEvent("on"+type);
-               }
-       },
-
-       // Safe object type checking
-       is: function( type, obj ) {
-               return QUnit.objectType( obj ) == type;
-       },
-
-       objectType: function( obj ) {
-               if (typeof obj === "undefined") {
-                               return "undefined";
-
-               // consider: typeof null === object
-               }
-               if (obj === null) {
-                               return "null";
-               }
-
-               var type = Object.prototype.toString.call( obj )
-                       .match(/^\[object\s(.*)\]$/)[1] || '';
-
-               switch (type) {
-                               case 'Number':
-                                               if (isNaN(obj)) {
-                                                               return "nan";
-                                               } else {
-                                                               return "number";
-                                               }
-                               case 'String':
-                               case 'Boolean':
-                               case 'Array':
-                               case 'Date':
-                               case 'RegExp':
-                               case 'Function':
-                                               return type.toLowerCase();
-               }
-               if (typeof obj === "object") {
-                               return "object";
-               }
-               return undefined;
-       },
-
-       push: function(result, actual, expected, message) {
-               var details = {
-                       result: result,
-                       message: message,
-                       actual: actual,
-                       expected: expected
-               };
-
-               message = escapeHtml(message) || (result ? "okay" : "failed");
-               message = '<span class="test-message">' + message + "</span>";
-               expected = escapeHtml(QUnit.jsDump.parse(expected));
-               actual = escapeHtml(QUnit.jsDump.parse(actual));
-               var output = message + '<table><tr class="test-expected"><th>Expected: </th><td><pre>' + expected + '</pre></td></tr>';
-               if (actual != expected) {
-                       output += '<tr class="test-actual"><th>Result: </th><td><pre>' + actual + '</pre></td></tr>';
-                       output += '<tr class="test-diff"><th>Diff: </th><td><pre>' + QUnit.diff(expected, actual) +'</pre></td></tr>';
-               }
-               if (!result) {
-                       var source = sourceFromStacktrace();
-                       if (source) {
-                               details.source = source;
-                               output += '<tr class="test-source"><th>Source: </th><td><pre>' + escapeHtml(source) + '</pre></td></tr>';
-                       }
-               }
-               output += "</table>";
-
-               QUnit.log(details);
-
-               config.current.assertions.push({
-                       result: !!result,
-                       message: output
-               });
-       },
-
-       url: function( params ) {
-               params = extend( extend( {}, QUnit.urlParams ), params );
-               var querystring = "?",
-                       key;
-               for ( key in params ) {
-                       querystring += encodeURIComponent( key ) + "=" +
-                               encodeURIComponent( params[ key ] ) + "&";
-               }
-               return window.location.pathname + querystring.slice( 0, -1 );
-       },
-
-       extend: extend,
-       id: id,
-       addEvent: addEvent,
-
-       // Logging callbacks; all receive a single argument with the listed properties
-       // run test/logs.html for any related changes
-       begin: function() {},
-       // done: { failed, passed, total, runtime }
-       done: function() {},
-       // log: { result, actual, expected, message }
-       log: function() {},
-       // testStart: { name }
-       testStart: function() {},
-       // testDone: { name, failed, passed, total }
-       testDone: function() {},
-       // moduleStart: { name }
-       moduleStart: function() {},
-       // moduleDone: { name, failed, passed, total }
-       moduleDone: function() {}
-});
-
-if ( typeof document === "undefined" || document.readyState === "complete" ) {
-       config.autorun = true;
-}
-
-QUnit.load = function() {
-       QUnit.begin({});
-
-       // Initialize the config, saving the execution queue
-       var oldconfig = extend({}, config);
-       QUnit.init();
-       extend(config, oldconfig);
-
-       config.blocking = false;
-
-       var urlConfigHtml = '', len = config.urlConfig.length;
-       for ( var i = 0, val; i < len, val = config.urlConfig[i]; i++ ) {
-               config[val] = QUnit.urlParams[val];
-               urlConfigHtml += '<label><input name="' + val + '" type="checkbox"' + ( config[val] ? ' checked="checked"' : '' ) + '>' + val + '</label>';
-       }
-
-       var userAgent = id("qunit-userAgent");
-       if ( userAgent ) {
-               userAgent.innerHTML = navigator.userAgent;
-       }
-       var banner = id("qunit-header");
-       if ( banner ) {
-               banner.innerHTML = '<a href="' + QUnit.url({ filter: undefined }) + '"> ' + banner.innerHTML + '</a> ' + urlConfigHtml;
-               addEvent( banner, "change", function( event ) {
-                       var params = {};
-                       params[ event.target.name ] = event.target.checked ? true : undefined;
-                       window.location = QUnit.url( params );
-               });
-       }
-
-       var toolbar = id("qunit-testrunner-toolbar");
-       if ( toolbar ) {
-               var filter = document.createElement("input");
-               filter.type = "checkbox";
-               filter.id = "qunit-filter-pass";
-               addEvent( filter, "click", function() {
-                       var ol = document.getElementById("qunit-tests");
-                       if ( filter.checked ) {
-                               ol.className = ol.className + " hidepass";
-                       } else {
-                               var tmp = " " + ol.className.replace( /[\n\t\r]/g, " " ) + " ";
-                               ol.className = tmp.replace(/ hidepass /, " ");
-                       }
-                       if ( defined.sessionStorage ) {
-                               if (filter.checked) {
-                                       sessionStorage.setItem("qunit-filter-passed-tests", "true");
-                               } else {
-                                       sessionStorage.removeItem("qunit-filter-passed-tests");
-                               }
-                       }
-               });
-               if ( config.hidepassed || defined.sessionStorage && sessionStorage.getItem("qunit-filter-passed-tests") ) {
-                       filter.checked = true;
-                       var ol = document.getElementById("qunit-tests");
-                       ol.className = ol.className + " hidepass";
-               }
-               toolbar.appendChild( filter );
-
-               var label = document.createElement("label");
-               label.setAttribute("for", "qunit-filter-pass");
-               label.innerHTML = "Hide passed tests";
-               toolbar.appendChild( label );
-       }
-
-       var main = id('qunit-fixture');
-       if ( main ) {
-               config.fixture = main.innerHTML;
-       }
-
-       if (config.autostart) {
-               QUnit.start();
-       }
-};
-
-addEvent(window, "load", QUnit.load);
-
-function done() {
-       config.autorun = true;
-
-       // Log the last module results
-       if ( config.currentModule ) {
-               QUnit.moduleDone( {
-                       name: config.currentModule,
-                       failed: config.moduleStats.bad,
-                       passed: config.moduleStats.all - config.moduleStats.bad,
-                       total: config.moduleStats.all
-               } );
-       }
-
-       var banner = id("qunit-banner"),
-               tests = id("qunit-tests"),
-               runtime = +new Date - config.started,
-               passed = config.stats.all - config.stats.bad,
-               html = [
-                       'Tests completed in ',
-                       runtime,
-                       ' milliseconds.<br/>',
-                       '<span class="passed">',
-                       passed,
-                       '</span> tests of <span class="total">',
-                       config.stats.all,
-                       '</span> passed, <span class="failed">',
-                       config.stats.bad,
-                       '</span> failed.'
-               ].join('');
-
-       if ( banner ) {
-               banner.className = (config.stats.bad ? "qunit-fail" : "qunit-pass");
-       }
-
-       if ( tests ) {
-               id( "qunit-testresult" ).innerHTML = html;
-       }
-
-       if ( config.altertitle && typeof document !== "undefined" && document.title ) {
-               // show ✖ for good, ✔ for bad suite result in title
-               // use escape sequences in case file gets loaded with non-utf-8-charset
-               document.title = [
-                       (config.stats.bad ? "\u2716" : "\u2714"),
-                       document.title.replace(/^[\u2714\u2716] /i, "")
-               ].join(" ");
-       }
-
-       QUnit.done( {
-               failed: config.stats.bad,
-               passed: passed,
-               total: config.stats.all,
-               runtime: runtime
-       } );
-}
-
-function validTest( name ) {
-       var filter = config.filter,
-               run = false;
-
-       if ( !filter ) {
-               return true;
-       }
-
-       var not = filter.charAt( 0 ) === "!";
-       if ( not ) {
-               filter = filter.slice( 1 );
-       }
-
-       if ( name.indexOf( filter ) !== -1 ) {
-               return !not;
-       }
-
-       if ( not ) {
-               run = true;
-       }
-
-       return run;
-}
-
-// so far supports only Firefox, Chrome and Opera (buggy)
-// could be extended in the future to use something like https://github.com/csnover/TraceKit
-function sourceFromStacktrace() {
-       try {
-               throw new Error();
-       } catch ( e ) {
-               if (e.stacktrace) {
-                       // Opera
-                       return e.stacktrace.split("\n")[6];
-               } else if (e.stack) {
-                       // Firefox, Chrome
-                       return e.stack.split("\n")[4];
-               } else if (e.sourceURL) {
-                       // Safari, PhantomJS
-                       // TODO sourceURL points at the 'throw new Error' line above, useless
-                       //return e.sourceURL + ":" + e.line;
-               }
-       }
-}
-
-function escapeHtml(s) {
-       if (!s) {
-               return "";
-       }
-       s = s + "";
-       return s.replace(/[\&"<>\\]/g, function(s) {
-               switch(s) {
-                       case "&": return "&amp;";
-                       case "\\": return "\\\\";
-                       case '"': return '\"';
-                       case "<": return "&lt;";
-                       case ">": return "&gt;";
-                       default: return s;
-               }
-       });
-}
-
-function synchronize( callback ) {
-       config.queue.push( callback );
-
-       if ( config.autorun && !config.blocking ) {
-               process();
-       }
-}
-
-function process() {
-       var start = (new Date()).getTime();
-
-       while ( config.queue.length && !config.blocking ) {
-               if ( config.updateRate <= 0 || (((new Date()).getTime() - start) < config.updateRate) ) {
-                       config.queue.shift()();
-               } else {
-                       window.setTimeout( process, 13 );
-                       break;
-               }
-       }
-       if (!config.blocking && !config.queue.length) {
-               done();
-       }
-}
-
-function saveGlobal() {
-       config.pollution = [];
-
-       if ( config.noglobals ) {
-               for ( var key in window ) {
-                       config.pollution.push( key );
-               }
-       }
-}
-
-function checkPollution( name ) {
-       var old = config.pollution;
-       saveGlobal();
-
-       var newGlobals = diff( config.pollution, old );
-       if ( newGlobals.length > 0 ) {
-               ok( false, "Introduced global variable(s): " + newGlobals.join(", ") );
-       }
-
-       var deletedGlobals = diff( old, config.pollution );
-       if ( deletedGlobals.length > 0 ) {
-               ok( false, "Deleted global variable(s): " + deletedGlobals.join(", ") );
-       }
-}
-
-// returns a new Array with the elements that are in a but not in b
-function diff( a, b ) {
-       var result = a.slice();
-       for ( var i = 0; i < result.length; i++ ) {
-               for ( var j = 0; j < b.length; j++ ) {
-                       if ( result[i] === b[j] ) {
-                               result.splice(i, 1);
-                               i--;
-                               break;
-                       }
-               }
-       }
-       return result;
-}
-
-function fail(message, exception, callback) {
-       if ( typeof console !== "undefined" && console.error && console.warn ) {
-               console.error(message);
-               console.error(exception);
-               console.warn(callback.toString());
-
-       } else if ( window.opera && opera.postError ) {
-               opera.postError(message, exception, callback.toString);
-       }
-}
-
-function extend(a, b) {
-       for ( var prop in b ) {
-               if ( b[prop] === undefined ) {
-                       delete a[prop];
-               } else {
-                       a[prop] = b[prop];
-               }
-       }
-
-       return a;
-}
-
-function addEvent(elem, type, fn) {
-       if ( elem.addEventListener ) {
-               elem.addEventListener( type, fn, false );
-       } else if ( elem.attachEvent ) {
-               elem.attachEvent( "on" + type, fn );
-       } else {
-               fn();
-       }
-}
-
-function id(name) {
-       return !!(typeof document !== "undefined" && document && document.getElementById) &&
-               document.getElementById( name );
-}
-
-// Test for equality any JavaScript type.
-// Discussions and reference: http://philrathe.com/articles/equiv
-// Test suites: http://philrathe.com/tests/equiv
-// Author: Philippe Rathé <prathe@gmail.com>
-QUnit.equiv = function () {
-
-       var innerEquiv; // the real equiv function
-       var callers = []; // stack to decide between skip/abort functions
-       var parents = []; // stack to avoiding loops from circular referencing
-
-       // Call the o related callback with the given arguments.
-       function bindCallbacks(o, callbacks, args) {
-               var prop = QUnit.objectType(o);
-               if (prop) {
-                       if (QUnit.objectType(callbacks[prop]) === "function") {
-                               return callbacks[prop].apply(callbacks, args);
-                       } else {
-                               return callbacks[prop]; // or undefined
-                       }
-               }
-       }
-
-       var callbacks = function () {
-
-               // for string, boolean, number and null
-               function useStrictEquality(b, a) {
-                       if (b instanceof a.constructor || a instanceof b.constructor) {
-                               // to catch short annotaion VS 'new' annotation of a
-                               // declaration
-                               // e.g. var i = 1;
-                               // var j = new Number(1);
-                               return a == b;
-                       } else {
-                               return a === b;
-                       }
-               }
-
-               return {
-                       "string" : useStrictEquality,
-                       "boolean" : useStrictEquality,
-                       "number" : useStrictEquality,
-                       "null" : useStrictEquality,
-                       "undefined" : useStrictEquality,
-
-                       "nan" : function(b) {
-                               return isNaN(b);
-                       },
-
-                       "date" : function(b, a) {
-                               return QUnit.objectType(b) === "date"
-                                               && a.valueOf() === b.valueOf();
-                       },
-
-                       "regexp" : function(b, a) {
-                               return QUnit.objectType(b) === "regexp"
-                                               && a.source === b.source && // the regex itself
-                                               a.global === b.global && // and its modifers
-                                                                                                       // (gmi) ...
-                                               a.ignoreCase === b.ignoreCase
-                                               && a.multiline === b.multiline;
-                       },
-
-                       // - skip when the property is a method of an instance (OOP)
-                       // - abort otherwise,
-                       // initial === would have catch identical references anyway
-                       "function" : function() {
-                               var caller = callers[callers.length - 1];
-                               return caller !== Object && typeof caller !== "undefined";
-                       },
-
-                       "array" : function(b, a) {
-                               var i, j, loop;
-                               var len;
-
-                               // b could be an object literal here
-                               if (!(QUnit.objectType(b) === "array")) {
-                                       return false;
-                               }
-
-                               len = a.length;
-                               if (len !== b.length) { // safe and faster
-                                       return false;
-                               }
-
-                               // track reference to avoid circular references
-                               parents.push(a);
-                               for (i = 0; i < len; i++) {
-                                       loop = false;
-                                       for (j = 0; j < parents.length; j++) {
-                                               if (parents[j] === a[i]) {
-                                                       loop = true;// dont rewalk array
-                                               }
-                                       }
-                                       if (!loop && !innerEquiv(a[i], b[i])) {
-                                               parents.pop();
-                                               return false;
-                                       }
-                               }
-                               parents.pop();
-                               return true;
-                       },
-
-                       "object" : function(b, a) {
-                               var i, j, loop;
-                               var eq = true; // unless we can proove it
-                               var aProperties = [], bProperties = []; // collection of
-                                                                                                               // strings
-
-                               // comparing constructors is more strict than using
-                               // instanceof
-                               if (a.constructor !== b.constructor) {
-                                       return false;
-                               }
-
-                               // stack constructor before traversing properties
-                               callers.push(a.constructor);
-                               // track reference to avoid circular references
-                               parents.push(a);
-
-                               for (i in a) { // be strict: don't ensures hasOwnProperty
-                                                               // and go deep
-                                       loop = false;
-                                       for (j = 0; j < parents.length; j++) {
-                                               if (parents[j] === a[i])
-                                                       loop = true; // don't go down the same path
-                                                                                       // twice
-                                       }
-                                       aProperties.push(i); // collect a's properties
-
-                                       if (!loop && !innerEquiv(a[i], b[i])) {
-                                               eq = false;
-                                               break;
-                                       }
-                               }
-
-                               callers.pop(); // unstack, we are done
-                               parents.pop();
-
-                               for (i in b) {
-                                       bProperties.push(i); // collect b's properties
-                               }
-
-                               // Ensures identical properties name
-                               return eq
-                                               && innerEquiv(aProperties.sort(), bProperties
-                                                               .sort());
-                       }
-               };
-       }();
-
-       innerEquiv = function() { // can take multiple arguments
-               var args = Array.prototype.slice.apply(arguments);
-               if (args.length < 2) {
-                       return true; // end transition
-               }
-
-               return (function(a, b) {
-                       if (a === b) {
-                               return true; // catch the most you can
-                       } else if (a === null || b === null || typeof a === "undefined"
-                                       || typeof b === "undefined"
-                                       || QUnit.objectType(a) !== QUnit.objectType(b)) {
-                               return false; // don't lose time with error prone cases
-                       } else {
-                               return bindCallbacks(a, callbacks, [ b, a ]);
-                       }
-
-                       // apply transition with (1..n) arguments
-               })(args[0], args[1])
-                               && arguments.callee.apply(this, args.splice(1,
-                                               args.length - 1));
-       };
-
-       return innerEquiv;
-
-}();
-
-/**
- * jsDump Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com |
- * http://flesler.blogspot.com Licensed under BSD
- * (http://www.opensource.org/licenses/bsd-license.php) Date: 5/15/2008
- *
- * @projectDescription Advanced and extensible data dumping for Javascript.
- * @version 1.0.0
- * @author Ariel Flesler
- * @link {http://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html}
- */
-QUnit.jsDump = (function() {
-       function quote( str ) {
-               return '"' + str.toString().replace(/"/g, '\\"') + '"';
-       };
-       function literal( o ) {
-               return o + '';
-       };
-       function join( pre, arr, post ) {
-               var s = jsDump.separator(),
-                       base = jsDump.indent(),
-                       inner = jsDump.indent(1);
-               if ( arr.join )
-                       arr = arr.join( ',' + s + inner );
-               if ( !arr )
-                       return pre + post;
-               return [ pre, inner + arr, base + post ].join(s);
-       };
-       function array( arr, stack ) {
-               var i = arr.length, ret = Array(i);
-               this.up();
-               while ( i-- )
-                       ret[i] = this.parse( arr[i] , undefined , stack);
-               this.down();
-               return join( '[', ret, ']' );
-       };
-
-       var reName = /^function (\w+)/;
-
-       var jsDump = {
-               parse:function( obj, type, stack ) { //type is used mostly internally, you can fix a (custom)type in advance
-                       stack = stack || [ ];
-                       var parser = this.parsers[ type || this.typeOf(obj) ];
-                       type = typeof parser;
-                       var inStack = inArray(obj, stack);
-                       if (inStack != -1) {
-                               return 'recursion('+(inStack - stack.length)+')';
-                       }
-                       //else
-                       if (type == 'function')  {
-                                       stack.push(obj);
-                                       var res = parser.call( this, obj, stack );
-                                       stack.pop();
-                                       return res;
-                       }
-                       // else
-                       return (type == 'string') ? parser : this.parsers.error;
-               },
-               typeOf:function( obj ) {
-                       var type;
-                       if ( obj === null ) {
-                               type = "null";
-                       } else if (typeof obj === "undefined") {
-                               type = "undefined";
-                       } else if (QUnit.is("RegExp", obj)) {
-                               type = "regexp";
-                       } else if (QUnit.is("Date", obj)) {
-                               type = "date";
-                       } else if (QUnit.is("Function", obj)) {
-                               type = "function";
-                       } else if (typeof obj.setInterval !== undefined && typeof obj.document !== "undefined" && typeof obj.nodeType === "undefined") {
-                               type = "window";
-                       } else if (obj.nodeType === 9) {
-                               type = "document";
-                       } else if (obj.nodeType) {
-                               type = "node";
-                       } else if (typeof obj === "object" && typeof obj.length === "number" && obj.length >= 0) {
-                               type = "array";
-                       } else {
-                               type = typeof obj;
-                       }
-                       return type;
-               },
-               separator:function() {
-                       return this.multiline ? this.HTML ? '<br />' : '\n' : this.HTML ? '&nbsp;' : ' ';
-               },
-               indent:function( extra ) {// extra can be a number, shortcut for increasing-calling-decreasing
-                       if ( !this.multiline )
-                               return '';
-                       var chr = this.indentChar;
-                       if ( this.HTML )
-                               chr = chr.replace(/\t/g,'   ').replace(/ /g,'&nbsp;');
-                       return Array( this._depth_ + (extra||0) ).join(chr);
-               },
-               up:function( a ) {
-                       this._depth_ += a || 1;
-               },
-               down:function( a ) {
-                       this._depth_ -= a || 1;
-               },
-               setParser:function( name, parser ) {
-                       this.parsers[name] = parser;
-               },
-               // The next 3 are exposed so you can use them
-               quote:quote,
-               literal:literal,
-               join:join,
-               //
-               _depth_: 1,
-               // This is the list of parsers, to modify them, use jsDump.setParser
-               parsers:{
-                       window: '[Window]',
-                       document: '[Document]',
-                       error:'[ERROR]', //when no parser is found, shouldn't happen
-                       unknown: '[Unknown]',
-                       'null':'null',
-                       'undefined':'undefined',
-                       'function':function( fn ) {
-                               var ret = 'function',
-                                       name = 'name' in fn ? fn.name : (reName.exec(fn)||[])[1];//functions never have name in IE
-                               if ( name )
-                                       ret += ' ' + name;
-                               ret += '(';
-
-                               ret = [ ret, QUnit.jsDump.parse( fn, 'functionArgs' ), '){'].join('');
-                               return join( ret, QUnit.jsDump.parse(fn,'functionCode'), '}' );
-                       },
-                       array: array,
-                       nodelist: array,
-                       arguments: array,
-                       object:function( map, stack ) {
-                               var ret = [ ];
-                               QUnit.jsDump.up();
-                               for ( var key in map ) {
-                                   var val = map[key];
-                                       ret.push( QUnit.jsDump.parse(key,'key') + ': ' + QUnit.jsDump.parse(val, undefined, stack));
-                }
-                               QUnit.jsDump.down();
-                               return join( '{', ret, '}' );
-                       },
-                       node:function( node ) {
-                               var open = QUnit.jsDump.HTML ? '&lt;' : '<',
-                                       close = QUnit.jsDump.HTML ? '&gt;' : '>';
-
-                               var tag = node.nodeName.toLowerCase(),
-                                       ret = open + tag;
-
-                               for ( var a in QUnit.jsDump.DOMAttrs ) {
-                                       var val = node[QUnit.jsDump.DOMAttrs[a]];
-                                       if ( val )
-                                               ret += ' ' + a + '=' + QUnit.jsDump.parse( val, 'attribute' );
-                               }
-                               return ret + close + open + '/' + tag + close;
-                       },
-                       functionArgs:function( fn ) {//function calls it internally, it's the arguments part of the function
-                               var l = fn.length;
-                               if ( !l ) return '';
-
-                               var args = Array(l);
-                               while ( l-- )
-                                       args[l] = String.fromCharCode(97+l);//97 is 'a'
-                               return ' ' + args.join(', ') + ' ';
-                       },
-                       key:quote, //object calls it internally, the key part of an item in a map
-                       functionCode:'[code]', //function calls it internally, it's the content of the function
-                       attribute:quote, //node calls it internally, it's an html attribute value
-                       string:quote,
-                       date:quote,
-                       regexp:literal, //regex
-                       number:literal,
-                       'boolean':literal
-               },
-               DOMAttrs:{//attributes to dump from nodes, name=>realName
-                       id:'id',
-                       name:'name',
-                       'class':'className'
-               },
-               HTML:false,//if true, entities are escaped ( <, >, \t, space and \n )
-               indentChar:'  ',//indentation unit
-               multiline:true //if true, items in a collection, are separated by a \n, else just a space.
-       };
-
-       return jsDump;
-})();
-
-// from Sizzle.js
-function getText( elems ) {
-       var ret = "", elem;
-
-       for ( var i = 0; elems[i]; i++ ) {
-               elem = elems[i];
-
-               // Get the text from text nodes and CDATA nodes
-               if ( elem.nodeType === 3 || elem.nodeType === 4 ) {
-                       ret += elem.nodeValue;
-
-               // Traverse everything else, except comment nodes
-               } else if ( elem.nodeType !== 8 ) {
-                       ret += getText( elem.childNodes );
-               }
-       }
-
-       return ret;
-};
-
-//from jquery.js
-function inArray( elem, array ) {
-       if ( array.indexOf ) {
-               return array.indexOf( elem );
-       }
-
-       for ( var i = 0, length = array.length; i < length; i++ ) {
-               if ( array[ i ] === elem ) {
-                       return i;
-               }
-       }
-
-       return -1;
-}
-
-/*
- * Javascript Diff Algorithm
- *  By John Resig (http://ejohn.org/)
- *  Modified by Chu Alan "sprite"
- *
- * Released under the MIT license.
- *
- * More Info:
- *  http://ejohn.org/projects/javascript-diff-algorithm/
- *
- * Usage: QUnit.diff(expected, actual)
- *
- * QUnit.diff("the quick brown fox jumped over", "the quick fox jumps over") == "the  quick <del>brown </del> fox <del>jumped </del><ins>jumps </ins> over"
- */
-QUnit.diff = (function() {
-       function diff(o, n) {
-               var ns = {};
-               var os = {};
-
-               for (var i = 0; i < n.length; i++) {
-                       if (ns[n[i]] == null)
-                               ns[n[i]] = {
-                                       rows: [],
-                                       o: null
-                               };
-                       ns[n[i]].rows.push(i);
-               }
-
-               for (var i = 0; i < o.length; i++) {
-                       if (os[o[i]] == null)
-                               os[o[i]] = {
-                                       rows: [],
-                                       n: null
-                               };
-                       os[o[i]].rows.push(i);
-               }
-
-               for (var i in ns) {
-                       if (ns[i].rows.length == 1 && typeof(os[i]) != "undefined" && os[i].rows.length == 1) {
-                               n[ns[i].rows[0]] = {
-                                       text: n[ns[i].rows[0]],
-                                       row: os[i].rows[0]
-                               };
-                               o[os[i].rows[0]] = {
-                                       text: o[os[i].rows[0]],
-                                       row: ns[i].rows[0]
-                               };
-                       }
-               }
-
-               for (var i = 0; i < n.length - 1; i++) {
-                       if (n[i].text != null && n[i + 1].text == null && n[i].row + 1 < o.length && o[n[i].row + 1].text == null &&
-                       n[i + 1] == o[n[i].row + 1]) {
-                               n[i + 1] = {
-                                       text: n[i + 1],
-                                       row: n[i].row + 1
-                               };
-                               o[n[i].row + 1] = {
-                                       text: o[n[i].row + 1],
-                                       row: i + 1
-                               };
-                       }
-               }
-
-               for (var i = n.length - 1; i > 0; i--) {
-                       if (n[i].text != null && n[i - 1].text == null && n[i].row > 0 && o[n[i].row - 1].text == null &&
-                       n[i - 1] == o[n[i].row - 1]) {
-                               n[i - 1] = {
-                                       text: n[i - 1],
-                                       row: n[i].row - 1
-                               };
-                               o[n[i].row - 1] = {
-                                       text: o[n[i].row - 1],
-                                       row: i - 1
-                               };
-                       }
-               }
-
-               return {
-                       o: o,
-                       n: n
-               };
-       }
-
-       return function(o, n) {
-               o = o.replace(/\s+$/, '');
-               n = n.replace(/\s+$/, '');
-               var out = diff(o == "" ? [] : o.split(/\s+/), n == "" ? [] : n.split(/\s+/));
-
-               var str = "";
-
-               var oSpace = o.match(/\s+/g);
-               if (oSpace == null) {
-                       oSpace = [" "];
-               }
-               else {
-                       oSpace.push(" ");
-               }
-               var nSpace = n.match(/\s+/g);
-               if (nSpace == null) {
-                       nSpace = [" "];
-               }
-               else {
-                       nSpace.push(" ");
-               }
-
-               if (out.n.length == 0) {
-                       for (var i = 0; i < out.o.length; i++) {
-                               str += '<del>' + out.o[i] + oSpace[i] + "</del>";
-                       }
-               }
-               else {
-                       if (out.n[0].text == null) {
-                               for (n = 0; n < out.o.length && out.o[n].text == null; n++) {
-                                       str += '<del>' + out.o[n] + oSpace[n] + "</del>";
-                               }
-                       }
-
-                       for (var i = 0; i < out.n.length; i++) {
-                               if (out.n[i].text == null) {
-                                       str += '<ins>' + out.n[i] + nSpace[i] + "</ins>";
-                               }
-                               else {
-                                       var pre = "";
-
-                                       for (n = out.n[i].row + 1; n < out.o.length && out.o[n].text == null; n++) {
-                                               pre += '<del>' + out.o[n] + oSpace[n] + "</del>";
-                                       }
-                                       str += " " + out.n[i].text + nSpace[i] + pre;
-                               }
-                       }
-               }
-
-               return str;
-       };
-})();
-
-})(this);
\ No newline at end of file