diff --git a/.awsbox.json b/.awsbox.json
deleted file mode 100644
index 7385f29b10756859f55bdcbec5ac0ca49fbdeec4..0000000000000000000000000000000000000000
--- a/.awsbox.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "processes": [
-    "bin/router",
-    "bin/proxy",
-    "bin/dbwriter",
-    "bin/keysigner",
-    "bin/verifier",
-    "bin/browserid",
-    "bin/static"
-  ],
-  "env": {
-    "CONFIG_FILES": "$HOME/code/config/production.json,$HOME/code/config/aws.json,$HOME/config.json"
-  },
-  "hooks": {
-    "postdeploy": "scripts/awsbox/post_deploy.sh",
-    "poststart": "scripts/show_config.js",
-    "postcreate": "scripts/awsbox/post_create.sh"
-  },
-  "packages": [
-    "mysql-server"
-  ]
-}
diff --git a/.gitignore b/.gitignore
index 7d66c8f2a1e4676611797a4b5ecfb6b95bfff817..c1c3e1d2badf37f9f939493b88913eee6e521e18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,20 +1,4 @@
-*~
 *.pyc
-\#*\#
-.\#*
-/node_modules
-/var
-/rpmbuild
-/npm-debug.log
-/resources/static/build
-/resources/static/production
-/resources/static/i18n
-.DS_Store
-Thumbs.db
-/locale
-/resources/email_templates/email-test.html
-/automation-tests/bid_selenium
-/automation-tests/results
-/automation-tests/credentials.yaml
-/automation-tests/sauce.yaml
-automation-tests/persona_server/results/*
+*.komodoproject
+build
+results
diff --git a/.travis.yml b/.travis.yml
index bbaf0dcf0efe2089a3342c28b4ad53cb39f6d6d9..89d46cb5070cca8418940f3cf71b558ba484e945 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,35 +1,19 @@
 before_script:
-  - "export DISPLAY=:99.0"
-  - "sh -e /etc/init.d/xvfb start"
+  - sh -e /etc/init.d/xvfb start
 
-language: node_js
+language: python
+python:
+  - 2.6
+  - 2.7
 
-before_install:
- - sudo apt-get install libgmp3-dev
- - "mysql -e 'create database browserid;'"
+script: py.test --baseurl=http://dev.123done.org --driver=firefox -m travis tests
 
-node_js:
- - 0.6
- - 0.8
+env:
+  - DISPLAY=':99.0'
 
 notifications:
-  irc:
-    channels:
-      - "irc.mozilla.org#identity"
-    use_notice: false
-    skip_join: false
   email:
-    - lloyd@mozilla.com
-    - jbonacci@mozilla.com
-    - jrgm@mozilla.com
-
-env:
- - WHAT_TESTS=front MYSQL_USER=root
- - WHAT_TESTS=back_mysql MYSQL_USER=root
- - WHAT_TESTS=back
-
-mysql:
-  adapter: mysql2
-  username: root
-  encoding: utf8
-  database: browserid
+    - dave.hunt@gmail.com
+  irc:
+    - "irc.mozilla.org#automation"
+    - "irc.mozilla.org#identity"
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index a690fb71ccf7748e67040ad6e681e850fbc8dc7a..0000000000000000000000000000000000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,606 +0,0 @@
-train-2012.08.17:
-  * Reseting your password now logs you out everywhere: #2026
-  * SCHEMA CHANGE: add TIMESTAMP lastPasswordReset to user table for #2026
-  * CONFIG CHANGE: default statsd to false
-  * Changes to allow devs to work on windows: #1751
-  * KPI refinements: #2061, #2176, #2203
-  * No email is selected by default for a site you haven't logged into on a device: #2059
-  * Logging improvements: #928, #2016
-  * URL length limits in frontend code: #2081
-  * UI improvements: #2087, #2023, #2082, #2132, #2120, #2187, #2200, #1565, #406, #1093, #1615, #2258, #1594, #2231
-  * Fixed javascript error in FFX 14 when resizing dialog: #2071
-  * IE8 fixes: #2190, #2206
-  * Mobile UI fixes: #2066, #1325
-  * Disable spell checking in email fields in iOS: #2116
-  * Language improvements: #2136
-  * All environments now on node 0.6.17, minimum required version raised: #2250
-  * Node.JS 0.8.x now continuously tested in CI environment: #2238
-  * Persona window now has a name "__persona_dialog" to simplify automated testing: #1023
-  * Added email headers for improved verification completion by non-humans: #2174
-  * Usability enhancements for "forgot password" screen: #1679
-  * Redirect an authenticated user from /signin or /forgot to / on main site: #2178
-  * Update jwcrypto with zero behavior change: #2204, #2226
-  * Documentation improvements: #2125, #2262, #1977
-  * Make sure navigator.id.get can be called with no options: #2216
-  * Automated (selenium) tests moved into repository at /automated-tests/*: #2235
-  * Code cleanup: #2213, #2227
-  * Addition of a command line utility to inspect your browser's local storage: #2243
-  * RPM build fixes: #2249
-  * API improvements (better error messages): #1438, #2255, #2228, #1659
-  * .getVerifiedEmail() deprecated: #2267
-
-train-2012.07.30:
-  * Emails are prettier!  They now include both HTML and Text versions: #1890
-  * (hotfix 2012.08.03) l10n fix, string extraction, email templates are moved: #2122
-  * (hotfix 2012.08.06) Fix IE8 not remembering you: #2183, #2218
-  * (hotfix 2012.08.09) Fix IE8 / secondary verification in same browser: #2206
-
-train-2012.07.20:
-  * Introduction of "static" process which serves views and static resources: #1757
-  * Update account password recovery flow, no longer do we remove all emails upon password recovery: #1913
-  * API parameter validation on all API calls: #1526, #2001, #1981, #2042, #2032, #2057, #2121
-  * 'locale_directory' no longer a neccesary nor allowed configuration parameter
-  * Implement support for proxy IdP (a.k.a. BigTent): #2019, #2060
-  * Main site i18n - now persona is completely translated: #1862, #2075, #2093
-  * UI improvements: #1898, #1786, #1920, #1932, #1901, #1885, #1951, #1964, #1967, #1916, #1967, #2007
-  * KPI improvements: #1827, #1825
-  * Localization improvments, reduced dependencies and debugging locale works all the time: #1917, #1905, #1970
-  * Fix regression of fonts on windows: #1856, #1973
-  * Resource optimization: #1941, #1999
-  * Links to external sumo pages are language neutral: #1938, #2055
-  * Unit test fixes and improvements: #1958, #1948, #1783, #1916, #2011, #1986
-  * Fixes for node 0.8.x (production still on node 0.6.x): #1914
-  * Code cleanup: #1902, #1989
-  * Language improvements: #1960, #1167
-  * Opera 12 fixes: #1844
-  * Persona logos added to repo: #1974
-  * Fix error when KPIs are disabled: #1978
-  * For primary certificate provisioning, fail if the process takes longer than 20s: #1570
-  * Fix IE8 cookie check: #1982
-  * Log assertion verification failures: #2016
-  * Fix slow keyboard key press response on fennec: #2029
-  * Documentation fixes: #2064
-  * All resources should include license and links: #1655?
-  * Repair metrics, specifically counting of distinct sign_ins: #2040
-  * returnTo, siteName, and siteLogo only work with the observer API: #2086
-  * Fix regressions introduced during development: #2118, #2104, #2088
-
-train-2012.07.06:
-  * refinement of all user facing language: #1889, #1905, #1675, #1923, #1925
-  * requiredEmail feature removed: #1760
-  * A new /about page #1768
-  * watch() parameter - loggedInEmail renamed to loggedInUser #1805
-  * persona ToS / PP now displayed in dialog: #1240
-  * fix cases where redirection to website after verification would fail: #1860
-  * clean up console messages: #1518
-  * load_gen cleanup: #1278
-  * user interface improvements: #1777, #1661, #1433, #1548, #1774, #1721, #1826, #868, #1517, #1093, #1892, #1928
-  * updates to "key performance indicator": #1667, #1730
-  * test improvments: #1794, #1875, #1883
-  * code cleanup: #1778, #1756, #1748, #1849, #1852
-  * font licenses added to source tree: #1820
-  * load time performance improvements: #1793, #1851, #1861
-  * improvments to email provider API ("primary"): #1502
-  * security improvments - better random numbers: #1788
-  * Fix Persona on Windows Metro: #1867
-  * Fix dialog layout when rendered in a native webview on iOS: #1517
-
-train-2012.06.22:
-  * browserid.org now redirects to login.persona.org, all URLs are updated: #1743
-  * Websites can now provide their name and logo (requires SSL) to be displayed in the dialog: #1098, #1761
-  * A user is now sent back to the site they were visiting after verification (requires .watch() API): #385
-  * Fix .watch() API under IE8: #1637
-  * For dev and ephemeral deployments, move to awsbox, and new URLs: #1394, #1046, #1741
-  * Fix the scroll bar appearing on the main site's index page if it is not needed: #1693
-  * Clear the password if the user types a password then changes the email address: #1540
-  * New watch API now requires invocation with proper context (navigator.id.foo, not var foo = navigator.id.foo)
-  * Router fixes: #1713
-  * Serve fonts locally, don't pull resources from google: #1695
-  * Optimize images: #1747
-  * Fix flashes when verifying an email address: #1734
-  * Unit test added which runs jshint: #1731
-  * Fix submit occurring when selecting an email address in Firefox from the auto-complete list: #1780
-  * For KPI data, round timestamp to nearest 10 minutes, making correlation improbable: #1732
-  * Code cleanup: #1701, #1703, #1000, #1248, #1759, #1733, #1792
-  * Breaking API change: Persona now returns pubkey from generateKeypair to IdPs as a string
-
-train-2012.06.08:
-  * rebrand from 'browserid' to 'persona': (including regressions #1711 #1706 #1716 #1719)
-  * new "router" process added - subsumes responsibility of old "webhead" process, handles all requets forwarding: #1657
-  * Support non-english passwords: #1631
-  * allow sessions to persist for 4 weeks after a user confirms ownership of a device (was effectively 1 week): #1632
-  * general code cleanup, removal of obsolete code, accidental globals cleaned up: #1645 #1681 #1699
-  * fix tab order on signup page: #1635
-  * minified include.js again has link to unminified source: #1624
-  * improve handling of uncaught exceptions (new statsd counter): #1558
-  * fix cachify stuff to allow multiple background images per css dec: #1652
-  * 50x error pages added to repo
-  * authenticated sessions are now 4 weeks: #1632, #1572
-  * improvements to KPI system: #1614 #1619 #1660 #1698
-  * UI improvements: #1684
-  * new secret debug menu added to dialog
-  * "silent assertions" (via observer api) now check cert expiry and don't issue invalid assertions
-
-train-2012.05.25:
-  * many KPI improvements: #1597, #1613
-  * code cleanup: #1599, #1602
-  * verification links sent before deployment, should still work after - transitional code required by issue #1000: #1592
-  * repair load_gen: #1596
-  * fixes to mysql reconnection logic - processes can now reconnect while out of pool and only having /__heartbeat__ polled: #1608
-  * make "is this your computer" screen keyboard navigable: #1582
-  * when user types in wrong password while verifying secondary address (on different browser), show clear tooltip style error: #1557
-  * don't make a user type their password when not neccesary (adding secondary address to acct with only primary addresses): #1555
-  * perform rigorous checking of inputs to dialog from RP. (PR #1627, bug #747859)
-  * support new parameter names in .get & .request APIs: #1643
-  * perform rigorous checking of arguments returned from primary IdPs: bug #758449
-
-train-2012.05.14:
-  * Password is now requested in dialog for new user signup: #1000, #290
-  * "Key Performance Indicator" system implemented, to be disabled pending review: #1546, #1567
-  * Improve error handling: #1227, #1495
-  * code and test cleanup: #1521, #1547
-  * ToS and privacy policy display regardless of cookie settings: #1514
-  * Integrated new version of jwcrypto: #1543, #1544, #1545, #1552, #1574, #1575
-  * Android 4.0 cookie fixes: #1542
-  * Proper error display in IE6 & IE7: #1529
-  * Allow mysql password to be specified in environment: #1560
-  * Fix occasional dropped click during sign-in on chrome: #1581
-
-train-2012.04.27:
-  * Observer API updated, still experimental.
-  * A more responsive dialog design that scales to different screen sizes: #1101, #1317
-  * Improved consistency of links: #702, #1453
-  * Test improvements: #1246, #1437, #1488, #1464
-  * Allow underscores in email address domain and site origin: #1454
-  * Fixes to per site last-used-email state maintenence: #968
-  * Never ask a user if this "is your computer" in a session that involves email verificatino: #1446
-  * Remove placeholder text from change password inputs: #1461
-  * General cleanup: #1449, #1396
-  * Logging improvements: #1383
-  * IE visual improvements for error screens: #1485, #1390, #1496
-  * Improved checks for disabled cookies: #1418, #1484
-  * Fix bug where if user pauses for 2 minutes on "is this your computer" the generated assertion is invalid: #1460
-  * (hotfix 2012.05.07) upgrade to node.js 0.6.17 to mitigate risk of HTTP parser bugs - bug #752605
-  * (hotfix 2012.05.08) handle syntax errors in declaration of support better. bug #752721
-
-train-2012.04.11:
-  * New BrowserID "Observer" API implemented in experimental status: #912
-  * Implement variable length sessions and explicit user confirmation to improve saftey on public terminals/shared computers: #884
-  * keysize is now 1024: #1293
-  * fix case where removing the same email address twice could cancel your account: #1123
-  * give user feedback after typing in email while we're checking the email provider for BrowserID support: #1290
-  * optimize javascript resources: #1351
-  * frontend tests only output failures: #1326
-  * documentation fixes: #1367, #1401
-  * logging improvements: #1327
-  * improve experience for users with cookies disabled: #1402, #1201, #1202, #1414
-  * use http status codes in verifier where appropriate: #1362
-  * improve password update in account manager screen: #1388, #1389
-  * developers link now points to MDN: #1397
-  * fix issues that were introduced while implementing the above features: #1349, #1348, #1354, #1357, #1374, #1399, #1400, #1408, #1395, #1406, #1405, #1390, #1391
-  * (hotfix 2012.04.12) return 400 rather than 500 for invalid params to stage_user or stage_email: #1429
-  * (hotfix 2012.04.12) fix broken string, "is this your computer" was broken into two fragments: #1425
-  * (hotfix 2012.04.16) fix API regression that would cause javascript error when .get() invoked without second arg: #1442
-  * (hotfix 2012.04.16) update load_gen to new server apis that require an `ephemeral` argument: #1436
-  * (hotfix 2012.04.17) fix broken reset password flow - button was non-responsive in dialog: #1440
-  * (hotfix 2012.04.17) mitigate errors seen when adding a secondary email to an acct with only primary emails: #1445
-  * (hotfix 2012.04.18) fix error where under certain conditions user could see an error immediately after authenticating: #1449
-
-train-2012.03.28:
-  * work towards better user messaging for when cookies are disabled: #1167, #1302
-  * improved cache headers: #1331, #620
-  * error handling fix in frontend code: #1339
-  * new API: /wsapi/ping - used for server monitoring: #1324
-  * support email providers (with BrowserID support) with digits in their hostnames: #1284
-  * tools/build/dev env fixes: #1284
-  * (hotfix 2012.03.30) Fix regression where 304 responses to requests for IFrame HTML would have X-Frame-Options: deny, preventing loading of iframes #1353
-  * (hotfix 2012.03.30) ETag headers now vary by locale, fixes regression where switching between locales was broken #1364
-  * (hotfix 2012.04.10) more rigorous checking of email inputs to WSAPI
-  * (hotfix 2012.04.10) copy config/l10n-*.json to build directory
-  * (hotfix 2012.04.10) final 40 production locales merged: #1412
-  * (hotfix 2012.04.10) update l10n-all.json to have all locales (complete and in-progress) as well as en-US and db-LB
-  * (hotfix 2012.04.10) fix more rigorous checking of email inputs to WSAPI: domain checking of 'site' parameter was validating hostnames rather than domains.
-  * (hotfix 2012.04.12) fix /signup page on browserid.org: #1429
-
-train-2012.03.14:
-  * BrowserID now speaks Bulgarian
-  * Fix regressions related to ToS/PP feature (#841): #1303
-  * Fix regressions related to improved email selection on iOS (#1133): #1304
-  * "delegation of authority" implemented: #1271, #864
-  * visual improvements: #403
-  * improved algorithm for finding best language for a given user: #1128
-  * frontend tests now run on every commit under travis-ci: #635
-  * improve the way that .well-known/browserid is cached: #1205
-  * l10n fixes: #1124, #1300
-  * tools/build/dev env cleanup: #1235, #1234, #1257, #1245, #1055
-  * improvements to developer tool for checking primary support - scripts/checks_primary_support
-  * documentation improvements: #1264, #1287, #1288
-  * logging improvements: #1254, #1255, #1283, #1291
-  * (hotfix 03.23) re-add bulgarian: #1312
-  * (hotfix 03.23) add a ping wsapi to give monitoring probes a target that will test db connectivity: #1324
-  * (hotfix 03.23) ensure ETag on sign-in is changed: #1331
-
-train-2012.03.01:
-  * When the user authenticates log them in automatically without going to the email picker: #198
-  * database (mysql) improvements, handle temporary outages without taking down the server: #990, #1211
-  * improved error flows when cookies are disabled: #835
-  * travis-ci support: #1166, #1197 - http://travis-ci.org/#!/mozilla/browserid
-  * clicking label in picker in iOS toggles radio button: #1133, #1137
-  * dialog zooming and scrolling fixed: #423
-  * Mobile firefox fixes: #1176
-  * websites can now provide a ToS and PP for display in-dialog: #841
-  * caching improvements: #1143, #1141
-  * fix webhead crash when keysigner is unreachable: #1011
-  * fix to allow viewing of error details on browserid.org: #1139
-  * disable unit tests in production in the application: #1044
-  * fix cases where 'keep me signed in' can disappear: #871
-  * fix cases where 'keep me signed in' can't be unchecked: #1155
-  * more password length checking in more places: #1173
-  * rewrite compression scripts in nodejs, improve performance: #660, #1009
-  * cosmetic and language fixes: #1105, #1154, #1160, #1178, #1179, #1184, #1185, #1189, #1209
-  * documentation fixes: #1043
-  * code cleanup: #1108, #1147, #1157, #1188
-  * test cleanup: #1156
-  * rpm fixes: #1165, #1177
-  * devtool fixes: #1219
-  * fix string extraction: #1170, #1194
-
-train-2012.02.16:
-  * improve failure mode when cookies are disabled (especially on iOS): #1056
-  * serve static css/js resources from perma URLs to improve load times: #620
-  * improve UI flows concerning cancelation during primary sign in: #983, #1036
-  * localization improvements: #1040, #1045, #1048, #1062, #1081, #1113
-  * cosmetic dialog fixes: #1062, #1058, #892, #1117
-  * fix bug preventing email addresses with under-bars in hostnames: #1074
-  * Mobile specific cosmetic improvements: #1072
-  * don't localize developer targeted error strings: #1051
-  * remove obsolete code: #1082
-  * sort email addresses alphabetically in dialog picker: #130
-  * improve error messages: #835, #1056
-  * improve log messages: #1069
-  * wsapi semantic improvements: #1083, #835
-  * logging in with a primary email address no longer forces you to re-enter your password when subsequently using a secondary address: #1049
-  * Fix IE specific issue where cookies with same name on domain and subdomain would collide: #296
-  * long emails look better: #1100
-
-train-2012.02.02:
-  * i18n support, now BrowserID speaks your language: #926, #936, #977, #1013, #1031
-  * improved error screens on slow server responses: #913, #915
-  * better cache headers on all html resources (which Vary by Accept-Languages): #226, #620, #920, #938
-  * cosmetic fixes: #918, #947, #966, #981, #1020, #987
-  * preliminary work to improve messaging when cookies are disabled: #835
-  * remove dead code: #925
-  * fix include.orig.js: #921, #911
-  * load testing compatibility and minified resources are no longer mutually exclusive: #939
-  * improve usability via default button focus (just hit enter in more places): #946, #960
-  * scripts to deploy to an amazon EC2 instance.
-  * improve configuration mechanism: #582, #1006
-  * limit post bodies to verifier: #878
-  * cancel from forgot password doesn't cause your email to be, uh, forgotten: #1001
-  * remember the users email as they move from screen to screen in the dialog: #984, #1001, #1002, #1003, #1004
-  * secondary "cancel" style buttons have a smaller font: #1020
-  * build fixes: #1021, #1024
-  * (hotfix 2012.02.07) add a l10n-all.json which holds all locales we'll be shipping to production
-  * (hotfix 2012.02.07) Fix the missing email address in the "check your email" screen for the forgot password flow: #1058
-  * (hotfix 2012.02.07) Modify build process to pick up locales from a .json file
-  * (hotfix 2012.02.07) fix production-locales.sh script to defer to the environment for configuration
-  * (hotfix 2012.02.13) fix for IE users not seeing error screens sometimes: #1087
-  * (hotfix 2012.02.22) add banner announcing brand change
-
-train-2012.01.18:
-  * support for 3rd party primary identity providers: #761, #904, #865
-  * loadgen improvements
-  * Re-license under MPL2: #859, #827
-  * clean up unused developer tools (vagrant): #861
-  * (primary support) declaration of support now hosted in .well-known/browserid (was 'vep'): #865
-  * unit test fixes: #889, #851
-  * help link opens in new window: #728
-  * fix 'not supported' display in IE7: #831
-  * language/rendering refinements: #850, #439, #622, #818, #901, #630, #888, #345, #815
-  * front end performance improvements: #899, #910
-  * better UX for network timeouts: #905
-  * (hotfix 2012.01.23) Remove unwanted scrollbar in dialog: #947
-  * (hotfix 2012.01.23) Fix black backgrounds on IE8: #929
-  * (hotfix 2012.01.23) fix broken transition to "check your email": #933, #934, #935
-  * (hotfix 2012.01.24) Fix "slow script" error on IE8 during keygen on behalf of primary: #956
-  * (hotfix 2012.01.24) Publish javascript API to provide a native-support compatible for primaries' auth pages: #909
-  * (hotfix 2012.01.24) Allow load testing hooks to be enabled with minified resources: #939
-  * (hotfix 2012.01.24) IE8 fixes for primary flow: #962, #961, #958, #955
-  * (hotfix 2012.01.24) print correct url for where the user will be directed: #964
-  * (hotfix 2012.01.31) fix silent assertions: #972
-  * (hotfix 2012.02.01) fix verification of email on a browser other than the initiator: #973, #1026 (and maybe others)
-
-train-2012.01.05:
-  * client entropy pool mixes in randomness from server for better browser RNG: #298, #800
-  * new assertion format that avoids double (base64) encoding - 33% smaller: #507
-  * Turn license URL in ToS into a clickable link: #382
-  * limit post requests to 10kb: #822
-  * improved password length checks, check in client and server code more often
-  * after authenticating we store your userid rather than email in the session (many issues/possible attacks relate to this): #388
-  * session cookies are now encrypted, sent only when required, and generally more awesome: #416, #832
-  * IE8 display tweaks
-  * primary support 90% implemented but disabled in this train (*major* changes including schema, but not user visible)
-  * (hotfix on 2012.01.09) explicitly call .removeAllListeners() during http forwarding to eliminate memory leak: #839
-
-train-2011.12.28:
-  * improve animation during cert/assertion procedures in dialog: #709
-  * user visible error message in dialog when under back breaking load: #738
-  * cleanup and removal of stale deps from package.json
-  * improve mobile formatting: #747
-  * fixes in dialog communication channel: #748
-  * add a waiting screen while crypto is running on slow browsers: #706
-  * don't allow a user to re-add address they already have verified: #732
-  * CSP (content security policy) fixes: #676
-  * doc fixes regarding running browserid under vagrant
-  * doc fixes regarding new dependencies (libgmp for (much) faster crypto)
-  * bcrypt now runs out of process, uses all available cores, allows for app level 503 under extreme load: #694
-  * Fix "cancel" in the forgot password screen when accessed via required email: #754
-  * first time a user visits browserid.org, show a "learn more" message: #384
-  * partial code versioning/cache busting implementation: #226, #687
-  * improved build process - resource minification no longer leaves artifacts all over: #700
-  * clean up whitespace.  meh.  : #758
-  * emails now come from "BrowserID@" instead of "noreply@": #756
-  * completely new implementation for cross domain window communication (https://github.com/lloyd/winchan): #764, #766
-  * allow canceling of "use a different email: #765
-  * improve language and UX of required email flow: #608
-  * better, earlier dev errors for required email: #632
-  * new assertion format (smaller by 66%) handled by verifier, to be generated by browserid next train: #507
-  * now you can change your password: #771, #114
-  * load generator improvements: #782
-  * improved PRNG: #789, #735
-  * fix regressions in the above: #719, #776
-  * CSRF token uses better RNG: #800
-
-train-2011.12.08:
-  * improve performance of unit tests: #686
-  * IE8 fixes: #688
-  * logging improvements: #681
-  * loadgen fixes: #682
-  * android fixes: #704
-  * performance improvements: #680
-  * moar instrumentation: #691
-
-train-2011.12.01:
-  * BrowserID now requires NodeJS >= 0.6.2
-  * extensive work on load generation tool: #504
-  * modularize front-end, remove deps on stealjs and JSMVC: #609, #625, #634
-  * front-end refactoring: #578, #611, #608, #650, #654, #655
-  * regression fix: account consolidation possible without explicit canceling: #607, #612
-  * make it possible to gracefully update domain key at any time: #599
-  * domain key now uses RSA-2048: #600
-  * optimize (and combine) frontend resources (vepbundle): #606
-  * many rpm/packaging updates: #617, #656
-  * timestamps on all log entries: #541
-  * IE8 fixes: #615
-  * unit test fixes: #557 (revisited), #629, #657
-  * update_password WSAPI added: #560, #114
-  * verifier improvements and unit tests: #467, #598, #605, #643, #642, #645, #646
-  * node-mysql driver update - improved for prod env: #648
-  * include a link to support.mozilla.com off of browserid.org: #533
-  * added command line tool to create and account: #603
-  * added command line tool to bcrypt a password: #651
-  * fix button heights in firefox on browserid.org: #658
-  * make sure logout is called only once in dialog: #666, #630
-  * make 'use another email address' more discoverable: #623
-  * use statsd for statistics reporting: #662
-  * heartbeat checks are now shallow, only indicating presence of a server and basic health: #566
-  * keysigner and verifier now saturate multiple cores via 'compute-cluster' module: #213
-  * fix spurious console error messages on sites that use postMessage and include.js: #534
-  * refine language in verification email: #672
-  * (hotfix on 2011.12.02) Fix regression where email rate limiting tooltips in dialog were not shown: #685
-  * (hotfix on 2011.12.02) Fix regression where emails sent out had no newlines: #684
-  * (hotfix on 2011.12.08) Fix bug where domain key update detection was not working properly, preventing users from logging in: #734
-  * (hotfix on 2011.12.08) Fix bugs in "internal api" used by native code (like openwebapps stuff): #601
-
-train-2011.11.17:
-  * frontend code restructuring and refactoring
-  * process breakup complete (dbwriter, keysigner, browserid, and verifier): #460
-  * several updates to production deployment scripts (rpm generation): #571, #575
-  * all processes should log and exit hard if misconfigured: #576, #581
-  * complete 'keep me signed in' feature: #559, #490
-  * simplify and consolidate user facing help links in dialog: #553
-  * clean up user facing error messages (email throttling and sent email): #579, #577, #591
-  * moved 'this is not me' and 'use a different email' links based on UX suggestions: #459
-  * incrementally work to repair load_gen (not yet complete): #504
-  * unit test fixes: #504
-  * remove extraneous console logging: #574
-  * improve email validation in main site (whitespace handling): #583, #429
-  * fix serious regressions related to iOS5 fixes that prevented dialog from working the second time on RPs: #580, #588, #589
-  * fix "go back and try another" link in dialog: #587
-  * added "required email" feature: #491
-  * (added 2011.11.18) fix regression - sporadic assertion verification failures: #616
-
-train-2011.11.10:
-  * keysigner process now handles certificate generation: #460
-  * verifier no longer supports CORS requests: #245
-  * experimental support for nodejs 0.6.0: #535
-  * reduce access to private key (only the keysigner has access to it): #539
-  * improve language of buttons during sign-in: #198
-  * better error messaging during sign-in/up interactions on main site: #542
-  * user only has to type their browserid password every two weeks (not one): #543
-  * upgrade mysql driver - no crash upon idle reconnection: #540
-  * address regression in #540 - reconnect to proper database (also fixes 'create_schema' flag): #548
-  * implement 'keep me signed in' - includes API changes and UX/UI changes: #490
-  * front end unit test improvements: #542, #408
-  * fix regression in tooltips (weren't showing contents): #547
-  * calls to __heartbeat__ aren't logged: #537
-  * strip whitespace on email input: #429
-  * fix sporadic errors in unit tests: #550, #556
-  * crypto changes to support IE8: #244
-  * fix tab ordering in UI: #544
-  * chrome specific UI fixes: #552
-  * better UI feedback when hovering over buttons: #553
-  * reorganization of browserid process, breakout of dbwriter (not yet enabled): #460
-  * improve log message error levels (be sparing with 'error'): #509
-
-train-2011.11.03:
-  * Remember the last used email for a site, and optimize the default selection based on this: #1
-  * Fix regression where verification of assertions would fail for https sites: #500 (also hot-fixed in production https://github.com/mozilla/browserid/commit/1528364)
-  * improved end user visible error messages: #448, #465, #512, #515
-  * style/transition improvements for desktop and mobile devices: #494, #502, #522, #527
-  * refuse to send out more than one email per minute to the same address: #430
-  * be *really* smart about how long to display tool-tips in the dialog: #508
-  * behave reasonably (at least display content) when javascript is disabled: #510
-  * remember the users email as they transition between screens, when appropriate: #476
-  * Suppress iOS autocapitalizion and auto-correction for email addresses: #464
-  * Improve front end email address validation: #513
-  * Improve repository organization: #503, #488
-  * As part of above and in prep for #460 - all processes (browserid, verifier, etc) are now always run separately (never combined into the same express instance)
-  * Test improvements: #520, #530, #531
-  * Fix undefined reference (crash) in verifier after verification failure: #523 (hot-fixed in production: https://github.com/mozilla/browserid/commit/ba3c53)
-  * Remove UI that corresponds to unimplemented features: #519
-  * Handle upper case letters in domain part of email addresses properly: #501
-  * Use a more conventional log format that includes time-stamps when logging to file: #234
-  * Shutdown gracefully whenever possible, and always log why we go down: #529
-  * 'LOG_TO_CONSOLE' env var for verbose console output during tests: #530
-  * more checks around '/code_update' URL invocation: bug #699171
-  * Many minor bug-fixes: #497, #532
-  * (2011.11.08) don't crash on mysql connection timeout: #540
-
-train-2011.10.27:
-  * link fixing ('need help?' to point to SUMO): #378
-  * unit tests repaired: #469 (broken in fix to #82)
-  * improve handling of network errors: #448
-  * improve styling and language of email confirmation page: #349
-  * logging improvements: #455
-  * RPM generation script created (for installation of browserid on redhat [moz prod] boxes): #478
-  * SCHEMA CHANGES to improve database performance and scalability: #480
-  * change the health check call from '/ping.txt' to '/__heartbeat__': #481
-  * remove application level network timeouts (let the network stack do its job, the user can cancel if they get sick of it): #485
-  * improve messaging for unsupported browsers: #273, #484
-  * developer documentation improvements: #496
-
-train-2011.10.20:
-  * android < 3.0 now supported: #461
-  * properly set assertion expiration time to when they expire, not when they're issued: #433, #457, #458
-  * update privacy policy language to jive with new UI: #381
-  * add redirects for old URLs that no longer exist with the new UI: #376
-  * inside the minified include.js, link to uncompressed version for developer convenience and discovery: #432
-  * language tweaks: #437, #444
-  * improve button UI appearance on opera and IE: #435
-  * improve visual feedback for links: #440
-  * UI fixes for > 2 email addresses on iOS: #417
-  * smooth out screen transitions in dialog: #369
-  * improved "check your email" screen on mobile: #462
-  * no auto-caps nor auto-correct for iOS in add email field: #464
-  * improve event listening on input fields: #406
-  * remember email when moving user from signup to sign-in for known email address: #108
-  * don't call sync_emails more than necessary: #434
-  * assertions now include full origin (scheme+host+port).  verifier accepts only host+port OR full origin, and returns whatever RP sends for back compat: #82
-
-train-2011.10.13:
-  * fix verification of email in different browser than where verification is initiated: #336
-  * Android < 3.0 (browsers that can't handle JSON.parse("null")) now blocked explicitly (until we complete support)
-  * textual fixes to about page: #350
-  * 'cancel account' link added to manage page: #405
-  * warn user that removing last email address effectively cancels account: #394, #404, #137
-  * fixed signing dialog hang when you delete an email on manage page while dialog is open (now that's not obscure :P): #401
-  * Optimize UI in case where user has only 1 email address: #412
-  * smooth out transition from pick email to add new email pages: #410
-  * reposition remove buttons on manage page: #409
-  * identity and labs links open in new tabs: #380
-  * fix innocuous (but ugly) error in firefox error console: #390
-  * implement dynamic bcrypt work factor update: #204
-  * default work factor is now at 12 (NOTE: [re]authentication now takes 6x longer - ~600ms on our current hardware): #212
-  * many test fixes, and code refactoring, cleanup, and reorganization
-  * accept SMTP parameters from the environment: #214 (not yet closed)
-  * WSAPI CHANGES (https://github.com/mozilla/browserid/commit/511b56): all server responses are now objects: #217, #325
-
-train-2011.10.06:
-  * full site & dialog redesign: (many, many closed issues are related to this, including #269, #343, #342, #347, #354, #356, #357, #350, #349, #364, #346, #336)
-  * improved debugging, all network callbacks are invoked asynchronously: #276
-  * MYSQL SCHEMA CHANGE: passwd field no longer in staged table (password is now set after verify link clickthrough)
-  * MYSQL SCHEMA CHANGE: add index to emails table: #209
-  * WSAPI CHANGES (to support new UI): https://github.com/mozilla/browserid/commit/b6ee51
-  * WSAPI CHANGES: a mis-set client clock no longer causes invalid assertions to be issued (wsapi changed to minimize network requests): #329
-  * disallow re-registration of existing account: #333
-  * (non-visible) namespacing in dialog code: #275
-  * API BREAKING CHANGE: verifier no longer supports GET requests: #98
-  * significant performance / UX improvement - keys are generated and certified when needed, not all upfront at sign-in: #278
-  * remove 'download printable format' language from privacy policy: #280
-  * faster keygen via crypto optimizations: https://github.com/mozilla/browserid/commit/778433
-  * improvements to mobile layout & usability (specific to the new UI)
-  * more user visible error messages to improve community sourced problem reports: #335
-  * IE8 improvements (still not fully supported): #246, #361, #346
-  * cookie fixes revisited, now on upstream version of connect-cookie-session: #310
-  * (merged 2011.10.07) fix unstyled flash at first dialog display: #365
-
-train-2011.09.29:
-  * shortly after dialog is spawned, we remove the four random chars in the fragment (aesthetic)
-  * fix bug where session duration had an upper bound of 7 days - the time the server was running: #310
-  * fix bug where a user could go longer than 1 week without re-authenticating: #309
-  * fix link on /developers page to verfier source: #326
-  * (merged 2011.10.04) fix issue where a wrong-set client clock could prevent login: #329
-  * (external fix in myfavoritebeer) IE9 support: #240
-
-train-2011.09.22:
-  * migrate to browserid signed certificates rather than keypairs where browserid hosts the public key: https://github.com/mozilla/browserid/issues?milestone=6
-  * IE9 support
-  * partial IE8 support (not yet usable, several small remaining bugs, and abysmal performance)
-  * development harness (./run.js) now respects an IP_ADDRESS env var to bind to a specific address (other than 127.0.0.1)
-  * improved first-time development experience: `git clone && cd browserid && npm install && npm run`
-  * initial support for running locally under virtualbox via vagrant: #261 (thanks ozten!)
-  * (fix 2011.09.23) fix race condition between relay iframe and window introduced with IE9 support: #287
-  * (fix 2011.09.23) fix blank popup on second signin invocation in same session in Firefox: #286
-  * (fix 2011.09.23) explicitly disable caching for /wsapi calls, prevents unwanted caching of CSRF and friends: #294
-
-train-2011.09.01:
-  * /ws_api/set_key always returns returns value instead of HTTP 204 response: #219
-  * update javascript mvc to 3.1.0.
-  * major interframe/window communication change using a hidden relay iframe to facilitate IE: #97 (still open)
-  * link colors on browserid.org are consistent: #227
-
-train-2011.08.25:
-  * created command line load generation tool and performance analysis work: #125
-  * beginning unit/functional tests for front end: #183
-  * front end refactor to facilitate unit/functional tests and UX iteration: #183
-  * error messages are shown on front end: #184
-  * users must now verify account ownership before attempting a key sync.
-  * manage page date format: #191
-  * manage page button only displayed if user is currently authenticated: #195
-  * manage page emails are synced on page open: #181
-  * wsapi_client created for clients needing programatic access to wsapi.
-  * harden set_key against duplicate keys.
-  * fix new email addresses added not being synced on client: #199
-  * upgrade to bcrypt 0.2.4.
-  * minify include.js by default: #206
-  * more than one email address can be added per dialog lifespan: #215
-  * verifyier no longer verifies assertions issued by another server.
-  * (2011.08.31) no error message displayed if you try to authenticate with an invalid u/p: #222
-
-train-2011.08.18:
-  * upon clickthrough of the email link, don't have the browser window close itself: #162
-  * passwords must be between 8 and 80 chars: #155
-  * improved handling of emailing & verification urls during local development & testing: #88
-  * language changes in dialog: #150
-  * many improvements to unit tests: #171
-  * forgotten password flow was broken with port to mysql, fixed: #170
-  * improved metrics reporting abstraction: #168
-  * moved all server logging into a single file: #169
-  * all files created at execution time are now in one location: #172
-  * developer ergonomics - improved colorized logging with terse webserver output to console
-  * always require a user to authenticate if they don't have an active session: #74
-  * improved CSRF protection to fix race conditions in previous train: #173
-
-train-2011.08.12:
-  * massive zero-user-visibile refactoring of dialog javascript.
-  * fix cancel button in "waiting for verification state": #147
-  * all browserid source is now tri-licensed (MPL1.1/GPL/LGPL): #141
-  * fixes for mobile firefox (fennec): #140
-  * mysql support implemented for browserid (default persistence production): #71
-  * json persistence support added - a standalone dead simple persistence layer which is the default for local development and requires no external software.
-  * email secrets are now persisted in the database, so upon server restart outstanding verification links are no longer invalidated: #91
-  * (website) styling changes - like fix issues where links on dev page were being displayed white on white.
-
-train-2011.08.04:
-  * when user closes dialog without clicking "cancel", properly return 'null' to the webpage (via getVerifiedEmail callback): #107
-  * improve checks to warn developer that prerequisite software is missing: #110
-  * parameterize software to support multiple deployment environments (dev/beta/prod): #102, #52
-  * documentation updates.
-  * improved logging (using the winston logging framework for node.js)
-  * [website] fixed inclusion of youtube video (now over https to keep browsers from getting scared about mixed mode resource inclusion)
-
-train-1:
-  * beginning of time, everything is new.
-  * (2011.08.03) include youtube video embedding over https: #112
-  * (2011.08.04) fix mozillalabs.com link in dialog: #116
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index cf947edf9cd1427a95e3159ce84a52f6a6316f32..0000000000000000000000000000000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,3 +0,0 @@
-This Source Code Form is subject to the terms of the Mozilla Public
-License, v. 2.0. If a copy of the MPL was not distributed with this file,
-You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 79ca512749eaec16a42ac01e0eb2ca98252c168a..0000000000000000000000000000000000000000
--- a/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-clean:
-	rm -rf node_modules rpmbuild
-
-npm:
-	npm install
-
-rpm: npm
-	scripts/rpmbuild.sh
-
-test: npm
-	npm test
-
-jenkins_build: clean npm test rpm
diff --git a/README.md b/README.md
index a477967dc0cfc0ac4af499cea60c11af099daccf..5e4f0436395ce6b3d02aa0ea3c7f8694c1c78403 100644
--- a/README.md
+++ b/README.md
@@ -1,111 +1,21 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-This repository contains the core [Mozilla Persona][] services.
-Persona is a login system based on the [BrowserID protocol][].
-
-To learn about using Persona on your site, check out [our documentation][Persona Docs] on MDN.
-
-[Mozilla Persona]: https://login.persona.org
-[BrowserID protocol]: https://github.com/mozilla/id-specs
-[Persona Docs]: https://developer.mozilla.org/docs/persona
-
-## Repository Contents
-
-This repository contains several projects related to Persona:
-
-* __The Persona Fallback IdP__:
-  A fallback Identity Provider (IdP) for users without native support for Persona via their email provider. Written in node.js, hosted at https://login.persona.org.
-
-* __The Persona Remote Verification Service__:
-  A stateless node.js server which handles cryptographic verification of identity assertions. Hosted at verifier.login.persona.org, but easy to run locally.
-
-* __The Cross-Browser Persona Support Library__:
-  The `include.js` file that provides the `navigator.id` API for browsers without native support for Persona. This also includes the code for the dialog shown to users of those browsers.
-
-* __Sample and Test Code__:
-  For all of the above.
-
-## Getting Started
-
-The Persona team uses Git and GitHub for all of our development and issue tracking.
-If you'd like to contribute code back to us, please do so using a [Pull Request][].
-If you get stuck and need help, you can find the core team on our [public mailing list][dev-identity] or in #identity on irc.mozilla.org.
-
-[Pull Request]: https://help.github.com/articles/using-pull-requests
-[dev-identity]: https://lists.mozilla.org/listinfo/dev-identity
-
-### Install Dependencies
-
-BrowserID needs the following dependencies before it can run:
-
-* node.js (>= 0.6.17)
-* libgmp3
-* g++
-
-For detailed instructions for your specific operating system, check out the `SETUP` docs in the `docs/` folder.
-
-### Running BrowserID Locally
-
-To run the BrowserID service locally:
-
-1. Clone the repository to your machine.
-2. Run `npm install` from the root of your clone.
-3. Run `npm start` from the root of your clone.
-
-When you run `npm start`, it will print several URLs to your terminal.
-You can test that everything is working by visiting the URL for the `example` (RP) site.
-Look for a line like this in the terminal:
-
-    example (10361): running on http://127.0.0.1:10001
-
-You can stop the services by typing Control-C in the terminal.
-
-### Staying Up to Date
-
-To stay up to date with BrowserID:
-
-1. Use `git pull` to retrieve new changes.
-2. Delete both the `var` and `node_modules` folders in the root of your local clone.
-3. Run `npm install` from the root of your local clone.
-
-## Testing
-
-### Local testing:
-Unit tests can be run by invoking `npm test` at the top level.
-At present, there are three classes of unit tests to be run:
-
-* Backend unit tests against a custom, zero-dependency JSON database.
-* Backend unit tests against MySQL, what we use in production.
-* Frontend unit tests run headlessly against PhantomJS.
-
-You can control which tests are run using the `WHAT_TESTS` env var, see `scripts/test` for details.
-
-### Continuous Integration Testing:
-
-Integration tests are done with [Travis-CI][].
-It is recommended that you setup [Travis-CI][] for your BrowserID fork so that tests are automatically run when you push changes.
-This will give the BrowserID team confidence that your changes both function correctly and do not cause regressions in other parts of the code.
-Configuration files are already included in the repo but some setup is necessary.
-
-1. Sign in to [GitHub][]
-2. Open [Travis-CI][]
-3. Click "Sign in with GitHub" if you are not signed in. If you are signed in, click on your username then "Profile" and go to step 5.
-4. Click "Allow" if this is your first time signing in.
-5. Find "browserid" in "Your Repositories"
-6. Move the switch from "OFF" to "ON"
-7. Open your fork of BrowserID on [GitHub][]
-8. Click the "Admin" button
-9. Click "Service Hooks"
-10. Ensure that "Travis" has a green radio button
-11. Push to your fork and return to [Travis-CI][]. Watch the tests run.
-
-[Travis-CI]: http://travis-ci.org
-[GitHub]: https://github.com
-
-## LICENSE
-
-All source code here is available under the [MPL 2.0][] license, unless otherwise indicated.
-
-[MPL 2.0]: https://mozilla.org/MPL/2.0/
+**B**rowser**ID** **P**age **O**bject **M**odel
+===============================================
+Selenium compatible page object model for Mozilla's BrowserID.
+
+Documentation
+-------------
+See the project's [wiki](https://github.com/mozilla/bidpom/wiki).
+
+Running BIDPOM's Tests
+----------------------
+* two tests in check_sign_in.py require --email and --password flags. they can be skipped by using the "-m travis" flag
+* if running against a remote selenium server, add --capabilities={"avoid-proxy":true} to the command line
+* if experiencing TimeoutErrors from WebDriverWait, add the --webqatimeout=90 to the command line
+
+License
+-------
+This software is licensed under the [MPL](http://www.mozilla.org/MPL/2.0/) 2.0:
+
+    This Source Code Form is subject to the terms of the Mozilla Public
+    License, v. 2.0. If a copy of the MPL was not distributed with this
+    file, You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/automation-tests/browserid/__init__.py b/__init__.py
similarity index 100%
rename from automation-tests/browserid/__init__.py
rename to __init__.py
diff --git a/automation-tests/123done/conftest.py b/automation-tests/123done/conftest.py
deleted file mode 100644
index e8062b47659d0ebf81145c7aacd9b3aa83d3ed57..0000000000000000000000000000000000000000
--- a/automation-tests/123done/conftest.py
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-import py
-
-def pytest_runtest_setup(item):
-    pytest_mozwebqa = py.test.config.pluginmanager.getplugin("mozwebqa")
-    pytest_mozwebqa.TestSetup.server_base_url = item.config.option.server_base_url
-
-
-def pytest_addoption(parser):
-    parser.addoption("--serverbaseurl",
-                     action="store",
-                     dest='server_base_url',
-                     metavar='str',
-                     default="https://login.dev.anosrep.org",
-                     help="specify the server base url")
-
-
-def pytest_funcarg__mozwebqa(request):
-    pytest_mozwebqa = py.test.config.pluginmanager.getplugin("mozwebqa")
-    return pytest_mozwebqa.TestSetup(request)
diff --git a/automation-tests/123done/mocks/mock_user.py b/automation-tests/123done/mocks/mock_user.py
deleted file mode 100644
index f5e4d2a55532c002a59ba52e0f0c20f8241c78f9..0000000000000000000000000000000000000000
--- a/automation-tests/123done/mocks/mock_user.py
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-
-class MockUser(dict):
-
-    def __init__(self, **kwargs):
-        # set your default values
-        import time
-
-        self['email'] = '123donetest_%s@restmail.net' % repr(time.time())
-        self['password'] = 'Password12345'
-
-        # update with any keyword arguments passed
-        self.update(**kwargs)
-
-    # allow getting items as if they were attributes
-    def __getattr__(self, attr):
-        return self[attr]
diff --git a/automation-tests/123done/mozwebqa.cfg b/automation-tests/123done/mozwebqa.cfg
deleted file mode 100644
index 2faf04e06135edab7c0455218824a7cee5111c18..0000000000000000000000000000000000000000
--- a/automation-tests/123done/mozwebqa.cfg
+++ /dev/null
@@ -1,4 +0,0 @@
-[DEFAULT]
-api = webdriver
-baseurl = http://dev.123done.org
-tags = 123done
diff --git a/automation-tests/123done/page.py b/automation-tests/123done/page.py
deleted file mode 100644
index 7ca4b63b2a6f06a8313f58138ba2362e8d8487ea..0000000000000000000000000000000000000000
--- a/automation-tests/123done/page.py
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from unittestzero import Assert
-from selenium.webdriver.support.ui import WebDriverWait
-from selenium.common.exceptions import NoSuchElementException
-from selenium.common.exceptions import ElementNotVisibleException
-
-
-class Page(object):
-
-    def __init__(self, testsetup):
-        self.testsetup = testsetup
-        self.base_url = testsetup.base_url
-        self.selenium = testsetup.selenium
-        self.timeout = testsetup.timeout
-
-    @property
-    def is_the_current_page(self):
-        if self._page_title:
-            WebDriverWait(self.selenium, self.timeout).until(lambda s: s.title)
-
-        Assert.equal(self.selenium.title, self._page_title)
-        return True
-
-    def is_element_present(self, *locator):
-        self.selenium.implicitly_wait(0)
-        try:
-            self.selenium.find_element(*locator)
-            return True
-        except NoSuchElementException:
-            return False
-        finally:
-            # set back to where you once belonged
-            self.selenium.implicitly_wait(self.testsetup.default_implicit_wait)
-
-    def is_element_visible(self, *locator):
-        try:
-            return self.selenium.find_element(*locator).is_displayed()
-        except NoSuchElementException, ElementNotVisibleException:
-            return False
diff --git a/automation-tests/123done/pages/home.py b/automation-tests/123done/pages/home.py
deleted file mode 100644
index 59ff30b71c590f90aec84a39575832840f3a1d51..0000000000000000000000000000000000000000
--- a/automation-tests/123done/pages/home.py
+++ /dev/null
@@ -1,70 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from selenium.webdriver.common.by import By
-from selenium.webdriver.support.ui import WebDriverWait
-
-from page import Page
-
-
-class HomePage(Page):
-
-    _page_title = '123done - your tasks, simplified'
-
-    _sign_in_locator = (By.CSS_SELECTOR, '#loggedout > button')
-    _logout_locator = (By.CSS_SELECTOR, '#loggedin > a')
-    _logged_in_user_email_locator = (By.CSS_SELECTOR, '#loggedin > span')
-    _loading_spinner_locator = (By.CSS_SELECTOR, "li.loading img")
-
-    def go_to_home_page(self):
-        self.selenium.get(self.base_url + '/')
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: not self.is_element_visible(*self._loading_spinner_locator),
-            'Timeout waiting for sign-in button to appear.')
-        self.is_the_current_page
-
-    def sign_in(self, user='default'):
-        credentials = self.testsetup.credentials[user]
-        browserid = self.click_sign_in()
-        browserid.sign_in(credentials['email'], credentials['password'])
-        self.wait_for_user_login()
-
-    def logout(self):
-        self.click_logout()
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: self.is_element_visible(*self._sign_in_locator) and not \
-                      self.is_element_visible(*self._loading_spinner_locator),
-            'Timeout waiting for user to log out.')
-
-    def click_sign_in(self, expect='new'):
-        """Click the 'sign in' button.
-
-        Keyword arguments:
-        expect -- the expected resulting page
-                  'new' for user that is not currently signed in (default)
-                  'returning' for users already signed in or recently verified
-
-        """
-        self.selenium.find_element(*self._sign_in_locator).click()
-        from browserid.pages.sign_in import SignIn
-        return SignIn(self.selenium, self.timeout, expect=expect)
-
-    def click_logout(self):
-        self.selenium.find_element(*self._logout_locator).click()
-
-    @property
-    def is_logged_in(self):
-        return self.is_element_visible(*self._logout_locator)
-
-    @property
-    def logged_in_user_email(self):
-        return self.selenium.find_element(*self._logged_in_user_email_locator).text
-
-    def wait_for_user_login(self):
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: self.is_element_visible(*self._logout_locator) and not \
-                      self.is_element_visible(*self._loading_spinner_locator),
-            'Timeout waiting for user to login.')
diff --git a/automation-tests/123done/restmail/restmail.py b/automation-tests/123done/restmail/restmail.py
deleted file mode 100644
index e3a96034d931b780f0d0f79af560a4d98b872af0..0000000000000000000000000000000000000000
--- a/automation-tests/123done/restmail/restmail.py
+++ /dev/null
@@ -1,89 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-import requests
-import json
-import re
-from time import sleep
-
-
-class RestmailInbox(object):
-    """
-    This wrapper loads restmail for the given email address.
-    It will loop and wait for an email to arrive if there is not one present.
-    find_by_* methods can be used to find an email and return it as Email() class.
-    """
-
-    _restmail_mail_server = "https://restmail.net/mail/"
-
-    def __init__(self, email):
-        self.email = email
-        self.username = email.split('@')[0]
-        self.json = self._wait_and_return_json_response(self.username)
-
-    def _wait_and_return_json_response(self, username, timeout=60):
-        # Loop for 60 attempts until the restmail json returned is not empty
-
-        timer = 0
-        response_json = []
-
-        while timer < timeout:
-            sleep(1)
-            timer += 1
-
-            response = requests.get(self._restmail_mail_server + self.username, verify=False)
-            response_json = json.loads(response.content)
-            if response_json != []:
-                return response_json
-
-        raise Exception("Failed to find an email before timeout")
-
-    def delete_all_mail(self):
-        # Delete all of the mail in the inbox
-
-        requests.delete(self._restmail_mail_server + self.username, verify=False)
-
-    def find_by_index(self, index):
-        return Email(self.json[index])
-
-    def find_by_sender(self, sender):
-        # Loop through the address and name objects for each sender and match at least one
-
-        for json_object in self.json:
-            for from_source in json_object['from']:
-                if from_source['address'] == sender or from_source['name'] == sender:
-                    return Email(json_object)
-        else:
-            raise Exception("Sender not found")
-
-
-class Email():
-    """
-    This returns a class representation of an email from restmail inbox
-    """
-
-    def __init__(self, json):
-        self.json = json
-
-    @property
-    def body(self):
-        return(self.json['text'])
-
-    @property
-    def verify_user_link(self):
-        # This returns the link for verifying the email address of a new account
-        regex = 'https:\/\/.*verify_email_address\?token=.{48}'
-
-        verify_link = re.search(regex, self.body).group(0)
-        return verify_link
-
-    @property
-    def add_email_address_link(self):
-        # This returns the link for adding the email address of a new account
-        regex = 'https:\/\/.*confirm\?token=.{48}'
-
-        add_email_link = re.search(regex, self.body).group(0)
-        return add_email_link
diff --git a/automation-tests/123done/tests/__init__.py b/automation-tests/123done/tests/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/automation-tests/123done/tests/test_change_password.py b/automation-tests/123done/tests/test_change_password.py
deleted file mode 100644
index 621e694b57ded8647fffcd31647ff45044973afa..0000000000000000000000000000000000000000
--- a/automation-tests/123done/tests/test_change_password.py
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from pages.home import HomePage
-from restmail.restmail import RestmailInbox
-from mocks.mock_user import MockUser
-from unittestzero import Assert
-
-import pytest
-
-
-class TestChangePassword:
-
-    def test_can_change_user_password(self, mozwebqa):
-        user = MockUser()
-        home_pg = HomePage(mozwebqa)
-
-        home_pg.go_to_home_page()
-        bid_login = home_pg.click_sign_in()
-        bid_login.sign_in_new_user(user['email'], user['password'])
-
-        # Open restmail inbox, find the email
-        inbox = RestmailInbox(user['email'])
-        email = inbox.find_by_index(0)
-
-        # Load the BrowserID link from the email in the browser
-        mozwebqa.selenium.get(email.verify_user_link)
-        from browserid.pages.complete_registration import CompleteRegistration
-        CompleteRegistration(mozwebqa.selenium, mozwebqa.timeout)
-
-        mozwebqa.selenium.get(mozwebqa.server_base_url)
-        from browserid.pages.account_manager import AccountManager
-        account_manager = AccountManager(mozwebqa.selenium, mozwebqa.timeout)
-
-        Assert.contains(user['email'], account_manager.emails)
-
-        account_manager.click_edit_password()
-        account_manager.old_password = user['password']
-        new_password = "newpass12345"
-        account_manager.new_password = new_password
-        account_manager.click_password_done()
-
-        account_manager.click_sign_out()
-
-        home_pg.go_to_home_page()
-
-        bid_login = home_pg.click_sign_in()
-        bid_login.sign_in(user['email'], new_password)
-
-        home_pg.wait_for_user_login()
-        Assert.true(home_pg.is_logged_in)
diff --git a/automation-tests/123done/tests/test_logout.py b/automation-tests/123done/tests/test_logout.py
deleted file mode 100644
index 1267b890e3d0bd142112ac772d582d2352dd6b98..0000000000000000000000000000000000000000
--- a/automation-tests/123done/tests/test_logout.py
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from pages.home import HomePage
-from unittestzero import Assert
-
-import pytest
-
-
-class TestLogout:
-
-    @pytest.mark.nondestructive
-    def test_that_user_can_logout(self, mozwebqa):
-        home_pg = HomePage(mozwebqa)
-        home_pg.go_to_home_page()
-        home_pg.sign_in()
-
-        home_pg.logout()
-        Assert.false(home_pg.is_logged_in)
diff --git a/automation-tests/123done/tests/test_new_user.py b/automation-tests/123done/tests/test_new_user.py
deleted file mode 100644
index ed04e9c7e0be50d9f901a48fb50b212db948feab..0000000000000000000000000000000000000000
--- a/automation-tests/123done/tests/test_new_user.py
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from pages.home import HomePage
-from restmail.restmail import RestmailInbox
-from mocks.mock_user import MockUser
-from unittestzero import Assert
-
-import pytest
-
-
-class TestNewAccount:
-
-    def test_can_create_new_user_account(self, mozwebqa):
-        user = MockUser()
-        home_pg = HomePage(mozwebqa)
-
-        home_pg.go_to_home_page()
-        bid_login = home_pg.click_sign_in()
-        bid_login.sign_in_new_user(user['email'], user['password'])
-
-        # Open restmail inbox, find the email
-        inbox = RestmailInbox(user['email'])
-        email = inbox.find_by_index(0)
-
-        # Load the BrowserID link from the email in the browser
-        mozwebqa.selenium.get(email.verify_user_link)
-        from browserid.pages.complete_registration import CompleteRegistration
-        complete_registration = CompleteRegistration(mozwebqa.selenium, mozwebqa.timeout)
-
-        # Check the message on the registration page reflects a successful registration!
-        Assert.contains("Thank you for signing up with Persona.", complete_registration.thank_you)
-
-        home_pg.go_to_home_page()
-
-        Assert.equal(home_pg.logged_in_user_email, user['email'])
diff --git a/automation-tests/123done/tests/test_sign_in.py b/automation-tests/123done/tests/test_sign_in.py
deleted file mode 100644
index caac0ed4fd57bfe1f978a97c87e2a2b985c36786..0000000000000000000000000000000000000000
--- a/automation-tests/123done/tests/test_sign_in.py
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from pages.home import HomePage
-from unittestzero import Assert
-
-import pytest
-
-
-class TestSignIn:
-
-    @pytest.mark.nondestructive
-    def test_that_user_can_sign_in(self, mozwebqa):
-        home_pg = HomePage(mozwebqa)
-        home_pg.go_to_home_page()
-        home_pg.sign_in()
-        Assert.true(home_pg.is_logged_in)
diff --git a/automation-tests/README.md b/automation-tests/README.md
deleted file mode 100644
index a78a9dd1f47a04158d1e94bc9536354f64962d85..0000000000000000000000000000000000000000
--- a/automation-tests/README.md
+++ /dev/null
@@ -1,116 +0,0 @@
-getting started
-===============
-
-# I'm super impatient. Let's get going in 10 sec or less.
-
-TL;DR: just execute ```./run.py``` from inside the automation-tests directory.
-
-If you're missing pip or virtualenv, it'll tell you what to do.
-
-If you're missing test dependencies, it'll install them for you.
-
-If all that is OK, it'll connect to dev.123done.org and try to create a fake user, login, and logout.
-
-If you want to run that single test against your ephemeral instance called 'foo', just do ```run.py --target=foo```.
-
-If you want to run all the tests, create a dummy user, put its info in credentials.yaml, then do ```run.py --all``` to run all the tests, including 123done and myfavoritebeer tests.
-
-If you want to run all the tests against all the browsers, using sauce labs credentials, then do ```run.py --everywhere```.
-
-# I've got time. Tell me more!
-
-OK, sure...
-
-## how to run selenium tests inside the automation-tests directory against ephemeral, stage, or prod environments
-
-Node bindings aren't as mature as python for Selenium 2 API (webdriver), so we're using python bindings instead. This requires some python-centric setup, but it shouldn't take more than 15 minutes or so to get up and running.
-
-These tests currently only hit myfavoritebeers and 123done domains. For example, to test an ephemeral install named foo.personatest.org, you can pass 'foo.123done.org' into the py.test baseurl parameter (this is covered again in the examples section).
-
-### check system-wide python requirements
-
-You should have python 2.7 on your system (check python --version).
-
-We have to install a bunch of python libraries. pip fetches packages; virtualenv sandboxes them. If pip and virtualenv aren't on your system already, you'll need to do this once (once per computer, not once per repo):
-
-    # only do this if pip and virtualenv aren't on your computer already
-    # might need to use sudo
-    easy_install pip
-    pip install virtualenv
-
-### build a sandboxed python test environment
-
-From the automated-tests directory, create a sandboxed python environment to install python dependencies (only need to do this once per clone):
-
-    # only do this once per clone
-    virtualenv bid_selenium 
-
-Be sure you do not accidentally add the virtualenv directory (here, bid_selenium) to git.
-
-You can activate the sandbox, meaning link installed programs, via:
-
-    . bid_selenium/bin/activate
-
-And when you want to stop using the sandbox, you can exit via ```deactivate```. Deactivating the virtualenv doesn't destroy it.
-
-In order to install python dependencies into the sandbox, activate the virtualenv, then install the python requirements in requirements.txt:
-
-    pip install -Ur requirements.txt
-
-Sweet. Your environment is now ready.
-
-### create a test user in credentials.yaml
-
-Some of the automation tests verify that existing accounts work, so create a test account, and put the info into credentials.yaml.
-
-### run the tests
-
-When you want to run the tests, make sure the virtualenv is active:
-
-    . bid_selenium/bin/activate
-
-Then, run the tests by calling py.test on the command line with some options. [Here](https://github.com/davehunt/pytest-mozwebqa) is the most relevant documentation: command-line options added to py.test by the mozwebqa plugin, which is awesome. [Here](http://pytest.org/latest/usage.html) is the documentation for the upstream pytest project.
-
-#### examples
-
-Use local Firefox to run the 123done tests (in the 123done directory) against dev.123done.org:
-
-    python -m py.test --destructive --credentials=credentials.yaml \
-        --baseurl=http://dev.123done.org \
-        --driver=firefox \
-        -q 123done
-
-Use local Chrome (assuming you've downloaded [Chromedriver](http://code.google.com/p/selenium/wiki/ChromeDriver) to /usr/local/bin/chromedriver) to run just one of the the myfavoritebeer tests against myfavoritebeer.org:
-
-    python -m py.test --destructive --credentials=credentials.yaml \
-        --baseurl=http://www.myfavoritebeer.org \
-        --driver=chrome --chromepath=/usr/local/bin/chromedriver \
-        -q myfavoritebeer/tests/test_logout.py
-
-Use Sauce Labs (assuming you've got credentials in saucelabs.yaml) to run IE 8 against an ephemeral instance called 'foo':
-
-    python -m py.test --destructive --credentials=credentials.yaml \
-        --baseurl=http://foo.123done.org \
-        --platform=XP --browsername="internet explorer" --browserver=8 \
-        --saucelabs=saucelabs.yaml \
-        -q 123done
-
-note, your saucelabs.yaml file should be of the form:
-
-        # example sauce_labs.yaml config file
-        username: <username>
-        password: <password>
-        api-key: <api-key>
-
-#### Check out your results
-    
-The tests create a /results directory, which contains an index.html file with test results, screenshots, and videos if you used sauce labs. In case of a failure, you'll also see the backtrace. Totally sweet.
-
-## writing automation tests
-
-TODO: some idioms from the existing test code to help people quickly express "find this" and "click this" idiomatically.
-
-Refer to [mozilla's pytest_mozwebqa](https://github.com/davehunt/pytest-mozwebqa#writing-tests-for-pytest_mozwebqa) documentation on writing tests for the time being.
-
-A note about upstreaming bidpom changes: this codebase contains [mozilla's bidpom](https://github.com/mozilla/bidpom) as [git-subtree](https://github.com/apenwarr/git-subtree/blob/master/git-subtree.txt). This allows us to pull in changes from upstream, while easily tracking the bidpom code to branches. It's unlikely that we'll need to push or pull to upstream frequently, but for details on doing so, see also apenwarr's [blog post](http://apenwarr.ca/log/?m=200904#30).
-
diff --git a/automation-tests/browserid/.gitignore b/automation-tests/browserid/.gitignore
deleted file mode 100644
index c1c3e1d2badf37f9f939493b88913eee6e521e18..0000000000000000000000000000000000000000
--- a/automation-tests/browserid/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.pyc
-*.komodoproject
-build
-results
diff --git a/automation-tests/browserid/.travis.yml b/automation-tests/browserid/.travis.yml
deleted file mode 100644
index 89d46cb5070cca8418940f3cf71b558ba484e945..0000000000000000000000000000000000000000
--- a/automation-tests/browserid/.travis.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-before_script:
-  - sh -e /etc/init.d/xvfb start
-
-language: python
-python:
-  - 2.6
-  - 2.7
-
-script: py.test --baseurl=http://dev.123done.org --driver=firefox -m travis tests
-
-env:
-  - DISPLAY=':99.0'
-
-notifications:
-  email:
-    - dave.hunt@gmail.com
-  irc:
-    - "irc.mozilla.org#automation"
-    - "irc.mozilla.org#identity"
diff --git a/automation-tests/browserid/README.md b/automation-tests/browserid/README.md
deleted file mode 100644
index df702c27ced028d9a83ae20ef4494914525b6b7a..0000000000000000000000000000000000000000
--- a/automation-tests/browserid/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-**B**rowser**ID** **P**age **O**bject **M**odel
-===============================================
-Selenium compatible page object model for Mozilla's BrowserID.
-
-Documentation
--------------
-See the project's [wiki](https://github.com/mozilla/bidpom/wiki).
-
-License
--------
-This software is licensed under the [MPL](http://www.mozilla.org/MPL/2.0/) 2.0:
-
-    This Source Code Form is subject to the terms of the Mozilla Public
-    License, v. 2.0. If a copy of the MPL was not distributed with this
-    file, You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/automation-tests/browserid/mocks/__init__.py b/automation-tests/browserid/mocks/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/automation-tests/browserid/pages/__init__.py b/automation-tests/browserid/pages/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/automation-tests/browserid/tests/__init__.py b/automation-tests/browserid/tests/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/automation-tests/credentials.yaml.example b/automation-tests/credentials.yaml.example
deleted file mode 100644
index 2ce53331519a6d23f8f9eb276f5f2dd69c8d3c23..0000000000000000000000000000000000000000
--- a/automation-tests/credentials.yaml.example
+++ /dev/null
@@ -1,37 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-# File contains users data.
-#
-# Each user is a section named with its role
-# and any number of values. At least email,
-# password and name should be present.
-#
-# Example:
-#     admin:
-#         email: email@site.com
-#         password: password
-#         name: Test User
-#
-# Still, you are free to add any more data you wish. It will be kept
-# in the same dictionary.
-#
-# Example:
-#     admin:
-#         email: email@site.com
-#         password: password
-#         name: Test User
-#         username: testuser
-#         some_user_data: data
-#
-# The contents of this file are accessible via the pytest-mozwebqa plugin:
-#
-# Example:
-#   credentials = mozwebqa.credentials['default']
-#   credentials['email']
-
-default:
-    email: <value>
-    password: <value>
-    name: <value>
diff --git a/automation-tests/myfavoritebeer/mozwebqa.cfg b/automation-tests/myfavoritebeer/mozwebqa.cfg
deleted file mode 100644
index 8e79b8254cfcdbdd08f4e635b54b17981fc409d5..0000000000000000000000000000000000000000
--- a/automation-tests/myfavoritebeer/mozwebqa.cfg
+++ /dev/null
@@ -1,4 +0,0 @@
-[DEFAULT]
-api = webdriver
-baseurl = http://myfavoritebeer.org
-tags = browserid
diff --git a/automation-tests/myfavoritebeer/page.py b/automation-tests/myfavoritebeer/page.py
deleted file mode 100644
index 7ca4b63b2a6f06a8313f58138ba2362e8d8487ea..0000000000000000000000000000000000000000
--- a/automation-tests/myfavoritebeer/page.py
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from unittestzero import Assert
-from selenium.webdriver.support.ui import WebDriverWait
-from selenium.common.exceptions import NoSuchElementException
-from selenium.common.exceptions import ElementNotVisibleException
-
-
-class Page(object):
-
-    def __init__(self, testsetup):
-        self.testsetup = testsetup
-        self.base_url = testsetup.base_url
-        self.selenium = testsetup.selenium
-        self.timeout = testsetup.timeout
-
-    @property
-    def is_the_current_page(self):
-        if self._page_title:
-            WebDriverWait(self.selenium, self.timeout).until(lambda s: s.title)
-
-        Assert.equal(self.selenium.title, self._page_title)
-        return True
-
-    def is_element_present(self, *locator):
-        self.selenium.implicitly_wait(0)
-        try:
-            self.selenium.find_element(*locator)
-            return True
-        except NoSuchElementException:
-            return False
-        finally:
-            # set back to where you once belonged
-            self.selenium.implicitly_wait(self.testsetup.default_implicit_wait)
-
-    def is_element_visible(self, *locator):
-        try:
-            return self.selenium.find_element(*locator).is_displayed()
-        except NoSuchElementException, ElementNotVisibleException:
-            return False
diff --git a/automation-tests/myfavoritebeer/pages/__init__.py b/automation-tests/myfavoritebeer/pages/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/automation-tests/myfavoritebeer/pages/home.py b/automation-tests/myfavoritebeer/pages/home.py
deleted file mode 100644
index c71e36f4dcd1314bc356af3e57729dad9ed42be3..0000000000000000000000000000000000000000
--- a/automation-tests/myfavoritebeer/pages/home.py
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from selenium.webdriver.common.by import By
-from selenium.webdriver.support.ui import WebDriverWait
-
-from page import Page
-
-
-class HomePage(Page):
-
-    _page_title = 'My Favorite Beer, a BrowserID example'
-
-    _sign_in_locator = (By.CSS_SELECTOR, '#loginInfo .login')
-    _logout_locator = (By.ID, 'logout')
-
-    def go_to_home_page(self):
-        self.selenium.get(self.base_url + '/')
-        self.is_the_current_page
-
-    def sign_in(self, user='default'):
-        credentials = self.testsetup.credentials[user]
-        self.click_sign_in()
-        from browserid import BrowserID
-        browserid = BrowserID(self.selenium, self.timeout)
-        browserid.sign_in(credentials['email'], credentials['password'])
-
-    def logout(self):
-        self.click_logout()
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: not self.is_element_present(*self._logout_locator))
-
-    def click_sign_in(self):
-        self.selenium.find_element(*self._sign_in_locator).click()
-
-    def click_logout(self):
-        self.selenium.find_element(*self._logout_locator).click()
-
-    @property
-    def is_logged_in(self):
-        return self.is_element_visible(*self._logout_locator)
diff --git a/automation-tests/myfavoritebeer/tests/__init__.py b/automation-tests/myfavoritebeer/tests/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/automation-tests/myfavoritebeer/tests/test_logout.py b/automation-tests/myfavoritebeer/tests/test_logout.py
deleted file mode 100644
index 94304f9ef2199891640f0c4b9e77880e9375d448..0000000000000000000000000000000000000000
--- a/automation-tests/myfavoritebeer/tests/test_logout.py
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from pages.home import HomePage
-from unittestzero import Assert
-
-import pytest
-
-
-class TestLogout:
-
-    @pytest.mark.nondestructive
-    def test_that_user_can_logout(self, mozwebqa):
-        home_pg = HomePage(mozwebqa)
-        home_pg.go_to_home_page()
-        home_pg.sign_in()
-        home_pg.logout()
-        Assert.false(home_pg.is_logged_in)
diff --git a/automation-tests/myfavoritebeer/tests/test_sign_in.py b/automation-tests/myfavoritebeer/tests/test_sign_in.py
deleted file mode 100644
index caac0ed4fd57bfe1f978a97c87e2a2b985c36786..0000000000000000000000000000000000000000
--- a/automation-tests/myfavoritebeer/tests/test_sign_in.py
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from pages.home import HomePage
-from unittestzero import Assert
-
-import pytest
-
-
-class TestSignIn:
-
-    @pytest.mark.nondestructive
-    def test_that_user_can_sign_in(self, mozwebqa):
-        home_pg = HomePage(mozwebqa)
-        home_pg.go_to_home_page()
-        home_pg.sign_in()
-        Assert.true(home_pg.is_logged_in)
diff --git a/automation-tests/persona_server/__init__.py b/automation-tests/persona_server/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/automation-tests/persona_server/pages/__init__.py b/automation-tests/persona_server/pages/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/automation-tests/persona_server/pages/account_manager.py b/automation-tests/persona_server/pages/account_manager.py
deleted file mode 100644
index d1ed766f685ec5b0e0b7d5e3fae2342489f095d4..0000000000000000000000000000000000000000
--- a/automation-tests/persona_server/pages/account_manager.py
+++ /dev/null
@@ -1,115 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from selenium.webdriver.common.by import By
-from selenium.webdriver.support.ui import WebDriverWait
-
-from base import Base
-
-
-class AccountManager(Base):
-    '''AccountManager is used when logged in. Use HomePage page if not logged in.'''
-
-    _page_url = '/'
-    _emails_locator = (By.CSS_SELECTOR, '#emailList .email')
-    _edit_password_button_locator = (By.CSS_SELECTOR, '#edit_password button.edit')
-    _old_password_field_locator = (By.ID, 'old_password')
-    _new_password_field_locator = (By.ID, 'new_password')
-    _change_password_done_locator = (By.ID, 'changePassword')
-    _sign_in_locator = (By.CSS_SELECTOR, 'a.signIn')
-    _sign_out_locator = (By.CSS_SELECTOR, 'a.signOut')
-    _cancel_account_locator = (By.ID, 'cancelAccount')
-
-    def load_page(self):
-        Base.load_page(self)
-        self.wait_for_page_to_load()
-
-    def wait_for_page_to_load(self):
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._emails_locator).is_displayed())
-
-    @property
-    def emails(self):
-        """Returns a textual list of email addresses associated with the currently signed in user."""
-        return [element.text for element in self.selenium.find_elements(*self._emails_locator)]
-
-    def click_edit_password(self):
-        """Click edit password to show the new/old password fields"""
-        self.selenium.find_element(*self._edit_password_button_locator).click()
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._old_password_field_locator).is_displayed())
-
-    @property
-    def old_password(self):
-        """Get the value of the old password field."""
-        return self.selenium.find_element(*self._old_password_field_locator).text
-
-    @old_password.setter
-    def old_password(self, value):
-        """Set the value of the old password field."""
-        password = self.selenium.find_element(*self._old_password_field_locator)
-        password.clear()
-        password.send_keys(value)
-
-    @property
-    def new_password(self):
-        """Get the value of the new password field."""
-        return self.selenium.find_element(*self._new_password_field_locator).text
-
-    @new_password.setter
-    def new_password(self, value):
-        """Set the value of the new password field."""
-        password = self.selenium.find_element(*self._new_password_field_locator)
-        password.clear()
-        password.send_keys(value)
-
-    def click_password_done(self):
-        """Click password done to save the new password."""
-        self.selenium.find_element(*self._change_password_done_locator).click()
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._edit_password_button_locator).is_displayed())
-
-    def click_sign_out(self):
-        """Click the Sign Out button"""
-        self.selenium.find_element(*self._sign_out_locator).click()
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: not self.signed_in)
-
-    def click_cancel_account(self):
-        """Click the cancel account link."""
-        self.selenium.find_element(*self._cancel_account_locator).click()
-
-    def change_password(self, old_password, new_password):
-        """
-        Helper function change_password(old_password, new_password) performs the
-        series of actions necessary to change the password.
-        """
-
-        self.click_edit_password()
-        self.old_password = old_password
-        self.new_password = new_password
-        self.click_password_done()
-
-    def sign_out(self):
-        """
-        Helper function sign_out() performs the series of actions necessary to
-        sign out.
-        """
-
-        self.click_sign_out()
-        from home import HomePage  # circular reference
-        return HomePage(self.mozwebqa)
-
-    def cancel_account(self):
-        """
-        Helper function cancel_account() performs the series of actions necessary
-        to cancel the account of the currently signed in user.
-        """
-
-        self.click_cancel_account()
-        self.selenium.switch_to_alert().accept()
-        from home import HomePage  # circular reference
-        return HomePage(self.mozwebqa)
diff --git a/automation-tests/persona_server/pages/base.py b/automation-tests/persona_server/pages/base.py
deleted file mode 100644
index 80e3746b5c9fe21f8e938acd86cfd431038168e8..0000000000000000000000000000000000000000
--- a/automation-tests/persona_server/pages/base.py
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from selenium.webdriver.common.by import By
-from selenium.webdriver.support.ui import WebDriverWait
-
-
-class Base(object):
-
-    _body_locator = (By.TAG_NAME, 'body')
-
-    def __init__(self, mozwebqa):
-        self.mozwebqa = mozwebqa
-        self.selenium = mozwebqa.selenium
-        self.timeout = mozwebqa.timeout
-        self.base_url = mozwebqa.base_url
-
-    @property
-    def signed_in(self):
-        """Returns True/False whether a user is signed in."""
-        return 'not_authenticated' not in self.selenium.find_element(*self._body_locator).get_attribute('class')
-
-    def load_page(self):
-        if self._page_url:
-            self.selenium.get(self.base_url + self._page_url)
-            self.wait_for_ajax()
-
-    def wait_for_ajax(self):
-        """Waits for the script 'jQuery.active == 0'."""
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.execute_script("return jQuery.active == 0"),
-            "Wait for AJAX timed out after %s seconds" % self.timeout)
diff --git a/automation-tests/persona_server/pages/complete_registration.py b/automation-tests/persona_server/pages/complete_registration.py
deleted file mode 100644
index abcc5ce8025eae712bdb3e63ac19780234ca0097..0000000000000000000000000000000000000000
--- a/automation-tests/persona_server/pages/complete_registration.py
+++ /dev/null
@@ -1,77 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from base import Base
-
-from selenium.webdriver.common.by import By
-from selenium.webdriver.support.ui import WebDriverWait
-
-
-class CompleteRegistration(Base):
-
-    _page_title = 'Mozilla Persona: Complete Registration'
-    _email_locator = (By.ID, 'email')
-    _password_locator = (By.ID, 'password')
-    _finish_locator = (By.CSS_SELECTOR, 'div.submit > button')
-    _thank_you_locator = (By.ID, 'congrats')
-
-    def __init__(self, mozwebqa, url, expect='redirect'):
-        """
-        class init method
-        :Args:
-        - url - the confirmation url from the email
-        - expect - redirect/success/reset/verify (default redirect)
-        """
-        Base.__init__(self, mozwebqa)
-
-        self.selenium.get(url)
-
-        if expect == 'redirect':
-            WebDriverWait(self.selenium, self.timeout).until(
-                lambda s: s.title != self._page_title,
-                "Complete Registration page did not redirect")
-        elif expect == 'success':
-            WebDriverWait(self.selenium, self.timeout).until(
-                lambda s: 'Thank you' in s.find_element(*self._thank_you_locator).text,
-                "Complete Registration did not succeed")
-        elif expect == 'reset':
-            WebDriverWait(self.selenium, self.timeout).until(
-                lambda s: 'verified' in s.find_element(*self._thank_you_locator).text,
-                "Complete Registration did not succeed")
-        elif expect == 'verify':
-            WebDriverWait(self.selenium, self.timeout).until(
-                lambda s: s.find_element(*self._password_locator).is_displayed(),
-                "password field did not become visible")
-        else:
-            raise Exception('Unknown expect value: %s' % expect)
-
-    @property
-    def email(self):
-        """Get the value of the email field."""
-        return self.selenium.find_element(*self._email_locator).text
-
-    @property
-    def password(self):
-        """Get the value of the password field."""
-        return self.selenium.find_element(*self._password_locator).text
-
-    @password.setter
-    def password(self, value):
-        """Set the value of the password field."""
-        password = self.selenium.find_element(*self._password_locator)
-        password.clear()
-        password.send_keys(value)
-
-    def click_finish(self):
-        """Clicks the 'finish' button."""
-        self.selenium.find_element(*self._finish_locator).click()
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._thank_you_locator).is_displayed())
-
-    @property
-    def thank_you(self):
-        """Returns the 'thank you' message."""
-        return self.selenium.find_element(*self._thank_you_locator).text
diff --git a/automation-tests/persona_server/pages/home.py b/automation-tests/persona_server/pages/home.py
deleted file mode 100644
index 58b8281eda0ab94a32adfa9d548a8326c2a428d9..0000000000000000000000000000000000000000
--- a/automation-tests/persona_server/pages/home.py
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-import time
-from selenium.webdriver.common.by import By
-from selenium.webdriver.support.ui import WebDriverWait
-
-from base import Base
-from sign_in import SignIn
-
-
-class HomePage(Base):
-    '''HomePage is used when not logged in. Use AccountManager page if logged in.'''
-
-    _page_title = 'Mozilla Persona: A Better Way to Sign In'
-    _page_url = '/'
-    _sign_in_locator = (By.CSS_SELECTOR, 'a.signIn')
-    _sign_up_locator = (By.CSS_SELECTOR, 'a.button.create')
-    _manage_section_locator = (By.ID, 'manage')
-    _sign_out_locator = (By.CSS_SELECTOR, 'a.signOut')
-
-    def __init__(self, mozwebqa):
-        Base.__init__(self, mozwebqa)
-        longer_timeout = self.timeout * 2
-        WebDriverWait(self.selenium, longer_timeout).until(
-                lambda s: s.find_element(*self._sign_in_locator) and \
-                s.find_element(*self._sign_in_locator).is_displayed(),
-                "the sign in button has not appeared within %s" % longer_timeout)
-
-    def click_sign_up(self):
-        """Clicks the Sign Up button."""
-        self.selenium.find_element(*self._sign_up_locator).click()
-        return SignIn(self.mozwebqa)
-
-    def click_sign_in(self):
-        """Clicks the Sign In button."""
-        self.selenium.find_element(*self._sign_in_locator).click()
-        return SignIn(self.mozwebqa)
diff --git a/automation-tests/persona_server/pages/sign_in.py b/automation-tests/persona_server/pages/sign_in.py
deleted file mode 100644
index 6ed314efe8b10a423beb3861e7624d8b3f6a148c..0000000000000000000000000000000000000000
--- a/automation-tests/persona_server/pages/sign_in.py
+++ /dev/null
@@ -1,162 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-from selenium.webdriver.common.by import By
-from selenium.webdriver.support.ui import WebDriverWait
-
-from base import Base
-from account_manager import AccountManager
-
-
-class SignIn(Base):
-
-    _email_locator = (By.ID, 'email')
-    _next_locator = (By.ID, 'next')
-    _sign_in_locator = (By.ID, 'signIn')
-    _verify_email_locator = (By.ID, 'verifyEmail')
-    _password_locator = (By.ID, 'password')
-    _password_verify_locator = (By.ID, 'vpassword')
-    _forgot_password_locator = (By.CSS_SELECTOR, 'a.forgot')
-    _reset_password_locator = (By.CSS_SELECTOR, '#signUpForm button')
-    _check_your_email_locator = (By.CSS_SELECTOR, '.notification.emailsent > h2')
-
-    def __init__(self, mozwebqa):
-        Base.__init__(self, mozwebqa)
-
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._email_locator) and \
-            s.find_element(*self._email_locator).is_displayed(),
-            "email field did not appear within %s" % self.timeout)
-
-    @property
-    def email(self):
-        """Get the value of the email field."""
-        return self.selenium.find_element(*self._email_locator).get_attribute('value')
-
-    @email.setter
-    def email(self, value):
-        """Set the value of the email field."""
-        field = self.selenium.find_element(*self._email_locator)
-        field.clear()
-        field.send_keys(value)
-
-    def click_next(self):
-        """Click the 'next' button (after filling in email)."""
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._next_locator) and \
-            s.find_element(*self._next_locator).is_displayed(),
-            "next button is not found / not visible")
-        self.selenium.find_element(*self._next_locator).click()
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._password_locator).is_displayed(),
-            "Password field did not appear within %s" % self.timeout
-        )
-
-    def click_sign_in(self):
-        """Click the 'Sign In' button (after filling in password in the sign-in flow)."""
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._sign_in_locator) and \
-            s.find_element(*self._sign_in_locator).is_displayed(),
-            "sign in button not found / not visible")
-        self.selenium.find_element(*self._sign_in_locator).click()
-        self.wait_for_ajax()
-        print "clicked sign in"
-
-    def click_verify_email(self):
-        """Click the 'Verify Email' button (after filling in password and verify in the sign-up flow)."""
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._verify_email_locator) and \
-            s.find_element(*self._verify_email_locator).is_displayed(),
-            "verify email button not found / not visible")
-        self.selenium.find_element(*self._verify_email_locator).click()
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._check_your_email_locator).is_displayed(),
-            "check your email message did not appear")
-
-    @property
-    def password(self):
-        """Get the value of the password field."""
-        return self.selenium.find_element(*self._password_locator).get_attribute('value')
-
-    @password.setter
-    def password(self, value):
-        """Sets the value of the password field."""
-        field = self.selenium.find_element(*self._password_locator)
-        field.clear()
-        field.send_keys(value)
-
-    @property
-    def verify_password(self):
-        """Get the value of the verify password field."""
-        return self.selenium.find_element(*self._password_verify_locator).get_attribute('value')
-
-    @verify_password.setter
-    def verify_password(self, value):
-        """Set the value of the verify password field."""
-        field = self.selenium.find_element(*self._password_verify_locator)
-        field.clear()
-        field.send_keys(value)
-
-    def click_forgot_password(self):
-        """Clicks the forgot password link."""
-        self.selenium.find_element(*self._forgot_password_locator).click()
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._password_verify_locator).is_displayed(),
-            "verify password field did not appear within %s" % self.timeout)
-
-    def click_reset_password(self):
-        """Clicks the reset password button."""
-        self.selenium.find_element(*self._reset_password_locator).click()
-        WebDriverWait(self.selenium, self.timeout).until(
-            lambda s: s.find_element(*self._check_your_email_locator).is_displayed(),
-            "check your email message did not appear")
-
-    @property
-    def check_your_email_title_text(self):
-        """Get the text of the result notification title."""
-        return self.selenium.find_element(*self._check_your_email_locator).text
-
-    @property
-    def is_sign_up_flow(self):
-        """Returns true if the current page has the password verify field"""
-        return self.selenium.find_element(*self._password_verify_locator).is_displayed()
-
-    def sign_in(self, email, password):
-        """
-        Helper method sign_in(email, password) signs in with the provided email
-        address and password.
-        """
-        self.email = email
-        self.click_next()
-        self.password = password
-        self.click_sign_in()
-        # should redirect to Account Manager (home, logged in) page
-        account_manager = AccountManager(self.mozwebqa)
-        account_manager.wait_for_page_to_load()
-        return account_manager
-
-    def sign_up(self, email, password):
-        """
-        Helper method sign_up(email, password) signs up with the provided email
-        address and password.
-        """
-        self.email = email
-        self.click_next()
-        self.password = password
-        self.verify_password = password
-        self.click_verify_email()
-        # does not redirect to anywhere
-
-    def forgot_password(self, email, new_password):
-        """
-        Helper method forgot_password(email, new_password) performs the series of
-        actions required to reset the user's password.
-        """
-        self.click_forgot_password()
-        self.password = new_password
-        self.verify_password = new_password
-        self.click_reset_password()
-        # does not redirect to anywhere
diff --git a/automation-tests/persona_server/tests/__init__.py b/automation-tests/persona_server/tests/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/automation-tests/persona_server/tests/base.py b/automation-tests/persona_server/tests/base.py
deleted file mode 100644
index f955088f2277181be58575a1fd4be5079f8ed6f9..0000000000000000000000000000000000000000
--- a/automation-tests/persona_server/tests/base.py
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-import re
-
-from browserid.mocks.user import MockUser
-from browserid.tests import restmail
-from persona_server.pages.home import HomePage
-from persona_server.pages.complete_registration import CompleteRegistration
-from persona_server.pages.account_manager import AccountManager
-
-
-class BaseTest(object):
-
-    def clear_browser(self, mozwebqa):
-        mozwebqa.selenium.execute_script('localStorage.clear()')
-
-
-    # move this to BrowserID when personatestuser.org comes online
-    def create_verified_user(self, mozwebqa):
-        '''Create a user, verify it, and return it.'''
-        user = MockUser()
-
-        # create the user
-        home = HomePage(mozwebqa)
-        signup = home.click_sign_up()
-        signup.sign_up(user.primary_email, user.password)
-
-        # do email verification
-        complete_registration = CompleteRegistration(mozwebqa,
-            self.get_confirm_url_from_email(user.primary_email),
-            expect='success')
-        assert 'Thank you' in complete_registration.thank_you
-
-        # go sign out and reload page for preconditions
-        account_manager = AccountManager(mozwebqa)
-        account_manager.load_page()
-        account_manager.sign_out()
-        self.clear_browser(mozwebqa)
-        home.load_page()  # test will instantiate HomePage
-
-        return user
-
-    def get_confirm_url_from_email(self, email, message_count=1, regex='(https?:.*?token=.{48})'):
-        '''
-        Checks the restmail inbox for the specified address
-        and returns the confirm url.
-        Specify message_count if you expect there to be more than one message for the user.
-        Specify regex if you wish to use a specific regex. By default searches for a url with a 48 char token."
-        '''
-        mail = restmail.get_mail(email, message_count=message_count, timeout=60)
-        message_text = mail[message_count - 1]['text']
-        return re.search(regex, message_text).group(0)
diff --git a/automation-tests/persona_server/tests/conftest.py b/automation-tests/persona_server/tests/conftest.py
deleted file mode 100644
index bf3facbce4e5c5b97140ddb45d4e40547321e8fe..0000000000000000000000000000000000000000
--- a/automation-tests/persona_server/tests/conftest.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-
-def pytest_funcarg__mozwebqa(request):
-    mozwebqa = request.getfuncargvalue('mozwebqa')
-    mozwebqa.selenium.get('%s/' % mozwebqa.base_url)
-    return mozwebqa
diff --git a/automation-tests/persona_server/tests/test_manage_account.py b/automation-tests/persona_server/tests/test_manage_account.py
deleted file mode 100644
index f469056a83e5873fdc87778e58257384599a5335..0000000000000000000000000000000000000000
--- a/automation-tests/persona_server/tests/test_manage_account.py
+++ /dev/null
@@ -1,124 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-import pytest
-from unittestzero import Assert
-
-from persona_server.pages.home import HomePage
-from persona_server.pages.complete_registration import CompleteRegistration
-from persona_server.pages.account_manager import AccountManager
-from browserid.mocks.user import MockUser
-from browserid.tests import restmail
-
-from base import BaseTest
-
-
-class TestManageAccount(BaseTest):
-
-    @pytest.mark.moztrap(272)
-    def test_can_create_new_user_account(self, mozwebqa):
-        user = MockUser()
-        home = HomePage(mozwebqa)
-
-        # sign up
-        signup = home.click_sign_up()
-        signup.sign_up(user.primary_email, user.password)
-        Assert.equal(signup.check_your_email_title_text, 'Confirm your email address')
-
-        # do email verification
-        CompleteRegistration(mozwebqa,
-            self.get_confirm_url_from_email(user.primary_email),
-            expect='success')
-
-        # verify now logged in
-        account_manager = AccountManager(mozwebqa)
-        account_manager.load_page()
-        Assert.true(account_manager.signed_in)
-
-    @pytest.mark.moztrap(273)
-    @pytest.mark.nondestructive
-    def test_that_user_can_sign_in_and_out(self, mozwebqa):
-        # the dev server is being continually wiped, verified user must be fresh
-        user = self.create_verified_user(mozwebqa)
-        home = HomePage(mozwebqa)
-
-        # sign in
-        signin = home.click_sign_in()
-        account_manager = signin.sign_in(user.primary_email, user.password)
-        Assert.true(account_manager.signed_in)
-
-        # sign out
-        home = account_manager.sign_out()
-        Assert.false(home.signed_in)
-
-    @pytest.mark.moztrap(274)
-    def test_that_user_can_change_password(self, mozwebqa):
-        user = self.create_verified_user(mozwebqa)
-
-        # sign in with old password
-        home = HomePage(mozwebqa)
-        signin = home.click_sign_in()
-        account_manager = signin.sign_in(user.primary_email, user.password)
-        Assert.contains(user.primary_email, account_manager.emails)
-
-        # change password
-        old_password = user.password
-        user.password += '_new'
-        account_manager.change_password(old_password, user.password)
-
-        # sign out
-        home = account_manager.sign_out()
-
-        # sign in with new password
-        signin = home.click_sign_in()
-        account_manager = signin.sign_in(user.primary_email, user.password)
-        Assert.true(account_manager.signed_in)
-        Assert.contains(user.primary_email, account_manager.emails)
-
-    @pytest.mark.moztrap(275)
-    def test_that_user_can_cancel_account_with_one_email(self, mozwebqa):
-        user = self.create_verified_user(mozwebqa)
-
-        # sign in
-        home = HomePage(mozwebqa)
-        signin = home.click_sign_in()
-        account_manager = signin.sign_in(user.primary_email, user.password)
-
-        # cancel account
-        home = account_manager.cancel_account()
-
-        # verify email not recognized
-        signin = home.click_sign_in()
-        signin.email = user.primary_email
-        signin.click_next()
-        Assert.true(signin.is_sign_up_flow)
-
-    def test_that_user_can_reset_password(self, mozwebqa):
-        user = self.create_verified_user(mozwebqa)
-
-        # start to sign in
-        home = HomePage(mozwebqa)
-        signin = home.click_sign_in()
-
-        # forgot password
-        user.password += '_new'
-        signin.forgot_password(user.primary_email, user.password)
-        Assert.equal(signin.check_your_email_title_text, 'Confirm your email address')
-
-        # confirm email
-        CompleteRegistration(mozwebqa,
-            self.get_confirm_url_from_email(user.primary_email, message_count=2),
-            expect='reset')
-
-        # sign out
-        account_manager = AccountManager(mozwebqa)
-        account_manager.load_page()
-        home = account_manager.sign_out()
-
-        # sign in with new password
-        signin = home.click_sign_in()
-        account_manager = signin.sign_in(user.primary_email, user.password)
-        Assert.true(account_manager.signed_in)
diff --git a/automation-tests/persona_server/tests/test_sign_in_unit.py b/automation-tests/persona_server/tests/test_sign_in_unit.py
deleted file mode 100644
index 0136c94d393a99a1a20ce638fdb4baacb17f825e..0000000000000000000000000000000000000000
--- a/automation-tests/persona_server/tests/test_sign_in_unit.py
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/usr/bin/env python
-
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-import pytest
-from unittestzero import Assert
-
-from persona_server.pages.home import HomePage
-from browserid.mocks.user import MockUser
-
-from base import BaseTest
-
-
-class TestSignInUnit(BaseTest):
-
-    def test_getters_sign_in(self, mozwebqa):
-        user = self.create_verified_user(mozwebqa)
-        home = HomePage(mozwebqa)
-
-        # sign in
-        signin = home.click_sign_in()
-        signin.email = user.primary_email
-        Assert.equal(signin.email, user.primary_email)
-        signin.click_next()
-        signin.password = user.password
-        Assert.equal(signin.password, user.password)
-
-    def test_getters_sign_up(self, mozwebqa):
-        user = MockUser()
-        home = HomePage(mozwebqa)
-
-        # sign up
-        signup = home.click_sign_up()
-        signup.email = user.primary_email
-        Assert.equal(signup.email, user.primary_email)
-        signup.click_next()
-        signup.password = user.password
-        signup.verify_password = user.password
-        Assert.equal(signup.password, user.password)
-        Assert.equal(signup.verify_password, user.password)
diff --git a/automation-tests/requirements.txt b/automation-tests/requirements.txt
deleted file mode 100644
index 00b26b5d068cf14b5a69ce16f482f85509afe62c..0000000000000000000000000000000000000000
--- a/automation-tests/requirements.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-PyYAML==3.10
-UnittestZero
-certifi==0.0.8
-chardet==1.0.1
-execnet==1.1
-py==1.4.9
-pytest==2.2.4
-pytest-mozwebqa==1.0
-pytest-xdist==1.8
-requests==0.13.2
-selenium
diff --git a/automation-tests/run.py b/automation-tests/run.py
deleted file mode 100755
index 42aac3023292a3d01e769377160350c817652a44..0000000000000000000000000000000000000000
--- a/automation-tests/run.py
+++ /dev/null
@@ -1,158 +0,0 @@
-#!/usr/bin/python
-
-import optparse
-import os
-import platform
-import subprocess
-import sys
-
-
-# used to check for existence of virtualenv and pip.
-# lifted from: http://stackoverflow.com/questions/377017
-def which(program):
-    def is_exe(fpath):
-        return os.path.isfile(fpath) and os.access(fpath, os.X_OK)
-    fpath, fname = os.path.split(program)
-    if fpath:
-        if is_exe(program):
-            return program
-    else:
-        for path in os.environ["PATH"].split(os.pathsep):
-            exe_file = os.path.join(path, program)
-            if is_exe(exe_file):
-                return exe_file
-    return None
-
-
-def main():
-    # get path to python: virtualenv location differs on windows
-    # TODO platform detection is brittle. is there a better way?
-    if platform.system() == 'Windows':
-        env_path = 'bid_selenium\Scripts\\'
-    else:
-        env_path = 'bid_selenium/bin/'
-    env_py = env_path + 'python'
-
-    # parse command line options
-    parser = optparse.OptionParser()
-    parser.add_option('--install', '-i', dest='install', action="store_true",
-                      help='install python dependencies inside a virtualenv')
-    parser.add_option('--all', '-a', dest='run_all', action="store_true",
-                      help='run all tests. requires test account credentials' +
-                           ' to be created and added to credentials.yaml')
-    parser.add_option('--target', '-t', dest='target_hostname', 
-                      default="dev", help='run tests against an ephemeral' +
-                      ' instance. Specify your instance\'s hostname ("foo"),' +
-                      ' not the full domain name ("foo.123done.org")')
-    parser.add_option('--everywhere', '-e', dest='run_everywhere', action='store_true',
-                      help='like --all, but run all tests on all supported' +
-                           ' browsers using sauce labs credentials either' +
-                           ' specified in sauce.yaml or in environment' +
-                           ' variables PERSONA_SAUCE_USER, PERSONA_SAUCE_PASSWORD,' +
-                           ' and PERSONA_SAUCE_APIKEY.')
-    options, arguments = parser.parse_args()
-
-    # you can't specify both --all and --everywhere
-    if options.run_everywhere and options.run_all:
-            sys.stderr.write("either use --all or --everywhere, not both")
-            exit(1)
-
-    # 1. check that python is the right version 
-    # TODO: would 2.6 actually work?
-    if sys.version_info < (2,7,0):
-        sys.stderr.write('python 2.7 or later is required to run the tests\n')
-        exit(1)
-
-    # 2. check that virtualenv and pip exist. if not, bail.
-    if not which('pip'):
-        sys.stderr.write('pip must be installed; do "easy_install pip", ' +
-                         ' then try again\n')
-        exit(1)
-    if not which('virtualenv'):
-        sys.stderr.write('virtualenv must be installed; do "pip install ' +
-                         'virtualenv", then try again\n')
-        exit(1)
-
-    # 3. create the virtualenv if they asked you to install it or it's missing
-    if options.install or not os.path.exists(env_py):
-        subprocess.call('virtualenv bid_selenium', shell=True)
-        # 4. pip install requirements (or verify they're installed).
-        subprocess.call(env_path + 'pip install -Ur requirements.txt', 
-                        shell=True)
-
-    # 4. check the ephemeral instance to hit.
-    host = options.target_hostname
-
-    # 5. check for/create sauce.yaml, if necessary
-    if options.run_everywhere:
-        # if sauce.yaml does not exist,
-        if not os.path.isfile('sauce.yaml'):
-            # look for environmental variables PERSONA_SAUCE_*
-            try:
-                username = os.environ['PERSONA_SAUCE_USER']
-                password = os.environ['PERSONA_SAUCE_PASSWORD']
-                api_key  = os.environ['PERSONA_SAUCE_APIKEY']
-            # if they are missing, bail
-            except KeyError:
-                sys.stderr.write('Sauce labs credentials are needed to run' +
-                    ' tests everywhere. Add credentials to sauce.yaml or, if' +
-                    ' you have access to persona dev secrets, check that' +
-                    ' the PERSONA_SAUCE_USER, PERSONA_SAUCE_PASSWORD, and' +
-                    ' PERSONA_SAUCE_APIKEY environmental variables are set.\n')
-                exit(1)
-            # if they are present, write them out to sauce.yaml
-            try:
-                saucefile = open('sauce.yaml', 'w')
-                saucefile.write('username: ' + username + '\n')
-                saucefile.write('password: ' + password + '\n')
-                saucefile.write('api-key: ' + api_key + '\n')
-                saucefile.close()
-            # if you can't open the file for editing, bail
-            except IOError:
-                sys.stderr.write('Unable to open sauce.yaml to write out' +
-                    ' credentials. Either create sauce.yaml manually, or' +
-                    ' ensure the test process has permission to create the file.\n')
-                exit(1)
-
-    # 6. run the tests
-
-    # TODO move the run_everywhere list into a config file?
-    if options.run_everywhere:
-        browsers = ['--platform=LINUX --browsername=firefox --browserver=13 ',
-            '--platform=LINUX --browsername=opera   --browserver=12 ',
-            '--platform=MAC   --browsername=firefox --browserver=14 ',
-            '--platform=VISTA --browsername=chrome ',
-            '--platform=VISTA --browsername=firefox --browserver=13 ',
-            '--platform=VISTA --browsername="internet explorer" --browserver=9 ',
-            '--platform=XP    --browsername="internet explorer" --browserver=8 ']
-        sauce = '--saucelabs=sauce.yaml '
-    else:
-        browsers = ['--driver=firefox ']
-        sauce = ''
-
-    for browser in browsers:
-        if options.run_everywhere or options.run_all:
-            subprocess.call(env_py + ' -m py.test --destructive ' +
-                '--credentials=credentials.yaml ' + sauce + browser + 
-                ' --webqatimeout=90 -m travis' +
-                ' --baseurl=http://' + host + '.123done.org -q browserid', shell=True)
-            subprocess.call(env_py + ' -m py.test --destructive ' +
-                '--credentials=credentials.yaml ' + sauce + browser + 
-                ' --webqatimeout=90' +
-                ' --baseurl=http://' + host + '.123done.org -q 123done', shell=True)
-            subprocess.call(env_py + ' -m py.test --destructive ' +
-                '--credentials=credentials.yaml ' + sauce + browser + 
-                ' --webqatimeout=90' +
-                ' --baseurl=http://' + host + '.myfavoritebeer.org -q myfavoritebeer', shell=True)
-        # only run one test in the default case
-        else:
-            subprocess.call(env_py + ' -m py.test --destructive ' +
-                '--credentials=credentials.yaml ' + sauce + browser +
-                ' --baseurl=http://' + host + '.123done.org ' +
-                '-q 123done/tests/test_new_user.py', shell=True)
-
-    # 7. TODO deactivate/destroy virtualenv?? maybe '--cleanup' argument?
-
-
-if __name__ == '__main__':
-    main()
diff --git a/automation-tests/sauce.yaml.example b/automation-tests/sauce.yaml.example
deleted file mode 100644
index 4dbdd163a9301dd34c08495b363f45bdeb2cf669..0000000000000000000000000000000000000000
--- a/automation-tests/sauce.yaml.example
+++ /dev/null
@@ -1,8 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-# insert your sauce labs credentials here and save as sauce.yaml
-username: <value>
-password: <value>
-api-key: <value>
\ No newline at end of file
diff --git a/bin/browserid b/bin/browserid
deleted file mode 100755
index 7cea4a7203d49ee43505152605cce4166eab6c84..0000000000000000000000000000000000000000
--- a/bin/browserid
+++ /dev/null
@@ -1,159 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-fs = require('fs'),
-path = require('path'),
-url = require('url'),
-http = require('http'),
-urlparse = require('urlparse'),
-express = require('express');
-
-const
-i18n = require('../lib/i18n.js'),
-wsapi = require('../lib/wsapi.js'),
-httputils = require('../lib/httputils.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js'),
-heartbeat = require('../lib/heartbeat.js'),
-logger = require('../lib/logging.js').logger,
-shutdown = require('../lib/shutdown');
-
-var app = undefined;
-
-app = express.createServer();
-
-logger.info("browserid server starting up");
-
-// NOTE: ordering of middleware registration is important in this file, it is the
-// order in which middleware will be invoked as requests are processed.
-
-// #1 - Setup health check / heartbeat middleware.
-// This is in front of logging on purpose.  see issue #537
-heartbeat.setup(app, function(cb) {
-  // ping the database to verify we're really healthy.
-  db.ping(function(e) {
-    if (e) logger.error("database ping error: " + e);
-    cb(!e);
-  });
-});
-
-// #2 - logging!  all requests other than __heartbeat__ are logged
-app.use(express.logger({
-  format: config.get('express_log_format'),
-  stream: {
-    write: function(x) {
-      logger.info(typeof x === 'string' ? x.trim() : x);
-    }
-  }
-}));
-
-// #2.1 - localization
-app.use(i18n.abide({
-  supported_languages: config.get('supported_languages'),
-  default_lang: config.get('default_lang'),
-  debug_lang: config.get('debug_lang'),
-  translation_directory: config.get('translation_directory'),
-  disable_locale_check: config.get('disable_locale_check')
-}));
-
-var statsd_config = config.get('statsd');
-if (statsd_config && statsd_config.enabled) {
-  var logger_statsd = require("connect-logger-statsd");
-  app.use(logger_statsd({
-    host: statsd_config.hostname || "localhost",
-    port: statsd_config.port || 8125,
-    prefix: statsd_config.prefix || "browserid.webhead."
-  }));
-}
-
-// #3 - Add Strict-Transport-Security headers if we're serving over SSL
-if (config.get('scheme') == 'https') {
-  app.use(function(req, resp, next) {
-    // expires in 30 days, include subdomains like www
-    resp.setHeader("Strict-Transport-Security", "max-age=2592000; includeSubdomains");
-    next();
-    });
-}
-
-// #4 - prevent framing of everything.  content underneath that needs to be
-// framed must explicitly remove the x-frame-options
-app.use(function(req, resp, next) {
-  resp.setHeader('x-frame-options', config.get('x_frame_options'));
-  next();
-});
-
-// #6 - verify all JSON responses are objects - prevents regression on issue #217
-app.use(function(req, resp, next) {
-  var realRespJSON = resp.json;
-  resp.json = function(obj) {
-    if (!obj || typeof obj !== 'object') {
-      logger.error("INTERNAL ERROR!  *all* json responses must be objects");
-      return httputils.serverError(resp, "broken internal API implementation");
-    }
-    realRespJSON.call(resp, obj);
-  };
-  return next();
-});
-
-// #7 - perform response substitution to support local/dev/beta environments
-// (specifically, this replaces URLs in responses, e.g. https://login.persona.org
-//  with https://login.anosrep.org)
-config.performSubstitution(app);
-
-// #8 - handle /wsapi requests
-wsapi.setup({
-  forward_writes: urlparse(config.get('dbwriter_url')).validate().normalize().originOnly()
-}, app);
-
-// #9 if the BROWSERID_FAKE_VERIFICATION env var is defined, we'll include
-// fake_verification.js.  This is used during testing only and should
-// never be included in a production deployment
-if (process.env['BROWSERID_FAKE_VERIFICATION']) {
-  require('../lib/browserid/fake_verification.js').addVerificationWSAPI(app);
-}
-
-// open the databse
-db.open(config.get('database'), function (error) {
-  if (error) {
-    logger.error("can't open database: " + error);
-    // let async logging flush, then exit 1
-    return setTimeout(function() { process.exit(1); }, 0);
-  }
-
-  // shut down express gracefully on SIGINT
-  shutdown.handleTerminationSignals(app, function(readyForShutdownCB) {
-    require('../lib/bcrypt.js').shutdown();
-    db.close(readyForShutdownCB);
-  });
-
-  var bindTo = config.get('bind_to');
-  app.listen(bindTo.port, bindTo.host, function() {
-    logger.info("running on http://" + app.address().address + ":" + app.address().port);
-
-    // #13 if the CREATE_TEST_USERS env var is defined, we'll try to create
-    // some test users
-    if (process.env['CREATE_TEST_USERS']) {
-      logger.warn("creating test users... this can take a while...");
-      require('../lib/bcrypt').encrypt(
-        config.get('bcrypt_work_factor'), "THE PASSWORD", function(err, hash) {
-          if (err) {
-            logger.error("error creating test users - bcrypt encrypt pass: " + err);
-            process.exit(1);
-          }
-          var want = parseInt(process.env['CREATE_TEST_USERS'], 10);
-          var have = 0;
-          for (var i = 1; i <= want; i++) {
-            db.addTestUser(i + "@loadtest.domain", hash, function(err, email) {
-              if (++have == want) {
-                logger.warn("created " + want + " test users");
-              }
-            });
-          }
-        });
-    }
-  });
-});
diff --git a/bin/dbwriter b/bin/dbwriter
deleted file mode 100755
index 5b7ed61dcd9f8e8fc5ffa24782da661ad15ad60c..0000000000000000000000000000000000000000
--- a/bin/dbwriter
+++ /dev/null
@@ -1,124 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-fs = require('fs'),
-path = require('path'),
-url = require('url'),
-http = require('http'),
-urlparse = require('urlparse'),
-express = require('express'),
-wsapi = require('../lib/wsapi.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js'),
-heartbeat = require('../lib/heartbeat.js'),
-logger = require('../lib/logging.js').logger,
-shutdown = require('../lib/shutdown'),
-cachify = require('connect-cachify'),
-assets = require('../lib/static_resources').all;
-
-// dbwriter needs cachify to properly render emails with cachified URLs,
-// but it serves no cachified content, so it's not necc to register it as
-// a handler of any sort.
-cachify.setup(
-  assets(config.get('supported_languages')),
-  {
-    prefix: config.get('cachify_prefix'),
-    production: config.get('use_minified_resources'),
-    root: path.join(__dirname, "..", "resources", "static")
-  });
-
-var app = undefined;
-
-app = express.createServer();
-
-logger.info("dbwriter starting up");
-
-// Setup health check / heartbeat middleware.
-// This is in front of logging on purpose.  see issue #537
-heartbeat.setup(app, function(cb) {
-  // ping the database to verify we're really healthy.
-  db.ping(function(e) {
-    if (e) logger.error("database ping error: " + e);
-    cb(!e);
-  });
-});
-
-// logging!  all requests other than __heartbeat__ are logged
-app.use(express.logger({
-  format: config.get('express_log_format'),
-  stream: {
-    write: function(x) {
-      logger.info(typeof x === 'string' ? x.trim() : x);
-    }
-  }
-}));
-
-var statsd_config = config.get('statsd');
-if (statsd_config && statsd_config.enabled) {
-  var logger_statsd = require("connect-logger-statsd");
-  app.use(logger_statsd({
-    host: statsd_config.hostname || "localhost",
-    port: statsd_config.port || 8125,
-    prefix: statsd_config.prefix || "browserid.dbwriter."
-  }));
-}
-
-// Add Strict-Transport-Security headers if we're serving over SSL
-if (config.get('scheme') == 'https') {
-  app.use(function(req, resp, next) {
-    // expires in 30 days, include subdomains like www
-    resp.setHeader("Strict-Transport-Security", "max-age=2592000; includeSubdomains");
-    next();
-    });
-}
-
-// prevent framing of everything.  content underneath that needs to be
-// framed must explicitly remove the x-frame-options
-app.use(function(req, resp, next) {
-  resp.setHeader('x-frame-options', config.get('x_frame_options'));
-  next();
-});
-
-// verify all JSON responses are objects - prevents regression on issue #217
-app.use(function(req, resp, next) {
-  var realRespJSON = resp.json;
-  resp.json = function(obj) {
-    if (!obj || typeof obj !== 'object') {
-      logger.error("INTERNAL ERROR!  *all* json responses must be objects");
-      throw "internal error";
-    }
-    realRespJSON.call(resp, obj);
-  };
-  return next();
-});
-
-// handle /wsapi requests
-wsapi.setup({
-  only_write_apis: true
-}, app);
-
-function doShutdown(readyForShutdownCB) {
-  require('../lib/bcrypt.js').shutdown();
-  db.close(readyForShutdownCB);
-}
-
-// open the databse
-db.open(config.get('database'), function (error) {
-  if (error) {
-    logger.error("can't open database: " + error);
-    // let async logging flush, then exit 1
-    return process.nextTick(function() { process.exit(1); });
-  }
-
-  // shut down express gracefully on SIGINT
-  shutdown.handleTerminationSignals(app, doShutdown);
-
-  var bindTo = config.get('bind_to');
-  app.listen(bindTo.port, bindTo.host, function() {
-    logger.info("running on http://" + app.address().address + ":" + app.address().port);
-  });
-});
diff --git a/bin/keysigner b/bin/keysigner
deleted file mode 100755
index 8e1f2a733bc38ec6e6b35c5c56b473664f8759fb..0000000000000000000000000000000000000000
--- a/bin/keysigner
+++ /dev/null
@@ -1,114 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// I sign keys.  That's what I do.
-
-const
-path = require('path'),
-express = require('express'),
-statsd = require('../lib/statsd');
-
-const
-config = require('../lib/configuration.js'),
-httputils = require('../lib/httputils.js'),
-validate = require('../lib/validate.js'),
-logger = require('../lib/logging.js').logger,
-heartbeat = require('../lib/heartbeat'),
-shutdown = require('../lib/shutdown'),
-computecluster = require('compute-cluster'),
-urlparse = require('urlparse');
-
-const HOSTNAME = urlparse(config.get('public_url')).host;
-logger.info("Certs will be issued from: " + HOSTNAME);
-
-// create an express server
-var app = express.createServer();
-
-// respond to health checks (before logging)
-heartbeat.setup(app);
-
-// our server will log
-app.use(express.logger({
-  format: config.get('express_log_format'),
-  stream: {
-    write: function(x) {
-      logger.info(typeof x === 'string' ? x.trim() : x);
-    }
-  }
-}));
-
-var statsd_config = config.get('statsd');
-if (statsd_config && statsd_config.enabled) {
-  var logger_statsd = require("connect-logger-statsd");
-  app.use(logger_statsd({
-    host: statsd_config.hostname || "localhost",
-    port: statsd_config.port || 8125,
-    prefix: statsd_config.prefix || "browserid.keysigner."
-  }));
-}
-
-// parse POST bodies
-app.use(express.bodyParser());
-
-try {
-  // explicitly relay VAR_PATH to children
-  process.env['VAR_PATH'] = config.get('var_path');
-
-  // allocate a compute cluster
-  var cc = new computecluster({
-    module: path.join(__dirname, "..", "lib", "keysigner", "keysigner-compute.js"),
-    max_processes: config.get('max_compute_processes')
-  }).on('error', function(e) {
-    logger.error("error detected in keysigning computation process!  fatal: " + e.toString());
-    setTimeout(function() { process.exit(1); }, 0);
-  }).on('info', function(msg) {
-    logger.info("(compute cluster): " + msg);
-  }).on('debug', function(msg) {
-    logger.debug("(compute cluster): " + msg);
-  });
-} catch(e) {
-  process.stderr.write("can't allocate compute cluster: " + e + "\n");
-  process.exit(1);
-}
-
-
-
-// and our single function
-app.post('/wsapi/cert_key', validate({ 'email': 'email', 'pubkey': 'pubkey', 'ephemeral': 'boolean' }), function(req, resp) {
-  var startTime = new Date();
-  cc.enqueue({
-    pubkey: req.params.pubkey,
-    email: req.params.email,
-    validityPeriod: (req.params.ephemeral ? config.get('ephemeral_session_duration_ms') : config.get('certificate_validity_ms')),
-    hostname: HOSTNAME
-  }, function (err, r) {
-    var reqTime = new Date - startTime;
-    statsd.timing('certification_time', reqTime);
-
-    // consider "application" errors to be the same as harder errors
-    if (!err && r && r.error) err = r.error;
-    else if (!r || !r.success) err = "no certificate returned from child process";
-
-    if (err) {
-      logger.error("certification generation error: " + err);
-      httputils.serverError(resp, "certification generation error");
-    } else {
-      resp.writeHead(200, {'Content-Type': 'text/plain'});
-      resp.write(r.success);
-      resp.end();
-    }
-  });
-});
-
-// shutdown nicely on signals
-shutdown.handleTerminationSignals(app, function() {
-  cc.exit();
-});
-
-var bindTo = config.get('bind_to');
-app.listen(bindTo.port, bindTo.host, function() {
-  logger.info("running on http://" + app.address().address + ":" + app.address().port);
-});
diff --git a/bin/load_gen b/bin/load_gen
deleted file mode 100755
index 07c1081c6a7c6bb2843d9acbec6f36b07d07ddb0..0000000000000000000000000000000000000000
--- a/bin/load_gen
+++ /dev/null
@@ -1,381 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* This file is the main run file for the browserid load generation
- * tool, which is capable of analysing the maximum active users that
- * a browserid deployment can support */
-
-const winston = require('winston');
-
-// option processing with optimist
-var argv = require('optimist')
-.usage('Apply load to a BrowserID server.\nUsage: $0', [ "foo" ])
-.alias('a', 'activities')
-.describe('a', 'only run a subset of activities, specified as a CSV list')
-.alias('h', 'help')
-.describe('h', 'display this usage message')
-.alias('l', 'list')
-.describe('l', 'list available activities and exit')
-.alias('m', 'max')
-.describe('m', 'maximum active users to simulate (0 == infinite)')
-.default('m', 10000)
-.alias('o', 'omit-static')
-.describe('o', 'when enabled, only dynamic WSAPI calls will be simulated, not static resource requests')
-.default('o', false)
-.alias('s', 'server')
-.string('s')
-.describe('s', 'base URL to browserid server')
-.check(function(argv) {
-  return (argv.h || typeof argv.s === 'string' || argv.l) != undefined;
-})
-.alias('v', 'verifier')
-.describe('v', 'base URL to verifier service (default is browserid server + \'/verify\')')
-.alias('u', 'user-range')
-.describe('u', 'rather than creating users, assume a range of users exist #@loadtest.domain (with password "THE PASSWORD")');
-
-var args = argv.argv;
-
-// global configuration
-const configuration = {
-  verifier: args.v ? args.v : args.s + "/verify",
-  browserid: args.s
-};
-
-// last time we updated stats and added work if necc.
-var lastPoll = new Date();
-
-// average active users simulated over the last second, 5s, and 60s
-var averages = [
-  0.0,
-  0.0,
-  0.0
-];
-
-// activities complete since the last poll
-var completed = {
-};
-
-// how many activies does an active user undertake per second
-const activitiesPerUserPerSecond = (40.0 / ( 24 * 60 * 60 ));
-
-// activities
-var activity = {
-  "signup": {
-    // a %20 montly growth rate means there's a 20% probability of
-    // the monthly activity generated by an active user being a
-    // new user signup
-    probability: (1.0 / (40 * 28 * .2))
-  },
-  "reset_pass": {
-    // users forget their password once every 4 weeks
-    probability: (1.0 / (40 * 28.0))
-  },
-  "add_email": {
-    // users add a new email address once every 2 weeks
-    probability: (1.0 / (40 * 14.0))
-  },
-  "reauth": {
-    // users must re-authenticate to browser id once a week
-    // (once every two weeks per device)
-    probability: (1.0 / (40 * 7.0))
-  },
-  "signin": {
-    // users sign in using existing authentication material
-    // 8 times a day (once every six hours per device)
-    probability: (8 / 40.0)
-  },
-  "include_only": {
-    // most of the time, users are already authenticated to their
-    // RPs, so the hit on our servers is simply resource (include.js)
-    // inclusion.  The strict probability is 100% - sum of above
-    // probabilities.  We round to 31 / 40.
-    probability: (31 / 40.0)
-  },
-  "change_pass": {
-    // users change their passwords once every two months
-    probability: (1.0 / (40 * 56))
-  }
-};
-
-if (args.l) {
-  console.log("available activities:", Object.keys(activity).join(", "));
-  process.exit(0);
-}
-
-if (args.h) {
-  argv.showHelp();
-  process.exit(1);
-}
-
-var activitiesToRun = Object.keys(activity);
-
-// handle modification of activities to run (-o or -a)
-if (args.a) {
-  if (typeof args.a !== 'string') {
-    process.stdout.write("invalid argument: " + args.a.toString() + "\n\n");
-    argv.showHelp();
-    process.exit(1);
-  }
-  activitiesToRun = args.a.split(',');
-  activitiesToRun.forEach(function(act) {
-    if (!activity.hasOwnProperty(act)) {
-      process.stdout.write("invalid activity: " + act + "\n\n");
-      process.exit(1);
-    }
-  });
-} else if (args.o) {
-  activitiesToRun.splice(activitiesToRun.indexOf('include_only'), 1);
-}
-
-// outstanding incomplete activites
-var outstanding = { };
-
-Object.keys(activity).forEach(function(act) {
-  outstanding[act] = 0;
-});
-
-function numOutstanding() {
-  var n = 0;
-  Object.keys(outstanding).forEach(function(act) {
-    n += outstanding[act];
-  });
-  return n;
-}
-
-// now attach "start functions" to the activity map by including
-// the implementation of each activity
-Object.keys(activity).forEach(function(k) {
-  activity[k].startFunc = require("../lib/load_gen/activities/" + k).startFunc;
-});
-
-// probs is a 2d array mapping normalized probabilities from 0-1 to
-// activities, used when determining what activity to perform next
-var probs = [];
-Object.keys(activity).forEach(function(k) {
-  var sum = 0;
-  if (probs.length) sum = probs[probs.length - 1][0];
-  sum += activity[k].probability;
-  probs.push([sum, k]);
-});
-
-// and normalize probs into 0..1
-(function() {
-  var max = probs[probs.length - 1][0];
-  for (var i = 0; i < probs.length; i++) {
-    probs[i][0] /= max;
-  }
-})();
-
-// a global count of how many poll iterations have been completed
-var iterations = 0;
-
-// output a textual summary of how many activites per second are
-// associated with the given number of active users
-function outputActiveUserSummary(activeUsers) {
-  console.log("with", activeUsers, "active users there will be:");
-  for (var i = 0; i < probs.length; i++) {
-    var p = probs[i][0];
-    if (i !== 0) p -= probs[i-1][0];
-    var n = p * activeUsers * activitiesPerUserPerSecond;
-    console.log(" ", n.toFixed(2), probs[i][1], "activites per second");
-  }
-}
-
-function poll() {
-  function startNewActivity() {
-    // what type of activity is this?
-    var n = Math.random();
-    var act = undefined;
-    for (var i = 0; i < probs.length; i++) {
-      if (n <= probs[i][0]) {
-        act = probs[i][1];
-        break;
-      }
-    }
-    // start the activity! (if it is enabled)
-    if (activitiesToRun.indexOf(act) !== -1) {
-      outstanding[act]++;
-      activity[act].startFunc(configuration, function(err) {
-        outstanding[act]--;
-        if (undefined === completed[act]) completed[act] = [ 0, 0, 0 ];
-        if (err) {
-          if (typeof err != 'string') err = err.toString();
-          if (err.indexOf('server is too busy') != -1) {
-            completed[act][2]++;
-          } else {
-            completed[act][1]++;
-            winston.error('('+act+') ' + err);
-          }
-        } else {
-          completed[act][0]++;
-        }
-      });
-    } else {
-      if (undefined === completed[act]) completed[act] = [ 0, 0, 0 ];
-      completed[act][0]++;
-    }
-  }
-
-  var numErrors = 0;
-  var num503s = 0;
-  var numStarted = 0;
-
-  function updateAverages(elapsed) {
-    if (!iterations) return;
-
-    var numActCompleted = 0;
-    Object.keys(completed).forEach(function(k) {
-      numActCompleted += completed[k][0];
-      numErrors += completed[k][1];
-      num503s += completed[k][2];
-    });
-    completed = { };
-    var avgUsersThisPeriod = (numActCompleted / activitiesPerUserPerSecond) * (elapsed / 1000);
-
-    // the 1s average is a goldfish.
-    averages[0] = avgUsersThisPeriod;
-
-    // for 5s and 60s averages, a little special logic to handle cases
-    // where we don't have enough history to dampen based on past performance
-    var i = 5 > iterations ? iterations * 1.0 : 5.0;
-    averages[1] = ((i-1) * averages[1] + avgUsersThisPeriod) / i;
-    var i = 60 > iterations ? iterations * 1.0 : 60.0;
-    averages[2] = ((i-1) * averages[2] + avgUsersThisPeriod) / i;
-  }
-
-  function outputAverages() {
-    var actSumString = numOutstanding() + " R, " + numStarted + " S";
-    var actNums = [];
-    Object.keys(outstanding).forEach(function(act) {
-      actNums.push(outstanding[act] + act.substr(0,1) + act.substr(-1,1));
-    });
-    actSumString += " (" + actNums.join(' ') + ")";
-
-    console.log("\t", averages[0].toFixed(2),
-                "\t", averages[1].toFixed(2),
-                "\t", averages[2].toFixed(2),
-                "\t", actSumString,
-                "\t", numErrors ? "(" + numErrors + " ERRORS!)" : "",
-                "\t", num503s ? " (" + num503s + " 503s)" : "");
-  }
-
-  // ** how much time has elapsed since the last poll?
-  var elapsed;
-  {
-    var now = new Date();
-    elapsed = now - lastPoll;
-    lastPoll = now;
-  }
-
-  // ** update running averages **
-  updateAverages(elapsed);
-
-  // ** determine how many activities to start **
-
-  // how many active users would we like to simulate
-  var targetActive = args.m;
-
-  // if we're not throttled, then we'll trying 150% as many as
-  // we're simulating right now.  If we're not simulating at least
-  // 10000 active users, that shall be our lower bound
-  if (!targetActive) {
-    if (averages[0] > 10000) targetActive = averages[0] * 1.5;
-    else targetActive = 10000;
-  }
-
-  // now how many new activities do we want to start?
-  var newAct = activitiesPerUserPerSecond * targetActive;
-
-  // scale based on how much time has elapsed since the last poll
-  // on every iteration except the first
-  if (iterations) newAct *= (elapsed / 1000);
-
-  // probabilistic rounding
-  {
-    var add = (newAct % 1.0) < Math.random() ? 0 : 1;
-    newAct = Math.floor(newAct) + add;
-  }
-
-  // ** start activities **
-
-  // start the new activites until they're all started, or until we've
-  // got twice as many outstanding as would be required by the target we
-  // want to hit (which means the server can't keep up).
-  while (newAct >= 1.0 && numOutstanding() < (activitiesPerUserPerSecond * targetActive * 2)) {
-    numStarted++;
-    startNewActivity();
-    newAct--;
-  }
-
-  // ** schedule another wake up
-  var wakeUpIn = 1000 - (new Date() - lastPoll);
-  setTimeout(poll, wakeUpIn);
-
-  // display averages
-  outputAverages();
-
-  iterations++;
-}
-
-// always start out by creating a bunch of users
-var NUM_INITIAL_USERS = 100;
-
-// if an explicit target was specified, let's output what that means
-// in understandable terms
-if (args.m) outputActiveUserSummary(args.m);
-
-const userdb = require("../lib/load_gen/user_db.js");
-
-const lg_crypto = require("../lib/load_gen/crypto.js");
-
-lg_crypto.init(function(err) {
-  if (err) {
-    process.stderr.write('error initializing crypto module: ' + err);
-    process.exit(1);
-  }
-
-  if (args.u) {
-    // parse args.u
-    var start, end;
-    try {
-      var r = args.u.split('/');
-      if (r.length != 2) throw "expected format ##/##";
-      start = parseInt(r[0], 10);
-      end = parseInt(r[1], 10);
-      if (start >= end) throw "first number must be smaller than the second";
-    } catch(e) {
-      console.log("your -u argument is poorly formated: " + e.toString());
-      process.exit(1);
-    }
-
-    // now create all them users!
-    console.log("Runing with", (end - start + 1), "pre-created users (XXX@loadtest.domain)");
-    for (var i = start; i < end; i++) {
-      userdb.addNewUser(userdb.getNewUser(i + "@loadtest.domain", "THE PASSWORD"));
-    }
-    console.log("users created!  applying load...");
-    poll();
-  } else {
-    console.log("To start, let's create " + NUM_INITIAL_USERS + " users via the API.  One moment please...");
-
-    var createUser = require("../lib/load_gen/activities/signup.js").startFunc;
-    var created = 0;
-    for (var i = 0; i < NUM_INITIAL_USERS; i++) {
-      createUser(configuration, function(err) {
-        if (err) {
-          console.log("failed to create initial users! tragedy!  run away!:", err);
-          process.exit(1);
-        }
-        process.stdout.write(".");
-        if (++created == NUM_INITIAL_USERS) {
-          process.stdout.write("\n\n");
-          console.log("Average active users simulated over the last 1s/5s/60s:");
-          poll();
-        }
-      });
-    }
-  }
-});
diff --git a/bin/proxy b/bin/proxy
deleted file mode 100755
index ce26d11277480ae7ea312db34bcf5c17da061a24..0000000000000000000000000000000000000000
--- a/bin/proxy
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// I proxy requests.  That's what I do.
-
-const
-http = require('http'),
-forward = require('../lib/http_forward.js'),
-config = require('../lib/configuration.js');
-
-var port = config.has('bind_to.port') ? config.get('bind_to.port') : 0;
-var addy = config.has('bind_to.host') ? config.get('bind_to.host') : "127.0.0.1";
-
-// set a maximum allowed time on responses to declaration of support requests
-forward.setTimeout(config.get('declaration_of_support_timeout_ms'));
-
-const allowed = /^https:\/\/[a-zA-Z0-9\.\-_]+\/\.well-known\/browserid$/;
-
-var server = http.createServer(function (req, res) {
-  var url = req.url;
-  if (!allowed.test(url)) {
-    res.writeHead(400);
-    res.end('You can\'t get there from here');
-    return;
-  }
-
-  forward.forward(url, req, res, function(err) {
-    if (err) {
-      res.writeHead(400);
-      res.end('Oops: ' + err.toString());
-      return;
-    }
-  });
-}).listen(port, addy, function () {
-  var a = server.address();
-  console.log("running on http://" + a.address + ":" + a.port);
-});
diff --git a/bin/router b/bin/router
deleted file mode 100755
index 6b27d7ead72cd0c0901acfb6d693962cbd7df46a..0000000000000000000000000000000000000000
--- a/bin/router
+++ /dev/null
@@ -1,166 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-fs = require('fs'),
-path = require('path'),
-url = require('url'),
-http = require('http'),
-urlparse = require('urlparse'),
-express = require('express');
-
-const
-metrics = require('../lib/metrics.js'),
-wsapi = require('../lib/wsapi.js'),
-config = require('../lib/configuration.js'),
-heartbeat = require('../lib/heartbeat.js'),
-logger = require('../lib/logging.js').logger,
-forward = require('../lib/http_forward').forward,
-shutdown = require('../lib/shutdown');
-
-var app = undefined;
-
-app = express.createServer();
-
-logger.info("router server starting up");
-
-// verify that we have a keysigner configured
-if (!config.get('keysigner_url')) {
-  logger.error('missing required configuration - url for the keysigner (KEYSIGNER_URL in env)');
-  process.exit(1);
-}
-
-// verify that we have a dbwriter configured
-if (!config.get('dbwriter_url')) {
-  logger.error('missing required configuration - url for the dbwriter (DBWRITER_URL in env)');
-  process.exit(1);
-}
-
-// verify that we have a browserid configured
-if (!config.get('browserid_url')) {
-  logger.error('missing required configuration - url for browserid (BROWSERID_URL in env)');
-  process.exit(1);
-}
-
-// NOTE: ordering of middleware registration is important in this file, it is the
-// order in which middleware will be invoked as requests are processed.
-
-// #1 - Setup health check / heartbeat middleware.
-// Depends on positive health checks from browserid and static processes
-// This is in front of logging on purpose.  see issue #537
-var browserid_url = urlparse(config.get('browserid_url')).validate().normalize().originOnly();
-var static_url = urlparse(config.get('static_url')).validate().normalize().originOnly();
-heartbeat.setup(app, {
-  dependencies: [browserid_url, static_url]
-});
-
-// #2 - logging!  all requests other than __heartbeat__ are logged
-app.use(express.logger({
-  format: config.get('express_log_format'),
-  stream: {
-    write: function(x) {
-      logger.info(typeof x === 'string' ? x.trim() : x);
-    }
-  }
-}));
-
-// limit all content bodies to 10kb, at which point we'll forcefully
-// close down the connection.
-app.use(express.limit("10kb"));
-
-var statsd_config = config.get('statsd');
-if (statsd_config && statsd_config.enabled) {
-  var logger_statsd = require("connect-logger-statsd");
-  app.use(logger_statsd({
-    host: statsd_config.hostname || "localhost",
-    port: statsd_config.port || 8125,
-    prefix: statsd_config.prefix || "browserid.router."
-  }));
-}
-
-// Add Strict-Transport-Security headers if we're serving over SSL
-if (config.get('scheme') == 'https') {
-  app.use(function(req, res, next) {
-    // expires in 30 days, include subdomains like www
-    res.setHeader("Strict-Transport-Security", "max-age=2592000; includeSubdomains");
-    next();
-    });
-}
-
-// redirect requests to the "verifier" processes
-if (config.get('verifier_url')) {
-  var verifier_url = urlparse(config.get('verifier_url')).validate().normalize();
-
-  // support requests coming into the verifier hostname as well as those with /verify in the path,
-  // iff the verifier is configured explicitly with a distinct hostname
-  var verifier_host;
-  if (config.get('public_verifier_url') !== config.get('public_url')) {
-    verifier_host = urlparse(config.get('public_verifier_url')).validate().host;
-  }
-
-  app.use(function(req, res, next) {
-    if (/^\/verify$/.test(req.url) ||
-        (req.headers.host && verifier_host && req.headers.host === verifier_host))
-    {
-      forward(
-        verifier_url, req, res,
-        function(err) {
-          if (err) {
-            logger.error("error forwarding request:", err);
-          }
-        });
-    } else {
-      return next();
-    }
-  });
-}
-
-// #10 if the BROWSERID_FAKE_VERIFICATION env var is defined, we'll include
-// fake_verification.js.  This is used during testing only and should
-// never be included in a production deployment
-if (process.env['BROWSERID_FAKE_VERIFICATION']) {
-  app.use(function(req, res, next) {
-    if (url.parse(req.url).pathname == '/wsapi/fake_verification') {
-      forward(
-        browserid_url+req.url, req, res,
-        function(err) {
-          if (err) {
-            logger.error("error forwarding request:", err);
-          }
-        });
-    } else {
-      return next();
-    }
-  });
-}
-
-// handle /wsapi reads/writes
-var dbwriter_url = urlparse(config.get('dbwriter_url')).validate().normalize().originOnly();
-
-wsapi.routeSetup(app, {
-  read_url: browserid_url,
-  write_url: dbwriter_url
-});
-
-//catch-all
-app.use(function(req, res, next) {
-
-  // log metrics
-  if (req.url === '/sign_in') metrics.userEntry(req);
-
-  forward(
-    static_url+req.url, req, res,
-    function(err) {
-      if (err) {
-        logger.error("error forwarding request:", err);
-      }
-    });
-});
-
-var bindTo = config.get('bind_to');
-app.listen(bindTo.port, bindTo.host, function(conn) {
-  logger.info("running on http://" + app.address().address + ":" + app.address().port);
-});
diff --git a/bin/static b/bin/static
deleted file mode 100755
index 918442ccd1ebaf6f6dcaff17da96ac0a0252601d..0000000000000000000000000000000000000000
--- a/bin/static
+++ /dev/null
@@ -1,106 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-fs = require('fs'),
-path = require('path'),
-url = require('url'),
-http = require('http'),
-urlparse = require('urlparse'),
-express = require('express');
-
-const
-assets = require('../lib/static_resources').all,
-cachify = require('connect-cachify'),
-i18n = require('../lib/i18n.js'),
-wsapi = require('../lib/wsapi.js'),
-httputils = require('../lib/httputils.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js'),
-heartbeat = require('../lib/heartbeat.js'),
-logger = require('../lib/logging.js').logger,
-views = require('../lib/static/views.js');
-
-var app = undefined;
-
-app = express.createServer();
-
-logger.info("static starting up");
-
-// Setup health check / heartbeat middleware.
-// This is in front of logging on purpose.  see issue #537
-heartbeat.setup(app);
-
-// logging!  all requests other than __heartbeat__ are logged
-app.use(express.logger({
-  format: config.get('express_log_format'),
-  stream: {
-    write: function(x) {
-      logger.info(typeof x === 'string' ? x.trim() : x);
-    }
-  }
-}));
-
-// #2.1 - localization
-app.use(i18n.abide({
-  supported_languages: config.get('supported_languages'),
-  default_lang: config.get('default_lang'),
-  debug_lang: config.get('debug_lang'),
-  translation_directory: config.get('translation_directory'),
-  disable_locale_check: config.get('disable_locale_check')
-}));
-
-var statsd_config = config.get('statsd');
-if (statsd_config && statsd_config.enabled) {
-  logger_statsd = require("connect-logger-statsd");
-  app.use(logger_statsd({
-    host: statsd_config.hostname || "localhost",
-    port: statsd_config.port || 8125,
-    prefix: statsd_config.prefix || "browserid.static."
-  }));
-}
-// #4 - prevent framing of everything.  content underneath that needs to be
-// framed must explicitly remove the x-frame-options
-app.use(function(req, resp, next) {
-  resp.setHeader('x-frame-options', config.get('x_frame_options'));
-  next();
-});
-
-var static_root = path.join(__dirname, "..", "resources", "static");
-
-// #7 - perform response substitution to support local/dev/beta environments
-// (specifically, this replaces URLs in responses, e.g. https://browserid.org
-//  with https://diresworb.org)
-config.performSubstitution(app);
-
-// #9 - handle views for dynamicish content
-views.setup(app);
-
-app.use(cachify.setup(assets(config.get('supported_languages')),
-        {
-          prefix: config.get('cachify_prefix'),
-          production: config.get('use_minified_resources'),
-          root: static_root,
-        }));
-
-// add 'Access-Control-Allow-Origin' headers to static resources that will be served
-// from the CDN.  We explicitly allow resources served from public_url to access these.
-app.use(function(req, res, next) {
-  res.on('header', function() {
-    // this allows fonts to be requested cross domain
-    res.setHeader("Access-Control-Allow-Origin", config.get('public_url'));
-    // this makes sure caches properly consider language headers
-    res.setHeader('Vary', 'Accept-Encoding,Accept-Language');
-  });
-  next();
-});
-
-app.use(express.static(static_root));
-
-var bindTo = config.get('bind_to');
-app.listen(bindTo.port, bindTo.host, function() {
-  logger.info("running on http://" + app.address().address + ":" + app.address().port);
-});
diff --git a/bin/verifier b/bin/verifier
deleted file mode 100755
index 0999750fbb1d5b870022604c61f11d1f442941a1..0000000000000000000000000000000000000000
--- a/bin/verifier
+++ /dev/null
@@ -1,155 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-util = require("util"),
-path = require('path'),
-url = require('url'),
-fs = require('fs'),
-express = require('express'),
-computecluster = require('compute-cluster'),
-metrics = require('../lib/metrics'),
-heartbeat = require('../lib/heartbeat'),
-logger = require('../lib/logging').logger,
-config = require('../lib/configuration'),
-shutdown = require('../lib/shutdown'),
-statsd = require('../lib/statsd');
-
-logger.info("verifier server starting up");
-
-var app = express.createServer();
-
-// setup health check / heartbeat (before logging)
-heartbeat.setup(app);
-
-// request to logger, dev formatted which omits personal data in the requests
-app.use(express.logger({
-  format: config.get('express_log_format'),
-  stream: {
-    write: function(x) {
-      logger.info(typeof x === 'string' ? x.trim() : x);
-    }
-  }
-}));
-
-// limit all content bodies to 10kb, at which point we'll forcefully
-// close down the connection.
-app.use(express.limit("10kb"));
-
-var statsd_config = config.get('statsd');
-if (statsd_config && statsd_config.enabled) {
-  var logger_statsd = require("connect-logger-statsd");
-  app.use(logger_statsd({
-    host: statsd_config.hostname || "localhost",
-    port: statsd_config.port || 8125,
-    prefix: statsd_config.prefix || "browserid.verifier."
-  }));
-}
-
-app.use(express.bodyParser());
-
-try {
-  // explicitly relay VAR_PATH to children
-  process.env['VAR_PATH'] = config.get('var_path');
-
-  // allocate a compute cluster
-  var cc = new computecluster({
-    module: path.join(__dirname, "..", "lib", "verifier", "verifier-compute.js"),
-    max_processes: config.get('max_compute_processes')
-  }).on('error', function(e) {
-    logger.error("error detected in verification computation process!  fatal: " + e.toString());
-    setTimeout(function() { process.exit(1); }, 0);
-  }).on('info', function(msg) {
-    logger.info("(compute cluster): " + msg);
-  }).on('debug', function(msg) {
-    logger.debug("(compute cluster): " + msg);
-  });
-} catch(e) {
-  process.stderr.write("can't allocate compute cluster: " + e + "\n");
-  process.exit(1);
-}
-
-function doVerification(req, resp, next) {
-  req.body = req.body || {};
-
-  var assertion = (req.query && req.query.assertion) ? req.query.assertion : req. body.assertion;
-  var audience = (req.query && req.query.audience) ? req.query.audience : req.body.audience;
-
-  if (!(assertion && audience)) {
-    // why couldn't we extract these guys?  Is it because the request parameters weren't encoded as we expect? GH-643
-    const want_ct = [ 'application/x-www-form-urlencoded', 'application/json' ];
-    var reason;
-    try {
-      var ct = req.headers['content-type'];
-      if (ct.indexOf(';') != -1) ct = ct.substr(0, ct.indexOf(';'));
-      if (want_ct.indexOf(ct) == -1) throw "wrong content type";
-    } catch (e) {
-      reason = "Content-Type expected to be one of: " + want_ct.join(", ");
-      metrics.report('verify', {
-        result: 'failure',
-        reason: reason,
-        rp: audience
-      });
-      return resp.json({ status: "failure", reason: reason}, 415);
-    }
-    reason = "need assertion and audience";
-    metrics.report('verify', {
-      result: 'failure',
-      reason: reason,
-      rp: audience
-    });
-    return resp.json({ status: "failure", reason: reason}, 400);
-  }
-
-  var startTime = new Date();
-  cc.enqueue({
-    assertion: assertion,
-    audience: audience
-  }, function (err, r) {
-    var reqTime = new Date - startTime;
-    statsd.timing('assertion_verification_time', reqTime);
-
-    // consider "application" errors to be the same as harder errors
-    if (!err && r && r.error) err = r.error;
-    else if (!r || !r.success) err = "no response returned from child process";
-
-    if (err) {
-      statsd.increment("assertion_failure");
-      resp.json({"status":"failure", reason: err});  //Could be 500 or 200 OK if invalid cert
-      metrics.report('verify', {
-        result: 'failure',
-        reason: err,
-        rp: audience
-      });
-    } else {
-      resp.json({
-        status : "okay",
-        email : r.success.email,
-        audience : audience, // NOTE: we return the audience formatted as the RP provided it, not normalized in any way.
-        expires : new Date(r.success.expires).valueOf(),
-        issuer: r.success.issuer
-      });
-
-      metrics.report('verify', {
-        result: 'success',
-        rp: r.success.audience
-      });
-    }
-  });
-}
-
-app.post('/verify', doVerification);
-app.post('/', doVerification);
-
-// shutdown nicely on signals
-shutdown.handleTerminationSignals(app, function() {
-  cc.exit();
-});
-
-var bindTo = config.get('bind_to');
-app.listen(bindTo.port, bindTo.host, function(conn) {
-  logger.info("running on http://" + app.address().address + ":" + app.address().port);
-});
diff --git a/automation-tests/browserid/browser_id.py b/browser_id.py
similarity index 100%
rename from automation-tests/browserid/browser_id.py
rename to browser_id.py
diff --git a/config/aws.json b/config/aws.json
deleted file mode 100644
index 336f5ed2ab338b43791738d08bb8ac660e7944cf..0000000000000000000000000000000000000000
--- a/config/aws.json
+++ /dev/null
@@ -1,27 +0,0 @@
-// this is configuration specific to aws deployments
-{
-  // disable statsd for aws
-  "statsd": {
-    "enabled": false
-  },
-  "kpi_backend_sample_rate": 1.0,
-  // for amazon deployments, enable it-CH which is the trigger language
-  // for localization tests db-LB (which is a testing language where chars
-  // are inverted and reversed), and en-US.
-  // This set can be overridden by adding more to config.json on the VM.
-  "supported_languages": [
-    "en-US", "it-CH"
-  ],
-  "debug_lang": "it-CH",
-  "var_path": "/home/app/var",
-
-  "http_proxy": {
-    "host": "127.0.0.1",
-    "port": 10006
-  },
-  "proxy": { "bind_to": { "port": 10006 } },
-  "router": { "bind_to": { "port": 8080 } },
-  "kpi_backend_db_url" : "https://kpiggybank.hacksign.in/wsapi/interaction_data",
-  // whether to show the development menu.
-  "enable_development_menu": true
-}
diff --git a/config/l10n-all.json b/config/l10n-all.json
deleted file mode 100644
index 4ed580d99d0027741db617a70e700a19ca89da1d..0000000000000000000000000000000000000000
--- a/config/l10n-all.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-"supported_languages": [
-    "af", "bg", "ca", "cs", "cy", "da", "db-LB", "de", "el", "en-US",
-    "eo", "es", "et", "eu", "fi", "fr", "fy", "ga", "gd", "gl",
-    "he", "hr", "hu", "id", "it", "ja", "ko", "lij", "lt", "ml",
-    "nb-NO", "nl", "pa", "pl", "pt", "pt-BR", "rm", "ro", "ru", "si",
-    "sk", "sl", "son", "sq", "sr", "sv", "tr", "uk", "zh-CN", "zh-TW"
-  ]
-}
diff --git a/config/l10n-prod.json b/config/l10n-prod.json
deleted file mode 100644
index f05c4c968ea6d4544463b02005067d09811332c0..0000000000000000000000000000000000000000
--- a/config/l10n-prod.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  "supported_languages": [
-    "af", "bg", "ca", "cs", "cy", "da", "de", "el", "en-US", "eo",
-    "es", "et", "eu", "fi", "fr", "fy", "ga", "gd", "gl", "he",
-    "hr", "hu", "id", "it", "ja", "ko", "lij", "lt", "nb-NO", "nl",
-    "pa", "pl", "pt-BR", "rm", "ro", "ru", "sk", "sl", "son", "sq",
-    "sr", "sv", "tr", "uk", "zh-CN", "zh-TW"
-  ]
-}
diff --git a/config/local.json b/config/local.json
deleted file mode 100644
index ba653f4feb79cb3112b0265960ce72bd667204d4..0000000000000000000000000000000000000000
--- a/config/local.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-  "verifier": { "bind_to": { "port": 10000 } },
-  "keysigner": { "bind_to": { "port": 10003 } },
-  "dbwriter": { "bind_to": { "port": 10004 } },
-  "proxy": { "bind_to": { "port": 10006 } },
-  "browserid": { "bind_to": { "port": 10007 } },
-  "static": { "bind_to": { "port": 10010 } },
-  "router": { "bind_to": { "port": 10002 } },
-  "use_minified_resources": false,
-  "database": {
-    "driver": "json"
-  },
-  "express_log_format": "dev_bid",
-  "email_to_console": true,
-  "env": "local",
-  "kpi_backend_sample_rate": 1.0,
-
-  // whether to show the development menu.
-  "enable_development_menu": true
-}
diff --git a/config/production.json b/config/production.json
deleted file mode 100644
index 024fab21e8d347502287b96b617d488d2b8989dc..0000000000000000000000000000000000000000
--- a/config/production.json
+++ /dev/null
@@ -1,64 +0,0 @@
-// production.js is the common base configuration for
-// all hosted deployments (non-local)
-{
-  "env": "production",
-  "bind_to": {
-    "host": "127.0.0.1"
-  },
-  "use_minified_resources": true,
-  "database": {
-    "driver": "mysql",
-    "user": "browserid",
-    "name": "browserid",
-    "create_schema": true
-  },
-  "statsd": {
-    "enabled": true
-  },
-  "kpi_backend_sample_rate": 0.0,
-  "bcrypt_work_factor": 12,
-  "max_compute_processes": null,
-  "max_compute_duration": 10,
-  "disable_primary_support": false,
-  "enable_code_version": false,
-  "default_lang": "en-US",
-  // supported_languages should be overridded with what is appropriate for the
-  // deployment.  That is environment dependent:
-  //  * in l10 preview env it's all available locales
-  //  * in staging or dev envs it depends, but should include at least
-  //    testing locales:  "it-CH", "db-LB"
-  //  * in production it's reviews locales that have been signed off
-  "supported_languages": [
-    "en-US"
-  ],
-  "debug_lang": "it-CH",
-  // locale directory should be overridden
-  "express_log_format": "default_bid",
-  "email_to_console": false,
-  // var path should be overridded
-  // "var_path": "xxx",
-
-  // this is daemon specific configuration to bind the
-  // ports we've traditionally bound different daemons to,
-  // may be overridden if desired
-  "verifier": { "bind_to": { "port": 62800 } },
-  "verifier_url": "http://127.0.0.1:62800/verify",
-  "keysigner": { "bind_to": { "port": 62600 } },
-  "keysigner_url": "http://127.0.0.1:62600",
-  "dbwriter": { "bind_to": { "port": 62900 } },
-  "dbwriter_url": "http://127.0.0.1:62900",
-  "browserid": { "bind_to": { "port": 62700 } },
-  "browserid_url": "http://127.0.0.1:62700",
-  "static": { "bind_to": { "port": 63400 } },
-  "static_url": "http://127.0.0.1:63400",
-  "router": { "bind_to": { "port": 63300 } },
-
-  // set to true to enable the development menu.
-  "enable_development_menu": false
-
-  // http_proxy should be overridded per env
-  //"http_proxy": {
-  //  "host": "127.0.0.1",
-  //  "port": 10006
-  //},
-}
diff --git a/automation-tests/browserid/conftest.py b/conftest.py
similarity index 100%
rename from automation-tests/browserid/conftest.py
rename to conftest.py
diff --git a/docs/AWS_DEPLOYMENT.md b/docs/AWS_DEPLOYMENT.md
deleted file mode 100644
index 65013b4760d13db067a3c1341bbfb9784ca32cf4..0000000000000000000000000000000000000000
--- a/docs/AWS_DEPLOYMENT.md
+++ /dev/null
@@ -1,188 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-# Deploying BrowserID on Amazon Web Services
-
-This document will show you how to use the in-tree scripts to deploy
-different versions of BrowserID onto Amazon's cloud infrastructure.
-
-This is useful for testing changes in an environment similar to
-production, or for sharing experimental changes with other people.
-
-## Prerequisites
-
-In order to use these deploy scripts, you need the following:
-
-  1. have built and locally run browserid
-  2. an ssh key in `~/.ssh/id_rsa.pub`
-  3. an AWS account that is "signed up" for EC2
-  4. (optionally) a secrets bundle that you get from lloyd (for DNS, SSL, and mail setup)
-
-For the secrets bundle, you'll need gpg to unpack it, and will do
-the following:
-
-    $ cd
-    $ curl -s http://people.mozilla.org/~lhilaiel/persona_goodies.tgz.gpg | gpg -d | tar xvzf -
-
-You'll be asked for the decryption password from GPG.  Get that from
-lloyd.
-
-Once you have these things, you'll need to relay them to deployment
-scripts via your environment.  you might put something like this
-in your `.bashrc`:
-
-    # This is your Access Key ID from your AWS Security Credentials
-    export AWS_ID=<your id>
-    # This is your Secret Access Key from your AWS Security Credentials
-    export AWS_SECRET=<your secret>
-    # install super magic secrets into your environment
-    . $HOME/.persona_secrets/env.sh
-
-## Verify the credentials
-
-You can verify that your credentials are properly configured, try:
-
-    $ scripts/deploy.js test
-    Checking DNS management access: good
-    Checking AWS access: good
-
-## Deploying your first VM
-
-Let's get started.  To deploy your first vm, all you have to do is pick a 
-hostname.  This might be something like `feature385` or `issue1000`, or 
-you can use a different name that is short but meaningful to what you're
-going to deploy.  Once chosen, invoke `deploy.js` like this:
-
-    $ scripts/deploy.js deploy some_name_i_chose
-    awsbox cmd: node_modules/.bin/awsbox create -n some_name_i_chose -p /Users/lth/.persona_secrets/cert.pem -s /Users/lth/.persona_secrets/key.pem -d -u https://some_name_i_chose.personatest.org -x /Users/lth/.persona_secrets/smtp.json
-    reading .awsbox.json
-    attempting to set up VM "some_name_i_chose"
-       ... Checking for DNS availability of some_name_i_chose.personatest.org
-       ... VM launched, waiting for startup (should take about 20s)
-       ... Adding DNS Record for some_name_i_chose.personatest.org
-       ... Instance ready, setting human readable name in aws
-       ... name set, waiting for ssh access and configuring
-       ... adding additional configuration values
-       ... public url will be: https://some_name_i_chose.personatest.org
-       ... nope.  not yet.  retrying.
-       ... nope.  not yet.  retrying.
-       ... victory!  server is accessible and configured
-       ... and your git remote is all set up
-       ... finally, installing custom packages: mysql-server
-       ... copying up SSL cert
-    
-    Yay!  You have your very own deployment.  Here's the basics:
-    
-     1. deploy your code:  git push some_name_i_chose HEAD:master
-     2. visit your server on the web: https://some_name_i_chose.personatest.org
-     3. ssh in with sudo: ssh ec2-user@some_name_i_chose.personatest.org
-     4. ssh as the deployment user: ssh app@some_name_i_chose.personatest.org
-    
-     Here are your server's details: {
-        "instanceId": "i-f0b35e89",
-        "imageId": "ami-ac8524c5",
-        "instanceState": {
-            "code": "16",
-            "name": "running"
-        },
-        "dnsName": "ec2-23-21-24-182.compute-1.amazonaws.com",
-        "keyName": "awsbox deploy key (4736caec113ccb53aa62bb165c58c17d)",
-        "instanceType": "t1.micro",
-        "ipAddress": "23.21.24.182",
-        "name": "i-f0b35e89"
-    }
-
-The output contains instructions for use.  Note that every occurance of 
-`some_name_i_chose` will be replaced with the name *YOU* chose.
-
-IMPORTANT: Amazon charges money by the hour for running instances.  Destroy
-instances when they are no longer needed to avoid unexpected charges.
-
-## Deploying code to your server
-
-The deployment process sets up a 'git remote', which just means it runs
-the following command for you:
-
-    $ git remote add some_name_i_chose app@<ipAddress>:git
-
-This allows you to more conveniently push code to your server.  Say 
-you wanted to now deploy code from `mybranch` on this new VM:
-
-    $ git push some_name_i_chose mybranch:master
-
-IMPORTANT: you are pushing *from* the local `mybranch`, to the remote 
-`master` branch.  The VM will always deploy what's on its master branch.
-
-Say you want to go push new changes from mybranch:
-
-    $ git push some_name_i_chose mybranch:master
-
-Yeah.  Same thing.
-
-Say you want to push changes to this server from a completely different
-branch:
-
-    $ git push -f some_name_i_chose myotherbranch:master
-
-You are pushing *from* the local `myotherbranch`, to the remote `master`.
-
-## Seeing what VMs you have running
-
-    $ scripts/deploy.js list
-    ...
-
-## Destroying your first VM
-
-These things cost money by the hour, not a lot, but money.  So when you want to
-decommission a VM and release your hold on the DNS name, simply:
-
-    $ scripts/deploy.js destroy some_name_i_chose
-    awsbox cmd: node_modules/.bin/awsbox destroy some_name_i_chose
-    trying to destroy VM for some_name_i_chose: done
-    trying to remove git remote: done
-    trying to remove DNS: some_name_i_chose.personatest.org
-    deleting some_name_i_chose.personatest.org: done
-
-## Overview of what's deployed to VMs
-
-Deploying code in this fashion spins up a pre-configured VM template.
-There are several things that are pre-configured for your pleasure:
-
-  1. ssh keys: your public key is copied up to the server for passphraseless
-     ssh access.
-  2. Git support: an 'app' user is created with a repository under `~app/git`
-     on the server, that you can push to.
-  3. `post-update` hook: when you push to the `master` branch of the server's
-     git repository, this code restarts your services to pick up the changes.
-  4. SSL support and 503 support - you'll get SSL for free and will see
-     a reasonable error message when your servers aren't running.
-  5. a mysql database with a browserid user without any password.
-
-### User accounts
-
-VMs have three pre-configured users, all of which you have passphraseless SSH
-access to:
-
-  * `ec2-user` is an account with full sudo access.
-  * `app` is an account that has no sudo, receives and builds code via git
-    pushes, and runs the application servers.
-  * `proxy` is the account the the HTTP reverse proxy that front-ends your server
-    runs as.
-
-Feel free to start a new server, and ssh in as `app` to explore all of the
-configuration.  An attempt has been made to isolate as much configuration 
-under this user's account as possible.
-
-### Hacking the deployed code
-
-If you want to change anything on your VM, you should really just commit to
-your local git repo and then push the changes over to the EC2 instance.
-
-However, sometimes that doesn't work for some reason and you need to hack
-the code directly and restart the services:
-
-  1. ssh into the VM as the `app` user
-  2. hack the currently running code in `/home/app/code/`
-  3. run the js combiner/minifier: `/home/app/code/scripts/compress`
-  4. restart all of the services: `forever restartall`
diff --git a/docs/I18N.md b/docs/I18N.md
deleted file mode 100644
index 1cfdfa59e37a09b06e68dc595bc901be378fc61f..0000000000000000000000000000000000000000
--- a/docs/I18N.md
+++ /dev/null
@@ -1,80 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-# i18n Support
-
-Working with a localized version of BrowserID is totally optional for
-casual development.
-
-To get started, please [read the l10n locale doc](http://svn.mozilla.org/projects/l10n-misc/trunk/browserid/README).
-
-## Development
-
-Any copy, label, or error message that will be shown to users **should** be wrapped in a gettext function.
-
-These strings must be evaluated in the scope of a request, so we know which locale the user has.
-
-In JavaScript or EJS templates use `gettext` or `ngettext`. If you need to do string interpolation, use the
-[format](../lib/i18n.js) function, which is kind of like node.js' `util.format`, except crappier.
-
-Using `_` is more idiomatic, but conflicts with `underscore.js` on the client side JS and EJS files.
-
-Technically, you can alias `gettext` to `_` and use `util.format`, etc in node.js code - but for development consistency,
-we should keep EJS templates looking similar, regardless of if they are evaluated client or server-side.
-
-## Variables
-
-The request object and the response's template context have the following variables:
-
- * `lang` - User's preferred language
- * `lang_dir` - rtl or ltr (BIDI language support)
- * `locale` - OS level locale code
- * `gettext`, `ngettext` - Gettext functions
- * `format` - for string interpolation
-
-## Tools
-
-``scripts/every_locale.js`` - will output a list of every locale under the locale directory. This can
-be copied into ``config/l10n-all.json``.
-
-``scripts/check_l10n_config.js`` - Run with the ``CONFIG_FILES`` environment variable set to the one json
-config file which you'll like to validate. Examples:
-
-    CONFIG_FILES=/home/ozten/Projects/browserid/config/l10n-prod.json node ./scripts/check_l10n_config.js
-    CONFIG_FILES=/home/ozten/Projects/browserid/config/l10n-all.json node ./scripts/check_l10n_config.js
-
-## Debugging
-
-If code is evaluated in node.js (server-side) then node-gettext is providing the string
-translation. Strings are from the `messages.mo` files under the locale directory. MO files
-are binary, compiled from the PO files.
-
-If code is evaluated on the client-side, then `resources/static/shared/gettext.js` is in
-the house. Strings are from `resources/static/i18n` JSON files.
-
-If code is evaluated in your head, then clearly we are post-singularity. Why are you
-still using gettext?
-
-Use the `eo` locale for development and debugging. It is auto-translated with:
-
-    for catalog in messages client; do
-      echo "Translating ${catalog}.po"
-      podebug --rewrite=flipped -i locale/templates/LC_MESSAGES/${catalog}.pot -o locale/eo/LC_MESSAGES/${catalog}.po
-    done
-
-## New Locales
-
-To add a new language, and thus a new locale to BrowserID, do the following:
-
-    # Assuming you want to add eo for Esperanto support...
-
-    mkdir -p locale/eo/LC_MESSAGES
-
-    msginit --input=./locale/templates/LC_MESSAGES/messages.pot \
-            --output-file=./locale/eo/LC_MESSAGES/messages.po \
-            -l eo
-
-    msginit --input=./locale/templates/LC_MESSAGES/client.pot \
-            --output-file=./locale/eo/LC_MESSAGES/client.po \
-            -l eo
diff --git a/docs/LOAD_GENERATION.md b/docs/LOAD_GENERATION.md
deleted file mode 100644
index 1da709e7f8d7301dd820d222f9ff3736de5cacf2..0000000000000000000000000000000000000000
--- a/docs/LOAD_GENERATION.md
+++ /dev/null
@@ -1,66 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-# Load Generating Tool
-
-This directory contains a standalone tool that analyzes the capacity of a browserid
-server.  The tool is run from the command line, applies load to the target server,
-and outputs the number of "active users" it is simulating at the moment.  
-
-## Usage
-
-XXX: document the command line invocation and usage of the tool.
-
-## Methodology
-
-The following sections document how the load generation tool functions
-in detail, including a description of the estimations employed by the 
-tool.
-
-### Defining an Active User
-
-In order to understand what kind of load an "active user" imparts on
-browserid servers, we must know precisely what an average active user
-is.
-
-For the sake of this discussion, an active user uses 4 sites that use
-BrowserID and visits them 10 times each day.  These activities are
-split across 2 different devices.  Further, the average user has 2
-different email addresses that they use equally, and forgets their
-password about every 4 weeks.
-
-The final bit of assumption is growth rate, what percentage of active
-users in a unit of time are using browserid for the first time.  This
-is interesting as different types of requests (with different costs)
-are made during initial user signup.  We start by assuming a 20/80 split
-of new to returning users per month.
-
-The next bit of guesswork required is to explain the behaviors of these
-sites (RPs) that a user visits.  The average RP will set authentication
-cookies with 6 hour duration, such that a user must re-authenticate using
-browserid at least every 6 hours.  
-
-### Defining high-level user activities
-
-Given these parameters we can now derive concretely the number of 
-high level user activities we must support per second to support 1M
-active.  This will manifest as activities per second for each of the 
-following distinct activities:
-
- * *new user signup* - someone who has never used browserid goes through the in-dialog "sign up" flow.
- * *password recovery* - a user of browserid goes through the "i forgot my password" flow
- * *email addition* - a user of browserid adds a new email address to their existing account
- * *re-authentication* - a user of browserid re-authenticates to browserid (they have an expired session, or are using a new device for the first time)
- * *authenticated user sign-in* - a user of browserid with authentication material already on their device, and an active session to browserid, logs into a site
-
-### From activities to HTTP requests
-
-Having defined the activities above, each activity corresponds to 
-some number of network requests.  In step three, we'll break each
-activity down into its constituent network transactions in a holistic
-manner, including all resources loaded from browserid servers (NOTE: we
-could account for browser caching here with another factor).
-
-The result of this is a description of each activity in terms of network
-transactions that can be expressed in code.   
diff --git a/docs/ORGANIZATION.md b/docs/ORGANIZATION.md
deleted file mode 100644
index fbb4aca2a4b16ccbe6a6aeaa4bc2ea3cd61411a5..0000000000000000000000000000000000000000
--- a/docs/ORGANIZATION.md
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-Several node.js servers are implemented in this repostiory, each is
-implemented on top of the [express](http://expressjs.com) framework
-and they share the following directory structure:
-
-* `bin/` - Contains the BrowserID servers (browserid,  dbwriter, keysgner, and verifier) and CLI tools.
-
- * Each node.js application is the "entry point" for that app and is a typical express app.
-
-* `scripts/` - Contains more CLI tools
-
- * `run_locally.js` - Script to run all the node.js servers server - typically bound
-    against a well known localhost port.
-
-* `lib/` - Server side JavaScript modules
-
-* `var/` - A demand created directory with ephemeral files generated
-            during the run (keys, logs, etc).
-
-* `resources/`
-
- * `views/` - Express views (server side), served before `static/` (if present)
-
- * `static/` - Files served verbatim without any substitution nor server
-            side logic in them
-
-  * `include.js` - The JS file included by all RPs.
-
-  * `dialog/` - The meat of the BID dialog, a client side MVC architecture with a state machine
-
-   * `views/` - Client side EJS templates, not executed by ejs.js server side
-
-   * `resources/` - State machine and other logic powering the dialog
-
-  * `pages/` - Client side business logic for dialog
-
-  * `shared/` - JavaScript which is re-used across dialogs
-
-  * `test/` - QUnit tests
-
-* `tests/` - Tests written using [vows](http://vowsjs.org)
-
- * Run via `scripts/test`
diff --git a/docs/PRIMARY_PROTOCOL.md b/docs/PRIMARY_PROTOCOL.md
deleted file mode 100644
index 2c50b808590601a6eb6747e9b9893feb1fb3281a..0000000000000000000000000000000000000000
--- a/docs/PRIMARY_PROTOCOL.md
+++ /dev/null
@@ -1,309 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-# BrowserID Primary IdP Protocol
-
-## 1. Overview
-
-The BrowserID protocol is designed to allow identity providers to
-directly vouch for their users' ownership of email addresses that they
-issue.  They do this by implementing the BrowserID
-Primary IdP Protocol.  Concretely, this involves the publication
-resources which advertise support, perform headless certificate
-provisioning, and expose a web based user interface to allow for
-authentication to their service from within UI rendered by
-the browser.
-
-The protocol is designed to be compatible with both an HTML
-implementation of BrowserID and a native browser implementation.
-
-## 2. Requirements
-
-A BrowserID primary identity authority must implement the following:
-
-  1. **A declaration of support**: An IdP must explicitly declare, in
-     the form of a document hosted on their domain, that they support
-     BrowserID.  The contents of this document may include paths to
-     supporting resources, as well as a public key which allows for
-     the verification of assertions generated using certificates that the
-     primary has issued.
-  2. **Authentication page**: A user must be able to interact with
-     their IdP at the time that they are signing into a website to prove
-     their identity to the IdP and establish a session.
-  3. **Provisioning page**: A webpage must be provided which is
-     capable of provisioning a user that is authenticated to the IdP with
-     a certificate.
-
-The remainder of this document discusses these requirements.
-
-## 3. Declaration of Support
-
-In order to make it possible for the browser to determine if there is
-primary support available for a given domain, there must be a well
-known location where an expression of support is published.  [RFC
-5785][] proposes a convention for well-known resources, such as that
-required by BrowserID, which is a `.well-known` directory under the
-document root.  Applying this convention, primaries must serve a JSON
-document under `.well-known/browserid`.
-
-  [RFC 5785]: http://tools.ietf.org/html/rfc5785
-
-This document should:
-
-  1. be served from `/.well-known/browserid`
-  2. be served with a `Content-Type` of `application/json`
-  3. be provided over SSL.
-  4. have cache headers inline with the desires of the primary
-
-The top level keys present have the following contents and meaning:
-
-  * **public-key** is a public key that can be used to
-    verify that certificates issued by the primary are authentic.
-  * **authentication** is a path that serves web content that can be
-    rendered by the browser to allow the user to
-    authenticate to the IdP.
-  * **provisioning** is a path to content that is capable of
-    attaining a certificate given an established session with the
-    IdP.
-
-### 3.1. Example
-
-    {
-        "public-key": { <public key as json object> },
-        "authentication": "/browserid/auth",
-        "provisioning": "/browserid/provision"
-    }
-
-### 3.2. Delegation of Authority
-
-In the event that a domain wishes to have primary support for email
-addresses underneath it, but wishes for that support to be implemented
-by a domain other than its own, it may explicity delegate
-authentication and provisioning to another host.  Delegation occurs
-when an `authority` property is present in the declaration of support
-which contains a domain name (in which case, all other properties
-present are ignored).
-
-An example declaration of supporty which delegates is thus:
-
-    {
-        "authority": "otherhost.tld"
-    }
-
-In attempting to determine whether primary BrowserID support exists
-for an email address `user@somehost.tld`, a browser will first pull
-`https://somehost.tld/.well-known/browserid`; upon discovery of delegated
-authority, the browser would next check
-`https://otherhost.tld/.well-known/browserid`.
-
-Normal caching rules apply, and as with HTTP, clients should detect
-infinite redirection loops and may limit redirection to a reasonable
-maximum, like 5.
-
-### 3.3. Duration of Validity
-
-A declaration of support can contain public keys, which may change.  At
-the same time, anyone who verifies assertions must fetch these resources
-in order to authenticate users.  Validity duration is expressed using
-standard HTTP caching headers, and primaries should allow this resource to
-be cached at least six hours, with appropriate deployment strategies to
-gracefully introduce changes.  A reasonable cache header on a declaration
-of support might be:
-
-    Cache-Control: public, max-age=21600
-
-### 3.4 Open Issues
-
-#### 3.4.1 Key Decommissioning
-
-In this specification, there's no way for a primary to publish more that
-one public key, which would be required to enable transitioning from
-one root keypair to another.  It's suggested we consider allowing the
-`public-key` property of the declaration of support to have an array of
-keys as a value, and update the verification algorithm and formats to
-support simple but efficient determination of which public key to use
-in the event there are multiple.
-
-## 4. Provisioning Page
-
-The provisioning page is a resource served by the IdP that can
-interact with the primary provider and the BrowserID JavaScript API to
-check if the user is authenticated, generated a keypair, sign the public
-key to create a certificate, and return that certificate to BrowserID
-via the API.
-
-The provisioning page will run in a headless javascript environment
-(the DOM of the content is not displayed), and it may be run in a
-sandbox allocated by the browser without access to `window.*`
-properties available to normal web content.
-
-### 4.1. Example
-
-    // get parameters of provisioning
-    navigator.id.beginProvisioning(function(email, cert_duration) {
-
-        // ... check if the current user is authenticated as 'email' ...
-        if (notAuthenticated()) {
-            navigator.id.raiseProvisioningFailure("user isn't authenticated");
-        }
-
-        // request a keypair be generated by browserid and get the public key
-        navigator.id.genKeyPair(function(pubkey) {
-
-            // ... interact with the server to sign the public key and get
-            // a certificate ...
-            var cert = someServerInteraction();
-
-            // pass the certificate back to BrowserID and complete the
-            // provisioning process
-            navigator.id.registerCertificate(cert);
-        });
-    });
-
-### 4.2 JavaScript Shim
-
-To support browsers without native BrowserID support, the provisioning
-content should include a javascript shim, hosted at:
-
-    https://login.persona.org/provisioning_api.js
-
-### 4.3. BrowserID API
-
-    // A function invoked to fetch provisioning parameters, such as
-    // email and desired certificate duration.
-    navigator.id.beginProvisioning(function(email, cert_duration_s) { });
-
-    // cause the browser to generate a key-pair, cache the private key
-    // and return the public key for signing.
-    navigator.id.genKeyPair(function(pubkey) { });
-
-    // upon successful certificate generation, register the certificate
-    // with the browser.
-    navigator.id.registerCertificate(certificate);
-
-    // in the event of a failure, the provisioning code should
-    // invoke this function to terminate the provisioning process,
-    // providing a developer readable reason for the failure.
-    navigator.id.raiseProvisioningFailure(string reason);
-
-### 4.4. Certificate Duration
-
-The primary should consider the certificate duration provided by BrowserID
-to be an upper bound on duration.  Under scenarios where the user is on a
-shared device that is not their own, certificate duration will be shorter.
-Further, depending on the capabilities of the device, the public key generated
-maybe be weaker, warranting a reduced duration of validity
-
-Given that these factors, not known to the provisioning page, weigh into
-certificate duration, the primary should defer to this value, and BrowserID may
-delete certificates before their expiration if it exceeds the maximum.
-
-### 4.5. Considerations
-
-#### 4.5.1 Authentication and Third Party Cookies
-
-When native browser support is not available, provisioning content will be run
-in an iframe.  Certain browser configurations may suppress cookies when content
-is run in such an environment.  Primary providers that want to improve their
-browser support should consider alternate authentication mechansims to support
-browsers with this featuere.
-
-#### 4.5.2 Error Handling
-
-When a fatal error that will prevent provisioning from completing successfully
-is detected, the provisioning content should invoke
-`navigator.id.raiseProvisioningFailure()`.  This ends the provisioning attempt
-and indicates that the evaluation context in which the provisioning code is
-running can be immediately destroyed.
-
-The primary may provide a developer readable error string that may be
-outputted on a browser-specific error console to facilitate debugging.
-
-#### 4.5.3 Non-Responsiveness
-
-A BrowserID implementation should detect when the provisioning content
-has become non-responsive.  Provisioning code, in turn, should follow
-the following guidelines to facilitate this detection and prevent
-false positives:
-
-  * Upon content load invoke `navigator.id.beginProvisioning()`
-    promptly to indicate successful load and initiation.
-  * Only after it has been verified that the user is authenticated as
-    the target email should `.genKeyPair()` be invoked.
-
-## 5. Authentication Page
-
-The authentication page is displayed from within UI rendered by the browser
-after silent provisioning fails, and is intended to allow the user to
-provide authentication credentials to the primary as part of
-authenticating to a website.
-
-The authentication page should be designed to work well on mobile
-devices and desktops.  For the latter, the IdP may assume a resolution
-of 700 pixels by 375 pixels.
-
-Subsequent to this interaction, the BrowserID dialog will re-attempt the
-provisioning process, and the results of that will indicate whether the
-user has successfully authenticated with the primary.
-
-### 5.1 Example
-
-    // set up UI
-    navigator.id.beginAuthentication(function(email) {
-      // update UI to display the email address
-    });
-    
-    function onAuthentication() {
-      // check if the user authenticated successfully, if not, tell them
-      // it's a bad password. otherwise..
-      navigator.id.completeAuthentication();
-    }
-    
-    function onCancel() {
-      navigator.id.cancelAuthentication();
-    }
-
-### 5.2 JavaScript Shim
-
-To support browsers without native BrowserID support, the
-authentication page should include a javascript shim, hosted at:
-
-    https://login.persona.org/authentication_api.js
-
-### 5.3 BrowserID API
-
-    // Access the email that the user has specified they would like
-    // to use to sign in.
-    navigator.id.beginAuthentication(function(email) { });
-
-    // Indicate that the authentication process has completed
-    // successfully
-    navigator.id.completeAuthentication();
-
-    // Indicate that the authentication process has failed, optionally
-    // providing a developer readable reason.
-    navigator.id.raiseAuthenticationFailure(string reason);
-
-## 6. Cryptographic Details
-
-### 6.1 Public Key Format
-
-The public key is a JSON Web Algorihtms (JWA) public key as [listed here](http://self-issued.info/docs/draft-ietf-jose-json-web-algorithms-00.html#SigningAlgs).
-The EyeDeeMe service has a [.well-known/browserid document](https://eyedee.me/.well-known/browserid)
-that shows exactly what the [Mozilla Wiki](https://wiki.mozilla.org/Identity/BrowserID#Public_Key)
-means in the example. The EyeDeeMee key is an [RSA public key](http://www.di-mgt.com.au/rsa_alg.html#keygen) than can be generated using OpenSSL.
-
-Generate a public key JSON document in Ruby:
-
-    private_key = OpenSSL::PKey::RSA.new(1024)
-    public_key = private_key.public_key
-    { "algorithm" => "RS", "n" => public_key.n.to_s, "e" => public_key.e.to_s }.to_json
-
-### 6.2 Certificate Format
-
-XXX: write me or point to another document
-
-### 6.3 Signing procedure
-
-XXX: write me or point to another document
diff --git a/docs/SETUP_UBUNTU.md b/docs/SETUP_UBUNTU.md
deleted file mode 100644
index 7f13367da2184c61fc6124dc56403428363d7283..0000000000000000000000000000000000000000
--- a/docs/SETUP_UBUNTU.md
+++ /dev/null
@@ -1,9 +0,0 @@
-Installing Dependencies on Ubuntu
----------------------------------
-
-Run the following to install necessary dependencies:
-
-    sudo apt-add-repository ppa:chris-lea/node.js
-    sudo apt-get update
-    sudo apt-get install python-software-properties
-    sudo apt-get install nodejs npm git-core libgmp3-dev g++
diff --git a/docs/TESTING.md b/docs/TESTING.md
deleted file mode 100644
index 5f0c74624c8b3d151c3d36223ac30825b5b05c72..0000000000000000000000000000000000000000
--- a/docs/TESTING.md
+++ /dev/null
@@ -1,75 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-Developer tests should be run before committing code. There are two test interfaces:
-
-  - `npm test`
-
-  - Load http://localhost:10002/test/index.html into a world wide web browser
-
-## Web Interface
-
-The test URL (`localhost:10002/test`) takes an optional `filter`
-argument that can be used to restrict the test suite to one module.
-For example, to run only the `shared/xhr` tests, visit:
-
-```
-http://localhost:10002/test/?filter=shared/xhr
-```
-
-The filter matches substrings, so you can also filter by `shared` to
-get `shared/xhr`, `shared/user`, etc.
-
-Test module names are listed on the web page on the left-hand side.
-
-## Shell Interface
-
-### MySQL
-
-Running tests with `npm test` will use a json database by default.  To
-test using MySQL, you will need to grant `browserid` privileges to
-create tables.  You can then run the mysql suite with, e.g.,
-
-```bash
-NODE_ENV=test_mysql MYSQL_USER=browserid MYSQL_PASSWORD=browserid npm test
-```
-
-#### Initial MySQL setup
-
-The following will create a database user with enough privileges:
-
-    $ mysql -uroot -p
-    > CREATE USER 'browserid'@'localhost' IDENTIFIED BY 'browserid';
-    > GRANT ALL ON *.* TO 'browserid'@'localhost';
-    > FLUSH PRIVILEGES;
-
-If you need to reset the MySQL root password on a Debian system, you'll need to do something like:
-
-    $ sudo dpkg-reconfigure -plow mysql-server-5.5
-
-### Test Suites
-
-There are two test suites:
-
-- `back`
-- `front`
-
-By default the test runner will run them all. You can limit it to one
-suite by setting `WHAT_TESTS` in your environment.  For example:
-
-```bash
-WHAT_TESTS=front npm test
-```
-
-The front-end tests are run via PhantomJS.
-
-### Filtering
-
-As in the web tests, you can tell the runner to run only tests whose
-modules match a given name.  Specify this in your environment with
-`FRONTEND_TEST_FILTER`.  For example:
-
-```bash
-WHAT_TESTS=front FRONTEND_TEST_FILTER=shared/user npm test
-```
diff --git a/example/delegated_primary/.well-known/browserid b/example/delegated_primary/.well-known/browserid
deleted file mode 100644
index 166cd06ceb0a8ffd69af4dcbe1c7d5d7d795759d..0000000000000000000000000000000000000000
--- a/example/delegated_primary/.well-known/browserid
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "authority": "example.domain"
-}
diff --git a/example/primary/.well-known/browserid b/example/primary/.well-known/browserid
deleted file mode 100644
index 2312ce7c85d00c7ac53e3b8e4e22098d29cf7b5d..0000000000000000000000000000000000000000
--- a/example/primary/.well-known/browserid
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-    "provisioning": "/provision.html",
-    "authentication": "/sign_in.html",
-    "public-key": {
-        "algorithm":"RS",
-        "n":"12150646309575666544658791157045645163757575303887721078710172478749665834070170928206481109930468203684865378748391106975718718959563139020999088154811587703010353786258781016056954403240590264386124614262627869140351957459406743577995562584260319925426603313709939197457399455483061173844980456364611416651616781677992262613894501858312578942785385470086255995080524454431673067666784338623903663347118104807073332038428581918086381436489000619294471995801952293054002077519255312962379161724622526642212406262043172654176008908362058486885146430345217844546587383034154533029235541666677817563420349484368059586917",
-        "e":"65537"
-    }
-}
diff --git a/example/primary/index.html b/example/primary/index.html
deleted file mode 100644
index aa0390506052a88a2247f53fd71383f35fa3071f..0000000000000000000000000000000000000000
--- a/example/primary/index.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<!DOCTYPE html>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<html>
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; width=device-width;">
-<title>
-BrowserID Example Primary
-</title>
-<style type="text/css">
-body { margin: auto; font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
-.title { font-size: 2em; font-weight: bold; text-align: center; margin: 1.5em; }
-.intro { font-size: 1.2em; width: 600px; margin: auto; }
-.main { text-align: center; margin-top: 2em; font-size: 1.2em; width: 500px; margin: auto; display: none; }
-#whoareyou { font-weight: bold; }
-
-</style>
-</head>
-<body>
-<div class="title">
-  Example BrowserID Primary
-</div>
-
-<div class="intro">
-  An example BrowserID Primary identity authority.  Useful for local testing and development.
-</div>
-
-<div class="main" id="logged_in">
-  You are logged in as <span id="whoareyou"></span>.  <a id="logout" href="#">logout</a>.
-</div>
-
-<div class="main" id="logged_out">
-  You are not logged in.  Who would you like to be?
-  <input type="text">
-  <button>doit</button>
-</div>
-
-<script type="text/javascript" src="jquery.js"></script>
-<script type="text/javascript">
-$(document).ready(function() {
-  function updateWhoIAm() {
-    $(".main").hide();
-    $.get('/api/whoami')
-      .success(function(r) {
-        if (r) {
-          $("#whoareyou").text(r);
-          $("#logged_in").show();
-        } else {
-          $("#logged_out").show();
-        }
-      });
-  }
-  $("button").click(function(e) {
-    $.get('/api/login', { user: $.trim($("input").val()) })
-      .success(function(r) {
-        updateWhoIAm();
-      });
-  });
-
-  $("#logout").click(function(e) {
-    $.get('/api/logout')
-      .success(function(r) {
-        updateWhoIAm();
-      });
-  });
-
-  updateWhoIAm();
-});
-</script>
-</body>
-</html>
diff --git a/example/primary/jquery.js b/example/primary/jquery.js
deleted file mode 100644
index f78f96a12f13973ee16bc9d334e403b55502c66a..0000000000000000000000000000000000000000
--- a/example/primary/jquery.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/*!
- * jQuery JavaScript Library v1.5.2
- * http://jquery.com/
- *
- * Copyright 2011, John Resig
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * Includes Sizzle.js
- * http://sizzlejs.com/
- * Copyright 2011, The Dojo Foundation
- * Released under the MIT, BSD, and GPL Licenses.
- *
- * Date: Thu Mar 31 15:28:23 2011 -0400
- */
-(function(a,b){function ci(a){return d.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cf(a){if(!b_[a]){var b=d("<"+a+">").appendTo("body"),c=b.css("display");b.remove();if(c==="none"||c==="")c="block";b_[a]=c}return b_[a]}function ce(a,b){var c={};d.each(cd.concat.apply([],cd.slice(0,b)),function(){c[this]=a});return c}function b$(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function bZ(){try{return new a.XMLHttpRequest}catch(b){}}function bY(){d(a).unload(function(){for(var a in bW)bW[a](0,1)})}function bS(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var e=a.dataTypes,f={},g,h,i=e.length,j,k=e[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h==="string"&&(f[h.toLowerCase()]=a.converters[h]);l=k,k=e[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=f[m]||f["* "+k];if(!n){p=b;for(o in f){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=f[j[1]+" "+k];if(p){o=f[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&d.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function bR(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function bQ(a,b,c,e){if(d.isArray(b)&&b.length)d.each(b,function(b,f){c||bs.test(a)?e(a,f):bQ(a+"["+(typeof f==="object"||d.isArray(f)?b:"")+"]",f,c,e)});else if(c||b==null||typeof b!=="object")e(a,b);else if(d.isArray(b)||d.isEmptyObject(b))e(a,"");else for(var f in b)bQ(a+"["+f+"]",b[f],c,e)}function bP(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bJ,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l==="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bP(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bP(a,c,d,e,"*",g));return l}function bO(a){return function(b,c){typeof b!=="string"&&(c=b,b="*");if(d.isFunction(c)){var e=b.toLowerCase().split(bD),f=0,g=e.length,h,i,j;for(;f<g;f++)h=e[f],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bq(a,b,c){var e=b==="width"?bk:bl,f=b==="width"?a.offsetWidth:a.offsetHeight;if(c==="border")return f;d.each(e,function(){c||(f-=parseFloat(d.css(a,"padding"+this))||0),c==="margin"?f+=parseFloat(d.css(a,"margin"+this))||0:f-=parseFloat(d.css(a,"border"+this+"Width"))||0});return f}function bc(a,b){b.src?d.ajax({url:b.src,async:!1,dataType:"script"}):d.globalEval(b.text||b.textContent||b.innerHTML||""),b.parentNode&&b.parentNode.removeChild(b)}function bb(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function ba(a,b){if(b.nodeType===1){var c=b.nodeName.toLowerCase();b.clearAttributes(),b.mergeAttributes(a);if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(d.expando)}}function _(a,b){if(b.nodeType===1&&d.hasData(a)){var c=d.expando,e=d.data(a),f=d.data(b,e);if(e=e[c]){var g=e.events;f=f[c]=d.extend({},e);if(g){delete f.handle,f.events={};for(var h in g)for(var i=0,j=g[h].length;i<j;i++)d.event.add(b,h+(g[h][i].namespace?".":"")+g[h][i].namespace,g[h][i],g[h][i].data)}}}}function $(a,b){return d.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function Q(a,b,c){if(d.isFunction(b))return d.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return d.grep(a,function(a,d){return a===b===c});if(typeof b==="string"){var e=d.grep(a,function(a){return a.nodeType===1});if(L.test(b))return d.filter(b,e,!c);b=d.filter(b,e)}return d.grep(a,function(a,e){return d.inArray(a,b)>=0===c})}function P(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function H(a,b){return(a&&a!=="*"?a+".":"")+b.replace(t,"`").replace(u,"&")}function G(a){var b,c,e,f,g,h,i,j,k,l,m,n,o,p=[],q=[],s=d._data(this,"events");if(a.liveFired!==this&&s&&s.live&&!a.target.disabled&&(!a.button||a.type!=="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var t=s.live.slice(0);for(i=0;i<t.length;i++)g=t[i],g.origType.replace(r,"")===a.type?q.push(g.selector):t.splice(i--,1);f=d(a.target).closest(q,a.currentTarget);for(j=0,k=f.length;j<k;j++){m=f[j];for(i=0;i<t.length;i++){g=t[i];if(m.selector===g.selector&&(!n||n.test(g.namespace))&&!m.elem.disabled){h=m.elem,e=null;if(g.preType==="mouseenter"||g.preType==="mouseleave")a.type=g.preType,e=d(a.relatedTarget).closest(g.selector)[0];(!e||e!==h)&&p.push({elem:h,handleObj:g,level:m.level})}}}for(j=0,k=p.length;j<k;j++){f=p[j];if(c&&f.level>c)break;a.currentTarget=f.elem,a.data=f.handleObj.data,a.handleObj=f.handleObj,o=f.handleObj.origHandler.apply(f.elem,arguments);if(o===!1||a.isPropagationStopped()){c=f.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function E(a,c,e){var f=d.extend({},e[0]);f.type=a,f.originalEvent={},f.liveFired=b,d.event.handle.call(c,f),f.isDefaultPrevented()&&e[0].preventDefault()}function y(){return!0}function x(){return!1}function i(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function h(a,c,e){if(e===b&&a.nodeType===1){e=a.getAttribute("data-"+c);if(typeof e==="string"){try{e=e==="true"?!0:e==="false"?!1:e==="null"?null:d.isNaN(e)?g.test(e)?d.parseJSON(e):e:parseFloat(e)}catch(f){}d.data(a,c,e)}else e=b}return e}var c=a.document,d=function(){function G(){if(!d.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(G,1);return}d.ready()}}var d=function(a,b){return new d.fn.init(a,b,g)},e=a.jQuery,f=a.$,g,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,i=/\S/,j=/^\s+/,k=/\s+$/,l=/\d/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=navigator.userAgent,w,x,y,z=Object.prototype.toString,A=Object.prototype.hasOwnProperty,B=Array.prototype.push,C=Array.prototype.slice,D=String.prototype.trim,E=Array.prototype.indexOf,F={};d.fn=d.prototype={constructor:d,init:function(a,e,f){var g,i,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!e&&c.body){this.context=c,this[0]=c.body,this.selector="body",this.length=1;return this}if(typeof a==="string"){g=h.exec(a);if(!g||!g[1]&&e)return!e||e.jquery?(e||f).find(a):this.constructor(e).find(a);if(g[1]){e=e instanceof d?e[0]:e,k=e?e.ownerDocument||e:c,j=m.exec(a),j?d.isPlainObject(e)?(a=[c.createElement(j[1])],d.fn.attr.call(a,e,!0)):a=[k.createElement(j[1])]:(j=d.buildFragment([g[1]],[k]),a=(j.cacheable?d.clone(j.fragment):j.fragment).childNodes);return d.merge(this,a)}i=c.getElementById(g[2]);if(i&&i.parentNode){if(i.id!==g[2])return f.find(a);this.length=1,this[0]=i}this.context=c,this.selector=a;return this}if(d.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return d.makeArray(a,this)},selector:"",jquery:"1.5.2",length:0,size:function(){return this.length},toArray:function(){return C.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var e=this.constructor();d.isArray(a)?B.apply(e,a):d.merge(e,a),e.prevObject=this,e.context=this.context,b==="find"?e.selector=this.selector+(this.selector?" ":"")+c:b&&(e.selector=this.selector+"."+b+"("+c+")");return e},each:function(a,b){return d.each(this,a,b)},ready:function(a){d.bindReady(),x.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(C.apply(this,arguments),"slice",C.call(arguments).join(","))},map:function(a){return this.pushStack(d.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:B,sort:[].sort,splice:[].splice},d.fn.init.prototype=d.fn,d.extend=d.fn.extend=function(){var a,c,e,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i==="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!=="object"&&!d.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){e=i[c],f=a[c];if(i===f)continue;l&&f&&(d.isPlainObject(f)||(g=d.isArray(f)))?(g?(g=!1,h=e&&d.isArray(e)?e:[]):h=e&&d.isPlainObject(e)?e:{},i[c]=d.extend(l,h,f)):f!==b&&(i[c]=f)}return i},d.extend({noConflict:function(b){a.$=f,b&&(a.jQuery=e);return d},isReady:!1,readyWait:1,ready:function(a){a===!0&&d.readyWait--;if(!d.readyWait||a!==!0&&!d.isReady){if(!c.body)return setTimeout(d.ready,1);d.isReady=!0;if(a!==!0&&--d.readyWait>0)return;x.resolveWith(c,[d]),d.fn.trigger&&d(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!x){x=d._Deferred();if(c.readyState==="complete")return setTimeout(d.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",y,!1),a.addEventListener("load",d.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",y),a.attachEvent("onload",d.ready);var b=!1;try{b=a.frameElement==null}catch(e){}c.documentElement.doScroll&&b&&G()}}},isFunction:function(a){return d.type(a)==="function"},isArray:Array.isArray||function(a){return d.type(a)==="array"},isWindow:function(a){return a&&typeof a==="object"&&"setInterval"in a},isNaN:function(a){return a==null||!l.test(a)||isNaN(a)},type:function(a){return a==null?String(a):F[z.call(a)]||"object"},isPlainObject:function(a){if(!a||d.type(a)!=="object"||a.nodeType||d.isWindow(a))return!1;if(a.constructor&&!A.call(a,"constructor")&&!A.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a){}return c===b||A.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!=="string"||!b)return null;b=d.trim(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return a.JSON&&a.JSON.parse?a.JSON.parse(b):(new Function("return "+b))();d.error("Invalid JSON: "+b)},parseXML:function(b,c,e){a.DOMParser?(e=new DOMParser,c=e.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),e=c.documentElement,(!e||!e.nodeName||e.nodeName==="parsererror")&&d.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(a){if(a&&i.test(a)){var b=c.head||c.getElementsByTagName("head")[0]||c.documentElement,e=c.createElement("script");d.support.scriptEval()?e.appendChild(c.createTextNode(a)):e.text=a,b.insertBefore(e,b.firstChild),b.removeChild(e)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,e){var f,g=0,h=a.length,i=h===b||d.isFunction(a);if(e){if(i){for(f in a)if(c.apply(a[f],e)===!1)break}else for(;g<h;)if(c.apply(a[g++],e)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(var j=a[0];g<h&&c.call(j,g,j)!==!1;j=a[++g]){}return a},trim:D?function(a){return a==null?"":D.call(a)}:function(a){return a==null?"":(a+"").replace(j,"").replace(k,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var e=d.type(a);a.length==null||e==="string"||e==="function"||e==="regexp"||d.isWindow(a)?B.call(c,a):d.merge(c,a)}return c},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var c=0,d=b.length;c<d;c++)if(b[c]===a)return c;return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length==="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,b,c){var d=[],e;for(var f=0,g=a.length;f<g;f++)e=b(a[f],f,c),e!=null&&(d[d.length]=e);return d.concat.apply([],d)},guid:1,proxy:function(a,c,e){arguments.length===2&&(typeof c==="string"?(e=a,a=e[c],c=b):c&&!d.isFunction(c)&&(e=c,c=b)),!c&&a&&(c=function(){return a.apply(e||this,arguments)}),a&&(c.guid=a.guid=a.guid||c.guid||d.guid++);return c},access:function(a,c,e,f,g,h){var i=a.length;if(typeof c==="object"){for(var j in c)d.access(a,j,c[j],f,g,e);return a}if(e!==b){f=!h&&f&&d.isFunction(e);for(var k=0;k<i;k++)g(a[k],c,f?e.call(a[k],k,g(a[k],c)):e,h);return a}return i?g(a[0],c):b},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}d.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.subclass=this.subclass,a.fn.init=function b(b,c){c&&c instanceof d&&!(c instanceof a)&&(c=a(c));return d.fn.init.call(this,b,c,e)},a.fn.init.prototype=a.fn;var e=a(c);return a},browser:{}}),d.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){F["[object "+b+"]"]=b.toLowerCase()}),w=d.uaMatch(v),w.browser&&(d.browser[w.browser]=!0,d.browser.version=w.version),d.browser.webkit&&(d.browser.safari=!0),E&&(d.inArray=function(a,b){return E.call(b,a)}),i.test(" ")&&(j=/^[\s\xA0]+/,k=/[\s\xA0]+$/),g=d(c),c.addEventListener?y=function(){c.removeEventListener("DOMContentLoaded",y,!1),d.ready()}:c.attachEvent&&(y=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",y),d.ready())});return d}(),e="then done fail isResolved isRejected promise".split(" "),f=[].slice;d.extend({_Deferred:function(){var a=[],b,c,e,f={done:function(){if(!e){var c=arguments,g,h,i,j,k;b&&(k=b,b=0);for(g=0,h=c.length;g<h;g++)i=c[g],j=d.type(i),j==="array"?f.done.apply(f,i):j==="function"&&a.push(i);k&&f.resolveWith(k[0],k[1])}return this},resolveWith:function(d,f){if(!e&&!b&&!c){f=f||[],c=1;try{while(a[0])a.shift().apply(d,f)}finally{b=[d,f],c=0}}return this},resolve:function(){f.resolveWith(this,arguments);return this},isResolved:function(){return c||b},cancel:function(){e=1,a=[];return this}};return f},Deferred:function(a){var b=d._Deferred(),c=d._Deferred(),f;d.extend(b,{then:function(a,c){b.done(a).fail(c);return this},fail:c.done,rejectWith:c.resolveWith,reject:c.resolve,isRejected:c.isResolved,promise:function(a){if(a==null){if(f)return f;f=a={}}var c=e.length;while(c--)a[e[c]]=b[e[c]];return a}}),b.done(c.cancel).fail(b.cancel),delete b.cancel,a&&a.call(b,b);return b},when:function(a){function i(a){return function(c){b[a]=arguments.length>1?f.call(arguments,0):c,--g||h.resolveWith(h,f.call(b,0))}}var b=arguments,c=0,e=b.length,g=e,h=e<=1&&a&&d.isFunction(a.promise)?a:d.Deferred();if(e>1){for(;c<e;c++)b[c]&&d.isFunction(b[c].promise)?b[c].promise().then(i(c),h.reject):--g;g||h.resolveWith(h,b)}else h!==a&&h.resolveWith(h,e?[a]:[]);return h.promise()}}),function(){d.support={};var b=c.createElement("div");b.style.display="none",b.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var e=b.getElementsByTagName("*"),f=b.getElementsByTagName("a")[0],g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=b.getElementsByTagName("input")[0];if(e&&e.length&&f){d.support={leadingWhitespace:b.firstChild.nodeType===3,tbody:!b.getElementsByTagName("tbody").length,htmlSerialize:!!b.getElementsByTagName("link").length,style:/red/.test(f.getAttribute("style")),hrefNormalized:f.getAttribute("href")==="/a",opacity:/^0.55$/.test(f.style.opacity),cssFloat:!!f.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,deleteExpando:!0,optDisabled:!1,checkClone:!1,noCloneEvent:!0,noCloneChecked:!0,boxModel:null,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableHiddenOffsets:!0,reliableMarginRight:!0},i.checked=!0,d.support.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,d.support.optDisabled=!h.disabled;var j=null;d.support.scriptEval=function(){if(j===null){var b=c.documentElement,e=c.createElement("script"),f="script"+d.now();try{e.appendChild(c.createTextNode("window."+f+"=1;"))}catch(g){}b.insertBefore(e,b.firstChild),a[f]?(j=!0,delete a[f]):j=!1,b.removeChild(e)}return j};try{delete b.test}catch(k){d.support.deleteExpando=!1}!b.addEventListener&&b.attachEvent&&b.fireEvent&&(b.attachEvent("onclick",function l(){d.support.noCloneEvent=!1,b.detachEvent("onclick",l)}),b.cloneNode(!0).fireEvent("onclick")),b=c.createElement("div"),b.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var m=c.createDocumentFragment();m.appendChild(b.firstChild),d.support.checkClone=m.cloneNode(!0).cloneNode(!0).lastChild.checked,d(function(){var a=c.createElement("div"),b=c.getElementsByTagName("body")[0];if(b){a.style.width=a.style.paddingLeft="1px",b.appendChild(a),d.boxModel=d.support.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,d.support.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="<div style='width:4px;'></div>",d.support.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";var e=a.getElementsByTagName("td");d.support.reliableHiddenOffsets=e[0].offsetHeight===0,e[0].style.display="",e[1].style.display="none",d.support.reliableHiddenOffsets=d.support.reliableHiddenOffsets&&e[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(a.style.width="1px",a.style.marginRight="0",d.support.reliableMarginRight=(parseInt(c.defaultView.getComputedStyle(a,null).marginRight,10)||0)===0),b.removeChild(a).style.display="none",a=e=null}});var n=function(a){var b=c.createElement("div");a="on"+a;if(!b.attachEvent)return!0;var d=a in b;d||(b.setAttribute(a,"return;"),d=typeof b[a]==="function");return d};d.support.submitBubbles=n("submit"),d.support.changeBubbles=n("change"),b=e=f=null}}();var g=/^(?:\{.*\}|\[.*\])$/;d.extend({cache:{},uuid:0,expando:"jQuery"+(d.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?d.cache[a[d.expando]]:a[d.expando];return!!a&&!i(a)},data:function(a,c,e,f){if(d.acceptData(a)){var g=d.expando,h=typeof c==="string",i,j=a.nodeType,k=j?d.cache:a,l=j?a[d.expando]:a[d.expando]&&d.expando;if((!l||f&&l&&!k[l][g])&&h&&e===b)return;l||(j?a[d.expando]=l=++d.uuid:l=d.expando),k[l]||(k[l]={},j||(k[l].toJSON=d.noop));if(typeof c==="object"||typeof c==="function")f?k[l][g]=d.extend(k[l][g],c):k[l]=d.extend(k[l],c);i=k[l],f&&(i[g]||(i[g]={}),i=i[g]),e!==b&&(i[c]=e);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[c]:i}},removeData:function(b,c,e){if(d.acceptData(b)){var f=d.expando,g=b.nodeType,h=g?d.cache:b,j=g?b[d.expando]:d.expando;if(!h[j])return;if(c){var k=e?h[j][f]:h[j];if(k){delete k[c];if(!i(k))return}}if(e){delete h[j][f];if(!i(h[j]))return}var l=h[j][f];d.support.deleteExpando||h!=a?delete h[j]:h[j]=null,l?(h[j]={},g||(h[j].toJSON=d.noop),h[j][f]=l):g&&(d.support.deleteExpando?delete b[d.expando]:b.removeAttribute?b.removeAttribute(d.expando):b[d.expando]=null)}},_data:function(a,b,c){return d.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=d.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),d.fn.extend({data:function(a,c){var e=null;if(typeof a==="undefined"){if(this.length){e=d.data(this[0]);if(this[0].nodeType===1){var f=this[0].attributes,g;for(var i=0,j=f.length;i<j;i++)g=f[i].name,g.indexOf("data-")===0&&(g=g.substr(5),h(this[0],g,e[g]))}}return e}if(typeof a==="object")return this.each(function(){d.data(this,a)});var k=a.split(".");k[1]=k[1]?"."+k[1]:"";if(c===b){e=this.triggerHandler("getData"+k[1]+"!",[k[0]]),e===b&&this.length&&(e=d.data(this[0],a),e=h(this[0],a,e));return e===b&&k[1]?this.data(k[0]):e}return this.each(function(){var b=d(this),e=[k[0],c];b.triggerHandler("setData"+k[1]+"!",e),d.data(this,a,c),b.triggerHandler("changeData"+k[1]+"!",e)})},removeData:function(a){return this.each(function(){d.removeData(this,a)})}}),d.extend({queue:function(a,b,c){if(a){b=(b||"fx")+"queue";var e=d._data(a,b);if(!c)return e||[];!e||d.isArray(c)?e=d._data(a,b,d.makeArray(c)):e.push(c);return e}},dequeue:function(a,b){b=b||"fx";var c=d.queue(a,b),e=c.shift();e==="inprogress"&&(e=c.shift()),e&&(b==="fx"&&c.unshift("inprogress"),e.call(a,function(){d.dequeue(a,b)})),c.length||d.removeData(a,b+"queue",!0)}}),d.fn.extend({queue:function(a,c){typeof a!=="string"&&(c=a,a="fx");if(c===b)return d.queue(this[0],a);return this.each(function(b){var e=d.queue(this,a,c);a==="fx"&&e[0]!=="inprogress"&&d.dequeue(this,a)})},dequeue:function(a){return this.each(function(){d.dequeue(this,a)})},delay:function(a,b){a=d.fx?d.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(){var c=this;setTimeout(function(){d.dequeue(c,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var j=/[\n\t\r]/g,k=/\s+/,l=/\r/g,m=/^(?:href|src|style)$/,n=/^(?:button|input)$/i,o=/^(?:button|input|object|select|textarea)$/i,p=/^a(?:rea)?$/i,q=/^(?:radio|checkbox)$/i;d.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"},d.fn.extend({attr:function(a,b){return d.access(this,a,b,!0,d.attr)},removeAttr:function(a,b){return this.each(function(){d.attr(this,a,""),this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(d.isFunction(a))return this.each(function(b){var c=d(this);c.addClass(a.call(this,b,c.attr("class")))});if(a&&typeof a==="string"){var b=(a||"").split(k);for(var c=0,e=this.length;c<e;c++){var f=this[c];if(f.nodeType===1)if(f.className){var g=" "+f.className+" ",h=f.className;for(var i=0,j=b.length;i<j;i++)g.indexOf(" "+b[i]+" ")<0&&(h+=" "+b[i]);f.className=d.trim(h)}else f.className=a}}return this},removeClass:function(a){if(d.isFunction(a))return this.each(function(b){var c=d(this);c.removeClass(a.call(this,b,c.attr("class")))});if(a&&typeof a==="string"||a===b){var c=(a||"").split(k);for(var e=0,f=this.length;e<f;e++){var g=this[e];if(g.nodeType===1&&g.className)if(a){var h=(" "+g.className+" ").replace(j," ");for(var i=0,l=c.length;i<l;i++)h=h.replace(" "+c[i]+" "," ");g.className=d.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,e=typeof b==="boolean";if(d.isFunction(a))return this.each(function(c){var e=d(this);e.toggleClass(a.call(this,c,e.attr("class"),b),b)});return this.each(function(){if(c==="string"){var f,g=0,h=d(this),i=b,j=a.split(k);while(f=j[g++])i=e?i:!h.hasClass(f),h[i?"addClass":"removeClass"](f)}else if(c==="undefined"||c==="boolean")this.className&&d._data(this,"__className__",this.className),this.className=this.className||a===!1?"":d._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ";for(var c=0,d=this.length;c<d;c++)if((" "+this[c].className+" ").replace(j," ").indexOf(b)>-1)return!0;return!1},val:function(a){if(!arguments.length){var c=this[0];if(c){if(d.nodeName(c,"option")){var e=c.attributes.value;return!e||e.specified?c.value:c.text}if(d.nodeName(c,"select")){var f=c.selectedIndex,g=[],h=c.options,i=c.type==="select-one";if(f<0)return null;for(var j=i?f:0,k=i?f+1:h.length;j<k;j++){var m=h[j];if(m.selected&&(d.support.optDisabled?!m.disabled:m.getAttribute("disabled")===null)&&(!m.parentNode.disabled||!d.nodeName(m.parentNode,"optgroup"))){a=d(m).val();if(i)return a;g.push(a)}}if(i&&!g.length&&h.length)return d(h[f]).val();return g}if(q.test(c.type)&&!d.support.checkOn)return c.getAttribute("value")===null?"on":c.value;return(c.value||"").replace(l,"")}return b}var n=d.isFunction(a);return this.each(function(b){var c=d(this),e=a;if(this.nodeType===1){n&&(e=a.call(this,b,c.val())),e==null?e="":typeof e==="number"?e+="":d.isArray(e)&&(e=d.map(e,function(a){return a==null?"":a+""}));if(d.isArray(e)&&q.test(this.type))this.checked=d.inArray(c.val(),e)>=0;else if(d.nodeName(this,"select")){var f=d.makeArray(e);d("option",this).each(function(){this.selected=d.inArray(d(this).val(),f)>=0}),f.length||(this.selectedIndex=-1)}else this.value=e}})}}),d.extend({attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,e,f){if(!a||a.nodeType===3||a.nodeType===8||a.nodeType===2)return b;if(f&&c in d.attrFn)return d(a)[c](e);var g=a.nodeType!==1||!d.isXMLDoc(a),h=e!==b;c=g&&d.props[c]||c;if(a.nodeType===1){var i=m.test(c);if(c==="selected"&&!d.support.optSelected){var j=a.parentNode;j&&(j.selectedIndex,j.parentNode&&j.parentNode.selectedIndex)}if((c in a||a[c]!==b)&&g&&!i){h&&(c==="type"&&n.test(a.nodeName)&&a.parentNode&&d.error("type property can't be changed"),e===null?a.nodeType===1&&a.removeAttribute(c):a[c]=e);if(d.nodeName(a,"form")&&a.getAttributeNode(c))return a.getAttributeNode(c).nodeValue;if(c==="tabIndex"){var k=a.getAttributeNode("tabIndex");return k&&k.specified?k.value:o.test(a.nodeName)||p.test(a.nodeName)&&a.href?0:b}return a[c]}if(!d.support.style&&g&&c==="style"){h&&(a.style.cssText=""+e);return a.style.cssText}h&&a.setAttribute(c,""+e);if(!a.attributes[c]&&(a.hasAttribute&&!a.hasAttribute(c)))return b;var l=!d.support.hrefNormalized&&g&&i?a.getAttribute(c,2):a.getAttribute(c);return l===null?b:l}h&&(a[c]=e);return a[c]}});var r=/\.(.*)$/,s=/^(?:textarea|input|select)$/i,t=/\./g,u=/ /g,v=/[^\w\s.|`]/g,w=function(a){return a.replace(v,"\\$&")};d.event={add:function(c,e,f,g){if(c.nodeType!==3&&c.nodeType!==8){try{d.isWindow(c)&&(c!==a&&!c.frameElement)&&(c=a)}catch(h){}if(f===!1)f=x;else if(!f)return;var i,j;f.handler&&(i=f,f=i.handler),f.guid||(f.guid=d.guid++);var k=d._data(c);if(!k)return;var l=k.events,m=k.handle;l||(k.events=l={}),m||(k.handle=m=function(a){return typeof d!=="undefined"&&d.event.triggered!==a.type?d.event.handle.apply(m.elem,arguments):b}),m.elem=c,e=e.split(" ");var n,o=0,p;while(n=e[o++]){j=i?d.extend({},i):{handler:f,data:g},n.indexOf(".")>-1?(p=n.split("."),n=p.shift(),j.namespace=p.slice(0).sort().join(".")):(p=[],j.namespace=""),j.type=n,j.guid||(j.guid=f.guid);var q=l[n],r=d.event.special[n]||{};if(!q){q=l[n]=[];if(!r.setup||r.setup.call(c,g,p,m)===!1)c.addEventListener?c.addEventListener(n,m,!1):c.attachEvent&&c.attachEvent("on"+n,m)}r.add&&(r.add.call(c,j),j.handler.guid||(j.handler.guid=f.guid)),q.push(j),d.event.global[n]=!0}c=null}},global:{},remove:function(a,c,e,f){if(a.nodeType!==3&&a.nodeType!==8){e===!1&&(e=x);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=d.hasData(a)&&d._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(e=c.handler,c=c.type);if(!c||typeof c==="string"&&c.charAt(0)==="."){c=c||"";for(h in t)d.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+d.map(m.slice(0).sort(),w).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!e){for(j=0;j<p.length;j++){q=p[j];if(l||n.test(q.namespace))d.event.remove(a,r,q.handler,j),p.splice(j--,1)}continue}o=d.event.special[h]||{};for(j=f||0;j<p.length;j++){q=p[j];if(e.guid===q.guid){if(l||n.test(q.namespace))f==null&&p.splice(j--,1),o.remove&&o.remove.call(a,q);if(f!=null)break}}if(p.length===0||f!=null&&p.length===1)(!o.teardown||o.teardown.call(a,m)===!1)&&d.removeEvent(a,h,s.handle),g=null,delete t[h]}if(d.isEmptyObject(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,d.isEmptyObject(s)&&d.removeData(a,b,!0)}}},trigger:function(a,c,e){var f=a.type||a,g=arguments[3];if(!g){a=typeof a==="object"?a[d.expando]?a:d.extend(d.Event(f),a):d.Event(f),f.indexOf("!")>=0&&(a.type=f=f.slice(0,-1),a.exclusive=!0),e||(a.stopPropagation(),d.event.global[f]&&d.each(d.cache,function(){var b=d.expando,e=this[b];e&&e.events&&e.events[f]&&d.event.trigger(a,c,e.handle.elem)}));if(!e||e.nodeType===3||e.nodeType===8)return b;a.result=b,a.target=e,c=d.makeArray(c),c.unshift(a)}a.currentTarget=e;var h=d._data(e,"handle");h&&h.apply(e,c);var i=e.parentNode||e.ownerDocument;try{e&&e.nodeName&&d.noData[e.nodeName.toLowerCase()]||e["on"+f]&&e["on"+f].apply(e,c)===!1&&(a.result=!1,a.preventDefault())}catch(j){}if(!a.isPropagationStopped()&&i)d.event.trigger(a,c,i,!0);else if(!a.isDefaultPrevented()){var k,l=a.target,m=f.replace(r,""),n=d.nodeName(l,"a")&&m==="click",o=d.event.special[m]||{};if((!o._default||o._default.call(e,a)===!1)&&!n&&!(l&&l.nodeName&&d.noData[l.nodeName.toLowerCase()])){try{l[m]&&(k=l["on"+m],k&&(l["on"+m]=null),d.event.triggered=a.type,l[m]())}catch(p){}k&&(l["on"+m]=k),d.event.triggered=b}}},handle:function(c){var e,f,g,h,i,j=[],k=d.makeArray(arguments);c=k[0]=d.event.fix(c||a.event),c.currentTarget=this,e=c.type.indexOf(".")<0&&!c.exclusive,e||(g=c.type.split("."),c.type=g.shift(),j=g.slice(0).sort(),h=new RegExp("(^|\\.)"+j.join("\\.(?:.*\\.)?")+"(\\.|$)")),c.namespace=c.namespace||j.join("."),i=d._data(this,"events"),f=(i||{})[c.type];if(i&&f){f=f.slice(0);for(var l=0,m=f.length;l<m;l++){var n=f[l];if(e||h.test(n.namespace)){c.handler=n.handler,c.data=n.data,c.handleObj=n;var o=n.handler.apply(this,k);o!==b&&(c.result=o,o===!1&&(c.preventDefault(),c.stopPropagation()));if(c.isImmediatePropagationStopped())break}}}return c.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[d.expando])return a;var e=a;a=d.Event(e);for(var f=this.props.length,g;f;)g=this.props[--f],a[g]=e[g];a.target||(a.target=a.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),!a.relatedTarget&&a.fromElement&&(a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement);if(a.pageX==null&&a.clientX!=null){var h=c.documentElement,i=c.body;a.pageX=a.clientX+(h&&h.scrollLeft||i&&i.scrollLeft||0)-(h&&h.clientLeft||i&&i.clientLeft||0),a.pageY=a.clientY+(h&&h.scrollTop||i&&i.scrollTop||0)-(h&&h.clientTop||i&&i.clientTop||0)}a.which==null&&(a.charCode!=null||a.keyCode!=null)&&(a.which=a.charCode!=null?a.charCode:a.keyCode),!a.metaKey&&a.ctrlKey&&(a.metaKey=a.ctrlKey),!a.which&&a.button!==b&&(a.which=a.button&1?1:a.button&2?3:a.button&4?2:0);return a},guid:1e8,proxy:d.proxy,special:{ready:{setup:d.bindReady,teardown:d.noop},live:{add:function(a){d.event.add(this,H(a.origType,a.selector),d.extend({},a,{handler:G,guid:a.handler.guid}))},remove:function(a){d.event.remove(this,H(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,c){d.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}}},d.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},d.Event=function(a){if(!this.preventDefault)return new d.Event(a);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?y:x):this.type=a,this.timeStamp=d.now(),this[d.expando]=!0},d.Event.prototype={preventDefault:function(){this.isDefaultPrevented=y;var a=this.originalEvent;a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=y;var a=this.originalEvent;a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=y,this.stopPropagation()},isDefaultPrevented:x,isPropagationStopped:x,isImmediatePropagationStopped:x};var z=function(a){var b=a.relatedTarget;try{if(b&&b!==c&&!b.parentNode)return;while(b&&b!==this)b=b.parentNode;b!==this&&(a.type=a.data,d.event.handle.apply(this,arguments))}catch(e){}},A=function(a){a.type=a.data,d.event.handle.apply(this,arguments)};d.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){d.event.special[a]={setup:function(c){d.event.add(this,b,c&&c.selector?A:z,a)},teardown:function(a){d.event.remove(this,b,a&&a.selector?A:z)}}}),d.support.submitBubbles||(d.event.special.submit={setup:function(a,b){if(this.nodeName&&this.nodeName.toLowerCase()!=="form")d.event.add(this,"click.specialSubmit",function(a){var b=a.target,c=b.type;(c==="submit"||c==="image")&&d(b).closest("form").length&&E("submit",this,arguments)}),d.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,c=b.type;(c==="text"||c==="password")&&d(b).closest("form").length&&a.keyCode===13&&E("submit",this,arguments)});else return!1},teardown:function(a){d.event.remove(this,".specialSubmit")}});if(!d.support.changeBubbles){var B,C=function(a){var b=a.type,c=a.value;b==="radio"||b==="checkbox"?c=a.checked:b==="select-multiple"?c=a.selectedIndex>-1?d.map(a.options,function(a){return a.selected}).join("-"):"":a.nodeName.toLowerCase()==="select"&&(c=a.selectedIndex);return c},D=function D(a){var c=a.target,e,f;if(s.test(c.nodeName)&&!c.readOnly){e=d._data(c,"_change_data"),f=C(c),(a.type!=="focusout"||c.type!=="radio")&&d._data(c,"_change_data",f);if(e===b||f===e)return;if(e!=null||f)a.type="change",a.liveFired=b,d.event.trigger(a,arguments[1],c)}};d.event.special.change={filters:{focusout:D,beforedeactivate:D,click:function(a){var b=a.target,c=b.type;(c==="radio"||c==="checkbox"||b.nodeName.toLowerCase()==="select")&&D.call(this,a)},keydown:function(a){var b=a.target,c=b.type;(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&D.call(this,a)},beforeactivate:function(a){var b=a.target;d._data(b,"_change_data",C(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in B)d.event.add(this,c+".specialChange",B[c]);return s.test(this.nodeName)},teardown:function(a){d.event.remove(this,".specialChange");return s.test(this.nodeName)}},B=d.event.special.change.filters,B.focus=B.beforeactivate}c.addEventListener&&d.each({focus:"focusin",blur:"focusout"},function(a,b){function f(a){var c=d.event.fix(a);c.type=b,c.originalEvent={},d.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var e=0;d.event.special[b]={setup:function(){e++===0&&c.addEventListener(a,f,!0)},teardown:function(){--e===0&&c.removeEventListener(a,f,!0)}}}),d.each(["bind","one"],function(a,c){d.fn[c]=function(a,e,f){if(typeof a==="object"){for(var g in a)this[c](g,e,a[g],f);return this}if(d.isFunction(e)||e===!1)f=e,e=b;var h=c==="one"?d.proxy(f,function(a){d(this).unbind(a,h);return f.apply(this,arguments)}):f;if(a==="unload"&&c!=="one")this.one(a,e,f);else for(var i=0,j=this.length;i<j;i++)d.event.add(this[i],a,h,e);return this}}),d.fn.extend({unbind:function(a,b){if(typeof a!=="object"||a.preventDefault)for(var e=0,f=this.length;e<f;e++)d.event.remove(this[e],a,b);else for(var c in a)this.unbind(c,a[c]);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(a,b){return this.each(function(){d.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){var c=d.Event(a);c.preventDefault(),c.stopPropagation(),d.event.trigger(c,b,this[0]);return c.result}},toggle:function(a){var b=arguments,c=1;while(c<b.length)d.proxy(a,b[c++]);return this.click(d.proxy(a,function(e){var f=(d._data(this,"lastToggle"+a.guid)||0)%c;d._data(this,"lastToggle"+a.guid,f+1),e.preventDefault();return b[f].apply(this,arguments)||!1}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var F={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};d.each(["live","die"],function(a,c){d.fn[c]=function(a,e,f,g){var h,i=0,j,k,l,m=g||this.selector,n=g?this:d(this.context);if(typeof a==="object"&&!a.preventDefault){for(var o in a)n[c](o,e,a[o],m);return this}d.isFunction(e)&&(f=e,e=b),a=(a||"").split(" ");while((h=a[i++])!=null){j=r.exec(h),k="",j&&(k=j[0],h=h.replace(r,""));if(h==="hover"){a.push("mouseenter"+k,"mouseleave"+k);continue}l=h,h==="focus"||h==="blur"?(a.push(F[h]+k),h=h+k):h=(F[h]||h)+k;if(c==="live")for(var p=0,q=n.length;p<q;p++)d.event.add(n[p],"live."+H(h,m),{data:e,selector:m,handler:f,origType:h,origHandler:f,preType:l});else n.unbind("live."+H(h,m),f)}return this}}),d.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".split(" "),function(a,b){d.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.bind(b,a,c):this.trigger(b)},d.attrFn&&(d.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}if(i.nodeType===1){f||(i.sizcache=c,i.sizset=g);if(typeof b!=="string"){if(i===b){j=!0;break}}else if(k.filter(b,[i]).length>0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}i.nodeType===1&&!f&&(i.sizcache=c,i.sizset=g);if(i.nodeName.toLowerCase()===b){j=i;break}i=i[a]}d[g]=j}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,e,g){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!=="string")return e;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(f.call(n)==="[object Array]")if(u)if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&e.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&e.push(j[t]);else e.push.apply(e,n);else p(n,e);o&&(k(o,h,e,g),k.uniqueSort(e));return e};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},k.matches=function(a,b){return k(a,null,null,b)},k.matchesSelector=function(a,b){return k(b,null,null,[a]).length>0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e<f;e++){var g,h=l.order[e];if(g=l.leftMatch[h].exec(a)){var j=g[1];g.splice(1,1);if(j.substr(j.length-1)!=="\\"){g[1]=(g[1]||"").replace(i,""),d=l.find[h](g,b,c);if(d!=null){a=a.replace(l.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!=="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},k.filter=function(a,c,d,e){var f,g,h=a,i=[],j=c,m=c&&c[0]&&k.isXML(c[0]);while(a&&c.length){for(var n in l.filter)if((f=l.leftMatch[n].exec(a))!=null&&f[2]){var o,p,q=l.filter[n],r=f[1];g=!1,f.splice(1,1);if(r.substr(r.length-1)==="\\")continue;j===i&&(i=[]);if(l.preFilter[n]){f=l.preFilter[n](f,j,d,i,e,m);if(f){if(f===!0)continue}else g=o=!0}if(f)for(var s=0;(p=j[s])!=null;s++)if(p){o=q(p,f,s,j);var t=e^!!o;d&&o!=null?t?g=!0:j[s]=!1:t&&(i.push(p),g=!0)}if(o!==b){d||(j=i),a=a.replace(l.match[n],"");if(!g)return[];break}}if(a===h)if(g==null)k.error(a);else break;h=a}return j},k.error=function(a){throw"Syntax error, unrecognized expression: "+a};var l=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b==="string",d=c&&!j.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1){}a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&k.filter(b,a,!0)},">":function(a,b){var c,d=typeof b==="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&k.filter(b,a,!0)}},"":function(a,b,c){var d,f=e++,g=u;typeof b==="string"&&!j.test(b)&&(b=b.toLowerCase(),d=b,g=t),g("parentNode",b,f,a,d,c)},"~":function(a,b,c){var d,f=e++,g=u;typeof b==="string"&&!j.test(b)&&(b=b.toLowerCase(),d=b,g=t),g("previousSibling",b,f,a,d,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!=="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!=="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!=="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(i,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return"text"===c&&(b===c||b===null)},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}k.error(e)},CHILD:function(a,b){var c=b[1],d=a;switch(c){case"only":case"first":while(d=d.previousSibling)if(d.nodeType===1)return!1;if(c==="first")return!0;d=a;case"last":while(d=d.nextSibling)if(d.nodeType===1)return!1;return!0;case"nth":var e=b[2],f=b[3];if(e===1&&f===0)return!0;var g=b[0],h=a.parentNode;if(h&&(h.sizcache!==g||!a.nodeIndex)){var i=0;for(d=h.firstChild;d;d=d.nextSibling)d.nodeType===1&&(d.nodeIndex=++i);h.sizcache=g}var j=a.nodeIndex-f;return e===0?j===0:j%e===0&&j/e>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(f.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length==="number")for(var e=a.length;c<e;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var r,s;c.documentElement.compareDocumentPosition?r=function(a,b){if(a===b){g=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(r=function(a,b){var c,d,e=[],f=[],h=a.parentNode,i=b.parentNode,j=h;if(a===b){g=!0;return 0}if(h===i)return s(a,b);if(!h)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return s(e[k],f[k]);return k===c?s(a,f[k],-1):s(e[k],b,1)},s=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),k.getText=function(a){var b="",c;for(var d=0;a[d];d++)c=a[d],c.nodeType===3||c.nodeType===4?b+=c.nodeValue:c.nodeType!==8&&(b+=k.getText(c.childNodes));return b},function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!=="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!=="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!=="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g<h;g++)k(a,f[g],d);return k.filter(e,d)};d.find=k,d.expr=k.selectors,d.expr[":"]=d.expr.filters,d.unique=k.uniqueSort,d.text=k.getText,d.isXMLDoc=k.isXML,d.contains=k.contains}();var I=/Until$/,J=/^(?:parents|prevUntil|prevAll)/,K=/,/,L=/^.[^:#\[\.,]*$/,M=Array.prototype.slice,N=d.expr.match.POS,O={children:!0,contents:!0,next:!0,prev:!0};d.fn.extend({find:function(a){var b=this.pushStack("","find",a),c=0;for(var e=0,f=this.length;e<f;e++){c=b.length,d.find(a,this[e],b);if(e>0)for(var g=c;g<b.length;g++)for(var h=0;h<c;h++)if(b[h]===b[g]){b.splice(g--,1);break}}return b},has:function(a){var b=d(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(d.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(Q(this,a,!1),"not",a)},filter:function(a){return this.pushStack(Q(this,a,!0),"filter",a)},is:function(a){return!!a&&d.filter(a,this).length>0},closest:function(a,b){var c=[],e,f,g=this[0];if(d.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(e=0,f=a.length;e<f;e++)i=a[e],j[i]||(j[i]=d.expr.match.POS.test(i)?d(i,b||this.context):i);while(g&&g.ownerDocument&&g!==b){for(i in j)h=j[i],(h.jquery?h.index(g)>-1:d(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=N.test(a)?d(a,b||this.context):null;for(e=0,f=this.length;e<f;e++){g=this[e];while(g){if(l?l.index(g)>-1:d.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b)break}}c=c.length>1?d.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a==="string")return d.inArray(this[0],a?d(a):this.parent().children());return d.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a==="string"?d(a,b):d.makeArray(a),e=d.merge(this.get(),c);return this.pushStack(P(c[0])||P(e[0])?e:d.unique(e))},andSelf:function(){return this.add(this.prevObject)}}),d.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return d.dir(a,"parentNode")},parentsUntil:function(a,b,c){return d.dir(a,"parentNode",c)},next:function(a){return d.nth(a,2,"nextSibling")},prev:function(a){return d.nth(a,2,"previousSibling")},nextAll:function(a){return d.dir(a,"nextSibling")},prevAll:function(a){return d.dir(a,"previousSibling")},nextUntil:function(a,b,c){return d.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return d.dir(a,"previousSibling",c)},siblings:function(a){return d.sibling(a.parentNode.firstChild,a)},children:function(a){return d.sibling(a.firstChild)},contents:function(a){return d.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:d.makeArray(a.childNodes)}},function(a,b){d.fn[a]=function(c,e){var f=d.map(this,b,c),g=M.call(arguments);I.test(a)||(e=c),e&&typeof e==="string"&&(f=d.filter(e,f)),f=this.length>1&&!O[a]?d.unique(f):f,(this.length>1||K.test(e))&&J.test(a)&&(f=f.reverse());return this.pushStack(f,a,g.join(","))}}),d.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?d.find.matchesSelector(b[0],a)?[b[0]]:[]:d.find.matches(a,b)},dir:function(a,c,e){var f=[],g=a[c];while(g&&g.nodeType!==9&&(e===b||g.nodeType!==1||!d(g).is(e)))g.nodeType===1&&f.push(g),g=g[c];return f},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var R=/ jQuery\d+="(?:\d+|null)"/g,S=/^\s+/,T=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,U=/<([\w:]+)/,V=/<tbody/i,W=/<|&#?\w+;/,X=/<(?:script|object|embed|option|style)/i,Y=/checked\s*(?:[^=]|=\s*.checked.)/i,Z={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,"",""]};Z.optgroup=Z.option,Z.tbody=Z.tfoot=Z.colgroup=Z.caption=Z.thead,Z.th=Z.td,d.support.htmlSerialize||(Z._default=[1,"div<div>","</div>"]),d.fn.extend({text:function(a){if(d.isFunction(a))return this.each(function(b){var c=d(this);c.text(a.call(this,b,c.text()))});if(typeof a!=="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return d.text(this)},wrapAll:function(a){if(d.isFunction(a))return this.each(function(b){d(this).wrapAll(a.call(this,b))});if(this[0]){var b=d(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(d.isFunction(a))return this.each(function(b){d(this).wrapInner(a.call(this,b))});return this.each(function(){var b=d(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){d(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){d.nodeName(this,"body")||d(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=d(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,d(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,e;(e=this[c])!=null;c++)if(!a||d.filter(a,[e]).length)!b&&e.nodeType===1&&(d.cleanData(e.getElementsByTagName("*")),d.cleanData([e])),e.parentNode&&e.parentNode.removeChild(e);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&d.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return d.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(R,""):null;if(typeof a!=="string"||X.test(a)||!d.support.leadingWhitespace&&S.test(a)||Z[(U.exec(a)||["",""])[1].toLowerCase()])d.isFunction(a)?this.each(function(b){var c=d(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);else{a=a.replace(T,"<$1></$2>");try{for(var c=0,e=this.length;c<e;c++)this[c].nodeType===1&&(d.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=a)}catch(f){this.empty().append(a)}}return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(d.isFunction(a))return this.each(function(b){var c=d(this),e=c.html();c.replaceWith(a.call(this,b,e))});typeof a!=="string"&&(a=d(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;d(this).remove(),b?d(b).before(a):d(c).append(a)})}return this.length?this.pushStack(d(d.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,e){var f,g,h,i,j=a[0],k=[];if(!d.support.checkClone&&arguments.length===3&&typeof j==="string"&&Y.test(j))return this.each(function(){d(this).domManip(a,c,e,!0)});if(d.isFunction(j))return this.each(function(f){var g=d(this);a[0]=j.call(this,f,c?g.html():b),g.domManip(a,c,e)});if(this[0]){i=j&&j.parentNode,d.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?f={fragment:i}:f=d.buildFragment(a,this,k),h=f.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&d.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)e.call(c?$(this[l],g):this[l],f.cacheable||m>1&&l<n?d.clone(h,!0,!0):h)}k.length&&d.each(k,bc)}return this}}),d.buildFragment=function(a,b,e){var f,g,h,i=b&&b[0]?b[0].ownerDocument||b[0]:c;a.length===1&&typeof a[0]==="string"&&a[0].length<512&&i===c&&a[0].charAt(0)==="<"&&!X.test(a[0])&&(d.support.checkClone||!Y.test(a[0]))&&(g=!0,h=d.fragments[a[0]],h&&(h!==1&&(f=h))),f||(f=i.createDocumentFragment(),d.clean(a,i,f,e)),g&&(d.fragments[a[0]]=h?f:1);return{fragment:f,cacheable:g}},d.fragments={},d.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){d.fn[a]=function(c){var e=[],f=d(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&f.length===1){f[b](this[0]);return this}for(var h=0,i=f.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();d(f[h])[b](j),e=e.concat(j)}return this.pushStack(e,a,f.selector)}}),d.extend({clone:function(a,b,c){var e=a.cloneNode(!0),f,g,h;if((!d.support.noCloneEvent||!d.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!d.isXMLDoc(a)){ba(a,e),f=bb(a),g=bb(e);for(h=0;f[h];++h)ba(f[h],g[h])}if(b){_(a,e);if(c){f=bb(a),g=bb(e);for(h=0;f[h];++h)_(f[h],g[h])}}return e},clean:function(a,b,e,f){b=b||c,typeof b.createElement==="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var g=[];for(var h=0,i;(i=a[h])!=null;h++){typeof i==="number"&&(i+="");if(!i)continue;if(typeof i!=="string"||W.test(i)){if(typeof i==="string"){i=i.replace(T,"<$1></$2>");var j=(U.exec(i)||["",""])[1].toLowerCase(),k=Z[j]||Z._default,l=k[0],m=b.createElement("div");m.innerHTML=k[1]+i+k[2];while(l--)m=m.lastChild;if(!d.support.tbody){var n=V.test(i),o=j==="table"&&!n?m.firstChild&&m.firstChild.childNodes:k[1]==="<table>"&&!n?m.childNodes:[];for(var p=o.length-1;p>=0;--p)d.nodeName(o[p],"tbody")&&!o[p].childNodes.length&&o[p].parentNode.removeChild(o[p])}!d.support.leadingWhitespace&&S.test(i)&&m.insertBefore(b.createTextNode(S.exec(i)[0]),m.firstChild),i=m.childNodes}}else i=b.createTextNode(i);i.nodeType?g.push(i):g=d.merge(g,i)}if(e)for(h=0;g[h];h++)!f||!d.nodeName(g[h],"script")||g[h].type&&g[h].type.toLowerCase()!=="text/javascript"?(g[h].nodeType===1&&g.splice.apply(g,[h+1,0].concat(d.makeArray(g[h].getElementsByTagName("script")))),e.appendChild(g[h])):f.push(g[h].parentNode?g[h].parentNode.removeChild(g[h]):g[h]);return g},cleanData:function(a){var b,c,e=d.cache,f=d.expando,g=d.event.special,h=d.support.deleteExpando;for(var i=0,j;(j=a[i])!=null;i++){if(j.nodeName&&d.noData[j.nodeName.toLowerCase()])continue;c=j[d.expando];if(c){b=e[c]&&e[c][f];if(b&&b.events){for(var k in b.events)g[k]?d.event.remove(j,k):d.removeEvent(j,k,b.handle);b.handle&&(b.handle.elem=null)}h?delete j[d.expando]:j.removeAttribute&&j.removeAttribute(d.expando),delete e[c]}}}});var bd=/alpha\([^)]*\)/i,be=/opacity=([^)]*)/,bf=/-([a-z])/ig,bg=/([A-Z]|^ms)/g,bh=/^-?\d+(?:px)?$/i,bi=/^-?\d/,bj={position:"absolute",visibility:"hidden",display:"block"},bk=["Left","Right"],bl=["Top","Bottom"],bm,bn,bo,bp=function(a,b){return b.toUpperCase()};d.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return d.access(this,a,c,!0,function(a,c,e){return e!==b?d.style(a,c,e):d.css(a,c)})},d.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bm(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{zIndex:!0,fontWeight:!0,opacity:!0,zoom:!0,lineHeight:!0},cssProps:{"float":d.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,e,f){if(a&&a.nodeType!==3&&a.nodeType!==8&&a.style){var g,h=d.camelCase(c),i=a.style,j=d.cssHooks[h];c=d.cssProps[h]||h;if(e===b){if(j&&"get"in j&&(g=j.get(a,!1,f))!==b)return g;return i[c]}if(typeof e==="number"&&isNaN(e)||e==null)return;typeof e==="number"&&!d.cssNumber[h]&&(e+="px");if(!j||!("set"in j)||(e=j.set(a,e))!==b)try{i[c]=e}catch(k){}}},css:function(a,c,e){var f,g=d.camelCase(c),h=d.cssHooks[g];c=d.cssProps[g]||g;if(h&&"get"in h&&(f=h.get(a,!0,e))!==b)return f;if(bm)return bm(a,c,g)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]},camelCase:function(a){return a.replace(bf,bp)}}),d.curCSS=d.css,d.each(["height","width"],function(a,b){d.cssHooks[b]={get:function(a,c,e){var f;if(c){a.offsetWidth!==0?f=bq(a,b,e):d.swap(a,bj,function(){f=bq(a,b,e)});if(f<=0){f=bm(a,b,b),f==="0px"&&bo&&(f=bo(a,b,b));if(f!=null)return f===""||f==="auto"?"0px":f}if(f<0||f==null){f=a.style[b];return f===""||f==="auto"?"0px":f}return typeof f==="string"?f:f+"px"}},set:function(a,b){if(!bh.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),d.support.opacity||(d.cssHooks.opacity={get:function(a,b){return be.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style;c.zoom=1;var e=d.isNaN(b)?"":"alpha(opacity="+b*100+")",f=c.filter||"";c.filter=bd.test(f)?f.replace(bd,e):c.filter+" "+e}}),d(function(){d.support.reliableMarginRight||(d.cssHooks.marginRight={get:function(a,b){var c;d.swap(a,{display:"inline-block"},function(){b?c=bm(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bn=function(a,c,e){var f,g,h;e=e.replace(bg,"-$1").toLowerCase();if(!(g=a.ownerDocument.defaultView))return b;if(h=g.getComputedStyle(a,null))f=h.getPropertyValue(e),f===""&&!d.contains(a.ownerDocument.documentElement,a)&&(f=d.style(a,e));return f}),c.documentElement.currentStyle&&(bo=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bh.test(d)&&bi.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bm=bn||bo,d.expr&&d.expr.filters&&(d.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!d.support.reliableHiddenOffsets&&(a.style.display||d.css(a,"display"))==="none"},d.expr.filters.visible=function(a){return!d.expr.filters.hidden(a)});var br=/%20/g,bs=/\[\]$/,bt=/\r?\n/g,bu=/#.*$/,bv=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bw=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bx=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,by=/^(?:GET|HEAD)$/,bz=/^\/\//,bA=/\?/,bB=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bC=/^(?:select|textarea)/i,bD=/\s+/,bE=/([?&])_=[^&]*/,bF=/(^|\-)([a-z])/g,bG=function(a,b,c){return b+c.toUpperCase()},bH=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bI=d.fn.load,bJ={},bK={},bL,bM;try{bL=c.location.href}catch(bN){bL=c.createElement("a"),bL.href="",bL=bL.href}bM=bH.exec(bL.toLowerCase())||[],d.fn.extend({load:function(a,c,e){if(typeof a!=="string"&&bI)return bI.apply(this,arguments);if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var g=a.slice(f,a.length);a=a.slice(0,f)}var h="GET";c&&(d.isFunction(c)?(e=c,c=b):typeof c==="object"&&(c=d.param(c,d.ajaxSettings.traditional),h="POST"));var i=this;d.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?d("<div>").append(c.replace(bB,"")).find(g):c)),e&&i.each(e,[c,b,a])}});return this},serialize:function(){return d.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?d.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bC.test(this.nodeName)||bw.test(this.type))}).map(function(a,b){var c=d(this).val();return c==null?null:d.isArray(c)?d.map(c,function(a,c){return{name:b.name,value:a.replace(bt,"\r\n")}}):{name:b.name,value:c.replace(bt,"\r\n")}}).get()}}),d.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){d.fn[b]=function(a){return this.bind(b,a)}}),d.each(["get","post"],function(a,c){d[c]=function(a,e,f,g){d.isFunction(e)&&(g=g||f,f=e,e=b);return d.ajax({type:c,url:a,data:e,success:f,dataType:g})}}),d.extend({getScript:function(a,c){return d.get(a,b,c,"script")},getJSON:function(a,b,c){return d.get(a,b,c,"json")},ajaxSetup:function(a,b){b?d.extend(!0,a,d.ajaxSettings,b):(b=a,a=d.extend(!0,d.ajaxSettings,b));for(var c in {context:1,url:1})c in b?a[c]=b[c]:c in d.ajaxSettings&&(a[c]=d.ajaxSettings[c]);return a},ajaxSettings:{url:bL,isLocal:bx.test(bM[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":d.parseJSON,"text xml":d.parseXML}},ajaxPrefilter:bO(bJ),ajaxTransport:bO(bK),ajax:function(a,c){function v(a,c,l,n){if(r!==2){r=2,p&&clearTimeout(p),o=b,m=n||"",u.readyState=a?4:0;var q,t,v,w=l?bR(e,u,l):b,x,y;if(a>=200&&a<300||a===304){if(e.ifModified){if(x=u.getResponseHeader("Last-Modified"))d.lastModified[k]=x;if(y=u.getResponseHeader("Etag"))d.etag[k]=y}if(a===304)c="notmodified",q=!0;else try{t=bS(e,w),c="success",q=!0}catch(z){c="parsererror",v=z}}else{v=c;if(!c||a)c="error",a<0&&(a=0)}u.status=a,u.statusText=c,q?h.resolveWith(f,[t,c,u]):h.rejectWith(f,[u,c,v]),u.statusCode(j),j=b,s&&g.trigger("ajax"+(q?"Success":"Error"),[u,e,q?t:v]),i.resolveWith(f,[u,c]),s&&(g.trigger("ajaxComplete",[u,e]),--d.active||d.event.trigger("ajaxStop"))}}typeof a==="object"&&(c=a,a=b),c=c||{};var e=d.ajaxSetup({},c),f=e.context||e,g=f!==e&&(f.nodeType||f instanceof d)?d(f):d.event,h=d.Deferred(),i=d._Deferred(),j=e.statusCode||{},k,l={},m,n,o,p,q,r=0,s,t,u={readyState:0,setRequestHeader:function(a,b){r||(l[a.toLowerCase().replace(bF,bG)]=b);return this},getAllResponseHeaders:function(){return r===2?m:null},getResponseHeader:function(a){var c;if(r===2){if(!n){n={};while(c=bv.exec(m))n[c[1].toLowerCase()]=c[2]}c=n[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){r||(e.mimeType=a);return this},abort:function(a){a=a||"abort",o&&o.abort(a),v(0,a);return this}};h.promise(u),u.success=u.done,u.error=u.fail,u.complete=i.done,u.statusCode=function(a){if(a){var b;if(r<2)for(b in a)j[b]=[j[b],a[b]];else b=a[u.status],u.then(b,b)}return this},e.url=((a||e.url)+"").replace(bu,"").replace(bz,bM[1]+"//"),e.dataTypes=d.trim(e.dataType||"*").toLowerCase().split(bD),e.crossDomain==null&&(q=bH.exec(e.url.toLowerCase()),e.crossDomain=q&&(q[1]!=bM[1]||q[2]!=bM[2]||(q[3]||(q[1]==="http:"?80:443))!=(bM[3]||(bM[1]==="http:"?80:443)))),e.data&&e.processData&&typeof e.data!=="string"&&(e.data=d.param(e.data,e.traditional)),bP(bJ,e,c,u);if(r===2)return!1;s=e.global,e.type=e.type.toUpperCase(),e.hasContent=!by.test(e.type),s&&d.active++===0&&d.event.trigger("ajaxStart");if(!e.hasContent){e.data&&(e.url+=(bA.test(e.url)?"&":"?")+e.data),k=e.url;if(e.cache===!1){var w=d.now(),x=e.url.replace(bE,"$1_="+w);e.url=x+(x===e.url?(bA.test(e.url)?"&":"?")+"_="+w:"")}}if(e.data&&e.hasContent&&e.contentType!==!1||c.contentType)l["Content-Type"]=e.contentType;e.ifModified&&(k=k||e.url,d.lastModified[k]&&(l["If-Modified-Since"]=d.lastModified[k]),d.etag[k]&&(l["If-None-Match"]=d.etag[k])),l.Accept=e.dataTypes[0]&&e.accepts[e.dataTypes[0]]?e.accepts[e.dataTypes[0]]+(e.dataTypes[0]!=="*"?", */*; q=0.01":""):e.accepts["*"];for(t in e.headers)u.setRequestHeader(t,e.headers[t]);if(e.beforeSend&&(e.beforeSend.call(f,u,e)===!1||r===2)){u.abort();return!1}for(t in {success:1,error:1,complete:1})u[t](e[t]);o=bP(bK,e,c,u);if(o){u.readyState=1,s&&g.trigger("ajaxSend",[u,e]),e.async&&e.timeout>0&&(p=setTimeout(function(){u.abort("timeout")},e.timeout));try{r=1,o.send(l,v)}catch(y){status<2?v(-1,y):d.error(y)}}else v(-1,"No Transport");return u},param:function(a,c){var e=[],f=function(a,b){b=d.isFunction(b)?b():b,e[e.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=d.ajaxSettings.traditional);if(d.isArray(a)||a.jquery&&!d.isPlainObject(a))d.each(a,function(){f(this.name,this.value)});else for(var g in a)bQ(g,a[g],c,f);return e.join("&").replace(br,"+")}}),d.extend({active:0,lastModified:{},etag:{}});var bT=d.now(),bU=/(\=)\?(&|$)|\?\?/i;d.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return d.expando+"_"+bT++}}),d.ajaxPrefilter("json jsonp",function(b,c,e){var f=typeof b.data==="string";if(b.dataTypes[0]==="jsonp"||c.jsonpCallback||c.jsonp!=null||b.jsonp!==!1&&(bU.test(b.url)||f&&bU.test(b.data))){var g,h=b.jsonpCallback=d.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2",m=function(){a[h]=i,g&&d.isFunction(i)&&a[h](g[0])};b.jsonp!==!1&&(j=j.replace(bU,l),b.url===j&&(f&&(k=k.replace(bU,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},e.then(m,m),b.converters["script json"]=function(){g||d.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),d.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){d.globalEval(a);return a}}}),d.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),d.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var bV=d.now(),bW,bX;d.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&bZ()||b$()}:bZ,bX=d.ajaxSettings.xhr(),d.support.ajax=!!bX,d.support.cors=bX&&"withCredentials"in bX,bX=b,d.support.ajax&&d.ajaxTransport(function(a){if(!a.crossDomain||d.support.cors){var c;return{send:function(e,f){var g=a.xhr(),h,i;a.username?g.open(a.type,a.url,a.async,a.username,a.password):g.open(a.type,a.url,a.async);if(a.xhrFields)for(i in a.xhrFields)g[i]=a.xhrFields[i];a.mimeType&&g.overrideMimeType&&g.overrideMimeType(a.mimeType),!a.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(i in e)g.setRequestHeader(i,e[i])}catch(j){}g.send(a.hasContent&&a.data||null),c=function(e,i){var j,k,l,m,n;try{if(c&&(i||g.readyState===4)){c=b,h&&(g.onreadystatechange=d.noop,delete bW[h]);if(i)g.readyState!==4&&g.abort();else{j=g.status,l=g.getAllResponseHeaders(),m={},n=g.responseXML,n&&n.documentElement&&(m.xml=n),m.text=g.responseText;try{k=g.statusText}catch(o){k=""}j||!a.isLocal||a.crossDomain?j===1223&&(j=204):j=m.text?200:404}}}catch(p){i||f(-1,p)}m&&f(j,k,m,l)},a.async&&g.readyState!==4?(bW||(bW={},bY()),h=bV++,g.onreadystatechange=bW[h]=c):c()},abort:function(){c&&c(0,1)}}}});var b_={},ca=/^(?:toggle|show|hide)$/,cb=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cc,cd=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];d.fn.extend({show:function(a,b,c){var e,f;if(a||a===0)return this.animate(ce("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)e=this[g],f=e.style.display,!d._data(e,"olddisplay")&&f==="none"&&(f=e.style.display=""),f===""&&d.css(e,"display")==="none"&&d._data(e,"olddisplay",cf(e.nodeName));for(g=0;g<h;g++){e=this[g],f=e.style.display;if(f===""||f==="none")e.style.display=d._data(e,"olddisplay")||""}return this},hide:function(a,b,c){if(a||a===0)return this.animate(ce("hide",3),a,b,c);for(var e=0,f=this.length;e<f;e++){var g=d.css(this[e],"display");g!=="none"&&!d._data(this[e],"olddisplay")&&d._data(this[e],"olddisplay",g)}for(e=0;e<f;e++)this[e].style.display="none";return this},_toggle:d.fn.toggle,toggle:function(a,b,c){var e=typeof a==="boolean";d.isFunction(a)&&d.isFunction(b)?this._toggle.apply(this,arguments):a==null||e?this.each(function(){var b=e?a:d(this).is(":hidden");d(this)[b?"show":"hide"]()}):this.animate(ce("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,e){var f=d.speed(b,c,e);if(d.isEmptyObject(a))return this.each(f.complete);return this[f.queue===!1?"each":"queue"](function(){var b=d.extend({},f),c,e=this.nodeType===1,g=e&&d(this).is(":hidden"),h=this;for(c in a){var i=d.camelCase(c);c!==i&&(a[i]=a[c],delete a[c],c=i);if(a[c]==="hide"&&g||a[c]==="show"&&!g)return b.complete.call(this);if(e&&(c==="height"||c==="width")){b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(d.css(this,"display")==="inline"&&d.css(this,"float")==="none")if(d.support.inlineBlockNeedsLayout){var j=cf(this.nodeName);j==="inline"?this.style.display="inline-block":(this.style.display="inline",this.style.zoom=1)}else this.style.display="inline-block"}d.isArray(a[c])&&((b.specialEasing=b.specialEasing||{})[c]=a[c][1],a[c]=a[c][0])}b.overflow!=null&&(this.style.overflow="hidden"),b.curAnim=d.extend({},a),d.each(a,function(c,e){var f=new d.fx(h,b,c);if(ca.test(e))f[e==="toggle"?g?"show":"hide":e](a);else{var i=cb.exec(e),j=f.cur();if(i){var k=parseFloat(i[2]),l=i[3]||(d.cssNumber[c]?"":"px");l!=="px"&&(d.style(h,c,(k||1)+l),j=(k||1)/f.cur()*j,d.style(h,c,j+l)),i[1]&&(k=(i[1]==="-="?-1:1)*k+j),f.custom(j,k,l)}else f.custom(j,e,"")}});return!0})},stop:function(a,b){var c=d.timers;a&&this.queue([]),this.each(function(){for(var a=c.length-1;a>=0;a--)c[a].elem===this&&(b&&c[a](!0),c.splice(a,1))}),b||this.dequeue();return this}}),d.each({slideDown:ce("show",1),slideUp:ce("hide",1),slideToggle:ce("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){d.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),d.extend({speed:function(a,b,c){var e=a&&typeof a==="object"?d.extend({},a):{complete:c||!c&&b||d.isFunction(a)&&a,duration:a,easing:c&&b||b&&!d.isFunction(b)&&b};e.duration=d.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in d.fx.speeds?d.fx.speeds[e.duration]:d.fx.speeds._default,e.old=e.complete,e.complete=function(){e.queue!==!1&&d(this).dequeue(),d.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig||(b.orig={})}}),d.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(d.fx.step[this.prop]||d.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=d.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,b,c){function g(a){return e.step(a)}var e=this,f=d.fx;this.startTime=d.now(),this.start=a,this.end=b,this.unit=c||this.unit||(d.cssNumber[this.prop]?"":"px"),this.now=this.start,this.pos=this.state=0,g.elem=this.elem,g()&&d.timers.push(g)&&!cc&&(cc=setInterval(f.tick,f.interval))},show:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop),this.options.show=!0,this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),d(this.elem).show()},hide:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b=d.now(),c=!0;if(a||b>=this.options.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),this.options.curAnim[this.prop]=!0;for(var e in this.options.curAnim)this.options.curAnim[e]!==!0&&(c=!1);if(c){if(this.options.overflow!=null&&!d.support.shrinkWrapBlocks){var f=this.elem,g=this.options;d.each(["","X","Y"],function(a,b){f.style["overflow"+b]=g.overflow[a]})}this.options.hide&&d(this.elem).hide();if(this.options.hide||this.options.show)for(var h in this.options.curAnim)d.style(this.elem,h,this.options.orig[h]);this.options.complete.call(this.elem)}return!1}var i=b-this.startTime;this.state=i/this.options.duration;var j=this.options.specialEasing&&this.options.specialEasing[this.prop],k=this.options.easing||(d.easing.swing?"swing":"linear");this.pos=d.easing[j||k](this.state,i,0,1,this.options.duration),this.now=this.start+(this.end-this.start)*this.pos,this.update();return!0}},d.extend(d.fx,{tick:function(){var a=d.timers;for(var b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||d.fx.stop()},interval:13,stop:function(){clearInterval(cc),cc=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){d.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit:a.elem[a.prop]=a.now}}}),d.expr&&d.expr.filters&&(d.expr.filters.animated=function(a){return d.grep(d.timers,function(b){return a===b.elem}).length});var cg=/^t(?:able|d|h)$/i,ch=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?d.fn.offset=function(a){var b=this[0],c;if(a)return this.each(function(b){d.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return d.offset.bodyOffset(b);try{c=b.getBoundingClientRect()}catch(e){}var f=b.ownerDocument,g=f.documentElement;if(!c||!d.contains(g,b))return c?{top:c.top,left:c.left}:{top:0,left:0};var h=f.body,i=ci(f),j=g.clientTop||h.clientTop||0,k=g.clientLeft||h.clientLeft||0,l=i.pageYOffset||d.support.boxModel&&g.scrollTop||h.scrollTop,m=i.pageXOffset||d.support.boxModel&&g.scrollLeft||h.scrollLeft,n=c.top+l-j,o=c.left+m-k;return{top:n,left:o}}:d.fn.offset=function(a){var b=this[0];if(a)return this.each(function(b){d.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return d.offset.bodyOffset(b);d.offset.initialize();var c,e=b.offsetParent,f=b,g=b.ownerDocument,h=g.documentElement,i=g.body,j=g.defaultView,k=j?j.getComputedStyle(b,null):b.currentStyle,l=b.offsetTop,m=b.offsetLeft;while((b=b.parentNode)&&b!==i&&b!==h){if(d.offset.supportsFixedPosition&&k.position==="fixed")break;c=j?j.getComputedStyle(b,null):b.currentStyle,l-=b.scrollTop,m-=b.scrollLeft,b===e&&(l+=b.offsetTop,m+=b.offsetLeft,d.offset.doesNotAddBorder&&(!d.offset.doesAddBorderForTableAndCells||!cg.test(b.nodeName))&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),f=e,e=b.offsetParent),d.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),k=c}if(k.position==="relative"||k.position==="static")l+=i.offsetTop,m+=i.offsetLeft;d.offset.supportsFixedPosition&&k.position==="fixed"&&(l+=Math.max(h.scrollTop,i.scrollTop),m+=Math.max(h.scrollLeft,i.scrollLeft));return{top:l,left:m}},d.offset={initialize:function(){var a=c.body,b=c.createElement("div"),e,f,g,h,i=parseFloat(d.css(a,"marginTop"))||0,j="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";d.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),e=b.firstChild,f=e.firstChild,h=e.nextSibling.firstChild.firstChild,this.doesNotAddBorder=f.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,f.style.position="fixed",f.style.top="20px",this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15,f.style.position=f.style.top="",e.style.overflow="hidden",e.style.position="relative",this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),d.offset.initialize=d.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;d.offset.initialize(),d.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(d.css(a,"marginTop"))||0,c+=parseFloat(d.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var e=d.css(a,"position");e==="static"&&(a.style.position="relative");var f=d(a),g=f.offset(),h=d.css(a,"top"),i=d.css(a,"left"),j=(e==="absolute"||e==="fixed")&&d.inArray("auto",[h,i])>-1,k={},l={},m,n;j&&(l=f.position()),m=j?l.top:parseInt(h,10)||0,n=j?l.left:parseInt(i,10)||0,d.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):f.css(k)}},d.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),e=ch.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(d.css(a,"marginTop"))||0,c.left-=parseFloat(d.css(a,"marginLeft"))||0,e.top+=parseFloat(d.css(b[0],"borderTopWidth"))||0,e.left+=parseFloat(d.css(b[0],"borderLeftWidth"))||0;return{top:c.top-e.top,left:c.left-e.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&(!ch.test(a.nodeName)&&d.css(a,"position")==="static"))a=a.offsetParent;return a})}}),d.each(["Left","Top"],function(a,c){var e="scroll"+c;d.fn[e]=function(c){var f=this[0],g;if(!f)return null;if(c!==b)return this.each(function(){g=ci(this),g?g.scrollTo(a?d(g).scrollLeft():c,a?c:d(g).scrollTop()):this[e]=c});g=ci(f);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:d.support.boxModel&&g.document.documentElement[e]||g.document.body[e]:f[e]}}),d.each(["Height","Width"],function(a,c){var e=c.toLowerCase();d.fn["inner"+c]=function(){return this[0]?parseFloat(d.css(this[0],e,"padding")):null},d.fn["outer"+c]=function(a){return this[0]?parseFloat(d.css(this[0],e,a?"margin":"border")):null},d.fn[e]=function(a){var f=this[0];if(!f)return a==null?null:this;if(d.isFunction(a))return this.each(function(b){var c=d(this);c[e](a.call(this,b,c[e]()))});if(d.isWindow(f)){var g=f.document.documentElement["client"+c];return f.document.compatMode==="CSS1Compat"&&g||f.document.body["client"+c]||g}if(f.nodeType===9)return Math.max(f.documentElement["client"+c],f.body["scroll"+c],f.documentElement["scroll"+c],f.body["offset"+c],f.documentElement["offset"+c]);if(a===b){var h=d.css(f,e),i=parseFloat(h);return d.isNaN(i)?h:i}return this.css(e,typeof a==="string"?a:a+"px")}}),a.jQuery=a.$=d})(window);
\ No newline at end of file
diff --git a/example/primary/provision.html b/example/primary/provision.html
deleted file mode 100644
index 01394cb48057b0a3ac2cdb3863b538686876e991..0000000000000000000000000000000000000000
--- a/example/primary/provision.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<html>
-<head>
-<script type="text/javascript" src="https://login.persona.org/provisioning_api.js"></script>
-<script type="text/javascript" src="/jquery.js"></script>
-<script type="text/javascript">
-
-  // begin provisioning!  This both gives us indicated to browserid that we're
-  // a well formed provisioning page and gives us the parameters of the provisioning
-  navigator.id.beginProvisioning(function(email, cert_duration) {
-    var user = /^([^@]+)@/.exec(email)[1];
-
-    // now we have the email address that wishes to be provisioned!
-    // is he authenticated to eyedee.me?
-    $.get('/api/whoami')
-      .success(function(who) {
-        if (user != who) {
-          return navigator.id.raiseProvisioningFailure('user is not authenticated as target user');
-        }
-
-        // Awesome!  The user is authenticated as who we want to provision.  let's
-        // generate a keypair
-        navigator.id.genKeyPair(function(pubkey) {
-          // finally, once we have a public key from the browser, we'll certify it, and
-          // go pass it back
-          $.ajax({
-            url: '/api/cert_key',
-            data: JSON.stringify({
-              pubkey: JSON.parse(pubkey),
-              duration: cert_duration
-            }),
-            type: 'POST',
-            headers: { "Content-Type": 'application/json' },
-            dataType: 'json',
-            success: function(r) {
-              // all done!  woo!
-              navigator.id.registerCertificate(r.cert);
-            },
-            error: function(r) {
-              navigator.id.raiseProvisioningFailure("couldn't certify key");
-            }
-          });
-        });
-      })
-      .error(function() {
-        navigator.id.raiseProvisioningFailure('user is not authenticated');
-      });
-  });
-</script>
-</head>
-</html>
diff --git a/example/primary/sample.privatekey b/example/primary/sample.privatekey
deleted file mode 100644
index 709fd6223be2bec3a8756525a160c85bf292f189..0000000000000000000000000000000000000000
--- a/example/primary/sample.privatekey
+++ /dev/null
@@ -1 +0,0 @@
-{"algorithm":"RS","n":"12150646309575666544658791157045645163757575303887721078710172478749665834070170928206481109930468203684865378748391106975718718959563139020999088154811587703010353786258781016056954403240590264386124614262627869140351957459406743577995562584260319925426603313709939197457399455483061173844980456364611416651616781677992262613894501858312578942785385470086255995080524454431673067666784338623903663347118104807073332038428581918086381436489000619294471995801952293054002077519255312962379161724622526642212406262043172654176008908362058486885146430345217844546587383034154533029235541666677817563420349484368059586917","e":"65537","d":"4576260781837071842193157180361592071303664055813671962186294570898545886786914704989861806863508349047919986322940288592423594917052916069629682361493727501615950722587629763634798747809443360175819977323411869539211550207829724456958122453992362737374381640787683739122037791776987029525545151661621734244874349529048661411099247940582269058676233440040049437304921327491451073610454313255668312747483229646664526246661039878272676051442941399721167635066787800827207115116788251299159776482379477214028479230999290715576867912303554133701642412629365556930442426107748834086621121121510537980546710422816219192577"}
\ No newline at end of file
diff --git a/example/primary/sample.publickey b/example/primary/sample.publickey
deleted file mode 100644
index 80b7419d0ba320e55ee964b1eaa19b4bcd34ea96..0000000000000000000000000000000000000000
--- a/example/primary/sample.publickey
+++ /dev/null
@@ -1 +0,0 @@
-{"algorithm":"RS","n":"12150646309575666544658791157045645163757575303887721078710172478749665834070170928206481109930468203684865378748391106975718718959563139020999088154811587703010353786258781016056954403240590264386124614262627869140351957459406743577995562584260319925426603313709939197457399455483061173844980456364611416651616781677992262613894501858312578942785385470086255995080524454431673067666784338623903663347118104807073332038428581918086381436489000619294471995801952293054002077519255312962379161724622526642212406262043172654176008908362058486885146430345217844546587383034154533029235541666677817563420349484368059586917","e":"65537"}
\ No newline at end of file
diff --git a/example/primary/sign_in.html b/example/primary/sign_in.html
deleted file mode 100644
index 838080d2fb96fb83dfe87695538437e7269e1d4d..0000000000000000000000000000000000000000
--- a/example/primary/sign_in.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<!DOCTYPE html>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<html>
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; width=device-width;">
-<title>
-BrowserID Example Primary
-</title>
-<style type="text/css">
-body { margin: auto; font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
-.title { font-size: 2em; font-weight: bold; text-align: center; margin: 1.5em; }
-.intro { font-size: 1.2em; width: 600px; margin: auto; }
-.main { text-align: center; margin-top: 2em; font-size: 1.2em; width: 500px; margin: auto; }
-#who { font-weight: bold; }
-#cancel { font-size: small; }
-button { line-height: 20px; }
-
-</style>
-</head>
-<body>
-<div class="title">
-  Sign into our example primary!
-</div>
-
-<div class="main" id="logged_out">
-  Sign in as <span id="who">...</span>
-  <button>doit</button>
-  <a href="#" id="cancel">cancel</a>
-</div>
-
-<script type="text/javascript" src="jquery.js"></script>
-<script type="text/javascript" src="https://login.persona.org/authentication_api.js"></script>
-<script type="text/javascript">
-
-var who = null;
-
-$(document).ready(function() {
-  try {
-    navigator.id.beginAuthentication(function(email) {
-      who = /^([^@]+)@/.exec(email)[1];
-      $('#who').text(who);
-    });
-  } catch(e) {
-    alert("uh oh: " + e);
-  }
-  $("button").click(function(e) {
-    $.get('/api/login', { user: who })
-      .success(function(r) {
-        navigator.id.completeAuthentication();
-      });
-  });
-
-  $("#cancel").click(function(e) {
-    e.preventDefault();
-    navigator.id.raiseAuthenticationFailure('cancel');
-  });
-});
-</script>
-</body>
-</html>
diff --git a/example/rp/TOS.html b/example/rp/TOS.html
deleted file mode 100644
index c61b94818cad466262fff27ad5492dcd150c1bd3..0000000000000000000000000000000000000000
--- a/example/rp/TOS.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<html>
-<body>
-This is my ToS...  I pour out.
-</body>
-</html>
diff --git a/example/rp/i/logo.png b/example/rp/i/logo.png
deleted file mode 100644
index 4af65cb33d99b676971aa367f7d1f07c275d38f6..0000000000000000000000000000000000000000
Binary files a/example/rp/i/logo.png and /dev/null differ
diff --git a/example/rp/index.html b/example/rp/index.html
deleted file mode 100644
index f417ac5dd577835092899b7ccdda85688c95c623..0000000000000000000000000000000000000000
--- a/example/rp/index.html
+++ /dev/null
@@ -1,207 +0,0 @@
-<!DOCTYPE html>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<html>
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; width=device-width;">
-<title>
-Persona Relying Party
-</title>
-<style type="text/css">
-
-body { margin: auto; font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
-a:link, a:visited { font-style: italic; text-decoration: none; color: #008; }
-a:hover { border-bottom: 2px solid black ; }
-.title { font-size: 2em; font-weight: bold; text-align: center; margin: 1.5em auto 1.5em auto; }
-.intro { font-size: 1.2em;  }
-.specify, .session { font-size: 1.1em; padding-top: 2em; }
-body div { width: 600px; margin: auto; }
-
-pre {
-  font-family: 'lucida console', monaco, 'andale mono', 'bitstream vera sans mono', consolas, monospace;
-  border: 3px solid #666;
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  border-radius: 4px;
-  padding: .5em;
-  margin: .5em;
-  color: #ccc;
-  background-color: #333;
-/*  white-space: pre;*/
-  font-size: .9em;
-  word-wrap: break-word;
-}
-
-.specify ul { padding-left: 0px; }
-.specify li { list-style: none; }
-
-@media screen and (max-width: 640px) {
-  .intro, .output, .step {
-    width: 90%;
-  }
-}
-
-</style>
-</head>
-<body>
-<div class="title">
-  Persona Test Relying Party
-</div>
-
-<div class="intro">
-  This is a RP for testing, it allows you to drive the <tt>navigator.id.get()</tt> call manually
-  to locally test Persona.
-</div>
-
-<div class="specify">
-  <p><b>What flavor of assertion would you like?</b></p>
-  <ul>
-    <li>
-      <input type="checkbox" id="privacyPolicy">
-      <label for="privacyPolicy">Supply a privacy policy</label>
-    </li><li>
-      <input type="checkbox" id="termsOfService">
-      <label for="termsOfService">Supply a ToS</label>
-    </li><li>
-      <input type="checkbox" id="siteName">
-      <label for="siteName">Supply Site Name</label><br />
-    </li>
-    </li><li>
-      <input type="checkbox" id="siteLogo">
-      <label for="siteLogo">Supply Site Logo</label><br />
-    </li>
-    </li><li>
-      <input type="checkbox" id="returnTo">
-      <label for="returnTo">Supply returnTo</label><br />
-    </li>
-    </li>
-  </ul>
-    <button class="assertion">Get an assertion</button>
-    <button class="logout">logout</button>
-</div>
-
-<div class="session">
-  <p><b>Care to simulate a session?</b></p>
-  <p>If you enter an email address or 'null' here, upon reload this value will
-     be passed to .watch() as the first parameter.  This lets you test things like
-     assertion generation suppression when the site and browser agree on who is logged in.
-  </p>
-  <input type="text" id="loggedInUser" width="80">
-  <button class="update_session">Update "session"</button>
-</div>
-
-<div class="loginEvents">
-  <h2>logins</h2>
-  <pre> ... </pre>
-</div>
-
-<div class="logoutEvents">
-  <h2>logouts</h2>
-  <pre> ... </pre>
-</div>
-
-<div class="readiness">
-  <h2>readiness</h2>
-  <pre> ... </pre>
-</div>
-
-</body>
-
-<script src="jquery-min.js"></script>
-<script src="https://login.persona.org/include.js"></script>
-<script>
-
-try {
-  var storage = localStorage;
-}
-catch(e) {
-  // Fx with cookies disabled with blow up when trying to access localStorage.
-  storage = {};
-}
-
-
-function loggit() {
-  try {
-    console.log.apply(console, arguments);
-  } catch(e) {}
-}
-
-var serial = 1;
-
-// a function to check an assertion against the server
-function checkAssertion(assertion) {
-  $.ajax({
-    url: "/process_assertion",
-    type: "post",
-    dataType: "json",
-    data: {
-      assertion: assertion,
-      audience: window.location.protocol + "//" + window.location.host
-    },
-    success: function(data, textStatus, jqXHR) {
-      var old = $(".loginEvents > pre").text() + "\n";
-      $(".loginEvents > pre").text(old + JSON.stringify(data, null, 4));
-    },
-    error: function(jqXHR, textStatus, errorThrown) {
-      var resp = jqXHR.responseText ? JSON.parse(jqXHR.responseText) : errorThrown;
-      $(".loginEvents > pre").text(resp);
-    }
-  });
-};
-
-navigator.id.watch({
-  loggedInUser: (storage.loggedInUser === 'null') ? null : storage.loggedInUser,
-  onready: function () {
-    loggit("onready");
-    var txt = serial++ + ' navigator.id ready at ' + (new Date).toString();
-    $(".readiness > pre").text(txt);
-
-  },
-  onlogin: function (assertion) {
-    loggit("onlogin");
-    var txt = serial++ + ' got assertion at ' + (new Date).toString();
-    $(".loginEvents > pre").text(txt);
-
-    checkAssertion(assertion);
-
-    $(".specify button.assertion").removeAttr('disabled');
-  },
-  onlogout: function () {
-    loggit("onlogout");
-    var txt = serial++ + ' logout callback invoked at ' + (new Date).toString();
-    $(".logoutEvents > pre").text(txt);
-  }
-});
-
-$(document).ready(function() {
-  $(".specify button.assertion").click(function() {
-    $(".specify button.assertion").attr('disabled', 'true');
-
-    navigator.id.request({
-      privacyPolicy: $('#privacyPolicy').attr('checked') ? "/privacy.html" : undefined,
-      termsOfService: $('#termsOfService').attr('checked') ? "/TOS.html" : undefined,
-      siteName: $('#siteName').attr('checked') ? "Persona Test Relying Party" : undefined,
-      siteLogo: $('#siteLogo').attr('checked') ? "/i/logo.png" : undefined,
-      returnTo: $('#returnTo').attr('checked') ? "/postVerificationReturn.html" : undefined,
-      oncancel: function() {
-        loggit("oncancel");
-        $(".specify button.assertion").removeAttr('disabled');
-      }
-    });
-  });
-
-  $(".specify button.logout").click(function() { navigator.id.logout() });
-
-  $(".session button.update_session").click(function() {
-    storage.loggedInUser = $.trim($('#loggedInUser').val());
-    $(".session input").fadeOut(100).fadeIn(350);
-  });
-  $('#loggedInUser').val(storage.loggedInUser ? storage.loggedInUser : "");
-});
-
-</script>
-
-</html>
diff --git a/example/rp/jquery-min.js b/example/rp/jquery-min.js
deleted file mode 100644
index f78f96a12f13973ee16bc9d334e403b55502c66a..0000000000000000000000000000000000000000
--- a/example/rp/jquery-min.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/*!
- * jQuery JavaScript Library v1.5.2
- * http://jquery.com/
- *
- * Copyright 2011, John Resig
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * Includes Sizzle.js
- * http://sizzlejs.com/
- * Copyright 2011, The Dojo Foundation
- * Released under the MIT, BSD, and GPL Licenses.
- *
- * Date: Thu Mar 31 15:28:23 2011 -0400
- */
-(function(a,b){function ci(a){return d.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cf(a){if(!b_[a]){var b=d("<"+a+">").appendTo("body"),c=b.css("display");b.remove();if(c==="none"||c==="")c="block";b_[a]=c}return b_[a]}function ce(a,b){var c={};d.each(cd.concat.apply([],cd.slice(0,b)),function(){c[this]=a});return c}function b$(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function bZ(){try{return new a.XMLHttpRequest}catch(b){}}function bY(){d(a).unload(function(){for(var a in bW)bW[a](0,1)})}function bS(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var e=a.dataTypes,f={},g,h,i=e.length,j,k=e[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h==="string"&&(f[h.toLowerCase()]=a.converters[h]);l=k,k=e[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=f[m]||f["* "+k];if(!n){p=b;for(o in f){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=f[j[1]+" "+k];if(p){o=f[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&d.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function bR(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function bQ(a,b,c,e){if(d.isArray(b)&&b.length)d.each(b,function(b,f){c||bs.test(a)?e(a,f):bQ(a+"["+(typeof f==="object"||d.isArray(f)?b:"")+"]",f,c,e)});else if(c||b==null||typeof b!=="object")e(a,b);else if(d.isArray(b)||d.isEmptyObject(b))e(a,"");else for(var f in b)bQ(a+"["+f+"]",b[f],c,e)}function bP(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bJ,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l==="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bP(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bP(a,c,d,e,"*",g));return l}function bO(a){return function(b,c){typeof b!=="string"&&(c=b,b="*");if(d.isFunction(c)){var e=b.toLowerCase().split(bD),f=0,g=e.length,h,i,j;for(;f<g;f++)h=e[f],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bq(a,b,c){var e=b==="width"?bk:bl,f=b==="width"?a.offsetWidth:a.offsetHeight;if(c==="border")return f;d.each(e,function(){c||(f-=parseFloat(d.css(a,"padding"+this))||0),c==="margin"?f+=parseFloat(d.css(a,"margin"+this))||0:f-=parseFloat(d.css(a,"border"+this+"Width"))||0});return f}function bc(a,b){b.src?d.ajax({url:b.src,async:!1,dataType:"script"}):d.globalEval(b.text||b.textContent||b.innerHTML||""),b.parentNode&&b.parentNode.removeChild(b)}function bb(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function ba(a,b){if(b.nodeType===1){var c=b.nodeName.toLowerCase();b.clearAttributes(),b.mergeAttributes(a);if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(d.expando)}}function _(a,b){if(b.nodeType===1&&d.hasData(a)){var c=d.expando,e=d.data(a),f=d.data(b,e);if(e=e[c]){var g=e.events;f=f[c]=d.extend({},e);if(g){delete f.handle,f.events={};for(var h in g)for(var i=0,j=g[h].length;i<j;i++)d.event.add(b,h+(g[h][i].namespace?".":"")+g[h][i].namespace,g[h][i],g[h][i].data)}}}}function $(a,b){return d.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function Q(a,b,c){if(d.isFunction(b))return d.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return d.grep(a,function(a,d){return a===b===c});if(typeof b==="string"){var e=d.grep(a,function(a){return a.nodeType===1});if(L.test(b))return d.filter(b,e,!c);b=d.filter(b,e)}return d.grep(a,function(a,e){return d.inArray(a,b)>=0===c})}function P(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function H(a,b){return(a&&a!=="*"?a+".":"")+b.replace(t,"`").replace(u,"&")}function G(a){var b,c,e,f,g,h,i,j,k,l,m,n,o,p=[],q=[],s=d._data(this,"events");if(a.liveFired!==this&&s&&s.live&&!a.target.disabled&&(!a.button||a.type!=="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var t=s.live.slice(0);for(i=0;i<t.length;i++)g=t[i],g.origType.replace(r,"")===a.type?q.push(g.selector):t.splice(i--,1);f=d(a.target).closest(q,a.currentTarget);for(j=0,k=f.length;j<k;j++){m=f[j];for(i=0;i<t.length;i++){g=t[i];if(m.selector===g.selector&&(!n||n.test(g.namespace))&&!m.elem.disabled){h=m.elem,e=null;if(g.preType==="mouseenter"||g.preType==="mouseleave")a.type=g.preType,e=d(a.relatedTarget).closest(g.selector)[0];(!e||e!==h)&&p.push({elem:h,handleObj:g,level:m.level})}}}for(j=0,k=p.length;j<k;j++){f=p[j];if(c&&f.level>c)break;a.currentTarget=f.elem,a.data=f.handleObj.data,a.handleObj=f.handleObj,o=f.handleObj.origHandler.apply(f.elem,arguments);if(o===!1||a.isPropagationStopped()){c=f.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function E(a,c,e){var f=d.extend({},e[0]);f.type=a,f.originalEvent={},f.liveFired=b,d.event.handle.call(c,f),f.isDefaultPrevented()&&e[0].preventDefault()}function y(){return!0}function x(){return!1}function i(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function h(a,c,e){if(e===b&&a.nodeType===1){e=a.getAttribute("data-"+c);if(typeof e==="string"){try{e=e==="true"?!0:e==="false"?!1:e==="null"?null:d.isNaN(e)?g.test(e)?d.parseJSON(e):e:parseFloat(e)}catch(f){}d.data(a,c,e)}else e=b}return e}var c=a.document,d=function(){function G(){if(!d.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(G,1);return}d.ready()}}var d=function(a,b){return new d.fn.init(a,b,g)},e=a.jQuery,f=a.$,g,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,i=/\S/,j=/^\s+/,k=/\s+$/,l=/\d/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=navigator.userAgent,w,x,y,z=Object.prototype.toString,A=Object.prototype.hasOwnProperty,B=Array.prototype.push,C=Array.prototype.slice,D=String.prototype.trim,E=Array.prototype.indexOf,F={};d.fn=d.prototype={constructor:d,init:function(a,e,f){var g,i,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!e&&c.body){this.context=c,this[0]=c.body,this.selector="body",this.length=1;return this}if(typeof a==="string"){g=h.exec(a);if(!g||!g[1]&&e)return!e||e.jquery?(e||f).find(a):this.constructor(e).find(a);if(g[1]){e=e instanceof d?e[0]:e,k=e?e.ownerDocument||e:c,j=m.exec(a),j?d.isPlainObject(e)?(a=[c.createElement(j[1])],d.fn.attr.call(a,e,!0)):a=[k.createElement(j[1])]:(j=d.buildFragment([g[1]],[k]),a=(j.cacheable?d.clone(j.fragment):j.fragment).childNodes);return d.merge(this,a)}i=c.getElementById(g[2]);if(i&&i.parentNode){if(i.id!==g[2])return f.find(a);this.length=1,this[0]=i}this.context=c,this.selector=a;return this}if(d.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return d.makeArray(a,this)},selector:"",jquery:"1.5.2",length:0,size:function(){return this.length},toArray:function(){return C.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var e=this.constructor();d.isArray(a)?B.apply(e,a):d.merge(e,a),e.prevObject=this,e.context=this.context,b==="find"?e.selector=this.selector+(this.selector?" ":"")+c:b&&(e.selector=this.selector+"."+b+"("+c+")");return e},each:function(a,b){return d.each(this,a,b)},ready:function(a){d.bindReady(),x.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(C.apply(this,arguments),"slice",C.call(arguments).join(","))},map:function(a){return this.pushStack(d.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:B,sort:[].sort,splice:[].splice},d.fn.init.prototype=d.fn,d.extend=d.fn.extend=function(){var a,c,e,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i==="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!=="object"&&!d.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){e=i[c],f=a[c];if(i===f)continue;l&&f&&(d.isPlainObject(f)||(g=d.isArray(f)))?(g?(g=!1,h=e&&d.isArray(e)?e:[]):h=e&&d.isPlainObject(e)?e:{},i[c]=d.extend(l,h,f)):f!==b&&(i[c]=f)}return i},d.extend({noConflict:function(b){a.$=f,b&&(a.jQuery=e);return d},isReady:!1,readyWait:1,ready:function(a){a===!0&&d.readyWait--;if(!d.readyWait||a!==!0&&!d.isReady){if(!c.body)return setTimeout(d.ready,1);d.isReady=!0;if(a!==!0&&--d.readyWait>0)return;x.resolveWith(c,[d]),d.fn.trigger&&d(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!x){x=d._Deferred();if(c.readyState==="complete")return setTimeout(d.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",y,!1),a.addEventListener("load",d.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",y),a.attachEvent("onload",d.ready);var b=!1;try{b=a.frameElement==null}catch(e){}c.documentElement.doScroll&&b&&G()}}},isFunction:function(a){return d.type(a)==="function"},isArray:Array.isArray||function(a){return d.type(a)==="array"},isWindow:function(a){return a&&typeof a==="object"&&"setInterval"in a},isNaN:function(a){return a==null||!l.test(a)||isNaN(a)},type:function(a){return a==null?String(a):F[z.call(a)]||"object"},isPlainObject:function(a){if(!a||d.type(a)!=="object"||a.nodeType||d.isWindow(a))return!1;if(a.constructor&&!A.call(a,"constructor")&&!A.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a){}return c===b||A.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!=="string"||!b)return null;b=d.trim(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return a.JSON&&a.JSON.parse?a.JSON.parse(b):(new Function("return "+b))();d.error("Invalid JSON: "+b)},parseXML:function(b,c,e){a.DOMParser?(e=new DOMParser,c=e.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),e=c.documentElement,(!e||!e.nodeName||e.nodeName==="parsererror")&&d.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(a){if(a&&i.test(a)){var b=c.head||c.getElementsByTagName("head")[0]||c.documentElement,e=c.createElement("script");d.support.scriptEval()?e.appendChild(c.createTextNode(a)):e.text=a,b.insertBefore(e,b.firstChild),b.removeChild(e)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,e){var f,g=0,h=a.length,i=h===b||d.isFunction(a);if(e){if(i){for(f in a)if(c.apply(a[f],e)===!1)break}else for(;g<h;)if(c.apply(a[g++],e)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(var j=a[0];g<h&&c.call(j,g,j)!==!1;j=a[++g]){}return a},trim:D?function(a){return a==null?"":D.call(a)}:function(a){return a==null?"":(a+"").replace(j,"").replace(k,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var e=d.type(a);a.length==null||e==="string"||e==="function"||e==="regexp"||d.isWindow(a)?B.call(c,a):d.merge(c,a)}return c},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var c=0,d=b.length;c<d;c++)if(b[c]===a)return c;return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length==="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,b,c){var d=[],e;for(var f=0,g=a.length;f<g;f++)e=b(a[f],f,c),e!=null&&(d[d.length]=e);return d.concat.apply([],d)},guid:1,proxy:function(a,c,e){arguments.length===2&&(typeof c==="string"?(e=a,a=e[c],c=b):c&&!d.isFunction(c)&&(e=c,c=b)),!c&&a&&(c=function(){return a.apply(e||this,arguments)}),a&&(c.guid=a.guid=a.guid||c.guid||d.guid++);return c},access:function(a,c,e,f,g,h){var i=a.length;if(typeof c==="object"){for(var j in c)d.access(a,j,c[j],f,g,e);return a}if(e!==b){f=!h&&f&&d.isFunction(e);for(var k=0;k<i;k++)g(a[k],c,f?e.call(a[k],k,g(a[k],c)):e,h);return a}return i?g(a[0],c):b},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}d.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.subclass=this.subclass,a.fn.init=function b(b,c){c&&c instanceof d&&!(c instanceof a)&&(c=a(c));return d.fn.init.call(this,b,c,e)},a.fn.init.prototype=a.fn;var e=a(c);return a},browser:{}}),d.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){F["[object "+b+"]"]=b.toLowerCase()}),w=d.uaMatch(v),w.browser&&(d.browser[w.browser]=!0,d.browser.version=w.version),d.browser.webkit&&(d.browser.safari=!0),E&&(d.inArray=function(a,b){return E.call(b,a)}),i.test(" ")&&(j=/^[\s\xA0]+/,k=/[\s\xA0]+$/),g=d(c),c.addEventListener?y=function(){c.removeEventListener("DOMContentLoaded",y,!1),d.ready()}:c.attachEvent&&(y=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",y),d.ready())});return d}(),e="then done fail isResolved isRejected promise".split(" "),f=[].slice;d.extend({_Deferred:function(){var a=[],b,c,e,f={done:function(){if(!e){var c=arguments,g,h,i,j,k;b&&(k=b,b=0);for(g=0,h=c.length;g<h;g++)i=c[g],j=d.type(i),j==="array"?f.done.apply(f,i):j==="function"&&a.push(i);k&&f.resolveWith(k[0],k[1])}return this},resolveWith:function(d,f){if(!e&&!b&&!c){f=f||[],c=1;try{while(a[0])a.shift().apply(d,f)}finally{b=[d,f],c=0}}return this},resolve:function(){f.resolveWith(this,arguments);return this},isResolved:function(){return c||b},cancel:function(){e=1,a=[];return this}};return f},Deferred:function(a){var b=d._Deferred(),c=d._Deferred(),f;d.extend(b,{then:function(a,c){b.done(a).fail(c);return this},fail:c.done,rejectWith:c.resolveWith,reject:c.resolve,isRejected:c.isResolved,promise:function(a){if(a==null){if(f)return f;f=a={}}var c=e.length;while(c--)a[e[c]]=b[e[c]];return a}}),b.done(c.cancel).fail(b.cancel),delete b.cancel,a&&a.call(b,b);return b},when:function(a){function i(a){return function(c){b[a]=arguments.length>1?f.call(arguments,0):c,--g||h.resolveWith(h,f.call(b,0))}}var b=arguments,c=0,e=b.length,g=e,h=e<=1&&a&&d.isFunction(a.promise)?a:d.Deferred();if(e>1){for(;c<e;c++)b[c]&&d.isFunction(b[c].promise)?b[c].promise().then(i(c),h.reject):--g;g||h.resolveWith(h,b)}else h!==a&&h.resolveWith(h,e?[a]:[]);return h.promise()}}),function(){d.support={};var b=c.createElement("div");b.style.display="none",b.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var e=b.getElementsByTagName("*"),f=b.getElementsByTagName("a")[0],g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=b.getElementsByTagName("input")[0];if(e&&e.length&&f){d.support={leadingWhitespace:b.firstChild.nodeType===3,tbody:!b.getElementsByTagName("tbody").length,htmlSerialize:!!b.getElementsByTagName("link").length,style:/red/.test(f.getAttribute("style")),hrefNormalized:f.getAttribute("href")==="/a",opacity:/^0.55$/.test(f.style.opacity),cssFloat:!!f.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,deleteExpando:!0,optDisabled:!1,checkClone:!1,noCloneEvent:!0,noCloneChecked:!0,boxModel:null,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableHiddenOffsets:!0,reliableMarginRight:!0},i.checked=!0,d.support.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,d.support.optDisabled=!h.disabled;var j=null;d.support.scriptEval=function(){if(j===null){var b=c.documentElement,e=c.createElement("script"),f="script"+d.now();try{e.appendChild(c.createTextNode("window."+f+"=1;"))}catch(g){}b.insertBefore(e,b.firstChild),a[f]?(j=!0,delete a[f]):j=!1,b.removeChild(e)}return j};try{delete b.test}catch(k){d.support.deleteExpando=!1}!b.addEventListener&&b.attachEvent&&b.fireEvent&&(b.attachEvent("onclick",function l(){d.support.noCloneEvent=!1,b.detachEvent("onclick",l)}),b.cloneNode(!0).fireEvent("onclick")),b=c.createElement("div"),b.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var m=c.createDocumentFragment();m.appendChild(b.firstChild),d.support.checkClone=m.cloneNode(!0).cloneNode(!0).lastChild.checked,d(function(){var a=c.createElement("div"),b=c.getElementsByTagName("body")[0];if(b){a.style.width=a.style.paddingLeft="1px",b.appendChild(a),d.boxModel=d.support.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,d.support.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="<div style='width:4px;'></div>",d.support.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";var e=a.getElementsByTagName("td");d.support.reliableHiddenOffsets=e[0].offsetHeight===0,e[0].style.display="",e[1].style.display="none",d.support.reliableHiddenOffsets=d.support.reliableHiddenOffsets&&e[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(a.style.width="1px",a.style.marginRight="0",d.support.reliableMarginRight=(parseInt(c.defaultView.getComputedStyle(a,null).marginRight,10)||0)===0),b.removeChild(a).style.display="none",a=e=null}});var n=function(a){var b=c.createElement("div");a="on"+a;if(!b.attachEvent)return!0;var d=a in b;d||(b.setAttribute(a,"return;"),d=typeof b[a]==="function");return d};d.support.submitBubbles=n("submit"),d.support.changeBubbles=n("change"),b=e=f=null}}();var g=/^(?:\{.*\}|\[.*\])$/;d.extend({cache:{},uuid:0,expando:"jQuery"+(d.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?d.cache[a[d.expando]]:a[d.expando];return!!a&&!i(a)},data:function(a,c,e,f){if(d.acceptData(a)){var g=d.expando,h=typeof c==="string",i,j=a.nodeType,k=j?d.cache:a,l=j?a[d.expando]:a[d.expando]&&d.expando;if((!l||f&&l&&!k[l][g])&&h&&e===b)return;l||(j?a[d.expando]=l=++d.uuid:l=d.expando),k[l]||(k[l]={},j||(k[l].toJSON=d.noop));if(typeof c==="object"||typeof c==="function")f?k[l][g]=d.extend(k[l][g],c):k[l]=d.extend(k[l],c);i=k[l],f&&(i[g]||(i[g]={}),i=i[g]),e!==b&&(i[c]=e);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[c]:i}},removeData:function(b,c,e){if(d.acceptData(b)){var f=d.expando,g=b.nodeType,h=g?d.cache:b,j=g?b[d.expando]:d.expando;if(!h[j])return;if(c){var k=e?h[j][f]:h[j];if(k){delete k[c];if(!i(k))return}}if(e){delete h[j][f];if(!i(h[j]))return}var l=h[j][f];d.support.deleteExpando||h!=a?delete h[j]:h[j]=null,l?(h[j]={},g||(h[j].toJSON=d.noop),h[j][f]=l):g&&(d.support.deleteExpando?delete b[d.expando]:b.removeAttribute?b.removeAttribute(d.expando):b[d.expando]=null)}},_data:function(a,b,c){return d.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=d.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),d.fn.extend({data:function(a,c){var e=null;if(typeof a==="undefined"){if(this.length){e=d.data(this[0]);if(this[0].nodeType===1){var f=this[0].attributes,g;for(var i=0,j=f.length;i<j;i++)g=f[i].name,g.indexOf("data-")===0&&(g=g.substr(5),h(this[0],g,e[g]))}}return e}if(typeof a==="object")return this.each(function(){d.data(this,a)});var k=a.split(".");k[1]=k[1]?"."+k[1]:"";if(c===b){e=this.triggerHandler("getData"+k[1]+"!",[k[0]]),e===b&&this.length&&(e=d.data(this[0],a),e=h(this[0],a,e));return e===b&&k[1]?this.data(k[0]):e}return this.each(function(){var b=d(this),e=[k[0],c];b.triggerHandler("setData"+k[1]+"!",e),d.data(this,a,c),b.triggerHandler("changeData"+k[1]+"!",e)})},removeData:function(a){return this.each(function(){d.removeData(this,a)})}}),d.extend({queue:function(a,b,c){if(a){b=(b||"fx")+"queue";var e=d._data(a,b);if(!c)return e||[];!e||d.isArray(c)?e=d._data(a,b,d.makeArray(c)):e.push(c);return e}},dequeue:function(a,b){b=b||"fx";var c=d.queue(a,b),e=c.shift();e==="inprogress"&&(e=c.shift()),e&&(b==="fx"&&c.unshift("inprogress"),e.call(a,function(){d.dequeue(a,b)})),c.length||d.removeData(a,b+"queue",!0)}}),d.fn.extend({queue:function(a,c){typeof a!=="string"&&(c=a,a="fx");if(c===b)return d.queue(this[0],a);return this.each(function(b){var e=d.queue(this,a,c);a==="fx"&&e[0]!=="inprogress"&&d.dequeue(this,a)})},dequeue:function(a){return this.each(function(){d.dequeue(this,a)})},delay:function(a,b){a=d.fx?d.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(){var c=this;setTimeout(function(){d.dequeue(c,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var j=/[\n\t\r]/g,k=/\s+/,l=/\r/g,m=/^(?:href|src|style)$/,n=/^(?:button|input)$/i,o=/^(?:button|input|object|select|textarea)$/i,p=/^a(?:rea)?$/i,q=/^(?:radio|checkbox)$/i;d.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"},d.fn.extend({attr:function(a,b){return d.access(this,a,b,!0,d.attr)},removeAttr:function(a,b){return this.each(function(){d.attr(this,a,""),this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(d.isFunction(a))return this.each(function(b){var c=d(this);c.addClass(a.call(this,b,c.attr("class")))});if(a&&typeof a==="string"){var b=(a||"").split(k);for(var c=0,e=this.length;c<e;c++){var f=this[c];if(f.nodeType===1)if(f.className){var g=" "+f.className+" ",h=f.className;for(var i=0,j=b.length;i<j;i++)g.indexOf(" "+b[i]+" ")<0&&(h+=" "+b[i]);f.className=d.trim(h)}else f.className=a}}return this},removeClass:function(a){if(d.isFunction(a))return this.each(function(b){var c=d(this);c.removeClass(a.call(this,b,c.attr("class")))});if(a&&typeof a==="string"||a===b){var c=(a||"").split(k);for(var e=0,f=this.length;e<f;e++){var g=this[e];if(g.nodeType===1&&g.className)if(a){var h=(" "+g.className+" ").replace(j," ");for(var i=0,l=c.length;i<l;i++)h=h.replace(" "+c[i]+" "," ");g.className=d.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,e=typeof b==="boolean";if(d.isFunction(a))return this.each(function(c){var e=d(this);e.toggleClass(a.call(this,c,e.attr("class"),b),b)});return this.each(function(){if(c==="string"){var f,g=0,h=d(this),i=b,j=a.split(k);while(f=j[g++])i=e?i:!h.hasClass(f),h[i?"addClass":"removeClass"](f)}else if(c==="undefined"||c==="boolean")this.className&&d._data(this,"__className__",this.className),this.className=this.className||a===!1?"":d._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ";for(var c=0,d=this.length;c<d;c++)if((" "+this[c].className+" ").replace(j," ").indexOf(b)>-1)return!0;return!1},val:function(a){if(!arguments.length){var c=this[0];if(c){if(d.nodeName(c,"option")){var e=c.attributes.value;return!e||e.specified?c.value:c.text}if(d.nodeName(c,"select")){var f=c.selectedIndex,g=[],h=c.options,i=c.type==="select-one";if(f<0)return null;for(var j=i?f:0,k=i?f+1:h.length;j<k;j++){var m=h[j];if(m.selected&&(d.support.optDisabled?!m.disabled:m.getAttribute("disabled")===null)&&(!m.parentNode.disabled||!d.nodeName(m.parentNode,"optgroup"))){a=d(m).val();if(i)return a;g.push(a)}}if(i&&!g.length&&h.length)return d(h[f]).val();return g}if(q.test(c.type)&&!d.support.checkOn)return c.getAttribute("value")===null?"on":c.value;return(c.value||"").replace(l,"")}return b}var n=d.isFunction(a);return this.each(function(b){var c=d(this),e=a;if(this.nodeType===1){n&&(e=a.call(this,b,c.val())),e==null?e="":typeof e==="number"?e+="":d.isArray(e)&&(e=d.map(e,function(a){return a==null?"":a+""}));if(d.isArray(e)&&q.test(this.type))this.checked=d.inArray(c.val(),e)>=0;else if(d.nodeName(this,"select")){var f=d.makeArray(e);d("option",this).each(function(){this.selected=d.inArray(d(this).val(),f)>=0}),f.length||(this.selectedIndex=-1)}else this.value=e}})}}),d.extend({attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,e,f){if(!a||a.nodeType===3||a.nodeType===8||a.nodeType===2)return b;if(f&&c in d.attrFn)return d(a)[c](e);var g=a.nodeType!==1||!d.isXMLDoc(a),h=e!==b;c=g&&d.props[c]||c;if(a.nodeType===1){var i=m.test(c);if(c==="selected"&&!d.support.optSelected){var j=a.parentNode;j&&(j.selectedIndex,j.parentNode&&j.parentNode.selectedIndex)}if((c in a||a[c]!==b)&&g&&!i){h&&(c==="type"&&n.test(a.nodeName)&&a.parentNode&&d.error("type property can't be changed"),e===null?a.nodeType===1&&a.removeAttribute(c):a[c]=e);if(d.nodeName(a,"form")&&a.getAttributeNode(c))return a.getAttributeNode(c).nodeValue;if(c==="tabIndex"){var k=a.getAttributeNode("tabIndex");return k&&k.specified?k.value:o.test(a.nodeName)||p.test(a.nodeName)&&a.href?0:b}return a[c]}if(!d.support.style&&g&&c==="style"){h&&(a.style.cssText=""+e);return a.style.cssText}h&&a.setAttribute(c,""+e);if(!a.attributes[c]&&(a.hasAttribute&&!a.hasAttribute(c)))return b;var l=!d.support.hrefNormalized&&g&&i?a.getAttribute(c,2):a.getAttribute(c);return l===null?b:l}h&&(a[c]=e);return a[c]}});var r=/\.(.*)$/,s=/^(?:textarea|input|select)$/i,t=/\./g,u=/ /g,v=/[^\w\s.|`]/g,w=function(a){return a.replace(v,"\\$&")};d.event={add:function(c,e,f,g){if(c.nodeType!==3&&c.nodeType!==8){try{d.isWindow(c)&&(c!==a&&!c.frameElement)&&(c=a)}catch(h){}if(f===!1)f=x;else if(!f)return;var i,j;f.handler&&(i=f,f=i.handler),f.guid||(f.guid=d.guid++);var k=d._data(c);if(!k)return;var l=k.events,m=k.handle;l||(k.events=l={}),m||(k.handle=m=function(a){return typeof d!=="undefined"&&d.event.triggered!==a.type?d.event.handle.apply(m.elem,arguments):b}),m.elem=c,e=e.split(" ");var n,o=0,p;while(n=e[o++]){j=i?d.extend({},i):{handler:f,data:g},n.indexOf(".")>-1?(p=n.split("."),n=p.shift(),j.namespace=p.slice(0).sort().join(".")):(p=[],j.namespace=""),j.type=n,j.guid||(j.guid=f.guid);var q=l[n],r=d.event.special[n]||{};if(!q){q=l[n]=[];if(!r.setup||r.setup.call(c,g,p,m)===!1)c.addEventListener?c.addEventListener(n,m,!1):c.attachEvent&&c.attachEvent("on"+n,m)}r.add&&(r.add.call(c,j),j.handler.guid||(j.handler.guid=f.guid)),q.push(j),d.event.global[n]=!0}c=null}},global:{},remove:function(a,c,e,f){if(a.nodeType!==3&&a.nodeType!==8){e===!1&&(e=x);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=d.hasData(a)&&d._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(e=c.handler,c=c.type);if(!c||typeof c==="string"&&c.charAt(0)==="."){c=c||"";for(h in t)d.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+d.map(m.slice(0).sort(),w).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!e){for(j=0;j<p.length;j++){q=p[j];if(l||n.test(q.namespace))d.event.remove(a,r,q.handler,j),p.splice(j--,1)}continue}o=d.event.special[h]||{};for(j=f||0;j<p.length;j++){q=p[j];if(e.guid===q.guid){if(l||n.test(q.namespace))f==null&&p.splice(j--,1),o.remove&&o.remove.call(a,q);if(f!=null)break}}if(p.length===0||f!=null&&p.length===1)(!o.teardown||o.teardown.call(a,m)===!1)&&d.removeEvent(a,h,s.handle),g=null,delete t[h]}if(d.isEmptyObject(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,d.isEmptyObject(s)&&d.removeData(a,b,!0)}}},trigger:function(a,c,e){var f=a.type||a,g=arguments[3];if(!g){a=typeof a==="object"?a[d.expando]?a:d.extend(d.Event(f),a):d.Event(f),f.indexOf("!")>=0&&(a.type=f=f.slice(0,-1),a.exclusive=!0),e||(a.stopPropagation(),d.event.global[f]&&d.each(d.cache,function(){var b=d.expando,e=this[b];e&&e.events&&e.events[f]&&d.event.trigger(a,c,e.handle.elem)}));if(!e||e.nodeType===3||e.nodeType===8)return b;a.result=b,a.target=e,c=d.makeArray(c),c.unshift(a)}a.currentTarget=e;var h=d._data(e,"handle");h&&h.apply(e,c);var i=e.parentNode||e.ownerDocument;try{e&&e.nodeName&&d.noData[e.nodeName.toLowerCase()]||e["on"+f]&&e["on"+f].apply(e,c)===!1&&(a.result=!1,a.preventDefault())}catch(j){}if(!a.isPropagationStopped()&&i)d.event.trigger(a,c,i,!0);else if(!a.isDefaultPrevented()){var k,l=a.target,m=f.replace(r,""),n=d.nodeName(l,"a")&&m==="click",o=d.event.special[m]||{};if((!o._default||o._default.call(e,a)===!1)&&!n&&!(l&&l.nodeName&&d.noData[l.nodeName.toLowerCase()])){try{l[m]&&(k=l["on"+m],k&&(l["on"+m]=null),d.event.triggered=a.type,l[m]())}catch(p){}k&&(l["on"+m]=k),d.event.triggered=b}}},handle:function(c){var e,f,g,h,i,j=[],k=d.makeArray(arguments);c=k[0]=d.event.fix(c||a.event),c.currentTarget=this,e=c.type.indexOf(".")<0&&!c.exclusive,e||(g=c.type.split("."),c.type=g.shift(),j=g.slice(0).sort(),h=new RegExp("(^|\\.)"+j.join("\\.(?:.*\\.)?")+"(\\.|$)")),c.namespace=c.namespace||j.join("."),i=d._data(this,"events"),f=(i||{})[c.type];if(i&&f){f=f.slice(0);for(var l=0,m=f.length;l<m;l++){var n=f[l];if(e||h.test(n.namespace)){c.handler=n.handler,c.data=n.data,c.handleObj=n;var o=n.handler.apply(this,k);o!==b&&(c.result=o,o===!1&&(c.preventDefault(),c.stopPropagation()));if(c.isImmediatePropagationStopped())break}}}return c.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[d.expando])return a;var e=a;a=d.Event(e);for(var f=this.props.length,g;f;)g=this.props[--f],a[g]=e[g];a.target||(a.target=a.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),!a.relatedTarget&&a.fromElement&&(a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement);if(a.pageX==null&&a.clientX!=null){var h=c.documentElement,i=c.body;a.pageX=a.clientX+(h&&h.scrollLeft||i&&i.scrollLeft||0)-(h&&h.clientLeft||i&&i.clientLeft||0),a.pageY=a.clientY+(h&&h.scrollTop||i&&i.scrollTop||0)-(h&&h.clientTop||i&&i.clientTop||0)}a.which==null&&(a.charCode!=null||a.keyCode!=null)&&(a.which=a.charCode!=null?a.charCode:a.keyCode),!a.metaKey&&a.ctrlKey&&(a.metaKey=a.ctrlKey),!a.which&&a.button!==b&&(a.which=a.button&1?1:a.button&2?3:a.button&4?2:0);return a},guid:1e8,proxy:d.proxy,special:{ready:{setup:d.bindReady,teardown:d.noop},live:{add:function(a){d.event.add(this,H(a.origType,a.selector),d.extend({},a,{handler:G,guid:a.handler.guid}))},remove:function(a){d.event.remove(this,H(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,c){d.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}}},d.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},d.Event=function(a){if(!this.preventDefault)return new d.Event(a);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?y:x):this.type=a,this.timeStamp=d.now(),this[d.expando]=!0},d.Event.prototype={preventDefault:function(){this.isDefaultPrevented=y;var a=this.originalEvent;a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=y;var a=this.originalEvent;a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=y,this.stopPropagation()},isDefaultPrevented:x,isPropagationStopped:x,isImmediatePropagationStopped:x};var z=function(a){var b=a.relatedTarget;try{if(b&&b!==c&&!b.parentNode)return;while(b&&b!==this)b=b.parentNode;b!==this&&(a.type=a.data,d.event.handle.apply(this,arguments))}catch(e){}},A=function(a){a.type=a.data,d.event.handle.apply(this,arguments)};d.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){d.event.special[a]={setup:function(c){d.event.add(this,b,c&&c.selector?A:z,a)},teardown:function(a){d.event.remove(this,b,a&&a.selector?A:z)}}}),d.support.submitBubbles||(d.event.special.submit={setup:function(a,b){if(this.nodeName&&this.nodeName.toLowerCase()!=="form")d.event.add(this,"click.specialSubmit",function(a){var b=a.target,c=b.type;(c==="submit"||c==="image")&&d(b).closest("form").length&&E("submit",this,arguments)}),d.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,c=b.type;(c==="text"||c==="password")&&d(b).closest("form").length&&a.keyCode===13&&E("submit",this,arguments)});else return!1},teardown:function(a){d.event.remove(this,".specialSubmit")}});if(!d.support.changeBubbles){var B,C=function(a){var b=a.type,c=a.value;b==="radio"||b==="checkbox"?c=a.checked:b==="select-multiple"?c=a.selectedIndex>-1?d.map(a.options,function(a){return a.selected}).join("-"):"":a.nodeName.toLowerCase()==="select"&&(c=a.selectedIndex);return c},D=function D(a){var c=a.target,e,f;if(s.test(c.nodeName)&&!c.readOnly){e=d._data(c,"_change_data"),f=C(c),(a.type!=="focusout"||c.type!=="radio")&&d._data(c,"_change_data",f);if(e===b||f===e)return;if(e!=null||f)a.type="change",a.liveFired=b,d.event.trigger(a,arguments[1],c)}};d.event.special.change={filters:{focusout:D,beforedeactivate:D,click:function(a){var b=a.target,c=b.type;(c==="radio"||c==="checkbox"||b.nodeName.toLowerCase()==="select")&&D.call(this,a)},keydown:function(a){var b=a.target,c=b.type;(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&D.call(this,a)},beforeactivate:function(a){var b=a.target;d._data(b,"_change_data",C(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in B)d.event.add(this,c+".specialChange",B[c]);return s.test(this.nodeName)},teardown:function(a){d.event.remove(this,".specialChange");return s.test(this.nodeName)}},B=d.event.special.change.filters,B.focus=B.beforeactivate}c.addEventListener&&d.each({focus:"focusin",blur:"focusout"},function(a,b){function f(a){var c=d.event.fix(a);c.type=b,c.originalEvent={},d.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var e=0;d.event.special[b]={setup:function(){e++===0&&c.addEventListener(a,f,!0)},teardown:function(){--e===0&&c.removeEventListener(a,f,!0)}}}),d.each(["bind","one"],function(a,c){d.fn[c]=function(a,e,f){if(typeof a==="object"){for(var g in a)this[c](g,e,a[g],f);return this}if(d.isFunction(e)||e===!1)f=e,e=b;var h=c==="one"?d.proxy(f,function(a){d(this).unbind(a,h);return f.apply(this,arguments)}):f;if(a==="unload"&&c!=="one")this.one(a,e,f);else for(var i=0,j=this.length;i<j;i++)d.event.add(this[i],a,h,e);return this}}),d.fn.extend({unbind:function(a,b){if(typeof a!=="object"||a.preventDefault)for(var e=0,f=this.length;e<f;e++)d.event.remove(this[e],a,b);else for(var c in a)this.unbind(c,a[c]);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(a,b){return this.each(function(){d.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){var c=d.Event(a);c.preventDefault(),c.stopPropagation(),d.event.trigger(c,b,this[0]);return c.result}},toggle:function(a){var b=arguments,c=1;while(c<b.length)d.proxy(a,b[c++]);return this.click(d.proxy(a,function(e){var f=(d._data(this,"lastToggle"+a.guid)||0)%c;d._data(this,"lastToggle"+a.guid,f+1),e.preventDefault();return b[f].apply(this,arguments)||!1}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var F={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};d.each(["live","die"],function(a,c){d.fn[c]=function(a,e,f,g){var h,i=0,j,k,l,m=g||this.selector,n=g?this:d(this.context);if(typeof a==="object"&&!a.preventDefault){for(var o in a)n[c](o,e,a[o],m);return this}d.isFunction(e)&&(f=e,e=b),a=(a||"").split(" ");while((h=a[i++])!=null){j=r.exec(h),k="",j&&(k=j[0],h=h.replace(r,""));if(h==="hover"){a.push("mouseenter"+k,"mouseleave"+k);continue}l=h,h==="focus"||h==="blur"?(a.push(F[h]+k),h=h+k):h=(F[h]||h)+k;if(c==="live")for(var p=0,q=n.length;p<q;p++)d.event.add(n[p],"live."+H(h,m),{data:e,selector:m,handler:f,origType:h,origHandler:f,preType:l});else n.unbind("live."+H(h,m),f)}return this}}),d.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".split(" "),function(a,b){d.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.bind(b,a,c):this.trigger(b)},d.attrFn&&(d.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}if(i.nodeType===1){f||(i.sizcache=c,i.sizset=g);if(typeof b!=="string"){if(i===b){j=!0;break}}else if(k.filter(b,[i]).length>0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}i.nodeType===1&&!f&&(i.sizcache=c,i.sizset=g);if(i.nodeName.toLowerCase()===b){j=i;break}i=i[a]}d[g]=j}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,e,g){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!=="string")return e;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(f.call(n)==="[object Array]")if(u)if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&e.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&e.push(j[t]);else e.push.apply(e,n);else p(n,e);o&&(k(o,h,e,g),k.uniqueSort(e));return e};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},k.matches=function(a,b){return k(a,null,null,b)},k.matchesSelector=function(a,b){return k(b,null,null,[a]).length>0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e<f;e++){var g,h=l.order[e];if(g=l.leftMatch[h].exec(a)){var j=g[1];g.splice(1,1);if(j.substr(j.length-1)!=="\\"){g[1]=(g[1]||"").replace(i,""),d=l.find[h](g,b,c);if(d!=null){a=a.replace(l.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!=="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},k.filter=function(a,c,d,e){var f,g,h=a,i=[],j=c,m=c&&c[0]&&k.isXML(c[0]);while(a&&c.length){for(var n in l.filter)if((f=l.leftMatch[n].exec(a))!=null&&f[2]){var o,p,q=l.filter[n],r=f[1];g=!1,f.splice(1,1);if(r.substr(r.length-1)==="\\")continue;j===i&&(i=[]);if(l.preFilter[n]){f=l.preFilter[n](f,j,d,i,e,m);if(f){if(f===!0)continue}else g=o=!0}if(f)for(var s=0;(p=j[s])!=null;s++)if(p){o=q(p,f,s,j);var t=e^!!o;d&&o!=null?t?g=!0:j[s]=!1:t&&(i.push(p),g=!0)}if(o!==b){d||(j=i),a=a.replace(l.match[n],"");if(!g)return[];break}}if(a===h)if(g==null)k.error(a);else break;h=a}return j},k.error=function(a){throw"Syntax error, unrecognized expression: "+a};var l=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b==="string",d=c&&!j.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1){}a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&k.filter(b,a,!0)},">":function(a,b){var c,d=typeof b==="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&k.filter(b,a,!0)}},"":function(a,b,c){var d,f=e++,g=u;typeof b==="string"&&!j.test(b)&&(b=b.toLowerCase(),d=b,g=t),g("parentNode",b,f,a,d,c)},"~":function(a,b,c){var d,f=e++,g=u;typeof b==="string"&&!j.test(b)&&(b=b.toLowerCase(),d=b,g=t),g("previousSibling",b,f,a,d,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!=="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!=="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!=="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(i,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return"text"===c&&(b===c||b===null)},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}k.error(e)},CHILD:function(a,b){var c=b[1],d=a;switch(c){case"only":case"first":while(d=d.previousSibling)if(d.nodeType===1)return!1;if(c==="first")return!0;d=a;case"last":while(d=d.nextSibling)if(d.nodeType===1)return!1;return!0;case"nth":var e=b[2],f=b[3];if(e===1&&f===0)return!0;var g=b[0],h=a.parentNode;if(h&&(h.sizcache!==g||!a.nodeIndex)){var i=0;for(d=h.firstChild;d;d=d.nextSibling)d.nodeType===1&&(d.nodeIndex=++i);h.sizcache=g}var j=a.nodeIndex-f;return e===0?j===0:j%e===0&&j/e>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(f.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length==="number")for(var e=a.length;c<e;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var r,s;c.documentElement.compareDocumentPosition?r=function(a,b){if(a===b){g=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(r=function(a,b){var c,d,e=[],f=[],h=a.parentNode,i=b.parentNode,j=h;if(a===b){g=!0;return 0}if(h===i)return s(a,b);if(!h)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return s(e[k],f[k]);return k===c?s(a,f[k],-1):s(e[k],b,1)},s=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),k.getText=function(a){var b="",c;for(var d=0;a[d];d++)c=a[d],c.nodeType===3||c.nodeType===4?b+=c.nodeValue:c.nodeType!==8&&(b+=k.getText(c.childNodes));return b},function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!=="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!=="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!=="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g<h;g++)k(a,f[g],d);return k.filter(e,d)};d.find=k,d.expr=k.selectors,d.expr[":"]=d.expr.filters,d.unique=k.uniqueSort,d.text=k.getText,d.isXMLDoc=k.isXML,d.contains=k.contains}();var I=/Until$/,J=/^(?:parents|prevUntil|prevAll)/,K=/,/,L=/^.[^:#\[\.,]*$/,M=Array.prototype.slice,N=d.expr.match.POS,O={children:!0,contents:!0,next:!0,prev:!0};d.fn.extend({find:function(a){var b=this.pushStack("","find",a),c=0;for(var e=0,f=this.length;e<f;e++){c=b.length,d.find(a,this[e],b);if(e>0)for(var g=c;g<b.length;g++)for(var h=0;h<c;h++)if(b[h]===b[g]){b.splice(g--,1);break}}return b},has:function(a){var b=d(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(d.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(Q(this,a,!1),"not",a)},filter:function(a){return this.pushStack(Q(this,a,!0),"filter",a)},is:function(a){return!!a&&d.filter(a,this).length>0},closest:function(a,b){var c=[],e,f,g=this[0];if(d.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(e=0,f=a.length;e<f;e++)i=a[e],j[i]||(j[i]=d.expr.match.POS.test(i)?d(i,b||this.context):i);while(g&&g.ownerDocument&&g!==b){for(i in j)h=j[i],(h.jquery?h.index(g)>-1:d(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=N.test(a)?d(a,b||this.context):null;for(e=0,f=this.length;e<f;e++){g=this[e];while(g){if(l?l.index(g)>-1:d.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b)break}}c=c.length>1?d.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a==="string")return d.inArray(this[0],a?d(a):this.parent().children());return d.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a==="string"?d(a,b):d.makeArray(a),e=d.merge(this.get(),c);return this.pushStack(P(c[0])||P(e[0])?e:d.unique(e))},andSelf:function(){return this.add(this.prevObject)}}),d.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return d.dir(a,"parentNode")},parentsUntil:function(a,b,c){return d.dir(a,"parentNode",c)},next:function(a){return d.nth(a,2,"nextSibling")},prev:function(a){return d.nth(a,2,"previousSibling")},nextAll:function(a){return d.dir(a,"nextSibling")},prevAll:function(a){return d.dir(a,"previousSibling")},nextUntil:function(a,b,c){return d.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return d.dir(a,"previousSibling",c)},siblings:function(a){return d.sibling(a.parentNode.firstChild,a)},children:function(a){return d.sibling(a.firstChild)},contents:function(a){return d.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:d.makeArray(a.childNodes)}},function(a,b){d.fn[a]=function(c,e){var f=d.map(this,b,c),g=M.call(arguments);I.test(a)||(e=c),e&&typeof e==="string"&&(f=d.filter(e,f)),f=this.length>1&&!O[a]?d.unique(f):f,(this.length>1||K.test(e))&&J.test(a)&&(f=f.reverse());return this.pushStack(f,a,g.join(","))}}),d.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?d.find.matchesSelector(b[0],a)?[b[0]]:[]:d.find.matches(a,b)},dir:function(a,c,e){var f=[],g=a[c];while(g&&g.nodeType!==9&&(e===b||g.nodeType!==1||!d(g).is(e)))g.nodeType===1&&f.push(g),g=g[c];return f},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var R=/ jQuery\d+="(?:\d+|null)"/g,S=/^\s+/,T=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,U=/<([\w:]+)/,V=/<tbody/i,W=/<|&#?\w+;/,X=/<(?:script|object|embed|option|style)/i,Y=/checked\s*(?:[^=]|=\s*.checked.)/i,Z={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,"",""]};Z.optgroup=Z.option,Z.tbody=Z.tfoot=Z.colgroup=Z.caption=Z.thead,Z.th=Z.td,d.support.htmlSerialize||(Z._default=[1,"div<div>","</div>"]),d.fn.extend({text:function(a){if(d.isFunction(a))return this.each(function(b){var c=d(this);c.text(a.call(this,b,c.text()))});if(typeof a!=="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return d.text(this)},wrapAll:function(a){if(d.isFunction(a))return this.each(function(b){d(this).wrapAll(a.call(this,b))});if(this[0]){var b=d(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(d.isFunction(a))return this.each(function(b){d(this).wrapInner(a.call(this,b))});return this.each(function(){var b=d(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){d(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){d.nodeName(this,"body")||d(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=d(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,d(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,e;(e=this[c])!=null;c++)if(!a||d.filter(a,[e]).length)!b&&e.nodeType===1&&(d.cleanData(e.getElementsByTagName("*")),d.cleanData([e])),e.parentNode&&e.parentNode.removeChild(e);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&d.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return d.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(R,""):null;if(typeof a!=="string"||X.test(a)||!d.support.leadingWhitespace&&S.test(a)||Z[(U.exec(a)||["",""])[1].toLowerCase()])d.isFunction(a)?this.each(function(b){var c=d(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);else{a=a.replace(T,"<$1></$2>");try{for(var c=0,e=this.length;c<e;c++)this[c].nodeType===1&&(d.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=a)}catch(f){this.empty().append(a)}}return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(d.isFunction(a))return this.each(function(b){var c=d(this),e=c.html();c.replaceWith(a.call(this,b,e))});typeof a!=="string"&&(a=d(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;d(this).remove(),b?d(b).before(a):d(c).append(a)})}return this.length?this.pushStack(d(d.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,e){var f,g,h,i,j=a[0],k=[];if(!d.support.checkClone&&arguments.length===3&&typeof j==="string"&&Y.test(j))return this.each(function(){d(this).domManip(a,c,e,!0)});if(d.isFunction(j))return this.each(function(f){var g=d(this);a[0]=j.call(this,f,c?g.html():b),g.domManip(a,c,e)});if(this[0]){i=j&&j.parentNode,d.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?f={fragment:i}:f=d.buildFragment(a,this,k),h=f.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&d.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)e.call(c?$(this[l],g):this[l],f.cacheable||m>1&&l<n?d.clone(h,!0,!0):h)}k.length&&d.each(k,bc)}return this}}),d.buildFragment=function(a,b,e){var f,g,h,i=b&&b[0]?b[0].ownerDocument||b[0]:c;a.length===1&&typeof a[0]==="string"&&a[0].length<512&&i===c&&a[0].charAt(0)==="<"&&!X.test(a[0])&&(d.support.checkClone||!Y.test(a[0]))&&(g=!0,h=d.fragments[a[0]],h&&(h!==1&&(f=h))),f||(f=i.createDocumentFragment(),d.clean(a,i,f,e)),g&&(d.fragments[a[0]]=h?f:1);return{fragment:f,cacheable:g}},d.fragments={},d.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){d.fn[a]=function(c){var e=[],f=d(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&f.length===1){f[b](this[0]);return this}for(var h=0,i=f.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();d(f[h])[b](j),e=e.concat(j)}return this.pushStack(e,a,f.selector)}}),d.extend({clone:function(a,b,c){var e=a.cloneNode(!0),f,g,h;if((!d.support.noCloneEvent||!d.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!d.isXMLDoc(a)){ba(a,e),f=bb(a),g=bb(e);for(h=0;f[h];++h)ba(f[h],g[h])}if(b){_(a,e);if(c){f=bb(a),g=bb(e);for(h=0;f[h];++h)_(f[h],g[h])}}return e},clean:function(a,b,e,f){b=b||c,typeof b.createElement==="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var g=[];for(var h=0,i;(i=a[h])!=null;h++){typeof i==="number"&&(i+="");if(!i)continue;if(typeof i!=="string"||W.test(i)){if(typeof i==="string"){i=i.replace(T,"<$1></$2>");var j=(U.exec(i)||["",""])[1].toLowerCase(),k=Z[j]||Z._default,l=k[0],m=b.createElement("div");m.innerHTML=k[1]+i+k[2];while(l--)m=m.lastChild;if(!d.support.tbody){var n=V.test(i),o=j==="table"&&!n?m.firstChild&&m.firstChild.childNodes:k[1]==="<table>"&&!n?m.childNodes:[];for(var p=o.length-1;p>=0;--p)d.nodeName(o[p],"tbody")&&!o[p].childNodes.length&&o[p].parentNode.removeChild(o[p])}!d.support.leadingWhitespace&&S.test(i)&&m.insertBefore(b.createTextNode(S.exec(i)[0]),m.firstChild),i=m.childNodes}}else i=b.createTextNode(i);i.nodeType?g.push(i):g=d.merge(g,i)}if(e)for(h=0;g[h];h++)!f||!d.nodeName(g[h],"script")||g[h].type&&g[h].type.toLowerCase()!=="text/javascript"?(g[h].nodeType===1&&g.splice.apply(g,[h+1,0].concat(d.makeArray(g[h].getElementsByTagName("script")))),e.appendChild(g[h])):f.push(g[h].parentNode?g[h].parentNode.removeChild(g[h]):g[h]);return g},cleanData:function(a){var b,c,e=d.cache,f=d.expando,g=d.event.special,h=d.support.deleteExpando;for(var i=0,j;(j=a[i])!=null;i++){if(j.nodeName&&d.noData[j.nodeName.toLowerCase()])continue;c=j[d.expando];if(c){b=e[c]&&e[c][f];if(b&&b.events){for(var k in b.events)g[k]?d.event.remove(j,k):d.removeEvent(j,k,b.handle);b.handle&&(b.handle.elem=null)}h?delete j[d.expando]:j.removeAttribute&&j.removeAttribute(d.expando),delete e[c]}}}});var bd=/alpha\([^)]*\)/i,be=/opacity=([^)]*)/,bf=/-([a-z])/ig,bg=/([A-Z]|^ms)/g,bh=/^-?\d+(?:px)?$/i,bi=/^-?\d/,bj={position:"absolute",visibility:"hidden",display:"block"},bk=["Left","Right"],bl=["Top","Bottom"],bm,bn,bo,bp=function(a,b){return b.toUpperCase()};d.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return d.access(this,a,c,!0,function(a,c,e){return e!==b?d.style(a,c,e):d.css(a,c)})},d.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bm(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{zIndex:!0,fontWeight:!0,opacity:!0,zoom:!0,lineHeight:!0},cssProps:{"float":d.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,e,f){if(a&&a.nodeType!==3&&a.nodeType!==8&&a.style){var g,h=d.camelCase(c),i=a.style,j=d.cssHooks[h];c=d.cssProps[h]||h;if(e===b){if(j&&"get"in j&&(g=j.get(a,!1,f))!==b)return g;return i[c]}if(typeof e==="number"&&isNaN(e)||e==null)return;typeof e==="number"&&!d.cssNumber[h]&&(e+="px");if(!j||!("set"in j)||(e=j.set(a,e))!==b)try{i[c]=e}catch(k){}}},css:function(a,c,e){var f,g=d.camelCase(c),h=d.cssHooks[g];c=d.cssProps[g]||g;if(h&&"get"in h&&(f=h.get(a,!0,e))!==b)return f;if(bm)return bm(a,c,g)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]},camelCase:function(a){return a.replace(bf,bp)}}),d.curCSS=d.css,d.each(["height","width"],function(a,b){d.cssHooks[b]={get:function(a,c,e){var f;if(c){a.offsetWidth!==0?f=bq(a,b,e):d.swap(a,bj,function(){f=bq(a,b,e)});if(f<=0){f=bm(a,b,b),f==="0px"&&bo&&(f=bo(a,b,b));if(f!=null)return f===""||f==="auto"?"0px":f}if(f<0||f==null){f=a.style[b];return f===""||f==="auto"?"0px":f}return typeof f==="string"?f:f+"px"}},set:function(a,b){if(!bh.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),d.support.opacity||(d.cssHooks.opacity={get:function(a,b){return be.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style;c.zoom=1;var e=d.isNaN(b)?"":"alpha(opacity="+b*100+")",f=c.filter||"";c.filter=bd.test(f)?f.replace(bd,e):c.filter+" "+e}}),d(function(){d.support.reliableMarginRight||(d.cssHooks.marginRight={get:function(a,b){var c;d.swap(a,{display:"inline-block"},function(){b?c=bm(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bn=function(a,c,e){var f,g,h;e=e.replace(bg,"-$1").toLowerCase();if(!(g=a.ownerDocument.defaultView))return b;if(h=g.getComputedStyle(a,null))f=h.getPropertyValue(e),f===""&&!d.contains(a.ownerDocument.documentElement,a)&&(f=d.style(a,e));return f}),c.documentElement.currentStyle&&(bo=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bh.test(d)&&bi.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bm=bn||bo,d.expr&&d.expr.filters&&(d.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!d.support.reliableHiddenOffsets&&(a.style.display||d.css(a,"display"))==="none"},d.expr.filters.visible=function(a){return!d.expr.filters.hidden(a)});var br=/%20/g,bs=/\[\]$/,bt=/\r?\n/g,bu=/#.*$/,bv=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bw=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bx=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,by=/^(?:GET|HEAD)$/,bz=/^\/\//,bA=/\?/,bB=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bC=/^(?:select|textarea)/i,bD=/\s+/,bE=/([?&])_=[^&]*/,bF=/(^|\-)([a-z])/g,bG=function(a,b,c){return b+c.toUpperCase()},bH=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bI=d.fn.load,bJ={},bK={},bL,bM;try{bL=c.location.href}catch(bN){bL=c.createElement("a"),bL.href="",bL=bL.href}bM=bH.exec(bL.toLowerCase())||[],d.fn.extend({load:function(a,c,e){if(typeof a!=="string"&&bI)return bI.apply(this,arguments);if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var g=a.slice(f,a.length);a=a.slice(0,f)}var h="GET";c&&(d.isFunction(c)?(e=c,c=b):typeof c==="object"&&(c=d.param(c,d.ajaxSettings.traditional),h="POST"));var i=this;d.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?d("<div>").append(c.replace(bB,"")).find(g):c)),e&&i.each(e,[c,b,a])}});return this},serialize:function(){return d.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?d.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bC.test(this.nodeName)||bw.test(this.type))}).map(function(a,b){var c=d(this).val();return c==null?null:d.isArray(c)?d.map(c,function(a,c){return{name:b.name,value:a.replace(bt,"\r\n")}}):{name:b.name,value:c.replace(bt,"\r\n")}}).get()}}),d.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){d.fn[b]=function(a){return this.bind(b,a)}}),d.each(["get","post"],function(a,c){d[c]=function(a,e,f,g){d.isFunction(e)&&(g=g||f,f=e,e=b);return d.ajax({type:c,url:a,data:e,success:f,dataType:g})}}),d.extend({getScript:function(a,c){return d.get(a,b,c,"script")},getJSON:function(a,b,c){return d.get(a,b,c,"json")},ajaxSetup:function(a,b){b?d.extend(!0,a,d.ajaxSettings,b):(b=a,a=d.extend(!0,d.ajaxSettings,b));for(var c in {context:1,url:1})c in b?a[c]=b[c]:c in d.ajaxSettings&&(a[c]=d.ajaxSettings[c]);return a},ajaxSettings:{url:bL,isLocal:bx.test(bM[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":d.parseJSON,"text xml":d.parseXML}},ajaxPrefilter:bO(bJ),ajaxTransport:bO(bK),ajax:function(a,c){function v(a,c,l,n){if(r!==2){r=2,p&&clearTimeout(p),o=b,m=n||"",u.readyState=a?4:0;var q,t,v,w=l?bR(e,u,l):b,x,y;if(a>=200&&a<300||a===304){if(e.ifModified){if(x=u.getResponseHeader("Last-Modified"))d.lastModified[k]=x;if(y=u.getResponseHeader("Etag"))d.etag[k]=y}if(a===304)c="notmodified",q=!0;else try{t=bS(e,w),c="success",q=!0}catch(z){c="parsererror",v=z}}else{v=c;if(!c||a)c="error",a<0&&(a=0)}u.status=a,u.statusText=c,q?h.resolveWith(f,[t,c,u]):h.rejectWith(f,[u,c,v]),u.statusCode(j),j=b,s&&g.trigger("ajax"+(q?"Success":"Error"),[u,e,q?t:v]),i.resolveWith(f,[u,c]),s&&(g.trigger("ajaxComplete",[u,e]),--d.active||d.event.trigger("ajaxStop"))}}typeof a==="object"&&(c=a,a=b),c=c||{};var e=d.ajaxSetup({},c),f=e.context||e,g=f!==e&&(f.nodeType||f instanceof d)?d(f):d.event,h=d.Deferred(),i=d._Deferred(),j=e.statusCode||{},k,l={},m,n,o,p,q,r=0,s,t,u={readyState:0,setRequestHeader:function(a,b){r||(l[a.toLowerCase().replace(bF,bG)]=b);return this},getAllResponseHeaders:function(){return r===2?m:null},getResponseHeader:function(a){var c;if(r===2){if(!n){n={};while(c=bv.exec(m))n[c[1].toLowerCase()]=c[2]}c=n[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){r||(e.mimeType=a);return this},abort:function(a){a=a||"abort",o&&o.abort(a),v(0,a);return this}};h.promise(u),u.success=u.done,u.error=u.fail,u.complete=i.done,u.statusCode=function(a){if(a){var b;if(r<2)for(b in a)j[b]=[j[b],a[b]];else b=a[u.status],u.then(b,b)}return this},e.url=((a||e.url)+"").replace(bu,"").replace(bz,bM[1]+"//"),e.dataTypes=d.trim(e.dataType||"*").toLowerCase().split(bD),e.crossDomain==null&&(q=bH.exec(e.url.toLowerCase()),e.crossDomain=q&&(q[1]!=bM[1]||q[2]!=bM[2]||(q[3]||(q[1]==="http:"?80:443))!=(bM[3]||(bM[1]==="http:"?80:443)))),e.data&&e.processData&&typeof e.data!=="string"&&(e.data=d.param(e.data,e.traditional)),bP(bJ,e,c,u);if(r===2)return!1;s=e.global,e.type=e.type.toUpperCase(),e.hasContent=!by.test(e.type),s&&d.active++===0&&d.event.trigger("ajaxStart");if(!e.hasContent){e.data&&(e.url+=(bA.test(e.url)?"&":"?")+e.data),k=e.url;if(e.cache===!1){var w=d.now(),x=e.url.replace(bE,"$1_="+w);e.url=x+(x===e.url?(bA.test(e.url)?"&":"?")+"_="+w:"")}}if(e.data&&e.hasContent&&e.contentType!==!1||c.contentType)l["Content-Type"]=e.contentType;e.ifModified&&(k=k||e.url,d.lastModified[k]&&(l["If-Modified-Since"]=d.lastModified[k]),d.etag[k]&&(l["If-None-Match"]=d.etag[k])),l.Accept=e.dataTypes[0]&&e.accepts[e.dataTypes[0]]?e.accepts[e.dataTypes[0]]+(e.dataTypes[0]!=="*"?", */*; q=0.01":""):e.accepts["*"];for(t in e.headers)u.setRequestHeader(t,e.headers[t]);if(e.beforeSend&&(e.beforeSend.call(f,u,e)===!1||r===2)){u.abort();return!1}for(t in {success:1,error:1,complete:1})u[t](e[t]);o=bP(bK,e,c,u);if(o){u.readyState=1,s&&g.trigger("ajaxSend",[u,e]),e.async&&e.timeout>0&&(p=setTimeout(function(){u.abort("timeout")},e.timeout));try{r=1,o.send(l,v)}catch(y){status<2?v(-1,y):d.error(y)}}else v(-1,"No Transport");return u},param:function(a,c){var e=[],f=function(a,b){b=d.isFunction(b)?b():b,e[e.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=d.ajaxSettings.traditional);if(d.isArray(a)||a.jquery&&!d.isPlainObject(a))d.each(a,function(){f(this.name,this.value)});else for(var g in a)bQ(g,a[g],c,f);return e.join("&").replace(br,"+")}}),d.extend({active:0,lastModified:{},etag:{}});var bT=d.now(),bU=/(\=)\?(&|$)|\?\?/i;d.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return d.expando+"_"+bT++}}),d.ajaxPrefilter("json jsonp",function(b,c,e){var f=typeof b.data==="string";if(b.dataTypes[0]==="jsonp"||c.jsonpCallback||c.jsonp!=null||b.jsonp!==!1&&(bU.test(b.url)||f&&bU.test(b.data))){var g,h=b.jsonpCallback=d.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2",m=function(){a[h]=i,g&&d.isFunction(i)&&a[h](g[0])};b.jsonp!==!1&&(j=j.replace(bU,l),b.url===j&&(f&&(k=k.replace(bU,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},e.then(m,m),b.converters["script json"]=function(){g||d.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),d.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){d.globalEval(a);return a}}}),d.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),d.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var bV=d.now(),bW,bX;d.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&bZ()||b$()}:bZ,bX=d.ajaxSettings.xhr(),d.support.ajax=!!bX,d.support.cors=bX&&"withCredentials"in bX,bX=b,d.support.ajax&&d.ajaxTransport(function(a){if(!a.crossDomain||d.support.cors){var c;return{send:function(e,f){var g=a.xhr(),h,i;a.username?g.open(a.type,a.url,a.async,a.username,a.password):g.open(a.type,a.url,a.async);if(a.xhrFields)for(i in a.xhrFields)g[i]=a.xhrFields[i];a.mimeType&&g.overrideMimeType&&g.overrideMimeType(a.mimeType),!a.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(i in e)g.setRequestHeader(i,e[i])}catch(j){}g.send(a.hasContent&&a.data||null),c=function(e,i){var j,k,l,m,n;try{if(c&&(i||g.readyState===4)){c=b,h&&(g.onreadystatechange=d.noop,delete bW[h]);if(i)g.readyState!==4&&g.abort();else{j=g.status,l=g.getAllResponseHeaders(),m={},n=g.responseXML,n&&n.documentElement&&(m.xml=n),m.text=g.responseText;try{k=g.statusText}catch(o){k=""}j||!a.isLocal||a.crossDomain?j===1223&&(j=204):j=m.text?200:404}}}catch(p){i||f(-1,p)}m&&f(j,k,m,l)},a.async&&g.readyState!==4?(bW||(bW={},bY()),h=bV++,g.onreadystatechange=bW[h]=c):c()},abort:function(){c&&c(0,1)}}}});var b_={},ca=/^(?:toggle|show|hide)$/,cb=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cc,cd=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];d.fn.extend({show:function(a,b,c){var e,f;if(a||a===0)return this.animate(ce("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)e=this[g],f=e.style.display,!d._data(e,"olddisplay")&&f==="none"&&(f=e.style.display=""),f===""&&d.css(e,"display")==="none"&&d._data(e,"olddisplay",cf(e.nodeName));for(g=0;g<h;g++){e=this[g],f=e.style.display;if(f===""||f==="none")e.style.display=d._data(e,"olddisplay")||""}return this},hide:function(a,b,c){if(a||a===0)return this.animate(ce("hide",3),a,b,c);for(var e=0,f=this.length;e<f;e++){var g=d.css(this[e],"display");g!=="none"&&!d._data(this[e],"olddisplay")&&d._data(this[e],"olddisplay",g)}for(e=0;e<f;e++)this[e].style.display="none";return this},_toggle:d.fn.toggle,toggle:function(a,b,c){var e=typeof a==="boolean";d.isFunction(a)&&d.isFunction(b)?this._toggle.apply(this,arguments):a==null||e?this.each(function(){var b=e?a:d(this).is(":hidden");d(this)[b?"show":"hide"]()}):this.animate(ce("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,e){var f=d.speed(b,c,e);if(d.isEmptyObject(a))return this.each(f.complete);return this[f.queue===!1?"each":"queue"](function(){var b=d.extend({},f),c,e=this.nodeType===1,g=e&&d(this).is(":hidden"),h=this;for(c in a){var i=d.camelCase(c);c!==i&&(a[i]=a[c],delete a[c],c=i);if(a[c]==="hide"&&g||a[c]==="show"&&!g)return b.complete.call(this);if(e&&(c==="height"||c==="width")){b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(d.css(this,"display")==="inline"&&d.css(this,"float")==="none")if(d.support.inlineBlockNeedsLayout){var j=cf(this.nodeName);j==="inline"?this.style.display="inline-block":(this.style.display="inline",this.style.zoom=1)}else this.style.display="inline-block"}d.isArray(a[c])&&((b.specialEasing=b.specialEasing||{})[c]=a[c][1],a[c]=a[c][0])}b.overflow!=null&&(this.style.overflow="hidden"),b.curAnim=d.extend({},a),d.each(a,function(c,e){var f=new d.fx(h,b,c);if(ca.test(e))f[e==="toggle"?g?"show":"hide":e](a);else{var i=cb.exec(e),j=f.cur();if(i){var k=parseFloat(i[2]),l=i[3]||(d.cssNumber[c]?"":"px");l!=="px"&&(d.style(h,c,(k||1)+l),j=(k||1)/f.cur()*j,d.style(h,c,j+l)),i[1]&&(k=(i[1]==="-="?-1:1)*k+j),f.custom(j,k,l)}else f.custom(j,e,"")}});return!0})},stop:function(a,b){var c=d.timers;a&&this.queue([]),this.each(function(){for(var a=c.length-1;a>=0;a--)c[a].elem===this&&(b&&c[a](!0),c.splice(a,1))}),b||this.dequeue();return this}}),d.each({slideDown:ce("show",1),slideUp:ce("hide",1),slideToggle:ce("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){d.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),d.extend({speed:function(a,b,c){var e=a&&typeof a==="object"?d.extend({},a):{complete:c||!c&&b||d.isFunction(a)&&a,duration:a,easing:c&&b||b&&!d.isFunction(b)&&b};e.duration=d.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in d.fx.speeds?d.fx.speeds[e.duration]:d.fx.speeds._default,e.old=e.complete,e.complete=function(){e.queue!==!1&&d(this).dequeue(),d.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig||(b.orig={})}}),d.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(d.fx.step[this.prop]||d.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=d.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,b,c){function g(a){return e.step(a)}var e=this,f=d.fx;this.startTime=d.now(),this.start=a,this.end=b,this.unit=c||this.unit||(d.cssNumber[this.prop]?"":"px"),this.now=this.start,this.pos=this.state=0,g.elem=this.elem,g()&&d.timers.push(g)&&!cc&&(cc=setInterval(f.tick,f.interval))},show:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop),this.options.show=!0,this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),d(this.elem).show()},hide:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b=d.now(),c=!0;if(a||b>=this.options.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),this.options.curAnim[this.prop]=!0;for(var e in this.options.curAnim)this.options.curAnim[e]!==!0&&(c=!1);if(c){if(this.options.overflow!=null&&!d.support.shrinkWrapBlocks){var f=this.elem,g=this.options;d.each(["","X","Y"],function(a,b){f.style["overflow"+b]=g.overflow[a]})}this.options.hide&&d(this.elem).hide();if(this.options.hide||this.options.show)for(var h in this.options.curAnim)d.style(this.elem,h,this.options.orig[h]);this.options.complete.call(this.elem)}return!1}var i=b-this.startTime;this.state=i/this.options.duration;var j=this.options.specialEasing&&this.options.specialEasing[this.prop],k=this.options.easing||(d.easing.swing?"swing":"linear");this.pos=d.easing[j||k](this.state,i,0,1,this.options.duration),this.now=this.start+(this.end-this.start)*this.pos,this.update();return!0}},d.extend(d.fx,{tick:function(){var a=d.timers;for(var b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||d.fx.stop()},interval:13,stop:function(){clearInterval(cc),cc=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){d.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit:a.elem[a.prop]=a.now}}}),d.expr&&d.expr.filters&&(d.expr.filters.animated=function(a){return d.grep(d.timers,function(b){return a===b.elem}).length});var cg=/^t(?:able|d|h)$/i,ch=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?d.fn.offset=function(a){var b=this[0],c;if(a)return this.each(function(b){d.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return d.offset.bodyOffset(b);try{c=b.getBoundingClientRect()}catch(e){}var f=b.ownerDocument,g=f.documentElement;if(!c||!d.contains(g,b))return c?{top:c.top,left:c.left}:{top:0,left:0};var h=f.body,i=ci(f),j=g.clientTop||h.clientTop||0,k=g.clientLeft||h.clientLeft||0,l=i.pageYOffset||d.support.boxModel&&g.scrollTop||h.scrollTop,m=i.pageXOffset||d.support.boxModel&&g.scrollLeft||h.scrollLeft,n=c.top+l-j,o=c.left+m-k;return{top:n,left:o}}:d.fn.offset=function(a){var b=this[0];if(a)return this.each(function(b){d.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return d.offset.bodyOffset(b);d.offset.initialize();var c,e=b.offsetParent,f=b,g=b.ownerDocument,h=g.documentElement,i=g.body,j=g.defaultView,k=j?j.getComputedStyle(b,null):b.currentStyle,l=b.offsetTop,m=b.offsetLeft;while((b=b.parentNode)&&b!==i&&b!==h){if(d.offset.supportsFixedPosition&&k.position==="fixed")break;c=j?j.getComputedStyle(b,null):b.currentStyle,l-=b.scrollTop,m-=b.scrollLeft,b===e&&(l+=b.offsetTop,m+=b.offsetLeft,d.offset.doesNotAddBorder&&(!d.offset.doesAddBorderForTableAndCells||!cg.test(b.nodeName))&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),f=e,e=b.offsetParent),d.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),k=c}if(k.position==="relative"||k.position==="static")l+=i.offsetTop,m+=i.offsetLeft;d.offset.supportsFixedPosition&&k.position==="fixed"&&(l+=Math.max(h.scrollTop,i.scrollTop),m+=Math.max(h.scrollLeft,i.scrollLeft));return{top:l,left:m}},d.offset={initialize:function(){var a=c.body,b=c.createElement("div"),e,f,g,h,i=parseFloat(d.css(a,"marginTop"))||0,j="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";d.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),e=b.firstChild,f=e.firstChild,h=e.nextSibling.firstChild.firstChild,this.doesNotAddBorder=f.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,f.style.position="fixed",f.style.top="20px",this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15,f.style.position=f.style.top="",e.style.overflow="hidden",e.style.position="relative",this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),d.offset.initialize=d.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;d.offset.initialize(),d.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(d.css(a,"marginTop"))||0,c+=parseFloat(d.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var e=d.css(a,"position");e==="static"&&(a.style.position="relative");var f=d(a),g=f.offset(),h=d.css(a,"top"),i=d.css(a,"left"),j=(e==="absolute"||e==="fixed")&&d.inArray("auto",[h,i])>-1,k={},l={},m,n;j&&(l=f.position()),m=j?l.top:parseInt(h,10)||0,n=j?l.left:parseInt(i,10)||0,d.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):f.css(k)}},d.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),e=ch.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(d.css(a,"marginTop"))||0,c.left-=parseFloat(d.css(a,"marginLeft"))||0,e.top+=parseFloat(d.css(b[0],"borderTopWidth"))||0,e.left+=parseFloat(d.css(b[0],"borderLeftWidth"))||0;return{top:c.top-e.top,left:c.left-e.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&(!ch.test(a.nodeName)&&d.css(a,"position")==="static"))a=a.offsetParent;return a})}}),d.each(["Left","Top"],function(a,c){var e="scroll"+c;d.fn[e]=function(c){var f=this[0],g;if(!f)return null;if(c!==b)return this.each(function(){g=ci(this),g?g.scrollTo(a?d(g).scrollLeft():c,a?c:d(g).scrollTop()):this[e]=c});g=ci(f);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:d.support.boxModel&&g.document.documentElement[e]||g.document.body[e]:f[e]}}),d.each(["Height","Width"],function(a,c){var e=c.toLowerCase();d.fn["inner"+c]=function(){return this[0]?parseFloat(d.css(this[0],e,"padding")):null},d.fn["outer"+c]=function(a){return this[0]?parseFloat(d.css(this[0],e,a?"margin":"border")):null},d.fn[e]=function(a){var f=this[0];if(!f)return a==null?null:this;if(d.isFunction(a))return this.each(function(b){var c=d(this);c[e](a.call(this,b,c[e]()))});if(d.isWindow(f)){var g=f.document.documentElement["client"+c];return f.document.compatMode==="CSS1Compat"&&g||f.document.body["client"+c]||g}if(f.nodeType===9)return Math.max(f.documentElement["client"+c],f.body["scroll"+c],f.documentElement["scroll"+c],f.body["offset"+c],f.documentElement["offset"+c]);if(a===b){var h=d.css(f,e),i=parseFloat(h);return d.isNaN(i)?h:i}return this.css(e,typeof a==="string"?a:a+"px")}}),a.jQuery=a.$=d})(window);
\ No newline at end of file
diff --git a/example/rp/postVerificationReturn.html b/example/rp/postVerificationReturn.html
deleted file mode 100644
index 518c7abbcd7e3073215336abff5adfb523c97815..0000000000000000000000000000000000000000
--- a/example/rp/postVerificationReturn.html
+++ /dev/null
@@ -1,142 +0,0 @@
-<!DOCTYPE html>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<html>
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; width=device-width;">
-<title>
-Persona Relying Party Post Verification Return
-</title>
-<style type="text/css">
-
-body { margin: auto; font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
-a:link, a:visited { font-style: italic; text-decoration: none; color: #008; }
-a:hover { border-bottom: 2px solid black ; }
-.title { font-size: 2em; font-weight: bold; text-align: center; margin: 1.5em auto 1.5em auto; }
-.intro { font-size: 1.2em;  }
-.specify, .session { font-size: 1.1em; padding-top: 2em; }
-body div { width: 600px; margin: auto; }
-
-pre {
-  font-family: 'lucida console', monaco, 'andale mono', 'bitstream vera sans mono', consolas, monospace;
-  border: 3px solid #666;
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  border-radius: 4px;
-  padding: .5em;
-  margin: .5em;
-  color: #ccc;
-  background-color: #333;
-/*  white-space: pre;*/
-  font-size: .9em;
-  word-wrap: break-word;
-}
-
-.specify ul { padding-left: 0px; }
-.specify li { list-style: none; }
-
-@media screen and (max-width: 640px) {
-  .intro, .output, .step {
-    width: 90%;
-  }
-}
-
-</style>
-</head>
-<body>
-<div class="title">
-  Persona Relying Party Post Verification Return
-</div>
-
-<div class="intro">
-  This is part of a RP for testing, it is the returnTo for post-verification redirect.
-  <p>
-    <a href="/">Return to RP Test Page</a>
-  </p>
-</div>
-
-<div class="loginEvents">
-  <h2>logins</h2>
-  <pre> ... </pre>
-</div>
-
-
-<div class="readiness">
-  <h2>readiness</h2>
-  <pre> ... </pre>
-</div>
-
-</body>
-
-<script src="jquery-min.js"></script>
-<script src="https://browserid.org/include.js"></script>
-<script>
-
-try {
-  var storage = localStorage;
-}
-catch(e) {
-  // Fx with cookies disabled with blow up when trying to access localStorage.
-  storage = {};
-}
-
-
-function loggit() {
-  try {
-    console.log.apply(console, arguments);
-  } catch(e) {}
-}
-
-var serial = 1;
-
-// a function to check an assertion against the server
-function checkAssertion(assertion) {
-  $.ajax({
-    url: "/process_assertion",
-    type: "post",
-    dataType: "json",
-    data: {
-      assertion: assertion,
-      audience: window.location.protocol + "//" + window.location.host
-    },
-    success: function(data, textStatus, jqXHR) {
-      var old = $(".loginEvents > pre").text() + "\n";
-      $(".loginEvents > pre").text(old + JSON.stringify(data, null, 4));
-    },
-    error: function(jqXHR, textStatus, errorThrown) {
-      var resp = jqXHR.responseText ? JSON.parse(jqXHR.responseText) : errorThrown;
-      $(".loginEvents > pre").text(resp);
-    }
-  });
-};
-
-navigator.id.watch({
-  loggedInEmail: (storage.loggedInUser === 'null') ? null : storage.loggedInUser,
-  onready: function () {
-    loggit("onready");
-    var txt = serial++ + ' navigator.id ready at ' + (new Date).toString();
-    $(".readiness > pre").text(txt);
-
-  },
-  onlogin: function (assertion) {
-    loggit("onlogin");
-    var txt = serial++ + ' got assertion at ' + (new Date).toString();
-    $(".loginEvents > pre").text(txt);
-
-    checkAssertion(assertion);
-
-    $(".specify button.assertion").removeAttr('disabled');
-  },
-  onlogout: function () {
-    loggit("onlogout");
-    var txt = serial++ + ' logout callback invoked at ' + (new Date).toString();
-    $(".logoutEvents > pre").text(txt);
-  }
-});
-
-</script>
-
-</html>
diff --git a/example/rp/privacy.html b/example/rp/privacy.html
deleted file mode 100644
index 7fe9a3994759da46f77e48b49402438efcfb7cc0..0000000000000000000000000000000000000000
--- a/example/rp/privacy.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<html>
-<body>
-This is my privacy policy.  When you tip me over...
-</body>
-</html>
diff --git a/lib/bcrypt-compute.js b/lib/bcrypt-compute.js
deleted file mode 100644
index 24f64de6170d5be319aaf1afb70989da1b408ae2..0000000000000000000000000000000000000000
--- a/lib/bcrypt-compute.js
+++ /dev/null
@@ -1,15 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const bcrypt = require('bcrypt');
-
-process.on('message', function(m) {
-  if (m.op === 'encrypt') {
-    var r = bcrypt.hashSync(m.pass, bcrypt.genSaltSync(m.factor));
-    process.send({r:r});
-  } else if (m.op === 'compare') {
-    var r = bcrypt.compareSync(m.pass, m.hash);
-    process.send({r:r});
-  }
-});
diff --git a/lib/bcrypt.js b/lib/bcrypt.js
deleted file mode 100644
index e78b846c7b405a92dcaa5ad4eb407eb2f17d0116..0000000000000000000000000000000000000000
--- a/lib/bcrypt.js
+++ /dev/null
@@ -1,58 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-path = require('path'),
-computecluster = require('compute-cluster'),
-logger = require('../lib/logging.js').logger,
-bcrypt = require('bcrypt'),
-config = require('./configuration.js');
-
-var cc = new computecluster({
-  module: path.join(__dirname, "bcrypt-compute.js"),
-  max_backlog: 100000,
-  max_request_time: config.get('max_compute_duration')
-});
-
-cc.on('error', function(e) {
-  logger.error("error detected in bcrypt computation process!  fatal: " + e.toString());
-  setTimeout(function() { process.exit(1); }, 0);
-}).on('info', function(msg) {
-  logger.info("(compute cluster): " + msg);
-}).on('debug', function(msg) {
-  logger.debug("(compute cluster): " + msg);
-});
-
-exports.encrypt = function(workFactor, password, cb) {
-  if (!cc) throw "bcrypt cluster is shut down";
-  cc.enqueue({
-    op: 'encrypt',
-    factor: workFactor,
-    pass: password
-  }, function(err, r) {
-    cb(err, r ? r.r : undefined);
-  });
-};
-
-exports.compare = function(pass, hash, cb) {
-  if (!cc) throw "bcrypt cluster is shut down";
-  cc.enqueue({
-    op: 'compare',
-    pass: pass,
-    hash: hash
-  }, function(err, r) {
-    cb(err, r ? r.r : undefined);
-  })
-};
-
-exports.getRounds = function(hash) {
-  return bcrypt.getRounds(hash);
-};
-
-exports.shutdown = function() {
-  if (cc) {
-    cc.exit();
-    cc = undefined;
-  }
-};
diff --git a/lib/browserid/fake_verification.js b/lib/browserid/fake_verification.js
deleted file mode 100644
index b9e3a211c822ec87309b405f5b6e50e5f357eb84..0000000000000000000000000000000000000000
--- a/lib/browserid/fake_verification.js
+++ /dev/null
@@ -1,31 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* This little module will, when included, hook the email verification system
- * and instead of sending emails will make verification tokens available
- * via the WSAPI.  This is *highly* insecure and should only be used when
- * testing (performance or otherwise).
- */
-
-const
-configuration = require('../configuration.js'),
-url = require('url'),
-db = require('../db.js'),
-logger = require('../logging.js').logger,
-wsapi = require('../wsapi');
-
-logger.warn("HEAR YE: Fake verfication enabled, aceess via /wsapi/fake_verification?email=foo@bar.com");
-logger.warn("THIS IS NEVER OK IN A PRODUCTION ENVIRONMENT");
-
-exports.addVerificationWSAPI = function(app) {
-  app.get('/wsapi/fake_verification', function(req, res) {
-    var email = url.parse(req.url, true).query['email'];
-    db.verificationSecretForEmail(email, function(err, secret) {
-      if (err) return wsapi.databaseDown(res, err);
-      if (secret) res.write(secret);
-      else res.writeHead(400, {"Content-Type": "text/plain"});
-      res.end();
-    });
-  });
-};
diff --git a/lib/coarse_user_agent_parser.js b/lib/coarse_user_agent_parser.js
deleted file mode 100644
index e3894ffbfdffa1a5e90d5de4abfac93d854e7ac8..0000000000000000000000000000000000000000
--- a/lib/coarse_user_agent_parser.js
+++ /dev/null
@@ -1,101 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/**
- * Unlike most user agent string parsers, we don't want to be as accurate as possible.
- * This is for several reasons:
- *  * protect user privacy (no fingerprinting)
- *  * Surface only 80% case uses in our visualization UI
- *  * KISS
-
- * Test data via http://www.useragentstring.com/pages/All/
- * Converted with https://gist.github.com/2590522
- *
- */
-exports.parse = function (ua_string) {
-  var user_agent = {
-        os: 'Unknown',
-        browser: 'Unknown',
-        version: 'Unknown'
-      },
-      os_matchers = [
-        'iPod', 'iPad', 'iPhone',
-        'Android', 'BlackBerry', 'Linux', 'Macintosh',
-        // Windows 7       Windows Vista     Windows XP
-        'Windows NT 6.1', 'Windows NT 6.0', 'Windows NT 5.1'
-      ],
-      basic = function (ua_string) {
-        // Looks for SomeString/5.1 at the end of a UA and parses 5.1 as an integer returning 5
-        // Expected outputs... Firefox 14, Safari 533, Opera 12
-        try {
-          //console.log(parseInt(ua_string.split(' ').splice(-1)[0].split('/')[1]));
-          var v = parseInt(ua_string.split(' ').splice(-1)[0].split('/')[1], 10);
-          if (! isNaN(v)) {
-            return v;
-          }
-        } catch (e) {
-          console.error(e.toString());
-        }
-        return 'Unknown';
-      },
-      keyword = function (kw) {
-        //console.log('Keyword is ', kw);
-        return function (ua_string) {
-          //console.log(ua_string);
-          // Looks for MSIE 9.0 in the middle of the ua_string
-          var start = ua_string.indexOf(kw) + kw.length;
-          //console.log('start', start);
-          if (start !== -1) {
-            var end = ua_string.indexOf(' ', start + 1);
-            //console.log('end is ', end);
-            try {
-              //console.log('ua_string.substring(start, end)=' + ua_string.substring(start, end));
-              var v = parseInt(ua_string.substring(start, end), 10);
-              if (! isNaN(v)) {
-                return v;
-              }
-            } catch (e) {
-              console.error('ERROR: ' + e.toString());
-            }
-          }
-          return 'Unknown';
-        };
-      },
-      msie = keyword('MSIE '),
-      chrome = keyword('Chrome/'),
-      browser_matchers = [
-        ['Chrome', chrome], ['Opera Mini', basic], ['Opera Mobile', basic], ['Opera', basic],
-        ['MSIE', msie], ['Safari', basic], ['Firefox', basic]
-      ];
-  if (! ua_string) {
-    console.error('Empty UA String');
-    return;
-  }
-  // Safari uses basic version reader to get 533 instead of 5. This is probably more useful and matches Android, Mobile Safari, etc.
-
-  // In os_matchers and browser_matchers order matters, many browsers pretend to be other
-  // browsers http://webaim.org/blog/user-agent-string-history/
-  var os_known = false;
-  os_matchers.forEach(function (el, i) {
-    if (os_known) return;
-    if (ua_string.indexOf(el) !== -1) {
-      os_known = true;
-      user_agent.os = el;
-    }
-    return;
-  });
-
-  var browser_known = false;
-  browser_matchers.forEach(function (el, i) {
-    if (browser_known) return;
-    if (ua_string.indexOf(el[0]) !== -1) {
-      browser_known = true;
-      user_agent.browser = el[0];
-      user_agent.version = el[1](ua_string);
-    }
-    return;
-  });
-
-  return user_agent;
-}
\ No newline at end of file
diff --git a/lib/configuration.js b/lib/configuration.js
deleted file mode 100644
index e6a581939b03598fc3e8833be71cffc04c385f88..0000000000000000000000000000000000000000
--- a/lib/configuration.js
+++ /dev/null
@@ -1,352 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/*
- * An abstraction which contains various pre-set deployment
- * environments and adjusts runtime configuration appropriate for
- * the current environmnet (specified via the NODE_ENV env var)..
- *
- * usage is
- *   exports.configure(app);
- */
-
-const
-postprocess = require('postprocess'),
-path = require('path'),
-urlparse = require('urlparse'),
-secrets = require('./secrets'),
-temp = require('temp'),
-semver = require('semver'),
-fs = require('fs'),
-convict = require('convict'),
-cjson = require('cjson');
-
-// Side effect - Adds default_bid and dev_bid to express.logger formats
-require('./custom_logger');
-
-// verify the proper version of node.js is in use
-try {
-  var required = 'unknown';
-  // extract required node version from package.json
-  required = JSON.parse(fs.readFileSync(path.join(__dirname, "..", "package.json"))).engines.node;
-  if (!semver.satisfies(process.version, required)) throw false;
-} catch (e) {
-  process.stderr.write("update node! verision " + process.version +
-                       " is not " + required +
-                       (e ? " (" + e + ")" : "") + "\n");
-  process.exit(1);
-}
-
-var conf = module.exports = convict({
-  env: {
-    // XXX: should we deprecate this configuration paramater?
-    doc: "What environment are we running in?  Note: all hosted environments are 'production'.  ",
-    format: 'string ["production", "local", "test_mysql", "test_json"] = "production"',
-    env: 'NODE_ENV'
-  },
-  bind_to: {
-    host: {
-      doc: "The ip address the server should bind",
-      format: 'string = "127.0.0.1"',
-      env: 'IP_ADDRESS'
-    },
-    port: {
-      doc: "The port the server should bind",
-      format: 'integer{1,65535}?',
-      env: 'PORT'
-    }
-  },
-  public_url: {
-    doc: "The publically visible URL of the deployment",
-    format: 'string = "https://login.persona.org"',
-    env: 'PUBLIC_URL'
-  },
-  public_static_url: {
-    doc: "The publically visible URL from which static resources are served",
-    format: 'string',
-    env: 'PUBLIC_STATIC_URL'
-  },
-  public_verifier_url: {
-    doc: "The publically visible URL where incoming verification requests are handled",
-    format: 'string',
-    env: 'PUBLIC_VERIFIER_URL'
-  },
-  scheme: {
-    // XXX should we deprecate scheme as it's redundant and derived from 'public_url' ?
-    doc: "The scheme of the public URL.  Calculated from the latter.",
-    format: "string",
-  },
-  cachify_prefix: {
-    doc: "The prefix for cachify hashes in URLs",
-    format: 'string = "v"'
-  },
-  use_minified_resources: {
-    doc: "Should the server serve minified resources?",
-    format: 'boolean = true',
-    env: 'MINIFIED'
-  },
-  var_path: {
-    doc: "The path where deployment specific resources will be sought (keys, etc), and logs will be kept.",
-    format: 'string?',
-    env: 'VAR_PATH'
-  },
-  database: {
-    driver: 'string ["json", "mysql"] = "json"',
-    user: {
-      format: 'string?',
-      env: 'MYSQL_USER'
-    },
-    password: {
-      format: 'string?',
-      env: 'MYSQL_PASSWORD'
-    },
-    host: 'string?',
-    create_schema: 'boolean = true',
-    may_write: 'boolean = true',
-    name: {
-      format: 'string?',
-      env: 'DATABASE_NAME'
-    },
-    max_query_time_ms: {
-      format: 'integer = 5000',
-      doc: "The maximum amount of time we'll allow a query to run before considering the database to be sick",
-      env: 'MAX_QUERY_TIME_MS'
-    },
-    max_reconnect_attempts: {
-      format: 'integer = 1',
-      doc: "The maximum number of times we'll attempt to reconnect to the database before failing all outstanding queries"
-    }
-  },
-  smtp: {
-    host: 'string?',
-    user: 'string?',
-    pass: 'string?',
-    port: 'integer = 25'
-  },
-  statsd: {
-    enabled: {
-      doc: "enable UDP based statsd reporting",
-      format: 'boolean = false',
-      env: 'ENABLE_STATSD'
-    },
-    host: "string?",
-    port: "integer{1,65535}?"
-  },
-  kpi_backend_sample_rate: {
-    doc: "Float between 0 and 1 inclusive, for the % of user flows that should send back KPI JSON blobs. Example: 0.5 would be 50% traffic.",
-    format: 'number = 0.0',
-    env: 'KPI_BACKEND_SAMPLE_RATE'
-  },
-  kpi_backend_db_url: {
-    doc: "URL of KPiggyBank service to send Key Performance Indicator data to",
-    format: 'string = "http://localhost/wsapi/interaction_data"',
-    env: 'KPI_BACKEND_DB_URL'
-  },
-  bcrypt_work_factor: {
-    doc: "How expensive should we make password checks (to mitigate brute force attacks) ?  Each increment is 2x the cost.",
-    format: 'integer{6,20} = 12',
-    env: 'BCRYPT_WORK_FACTOR',
-  },
-  authentication_duration_ms: {
-    doc: "How long may a user stay signed?",
-    format: 'integer = 2419200000'
-  },
-  ephemeral_session_duration_ms: {
-    doc: "How long a user on a shared computer shall be authenticated",
-    format: 'integer = 3600000' // 1 hour
-  },
-  certificate_validity_ms: {
-    doc: "For how long shall certificates issued by BrowserID be valid?",
-    format: 'integer = 86400000'
-  },
-  max_compute_processes: {
-    doc: "How many computation processes will be spun.  Default is good, based on the number of CPU cores on the machine.",
-    format: 'union { number{1, 256}; null; } = null',
-    env: 'MAX_COMPUTE_PROCESSES'
-  },
-  max_compute_duration: {
-    doc: "What is the longest (in seconds) we'll let the user wait before returning a 503?",
-    format: 'integer = 10'
-  },
-  disable_primary_support: {
-    doc: "Disables primary support when true",
-    format: 'boolean = false'
-  },
-  enable_code_version: {
-    doc: "When enabled, will cause a 'code version' to be returned to frontend code in `/wsapi/session_context` calls",
-    format: 'boolean = false'
-  },
-  min_time_between_emails_ms: {
-    doc: "What is the most frequently we'll allow emails to be sent to the same user?",
-    format: 'integer = 60000'
-  },
-  http_proxy: {
-    port: 'integer{1,65535}?',
-    host: 'string?'
-  },
-  default_lang: 'string = "en-US"',
-  debug_lang: 'string = "it-CH"',
-  supported_languages: {
-    doc: "List of languages this deployment should detect and display localized strings.",
-    format: 'array { string }* = [ "en-US", "it-CH" ]',
-    env: 'SUPPORTED_LANGUAGES'
-  },
-  disable_locale_check: {
-    doc: "Skip checking for gettext .mo files for supported locales",
-    format: 'boolean = false'
-  },
-  translation_directory: {
-    doc: "The directory where per-locale .json files containing translations reside",
-    format: 'string = "resources/static/i18n/"',
-    env: "TRANSLATION_DIR"
-  },
-  express_log_format: 'string [ "default_bid", "dev_bid", "default", "dev", "short", "tiny" ] = "default"',
-  keysigner_url: {
-    format: 'string?',
-    env: 'KEYSIGNER_URL'
-  },
-  verifier_url: {
-    format: 'string?',
-    env: 'VERIFIER_URL'
-  },
-  dbwriter_url: {
-    format: 'string?',
-    env: 'DBWRITER_URL'
-  },
-  browserid_url: {
-    format: 'string?',
-    env: 'BROWSERID_URL'
-  },
-  static_url: {
-    format: 'string?',
-    env: 'STATIC_URL'
-  },
-  process_type: 'string',
-  email_to_console: 'boolean = false',
-  declaration_of_support_timeout_ms: {
-    doc: "The amount of time we wait for a server to respond with a declaration of support, before concluding that they are not a primary.  Only relevant when our local proxy is in use, not in production or staging",
-    format: 'integer = 15000'
-  },
-  enable_development_menu: {
-    doc: "Whether or not the development menu can be accessed",
-    format: 'boolean = false'
-  },
-  proxy_idps: {
-    doc: "A mapping of domain names to urls, which maps popular email services to shimmed IDP deployments.",
-    format: 'object { } *?',
-    env: 'PROXY_IDPS' // JSON text, i.e. {"yahoo.com":"yahoo.login.persona.org"}
-  },
-  x_frame_options: {
-    doc: "By default, do not allow BrowserID to be embedded in an IFRAME",
-    format: 'string = "DENY"'
-  }
-});
-
-// At the time this file is required, we'll determine the "process name" for this proc
-// if we can determine what type of process it is (browserid or verifier) based
-// on the path, we'll use that, otherwise we'll name it 'ephemeral'.
-conf.set('process_type', path.basename(process.argv[1], ".js"));
-
-// handle configuration files.  you can specify a CSV list of configuration
-// files to process, which will be overlayed in order, in the CONFIG_FILES
-// environment variable
-if (process.env['CONFIG_FILES']) {
-  var files = process.env['CONFIG_FILES'].split(',');
-  files.forEach(function(file) {
-    var c = cjson.load(file);
-
-    // now support process-specific "overlays".  That is,
-    // .browserid.port will override .port for the "browserid" process
-
-    // first try to extract *our* overlay
-    var overlay = c[conf.get('process_type')];
-
-    // now remove all overlays from the top level config
-    fs.readdirSync(path.join(__dirname, '..', 'bin')).forEach(function(type) {
-      delete c[type];
-    });
-
-    // load the base config and the overlay in order
-    conf.load(c);
-    if (overlay) conf.load(overlay);
-  });
-}
-
-// allow supported langauges to be specified in the env as a CSV string
-if (process.env['SUPPORTED_LANGUAGES']) {
-  conf.set('supported_languages', process.env['SUPPORTED_LANGUAGES'].split(','));
-}
-
-// special handling of HTTP_PROXY env var
-if (process.env['HTTP_PROXY']) {
-  var p = process.env['HTTP_PROXY'].split(':');
-  conf.set('http_proxy.host', p[0]);
-  conf.set('http_proxy.port', p[1]);
-}
-
-// special handling of PROXY_IDPS env var
-if (process.env['PROXY_IDPS']) {
-  conf.set('proxy_idps', JSON.parse(process.env['PROXY_IDPS']));
-}
-
-// set the 'scheme' of the server based on the public_url (which is needed for
-// things like
-conf.set('scheme', urlparse(conf.get('public_url')).scheme);
-
-// if var path has not been set, let's default to var/
-if (!conf.has('var_path')) {
-  conf.set('var_path', path.join(__dirname, "..", "var"));
-}
-
-// test environments may dictate which database to use.
-if (conf.get('env') === 'test_json') {
-  conf.set('database.driver', 'json');
-} else if (conf.get('env') === 'test_mysql') {
-  conf.set('database.driver', 'mysql');
-}
-
-// if static and verifier urls are not explicitly set, default them to the
-// same as the public url (used in ephemeral and local deployments)
-if (!conf.has('public_static_url')) {
-  conf.set('public_static_url', conf.get('public_url'));
-}
-if (!conf.has('public_verifier_url')) {
-  conf.set('public_verifier_url', conf.get('public_url'));
-}
-
-// augment the cachify prefix with the public_static_url
-var prefix = urlparse(conf.get('public_static_url') + "/" + conf.get('cachify_prefix'));
-conf.set('cachify_prefix', prefix.normalize().toString());
-
-// validate the configuration based on the above specification
-conf.validate();
-
-/*
- * Install middleware that will perform textual replacement on served output
- * to re-write urls as needed for this particular environment.
- *
- * Note, for a 'local' environment, no re-write is needed because this is
- * handled at a higher level.  For other environments, only perform re-writing
- * if the host, port, or scheme are different than https://login.persona.org:443
- * (all source files always should have the production hostname written into them)
- */
-module.exports.performSubstitution = function(app) {
-  if (conf.get('public_url') != 'https://login.persona.org' ||
-      conf.get('public_static_url') != 'https://static.login.persona.org' ||
-      conf.get('public_verifier_url') != 'https://verifier.login.persona.org')
-  {
-    app.use(postprocess(function(req, buffer) {
-      return buffer.toString()
-        .replace(new RegExp('https://login.persona.org', 'g'), conf.get('public_url'))
-        .replace(new RegExp('https://static.login.persona.org', 'g'), conf.get('public_static_url'))
-        .replace(new RegExp('https://verifier.login.persona.org', 'g'), conf.get('public_verifier_url'));
-    }));
-  }
-};
-
-// log the process_type
-process.nextTick(function() {
-  var logging = require("./logging.js").logger;
-  logging.info("process type is " + conf.get("process_type"));
-});
diff --git a/lib/custom_logger.js b/lib/custom_logger.js
deleted file mode 100644
index bcb947f59e2addbfa6631ff30139b4b94bce8ef3..0000000000000000000000000000000000000000
--- a/lib/custom_logger.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/**
- * Enhances connect logger middleware - custom formats. See lib/configuration for usage.
- *
- * Note: No exports, ya I feel dirty too.
- */
-var logger = require('express').logger;
-
-logger.format('default_bid',
-              ':remote-addr - - ":method :url HTTP/:http-version" :status :response-time :res[content-length] ":referrer" ":user-agent"');
-
-logger.format('dev_bid', ':method :url :status :response-time');
-
diff --git a/lib/db.js b/lib/db.js
deleted file mode 100644
index a3bcb33e7f203c465e5fe6577a970c00ef3b5eab..0000000000000000000000000000000000000000
--- a/lib/db.js
+++ /dev/null
@@ -1,128 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-var logger = require('./logging.js').logger;
-const config = require('./configuration.js');
-
-var driver;
-
-var ready = false;
-var waiting = [];
-
-function checkReady() {
-  if (!ready) throw "database not ready.  did you call open()?";
-}
-
-// async break allow database path to be configured by calling code
-// a touch tricky cause client must set dbPath before releasing
-// control of the runloop
-exports.open = function(cfg, cb) {
-  var driverName = "json";
-  if (cfg && cfg.driver) driverName = cfg.driver;
-  try {
-    driver = require('./db/' + driverName + '.js');
-  } catch(e) {
-    var msg = "FATAL: couldn't find database driver: " + driverName;
-    console.log(msg);
-    throw msg + ": " + e.toString();
-  }
-
-  driver.open(cfg, function(error) {
-    if (error) {
-      if (cb) cb(error);
-      else {
-        logger.error(error);
-        process.exit(1);
-      }
-    } else {
-      ready = true;
-      waiting.forEach(function(f) { f() });
-      waiting = [];
-      if (cb) cb(null);
-    }
-  });
-};
-
-
-exports.close = function(cb) {
-  checkReady();
-  driver.close(function(err) {
-    ready = false;
-    if (cb) cb(err);
-  });
-};
-
-exports.closeAndRemove = function(cb) {
-  checkReady();
-  driver.closeAndRemove(function(err) {
-    ready = false;
-    if (cb) cb(err);
-  });
-};
-
-// accepts a function that will be invoked once the database is ready for transactions.
-// this hook is important to pause the rest of application startup until async database
-// connection establishment is complete.
-exports.onReady = function(f) {
-  setTimeout(function() {
-    if (ready) f();
-    else waiting.push(f);
-  }, 0);
-};
-
-// these are read only database calls
-[
-  'authForVerificationSecret',
-  'checkAuth',
-  'emailForVerificationSecret',
-  'emailKnown',
-  'emailToUID',
-  'emailType',
-  'emailIsVerified',
-  'emailsBelongToSameAccount',
-  'lastPasswordReset',
-  'haveVerificationSecret',
-  'isStaged',
-  'lastStaged',
-  'listEmails',
-  'ping',
-  'userKnown',
-  'userOwnsEmail',
-  'verificationSecretForEmail'
-].forEach(function(fn) {
-  exports[fn] = function() {
-    checkReady();
-    driver[fn].apply(undefined, arguments);
-  };
-});
-
-// These are database calls that write.  Database
-// writing must be enabled on the process for them
-// to work.
-[
-  'stageUser',
-  'stageEmail',
-  'completeCreateUser',
-  'completeConfirmEmail',
-  'completePasswordReset',
-  'removeEmail',
-  'cancelAccount',
-  'updatePassword',
-  'createUserWithPrimaryEmail',
-  'addPrimaryEmailToAccount'
-].forEach(function(fn) {
-  exports[fn] = function() {
-    if (!config.get('database').may_write) {
-      throw "this process may not write the database"
-    }
-    checkReady();
-    driver[fn].apply(undefined, arguments);
-  };
-});
-
-exports.addTestUser = function() {
-  // would we like to check the environment here?
-  checkReady();
-  driver['addTestUser'].apply(undefined, arguments);
-};
diff --git a/lib/db/json.js b/lib/db/json.js
deleted file mode 100644
index 39683d7eca8e23c8fc07a4e4bb730fd7b908c9fb..0000000000000000000000000000000000000000
--- a/lib/db/json.js
+++ /dev/null
@@ -1,531 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* db_json is a json database driver.  It is designed for use in
- * local development, is intended to be extremely easy to maintain,
- * have minimal dependencies on 3rd party libraries, and we could
- * care less if it performs well with more than 10 or so users.
- */
-const
-path = require('path'),
-fs = require('fs'),
-secrets = require('../secrets.js'),
-jsel = require('JSONSelect'),
-logger = require('../logging.js').logger,
-configuration = require('../configuration.js'),
-temp = require('temp');
-
-// existsSync moved from path in 0.6.x to fs in 0.8.x
-if (typeof fs.existsSync === 'function') {
-  var existsSync = fs.existsSync;
-} else {
-  var existsSync = path.existsSync;
-}
-
-// a little alias for stringify
-const ESC = JSON.stringify;
-
-var dbPath = path.join(configuration.get('var_path'), "authdb.json");
-
-/* The JSON database. The structure is thus:
- *  [
- *    {
- *      id: <numerical user id>
- *      password: "somepass",
- *      lastPasswordReset: 123456, (seconds-since-epoch, integer)
- *      emails: {
- *        "lloyd@hilaiel.com": {
- *          type: 'secondary'
- *        }
- *      }
- *    }
- *  ]
- */
-
-function now() { return Math.floor(new Date().getTime() / 1000); }
-
-function getNextUserID() {
-  var max = 1;
-  jsel.forEach(".id", db.users, function(id) {
-    if (id >= max) max = id + 1;
-  });
-  return max;
-};
-
-var db = {
-  users: [ ],
-  stagedEmails: { },
-  staged: { }
-};
-
-function flush() {
-  try {
-    var e = fs.writeFileSync(dbPath, JSON.stringify(db));
-  } catch (e) {
-    logger.error("Cannot save database to " + dbPath);
-  }
-}
-
-function sync() {
-  // the database not existing yet just means its empty, don't log an error
-  if (existsSync(dbPath)) {
-    try {
-      db = JSON.parse(fs.readFileSync(dbPath));
-
-      // FIXME:
-      // at this point db might be missing some important fields
-      // we may want to fix this. In the meantime, delete your old json db
-    } catch(e) {
-      logger.error("Cannot read database from " + dbPath);
-    }
-  } else {
-    logger.debug("Database doesn't exist (yet): " + dbPath);
-  }
-}
-
-exports.open = function(cfg, cb) {
-  if (cfg && cfg.path) {
-    dbPath = cfg.path;
-  }
-  logger.debug("opening JSON database: " + dbPath);
-
-  sync();
-  process.nextTick(function() { cb(null); });
-};
-
-exports.closeAndRemove = function(cb) {
-  // if the file cannot be removed, it's not an error, just means it was never
-  // written or deleted by a different process
-  try { fs.unlinkSync(dbPath); } catch(e) { }
-  process.nextTick(function() { cb(null); });
-};
-
-exports.close = function(cb) {
-  // don't flush database here to disk, the database is flushed synchronously when
-  // written - If we were to flush here we could overwrite changes made by
-  // another process - see issue #557
-  process.nextTick(function() { cb(null) });
-};
-
-exports.emailKnown = function(email, cb) {
-  sync();
-  var m = jsel.match(".emails ." + ESC(email), db.users);
-  process.nextTick(function() { cb(null, m.length > 0) });
-};
-
-exports.emailIsVerified = function(email, cb) {
-  sync();
-  var m = jsel.match(".emails ." + ESC(email), db.users);
-  process.nextTick(function() {
-    if (!m.length) cb("no such email");
-    else cb(null, m[0].verified);
-  });
-};
-
-exports.emailType = function(email, cb) {
-  sync();
-  var m = jsel.match(".emails ." + ESC(email), db.users);
-  process.nextTick(function() { cb(null, m.length ? m[0].type : undefined); });
-};
-
-exports.isStaged = function(email, cb) {
-  if (cb) {
-    setTimeout(function() {
-      sync();
-      cb(null, db.stagedEmails.hasOwnProperty(email));
-    }, 0);
-  }
-};
-
-exports.lastStaged = function(email, cb) {
-  if (cb) {
-    sync();
-    var d;
-    if (db.stagedEmails.hasOwnProperty(email)) {
-      d = new Date(db.staged[db.stagedEmails[email]].when);
-    }
-    setTimeout(function() { cb(null, d); }, 0);
-  }
-};
-
-exports.emailsBelongToSameAccount = function(lhs, rhs, cb) {
-  sync();
-  var m = jsel.match(".emails:has(."+ESC(lhs)+"):has(."+ESC(rhs)+")", db.users);
-  process.nextTick(function() {
-    cb(null, m && m.length == 1);
-  });
-};
-
-exports.emailToUID = function(email, cb) {
-  sync();
-  var m = jsel.match(":root > object:has(.emails > ." + ESC(email) + ") > .id", db.users);
-  if (m.length === 0) m = undefined;
-  else m = m[0];
-  process.nextTick(function() {
-    cb(null, m);
-  });
-};
-
-exports.userOwnsEmail = function(uid, email, cb) {
-  sync();
-  var m = jsel.match(":root > object:has(:root > .id:expr(x=" + ESC(uid) + ")):has(.emails > ." + ESC(email) + ")", db.users);
-  process.nextTick(function() {
-    cb(null, m && m.length == 1);
-  });
-};
-
-function addEmailToAccount(userID, email, type, cb) {
-  // validate 'type' isn't bogus
-  if ([ 'secondary', 'primary' ].indexOf(type) === -1) {
-    return process.nextTick(function() {
-      cb("invalid type");
-    });
-  }
-
-  process.nextTick(function() {
-    sync();
-    var emails = jsel.match(":has(.id:expr(x="+ ESC(userID) +")) > .emails", db.users);
-    if (emails && emails.length > 0) {
-      emails[0][email] = { type: type, verified: true };
-      flush();
-    }
-    cb(null);
-  });
-}
-
-exports.stageUser = function(email, hash, cb) {
-  secrets.generate(48, function(secret) {
-    // overwrite previously staged users
-    sync();
-    db.staged[secret] = {
-      type: "add_account",
-      email: email,
-      passwd: hash,
-      when: (new Date()).getTime()
-    };
-    db.stagedEmails[email] = secret;
-    flush();
-    process.nextTick(function() { cb(null, secret); });
-  });
-};
-
-exports.stageEmail = function(existing_user, new_email, hash, cb) {
-  secrets.generate(48, function(secret) {
-    // overwrite previously staged users
-    sync();
-    db.staged[secret] = {
-      type: "add_email",
-      existing_user: existing_user,
-      email: new_email,
-      passwd: hash,
-      when: (new Date()).getTime()
-    };
-    db.stagedEmails[new_email] = secret;
-    flush();
-
-    process.nextTick(function() { cb(null, secret); });
-  });
-};
-
-exports.createUserWithPrimaryEmail = function(email, cb) {
-  var emailVal = { };
-  emailVal[email] = { type: 'primary', verified: true };
-  var uid = getNextUserID();
-  db.users.push({
-    id: uid,
-    password: null,
-    lastPasswordReset: now(),
-    emails: emailVal
-  });
-  flush();
-  process.nextTick(function() {
-    cb(null, uid);
-  });
-};
-
-exports.haveVerificationSecret = function(secret, cb) {
-  process.nextTick(function() {
-    sync();
-    cb(null, !!(db.staged[secret]));
-  });
-};
-
-
-exports.emailForVerificationSecret = function(secret, cb) {
-  process.nextTick(function() {
-    sync();
-    if (!db.staged[secret]) return cb("no such secret");
-    cb(null, db.staged[secret].email, db.staged[secret].existing_user, db.staged[secret].passwd);
-  });
-};
-
-exports.authForVerificationSecret = function(secret, cb) {
-  process.nextTick(function() {
-    sync();
-    if (!db.staged[secret]) return cb("no such secret");
-
-    if (db.staged[secret].passwd) {
-      return cb(null, db.staged[secret].passwd, db.staged[secret].existing_user);
-    }
-
-    exports.checkAuth(db.staged[secret].existing_user, function (err, hash) {
-      cb(err, hash, db.staged[secret].existing_user);
-    });
-  });
-};
-
-
-exports.verificationSecretForEmail = function(email, cb) {
-  setTimeout(function() {
-    sync();
-    cb(null, db.stagedEmails[email]);
-  }, 0);
-};
-
-function getAndDeleteRowForSecret(secret, cb) {
-  sync();
-  if (!db.staged.hasOwnProperty(secret)) return cb("unknown secret");
-
-  // simply move from staged over to the emails "database"
-  var o = db.staged[secret];
-  delete db.staged[secret];
-  delete db.stagedEmails[o.email];
-  flush();
-  
-  process.nextTick(function() { cb(null, o); });
-}
-
-// either a email re-verification, or an email addition - we treat these things
-// the same
-exports.completeConfirmEmail = function(secret, cb) {
-  getAndDeleteRowForSecret(secret, function(err, o) {
-    exports.emailKnown(o.email, function(err, known) {
-      function addIt() {
-        addEmailToAccount(o.existing_user, o.email, 'secondary', function(e) {
-          var hash = o.passwd;
-          if(e || typeof hash !== 'string') return cb(e, o.email, o.existing_user);
-
-          // a hash was specified, update the password for the user
-          exports.emailToUID(o.email, function(err, uid) {
-            if(err) return cb(err, o.email, o.existing_user);
-
-            exports.updatePassword(uid, hash, false, function(err) {
-              cb(err || null, o.email, o.existing_user);
-            });
-          });
-        });
-      }
-      if (known) {
-        removeEmailNoCheck(o.email, function (err) {
-          if (err) cb(err);
-          else addIt();
-        });
-      } else {
-        addIt();
-      }
-    });
-  });
-}
-
-exports.completeCreateUser = function(secret, cb) {
-  getAndDeleteRowForSecret(secret, function(err, o) {
-    exports.emailKnown(o.email, function(err, known) {
-      function createAccount() {
-        var emailVal = {};
-        emailVal[o.email] = { type: 'secondary', verified: true };
-        var uid = getNextUserID();
-        var hash = o.passwd;
-        db.users.push({
-          id: uid,
-          password: hash,
-          lastPasswordReset: now(),
-          emails: emailVal
-        });
-        flush();
-        cb(null, o.email, uid);
-      }
-
-      // if this email address is known and a user has completed a re-verification of this email
-      // address, remove the email from the old account that it was associated with, and then
-      // create a brand new account with only this email.
-      // NOTE: this might be sub-optimal, but it's a dead simple approach that mitigates many attacks
-      // and gives us reasonable behavior (without explicitly supporting) in the face of shared email
-      // addresses.
-      if (known) {
-        removeEmailNoCheck(o.email, function (err) {
-          if (err) cb(err);
-          else createAccount();
-        });
-      } else {
-        createAccount();
-      }
-    });
-  });
-};
-
-exports.completePasswordReset = function(secret, cb) {
-  getAndDeleteRowForSecret(secret, function(err, o) {
-    exports.emailKnown(o.email, function(err, known) {
-      if (err) return cb(err);
-
-      exports.emailToUID(o.email, function(err, uid) {
-        if (err) return cb(err);
-
-        // if for some reason the email is associated with a different user now than when
-        // the action was initiated, error out.
-        if (uid !== o.existing_user) {
-          return cb("cannot update password, data inconsistency");
-        }
-
-        sync();
-        // flip the verification bit on all emails for the user other than the one just verified
-        var emails = jsel.match(":has(.id:expr(x=?)) > .emails", [ uid ], db.users)[0];        
-
-        Object.keys(emails).forEach(function(email) {
-          if (email != o.email && emails[email].type === 'secondary') {
-            emails[email].verified = false;
-          } 
-        });
-        flush();
-
-        // update the password!
-        exports.updatePassword(uid, o.passwd, true, function(err) {
-          cb(err, o.email, uid);
-        });
-      });
-    });
-  });
-};
-
-exports.addPrimaryEmailToAccount = function(userID, emailToAdd, cb) {
-  sync();
-  exports.emailKnown(emailToAdd, function(err, known) {
-    function addIt() {
-      addEmailToAccount(userID, emailToAdd, 'primary', cb);
-    }
-    if (known) {
-      removeEmailNoCheck(emailToAdd, function (err) {
-        if (err) cb(err);
-        else addIt();
-      });
-    } else {
-      addIt();
-    }
-  });
-};
-
-exports.checkAuth = function(userID, cb) {
-  sync();
-  var m = undefined;
-  if (userID) {
-    m = jsel.match(":root > object:has(:root > .id:expr(x=" + ESC(userID) + ")) > .password", db.users);
-    if (m.length === 0) m = undefined;
-    else m = m[0];
-  }
-  process.nextTick(function() { cb(null, m) });
-};
-
-exports.lastPasswordReset = function(userID, cb) {
-  sync();
-  var m = undefined;
-  if (userID) {
-    m = jsel.match(":root > object:has(:root > .id:expr(x=" + ESC(userID) + ")) > .lastPasswordReset", db.users);
-    if (m.length === 0) m = undefined;
-    else m = m[0];
-  }
-  process.nextTick(function() { cb(null, m) });
-};
-
-exports.userKnown = function(userID, cb) {
-  sync();
-  var m = jsel.match(":root > object:has(:root > .id:expr(x=" + ESC(userID) + "))", db.users);
-  if (m.length === 0) m = undefined;
-  else m = m[0];
-  process.nextTick(function() { cb(null, m) });
-};
-
-exports.updatePassword = function(userID, hash, invalidateSessions, cb) {
-  sync();
-  var m = jsel.match(":root > object:has(.id:expr(x=" + ESC(userID) + "))", db.users);
-  var err = undefined;
-  if (m.length === 0) err = "no such email address";
-  else {
-      m[0].password = hash;
-      if (invalidateSessions)
-        m[0].lastPasswordReset = now();
-  }
-  flush();
-  process.nextTick(function() { cb(err) });
-};
-
-exports.listEmails = function(uid, cb) {
-  sync();
-  var emails = jsel.match(":has(.id:expr(x="+ ESC(uid) +")) > .emails", db.users);
-  process.nextTick(function() {
-    if (!emails || emails.length != 1) {
-      cb("no such user: " + uid);
-      return;
-    }
-    cb(null, emails[0]);
-  });
-};
-
-exports.removeEmail = function(authenticated_user, email, cb) {
-  sync();
-  var m = jsel.match(":has(.id:expr(x=" + ESC(authenticated_user) + ")) .emails:has(."+ESC(email)+")", db.users);
-
-  if (m.length) {
-    var emails = m[0];
-    delete emails[email];
-    flush();
-  }
-  setTimeout(function() { cb(null); }, 0);
-};
-
-function removeEmailNoCheck(email, cb) {
-  sync();
-  var m = jsel.match(".emails:has(."+ESC(email)+")", db.users);
-  if (m.length) {
-    var emails = m[0];
-    delete emails[email];
-    flush();
-  }
-  process.nextTick(function() { cb(null); });
-};
-
-exports.cancelAccount = function(authenticated_uid, cb) {
-  sync();
-  var id = undefined;
-
-  for (var i = 0; i < db.users.length; i++) {
-    if (db.users[i].id === authenticated_uid) break;
-  }
-
-  if (i < db.users.length) {
-    db.users.splice(i, 1);
-    flush();
-  }
-
-  process.nextTick(function() { cb(null); });
-};
-
-exports.addTestUser = function(email, hash, cb) {
-  sync();
-  removeEmailNoCheck(email, function() {
-    var emailVal = {};
-    emailVal[email] = { type: 'secondary', verified: true };
-    db.users.push({
-      id: getNextUserID(),
-      password: hash,
-      lastPasswordReset: now(),
-      emails: emailVal
-    });
-    flush();
-    cb(null);
-  });
-};
-
-exports.ping = function(cb) {
-  process.nextTick(function() { cb(null); });
-};
diff --git a/lib/db/mysql.js b/lib/db/mysql.js
deleted file mode 100644
index ee9f2ac542397f0964fea7becd1e797e8b39cf91..0000000000000000000000000000000000000000
--- a/lib/db/mysql.js
+++ /dev/null
@@ -1,613 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* This is a mysql driver for the browserid server.  It maps the data
- * storage requirements of browserid onto a relational schema.  This
- * driver is intended to be fast and scalable.
- */
-
-/*
- * The Schema:
- *                                         +--- email -------+
- *    +--- user --------------------+      |*int    id       |
- *    |*int       id                |<-----|*int    user     |
- *    | string    passwd            |      |*string address  |
- *    | timestamp lastPasswordReset |      | enum   type     |
- *    +-----------------------------+      | bool   verified |
- *                                         +-----------------+
- *
- *
- *    +------ staged ----------+
- *    |*int id                 |
- *    |*string secret          |
- *    | bool new_acct          |
- *    | int existing_user      |
- *    |*string email           |
- *    |*string passwd          |
- *    | timestamp ts           |
- *    +------------------------+
- */
-
-/*global dne:true */
-
-const
-mysql = require('./mysql_wrapper.js'),
-secrets = require('../secrets.js'),
-logger = require('../logging.js').logger,
-conf = require('../configuration.js');
-
-var client = undefined;
-
-// for testing!  when 'STALL_MYSQL_WHEN_PRESENT' is defined in the environment,
-// it causes the driver to simulate stalling whent said file is present
-if (conf.get('env') === 'test_mysql' && process.env['STALL_MYSQL_WHEN_PRESENT']) {
-  logger.debug('database driver will be stalled when file is present: ' +
-               process.env['STALL_MYSQL_WHEN_PRESENT']);
-  const fs = require('fs');
-  fs.watchFile(
-    process.env['STALL_MYSQL_WHEN_PRESENT'],
-    { persistent: false, interval: 1 },
-    function (curr, prev) {
-      // stall the database driver when specified file is present
-      fs.stat(process.env['STALL_MYSQL_WHEN_PRESENT'], function(err, stats) {
-        if (client) {
-          var stall = !(err && err.code === 'ENOENT');
-          logger.debug("database driver is " + (stall ? "stalled" : "unblocked"));
-          client.stall(stall);
-        }
-      });
-    });
-}
-
-// If you change these schemas, please notify <services-ops@mozilla.com>
-const schemas = [
-  "CREATE TABLE IF NOT EXISTS user (" +
-    "id BIGINT AUTO_INCREMENT PRIMARY KEY," +
-    "passwd CHAR(64)," +
-    "lastPasswordReset TIMESTAMP DEFAULT 0 NOT NULL" +
-    ") ENGINE=InnoDB;",
-
-  "CREATE TABLE IF NOT EXISTS email (" +
-    "id BIGINT AUTO_INCREMENT PRIMARY KEY," +
-    "user BIGINT NOT NULL," +
-    "address VARCHAR(255) UNIQUE NOT NULL," +
-    "type ENUM('secondary', 'primary') DEFAULT 'secondary' NOT NULL," +
-    "verified BOOLEAN DEFAULT TRUE NOT NULL, " +
-    "FOREIGN KEY user_fkey (user) REFERENCES user(id)" +
-    ") ENGINE=InnoDB;",
-
-  "CREATE TABLE IF NOT EXISTS staged (" +
-    "id BIGINT AUTO_INCREMENT PRIMARY KEY," +
-    "secret CHAR(48) UNIQUE NOT NULL," +
-    "new_acct BOOL NOT NULL," +
-    "existing_user BIGINT," +
-    "email VARCHAR(255) UNIQUE NOT NULL," +
-    "passwd CHAR(64)," +
-    "ts TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL," +
-    "FOREIGN KEY existing_user_fkey (existing_user) REFERENCES user(id)" +
-    ") ENGINE=InnoDB;",
-];
-
-function now() { return Math.floor(new Date().getTime() / 1000); }
-
-// log an unexpected database error
-function logUnexpectedError(detail) {
-  // first, get line number of callee
-  var where;
-  try { dne; } catch (e) { where = e.stack.split('\n')[2].trim(); };
-  // now log it!
-  logger.warn("unexpected database failure: " + detail + " -- " + where);
-}
-
-// open & create the mysql database
-exports.open = function(cfg, cb) {
-  if (client) throw "database is already open!";
-  // mysql config requires
-  var options = {
-    host: '127.0.0.1',
-    port: "3306",
-    user: undefined,
-    password: undefined,
-    unit_test: false
-  };
-
-  Object.keys(options).forEach(function(param) {
-    options[param] = (cfg[param] !== undefined ? cfg[param] : options[param]);
-    if (options[param] === undefined) delete options[param];
-  });
-
-  // let's figure out the database name
-  var database = cfg.name;
-  if (!database) database = "browserid";
-
-  // create the client
-  function doConnect() {
-    logger.debug("connecting to database: " + database);
-    options.database = database;
-    client = mysql.createClient(options);
-    client.ping(function(err) {
-      logger.debug("connection to database " + (err ? ("fails: " + err) : "established"));
-      cb(err);
-    });
-  }
-
-  // now create the databse
-  if (cfg.create_schema) {
-    logger.debug("creating database and tables if required");
-    var createClient = mysql.createClient(options);
-    createClient.query("CREATE DATABASE IF NOT EXISTS " + database, function(err) {
-      if (err) {
-        logUnexpectedError(err);
-        cb(err);
-        return;
-      }
-      createClient.useDatabase(database, function(err) {
-        if (err) {
-          logUnexpectedError(err);
-          cb(err);
-          return;
-        }
-
-        // now create tables
-        function createNextTable(i) {
-          if (i < schemas.length) {
-            createClient.query(schemas[i], function(err) {
-              if (err) {
-                logUnexpectedError(err);
-                cb(err);
-              } else {
-                createNextTable(i+1);
-              }
-            });
-          } else {
-            createClient.end(function(err) {
-              if (err) {
-                logUnexpectedError(err);
-                cb(err);
-              } else {
-                doConnect();
-              }
-            });
-          }
-        }
-        createNextTable(0);
-      });
-    });
-  } else {
-    doConnect();
-  }
-};
-
-exports.close = function(cb) {
-  client.end(function(err) {
-    client = undefined;
-    if (err) logUnexpectedError(err);
-    if (cb) cb(err === undefined ? null : err);
-  });
-};
-
-exports.closeAndRemove = function(cb) {
-  var db_to_remove = client.database;
-
-  // don't let this happen if the name of the database is 'browserid',
-  // as a sanity check
-  if (db_to_remove === 'browserid') {
-    throw "dropping a database named 'browserid' is not allowed";
-  }
-
-  client.query("DROP DATABASE " + db_to_remove, function(err) {
-    exports.close(cb);
-  });
-};
-
-exports.emailKnown = function(email, cb) {
-  client.query(
-    "SELECT COUNT(*) as N FROM email WHERE address = ?", [ email ],
-    function(err, rows) {
-      cb(err, rows && rows.length > 0 && rows[0].N > 0);
-    }
-  );
-};
-
-exports.userKnown = function(uid, cb) {
-  client.query(
-    "SELECT COUNT(*) as N FROM user WHERE id = ?", [ uid ],
-    function(err, rows) {
-      cb(err, rows && rows.length > 0 && rows[0].N > 0);
-    }
-  );
-};
-
-exports.emailType = function(email, cb) {
-  client.query(
-    "SELECT type FROM email WHERE address = ?", [ email ],
-    function(err, rows) {
-      cb(err, (rows && rows.length > 0) ? rows[0].type : undefined);
-    }
-  );
-}
-
-exports.emailIsVerified = function(email, cb) {
-  client.query(
-    "SELECT verified FROM email WHERE address = ?", [ email ],
-    function(err, rows) {
-      if (rows && rows.length > 0) cb(err, !!rows[0].verified);
-      else cb('no such email');
-    }
-  );
-};
-
-
-exports.isStaged = function(email, cb) {
-  client.query(
-    "SELECT COUNT(*) as N FROM staged WHERE email = ?", [ email ],
-    function(err, rows) {
-      cb(err, rows && rows.length > 0 && rows[0].N > 0);
-    }
-  );
-}
-
-exports.lastStaged = function(email, cb) {
-  client.query(
-    "SELECT UNIX_TIMESTAMP(ts) as ts FROM staged WHERE email = ?", [ email ],
-    function(err, rows) {
-      if (err) cb(err);
-      else if (!rows || rows.length === 0) cb(null);
-      else cb(null, new Date(rows[0].ts * 1000));
-    }
-  );
-};
-
-exports.stageUser = function(email, hash, cb) {
-  secrets.generate(48, function(secret) {
-    // overwrite previously staged users
-    client.query('INSERT INTO staged (secret, new_acct, email, passwd) VALUES(?,TRUE,?,?) ' +
-                 'ON DUPLICATE KEY UPDATE secret=VALUES(secret), existing_user=NULL, new_acct=TRUE, ts=NOW()',
-                 [ secret, email, hash ],
-                 function(err) {
-                   cb(err, err ? undefined : secret);
-                 });
-  });
-};
-
-
-exports.haveVerificationSecret = function(secret, cb) {
-  client.query(
-    "SELECT count(*) as n FROM staged WHERE secret = ?", [ secret ],
-    function(err, rows) {
-      cb(err, rows && rows.length === 1 && rows[0].n === 1);
-    });
-};
-
-exports.emailForVerificationSecret = function(secret, cb) {
-  client.query(
-    "SELECT email, existing_user, passwd FROM staged WHERE secret = ?", [ secret ],
-    function(err, rows) {
-      if (err) return cb("database unavailable");
-
-      // if the record was not found, fail out
-      if (!rows || rows.length != 1) return cb("no such secret");
-
-      cb(null, rows[0].email, rows[0].existing_user, rows[0].passwd);
-    });
-};
-
-exports.authForVerificationSecret = function(secret, cb) {
-  client.query(
-    "SELECT existing_user, passwd FROM staged WHERE secret = ?", [ secret ],
-    function(err, rows) {
-      if (err) return cb("database unavailable");
-
-      // if the record was not found, fail out
-      if (!rows || rows.length != 1) return cb("no such secret");
-
-      var o = rows[0];
-
-      // if there is a hashed passwd in the result, we're done
-      if (o.passwd) return cb(null, o.passwd, o.existing_user);
-
-      // otherwise, let's get the passwd from the user record
-      if (!o.existing_user) return cb("no password for user");
-
-      exports.checkAuth(o.existing_user, function(err, hash) {
-        cb(err, hash, o.existing_user);
-      });
-    });
-};
-
-exports.verificationSecretForEmail = function(email, cb) {
-  client.query(
-    "SELECT secret FROM staged WHERE email = ?", [ email ],
-    function(err, rows) {
-      cb(err, (rows && rows.length > 0) ? rows[0].secret : undefined);
-    });
-};
-
-function addEmailToUser(userID, email, type, cb) {
-  // issue #170 - delete any old records with the same
-  // email address.  this is necessary because
-  // gotVerificationSecret is invoked both for
-  // forgotten password flows and for new user signups.
-  client.query(
-    "DELETE FROM email WHERE address = ?",
-    [ email ],
-    function(err, info) {
-      if (err) return cb(err);
-      else {
-        client.query(
-          "INSERT INTO email(user, address, type) VALUES(?, ?, ?)",
-          [ userID, email, type ],
-          function(err, info) {
-            if (err) logUnexpectedError(err);
-            cb(err, email, userID);
-          });
-      }
-    });
-}
-
-function getAndDeleteRowForSecret(secret, cb) {
-  client.query(
-    "SELECT * FROM staged WHERE secret = ?", [ secret ],
-    function(err, rows) {
-      if (err) {
-        logUnexpectedError(err);
-        cb(err);
-      } else if (rows.length === 0) {
-        cb("unknown secret");
-      } else {
-        // delete the record
-        client.query("DELETE LOW_PRIORITY FROM staged WHERE secret = ?", [ secret ]);
-        cb(null, rows[0]);
-      }
-    });
-}
-
-exports.completeCreateUser = function(secret, cb) {
-  getAndDeleteRowForSecret(secret, function(err, o) {
-    if (err) return cb(err);
-    
-    if (!o.new_acct) return cb("this verification link is not for a new account");
-
-    // we're creating a new account, add appropriate entries into user and email tables.
-    client.query(
-      "INSERT INTO user(passwd, lastPasswordReset) VALUES(?,FROM_UNIXTIME(?))",
-      [ o.passwd, now() ],
-      function(err, info) {
-        if (err) return cb(err);
-        addEmailToUser(info.insertId, o.email, 'secondary', cb);
-      });
-  });
-};
-
-// either a email re-verification, or an email addition - we treat these things
-// the same
-exports.completeConfirmEmail = function(secret, cb) {
-  getAndDeleteRowForSecret(secret, function(err, o) {
-    if (err) return cb(err);
-    
-    if (o.new_acct) return cb("this verification link is not for an email addition");
-
-    // ensure the expected existing_user field is populated, which it must always be when
-    // new_acct is false
-    if (typeof o.existing_user !== 'number') {
-      return cb("data inconsistency, no numeric existing user associated with staged email address");
-    }
-
-    // we're adding or reverifying an email address to an existing user account.  add appropriate
-    // entries into email table.
-    if (o.passwd) {
-      exports.updatePassword(o.existing_user, o.passwd, false, function(err) {
-        if (err) return cb('could not set user\'s password');
-        addEmailToUser(o.existing_user, o.email, 'secondary', cb);
-      });
-    } else {
-      addEmailToUser(o.existing_user, o.email, 'secondary', cb);
-    }
-  });
-};
-
-exports.completePasswordReset = function(secret, cb) {
-  getAndDeleteRowForSecret(secret, function(err, o) {
-    if (err) return cb(err);
-    
-    if (o.new_acct || !o.passwd || !o.existing_user) {
-      return cb("this verification link is not for a password reset");
-    }
-
-    // verify that the email still exists in the database, and the the user with whom it is
-    // associated is the same as the user in the database
-    exports.emailToUID(o.email, function(err, uid) {
-      if (err) return cb(err);
-
-      // if for some reason the email is associated with a different user now than when
-      // the action was initiated, error out.
-      if (uid !== o.existing_user) {
-        return cb("cannot update password, data inconsistency");
-      }
-
-      // flip the verification bit on all emails for the user other than the one just verified
-      client.query(
-        'UPDATE email SET verified = FALSE WHERE user = ? AND type = ? AND address != ?',
-        [ uid, 'secondary', o.email ],
-        function(err) {
-          if (err) return cb(err);
-      
-          // update the password!
-          exports.updatePassword(uid, o.passwd, true, function(err) {
-            cb(err, o.email, uid);
-          });
-        });
-    });
-  });
-};
-
-exports.addPrimaryEmailToAccount = function(uid, emailToAdd, cb) {
-  // we're adding an email address to an existing user account.  add appropriate entries into
-  // email table
-  addEmailToUser(uid, emailToAdd, 'primary', cb);
-}
-
-exports.createUserWithPrimaryEmail = function(email, cb) {
-  // create a new user acct with no password
-  client.query(
-    "INSERT INTO user(lastPasswordReset) VALUES(FROM_UNIXTIME(?))",
-    [ now() ],
-    function(err, info) {
-      if (err) return cb(err);
-      var uid = info.insertId;
-      client.query(
-        "INSERT INTO email(user, address, type) VALUES(?, ?, ?)",
-        [ uid, email, 'primary' ],
-        function(err, info) {
-          cb(err, uid);
-        });
-    });
-};
-
-exports.emailsBelongToSameAccount = function(lhs, rhs, cb) {
-  client.query(
-    'SELECT COUNT(*) AS n FROM email WHERE address = ? AND user = ( SELECT user FROM email WHERE address = ? );',
-    [ lhs, rhs ],
-    function (err, rows) {
-      cb(err, rows && rows.length === 1 && rows[0].n === 1);
-    });
-}
-
-exports.userOwnsEmail = function(uid, email, cb) {
-  client.query(
-    'SELECT COUNT(*) AS n FROM email WHERE address = ? AND user = ?',
-    [ email, uid ],
-    function (err, rows) {
-      cb(err, rows && rows.length === 1 && rows[0].n === 1);
-    });
-}
-
-exports.stageEmail = function(existing_user, new_email, hash, cb) {
-  secrets.generate(48, function(secret) {
-    // overwrite previously staged users
-    client.query('INSERT INTO staged (secret, new_acct, existing_user, email, passwd) VALUES(?,FALSE,?,?,?) ' +
-                 'ON DUPLICATE KEY UPDATE secret=VALUES(secret), existing_user=VALUES(existing_user), new_acct=FALSE, ts=NOW()',
-                 [ secret, existing_user, new_email, hash ],
-                 function(err) {
-                   cb(err, err ? undefined : secret);
-                 });
-  });
-};
-
-exports.emailToUID = function(email, cb) {
-  client.query(
-    'SELECT user FROM email WHERE address = ?',
-    [ email ],
-    function (err, rows) {
-      cb(err, (rows && rows.length == 1) ? rows[0].user : undefined);
-    });
-};
-
-exports.checkAuth = function(uid, cb) {
-  client.query(
-    'SELECT passwd FROM user WHERE id = ?',
-    [ uid ],
-    function (err, rows) {
-      cb(err, (rows && rows.length == 1) ? rows[0].passwd : undefined);
-    });
-}
-
-exports.lastPasswordReset = function(uid, cb) {
-  client.query(
-    'SELECT UNIX_TIMESTAMP(lastPasswordReset) AS lastPasswordReset FROM user WHERE id = ?',
-    [ uid ],
-    function (err, rows) {
-      cb(err, (rows && rows.length == 1) ? rows[0].lastPasswordReset : undefined);
-    });
-}
-
-exports.updatePassword = function(uid, hash, invalidateSessions, cb) {
-  var query = invalidateSessions ?
-    'UPDATE user SET passwd = ?, lastPasswordReset = FROM_UNIXTIME(?) WHERE id = ?' :
-    'UPDATE user SET passwd = ? WHERE id = ?';
-  var args = invalidateSessions ? [ hash, now(), uid ] : [ hash, uid ];
-  client.query(query, args,
-    function (err, rows) {
-      if (!err && (!rows || rows.affectedRows !== 1)) {
-        err = "no record with id " + uid;
-      }
-      cb(err);
-    });
-}
-
-/*
- * list the user's emails.
- *
- * returns an object keyed by email address with properties for each email.
- */
-exports.listEmails = function(uid, cb) {
-  client.query(
-    'SELECT address, type, verified FROM email WHERE user = ?',
-      [ uid ],
-      function (err, rows) {
-        if (err) cb(err);
-        else {
-          var emails = {};
-
-          for (var i = 0; i < rows.length; i++) {
-            var o = { type: rows[i].type };
-            if (o.type === 'secondary') {
-              o.verified = rows[i].verified ? true : false;
-            }
-            emails[rows[i].address] = o;
-          }
-
-          cb(null,emails);
-        }
-      });
-};
-
-exports.removeEmail = function(authenticated_user, email, cb) {
-  exports.userOwnsEmail(authenticated_user, email, function(err, ok) {
-    if (err) return cb(err);
-
-    if (!ok) {
-      logger.warn(authenticated_user + ' attempted to delete an email that doesn\'t belong to her: ' + email);
-      cb("authenticated user doesn't have permission to remove specified email " + email);
-      return;
-    }
-
-    client.query(
-      'DELETE FROM email WHERE address = ?',
-      [ email ],
-      function(err, info) {
-        cb(err);
-      });
-  });
-};
-
-exports.cancelAccount = function(uid, cb) {
-  client.query("DELETE LOW_PRIORITY FROM email WHERE user = ?", [ uid ], function(err) {
-    if (err) return cb(err);
-    client.query("DELETE LOW_PRIORITY FROM user WHERE id = ?", [ uid ], cb);
-  });
-};
-
-exports.addTestUser = function(email, hash, cb) {
-  client.query(
-    "INSERT INTO user(passwd, lastPasswordReset) VALUES(FROM_UNIXTIME(?))",
-    [ hash, now() ],
-    function(err, info) {
-      if (err) return cb(err);
-
-      client.query(
-        "INSERT INTO email(user, address) VALUES(?, ?)",
-        [ info.insertId, email ],
-        function(err, info) {
-          if (err) logUnexpectedError(err);
-          cb(err, err ? null : email);
-        });
-    });
-};
-
-exports.ping = function(cb) {
-  client.ping(function(err) {
-    cb(err);
-  });
-};
diff --git a/lib/db/mysql_wrapper.js b/lib/db/mysql_wrapper.js
deleted file mode 100644
index 931ff97fbeb9c17df5ff700bc5c596cc36a9f72d..0000000000000000000000000000000000000000
--- a/lib/db/mysql_wrapper.js
+++ /dev/null
@@ -1,161 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* This abstraction wraps the mysql driver and provides application level
- * queueing, as well as query timing and reconnect upon an apparently "stalled"
- * driver
- */
-
-const
-mysql = require('mysql'),
-statsd = require('../statsd'),
-logger = require('../logging.js').logger,
-config = require('../configuration.js');
-
-exports.createClient = function(options) {
-  // the application level query queue
-  var queryQueue = [];
-  // The slowQueryTimer is !null when a query is running, and holds
-  // the result from setTimeout.  This variable is both a means to
-  // check if a query is running (only one runs at a time), and as
-  // the timeout handle.
-  var slowQueryTimer = null;
-  // how many consecutive failures have we seen when running queries?
-  var consecutiveFailures = 0;
-  // a testing feature.  By calling `client.stall` you can
-  // cause responses to be dropped which will trigger slow query detection
-  var stalled = false;
-
-  var client = {
-    stall: function(stalledState) {
-      stalled = stalledState;
-    },
-    realClient: null,
-    _resetConnection: function() {
-      if (this.realClient) this.realClient.destroy();
-      this.realClient = mysql.createClient(options);
-      this.realClient.on('error', function(e) {
-        logger.warn("database connection down: " + e.toString());
-      });
-    },
-    ping: function(client_cb) {
-      // ping queries are added to the front of the pending work queue.  they are
-      // a priority, as they are used by load balancers that want to know the health
-      // of the system.
-      queryQueue.unshift({
-        ping: true,
-        cb: client_cb
-      });
-      this._runNextQuery();
-    },
-    _runNextQuery: function() {
-      var self = this;
-
-      if (slowQueryTimer !== null || !queryQueue.length) return;
-
-      var work = queryQueue.shift();
-
-      function invokeCallback(cb, err, rez) {
-        if (cb) {
-          process.nextTick(function() {
-            try {
-              cb(err, rez);
-            } catch(e) {
-              logger.error('database query callback failed: ' + e.toString());
-            }
-          });
-        }
-      }
-
-      slowQueryTimer = setTimeout(function() {
-        if (++consecutiveFailures > config.get('database.max_reconnect_attempts')) {
-          // if we can't run the query multiple times in a row, we'll fail all outstanding
-          // queries, and reinitialize the connection, so that the process stays up and
-          // retries mysql connection the next time a request which requires db interaction
-          // comes in.
-          queryQueue.unshift(work);
-          logger.warn("cannot reconnect to mysql! " + queryQueue.length + " outstanding queries #fail.");
-          queryQueue.forEach(function(work) {
-            invokeCallback(work.cb, "database connection unavailable");
-          });
-          queryQueue = [];
-          self._resetConnection();
-          slowQueryTimer = null;
-        } else {
-          logger.warn("Query taking more than " + config.get('database.max_query_time_ms') + "ms!  reconnecting to mysql");
-          // we'll fail the long running query, because we cannot
-          // meaningfully know whether or not it completed in the case where
-          // the driver is unresponsive.
-          invokeCallback(work.cb, "database connection unavailable");
-          self._resetConnection();
-          slowQueryTimer = null;
-          self._runNextQuery();
-        }
-      }, config.get('database.max_query_time_ms'));
-
-      if (work.ping) {
-        this.realClient.ping(function(err) {
-          if (stalled) {
-            return invokeCallback(work.cb, "database is intentionally stalled");
-          }
-
-          clearTimeout(slowQueryTimer);
-          slowQueryTimer = null;
-          consecutiveFailures = 0;
-
-          invokeCallback(work.cb, err);
-
-          self._runNextQuery();
-        });
-      } else {
-        this.realClient.query(work.query, work.args, function(err, r) {
-          // if we want to simulate a "stalled" mysql connection, we simply
-          // ignore the results from a query.
-          if (stalled) return;
-
-          clearTimeout(slowQueryTimer);
-          slowQueryTimer = null;
-          consecutiveFailures = 0;
-
-          // report query time for all queries via statsd
-          var reqTime = new Date - work.startTime;
-          statsd.timing('query_time', reqTime);
-
-          // report failed queries via statsd
-          if (err) statsd.increment('failed_query'); 
-
-          invokeCallback(work.cb, err, r);
-          self._runNextQuery();
-        });
-      }
-    },
-    query: function() {
-      var client_cb;
-      var args = Array.prototype.slice.call(arguments);
-      var query = args.shift();
-      if (args.length && typeof args[args.length - 1] === 'function') {
-        client_cb = args.pop();
-      }
-      args = args.length ? args[0] : [];
-      queryQueue.push({
-        query: query,
-        args: args,
-        cb: client_cb,
-        // record the time .query was called by the application for
-        // true end to end query timing in statsd
-        startTime: new Date()
-      });
-      this._runNextQuery();
-    },
-    end: function(cb) {
-      this.realClient.end(cb);
-    },
-    useDatabase: function(db, cb) {
-      this.realClient.useDatabase(db, cb);
-    }
-  };
-  client._resetConnection();
-  client.database = client.realClient.database;
-  return client;
-};
diff --git a/lib/email.js b/lib/email.js
deleted file mode 100644
index ffcca641d016e53d05f8830b3b83ee0b154e1bf1..0000000000000000000000000000000000000000
--- a/lib/email.js
+++ /dev/null
@@ -1,145 +0,0 @@
-/* this Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-emailer = require('nodemailer'),
-fs = require('fs'),
-path = require('path'),
-ejs = require('ejs'),
-config = require('./configuration.js'),
-logger = require('./logging.js').logger,
-url = require('url');
-
-/* if smtp parameters are configured, use them */
-try { var smtp_params = config.get('smtp'); } catch(e) {};
-if (smtp_params && smtp_params.host) {
-  emailer.SMTP = {
-    host: smtp_params.host,
-    port: smtp_params.port
-  };
-  logger.info("delivering email via SMTP host: " +  emailer.SMTP.host);
-  if (smtp_params.user) {
-    emailer.SMTP.use_authentication = true;
-    emailer.SMTP.user = smtp_params.user;
-    emailer.SMTP.pass = smtp_params.pass;
-
-    logger.info("authenticating to email host as " +  emailer.SMTP.user);
-  }
-}
-
-const TEMPLATE_PATH = path.join(__dirname, "..", "resources", "email_templates");
-
-// the underbar decorator to allow getext to extract strings
-function _(str) { return str; }
-
-// a map of all the different emails we send
-const templates = {
-  "new": {
-    landing: 'verify_email_address',
-    subject: _("Confirm email address for Persona"),
-    template: fs.readFileSync(path.join(TEMPLATE_PATH, 'new.ejs')),
-    templateHTML: fs.readFileSync(path.join(TEMPLATE_PATH, 'new.html.ejs'))
-  },
-  "reset": {
-    landing: 'reset_password',
-    subject: _("Reset Persona password"),
-    template: fs.readFileSync(path.join(TEMPLATE_PATH, 'reset.ejs')),
-    templateHTML: fs.readFileSync(path.join(TEMPLATE_PATH, 'reset.html.ejs'))
-  },
-  "confirm": {
-    landing: 'confirm',
-    subject: _("Confirm email address for Persona"),
-    template: fs.readFileSync(path.join(TEMPLATE_PATH, 'confirm.ejs')),
-    templateHTML: fs.readFileSync(path.join(TEMPLATE_PATH, 'confirm.html.ejs'))
-  }
-};
-
-// now turn file contents into compiled templates
-Object.keys(templates).forEach(function(type) {
-  templates[type].template = ejs.compile(templates[type].template.toString());
-  if (templates[type].templateHTML) {
-    templates[type].templateHTML = ejs.compile(templates[type].templateHTML.toString());
-  }
-});
-
-
-var interceptor = undefined;
-
-/**
- * allow clients to intercept email messages programatically for local
- * testing. The `interceptor` is a function which accepts three arguments,
- *
- *   * `email` - the email that is being verified
- *   * `site` - the RP
- *   * `secret` - the verification secret (usually embedded into a url)
- *
- * Limitations: only a single interceptor may be set, generalize
- * as needed.
- */
-exports.setInterceptor = function(callback) {
-  interceptor = callback;
-};
-
-//TODO send in localeContext
-function doSend(email_type, email, site, secret, langContext) {
-  if (!templates[email_type]) throw "unknown email type: " + email_type;
-
-  // remove scheme from site to make it more human
-  site = url.parse(site).hostname;
-
-  var email_params = templates[email_type];
-
-  var public_url = config.get('public_url') + "/" + email_params.landing + "?token=" + encodeURIComponent(secret),
-      GETTEXT = langContext.gettext,
-      format = langContext.format;
-
-  if (interceptor) {
-    interceptor(email, site, secret);
-  } else if (config.get('email_to_console')) {
-    // log verification email to console separated by whitespace.
-    console.log("\nVERIFICATION URL:\n" + public_url + "\n");
-  } else {
-    var templateArgs = {
-      link: public_url,
-      site: site,
-      gettext: GETTEXT,
-      format: format
-    };
-
-    var mailOpts = {
-      // XXX: Ideally this would be a live email address and a response to these email
-      // addresses would go into a ticketing system (lloyd/skinny)
-      sender: "Persona <no-reply@persona.org>",
-      to: email,
-      subject: GETTEXT(email_params.subject),
-      text: email_params.template(templateArgs),
-      headers: {
-        'X-BrowserID-VerificationURL': public_url,
-        'X-BrowserID-RelyingParty': site
-      }
-    };
-
-    if (email_params.templateHTML) {
-      mailOpts.html = email_params.templateHTML(templateArgs);
-    }
-
-    emailer.send_mail(mailOpts, function(err, success) {
-      if (!success) {
-        logger.error("error sending email to: " + email + " - " + err);
-      }
-    });
-  };
-};
-
-exports.sendNewUserEmail = function(email, site, secret, langContext) {
-  doSend('new', email, site, secret, langContext);
-};
-
-exports.sendConfirmationEmail = function(email, site, secret, langContext) {
-  doSend('confirm', email, site, secret, langContext);
-};
-
-exports.sendForgotPasswordEmail = function(email, site, secret, langContext) {
-  doSend('reset', email, site, secret, langContext);
-};
diff --git a/lib/heartbeat.js b/lib/heartbeat.js
deleted file mode 100644
index e5e309fd4c990366e7cb198bb549744e179ea550..0000000000000000000000000000000000000000
--- a/lib/heartbeat.js
+++ /dev/null
@@ -1,117 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-urlparse = require('urlparse'),
-logger = require('./logging.js').logger,
-url = require('url');
-
-// the path that heartbeats live at
-exports.path = '/__heartbeat__';
-
-const checkTimeout = 5000;
-
-// a helper function to set up a heartbeat check
-exports.setup = function(app, options, cb) {
-  var dependencies = [];
-
-  if (typeof options == 'function') {
-    cb = options;
-  } else if (options && options.dependencies) {
-    dependencies = options.dependencies;
-  }
-  var count = dependencies.length;
-
-  app.use(function(req, res, next) {
-    if (req.method !== 'GET' || req.path !== exports.path) {
-      return next();
-    }
-
-    var checked = 0;
-    var query = url.parse(req.url, true).query;
-    var deep = typeof query.deep != 'undefined';
-    var notOk = [];
-
-    // callback for checking a dependency
-    function checkCB (num) {
-      return function (err, isOk) {
-        checked++;
-        if (err) {
-          notOk.push(dependencies[num] + ': '+ err);
-        }
-
-        // if all dependencies have been checked
-        if (checked == count) {
-          if (notOk.length === 0) {
-            try {
-              if (cb) cb(ok);
-              else ok(true);
-            } catch(e) {
-              logger.error("Exception caught in heartbeat handler: " + e.toString());
-              ok(false, e);
-            }
-          } else {
-            logger.warn("heartbeat failed due to dependencies - " + notOk.join(', '));
-            ok(false, '\n' + notOk.join('\n') + '\n');
-          }
-        }
-      };
-    }
-
-    function ok(yeah, msg) {
-      res.writeHead(yeah ? 200 : 500);
-      res.write(yeah ? 'ok' : 'bad');
-      if (msg) res.write(msg);
-      res.end();
-    }
-
-    // check all dependencies if deep
-    if (deep && count) {
-      for (var i = 0; i < count; i++) {
-        check(dependencies[i] + exports.path, checkCB(i));
-      }
-    } else {
-      try {
-        if (cb) cb(ok);
-        else ok(true);
-      } catch(e) {
-        logger.error("Exception caught in heartbeat handler: " + e.toString());
-        ok(false);
-      }
-    }
-  });
-};
-
-
-// a function to check the heartbeat of a remote server
-var check = exports.check = function(url, cb) {
-  if (typeof url === 'string') url = urlparse(url).normalize().validate();
-  else if (typeof url !== 'object') throw "url string or object required as argumnet to heartbeat.check";
-  if (!url.port) url.port = (url.scheme === 'http') ? 80 : 443;
-
-  var shortname = url.host + ':' + url.port;
-
-  var timeoutHandle = setTimeout(function() {
-    req.abort();
-  }, checkTimeout);
-
-  var req = require(url.scheme).get({
-    host: url.host,
-    port: url.port,
-    path: exports.path
-  }, function (res) {
-    clearTimeout(timeoutHandle);
-    if (res.statusCode === 200) cb(null, true);
-    else {
-      logger.warn("heartbeat failure: non-200 response from " + shortname + ".  fatal! (" +
-                  res.statusCode + ")");
-      cb("response code " + res.statusCode);
-    }
-  });
-  req.on('error', function (e) {
-    clearTimeout(timeoutHandle);
-    logger.warn("heartbeat failure: can't communicate with " + shortname + ".  fatal: " + e);
-    cb(e ? e : "unknown error");
-  });
-};
diff --git a/lib/http_forward.js b/lib/http_forward.js
deleted file mode 100644
index 09d1023dd2d31be53282c22e22efa3ab1f09cd40..0000000000000000000000000000000000000000
--- a/lib/http_forward.js
+++ /dev/null
@@ -1,110 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-url = require('url'),
-http = require('http'),
-https = require('https'),
-logger = require('./logging.js').logger,
-querystring = require('querystring');
-
-var global_forward_timeout = undefined;
-
-exports.setTimeout = function(to) {
-  if (typeof to != 'number') throw "setTimeout expects a numeric argument";
-  global_forward_timeout = to;
-};
-
-exports.forward = function(dest, req, res, cb) {
-  var _cb = cb;
-  var requestTimeout = undefined;
-  cb = function() {
-    if (requestTimeout) clearTimeout(requestTimeout);
-    if (_cb) _cb.apply(null, arguments);
-  }
-
-  function cleanupReq() {
-    if (preq) {
-      preq.removeAllListeners();
-      preq.destroy();
-      preq = undefined;
-    }
-  }
-
-  var u = url.parse(dest.toString());
-
-  var m = u.protocol === 'http:' ? http : https;
-
-  var preq = m.request({
-    host: u.hostname,
-    port: u.port,
-    path: u.path,
-    method: req.method,
-    agent: false
-  }, function(pres) {
-
-    res.statusCode = pres.statusCode;
-
-    // forward necessary headers
-    ['Content-Type', 'Content-Length', 'Set-Cookie', 'Vary', 'Cache-Control', 'ETag', 'X-Frame-Options', 'Location', 'Access-Control-Allow-Origin']
-      .forEach(function (header) {
-        if (pres.headers.hasOwnProperty(header.toLowerCase())) {
-          res.setHeader(header, pres.headers[header.toLowerCase()]);
-        }
-      });
-
-    pres.on('data', function (chunk) {
-      res.write(chunk);
-    }).on('end', function() {
-      res.end();
-      pres.removeAllListeners();
-      pres.destroy();
-      pres = undefined;
-      cleanupReq();
-      cb();
-    });
-  }).on('error', function(e) {
-    cleanupReq();
-    cb(e);
-  });
-
-  if (global_forward_timeout) {
-    requestTimeout = setTimeout(function() { preq.destroy(); }, global_forward_timeout);
-  }
-
-  if (req.headers['content-type']) {
-    preq.setHeader('Content-Type', req.headers['content-type']);
-  }
-
-  // forward cookies
-  if (req.headers['cookie']) {
-    preq.setHeader('Cookie', req.headers['cookie']);
-  }
-
-  // forward header
-  if (req.headers['accept-language']) {
-    preq.setHeader('Accept-Language', req.headers['accept-language']);
-  }
-  if (req.headers['if-none-match']) {
-    preq.setHeader('If-None-Match', req.headers['if-none-match']);
-  }
-
-  if (req.headers['user-agent'] && '/wsapi/interaction_data' === req.path) {
-    preq.setHeader('User-Agent', req.headers['user-agent']);
-  }
-
-  // if the body has already been parsed, we'll write it
-  if (req.body) {
-    var data;
-    if (req.headers['content-type'].indexOf('application/json') === 0) data = JSON.stringify(req.body);
-    else data = querystring.stringify(req.body);
-    preq.setHeader('content-length', Buffer.byteLength(data));
-    preq.write(data);
-    preq.end();
-  } else {
-    req.on('data', function(chunk) { preq.write(chunk) })
-      .on('end', function() { preq.end() });
-  }
-  logger.info("forwarding request: " + req.url + " -> " + dest);
-};
diff --git a/lib/httputils.js b/lib/httputils.js
deleted file mode 100644
index cbc7a8c655f5fce4a18abd4a1bf0be9f1bee903f..0000000000000000000000000000000000000000
--- a/lib/httputils.js
+++ /dev/null
@@ -1,45 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// various little utilities to make crafting boilerplate responses
-// simple
-
-function sendResponse(resp, content, reason, code) {
-  if (content) {
-    if (reason) content += ": " + reason;
-  } else if (reason) {
-    content = reason;
-  } else {
-    content = "";
-  }
-  resp.send(content, {"Content-Type": "text/plain"}, code);
-}
-
-exports.notFound = function(resp, reason) {
-  sendResponse(resp, "Not Found", reason, 404);
-};
-
-exports.serverError = function(resp, reason) {
-  sendResponse(resp, "Server Error", reason, 500);
-};
-
-exports.serviceUnavailable = function(resp, reason) {
-  sendResponse(resp, "Service Unavailable", reason, 503);
-};
-
-exports.authRequired = function(resp, reason) {
-  sendResponse(resp, "Authentication Required", reason, 401);
-};
-
-exports.badRequest = function(resp, reason) {
-  sendResponse(resp, "Bad Request", reason, 400);
-};
-
-exports.forbidden = function(resp, reason) {
-  sendResponse(resp, "Forbidden", reason, 403);
-};
-
-exports.throttled = function(resp, reason) {
-  sendResponse(resp, "Too Many Requests", reason, 429);
-};
diff --git a/lib/i18n.js b/lib/i18n.js
deleted file mode 100644
index 7989c58936869bacb9536ce6a67473c9b3a2735d..0000000000000000000000000000000000000000
--- a/lib/i18n.js
+++ /dev/null
@@ -1,260 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/*
- * i18n-abide
- *
- * This module abides by the user's language preferences and makes it
- * available throughout the app.
- *
- * This module abides by the Mozilla L10n way of doing things.
- *
- * The module abides.
- *
- * See docs/I18N.md for details.
- */
-
-var logger = require('./logging.js').logger,
-    path = require('path'),
-    util = require('util'),
-    fs = require('fs'),
-    gobbledygook = require('gobbledygook');
-
-// existsSync moved from path in 0.6.x to fs in 0.8.x
-if (typeof fs.existsSync === 'function') {
-  var existsSync = fs.existsSync;
-} else {
-  var existsSync = path.existsSync;
-}
-
-const BIDI_RTL_LANGS = ['ar', 'fa', 'he'];
-
-var translations = {};
-
-/**
- * Connect middleware which is i18n aware.
- *
- * Usage:
-  app.use(i18n.abide({
-    supported_languages: ['en-US', 'fr', 'pl'],
-    default_lang: 'en-US',
-  }));
- *
- * Other valid options: gettext_alias, ngettext_alias
- */
-exports.abide = function (options) {
-  if (! options.gettext_alias)          options.gettext_alias = 'gettext';
-  if (! options.supported_languages)    options.supported_languages = ['en-US'];
-  if (! options.default_lang)           options.default_lang = 'en-US';
-  if (! options.debug_lang)             options.debug_lang = 'it-CH';
-  if (! options.disable_locale_check)   options.disable_locale_check = false;
-  if (! options.translation_directory)  options.i18n_json_dir = 'l10n/';
-
-  var json_dir = path.resolve(
-          path.join(__dirname, '..'),
-          path.join(options.translation_directory));
-
-  var debug_locale = localeFrom(options.debug_lang);
-
-  options.supported_languages.forEach(function (lang, i) {
-    // ignore .json files for default and debug languages
-    if (options.default_lang == lang || options.debug_lang == lang) return;
-
-    var l = localeFrom(lang);
-
-    try {
-      // populate the in-memory translation cache with client.json, which contains
-      // strings relevant on the server
-
-      // XXX: these files should be json.  not javascript.
-      var json_locale_data; // for jshint
-      eval(fs.readFileSync(path.join(json_dir, l, 'messages.json')).toString());
-      translations[l] = json_locale_data.messages;
-
-      // verify that client.json is present
-      if (!existsSync(path.join(json_dir, l, 'client.json'))) {
-        throw 'client.json';
-      }
-    } catch(e) {
-      // an exception here means that there was a problem with the translation files for
-      // this locale!
-      var msg = util.format('Bad locale=[%s] missing .json files in [%s]. See locale/README (%s)',
-                            l, path.join(json_dir, l), e);
-      if (!options.disable_locale_check) {
-        logger.warn(msg);
-      } else {
-        logger.error(msg);
-        throw msg;
-      }
-    }
-  });
-
-  return function(req, resp, next) {
-    var langs = parseAcceptLanguage(req.headers['accept-language']),
-        lang_dir,
-        lang = bestLanguage(langs, options.supported_languages,
-                            options.default_lang),
-        debug_lang = options.debug_lang.toLowerCase(),
-        locale;
-
-    resp.local('lang', lang);
-
-    // BIDI support, which direction does text flow?
-    lang_dir = ((BIDI_RTL_LANGS.indexOf(lang) >= 0) || debug_lang == lang.toLowerCase()) ? 'rtl' : 'ltr';
-    resp.local('lang_dir', lang_dir);
-    req.lang = lang;
-
-    locale = localeFrom(lang);
-
-    resp.local('locale', locale);
-    req.locale = locale;
-
-    resp.local('format', format);
-    req.format = format;
-
-    var gt;
-
-    if (lang.toLowerCase() === debug_lang) {
-      gt = gobbledygook;
-      resp.local('lang', 'db-LB');
-    } else if (translations[locale]) {
-      gt = function(sid) {
-        if (translations[locale][sid] && translations[locale][sid][1].length) {
-          sid = translations[locale][sid][1];
-        }
-        return sid;
-      };
-    } else {
-      gt = function(a) { return a; }
-    }
-    resp.local(options.gettext_alias, gt);
-    req.gettext = gt;
-
-    next();
-  };
-};
-function qualityCmp(a, b) {
-  if (a.quality == b.quality) {
-    return 0;
-  } else if (a.quality < b.quality) {
-    return 1;
-  } else {
-    return -1;
-  }
-};
-
-/**
- * Parses the HTTP accept-language header and returns a
- * sorted array of objects. Example object:
- * {
- *   lang: 'pl', quality: 0.7
- * }
- */
-var parseAcceptLanguage = exports.parseAcceptLanguage = function (header) {
-    // pl,fr-FR;q=0.3,en-US;q=0.1
-    if (! header || ! header.split) {
-      return [];
-    }
-    var raw_langs = header.split(',');
-    var langs = raw_langs.map(function (raw_lang) {
-      var parts = raw_lang.split(';');
-      var q = 1;
-      if (parts.length > 1 && parts[1].indexOf('q=') == 0) {
-          var qval = parseFloat(parts[1].split('=')[1]);
-          if (isNaN(qval) === false) {
-            q = qval;
-          }
-      }
-      return { lang: parts[0].trim(), quality: q };
-    });
-    langs.sort(qualityCmp);
-    return langs;
-};
-
-
- // Given the user's prefered languages and a list of currently
- // supported languages, returns the best match or a default language.
- //
- // languages must be a sorted list, the first match is returned.
-var bestLanguage = exports.bestLanguage = function(languages, supported_languages, defaultLanguage) {
-  var lower = supported_languages.map(function (l) { return l.toLowerCase(); });
-  for(var i=0; i < languages.length; i++) {
-    var lq = languages[i];
-    if (lower.indexOf(lq.lang.toLowerCase()) !== -1) {
-      return lq.lang;
-    // Issue#1128 match locale, even if region isn't supported
-    } else if (lower.indexOf(lq.lang.slice(0, 2).toLowerCase()) !== -1) {
-      return lq.lang.slice(0, 2);
-    }
-  }
-  return defaultLanguage;
-};
-
-/**
- * Given a language code, return a locale code the OS understands.
- *
- * language: en-US
- * locale:   en_US
- */
-var localeFrom = exports.localeFrom = function (language) {
-  if (! language || ! language.split) {
-      return "";
-  }
-  var parts = language.split('-');
-  if (parts.length === 1) {
-    return parts[0].toLowerCase();
-  } else if (parts.length === 2) {
-    return util.format('%s_%s', parts[0].toLowerCase(), parts[1].toUpperCase());
-  } else if (parts.length === 3) {
-    // sr-Cyrl-RS should be sr_RS
-    return util.format('%s_%s', parts[0].toLowerCase(), parts[2].toUpperCase());
-  } else {
-    logger.error(util.format("Unable to map a local from language code [%s]", language));
-    return language;
-  }
-};
-
-/**
- * Given a locale code, return a language code
- */
-exports.languageFrom = function (locale) {
-  if (!locale || !locale.split) {
-    return "";
-  }
-  var parts = locale.split('_');
-  if (parts.length === 1) {
-    return parts[0].toLowerCase();
-  } else if (parts.length === 2) {
-    return util.format('%s-%s', parts[0].toLowerCase(), parts[1].toUpperCase());
-  } else if (parts.length === 3) {
-    // sr_RS should be sr-RS
-    return util.format('%s-%s', parts[0].toLowerCase(), parts[2].toUpperCase());
-  } else {
-    logger.error(util.format("Unable to map a language from locale code [%s]", locale));
-    return locale;
-  }
-}
-
-/**
- * format provides string interpolation on the client and server side.
- * It can be used with either an object for named variables, or an array
- * of values for positional replacement.
- *
- * Named Example:
- * format("%(salutation)s %(place)s", {salutation: "Hello", place: "World"});
- * Positional Example:
- * format("%s %s", ["Hello", "World"]);
- */
-var format = exports.format = function (fmt, obj, named) {
-  if (!fmt) return "";
-  if (Array.isArray(obj) || named === false) {
-    return fmt.replace(/%s/g, function(match){return String(obj.shift())});
-  } else if (typeof obj === 'object' || named === true) {
-    return fmt.replace(/%\(\s*([^)]+)\s*\)/g, function(m, v){
-      return String(obj[v]);
-    });
-  } else {
-    return fmt;
-  }
-};
diff --git a/lib/keysigner/ca.js b/lib/keysigner/ca.js
deleted file mode 100644
index e8ecf9208460511edf9bb887dca0a178953e7c50..0000000000000000000000000000000000000000
--- a/lib/keysigner/ca.js
+++ /dev/null
@@ -1,41 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// certificate authority
-
-var jwcrypto = require('jwcrypto'),
-    cert = jwcrypto.cert,
-    secrets = require('../secrets.js'),
-    logger = require('../logging.js').logger;
-
-// load up the right algorithms
-require("jwcrypto/lib/algs/rs");
-require("jwcrypto/lib/algs/ds");
-
-try {
-  const secret_key = secrets.loadSecretKey();
-  const public_key = secrets.loadPublicKey();
-} catch(e){
-  logger.error("can't read keys, exiting: " + e);
-  setTimeout(function() { process.exit(1); }, 0);
-}
-
-function parsePublicKey(serializedPK) {
-  return jwcrypto.loadPublicKey(serializedPK);
-}
-
-function certify(hostname, email, publicKey, expiration, cb) {
-  if (expiration == null)
-    return cb("expiration cannot be null");
-
-  cert.sign({publicKey: publicKey, principal: {email: email}},
-            {issuer: hostname, issuedAt: new Date(), expiresAt: expiration},
-            null,
-            secret_key, cb);
-}
-
-// exports, not the key stuff
-exports.certify = certify;
-exports.parsePublicKey = parsePublicKey;
-exports.PUBLIC_KEY = public_key;
diff --git a/lib/keysigner/keysigner-compute.js b/lib/keysigner/keysigner-compute.js
deleted file mode 100644
index 39e761756dd554998fc83a238f8c0c0454033e88..0000000000000000000000000000000000000000
--- a/lib/keysigner/keysigner-compute.js
+++ /dev/null
@@ -1,26 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-ca = require('./ca.js');
-
-process.on('message', function(m) {
-  try {
-    // parse the pubkey
-    var pk = ca.parsePublicKey(m.pubkey);
-
-    // same account, we certify the key
-    // we certify it for a day for now
-    var expiration = new Date();
-    expiration.setTime(new Date().valueOf() + m.validityPeriod);
-    ca.certify(m.hostname, m.email, pk, expiration, function(err, cert) {
-      if (err)
-        return process.send({"error": err});
-        
-      process.send({"success": cert});
-    });
-  } catch(e) {
-    process.send({"error": e ? e.toString() : "unknown"});
-  }
-});
diff --git a/lib/load_gen/activities/add_email.js b/lib/load_gen/activities/add_email.js
deleted file mode 100644
index 9e240d8f6ef86541e6d3689ec8dd945940917274..0000000000000000000000000000000000000000
--- a/lib/load_gen/activities/add_email.js
+++ /dev/null
@@ -1,119 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* this file is the "add_email" activity, which simulates the process of a
- * user with an active session adding a new email with browserid. */
-
-const
-wcli = require("../../wsapi_client.js"),
-userdb = require("../user_db.js"),
-winston = require('winston'),
-common = require('../common.js');
-
-exports.startFunc = function(cfg, cb) {
-  // 1. RP includes include.js
-  // 2. session_context is called
-  // 3. list_emails is called
-  // 4. stage_email is called
-  // 5. email_addition_status is invoked some number of times while the dialog polls
-  // 6. landing page is loaded:
-  //   6a. session_context
-  //   6b. complete_email_confirmation
-  // 7. email_addition_status returns 'complete'
-  // 8. a key is generated and added
-
-  // first let's get an existing user
-  var user = userdb.getExistingUser();
-
-  if (!user) {
-    winston.warn("can't achieve desired concurrency!  not enough users!");
-    return cb("not enough users");
-  }
-
-  // user will be "released" once we're done with her.
-  cb = (function() {
-    var _cb = cb;
-    return function(x) {
-      if (x) userdb.removeLastEmailFromUser(user);
-      userdb.releaseUser(user);
-      _cb(x);
-    };
-  })();
-
-  // pick one of the user's devices that we'll use
-  var context = userdb.any(user.ctxs);
-
-  // pick one of the user's emails that we'll use
-  var email = userdb.addEmailToUser(user);
-
-  var origin = userdb.any(user.sites);
-
-  common.auth(cfg, user, context, user.emails[0], function(err) {
-    if (err) return cb(err);
-    // stage them
-    wcli.post(cfg, '/wsapi/stage_email', context, {
-      email: email,
-      site: userdb.any(user.sites)
-    }, function (err, r) {
-      if (err) return cb(err);
-      if (!r || r.code !== 200) {
-        var msg = 'failed to add email: ' + email + ' to existing user ' +
-          user.emails[0];
-        winston.error(msg);
-        return cb(msg);
-      }
-      // now get the verification secret
-      wcli.get(cfg, '/wsapi/fake_verification', context, {
-        email: email
-      }, function (err, r) {
-        if (err) return cb(err);
-        if (!r || r.code !== 200) {
-          var err ='failed to fetch verification token for email: ' + email;
-          winston.error(err);
-          return cb(err);
-        }
-        var token = r.body;
-
-        // and simulate clickthrough
-        wcli.post(cfg, '/wsapi/complete_email_confirmation', context, {
-          token: token
-        }, function (err, r) {
-          try {
-            if (err) throw err;
-            if (r.code !== 200) throw "bad response code";
-            if (JSON.parse(r.body).success !== true) throw "success?  no.";
-          } catch (e) {
-            var err = 'failed to complete email addition for: ' + email + ' (' + token + '): ' + e.toString();
-            winston.error(err);
-            return cb(err);
-          }
-
-          // and now we should call registration status to complete the
-          // process
-          wcli.get(cfg, '/wsapi/email_addition_status', context, {
-            email: email
-          }, function(err, r) {
-            try {
-              if (err) throw err;
-              if (r.code !== 200) throw "bad response code";
-              if (JSON.parse(r.body).status !== 'complete') throw "addition not complete?  wrong: " + r.body;
-            } catch(e) {
-              var err = "registration_status failed during signup: " + e.toString();
-              winston.error(err);
-              return cb(err);
-            }
-
-            // now generate a key
-            common.authAndKey(cfg, user, context, email, function(err) {
-              if (err) return cb(err);
-              common.genAssertionAndVerify(cfg, user, context, email, origin, function(err) {
-                cb(err);
-              });
-            });
-          });
-        });
-      });
-    });
-  });
-};
diff --git a/lib/load_gen/activities/change_pass.js b/lib/load_gen/activities/change_pass.js
deleted file mode 100644
index 882f1631aea6958ade812610f449e2c20dc45595..0000000000000000000000000000000000000000
--- a/lib/load_gen/activities/change_pass.js
+++ /dev/null
@@ -1,57 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* this file is the "signin" activity, which simulates the process of a user
- * with an existing browserid account and existing authentication material
- * signin into a site. */
-
-const
-wcli = require("../../wsapi_client.js"),
-userdb = require("../user_db.js"),
-winston = require('winston'),
-crypto = require('../crypto'),
-common = require('../common');
-
-exports.startFunc = function(cfg, cb) {
-  var user = userdb.getExistingUser();
-
-  if (!user) {
-    winston.warn("can't achieve desired concurrency!  not enough users!");
-    return cb("not enough users");
-  }
-
-  // unlock the user when we're done with them
-  cb = (function() {
-    var _cb = cb;
-    return function(x) {
-      userdb.releaseUser(user);
-      _cb(x);
-    };
-  })();
-
-  // pick one of the user's emails that we'll use
-  var email = userdb.any(user.emails);
-
-  // pick one of the user's devices that we'll use
-  var context = userdb.any(user.ctxs);
-
-  var origin = userdb.any(user.sites);
-
-  // establish session context and authenticate if needed
-  common.auth(cfg, user, context, email, function(err) {
-    if (err) return cb(err);
-    wcli.post(cfg, '/wsapi/update_password', context, {
-      oldpass: user.password,
-      newpass: user.password
-    }, function (err, r) {
-      try {
-        if (err) throw err;
-        if (r && r.code === 503) return cb("server is too busy");
-        cb(JSON.parse(r.body).success === true ? undefined : "password update failed");
-      } catch(e) {
-        cb("password update failed: " + e.toString());
-      }
-    });
-  });
-};
diff --git a/lib/load_gen/activities/include_only.js b/lib/load_gen/activities/include_only.js
deleted file mode 100644
index 3a123907c0d37d7f7eb3efc73e3b37fee553f3d1..0000000000000000000000000000000000000000
--- a/lib/load_gen/activities/include_only.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* this file is the "include_only" activity, which simulates the load
- * of an RP including include.js. */
-
-var
-http = require('http'),
-https = require('https'),
-url = require('url'),
-client = require('../../wsapi_client.js');
-
-exports.startFunc = function(cfg, cb) {
-  client.get(cfg, '/include.js', {}, undefined, function(err, r) {
-    if (err) {
-      cb(err);
-    } else if (!r || r.code !== 200) {
-      cb("for include.js fetch response code is not 200: " + (r ? r.code : "no response"));
-    } else {
-      // XXX: check the checksum of body?
-      cb();
-    }
-  });
-};
diff --git a/lib/load_gen/activities/reauth.js b/lib/load_gen/activities/reauth.js
deleted file mode 100644
index 0d493502d8f70c8fc4d88e41bc8fce683dd58587..0000000000000000000000000000000000000000
--- a/lib/load_gen/activities/reauth.js
+++ /dev/null
@@ -1,64 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* this file is the "reauth" activity, which simulates the process of a user
- * who has used browserid before signing into browserid inside the dialog and
- * picking an identity */
-
-const
-common = require("../common.js"),
-userdb = require("../user_db.js"),
-winston = require('winston'),
-wcli = require('../../wsapi_client.js');
-
-exports.startFunc = function(cfg, cb) {
-  // 1. RP includes include.js
-  // 2. users' browser loads all code associated with dialog
-  // 3. in page javascript calls CSRF to get a CSRF token
-  // 4. /wsapi/authenticate_user is called once the user enters credentials
-  // 5. /wsapi/sync_emails is called from the client to get a list of all emails
-  //    that are verified for the user
-  // 6. /wsapi/set_key is called once per email from the client to inform the server
-  //    of the user's public keys (XXX: this should be lazy and only do the email that
-  //    the user is using, further this will change once we move to certificates)
-  // 7. the RP will call /verify to verify a generated assertion
-
-  // first let's get an existing user
-  var user = userdb.getExistingUser();
-
-  if (!user) {
-    winston.warn("can't achieve desired concurrency!  not enough users!");
-    return cb("concurrency error");
-  }
-
-  // user will be "released" once we're done with her.
-  cb = (function() {
-    var _cb = cb;
-    return function(x) {
-      userdb.releaseUser(user);
-      _cb(x);
-    };
-  })();
-
-  // pick one of the user's emails that we'll use
-  var email = userdb.any(user.emails);
-
-  // pick one of the user's devices that we'll use
-  var context = userdb.any(user.ctxs);
-
-  // clear cookies from this context (we're going to log in again)
-  wcli.clearCookies(context);
-  if (context.session && context.session.authenticated)
-    context.session.authenticated = false;
-
-  var origin = userdb.any(user.sites);
-
-  // establish session context and authenticate if needed
-  common.authAndKey(cfg, user, context, email, function(err) {
-    if (err) return cb(err);
-    common.genAssertionAndVerify(cfg, user, context, email, origin, function(err) {
-      cb(err);
-    });
-  });
-};
diff --git a/lib/load_gen/activities/reset_pass.js b/lib/load_gen/activities/reset_pass.js
deleted file mode 100644
index 100f134865e477ad7bd063e819af62552b043b2e..0000000000000000000000000000000000000000
--- a/lib/load_gen/activities/reset_pass.js
+++ /dev/null
@@ -1,104 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* this file is the "reset_pass" activity, which simulates the process of a
- * user resetting their password. */
-
-const
-wcli = require("../../wsapi_client.js"),
-userdb = require("../user_db.js"),
-winston = require('winston'),
-common = require('../common');
-
-exports.startFunc = function(cfg, cb) {
-
-  var origUser = userdb.getExistingUser();
-
-  if (!origUser) {
-    winston.warn("can't achieve desired concurrency!  not enough users!");
-    return cb("not enough users");
-  }
-
-  var user = origUser;
-
-  var newUser;
-  if (user.emails.length > 1) {
-    user = newUser = userdb.splitUser(user);
-  }
-
-  // unlock the user when we're done with them
-  cb = (function() {
-    var _cb = cb;
-    return function(x) {
-      // if the request is successful, and we split off a new user,
-      // then lets add them to the database
-      if (!x && newUser) userdb.addNewUser(newUser);
-      userdb.releaseUser(origUser);
-      _cb(x);
-    };
-  })();
-
-  // if we did not split a user, we are going to change the user's uid
-  // out from under them.  this means we should clear all authenticated
-  // sessions, lest they remain authenticated as the old uid.
-  if (!newUser) userdb.clearContexts(user);
-
-  // now everything is identical to the signup flow
-  // pick a device context at random
-  var context = userdb.any(user.ctxs);
-
-  // pick an email address to operate on (there should really be
-  // only one at this point)
-  var email = userdb.any(user.emails);
-
-  var origin = userdb.any(user.sites);
-
-  // staging a user will log you out!  let's clear the authenticated bit
-  if (context && context.session && context.session.authenticated) {
-    context.session.authenticated = false;
-  }
-
-  // stage them
-  wcli.post(cfg, '/wsapi/stage_user', context, {
-    email: email,
-    pass: user.password,
-    site: userdb.any(user.sites)
-  }, function (err, r) {
-    if (err) return cb(err);
-    if (!r || r.code !== 200) return cb("non 200 response");
-
-    // now get the verification secret
-    wcli.get(cfg, '/wsapi/fake_verification', context, {
-      email: email
-    }, function (err, r) {
-      if (err) return cb(err);
-      if (!r || r.code !== 200) return cb("can't get verification secret: non 200 response");
-
-      // and simulate clickthrough
-      wcli.post(cfg, '/wsapi/complete_user_creation', context, {
-        token: r.body
-      }, function (err, r) {
-        if (err) {
-          return cb(err);
-        } else if (r && r.code === 503) {
-          return cb("server is too busy");
-        } else if (!r || r.code !== 200) {
-          return cb("failed to complete user creation");
-        }
-        try {
-          if (JSON.parse(r.body).success !== true) throw "failed";
-        } catch(e) {
-          return cb("failed to complete user creation (body doesn't have .success === true)");
-        }
-        // and now let's log in with this email address
-        common.authAndKey(cfg, user, context, email, function(err) {
-          if (err) return cb(err);
-          common.genAssertionAndVerify(cfg, user, context, email, origin, function(err) {
-            cb(err);
-          });
-        });
-      });
-    });
-  });
-};
diff --git a/lib/load_gen/activities/signin.js b/lib/load_gen/activities/signin.js
deleted file mode 100644
index 9e791fb962f18ace5a0846a46cfbe9be1bb8cf69..0000000000000000000000000000000000000000
--- a/lib/load_gen/activities/signin.js
+++ /dev/null
@@ -1,56 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* this file is the "signin" activity, which simulates the process of a user
- * with an existing browserid account and existing authentication material
- * signin into a site. */
-
-const
-wcli = require("../../wsapi_client.js"),
-userdb = require("../user_db.js"),
-winston = require('winston'),
-crypto = require('../crypto'),
-common = require('../common');
-
-exports.startFunc = function(cfg, cb) {
-
-  // sign in when authentication material exists.
-  //
-  // 1. session context called
-  // 2. list_emails called (always at dialog load time)
-  // 3. assertion generated on the client
-  // 4. /verify called to verify the assertion
-
-  var user = userdb.getExistingUser();
-
-  if (!user) {
-    winston.warn("can't achieve desired concurrency!  not enough users!");
-    return cb("not enough users");
-  }
-
-  // unlock the user when we're done with them
-  cb = (function() {
-    var _cb = cb;
-    return function(x) {
-      userdb.releaseUser(user);
-      _cb(x);
-    };
-  })();
-
-  // pick one of the user's emails that we'll use
-  var email = userdb.any(user.emails);
-
-  // pick one of the user's devices that we'll use
-  var context = userdb.any(user.ctxs);
-
-  var origin = userdb.any(user.sites);
-
-  // establish session context and authenticate if needed
-  common.authAndKey(cfg, user, context, email, function(err) {
-    if (err) return cb(err);
-    common.genAssertionAndVerify(cfg, user, context, email, origin, function(err) {
-      cb(err);
-    });
-  });
-};
diff --git a/lib/load_gen/activities/signup.js b/lib/load_gen/activities/signup.js
deleted file mode 100644
index 51b0678b28bf5f21033699a6cbe1eb03be279a71..0000000000000000000000000000000000000000
--- a/lib/load_gen/activities/signup.js
+++ /dev/null
@@ -1,98 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-wcli = require("../../wsapi_client.js"),
-userdb = require("../user_db.js"),
-winston = require('winston'),
-common = require('../common');
-
-/* this file is the "signup" activity, which simulates the process of a new user
- * signing up for browserid. */
-exports.startFunc = function(cfg, cb) {
-
-  // A new user signing up for browserid looks like this in terms of
-  // network transactions:
-  //
-  // 1. RP includes include.js
-  // 2. users' browser loads all code associated with dialog
-  // 3. in page javascript calls /wsapi/session_context to get a CSRF token
-  // 4. /wsapi/have_email is called some number of times to give feedback as the
-  //    user types in their email address
-  // 5. /wsapi/stage_user is called to stage the user for creation when the
-  //    user clicks "continue" after having chosen a password
-  // 6. /wsapi/user_creation_status is called once for each second it takes the
-  //    user to go to their email and click on the verification link
-  // 6.5. in the load testing environment, we make a call to the server to get
-  //    the email verification token
-  // 7. /wsapi/email_for_token is called (by the landing page)
-  // 8. /wsapi/session_context is called again (by the landing page)
-  // 9. /wsapi/complete_user_creation is called (by the landing page)
-  // 10. /wsapi/cert_key is called by the dialog
-  // 11. /verify is invoked
-
-  // get a user
-  var user = userdb.getNewUser();
-
-  if (!user) {
-    winston.error(".getNewUser() should *never* return undefined!");
-    process.exit(1);
-  }
-
-  // unlock the user when we're done with them
-  cb = (function() {
-    var _cb = cb;
-    return function(x) {
-      if (!x) userdb.addNewUser(user);
-      _cb(x);
-    };
-  })();
-
-  // pick a device context at random
-  var context = userdb.any(user.ctxs);
-
-  // pick an email address to operate on (there should really be
-  // only one at this point
-  var email = userdb.any(user.emails);
-
-  var origin = userdb.any(user.sites);
-
-  // stage them
-  wcli.post(cfg, '/wsapi/stage_user', context, {
-    email: email,
-    site: userdb.any(user.sites),
-    pass: user.password
-  }, function (err, r) {
-    if (err) return cb(err);
-    if (r.code !== 200) return cb("can't stage user, non-200 response: " + r.code);
-    // now get the verification secret
-    wcli.get(cfg, '/wsapi/fake_verification', context, {
-      email: email
-    }, function (err, r) {
-      if (err) return cb(err);
-      if (r.code !== 200) return cb("can't get verification secret: " + r.code);
-      // and simulate clickthrough
-      wcli.post(cfg, '/wsapi/complete_user_creation', context, {
-        token: r.body
-      }, function (err, r) {
-        try {
-          if (err) throw err;
-          r.body = JSON.parse(r.body);
-          if (r.code !== 200 || r.body.success !== true) {
-            throw "non-success" + (r.body && r.body.reason ? " (" + r.body.reason + ")" : "");
-          }
-        } catch(e) {
-          return cb("failed to complete user creation: " + e);
-        }
-        // and now let's log in with this email address
-        common.authAndKey(cfg, user, context, email, function(err) {
-          if (err) return cb(err);
-          common.genAssertionAndVerify(cfg, user, context, email, origin, function(err) {
-            cb(err);
-          });
-        });
-      });
-    });
-  });
-};
diff --git a/lib/load_gen/common.js b/lib/load_gen/common.js
deleted file mode 100644
index ae64681616cc1b80b85b268d105320dfb4d74048..0000000000000000000000000000000000000000
--- a/lib/load_gen/common.js
+++ /dev/null
@@ -1,113 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// some common procedures.
-
-const
-wcli = require("../wsapi_client.js"),
-userdb = require("./user_db.js"),
-crypto = require("./crypto.js");
-
-exports.auth = function(cfg, user, ctx, email, cb) {
-  if (ctx.session && ctx.session.authenticated) {
-    cb();
-  } else {
-    wcli.post(
-      cfg, '/wsapi/authenticate_user', ctx,
-      { email: email, pass: user.password, ephemeral: false },
-      function(err, r) {
-        try {
-          if (err) throw err;
-          if (JSON.parse(r.body).success !== true) {
-            throw "non-success response " + r.code + (r.body ? (" - " + r.body) : "");
-          }
-          ctx.session.authenticated = true;
-          cb();
-        } catch (e) {
-          cb("can't authenticate: " + e);
-        }
-      }
-    );
-  }
-};
-
-exports.authAndKey = function(cfg, user, ctx, email, cb) {
-  function genKey(cb) {
-    if (ctx.keys && ctx.keys[email]) {
-      cb();
-    } else {
-      var keypair = userdb.addKeyToUserCtx(ctx, email);
-        // and now let's certify the pubkey
-        wcli.post(cfg, '/wsapi/cert_key', ctx, {
-          email: email,
-          pubkey: keypair.publicKey.serialize(),
-          ephemeral: false
-        }, function(err, resp) {
-          try {
-            if (err) throw err;
-            if (resp.code !== 200) throw "non-200 status: " + resp.code +
-              " - " + resp.body;
-            if (typeof resp.body !== 'string') throw cb("no response body");
-            userdb.addCertToUserCtx(ctx, email, resp.body);
-            cb();
-          } catch(e) {
-            cb("can't certify key" + (e ? (": " + e.toString()) : ""));
-          }
-        });
-    }
-  };
-
-  exports.auth(cfg, user, ctx, email, function(err) {
-    if (err) return cb(err);
-    genKey(cb);
-  });
-};
-
-exports.genAssertionAndVerify = function(cfg, user, ctx, email, audience, cb) {
-  // assume server time is different from local time, and simulate what
-  // the web client does (calculates local delta from session creation time, and
-  // adds that to server time)
-  var t = new Date(((new Date()).getTime() - ctx.sessionStartedAt) + ctx.session.server_time);
-
-  wcli.get(cfg, '/wsapi/list_emails', ctx, undefined, function (err, r) {
-    // just verify that we got a JSON object, we don't care about
-    // the contents so much
-    try {
-      if (err) throw err;
-      if (typeof JSON.parse(r.body) !== 'object') {
-        throw 'response is not a JSON object: ' + r.body;
-      }
-    } catch(e) {
-      return cb(e.toString() + (r ? (" - " + r.body) : ""));
-    }
-
-    crypto.getAssertion({
-      now: t,
-      secretKey: ctx.keys[email].keyPair.secretKey,
-      cert: ctx.keys[email].cert,
-      audience: audience,
-      email: email
-    }, function(err, assertion) {
-      if (err) {
-        return cb("error getting assertion: " + err);
-      }
-
-      wcli.post(cfg, '/verify', {}, {
-        audience: assertion.audience,
-        assertion: assertion.assertion
-      }, function (err, r) {
-        try {
-          if (err) throw err;
-          if (r.code !== 200) throw "non-200 status: " + r.code;
-          var body = JSON.parse(r.body);
-          if (body.status !== 'okay') throw "verification failed with: " + body.reason;
-          cb(undefined);
-        } catch(e) {
-          return cb("can't verify: " + e.toString());
-        }
-      });
-    });
-  });
-};
-
diff --git a/lib/load_gen/crypto.js b/lib/load_gen/crypto.js
deleted file mode 100644
index 6429f9c52ea492fb598c3e9a02c59fe5c8b0e617..0000000000000000000000000000000000000000
--- a/lib/load_gen/crypto.js
+++ /dev/null
@@ -1,92 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// a little tiny task focused wrapper around the excellent api exposed by
-// jwcrypto
-
-const
-userDB = require('./user_db.js'),
-jwcrypto = require('jwcrypto');
-
-// load algorithms
-require("jwcrypto/lib/algs/rs");
-require("jwcrypto/lib/algs/ds");
-
-const NUM_KEYPAIRS = 5;
-
-var keyPairs = [];
-
-exports.init = function(cb) {
-  process.stdout.write("generating " + NUM_KEYPAIRS +
-                       " keypairs to be (re)used during load generation: ");
-  function next() {
-    if (keyPairs.length < NUM_KEYPAIRS) {
-      jwcrypto.generateKeypair(
-        {algorithm: "DS", keysize: 256},
-        function(err, kp) {
-          if (err) return cb(err);
-          keyPairs.push(kp);
-          process.stdout.write(".");
-          next();
-        });
-    } else {
-      process.stdout.write("\n");
-      cb(null);
-    }
-  }
-  next();
-};
-
-exports.getKeyPair = function() {
-  return userDB.any(keyPairs);
-};
-
-var assertions = [];
-
-exports.getAssertion = function(obj, cb) {
-  // we can memoize here, returning existing assertions to reduce
-  // compute cost of loadgen client, to simulate more load on servers
-
-  // this is a synthetic benchmark and for assertions we don't really care
-  // what email or RP is associated with the assertion, just that
-  // it applies load.
-
-  function genAssertion(cb) {
-    var expirationDate = new Date(obj.now.getTime() + (2 * 60 * 1000));
-    jwcrypto.assertion.sign(
-      {},
-      {
-        audience: obj.audience,
-        expiresAt: expirationDate
-      }, obj.secretKey, function(err, signedAssertion) {
-        if (err) cb(err);
-        else {
-          var assertion = jwcrypto.cert.bundle(obj.cert, signedAssertion);
-          cb(null, {
-            audience: obj.audience,
-            assertion: assertion,
-            expirationDate: expirationDate
-          });
-        }
-      });
-  }
-
-  if (assertions.length >= 30) {
-    var which = Math.floor(Math.random()*30)
-    var assertion = assertions[which];
-    // consider assertions which expire in the next minute stale
-    if ((assertion.expirationDate - new Date()) < (60 * 1000)) {
-      assertions.splice(which, 1);
-    } else {
-      return process.nextTick(function() {
-        return cb(null, assertion);
-      });
-    }
-  }
-
-  genAssertion(function(err, a) {
-    assertions.push(a);
-    cb(err, a);
-  });
-};
diff --git a/lib/load_gen/user_db.js b/lib/load_gen/user_db.js
deleted file mode 100644
index 93bd573650ddefcdbccc6492d1ade1ac1d6b9ead..0000000000000000000000000000000000000000
--- a/lib/load_gen/user_db.js
+++ /dev/null
@@ -1,128 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* the "user database".  a little in-memory collection of users for the
- * purposes of performance testing. */
-
-const
-secrets = require('../secrets.js'),
-crypto = require("./crypto.js");
-
-// the grandiose database
-var users = [ ];
-
-exports.num = function() { return users.length; }
-
-function genEmail() {
-  return secrets.generate(16) + "@loadtest.domain";
-}
-
-// a little utilitiy function to get any one of an array of items
-exports.any = function (a) {
-  if (!Array.isArray(a)) throw "any may only be called on arrays";
-  return a[Math.floor(Math.random() * a.length)];
-}
-
-exports.getNewUser = function(email, password) {
-  // create and return a new user record
-  var user = {
-    // all users are "locked" upon creation to keep simultaneous
-    // and conflicting activities from being performed on the
-    // same user
-    locked: true,
-    // all users start with a single email address
-    emails: [ email || genEmail() ],
-    // a password of 10 chars
-    password: password || secrets.generate(10),
-    // and four sites that they visit
-    sites: [
-      'http://' + secrets.generate(8) + "." + secrets.generate(3),
-      'http://' + secrets.generate(8) + "." + secrets.generate(3),
-      'http://' + secrets.generate(8) + "." + secrets.generate(3),
-      'http://' + secrets.generate(8) + "." + secrets.generate(3)
-    ],
-    // and their device contexts (they have 2 devices on average)
-    // key material is device specific
-    ctxs: [
-      {
-        keys: {
-        }
-      },
-      {
-        keys: {
-        }
-      }
-    ]
-  };
-  return user;
-};
-
-exports.clearContexts = function(user) {
-  user.ctxs = [ { keys: { } }, { keys: { } } ];
-};
-
-exports.addNewUser = function(user) {
-  delete user.locked;
-  users.push(user);
-};
-
-var numLockedUsers = 0;
-
-exports.getExistingUser = function() {
-  if (!users.length) throw "can't get an existing user. there aren't any.  call getNewUser first.";
-  if (users.length === numLockedUsers) {
-    console.log("all users are locked!");
-    return undefined;
-  }
-  while (true) {
-    var u = exports.any(users);
-    if (!u.locked) {
-      u.locked = true;
-      numLockedUsers++;
-      return u;
-    }
-  }
-};
-
-exports.splitUser = function(user) {
-  if (!user.locked) throw "you can't split a user that's not in use!";
-  if (user.emails.length == 1) {
-    throw "you can't split a user with only one email";
-  } else {
-    // When splitting an account, always split off the *last* email.
-    // The *first* email may be associated with a pre-created account.
-    // see issue #681
-    var newuser = exports.getNewUser(user.emails.pop());
-    return newuser;
-  }
-};
-
-exports.releaseUser = function(user) {
-  if (!user.locked) throw "you can't release a user that's not in use!";
-  delete user.locked;
-  numLockedUsers--;
-};
-
-exports.addEmailToUser = function(user) {
-  var email = genEmail();
-  user.emails.push(email);
-  return email;
-};
-
-exports.removeLastEmailFromUser = function(user) {
-  user.emails.pop();
-};
-
-exports.addKeyToUserCtx = function(ctx, email) {
-  // this is simulated.  it will need to be real to apply load to
-  // the verifier, but that in turn will drastically increase the
-  // cost of the application of load.  ho hum.
-  var k = crypto.getKeyPair();
-  ctx.keys[email] = { keyPair: k };
-  return k;
-};
-
-exports.addCertToUserCtx = function(ctx, email, cert) {
-  ctx.keys[email].cert = cert;
-};
diff --git a/lib/logging.js b/lib/logging.js
deleted file mode 100644
index a67a01190cb2ca7f311f9718f4a9b453abb38b7a..0000000000000000000000000000000000000000
--- a/lib/logging.js
+++ /dev/null
@@ -1,63 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/*
- * A very thin wrapper around winston for general server logging.
- * Exports a winston Logger instance in exports.logger with several functions
- * corresponding to different log levels.  use it like this:
- *
- *     const logger = require('../libs/logging.js').logger;
- *     logger.debug("you can probably ignore this.  just for debugging.");
- *     logger.info("something happened, here's info about it!");
- *     logger.warn("this isn't good.  it's not a fatal error, but needs attention");
- *     logger.error("this isn't good at all.  I will probably crash soon.");
- */
-
-const
-winston = require("winston"),
-configuration = require("./configuration"),
-path = require('path'),
-fs = require('fs');
-
-// existsSync moved from path in 0.6.x to fs in 0.8.x
-if (typeof fs.existsSync === 'function') {
-  var existsSync = fs.existsSync;
-} else {
-  var existsSync = path.existsSync;
-}
-
-// go through the configuration and determine log location
-var log_path = path.join(configuration.get('var_path'), 'log');
-
-// simple inline function for creation of dirs
-function mkdir_p(p) {
-  if (!existsSync(p)) {
-    mkdir_p(path.dirname(p));
-    fs.mkdirSync(p, "0755");
-  }
-}
-
-mkdir_p(log_path);
-
-var filename = path.join(log_path, configuration.get('process_type') + ".log");
-
-exports.logger = new (winston.Logger)({
-  transports: [new (winston.transports.File)({
-    timestamp: function () { return new Date().toISOString() },
-    filename: filename,
-    colorize: true,
-    handleExceptions: true
-  })]
-});
-
-exports.enableConsoleLogging = function() {
-  exports.logger.add(winston.transports.Console, {
-    colorize: true,
-    handleExceptions: true
-  });
-};
-
-if (process.env['LOG_TO_CONSOLE']) exports.enableConsoleLogging();
-
-exports.logger.exitOnError = false;
diff --git a/lib/metrics.js b/lib/metrics.js
deleted file mode 100644
index eeabd14d8b73d72e75d1134f94926cd24433b646..0000000000000000000000000000000000000000
--- a/lib/metrics.js
+++ /dev/null
@@ -1,107 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/*
- * The metrics module is designed to report interesting events to a file.
- * Metrics files from different production servers can then be aggregated
- * and post processed to get an idea of the degree and ways that browserid is
- * being used by the world, to facilitate capacity planning and changes
- * to the software.
- *
- * NOTE: This is *not* a generic logging mechanism for low level events
- * interesting only to debug or assess the health of a server.
- *
- * DOUBLE NOTE: Sensitive information shouldn't be
- * reported through this mechanism, and it isn't necesary to do so given
- * we're after general trends, not specifics.
- */
-
-const
-winston = require("winston"),
-configuration = require("./configuration"),
-path = require('path'),
-fs = require('fs'),
-urlparse = require('urlparse');
-
-// existsSync moved from path in 0.6.x to fs in 0.8.x
-if (typeof fs.existsSync === 'function') {
-  var existsSync = fs.existsSync;
-} else {
-  var existsSync = path.existsSync;
-}
-
-// go through the configuration and determine log location
-// for now we only log to one place
-// FIXME: separate logs depending on purpose?
-
-var log_path = path.join(configuration.get('var_path'), 'log');
-var LOGGER;
-
-// simple inline function for creation of dirs
-function mkdir_p(p) {
-  if (!existsSync(p)) {
-    mkdir_p(path.dirname(p));
-    fs.mkdirSync(p, "0755");
-  }
-}
-
-function setupLogger() {
-  // don't create the logger if it already exists
-  if (LOGGER) return;
-
-  if (!log_path)
-    return console.log("no log path! Not logging!");
-  else
-    mkdir_p(log_path);
-
-  var filename = path.join(log_path, configuration.get('process_type') + "-metrics.json");
-  if (process.env.METRICS_LOG_FILE) {
-    filename = process.env.METRICS_LOG_FILE;
-  }
-
-  LOGGER = new (winston.Logger)({
-      transports: [new (winston.transports.File)({filename: filename})],
-      timestamp: function () { return new Date().toISOString() },
-    });
-}
-
-// entry is an object that will get JSON'ified
-exports.report = function(type, entry) {
-  // setup the logger if need be
-  setupLogger();
-
-  // allow convenient reporting of atoms by converting
-  // atoms into objects
-  if (entry === null || typeof entry !== 'object') entry = { msg: entry };
-  if (entry.type) throw "reported metrics may not have a `type` property, that's reserved";
-  entry.type = type;
-
-  // timestamp
-  if (entry.at) throw "reported metrics may not have an `at` property, that's reserved";
-  entry.at = new Date().toUTCString();
-
-  // if no logger, go to console (FIXME: do we really want to log to console?)
-  LOGGER.info(JSON.stringify(entry));
-};
-
-// utility function to log a bunch of stuff at user entry point
-exports.userEntry = function(req) {
-  var ipAddress = req.connection.remoteAddress;
-  if (req.headers['x-real-ip']) ipAddress = req.headers['x-real-ip'];
-
-  var referer = null;
-  try {
-    // don't log more than we need
-    referer = urlparse(req.headers['referer']).originOnly().toString();
-  } catch(e) {
-    // ignore malformed referrers.  just log null
-  }
-
-  exports.report('signin', {
-    browser: req.headers['user-agent'],
-    rp: referer,
-    // IP address (this probably needs to be replaced with the X-forwarded-for value
-    ip: ipAddress
-  });
-};
diff --git a/lib/primary.js b/lib/primary.js
deleted file mode 100644
index 15950051ccc4051ad1d25240446fba223da447e5..0000000000000000000000000000000000000000
--- a/lib/primary.js
+++ /dev/null
@@ -1,318 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// this file is an abstraction around "primary identity authority" support,
-// specifically checks and a cache to see if a primary supports browserid
-// natively.
-
-const
-https = require('https'),
-http = require('http'),
-logger = require('./logging.js').logger,
-urlparse = require('urlparse'),
-jwcrypto = require("jwcrypto"),
-config = require("./configuration.js"),
-secrets = require("./secrets.js");
-
-// alg
-require("jwcrypto/lib/algs/rs");
-require("jwcrypto/lib/algs/ds");
-
-const WELL_KNOWN_URL = "/.well-known/browserid";
-
-// Protect from stack overflows and network DDOS attacks
-const MAX_AUTHORITY_DELEGATIONS = 6;
-
-const HOSTNAME = urlparse(config.get('public_url')).host;
-
-var g_shim_cache = {};
-
-try {
-  const PUBLIC_KEY = secrets.loadPublicKey();
-  if (typeof PUBLIC_KEY !== 'object') throw "secrets.loadPublicKey() returns non-object, load failure";
-} catch(e){
-  logger.error("can't read public key, exiting: " + e);
-  setTimeout(function() { process.exit(1); }, 0);
-}
-
-// This becomes async
-function parseWellKnownBody(body, domain, delegates, cb) {
-  try {
-    var v = JSON.parse(body);
-  } catch(e) {
-    return process.nextTick(function() {
-      if (cb) cb("malformed declaration of support for '" + domain + "': " + e.toString());
-    });
-  }
-  const want = [ 'public-key', 'authentication', 'provisioning' ];
-
-  var got = [];
-  if (typeof v === 'object') {
-    got = Object.keys(v);
-  }
-  var bail = false;
-  got.forEach(function (k) {
-    if ('authority' === k) {
-      // Recursion
-      var dels = Object.keys(delegates);
-      if (delegates[domain] !== undefined) {
-        // return to break out of function, but callbacks are actual program flow
-        bail = true;
-        return cb("Circular reference in delegating authority " + JSON.stringify(delegates));
-      }
-      if (Object.keys(delegates).length > MAX_AUTHORITY_DELEGATIONS) {
-        bail = true;
-        return cb("Too many hops while delegating authority " + JSON.stringify(dels));
-      }
-      logger.debug(domain + ' is delegating to ' + v[k]);
-      // recurse into low level get /.well-known/browserid and parse again?
-      // If everything goes well, finally call our original callback
-      delegates[domain] = dels.length;
-      getWellKnown(v[k], delegates, function (err, nbody, ndomain, ndelegates) {
-        if (err) {
-          bail = true;
-          return cb(err);
-        }
-        parseWellKnownBody(nbody, ndomain, ndelegates, cb);
-      });
-      bail = true;;
-    }
-  });
-  if (bail) return;
-  var missing_keys = [];
-  want.forEach(function(k) {
-    if (-1 === got.indexOf(k)) {
-      missing_keys.push(k);
-      bail = true;
-    }
-  });
-  if (bail) {
-    return cb("missing required key: " + missing_keys.join(', '));
-  };
-
-  // Allow SHIMMED_PRIMARIES to change example.com into 127.0.0.1:10005
-  var url_prefix = 'https://' + domain;
-  if (g_shim_cache[domain]) {
-    url_prefix = g_shim_cache[domain].origin;
-  }
-
-  var urls = {
-    auth: url_prefix + v.authentication,
-    prov: url_prefix + v.provisioning,
-  };
-
-  // validate the urls
-  urlparse(urls.auth).validate();
-  urlparse(urls.prov).validate();
-
-  // parse the public key
-  return cb(null, {
-    publicKey: jwcrypto.loadPublicKeyFromObject(v['public-key']),
-    urls: urls
-  });
-}
-
-// Support "shimmed primaries" for local development.  That is an environment variable that is any number of
-// CSV values of the form:
-//  <domain>|<origin>|<path to .well-known/browserid>,
-// where 'domain' is the domain that we would like to shim.  'origin' is the origin to which traffic should
-// be directed, and 'path to .well-known/browserid' is a path to the browserid file for the domain
-//
-// defining this env var will pre-seed the cache so local testing can take place.  example:
-//
-// SHIMMED_PRIMARIES=eyedee.me|http://127.0.0.1:10005|example/primary/.well-known/browserid
-
-if (process.env['SHIMMED_PRIMARIES']) {
-  var shims = process.env['SHIMMED_PRIMARIES'].split(',');
-  shims.forEach(function(shim) {
-    var a = shim.split('|');
-    var domain = a[0], origin = a[1], path = a[2];
-    var body = require('fs').readFileSync(path);
-    g_shim_cache[domain] = {
-      origin: origin,
-      body: body
-    };
-    logger.info("inserted primary info for '" + domain + "' into cache, TODO point at '" + origin + "'");
-  });
-}
-
-var getWellKnown = function (domain, delegates, cb) {
-  // called when we fail to fetch well-known.  Looks in configuration for proxyidp
-  // configuration, if that exists, it's as if a delegation of authority existed.
-  function handleProxyIDP() {
-    if (config.has('proxy_idps')) {
-      var proxyIDPs = config.get('proxy_idps');
-      if (proxyIDPs.hasOwnProperty(domain)) {
-        var generatedBody = JSON.stringify({
-          authority: proxyIDPs[domain]
-        });
-        cb(null, generatedBody, domain, delegates);
-      } else {
-        cb(null, false, null);
-      }
-    } else {
-      cb(null, false, null);
-    }
-  }
-
-  function handleResponse(res) {
-    if (res.statusCode !== 200) {
-      logger.debug(domain + ' is not a browserid primary - non-200 response code to ' + WELL_KNOWN_URL);
-      return handleProxyIDP();
-    }
-    if (res.headers['content-type'].indexOf('application/json') !== 0) {
-      logger.debug(domain + ' is not a browserid primary - non "application/json" response to ' + WELL_KNOWN_URL);
-      return handleProxyIDP();
-    }
-
-    var body = "";
-    res.on('data', function(chunk) { body += chunk; });
-    res.on('end', function() {
-      cb(null, body, domain, delegates);
-    });
-  };
-
-  if (g_shim_cache[domain]) {
-    return cb(null, g_shim_cache[domain].body, domain, delegates);
-  }
-
-  // now we need to check to see if domain purports to being a primary
-  // for browserid
-  var httpProxy = config.has('http_proxy') ? config.get('http_proxy') : null;
-
-  var req;
-  if (httpProxy && httpProxy.port && httpProxy.host) {
-    // In production we use Squid as a reverse proxy cache to reduce how often
-    // we request this resource.
-    req = http.get({
-      host: httpProxy.host,
-      port: httpProxy.port,
-      path: 'https://' + domain + WELL_KNOWN_URL,
-      headers: {
-        host: domain
-      }
-    }, handleResponse);
-  } else {
-    req = https.get({
-      host: domain,
-      path: WELL_KNOWN_URL,
-      agent: false
-    }, handleResponse);
-  }
-
-  req.on('error', function(e) {
-    logger.debug(domain + ' is not a browserid primary: ' + e.toString());
-    handleProxyIDP();
-  });
-};
-
-exports.checkSupport = function(domain, cb, delegates) {
-
-  // Delegates will be populatd via recursion to detect cycles
-  if (! delegates) {
-    delegates = {};
-  }
-  if (!cb) throw "missing required callback function";
-
-  if (config.get('disable_primary_support')) {
-    return process.nextTick(function() { cb(null, false); });
-  }
-
-  if (typeof domain !== 'string' || !domain.length) {
-    return process.nextTick(function() { cb("invalid domain"); });
-  }
-
-  getWellKnown(domain, delegates, function (err, body, domain, cbdelegates) {
-    if (err) {
-      logger.debug(err);
-      return cb(err);
-    } else {
-      if (! body) {
-        return cb(null, null, null);
-      }
-
-      try {
-        var r = parseWellKnownBody(body, domain, cbdelegates, function (err, r) {
-          if (err) {
-            logger.debug(err);
-            cb(err);
-          } else {
-            logger.info(domain + ' is a valid browserid primary');
-            return cb(null, r.urls, r.publicKey);
-          }
-
-        });
-
-      } catch(e) {
-        var msg = domain + ' is a broken browserid primary, malformed dec of support: ' + e.toString();
-        logger.debug(msg);
-        return cb(msg);
-      }
-    }
-  });
-
-};
-
-
-exports.getPublicKey = function(domain, cb) {
-  exports.checkSupport(domain, function(err, urls, publicKey) {
-    if (publicKey === null) {
-      return cb("can't get public key for " + domain);
-    }
-    cb(err, publicKey);
-  });
-};
-
-// Does emailDomain actual delegate to the issuingDomain?
-exports.delegatesAuthority = function (emailDomain, issuingDomain, cb) {
-  exports.checkSupport(emailDomain, function(err, urls, publicKey) {
-    // Check http or https://{issuingDomain}/some/sign_in_path
-    if (! err && urls && urls.auth &&
-        urls.auth.indexOf('://' + issuingDomain + '/') !== -1) {
-      cb(true);
-    }
-    cb(false);
-  });
-}
-
-// verify an assertion generated to authenticate to browserid
-exports.verifyAssertion = function(assertion, cb) {
-  if (config.get('disable_primary_support')) {
-    return process.nextTick(function() { cb("primary support disabled") });
-  }
-
-  var getRoot = function(issuer, next) {
-    // allow assertions rooted in certs issued by us.  this occurs in the proxy_idp case
-    // where we sign assertions for other domains.
-    if (issuer === HOSTNAME) {
-      next(null, PUBLIC_KEY);
-    } else {
-      exports.getPublicKey(issuer, function(err, pubKey) {
-        if (err) return next(err);
-        next(null, pubKey);
-      });
-    }
-  };
-
-  // verify the assertion bundle
-  var now = new Date();
-  jwcrypto.cert.verifyBundle(assertion, now, getRoot, function(err, certParamsArray, payload, assertionParams) {
-    if (err) return cb(err);
-
-    // for now, to be extra safe, we don't allow cert chains
-    if (certParamsArray.length > 1)
-      return cb("certificate chaining is not yet allowed");
-
-    // audience must be browserid itself
-    var want = urlparse(config.get('public_url')).originOnly();
-    var got = urlparse(assertionParams.audience).originOnly();
-
-    if (want.toString() !== got.toString()) {
-      return cb("can't log in with an assertion for '" + got.toString() + "'");
-    }
-
-    // all is well, get the principal from the last cert
-    cb(null, certParamsArray[certParamsArray.length-1].certParams.principal.email);
-  });
-};
diff --git a/lib/secrets.js b/lib/secrets.js
deleted file mode 100644
index da6528c760e7b35c9152aa0b47990871a07d5607..0000000000000000000000000000000000000000
--- a/lib/secrets.js
+++ /dev/null
@@ -1,121 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-path = require('path'),
-fs = require('fs'),
-jwcrypto = require('jwcrypto'),
-Buffer = require('buffer').Buffer,
-crypto = require('crypto');
-
-// make this async capable
-function bytesToChars(buf) {
-  var str = "";
-  const alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
-
-  // yes, we are biasing the output here a bit.
-  // I'm ok with that. We can improve this over time.
-  for (var i=0; i < buf.length; i++) {
-    str += alphabet.charAt(buf[i] % alphabet.length);
-  }
-
-  return str;
-}
-
-exports.generate = function(chars, cb) {
-  if (cb) {
-    crypto.randomBytes(chars, function(ex, buf) {
-      cb(bytesToChars(buf));
-    });
-  } else {
-    return bytesToChars(crypto.randomBytes(chars));
-  }
-};
-
-// we don't bother to make this async, cause it's not needed
-exports.weakGenerate = function(chars) {
-  var str = "";
-  const alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
-
-  for (var i=0; i < chars; i++) {
-    str += alphabet.charAt(Math.floor(Math.random() * alphabet.length));
-  }
-
-  return str;
-};
-
-// functions to set defaults
-
-// default key name is 'root'
-function checkName(name) {
-  return name ? name : 'root';
-}
-
-// default directory is the var dir.
-function checkDir(dir) {
-  return dir ? dir :  require('./configuration').get('var_path');
-}
-
-exports.hydrateSecret = function(name, dir) {
-  dir = checkDir(dir);
-  var p = path.join(dir, name + ".sekret");
-  var secret = undefined;
-
-  try{ secret = fs.readFileSync(p).toString(); } catch(e) {};
-
-  if (secret === undefined) {
-    secret = exports.generate(128);
-    fs.writeFileSync(p, '');
-    fs.chmodSync(p, 0600);
-    fs.writeFileSync(p, secret);
-  }
-  return secret;
-};
-
-exports.loadSecretKey = function(name, dir) {
-  name = checkName(name);
-  dir = checkDir(dir);
-  var p = path.join(dir, name + ".secretkey");
-  var secret = undefined;
-
-  // may throw
-  secret = fs.readFileSync(p).toString();
-
-  if (secret === undefined) {
-    return null;
-  }
-
-  // parse it
-  return jwcrypto.loadSecretKey(secret);
-}
-
-function readAndParseCert(name, dir) {
-  name = checkName(name);
-  dir = checkDir(dir);
-  var p = path.join(dir, name + ".cert");
-  var cert = undefined;
-
-  // may throw
-  cert = fs.readFileSync(p).toString();
-
-  if (cert === undefined) {
-    return null;
-  }
-
-  // parse it
-  // it should be a JSON structure with alg and serialized key
-  // {alg: <ALG>, value: <SERIALIZED_KEY>}
-  var payloadSegment = jwcrypto.extractComponents(cert).payloadSegment;
-  return JSON.parse(new Buffer(payloadSegment, 'base64').toString());
-}
-
-exports.publicKeyCreationDate = function(name, dir) {
-  return new Date(readAndParseCert(name, dir).iat);
-};
-
-exports.loadPublicKey = function(name, dir) {
-  var parsedCert = readAndParseCert(name, dir);
-  var pkString = parsedCert['public-key'] || parsedCert.publicKey;
-  return jwcrypto.loadPublicKey(JSON.stringify(pkString));
-};
diff --git a/lib/shutdown.js b/lib/shutdown.js
deleted file mode 100644
index 150ed351f73ed4a22ad3acb5b638898844c56ae4..0000000000000000000000000000000000000000
--- a/lib/shutdown.js
+++ /dev/null
@@ -1,81 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* shutdown.js is an abstraction for installing graceful shutdown
- * handlers into processes so that they gracefully shutdown upon
- * signals.
- */
-
-const logger = require("./logging.js").logger;
-
-const MAX_WAIT_MS = 10000;
-const MAX_NICE_END_MS = 5000;
-
-function connectionListener(app) {
-  var connections = [];
-
-  app.on('connection', function(c) {
-    connections.push(c);
-    c.on('close', function() {
-      var where = connections.indexOf(c);
-      if (where >= 0) connections.splice(where, 1);
-    });
-  });
-
-  return function(callback) {
-    if (!callback) callback = function(cli) { cli(); };
-
-    var total_timeout = setTimeout(function() {
-      logger.warn(MAX_WAIT_MS + "ms exceeded, going down forcefully...");
-      setTimeout(function() { process.exit(1); }, 0);
-    }, MAX_WAIT_MS);
-
-    var nice_timeout = setTimeout(function() {
-      logger.warn("forcefully closing " + connections.length + " remaining connections...");
-      connections.forEach(function(c) { c.destroy() });
-    }, MAX_NICE_END_MS);
-
-    app.on('close', function() {
-      function clearTimeoutsAndCallClient() {
-        clearTimeout(nice_timeout);
-        clearTimeout(total_timeout);
-        callback(function() {
-          logger.info("graceful shutdown complete...");
-        });
-      }
-
-      // if there aren't any open connections, we're done!
-      if (connections.length === 0) clearTimeoutsAndCallClient();
-
-      connections.forEach(function(c) {
-        c.on('close', function() {
-          if (!app.connections && connections.length === 0) {
-            // once all connections are shutdown, let's call the client
-            // to let him shutdown all his open connections
-            clearTimeoutsAndCallClient();
-          }
-        });
-        c.end();
-      });
-    });
-    app.close();
-  }
-};
-
-exports.handleTerminationSignals = function(app, callback) {
-  var gotSignal = false;
-  var terminate = connectionListener(app);
-  function endIt(signame) {
-    return function() {
-      if (gotSignal) return;
-      gotSignal = true;
-      logger.warn("SIG" + signame + " received.  closing " + app.connections + " connections and shutting down.");
-      terminate(callback);
-    };
-  }
-
-  if (process.env.SUPPORTS_SIGNALS) {
-    process.on('SIGINT', endIt('INT')).on('SIGTERM', endIt('TERM')).on('SIGQUIT', endIt('QUIT'));
-  }
-};
diff --git a/lib/static/views.js b/lib/static/views.js
deleted file mode 100644
index c1bc0c45a2acf65558e96ef882caf168fc19a4cc..0000000000000000000000000000000000000000
--- a/lib/static/views.js
+++ /dev/null
@@ -1,277 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-metrics = require('../metrics.js'),
-url = require('url'),
-logger = require('../logging.js').logger,
-fs = require('fs'),
-connect = require('connect'),
-config = require('../configuration.js'),
-und = require('underscore'),
-util = require('util'),
-httputils = require('../httputils.js'),
-etagify = require('etagify'),
-secrets = require('../secrets'),
-version = require('../version');
-
-require("jwcrypto/lib/algs/rs");
-
-// the underbar decorator to allow getext to extract strings
-function _(str) { return str; }
-
-// all templated content, redirects, and renames are handled here.
-// anything that is not an api, and not static
-const
-path = require('path');
-
-const VIEW_PATH = path.join(__dirname, "..", "..", "resources", "views");
-
-// none of our views include dynamic data.  all of them should be served
-// with reasonable cache headers.  This wrapper around rendering handles
-// cache headers maximally leveraging the same logic that connect uses
-// issue #910
-function renderCachableView(req, res, template, options) {
-  if (config.get('env') !== 'local') {
-    // allow caching, but require revalidation via ETag
-    res.etagify();
-    res.setHeader('Cache-Control', 'public, max-age=0');
-  } else {
-    // disable all caching for local dev
-    res.setHeader('Cache-Control', 'no-store');
-  }
-  res.setHeader('Date', new Date().toUTCString());
-  res.setHeader('Vary', 'Accept-Encoding,Accept-Language');
-  res.setHeader('Content-Type', 'text/html; charset=utf8');
-
-  options.enable_development_menu = config.get('enable_development_menu');
-
-  // The real version number is not ready until sometime after initial load,
-  // until it is ready a fake randomly generated string is used. Go get
-  // the real SHA whenever it is actually needed so that the randomly
-  // generated SHA is not returned to the user.
-  options.commit = version();
-
-  res.local('util', util);
-  res.render(template, options);
-}
-
-exports.setup = function(app) {
-
-  // Issue#1353 This is kind of dirty, but this is our last chance
-  // to fixup headers for an ETag cache hit
-  // x-frame-options - Allow these to be run within a frame
-  app.use(function (req, res, next) {
-    if (req.path === '/communication_iframe') {
-      res.removeHeader('x-frame-options');
-    } else if (req.path === '/relay') {
-      res.removeHeader('x-frame-options');
-    }
-    next();
-  });
-
-  // Caching for dynamic resources
-  app.use(etagify());
-
-  app.set("views", VIEW_PATH);
-
-  app.set('view options', {
-    production: config.get('use_minified_resources')
-  });
-
-  app.get('/include.js', function(req, res, next) {
-    req.url = "/include_js/include.js";
-
-    if (config.get('use_minified_resources') === true) {
-      req.url = "/production/include.js"
-    }
-
-    next();
-  });
-
-  app.get('/include.orig.js', function(req, res, next) {
-    req.url = "/include_js/include.js";
-    next();
-  });
-
-  // this should probably be an internal redirect
-  // as soon as relative paths are figured out.
-  app.get('/sign_in', function(req, res, next ) {
-    renderCachableView(req, res, 'dialog.ejs', {
-      title: _('A Better Way to Sign In'),
-      layout: 'dialog_layout.ejs',
-      useJavascript: true,
-      production: config.get('use_minified_resources')
-    });
-  });
-
-  app.get('/communication_iframe', function(req, res, next ) {
-    renderCachableView(req, res, 'communication_iframe.ejs', {
-      layout: false,
-      production: config.get('use_minified_resources')
-    });
-  });
-
-  app.get("/unsupported_dialog", function(req,res) {
-    renderCachableView(req, res, 'unsupported_dialog.ejs', {
-      title: _('Unsupported Browser'),
-      layout: 'dialog_layout.ejs',
-      useJavascript: false
-    });
-  });
-
-  app.get("/cookies_disabled", function(req,res) {
-    renderCachableView(req, res, 'cookies_disabled.ejs', {
-      title: _('Cookies Are Disabled'),
-      layout: 'dialog_layout.ejs',
-      useJavascript: false
-    });
-  });
-
-  // Used for a relay page for communication.
-  app.get("/relay", function(req, res, next) {
-    renderCachableView(req, res, 'relay.ejs', {
-      layout: false,
-      production: config.get('use_minified_resources')
-    });
-  });
-
-  app.get("/authenticate_with_primary", function(req,res, next) {
-    renderCachableView(req, res, 'authenticate_with_primary.ejs', { layout: false });
-  });
-
-  app.get('/', function(req,res) {
-    renderCachableView(req, res, 'index.ejs', {title: _('A Better Way to Sign In'), fullpage: true});
-  });
-
-  app.get("/idp_auth_complete", function(req, res) {
-    renderCachableView(req, res, 'idp_auth_complete.ejs', {
-      title: _('Sign In Complete'),
-      fullpage: false
-    });
-  });
-
-  app.get("/forgot", function(req, res) {
-    res.local('util', util);
-    renderCachableView(req, res, 'forgot.ejs', {
-      title: _('Forgot Password'),
-      fullpage: false,
-      enable_development_menu: config.get('enable_development_menu')
-    });
-  });
-
-  app.get("/signin", function(req, res) {
-    renderCachableView(req, res, 'signin.ejs', {title: _('Sign In'), fullpage: false});
-  });
-
-  app.get("/about", function(req, res) {
-    renderCachableView(req, res, 'about.ejs', {title: _('About'), fullpage: false});
-  });
-
-  app.get("/tos", function(req, res) {
-    renderCachableView(req, res, 'tos.ejs', {title: _('Terms of Service'), fullpage: false});
-  });
-
-  app.get("/privacy", function(req, res) {
-    renderCachableView(req, res, 'privacy.ejs', {title: _('Privacy Policy'), fullpage: false});
-  });
-
-  app.get("/verify_email_address", function(req, res) {
-    res.local('util', util);
-    renderCachableView(req, res, 'verify_email_address.ejs', {
-      title: _('Complete Registration'),
-      fullpage: true,
-      enable_development_menu: config.get('enable_development_menu')
-    });
-  });
-
-  // This page can be removed a couple weeks after this code ships into production,
-  // we're leaving it here to not break outstanding emails
-  app.get("/add_email_address", function(req,res) {
-    renderCachableView(req, res, 'confirm.ejs', {title: _('Verify Email Address'), fullpage: false});
-  });
-
-
-  app.get("/reset_password", function(req,res) {
-    renderCachableView(req, res, 'confirm.ejs', {title: _('Reset Password')});
-  });
-
-  app.get("/confirm", function(req,res) {
-    renderCachableView(req, res, 'confirm.ejs', {title: _('Confirm Email')});
-  });
-
-
-
-  // serve up testing templates.  but NOT in staging or production.  see GH-1044
-  if ([ 'https://login.persona.org', 'https://login.anosrep.org' ].indexOf(config.get('public_url')) === -1) {
-    // serve test.ejs to /test or /test/ or /test/index.html
-    app.get(/^\/test\/(?:index.html)?$/, function (req, res) {
-      res.render('test.ejs', {title: 'Mozilla Persona QUnit Test', layout: false});
-    });
-
-    // l10n test template
-    var testPath = path.join(__dirname, '..', '..', 'tests', 'i18n_test_templates');
-    app.get('/i18n_test', function(req, res) {
-      renderCachableView(req, res, path.join(testPath, 'i18n_test.ejs'), { layout: false, title: 'l10n testing title' });
-    });
-    app.get('/i18n_fallback_test', function(req, res) {
-      renderCachableView(req, res, path.join(testPath, 'i18n_fallback_test.ejs'), { layout: false, title: 'l10n testing title' });
-    });
-  } else {
-    // this is stage or production, explicitly disable all resources under /test
-    app.get(/^\/test/, function(req, res) {
-      httputils.notFound(res, "Cannot " + req.method + " " + req.url);
-    });
-  }
-
-  // REDIRECTS
-  const REDIRECTS = {
-    "/developers" : "https://developer.mozilla.org/docs/persona"
-  };
-
-  // set up all the redirects
-  // oh my watch out for scope issues on var url - closure time
-  for (var url in REDIRECTS) {
-    (function(from,to) {
-      app.get(from, function(req, res) {
-        res.redirect(to);
-      });
-    })(url, REDIRECTS[url]);
-  }
-
-  try {
-    const publicKey = secrets.loadPublicKey();
-  } catch(e){
-    logger.error("can't read public key, exiting: " + e);
-    process.nextTick(function() { process.exit(1); });
-  }
-
-  // the public key (This location is DEPRECATED)
-  app.get("/pk", function(req, res) {
-    res.json(publicKey.toSimpleObject());
-  });
-
-  // the "declaration of support" style publishing of the public key.
-  // login.persona.org is a (uh, THE) secondary, it should publish its key
-  // in a manner that is symmetric with how primaries do.  At present,
-  // the absence of 'provisioning' and 'authentication' keys indicates
-  // that this is a secondary, and verifiers should only trust
-  // login.persona.org as a secondary (and anyone else they decide to for
-  // whatever reason).
-  app.get("/.well-known/browserid", function(req, res) {
-    res.json({ 'public-key': publicKey.toSimpleObject() });
-  });
-
-  // now for static redirects for cach busting - issue #225
-  var versionRegex = /^(\/production\/[a-zA-Z\-]+)_v[a-zA-Z0-9]{7}(\.(?:css|js))$/;
-  app.use(function(req, res, next) {
-    var m = versionRegex.exec(req.url);
-    if (m) {
-      var newURL = m[1] + m[2];
-      logger.debug('internal redirect of ' + req.url + ' to ' + newURL);
-      req.url = newURL;
-    }
-    next();
-  });
-};
diff --git a/lib/static_resources.js b/lib/static_resources.js
deleted file mode 100644
index 1a18455616ab66fb0aaa50ea38f73a4f540e1c94..0000000000000000000000000000000000000000
--- a/lib/static_resources.js
+++ /dev/null
@@ -1,204 +0,0 @@
-var i18n = require('./i18n'),
-    und = require('underscore');
-
-/**
- * Module for managing all the known static assets in browserid.
- * In filenames/paths below, you may use ``:locale`` as a url
- * variable to be expanded later.
- *
- * These settings affect usage of cachify and eventually our
- * asset build steps.
- *
- * Be careful editing common_js, as it will affect all
- * minified scripts that depend on that variable. IE re-ordering
- * the list or removing a script.
- */
-
-// Common to browserid.js dialog.js
-var common_js = [
-  '/common/js/lib/jquery-1.7.1.min.js',
-  '/common/js/lib/winchan.js',
-  '/common/js/lib/underscore.js',
-  '/common/js/lib/bidbundle.js',
-  '/common/js/lib/ejs.js',
-  '/common/js/lib/micrajax.js',
-  '/common/js/lib/urlparse.js',
-  '/common/js/lib/gobbledygook.js',
-  '/common/js/javascript-extensions.js',
-  '/i18n/:locale/client.json',
-  '/common/js/browserid.js',
-  '/common/js/lib/hub.js',
-  '/common/js/lib/dom-jquery.js',
-  '/common/js/lib/module.js',
-  '/common/js/lib/jschannel.js',
-  '/common/js/templates.js',
-  '/common/js/renderer.js',
-  '/common/js/class.js',
-  '/common/js/mediator.js',
-  '/common/js/tooltip.js',
-  '/common/js/validation.js',
-  '/common/js/helpers.js',
-  '/common/js/dom-helpers.js',
-  '/common/js/gettext.js',
-  '/common/js/screens.js',
-  '/common/js/browser-support.js',
-  '/common/js/enable_cookies_url.js',
-  '/common/js/wait-messages.js',
-  '/common/js/error-messages.js',
-  '/common/js/storage.js',
-  '/common/js/xhr_transport.js',
-  '/common/js/xhr.js',
-  '/common/js/network.js',
-  '/common/js/provisioning.js',
-  '/common/js/user.js',
-  '/common/js/modules/page_module.js',
-  '/common/js/modules/xhr_delay.js',
-  '/common/js/modules/xhr_disable_form.js',
-  '/common/js/modules/cookie_check.js',
-  '/common/js/modules/development.js',
-  '/common/js/modules/extended-info.js'
-];
-
-var browserid_min_js = '/production/:locale/browserid.js';
-var browserid_js = und.flatten([
-  common_js,
-  [
-    '/pages/js/page_helpers.js',
-    '/pages/js/index.js',
-    '/pages/js/start.js',
-    '/pages/js/verify_secondary_address.js',
-    '/pages/js/forgot.js',
-    '/pages/js/manage_account.js',
-    '/pages/js/signin.js',
-    '/pages/js/about.js'
-  ]
-]);
-
-var dialog_min_js = '/production/:locale/dialog.js';
-var dialog_js = und.flatten([
-  common_js,
-  [
-    '/common/js/command.js',
-    '/common/js/history.js',
-    '/common/js/state_machine.js',
-
-    '/common/js/models/models.js',
-    '/common/js/models/interaction_data.js',
-
-    '/common/js/modules/interaction_data.js',
-
-    '/dialog/js/misc/internal_api.js',
-    '/dialog/js/misc/helpers.js',
-    '/dialog/js/misc/state.js',
-    '/dialog/js/misc/screen_size_hacks.js',
-
-    '/dialog/js/modules/actions.js',
-    '/dialog/js/modules/dialog.js',
-    '/dialog/js/modules/authenticate.js',
-    '/dialog/js/modules/check_registration.js',
-    '/dialog/js/modules/pick_email.js',
-    '/dialog/js/modules/add_email.js',
-    '/dialog/js/modules/required_email.js',
-    '/dialog/js/modules/verify_primary_user.js',
-    '/dialog/js/modules/provision_primary_user.js',
-    '/dialog/js/modules/primary_user_provisioned.js',
-    '/dialog/js/modules/generate_assertion.js',
-    '/dialog/js/modules/is_this_your_computer.js',
-    '/dialog/js/modules/set_password.js',
-    '/dialog/js/modules/rp_info.js',
-    '/dialog/js/start.js'
-  ]]);
-
-exports.resources = {
-  '/production/dialog.css': [
-    '/common/fonts/fonts_common.css',
-    '/common/fonts/fonts_dialog.css',
-    '/common/css/style.css',
-    '/dialog/css/style.css',
-    '/dialog/css/m.css'
-  ],
-  '/production/browserid.css': [
-    '/common/fonts/fonts_common.css',
-    '/common/fonts/fonts_pages.css',
-    '/common/css/style.css',
-    '/pages/css/style.css',
-    '/pages/css/m.css'
-  ],
-  '/production/ie8_main.css': [
-    '/common/css/ie8.css',
-    '/pages/css/ie8.css'
-  ],
-  '/production/ie8_dialog.css': [
-    '/common/css/ie8.css',
-    '/dialog/css/ie8.css'
-  ],
-  '/production/html5shim.js': [
-    '/common/js/lib/html5shim.js'
-  ],
-  '/production/communication_iframe.js': [
-    '/common/js/lib/jschannel.js',
-    '/common/js/lib/winchan.js',
-    '/common/js/lib/underscore.js',
-    '/common/js/lib/bidbundle.js',
-    '/common/js/lib/hub.js',
-    '/common/js/lib/micrajax.js',
-    '/common/js/javascript-extensions.js',
-    '/common/js/browserid.js',
-    '/common/js/mediator.js',
-    '/common/js/helpers.js',
-    '/common/js/storage.js',
-    '/common/js/xhr_transport.js',
-    '/common/js/xhr.js',
-    '/common/js/network.js',
-    '/common/js/user.js',
-    '/communication_iframe/start.js'
-  ],
-  '/production/include.js': [
-    '/include_js/include.js'
-  ],
-  '/production/relay.js': [
-    '/relay/relay.js'
-  ],
-  '/production/authenticate_with_primary.js': [
-    '/common/js/lib/winchan.js',
-    '/auth_with_idp/main.js'
-  ]
-};
-exports.resources[dialog_min_js] = dialog_js;
-exports.resources[browserid_min_js] = browserid_js;
-
-var replace = function(path, locale) { return path.replace(':locale', locale); };
-
-/**
- * Returns all filenames of static resources
- * in a connect-cachify compatible format.
- *
- * @langs - array of languages we support
- * @return { minified_file: [dependent, files] }
- *
- * Languages will be converted to locales. Filenames and list of files
- * will be expanded to match all the permutations.
- */
-exports.all = function(langs) {
-  var res = {};
-  for (var f in exports.resources) {
-    langs.forEach(function (lang) {
-      var l = i18n.localeFrom(lang);
-      res[replace(f, l)] = getResources(f, l);
-    });
-  }
-  return res;
-};
-
-/**
- * Get all resource urls for a specified resource based on the locale
- */
-var getResources = exports.getResources = function(path, locale) {
-  var res = [];
-  if (exports.resources[path]) {
-    exports.resources[path].forEach(function(r) {
-      res.push(replace(r, locale));
-    });
-  }
-  return res;
-};
diff --git a/lib/statsd.js b/lib/statsd.js
deleted file mode 100644
index 20cc7dfdca7151c6390d321af6be812b1f29aeec..0000000000000000000000000000000000000000
--- a/lib/statsd.js
+++ /dev/null
@@ -1,46 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-config = require('./configuration'),
-logger = require('./logging').logger;
-
-var StatsD = false;
-try {
-  StatsD = require("node-statsd").StatsD;
-} catch (requireError) {
-  // its ok, its an optionalDependency
-}
-
-const PREFIX = "browserid." + config.get('process_type') + ".";
-
-var statsd = undefined;
-
-// start by exporting a stubbed no-op stats reporter
-module.exports = {
-  timing: function(s, v) {
-    if (statsd) statsd.timing(PREFIX + s, v);
-  },
-  increment: function(s, v) {
-    if (statsd) statsd.increment(PREFIX + s, v);
-  }
-};
-
-var statsd_config = config.get('statsd');
-
-if (statsd_config && statsd_config.enabled) {
-  if (StatsD) {
-    var options = {};
-    options["host"] = options["host"] || "localhost";
-    options["port"] = options["port"] || 8125;
-
-    statsd = new StatsD(options["host"], options["port"]);
-  } else {
-	logger.error('statsd config enabled, but node-statsd not installed.');
-  }
-}
-
-process.on('uncaughtException', function(err) {
-  if (statsd) statsd.increment(PREFIX + 'uncaught_exception');
-});
diff --git a/lib/validate.js b/lib/validate.js
deleted file mode 100644
index c95d787f46a802cee6082a0bd773c62d47049de4..0000000000000000000000000000000000000000
--- a/lib/validate.js
+++ /dev/null
@@ -1,134 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// a teensy tinsy module to do parameter validation.  A good candiate for future
-// librification.
-//
-// usage:
-//
-//   const validate = require('validate.js');
-//
-//   app.post('/wsapi/foo', validate([ "email", "site" ]), function(req, resp) {
-//   });
-
-const
-logger = require('./logging.js').logger,
-httputils = require('./httputils.js'),
-check = require('validator').check;
-
-var types = {
-  email: function(x) {
-    check(x).isEmail();
-  },
-  password: function(x) {
-    check(x).len(8,80);
-  },
-  boolean: function(x) {
-    if (typeof x !== 'boolean') throw "boolean required";
-  },
-  token: function(x) {
-    check(x).len(48,48).isAlphanumeric();
-  },
-  assertion: function(x) {
-    check(x).len(50,10240).regex(/[0-9a-zA-Z~_-]+/);
-  },
-  pubkey: function(x) {
-    check(x).len(50,10240);
-    JSON.parse(x);
-  },
-  origin: function(x) {
-    /* origin regex
-    /^                          // beginning
-    https?:\/\/                 // starts with http:// or https://
-    (?=.{1,254}(?::|$))         // hostname must be within 1-254 characters
-    (?:                         // match hostname part (<part>.<part>...)
-      (?!-)                     // cannot start with a dash (allow it to start with a digit re issue #2042)
-      (?![a-z0-9\-]{1,62}-      // part cannot end with a dash
-        (?:\.|:|$))             // (end of part will be '.', ':', or end of str)
-      [a-z0-9\-]{1,63}\b        // part will be 1-63 letters, numbers, or dashes
-        (?!\.$)                 // final part cannot end with a '.'
-        \.?                     // part followed by '.' unless final part
-    )+                          // one or more hostname parts
-    (:\d+)?                     // optional port
-    $/i;                        // end; case-insensitive
-    */
-    var regex = /^https?:\/\/(?=.{1,254}(?::|$))(?:(?!-)(?![a-z0-9\-]{1,62}-(?:\.|:|$))[a-z0-9\-]{1,63}\b(?!\.$)\.?)+(:\d+)?$/i;
-    if (typeof x !== 'string' || !x.match(regex)) {
-      throw new Error("not a valid origin");
-    }
-  }
-};
-
-module.exports = function (params) {
-  // normalize the parameters description, verify all specified types are present
-  if (Array.isArray(params) || typeof params !== 'object' || typeof params === null) {
-    throw "argument to validate must be an object, not a " + (typeof params);
-  }
-
-  Object.keys(params).forEach(function(p) {
-    var v = params[p];
-    if (typeof v === 'string') {
-      v = { type: v };
-    }
-    if (typeof v.required === "undefined") v.required = true;
-
-    if (!types[v.type]) throw "unknown type specified in WSAPI:" + v.type;
-    params[p] = v;
-  });
-
-  return function(req, resp, next) {
-    var reqParams = null;
-    if (req.method === "POST") {
-      reqParams = req.body;
-    } else {
-      reqParams = req.query;
-    }
-
-    // clear body and query to prevent wsapi handlers from accessing
-    // un-validated input parameters
-    req.body = {};
-    req.query = {};
-    req.params = {};
-
-    // now validate
-    try {
-      // allow csrf through
-      if (reqParams.csrf) {
-        req.params.csrf = reqParams.csrf;
-        delete reqParams.csrf;
-      }
-
-      Object.keys(params).forEach(function(p) {
-        if (params[p].required && !reqParams.hasOwnProperty(p)) throw "missing required parameter: '" + p + "'";
-        if (reqParams[p] === undefined) return;
-
-        // validate
-        try {
-          types[params[p].type](reqParams[p]);
-        } catch (e) {
-          throw p + ": " + e.toString();
-        }
-        req.params[p] = reqParams[p];
-        delete reqParams[p];
-      });
-
-      // if there are any keys left in reqParams, they're not allowable!
-      var extra = Object.keys(reqParams);
-      if (extra.length) throw "extra parameters are not allowed: " + extra.join(', ');
-    } catch(e) {
-      var msg = {
-        success: false,
-        reason: e.toString()
-      };
-      logger.warn("bad request received: " + msg.reason);
-      resp.statusCode = 400;
-      return resp.json(msg);
-    }
-
-
-    // this is called outside the try/catch because errors
-    // in the handling of the request should be caught separately
-    next();
-  };
-};
diff --git a/lib/verifier/certassertion.js b/lib/verifier/certassertion.js
deleted file mode 100644
index 1222df636fc7124438e6ab80727a7c0abeefa5a4..0000000000000000000000000000000000000000
--- a/lib/verifier/certassertion.js
+++ /dev/null
@@ -1,157 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-http = require("http"),
-https = require("https"),
-url = require("url"),
-jwcrypto = require("jwcrypto"),
-config = require("../configuration.js"),
-logger = require("../logging.js").logger,
-secrets = require('../secrets.js'),
-primary = require('../primary.js'),
-urlparse = require('urlparse');
-
-require("jwcrypto/lib/algs/ds");
-require("jwcrypto/lib/algs/rs");
-
-try {
-  const publicKey = secrets.loadPublicKey();
-  if (typeof publicKey !== 'object') throw "secrets.loadPublicKey() returns non-object, load failure";
-} catch(e){
-  logger.error("can't read public key, exiting: " + e);
-  setTimeout(function() { process.exit(1); }, 0);
-}
-
-const HOSTNAME = urlparse(config.get('public_url')).host;
-
-logger.debug("This verifier will accept assertions issued by " + HOSTNAME);
-
-// compare two audiences:
-//   *want* is what was extracted from the assertion (it's trusted, we
-//   generated it!
-//   *got* is what was provided by the RP, so depending on their implementation
-//   it might be strangely formed.
-function compareAudiences(want, got) {
-  function normalizeParsedURL(u) {
-    if (!u.port) u.port = u.protocol === 'https:' ? 443 : 80;
-    return u;
-  }
-
-  try {
-    var got_scheme, got_domain, got_port;
-
-    // We allow the RP to provide audience in multiple forms (see issue #82).
-    // The RP SHOULD provide full origin, but we allow these alternate forms for
-    // some dude named Postel doesn't go postal.
-    // 1. full origin 'http://rp.tld'
-    // 1a. full origin with port 'http://rp.tld:8080'
-    // 2. domain and port 'rp.tld:8080'
-    // 3. domain only 'rp.tld'
-
-    // case 1 & 1a
-    if (/^https?:\/\//.test(got)) {
-      var gu = normalizeParsedURL(url.parse(got));
-      got_scheme = gu.protocol;
-      got_domain = gu.hostname;
-      got_port = gu.port;
-    }
-    // case 2
-    else if (got.indexOf(':') != -1) {
-      var p = got.split(':');
-      if (p.length !== 2) throw "malformed domain";
-      got_domain = p[0];
-      got_port = p[1];
-    }
-    // case 3
-    else {
-      got_domain = got;
-    }
-
-    // now parse "want" url
-    want = normalizeParsedURL(url.parse(want));
-
-    // compare the parts explicitly provided by the client
-    if (got_scheme && got_scheme != want.protocol) throw "scheme mismatch"
-    if (got_port && got_port != want.port) throw "port mismatch"
-    if (got_domain && got_domain != want.hostname) throw "domain mismatch"
-
-    return undefined;
-  } catch(e) {
-    return e.toString();
-  }
-}
-
-// verify the tuple certList, assertion, audience
-//
-// assertion is a bundle of the underlying assertion and the cert list
-// audience is a web origin, e.g. https://foo.com or http://foo.org:81
-function verify(assertion, audience, successCB, errorCB) {
-  // assertion is bundle
-  var ultimateIssuer;
-
-  jwcrypto.cert.verifyBundle(
-    assertion,
-    new Date(), function(issuer, next) {
-      // update issuer with each issuer in the chain, so the
-      // returned issuer will be the last cert in the chain
-      ultimateIssuer = issuer;
-
-      // allow other retrievers for testing
-      if (issuer === HOSTNAME) return next(null, publicKey);
-      else if (config.get('disable_primary_support')) {
-        return errorCB("this verifier doesn't respect certs issued from domains other than: " +
-                       HOSTNAME);
-      }
-
-      // XXX: this network work happening inside a compute process.
-      // if we have a large number of requests to auth assertions that require
-      // keyfetch, this could theoretically hurt our throughput.  We could
-      // move the fetch up into the browserid process and pass it into the
-      // compute process at some point.
-
-      // let's go fetch the public key for this host
-      primary.getPublicKey(issuer, function(err, pubKey) {
-        if (err) return errorCB(err);
-        next(null, pubKey);
-      });
-    }, function(err, certParamsArray, payload, assertionParams) {
-      if (err) return errorCB(err);
-
-      // for now, to be extra safe, we don't allow cert chains
-      if (certParamsArray.length > 1)
-        return errorCB("certificate chaining is not yet allowed");
-      
-      // audience must match!
-      var err = compareAudiences(assertionParams.audience, audience)
-      if (err) {
-        logger.debug("verification failure, audience mismatch: '"
-                     + assertionParams.audience + "' != '" + audience + "': " + err);
-        return errorCB("audience mismatch: " + err);
-      }
-
-      // principal is in the last cert
-      var principal = certParamsArray[certParamsArray.length - 1].certParams.principal;
-
-      // verify that the issuer is the same as the email domain or
-      // that the email's domain delegated authority to the issuer
-      var domainFromEmail = principal.email.replace(/^.*@/, '');
-
-      if (ultimateIssuer != HOSTNAME && ultimateIssuer !== domainFromEmail)
-      {
-          primary.delegatesAuthority(domainFromEmail, ultimateIssuer, function (delegated) {
-            if (delegated) {
-              return successCB(principal.email, assertionParams.audience, assertionParams.expiresAt, ultimateIssuer);
-            } else {
-              return errorCB("issuer '" + ultimateIssuer + "' may not speak for emails from '"
-                         + domainFromEmail + "'");
-            }
-          });
-      } else {
-        return successCB(principal.email, assertionParams.audience, assertionParams.expiresAt, ultimateIssuer);
-      }
-    }, errorCB);
-};
-
-exports.verify = verify;
diff --git a/lib/verifier/verifier-compute.js b/lib/verifier/verifier-compute.js
deleted file mode 100644
index 0679e4228f3fdbc0f760b5f25edc15b9216e2d77..0000000000000000000000000000000000000000
--- a/lib/verifier/verifier-compute.js
+++ /dev/null
@@ -1,28 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-certassertion = require('./certassertion.js');
-
-process.on('message', function(m) {
-  try {
-    certassertion.verify(
-      m.assertion, m.audience,
-      function(email, audienceFromAssertion, expires, issuer) {
-        process.send({
-          success: {
-            email: email,
-            audience: audienceFromAssertion,
-            expires: expires,
-            issuer: issuer
-          }
-        });
-      },
-      function(error) {
-        process.send({error: error});
-      });
-  } catch(e) {
-    process.send({error: e.toString()});
-  }
-});
diff --git a/lib/version.js b/lib/version.js
deleted file mode 100644
index 5efd6167a92bc93ce96a4d2af472bbc3a21015b7..0000000000000000000000000000000000000000
--- a/lib/version.js
+++ /dev/null
@@ -1,57 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// determine the software 'version'.  This is the 7 char abbrevieated SHA
-// we try to read this from ver.txt at the top level, then try to use git,
-// then finally fall back to a randomly generated 7 char string
-// this version will be used for features like cache busting
-
-const
-fs = require('fs'),
-path = require('path'),
-logger = require('./logging.js').logger,
-spawn = require('child_process').spawn,
-secrets = require('./secrets.js'),
-config = require('./configuration');
-
-var sha;
-
-// first try ver.txt which by convention is placed in repo root at
-// deployment time
-if (config.get('env') === 'production') {
-  try {
-    var contents = fs.readFileSync(path.join(__dirname, '..', 'resources', 'static', 'ver.txt'));
-    sha = contents.toString().split(' ')[0];
-    if (sha.length != 7) throw "bad sha in ver.txt";
-  } catch(e) {
-    sha = undefined;
-    logger.debug('cannot read code version from ver.txt: ' + e);
-  }
-}
-
-// now set the SHA to either the read SHA or a random string
-module.exports = function() { return sha; };
-
-// if ver.txt discovery failed, try using git to get the sha.
-if (!sha) {
-  sha = secrets.weakGenerate(7);
-
-  // next try using git
-  var p = spawn('git', [ 'log', '--pretty=%h', '-1' ]);
-  var buf = "";
-  p.stdout.on('data', function(d) {
-    buf += d;
-  });
-  p.stdout.on('end', function(code, signal) {
-    var gitsha = buf.toString().trim();
-    if (gitsha && gitsha.length === 7) {
-      sha = gitsha;
-      logger.info('code version (via git) is: ' + module.exports());
-    } else {
-      logger.warn('code version (randomly generated) is: ' + module.exports());
-    }
-  });
-} else {
-  logger.info('code version (from ver.txt) is: ' + module.exports());
-}
diff --git a/lib/wsapi.js b/lib/wsapi.js
deleted file mode 100644
index 9d8f8d825e46071fab9fdc0f366c838d282eccc0..0000000000000000000000000000000000000000
--- a/lib/wsapi.js
+++ /dev/null
@@ -1,405 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// an abstraction that implements all of the cookie handling, CSRF protection,
-// etc of the wsapi.  This module also routes request to the approriate handlers
-// underneath wsapi/
-//
-// each handler under wsapi/ supports the following exports:
-//   exports.process - function(req, res) - process a request
-//   exports.writes_db - must be true if the processing causes a database write
-//   exports.method - either 'get' or 'post'
-//   exports.authed - whether the wsapi requires authentication
-//   exports.args - an array of arguments that should be verified
-//   exports.i18n - boolean, does this operation display user facing strings
-
-
-const
-sessions = require('client-sessions'),
-express = require('express'),
-secrets = require('./secrets'),
-config = require('./configuration'),
-logger = require('./logging.js').logger,
-httputils = require('./httputils.js'),
-forward = require('./http_forward.js').forward,
-url = require('url'),
-fs = require('fs'),
-path = require('path'),
-validate = require('./validate'),
-statsd = require('./statsd'),
-bcrypt = require('./bcrypt'),
-i18n = require('./i18n'),
-db = require('./db');
-
-var abide = i18n.abide({
-  supported_languages: config.get('supported_languages'),
-  default_lang: config.get('default_lang'),
-  translation_directory: config.get('translation_directory'),
-  disable_locale_check: config.get('disable_locale_check')
-});
-
-const COOKIE_SECRET = secrets.hydrateSecret('browserid_cookie', config.get('var_path'));
-var COOKIE_KEY = 'browserid_state';
-
-// to support testing of browserid, we'll add a hash fragment to the cookie name for
-// sites other than login.persona.org.  This is to address a bug in IE, see issue #296
-if (config.get('public_url').indexOf('https://login.persona.org') !== 0) {
-  const crypto = require('crypto');
-  var hash = crypto.createHash('md5');
-  hash.update(config.get('public_url'));
-  COOKIE_KEY += "_" + hash.digest('hex').slice(0, 6);
-}
-
-const WSAPI_PREFIX = '/wsapi/';
-
-logger.info('session cookie name is: ' + COOKIE_KEY);
-
-function clearAuthenticatedUser(session) {
-  session.reset(['csrf']);
-}
-
-function isAuthed(req, requiredLevel) {
-  if (req.session && req.session.userid && req.session.auth_level) {
-    // 'password' authentication allows access to all apis.
-    // 'assertion' authentication, grants access to only those apis
-    // that don't require 'password'
-    if (requiredLevel === 'assertion' || req.session.auth_level === 'password') {
-      return true;
-    }
-  }
-  return false;
-}
-
-function bcryptPassword(password, cb) {
-  var startTime = new Date();
-  bcrypt.encrypt(config.get('bcrypt_work_factor'), password, function() {
-    var reqTime = new Date - startTime;
-    statsd.timing('bcrypt.encrypt_time', reqTime);
-    cb.apply(null, arguments);
-  });
-}
-
-function authenticateSession(options, cb) {
-  var session = options.session;
-  var uid = options.uid;
-  var level = options.level;
-  var duration_ms = options.duration_ms;
-  if (['assertion', 'password'].indexOf(level) === -1)
-    cb(new Error("invalid authentication level: " + level));
-
-  db.lastPasswordReset(uid, function(err, lastPasswordReset) {
-    if (err)
-      return cb(err);
-    if (lastPasswordReset === undefined)
-      return cb(new Error("authenticateSession called with undefined lastPasswordReset"));
-    // if the user is *already* authenticated as this uid with an equal or
-    // better level of auth, let's not lower them.  Issue #1049
-    if (session.userid === uid && session.auth_level === 'password' &&
-        session.auth_level !== level) {
-      logger.info("not resetting cookies to 'assertion' authenticate a user who is already password authenticated");
-    } else {
-      if (duration_ms) {
-        session.setDuration(duration_ms);
-      }
-      session.userid = uid;
-      session.auth_level = level;
-      session.lastPasswordReset = lastPasswordReset;
-    }
-    cb(null);
-  });
-}
-
-function checkCSRF(req, resp, next) {
-  // only on POSTs
-  if (req.method !== "POST")
-    return next();
-
-  // there must be a session
-  if (req.session === undefined || typeof req.session.csrf !== 'string') {
-    logger.warn("POST calls to /wsapi require a cookie to be sent, this user may have cookies disabled");
-    return httputils.forbidden(resp, "no cookie");
-  }
-
-  // and the token must match what is sent in the post body
-  if (!req.body || !req.session || !req.session.csrf || req.body.csrf != req.session.csrf) {
-    // if any of these things are false, then we'll block the request
-    var b = req.body ? req.body.csrf : "<none>";
-    var s = req.session ? req.session.csrf : "<none>";
-    logger.warn("CSRF validation failure, token mismatch. got:" + b + " want:" + s);
-    return httputils.badRequest(resp, "CSRF violation");
-  }
-
-  // all good
-  next();
-}
-
-function checkExpiredSession(req, resp, next) {
-  // all requests (both GET and POST) must have a session
-  if (req.session === undefined) {
-    logger.warn("calls to /wsapi require a cookie to be sent, this user may have cookies disabled");
-    return httputils.forbidden(resp, "no cookie");
-  }
-  if (!req.session.userid) {
-    // not yet authenticated, so nothing to expire, avoid the DB fetch
-    return next();
-  }
-  db.lastPasswordReset(req.session.userid, function(err, token) {
-    if (err) return databaseDown(resp, err);
-    // if token is 0 (or undefined), they haven't changed their password
-    // since the server was updated to use lastPasswordResets. Allow the
-    // session to pass, otherwise the server upgrade would gratuitously
-    // expire innocent sessions.
-    if (token && token != req.session.lastPasswordReset) {
-      logger.warn("expired cookie (password changed since issued)");
-      req.session.reset();
-    }
-    next();
-  });
-}
-
-function langContext(req) {
-  return {
-    lang: req.lang,
-    locale: req.locale,
-    gettext: req.gettext,
-    ngettext: req.ngettext,
-    format: req.format
-  };
-}
-
-function databaseDown(res, err) {
-  logger.warn('database is down, cannot process request: ' + err);
-  httputils.serviceUnavailable(res, "database unavailable");
-}
-
-function operationFromURL (path) {
-  var purl = url.parse(path);
-  return purl.pathname.substr(0, WSAPI_PREFIX.length) === WSAPI_PREFIX &&
-          purl.pathname.substr(WSAPI_PREFIX.length) || null;
-}
-
-var APIs;
-function allAPIs () {
-  if (APIs) return APIs;
-
-  APIs = {};
-
-  fs.readdirSync(path.join(__dirname, 'wsapi')).forEach(function (f) {
-    // skip files that don't have a .js suffix or start with a dot
-    if (f.length <= 3 || f.substr(-3) !== '.js' || f.substr(0,1) === '.') return;
-    var operation = f.substr(0, f.length - 3);
-
-    var api = require(path.join(__dirname, 'wsapi', f));
-    APIs[operation] = api;
-  });
-
-  return APIs;
-}
-
-// common functions exported, for use by different api calls
-exports.clearAuthenticatedUser = clearAuthenticatedUser;
-exports.isAuthed = isAuthed;
-exports.bcryptPassword = bcryptPassword;
-exports.authenticateSession = authenticateSession;
-exports.forwardWritesTo = undefined;
-exports.langContext = langContext;
-exports.databaseDown = databaseDown;
-
-exports.setup = function(options, app) {
-
-  // If externally we're serving content over SSL we can enable things
-  // like strict transport security and change the way cookies are set
-  const overSSL = (config.get('scheme') == 'https');
-
-  var cookieParser = express.cookieParser();
-  var bodyParser = express.bodyParser();
-
-  // stash our forward-to url so different wsapi handlers can use it
-  exports.forwardWritesTo = options.forward_writes;
-
-  var cookieSessionMiddleware = sessions({
-    secret: COOKIE_SECRET,
-    cookieName: COOKIE_KEY,
-    duration: config.get('authentication_duration_ms'),
-    cookie: {
-      path: '/wsapi',
-      httpOnly: true,
-      maxAge: config.get('authentication_duration_ms'),
-      secure: overSSL
-    }
-  });
-
-  app.use(function(req, resp, next) {
-    var purl = url.parse(req.url);
-
-    // cookie sessions are only applied to calls to /wsapi
-    // as all other resources can be aggressively cached
-    // by layers higher up based on cache control headers.
-    // the fallout is that all code that interacts with sessions
-    // should be under /wsapi
-    if (purl.pathname.substr(0, WSAPI_PREFIX.length) !== WSAPI_PREFIX)
-      return next();
-
-    // explicitly disallow caching on all /wsapi calls (issue #294)
-    resp.setHeader('Cache-Control', 'no-cache, max-age=0');
-
-    // we set this parameter so the connect-cookie-session
-    // sends the cookie even though the local connection is HTTP
-    // (the load balancer does SSL)
-    if (overSSL)
-      req.connection.proxySecure = true;
-
-    const operation = purl.pathname.substr(WSAPI_PREFIX.length);
-
-    // count the number of WSAPI operation
-    statsd.increment("wsapi." + operation);
-
-    // check to see if the api is known here, before spending more time with
-    // the request.
-    if (!wsapis.hasOwnProperty(operation) ||
-        wsapis[operation].method.toLowerCase() !== req.method.toLowerCase())
-    {
-      // if the fake verification api is enabled (for load testing),
-      // then let this request fall through
-      if (operation !== 'fake_verification' || !process.env['BROWSERID_FAKE_VERIFICATION'])
-        return httputils.badRequest(resp, "no such api");
-    }
-
-    // perform full parsing and validation
-    return cookieParser(req, resp, function() {
-      bodyParser(req, resp, function() {
-        cookieSessionMiddleware(req, resp, function() {
-          checkExpiredSession(req, resp, function() {
-            return checkCSRF(req, resp, next);
-          });
-        });
-      });
-    });
-  });
-
-  // load all of the APIs supported by this process
-  var wsapis = { };
-
-  function describeOperation(name, op) {
-    var str = "  " + name + " (";
-    str += op.method.toUpperCase() + " - ";
-    str += (op.authed ? "" : "not ") + "authed";
-    if (op.args) {
-      var keys = Array.isArray(op.args) ? op.args : Object.keys(op.args);
-      str += " - " + keys.join(", ");
-    }
-    if (op.internal) str += ' - internal';
-    str += ")";
-    logger.debug(str);
-  }
-
-  var all = allAPIs();
-  Object.keys(all).forEach(function (operation) {
-    try {
-      var api = all[operation];
-
-      // - don't register read apis if we are configured as a writer,
-      // with the exception of ping which tests database connection health.
-      // - don't register write apis if we are not configured as a writer
-      if ((options.only_write_apis && !api.writes_db && operation != 'ping') ||
-          (!options.only_write_apis && api.writes_db))
-            return;
-
-      wsapis[operation] = api;
-
-      // set up the argument validator
-      if (api.args) {
-        wsapis[operation].validate = validate(api.args);
-      } else {
-        wsapis[operation].validate = function(req,res,next) { next(); };
-      }
-
-    } catch(e) {
-      var msg = "error registering " + operation + " api: " + e;
-      logger.error(msg);
-      throw msg;
-    }
-  });
-
-  // debug output - all supported apis
-  logger.debug("WSAPIs:");
-  Object.keys(wsapis).forEach(function(api) {
-    describeOperation(api, wsapis[api]);
-  });
-
-  app.use(function(req, resp, next) {
-    var purl = url.parse(req.url);
-
-    if (purl.pathname.substr(0, WSAPI_PREFIX.length) === WSAPI_PREFIX) {
-      const operation = purl.pathname.substr(WSAPI_PREFIX.length);
-
-      // the fake_verification wsapi is implemented elsewhere.
-      if (operation == 'fake_verification') return next();
-
-      // at this point, we *know* 'operation' is valid API, give checks performed
-      // above
-
-      // does the request require authentication?
-      if (wsapis[operation].authed && !isAuthed(req, wsapis[operation].authed)) {
-        return httputils.badRequest(resp, "requires authentication");
-      }
-
-      // validate the arguments of the request
-      wsapis[operation].validate(req, resp, function() {
-        if (wsapis[operation].i18n) {
-          abide(req, resp, function () {
-            wsapis[operation].process(req, resp);
-          });
-        } else {
-          wsapis[operation].process(req, resp);
-        }
-      });
-    } else {
-      next();
-    }
-  });
-};
-
-
-exports.routeSetup = function (app, options) {
-  var wsapis = allAPIs();
-
-  app.use(function(req, resp, next) {
-    var operation = operationFromURL(req.url);
-
-    // not a WSAPI request
-    if (!operation) return next();
-
-    var api = wsapis[operation];
-
-    // check to see if the api is known here, before spending more time with
-    // the request.
-    if (!wsapis.hasOwnProperty(operation) ||
-        api.method.toLowerCase() !== req.method.toLowerCase()) {
-      // if the fake verification api is enabled (for load testing),
-      // then let this request fall through
-      if (operation !== 'fake_verification' || !process.env['BROWSERID_FAKE_VERIFICATION'])
-        return httputils.badRequest(resp, "no such api");
-    }
-
-    if (api.internal) {
-        return httputils.notFound(resp);
-    }
-
-    var destination_url = api.writes_db ? options.write_url + "/wsapi/" + operation
-                                        : options.read_url + req.url;
-
-    var cb = function() {
-      forward(
-        destination_url, req, resp,
-        function(err) {
-          if (err) {
-            logger.error("error forwarding request:", err);
-          }
-        });
-    };
-    return express.bodyParser()(req, resp, cb);
-
-  });
-};
diff --git a/lib/wsapi/account_cancel.js b/lib/wsapi/account_cancel.js
deleted file mode 100644
index a0e3644ab3183aeda642259f4e40a967886aa449..0000000000000000000000000000000000000000
--- a/lib/wsapi/account_cancel.js
+++ /dev/null
@@ -1,22 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi'),
-logger = require('../logging.js').logger;
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = 'assertion';
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  db.cancelAccount(req.session.userid, function(error) {
-    if (error) {
-      wsapi.databaseDown(res, error);
-    } else {
-      res.json({ success: true });
-    }});
-};
diff --git a/lib/wsapi/add_email_with_assertion.js b/lib/wsapi/add_email_with_assertion.js
deleted file mode 100644
index 344c9d50d1e0a2680543e015ffccef4b243eff3f..0000000000000000000000000000000000000000
--- a/lib/wsapi/add_email_with_assertion.js
+++ /dev/null
@@ -1,52 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger,
-querystring = require('querystring'),
-primary = require('../primary.js'),
-http = require('http'),
-https = require('https');
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = 'assertion';
-exports.args = {
-  'assertion': 'assertion'
-};
-exports.i18n = false;
-
-// This WSAPI will be invoked when a user attempts to add a primary
-// email address to their browserid account.  They must already be
-// authenticated.
-exports.process = function(req, res) {
-  // first let's verify that the assertion is valid
-  primary.verifyAssertion(req.params.assertion, function(err, email) {
-    if (err) {
-      return res.json({
-        success: false,
-        reason: err.toString()
-      });
-    }
-
-    // user is authenticated as req.session.userid (their numeric user "id"),
-    // and they've proved, via assertion, that they own 'email'.  Let's add
-    // that email to their account, removing it from others accounts if required.
-    db.addPrimaryEmailToAccount(req.session.userid, email, function(err) {
-      if (err) {
-        logger.warn('cannot add primary email "' + email + '" to acct with uid "'
-                    + req.session.userid + '": ' + err);
-        return wsapi.databaseDown(res, err);
-      }
-
-      // success!
-      logger.info('added email "' + email + '" to acct with uid "'
-                  + req.session.userid + '"');
-      return res.json({ success: true });
-    });
-  });
-};
diff --git a/lib/wsapi/address_info.js b/lib/wsapi/address_info.js
deleted file mode 100644
index 8196a77e40a0b709e9e10fb2f376f0e8519fb3c5..0000000000000000000000000000000000000000
--- a/lib/wsapi/address_info.js
+++ /dev/null
@@ -1,61 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-primary = require('../primary.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils.js'),
-url = require('url'),
-logger = require('../logging.js').logger;
-
-// return information about an email address.
-//   type:  is this an address with 'primary' or 'secondary' support?
-//   if type is 'secondary':
-//     known: is this address known to browserid?
-//   if type is 'primary':
-//     auth: what is the url to send the user to for authentication
-//     prov: what is the url to embed for silent certificate (re)provisioning
-
-exports.method = 'get';
-exports.writes_db = false;
-exports.authed = false;
-exports.args = {
-  'email': 'email'
-};
-exports.i18n = false;
-
-const emailRegex = /\@(.*)$/;
-
-exports.process = function(req, res) {
-  // parse out the domain from the email
-  var m = emailRegex.exec(req.params.email);
-
-  // Saftey value for production branch only
-  // (lth) ^^ what does this mean? ^^
-  var done = false;
-  primary.checkSupport(m[1], function(err, urls, publicKey, delegates) {
-    if (done) {
-      return;
-    }
-    done = true;
-    if (err) {
-      logger.info('"' + m[1] + '" primary support is misconfigured, falling back to secondary: ' + err);
-      // primary check failed, fall back to secondary email verification
-    }
-
-    if (urls) {
-      urls.type = 'primary';
-      res.json(urls);
-    } else {
-      db.emailKnown(req.params.email, function(err, known) {
-        if (err) {
-          return wsapi.databaseDown(res, err);
-        } else {
-          res.json({ type: 'secondary', known: known });
-        }
-      });
-    }
-  });
-};
diff --git a/lib/wsapi/auth_with_assertion.js b/lib/wsapi/auth_with_assertion.js
deleted file mode 100644
index 5a3b1d667264bf9880a6268b6b8c3acea8f3c616..0000000000000000000000000000000000000000
--- a/lib/wsapi/auth_with_assertion.js
+++ /dev/null
@@ -1,123 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger,
-querystring = require('querystring'),
-primary = require('../primary.js'),
-http = require('http'),
-https = require('https'),
-config = require('../configuration');
-
-exports.method = 'post';
-exports.writes_db = false;
-exports.authed = false;
-exports.args = {
-  'assertion': 'assertion',
-  'ephemeral': 'boolean'
-};
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  // this WSAPI will be invoked when a user attempts to authenticate with
-  // an assertion from a primary identity authority.  It might seemlessly
-  // create a user account if that's needed
-
-  // 1. first let's verify that the assertion is valid
-  primary.verifyAssertion(req.params.assertion, function(err, email) {
-    if (err) {
-      return res.json({
-        success: false,
-        reason: err.toString()
-      });
-    }
-
-    // 2. if valid, does the user exist?
-    db.emailType(email, function(err, type) {
-      if (err) return wsapi.databaseDown(res, err);
-
-      // if this is a known primary email, authenticate the user and we're done!
-      if (type === 'primary') {
-        return db.emailToUID(email, function(err, uid) {
-          if (err) return wsapi.databaseDown(res, err);
-          if (!uid) return res.json({ success: false, reason: "internal error" });
-          wsapi.authenticateSession({session: req.session, uid: uid,
-                                     level: 'assertion',
-                                     duration_ms: req.params.ephemeral ?
-                                     config.get('ephemeral_session_duration_ms')
-                                     : config.get('authentication_duration_ms')
-                                     }, function(err) {
-            if (err) return wsapi.databaseDown(res, err);
-            return res.json({ success: true, userid: uid });
-          });
-        });
-      }
-      else if (type === 'secondary') {
-        logger.error('user logs in with a primary address that was once a secondary, not implemented ('
-                     + email + ')');
-        return res.json({ success: false });
-      }
-
-      // if the user doesn't exist, let's bounce off the dbwriter to have the
-      // user + email created
-      var u = wsapi.forwardWritesTo;
-
-      var m = u.scheme === 'http' ? http : https;
-
-      var post_body = querystring.stringify({
-        assertion: req.params.assertion,
-        csrf: req.params.csrf
-      });
-
-      var preq = m.request({
-        host: u.host,
-        port: u.port,
-        path: '/wsapi/create_account_with_assertion',
-        method: "POST",
-        headers: {
-          'Cookie': req.headers['cookie'],
-          'Content-Type': 'application/x-www-form-urlencoded',
-          'Content-Length': post_body.length
-        }
-      }, function(pres) {
-        var respBody = "";
-        pres.on('data', function(chunk) {
-          respBody += chunk;
-        });
-        pres.on('end', function() {
-          var r;
-          try {
-            if (pres.statusCode !== 200) throw "non-200 response: " + pres.statusCode;
-            r = JSON.parse(respBody);
-            if (!r.success) throw "non-success response from dbwriter";
-            if (!r.userid) throw "malformed response from dbwriter";
-          } catch(e) {
-            logger.error("failed to create primary user with assertion for " + email + ": " + e);
-            return res.json({ success: false, reason: "internal error creating account" });
-          }
-
-          logger.info("successfully created primary acct for " + email + " (" + r.userid + ")");
-          wsapi.authenticateSession({session: req.session, uid: r.userid,
-                                     level: 'assertion',
-                                     duration_ms: req.params.ephemeral ?
-                                     config.get('ephemeral_session_duration_ms')
-                                     : config.get('authentication_duration_ms')
-                                     }, function (err) {
-            if (err) return wsapi.databaseDown(res, err);
-            res.json({ success: true, userid: r.userid });
-          });
-        });
-      }).on('error', function(e) {
-        logger.error("failed to create primary user with assertion for " + email + ": " + e);
-        res.json({ success: false, reason: "internal error forwarding request" });
-      });
-
-      preq.write(post_body);
-      preq.end();
-    });
-  });
-};
diff --git a/lib/wsapi/authenticate_user.js b/lib/wsapi/authenticate_user.js
deleted file mode 100644
index 54ee33e9b19bc10f78c4e2c0f1224c458922b81a..0000000000000000000000000000000000000000
--- a/lib/wsapi/authenticate_user.js
+++ /dev/null
@@ -1,131 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger,
-bcrypt = require('../bcrypt'),
-http = require('http'),
-https = require('https'),
-querystring = require('querystring'),
-statsd = require('../statsd'),
-config = require('../configuration');
-
-exports.method = 'post';
-exports.writes_db = false;
-exports.authed = false;
-exports.i18n = false;
-exports.args = {
-  'email': 'email',
-  'pass':  'password',
-  'ephemeral': 'boolean'
-};
-
-exports.process = function(req, res) {
-  function fail(reason) {
-    var r = { success: false };
-    if (reason) r.reason = reason;
-    logger.debug('authentication fails for user: ' + req.params.email + (reason ? (' - ' + reason) : ""));
-    return res.json(r);
-  }
-
-  db.emailToUID(req.params.email, function(err, uid) {
-    if (err) return wsapi.databaseDown(res, err);
-
-    if (typeof uid !== 'number') {
-      return fail('no such user');
-    }
-
-    db.checkAuth(uid, function(err, hash) {
-      if (err) return wsapi.databaseDown(res, err);
-
-      if (typeof hash !== 'string') {
-        return fail('no password set for user');
-      }
-
-      var startTime = new Date();
-      bcrypt.compare(req.params.pass, hash, function (err, success) {
-        var reqTime = new Date - startTime;
-        statsd.timing('bcrypt.compare_time', reqTime);
-
-        if (err) {
-          if (err.indexOf('exceeded') != -1) {
-            logger.warn("max load hit, failing on auth request with 503: " + err);
-            res.status(503);
-            return fail("server is too busy");
-          }
-          logger.error("error comparing passwords with bcrypt: " + err);
-          return fail("internal password check error");
-        } else if (!success) {
-          return fail("password mismatch for user: " + req.params.email);
-        } else {
-          if (!req.session) req.session = {};
-
-          wsapi.authenticateSession({session: req.session, uid: uid,
-                                     level: 'password',
-                                     duration_ms: req.params.ephemeral ?
-                                      config.get('ephemeral_session_duration_ms')
-                                      : config.get('authentication_duration_ms')
-                                    }, function(err) {
-                                      if (err)
-                                        return wsapi.databaseDown(res, err);
-                                      res.json({ success: true, userid: uid });
-
-                                      // if the work factor has changed, update the hash here.  issue #204
-                                      // NOTE: this runs asynchronously and will not delay the response
-                                      if (config.get('bcrypt_work_factor') != bcrypt.getRounds(hash))
-                                        updateHash(req, res, uid, hash);
-                                    });
-        }
-      });
-    });
-  });
-};
-
-
-function updateHash(req, res, uid, hash) {
-  logger.info("updating bcrypted password for user " + uid);
-
-  // this request must be forwarded to dbwriter, and we'll use the
-  // authentication cookie of the user just sent out.
-  var u = wsapi.forwardWritesTo;
-
-  var m = u.scheme === 'http' ? http : https;
-
-  var post_body = querystring.stringify({
-    oldpass: req.params.pass,
-    newpass: req.params.pass,
-    csrf: req.params.csrf
-  });
-  var preq = m.request({
-    host: u.host,
-    port: u.port,
-    path: '/wsapi/update_password',
-    method: "POST",
-    headers: {
-      'Cookie': res._headers['set-cookie'],
-      'Content-Type': 'application/x-www-form-urlencoded',
-      'Content-Length': post_body.length
-    }
-  }, function(pres) {
-    pres.on('end', function() {
-      if (pres.statusCode !== 200) {
-        logger.error("failed to update bcrypt rounds of password for " + uid +
-                     " dbwriter returns " + pres.statusCode);
-      } else {
-        logger.info("bcrypt rounds of password for " + uid +
-                    " successfully updated (from " +
-                    bcrypt.getRounds(hash) + " to "
-                    + config.get('bcrypt_work_factor') + ")");
-      }
-    });
-  }).on('error', function(e) {
-    logger.error("failed to update bcrypt rounds of password for " + uid + ": " + e);
-  });
-
-  preq.write(post_body);
-  preq.end();
-}
diff --git a/lib/wsapi/cert_key.js b/lib/wsapi/cert_key.js
deleted file mode 100644
index 71be5c629cfb815dc2f6df14a9462d902f983792..0000000000000000000000000000000000000000
--- a/lib/wsapi/cert_key.js
+++ /dev/null
@@ -1,59 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger,
-forward = require('../http_forward.js').forward,
-config = require('../configuration.js'),
-urlparse = require('urlparse'),
-wsapi = require('../wsapi.js');
-
-exports.method = 'post';
-exports.writes_db = false;
-exports.authed = 'password';
-exports.args = {
-  'email': 'email',
-  'pubkey': 'pubkey',
-  'ephemeral': 'boolean'
-};
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  db.userOwnsEmail(req.session.userid, req.params.email, function(err, owned) {
-    if (err) return wsapi.databaseDown(res, err);
-
-    // not same account? big fat error
-    if (!owned) return httputils.badRequest(res, "that email does not belong to you");
-
-    // secondary addresses in the database may be "unverified".  this occurs when
-    // a user forgets their password.  We will not issue certs for unverified email
-    // addresses
-    db.emailIsVerified(req.params.email, function(err, verified) {
-      if (!verified) return httputils.forbidden(res, "that email requires (re)verification");
-
-      // forward to the keysigner!
-      var keysigner = urlparse(config.get('keysigner_url'));
-      keysigner.path = '/wsapi/cert_key';
-
-      // parameter validation moves arguments from req.body to req.params,
-      // and removes them from req.body.  This feature makes it impossible
-      // to use unvalidated params in your wsapi "process" function.
-      // 
-      // http_forward, however, will only forward params in req.body
-      // or req.query.  so we explicitly copy req.params to req.body
-      // to cause them to be forwarded.
-      req.body = req.params;
-
-      forward(keysigner, req, res, function(err) {
-        if (err) {
-          logger.error("error forwarding request to keysigner: " + err);
-          httputils.serverError(res, "can't contact keysigner");
-          return;
-        }
-      });
-    });
-  });
-};
diff --git a/lib/wsapi/complete_email_confirmation.js b/lib/wsapi/complete_email_confirmation.js
deleted file mode 100644
index 816afc7330b758ecf6ff2dfa658fc1a0fe672e8a..0000000000000000000000000000000000000000
--- a/lib/wsapi/complete_email_confirmation.js
+++ /dev/null
@@ -1,78 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* This api is hit in two cases:
- *  + the final step in adding a new email to your account
- *  + the final step in re-verifying an email in your account after
- *    password reset
- */
-
-const
-db = require('../db.js'),
-logger = require('../logging.js').logger,
-wsapi = require('../wsapi.js'),
-bcrypt = require('../bcrypt.js'),
-httputils = require('../httputils.js');
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = false;
-exports.args = {
-  'token': 'token',
-  // NOTE: 'pass' is required when a user has a null password
-  // (only primaries on their acct)
-  'pass': {
-    type: 'password',
-    required: false
-  }
-};
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  // in order to complete an email confirmation, one of the following must be true:
-  //
-  // 1. you must already be authenticated as the user who initiated the verification
-  // 2. you must provide the password of the initiator.
-
-  db.authForVerificationSecret(req.params.token, function(err, initiator_hash, initiator_uid) {
-    if (err) {
-      logger.info("unknown verification secret: " + err);
-      return wsapi.databaseDown(res, err);
-    }
-
-    if (req.session.userid === initiator_uid) {
-      postAuthentication();
-    } else if (typeof req.params.pass === 'string') {
-      bcrypt.compare(req.params.pass, initiator_hash, function (err, success) {
-        if (err) {
-          logger.warn("max load hit, failing on auth request with 503: " + err);
-          return httputils.serviceUnavailable(res, "server is too busy");
-        } else if (!success) {
-          return httputils.authRequired(res, "password mismatch");
-        } else {
-          postAuthentication();
-        }
-      });
-    } else {
-      return httputils.authRequired(res, "password required");
-    }
-
-    function postAuthentication() {
-      db.completeConfirmEmail(req.params.token, function(e, email, uid) {
-        if (e) {
-          logger.warn("couldn't complete email verification: " + e);
-          wsapi.databaseDown(res, e);
-        } else {
-          wsapi.authenticateSession({session: req.session, uid: uid,
-                                     level: 'password', duration_ms: undefined},
-                                    function(err) {
-                                      if (err)
-                                        return wsapi.databaseDown(res, err);
-                                      res.json({ success: true });
-                                    });
-        }
-      });
-    };
-  });
-};
diff --git a/lib/wsapi/complete_reset.js b/lib/wsapi/complete_reset.js
deleted file mode 100644
index 6c2e915fd932540b069e3ec574df11d5e883cd3f..0000000000000000000000000000000000000000
--- a/lib/wsapi/complete_reset.js
+++ /dev/null
@@ -1,97 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-logger = require('../logging.js').logger,
-wsapi = require('../wsapi.js'),
-bcrypt = require('../bcrypt.js'),
-httputils = require('../httputils.js'),
-config = require('../configuration.js');
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = false;
-// NOTE: this API also takes a 'pass' parameter which is required
-// when a user has a null password (only primaries on their acct)
-exports.args = {
-  'token': 'token',
-  'pass': {
-    type: 'password',
-    required: false
-  }
-};
-exports.i18n = true;
-
-exports.process = function(req, res) {
-  // in order to complete a password reset, one of the following must be true:
-  //
-  // 1. you are using the same browser to complete the email verification as you
-  //    used to start it
-  // 2. you have provided the password chosen by the initiator of the verification
-  //    request
-
-  // is this the same browser?
-  if (req.params.token === req.session.pendingReset) {
-    return postAuthentication();
-  }
-  // is a password provided?
-  else if (typeof req.params.pass === 'string') {
-    return db.authForVerificationSecret(req.params.token, function(err, hash) {
-      if (err) {
-        logger.warn("couldn't get password for verification secret: " + err);
-        return wsapi.databaseDown(res, err);
-      }
-
-      bcrypt.compare(req.params.pass, hash, function (err, success) {
-        if (err) {
-          logger.warn("max load hit, failing on auth request with 503: " + err);
-          return httputils.serviceUnavailable(res, "server is too busy");
-        } else if (!success) {
-          return httputils.authRequired(res, "password mismatch");
-        } else {
-          return postAuthentication();
-        }
-      });
-    });
-  } else {
-    return httputils.authRequired(res, 'Provide your password');
-  }
-
-  function postAuthentication() {
-    db.haveVerificationSecret(req.params.token, function(err, known) {
-      if (err) return wsapi.databaseDown(res, err);
-
-      if (!known) {
-        // clear the pendingReset token from the session if we find no such
-        // token in the database
-        delete req.session.pendingReset;
-        return res.json({ success: false} );
-      }
-
-      db.completePasswordReset(req.params.token, function(err, email, uid) {
-        if (err) {
-          logger.warn("couldn't complete email verification: " + err);
-          wsapi.databaseDown(res, err);
-        } else {
-          // clear the pendingReset token from the session once we
-          // successfully complete password reset
-          delete req.session.pendingReset;
-
-          // At this point, the user is either on the same browser with a token from
-          // their email address, OR they've provided their account password.  It's
-          // safe to grant them an authenticated session.
-          wsapi.authenticateSession({session: req.session,
-                                     uid: uid,
-                                     level: 'password',
-                                     duration_ms: config.get('ephemeral_session_duration_ms')
-                                    }, function(err) {
-            if (err) return wsapi.databaseDown(res, err);
-            res.json({ success: true });
-          });
-        }
-      });
-    });
-  }
-};
diff --git a/lib/wsapi/complete_user_creation.js b/lib/wsapi/complete_user_creation.js
deleted file mode 100644
index 2db73cfdb64a0db6c6f3a6694c4360a0d1db2bd6..0000000000000000000000000000000000000000
--- a/lib/wsapi/complete_user_creation.js
+++ /dev/null
@@ -1,102 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger,
-bcrypt = require('../bcrypt'),
-config = require('../configuration');
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = false;
-exports.args = {
-  'token': 'token',
-  // NOTE: 'pass' is required when a user completes on a different device
-  // than they initiate
-  'pass': {
-    type: 'password',
-    required: false
-  }
-};
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  // in order to complete a user creation, one of the following must be true:
-  //
-  // 1. you are using the same browser to complete the email verification as you
-  //    used to start it
-  // 2. you have provided the password chosen by the initiator of the verification
-  //    request
-  //
-  // These protections guard against the case where an attacker can send out a bunch
-  // of verification emails, wait until a distracted internet user clicks on one,
-  // and then control a browserid account that they can use to prove they own
-  // the email address of the attacked.
-
-  // is this the same browser?
-  if (req.params.token === req.session.pendingCreation) {
-    return postAuthentication();
-  }
-  // is a password provided?
-  else if (typeof req.params.pass === 'string') {
-    return db.authForVerificationSecret(req.params.token, function(err, hash) {
-      if (err) {
-        logger.warn("couldn't get password for verification secret: " + err);
-        return wsapi.databaseDown(res, err);
-      }
-
-      bcrypt.compare(req.params.pass, hash, function (err, success) {
-        if (err) {
-          logger.warn("max load hit, failing on auth request with 503: " + err);
-          return httputils.serviceUnavailable(res, "server is too busy");
-        } else if (!success) {
-          return httputils.authRequired(res, "password mismatch");
-        } else {
-          return postAuthentication();
-        }
-      });
-    });
-  } else {
-    return httputils.authRequired(res, 'Provide your password');
-  }
-
-  function postAuthentication() {
-    db.haveVerificationSecret(req.params.token, function(err, known) {
-      if (err) return wsapi.databaseDown(res, err);
-
-      if (!known) {
-        // clear the pendingCreation token from the session if we find no such
-        // token in the database
-        delete req.session.pendingCreation;
-        return res.json({ success: false} );
-      }
-
-      db.completeCreateUser(req.params.token, function(err, email, uid) {
-        if (err) {
-          logger.warn("couldn't complete email verification: " + err);
-          wsapi.databaseDown(res, err);
-        } else {
-          // clear the pendingCreation token from the session once we
-          // successfully complete user creation
-          delete req.session.pendingCreation;
-
-          // At this point, the user is either on the same browser with a token from
-          // their email address, OR they've provided their account password.  It's
-          // safe to grant them an authenticated session.
-          wsapi.authenticateSession({session: req.session,
-                                     uid: uid,
-                                     level: 'password',
-                                     duration_ms: config.get('ephemeral_session_duration_ms')
-                                    }, function(err) {
-            if (err) return wsapi.databaseDown(res, err);
-            res.json({ success: true });
-          });
-        }
-      });
-    });
-  }
-};
diff --git a/lib/wsapi/create_account_with_assertion.js b/lib/wsapi/create_account_with_assertion.js
deleted file mode 100644
index 96beb7d9b225f76641d0547e99a3473757d64586..0000000000000000000000000000000000000000
--- a/lib/wsapi/create_account_with_assertion.js
+++ /dev/null
@@ -1,38 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils'),
-primary = require('../primary.js'),
-logger = require('../logging.js').logger;
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = false;
-exports.internal = true;
-exports.args = {
-  assertion: 'assertion'
-};
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  // let's (re)verify that the assertion is valid
-  primary.verifyAssertion(req.params.assertion, function(err, email) {
-    if (err) {
-      // this should not be an error, the assertion should have already been
-      // tested on the webhead
-      logger.error('verfication of primary assertion failed unexpectedly dbwriter (' + err + '): ' +
-                   req.params.assertion);
-
-      return httputils.serverError(res);
-    }
-
-    db.createUserWithPrimaryEmail(email, function(err, uid) {
-      if (err) return wsapi.databaseDown(res);
-      res.json({ success: true, userid: uid });
-    });
-  });
-};
diff --git a/lib/wsapi/email_addition_status.js b/lib/wsapi/email_addition_status.js
deleted file mode 100644
index d3eb3e569215db59e6b1f7fd8f0ace984780f19a..0000000000000000000000000000000000000000
--- a/lib/wsapi/email_addition_status.js
+++ /dev/null
@@ -1,50 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js');
-
-/* First half of account creation.  Stages a user account for creation.
- * this involves creating a secret url that must be delivered to the
- * user via their claimed email address.  Upon timeout expiry OR clickthrough
- * the staged user account transitions to a valid user account
- */
-
-exports.method = 'get';
-exports.writes_db = false;
-exports.authed = 'assertion';
-exports.args = { email: 'email' };
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  var email = req.params.email;
-
-  // check if the currently authenticated user has the email stored under pendingAddition
-  // in their acct.
-  db.userOwnsEmail(
-    req.session.userid,
-    email,
-    function(err, registered) {
-      if (err) {
-        wsapi.databaseDown(res, err);
-      } else if (registered) {
-        delete req.session.pendingAddition;
-        res.json({ status: 'complete' });
-      } else if (!req.session.pendingAddition) {
-        res.json({ status: 'failed' });
-      } else {
-        db.haveVerificationSecret(req.session.pendingAddition, function (err, known) {
-          if (err) {
-            return wsapi.databaseDown(res, err);
-          } else if (known) {
-            return res.json({ status: 'pending' });
-          } else {
-            delete req.session.pendingAddition;
-            res.json({ status: 'failed' });
-          }
-        });
-      }
-    });
-};
diff --git a/lib/wsapi/email_for_token.js b/lib/wsapi/email_for_token.js
deleted file mode 100644
index 5b28e07c1febb5460fce91db5a3a82e46c7fb90c..0000000000000000000000000000000000000000
--- a/lib/wsapi/email_for_token.js
+++ /dev/null
@@ -1,91 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-httputils = require('../httputils.js'),
-logger = require('../logging.js').logger;
-
-/* Given a verification secret (a "token", delivered via email), return the
- * email address associated with this token.
- *
- * This call also returns a hint to the UI, regarding whether completing the
- * email verification that this token will require the user to enter their
- * password.
- *
- * These two things are conflated into a single call as a performance
- * optimization.
- */
-
-exports.method = 'get';
-exports.writes_db = false;
-exports.authed = false;
-exports.args = {
-  'token': 'token'
-};
-exports.i18n = false;
-
-exports.process = function(req, res) {
-
-  db.emailForVerificationSecret(req.params.token, function(err, email, uid, hash) {
-    if (err) {
-      if (err === 'database unavailable') {
-        return httputils.serviceUnavailable(res, err);
-      } else {
-        return res.json({
-          success: false,
-          reason: err
-        });
-      }
-    }
-
-    function checkMustAuth() {
-      var must_auth = true;
-
-      // For the following cases, the user must re-authenticate if they're not on the
-      // same browser.
-      // 1. they're resetting their password
-      // 2. they're creating their account
-      must_auth =
-        !((req.params.token === req.session.pendingCreation) ||
-          (req.params.token === req.session.pendingReset));
-
-      // For the following cases, unless the user is on the same browser AND authenticated,
-      // they must re-provide their password:
-      // 1. they're re-verifying an email after password reset
-      // 2. they're confirming a new email they want to add to their account
-      if (req.params.token === req.session.pendingReverification ||
-          req.params.token === req.session.pendingAddition)
-      {
-        must_auth = !(req.session.userid && req.session.userid === uid);
-      }
-
-      res.json({
-        success: true,
-        email: email,
-        must_auth: must_auth
-      });
-    }
-
-    if (!hash) {
-      // if no password is set in the stage table, this is probably an email addition
-      db.checkAuth(uid, function(err, hash) {
-        if (err) {
-          return res.json({
-            success: false,
-            reason: err
-          });
-        } else if (!hash) {
-          return res.json({
-            success: false,
-            reason: "missing password for user"
-          });
-        }
-        checkMustAuth();
-      });
-    } else {
-      checkMustAuth();
-    }
-  });
-};
diff --git a/lib/wsapi/email_reverify_status.js b/lib/wsapi/email_reverify_status.js
deleted file mode 100644
index c46d887517d99e1622d233a547714d812c8d33df..0000000000000000000000000000000000000000
--- a/lib/wsapi/email_reverify_status.js
+++ /dev/null
@@ -1,29 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js');
-
-/* A polled API which returns whether the user has completed reverification
- * of an email address
- */
-
-exports.method = 'get';
-exports.writes_db = false;
-exports.authed = 'assertion';
-exports.args = { email: 'email' };
-exports.i18n = false;
-
-exports.process = function(req, res) {
-
-  // For simplicity, all we check is if an email is verified.  We do not check that
-  // the email is owned by the currently authenticated user, nor that the verification
-  // secret still exists.  These checks would require more database interactions, and
-  // other calls will fail in such circumstances.
-  db.emailIsVerified(req.params.email, function(err, verified) {
-    if (err) return wsapi.databaseDown(res, err);
-    res.json({ status: verified ? 'complete' : 'pending' });
-  });
-};
diff --git a/lib/wsapi/have_email.js b/lib/wsapi/have_email.js
deleted file mode 100644
index 931bbb40b72ef9f0eac0e7458adb04abcf2eebf8..0000000000000000000000000000000000000000
--- a/lib/wsapi/have_email.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-url = require('url');
-
-// return if an email is known to browserid
-
-exports.method = 'get';
-exports.writes_db = false;
-exports.authed = false;
-exports.i18n = false;
-exports.args = {
-  'email': 'email'
-};
-
-exports.process = function(req, res) {
-  db.emailKnown(req.params.email, function(err, known) {
-    if (err) return wsapi.databaseDown(res, err);
-    res.json({ email_known: known });
-  });
-};
diff --git a/lib/wsapi/interaction_data.js b/lib/wsapi/interaction_data.js
deleted file mode 100644
index d3f7573fd5f63a136f7d8a203d82c9e78b296f52..0000000000000000000000000000000000000000
--- a/lib/wsapi/interaction_data.js
+++ /dev/null
@@ -1,112 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const coarse = require('../coarse_user_agent_parser'),
-      config = require('../configuration.js'),
-      http = require('http'),
-      logger = require('../logging.js').logger,
-      querystring = require('querystring'),
-      und = require('underscore'),
-      urlparse = require('urlparse'),
-      wsapi = require('../wsapi.js'),
-      TEN_MIN_IN_MS = 10 * 60 * 1000;
-
-// Accept JSON formatted interaction data and send it to the KPI Backend
-
-// WSAPI provides CSRF protection
-// TODO size limit is currently 10kb from bin/browserid, may need to expand this
-
-exports.method = 'post';
-exports.writes_db = false;
-exports.authed = false;
-exports.i18n = false;
-
-var store = function (kpi_json, cb) {
-  var options,
-      db_url,
-      kpi_req,
-      kpi_resp = function (res) {
-        logger.debug('KPI Backend responded ' + res.statusCode);
-      };
-
-  // Out of concern for the user's privacy, round the server timestamp
-  // off to the nearest 10-minute mark.
-  und.each(kpi_json, function (kpi) { delete kpi.local_timestamp;
-    if (! kpi.timestamp) {
-      kpi.timestamp = new Date().getTime();
-    }
-    kpi.timestamp = kpi.timestamp - (kpi.timestamp % TEN_MIN_IN_MS);
-  });
-
-  if (!! config.get('kpi_backend_db_url')) {
-
-    var post_data = querystring.stringify({
-      'data' : JSON.stringify(kpi_json)
-    });
-
-    var db_url = urlparse(config.get('kpi_backend_db_url'));
-    options = {
-          hostname: db_url.host,
-          path: db_url.path,
-          method: 'POST',
-          headers: {
-            'Content-Type': 'application/x-www-form-urlencoded',
-            'Content-Length': post_data.length
-          }
-    };
-
-    if (db_url.port) {
-      options.port = db_url.port;
-    }
-
-    kpi_req = http.request(options);
-    kpi_req.on('error', function (e) {
-      // TODO statsd counter
-      logger.error('KPI Backend request error: ' + e.message);
-    });
-
-    logger.debug("sending request to KPI backend" + config.get('kpi_backend_db_url'));
-    kpi_req.write(post_data);
-    kpi_req.end();
-  } else {
-    cb(false);
-  }
-};
-
-exports.process = function(req, res) {
-  // Always send a quick success response.  The client won't know if
-  // the interaction_data blob successfully made it into the backend,
-  // but because this is non-critical data, it's not worth leaving
-  // the connection open and reporting this information for now.
-  res.json({ success: true });
-
-  if (req.body.data) {
-    var kpi_json = req.body.data;
-
-    if (req.headers['user-agent']) {
-      var ua = coarse.parse(req.headers['user-agent']);
-      und.each(kpi_json, function (kpi) {
-        if (! kpi.user_agent) {
-          kpi.user_agent = {};
-        }
-        und.extend(kpi.user_agent, ua);
-      });
-    }
-
-    logger.debug("Simulate write to KPI Backend DB - " + JSON.stringify(kpi_json, null, 2));
-    try {
-      store(kpi_json, function (store_success) {
-        if (!store_success) {
-          logger.warn("failed to store interaction data");
-        }
-      });
-    } catch (e) {
-      // TODO ignore silently or set statsd counter
-      logger.warn("failed to store interaction data, JSON error: " +
-                  e.toString());
-    }
-  } else {
-    logger.info("failed to store interaction data, client sent no .data");
-  }
-};
diff --git a/lib/wsapi/list_emails.js b/lib/wsapi/list_emails.js
deleted file mode 100644
index dc615dff7c06fc0af6ccc4e233c7153896f0d003..0000000000000000000000000000000000000000
--- a/lib/wsapi/list_emails.js
+++ /dev/null
@@ -1,28 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-logger = require('../logging.js').logger,
-wsapi = require('../wsapi.js');
-
-// returns a list of emails owned by the user:
-//
-// {
-//   "foo@foo.com" : {..properties..}
-//   ...
-// }
-
-exports.method = 'get';
-exports.writes_db = false;
-exports.authed = 'assertion';
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  logger.debug('listing emails for user ' + req.session.userid);
-  db.listEmails(req.session.userid, function(err, emails) {
-    if (err) wsapi.databaseDown(res, err);
-    else res.json(emails);
-  });
-};
diff --git a/lib/wsapi/logout.js b/lib/wsapi/logout.js
deleted file mode 100644
index 4e209604e45f4c4206157219149ad49ac5d9c42d..0000000000000000000000000000000000000000
--- a/lib/wsapi/logout.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-wsapi = require('../wsapi.js');
-
-exports.method = 'post';
-exports.writes_db = false;
-exports.authed = 'assertion';
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  wsapi.clearAuthenticatedUser(req.session);
-  res.json({ success: true });
-};
diff --git a/lib/wsapi/password_reset_status.js b/lib/wsapi/password_reset_status.js
deleted file mode 100644
index 67fdc1f9e92ee2d4042c1aaf754cf15f2d94fbe0..0000000000000000000000000000000000000000
--- a/lib/wsapi/password_reset_status.js
+++ /dev/null
@@ -1,41 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-logger = require('../logging.js').logger,
-httputils = require('../httputils.js');
-
-exports.method = 'get';
-exports.writes_db = false;
-exports.authed = false;
-exports.args = { email: 'email' };
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  var email = req.params.email;
-
-  // if the email is in the staged table, we are not complete yet.
-  // if the email is not in the staged table -
-  //   * if we are authenticated as the owner of the email we're done
-  //   * if we are not authenticated as the owner of the email, we must auth
-  db.isStaged(email, function(err, staged) {
-    if (err) wsapi.databaseDown(res, err);
-
-    if (staged) {
-      return res.json({ status: 'pending' });
-    } else {
-      if (wsapi.isAuthed(req, 'assertion')) {
-        db.userOwnsEmail(req.session.userid, email, function(err, owned) {
-          if (err) wsapi.databaseDown(res, err);
-          else if (owned) res.json({ status: 'complete', userid: req.session.userid });
-          else res.json({ status: 'mustAuth' });
-        });
-      } else {
-        return res.json({ status: 'mustAuth' });
-      }
-    }
-  });
-};
diff --git a/lib/wsapi/ping.js b/lib/wsapi/ping.js
deleted file mode 100644
index e1847ef09dc3a6b548364186b08d10b850642621..0000000000000000000000000000000000000000
--- a/lib/wsapi/ping.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const db = require('../db.js');
-
-exports.method = 'get';
-exports.writes_db = false;
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  db.ping(function(err) {
-    if (err) res.send("fail", 500);
-    else res.send("ok",200);
-  });
-};
diff --git a/lib/wsapi/prolong_session.js b/lib/wsapi/prolong_session.js
deleted file mode 100644
index 0fdaecddbf1f8b76483f54fd741a50fa96e1f006..0000000000000000000000000000000000000000
--- a/lib/wsapi/prolong_session.js
+++ /dev/null
@@ -1,23 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-config = require('../configuration.js'),
-wsapi = require('../wsapi.js');
-
-exports.method = 'post';
-exports.writes_db = false;
-exports.authed = 'assertion';
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  wsapi.authenticateSession({session: req.session,
-                             uid: req.session.userid,
-                             level: req.session.auth_level,
-                             duration_ms: config.get('authentication_duration_ms')
-                             }, function(err) {
-                               if (err) return wsapi.databaseDown(res, err);
-                               res.send(200);
-                             });
-};
diff --git a/lib/wsapi/remove_email.js b/lib/wsapi/remove_email.js
deleted file mode 100644
index 87ae5a7c44ba0e40d2d708ba086e23922558e531..0000000000000000000000000000000000000000
--- a/lib/wsapi/remove_email.js
+++ /dev/null
@@ -1,33 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger;
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = 'assertion';
-exports.args = {
-  'email': 'email'
-};
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  var email = req.params.email;
-
-  db.removeEmail(req.session.userid, email, function(error) {
-    if (error) {
-      logger.warn("error removing email " + email);
-      if (error === 'database connection unavailable') {
-        wsapi.databaseDown(res, error);
-      } else {
-        httputils.badRequest(res, error.toString());
-      }
-    } else {
-      res.json({ success: true });
-    }});
-};
diff --git a/lib/wsapi/session_context.js b/lib/wsapi/session_context.js
deleted file mode 100644
index 01ca65d3b3b84b24a99796bba993ff115fc958d1..0000000000000000000000000000000000000000
--- a/lib/wsapi/session_context.js
+++ /dev/null
@@ -1,82 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-logger = require('../logging.js').logger,
-crypto = require('crypto'),
-wsapi = require('../wsapi.js'),
-secrets = require('../secrets.js'),
-version = require('../version.js'),
-config = require('../configuration.js');
-
-// return the CSRF token, authentication status, and current server time (for assertion signing)
-// 2011-12-22: adding a random seed for keygen
-// IMPORTANT: this is safe because it's only readable by same-origin code
-
-exports.method = 'get';
-exports.writes_db = false;
-exports.authed = false;
-exports.i18n = false;
-
-// determine the domain key creation date - issue #599
-const domainKeyCreationDate = secrets.publicKeyCreationDate();
-logger.debug("domain key was created at " + domainKeyCreationDate + " (certs issued prior to this are bogus)");
-
-exports.process = function(req, res) {
-  if (typeof req.session == 'undefined') {
-    req.session = {};
-  }
-
-  if (typeof req.session.csrf == 'undefined') {
-    // more random CSRF
-    // FIXME: async?
-    req.session.csrf = crypto.randomBytes(16).toString('base64');
-    logger.debug("NEW csrf token created: " + req.session.csrf);
-  }
-
-  var auth_level = undefined;
-  var authenticated = false;
-
-  function sendResponse() {
-    var respObj = {
-      csrf_token: req.session.csrf,
-      server_time: (new Date()).getTime(),
-      authenticated: authenticated,
-      auth_level: auth_level,
-      domain_key_creation_time: domainKeyCreationDate.getTime(),
-      random_seed: crypto.randomBytes(32).toString('base64'),
-      data_sample_rate: config.get('kpi_backend_sample_rate')
-    };
-    if (config.get('enable_code_version')) {
-      respObj.code_version = version();
-    }
-    if (req.session && req.session.userid) {
-      respObj.userid = req.session.userid;
-    }
-
-    res.json(respObj);
-  };
-
-  // if they're authenticated for an email address that we don't know about,
-  // then we should purge the stored cookie
-  if (!wsapi.isAuthed(req, 'assertion')) {
-    logger.debug("user is not authenticated");
-    sendResponse();
-  } else {
-    db.userKnown(req.session.userid, function (err, known) {
-      if (err) {
-        return wsapi.databaseDown(res, err);
-      } else if (!known) {
-        logger.debug("user is authenticated with an account that doesn't exist in the database");
-        wsapi.clearAuthenticatedUser(req.session);
-      } else {
-        logger.debug("user is authenticated");
-        auth_level = req.session.auth_level;
-        authenticated = true;
-      }
-      sendResponse();
-    });
-  }
-};
diff --git a/lib/wsapi/stage_email.js b/lib/wsapi/stage_email.js
deleted file mode 100644
index 859f1323deb18ceb02df4180a4c1504ca9bd1304..0000000000000000000000000000000000000000
--- a/lib/wsapi/stage_email.js
+++ /dev/null
@@ -1,95 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger,
-email = require('../email.js'),
-config = require('../configuration');
-
-/* Stage an email for addition to a user's account.  Causes email to be sent. */
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = 'assertion';
-exports.args = {
-  email: 'email',
-  site: 'origin',
-  pass: {
-    type: 'password',
-    required: false
-  }
-};
-exports.i18n = true;
-
-exports.process = function(req, res) {
-  // a password *must* be supplied to this call iff the user's password
-  // is currently NULL - this would occur in the case where this is the
-  // first secondary address to be added to an account
-
-  db.lastStaged(req.params.email, function (err, last) {
-    if (err) return wsapi.databaseDown(res, err);
-
-    if (last && (new Date() - last) < config.get('min_time_between_emails_ms')) {
-      logger.warn('throttling request to stage email address ' + req.params.email + ', only ' +
-                  ((new Date() - last) / 1000.0) + "s elapsed");
-      return httputils.throttled(res, "Too many emails sent to that address, try again later.");
-    }
-
-    db.checkAuth(req.session.userid, function(err, hash) {
-      var needs_password = !hash;
-
-      if (!err && needs_password && !req.params.pass) {
-        err = "user must choose a password";
-      }
-      if (!err && !needs_password && req.params.pass) {
-        err = "a password may not be set at this time";
-      }
-
-      if (err) {
-        logger.info("stage of email fails: " + err);
-        return res.json({
-          success: false,
-          reason: err
-        });
-      }
-
-      if (needs_password) {
-        wsapi.bcryptPassword(req.params.pass, function(err, hash) {
-          if (err) {
-            logger.warn("couldn't bcrypt password during email verification: " + err);
-            return res.json({ success: false });
-          }
-          completeStage(hash);
-        });
-      }
-      else {
-        completeStage(null);
-      }
-
-      function completeStage(hash) {
-        try {
-          // on failure stageEmail may throw
-          db.stageEmail(req.session.userid, req.params.email, hash, function(err, secret) {
-            if (err) return wsapi.databaseDown(res, err);
-
-            var langContext = wsapi.langContext(req);
-
-            // store the email being added in session data
-            req.session.pendingAddition = secret;
-
-            res.json({ success: true });
-            // let's now kick out a verification email!
-            email.sendConfirmationEmail(req.params.email, req.params.site, secret, langContext);
-          });
-        } catch(e) {
-          // we should differentiate tween' 400 and 500 here.
-          httputils.badRequest(res, e.toString());
-        }
-      }
-    });
-  });
-};
diff --git a/lib/wsapi/stage_reset.js b/lib/wsapi/stage_reset.js
deleted file mode 100644
index fda8ee6ba866b0333a4545f93365fd98b3b11e92..0000000000000000000000000000000000000000
--- a/lib/wsapi/stage_reset.js
+++ /dev/null
@@ -1,88 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger,
-email = require('../email.js'),
-config = require('../configuration');
-
-/* First half of account creation.  Stages a user account for creation.
- * this involves creating a secret url that must be delivered to the
- * user via their claimed email address.  Upon timeout expiry OR clickthrough
- * the staged user account transitions to a valid user account
- */
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = false;
-exports.args = {
-  email: 'email',
-  site:  'origin',
-  pass:  'password'
-};
-exports.i18n = true;
-
-exports.process = function(req, res) {
-  db.lastStaged(req.params.email, function (err, last) {
-    if (err) return wsapi.databaseDown(res, err);
-
-    if (last && (new Date() - last) < config.get('min_time_between_emails_ms')) {
-      logger.warn('throttling request to stage email address ' + req.params.email + ', only ' +
-                  ((new Date() - last) / 1000.0) + "s elapsed");
-      return httputils.throttled(res, "Too many emails sent to that address, try again later.");
-    }
-
-    db.emailToUID(req.params.email, function(err, uid) {
-      if (err) {
-        logger.info("reset password fails: " + err);
-        return res.json({ success: false });
-      }
-
-      if (!uid) {
-        return res.json({
-          reason: "No such email address.",
-          success: false
-        });
-      }
-
-      // staging a user logs you out.
-      wsapi.clearAuthenticatedUser(req.session);
-
-      // now bcrypt the password
-      wsapi.bcryptPassword(req.params.pass, function (err, hash) {
-        if (err) {
-          if (err.indexOf('exceeded') != -1) {
-            logger.warn("max load hit, failing on auth request with 503: " + err);
-            return httputils.serviceUnavailable(res, "server is too busy");
-          }
-          logger.error("can't bcrypt: " + err);
-          return res.json({ success: false });
-        }
-
-        // on failure stageEmail may throw
-        try {
-          db.stageEmail(uid, req.params.email, hash, function(err, secret) {
-            if (err) return wsapi.databaseDown(res, err);
-
-            var langContext = wsapi.langContext(req);
-
-            // store the email being added in session data
-            req.session.pendingReset = secret;
-            
-            res.json({ success: true });
-
-            // let's now kick out a verification email!
-            email.sendForgotPasswordEmail(req.params.email, req.params.site, secret, langContext);
-          });
-        } catch(e) {
-          // we should differentiate tween' 400 and 500 here.
-          httputils.badRequest(res, e.toString());
-        }
-      });
-    });
-  });
-};
diff --git a/lib/wsapi/stage_reverify.js b/lib/wsapi/stage_reverify.js
deleted file mode 100644
index 37036c43814b8c788e09a6e50f945db5b3ddc8d0..0000000000000000000000000000000000000000
--- a/lib/wsapi/stage_reverify.js
+++ /dev/null
@@ -1,60 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger,
-email = require('../email.js'),
-config = require('../configuration');
-
-/* Stage an email for re-verification (i.e. after account password reset).
- * Causes an email to be sent. */
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = 'assertion';
-exports.args = {
-  email: 'email',
-  site: 'origin'
-};
-exports.i18n = true;
-
-exports.process = function(req, res) {
-  // Note, we do no throttling of emails in this case.  Because this call requires
-  // authentication, protect a user from themselves could cause more harm than good,
-  // specifically we would be removing a user available workaround (i.e. a cosmic ray
-  // hits our email delivery, user doesn't get an email in 30s.  User tries again.)
-
-  // one may only reverify an email that is owned and unverified
-  db.userOwnsEmail(req.session.userid, req.params.email, function(err, owned) {
-    if (err) return res.json({ success: false, reason: err });
-    if (!owned) return res.json({ success: false, reason: 'you don\'t control that email address' });
-
-    db.emailIsVerified(req.params.email, function(err, verified) { 
-      if (err) return res.json({ success: false, reason: err });
-      if (verified) return res.json({ success: false, reason: 'email is already verified' });
-
-      try {
-        // on failure stageEmail may throw
-        db.stageEmail(req.session.userid, req.params.email, undefined, function(err, secret) {
-          if (err) return wsapi.databaseDown(res, err);
-
-          var langContext = wsapi.langContext(req);
-          
-          // store the email being reverified
-          req.session.pendingReverification = secret;
-          
-          res.json({ success: true });
-          // let's now kick out a verification email!
-          email.sendConfirmationEmail(req.params.email, req.params.site, secret, langContext);
-        });
-      } catch(e) {
-        // we should differentiate tween' 400 and 500 here.
-        httputils.badRequest(res, e.toString());
-      }
-    });
-  });
-};
diff --git a/lib/wsapi/stage_user.js b/lib/wsapi/stage_user.js
deleted file mode 100644
index 9d3b6c0df1fb9b08ebbf81cb0ce717f488c10f3f..0000000000000000000000000000000000000000
--- a/lib/wsapi/stage_user.js
+++ /dev/null
@@ -1,80 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger,
-email = require('../email.js'),
-config = require('../configuration');
-
-/* First half of account creation.  Stages a user account for creation.
- * this involves creating a secret url that must be delivered to the
- * user via their claimed email address.  Upon timeout expiry OR clickthrough
- * the staged user account transitions to a valid user account
- */
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = false;
-exports.args = {
-  'email': 'email',
-  'pass': 'password',
-  'site': 'origin'
-};
-exports.i18n = true;
-
-exports.process = function(req, res) {
-  var langContext = wsapi.langContext(req);
-
-  db.lastStaged(req.params.email, function (err, last) {
-    if (err) return wsapi.databaseDown(res, err);
-
-    if (last && (new Date() - last) < config.get('min_time_between_emails_ms')) {
-      logger.warn('throttling request to stage email address ' + req.params.email + ', only ' +
-                  ((new Date() - last) / 1000.0) + "s elapsed");
-      return httputils.throttled(res, "Too many emails sent to that address, try again later.");
-    }
-
-    // staging a user logs you out.
-    wsapi.clearAuthenticatedUser(req.session);
-
-    // now bcrypt the password
-    wsapi.bcryptPassword(req.params.pass, function (err, hash) {
-      if (err) {
-        if (err.indexOf('exceeded') != -1) {
-          logger.warn("max load hit, failing on auth request with 503: " + err);
-          return httputils.serviceUnavailable(res, "server is too busy");
-        }
-        logger.error("can't bcrypt: " + err);
-        return res.json({ success: false });
-      }
-
-      try {
-        // upon success, stage_user returns a secret (that'll get baked into a url
-        // and given to the user), on failure it throws
-        db.stageUser(req.params.email, hash, function(err, secret) {
-          if (err) return wsapi.databaseDown(res, err);
-
-          // store the email being registered in the session data
-          if (!req.session) req.session = {};
-
-          // store the secret we're sending via email in the users session, as checking
-          // that it still exists in the database is the surest way to determine the
-          // status of the email verification.
-          req.session.pendingCreation = secret;
-
-          res.json({ success: true });
-
-          // let's now kick out a verification email!
-          email.sendNewUserEmail(req.params.email, req.params.site, secret, langContext);
-        });
-      } catch(e) {
-        // we should differentiate tween' 400 and 500 here.
-        httputils.badRequest(res, e.toString());
-      }
-    });
-  });
-};
diff --git a/lib/wsapi/update_password.js b/lib/wsapi/update_password.js
deleted file mode 100644
index d68a00560c7b1140c74ad4505db67e8adda8e13d..0000000000000000000000000000000000000000
--- a/lib/wsapi/update_password.js
+++ /dev/null
@@ -1,81 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js'),
-httputils = require('../httputils'),
-logger = require('../logging.js').logger,
-bcrypt = require('../bcrypt');
-
-exports.method = 'post';
-exports.writes_db = true;
-exports.authed = 'password';
-exports.args = {
-  oldpass: 'password',
-  newpass: 'password'
-};
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  db.checkAuth(req.session.userid, function(err, hash) {
-    if (err) return wsapi.databaseDown(res, err);
-
-    if (typeof hash !== 'string' || typeof req.params.oldpass !== 'string')
-    {
-      return res.json({ success: false });
-    }
-
-    bcrypt.compare(req.params.oldpass, hash, function (err, success) {
-      if (err) {
-        if (err.indexOf('exceeded') != -1) {
-          logger.warn("max load hit, failing on auth request with 503: " + err);
-          res.status(503);
-          return res.json({ success: false, reason: "server is too busy" });
-        }
-        logger.warn("error comparing passwords with bcrypt: " + err);
-        return res.json({ success: false });
-      }
-
-      if (!success) {
-        logger.info("password update fails, incorrect old password");
-        return res.json({ success: false });
-      }
-
-      logger.info("updating password for user " + req.session.userid);
-      wsapi.bcryptPassword(req.params.newpass, function(err, hash) {
-        if (err) {
-          if (err.indexOf('exceeded') != -1) {
-            logger.warn("max load hit, failing on auth request with 503: " + err);
-            res.status(503);
-            return res.json({ success: false, reason: "server is too busy" });
-          }
-          logger.error("error bcrypting password for password update for user " + req.session.userid, err);
-          return res.json({ success: false });
-        }
-
-        var passwordChanged = (req.params.oldpass != req.params.newpass);
-        db.updatePassword(req.session.userid, hash, passwordChanged,
-                          function(err) {
-          var success = true;
-          if (err) {
-            logger.error("error updating bcrypted password for user " + req.session.userid, err);
-            wsapi.databaseDown(res, err);
-          } else {
-            // need to update the session
-            wsapi.authenticateSession({session: req.session,
-                                       uid: req.session.userid,
-                                       level: req.session.auth_level,
-                                       duration_ms: req.session.duration_ms
-                                      }, function(err) {
-                                        if (err)
-                                          return wsapi.databaseDown(res, err);
-                                        res.json({ success: success });
-                                      });
-          }
-        });
-      });
-    });
-  });
-};
diff --git a/lib/wsapi/user_creation_status.js b/lib/wsapi/user_creation_status.js
deleted file mode 100644
index 9997ec01c8ba4d565d335b15c33077861d160632..0000000000000000000000000000000000000000
--- a/lib/wsapi/user_creation_status.js
+++ /dev/null
@@ -1,53 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-db = require('../db.js'),
-wsapi = require('../wsapi.js');
-
-exports.method = 'get';
-exports.writes_db = false;
-exports.authed = false;
-exports.args = {
-  'email': 'email'
-};
-exports.i18n = false;
-
-exports.process = function(req, res) {
-  var email = req.params.email;
-
-  // if the user is authenticated as the user in question, we're done
-  if (wsapi.isAuthed(req, 'assertion')) {
-    db.userOwnsEmail(req.session.userid, email, function(err, owned) {
-      if (err) wsapi.databaseDown(res, err);
-      else if (owned) res.json({ status: 'complete', userid: req.session.userid });
-      else notAuthed();
-    });
-  } else {
-    notAuthed();
-  }
-
-  function notAuthed() {
-    // if the user isn't authenticated and there's no pendingCreation token,
-    // then they must authenticate
-    if (!req.session.pendingCreation) {
-      return res.json({ status: 'mustAuth' });
-    }
-
-    // if the secret is still in the database, it hasn't yet been verified and
-    // verification is still pending
-    db.haveVerificationSecret(req.session.pendingCreation, function (err, known) {
-      if (err) return wsapi.databaseDown(res, err);
-
-      if (known) return res.json({ status: 'pending' });
-      // if the secret isn't known, and we're not authenticated, then the user must authenticate
-      // (maybe they verified the URL on a different browser, or maybe they canceled the account
-      // creation)
-      else {
-        delete req.session.pendingCreation;
-        res.json({ status: 'mustAuth' });
-      }
-    });
-  }
-};
diff --git a/lib/wsapi_client.js b/lib/wsapi_client.js
deleted file mode 100644
index a71202306d74fade5e5053939159e17b78c0db2b..0000000000000000000000000000000000000000
--- a/lib/wsapi_client.js
+++ /dev/null
@@ -1,165 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* this is a small standalone abstraction which lets scripts be
- * browserid WSAPI clients.  It handles CSRF token fetching and
- * extraction/resending of cookies.  It also allows one to have
- * any number of "client contexts" which are just objects, and lets
- * you simulated different simultaneous sessions.
- */
-
-const
-http = require('http'),
-https = require('https'),
-url = require('url'),
-querystring = require('querystring');
-
-function injectCookies(ctx, headers) {
-  if (ctx.cookieJar && Object.keys(ctx.cookieJar).length) {
-    headers['Cookie'] = "";
-    for (var k in ctx.cookieJar) {
-      headers['Cookie'] += k + "=" + ctx.cookieJar[k];
-    }
-  }
-}
-
-function extractCookies(ctx, res) {
-  if (ctx.cookieJar === undefined) ctx.cookieJar = {};
-  if (res.headers['set-cookie']) {
-    res.headers['set-cookie'].forEach(function(cookie) {
-      var m = /^([^;]+)(?:;.*)$/.exec(cookie);
-      if (m) {
-        var x = m[1].split('=');
-        ctx.cookieJar[x[0]] = x[1];
-      }
-    });
-  }
-}
-
-exports.clearCookies = function(ctx) {
-  if (ctx && ctx.cookieJar) delete ctx.cookieJar;
-  if (ctx && ctx.session) delete ctx.session;
-};
-
-exports.getCookie = function(ctx, which) {
-  if (typeof which === 'string') which = new RegExp('/^' + which + '$/');
-  var cookieNames = Object.keys(ctx.cookieJar);
-  for (var i = 0; i < cookieNames.length; i++) {
-    if (which.test(cookieNames[i])) return ctx.cookieJar[cookieNames[i]];
-  }
-  return null;
-};
-
-exports.injectCookies = injectCookies;
-
-exports.get = function(cfg, path, context, getArgs, cb) {
-  // parse the server URL (cfg.browserid)
-  var uObj;
-  var meth;
-  try {
-    uObj = url.parse(cfg.browserid);
-    meth = uObj.protocol === 'http:' ? http : https;
-  } catch(e) {
-    cb("can't parse url: " + e);
-    return;
-  }
-
-  var headers = { };
-  injectCookies(context, headers);
-
-  if (typeof getArgs === 'object')
-    path += "?" + querystring.stringify(getArgs);
-
-  meth.get({
-    host: uObj.hostname,
-    port: uObj.port,
-    path: path,
-    headers: headers,
-    agent: false // disable node.js connection pooling
-  }, function(res) {
-    extractCookies(context, res);
-    var body = '';
-    res.on('data', function(chunk) { body += chunk; })
-    .on('end', function() {
-      cb(null, {code: res.statusCode, headers: res.headers, body: body});
-    });
-  }).on('error', function (e) {
-    cb(e);
-  });
-};
-
-function withCSRF(cfg, context, cb) {
-  if (context.session && context.session.csrf_token) cb(null, context.session.csrf_token);
-  else {
-    exports.get(cfg, '/wsapi/session_context', context, undefined, function(err, r) {
-      if (err) return cb(err);
-      try {
-        if (r.code !== 200)
-            return cb({what: "http error", resp: r}); // report first error
-        context.session = JSON.parse(r.body);
-        context.sessionStartedAt = new Date().getTime();
-        cb(null, context.session.csrf_token);
-      } catch(e) {
-        console.log('error getting csrf token: ', e);
-        cb(e);
-      }
-    });
-  }
-}
-
-exports.post = function(cfg, path, context, postArgs, cb) {
-  withCSRF(cfg, context, function(err, csrf) {
-    if (err) {
-        if (err.what == "http error") {
-            // let the session_context HTTP return code speak for the overall
-            // POST
-            return cb(null, err.resp);
-        }
-        return cb(err);
-    }
-
-    // parse the server URL (cfg.browserid)
-    var uObj;
-    var meth;
-    var body;
-    try {
-      uObj = url.parse(cfg.browserid);
-      meth = uObj.protocol === 'http:' ? http : https;
-    } catch(e) {
-      cb("can't parse url: " + e);
-      return;
-    }
-    var headers = {
-      'Content-Type': 'application/json'
-    };
-    injectCookies(context, headers);
-
-    if (typeof postArgs === 'object') {
-      postArgs['csrf'] = csrf;
-      body = JSON.stringify(postArgs);
-      headers['Content-Length'] = Buffer.byteLength(body);
-    }
-
-    var req = meth.request({
-      host: uObj.hostname,
-      port: uObj.port,
-      path: path,
-      headers: headers,
-      method: "POST",
-      agent: false // disable node.js connection pooling
-    }, function(res) {
-      extractCookies(context, res);
-      var body = '';
-      res.on('data', function(chunk) { body += chunk; })
-      .on('end', function() {
-        cb(null, {code: res.statusCode, headers: res.headers, body: body});
-      });
-    }).on('error', function (e) {
-      cb(e);
-    });
-
-    req.write(body);
-    req.end();
-  });
-};
diff --git a/automation-tests/123done/mocks/__init__.py b/mocks/__init__.py
similarity index 100%
rename from automation-tests/123done/mocks/__init__.py
rename to mocks/__init__.py
diff --git a/automation-tests/browserid/mocks/user.py b/mocks/user.py
similarity index 100%
rename from automation-tests/browserid/mocks/user.py
rename to mocks/user.py
diff --git a/automation-tests/browserid/mozwebqa.cfg b/mozwebqa.cfg
similarity index 100%
rename from automation-tests/browserid/mozwebqa.cfg
rename to mozwebqa.cfg
diff --git a/package.json b/package.json
deleted file mode 100644
index 97519eb6f52cd5f80825df93cbfa2a41134c5be2..0000000000000000000000000000000000000000
--- a/package.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
-    "name": "browserid",
-    "version": "1.0.0-b1",
-    "private": true,
-    "dependencies": {
-        "JSONSelect": "0.4.0",
-        "bcrypt": "0.7.1",
-        "compute-cluster": "0.0.6",
-        "connect": "1.7.2",
-        "convict": "0.0.6",
-        "cjson": "0.0.6",
-        "client-sessions": "0.0.6",
-        "connect-cachify": "0.0.10",
-        "connect-cookie-session": "0.0.2",
-        "connect-logger-statsd": "0.0.1",
-        "ejs": "0.4.3",
-        "etagify": "0.0.2",
-        "express": "2.5.0",
-        "gobbledygook": "0.0.3",
-        "mustache": "0.3.1-dev",
-        "jwcrypto": "0.4.2",
-        "mysql": "0.9.5",
-        "nodemailer": "0.3.21",
-        "mkdirp": "0.3.0",
-        "optimist": "0.2.8",
-        "postprocess": "0.2.4",
-        "semver": "1.0.12",
-        "temp": "0.4.0",
-        "uglify-js": "1.0.6",
-        "uglifycss": "0.0.5",
-        "underscore": "1.3.1",
-        "urlparse": "0.0.1",
-        "validator": "0.4.9",
-        "winston": "0.6.2"
-    },
-    "optionalDependencies": {
-        "node-statsd": "https://github.com/downloads/lloyd/node-statsd/0509f85.tgz"
-    },
-    "devDependencies": {
-        "vows": "0.5.13",
-        "awsbox": "0.2.15",
-        "irc": "0.3.3",
-        "jshint": "0.7.1"
-    },
-    "scripts": {
-        "postinstall": "node ./scripts/generate_ephemeral_keys.js",
-        "test": "./scripts/test",
-        "start": "node ./scripts/run_locally.js"
-    },
-    "engines": {
-        "node": ">= 0.6.17"
-    }
-}
diff --git a/automation-tests/123done/pages/__init__.py b/pages/__init__.py
similarity index 100%
rename from automation-tests/123done/pages/__init__.py
rename to pages/__init__.py
diff --git a/automation-tests/browserid/pages/account_manager.py b/pages/account_manager.py
similarity index 97%
rename from automation-tests/browserid/pages/account_manager.py
rename to pages/account_manager.py
index 0428acd806d1a3d5efe2a357da802e53654085b3..9f49811e917220658505f0174a155f412e44f5eb 100644
--- a/automation-tests/browserid/pages/account_manager.py
+++ b/pages/account_manager.py
@@ -43,7 +43,7 @@ class AccountManager(Base):
     @property
     def old_password(self):
         """Get the value of the old password field."""
-        return self.selenium.find_element(*self._old_password_field_locator).text
+        return self.selenium.find_element(*self._old_password_field_locator).get_attribute('value')
 
     @old_password.setter
     def old_password(self, value):
@@ -55,7 +55,7 @@ class AccountManager(Base):
     @property
     def new_password(self):
         """Get the value of the new password field."""
-        return self.selenium.find_element(*self._new_password_field_locator).text
+        return self.selenium.find_element(*self._new_password_field_locator).get_attribute('value')
 
     @new_password.setter
     def new_password(self, value):
diff --git a/automation-tests/browserid/pages/base.py b/pages/base.py
similarity index 100%
rename from automation-tests/browserid/pages/base.py
rename to pages/base.py
diff --git a/automation-tests/browserid/pages/complete_registration.py b/pages/complete_registration.py
similarity index 100%
rename from automation-tests/browserid/pages/complete_registration.py
rename to pages/complete_registration.py
diff --git a/automation-tests/browserid/pages/sign_in.py b/pages/sign_in.py
similarity index 98%
rename from automation-tests/browserid/pages/sign_in.py
rename to pages/sign_in.py
index 13df85c42538207f6bf452a936cee412e2aea1d5..3f374bc2440eaa1f2333d026004ade685f359e1c 100644
--- a/automation-tests/browserid/pages/sign_in.py
+++ b/pages/sign_in.py
@@ -62,7 +62,7 @@ class SignIn(Base):
     @property
     def signed_in_email(self):
         """Get the value of the email that is currently signed in."""
-        return self.selenium.find_element(*self._signed_in_email_locator).text
+        return self.selenium.find_element(*self._signed_in_email_locator).get_attribute('value')
 
     def click_this_is_not_me(self):
         """Clicks the 'This is not me' button."""
@@ -79,7 +79,7 @@ class SignIn(Base):
     @property
     def email(self):
         """Get the value of the email field."""
-        return self.selenium.find_element(*self._email_locator).text
+        return self.selenium.find_element(*self._email_locator).get_attribute('value')
 
     @email.setter
     def email(self, value):
@@ -91,7 +91,7 @@ class SignIn(Base):
     @property
     def new_email(self):
         """Get the value of the new email field."""
-        return self.selenium.find_element(*self._new_email_locator).text
+        return self.selenium.find_element(*self._new_email_locator).get_attribute('value')
 
     @new_email.setter
     def new_email(self, value):
@@ -119,7 +119,7 @@ class SignIn(Base):
     @property
     def password(self):
         """Get the value of the password field."""
-        return self.selenium.find_element(*self._password_locator).text
+        return self.selenium.find_element(*self._password_locator).get_attribute('value')
 
     @password.setter
     def password(self, value):
@@ -131,7 +131,7 @@ class SignIn(Base):
     @property
     def verify_password(self):
         """Get the value of the verify password field."""
-        return self.selenium.find_element(*self._verify_password_locator).text
+        return self.selenium.find_element(*self._verify_password_locator).get_attribute('value')
 
     @verify_password.setter
     def verify_password(self, value):
diff --git a/automation-tests/browserid/requirements.txt b/requirements.txt
similarity index 100%
rename from automation-tests/browserid/requirements.txt
rename to requirements.txt
diff --git a/resources/.gitignore b/resources/.gitignore
deleted file mode 100644
index d9e33d561659039363ea8f8956f7fdc2ebc709a8..0000000000000000000000000000000000000000
--- a/resources/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-static/dialog/views/templates.js
diff --git a/resources/assets/account-buttons.png b/resources/assets/account-buttons.png
deleted file mode 100644
index 151eae755249fa86d1b48fbd7319d6bfe128e565..0000000000000000000000000000000000000000
Binary files a/resources/assets/account-buttons.png and /dev/null differ
diff --git a/resources/assets/browserID-135x35.png b/resources/assets/browserID-135x35.png
deleted file mode 100644
index 9a42adc79f2bcb78c88136da7d09b0a99bdf6022..0000000000000000000000000000000000000000
Binary files a/resources/assets/browserID-135x35.png and /dev/null differ
diff --git a/resources/assets/browserID-366x72.png b/resources/assets/browserID-366x72.png
deleted file mode 100644
index 7c681f6dfd360c72376216198d6a885fd88c6f1a..0000000000000000000000000000000000000000
Binary files a/resources/assets/browserID-366x72.png and /dev/null differ
diff --git a/resources/assets/browserID-80x20.png b/resources/assets/browserID-80x20.png
deleted file mode 100644
index 6a9e33b313da10fab7082ad4b932b1ffa6998a9d..0000000000000000000000000000000000000000
Binary files a/resources/assets/browserID-80x20.png and /dev/null differ
diff --git a/resources/assets/browserID-buttons.psd b/resources/assets/browserID-buttons.psd
deleted file mode 100644
index c80ef05d9ec1a12ea8044a6a79b534b641a60edc..0000000000000000000000000000000000000000
Binary files a/resources/assets/browserID-buttons.psd and /dev/null differ
diff --git a/resources/assets/browserID-logo.eps b/resources/assets/browserID-logo.eps
deleted file mode 100644
index 2b690ccbee9823733ddd2d1800cbd67129554d94..0000000000000000000000000000000000000000
Binary files a/resources/assets/browserID-logo.eps and /dev/null differ
diff --git a/resources/email_templates/confirm.ejs b/resources/email_templates/confirm.ejs
deleted file mode 100644
index fb928499b4f11710331a8ae83d7d8b4de035e59a..0000000000000000000000000000000000000000
--- a/resources/email_templates/confirm.ejs
+++ /dev/null
@@ -1,9 +0,0 @@
-<%= gettext('Thank you for using Persona.') %>
-
-<%= format(gettext('Click to confirm this email address and automatically sign in to %s'), [site]) %>
-<%= link %>
-
-<%= format(gettext('Note: If you are NOT trying to sign into this website, please ignore this email.'), [site]) %>
-
-<%= gettext('Thank you,') %>
-<%= gettext('The Persona team') %>
diff --git a/resources/email_templates/confirm.html.ejs b/resources/email_templates/confirm.html.ejs
deleted file mode 100644
index 0a6d93edaa5c4e3940eabb3c7933d86f7919730b..0000000000000000000000000000000000000000
--- a/resources/email_templates/confirm.html.ejs
+++ /dev/null
@@ -1,103 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-        <title>Persona</title>
-        <style type="text/css">
-            #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" button. */
-            body{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
-            body{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */
-
-            body{
-              background: #45505b;
-              margin:0;
-              padding:0;
-              width:100% !important;
-              -webkit-text-size-adjust:none;
-              font-family: Helvetica, Arial, sans-serif;
-              font-size: 14px;
-              color: #424f5a;
-            }
-            img{
-              border:0;
-              height:auto;
-              line-height:100%;
-              outline:none;
-              text-decoration:none;
-            }
-            a{
-              color: #3b9bda;
-              text-decoration: none;
-            }
-            a:hover{
-              text-decoration: underline;
-            }
-            p{
-              margin: 0 0 15px;
-              line-height: 1.5;
-            }
-
-            h2{
-              font-size: 18px;
-              margin: 20px 0 15px;
-            }
-
-            p:last-child{
-              margin-bottom: 0;
-            }
-            table td{
-              border-collapse:collapse;
-            }
-        </style>
-  </head>
-  <body style="-webkit-text-size-adjust: none;margin: 0;padding: 0;background-color: #45505b;width: 100% !important;">
-    <center>
-    <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
-      <tr style="margin: 0;
-        padding: 0;
-        height: 100% !important;
-        width: 100% !important; 
-        background: #45505b;
-        -webkit-text-size-adjust:none;
-        font-family: Helvetica, Arial, sans-serif;
-        font-size: 14px;
-        color: #424f5a;">
-        <td align="center" valign="top" style="border-collapse: collapse;">
-          
-
-                <table border="0" cellpadding="0" cellspacing="0" width="90%">
-                  <tr class="spacer">
-                    <td height="30px"></td>
-                  </tr>
-                  <tr>
-                    <td align="left" valign="top" style="border-collapse: collapse;">
-                      <img src="<%= cachify('/pages/i/persona-logo-wordmark.png') %>" alt="Mozilla Persona" />
-                    </td>
-                  </tr>
-                  <tr class="spacer">
-                    <td height="30px"></td>
-                  </tr>
-                </table><!-- #header -->
-                <table id="content" border="0" cellpadding="0" cellspacing="0" width="90%" style="background-color: #fff; border-radius: 3px; margin-bottom: 60px;">
-                  <tr>
-                    <td align="left" valign="top" class="email-content" style="border-collapse: collapse; padding: 30px;">
-                      <p><%= gettext('Thank you for using Persona.') %></p>
-
-                      <p><a href="<%= link %>" style="color: #3b9bda; font-weight: bold;"><%= format(gettext('Click to confirm this email address and automatically sign in to %s'), [site]) %>.</a></p>
-
-                      <p><%= gettext('Note: If you are NOT trying to sign into this website, please ignore this email.') %></p>
-
-                      <p><%= gettext('Thank you,') %><br />
-                      <%= gettext('The Persona team') %></p>
-                    </td>
-                  </tr>
-                </table><!-- #content -->
-              
-
-        </td>
-      </tr>
-    </table><!-- #container table -->
-    </center>
-
-  </body>
-</html>
\ No newline at end of file
diff --git a/resources/email_templates/new.ejs b/resources/email_templates/new.ejs
deleted file mode 100644
index ad8758855cdd0d04cc17432dd8e30e0fc16a3b0d..0000000000000000000000000000000000000000
--- a/resources/email_templates/new.ejs
+++ /dev/null
@@ -1,9 +0,0 @@
-<%= gettext('Thank you for using Persona.') %>
-
-<%= format(gettext('Click to confirm this email address and automatically sign in to %s'), [site]) %>
-<%= link %>
-
-<%= gettext('Note: If you are NOT trying to sign into this website, please ignore this email.') %>
-
-<%= gettext('Thank you,') %>
-<%= gettext('The Persona team') %>
diff --git a/resources/email_templates/new.html.ejs b/resources/email_templates/new.html.ejs
deleted file mode 100644
index 33f604e48f3d019068479fc441054c0ed63c5588..0000000000000000000000000000000000000000
--- a/resources/email_templates/new.html.ejs
+++ /dev/null
@@ -1,103 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-        <title>Persona</title>
-        <style type="text/css">
-            #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" button. */
-            body{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
-            body{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */
-
-            body{
-              background: #45505b;
-              margin:0;
-              padding:0;
-              width:100% !important;
-              -webkit-text-size-adjust:none;
-              font-family: Helvetica, Arial, sans-serif;
-              font-size: 14px;
-              color: #424f5a;
-            }
-            img{
-              border:0;
-              height:auto;
-              line-height:100%;
-              outline:none;
-              text-decoration:none;
-            }
-            a{
-              color: #3b9bda;
-              text-decoration: none;
-            }
-            a:hover{
-              text-decoration: underline;
-            }
-            p{
-              margin: 0 0 15px;
-              line-height: 1.5;
-            }
-
-            h2{
-              font-size: 18px;
-              margin: 20px 0 15px;
-            }
-
-            p:last-child{
-              margin-bottom: 0;
-            }
-            table td{
-              border-collapse:collapse;
-            }
-        </style>
-  </head>
-  <body style="-webkit-text-size-adjust: none;margin: 0;padding: 0;background-color: #45505b;width: 100% !important;">
-    <center>
-    <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
-      <tr style="margin: 0;
-        padding: 0;
-        height: 100% !important;
-        width: 100% !important; 
-        background: #45505b;
-        -webkit-text-size-adjust:none;
-        font-family: Helvetica, Arial, sans-serif;
-        font-size: 14px;
-        color: #424f5a;">
-        <td align="center" valign="top" style="border-collapse: collapse;">
-          
-
-                <table border="0" cellpadding="0" cellspacing="0" width="90%">
-                  <tr class="spacer">
-                    <td height="30px"></td>
-                  </tr>
-                  <tr>
-                    <td align="left" valign="top" style="border-collapse: collapse;">
-                      <img src="<%= cachify('/pages/i/persona-logo-wordmark.png') %>" alt="Mozilla Persona" />
-                    </td>
-                  </tr>
-                  <tr class="spacer">
-                    <td height="30px"></td>
-                  </tr>
-                </table><!-- #header -->
-                <table border="0" cellpadding="0" cellspacing="0" width="600" style="background-color: #fff; border-radius: 3px; margin-bottom: 60px;">
-                  <tr>
-                    <td align="left" valign="top" class="email-content" style="border-collapse: collapse;  padding: 30px;">
-                        <p><%= gettext('Thank you for using Persona.') %></p>
-
-                      <p><a href="<%= link %>" style="color: #3b9bda; font-weight: bold;"><%= format(gettext('Click to confirm this email address and automatically sign in to %s'), [site]) %>.</a></p>
-
-                      <p><%= gettext('Note: If you are NOT trying to sign into this website, please ignore this email.') %></p>
-
-                      <p><%= gettext('Thank you,') %><br />
-                      <%= gettext('The Persona team') %></p>
-                    </td>
-                  </tr>
-                </table><!-- #content -->
-              
-
-        </td>
-      </tr>
-    </table><!-- #container table -->
-    </center>
-
-  </body>
-</html>
\ No newline at end of file
diff --git a/resources/email_templates/reset.ejs b/resources/email_templates/reset.ejs
deleted file mode 100644
index 68734aa0239b405e352272e0b7827d3c3dd72b80..0000000000000000000000000000000000000000
--- a/resources/email_templates/reset.ejs
+++ /dev/null
@@ -1,9 +0,0 @@
-<%= gettext('Forgot your password for Persona? It happens to the best of us.') %>
-
-<%= gettext('Click to reset your password:') %>
-<%= link %>
-
-<%= gettext('Note: If you did NOT ask to reset your password, please ignore this email.') %>
-
-<%= gettext('Thank you,') %>
-<%= gettext('The Persona team') %>
diff --git a/resources/email_templates/reset.html.ejs b/resources/email_templates/reset.html.ejs
deleted file mode 100644
index c505dcaec2612efc48ec06da130eaa69d1b3b788..0000000000000000000000000000000000000000
--- a/resources/email_templates/reset.html.ejs
+++ /dev/null
@@ -1,103 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-        <title>Persona</title>
-        <style type="text/css">
-            #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" button. */
-            body{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
-            body{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */
-
-            body{
-              background: #45505b;
-              margin:0;
-              padding:0;
-              width:100% !important;
-              -webkit-text-size-adjust:none;
-              font-family: Helvetica, Arial, sans-serif;
-              font-size: 14px;
-              color: #424f5a;
-            }
-            img{
-              border:0;
-              height:auto;
-              line-height:100%;
-              outline:none;
-              text-decoration:none;
-            }
-            a{
-              color: #3b9bda;
-              text-decoration: none;
-            }
-            a:hover{
-              text-decoration: underline;
-            }
-            p{
-              margin: 0 0 15px;
-              line-height: 1.5;
-            }
-
-            h2{
-              font-size: 18px;
-              margin: 20px 0 15px;
-            }
-
-            p:last-child{
-              margin-bottom: 0;
-            }
-            table td{
-              border-collapse:collapse;
-            }
-        </style>
-  </head>
-  <body style="-webkit-text-size-adjust: none;margin: 0;padding: 0;background-color: #45505b;width: 100% !important;">
-    <center>
-    <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
-      <tr style="margin: 0;
-        padding: 0;
-        height: 100% !important;
-        width: 100% !important; 
-        background: #45505b;
-        -webkit-text-size-adjust:none;
-        font-family: Helvetica, Arial, sans-serif;
-        font-size: 14px;
-        color: #424f5a;">
-        <td align="center" valign="top" style="border-collapse: collapse;">
-          
-
-                <table border="0" cellpadding="0" cellspacing="0" width="90%">
-                  <tr class="spacer">
-                    <td height="30px"></td>
-                  </tr>
-                  <tr>
-                    <td align="left" valign="top" style="border-collapse: collapse;">
-                      <img src="<%= cachify('/pages/i/persona-logo-wordmark.png') %>" alt="Mozilla Persona" />
-                    </td>
-                  </tr>
-                  <tr class="spacer">
-                    <td height="30px"></td>
-                  </tr>
-                </table><!-- #header -->
-                <table id="content" border="0" cellpadding="0" cellspacing="0" width="90%" style="background-color: #fff; border-radius: 3px; margin-bottom: 60px;">
-                  <tr>
-                    <td align="left" valign="top" class="email-content" style="border-collapse: collapse; padding: 30px;">
-                      <p><%= gettext('Forgot your password for Persona? It happens to the best of us.') %></p>
-
-                      <p><a href="<%= link %>" style="color: #3b9bda; font-weight: bold;"><%= gettext('Click here to reset your password.') %></a></p>
-
-                      <p><%= gettext('Note: If you did NOT ask to reset your password, please ignore this email.') %></p>
-
-                      <p><%= gettext('Thank you,') %><br />
-                      <%= gettext('The Persona team') %></p>
-                    </td>
-                  </tr>
-                </table><!-- #content -->
-              
-
-        </td>
-      </tr>
-    </table><!-- #container table -->
-    </center>
-
-  </body>
-</html>
\ No newline at end of file
diff --git a/resources/static/500/error.html b/resources/static/500/error.html
deleted file mode 100644
index 2fd6778650c28971c2901823ea13c1a749a0bd27..0000000000000000000000000000000000000000
--- a/resources/static/500/error.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-<head>
-<style type="text/css" media="screen">
-body {
-font-family: 'Droid Serif',Georgia,serif;
-font-size: 24px;
-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
-background-image: url('/error_bg.png');
-}
-
-.msg {
-  text-align: center;
-  margin-top: 20%; 
-}
-
-.icon {
-  margin: 15px;
-  margin-top: 30px;
-  text-align: right;
-  width: 80%;
-}
-</style>
-</head>
-<body>
-<div class='msg'>BrowserID is down for maintenence.  We'll be back in a minute or two.  Probably less.</div>
-<div class='icon'><img src="/error_icon.png"><br/></div>
-</body>
-</html>
diff --git a/resources/static/500/error_bg.png b/resources/static/500/error_bg.png
deleted file mode 100644
index e367c9b811d0d8b191b19d756a666aaeef0aa02e..0000000000000000000000000000000000000000
Binary files a/resources/static/500/error_bg.png and /dev/null differ
diff --git a/resources/static/500/error_icon.png b/resources/static/500/error_icon.png
deleted file mode 100644
index 68fb1e165c72824c3e74a7c6190ab2a5cb8e612c..0000000000000000000000000000000000000000
Binary files a/resources/static/500/error_icon.png and /dev/null differ
diff --git a/resources/static/auth_with_idp/main.js b/resources/static/auth_with_idp/main.js
deleted file mode 100644
index 0e759ca4906d124c2fca95397d22e5ad5bfeef79..0000000000000000000000000000000000000000
--- a/resources/static/auth_with_idp/main.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-var wc = WinChan.onOpen(function(origin, args, cb) {
-  if (window.location.hash === '#complete') cb();
-  else {
-    var fullURL = args;
-
-    // store information in window.name to indicate that
-    // we redirect here
-    window.name = 'auth_with_primary';
-
-    wc.detach();
-    window.location = fullURL;
-  }
-});
diff --git a/resources/static/authentication_api.js b/resources/static/authentication_api.js
deleted file mode 100644
index 8e2a0e98b775cb4167c2f41cfc406e9f1f283013..0000000000000000000000000000000000000000
--- a/resources/static/authentication_api.js
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-(function() {
-  "use strict";
-
-  if (!navigator.id) {
-    navigator.id = {};
-  }
-
-  function getParameterByName(name)
-  {
-    name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
-    var regexS = "[\\?&]" + name + "=([^&#]*)";
-    var regex = new RegExp(regexS);
-    var results = regex.exec(window.location.href);
-    if(results == null)
-      return "";
-    else
-      return decodeURIComponent(results[1].replace(/\+/g, " "));
-  }
-
-  if (!navigator.id.beginAuthentication || navigator.id._primaryAPIIsShimmed) {
-    navigator.id.beginAuthentication = function(cb) {
-      if (typeof cb !== 'function') {
-        throw ".beginAuthentication() requires a callback argument";
-      }
-      var email = getParameterByName('email');
-      setTimeout(function() { cb(email); }, 0);
-    };
-
-    navigator.id.completeAuthentication = function(cb) {
-      if (window.name == 'auth_with_primary')
-        window.location = 'https://login.persona.org/authenticate_with_primary#complete';
-      else
-        window.location = 'https://login.persona.org/sign_in#AUTH_RETURN';
-    };
-
-    navigator.id.raiseAuthenticationFailure = function(reason) {
-      if (window.name == 'auth_with_primary')
-        window.location = 'https://login.persona.org/authenticate_with_primary#complete';
-      else
-        window.location = 'https://login.persona.org/sign_in#AUTH_RETURN_CANCEL';
-    };
-
-    navigator.id._primaryAPIIsShimmed = true;
-  }
-}());
diff --git a/resources/static/common/css/ie8.css b/resources/static/common/css/ie8.css
deleted file mode 100644
index c8ed84860842d538cb1764ae57d3d2d1c60109ac..0000000000000000000000000000000000000000
--- a/resources/static/common/css/ie8.css
+++ /dev/null
@@ -1,26 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/**
- * These fixes are specific to IE8 that are common to the main site and dialog.
- */
-
-.submit button,
-.submit button:hover,
-.submit button:focus,
-.submit .button:hover,
-.submit .button:focus {
-    background-image: url("/common/i/button-arrow.png");
-    background-position: center right;
-    background-repeat: no-repeat;
-}
-
-button[disabled], .submit_disabled button, .submit_disabled .button,
-.submit_disabled button:focus, .submit_disabled .button:focus,
-.submit_disabled button:active, .submit_disabled .button:active {
-  color: #d8dde0;
-  cursor: default;
-  background-color: #bcc4ca;
-  background-image: none; /* Fix for IE8/IE9 still showing the blue arrow */
-}
diff --git a/resources/static/common/css/style.css b/resources/static/common/css/style.css
deleted file mode 100644
index 4abcd305a0cf506436ec7d2f4dc448f1477a0fb2..0000000000000000000000000000000000000000
--- a/resources/static/common/css/style.css
+++ /dev/null
@@ -1,574 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-* {
-  margin: 0;
-  padding: 0;
-
-  -webkit-box-sizing: border-box;
-     -moz-box-sizing: border-box;
-       -o-box-sizing: border-box;
-          box-sizing: border-box;
-}
-
-html, body {
-  height: 100%;
-}
-
-body {
-  font: 14px/21px 'Open Sans', "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
-  overflow-y: auto;
-}
-
-/* for floats */
-.cf:after {
-  content: ".";
-  display: block;
-  clear: both;
-  visibility: hidden;
-  line-height: 0;
-  height: 0;
-}
-
-html[xmlns] .cf {
-  display: block;
-}
-
-* html .cf {
-  height: 1%;
-}
-
-header {
-}
-
-header, section, footer {
-  display: block;
-  width: 100%;
-}
-
-footer {
-  color: #484848;
-  font-weight: 300;
-}
-
-ul, li {
-  list-style-type: none;
-}
-
-strong {
-  font-weight: 700;
-}
-
-.hidden {
-  /* This funkiness is so that labels still appear for screen readers */
-  visibility: hidden;
-  display: block;
-  height: 0;
-}
-
-.tooltip {
-  color: #fff;
-  font-weight: bold;
-  text-shadow: 0 1px #333;
-  line-height: 16px;
-  background-color: #aa1401;
-  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 81, 50, 0.9)), to(rgba(169, 19, 0, 1)));
-  background-image: -webkit-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
-  background-image:    -moz-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
-  background-image:     -ms-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
-  background-image:      -o-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
-  background-image:         linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
-  border-radius: 4px;
-  padding: 10px 15px;
-  box-shadow: 0 1px #666;
-
-  display: none;
-  max-width: 275px;
-  position: absolute;
-  top: 10px;
-  left: 10px;
-  z-index: 5;
-}
-
-.tooltip .arrow-down {
-  /* This is an awesome CSS only arrow! */
-  width: 0;
-  height: 0;
-  border-left: 10px solid transparent;
-  border-right: 10px solid transparent;
-  border-top: 10px solid #aa1401;
-  border-top: 10px solid rgba(169, 19, 0, 1);
-  position: absolute;
-  bottom: -10px;
-  left: 20px;
-}
-
-a {
-  color: #348fd0;
-  text-decoration: none;
-  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-  font-weight: 300;
-}
-
-a:hover {
-  color: #000;
-}
-
-input[type=text],
-input[type=email],
-input[type=password] {
-    width: 100%;
-    color: #383838;
-    font-size: 13px;
-    padding: 5px;
-    border-width: 1px;
-    border-style: solid;
-    border-color: #b2b2b2;
-    outline: none;
-    border-radius: 3px;
-    box-shadow: 1px 1px 0 rgba(255,255,255,0.5);
-}
-
-input[type=text]:focus,
-input[type=email]:focus,
-input[type=password]:focus {
-    border: 1px solid #42a4e0;
-    box-shadow: 1px 1px 0 rgba(255,255,255,.5), 0 0 1px 3px rgba(73,173,227, .4);
-}
-
-input[type=text]:disabled,
-input[type=email]:disabled,
-input[type=password]:disabled {
-    background-color: #f0f0f0;
-    color: #4f4f4f;
-    /* The opacity and -webkit-text-fill-color are to override mobile Safari's
-     * default stylings that make reading input elements very difficult.
-     * issue #1311 */
-    -webkit-text-fill-color: #4f4f4f;
-    opacity: 1;
-    /* Remove the box-shadow and border-color that come with a focused input
-     * field */
-    box-shadow: none;
-    border-color: #b2b2b2;
-}
-
-/*
- * All three browser types must be styled individually.
- * See http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css
- * issue #2187
- */
-input:-moz-placeholder {
-   color:#aaa;
-}
-
-input:-ms-input-placeholder {
-   color:#aaa;
-}
-
-input:-webkit-input-placeholder {
-   color:#aaa;
-}
-
-label {
-  display: block;
-}
-
-label + input[type=text],
-label + input[type=password],
-label + input[type=email] {
-  margin-top: 8px;
-}
-
-label.hidden + input[type=text],
-label.hidden + input[type=password],
-label.hidden + input[type=email] {
-  margin-top: 0;
-}
-
-input[type=radio],
-input[type=checkbox] {
-  cursor: pointer;
-  margin-left: 2px; /* necessary or chrome cuts off part of the radio button */
-}
-
-button,
-.button {
-    font-size: 14px;
-    font-weight: bold;
-    line-height: 14px;
-    /* The difference between top and bottom padding is to make up for the tiny
-     * offset that browsers use to display lowercase letters.
-     */
-    padding: 6px 10px 7px;
-    float: right;
-    border: 0;
-    color: #fff;
-    text-shadow: 0 1px rgba(0,0,0,0.5);
-    cursor: pointer;
-    white-space: nowrap;
-
-    border-radius: 3px;
-    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.2);
-
-    background-color: #4eb5e5;
-    background-image: -webkit-gradient(linear, left top, left bottom, from(#4eb5e5), to(#3196cf));
-    background-image: -webkit-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image:    -moz-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image:      -ms-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image:       -o-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image:          linear-gradient(top, #4eb5e5, #3196cf);
-}
-
-button:hover,
-button:focus,
-.button:hover,
-.button:focus {
-    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(0, 0, 0, 0.1);
-
-    background-color: #4aafe5;
-    background-image: -webkit-gradient(linear, left top, left bottom, from(#4aafe5), to(#2c89c8));
-    background-image: -webkit-linear-gradient(top, #4aafe5, #2c89c8);
-    background-image:    -moz-linear-gradient(top, #4aafe5, #2c89c8);
-    background-image:      -ms-linear-gradient(top, #4aafe5, #2c89c8);
-    background-image:       -o-linear-gradient(top, #4aafe5, #2c89c8);
-    background-image:          linear-gradient(top, #4aafe5, #2c89c8);
-}
-
-button:focus,
-.button:focus {
-    box-shadow: 0 0 1px #fff, 0 0 1px 3px #49ADE3;
-    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 1px 3px rgba(73, 173, 227, 0.6);
-}
-
-button:active,
-.button:active {
-    background-color: #184a73;
-    background-image: -webkit-gradient(linear, left top, left bottom, from(#184a73), to(#276084));
-    background-image: -webkit-linear-gradient(top, #184a73, #276084);
-    background-image:    -moz-linear-gradient(top, #184a73, #276084);
-    background-image:      -ms-linear-gradient(top, #184a73, #276084);
-    background-image:       -o-linear-gradient(top, #184a73, #276084);
-    background-image:          linear-gradient(top, #184a73, #276084);
-    color: #97b6ca;
-    text-shadow: 0 1px rgba(0,0,0,0.4);
-    box-shadow: inset 0 2px 1px rgba(0,0,0,0.3);
-}
-
-button::-moz-focus-inner, .button::-moz-focus-inner {
-  padding: 0;
-  border: 0
-}
-
-.submit button {
-    padding: 6px 45px 7px 10px;
-    background-color: #4eb5e5;
-    background-image: url("/common/i/button-arrow.png");
-    background-image: url("/common/i/button-arrow.png"), -webkit-gradient(linear, left top, left bottom, from(#4eb5e5), to(#3196cf));
-    background-image: url("/common/i/button-arrow.png"), -webkit-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image: url("/common/i/button-arrow.png"),    -moz-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image: url("/common/i/button-arrow.png"),     -ms-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image: url("/common/i/button-arrow.png"),      -o-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image: url("/common/i/button-arrow.png"),         linear-gradient(top, #4eb5e5, #3196cf);
-    background-repeat: no-repeat, no-repeat;
-    background-position: center right, center;
-}
-
-.submit button:hover,
-.submit button:focus,
-.submit .button:hover,
-.submit .button:focus {
-    background-color: #4aafe5;
-    background-image: url("/common/i/button-arrow-hover.png");
-    background-image: url("/common/i/button-arrow-hover.png"), -webkit-gradient(linear, left top, left bottom, from(#4aafe5), to(#2c89c8));
-    background-image: url("/common/i/button-arrow-hover.png"), -webkit-linear-gradient(top, #4aafe5, #2c89c8);
-    background-image: url("/common/i/button-arrow-hover.png"),    -moz-linear-gradient(top, #4aafe5, #2c89c8);
-    background-image: url("/common/i/button-arrow-hover.png"),     -ms-linear-gradient(top, #4aafe5, #2c89c8);
-    background-image: url("/common/i/button-arrow-hover.png"),      -o-linear-gradient(top, #4aafe5, #2c89c8);
-    background-image: url("/common/i/button-arrow-hover.png"),         linear-gradient(top, #4aafe5, #2c89c8);
-}
-
-.submit button:active,
-.submit .button:active {
-    background-color: #184a73;
-    background-image: url("/common/i/button-arrow-active.png"), -webkit-gradient(linear, left top, left bottom, from(#184a73), to(#276084));
-    background-image: url("/common/i/button-arrow-active.png"), -webkit-linear-gradient(top, #184a73, #276084);
-    background-image: url("/common/i/button-arrow-active.png"),    -moz-linear-gradient(top, #184a73, #276084);
-    background-image: url("/common/i/button-arrow-active.png"),      -ms-linear-gradient(top, #184a73, #276084);
-    background-image: url("/common/i/button-arrow-active.png"),       -o-linear-gradient(top, #184a73, #276084);
-    background-image: url("/common/i/button-arrow-active.png"),          linear-gradient(top, #184a73, #276084);
-}
-
-/* Override all previously applied styles so that the button does not change
- * styles even if the user hovers, focuses or clicks on the button.
-*/
-button[disabled], .submit_disabled button, .submit_disabled .button,
-.submit_disabled button:hover, .submit_disabled .button:hover,
-.submit_disabled button:focus, .submit_disabled .button:focus,
-.submit_disabled button:active, .submit_disabled .button:active {
-  color: #d8dde0;
-  cursor: default;
-  background-color: #bcc4ca;
-  background-image: none; /* Fix for IE9 still showing the blue arrow */
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#bcc4ca), to(#a0a7ae));
-  background-image: -webkit-linear-gradient(top, #bcc4ca, #a0a7ae);
-  background-image:    -moz-linear-gradient(top, #bcc4ca, #a0a7ae);
-  background-image:     -ms-linear-gradient(top, #bcc4ca, #a0a7ae);
-  background-image:      -o-linear-gradient(top, #bcc4ca, #a0a7ae);
-  background-image:         linear-gradient(top, #bcc4ca, #a0a7ae);
-  text-shadow: 0 1px #444, 0 0 2px #555;
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-  opacity: .5;
-  border-bottom: 1px solid #777;
-}
-
-.submit_disabled .submit button, .submit_disabled .submit .button,
-.submit_disabled .submit button:hover, .submit_disabled .submit .button:hover,
-.submit_disabled .submit button:focus, .submit_disabled .submit .button:focus,
-.submit_disabled .submit button:active, .submit_disabled .submit .button:active {
-    background-color: #4eb5e5;
-    background-image: url("/common/i/button-loader.gif"), -webkit-gradient(linear, left top, left bottom, from(#4eb5e5), to(#3196cf));
-    background-image: url("/common/i/button-loader.gif"), -webkit-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image: url("/common/i/button-loader.gif"),    -moz-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image: url("/common/i/button-loader.gif"),      -ms-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image: url("/common/i/button-loader.gif"),       -o-linear-gradient(top, #4eb5e5, #3196cf);
-    background-image: url("/common/i/button-loader.gif"),          linear-gradient(top, #4eb5e5, #3196cf);
-    background-position: 95% center;
-    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.2);
-}
-
-button.negative {
-    background-color: #d94f30;
-    background-image: -webkit-gradient(linear, left top, left bottom, from(#d94f30), to(#ad1804));
-    background-image: -webkit-linear-gradient(top, #d94f30, #ad1804);
-    background-image:    -moz-linear-gradient(top, #d94f30, #ad1804);
-    background-image:     -ms-linear-gradient(top, #d94f30, #ad1804);
-    background-image:      -o-linear-gradient(top, #d94f30, #ad1804);
-    background-image:         linear-gradient(top, #d94f30, #ad1804);
-}
-
-button.negative:hover,
-button.negative:focus,
-.button.negative:hover,
-.button.negative:focus {
-    background-color: #e3653f;
-    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3653f), to(#c01c03));
-    background-image: -webkit-linear-gradient(top, #e3653f, #c01c03);
-    background-image:    -moz-linear-gradient(top, #e3653f, #c01c03);
-    background-image:     -ms-linear-gradient(top, #e3653f, #c01c03);
-    background-image:      -o-linear-gradient(top, #e3653f, #c01c03);
-    background-image:         linear-gradient(top, #e3653f, #c01c03);
-}
-
-button.negative:active,
-.button.negative:active {
-    box-shadow: 0 0 5px #333 inset;
-    color: #cfa391;
-
-    background-color: #83311e;
-    background-image: -webkit-gradient(linear, left top, left bottom, from(#83311e), to(#670d01));
-    background-image: -webkit-linear-gradient(top, #83311e, #670d01);
-    background-image:    -moz-linear-gradient(top, #83311e, #670d01);
-    background-image:     -ms-linear-gradient(top, #83311e, #670d01);
-    background-image:      -o-linear-gradient(top, #83311e, #670d01);
-    background-image:         linear-gradient(top, #83311e, #670d01);
-}
-
-
-.tospp {
-  line-height: 14px;
-}
-
-.buttonrow {
-  line-height: 28px;
-}
-
-.buttonrow > .right {
-  margin-right: 15px;
-}
-
-.buttonrow > .right.emphasize {
-  margin-right: 0;
-  margin-top: 8px;
-}
-
-a.secondary[disabled], .submit_disabled a.secondary, .submit_disabled a.secondary:focus, .submit_disabled a.secondary:active {
-  color: #999;
-}
-
-.right {
-  float: right;
-}
-
-.center {
-  text-align: center;
-}
-
-.headline-main, h1, h2, h3, h4 {
-  font-weight: normal;
-  text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
-}
-
-.headline-main {
-   font-size: 48px;
-   letter-spacing: -2px;
-   line-height: 100%;
-}
-
-h1 {
-  font-size: 36px;
-  letter-spacing: -1.5px;
-  line-height: 100%;
-}
-
-.white {
-  color: #fff;
-  text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
-}
-
-.thin {
-  font-weight: 300;
-}
-
-h2 {
-  font-size: 32px;
-  letter-spacing: -1px;
-  line-height: 100%;
-}
-
-h3 {
-  font-size: 28px;
-  letter-spacing: -0.5px;
-  line-height: 100%;
-}
-
-h4 {
-  font-size: 24px;
-  letter-spacing: -0.25px;
-  line-height: 100%;
-}
-
-.small, small {
-  font-size: 12px;
-  line-height: 100%;
-}
-
-header ul li {
-  display: inline-block;
-}
-
-footer ul li {
-  display: inline-block;
-  margin: 0 10px 0 0;
-}
-
-footer .help {
-    float: right;
-    cursor: help;
-}
-
-.cancelVerify {
-  font-weight: bold;
-}
-
-#wait, #delay, #error {
-  background-color: #dadee1;
-  background-image: url("/common/i/grain.png"), -webkit-gradient(linear, left top, left bottom, from(#dadee1), to(#c7ccd0));
-  background-image: url("/common/i/grain.png"), -webkit-linear-gradient(top, #dadee1, #c7ccd0);
-  background-image: url("/common/i/grain.png"),    -moz-linear-gradient(top, #dadee1, #c7ccd0);
-  background-image: url("/common/i/grain.png"),     -ms-linear-gradient(top, #dadee1, #c7ccd0);
-  background-image: url("/common/i/grain.png"),      -o-linear-gradient(top, #dadee1, #c7ccd0);
-  background-image: url("/common/i/grain.png"),         linear-gradient(top, #dadee1, #c7ccd0);
-}
-
-#wait .contents, #error .contents, #delay .contents {
-    max-width: 430px;
-    margin: 0 auto;
-}
-
-#wait h2, #delay h2 {
-    font-size: 20px;
-}
-
-#error h2 {
-    font-size: 22px;
-}
-
-#wait p, #error p, #delay p {
-    margin-top: 20px;
-}
-
-#error .emphasis {
-    margin-top: 15px;
-    color: #aa1401;
-}
-
-#error .contents, #wait .contents {
-    max-width: 430px;
-    margin: 0 auto;
-}
-
-.openMoreInfo {
-    display: block;
-    margin-top: 15px;
-}
-
-.moreInfo {
-    display: none;
-    color: #999;
-}
-
-.forgot {
-  font-size: 11px;
-}
-
-.forgot:hover {
-  color: #333;
-}
-
-.submit {
-    margin-top: 10px;
-}
-
-.submit > p {
-  margin-top: 10px;
-}
-
-.tospp {
-  line-height: 1.2;
-}
-
-
-#showDevelopment {
-  position: absolute;
-  top: 0;
-  right: 0;
-  width: 50px;
-  height: 50px;
-  cursor: default;
-}
-
-#development {
-  display: none;
-}
-
-.development #development {
-  display: block;
-  position: absolute;
-  right: 0;
-  top: 10px;
-  z-index: 100000;
-  background-color: #000;
-  background-color: rgba(0,0,0, .75);
-  border-radius: 5px 0 0 5px;
-}
-
-#development li {
-  display: block;
-  float: none;
-  padding: 5px 10px;
-}
-
-#development li a {
-  color: #fff;
-}
diff --git a/resources/static/common/fonts/LICENSE.txt b/resources/static/common/fonts/LICENSE.txt
deleted file mode 100644
index 2c227077890c8c6b4c4edd557015c1ba8f760d18..0000000000000000000000000000000000000000
--- a/resources/static/common/fonts/LICENSE.txt
+++ /dev/null
@@ -1,203 +0,0 @@
-Fonts obtained from Google's Web Font service at: http://www.google.com/webfonts
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
diff --git a/resources/static/common/fonts/OpenSans-Bold.eot b/resources/static/common/fonts/OpenSans-Bold.eot
deleted file mode 100644
index 7c74b9c1751778ca0f0a8ef3f7289c0b8c8b9d6b..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Bold.eot and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Bold.ttf b/resources/static/common/fonts/OpenSans-Bold.ttf
deleted file mode 100644
index fd79d43bea0293ac1b20e8aca1142627983d2c07..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Bold.ttf and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Bold.woff b/resources/static/common/fonts/OpenSans-Bold.woff
deleted file mode 100644
index 1945cad7f6aa9cfaa76da9fea9370b9f0be34766..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Bold.woff and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-BoldItalic.eot b/resources/static/common/fonts/OpenSans-BoldItalic.eot
deleted file mode 100644
index e1c6979628bfb8c719473abc889a489166e6b46a..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-BoldItalic.eot and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-BoldItalic.ttf b/resources/static/common/fonts/OpenSans-BoldItalic.ttf
deleted file mode 100644
index 9bc800958a421d937fc392e00beaef4eea76dc71..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-BoldItalic.ttf and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-BoldItalic.woff b/resources/static/common/fonts/OpenSans-BoldItalic.woff
deleted file mode 100644
index 4b1cc51926c330e4dff95bc0d9d2b8137db63f7f..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-BoldItalic.woff and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Italic.eot b/resources/static/common/fonts/OpenSans-Italic.eot
deleted file mode 100644
index 3fa53278733ba198c23f845ccdf62153afe9eb7b..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Italic.eot and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Italic.ttf b/resources/static/common/fonts/OpenSans-Italic.ttf
deleted file mode 100644
index c90da48ff3b8ad6167236d70c48df4d7b5de3bbb..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Italic.ttf and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Italic.woff b/resources/static/common/fonts/OpenSans-Italic.woff
deleted file mode 100644
index 26a934f032633b9af62f41753f7d9060b93c1d3f..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Italic.woff and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Light.eot b/resources/static/common/fonts/OpenSans-Light.eot
deleted file mode 100644
index 3c203d8e71dc546f24fa65f03bdc93d8a409a56b..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Light.eot and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Light.ttf b/resources/static/common/fonts/OpenSans-Light.ttf
deleted file mode 100644
index 0d381897da20345fa63112f19042561f44ee3aa0..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Light.ttf and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Light.woff b/resources/static/common/fonts/OpenSans-Light.woff
deleted file mode 100644
index 1c885eba3b4d80fa707dbb44049f42456e510e09..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Light.woff and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-LightItalic.eot b/resources/static/common/fonts/OpenSans-LightItalic.eot
deleted file mode 100644
index 6005799a2963b757a213a7a4b49ce6be8997654f..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-LightItalic.eot and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-LightItalic.ttf b/resources/static/common/fonts/OpenSans-LightItalic.ttf
deleted file mode 100644
index 68299c4bc6b5b7adfff2c9aee4aed7c1547100ef..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-LightItalic.ttf and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-LightItalic.woff b/resources/static/common/fonts/OpenSans-LightItalic.woff
deleted file mode 100644
index a7465fec1d27d52dc4d85105dcbbdae3a85ed2c2..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-LightItalic.woff and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Regular.eot b/resources/static/common/fonts/OpenSans-Regular.eot
deleted file mode 100644
index 091cd51b9e36cc56abf245fa7f3e894873fd9e06..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Regular.eot and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Regular.ttf b/resources/static/common/fonts/OpenSans-Regular.ttf
deleted file mode 100644
index db433349b7047f72f40072630c1bc110620bf09e..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Regular.ttf and /dev/null differ
diff --git a/resources/static/common/fonts/OpenSans-Regular.woff b/resources/static/common/fonts/OpenSans-Regular.woff
deleted file mode 100644
index feaed88cf2835a72c9533311ab167d5388110715..0000000000000000000000000000000000000000
Binary files a/resources/static/common/fonts/OpenSans-Regular.woff and /dev/null differ
diff --git a/resources/static/common/fonts/fonts_common.css b/resources/static/common/fonts/fonts_common.css
deleted file mode 100644
index b00de80c43026259809ad4440d73568ec5cddf7f..0000000000000000000000000000000000000000
--- a/resources/static/common/fonts/fonts_common.css
+++ /dev/null
@@ -1,33 +0,0 @@
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 400;
-  src: url('/common/fonts/OpenSans-Regular.eot');
-  src: local('Open Sans'),
-       local('OpenSans'),
-       url('/common/fonts/OpenSans-Regular.eot') format('embedded-opentype'),
-       url('/common/fonts/OpenSans-Regular.woff') format('woff'),
-       url('/common/fonts/OpenSans-Regular.ttf') format('truetype');
-}
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 300;
-  src: url('/common/fonts/OpenSans-Light.eot');
-  src: local('Open Sans Light'),
-       local('OpenSans-Light'),
-       url('/common/fonts/OpenSans-Light.eot') format('embedded-opentype'),
-       url('/common/fonts/OpenSans-Light.woff') format('woff'),
-       url('/common/fonts/OpenSans-Light.ttf') format('truetype');
-}
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 700;
-  src: url('/common/fonts/OpenSans-Bold.eot');
-  src: local('Open Sans Bold'),
-       local('OpenSans-Bold'),
-       url('/common/fonts/OpenSans-Bold.eot') format('embedded-opentype'),
-       url('/common/fonts/OpenSans-Bold.woff') format('woff'),
-       url('/common/fonts/OpenSans-Bold.ttf') format('truetype');
-}
diff --git a/resources/static/common/fonts/fonts_dialog.css b/resources/static/common/fonts/fonts_dialog.css
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/resources/static/common/fonts/fonts_pages.css b/resources/static/common/fonts/fonts_pages.css
deleted file mode 100644
index e2629c17da3d691d54497910e9b8a96f2707aba8..0000000000000000000000000000000000000000
--- a/resources/static/common/fonts/fonts_pages.css
+++ /dev/null
@@ -1,12 +0,0 @@
-@font-face {
-  font-family: 'Open Sans';
-  font-style: italic;
-  font-weight: 400;
-  src: url('/common/fonts/OpenSans-Italic.eot');
-  src: local('Open Sans Italic'),
-       local('OpenSans-Italic'),
-       url('/common/fonts/OpenSans-Italic.eot') format('embedded-opentype'),
-       url('/common/fonts/OpenSans-Italic.woff') format('woff'),
-       url('/common/fonts/OpenSans-Italic.ttf') format('truetype');
-}
-
diff --git a/resources/static/common/i/button-arrow-active.png b/resources/static/common/i/button-arrow-active.png
deleted file mode 100644
index 6d8b4b1ebee6f2c6e86609b68187b1bc7e8a6aee..0000000000000000000000000000000000000000
Binary files a/resources/static/common/i/button-arrow-active.png and /dev/null differ
diff --git a/resources/static/common/i/button-arrow-hover.png b/resources/static/common/i/button-arrow-hover.png
deleted file mode 100644
index 0f16a66797ce4ce0e21223d4d8a873c4064164ed..0000000000000000000000000000000000000000
Binary files a/resources/static/common/i/button-arrow-hover.png and /dev/null differ
diff --git a/resources/static/common/i/button-arrow.png b/resources/static/common/i/button-arrow.png
deleted file mode 100644
index b5d7a1d87635c7e9719b52970604ad060a599fbb..0000000000000000000000000000000000000000
Binary files a/resources/static/common/i/button-arrow.png and /dev/null differ
diff --git a/resources/static/common/i/button-loader.gif b/resources/static/common/i/button-loader.gif
deleted file mode 100644
index 48b61ac1b684c487b5e270bd75e6166ff1193f29..0000000000000000000000000000000000000000
Binary files a/resources/static/common/i/button-loader.gif and /dev/null differ
diff --git a/resources/static/common/i/grain.png b/resources/static/common/i/grain.png
deleted file mode 100644
index 796f5fbeb24967faaf3046b51de12b0f9048e32b..0000000000000000000000000000000000000000
Binary files a/resources/static/common/i/grain.png and /dev/null differ
diff --git a/resources/static/common/js/browser-support.js b/resources/static/common/js/browser-support.js
deleted file mode 100644
index c6832597ac22dfccced2096475531fee2008ee9b..0000000000000000000000000000000000000000
--- a/resources/static/common/js/browser-support.js
+++ /dev/null
@@ -1,101 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.BrowserSupport = (function() {
-  var bid = BrowserID,
-      win = window,
-      nav = navigator,
-      reason;
-
-  // For unit testing
-  function setTestEnv(newNav, newWindow) {
-    nav = newNav;
-    win = newWindow;
-  }
-
-  function getInternetExplorerVersion() {
-    var rv = -1; // Return value assumes failure.
-    if (nav.appName == 'Microsoft Internet Explorer') {
-      var ua = nav.userAgent;
-      var re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
-      if (re.exec(ua) != null)
-        rv = parseFloat(RegExp.$1);
-    }
-
-    return rv;
-  }
-
-  function checkIE() {
-    var ieVersion = getInternetExplorerVersion(),
-        ieNosupport = ieVersion > -1 && ieVersion < 9;
-
-    if(ieNosupport) {
-      return "IE_VERSION";
-    }
-  }
-
-  function explicitNosupport() {
-    return checkIE();
-  }
-
-  function checkLocalStorage() {
-    var localStorage = 'localStorage' in win && win['localStorage'] !== null;
-    if(!localStorage) {
-      return "LOCALSTORAGE";
-    }
-  }
-
-  function checkPostMessage() {
-    if(!win.postMessage) {
-      return "POSTMESSAGE";
-    }
-  }
-
-  function isSupported() {
-    reason = checkLocalStorage() || checkPostMessage() || explicitNosupport();
-
-    return !reason;
-  }
-
-  function getNoSupportReason() {
-    return reason;
-  }
-
-  function isIOS() {
-    var ua = nav.userAgent;
-    return ua.indexOf("like Mac OS X") > -1;
-  }
-
-  return {
-    /**
-     * Set the test environment.
-     * @method setTestEnv
-     */
-    setTestEnv: setTestEnv,
-    /**
-     * Check whether the current browser is supported
-     * @method isSupported
-     * @returns {boolean}
-     */
-    isSupported: isSupported,
-    /**
-     * Called after isSupported, if isSupported returns false.  Gets the reason
-     * why browser is not supported.
-     * @method getNoSupportReason
-     * @returns {string}
-     */
-    getNoSupportReason: getNoSupportReason,
-    /**
-     * IE version surfaced for crypto optimizations
-     */
-    getInternetExplorerVersion: getInternetExplorerVersion,
-    /**
-     * Check to see whether user is using iOS
-     * @method isIOS
-     */
-    isIOS: isIOS
-  };
-
-}());
-
diff --git a/resources/static/common/js/browserid.js b/resources/static/common/js/browserid.js
deleted file mode 100644
index d20093840aa5536e3c2754e1b4559cbb1f7c16c0..0000000000000000000000000000000000000000
--- a/resources/static/common/js/browserid.js
+++ /dev/null
@@ -1,28 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  "use strict";
-
-  window.BrowserID = window.BrowserID || {};
-
-  // Define some constants.
-  _.extend(window.BrowserID, {
-    // always use 1024/160 DSA keys - see issue #1293
-    // this used to be called keysize 128, but that made
-    // no sense since no component of this is 128 bits
-    // so making this 160 as per DSA 1024/160
-    // EXCEPT, for backwards compatibility this is still 128 for now
-    KEY_LENGTH: 128,
-
-    PASSWORD_MIN_LENGTH: 8,
-    PASSWORD_MAX_LENGTH: 80,
-
-    // IE8 has a max total URL length of 2083 and a max path length of 2048.
-    // http://support.microsoft.com/kb/q208427
-    // See issue #2080 - https://github.com/mozilla/browserid/issues/2080
-    URL_MAX_LENGTH: 2083,
-    PATH_MAX_LENGTH: 2048
-  });
-}());
diff --git a/resources/static/common/js/class.js b/resources/static/common/js/class.js
deleted file mode 100644
index 64ebb54fef3edee20a7c1ad132bfb4c50b7c693d..0000000000000000000000000000000000000000
--- a/resources/static/common/js/class.js
+++ /dev/null
@@ -1,60 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-BrowserID.Class = (function() {
-  function create(constr, config) {
-    var inst = new constr;
-    inst.init(config);
-    return inst;
-  }
-
-  function extend(sup, extension) {
-    // No superclass
-    if(!extension) {
-      extension = sup;
-      sup = null;
-    }
-
-    var subclass = extension.hasOwnProperty("constructor") ? extension.constructor : function() {};
-
-    if(sup) {
-      // there is a superclass, set it up.
-      // Object.create would work well here.
-      var F = function() {};
-      F.prototype = sup.prototype;
-      subclass.prototype = new F;
-      subclass.sc = sup.prototype;
-    }
-    else {
-      // no superclass, create a prototype object.
-      subclass.prototype = {};
-    }
-
-    for(var key in extension) {
-      subclass.prototype[key] = extension[key];
-    }
-    subclass.prototype.constructor = subclass;
-
-    /**
-     * Extend a class to create a subclass.
-     * @method extend
-     * @param {object} extensions - prototype extensions
-     * @returns {function} subclass
-     */
-    subclass.extend = extend.bind(null, subclass);
-    /**
-     * Create an instance of a class
-     * @method create
-     * @param {object} [config] - configuration, passed on to init.
-     */
-    subclass.create = create.bind(null, subclass);
-
-    return subclass;
-  }
-
-  return extend;
-
-}());
-
diff --git a/resources/static/common/js/command.js b/resources/static/common/js/command.js
deleted file mode 100644
index b1857294eb4ae315d4a2477e1779cbf5233ced22..0000000000000000000000000000000000000000
--- a/resources/static/common/js/command.js
+++ /dev/null
@@ -1,30 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Command = (function() {
-  "use strict";
-
-  var bid = BrowserID;
-
-  var Command = bid.Class({
-    init: function(options) {
-      this.run_options = options.run_options || {};
-      if(!options.callback) {
-        throw "callback required";
-      }
-      this.callback = options.callback;
-    },
-
-    run: function() {
-      this.callback(this.run_options);
-    },
-
-    extendRunOptions: function(options) {
-      _.extend(this.run_options, options);
-    }
-  });
-
-  return Command;
-}());
-
diff --git a/resources/static/common/js/dom-helpers.js b/resources/static/common/js/dom-helpers.js
deleted file mode 100644
index e944fc420dd454bf17e39e87b8922df0a4be3c14..0000000000000000000000000000000000000000
--- a/resources/static/common/js/dom-helpers.js
+++ /dev/null
@@ -1,32 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.DOMHelpers = (function() {
-  "use strict";
-
-  function makeEqualWidth(selector) {
-    var els = $(selector),
-        maxWidth = 0;
-
-    // Find the widest el then set the width of all the els to be the
-    // same.  To do so, first let the els be their natural width, find the
-    // widest, and then go from there.
-    els.css({
-      "min-width": "0px",
-      "width": null
-    });
-
-    els.each(function(index, element) {
-      var width = $(element).outerWidth();
-      if (width > maxWidth) maxWidth = width;
-    });
-
-    els.css("width", maxWidth + "px");
-  }
-
-  return {
-    makeEqualWidth: makeEqualWidth
-  };
-
-}());
diff --git a/resources/static/common/js/enable_cookies_url.js b/resources/static/common/js/enable_cookies_url.js
deleted file mode 100644
index 93fe0412957d1f84ba5a9a394aa34c976317c519..0000000000000000000000000000000000000000
--- a/resources/static/common/js/enable_cookies_url.js
+++ /dev/null
@@ -1,20 +0,0 @@
-/*global BrowserID: true, gettext: true*/
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.EnableCookiesURL = (function(){
-  "use strict";
-
-  var bid = BrowserID,
-      bs = bid.BrowserSupport;
-
-  function getURL() {
-    return bs.isIOS() ?
-      "https://support.mozilla.org/kb/how-enable-cookies-iphone" :
-      "http://support.mozilla.org/kb/Websites%20say%20cookies%20are%20blocked";
-  }
-
-  return {
-    getURL: getURL
-  };
-}());
diff --git a/resources/static/common/js/error-messages.js b/resources/static/common/js/error-messages.js
deleted file mode 100644
index ea878226753ccad0e9997cac3316c460a9d6b6c7..0000000000000000000000000000000000000000
--- a/resources/static/common/js/error-messages.js
+++ /dev/null
@@ -1,174 +0,0 @@
-/*global BrowserID: true, gettext: true*/
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Errors = (function(){
-  "use strict";
-
-  var enableCookiesURL = BrowserID.EnableCookiesURL.getURL();
-
-  // NOTE: The majority of these strings do not have gettext because they are
-  // not immediately user facing.  These strings are used in the error dialog
-  // and are only shown after the user clicks on "show more info"
-  var Errors = {
-    authenticate: {
-      title: "Authenticating User"
-    },
-
-    addEmail: {
-      title: "Adding Address"
-    },
-
-    addEmailWithAssertion: {
-      title: "Adding Primary Email Address to User"
-    },
-
-    addressInfo: {
-      title: "Checking Address Info"
-    },
-
-    authenticateWithAssertion: {
-      title: "Authenticating with Assertion"
-    },
-
-    cancelUser: {
-      title: "Cancelling User Account"
-    },
-
-    cannotConfirm: {
-      title: gettext("There was a problem with your signup link. Has this address already been registered?")
-    },
-
-    cannotComplete: {
-      title: gettext("Error encountered trying to complete registration.")
-    },
-
-    checkAuthentication: {
-      title: "Checking Authentication"
-    },
-
-    checkScriptVersion: {
-      title: "Checking Script Version"
-    },
-
-    completeUserRegistration: {
-      title: "Completing User Registration"
-    },
-
-    cookiesDisabled: {
-      title: gettext("Persona requires cookies to remember you."),
-      message: format(gettext("Please close this window, <a %s>enable cookies</a> and try again"), [" target='_blank' href='" + enableCookiesURL + "'"])
-
-    },
-
-    cookiesEnabled: {
-      title: "Checking if Cookies are Enabled"
-    },
-
-    createUser: {
-      title: "Creating Account"
-    },
-
-    getAssertion: {
-      title: "Getting Assertion"
-    },
-
-    getTokenInfo: {
-      title: "Checking Registration Token"
-    },
-
-    isEmailRegistered: {
-      title: "Checking Email Address"
-    },
-
-    isUserAuthenticatedToPrimary: {
-      title: "Checking Whether User is Authenticated with IdP"
-    },
-
-    logoutUser: {
-      title: "Logout Failed"
-    },
-
-    primaryAuthentication: {
-      title: "Authenticating with Identity Provider",
-      message: "We had trouble communicating with your email provider, please try again!"
-    },
-
-    provisioningPrimary: {
-      title: "Provisioning with Identity Provider",
-      message: "We had trouble communicating with your email provider, please try again!"
-    },
-
-    provisioningBadPrimary: {
-      title: "Provisioning Unsupported Identity Provider",
-      message: "Unfortunately, the email address provided cannot act as a Primary Identity Provider"
-    },
-
-    registration: {
-      title: "Registration Failed"
-    },
-
-    relaySetup: {
-      title: "Establishing Relay",
-      message: "Relay frame could not be found"
-    },
-
-    requestPasswordReset: {
-      title: "Resetting Password"
-    },
-
-    removeEmail: {
-      title: "Remove Email Address from Account"
-    },
-
-    setComputerOwnershipStatus: {
-      title: "Setting whether the user owns the computer"
-    },
-
-    setPassword: {
-      title: "Setting Password"
-    },
-
-    signIn: {
-      title: "Signin Failed"
-    },
-
-    signUp: {
-      title: "Signup Failed"
-    },
-
-    syncAddress: {
-      title: "Syncing Address"
-    },
-
-    syncEmails: {
-      title: "Syncing Email Addresses"
-    },
-
-    syncEmailKeypair: {
-      title: "Sync Keys for Address"
-    },
-
-    tokenInfo: {
-      title: "Getting Token Info"
-    },
-
-    updatePassword: {
-      title: "Updating password"
-    },
-
-    verifyEmail: {
-      title: "Verifying email address"
-    },
-
-    xhrError: {
-      title: gettext("Communication Error")
-    }
-
-  };
-
-
-  return Errors;
-}());
-
-
diff --git a/resources/static/common/js/gettext.js b/resources/static/common/js/gettext.js
deleted file mode 100644
index a8794883efadfdd829b5e79df8a6c2d29c0d88da..0000000000000000000000000000000000000000
--- a/resources/static/common/js/gettext.js
+++ /dev/null
@@ -1,49 +0,0 @@
-/*globals json_locale_data: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dom = bid.DOM;
-
-  function Gettext() {
-      return {
-        gettext: function (msgid) {
-          if (window.Gobbledygook &&
-              dom.getAttr('html', 'lang') === 'db-LB') {
-            return window.Gobbledygook(msgid);
-          }
-              
-          if (window.json_locale_data && json_locale_data["client"]) {
-            var dict = json_locale_data["client"];
-            if (dict[msgid] && dict[msgid].length >= 2 &&
-                dict[msgid][1].trim() != "") {
-              return dict[msgid][1];
-            }
-          }
-          return msgid;
-        },
-        // See lib/i18n.js format docs
-        format: function (fmt, obj, named) {
-          if (!fmt) return "";
-          if (!fmt.replace) {
-            return fmt;
-          }
-          if (_.isArray(obj) || named === false) {
-            return fmt.replace(/%s/g, function(match){return String(obj.shift())});
-          } else if (_.isObject(obj) || named === true) {
-            return fmt.replace(/%\(\s*([^)]+)\s*\)/g, function(m, v){
-              return String(obj[v]);
-            });
-          }
-        }
-      };
-  };
-
-  var gt = new Gettext();
-  window.gettext = gt.gettext.bind(gt);
-  window.format = gt.format.bind(gt);
-}());
diff --git a/resources/static/common/js/helpers.js b/resources/static/common/js/helpers.js
deleted file mode 100644
index e9d034fad9980ce55a0150e004e2affba2bbe720..0000000000000000000000000000000000000000
--- a/resources/static/common/js/helpers.js
+++ /dev/null
@@ -1,136 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dom = bid.DOM,
-      validation = bid.Validation,
-      helpers = bid.Helpers = bid.Helpers || {};
-
-  function getAndValidateEmail(target) {
-    var email = (dom.getInner(target) || "").trim();
-
-    if(!validation.email(email)) return null;
-
-    return email;
-  }
-
-  function getAndValidatePassword(target) {
-    var password = (dom.getInner(target) || "");
-
-    if(!validation.password(password)) return null;
-
-    return password;
-  }
-
-  function toURL(base, params) {
-    var url = base,
-        getParams = [];
-
-    for(var key in params) {
-      getParams.push(key + "=" + encodeURIComponent(params[key]));
-    }
-
-    if(getParams.length) {
-      url += "?" + getParams.join("&");
-    }
-
-    return url;
-  }
-
-  function whitelistFilter(obj, validKeys) {
-    var filtered = {};
-    _.each(_.keys(obj), function(key) {
-      if (_.indexOf(validKeys, key) !== -1) {
-        filtered[key] = obj[key];
-      }
-    });
-    return filtered;
-  }
-
-  function cancelEvent(callback) {
-    return function(event) {
-      event && event.preventDefault();
-      callback.call(this);
-    };
-  }
-
-  function complete(callback) {
-    if(callback) {
-      var args = [].slice.call(arguments, 1);
-      callback.apply(null, args);
-    }
-  }
-
-  function log(msg) {
-    try {
-      window.console.log(msg);
-    } catch(e) {
-      // Catch all if console is not available or if it for some reason blows
-      // up. Do nothing.
-    }
-  }
-
-  _.extend(helpers, {
-    /**
-     * Get an email from a DOM element and validate it.
-     * @method getAndValidateEmail
-     * @param {string} target - target containing the email
-     * @return {string} email if email is valid, null otw.
-     */
-    getAndValidateEmail: getAndValidateEmail,
-
-    /**
-     * Get an password from a DOM element and validate it.
-     * @method getAndValidatePassword
-     * @param {string} target - target containing the password
-     * @return {string} password if password is valid, null otw.
-     */
-    getAndValidatePassword: getAndValidatePassword,
-
-    /**
-     * Convert a base URL and an object to a URL with GET parameters.  All
-     * keys/values are converted as <key>=encodeURIComponent(<value>)
-     * method @toURL
-     * @param {string} base_url - base url
-     * @param {object} [params] - object to convert to GET parameters.
-     * @returns {string}
-     */
-    toURL: toURL,
-
-    /**
-     * Filter an object by a whitelist of keys, returning a new object.
-     * @param {object} obj - the object to filter
-     * @param {object} [validKeys] - whitelisted keys
-     */
-    whitelistFilter: whitelistFilter,
-
-    /**
-     * Return a function that calls preventDefault on the event and then calls
-     * the callback with the arguments.
-     * @method cancelEvent
-     * @param {function} function to call after the event is cancelled.
-     */
-    cancelEvent: cancelEvent,
-    /**
-     * @method complete
-     * @param {function} [callback] - callback to call.  Only called if
-     * parameter is a function.
-     * @param {variant} [params] - parameters to pass to callback.
-     */
-    complete: complete,
-
-    /**
-     * If the console is available, log a message to it.
-     * @method log
-     * @param {string} msg
-     */
-    log: log
-  });
-
-
-}());
-
diff --git a/resources/static/common/js/history.js b/resources/static/common/js/history.js
deleted file mode 100644
index 8c7653c3aaa3df1fbf4016d93a89fc45c3bd8b73..0000000000000000000000000000000000000000
--- a/resources/static/common/js/history.js
+++ /dev/null
@@ -1,48 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.History = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      Command = bid.Command;
-
-  var History = bid.Class({
-    init: function() {
-      this.history = [];
-    },
-
-    destroy: function() {
-      this.history = null;
-    },
-
-    createState: function(callback, options) {
-      this.current = Command.create({
-        callback: callback,
-        run_options: options
-      });
-      return this.current;
-    },
-
-    getCurrent: function() {
-      return this.current;
-    },
-
-    // XXX this should be renamed to pushState
-    saveState: function() {
-      this.history.push(this.current);
-    },
-
-    getTop: function() {
-      return this.history[this.history.length - 1];
-    },
-
-    popState: function() {
-      this.current = this.history.pop();
-      return this.current;
-    }
-  });
-
-  return History;
-}());
diff --git a/resources/static/common/js/javascript-extensions.js b/resources/static/common/js/javascript-extensions.js
deleted file mode 100644
index 071b20967040f1ebba1e67824edfe0d3f152d865..0000000000000000000000000000000000000000
--- a/resources/static/common/js/javascript-extensions.js
+++ /dev/null
@@ -1,56 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  "use strict";
-
-  if (!Function.prototype.bind) {
-
-    Function.prototype.bind = function (oThis) {
-
-      if (typeof this !== "function") // closest thing possible to the ECMAScript 5 internal IsCallable function
-        throw new TypeError("Function.prototype.bind - what is trying to be fBound is not callable");
-
-      var aArgs = Array.prototype.slice.call(arguments, 1),
-      fToBind = this,
-      fNOP = function () {},
-      fBound = function () {
-        return fToBind.apply(this instanceof fNOP ? this : oThis || window, aArgs.concat(Array.prototype.slice.call(arguments)));
-      };
-
-      fNOP.prototype = this.prototype;
-      fBound.prototype = new fNOP();
-
-      return fBound;
-
-    };
-
-  }
-
-  // See http://ejohn.org/blog/partial-functions-in-javascript/
-  if(!Function.prototype.curry) {
-    Function.prototype.curry = function() {
-      var fn = this, args = Array.prototype.slice.call(arguments);
-      return function() {
-        return fn.apply(this, args.concat(
-          Array.prototype.slice.call(arguments)));
-      };
-    };
-  };
-
-  if (!window.console) {
-    window.console = {};
-  }
-
-  if (!console.log) {
-    console.log = function() {};
-  }
-
-  if (!String.prototype.trim) {
-    String.prototype.trim = function () {
-      return this.replace(/^\s+|\s+$/g,'');
-    };
-  }
-
-}());
diff --git a/resources/static/common/js/lib/base64.js b/resources/static/common/js/lib/base64.js
deleted file mode 100644
index 3da45c627a6605055f9d134c485a983dff1606cc..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/base64.js
+++ /dev/null
@@ -1,69 +0,0 @@
-;(function (window) {
-
-  var
-    characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=',
-    fromCharCode = String.fromCharCode,
-    INVALID_CHARACTER_ERR = (function () {
-      // fabricate a suitable error object
-      try { document.createElement('$'); }
-      catch (error) { return error; }}());
-
-  // encoder
-  window.btoa || (
-  window.btoa = function (string) {
-    var
-      a, b, b1, b2, b3, b4, c, i = 0,
-      len = string.length, max = Math.max, result = '';
-
-    while (i < len) {
-      a = string.charCodeAt(i++) || 0;
-      b = string.charCodeAt(i++) || 0;
-      c = string.charCodeAt(i++) || 0;
-
-      if (max(a, b, c) > 0xFF) {
-        throw INVALID_CHARACTER_ERR;
-      }
-
-      b1 = (a >> 2) & 0x3F;
-      b2 = ((a & 0x3) << 4) | ((b >> 4) & 0xF);
-      b3 = ((b & 0xF) << 2) | ((c >> 6) & 0x3);
-      b4 = c & 0x3F;
-
-      if (!b) {
-        b3 = b4 = 64;
-      } else if (!c) {
-        b4 = 64;
-      }
-      result += characters.charAt(b1) + characters.charAt(b2) + characters.charAt(b3) + characters.charAt(b4);
-    }
-    return result;
-  });
-
-  // decoder
-  window.atob || (
-  window.atob = function (string) {
-    string = string.replace(/=+$/, '');
-    var
-      a, b, b1, b2, b3, b4, c, i = 0,
-      len = string.length, chars = [];
-
-    if (len % 4 === 1) throw INVALID_CHARACTER_ERR;
-
-    while (i < len) {
-      b1 = characters.indexOf(string.charAt(i++));
-      b2 = characters.indexOf(string.charAt(i++));
-      b3 = characters.indexOf(string.charAt(i++));
-      b4 = characters.indexOf(string.charAt(i++));
-
-      a = ((b1 & 0x3F) << 2) | ((b2 >> 4) & 0x3);
-      b = ((b2 & 0xF) << 4) | ((b3 >> 2) & 0xF);
-      c = ((b3 & 0x3) << 6) | (b4 & 0x3F);
-
-      chars.push(fromCharCode(a));
-      b && chars.push(fromCharCode(b));
-      c && chars.push(fromCharCode(c));
-    }
-    return chars.join('');
-  });
-
-}(this));
diff --git a/resources/static/common/js/lib/bidbundle.js b/resources/static/common/js/lib/bidbundle.js
deleted file mode 120000
index 00c7194bcdfbd8c359d6471c712c07c53bf442b0..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/bidbundle.js
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../node_modules/jwcrypto/bidbundle.js
\ No newline at end of file
diff --git a/resources/static/common/js/lib/dom-jquery.js b/resources/static/common/js/lib/dom-jquery.js
deleted file mode 100644
index 78ab5814c90045bf6e8077f1481d2fdb3e15cdc7..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/dom-jquery.js
+++ /dev/null
@@ -1,380 +0,0 @@
-/**
-* Written by Shane Tomlinson - original source at:
-* https://github.com/stomlinson/AFrame-JS/blob/master/src/adapters/jquery.js
-* which is licensed under the Creative Commons Attribution 3.0 License.
-*
-* A DOM Manipulation adapter for jQuery.
-* @class BrowserID.DOM
-* @static
-*/
-BrowserID.DOM = ( function() {
-    var jQuery = typeof( window ) !== 'undefined' && window.jQuery;
-    var DOM = {
-        /**
-        * Get a set of elements that match the selector
-        * @method getElements
-        * @param {selector || element} selector - if a string, a selector to search for.
-        * @return {array} array of elements
-        */
-        getElements: function( selector ) {
-            return jQuery( selector );
-        },
-
-        /**
-        * Get a set of descendent elements that match the selector
-        * @method getDescendentElements
-        * @param {string} selector - The selector to search for.
-        * @param {element} root - root node to search from
-        * @return {array} array of elements
-        */
-        getDescendentElements: function( selector, root ) {
-            return jQuery( root ).find( selector );
-        },
-
-        /**
-        * Get a set of descendent elements that match the selector, include the root node if it
-        *   matches the selector
-        * @method getElementsIncludeRoot
-        * @param {string} selector - The selector to search for.
-        * @param {element} root - root node to search from
-        * @return {array} array of elements
-        */
-        getElementsIncludeRoot: function( selector, root ) {
-            root = jQuery( root );
-            var set = root.find( selector );
-            if( root.is( selector ) ) {
-                set = root.add( set );
-            }
-            return set;
-        },
-
-        /**
-        * Get the children for an element
-        * @method getChildren
-        * @param {selector || element} selector - element to get children for
-        * @return {array} an array of children
-        */
-        getChildren: function( selector ) {
-            return jQuery( selector ).children();
-        },
-
-        /**
-        * Get the nth child element
-        * @method getNthChild
-        * @param {selector || element} selector - element to get children for
-        * @param {number} index - index of the child to get
-        * @return {element} the nth child if it exists.
-        */
-        getNthChild: function( selector, index ) {
-            return jQuery( selector ).children()[ index ];
-        },
-
-        /**
-        * Iterate over a set of elements
-        * @method forEach
-        * @param {Elements} elements - elements to iterate over
-        * @param {function} callback - callback to call.  Callback called with: callback( element, index );
-        * @param {context} context - context to callback in
-        */
-        forEach: function( elements, callback, context ) {
-            jQuery( elements ).each( function( index, element ) {
-                callback.call( context, element, index );
-            } );
-        },
-
-        /**
-        * Remove an element
-        * @method removeElement
-        * @param {selector || element} selector - element to remove
-        */
-        removeElement: function( selector ) {
-            jQuery( selector ).remove();
-        },
-
-        /**
-        * Bind to an elements DOM Event
-        * @method bindEvent
-        * @param {selector || element} element to bind on
-        * @param {string} eventName - name of event
-        * @param {function} callback - callback to call
-        */
-        bindEvent: function( element, eventName, callback ) {
-            return jQuery( element ).bind( eventName, callback );
-        },
-
-        /**
-        * Unbind an already bound DOM Event from an element.
-        * @method unbindEvent
-        * @param {selector || element} element to unbind from
-        * @param {string} eventName - name of event
-        * @param {function} callback - callback
-        */
-        unbindEvent: function( element, eventName, callback ) {
-            return jQuery( element ).unbind( eventName, callback );
-        },
-
-        /**
-        * Fire a DOM event on an element
-        * @method fireEvent
-        * @param {selector || element} element
-        * @param {string} type - event to fire
-        */
-        fireEvent: function( element, type ) {
-            return jQuery( element ).trigger( type );
-        },
-
-        /**
-        * Set the inner value of an element, including input elements
-        * @method setInner
-        * @param {selector || element} element - element to set
-        * @param {string} value - value to set
-        */
-        setInner: function( element, value ) {
-            var target = jQuery( element );
-            if( isValBased( target ) ) {
-                target.val( value );
-            }
-            else {
-                target.html( value );
-            }
-        },
-
-        /**
-        * Get the inner value of an element, including input elements
-        * @method getInner
-        * @param {selector || element} element
-        * @return {string} inner value of the element
-        */
-        getInner: function( element ) {
-            var target = jQuery( element );
-            var retval = '';
-
-            if( isValBased( target ) ) {
-                retval = target.val();
-            }
-            else {
-                retval = target.html();
-            }
-            return retval;
-        },
-
-        /**
-        * Set an element's attribute.
-        * @method setAttr
-        * @param {selector || element} element
-        * @param {string} attrName - the attribute name
-        * @param {string} value - value to set
-        */
-        setAttr: function( element, attrName, value ) {
-            jQuery( element ).attr( attrName, value );
-        },
-
-        /**
-        * Get an element's attribute.
-        * @method getAttr
-        * @param {selector || element} element
-        * @param {string} attrName - the attribute name
-        * @return {string} attribute's value
-        */
-        getAttr: function( element, attrName ) {
-            return jQuery( element ).attr( attrName );
-        },
-
-        /**
-        * Check if an element has an attribute
-        * @method hasAttr
-        * @param {selector || element} element
-        * @param {string} attrName - the attribute name
-        * @return {boolean} true if the element has the attribute, false otw.
-        */
-        hasAttr: function( element, attrName ) {
-            var val = jQuery( element )[ 0 ].getAttribute( attrName );
-            return val !== null;
-        },
-
-        /**
-        * Remove an attribute from an element.
-        * @method removeAttr
-        * @param {selector || element} element
-        * @param {string} attrName - the attribute to remove
-        */
-        removeAttr: function( element, attrName ) {
-            return jQuery( element ).removeAttr( attrName );
-        },
-
-        /**
-        * Add a class to an element
-        * @method addClass
-        * @param {selector || element} element
-        * @param {string} className
-        */
-        addClass: function( element, className ) {
-            jQuery( element ).addClass( className );
-        },
-
-        /**
-        * Remove a class from an element
-        * @method removeClass
-        * @param {selector || element} element
-        * @param {string} className
-        */
-        removeClass: function( element, className ) {
-            jQuery( element ).removeClass( className );
-        },
-
-        /**
-        * Check if an element has a class
-        * @method hasClass
-        * @param {selector || element} element
-        * @param {string} className
-        * @return {boolean} true if element has class, false otw.
-        */
-        hasClass: function( element, className ) {
-            return jQuery( element ).hasClass( className );
-        },
-
-        /**
-        * Create an element
-        * @method createElement
-        * @param {string} type - element type
-        * @param {string} html (optional) - inner HTML
-        * @return {element} created element
-        */
-        createElement: function( type, html ) {
-            var element = jQuery( '<' + type + '/>' );
-            if( html ) {
-                BrowserID.DOM.setInner( element, html );
-            }
-            return element;
-        },
-
-        /**
-        * Append an element as the last child of another element
-        * @method appendTo
-        * @param {selector || element} elementToInsert
-        * @param {selector || element} elementToAppendTo
-        */
-        appendTo: function( elementToInsert, elementToAppendTo ) {
-            var el = jQuery(elementToInsert );
-            el.appendTo( jQuery( elementToAppendTo ) );
-            return el;
-        },
-
-        /**
-        * Insert an element before another element
-        * @method insertBefore
-        * @param {selector || element} elementToInsert
-        * @param {selector || element} elementToInsertBefore
-        */
-        insertBefore: function( elementToInsert, elementToInsertBefore ) {
-            jQuery( elementToInsert ).insertBefore( elementToInsertBefore );
-        },
-
-        /**
-        * Insert as the nth child of an element
-        * @method insertAsNthChild
-        * @param {selector || element} elementToInsert
-        * @param {selector || element} parent
-        * @param {number} index
-        */
-        insertAsNthChild: function( elementToInsert, parent, index ) {
-            var children = jQuery( parent ).children();
-            if( index === children.length ) {
-                elementToInsert.appendTo( parent );
-            }
-            else {
-                var insertBefore = children.eq( index );
-                elementToInsert.insertBefore( insertBefore );
-            }
-
-        },
-
-        /**
-         * Focus an element
-         * @method focus
-         * @param {selelector || element} elementToFocus
-         */
-        focus: function( elementToFocus ) {
-          jQuery( elementToFocus ).focus();
-        },
-
-        /**
-         * Check the current matched set of elements against
-         * a selector or element and return true if at least
-         * one of these elements matches the given arguments.
-         * @method is
-         * @param {selector || element} elementToCheck
-         * @param {string} type
-         * @returns {boolean} true if elementToCheck matches the specified
-         * type, false otw.
-         */
-        is: function( elementToCheck, type ) {
-          return jQuery( elementToCheck ).is( type );
-        },
-
-        /**
-         * Show an element
-         * @method show
-         * @param {selector || element} elementToShow
-         */
-        show: function( elementToShow ) {
-          return jQuery( elementToShow ).show();
-        },
-
-        /**
-         * Hide an element
-         * @method hide
-         * @param {selector || element} elementToHide
-         */
-        hide: function( elementToHide ) {
-          return jQuery( elementToHide ).hide();
-        },
-
-        /**
-         * Slide an element down
-         * @method slideDown
-         * @param {selector || element} elementToSlide
-         * @param {number} [animationTime]
-         */
-        slideDown: function( elementToSlide, animationTime ) {
-          return jQuery( elementToSlide ).slideDown( animationTime );
-        },
-
-        /**
-         * Slide an element up
-         * @method slideUp
-         * @param {selector || element} elementToSlide
-         * @param {number} [animationTime]
-         */
-        slideUp: function( elementToSlide, animationTime ) {
-          return jQuery( elementToSlide ).slideUp( animationTime );
-        },
-
-        /**
-         * Fade an element in
-         * @method fadeIn
-         * @param {selector || element} elementToFade
-         * @param {number} [animationTime]
-         */
-        fadeIn: function( elementToFade, animationTime ) {
-          return jQuery( elementToFade ).fadeIn( animationTime );
-        },
-
-        /**
-         * Fade an element out
-         * @method fadeOut
-         * @param {selector || element} elementToFade
-         * @param {number} [animationTime]
-         */
-        fadeOut: function( elementToFade, animationTime ) {
-          return jQuery( elementToFade ).fadeOut( animationTime );
-        }
-    };
-
-    function isValBased( target ) {
-        return target.is( 'input' ) || target.is( 'textarea' );
-    }
-
-    return DOM;
-
-}() );
diff --git a/resources/static/common/js/lib/ejs.js b/resources/static/common/js/lib/ejs.js
deleted file mode 100644
index d2396e0bd9beb2a29ff3a773f1c8ebd2ffb2b6f1..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/ejs.js
+++ /dev/null
@@ -1,514 +0,0 @@
-(function(){
-
-
-var rsplit = function(string, regex) {
-	var result = regex.exec(string),retArr = new Array(), first_idx, last_idx, first_bit;
-	while (result != null)
-	{
-		first_idx = result.index; last_idx = regex.lastIndex;
-		if ((first_idx) != 0)
-		{
-			first_bit = string.substring(0,first_idx);
-			retArr.push(string.substring(0,first_idx));
-			string = string.slice(first_idx);
-		}
-		retArr.push(result[0]);
-		string = string.slice(result[0].length);
-		result = regex.exec(string);
-	}
-	if (! string == '')
-	{
-		retArr.push(string);
-	}
-	return retArr;
-},
-chop =  function(string){
-    return string.substr(0, string.length - 1);
-},
-extend = function(d, s){
-    for(var n in s){
-        if(s.hasOwnProperty(n))  d[n] = s[n]
-    }
-}
-
-
-window.EJS = function( options ){
-	options = typeof options == "string" ? {view: options} : options
-    this.set_options(options);
-	if(options.precompiled){
-		this.template = {};
-		this.template.process = options.precompiled;
-		EJS.update(this.name, this);
-		return;
-	}
-    if(options.element)
-	{
-		if(typeof options.element == 'string'){
-			var name = options.element
-			options.element = document.getElementById(  options.element )
-			if(options.element == null) throw name+'does not exist!'
-		}
-		if(options.element.value){
-			this.text = options.element.value
-		}else{
-			this.text = options.element.innerHTML
-		}
-		this.name = options.element.id
-		this.type = '['
-	}else if(options.url){
-        options.url = EJS.endExt(options.url, this.extMatch);
-		this.name = this.name ? this.name : options.url;
-        var url = options.url
-        //options.view = options.absolute_url || options.view || options.;
-		var template = EJS.get(this.name /*url*/, this.cache);
-		if (template) return template;
-	    if (template == EJS.INVALID_PATH) return null;
-        try{
-            this.text = EJS.request( url+(this.cache ? '' : '?'+Math.random() ));
-        }catch(e){}
-
-		if(this.text == null){
-            throw( {type: 'EJS', message: 'There is no template at '+url}  );
-		}
-		//this.name = url;
-	}
-	var template = new EJS.Compiler(this.text, this.type);
-
-	template.compile(options, this.name);
-
-
-	EJS.update(this.name, this);
-	this.template = template;
-};
-/* @Prototype*/
-EJS.prototype = {
-	/**
-	 * Renders an object with extra view helpers attached to the view.
-	 * @param {Object} object data to be rendered
-	 * @param {Object} extra_helpers an object with additonal view helpers
-	 * @return {String} returns the result of the string
-	 */
-    render : function(object, extra_helpers){
-        object = object || {};
-        this._extra_helpers = extra_helpers;
-		var v = new EJS.Helpers(object, extra_helpers || {});
-		return this.template.process.call(object, object,v);
-	},
-    update : function(element, options){
-        if(typeof element == 'string'){
-			element = document.getElementById(element)
-		}
-		if(options == null){
-			_template = this;
-			return function(object){
-				EJS.prototype.update.call(_template, element, object)
-			}
-		}
-		if(typeof options == 'string'){
-			params = {}
-			params.url = options
-			_template = this;
-			params.onComplete = function(request){
-				var object = eval( request.responseText )
-				EJS.prototype.update.call(_template, element, object)
-			}
-			EJS.ajax_request(params)
-		}else
-		{
-			element.innerHTML = this.render(options)
-		}
-    },
-	out : function(){
-		return this.template.out;
-	},
-    /**
-     * Sets options on this view to be rendered with.
-     * @param {Object} options
-     */
-	set_options : function(options){
-        this.type = options.type || EJS.type;
-		this.cache = options.cache != null ? options.cache : EJS.cache;
-		this.text = options.text || null;
-		this.name =  options.name || null;
-		this.ext = options.ext || EJS.ext;
-		this.extMatch = new RegExp(this.ext.replace(/\./, '\.'));
-	}
-};
-EJS.endExt = function(path, match){
-	if(!path) return null;
-	match.lastIndex = 0
-	return path+ (match.test(path) ? '' : this.ext )
-}
-
-
-
-
-/* @Static*/
-EJS.Scanner = function(source, left, right) {
-
-    extend(this,
-        {left_delimiter: 	left +'%',
-         right_delimiter: 	'%'+right,
-         double_left: 		left+'%%',
-         double_right:  	'%%'+right,
-         left_equal: 		left+'%=',
-         // set - Persona addition. The backend understands <%-, which acts
-         // identical to the frontend's <%=.  <%= on the backend escapes
-         // characters to their HTML code equivalents.  For unit testing, we
-         // write backend templates on the front end, so we have to be able to
-         // process <%-.  Creating an alias here.  Using it wherever
-         // left_equal is found.
-         left_dash: 		left+'%-',
-         left_comment: 	left+'%#'})
-
-	this.SplitRegexp = left=='[' ? /(\[%%)|(%%\])|(\[%=)|(\[%#)|(\[%)|(%\]\n)|(%\])|(\n)/ : new RegExp('('+this.double_left+')|(%%'+this.double_right+')|('+this.left_equal+')|('+this.left_dash+')|('+this.left_comment+')|('+this.left_delimiter+')|('+this.right_delimiter+'\n)|('+this.right_delimiter+')|(\n)') ;
-
-	this.source = source;
-	this.stag = null;
-	this.lines = 0;
-};
-
-EJS.Scanner.to_text = function(input){
-	if(input == null || input === undefined)
-        return '';
-    if(input instanceof Date)
-		return input.toDateString();
-	if(input.toString)
-        return input.toString();
-	return '';
-};
-
-EJS.Scanner.prototype = {
-  scan: function(block) {
-   var scanline = this.scanline,
-       regex = this.SplitRegexp;
-	 if (! this.source == '')
-	 {
-	 	 var source_split = rsplit(this.source, /\n/);
-	 	 for(var i=0; i<source_split.length; i++) {
-		 	 var item = source_split[i];
-			 this.scanline(item, regex, block);
-		 }
-	 }
-  },
-  scanline: function(line, regex, block) {
-	 this.lines++;
-	 var line_split = rsplit(line, regex);
- 	 for(var i=0; i<line_split.length; i++) {
-	   var token = line_split[i];
-       if (token != null) {
-		   	try{
-	         	block(token, this);
-		 	}catch(e){
-				throw {type: 'EJS.Scanner', line: this.lines};
-			}
-       }
-	 }
-  }
-};
-
-
-EJS.Buffer = function(pre_cmd, post_cmd) {
-	this.line = new Array();
-	this.script = "";
-	this.pre_cmd = pre_cmd;
-	this.post_cmd = post_cmd;
-	for (var i=0; i<this.pre_cmd.length; i++)
-	{
-		this.push(pre_cmd[i]);
-	}
-};
-EJS.Buffer.prototype = {
-
-  push: function(cmd) {
-	this.line.push(cmd);
-  },
-
-  cr: function() {
-	this.script = this.script + this.line.join('; ');
-	this.line = new Array();
-	this.script = this.script + "\n";
-  },
-
-  close: function() {
-	if (this.line.length > 0)
-	{
-		for (var i=0; i<this.post_cmd.length; i++){
-			this.push(pre_cmd[i]);
-		}
-		this.script = this.script + this.line.join('; ');
-		this.line = null;
-	}
-  }
-
-};
-
-
-EJS.Compiler = function(source, left) {
-    this.pre_cmd = ['var ___ViewO = [];'];
-	this.post_cmd = new Array();
-	this.source = ' ';
-	if (source != null)
-	{
-		if (typeof source == 'string')
-		{
-		    source = source.replace(/\r\n/g, "\n");
-            source = source.replace(/\r/g,   "\n");
-			this.source = source;
-		}else if (source.innerHTML){
-			this.source = source.innerHTML;
-		}
-		if (typeof this.source != 'string'){
-			this.source = "";
-		}
-	}
-	left = left || '<';
-	var right = '>';
-	switch(left) {
-		case '[':
-			right = ']';
-			break;
-		case '<':
-			break;
-		default:
-			throw left+' is not a supported deliminator';
-			break;
-	}
-	this.scanner = new EJS.Scanner(this.source, left, right);
-	this.out = '';
-};
-EJS.Compiler.prototype = {
-  compile: function(options, name) {
-  	options = options || {};
-	this.out = '';
-	var put_cmd = "___ViewO.push(";
-	var insert_cmd = put_cmd;
-	var buff = new EJS.Buffer(this.pre_cmd, this.post_cmd);
-	var content = '';
-	var clean = function(content)
-	{
-	    content = content.replace(/\\/g, '\\\\');
-        content = content.replace(/\n/g, '\\n');
-        content = content.replace(/"/g,  '\\"');
-        return content;
-	};
-	this.scanner.scan(function(token, scanner) {
-		if (scanner.stag == null)
-		{
-			switch(token) {
-				case '\n':
-					content = content + "\n";
-					buff.push(put_cmd + '"' + clean(content) + '");');
-					buff.cr();
-					content = '';
-					break;
-				case scanner.left_delimiter:
-				case scanner.left_equal:
-				case scanner.left_dash:
-				case scanner.left_comment:
-					scanner.stag = token;
-					if (content.length > 0)
-					{
-						buff.push(put_cmd + '"' + clean(content) + '")');
-					}
-					content = '';
-					break;
-				case scanner.double_left:
-					content = content + scanner.left_delimiter;
-					break;
-				default:
-					content = content + token;
-					break;
-			}
-		}
-		else {
-			switch(token) {
-				case scanner.right_delimiter:
-					switch(scanner.stag) {
-						case scanner.left_delimiter:
-							if (content[content.length - 1] == '\n')
-							{
-								content = chop(content);
-								buff.push(content);
-								buff.cr();
-							}
-							else {
-								buff.push(content);
-							}
-							break;
-            case scanner.left_dash:
-						case scanner.left_equal:
-							buff.push(insert_cmd + "(EJS.Scanner.to_text(" + content + ")))");
-							break;
-					}
-					scanner.stag = null;
-					content = '';
-					break;
-				case scanner.double_right:
-					content = content + scanner.right_delimiter;
-					break;
-				default:
-					content = content + token;
-					break;
-			}
-		}
-	});
-	if (content.length > 0)
-	{
-		// Chould be content.dump in Ruby
-		buff.push(put_cmd + '"' + clean(content) + '")');
-	}
-	buff.close();
-	this.out = buff.script + ";";
-	var to_be_evaled = '/*'+name+'*/this.process = function(_CONTEXT,_VIEW) { try { with(_VIEW) { with (_CONTEXT) {'+this.out+" return ___ViewO.join('');}}}catch(e){e.lineNumber=null;throw e;}};";
-
-	try{
-		eval(to_be_evaled);
-	}catch(e){
-		if(typeof JSLINT != 'undefined'){
-			JSLINT(this.out);
-			for(var i = 0; i < JSLINT.errors.length; i++){
-				var error = JSLINT.errors[i];
-				if(error.reason != "Unnecessary semicolon."){
-					error.line++;
-					var e = new Error();
-					e.lineNumber = error.line;
-					e.message = error.reason;
-					if(options.view)
-						e.fileName = options.view;
-					throw e;
-				}
-			}
-		}else{
-			throw e;
-		}
-	}
-  }
-};
-
-
-//type, cache, folder
-/**
- * Sets default options for all views
- * @param {Object} options Set view with the following options
- * <table class="options">
-				<tbody><tr><th>Option</th><th>Default</th><th>Description</th></tr>
-				<tr>
-					<td>type</td>
-					<td>'<'</td>
-					<td>type of magic tags.  Options are '&lt;' or '['
-					</td>
-				</tr>
-				<tr>
-					<td>cache</td>
-					<td>true in production mode, false in other modes</td>
-					<td>true to cache template.
-					</td>
-				</tr>
-	</tbody></table>
- *
- */
-EJS.config = function(options){
-	EJS.cache = options.cache != null ? options.cache : EJS.cache;
-	EJS.type = options.type != null ? options.type : EJS.type;
-	EJS.ext = options.ext != null ? options.ext : EJS.ext;
-
-	var templates_directory = EJS.templates_directory || {}; //nice and private container
-	EJS.templates_directory = templates_directory;
-	EJS.get = function(path, cache){
-		if(cache == false) return null;
-		if(templates_directory[path]) return templates_directory[path];
-  		return null;
-	};
-
-	EJS.update = function(path, template) {
-		if(path == null) return;
-		templates_directory[path] = template ;
-	};
-
-	EJS.INVALID_PATH =  -1;
-};
-EJS.config( {cache: true, type: '<', ext: '.ejs' } );
-
-
-
-/**
- * @constructor
- * By adding functions to EJS.Helpers.prototype, those functions will be available in the
- * views.
- * @init Creates a view helper.  This function is called internally.  You should never call it.
- * @param {Object} data The data passed to the view.  Helpers have access to it through this._data
- */
-EJS.Helpers = function(data, extras){
-	this._data = data;
-    this._extras = extras;
-    extend(this, extras );
-};
-/* @prototype*/
-EJS.Helpers.prototype = {
-    /**
-     * Renders a new view.  If data is passed in, uses that to render the view.
-     * @param {Object} options standard options passed to a new view.
-     * @param {optional:Object} data
-     * @return {String}
-     */
-	view: function(options, data, helpers){
-        if(!helpers) helpers = this._extras
-		if(!data) data = this._data;
-		return new EJS(options).render(data, helpers);
-	},
-    /**
-     * For a given value, tries to create a human representation.
-     * @param {Object} input the value being converted.
-     * @param {Object} null_text what text should be present if input == null or undefined, defaults to ''
-     * @return {String}
-     */
-	to_text: function(input, null_text) {
-	    if(input == null || input === undefined) return null_text || '';
-	    if(input instanceof Date) return input.toDateString();
-		if(input.toString) return input.toString().replace(/\n/g, '<br />').replace(/''/g, "'");
-		return '';
-	}
-};
-    EJS.newRequest = function(){
-	   var factories = [function() { return new ActiveXObject("Msxml2.XMLHTTP"); },function() { return new XMLHttpRequest(); },function() { return new ActiveXObject("Microsoft.XMLHTTP"); }];
-	   for(var i = 0; i < factories.length; i++) {
-	        try {
-	            var request = factories[i]();
-	            if (request != null)  return request;
-	        }
-	        catch(e) { continue;}
-	   }
-	}
-
-	EJS.request = function(path){
-	   var request = new EJS.newRequest()
-	   request.open("GET", path, false);
-
-	   try{request.send(null);}
-	   catch(e){return null;}
-
-	   if ( request.status == 404 || request.status == 2 ||(request.status == 0 && request.responseText == '') ) return null;
-
-	   return request.responseText
-	}
-	EJS.ajax_request = function(params){
-		params.method = ( params.method ? params.method : 'GET')
-
-		var request = new EJS.newRequest();
-		request.onreadystatechange = function(){
-			if(request.readyState == 4){
-				if(request.status == 200){
-					params.onComplete(request)
-				}else
-				{
-					params.onComplete(request)
-				}
-			}
-		}
-		request.open(params.method, params.url)
-		request.send(null)
-	}
-
-
-})();
diff --git a/resources/static/common/js/lib/gobbledygook.js b/resources/static/common/js/lib/gobbledygook.js
deleted file mode 120000
index 1403b642aef4fd46ccca2f5868826d9027e9f02f..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/gobbledygook.js
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../node_modules/gobbledygook/gobbledygook.js
\ No newline at end of file
diff --git a/resources/static/common/js/lib/highlight.js b/resources/static/common/js/lib/highlight.js
deleted file mode 100644
index 47246e6d1653605248aa32e044bf71fb7eaa01c1..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/highlight.js
+++ /dev/null
@@ -1 +0,0 @@
-var hljs=new function(){function l(o){return o.replace(/&/gm,"&amp;").replace(/</gm,"&lt;")}function c(q,p,o){return RegExp(p,"m"+(q.cI?"i":"")+(o?"g":""))}function i(q){for(var o=0;o<q.childNodes.length;o++){var p=q.childNodes[o];if(p.nodeName=="CODE"){return p}if(!(p.nodeType==3&&p.nodeValue.match(/\s+/))){break}}}function g(s,r){var q="";for(var p=0;p<s.childNodes.length;p++){if(s.childNodes[p].nodeType==3){var o=s.childNodes[p].nodeValue;if(r){o=o.replace(/\n/g,"")}q+=o}else{if(s.childNodes[p].nodeName=="BR"){q+="\n"}else{q+=g(s.childNodes[p])}}}if(/MSIE [678]/.test(navigator.userAgent)){q=q.replace(/\r/g,"\n")}return q}function a(r){var p=r.className.split(/\s+/);p=p.concat(r.parentNode.className.split(/\s+/));for(var o=0;o<p.length;o++){var q=p[o].replace(/^language-/,"");if(d[q]||q=="no-highlight"){return q}}}function b(o){var p=[];(function(r,s){for(var q=0;q<r.childNodes.length;q++){if(r.childNodes[q].nodeType==3){s+=r.childNodes[q].nodeValue.length}else{if(r.childNodes[q].nodeName=="BR"){s+=1}else{p.push({event:"start",offset:s,node:r.childNodes[q]});s=arguments.callee(r.childNodes[q],s);p.push({event:"stop",offset:s,node:r.childNodes[q]})}}}return s})(o,0);return p}function k(x,y,w){var q=0;var v="";var s=[];function t(){if(x.length&&y.length){if(x[0].offset!=y[0].offset){return(x[0].offset<y[0].offset)?x:y}else{return y[0].event=="start"?x:y}}else{return x.length?x:y}}function r(B){var C="<"+B.nodeName.toLowerCase();for(var z=0;z<B.attributes.length;z++){var A=B.attributes[z];C+=" "+A.nodeName.toLowerCase();if(A.nodeValue!=undefined){C+='="'+l(A.nodeValue)+'"'}}return C+">"}while(x.length||y.length){var u=t().splice(0,1)[0];v+=l(w.substr(q,u.offset-q));q=u.offset;if(u.event=="start"){v+=r(u.node);s.push(u.node)}else{if(u.event=="stop"){var p=s.length;do{p--;var o=s[p];v+=("</"+o.nodeName.toLowerCase()+">")}while(o!=u.node);s.splice(p,1);while(p<s.length){v+=r(s[p]);p++}}}}v+=w.substr(q);return v}function f(I,C){function y(r,L){for(var K=0;K<L.c.length;K++){if(L.c[K].bR.test(r)){return L.c[K]}}}function v(K,r){if(B[K].e&&B[K].eR.test(r)){return 1}if(B[K].eW){var L=v(K-1,r);return L?L+1:0}return 0}function w(r,K){return K.iR&&K.iR.test(r)}function z(N,M){var L=[];for(var K=0;K<N.c.length;K++){L.push(N.c[K].b)}var r=B.length-1;do{if(B[r].e){L.push(B[r].e)}r--}while(B[r+1].eW);if(N.i){L.push(N.i)}return c(M,"("+L.join("|")+")",true)}function q(L,K){var M=B[B.length-1];if(!M.t){M.t=z(M,G)}M.t.lastIndex=K;var r=M.t.exec(L);if(r){return[L.substr(K,r.index-K),r[0],false]}else{return[L.substr(K),"",true]}}function o(N,r){var K=G.cI?r[0].toLowerCase():r[0];for(var M in N.kG){if(!N.kG.hasOwnProperty(M)){continue}var L=N.kG[M].hasOwnProperty(K);if(L){return[M,L]}}return false}function E(L,N){if(!N.k){return l(L)}var M="";var O=0;N.lR.lastIndex=0;var K=N.lR.exec(L);while(K){M+=l(L.substr(O,K.index-O));var r=o(N,K);if(r){s+=r[1];M+='<span class="'+r[0]+'">'+l(K[0])+"</span>"}else{M+=l(K[0])}O=N.lR.lastIndex;K=N.lR.exec(L)}M+=l(L.substr(O,L.length-O));return M}function J(r,L){if(L.sL&&d[L.sL]){var K=f(L.sL,r);s+=K.keyword_count;return K.value}else{return E(r,L)}}function H(L,r){var K=L.cN?'<span class="'+L.cN+'">':"";if(L.rB){p+=K;L.buffer=""}else{if(L.eB){p+=l(r)+K;L.buffer=""}else{p+=K;L.buffer=r}}B.push(L);A+=L.r}function D(N,K,P){var Q=B[B.length-1];if(P){p+=J(Q.buffer+N,Q);return false}var L=y(K,Q);if(L){p+=J(Q.buffer+N,Q);H(L,K);return L.rB}var r=v(B.length-1,K);if(r){var M=Q.cN?"</span>":"";if(Q.rE){p+=J(Q.buffer+N,Q)+M}else{if(Q.eE){p+=J(Q.buffer+N,Q)+M+l(K)}else{p+=J(Q.buffer+N+K,Q)+M}}while(r>1){M=B[B.length-2].cN?"</span>":"";p+=M;r--;B.length--}var O=B[B.length-1];B.length--;B[B.length-1].buffer="";if(O.starts){H(O.starts,"")}return Q.rE}if(w(K,Q)){throw"Illegal"}}var G=d[I];var B=[G.dM];var A=0;var s=0;var p="";try{var u=0;G.dM.buffer="";do{var x=q(C,u);var t=D(x[0],x[1],x[2]);u+=x[0].length;if(!t){u+=x[1].length}}while(!x[2]);if(B.length>1){throw"Illegal"}return{language:I,r:A,keyword_count:s,value:p}}catch(F){if(F=="Illegal"){return{language:null,r:0,keyword_count:0,value:l(C)}}else{throw F}}}function h(){function o(t,s,u){if(t.compiled){return}if(!u){t.bR=c(s,t.b?t.b:"\\B|\\b");if(!t.e&&!t.eW){t.e="\\B|\\b"}if(t.e){t.eR=c(s,t.e)}}if(t.i){t.iR=c(s,t.i)}if(t.r==undefined){t.r=1}if(t.k){t.lR=c(s,t.l||hljs.IR,true)}for(var r in t.k){if(!t.k.hasOwnProperty(r)){continue}if(t.k[r] instanceof Object){t.kG=t.k}else{t.kG={keyword:t.k}}break}if(!t.c){t.c=[]}t.compiled=true;for(var q=0;q<t.c.length;q++){o(t.c[q],s,false)}if(t.starts){o(t.starts,s,false)}}for(var p in d){if(!d.hasOwnProperty(p)){continue}o(d[p].dM,d[p],true)}}function e(){if(e.called){return}e.called=true;h()}function n(t,y,p){e();var A=g(t,p);var r=a(t);if(r=="no-highlight"){return}if(r){var w=f(r,A)}else{var w={language:"",keyword_count:0,r:0,value:l(A)};var x=w;for(var z in d){if(!d.hasOwnProperty(z)){continue}var u=f(z,A);if(u.keyword_count+u.r>x.keyword_count+x.r){x=u}if(u.keyword_count+u.r>w.keyword_count+w.r){x=w;w=u}}}var s=t.className;if(!s.match(w.language)){s=s?(s+" "+w.language):w.language}var o=b(t);if(o.length){var q=document.createElement("pre");q.innerHTML=w.value;w.value=k(o,b(q),A)}if(y){w.value=w.value.replace(/^((<[^>]+>|\t)+)/gm,function(B,E,D,C){return E.replace(/\t/g,y)})}if(p){w.value=w.value.replace(/\n/g,"<br>")}if(/MSIE [678]/.test(navigator.userAgent)&&t.tagName=="CODE"&&t.parentNode.tagName=="PRE"){var q=t.parentNode;var v=document.createElement("div");v.innerHTML="<pre><code>"+w.value+"</code></pre>";t=v.firstChild.firstChild;v.firstChild.cN=q.cN;q.parentNode.replaceChild(v.firstChild,q)}else{t.innerHTML=w.value}t.className=s;t.dataset={};t.dataset.result={language:w.language,kw:w.keyword_count,re:w.r};if(x&&x.language){t.dataset.second_best={language:x.language,kw:x.keyword_count,re:x.r}}}function j(){if(j.called){return}j.called=true;e();var q=document.getElementsByTagName("pre");for(var o=0;o<q.length;o++){var p=i(q[o]);if(p){n(p,hljs.tabReplace)}}}function m(){var o=arguments;var p=function(){j.apply(null,o)};if(window.addEventListener){window.addEventListener("DOMContentLoaded",p,false);window.addEventListener("load",p,false)}else{if(window.attachEvent){window.attachEvent("onload",p)}else{window.onload=p}}}var d={};this.LANGUAGES=d;this.initHighlightingOnLoad=m;this.highlightBlock=n;this.initHighlighting=j;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\b\\d+(\\.\\d+)?";this.CNR="\\b(0x[A-Za-z0-9]+|\\d+(\\.\\d+)?)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|\\.|-|-=|/|/=|:|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~";this.BE={b:"\\\\.",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"//",e:"$"};this.CBLCLM={cN:"comment",b:"/\\*",e:"\\*/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.inherit=function(o,r){var q={};for(var p in o){q[p]=o[p]}if(r){for(var p in r){q[p]=r[p]}}return q}}();hljs.LANGUAGES.javascript={dM:{k:{keyword:{"in":1,"if":1,"for":1,"while":1,"finally":1,"var":1,"new":1,"function":1,"do":1,"return":1,"void":1,"else":1,"break":1,"catch":1,"instanceof":1,"with":1,"throw":1,"case":1,"default":1,"try":1,"this":1,"switch":1,"continue":1,"typeof":1,"delete":1},literal:{"true":1,"false":1,"null":1}},c:[hljs.ASM,hljs.QSM,hljs.CLCM,hljs.CBLCLM,hljs.CNM,{b:"("+hljs.RSR+"|case|return|throw)\\s*",k:{"return":1,"throw":1,"case":1},c:[hljs.CLCM,hljs.CBLCLM,{cN:"regexp",b:"/.*?[^\\\\/]/[gim]*"}],r:0},{cN:"function",b:"\\bfunction\\b",e:"{",k:{"function":1},c:[{cN:"title",b:"[A-Za-z$_][0-9A-Za-z$_]*"},{cN:"params",b:"\\(",e:"\\)",c:[hljs.ASM,hljs.QSM,hljs.CLCM,hljs.CBLCLM]}]}]}};hljs.LANGUAGES.xml=function(){var b="[A-Za-z0-9\\._:-]+";var a={eW:true,c:[{cN:"attribute",b:b,r:0},{b:'="',rB:true,e:'"',c:[{cN:"value",b:'"',eW:true}]},{b:"='",rB:true,e:"'",c:[{cN:"value",b:"'",eW:true}]},{b:"=",c:[{cN:"value",b:"[^\\s/>]+"}]}]};return{cI:true,dM:{c:[{cN:"pi",b:"<\\?",e:"\\?>",r:10},{cN:"doctype",b:"<!DOCTYPE",e:">",r:10},{cN:"comment",b:"<!--",e:"-->",r:10},{cN:"cdata",b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"tag",b:"<style",e:">",k:{title:{style:1}},c:[a],starts:{cN:"css",e:"</style>",rE:true,sL:"css"}},{cN:"tag",b:"<script",e:">",k:{title:{script:1}},c:[a],starts:{cN:"javascript",e:"<\/script>",rE:true,sL:"javascript"}},{cN:"vbscript",b:"<%",e:"%>",sL:"vbscript"},{cN:"tag",b:"</?",e:"/?>",c:[{cN:"title",b:"[^ />]+"},a]}]}}}();
\ No newline at end of file
diff --git a/resources/static/common/js/lib/html5shim.js b/resources/static/common/js/lib/html5shim.js
deleted file mode 100644
index 5ca09122e9309bd0e224d2d988bb3d1218d3f4d5..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/html5shim.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// html5shiv @rem remysharp.com/html5-enabling-script
-// iepp v1.6.2 @jon_neal iecss.com/print-protector
-// Dual licensed under the MIT or GPL Version 2 licenses
-(function(a,b){function r(a){var b=-1;while(++b<f)a.createElement(e[b])}if(!(!window.attachEvent||!b.createStyleSheet||!function(){var a=document.createElement("div");a.innerHTML="<elem></elem>";return a.childNodes.length!==1}())){a.iepp=a.iepp||{};var c=a.iepp,d=c.html5elements||"abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",e=d.split("|"),f=e.length,g=new RegExp("(^|\\s)("+d+")","gi"),h=new RegExp("<(/*)("+d+")","gi"),i=/^\s*[\{\}]\s*$/,j=new RegExp("(^|[^\\n]*?\\s)("+d+")([^\\n]*)({[\\n\\w\\W]*?})","gi"),k=b.createDocumentFragment(),l=b.documentElement,m=l.firstChild,n=b.createElement("body"),o=b.createElement("style"),p=/print|all/,q;c.getCSS=function(a,b){if(a+""===undefined)return"";var d=-1,e=a.length,f,g=[];while(++d<e){f=a[d];if(f.disabled)continue;b=f.media||b,p.test(b)&&g.push(c.getCSS(f.imports,b),f.cssText),b="all"}return g.join("")},c.parseCSS=function(a){var b=[],c;while((c=j.exec(a))!=null)b.push(((i.exec(c[1])?"\n":c[1])+c[2]+c[3]).replace(g,"$1.iepp_$2")+c[4]);return b.join("\n")},c.writeHTML=function(){var a=-1;q=q||b.body;while(++a<f){var c=b.getElementsByTagName(e[a]),d=c.length,g=-1;while(++g<d)c[g].className.indexOf("iepp_")<0&&(c[g].className+=" iepp_"+e[a])}k.appendChild(q),l.appendChild(n),n.className=q.className,n.id=q.id,n.innerHTML=q.innerHTML.replace(h,"<$1font")},c._beforePrint=function(){o.styleSheet.cssText=c.parseCSS(c.getCSS(b.styleSheets,"all")),c.writeHTML()},c.restoreHTML=function(){n.innerHTML="",l.removeChild(n),l.appendChild(q)},c._afterPrint=function(){c.restoreHTML(),o.styleSheet.cssText=""},r(b),r(k);if(c.disablePP)return;m.insertBefore(o,m.firstChild),o.media="print",o.className="iepp-printshim",a.attachEvent("onbeforeprint",c._beforePrint),a.attachEvent("onafterprint",c._afterPrint)}})(this,document);
diff --git a/resources/static/common/js/lib/hub.js b/resources/static/common/js/lib/hub.js
deleted file mode 100644
index f1be782aed42655546b7035ef3abc39aa24cc2af..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/hub.js
+++ /dev/null
@@ -1,87 +0,0 @@
-/**
-* Author Shane Tomlinson
-* Original source can be found at:
-* https://github.com/stomlinson/message_hub/blob/master/src/hub.js
-* Licenced under Mozilla Tri-License
-*/
-Hub = (function() {
-  "use strict";
-
-  var globalListeners = [],
-      listeners = {},
-      currID = 0;
-
-  function on(message, callback, context) {
-    var messageListeners = listeners[message] = listeners[message] || [],
-        id = currID;
-
-    messageListeners.push({
-      id: currID,
-      callback: context ? callback.bind(context) : callback
-    });
-
-    currID++;
-    return id;
-  }
-
-  function all(callback, context) {
-    globalListeners.push({
-      id: currID,
-      callback: context ? callback.bind(context) : callback
-    });
-
-    return currID++;
-  }
-
-  function fire(message) {
-    for(var j = 0, glistener; glistener = globalListeners[j]; ++j) {
-      // global listeners get the message name as the first argument
-      glistener.callback.apply(null, arguments);
-    }
-
-    var messageListeners = listeners[message];
-
-    if(messageListeners) {
-      // XXX: deviation from upstream!  upstream code doesn't pass
-      // 'message' as the first argument.  our code expects it.
-      // at some point we should modify all callers of hub.on() to
-      // not expect first arg to be message.
-      for(var i = 0, listener; listener = messageListeners[i]; ++i) {
-        listener.callback.apply(null, arguments);
-      }
-    }
-  }
-
-  function off(id) {
-    for(var key in listeners) {
-      var messageListeners = listeners[key];
-      for(var i = 0, listener; listener = messageListeners[i]; ++i) {
-        if(listener.id === id) {
-          messageListeners.splice(i, 1);
-          break;
-        }
-      }
-    }
-
-    for(var j = 0, glistener; glistener = globalListeners[j]; ++j) {
-      if(glistener.id === id) {
-        globalListeners.splice(j, 1);
-        break;
-      }
-    }
-  }
-
-  function reset() {
-    listeners = {};
-    globalListeners = [];
-    currID = 0;
-  }
-
-  return {
-    all: all,
-    on: on,
-    fire: fire,
-    reset: reset,
-    off: off
-  };
-}());
diff --git a/resources/static/common/js/lib/jquery-1.7.1.min.js b/resources/static/common/js/lib/jquery-1.7.1.min.js
deleted file mode 100644
index 198b3ff07d801dffa2c42fcf3b67eb3295eef85f..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/jquery-1.7.1.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery v1.7.1 jquery.com | jquery.org/license */
-(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function cb(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function ca(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bE.test(a)?d(a,e):ca(a+"["+(typeof e=="object"||f.isArray(e)?b:"")+"]",e,c,d)});else if(!c&&b!=null&&typeof b=="object")for(var e in b)ca(a+"["+e+"]",b[e],c,d);else d(a,b)}function b_(a,c){var d,e,g=f.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&&((g[d]?a:e||(e={}))[d]=c[d]);e&&f.extend(!0,a,e)}function b$(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bT,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=b$(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=b$(a,c,d,e,"*",g));return l}function bZ(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bP),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bC(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?bx:by,g=0,h=e.length;if(d>0){if(c!=="border")for(;g<h;g++)c||(d-=parseFloat(f.css(a,"padding"+e[g]))||0),c==="margin"?d+=parseFloat(f.css(a,c+e[g]))||0:d-=parseFloat(f.css(a,"border"+e[g]+"Width"))||0;return d+"px"}d=bz(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0;if(c)for(;g<h;g++)d+=parseFloat(f.css(a,"padding"+e[g]))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+e[g]+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+e[g]))||0);return d+"px"}function bp(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(bf,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bo(a){var b=c.createElement("div");bh.appendChild(b),b.innerHTML=a.outerHTML;return b.firstChild}function bn(a){var b=(a.nodeName||"").toLowerCase();b==="input"?bm(a):b!=="script"&&typeof a.getElementsByTagName!="undefined"&&f.grep(a.getElementsByTagName("input"),bm)}function bm(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bl(a){return typeof a.getElementsByTagName!="undefined"?a.getElementsByTagName("*"):typeof a.querySelectorAll!="undefined"?a.querySelectorAll("*"):[]}function bk(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bj(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c,d,e,g=f._data(a),h=f._data(b,g),i=g.events;if(i){delete h.handle,h.events={};for(c in i)for(d=0,e=i[c].length;d<e;d++)f.event.add(b,c+(i[c][d].namespace?".":"")+i[c][d].namespace,i[c][d],i[c][d].data)}h.data&&(h.data=f.extend({},h.data))}}function bi(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function U(a){var b=V.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function T(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(O.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c<d;c++)b[a[c]]=!0;return b}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:G?function(a){return a==null?"":G.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?E.call(c,a):e.merge(c,a)}return c},inArray:function(a,b,c){var d;if(b){if(H)return H.call(b,a,c);d=b.length,c=c?c<0?Math.max(0,d+c):c:0;for(;c<d;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=F.call(arguments,2),g=function(){return a.apply(c,f.concat(F.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h){var i=a.length;if(typeof c=="object"){for(var j in c)e.access(a,j,c[j],f,g,d);return a}if(d!==b){f=!h&&f&&e.isFunction(d);for(var k=0;k<i;k++)g(a[k],c,f?d.call(a[k],k,g(a[k],c)):d,h);return a}return i?g(a[0],c):b},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanceof a)&&(f=a(f));return e.fn.init.call(this,d,f,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){I["[object "+b+"]"]=b.toLowerCase()}),z=e.uaMatch(y),z.browser&&(e.browser[z.browser]=!0,e.browser.version=z.version),e.browser.webkit&&(e.browser.safari=!0),j.test(" ")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?B=function(){c.removeEventListener("DOMContentLoaded",B,!1),e.ready()}:c.attachEvent&&(B=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",B),e.ready())});return e}(),g={};f.Callbacks=function(a){a=a?g[a]||h(a):{};var c=[],d=[],e,i,j,k,l,m=function(b){var d,e,g,h,i;for(d=0,e=b.length;d<e;d++)g=b[d],h=f.type(g),h==="array"?m(g):h==="function"&&(!a.unique||!o.has(g))&&c.push(g)},n=function(b,f){f=f||[],e=!a.memory||[b,f],i=!0,l=j||0,j=0,k=c.length;for(;c&&l<k;l++)if(c[l].apply(b,f)===!1&&a.stopOnFalse){e=!0;break}i=!1,c&&(a.once?e===!0?o.disable():c=[]:d&&d.length&&(e=d.shift(),o.fireWith(e[0],e[1])))},o={add:function(){if(c){var a=c.length;m(arguments),i?k=c.length:e&&e!==!0&&(j=a,n(e[0],e[1]))}return this},remove:function(){if(c){var b=arguments,d=0,e=b.length;for(;d<e;d++)for(var f=0;f<c.length;f++)if(b[d]===c[f]){i&&f<=k&&(k--,f<=l&&l--),c.splice(f--,1);if(a.unique)break}}return this},has:function(a){if(c){var b=0,d=c.length;for(;b<d;b++)if(a===c[b])return!0}return!1},empty:function(){c=[];return this},disable:function(){c=d=e=b;return this},disabled:function(){return!c},lock:function(){d=b,(!e||e===!0)&&o.disable();return this},locked:function(){return!d},fireWith:function(b,c){d&&(i?a.once||d.push([b,c]):(!a.once||!e)&&n(b,c));return this},fire:function(){o.fireWith(this,arguments);return this},fired:function(){return!!e}};return o};var i=[].slice;f.extend({Deferred:function(a){var b=f.Callbacks("once memory"),c=f.Callbacks("once memory"),d=f.Callbacks("memory"),e="pending",g={resolve:b,reject:c,notify:d},h={done:b.add,fail:c.add,progress:d.add,state:function(){return e},isResolved:b.fired,isRejected:c.fired,then:function(a,b,c){i.done(a).fail(b).progress(c);return this},always:function(){i.done.apply(i,arguments).fail.apply(i,arguments);return this},pipe:function(a,b,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[b,"reject"],progress:[c,"notify"]},function(a,b){var c=b[0],e=b[1],g;f.isFunction(c)?i[a](function(){g=c.apply(this,arguments),g&&f.isFunction(g.promise)?g.promise().then(d.resolve,d.reject,d.notify):d[e+"With"](this===i?d:this,[g])}):i[a](d[e])})}).promise()},promise:function(a){if(a==null)a=h;else for(var b in h)a[b]=h[b];return a}},i=h.promise({}),j;for(j in g)i[j]=g[j].fire,i[j+"With"]=g[j].fireWith;i.done(function(){e="resolved"},c.disable,d.lock).fail(function(){e="rejected"},b.disable,d.lock),a&&a.call(i,i);return i},when:function(a){function m(a){return function(b){e[a]=arguments.length>1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c<d;c++)b[c]&&b[c].promise&&f.isFunction(b[c].promise)?b[c].promise().then(l(c),j.reject,m(c)):--g;g||j.resolveWith(j,b)}else j!==a&&j.resolveWith(j,d?[a]:[]);return k}}),f.support=function(){var b,d,e,g,h,i,j,k,l,m,n,o,p,q=c.createElement("div"),r=c.documentElement;q.setAttribute("className","t"),q.innerHTML="   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="<div "+n+"><div></div></div>"+"<table "+n+" cellpadding='0' cellspacing='0'>"+"<tr><td></td></tr></table>",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="<div style='width:4px;'></div>",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e<g;e++)delete d[b[e]];if(!(c?m:f.isEmptyObject)(d))return}}if(!c){delete j[k].data;if(!m(j[k]))return}f.support.deleteExpando||!j.setInterval?delete j[k]:j[k]=null,i&&(f.support.deleteExpando?delete a[h]:a.removeAttribute?a.removeAttribute(h):a[h]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d,e,g,h=null;if(typeof a=="undefined"){if(this.length){h=f.data(this[0]);if(this[0].nodeType===1&&!f._data(this[0],"parsedAttrs")){e=this[0].attributes;for(var i=0,j=e.length;i<j;i++)g=e[i].name,g.indexOf("data-")===0&&(g=f.camelCase(g.substring(5)),l(this[0],g,h[g]));f._data(this[0],"parsedAttrs",!0)}}return h}if(typeof a=="object")return this.each(function(){f.data(this,a)});d=a.split("."),d[1]=d[1]?"."+d[1]:"";if(c===b){h=this.triggerHandler("getData"+d[1]+"!",[d[0]]),h===b&&this.length&&(h=f.data(this[0],a),h=l(this[0],a,h));return h===b&&d[1]?this.data(d[0]):h}return this.each(function(){var b=f(this),e=[d[0],c];b.triggerHandler("setData"+d[1]+"!",e),f.data(this,a,c),b.triggerHandler("changeData"+d[1]+"!",e)})},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){typeof a!="string"&&(c=a,a="fx");if(c===b)return f.queue(this[0],a);return this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function m(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f.Callbacks("once memory"),!0))h++,l.add(m);m();return d.promise()}});var o=/[\n\t\r]/g,p=/\s+/,q=/\r/g,r=/^(?:button|input)$/i,s=/^(?:button|input|object|select|textarea)$/i,t=/^a(?:rea)?$/i,u=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,v=f.support.getSetAttribute,w,x,y;f.fn.extend({attr:function(a,b){return f.access(this,a,b,!0,f.attr)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,a,b,!0,f.prop)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(p);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{g=" "+e.className+" ";for(h=0,i=b.length;h<i;h++)~g.indexOf(" "+b[h]+" ")||(g+=b[h]+" ");e.className=f.trim(g)}}}return this},removeClass:function(a){var c,d,e,g,h,i,j;if(f.isFunction(a))return this.each(function(b){f(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(p);for(d=0,e=this.length;d<e;d++){g=this[d];if(g.nodeType===1&&g.className)if(a){h=(" "+g.className+" ").replace(o," ");for(i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){f(this).toggleClass(a.call(this,c,this.className,b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(p);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ",c=0,d=this.length;for(;c<d;c++)if(this[c].nodeType===1&&(" "+this[c].className+" ").replace(o," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c<d;c++){e=i[c];if(e.selected&&(f.support.optDisabled?!e.disabled:e.getAttribute("disabled")===null)&&(!e.parentNode.disabled||!f.nodeName(e.parentNode,"optgroup"))){b=f(e).val();if(j)return b;h.push(b)}}if(j&&!h.length&&i.length)return f(i[g]).val();return h},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h<g;h++)e=d[h],e&&(c=f.propFix[e]||e,f.attr(a,e,""),a.removeAttribute(v?e:c),u.test(e)&&c in a&&(a[c]=!1))}},attrHooks:{type:{set:function(a,b){if(r.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},value:{get:function(a,b){if(w&&f.nodeName(a,"button"))return w.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(w&&f.nodeName(a,"button"))return w.set(a,b,c);a.value=b}}},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(a,c,d){var e,g,h,i=a.nodeType;if(!!a&&i!==3&&i!==8&&i!==2){h=i!==1||!f.isXMLDoc(a),h&&(c=f.propFix[c]||c,g=f.propHooks[c]);return d!==b?g&&"set"in g&&(e=g.set(a,d,c))!==b?e:a[c]=d:g&&"get"in g&&(e=g.get(a,c))!==null?e:a[c]}},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):s.test(a.nodeName)||t.test(a.nodeName)&&a.href?0:b}}}}),f.attrHooks.tabindex=f.propHooks.tabIndex,x={get:function(a,c){var d,e=f.prop(a,c);return e===!0||typeof e!="boolean"&&(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},v||(y={name:!0,id:!0},w=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&(y[c]?d.nodeValue!=="":d.specified)?d.nodeValue:b},set:function(a,b,d){var e=a.getAttributeNode(d);e||(e=c.createAttribute(d),a.setAttributeNode(e));return e.nodeValue=b+""}},f.attrHooks.tabindex.set=w.set,f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})}),f.attrHooks.contenteditable={get:w.get,set:function(a,b,c){b===""&&(b="false"),w.set(a,b,c)}}),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex);return null}})),f.support.enctype||(f.propFix.enctype="encoding"),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")};
-f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k<c.length;k++){l=A.exec(c[k])||[],m=l[1],n=(l[2]||"").split(".").sort(),s=f.event.special[m]||{},m=(g?s.delegateType:s.bindType)||m,s=f.event.special[m]||{},o=f.extend({type:m,origType:l[1],data:e,handler:d,guid:d.guid,selector:g,quick:G(g),namespace:n.join(".")},p),r=j[m];if(!r){r=j[m]=[],r.delegateCount=0;if(!s.setup||s.setup.call(a,e,n,i)===!1)a.addEventListener?a.addEventListener(m,i,!1):a.attachEvent&&a.attachEvent("on"+m,i)}s.add&&(s.add.call(a,o),o.handler.guid||(o.handler.guid=d.guid)),g?r.splice(r.delegateCount++,0,o):r.push(o),f.event.global[m]=!0}a=null}},global:{},remove:function(a,b,c,d,e){var g=f.hasData(a)&&f._data(a),h,i,j,k,l,m,n,o,p,q,r,s;if(!!g&&!!(o=g.events)){b=f.trim(I(b||"")).split(" ");for(h=0;h<b.length;h++){i=A.exec(b[h])||[],j=k=i[1],l=i[2];if(!j){for(j in o)f.event.remove(a,j+b[h],c,d,!0);continue}p=f.event.special[j]||{},j=(d?p.delegateType:p.bindType)||j,r=o[j]||[],m=r.length,l=l?new RegExp("(^|\\.)"+l.split(".").sort().join("\\.(?:.*\\.)?")+"(\\.|$)"):null;for(n=0;n<r.length;n++)s=r[n],(e||k===s.origType)&&(!c||c.guid===s.guid)&&(!l||l.test(s.namespace))&&(!d||d===s.selector||d==="**"&&s.selector)&&(r.splice(n--,1),s.selector&&r.delegateCount--,p.remove&&p.remove.call(a,s));r.length===0&&m!==r.length&&((!p.teardown||p.teardown.call(a,l)===!1)&&f.removeEvent(a,j,g.handle),delete o[j])}f.isEmptyObject(o)&&(q=g.handle,q&&(q.elem=null),f.removeData(a,["events","handle"],!0))}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){if(!e||e.nodeType!==3&&e.nodeType!==8){var h=c.type||c,i=[],j,k,l,m,n,o,p,q,r,s;if(E.test(h+f.event.triggered))return;h.indexOf("!")>=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;l<r.length&&!c.isPropagationStopped();l++)m=r[l][0],c.type=r[l][1],q=(f._data(m,"events")||{})[c.type]&&f._data(m,"handle"),q&&q.apply(m,d),q=o&&m[o],q&&f.acceptData(m)&&q.apply(m,d)===!1&&c.preventDefault();c.type=h,!g&&!c.isDefaultPrevented()&&(!p._default||p._default.apply(e.ownerDocument,d)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)&&o&&e[h]&&(h!=="focus"&&h!=="blur"||c.target.offsetWidth!==0)&&!f.isWindow(e)&&(n=e[o],n&&(e[o]=null),f.event.triggered=h,e[h](),f.event.triggered=b,n&&(e[o]=n));return c.result}},dispatch:function(c){c=f.event.fix(c||a.event);var d=(f._data(this,"events")||{})[c.type]||[],e=d.delegateCount,g=[].slice.call(arguments,0),h=!c.exclusive&&!c.namespace,i=[],j,k,l,m,n,o,p,q,r,s,t;g[0]=c,c.delegateTarget=this;if(e&&!c.target.disabled&&(!c.button||c.type!=="click")){m=f(this),m.context=this.ownerDocument||this;for(l=c.target;l!=this;l=l.parentNode||this){o={},q=[],m[0]=l;for(j=0;j<e;j++)r=d[j],s=r.selector,o[s]===b&&(o[s]=r.quick?H(l,r.quick):m.is(s)),o[s]&&q.push(r);q.length&&i.push({elem:l,matches:q})}}d.length>e&&i.push({elem:this,matches:d.slice(e)});for(j=0;j<i.length&&!c.isPropagationStopped();j++){p=i[j],c.currentTarget=p.elem;for(k=0;k<p.matches.length&&!c.isImmediatePropagationStopped();k++){r=p.matches[k];if(h||!c.namespace&&!r.namespace||c.namespace_re&&c.namespace_re.test(r.namespace))c.data=r.data,c.handleObj=r,n=((f.event.special[r.origType]||{}).handle||r.handler).apply(p.elem,g),n!==b&&(c.result=n,n===!1&&(c.preventDefault(),c.stopPropagation()))}}return c.result},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(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCode);return a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,d){var e,f,g,h=d.button,i=d.fromElement;a.pageX==null&&d.clientX!=null&&(e=a.target.ownerDocument||c,f=e.documentElement,g=e.body,a.pageX=d.clientX+(f&&f.scrollLeft||g&&g.scrollLeft||0)-(f&&f.clientLeft||g&&g.clientLeft||0),a.pageY=d.clientY+(f&&f.scrollTop||g&&g.scrollTop||0)-(f&&f.clientTop||g&&g.clientTop||0)),!a.relatedTarget&&i&&(a.relatedTarget=i===a.target?d.toElement:i),!a.which&&h!==b&&(a.which=h&1?1:h&2?3:h&4?2:0);return a}},fix:function(a){if(a[f.expando])return a;var d,e,g=a,h=f.event.fixHooks[a.type]||{},i=h.props?this.props.concat(h.props):this.props;a=f.Event(g);for(d=i.length;d;)e=i[--d],a[e]=g[e];a.target||(a.target=g.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),a.metaKey===b&&(a.metaKey=a.ctrlKey);return h.filter?h.filter(a,g):a},special:{ready:{setup:f.bindReady},load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}},simulate:function(a,b,c,d){var e=f.extend(new f.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?f.event.trigger(e,null,b):f.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},f.event.handle=f.event.dispatch,f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!(this instanceof f.Event))return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?K:J):this.type=a,b&&f.extend(this,b),this.timeStamp=a&&a.timeStamp||f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=K;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=K;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=K,this.stopPropagation()},isDefaultPrevented:J,isPropagationStopped:J,isImmediatePropagationStopped:J},f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c=this,d=a.relatedTarget,e=a.handleObj,g=e.selector,h;if(!d||d!==c&&!f.contains(c,d))a.type=e.origType,h=e.handler.apply(this,arguments),a.type=b;return h}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(){if(f.nodeName(this,"form"))return!1;f.event.add(this,"click._submit keypress._submit",function(a){var c=a.target,d=f.nodeName(c,"input")||f.nodeName(c,"button")?c.form:b;d&&!d._submit_attached&&(f.event.add(d,"submit._submit",function(a){this.parentNode&&!a.isTrigger&&f.event.simulate("submit",this.parentNode,a,!0)}),d._submit_attached=!0)})},teardown:function(){if(f.nodeName(this,"form"))return!1;f.event.remove(this,"._submit")}}),f.support.changeBubbles||(f.event.special.change={setup:function(){if(z.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")f.event.add(this,"propertychange._change",function(a){a.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),f.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1,f.event.simulate("change",this,a,!0))});return!1}f.event.add(this,"beforeactivate._change",function(a){var b=a.target;z.test(b.nodeName)&&!b._change_attached&&(f.event.add(b,"change._change",function(a){this.parentNode&&!a.isSimulated&&!a.isTrigger&&f.event.simulate("change",this.parentNode,a,!0)}),b._change_attached=!0)})},handle:function(a){var b=a.target;if(this!==b||a.isSimulated||a.isTrigger||b.type!=="radio"&&b.type!=="checkbox")return a.handleObj.handler.apply(this,arguments)},teardown:function(){f.event.remove(this,"._change");return z.test(this.nodeName)}}),f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){var d=0,e=function(a){f.event.simulate(b,a.target,f.event.fix(a),!0)};f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.fn.extend({on:function(a,c,d,e,g){var h,i;if(typeof a=="object"){typeof c!="string"&&(d=c,c=b);for(i in a)this.on(i,c,d,a[i],g);return this}d==null&&e==null?(e=c,d=c=b):e==null&&(typeof c=="string"?(e=d,d=b):(e=d,d=c,c=b));if(e===!1)e=J;else if(!e)return this;g===1&&(h=e,e=function(a){f().off(a);return h.apply(this,arguments)},e.guid=h.guid||(h.guid=f.guid++));return this.each(function(){f.event.add(this,a,e,d,c)})},one:function(a,b,c,d){return this.on.call(this,a,b,c,d,1)},off:function(a,c,d){if(a&&a.preventDefault&&a.handleObj){var e=a.handleObj;f(a.delegateTarget).off(e.namespace?e.type+"."+e.namespace:e.type,e.selector,e.handler);return this}if(typeof a=="object"){for(var g in a)this.off(g,c,a[g]);return this}if(c===!1||typeof c=="function")d=c,c=b;d===!1&&(d=J);return this.each(function(){f.event.remove(this,a,d,c)})},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},live:function(a,b,c){f(this.context).on(a,this.selector,b,c);return this},die:function(a,b){f(this.context).off(a,this.selector||"**",b);return this},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return arguments.length==1?this.off(a,"**"):this.off(b,a,c)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f._data(this,"lastToggle"+a.guid)||0)%d;f._data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),f.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(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}if(j.nodeType===1){g||(j[d]=c,j.sizset=h);if(typeof b!="string"){if(j===b){k=!0;break}}else if(m.filter(b,[j]).length>0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}j.nodeType===1&&!g&&(j[d]=c,j.sizset=h);if(j.nodeName.toLowerCase()===b){k=j;break}j=j[a]}e[h]=k}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},m.matches=function(a,b){return m(a,null,null,b)},m.matchesSelector=function(a,b){return m(b,null,null,[a]).length>0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e<f;e++){h=o.order[e];if(g=o.leftMatch[h].exec(a)){i=g[1],g.splice(1,1);if(i.substr(i.length-1)!=="\\"){g[1]=(g[1]||"").replace(j,""),d=o.find[h](g,b,c);if(d!=null){a=a.replace(o.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},m.filter=function(a,c,d,e){var f,g,h,i,j,k,l,n,p,q=a,r=[],s=c,t=c&&c[0]&&m.isXML(c[0]);while(a&&c.length){for(h in o.filter)if((f=o.leftMatch[h].exec(a))!=null&&f[2]){k=o.filter[h],l=f[1],g=!1,f.splice(1,1);if(l.substr(l.length-1)==="\\")continue;s===r&&(r=[]);if(o.preFilter[h]){f=o.preFilter[h](f,s,d,r,e,t);if(!f)g=i=!0;else if(f===!0)continue}if(f)for(n=0;(j=s[n])!=null;n++)j&&(i=k(j,f,n,s),p=e^i,d&&i!=null?p?g=!0:s[n]=!1:p&&(r.push(j),g=!0));if(i!==b){d||(s=r),a=a.replace(o.match[h],"");if(!g)return[];break}}if(a===q)if(g==null)m.error(a);else break;q=a}return s},m.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)};var n=m.getText=function(a){var b,c,d=a.nodeType,e="";if(d){if(d===1||d===9){if(typeof a.textContent=="string")return a.textContent;if(typeof a.innerText=="string")return a.innerText.replace(k,"");for(a=a.firstChild;a;a=a.nextSibling)e+=n(a)}else if(d===3||d===4)return a.nodeValue}else for(b=0;c=a[b];b++)c.nodeType!==8&&(e+=n(c));return e},o=m.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!l.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&m.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&m.filter(b,a,!0)}},"":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("parentNode",b,f,a,d,c)},"~":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("previousSibling",b,f,a,d,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(j,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}m.error(e)},CHILD:function(a,b){var c,e,f,g,h,i,j,k=b[1],l=a;switch(k){case"only":case"first":while(l=l.previousSibling)if(l.nodeType===1)return!1;if(k==="first")return!0;l=a;case"last":while(l=l.nextSibling)if(l.nodeType===1)return!1;return!0;case"nth":c=b[2],e=b[3];if(c===1&&e===0)return!0;f=b[0],g=a.parentNode;if(g&&(g[d]!==f||!a.nodeIndex)){i=0;for(l=g.firstChild;l;l=l.nextSibling)l.nodeType===1&&(l.nodeIndex=++i);g[d]=f}j=a.nodeIndex-e;return c===0?j===0:j%c===0&&j/c>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c<e;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var u,v;c.documentElement.compareDocumentPosition?u=function(a,b){if(a===b){h=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(u=function(a,b){if(a===b){h=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],g=a.parentNode,i=b.parentNode,j=g;if(g===i)return v(a,b);if(!g)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return v(e[k],f[k]);return k===c?v(a,f[k],-1):v(e[k],b,1)},v=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h<i;h++)m(a,g[h],e,c);return m.filter(f,e)};m.attr=f.attr,m.selectors.attrMap={},f.find=m,f.expr=m.selectors,f.expr[":"]=f.expr.filters,f.unique=m.uniqueSort,f.text=m.getText,f.isXMLDoc=m.isXML,f.contains=m.contains}();var L=/Until$/,M=/^(?:parents|prevUntil|prevAll)/,N=/,/,O=/^.[^:#\[\.,]*$/,P=Array.prototype.slice,Q=f.expr.match.POS,R={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(T(this,a,!1),"not",a)},filter:function(a){return this.pushStack(T(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?Q.test(a)?f(a,this.context).index(this[0])>=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d<a.length;d++)f(g).is(a[d])&&c.push({selector:a[d],elem:g,level:h});g=g.parentNode,h++}return c}var i=Q.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(i?i.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/<tbody/i,_=/<|&#?\w+;/,ba=/<(?:script|style)/i,bb=/<(?:script|object|embed|option|style)/i,bc=new RegExp("<(?:"+V+")","i"),bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*<!(?:\[CDATA\[|\-\-)/,bg={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,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function()
-{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1></$2>");try{for(var c=0,d=this.length;c<d;c++)this[c].nodeType===1&&(f.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=a)}catch(e){this.empty().append(a)}}else f.isFunction(a)?this.each(function(b){var c=f(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bd.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bi(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,bp)}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i,j=a[0];b&&b[0]&&(i=b[0].ownerDocument||b[0]),i.createDocumentFragment||(i=c),a.length===1&&typeof j=="string"&&j.length<512&&i===c&&j.charAt(0)==="<"&&!bb.test(j)&&(f.support.checkClone||!bd.test(j))&&(f.support.html5Clone||!bc.test(j))&&(g=!0,h=f.fragments[j],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean(a,i,e,d)),g&&(f.fragments[j]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1></$2>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]==="<table>"&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i<r;i++)bn(k[i]);else bn(k);k.nodeType?h.push(k):h=f.merge(h,k)}if(d){g=function(a){return!a.type||be.test(a.type)};for(j=0;h[j];j++)if(e&&f.nodeName(h[j],"script")&&(!h[j].type||h[j].type.toLowerCase()==="text/javascript"))e.push(h[j].parentNode?h[j].parentNode.removeChild(h[j]):h[j]);else{if(h[j].nodeType===1){var s=f.grep(h[j].getElementsByTagName("script"),g);h.splice.apply(h,[j+1,0].concat(s))}d.appendChild(h[j])}}return h},cleanData:function(a){var b,c,d=f.cache,e=f.event.special,g=f.support.deleteExpando;for(var h=0,i;(i=a[h])!=null;h++){if(i.nodeName&&f.noData[i.nodeName.toLowerCase()])continue;c=i[f.expando];if(c){b=d[c];if(b&&b.events){for(var j in b.events)e[j]?f.event.remove(i,j):f.removeEvent(i,j,b.handle);b.handle&&(b.handle.elem=null)}g?delete i[f.expando]:i.removeAttribute&&i.removeAttribute(f.expando),delete d[c]}}}});var bq=/alpha\([^)]*\)/i,br=/opacity=([^)]*)/,bs=/([A-Z]|^ms)/g,bt=/^-?\d+(?:px)?$/i,bu=/^-?\d/,bv=/^([\-+])=([\-+.\de]+)/,bw={position:"absolute",visibility:"hidden",display:"block"},bx=["Left","Right"],by=["Top","Bottom"],bz,bA,bB;f.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return f.access(this,a,c,!0,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)})},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bz(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=bv.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(bz)return bz(a,c)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]}}),f.curCSS=f.css,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){var e;if(c){if(a.offsetWidth!==0)return bC(a,b,d);f.swap(a,bw,function(){e=bC(a,b,d)});return e}},set:function(a,b){if(!bt.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),e===""&&f.css(d,"display")==="none"&&f._data(d,"olddisplay",cv(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(cu("hide",3),a,b,c);var d,e,g=0,h=this.length;for(;g<h;g++)d=this[g],d.style&&(e=f.css(d,"display"),e!=="none"&&!f._data(d,"olddisplay")&&f._data(d,"olddisplay",e));for(g=0;g<h;g++)this[g].style&&(this[g].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(cu("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){function g(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]),h=a[g],f.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(!f.support.inlineBlockNeedsLayout||cv(this.nodeName)==="inline"?this.style.display="inline-block":this.style.zoom=1))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)j=new f.fx(this,b,i),h=a[i],cn.test(h)?(o=f._data(this,"toggle"+i)||(h==="toggle"?d?"show":"hide":0),o?(f._data(this,"toggle"+i,o==="show"?"hide":"show"),j[o]()):j[h]()):(k=co.exec(h),l=j.cur(),k?(m=parseFloat(k[2]),n=k[3]||(f.cssNumber[i]?"":"px"),n!=="px"&&(f.style(this,i,(m||1)+n),l=(m||1)/j.cur()*l,f.style(this,i,l+n)),k[1]&&(m=(k[1]==="-="?-1:1)*m+l),j.custom(l,m,n)):j.custom(l,h,""));return!0}var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);a=f.extend({},a);return e.queue===!1?this.each(g):this.queue(e.queue,g)},stop:function(a,c,d){typeof a!="string"&&(d=c,c=a,a=b),c&&a!==!1&&this.queue(a||"fx",[]);return this.each(function(){function h(a,b,c){var e=b[c];f.removeData(a,c,!0),e.stop(d)}var b,c=!1,e=f.timers,g=f._data(this);d||f._unmark(!0,this);if(a==null)for(b in g)g[b]&&g[b].stop&&b.indexOf(".run")===b.length-4&&h(this,g,b);else g[b=a+".run"]&&g[b].stop&&h(this,g,b);for(b=e.length;b--;)e[b].elem===this&&(a==null||e[b].queue===a)&&(d?e[b](!0):e[b].saveState(),c=!0,e.splice(b,1));(!d||!c)&&f.dequeue(this,a)})}}),f.each({slideDown:cu("show",1),slideUp:cu("hide",1),slideToggle:cu("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";d.old=d.complete,d.complete=function(a){f.isFunction(d.old)&&d.old.call(this),d.queue?f.dequeue(this,d.queue):a!==!1&&f._unmark(this)};return d},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,c,d){function h(a){return e.step(a)}var e=this,g=f.fx;this.startTime=cr||cs(),this.end=c,this.now=this.start=a,this.pos=this.state=0,this.unit=d||this.unit||(f.cssNumber[this.prop]?"":"px"),h.queue=this.options.queue,h.elem=this.elem,h.saveState=function(){e.options.hide&&f._data(e.elem,"fxshow"+e.prop)===b&&f._data(e.elem,"fxshow"+e.prop,e.start)},h()&&f.timers.push(h)&&!cp&&(cp=setInterval(g.tick,g.interval))},show:function(){var a=f._data(this.elem,"fxshow"+this.prop);this.options.orig[this.prop]=a||f.style(this.elem,this.prop),this.options.show=!0,a!==b?this.custom(this.cur(),a):this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f._data(this.elem,"fxshow"+this.prop)||f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b,c,d,e=cr||cs(),g=!0,h=this.elem,i=this.options;if(a||e>=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c<b.length;c++)a=b[c],!a()&&b[c]===a&&b.splice(c--,1);b.length||f.fx.stop()},interval:13,stop:function(){clearInterval(cp),cp=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=a.now+a.unit:a.elem[a.prop]=a.now}}}),f.each(["width","height"],function(a,b){f.fx.step[b]=function(a){f.style(a.elem,b,Math.max(0,a.now)+a.unit)}}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var cw=/^t(?:able|d|h)$/i,cx=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?f.fn.offset=function(a){var b=this[0],c;if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);try{c=b.getBoundingClientRect()}catch(d){}var e=b.ownerDocument,g=e.documentElement;if(!c||!f.contains(g,b))return c?{top:c.top,left:c.left}:{top:0,left:0};var h=e.body,i=cy(e),j=g.clientTop||h.clientTop||0,k=g.clientLeft||h.clientLeft||0,l=i.pageYOffset||f.support.boxModel&&g.scrollTop||h.scrollTop,m=i.pageXOffset||f.support.boxModel&&g.scrollLeft||h.scrollLeft,n=c.top+l-j,o=c.left+m-k;return{top:n,left:o}}:f.fn.offset=function(a){var b=this[0];if(a)return this.each(function(b){f.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return f.offset.bodyOffset(b);var c,d=b.offsetParent,e=b,g=b.ownerDocument,h=g.documentElement,i=g.body,j=g.defaultView,k=j?j.getComputedStyle(b,null):b.currentStyle,l=b.offsetTop,m=b.offsetLeft;while((b=b.parentNode)&&b!==i&&b!==h){if(f.support.fixedPosition&&k.position==="fixed")break;c=j?j.getComputedStyle(b,null):b.currentStyle,l-=b.scrollTop,m-=b.scrollLeft,b===d&&(l+=b.offsetTop,m+=b.offsetLeft,f.support.doesNotAddBorder&&(!f.support.doesAddBorderForTableAndCells||!cw.test(b.nodeName))&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),e=d,d=b.offsetParent),f.support.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"&&(l+=parseFloat(c.borderTopWidth)||0,m+=parseFloat(c.borderLeftWidth)||0),k=c}if(k.position==="relative"||k.position==="static")l+=i.offsetTop,m+=i.offsetLeft;f.support.fixedPosition&&k.position==="fixed"&&(l+=Math.max(h.scrollTop,i.scrollTop),m+=Math.max(h.scrollLeft,i.scrollLeft));return{top:l,left:m}},f.offset={bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.support.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window);
\ No newline at end of file
diff --git a/resources/static/common/js/lib/jschannel.js b/resources/static/common/js/lib/jschannel.js
deleted file mode 100644
index d821167a51cb0698911afb9ec8179b7adfc1295f..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/jschannel.js
+++ /dev/null
@@ -1,614 +0,0 @@
-/*
- * js_channel is a very lightweight abstraction on top of
- * postMessage which defines message formats and semantics
- * to support interactions more rich than just message passing
- * js_channel supports:
- *  + query/response - traditional rpc
- *  + query/update/response - incremental async return of results
- *    to a query
- *  + notifications - fire and forget
- *  + error handling
- *
- * js_channel is based heavily on json-rpc, but is focused at the
- * problem of inter-iframe RPC.
- *
- * Message types:
- *  There are 5 types of messages that can flow over this channel,
- *  and you may determine what type of message an object is by
- *  examining its parameters:
- *  1. Requests
- *    + integer id
- *    + string method
- *    + (optional) any params
- *  2. Callback Invocations (or just "Callbacks")
- *    + integer id
- *    + string callback
- *    + (optional) params
- *  3. Error Responses (or just "Errors)
- *    + integer id
- *    + string error
- *    + (optional) string message
- *  4. Responses
- *    + integer id
- *    + (optional) any result
- *  5. Notifications
- *    + string method
- *    + (optional) any params
- */
-
-;var Channel = (function() {
-    "use strict";
-
-    // current transaction id, start out at a random *odd* number between 1 and a million
-    // There is one current transaction counter id per page, and it's shared between
-    // channel instances.  That means of all messages posted from a single javascript
-    // evaluation context, we'll never have two with the same id.
-    var s_curTranId = Math.floor(Math.random()*1000001);
-
-    // no two bound channels in the same javascript evaluation context may have the same origin, scope, and window.
-    // futher if two bound channels have the same window and scope, they may not have *overlapping* origins
-    // (either one or both support '*').  This restriction allows a single onMessage handler to efficiently
-    // route messages based on origin and scope.  The s_boundChans maps origins to scopes, to message
-    // handlers.  Request and Notification messages are routed using this table.
-    // Finally, channels are inserted into this table when built, and removed when destroyed.
-    var s_boundChans = { };
-
-    // add a channel to s_boundChans, throwing if a dup exists
-    function s_addBoundChan(win, origin, scope, handler) {
-        function hasWin(arr) {
-            for (var i = 0; i < arr.length; i++) if (arr[i].win === win) return true;
-            return false;
-        }
-
-        // does she exist?
-        var exists = false;
-
-
-        if (origin === '*') {
-            // we must check all other origins, sadly.
-            for (var k in s_boundChans) {
-                if (!s_boundChans.hasOwnProperty(k)) continue;
-                if (k === '*') continue;
-                if (typeof s_boundChans[k][scope] === 'object') {
-                    exists = hasWin(s_boundChans[k][scope]);
-                    if (exists) break;
-                }
-            }
-        } else {
-            // we must check only '*'
-            if ((s_boundChans['*'] && s_boundChans['*'][scope])) {
-                exists = hasWin(s_boundChans['*'][scope]);
-            }
-            if (!exists && s_boundChans[origin] && s_boundChans[origin][scope])
-            {
-                exists = hasWin(s_boundChans[origin][scope]);
-            }
-        }
-        if (exists) throw "A channel is already bound to the same window which overlaps with origin '"+ origin +"' and has scope '"+scope+"'";
-
-        if (typeof s_boundChans[origin] != 'object') s_boundChans[origin] = { };
-        if (typeof s_boundChans[origin][scope] != 'object') s_boundChans[origin][scope] = [ ];
-        s_boundChans[origin][scope].push({win: win, handler: handler});
-    }
-
-    function s_removeBoundChan(win, origin, scope) {
-        var arr = s_boundChans[origin][scope];
-        for (var i = 0; i < arr.length; i++) {
-            if (arr[i].win === win) {
-                arr.splice(i,1);
-            }
-        }
-        if (s_boundChans[origin][scope].length === 0) {
-            delete s_boundChans[origin][scope];
-        }
-    }
-
-    function s_isArray(obj) {
-        if (Array.isArray) return Array.isArray(obj);
-        else {
-            return (obj.constructor.toString().indexOf("Array") != -1);
-        }
-    }
-
-    // No two outstanding outbound messages may have the same id, period.  Given that, a single table
-    // mapping "transaction ids" to message handlers, allows efficient routing of Callback, Error, and
-    // Response messages.  Entries are added to this table when requests are sent, and removed when
-    // responses are received.
-    var s_transIds = { };
-
-    // class singleton onMessage handler
-    // this function is registered once and all incoming messages route through here.  This
-    // arrangement allows certain efficiencies, message data is only parsed once and dispatch
-    // is more efficient, especially for large numbers of simultaneous channels.
-    var s_onMessage = function(e) {
-        try {
-          var m = JSON.parse(e.data);
-          if (typeof m !== 'object' || m === null) throw "malformed";
-        } catch(e) {
-          // just ignore any posted messages that do not consist of valid JSON
-          return;
-        }
-
-        var w = e.source;
-        var o = e.origin;
-        var s, i, meth;
-
-        if (typeof m.method === 'string') {
-            var ar = m.method.split('::');
-            if (ar.length == 2) {
-                s = ar[0];
-                meth = ar[1];
-            } else {
-                meth = m.method;
-            }
-        }
-
-        if (typeof m.id !== 'undefined') i = m.id;
-
-        // w is message source window
-        // o is message origin
-        // m is parsed message
-        // s is message scope
-        // i is message id (or undefined)
-        // meth is unscoped method name
-        // ^^ based on these factors we can route the message
-
-        // if it has a method it's either a notification or a request,
-        // route using s_boundChans
-        if (typeof meth === 'string') {
-            var delivered = false;
-            if (s_boundChans[o] && s_boundChans[o][s]) {
-                for (var j = 0; j < s_boundChans[o][s].length; j++) {
-                    if (s_boundChans[o][s][j].win === w) {
-                        s_boundChans[o][s][j].handler(o, meth, m);
-                        delivered = true;
-                        break;
-                    }
-                }
-            }
-
-            if (!delivered && s_boundChans['*'] && s_boundChans['*'][s]) {
-                for (var j = 0; j < s_boundChans['*'][s].length; j++) {
-                    if (s_boundChans['*'][s][j].win === w) {
-                        s_boundChans['*'][s][j].handler(o, meth, m);
-                        break;
-                    }
-                }
-            }
-        }
-        // otherwise it must have an id (or be poorly formed
-        else if (typeof i != 'undefined') {
-            if (s_transIds[i]) s_transIds[i](o, meth, m);
-        }
-    };
-
-    // Setup postMessage event listeners
-    if (window.addEventListener) window.addEventListener('message', s_onMessage, false);
-    else if(window.attachEvent) window.attachEvent('onmessage', s_onMessage);
-
-    /* a messaging channel is constructed from a window and an origin.
-     * the channel will assert that all messages received over the
-     * channel match the origin
-     *
-     * Arguments to Channel.build(cfg):
-     *
-     *   cfg.window - the remote window with which we'll communicate
-     *   cfg.origin - the expected origin of the remote window, may be '*'
-     *                which matches any origin
-     *   cfg.scope  - the 'scope' of messages.  a scope string that is
-     *                prepended to message names.  local and remote endpoints
-     *                of a single channel must agree upon scope. Scope may
-     *                not contain double colons ('::').
-     *   cfg.debugOutput - A boolean value.  If true and window.console.log is
-     *                a function, then debug strings will be emitted to that
-     *                function.
-     *   cfg.debugOutput - A boolean value.  If true and window.console.log is
-     *                a function, then debug strings will be emitted to that
-     *                function.
-     *   cfg.postMessageObserver - A function that will be passed two arguments,
-     *                an origin and a message.  It will be passed these immediately
-     *                before messages are posted.
-     *   cfg.gotMessageObserver - A function that will be passed two arguments,
-     *                an origin and a message.  It will be passed these arguments
-     *                immediately after they pass scope and origin checks, but before
-     *                they are processed.
-     *   cfg.onReady - A function that will be invoked when a channel becomes "ready",
-     *                this occurs once both sides of the channel have been
-     *                instantiated and an application level handshake is exchanged.
-     *                the onReady function will be passed a single argument which is
-     *                the channel object that was returned from build().
-     */
-    return {
-        build: function(cfg) {
-            var debug = function(m) {
-                if (cfg.debugOutput && window.console && window.console.log) {
-                    // try to stringify, if it doesn't work we'll let javascript's built in toString do its magic
-                    try { if (typeof m !== 'string') m = JSON.stringify(m); } catch(e) { }
-                    console.log("["+chanId+"] " + m);
-                }
-            };
-
-            /* browser capabilities check */
-            if (!window.postMessage) throw("jschannel cannot run this browser, no postMessage");
-            if (!window.JSON || !window.JSON.stringify || ! window.JSON.parse) {
-                throw("jschannel cannot run this browser, no JSON parsing/serialization");
-            }
-
-            /* basic argument validation */
-            if (typeof cfg != 'object') throw("Channel build invoked without a proper object argument");
-
-            if (!cfg.window || !cfg.window.postMessage) throw("Channel.build() called without a valid window argument");
-
-            /* we'd have to do a little more work to be able to run multiple channels that intercommunicate the same
-             * window...  Not sure if we care to support that */
-            if (window === cfg.window) throw("target window is same as present window -- not allowed");
-
-            // let's require that the client specify an origin.  if we just assume '*' we'll be
-            // propagating unsafe practices.  that would be lame.
-            var validOrigin = false;
-            if (typeof cfg.origin === 'string') {
-                var oMatch;
-                if (cfg.origin === "*") validOrigin = true;
-                // allow valid domains under http and https.  Also, trim paths off otherwise valid origins.
-                else if (null !== (oMatch = cfg.origin.match(/^https?:\/\/(?:[-a-zA-Z0-9_\.])+(?::\d+)?/))) {
-                    cfg.origin = oMatch[0].toLowerCase();
-                    validOrigin = true;
-                }
-            }
-
-            if (!validOrigin) throw ("Channel.build() called with an invalid origin");
-
-            if (typeof cfg.scope !== 'undefined') {
-                if (typeof cfg.scope !== 'string') throw 'scope, when specified, must be a string';
-                if (cfg.scope.split('::').length > 1) throw "scope may not contain double colons: '::'";
-            }
-
-            /* private variables */
-            // generate a random and psuedo unique id for this channel
-            var chanId = (function () {
-                var text = "";
-                var alpha = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
-                for(var i=0; i < 5; i++) text += alpha.charAt(Math.floor(Math.random() * alpha.length));
-                return text;
-            })();
-
-            // registrations: mapping method names to call objects
-            var regTbl = { };
-            // current oustanding sent requests
-            var outTbl = { };
-            // current oustanding received requests
-            var inTbl = { };
-            // are we ready yet?  when false we will block outbound messages.
-            var ready = false;
-            var pendingQueue = [ ];
-
-            var createTransaction = function(id,origin,callbacks) {
-                var shouldDelayReturn = false;
-                var completed = false;
-
-                return {
-                    origin: origin,
-                    invoke: function(cbName, v) {
-                        // verify in table
-                        if (!inTbl[id]) throw "attempting to invoke a callback of a nonexistent transaction: " + id;
-                        // verify that the callback name is valid
-                        var valid = false;
-                        for (var i = 0; i < callbacks.length; i++) if (cbName === callbacks[i]) { valid = true; break; }
-                        if (!valid) throw "request supports no such callback '" + cbName + "'";
-
-                        // send callback invocation
-                        postMessage({ id: id, callback: cbName, params: v});
-                    },
-                    error: function(error, message) {
-                        completed = true;
-                        // verify in table
-                        if (!inTbl[id]) throw "error called for nonexistent message: " + id;
-
-                        // remove transaction from table
-                        delete inTbl[id];
-
-                        // send error
-                        postMessage({ id: id, error: error, message: message });
-                    },
-                    complete: function(v) {
-                        completed = true;
-                        // verify in table
-                        if (!inTbl[id]) throw "complete called for nonexistent message: " + id;
-                        // remove transaction from table
-                        delete inTbl[id];
-                        // send complete
-                        postMessage({ id: id, result: v });
-                    },
-                    delayReturn: function(delay) {
-                        if (typeof delay === 'boolean') {
-                            shouldDelayReturn = (delay === true);
-                        }
-                        return shouldDelayReturn;
-                    },
-                    completed: function() {
-                        return completed;
-                    }
-                };
-            };
-
-            var setTransactionTimeout = function(transId, timeout, method) {
-              return window.setTimeout(function() {
-                if (outTbl[transId]) {
-                  // XXX: what if client code raises an exception here?
-                  var msg = "timeout (" + timeout + "ms) exceeded on method '" + method + "'";
-                  (1,outTbl[transId].error)("timeout_error", msg);
-                  delete outTbl[transId];
-                  delete s_transIds[transId];
-                }
-              }, timeout);
-            };
-
-            var onMessage = function(origin, method, m) {
-                // if an observer was specified at allocation time, invoke it
-                if (typeof cfg.gotMessageObserver === 'function') {
-                    // pass observer a clone of the object so that our
-                    // manipulations are not visible (i.e. method unscoping).
-                    // This is not particularly efficient, but then we expect
-                    // that message observers are primarily for debugging anyway.
-                    try {
-                        cfg.gotMessageObserver(origin, m);
-                    } catch (e) {
-                        debug("gotMessageObserver() raised an exception: " + e.toString());
-                    }
-                }
-
-                // now, what type of message is this?
-                if (m.id && method) {
-                    // a request!  do we have a registered handler for this request?
-                    if (regTbl[method]) {
-                        var trans = createTransaction(m.id, origin, m.callbacks ? m.callbacks : [ ]);
-                        inTbl[m.id] = { };
-                        try {
-                            // callback handling.  we'll magically create functions inside the parameter list for each
-                            // callback
-                            if (m.callbacks && s_isArray(m.callbacks) && m.callbacks.length > 0) {
-                                for (var i = 0; i < m.callbacks.length; i++) {
-                                    var path = m.callbacks[i];
-                                    var obj = m.params;
-                                    var pathItems = path.split('/');
-                                    for (var j = 0; j < pathItems.length - 1; j++) {
-                                        var cp = pathItems[j];
-                                        if (typeof obj[cp] !== 'object') obj[cp] = { };
-                                        obj = obj[cp];
-                                    }
-                                    obj[pathItems[pathItems.length - 1]] = (function() {
-                                        var cbName = path;
-                                        return function(params) {
-                                            return trans.invoke(cbName, params);
-                                        };
-                                    })();
-                                }
-                            }
-                            var resp = regTbl[method](trans, m.params);
-                            if (!trans.delayReturn() && !trans.completed()) trans.complete(resp);
-                        } catch(e) {
-                            // automagic handling of exceptions:
-                            var error = "runtime_error";
-                            var message = null;
-                            // * if it's a string then it gets an error code of 'runtime_error' and string is the message
-                            if (typeof e === 'string') {
-                                message = e;
-                            } else if (typeof e === 'object') {
-                                // either an array or an object
-                                // * if it's an array of length two, then  array[0] is the code, array[1] is the error message
-                                if (e && s_isArray(e) && e.length == 2) {
-                                    error = e[0];
-                                    message = e[1];
-                                }
-                                // * if it's an object then we'll look form error and message parameters
-                                else if (typeof e.error === 'string') {
-                                    error = e.error;
-                                    if (!e.message) message = "";
-                                    else if (typeof e.message === 'string') message = e.message;
-                                    else e = e.message; // let the stringify/toString message give us a reasonable verbose error string
-                                }
-                            }
-
-                            // message is *still* null, let's try harder
-                            if (message === null) {
-                                try {
-                                    message = JSON.stringify(e);
-                                    /* On MSIE8, this can result in 'out of memory', which
-                                     * leaves message undefined. */
-                                    if (typeof(message) == 'undefined')
-                                      message = e.toString();
-                                } catch (e2) {
-                                    message = e.toString();
-                                }
-                            }
-
-                            trans.error(error,message);
-                        }
-                    }
-                } else if (m.id && m.callback) {
-                    if (!outTbl[m.id] ||!outTbl[m.id].callbacks || !outTbl[m.id].callbacks[m.callback])
-                    {
-                        debug("ignoring invalid callback, id:"+m.id+ " (" + m.callback +")");
-                    } else {
-                        // XXX: what if client code raises an exception here?
-                        outTbl[m.id].callbacks[m.callback](m.params);
-                    }
-                } else if (m.id) {
-                    if (!outTbl[m.id]) {
-                        debug("ignoring invalid response: " + m.id);
-                    } else {
-                        // XXX: what if client code raises an exception here?
-                        if (m.error) {
-                            (1,outTbl[m.id].error)(m.error, m.message);
-                        } else {
-                            if (m.result !== undefined) (1,outTbl[m.id].success)(m.result);
-                            else (1,outTbl[m.id].success)();
-                        }
-                        delete outTbl[m.id];
-                        delete s_transIds[m.id];
-                    }
-                } else if (method) {
-                    // tis a notification.
-                    if (regTbl[method]) {
-                        // yep, there's a handler for that.
-                        // transaction is null for notifications.
-                        regTbl[method](null, m.params);
-                        // if the client throws, we'll just let it bubble out
-                        // what can we do?  Also, here we'll ignore return values
-                    }
-                }
-            };
-
-            // now register our bound channel for msg routing
-            s_addBoundChan(cfg.window, cfg.origin, ((typeof cfg.scope === 'string') ? cfg.scope : ''), onMessage);
-
-            // scope method names based on cfg.scope specified when the Channel was instantiated
-            var scopeMethod = function(m) {
-                if (typeof cfg.scope === 'string' && cfg.scope.length) m = [cfg.scope, m].join("::");
-                return m;
-            };
-
-            // a small wrapper around postmessage whose primary function is to handle the
-            // case that clients start sending messages before the other end is "ready"
-            var postMessage = function(msg, force) {
-                if (!msg) throw "postMessage called with null message";
-
-                // delay posting if we're not ready yet.
-                var verb = (ready ? "post  " : "queue ");
-                debug(verb + " message: " + JSON.stringify(msg));
-                if (!force && !ready) {
-                    pendingQueue.push(msg);
-                } else {
-                    if (typeof cfg.postMessageObserver === 'function') {
-                        try {
-                            cfg.postMessageObserver(cfg.origin, msg);
-                        } catch (e) {
-                            debug("postMessageObserver() raised an exception: " + e.toString());
-                        }
-                    }
-
-                    cfg.window.postMessage(JSON.stringify(msg), cfg.origin);
-                }
-            };
-
-            var onReady = function(trans, type) {
-                debug('ready msg received');
-                if (ready) throw "received ready message while in ready state.  help!";
-
-                if (type === 'ping') {
-                    chanId += '-R';
-                } else {
-                    chanId += '-L';
-                }
-
-                obj.unbind('__ready'); // now this handler isn't needed any more.
-                ready = true;
-                debug('ready msg accepted.');
-
-                if (type === 'ping') {
-                    obj.notify({ method: '__ready', params: 'pong' });
-                }
-
-                // flush queue
-                while (pendingQueue.length) {
-                    postMessage(pendingQueue.pop());
-                }
-
-                // invoke onReady observer if provided
-                if (typeof cfg.onReady === 'function') cfg.onReady(obj);
-            };
-
-            var obj = {
-                // tries to unbind a bound message handler.  returns false if not possible
-                unbind: function (method) {
-                    if (regTbl[method]) {
-                        if (!(delete regTbl[method])) throw ("can't delete method: " + method);
-                        return true;
-                    }
-                    return false;
-                },
-                bind: function (method, cb) {
-                    if (!method || typeof method !== 'string') throw "'method' argument to bind must be string";
-                    if (!cb || typeof cb !== 'function') throw "callback missing from bind params";
-
-                    if (regTbl[method]) throw "method '"+method+"' is already bound!";
-                    regTbl[method] = cb;
-                    return this;
-                },
-                call: function(m) {
-                    if (!m) throw 'missing arguments to call function';
-                    if (!m.method || typeof m.method !== 'string') throw "'method' argument to call must be string";
-                    if (!m.success || typeof m.success !== 'function') throw "'success' callback missing from call";
-
-                    // now it's time to support the 'callback' feature of jschannel.  We'll traverse the argument
-                    // object and pick out all of the functions that were passed as arguments.
-                    var callbacks = { };
-                    var callbackNames = [ ];
-
-                    var pruneFunctions = function (path, obj) {
-                        if (typeof obj === 'object') {
-                            for (var k in obj) {
-                                if (!obj.hasOwnProperty(k)) continue;
-                                var np = path + (path.length ? '/' : '') + k;
-                                if (typeof obj[k] === 'function') {
-                                    callbacks[np] = obj[k];
-                                    callbackNames.push(np);
-                                    delete obj[k];
-                                } else if (typeof obj[k] === 'object') {
-                                    pruneFunctions(np, obj[k]);
-                                }
-                            }
-                        }
-                    };
-                    pruneFunctions("", m.params);
-
-                    // build a 'request' message and send it
-                    var msg = { id: s_curTranId, method: scopeMethod(m.method), params: m.params };
-                    if (callbackNames.length) msg.callbacks = callbackNames;
-
-                    if (m.timeout)
-                      // XXX: This function returns a timeout ID, but we don't do anything with it.
-                      // We might want to keep track of it so we can cancel it using clearTimeout()
-                      // when the transaction completes.
-                      setTransactionTimeout(s_curTranId, m.timeout, scopeMethod(m.method));
-
-                    // insert into the transaction table
-                    outTbl[s_curTranId] = { callbacks: callbacks, error: m.error, success: m.success };
-                    s_transIds[s_curTranId] = onMessage;
-
-                    // increment current id
-                    s_curTranId++;
-
-                    postMessage(msg);
-                },
-                notify: function(m) {
-                    if (!m) throw 'missing arguments to notify function';
-                    if (!m.method || typeof m.method !== 'string') throw "'method' argument to notify must be string";
-
-                    // no need to go into any transaction table
-                    postMessage({ method: scopeMethod(m.method), params: m.params });
-                },
-                destroy: function () {
-                    s_removeBoundChan(cfg.window, cfg.origin, ((typeof cfg.scope === 'string') ? cfg.scope : ''));
-                    if (window.removeEventListener) window.removeEventListener('message', onMessage, false);
-                    else if(window.detachEvent) window.detachEvent('onmessage', onMessage);
-                    ready = false;
-                    regTbl = { };
-                    inTbl = { };
-                    outTbl = { };
-                    cfg.origin = null;
-                    pendingQueue = [ ];
-                    debug("channel destroyed");
-                    chanId = "";
-                }
-            };
-
-            obj.bind('__ready', onReady);
-            setTimeout(function() {
-                postMessage({ method: scopeMethod('__ready'), params: "ping" }, true);
-            }, 0);
-
-            return obj;
-        }
-    };
-})();
diff --git a/resources/static/common/js/lib/json2.js b/resources/static/common/js/lib/json2.js
deleted file mode 100644
index b4c02d3f08be98fc3bf745bc4382bc886c27ce1a..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/json2.js
+++ /dev/null
@@ -1,480 +0,0 @@
-/*
-    http://www.JSON.org/json2.js
-    2011-02-23
-
-    Public Domain.
-
-    NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
-
-    See http://www.JSON.org/js.html
-
-
-    This code should be minified before deployment.
-    See http://javascript.crockford.com/jsmin.html
-
-    USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD CODE FROM SERVERS YOU DO
-    NOT CONTROL.
-
-
-    This file creates a global JSON object containing two methods: stringify
-    and parse.
-
-        JSON.stringify(value, replacer, space)
-            value       any JavaScript value, usually an object or array.
-
-            replacer    an optional parameter that determines how object
-                        values are stringified for objects. It can be a
-                        function or an array of strings.
-
-            space       an optional parameter that specifies the indentation
-                        of nested structures. If it is omitted, the text will
-                        be packed without extra whitespace. If it is a number,
-                        it will specify the number of spaces to indent at each
-                        level. If it is a string (such as '\t' or '&nbsp;'),
-                        it contains the characters used to indent at each level.
-
-            This method produces a JSON text from a JavaScript value.
-
-            When an object value is found, if the object contains a toJSON
-            method, its toJSON method will be called and the result will be
-            stringified. A toJSON method does not serialize: it returns the
-            value represented by the name/value pair that should be serialized,
-            or undefined if nothing should be serialized. The toJSON method
-            will be passed the key associated with the value, and this will be
-            bound to the value
-
-            For example, this would serialize Dates as ISO strings.
-
-                Date.prototype.toJSON = function (key) {
-                    function f(n) {
-                        // Format integers to have at least two digits.
-                        return n < 10 ? '0' + n : n;
-                    }
-
-                    return this.getUTCFullYear()   + '-' +
-                         f(this.getUTCMonth() + 1) + '-' +
-                         f(this.getUTCDate())      + 'T' +
-                         f(this.getUTCHours())     + ':' +
-                         f(this.getUTCMinutes())   + ':' +
-                         f(this.getUTCSeconds())   + 'Z';
-                };
-
-            You can provide an optional replacer method. It will be passed the
-            key and value of each member, with this bound to the containing
-            object. The value that is returned from your method will be
-            serialized. If your method returns undefined, then the member will
-            be excluded from the serialization.
-
-            If the replacer parameter is an array of strings, then it will be
-            used to select the members to be serialized. It filters the results
-            such that only members with keys listed in the replacer array are
-            stringified.
-
-            Values that do not have JSON representations, such as undefined or
-            functions, will not be serialized. Such values in objects will be
-            dropped; in arrays they will be replaced with null. You can use
-            a replacer function to replace those with JSON values.
-            JSON.stringify(undefined) returns undefined.
-
-            The optional space parameter produces a stringification of the
-            value that is filled with line breaks and indentation to make it
-            easier to read.
-
-            If the space parameter is a non-empty string, then that string will
-            be used for indentation. If the space parameter is a number, then
-            the indentation will be that many spaces.
-
-            Example:
-
-            text = JSON.stringify(['e', {pluribus: 'unum'}]);
-            // text is '["e",{"pluribus":"unum"}]'
-
-
-            text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t');
-            // text is '[\n\t"e",\n\t{\n\t\t"pluribus": "unum"\n\t}\n]'
-
-            text = JSON.stringify([new Date()], function (key, value) {
-                return this[key] instanceof Date ?
-                    'Date(' + this[key] + ')' : value;
-            });
-            // text is '["Date(---current time---)"]'
-
-
-        JSON.parse(text, reviver)
-            This method parses a JSON text to produce an object or array.
-            It can throw a SyntaxError exception.
-
-            The optional reviver parameter is a function that can filter and
-            transform the results. It receives each of the keys and values,
-            and its return value is used instead of the original value.
-            If it returns what it received, then the structure is not modified.
-            If it returns undefined then the member is deleted.
-
-            Example:
-
-            // Parse the text. Values that look like ISO date strings will
-            // be converted to Date objects.
-
-            myData = JSON.parse(text, function (key, value) {
-                var a;
-                if (typeof value === 'string') {
-                    a =
-/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2}(?:\.\d*)?)Z$/.exec(value);
-                    if (a) {
-                        return new Date(Date.UTC(+a[1], +a[2] - 1, +a[3], +a[4],
-                            +a[5], +a[6]));
-                    }
-                }
-                return value;
-            });
-
-            myData = JSON.parse('["Date(09/09/2001)"]', function (key, value) {
-                var d;
-                if (typeof value === 'string' &&
-                        value.slice(0, 5) === 'Date(' &&
-                        value.slice(-1) === ')') {
-                    d = new Date(value.slice(5, -1));
-                    if (d) {
-                        return d;
-                    }
-                }
-                return value;
-            });
-
-
-    This is a reference implementation. You are free to copy, modify, or
-    redistribute.
-*/
-
-/*jslint evil: true, strict: false, regexp: false */
-
-/*members "", "\b", "\t", "\n", "\f", "\r", "\"", JSON, "\\", apply,
-    call, charCodeAt, getUTCDate, getUTCFullYear, getUTCHours,
-    getUTCMinutes, getUTCMonth, getUTCSeconds, hasOwnProperty, join,
-    lastIndex, length, parse, prototype, push, replace, slice, stringify,
-    test, toJSON, toString, valueOf
-*/
-
-
-// Create a JSON object only if one does not already exist. We create the
-// methods in a closure to avoid creating global variables.
-
-var JSON;
-if (!JSON) {
-    JSON = {};
-}
-
-(function () {
-    "use strict";
-
-    function f(n) {
-        // Format integers to have at least two digits.
-        return n < 10 ? '0' + n : n;
-    }
-
-    if (typeof Date.prototype.toJSON !== 'function') {
-
-        Date.prototype.toJSON = function (key) {
-
-            return isFinite(this.valueOf()) ?
-                this.getUTCFullYear()     + '-' +
-                f(this.getUTCMonth() + 1) + '-' +
-                f(this.getUTCDate())      + 'T' +
-                f(this.getUTCHours())     + ':' +
-                f(this.getUTCMinutes())   + ':' +
-                f(this.getUTCSeconds())   + 'Z' : null;
-        };
-
-        String.prototype.toJSON      =
-            Number.prototype.toJSON  =
-            Boolean.prototype.toJSON = function (key) {
-                return this.valueOf();
-            };
-    }
-
-    var cx = /[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
-        escapable = /[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
-        gap,
-        indent,
-        meta = {    // table of character substitutions
-            '\b': '\\b',
-            '\t': '\\t',
-            '\n': '\\n',
-            '\f': '\\f',
-            '\r': '\\r',
-            '"' : '\\"',
-            '\\': '\\\\'
-        },
-        rep;
-
-
-    function quote(string) {
-
-// If the string contains no control characters, no quote characters, and no
-// backslash characters, then we can safely slap some quotes around it.
-// Otherwise we must also replace the offending characters with safe escape
-// sequences.
-
-        escapable.lastIndex = 0;
-        return escapable.test(string) ? '"' + string.replace(escapable, function (a) {
-            var c = meta[a];
-            return typeof c === 'string' ? c :
-                '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
-        }) + '"' : '"' + string + '"';
-    }
-
-
-    function str(key, holder) {
-
-// Produce a string from holder[key].
-
-        var i,          // The loop counter.
-            k,          // The member key.
-            v,          // The member value.
-            length,
-            mind = gap,
-            partial,
-            value = holder[key];
-
-// If the value has a toJSON method, call it to obtain a replacement value.
-
-        if (value && typeof value === 'object' &&
-                typeof value.toJSON === 'function') {
-            value = value.toJSON(key);
-        }
-
-// If we were called with a replacer function, then call the replacer to
-// obtain a replacement value.
-
-        if (typeof rep === 'function') {
-            value = rep.call(holder, key, value);
-        }
-
-// What happens next depends on the value's type.
-
-        switch (typeof value) {
-        case 'string':
-            return quote(value);
-
-        case 'number':
-
-// JSON numbers must be finite. Encode non-finite numbers as null.
-
-            return isFinite(value) ? String(value) : 'null';
-
-        case 'boolean':
-        case 'null':
-
-// If the value is a boolean or null, convert it to a string. Note:
-// typeof null does not produce 'null'. The case is included here in
-// the remote chance that this gets fixed someday.
-
-            return String(value);
-
-// If the type is 'object', we might be dealing with an object or an array or
-// null.
-
-        case 'object':
-
-// Due to a specification blunder in ECMAScript, typeof null is 'object',
-// so watch out for that case.
-
-            if (!value) {
-                return 'null';
-            }
-
-// Make an array to hold the partial results of stringifying this object value.
-
-            gap += indent;
-            partial = [];
-
-// Is the value an array?
-
-            if (Object.prototype.toString.apply(value) === '[object Array]') {
-
-// The value is an array. Stringify every element. Use null as a placeholder
-// for non-JSON values.
-
-                length = value.length;
-                for (i = 0; i < length; i += 1) {
-                    partial[i] = str(i, value) || 'null';
-                }
-
-// Join all of the elements together, separated with commas, and wrap them in
-// brackets.
-
-                v = partial.length === 0 ? '[]' : gap ?
-                    '[\n' + gap + partial.join(',\n' + gap) + '\n' + mind + ']' :
-                    '[' + partial.join(',') + ']';
-                gap = mind;
-                return v;
-            }
-
-// If the replacer is an array, use it to select the members to be stringified.
-
-            if (rep && typeof rep === 'object') {
-                length = rep.length;
-                for (i = 0; i < length; i += 1) {
-                    if (typeof rep[i] === 'string') {
-                        k = rep[i];
-                        v = str(k, value);
-                        if (v) {
-                            partial.push(quote(k) + (gap ? ': ' : ':') + v);
-                        }
-                    }
-                }
-            } else {
-
-// Otherwise, iterate through all of the keys in the object.
-
-                for (k in value) {
-                    if (Object.prototype.hasOwnProperty.call(value, k)) {
-                        v = str(k, value);
-                        if (v) {
-                            partial.push(quote(k) + (gap ? ': ' : ':') + v);
-                        }
-                    }
-                }
-            }
-
-// Join all of the member texts together, separated with commas,
-// and wrap them in braces.
-
-            v = partial.length === 0 ? '{}' : gap ?
-                '{\n' + gap + partial.join(',\n' + gap) + '\n' + mind + '}' :
-                '{' + partial.join(',') + '}';
-            gap = mind;
-            return v;
-        }
-    }
-
-// If the JSON object does not yet have a stringify method, give it one.
-
-    if (typeof JSON.stringify !== 'function') {
-        JSON.stringify = function (value, replacer, space) {
-
-// The stringify method takes a value and an optional replacer, and an optional
-// space parameter, and returns a JSON text. The replacer can be a function
-// that can replace values, or an array of strings that will select the keys.
-// A default replacer method can be provided. Use of the space parameter can
-// produce text that is more easily readable.
-
-            var i;
-            gap = '';
-            indent = '';
-
-// If the space parameter is a number, make an indent string containing that
-// many spaces.
-
-            if (typeof space === 'number') {
-                for (i = 0; i < space; i += 1) {
-                    indent += ' ';
-                }
-
-// If the space parameter is a string, it will be used as the indent string.
-
-            } else if (typeof space === 'string') {
-                indent = space;
-            }
-
-// If there is a replacer, it must be a function or an array.
-// Otherwise, throw an error.
-
-            rep = replacer;
-            if (replacer && typeof replacer !== 'function' &&
-                    (typeof replacer !== 'object' ||
-                    typeof replacer.length !== 'number')) {
-                throw new Error('JSON.stringify');
-            }
-
-// Make a fake root object containing our value under the key of ''.
-// Return the result of stringifying the value.
-
-            return str('', {'': value});
-        };
-    }
-
-
-// If the JSON object does not yet have a parse method, give it one.
-
-    if (typeof JSON.parse !== 'function') {
-        JSON.parse = function (text, reviver) {
-
-// The parse method takes a text and an optional reviver function, and returns
-// a JavaScript value if the text is a valid JSON text.
-
-            var j;
-
-            function walk(holder, key) {
-
-// The walk method is used to recursively walk the resulting structure so
-// that modifications can be made.
-
-                var k, v, value = holder[key];
-                if (value && typeof value === 'object') {
-                    for (k in value) {
-                        if (Object.prototype.hasOwnProperty.call(value, k)) {
-                            v = walk(value, k);
-                            if (v !== undefined) {
-                                value[k] = v;
-                            } else {
-                                delete value[k];
-                            }
-                        }
-                    }
-                }
-                return reviver.call(holder, key, value);
-            }
-
-
-// Parsing happens in four stages. In the first stage, we replace certain
-// Unicode characters with escape sequences. JavaScript handles many characters
-// incorrectly, either silently deleting them, or treating them as line endings.
-
-            text = String(text);
-            cx.lastIndex = 0;
-            if (cx.test(text)) {
-                text = text.replace(cx, function (a) {
-                    return '\\u' +
-                        ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
-                });
-            }
-
-// In the second stage, we run the text against regular expressions that look
-// for non-JSON patterns. We are especially concerned with '()' and 'new'
-// because they can cause invocation, and '=' because it can cause mutation.
-// But just to be safe, we want to reject all unexpected forms.
-
-// We split the second stage into 4 regexp operations in order to work around
-// crippling inefficiencies in IE's and Safari's regexp engines. First we
-// replace the JSON backslash pairs with '@' (a non-JSON character). Second, we
-// replace all simple value tokens with ']' characters. Third, we delete all
-// open brackets that follow a colon or comma or that begin the text. Finally,
-// we look to see that the remaining characters are only whitespace or ']' or
-// ',' or ':' or '{' or '}'. If that is so, then the text is safe for eval.
-
-            if (/^[\],:{}\s]*$/
-                    .test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, '@')
-                        .replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']')
-                        .replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) {
-
-// In the third stage we use the eval function to compile the text into a
-// JavaScript structure. The '{' operator is subject to a syntactic ambiguity
-// in JavaScript: it can begin a block or an object literal. We wrap the text
-// in parens to eliminate the ambiguity.
-
-                j = eval('(' + text + ')');
-
-// In the optional fourth stage, we recursively walk the new structure, passing
-// each name/value pair to a reviver function for possible transformation.
-
-                return typeof reviver === 'function' ?
-                    walk({'': j}, '') : j;
-            }
-
-// If the text is not JSON parseable, then a SyntaxError is thrown.
-
-            throw new SyntaxError('JSON.parse');
-        };
-    }
-}());
diff --git a/resources/static/common/js/lib/micrajax.js b/resources/static/common/js/lib/micrajax.js
deleted file mode 100644
index 1bf9522b13ce4025c33f926d76f4fae938403cba..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/micrajax.js
+++ /dev/null
@@ -1,167 +0,0 @@
-/*jshint browser:true, forin: true, laxbreak: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-window.Micrajax = (function() {
-  "use strict";
-
-  function curry(fToBind) {
-    var aArgs = [].slice.call(arguments, 1),
-        fBound = function () {
-          return fToBind.apply(null, aArgs.concat([].slice.call(arguments)));
-        };
-
-    return fBound;
-  }
-
-  function getXHRObject() {
-    var xhrObject;
-
-    // From  http://blogs.msdn.com/b/ie/archive/2011/08/31/browsing-without-plug-ins.aspx
-    // Best Practice: Use Native XHR, if available
-    if (window.XMLHttpRequest) {
-      // If IE7+, Gecko, WebKit: Use native object
-      xhrObject = new XMLHttpRequest();
-    }
-    else if (window.ActiveXObject) {
-      // ...if not, try the ActiveX control
-      xhrObject = new ActiveXObject('Microsoft.XM/LHTTP');
-    }
-
-    return xhrObject;
-  }
-
-  function noOp() {}
-
-  function onReadyStateChange(xhrObject, callback) {
-    try {
-      if (xhrObject.readyState == 4) {
-        xhrObject.onreadystatechange = noOp;
-
-        callback && callback(xhrObject.responseText, xhrObject.status);
-      }
-    } catch(e) {}
-  }
-
-  function toRequestString(data) {
-    var components = [],
-        requestString = "";
-
-    for(var key in data) {
-      if (typeof data[key] !== "undefined") {
-        components.push(encodeURIComponent(key) + "=" + encodeURIComponent(data[key]));
-      }
-    }
-
-    if (components && components.length) {
-      requestString = components.join("&");
-    }
-
-    return requestString;
-  }
-
-
-  function setRequestHeaders(definedHeaders, xhrObject) {
-    var headers = {
-      'X-Requested-With': 'XMLHttpRequest',
-      'Accept': 'application/json;text/plain'
-    };
-
-    for(var key in definedHeaders) {
-      headers[key] = definedHeaders[key];
-    }
-
-    for(var key in headers) {
-      xhrObject.setRequestHeader(key, headers[key]);
-    }
-  }
-
-  function getURL(url, type, data) {
-    var requestString = toRequestString(data);
-
-    if (type === "GET" && requestString) {
-      url += "?" + requestString;
-    }
-
-    return url;
-  }
-
-  function getData(contentType, type, data) {
-    var sendData;
-
-    if (type !== "GET" && data) {
-      switch(contentType) {
-        case "application/json":
-          if(typeof data === "string") {
-            sendData = data;
-          }
-          else {
-            sendData = JSON.stringify(data);
-          }
-          break;
-        case 'application/x-www-form-urlencoded':
-          sendData = toRequestString(data);
-          break;
-        default:
-          // do nothing
-          break;
-      }
-    }
-
-    return sendData || null;
-  }
-
-  function sendRequest(options, callback, data) {
-    var xhrObject = getXHRObject();
-
-    if (xhrObject) {
-      xhrObject.onreadystatechange = curry(onReadyStateChange, xhrObject, callback);
-
-      var type = (options.type || "GET").toUpperCase(),
-          contentType = options.contentType || 'application/x-www-form-urlencoded',
-          url = getURL(options.url, type, options.data),
-          data = getData(contentType, type, options.data);
-
-      xhrObject.open(type, url, true);
-      setRequestHeaders({ "Content-type" : contentType }, xhrObject);
-      xhrObject.send(data);
-    }
-    else {
-      throw "could not get XHR object";
-    }
-  }
-
-  var Micrajax = {
-    ajax: function(options) {
-      var error = options.error,
-          success = options.success,
-          mockXHR = { readyState: 0 };
-
-      sendRequest(options, function(responseText, status) {
-        mockXHR.status = status;
-        mockXHR.responseText = responseText;
-        mockXHR.readyState = 4;
-
-        if (status >= 200 && status < 300 || status === 304) {
-          var respData = responseText;
-
-          try {
-            // The text response could be text/plain, just ignore the JSON
-            // parse error in this case.
-            var respData = JSON.parse(responseText);
-          } catch(e) {}
-
-          success && success(respData, responseText, mockXHR);
-        }
-        else {
-          error && error(mockXHR, status, responseText);
-        }
-      });
-
-      return mockXHR;
-    }
-  };
-
-  return Micrajax;
-
-}());
diff --git a/resources/static/common/js/lib/module.js b/resources/static/common/js/lib/module.js
deleted file mode 100644
index 333a9ca4b08b519a80b17a0b62beb6d593ba1a35..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/module.js
+++ /dev/null
@@ -1,107 +0,0 @@
-/**
-* Author Shane Tomlinson
-* Original source can be found at:
-* https://github.com/stomlinson/appcore/blob/master/js/module.js
-* Licences under Mozilla Tri-License
-*/
-BrowserID.module = (function() {
-  "use strict";
-
-  var registration = {},
-      created = {},
-      running = {};
-
-  function register(service, module, config) {
-    if (!module) {
-      throw "module constructor missing for " + service;
-    }
-
-    registration[service] = {
-      constructor: module,
-      config: config
-    };
-  }
-
-  function getRegistration(service) {
-    return registration[service];
-  }
-
-  function getModule(service) {
-    return registration[service].constructor;
-  }
-
-  function getRunningModule(service) {
-    var module = running[service];
-
-    if(!module) {
-      throw "no module running for " + service;
-    }
-
-    return module;
-  }
-
-  function reset() {
-    registration = {};
-    running = {};
-    created = {};
-  }
-
-  function start(service, data) {
-    if (running[service]) {
-      throw "module already running for " + service;
-    }
-
-    var module = created[service];
-
-    if (!module) {
-      var registration = getRegistration(service);
-      if (registration) {
-        var constr = registration.constructor,
-            config = registration.config;
-
-        module = new constr();
-        created[service] = module;
-        module.init(config || {});
-      }
-      else {
-        throw "module not registered for " + service;
-      }
-    }
-
-    module.start(data || {});
-    running[service] = module;
-
-    return module;
-  }
-
-  function stop(service) {
-    var module = running[service];
-
-    if (module) {
-      module.stop();
-      delete running[service];
-    }
-    else {
-      throw "module not started for " + service;
-    }
-  }
-
-  function stopAll() {
-    for(var key in running) {
-      var module = running[key];
-      module.stop();
-      delete running[key];
-    }
-  }
-
-
-  return {
-    register: register,
-    getModule: getModule,
-    getRunningModule: getRunningModule,
-    reset: reset,
-    start: start,
-    stop: stop,
-    stopAll: stopAll
-  };
-}());
diff --git a/resources/static/common/js/lib/underscore.js b/resources/static/common/js/lib/underscore.js
deleted file mode 100644
index f6f7e2f23d11dfe9035c042c6af60deb23788ea1..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/underscore.js
+++ /dev/null
@@ -1,1059 +0,0 @@
-//     Underscore.js 1.3.3
-//     (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
-//     Underscore is freely distributable under the MIT license.
-//     Portions of Underscore are inspired or borrowed from Prototype,
-//     Oliver Steele's Functional, and John Resig's Micro-Templating.
-//     For all details and documentation:
-//     http://documentcloud.github.com/underscore
-
-(function() {
-
-  // Baseline setup
-  // --------------
-
-  // Establish the root object, `window` in the browser, or `global` on the server.
-  var root = this;
-
-  // Save the previous value of the `_` variable.
-  var previousUnderscore = root._;
-
-  // Establish the object that gets returned to break out of a loop iteration.
-  var breaker = {};
-
-  // Save bytes in the minified (but not gzipped) version:
-  var ArrayProto = Array.prototype, ObjProto = Object.prototype, FuncProto = Function.prototype;
-
-  // Create quick reference variables for speed access to core prototypes.
-  var slice            = ArrayProto.slice,
-      unshift          = ArrayProto.unshift,
-      toString         = ObjProto.toString,
-      hasOwnProperty   = ObjProto.hasOwnProperty;
-
-  // All **ECMAScript 5** native function implementations that we hope to use
-  // are declared here.
-  var
-    nativeForEach      = ArrayProto.forEach,
-    nativeMap          = ArrayProto.map,
-    nativeReduce       = ArrayProto.reduce,
-    nativeReduceRight  = ArrayProto.reduceRight,
-    nativeFilter       = ArrayProto.filter,
-    nativeEvery        = ArrayProto.every,
-    nativeSome         = ArrayProto.some,
-    nativeIndexOf      = ArrayProto.indexOf,
-    nativeLastIndexOf  = ArrayProto.lastIndexOf,
-    nativeIsArray      = Array.isArray,
-    nativeKeys         = Object.keys,
-    nativeBind         = FuncProto.bind;
-
-  // Create a safe reference to the Underscore object for use below.
-  var _ = function(obj) { return new wrapper(obj); };
-
-  // Export the Underscore object for **Node.js**, with
-  // backwards-compatibility for the old `require()` API. If we're in
-  // the browser, add `_` as a global object via a string identifier,
-  // for Closure Compiler "advanced" mode.
-  if (typeof exports !== 'undefined') {
-    if (typeof module !== 'undefined' && module.exports) {
-      exports = module.exports = _;
-    }
-    exports._ = _;
-  } else {
-    root['_'] = _;
-  }
-
-  // Current version.
-  _.VERSION = '1.3.3';
-
-  // Collection Functions
-  // --------------------
-
-  // The cornerstone, an `each` implementation, aka `forEach`.
-  // Handles objects with the built-in `forEach`, arrays, and raw objects.
-  // Delegates to **ECMAScript 5**'s native `forEach` if available.
-  var each = _.each = _.forEach = function(obj, iterator, context) {
-    if (obj == null) return;
-    if (nativeForEach && obj.forEach === nativeForEach) {
-      obj.forEach(iterator, context);
-    } else if (obj.length === +obj.length) {
-      for (var i = 0, l = obj.length; i < l; i++) {
-        if (i in obj && iterator.call(context, obj[i], i, obj) === breaker) return;
-      }
-    } else {
-      for (var key in obj) {
-        if (_.has(obj, key)) {
-          if (iterator.call(context, obj[key], key, obj) === breaker) return;
-        }
-      }
-    }
-  };
-
-  // Return the results of applying the iterator to each element.
-  // Delegates to **ECMAScript 5**'s native `map` if available.
-  _.map = _.collect = function(obj, iterator, context) {
-    var results = [];
-    if (obj == null) return results;
-    if (nativeMap && obj.map === nativeMap) return obj.map(iterator, context);
-    each(obj, function(value, index, list) {
-      results[results.length] = iterator.call(context, value, index, list);
-    });
-    if (obj.length === +obj.length) results.length = obj.length;
-    return results;
-  };
-
-  // **Reduce** builds up a single result from a list of values, aka `inject`,
-  // or `foldl`. Delegates to **ECMAScript 5**'s native `reduce` if available.
-  _.reduce = _.foldl = _.inject = function(obj, iterator, memo, context) {
-    var initial = arguments.length > 2;
-    if (obj == null) obj = [];
-    if (nativeReduce && obj.reduce === nativeReduce) {
-      if (context) iterator = _.bind(iterator, context);
-      return initial ? obj.reduce(iterator, memo) : obj.reduce(iterator);
-    }
-    each(obj, function(value, index, list) {
-      if (!initial) {
-        memo = value;
-        initial = true;
-      } else {
-        memo = iterator.call(context, memo, value, index, list);
-      }
-    });
-    if (!initial) throw new TypeError('Reduce of empty array with no initial value');
-    return memo;
-  };
-
-  // The right-associative version of reduce, also known as `foldr`.
-  // Delegates to **ECMAScript 5**'s native `reduceRight` if available.
-  _.reduceRight = _.foldr = function(obj, iterator, memo, context) {
-    var initial = arguments.length > 2;
-    if (obj == null) obj = [];
-    if (nativeReduceRight && obj.reduceRight === nativeReduceRight) {
-      if (context) iterator = _.bind(iterator, context);
-      return initial ? obj.reduceRight(iterator, memo) : obj.reduceRight(iterator);
-    }
-    var reversed = _.toArray(obj).reverse();
-    if (context && !initial) iterator = _.bind(iterator, context);
-    return initial ? _.reduce(reversed, iterator, memo, context) : _.reduce(reversed, iterator);
-  };
-
-  // Return the first value which passes a truth test. Aliased as `detect`.
-  _.find = _.detect = function(obj, iterator, context) {
-    var result;
-    any(obj, function(value, index, list) {
-      if (iterator.call(context, value, index, list)) {
-        result = value;
-        return true;
-      }
-    });
-    return result;
-  };
-
-  // Return all the elements that pass a truth test.
-  // Delegates to **ECMAScript 5**'s native `filter` if available.
-  // Aliased as `select`.
-  _.filter = _.select = function(obj, iterator, context) {
-    var results = [];
-    if (obj == null) return results;
-    if (nativeFilter && obj.filter === nativeFilter) return obj.filter(iterator, context);
-    each(obj, function(value, index, list) {
-      if (iterator.call(context, value, index, list)) results[results.length] = value;
-    });
-    return results;
-  };
-
-  // Return all the elements for which a truth test fails.
-  _.reject = function(obj, iterator, context) {
-    var results = [];
-    if (obj == null) return results;
-    each(obj, function(value, index, list) {
-      if (!iterator.call(context, value, index, list)) results[results.length] = value;
-    });
-    return results;
-  };
-
-  // Determine whether all of the elements match a truth test.
-  // Delegates to **ECMAScript 5**'s native `every` if available.
-  // Aliased as `all`.
-  _.every = _.all = function(obj, iterator, context) {
-    var result = true;
-    if (obj == null) return result;
-    if (nativeEvery && obj.every === nativeEvery) return obj.every(iterator, context);
-    each(obj, function(value, index, list) {
-      if (!(result = result && iterator.call(context, value, index, list))) return breaker;
-    });
-    return !!result;
-  };
-
-  // Determine if at least one element in the object matches a truth test.
-  // Delegates to **ECMAScript 5**'s native `some` if available.
-  // Aliased as `any`.
-  var any = _.some = _.any = function(obj, iterator, context) {
-    iterator || (iterator = _.identity);
-    var result = false;
-    if (obj == null) return result;
-    if (nativeSome && obj.some === nativeSome) return obj.some(iterator, context);
-    each(obj, function(value, index, list) {
-      if (result || (result = iterator.call(context, value, index, list))) return breaker;
-    });
-    return !!result;
-  };
-
-  // Determine if a given value is included in the array or object using `===`.
-  // Aliased as `contains`.
-  _.include = _.contains = function(obj, target) {
-    var found = false;
-    if (obj == null) return found;
-    if (nativeIndexOf && obj.indexOf === nativeIndexOf) return obj.indexOf(target) != -1;
-    found = any(obj, function(value) {
-      return value === target;
-    });
-    return found;
-  };
-
-  // Invoke a method (with arguments) on every item in a collection.
-  _.invoke = function(obj, method) {
-    var args = slice.call(arguments, 2);
-    return _.map(obj, function(value) {
-      return (_.isFunction(method) ? method || value : value[method]).apply(value, args);
-    });
-  };
-
-  // Convenience version of a common use case of `map`: fetching a property.
-  _.pluck = function(obj, key) {
-    return _.map(obj, function(value){ return value[key]; });
-  };
-
-  // Return the maximum element or (element-based computation).
-  _.max = function(obj, iterator, context) {
-    if (!iterator && _.isArray(obj) && obj[0] === +obj[0]) return Math.max.apply(Math, obj);
-    if (!iterator && _.isEmpty(obj)) return -Infinity;
-    var result = {computed : -Infinity};
-    each(obj, function(value, index, list) {
-      var computed = iterator ? iterator.call(context, value, index, list) : value;
-      computed >= result.computed && (result = {value : value, computed : computed});
-    });
-    return result.value;
-  };
-
-  // Return the minimum element (or element-based computation).
-  _.min = function(obj, iterator, context) {
-    if (!iterator && _.isArray(obj) && obj[0] === +obj[0]) return Math.min.apply(Math, obj);
-    if (!iterator && _.isEmpty(obj)) return Infinity;
-    var result = {computed : Infinity};
-    each(obj, function(value, index, list) {
-      var computed = iterator ? iterator.call(context, value, index, list) : value;
-      computed < result.computed && (result = {value : value, computed : computed});
-    });
-    return result.value;
-  };
-
-  // Shuffle an array.
-  _.shuffle = function(obj) {
-    var shuffled = [], rand;
-    each(obj, function(value, index, list) {
-      rand = Math.floor(Math.random() * (index + 1));
-      shuffled[index] = shuffled[rand];
-      shuffled[rand] = value;
-    });
-    return shuffled;
-  };
-
-  // Sort the object's values by a criterion produced by an iterator.
-  _.sortBy = function(obj, val, context) {
-    var iterator = _.isFunction(val) ? val : function(obj) { return obj[val]; };
-    return _.pluck(_.map(obj, function(value, index, list) {
-      return {
-        value : value,
-        criteria : iterator.call(context, value, index, list)
-      };
-    }).sort(function(left, right) {
-      var a = left.criteria, b = right.criteria;
-      if (a === void 0) return 1;
-      if (b === void 0) return -1;
-      return a < b ? -1 : a > b ? 1 : 0;
-    }), 'value');
-  };
-
-  // Groups the object's values by a criterion. Pass either a string attribute
-  // to group by, or a function that returns the criterion.
-  _.groupBy = function(obj, val) {
-    var result = {};
-    var iterator = _.isFunction(val) ? val : function(obj) { return obj[val]; };
-    each(obj, function(value, index) {
-      var key = iterator(value, index);
-      (result[key] || (result[key] = [])).push(value);
-    });
-    return result;
-  };
-
-  // Use a comparator function to figure out at what index an object should
-  // be inserted so as to maintain order. Uses binary search.
-  _.sortedIndex = function(array, obj, iterator) {
-    iterator || (iterator = _.identity);
-    var low = 0, high = array.length;
-    while (low < high) {
-      var mid = (low + high) >> 1;
-      iterator(array[mid]) < iterator(obj) ? low = mid + 1 : high = mid;
-    }
-    return low;
-  };
-
-  // Safely convert anything iterable into a real, live array.
-  _.toArray = function(obj) {
-    if (!obj)                                     return [];
-    if (_.isArray(obj))                           return slice.call(obj);
-    if (_.isArguments(obj))                       return slice.call(obj);
-    if (obj.toArray && _.isFunction(obj.toArray)) return obj.toArray();
-    return _.values(obj);
-  };
-
-  // Return the number of elements in an object.
-  _.size = function(obj) {
-    return _.isArray(obj) ? obj.length : _.keys(obj).length;
-  };
-
-  // Array Functions
-  // ---------------
-
-  // Get the first element of an array. Passing **n** will return the first N
-  // values in the array. Aliased as `head` and `take`. The **guard** check
-  // allows it to work with `_.map`.
-  _.first = _.head = _.take = function(array, n, guard) {
-    return (n != null) && !guard ? slice.call(array, 0, n) : array[0];
-  };
-
-  // Returns everything but the last entry of the array. Especcialy useful on
-  // the arguments object. Passing **n** will return all the values in
-  // the array, excluding the last N. The **guard** check allows it to work with
-  // `_.map`.
-  _.initial = function(array, n, guard) {
-    return slice.call(array, 0, array.length - ((n == null) || guard ? 1 : n));
-  };
-
-  // Get the last element of an array. Passing **n** will return the last N
-  // values in the array. The **guard** check allows it to work with `_.map`.
-  _.last = function(array, n, guard) {
-    if ((n != null) && !guard) {
-      return slice.call(array, Math.max(array.length - n, 0));
-    } else {
-      return array[array.length - 1];
-    }
-  };
-
-  // Returns everything but the first entry of the array. Aliased as `tail`.
-  // Especially useful on the arguments object. Passing an **index** will return
-  // the rest of the values in the array from that index onward. The **guard**
-  // check allows it to work with `_.map`.
-  _.rest = _.tail = function(array, index, guard) {
-    return slice.call(array, (index == null) || guard ? 1 : index);
-  };
-
-  // Trim out all falsy values from an array.
-  _.compact = function(array) {
-    return _.filter(array, function(value){ return !!value; });
-  };
-
-  // Return a completely flattened version of an array.
-  _.flatten = function(array, shallow) {
-    return _.reduce(array, function(memo, value) {
-      if (_.isArray(value)) return memo.concat(shallow ? value : _.flatten(value));
-      memo[memo.length] = value;
-      return memo;
-    }, []);
-  };
-
-  // Return a version of the array that does not contain the specified value(s).
-  _.without = function(array) {
-    return _.difference(array, slice.call(arguments, 1));
-  };
-
-  // Produce a duplicate-free version of the array. If the array has already
-  // been sorted, you have the option of using a faster algorithm.
-  // Aliased as `unique`.
-  _.uniq = _.unique = function(array, isSorted, iterator) {
-    var initial = iterator ? _.map(array, iterator) : array;
-    var results = [];
-    // The `isSorted` flag is irrelevant if the array only contains two elements.
-    if (array.length < 3) isSorted = true;
-    _.reduce(initial, function (memo, value, index) {
-      if (isSorted ? _.last(memo) !== value || !memo.length : !_.include(memo, value)) {
-        memo.push(value);
-        results.push(array[index]);
-      }
-      return memo;
-    }, []);
-    return results;
-  };
-
-  // Produce an array that contains the union: each distinct element from all of
-  // the passed-in arrays.
-  _.union = function() {
-    return _.uniq(_.flatten(arguments, true));
-  };
-
-  // Produce an array that contains every item shared between all the
-  // passed-in arrays. (Aliased as "intersect" for back-compat.)
-  _.intersection = _.intersect = function(array) {
-    var rest = slice.call(arguments, 1);
-    return _.filter(_.uniq(array), function(item) {
-      return _.every(rest, function(other) {
-        return _.indexOf(other, item) >= 0;
-      });
-    });
-  };
-
-  // Take the difference between one array and a number of other arrays.
-  // Only the elements present in just the first array will remain.
-  _.difference = function(array) {
-    var rest = _.flatten(slice.call(arguments, 1), true);
-    return _.filter(array, function(value){ return !_.include(rest, value); });
-  };
-
-  // Zip together multiple lists into a single array -- elements that share
-  // an index go together.
-  _.zip = function() {
-    var args = slice.call(arguments);
-    var length = _.max(_.pluck(args, 'length'));
-    var results = new Array(length);
-    for (var i = 0; i < length; i++) results[i] = _.pluck(args, "" + i);
-    return results;
-  };
-
-  // If the browser doesn't supply us with indexOf (I'm looking at you, **MSIE**),
-  // we need this function. Return the position of the first occurrence of an
-  // item in an array, or -1 if the item is not included in the array.
-  // Delegates to **ECMAScript 5**'s native `indexOf` if available.
-  // If the array is large and already in sort order, pass `true`
-  // for **isSorted** to use binary search.
-  _.indexOf = function(array, item, isSorted) {
-    if (array == null) return -1;
-    var i, l;
-    if (isSorted) {
-      i = _.sortedIndex(array, item);
-      return array[i] === item ? i : -1;
-    }
-    if (nativeIndexOf && array.indexOf === nativeIndexOf) return array.indexOf(item);
-    for (i = 0, l = array.length; i < l; i++) if (i in array && array[i] === item) return i;
-    return -1;
-  };
-
-  // Delegates to **ECMAScript 5**'s native `lastIndexOf` if available.
-  _.lastIndexOf = function(array, item) {
-    if (array == null) return -1;
-    if (nativeLastIndexOf && array.lastIndexOf === nativeLastIndexOf) return array.lastIndexOf(item);
-    var i = array.length;
-    while (i--) if (i in array && array[i] === item) return i;
-    return -1;
-  };
-
-  // Generate an integer Array containing an arithmetic progression. A port of
-  // the native Python `range()` function. See
-  // [the Python documentation](http://docs.python.org/library/functions.html#range).
-  _.range = function(start, stop, step) {
-    if (arguments.length <= 1) {
-      stop = start || 0;
-      start = 0;
-    }
-    step = arguments[2] || 1;
-
-    var len = Math.max(Math.ceil((stop - start) / step), 0);
-    var idx = 0;
-    var range = new Array(len);
-
-    while(idx < len) {
-      range[idx++] = start;
-      start += step;
-    }
-
-    return range;
-  };
-
-  // Function (ahem) Functions
-  // ------------------
-
-  // Reusable constructor function for prototype setting.
-  var ctor = function(){};
-
-  // Create a function bound to a given object (assigning `this`, and arguments,
-  // optionally). Binding with arguments is also known as `curry`.
-  // Delegates to **ECMAScript 5**'s native `Function.bind` if available.
-  // We check for `func.bind` first, to fail fast when `func` is undefined.
-  _.bind = function bind(func, context) {
-    var bound, args;
-    if (func.bind === nativeBind && nativeBind) return nativeBind.apply(func, slice.call(arguments, 1));
-    if (!_.isFunction(func)) throw new TypeError;
-    args = slice.call(arguments, 2);
-    return bound = function() {
-      if (!(this instanceof bound)) return func.apply(context, args.concat(slice.call(arguments)));
-      ctor.prototype = func.prototype;
-      var self = new ctor;
-      var result = func.apply(self, args.concat(slice.call(arguments)));
-      if (Object(result) === result) return result;
-      return self;
-    };
-  };
-
-  // Bind all of an object's methods to that object. Useful for ensuring that
-  // all callbacks defined on an object belong to it.
-  _.bindAll = function(obj) {
-    var funcs = slice.call(arguments, 1);
-    if (funcs.length == 0) funcs = _.functions(obj);
-    each(funcs, function(f) { obj[f] = _.bind(obj[f], obj); });
-    return obj;
-  };
-
-  // Memoize an expensive function by storing its results.
-  _.memoize = function(func, hasher) {
-    var memo = {};
-    hasher || (hasher = _.identity);
-    return function() {
-      var key = hasher.apply(this, arguments);
-      return _.has(memo, key) ? memo[key] : (memo[key] = func.apply(this, arguments));
-    };
-  };
-
-  // Delays a function for the given number of milliseconds, and then calls
-  // it with the arguments supplied.
-  _.delay = function(func, wait) {
-    var args = slice.call(arguments, 2);
-    return setTimeout(function(){ return func.apply(null, args); }, wait);
-  };
-
-  // Defers a function, scheduling it to run after the current call stack has
-  // cleared.
-  _.defer = function(func) {
-    return _.delay.apply(_, [func, 1].concat(slice.call(arguments, 1)));
-  };
-
-  // Returns a function, that, when invoked, will only be triggered at most once
-  // during a given window of time.
-  _.throttle = function(func, wait) {
-    var context, args, timeout, throttling, more, result;
-    var whenDone = _.debounce(function(){ more = throttling = false; }, wait);
-    return function() {
-      context = this; args = arguments;
-      var later = function() {
-        timeout = null;
-        if (more) func.apply(context, args);
-        whenDone();
-      };
-      if (!timeout) timeout = setTimeout(later, wait);
-      if (throttling) {
-        more = true;
-      } else {
-        result = func.apply(context, args);
-      }
-      whenDone();
-      throttling = true;
-      return result;
-    };
-  };
-
-  // Returns a function, that, as long as it continues to be invoked, will not
-  // be triggered. The function will be called after it stops being called for
-  // N milliseconds. If `immediate` is passed, trigger the function on the
-  // leading edge, instead of the trailing.
-  _.debounce = function(func, wait, immediate) {
-    var timeout;
-    return function() {
-      var context = this, args = arguments;
-      var later = function() {
-        timeout = null;
-        if (!immediate) func.apply(context, args);
-      };
-      if (immediate && !timeout) func.apply(context, args);
-      clearTimeout(timeout);
-      timeout = setTimeout(later, wait);
-    };
-  };
-
-  // Returns a function that will be executed at most one time, no matter how
-  // often you call it. Useful for lazy initialization.
-  _.once = function(func) {
-    var ran = false, memo;
-    return function() {
-      if (ran) return memo;
-      ran = true;
-      return memo = func.apply(this, arguments);
-    };
-  };
-
-  // Returns the first function passed as an argument to the second,
-  // allowing you to adjust arguments, run code before and after, and
-  // conditionally execute the original function.
-  _.wrap = function(func, wrapper) {
-    return function() {
-      var args = [func].concat(slice.call(arguments, 0));
-      return wrapper.apply(this, args);
-    };
-  };
-
-  // Returns a function that is the composition of a list of functions, each
-  // consuming the return value of the function that follows.
-  _.compose = function() {
-    var funcs = arguments;
-    return function() {
-      var args = arguments;
-      for (var i = funcs.length - 1; i >= 0; i--) {
-        args = [funcs[i].apply(this, args)];
-      }
-      return args[0];
-    };
-  };
-
-  // Returns a function that will only be executed after being called N times.
-  _.after = function(times, func) {
-    if (times <= 0) return func();
-    return function() {
-      if (--times < 1) { return func.apply(this, arguments); }
-    };
-  };
-
-  // Object Functions
-  // ----------------
-
-  // Retrieve the names of an object's properties.
-  // Delegates to **ECMAScript 5**'s native `Object.keys`
-  _.keys = nativeKeys || function(obj) {
-    if (obj !== Object(obj)) throw new TypeError('Invalid object');
-    var keys = [];
-    for (var key in obj) if (_.has(obj, key)) keys[keys.length] = key;
-    return keys;
-  };
-
-  // Retrieve the values of an object's properties.
-  _.values = function(obj) {
-    return _.map(obj, _.identity);
-  };
-
-  // Return a sorted list of the function names available on the object.
-  // Aliased as `methods`
-  _.functions = _.methods = function(obj) {
-    var names = [];
-    for (var key in obj) {
-      if (_.isFunction(obj[key])) names.push(key);
-    }
-    return names.sort();
-  };
-
-  // Extend a given object with all the properties in passed-in object(s).
-  _.extend = function(obj) {
-    each(slice.call(arguments, 1), function(source) {
-      for (var prop in source) {
-        obj[prop] = source[prop];
-      }
-    });
-    return obj;
-  };
-
-  // Return a copy of the object only containing the whitelisted properties.
-  _.pick = function(obj) {
-    var result = {};
-    each(_.flatten(slice.call(arguments, 1)), function(key) {
-      if (key in obj) result[key] = obj[key];
-    });
-    return result;
-  };
-
-  // Fill in a given object with default properties.
-  _.defaults = function(obj) {
-    each(slice.call(arguments, 1), function(source) {
-      for (var prop in source) {
-        if (obj[prop] == null) obj[prop] = source[prop];
-      }
-    });
-    return obj;
-  };
-
-  // Create a (shallow-cloned) duplicate of an object.
-  _.clone = function(obj) {
-    if (!_.isObject(obj)) return obj;
-    return _.isArray(obj) ? obj.slice() : _.extend({}, obj);
-  };
-
-  // Invokes interceptor with the obj, and then returns obj.
-  // The primary purpose of this method is to "tap into" a method chain, in
-  // order to perform operations on intermediate results within the chain.
-  _.tap = function(obj, interceptor) {
-    interceptor(obj);
-    return obj;
-  };
-
-  // Internal recursive comparison function.
-  function eq(a, b, stack) {
-    // Identical objects are equal. `0 === -0`, but they aren't identical.
-    // See the Harmony `egal` proposal: http://wiki.ecmascript.org/doku.php?id=harmony:egal.
-    if (a === b) return a !== 0 || 1 / a == 1 / b;
-    // A strict comparison is necessary because `null == undefined`.
-    if (a == null || b == null) return a === b;
-    // Unwrap any wrapped objects.
-    if (a._chain) a = a._wrapped;
-    if (b._chain) b = b._wrapped;
-    // Invoke a custom `isEqual` method if one is provided.
-    if (a.isEqual && _.isFunction(a.isEqual)) return a.isEqual(b);
-    if (b.isEqual && _.isFunction(b.isEqual)) return b.isEqual(a);
-    // Compare `[[Class]]` names.
-    var className = toString.call(a);
-    if (className != toString.call(b)) return false;
-    switch (className) {
-      // Strings, numbers, dates, and booleans are compared by value.
-      case '[object String]':
-        // Primitives and their corresponding object wrappers are equivalent; thus, `"5"` is
-        // equivalent to `new String("5")`.
-        return a == String(b);
-      case '[object Number]':
-        // `NaN`s are equivalent, but non-reflexive. An `egal` comparison is performed for
-        // other numeric values.
-        return a != +a ? b != +b : (a == 0 ? 1 / a == 1 / b : a == +b);
-      case '[object Date]':
-      case '[object Boolean]':
-        // Coerce dates and booleans to numeric primitive values. Dates are compared by their
-        // millisecond representations. Note that invalid dates with millisecond representations
-        // of `NaN` are not equivalent.
-        return +a == +b;
-      // RegExps are compared by their source patterns and flags.
-      case '[object RegExp]':
-        return a.source == b.source &&
-               a.global == b.global &&
-               a.multiline == b.multiline &&
-               a.ignoreCase == b.ignoreCase;
-    }
-    if (typeof a != 'object' || typeof b != 'object') return false;
-    // Assume equality for cyclic structures. The algorithm for detecting cyclic
-    // structures is adapted from ES 5.1 section 15.12.3, abstract operation `JO`.
-    var length = stack.length;
-    while (length--) {
-      // Linear search. Performance is inversely proportional to the number of
-      // unique nested structures.
-      if (stack[length] == a) return true;
-    }
-    // Add the first object to the stack of traversed objects.
-    stack.push(a);
-    var size = 0, result = true;
-    // Recursively compare objects and arrays.
-    if (className == '[object Array]') {
-      // Compare array lengths to determine if a deep comparison is necessary.
-      size = a.length;
-      result = size == b.length;
-      if (result) {
-        // Deep compare the contents, ignoring non-numeric properties.
-        while (size--) {
-          // Ensure commutative equality for sparse arrays.
-          if (!(result = size in a == size in b && eq(a[size], b[size], stack))) break;
-        }
-      }
-    } else {
-      // Objects with different constructors are not equivalent.
-      if ('constructor' in a != 'constructor' in b || a.constructor != b.constructor) return false;
-      // Deep compare objects.
-      for (var key in a) {
-        if (_.has(a, key)) {
-          // Count the expected number of properties.
-          size++;
-          // Deep compare each member.
-          if (!(result = _.has(b, key) && eq(a[key], b[key], stack))) break;
-        }
-      }
-      // Ensure that both objects contain the same number of properties.
-      if (result) {
-        for (key in b) {
-          if (_.has(b, key) && !(size--)) break;
-        }
-        result = !size;
-      }
-    }
-    // Remove the first object from the stack of traversed objects.
-    stack.pop();
-    return result;
-  }
-
-  // Perform a deep comparison to check if two objects are equal.
-  _.isEqual = function(a, b) {
-    return eq(a, b, []);
-  };
-
-  // Is a given array, string, or object empty?
-  // An "empty" object has no enumerable own-properties.
-  _.isEmpty = function(obj) {
-    if (obj == null) return true;
-    if (_.isArray(obj) || _.isString(obj)) return obj.length === 0;
-    for (var key in obj) if (_.has(obj, key)) return false;
-    return true;
-  };
-
-  // Is a given value a DOM element?
-  _.isElement = function(obj) {
-    return !!(obj && obj.nodeType == 1);
-  };
-
-  // Is a given value an array?
-  // Delegates to ECMA5's native Array.isArray
-  _.isArray = nativeIsArray || function(obj) {
-    return toString.call(obj) == '[object Array]';
-  };
-
-  // Is a given variable an object?
-  _.isObject = function(obj) {
-    return obj === Object(obj);
-  };
-
-  // Is a given variable an arguments object?
-  _.isArguments = function(obj) {
-    return toString.call(obj) == '[object Arguments]';
-  };
-  if (!_.isArguments(arguments)) {
-    _.isArguments = function(obj) {
-      return !!(obj && _.has(obj, 'callee'));
-    };
-  }
-
-  // Is a given value a function?
-  _.isFunction = function(obj) {
-    return toString.call(obj) == '[object Function]';
-  };
-
-  // Is a given value a string?
-  _.isString = function(obj) {
-    return toString.call(obj) == '[object String]';
-  };
-
-  // Is a given value a number?
-  _.isNumber = function(obj) {
-    return toString.call(obj) == '[object Number]';
-  };
-
-  // Is a given object a finite number?
-  _.isFinite = function(obj) {
-    return _.isNumber(obj) && isFinite(obj);
-  };
-
-  // Is the given value `NaN`?
-  _.isNaN = function(obj) {
-    // `NaN` is the only value for which `===` is not reflexive.
-    return obj !== obj;
-  };
-
-  // Is a given value a boolean?
-  _.isBoolean = function(obj) {
-    return obj === true || obj === false || toString.call(obj) == '[object Boolean]';
-  };
-
-  // Is a given value a date?
-  _.isDate = function(obj) {
-    return toString.call(obj) == '[object Date]';
-  };
-
-  // Is the given value a regular expression?
-  _.isRegExp = function(obj) {
-    return toString.call(obj) == '[object RegExp]';
-  };
-
-  // Is a given value equal to null?
-  _.isNull = function(obj) {
-    return obj === null;
-  };
-
-  // Is a given variable undefined?
-  _.isUndefined = function(obj) {
-    return obj === void 0;
-  };
-
-  // Has own property?
-  _.has = function(obj, key) {
-    return hasOwnProperty.call(obj, key);
-  };
-
-  // Utility Functions
-  // -----------------
-
-  // Run Underscore.js in *noConflict* mode, returning the `_` variable to its
-  // previous owner. Returns a reference to the Underscore object.
-  _.noConflict = function() {
-    root._ = previousUnderscore;
-    return this;
-  };
-
-  // Keep the identity function around for default iterators.
-  _.identity = function(value) {
-    return value;
-  };
-
-  // Run a function **n** times.
-  _.times = function (n, iterator, context) {
-    for (var i = 0; i < n; i++) iterator.call(context, i);
-  };
-
-  // Escape a string for HTML interpolation.
-  _.escape = function(string) {
-    return (''+string).replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;').replace(/'/g, '&#x27;').replace(/\//g,'&#x2F;');
-  };
-
-  // If the value of the named property is a function then invoke it;
-  // otherwise, return it.
-  _.result = function(object, property) {
-    if (object == null) return null;
-    var value = object[property];
-    return _.isFunction(value) ? value.call(object) : value;
-  };
-
-  // Add your own custom functions to the Underscore object, ensuring that
-  // they're correctly added to the OOP wrapper as well.
-  _.mixin = function(obj) {
-    each(_.functions(obj), function(name){
-      addToWrapper(name, _[name] = obj[name]);
-    });
-  };
-
-  // Generate a unique integer id (unique within the entire client session).
-  // Useful for temporary DOM ids.
-  var idCounter = 0;
-  _.uniqueId = function(prefix) {
-    var id = idCounter++;
-    return prefix ? prefix + id : id;
-  };
-
-  // By default, Underscore uses ERB-style template delimiters, change the
-  // following template settings to use alternative delimiters.
-  _.templateSettings = {
-    evaluate    : /<%([\s\S]+?)%>/g,
-    interpolate : /<%=([\s\S]+?)%>/g,
-    escape      : /<%-([\s\S]+?)%>/g
-  };
-
-  // When customizing `templateSettings`, if you don't want to define an
-  // interpolation, evaluation or escaping regex, we need one that is
-  // guaranteed not to match.
-  var noMatch = /.^/;
-
-  // Certain characters need to be escaped so that they can be put into a
-  // string literal.
-  var escapes = {
-    '\\': '\\',
-    "'": "'",
-    'r': '\r',
-    'n': '\n',
-    't': '\t',
-    'u2028': '\u2028',
-    'u2029': '\u2029'
-  };
-
-  for (var p in escapes) escapes[escapes[p]] = p;
-  var escaper = /\\|'|\r|\n|\t|\u2028|\u2029/g;
-  var unescaper = /\\(\\|'|r|n|t|u2028|u2029)/g;
-
-  // Within an interpolation, evaluation, or escaping, remove HTML escaping
-  // that had been previously added.
-  var unescape = function(code) {
-    return code.replace(unescaper, function(match, escape) {
-      return escapes[escape];
-    });
-  };
-
-  // JavaScript micro-templating, similar to John Resig's implementation.
-  // Underscore templating handles arbitrary delimiters, preserves whitespace,
-  // and correctly escapes quotes within interpolated code.
-  _.template = function(text, data, settings) {
-    settings = _.defaults(settings || {}, _.templateSettings);
-
-    // Compile the template source, taking care to escape characters that
-    // cannot be included in a string literal and then unescape them in code
-    // blocks.
-    var source = "__p+='" + text
-      .replace(escaper, function(match) {
-        return '\\' + escapes[match];
-      })
-      .replace(settings.escape || noMatch, function(match, code) {
-        return "'+\n_.escape(" + unescape(code) + ")+\n'";
-      })
-      .replace(settings.interpolate || noMatch, function(match, code) {
-        return "'+\n(" + unescape(code) + ")+\n'";
-      })
-      .replace(settings.evaluate || noMatch, function(match, code) {
-        return "';\n" + unescape(code) + "\n;__p+='";
-      }) + "';\n";
-
-    // If a variable is not specified, place data values in local scope.
-    if (!settings.variable) source = 'with(obj||{}){\n' + source + '}\n';
-
-    source = "var __p='';" +
-      "var print=function(){__p+=Array.prototype.join.call(arguments, '')};\n" +
-      source + "return __p;\n";
-
-    var render = new Function(settings.variable || 'obj', '_', source);
-    if (data) return render(data, _);
-    var template = function(data) {
-      return render.call(this, data, _);
-    };
-
-    // Provide the compiled function source as a convenience for build time
-    // precompilation.
-    template.source = 'function(' + (settings.variable || 'obj') + '){\n' +
-      source + '}';
-
-    return template;
-  };
-
-  // Add a "chain" function, which will delegate to the wrapper.
-  _.chain = function(obj) {
-    return _(obj).chain();
-  };
-
-  // The OOP Wrapper
-  // ---------------
-
-  // If Underscore is called as a function, it returns a wrapped object that
-  // can be used OO-style. This wrapper holds altered versions of all the
-  // underscore functions. Wrapped objects may be chained.
-  var wrapper = function(obj) { this._wrapped = obj; };
-
-  // Expose `wrapper.prototype` as `_.prototype`
-  _.prototype = wrapper.prototype;
-
-  // Helper function to continue chaining intermediate results.
-  var result = function(obj, chain) {
-    return chain ? _(obj).chain() : obj;
-  };
-
-  // A method to easily add functions to the OOP wrapper.
-  var addToWrapper = function(name, func) {
-    wrapper.prototype[name] = function() {
-      var args = slice.call(arguments);
-      unshift.call(args, this._wrapped);
-      return result(func.apply(_, args), this._chain);
-    };
-  };
-
-  // Add all of the Underscore functions to the wrapper object.
-  _.mixin(_);
-
-  // Add all mutator Array functions to the wrapper.
-  each(['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], function(name) {
-    var method = ArrayProto[name];
-    wrapper.prototype[name] = function() {
-      var wrapped = this._wrapped;
-      method.apply(wrapped, arguments);
-      var length = wrapped.length;
-      if ((name == 'shift' || name == 'splice') && length === 0) delete wrapped[0];
-      return result(wrapped, this._chain);
-    };
-  });
-
-  // Add all accessor Array functions to the wrapper.
-  each(['concat', 'join', 'slice'], function(name) {
-    var method = ArrayProto[name];
-    wrapper.prototype[name] = function() {
-      return result(method.apply(this._wrapped, arguments), this._chain);
-    };
-  });
-
-  // Start chaining a wrapped Underscore object.
-  wrapper.prototype.chain = function() {
-    this._chain = true;
-    return this;
-  };
-
-  // Extracts the result from a wrapped and chained object.
-  wrapper.prototype.value = function() {
-    return this._wrapped;
-  };
-
-}).call(this);
diff --git a/resources/static/common/js/lib/urlparse.js b/resources/static/common/js/lib/urlparse.js
deleted file mode 100644
index a4fe85475202dd07f525798048c45241f2d04ca0..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/urlparse.js
+++ /dev/null
@@ -1,191 +0,0 @@
-/**
- * urlparse.js
- *
- * Includes parseUri (c) Steven Levithan <steven@levithan.com> Under the MIT License
- *
- * Features:
- *  + parse a url into components
- *  + url validiation
- *  + semantically lossless normalization
- *  + url prefix matching
- *
- * window.URLParse(string) -
- *   parse a url using the 'parseUri' algorithm, returning an object containing various
- *   uri components. returns an object with the following properties (all optional):
- *
- *   PROPERTIES:
- *     anchor - stuff after the #
- *     authority - everything after the :// and before the path.  Including user auth, host, and port
- *     directory - path with trailing filename and everything after removed
- *     file - path without directory
- *     host - host
- *     password - password part when user:pass@ is prepended to host
- *     path - full path, sans query or anchor
- *     port - port, when present in url
- *     query - ?XXX
- *     relative -
- *     scheme - url scheme (http, file, https, etc.)
- *     source - full string passed to URLParse()
- *     user - user part when user:pass@ is prepended to host
- *     userInfo -
- *
- *   FUNCTIONS:
- *     (string) toString() - generate a string representation of the url
- *
- *     (this) validate() - validate the url, possbly throwing a string exception
- *        if determined to not be a valid URL.  Returns this, thus may be chained.
- *
- *     (this) normalize() - perform in-place modification of the url to place it in a normal
- *        (and verbose) form. Returns this, thus may be chained.
- *
- *     (bool) contains(str) - returns whether the object upon which contains() is called is a
- *        "url prefix" for the passed in string, after normalization.
- *
- *     (this) originOnly() - removes everything that would occur after port, including
- *        path, query, and anchor.
- *
- */
-
-(function() {
-    /* const */ var INV_URL = "invalid url: ";
-    var parseURL = function(s) {
-        var toString = function() {
-            var str = this.scheme + "://";
-            if (this.user) str += this.user;
-            if (this.password) str += ":" + this.password;
-            if (this.user || this.password) str += "@";
-            if (this.host) str += this.host;
-            if (this.port) str += ":" + this.port;
-            if (this.path) str += this.path;
-            if (this.query) str += "?" + this.query;
-            if (this.anchor) str += "#" + this.anchor;
-            return str;
-        };
-
-        var originOnly = function() {
-            this.path = this.query = this.anchor = undefined;
-            return this;
-        };
-
-        var validate = function() {
-            if (!this.scheme) throw INV_URL +"missing scheme";
-            if (this.scheme !== 'http' && this.scheme !== 'https')
-                throw INV_URL + "unsupported scheme: " + this.scheme;
-            if (!this.host) throw INV_URL + "missing host";
-            if (this.port) {
-                var p = parseInt(this.port);
-                if (!this.port.match(/^\d+$/)) throw INV_URL + "non-numeric numbers in port";
-                if (p <= 0 || p >= 65536) throw INV_URL + "port out of range (" +this.port+")";
-            }
-            if (this.path && this.path.indexOf('/') != 0) throw INV_URL + "path must start with '/'";
-
-            return this;
-        };
-
-        var normalize = function() {
-            // lowercase scheme
-            if (this.scheme) this.scheme = this.scheme.toLowerCase();
-
-            // for directory references, append trailing slash
-            if (!this.path) this.path = "/";
-
-            // remove port numbers same as default
-            if (this.port === "80" && 'http' === this.scheme) delete this.port;
-            if (this.port === "443" && 'https' === this.scheme) delete this.port;
-
-            // remove dot segments from path, algorithm
-            // http://tools.ietf.org/html/rfc3986#section-5.2.4
-            this.path = (function (p) {
-                var out = [];
-                while (p) {
-                    if (p.indexOf('../') === 0) p = p.substr(3);
-                    else if (p.indexOf('./') === 0) p = p.substr(2);
-                    else if (p.indexOf('/./') === 0) p = p.substr(2);
-                    else if (p === '/.') p = '/';
-                    else if (p.indexOf('/../') === 0 || p === '/..') {
-                        if (out.length > 0) out.pop();
-                        p = '/' + p.substr(4);
-                    } else if (p === '.' || p === '..') p = '';
-                    else {
-                        var m = p.match(/^\/?([^\/]*)/);
-                        // remove path match from input
-                        p = p.substr(m[0].length);
-                        // add path to output
-                        out.push(m[1]);
-                    }
-                }
-                return '/' + out.join('/');
-            })(this.path);
-
-            // XXX: upcase chars in % escaping?
-
-            // now we need to update all members
-            var n = parseURL(this.toString()),
-            i = 14,
-            o = parseUri.options;
-
-            while (i--) {
-                var k = o.key[i];
-                if (n[k] && typeof(n[k]) === 'string') this[k] = n[k];
-                else if (this[k] && typeof(this[k]) === 'string') delete this[k];
-            }
-
-            return this;
-        };
-
-        var contains = function(str) {
-            try {
-                this.validate();
-                var prefix = parseURL(this.toString()).normalize().toString();
-                var url = parseURL(str).validate().normalize().toString();
-                return (url.indexOf(prefix) === 0);
-            } catch(e) {
-                console.log(e);
-                // if any exceptions are raised, then the comparison fails
-                return false;
-            }
-        };
-
-        // parseUri 1.2.2
-        // (c) Steven Levithan <stevenlevithan.com>
-        // MIT License
-        var parseUri = function(str) {
-            var o   = parseUri.options,
-            m   = o.parser.exec(str),
-            uri = {},
-            i   = 14;
-
-            while (i--) if (m[i]) uri[o.key[i]] = m[i];
-
-            if (uri[o.key[12]]) {
-                uri[o.q.name] = {};
-                uri[o.key[12]].replace(o.q.parser, function ($0, $1, $2) {
-                    if ($1) uri[o.q.name][$1] = $2;
-                });
-            }
-            // member functions
-            uri.toString = toString;
-            uri.validate = validate;
-            uri.normalize = normalize;
-            uri.contains = contains;
-            uri.originOnly = originOnly;
-            return uri;
-        };
-
-        parseUri.options = {
-            key: ["source","scheme","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],
-            q:   {
-                name:   "queryKey",
-                parser: /(?:^|&)([^&=]*)=?([^&]*)/g
-            },
-            parser: /^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/
-        };
-        // end parseUri
-
-        // parse URI using the parseUri code and return the resultant object
-        return parseUri(s);
-    };
-
-  if (typeof exports === 'undefined') window.URLParse = parseURL;
-  else module.exports = parseURL;
-})();
diff --git a/resources/static/common/js/lib/winchan.js b/resources/static/common/js/lib/winchan.js
deleted file mode 100644
index ee039892aee94588d8dcc5f34608baa769a727e9..0000000000000000000000000000000000000000
--- a/resources/static/common/js/lib/winchan.js
+++ /dev/null
@@ -1,266 +0,0 @@
-;WinChan = (function() {
-  var RELAY_FRAME_NAME = "__winchan_relay_frame";
-  var CLOSE_CMD = "die";
-
-  // a portable addListener implementation
-  function addListener(w, event, cb) {
-    if(w.attachEvent) w.attachEvent('on' + event, cb);
-    else if (w.addEventListener) w.addEventListener(event, cb, false);
-  }
-
-  // a portable removeListener implementation
-  function removeListener(w, event, cb) {
-    if(w.detachEvent) w.detachEvent('on' + event, cb);
-    else if (w.removeEventListener) w.removeEventListener(event, cb, false);
-  }
-
-  // checking for IE8 or above
-  function isInternetExplorer() {
-    var rv = -1; // Return value assumes failure.
-    if (navigator.appName === 'Microsoft Internet Explorer') {
-      var ua = navigator.userAgent;
-      var re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
-      if (re.exec(ua) != null)
-        rv = parseFloat(RegExp.$1);
-    }
-    return rv >= 8;
-  }
-
-  // checking Mobile Firefox (Fennec)
-  function isFennec() {
-    try {
-      // We must check for both XUL and Java versions of Fennec.  Both have
-      // distinct UA strings.
-      var userAgent = navigator.userAgent;
-      return (userAgent.indexOf('Fennec/') != -1) ||  // XUL
-             (userAgent.indexOf('Firefox/') != -1 && userAgent.indexOf('Android') != -1);   // Java
-    } catch(e) {};
-    return false;
-  }
-
-  // feature checking to see if this platform is supported at all
-  function isSupported() {
-    return (window.JSON && window.JSON.stringify &&
-            window.JSON.parse && window.postMessage);
-  }
-
-  // given a URL, extract the origin
-  function extractOrigin(url) {
-    if (!/^https?:\/\//.test(url)) url = window.location.href;
-    var m = /^(https?:\/\/[\-_a-zA-Z\.0-9:]+)/.exec(url);
-    if (m) return m[1];
-    return url;
-  }
-
-  // find the relay iframe in the opener
-  function findRelay() {
-    var loc = window.location;
-    var frames = window.opener.frames;
-    var origin = loc.protocol + '//' + loc.host;
-    for (var i = frames.length - 1; i >= 0; i--) {
-      try {
-        if (frames[i].location.href.indexOf(origin) === 0 &&
-            frames[i].name === RELAY_FRAME_NAME)
-        {
-          return frames[i];
-        }
-      } catch(e) { }
-    }
-    return;
-  }
-
-  var isIE = isInternetExplorer();
-
-  if (isSupported()) {
-    /*  General flow:
-     *                  0. user clicks
-     *  (IE SPECIFIC)   1. caller adds relay iframe (served from trusted domain) to DOM
-     *                  2. caller opens window (with content from trusted domain)
-     *                  3. window on opening adds a listener to 'message'
-     *  (IE SPECIFIC)   4. window on opening finds iframe
-     *                  5. window checks if iframe is "loaded" - has a 'doPost' function yet
-     *  (IE SPECIFIC5)  5a. if iframe.doPost exists, window uses it to send ready event to caller
-     *  (IE SPECIFIC5)  5b. if iframe.doPost doesn't exist, window waits for frame ready
-     *  (IE SPECIFIC5)  5bi. once ready, window calls iframe.doPost to send ready event
-     *                  6. caller upon reciept of 'ready', sends args
-     */
-    return {
-      open: function(opts, cb) {
-        if (!cb) throw "missing required callback argument";
-
-        // test required options
-        var err;
-        if (!opts.url) err = "missing required 'url' parameter";
-        if (!opts.relay_url) err = "missing required 'relay_url' parameter";
-        if (err) setTimeout(function() { cb(err); }, 0);
-
-        // supply default options
-        if (!opts.window_features || isFennec()) opts.window_features = undefined;
-
-        // opts.params may be undefined
-
-        var iframe;
-
-        // sanity check, are url and relay_url the same origin?
-        var origin = extractOrigin(opts.url);
-        if (origin !== extractOrigin(opts.relay_url)) {
-          return setTimeout(function() {
-            cb('invalid arguments: origin of url and relay_url must match');
-          }, 0);
-        }
-
-        var messageTarget;
-
-        if (isIE) {
-          // first we need to add a "relay" iframe to the document that's served
-          // from the target domain.  We can postmessage into a iframe, but not a
-          // window
-          iframe = document.createElement("iframe");
-          // iframe.setAttribute('name', framename);
-          iframe.setAttribute('src', opts.relay_url);
-          iframe.style.display = "none";
-          iframe.setAttribute('name', RELAY_FRAME_NAME);
-          document.body.appendChild(iframe);
-          messageTarget = iframe.contentWindow;
-        }
-
-        var w = window.open(opts.url, null, opts.window_features);
-
-        if (!messageTarget) messageTarget = w;
-
-        var req = JSON.stringify({a: 'request', d: opts.params});
-
-        // cleanup on unload
-        function cleanup() {
-          if (iframe) document.body.removeChild(iframe);
-          iframe = undefined;
-          if (w) {
-            try {
-              w.close();
-            } catch (securityViolation) {
-              // This happens in Opera 12 sometimes
-              // see https://github.com/mozilla/browserid/issues/1844
-              messageTarget.postMessage(CLOSE_CMD, origin);
-            }
-          }
-          w = messageTarget = undefined;
-        }
-
-        addListener(window, 'unload', cleanup);
-
-        function onMessage(e) {
-          try {
-            var d = JSON.parse(e.data);
-            if (d.a === 'ready') messageTarget.postMessage(req, origin);
-            else if (d.a === 'error') {
-              if (cb) {
-                cb(d.d);
-                cb = null;
-              }
-            } else if (d.a === 'response') {
-              removeListener(window, 'message', onMessage);
-              removeListener(window, 'unload', cleanup);
-              cleanup();
-              if (cb) {
-                cb(null, d.d);
-                cb = null;
-              }
-            }
-          } catch(err) { }
-        }
-
-        addListener(window, 'message', onMessage);
-
-        return {
-          close: cleanup,
-          focus: function() {
-            if (w) {
-              try {
-                w.focus();
-              } catch (e) {
-                // IE7 blows up here, do nothing
-              }
-            }
-          }
-        };
-      },
-      onOpen: function(cb) {
-        var o = "*";
-        var msgTarget = isIE ? findRelay() : window.opener;
-        if (!msgTarget) throw "can't find relay frame";
-        function doPost(msg) {
-          msg = JSON.stringify(msg);
-          if (isIE) msgTarget.doPost(msg, o);
-          else msgTarget.postMessage(msg, o);
-        }
-
-        function onMessage(e) {
-          // only one message gets through
-          removeListener(window, 'message', onMessage);
-          var d;
-          o = e.origin;
-          try {
-            d = JSON.parse(e.data);
-          } catch(err) { }
-          if (cb) {
-            // this setTimeout is critically important for IE8 -
-            // in ie8 sometimes addListener for 'message' can synchronously
-            // cause your callback to be invoked.  awesome.
-            setTimeout(function() {
-              cb(o, d.d, function(r) {
-                cb = undefined;
-                doPost({a: 'response', d: r});
-              });
-            }, 0);
-          }
-        }
-
-        function onDie(e) {
-          if (e.data === CLOSE_CMD) {
-            try { window.close(); } catch (o_O) {}
-          }
-        }
-        addListener(isIE ? msgTarget : window, 'message', onMessage);
-        addListener(isIE ? msgTarget : window, 'message', onDie);
-
-        // we cannot post to our parent that we're ready before the iframe
-        // is loaded. (IE specific possible failure)
-        try {
-          doPost({a: "ready"});
-        } catch(e) {
-          // this code should never be exectued outside IE
-          addListener(msgTarget, 'load', function(e) {
-            doPost({a: "ready"});
-          });
-        }
-
-        // if window is unloaded and the client hasn't called cb, it's an error
-        var onUnload = function() {
-          try {
-            // IE8 doesn't like this...
-            removeListener(isIE ? msgTarget : window, 'message', onDie);
-          } catch (ohWell) { }
-          if (cb) doPost({ a: 'error', d: 'client closed window' });
-          cb = undefined;
-          // explicitly close the window, in case the client is trying to reload or nav
-          try { window.close(); } catch (e) { }
-        };
-        addListener(window, 'unload', onUnload);
-        return {
-          detach: function() {
-            removeListener(window, 'unload', onUnload);
-          }
-        };
-      }
-    };
-  } else {
-    return {
-      open: function(url, winopts, arg, cb) {
-        setTimeout(function() { cb("unsupported browser"); }, 0);
-      },
-      onOpen: function(cb) {
-        setTimeout(function() { cb("unsupported browser"); }, 0);
-      }
-    };
-  }
-})();
diff --git a/resources/static/common/js/mediator.js b/resources/static/common/js/mediator.js
deleted file mode 100644
index b3670f3feabb002110d4fd4268cd9f03aada41e0..0000000000000000000000000000000000000000
--- a/resources/static/common/js/mediator.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.Mediator = (function() {
-  var hub = Hub;
-
-  return {
-    subscribeAll: hub.all.bind(hub),
-    subscribe: hub.on.bind(hub),
-    unsubscribe: hub.off.bind(hub),
-    publish: hub.fire.bind(hub),
-    reset: hub.reset.bind(hub)
-  };
-}());
diff --git a/resources/static/common/js/models/interaction_data.js b/resources/static/common/js/models/interaction_data.js
deleted file mode 100644
index c1df7522cdaea83ba6545fd4c8b3eec39d7ded75..0000000000000000000000000000000000000000
--- a/resources/static/common/js/models/interaction_data.js
+++ /dev/null
@@ -1,188 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.Models.InteractionData = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      storage = bid.getStorage(),
-      network = bid.Network,
-      complete = bid.Helpers.complete,
-      whitelistFilter = bid.Helpers.whitelistFilter,
-      KPI_WHITELIST = [
-        'event_stream',
-        'lang',
-        'screen_size',
-        'sample_rate',
-        'timestamp',
-        'number_emails',
-        'number_sites_signed_in',
-        'number_sites_remembered',
-        'orphaned',
-        'new_account',
-        'email_type'
-      ];
-
-
-  function getInteractionData() {
-    var interactionData;
-    try {
-      interactionData = JSON.parse(storage.interaction_data);
-    } catch(e) {
-    }
-
-    return interactionData || {};
-  }
-
-  function setInteractionData(data) {
-    try {
-      storage.interaction_data = JSON.stringify(data);
-    } catch(e) {
-      storage.removeItem("interaction_data");
-    }
-  }
-
-  function push(newData) {
-    stageCurrent();
-
-    var interactionData = getInteractionData();
-    interactionData.current = newData;
-
-    setInteractionData(interactionData);
-  }
-
-  function getCurrent() {
-    var interactionData = getInteractionData();
-
-    return interactionData.current;
-  }
-
-  function setCurrent(data) {
-    var interactionData = getInteractionData();
-    interactionData.current = data;
-    setInteractionData(interactionData);
-  }
-
-  function stageCurrent() {
-    // Push existing current data to the staged list.  This allows
-    // us to get/clear the staged list without affecting the current data.
-    var interactionData = getInteractionData();
-
-    if (interactionData.current) {
-      var staged = interactionData.staged = interactionData.staged || [];
-      staged.unshift(interactionData.current);
-
-      delete interactionData.current;
-
-      setInteractionData(interactionData);
-    }
-  }
-
-  function getStaged() {
-    var interactionData = getInteractionData();
-    return interactionData.staged || [];
-  }
-
-  function clearStaged() {
-    var interactionData = getInteractionData();
-    delete interactionData.staged;
-    setInteractionData(interactionData);
-  }
-
-  // We'll try to publish past interaction data to the server if it exists.
-  // The psuedo transactional model employed here is to attempt to post, and
-  // only once we receive a server response do we purge data.  We don't
-  // care if the post is a success or failure as this data is not
-  // critical to the functioning of the system (and some failure scenarios
-  // simply won't resolve with retries - like corrupt data, or too much
-  // data)
-  function publishStaged(oncomplete) {
-     var data = getStaged();
-
-    // XXX: should we even try to post data if it's larger than some reasonable
-    // threshold?
-    if (data && data.length !== 0) {
-
-      // Scrub the data we are going to send and let only a set of whitelisted
-      // keys through.  This will remove such values as local_timestamp, which
-      // we needed to calculate time offsets in our event stream, but which
-      // could be used to fingerprint users.
-      var filtered = [];
-      _.each(data, function(obj) {
-        filtered.push(whitelistFilter(obj, KPI_WHITELIST));
-      });
-
-      network.sendInteractionData(filtered, function() {
-        clearStaged();
-        complete(oncomplete, true);
-      }, function(status) {
-        // if the server returns a 413 error, (too much data posted), then
-        // let's clear our local storage and move on.  This does mean we
-        // loose some interaction data, but it shouldn't be statistically
-        // significant.
-        if (status && status.network && status.network.status === 413) {
-          clearStaged();
-        }
-        complete(oncomplete, false);
-      });
-    }
-    else {
-      complete(oncomplete, false);
-    }
-  }
-
-  return {
-    /**
-     * add a new interaction blob to localstorage, this will *push* any stored
-     * blobs to the 'staged' backlog, and happens when a new dialog interaction
-     * begins.
-     * @method push
-     * @param {object} data - an object to push onto the queue
-     * @returns nada
-     */
-    push: push,
-    /**
-     * read the interaction data blob associated with the current interaction
-     * @method getCurrent
-     * @returns a JSON object containing the latest interaction data blob
-     */
-    getCurrent: getCurrent,
-    /**
-     * overwrite the interaction data blob associated with the current interaction
-     * @method setCurrent
-     * @param {object} data - the object to overwrite current with
-     */
-    setCurrent: setCurrent,
-    /**
-     * Shift any "current" data into the staged list.  No data will be listed
-     * as current afterwards.
-     * @method stageCurrent
-     */
-    stageCurrent: stageCurrent,
-    /**
-     * get all past saved interaction data (returned as a JSON array), excluding
-     * the "current" data (that which is being collected now).
-     * @method getStaged
-     * @returns an array, possibly of length zero if no past interaction data is
-     * available
-     */
-    getStaged: getStaged,
-    /**
-     * publish staged data. Staged data will be cleared if successfully posted
-     * to server or if server returns 413 - too much data.
-     * @param {function} [oncomplete] - function to call when complete.  Called
-     * with true if data was successfully sent to server, false otw.
-     * @method publishStaged
-     */
-    publishStaged: publishStaged,
-    /**
-     * clear all interaction data, except the current, in-progress
-     * collection.
-     * @method clearStaged()
-     */
-    clearStaged: clearStaged
-  };
-
-}());
diff --git a/resources/static/common/js/models/models.js b/resources/static/common/js/models/models.js
deleted file mode 100644
index 845cc04763349d29296935b5148f22f7f37f5032..0000000000000000000000000000000000000000
--- a/resources/static/common/js/models/models.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.Models = {};
-
diff --git a/resources/static/common/js/modules/cookie_check.js b/resources/static/common/js/modules/cookie_check.js
deleted file mode 100644
index c3057a503d79a9dd9076f04668e0f8414670fe9c..0000000000000000000000000000000000000000
--- a/resources/static/common/js/modules/cookie_check.js
+++ /dev/null
@@ -1,37 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-BrowserID.Modules.CookieCheck = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      complete = bid.Helpers.complete,
-      network = bid.Network,
-      errors = bid.Errors,
-      sc;
-
-  var Module = bid.Modules.PageModule.extend({
-      start: function(data) {
-        var self=this;
-
-        network.cookiesEnabled(function(status) {
-          if(!status) {
-            self.renderError("generic", errors.cookiesDisabled);
-          }
-          complete(data.ready, status);
-        }, self.getErrorDialog(errors.cookiesEnabled, data.ready));
-
-        sc.start.call(self, data);
-      }
-  });
-
-  sc = Module.sc;
-
-  return Module;
-
-}());
-
diff --git a/resources/static/common/js/modules/development.js b/resources/static/common/js/modules/development.js
deleted file mode 100644
index 4511c38511b86c78d41cdbe420b37b2091129081..0000000000000000000000000000000000000000
--- a/resources/static/common/js/modules/development.js
+++ /dev/null
@@ -1,99 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.Modules.Development = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dom = bid.DOM,
-      renderer = bid.Renderer,
-      storage = bid.Storage,
-      network = bid.Network,
-      clickCount = 0;
-
-
-  function onDevelopmentClick(event) {
-    clickCount++;
-
-
-    if(clickCount === 4) {
-      if(!document.getElementById("development")) {
-        renderer.append("body", "development", {});
-        this.click("#showError", showError);
-        this.click("#showDelay", showDelay);
-        this.click("#showWait", showWait);
-        this.click("#hideAll,footer,#errorBackground", hideScreens);
-        this.click("#clearLocalStorage", clearLocalStorage);
-        this.click("#clearEmailsForSites", clearEmailsForSites);
-        this.click("#forceIsThisYourComputer", forceIsThisYourComputer);
-        this.click("#closeDevelopment", close);
-      }
-
-      dom.addClass("body", "development");
-    }
-  }
-
-  function showError() {
-    this.renderError("error", {
-      action: {
-        title: "Error title",
-        message: "This is an error message"
-      },
-      network: {
-        type: "GET",
-        url: "fakeURL"
-      }
-    });
-  }
-
-  function showDelay() {
-    this.renderDelay("wait", {
-      title: "Delay Screen",
-      message: "Delay Message"
-    });
-  }
-
-  function showWait() {
-    this.renderWait("wait", {
-      title: "Wait Screen",
-      message: "Wait Message"
-    });
-  }
-
-  function hideScreens() {
-    this.hideError();
-    this.hideDelay();
-    this.hideWait();
-  }
-
-  function clearLocalStorage() {
-    for(var key in localStorage) {
-      localStorage.removeItem(key);
-    }
-  }
-
-  function clearEmailsForSites() {
-    localStorage.removeItem("siteInfo");
-  }
-
-  function forceIsThisYourComputer() {
-    storage.usersComputer.forceAsk(network.userid());
-  }
-
-  function close() {
-    dom.removeClass("body", "development");
-    clickCount = 0;
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(config) {
-      this.click("#showDevelopment", onDevelopmentClick);
-    }
-  });
-
-  return Module;
-}());
-
diff --git a/resources/static/common/js/modules/extended-info.js b/resources/static/common/js/modules/extended-info.js
deleted file mode 100644
index 0e6a9c2dd65ad62639d290486661239ce1ddcf2f..0000000000000000000000000000000000000000
--- a/resources/static/common/js/modules/extended-info.js
+++ /dev/null
@@ -1,46 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.Modules.ExtendedInfo = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dom = bid.DOM,
-      complete = bid.Helpers.complete;
-
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(config) {
-      var self=this;
-
-      self.checkRequired(config, "target");
-      self.target = config.target;
-
-      var openerEl = self.openerEl = $(".openMoreInfo", self.target);
-      self.click(openerEl, self.open);
-
-      Module.sc.start.call(self, config);
-    },
-
-    open: function(oncomplete) {
-      var self = this,
-          extendedInfoEl = $(".moreInfo", self.target);
-
-      /**
-       * XXX What a big steaming pile, use CSS animations for this!
-       */
-      $(extendedInfoEl).slideDown(function() {
-        // The expanded info may be partially obscured on mobile devices in
-        // landscape mode.  Force the screen size hacks to account for the new
-        // expanded size.
-        dom.fireEvent(window, "resize");
-        complete(oncomplete);
-      });
-      $(self.openerEl).css({visibility: "hidden"});
-    }
-  });
-
-  return Module;
-}());
-
diff --git a/resources/static/common/js/modules/interaction_data.js b/resources/static/common/js/modules/interaction_data.js
deleted file mode 100644
index 2f399e001cdd27db9c336d6ef30f45059dc13e5c..0000000000000000000000000000000000000000
--- a/resources/static/common/js/modules/interaction_data.js
+++ /dev/null
@@ -1,383 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/**
- * interaction_data is a module responsible for collecting and
- * reporting anonymous interaction data that represents a user's
- * interaction with the dialog.  It aggregates information that is not
- * user specific like the user's OS, Browser, and the interface
- * elements they've clicked on.  It stores this information in
- * localstorage, and at initialization reports previous interaction
- * data to the server.  This data is then used to optimize the user
- * experience of the Persona dialog.
- *
- * More information about interaction data and 'Key Performance Indicators'
- * stats that are derived from it:
- *
- *  https://wiki.mozilla.org/Privacy/Reviews/KPI_Backend
- */
-
-// TODO:
-//  * should code explicitly call .addEvent?  or instead should this module
-//    listen for events via the mediator?
-
-BrowserID.Modules.InteractionData = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      model = bid.Models.InteractionData,
-      network = bid.Network,
-      storage = bid.Storage,
-      complete = bid.Helpers.complete,
-      dom = bid.DOM,
-      sc;
-
-  /**
-   * This is a translation table from a message on the mediator to a KPI name.
-   * Names can be modified or added to the KPI storage directly.
-   * A name can be translated by using either a string or a function.
-   *
-   * value side contains - purpose
-   * null - no translation, use mediator name for KPI name.
-   * string - translate from mediator name to string.
-   * function - function takes two arguments, msg and data.  These come
-   *   directly from the mediator.  Function returns a value.  If no value is
-   *   returned, field will not be saved to KPI data set.
-   */
-
-  /**
-   * Explanation of KPIs:
-   *
-   * screen.* - the user sees a new screen (generally speaking, though there
-   *   may be a couple of exceptions).
-   * window.redirect_to_primary - the user has to authenticate with their
-   *   IdP so they are being redirected away.
-   * window.unload - the last thing in every event stream.
-   * generate_assertion - the order was given to generate an assertion.
-   * assertion_generated - the assertion generation is complete -
-   *   these two together are useful to measure how long crypto is taking
-   *   on various devices.
-   * user.user_staged - a new user verification email is sent
-   * user.user_confirmed - the user has confirmed and the dialog is closing.
-   *   These two together give us the info needed to see how long it takes
-   *   users to confirm their address - iff they keep their dialog open.
-   * user.email_staged/user.email_confirmed is similar to
-   *   user.user_staged/confirmed except it is when the user adds a secondary
-   *   email to their account.
-   * user.logout - that is the user has clicked "this is not me."
-   */
-
-  var MediatorToKPINameTable = {
-    service: function(msg, data) { return "screen." + data.name; },
-    cancel_state: "screen.cancel",
-    primary_user_authenticating: "window.redirect_to_primary",
-    window_unload: "window.unload",
-    generate_assertion: null,
-    assertion_generated: null,
-    user_staged: "user.user_staged",
-    user_confirmed: "user.user_confirmed",
-    email_staged: "user.email_staged",
-    email_confirmed: "user.email_confrimed",
-    notme: "user.logout",
-    enter_password: "authenticate.enter_password",
-    password_submit: "authenticate.password_submitted",
-    authentication_success: "authenticate.password_success",
-    authentication_fail: "authenticate.password_fail"
-  };
-
-  function getKPIName(msg, data) {
-    /*jshint validthis: true */
-    var self=this,
-        kpiInfo = self.mediatorToKPINameTable[msg];
-
-    var type = typeof kpiInfo;
-    if(kpiInfo === null) return msg;
-    if(type === "string") return kpiInfo;
-    if(type === "function") return kpiInfo(msg, data);
-  }
-
-  function onSessionContext(msg, result) {
-    /*jshint validthis: true */
-    var self=this;
-
-    // defend against onSessionContext being called multiple times
-    if (self.sessionContextHandled) return;
-    self.sessionContextHandled = true;
-
-    publishPreviousSession.call(self, result);
-  }
-
-  function publishPreviousSession(result) {
-    /*jshint validthis: true */
-    // Publish any outstanding data.  Unless this is a continuation, previous
-    // session data must be published independently of whether the current
-    // dialog session is allowed to sample data. This is because the original
-    // dialog session has already decided whether to collect data.
-    //
-    // beginSampling must happen afterwards, since we need to send and
-    // then scrub out the previous sessions data.
-
-    var self = this;
-
-    function onComplete() {
-      model.stageCurrent();
-      publishStored.call(self);
-      beginSampling.call(self, result);
-    }
-
-    // if we were orphaned last time, but user is now authenticated,
-    // lets see if their action end in success, and if so,
-    // remove the orphaned flag
-    //
-    // actions:
-    // - user_staged => is authenticated?
-    // - email_staged => email count is higher?
-    //
-    // See https://github.com/mozilla/browserid/issues/1827
-    var current = model.getCurrent();
-    if (current && current.orphaned) {
-      var events = current.event_stream || [];
-      if (hasEvent(events, MediatorToKPINameTable.user_staged)) {
-        network.checkAuth(function(auth) {
-          if (!!auth) {
-            current.orphaned = false;
-            model.setCurrent(current);
-          }
-          complete(onComplete);
-        });
-      } else if (hasEvent(events, MediatorToKPINameTable.email_staged)) {
-        if ((storage.getEmailCount() || 0) > (current.number_emails || 0)) {
-          current.orphaned = false;
-          model.setCurrent(current);
-        }
-        complete(onComplete);
-      } else {
-        // oh well, an orphan it is
-        complete(onComplete);
-      }
-    } else {
-      // not an orphan, move along
-      complete(onComplete);
-    }
-  }
-
-  function beginSampling(result) {
-    /*jshint validthis: true */
-    var self = this;
-
-    // set the sample rate as defined by the server.  It's a value
-    // between 0..1, integer or float, and it specifies the percentage
-    // of the time that we should capture
-    var sampleRate = result.data_sample_rate || 0;
-
-    if (typeof self.samplingEnabled === "undefined") {
-      // now that we've got sample rate, let's smash it into a boolean
-      // probalistically
-      self.samplingEnabled = Math.random() <= sampleRate;
-    }
-
-    // if we're not going to sample, kick out early.
-    if (!self.samplingEnabled) {
-      return;
-    }
-
-    // server_time is sent in milliseconds. The promise to users and data
-    // safety is the timestamp would be at a 10 minute resolution.  Round to the
-    // previous 10 minute mark.
-    var TEN_MINS_IN_MS = 10 * 60 * 1000,
-        roundedServerTime = Math.floor(result.server_time / TEN_MINS_IN_MS) * TEN_MINS_IN_MS;
-
-    var currentData = {
-      event_stream: self.initialEventStream,
-      sample_rate: sampleRate,
-      timestamp: roundedServerTime,
-      local_timestamp: self.startTime.toString(),
-      lang: dom.getAttr('html', 'lang') || null,
-      // this will be overridden in state.js if a new account is created.
-      new_account: false
-    };
-
-    if (window.screen) {
-      currentData.screen_size = {
-        width: window.screen.width,
-        height: window.screen.height
-      };
-    }
-
-    // cool.  now let's persist the initial data.  This data will be published
-    // as soon as the first session_context completes for the next dialog
-    // session.  Use a push because old data *may not* have been correctly
-    // published to a down server or erroring web service.
-    model.push(currentData);
-
-    self.initialEventStream = null;
-
-    self.samplesBeingStored = true;
-
-  }
-
-  function indexOfEvent(eventStream, eventName) {
-    for(var event, i = 0; event = eventStream[i]; ++i) {
-      if(event[0] === eventName) return i;
-    }
-
-    return -1;
-  }
-
-  function hasEvent(eventStream, eventName) {
-    return indexOfEvent(eventStream, eventName) !== -1;
-  }
-
-  function onKPIData(msg, result) {
-    /*jshint validthis: true */
-    // currentData will be undefined if sampling is disabled.
-    var currentData = this.getCurrent();
-    if (currentData) {
-      _.extend(currentData, result);
-      model.setCurrent(currentData);
-    }
-  }
-
-  // At every load, after session_context returns, try to publish the previous
-  // data.  We have to wait until session_context completes so that we have
-  // a csrf token to send.
-  function publishStored(oncomplete) {
-    /*jshint validthis: true */
-    var self=this;
-
-    model.publishStaged(function(status) {
-      var msg = status ? "interaction_data_send_complete" : "interaction_data_send_error";
-      self.publish(msg);
-      complete(oncomplete, status);
-    });
-  }
-
-
-  function addEvent(msg, data) {
-    /*jshint validthis: true */
-    var self=this;
-    if (self.samplingEnabled === false) return;
-
-    var eventName = getKPIName.call(self, msg, data);
-    if (!eventName) return;
-
-    var eventData = [ eventName, new Date() - self.startTime ];
-    if (self.samplesBeingStored) {
-      var d = model.getCurrent() || {};
-      if (!d.event_stream) d.event_stream = [];
-      d.event_stream.push(eventData);
-      model.setCurrent(d);
-    } else {
-      self.initialEventStream.push(eventData);
-    }
-  }
-
-  function getCurrent() {
-    /*jshint validthis: true */
-    var self=this;
-    if(self.samplingEnabled === false) return;
-
-    if (self.samplesBeingStored) {
-      return model.getCurrent();
-    }
-  }
-
-  function getCurrentEventStream() {
-    /*jshint validthis: true */
-    var self=this;
-    if(self.samplingEnabled === false) return;
-
-    if (self.samplesBeingStored) {
-      return model.getCurrent().event_stream;
-    }
-    else {
-      return self.initialEventStream;
-    }
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      options = options || {};
-
-      var self = this;
-      self.mediatorToKPINameTable = MediatorToKPINameTable;
-
-      // options.samplingEnabled is used for testing purposes.
-      //
-      // If samplingEnabled is not specified in the options, and this is not
-      // a continuation, samplingEnabled will be decided on the first "
-      // context_info" event, which corresponds to the first time
-      // 'session_context' returns from the server.
-      // samplingEnabled flag ignored for a continuation.
-      self.samplingEnabled = options.samplingEnabled;
-
-      // continuation means the users dialog session is continuing, probably
-      // due to a redirect to an IdP and then a return after authentication.
-      if (options.continuation) {
-        // There will be no current data if the previous session was not
-        // allowed to save.
-        var previousData = model.getCurrent();
-        if (previousData) {
-          self.startTime = Date.parse(previousData.local_timestamp);
-
-
-          // instead of waiting for session_context to start appending data to
-          // localStorage, start saving into localStorage now.
-          self.samplingEnabled = self.samplesBeingStored = true;
-        }
-        else {
-          // If there was no previous data, that means data collection
-          // was not allowed for the previous session.  Return with no further
-          // action, data collection is not allowed for this session either.
-          self.samplingEnabled = false;
-          return;
-        }
-      }
-      else {
-        self.startTime = new Date();
-
-        // The initialEventStream is used to store events until onSessionContext
-        // is called.  Once onSessionContext is called and it is known whether
-        // the user's data will be saved, initialEventStream will either be
-        // discarded or added to the data set that is saved to localmodel.
-        self.initialEventStream = [];
-        self.samplesBeingStored = false;
-
-        // whenever session_context is hit, let's hear about it so we can
-        // extract the information that's important to us (like, whether we
-        // should be running or not)
-        self.subscribe('context_info', onSessionContext);
-      }
-
-      // on all events, update event_stream
-      self.subscribeAll(addEvent);
-      self.subscribe('kpi_data', onKPIData);
-    },
-
-    addEvent: addEvent,
-    getCurrent: getCurrent,
-    getCurrentEventStream: getCurrentEventStream,
-    publishStored: publishStored
-
-    // BEGIN TEST API
-    ,
-    setNameTable: function(table) {
-      this.mediatorToKPINameTable = table;
-    },
-
-    enable: function() {
-      this.samplingEnabled = true;
-    },
-
-    disable: function() {
-      this.samplingEnabled = false;
-    }
-    // END TEST API
-  });
-
-  sc = Module.sc;
-
-  return Module;
-
-}());
diff --git a/resources/static/common/js/modules/page_module.js b/resources/static/common/js/modules/page_module.js
deleted file mode 100644
index abf39c1262c38b91138a77f7ce03c842d53aaace..0000000000000000000000000000000000000000
--- a/resources/static/common/js/modules/page_module.js
+++ /dev/null
@@ -1,220 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global BrowserID: true*/
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules = BrowserID.Modules || {};
-BrowserID.Modules.PageModule = (function() {
-"use strict";
-
-  var ANIMATION_TIME = 250,
-      bid = BrowserID,
-      dom = bid.DOM,
-      screens = bid.Screens,
-      helpers = bid.Helpers,
-      cancelEvent = helpers.cancelEvent,
-      mediator = bid.Mediator;
-
-   function onSubmit() {
-     if (!dom.hasClass("body", "submit_disabled") && this.validate()) {
-       this.submit();
-     }
-     return false;
-   }
-
-  function showScreen(screen, template, vars, oncomplete) {
-    screen.show(template, vars);
-    // Fire a window resize event any time a new section is displayed that
-    // may change the content's innerHeight.  this will cause the "screen
-    // size hacks" to resize the screen appropriately so scroll bars are
-    // displayed when needed.
-    dom.fireEvent(window, "resize");
-    oncomplete && oncomplete();
-  }
-
-  function hideScreen(screen) {
-    screen.hide();
-  }
-
-  var Module = BrowserID.Class({
-    init: function(options) {
-      options = options || {};
-
-      var self=this;
-
-      self.domEvents = [];
-    },
-
-    checkRequired: function(options) {
-      var list = [].slice.call(arguments, 1);
-      for(var item, index = 0; item = list[index]; ++index) {
-        if(!options.hasOwnProperty(item)) {
-          throw "missing config option: " + item;
-        }
-      }
-    },
-
-    start: function(options) {
-      var self=this;
-      self.options = options || {};
-
-      self.bind("form", "submit", cancelEvent(onSubmit));
-    },
-
-    stop: function() {
-      this.unbindAll();
-
-      dom.removeClass("body", "waiting");
-    },
-
-    destroy: function() {
-      this.stop();
-    },
-
-    /**
-     * Bind a dom event
-     * @method bind
-     * @param {string} target - css selector
-     * @param {string} type - event type
-     * @param {function} callback
-     * @param {object} [context] - optional context, if not given, use this.
-     */
-    bind: function(target, type, callback, context) {
-      var self=this,
-          cb = callback.bind(context || this);
-
-      dom.bindEvent(target, type, cb);
-
-      self.domEvents.push({
-        target: target,
-        type: type,
-        cb: cb
-      });
-    },
-
-    /**
-     * Shortcut to bind a click handler
-     * @method click
-     * @param {string}
-     * @param {function} callback
-     * @param {object} [context] - optional context, if not given, use this.
-     */
-    click: function(target, callback, context) {
-      this.bind(target, "click", cancelEvent(callback), context);
-    },
-
-    unbindAll: function() {
-      var self=this,
-          evt;
-
-      while(evt = self.domEvents.pop()) {
-        dom.unbindEvent(evt.target, evt.type, evt.cb);
-      }
-    },
-
-    renderDialog: function(template, data) {
-      var self=this;
-
-      self.hideWait();
-      self.hideError();
-      self.hideDelay();
-
-      dom.removeClass("body", "rptospp");
-
-      screens.form.show(template, data);
-      dom.focus("input:visible:not(:disabled):eq(0)");
-      // XXX jQuery.  bleck.
-      if($("*:focus").length === 0) {
-        dom.focus("button:visible:eq(0)");
-      }
-    },
-
-    renderWait: showScreen.curry(screens.wait),
-    hideWait: hideScreen.curry(screens.wait),
-
-    renderError: showScreen.curry(screens.error),
-    hideError: hideScreen.curry(screens.error),
-
-    renderDelay: showScreen.curry(screens.delay),
-    hideDelay: hideScreen.curry(screens.delay),
-
-    /**
-     * Validate the form, if returns false when called, submit will not be
-     * called on click.
-     * @method validate.
-     */
-    validate: function() {
-      return true;
-    },
-
-    /**
-     * Submit the form.  Can be called to force override the
-     * disableSubmit function.
-     * @method submit
-     */
-    submit: function() {
-    },
-
-    // XXX maybe we should not get rid of this.
-    close: function(message) {
-      this.destroy();
-      if (message) {
-        this.publish.apply(this, arguments);
-      }
-    },
-
-    /**
-     * Publish a message to the mediator.
-     * @method publish
-     * @param {string} message
-     * @param {object} data
-     */
-    publish: mediator.publish.bind(mediator),
-
-    /**
-     * Subscribe to a message on the mediator.
-     * @method subscribe
-     * @param {string} message
-     * @param {function} callback
-     * @param {object} [context] - context, if not given, use this.
-     */
-    subscribe: function(message, callback, context) {
-      mediator.subscribe(message, callback, context || this);
-    },
-
-    /**
-     * Subscribe to all messages on the mediator.
-     * @method subscribeAll
-     * @param {function} callback
-     * @param {object} [context] - context, if not given, use this.
-     */
-    subscribeAll: function(callback, context) {
-      mediator.subscribeAll(callback, context || this);
-    },
-
-    /**
-     * Get a curried function to an error dialog.
-     * @method getErrorDialog
-     * @method {object} action - info to use for the error dialog.  Should have
-     * @method {function} [onerror] - callback to call after the
-     * error has been displayed.
-     * two fields, message, description.
-     */
-    getErrorDialog: function(action, onerror) {
-      var self=this;
-      return function(lowLevelInfo) {
-        self.renderError("error", $.extend({
-          action: action
-        }, lowLevelInfo), onerror);
-      };
-    }
-
-    // BEGIN TESTING API
-    ,
-    onSubmit: onSubmit
-    // END TESTING API
-  });
-
-  return Module;
-
-}());
diff --git a/resources/static/common/js/modules/xhr_delay.js b/resources/static/common/js/modules/xhr_delay.js
deleted file mode 100644
index d3d3abd3e5c51f1e7bfed4b9e3fad9f1ac4d69a7..0000000000000000000000000000000000000000
--- a/resources/static/common/js/modules/xhr_delay.js
+++ /dev/null
@@ -1,46 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.XHRDelay = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      wait = bid.Wait,
-      delayed,
-      sc;
-
-  function delayStart() {
-    delayed = true;
-    this.renderDelay("wait", wait.slowXHR);
-  }
-
-  function delayStop() {
-    if(delayed) {
-      delayed = false;
-      this.hideDelay();
-    }
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var self=this;
-
-      self.subscribe("xhr_delay", delayStart);
-      self.subscribe("xhr_complete", delayStop);
-
-      sc.start.call(self, options);
-    },
-
-    stop: function() {
-      this.hideDelay();
-      sc.stop.call(this);
-    }
-  });
-
-  sc = Module.sc;
-
-  return Module;
-
-}());
-
diff --git a/resources/static/common/js/modules/xhr_disable_form.js b/resources/static/common/js/modules/xhr_disable_form.js
deleted file mode 100644
index db96d112602f866baea4bf43c655fc672ae75e58..0000000000000000000000000000000000000000
--- a/resources/static/common/js/modules/xhr_disable_form.js
+++ /dev/null
@@ -1,58 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.XHRDisableForm = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dom = bid.DOM,
-      sc;
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var self=this,
-          enableDelayMS = options.enableDelayMS || 100;
-
-      function cancelRemoveClassDelay() {
-        if (self.enableDelay) {
-          clearTimeout(self.enableDelay);
-          self.enableDelay = null;
-        }
-      }
-
-      self.subscribe("xhr_start", function() {
-        // A new XHR request has started since the enableDelay was
-        // started. Since the timeout has not yet completed, cancel it so the
-        // button does not flicker.
-        cancelRemoveClassDelay();
-        dom.addClass("body", "submit_disabled");
-      });
-
-      self.subscribe("xhr_complete", function() {
-        // Add a small delay between the time the XHR is complete and when the
-        // submit_disabled class is actually removed.  This helps reduce the
-        // amount of flicker the user sees if one XHR request completes and
-        // another one starts immediately afterwards.
-        // See https://github.com/mozilla/browserid/issues/1898
-
-        // If multiple xhr_completes come in, the class should be removed after
-        // the timeout of the LAST completion. Cancel any that are outstanding.
-        cancelRemoveClassDelay();
-        self.enableDelay = setTimeout(function() {
-          dom.removeClass("body", "submit_disabled");
-          self.enableDelay = null;
-          self.publish("submit_enabled");
-        }, enableDelayMS);
-      });
-
-      sc.start.call(self, options);
-    }
-  });
-
-  sc = Module.sc;
-
-  return Module;
-
-}());
-
diff --git a/resources/static/common/js/network.js b/resources/static/common/js/network.js
deleted file mode 100644
index ce04a07a463b422d96ca3d46051ab15307af24b7..0000000000000000000000000000000000000000
--- a/resources/static/common/js/network.js
+++ /dev/null
@@ -1,762 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true, _: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Network = (function() {
-  "use strict";
-
-  var jwcrypto = require("./lib/jwcrypto"),
-      bid = BrowserID,
-      complete = bid.Helpers.complete,
-      context,
-      server_time,
-      domain_key_creation_time,
-      auth_status,
-      code_version,
-      userid,
-      time_until_delay,
-      mediator = bid.Mediator,
-      xhr = bid.XHR,
-      post = xhr.post,
-      get = xhr.get,
-      storage = bid.Storage;
-
-  function setUserID(uid) {
-    userid = uid;
-
-    // TODO - Get this out of here and put it into user!
-
-    // when session context returns with an authenticated user, update localstorage
-    // to indicate we've seen this user on this device
-    if (userid) {
-      storage.usersComputer.setSeen(userid);
-    }
-  }
-
-  function onContextChange(msg, result) {
-    context = result;
-    server_time = {
-      remote: result.server_time,
-      local: (new Date()).getTime()
-    };
-    domain_key_creation_time = result.domain_key_creation_time;
-    auth_status = result.auth_level;
-    code_version = result.code_version;
-    setUserID(result.userid);
-
-    // seed the PRNG
-    jwcrypto.addEntropy(result.random_seed);
-  }
-
-  function withContext(cb, onFailure) {
-    if(typeof context !== "undefined") cb(context);
-    else {
-      xhr.withContext(cb, onFailure);
-    }
-  }
-
-  function clearContext() {
-    xhr.clearContext();
-    var undef;
-    context = server_time = auth_status = userid = undef;
-  }
-
-  function handleAuthenticationResponse(type, onComplete, onFailure, status) {
-    try {
-      var authenticated = status.success;
-
-      if (typeof authenticated !== 'boolean') throw status;
-
-      // now update the userid which is set once the user is authenticated.
-      // this is used to key off client side state, like whether this user has
-      // confirmed ownership of this device
-      setUserID(status.userid);
-
-      // at this point we know the authentication status of the
-      // session, let's set it to perhaps save a network request
-      // (to fetch session context).
-      auth_status = authenticated && type;
-      complete(onComplete, authenticated);
-    } catch (e) {
-      onFailure("unexpected server response: " + e);
-    }
-  }
-
-  function stageAddressForVerification(data, wsapiName, onComplete, onFailure) {
-    post({
-      url: wsapiName,
-      data: data,
-      success: function(status) {
-        complete(onComplete, status.success);
-      },
-      error: function(info) {
-        // 429 is throttling.
-        if (info.network.status === 429) {
-          complete(onComplete, false);
-        }
-        else complete(onFailure, info);
-      }
-    });
-  }
-
-  function handleAddressVerifyCheckResponse(onComplete, status, textStatus, jqXHR) {
-    if (status.status === 'complete' && status.userid)
-      setUserID(status.userid);
-    complete(onComplete, status.status);
-  }
-
-  function completeAddressVerification(wsapiName, token, password, onComplete, onFailure) {
-      post({
-        url: wsapiName,
-        data: {
-          token: token,
-          pass: password
-        },
-        success: function(status, textStatus, jqXHR) {
-          // If the user has successfully completed an address verification,
-          // they are authenticated to the password status.
-          if (status.success) auth_status = "password";
-          complete(onComplete, status.success);
-        },
-        error: onFailure
-      });
-
-    }
-
-  var Network = {
-    /**
-     * Initialize - Clear all context info. Used for testing.
-     * @method init
-     */
-    init: function(config) {
-      // Any time the context info changes, we want to know about it.
-      mediator.subscribe('context_info', onContextChange);
-
-      // BEGIN TEST API
-      this.cookiesEnabledOverride = config && config.cookiesEnabledOverride;
-      // END TEST API
-
-      clearContext();
-    },
-
-    /**
-     * Authenticate the current user
-     * @method authenticate
-     * @param {string} email - address to authenticate
-     * @param {string} password - password.
-     * @param {function} [onComplete] - callback to call when complete.  Called
-     * with status parameter - true if authenticated, false otw.
-     * @param {function} [onFailure] - called on XHR failure
-     */
-    authenticate: function(email, password, onComplete, onFailure) {
-      post({
-        url: "/wsapi/authenticate_user",
-        data: {
-          email: email,
-          pass: password,
-          ephemeral: !storage.usersComputer.confirmed(email)
-        },
-        success: handleAuthenticationResponse.curry("password", onComplete, onFailure),
-        error: onFailure
-      });
-    },
-
-    /**
-     * Authenticate with a primary generated assertion
-     * @method authenticateWithAssertion
-     * @param {string} email - address to authenticate
-     * @param {string} assertion
-     * @param {function} [onComplete] - callback to call when complete.  Called
-     * with status parameter - true if authenticated, false otw.
-     * @param {function} [onFailure] - called on XHR failure
-     */
-    authenticateWithAssertion: function(email, assertion, onComplete, onFailure) {
-      post({
-        url: "/wsapi/auth_with_assertion",
-        data: {
-          assertion: assertion,
-          ephemeral: !storage.usersComputer.confirmed(email)
-        },
-        success: handleAuthenticationResponse.curry("assertion", onComplete, onFailure),
-        error: onFailure
-      });
-    },
-
-    /**
-     * Check whether a user is currently logged in.
-     * @method checkAuth
-     * @param {function} [onComplete] - called with one
-     * boolean parameter, whether the user is authenticated.
-     * @param {function} [onFailure] - called on XHR failure.
-     */
-    checkAuth: function(onComplete, onFailure) {
-      withContext(function() {
-        try {
-          complete(onComplete, auth_status);
-        } catch(e) {
-          complete(onFailure, e.toString());
-        }
-      }, onFailure);
-    },
-
-    withContext: function(onComplete, onFailure) {
-      withContext(onComplete, onFailure);
-    },
-
-    /**
-     * clear local cache, including authentication status and
-     * other session data.
-     *
-     * @method clearContext
-     */
-    clearContext: clearContext,
-
-    /**
-     * Log the authenticated user out
-     * @method logout
-     * @param {function} [onComplete] - called on completion
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    logout: function(onComplete, onFailure) {
-      post({
-        url: "/wsapi/logout",
-        success: function() {
-          // assume the logout request is successful and
-          // log the user out.  There is no need to reset the
-          // CSRF token.
-          // FIXME: we should return a confirmation that the
-          // user was successfully logged out.
-          auth_status = false;
-          setUserID(undefined);
-          complete(onComplete);
-        },
-        error: function(info, xhr, textStatus) {
-          if (info.network.status === 400) {
-            auth_status = false;
-            complete(onComplete);
-          }
-          else {
-            onFailure && onFailure(info);
-          }
-        }
-      });
-    },
-
-    /**
-     * Create a new user.  Requires a user to verify identity.
-     * @method createUser
-     * @param {string} email
-     * @param {string} password
-     * @param {string} origin - site user is trying to sign in to.
-     * @param {function} [onComplete] - Callback to call when complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    createUser: function(email, password, origin, onComplete, onFailure) {
-      var postData = {
-        email: email,
-        pass: password,
-        site : origin
-      };
-      stageAddressForVerification(postData, "/wsapi/stage_user", onComplete, onFailure);
-    },
-
-    /**
-     * Check the email address associated with a verification token
-     * @method emailForVerificationToken
-     * @param {string} token - Token to check
-     *
-     * TODO: think about whether this requires the right cookie
-     * I think so (BA).
-     */
-    emailForVerificationToken: function(token, onComplete, onFailure) {
-      get({
-        url : "/wsapi/email_for_token?token=" + encodeURIComponent(token),
-        success: function(result) {
-          var data = null;
-          if(result.success !== false) {
-            // force needs_password to be set;
-            data = _.extend({ needs_password: false }, result);
-          }
-          complete(onComplete, data);
-        },
-        error: onFailure
-      });
-    },
-
-    /**
-     * Check the current user"s registration status
-     * @method checkUserRegistration
-     * @param {function} [onComplete] - Called when complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    checkUserRegistration: function(email, onComplete, onFailure) {
-      get({
-        url: "/wsapi/user_creation_status?email=" + encodeURIComponent(email),
-        success: handleAddressVerifyCheckResponse.curry(onComplete),
-        error: onFailure
-      });
-    },
-
-    /**
-     * Complete user registration, give user a password
-     * @method completeUserRegistration
-     * @param {string} token - token to register for.
-     * @param {string} password
-     * @param {function} [onComplete] - Called when complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    completeUserRegistration: completeAddressVerification.curry("/wsapi/complete_user_creation"),
-
-    /**
-     * Call with a token to prove an email address ownership.
-     * @method completeEmailRegistration
-     * @param {string} token - token proving email ownership.
-     * @param {string} password
-     * @param {function} [onComplete] - Callback to call when complete.  Called
-     * with one boolean parameter that specifies the validity of the token.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    completeEmailRegistration: completeAddressVerification.curry("/wsapi/complete_email_confirmation"),
-
-    /**
-     * Request a password reset for the given email address.
-     * @method requestPasswordReset
-     * @param {string} email
-     * @param {string} password
-     * @param {string} origin
-     * @param {function} [onComplete] - Callback to call when complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    requestPasswordReset: function(email, password, origin, onComplete, onFailure) {
-      var postData = {
-        email: email,
-        pass: password,
-        site : origin
-      };
-      stageAddressForVerification(postData, "/wsapi/stage_reset", onComplete, onFailure);
-    },
-
-    /**
-     * Complete email reset password
-     * @method completePasswordReset
-     * @param {string} token - token to register for.
-     * @param {string} password
-     * @param {function} [onComplete] - Called when complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    completePasswordReset: completeAddressVerification.curry("/wsapi/complete_reset"),
-
-    /**
-     * Check the registration status of a password reset
-     * @method checkPasswordReset
-     * @param {function} [onsuccess] - called when complete.
-     * @param {function} [onfailure] - called on xhr failure.
-     */
-    checkPasswordReset: function(email, onComplete, onFailure) {
-      get({
-        url: "/wsapi/password_reset_status?email=" + encodeURIComponent(email),
-        success: handleAddressVerifyCheckResponse.curry(onComplete),
-        error: onFailure
-      });
-    },
-
-    /**
-     * Stage an email reverification.
-     * @method requestEmailReverify
-     * @param {string} email
-     * @param {string} origin - site user is trying to sign in to.
-     * @param {function} [onComplete] - Callback to call when complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    requestEmailReverify: function(email, origin, onComplete, onFailure) {
-      var postData = {
-        email: email,
-        site : origin
-      };
-      stageAddressForVerification(postData, "/wsapi/stage_reverify", onComplete, onFailure);
-    },
-
-    // the verification page for reverifying an email and adding an email to an
-    // account are the same, both are handled by the /confirm page. the
-    // /confirm page uses the verifyEmail function.  completeEmailReverify is
-    // not needed.
-
-    /**
-     * Check the registration status of an email reverification
-     * @method checkEmailReverify
-     * @param {function} [onsuccess] - called when complete.
-     * @param {function} [onfailure] - called on xhr failure.
-     */
-    checkEmailReverify: function(email, onComplete, onFailure) {
-      get({
-        url: "/wsapi/email_reverify_status?email=" + encodeURIComponent(email),
-        success: handleAddressVerifyCheckResponse.curry(onComplete),
-        error: onFailure
-      });
-    },
-
-
-    /**
-     * Set the password of the current user.
-     * @method setPassword
-     * @param {string} password - new password.
-     * @param {function} [onComplete] - Callback to call when complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    setPassword: function(password, onComplete, onFailure) {
-      post({
-        url: "/wsapi/set_password",
-        data: {
-          password: password
-        },
-        success: function(status) {
-          complete(onComplete, status.success);
-        },
-        error: onFailure
-      });
-    },
-
-    /**
-     * post interaction data
-     * @method setPassword
-     * @param {string} password - new password.
-     * @param {function} [onComplete] - Callback to call when complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    sendInteractionData: function(data, onComplete, onFailure) {
-      post({
-        url: "/wsapi/interaction_data",
-        data: {
-          // reminder, CSRF token will be inserted here by xhr.js, that's
-          // why this *must* be an object
-          data: data
-        },
-        success: function(status) {
-          complete(onComplete, status.success);
-        },
-        error: onFailure
-      });
-    },
-
-    /**
-     * Update the password of the current user
-     * @method changePassword
-     * @param {string} oldpassword - old password.
-     * @param {string} newpassword - new password.
-     * @param {function} [onComplete] - Callback to call when complete. Will be
-     * called with true if successful, false otw.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    changePassword: function(oldPassword, newPassword, onComplete, onFailure) {
-      post({
-        url: "/wsapi/update_password",
-        data: {
-          oldpass: oldPassword,
-          newpass: newPassword
-        },
-        success: function(status) {
-          complete(onComplete, status.success);
-        },
-        error: onFailure
-      });
-    },
-
-
-    /**
-     * Cancel the current user"s account.
-     * @method cancelUser
-     * @param {function} [onComplete] - called whenever complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    cancelUser: function(onComplete, onFailure) {
-      post({
-        url: "/wsapi/account_cancel",
-        success: onComplete,
-        error: onFailure
-      });
-    },
-
-    /**
-     * Add an email to the current user's account using an assertion.
-     * @method addEmailWithAssertion
-     * @param {string} assertion - assertion used to add user.
-     * @param {function} [onComplete] - called when complete.
-     * @param {function} [onFailure] - called on XHR failure.
-     */
-    addEmailWithAssertion: function(assertion, onComplete, onFailure) {
-      post({
-        url: "/wsapi/add_email_with_assertion",
-        data: {
-          assertion: assertion
-        },
-        success: function(status) {
-          complete(onComplete, status.success);
-        },
-        error: onFailure
-      });
-    },
-
-    /**
-     * Add a secondary email to the current user's account.
-     * @method addSecondaryEmail
-     * @param {string} email
-     * @param {string} password
-     * @param {string} origin
-     * @param {function} [onComplete] - called when complete.
-     * @param {function} [onFailure] - called on xhr failure.
-     */
-    addSecondaryEmail: function(email, password, origin, onComplete, onFailure) {
-      var postData = {
-        email: email,
-        pass: password,
-        site : origin
-      };
-      stageAddressForVerification(postData, "/wsapi/stage_email", onComplete, onFailure);
-    },
-
-    /**
-     * Check the registration status of an email
-     * @method checkEmailRegistration
-     * @param {function} [onsuccess] - called when complete.
-     * @param {function} [onfailure] - called on xhr failure.
-     */
-    checkEmailRegistration: function(email, onComplete, onFailure) {
-      get({
-        url: "/wsapi/email_addition_status?email=" + encodeURIComponent(email),
-        success: handleAddressVerifyCheckResponse.curry(onComplete),
-        error: onFailure
-      });
-    },
-
-    /**
-     * Check whether the email is already registered.
-     * @method emailRegistered
-     * @param {string} email - Email address to check.
-     * @param {function} [onComplete] - Called with one boolean parameter when
-     * complete.  Parameter is true if `email` is already registered, false
-     * otw.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    emailRegistered: function(email, onComplete, onFailure) {
-      get({
-        url: "/wsapi/have_email?email=" + encodeURIComponent(email),
-        success: function(data, textStatus, xhr) {
-          complete(onComplete, data.email_known);
-        },
-        error: onFailure
-      });
-    },
-
-    /**
-     * Get information about an email address.  Who vouches for it?
-     * (is it a primary or a secondary)
-     * @method addressInfo
-     * @param {string} email - Email address to check.
-     * @param {function} [onComplete] - Called with an object on success,
-     *   containing these properties:
-     *     type: <secondary|primary>
-     *     known: boolean, present - present if type is secondary
-     *     auth: string - url to send users for auth - present if type is primary
-     *     prov: string - url to embed for silent provisioning - present if type is secondary
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    addressInfo: function(email, onComplete, onFailure) {
-      get({
-        url: "/wsapi/address_info?email=" + encodeURIComponent(email),
-        success: function(data, textStatus, xhr) {
-          complete(onComplete, data);
-        },
-        error: onFailure
-      });
-    },
-
-    /**
-     * Remove an email address from the current user.
-     * @method removeEmail
-     * @param {string} email - Email address to remove.
-     * @param {function} [onComplete] - Called whenever complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    removeEmail: function(email, onComplete, onFailure) {
-      post({
-        url: "/wsapi/remove_email",
-        data: {
-          email: email
-        },
-        success: function(status, textStatus, jqXHR) {
-          complete(onComplete, status.success);
-        },
-        error: onFailure
-      });
-    },
-
-    /**
-     * Certify the public key for the email address.
-     * @method certKey
-     */
-    certKey: function(email, pubkey, onComplete, onFailure) {
-      post({
-        url: "/wsapi/cert_key",
-        data: {
-          email: email,
-          pubkey: pubkey.serialize(),
-          ephemeral: !storage.usersComputer.confirmed(email)
-        },
-        success: onComplete,
-        error: onFailure
-      });
-    },
-
-    /**
-     * List emails
-     * @method listEmails
-     */
-    listEmails: function(onComplete, onFailure) {
-      get({
-        url: "/wsapi/list_emails",
-        success: function(emails) {
-          // TODO - Put this into user.js or storage.js when emails are synced/saved to
-          // storage.
-          // update our local storage map of email addresses to user ids
-          if (userid) {
-            storage.updateEmailToUserIDMapping(userid, _.keys(emails));
-          }
-
-          onComplete && onComplete(emails);
-        },
-        error: onFailure
-      });
-    },
-
-    /**
-     * TODO - move this into user.
-     * Return the user's userid, which will an integer if the user
-     * is authenticated, undefined otherwise.
-     *
-     * @method userid
-     */
-    userid: function() {
-      return userid;
-    },
-
-    /**
-     * Get the current time on the server in the form of a
-     * date object.
-     *
-     * Note: this function will perform a network request if
-     * during this session /wsapi/session_context has not
-     * been called.
-     *
-     * @method serverTime
-     */
-    serverTime: function(onComplete, onFailure) {
-      withContext(function() {
-        try {
-          if (!server_time) throw "can't get server time!";
-          var offset = (new Date()).getTime() - server_time.local;
-          complete(onComplete, new Date(offset + server_time.remote));
-        } catch(e) {
-          complete(onFailure, e.toString());
-        }
-      }, onFailure);
-    },
-
-    /**
-     * Get the time at which the domain key was last updated.
-     *
-     * Note: this function will perform a network request if
-     * during this session /wsapi/session_context has not
-     * been called.
-     *
-     * @method domainKeyCreationTime
-     */
-    domainKeyCreationTime: function(onComplete, onFailure) {
-      withContext(function() {
-        try {
-          if (!domain_key_creation_time) throw "can't get domain key creation time!";
-          complete(onComplete, new Date(domain_key_creation_time));
-        } catch(e) {
-          complete(onFailure, e.toString());
-        }
-      }, onFailure);
-    },
-
-    /**
-     * Get the most recent code version
-     *
-     * Note: this function will perform a network request if
-     * during this session /wsapi/session_context has not
-     * been called.
-     *
-     * @method codeVersion
-     */
-    codeVersion: function(onComplete, onFailure) {
-      withContext(function() {
-        complete(onComplete, code_version);
-      }, onFailure);
-    },
-
-    /**
-     * Check if the user's cookies are enabled
-     * @method cookiesEnabled
-     */
-    cookiesEnabled: function(onComplete, onFailure) {
-      // Make sure we get context first or else we will needlessly send
-      // a cookie to the server.
-      withContext(function() {
-        var enabled;
-        try {
-          // NOTE - The Android 3.3 and 4.0 default browsers will still pass
-          // this check.  This causes the Android browsers to only display the
-          // cookies diabled error screen only after the user has entered and
-          // submitted input.
-          // http://stackoverflow.com/questions/8509387/android-browser-not-respecting-cookies-disabled
-
-          document.cookie = "__cookiesEnabledCheck=1";
-          enabled = document.cookie.indexOf("__cookiesEnabledCheck") > -1;
-
-          // expire the cookie NOW by setting its expires date to yesterday.
-          var expires = new Date();
-          expires.setDate(expires.getDate() - 1);
-          document.cookie = "__cookiesEnabledCheck=; expires=" + expires.toGMTString();
-        } catch(e) {
-          enabled = false;
-        }
-
-        // BEGIN TESTING API
-        if (typeof Network.cookiesEnabledOverride === "boolean") {
-          enabled = Network.cookiesEnabledOverride;
-        }
-        // END TESTING API
-
-        complete(onComplete, enabled);
-      }, onFailure);
-    },
-
-    /**
-     * Prolong a user's session so that they are not re-prompted to enter their
-     * password
-     * @method prolongSession
-     * @param {function} [onComplete] - Called whenever complete.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    prolongSession: function(onComplete, onFailure) {
-      Network.checkAuth(function(authenticated) {
-        if(authenticated) {
-          post({
-            url: "/wsapi/prolong_session",
-            success: onComplete,
-            error: onFailure
-          });
-        }
-        else {
-          complete(onFailure, "user not authenticated");
-        }
-      }, onFailure);
-    }
-  };
-
-  return Network;
-
-}());
diff --git a/resources/static/common/js/provisioning.js b/resources/static/common/js/provisioning.js
deleted file mode 100644
index 82aaa25c29b4a5b91dac6e5925621b8be4844e16..0000000000000000000000000000000000000000
--- a/resources/static/common/js/provisioning.js
+++ /dev/null
@@ -1,126 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true, _: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Provisioning = (function() {
-  "use strict";
-
-  var jwcrypto = require("./lib/jwcrypto");
-  var MAX_TIMEOUT = 20000; // 20s
-
-  var Provisioning = function(args, successCB, failureCB) {
-    var timeoutID;
-
-    function tearDown() {
-      if (timeoutID) timeoutID = clearTimeout(timeoutID);
-      if (chan) chan.destroy();
-      chan = undefined;
-      if (iframe) document.body.removeChild(iframe);
-      iframe = undefined;
-    }
-
-    function fail(code, msg) {
-      tearDown();
-      return setTimeout(function() {
-        failureCB({
-          code: code,
-          msg: msg
-        });
-      }, 0);
-    }
-
-    if (!failureCB) throw "missing required failure callback";
-
-    if (!args || !args.email || !args.url || !args.hasOwnProperty('ephemeral')) {
-      return fail('internal', 'missing required arguments');
-    }
-
-    // extract the expected origin from the provisioning url
-    // (this may be a different domain than the email domain part, if the
-    //  domain delates authority)
-    var origin;
-    try {
-      origin = /^(https?:\/\/[^\/]+)\//.exec(args.url)[1];
-    } catch(e) { alert(e); }
-    if (!origin) {
-      return fail('internal', 'bad provisioning url, can\'t extract origin');
-    }
-
-    // time to attempt to provision the user.  we'll embed a hidden iframe from the
-    // primary
-    var iframe = document.createElement("iframe");
-    iframe.setAttribute('src', args.url);
-    iframe.style.display = "none";
-
-    // start the timeout once the iframe loads, so we don't get false
-    // positives if the user is on a slow connection.
-    // the timeout should only happen if the provisioning site doesn't
-    // want to provision for us.
-    // see https://github.com/mozilla/browserid/pull/1954
-    function iframeOnLoad() {
-      if (timeoutID) {
-        clearTimeout(timeoutID);
-      }
-      // a timeout for the amount of time that provisioning is allowed to take
-      timeoutID = setTimeout(function provisionTimedOut() {
-        fail('timeoutError', 'Provisioning timed out.');
-      }, MAX_TIMEOUT);
-    }
-
-    if (iframe.addEventListener) {
-      iframe.addEventListener('load', iframeOnLoad, false);
-    } else if (iframe.attachEvent) {
-      iframe.attachEvent('onload', iframeOnLoad);
-    }
-    // else ruh-roh?
-
-    document.body.appendChild(iframe);
-
-    var chan = Channel.build({
-      window: iframe.contentWindow,
-      origin: origin,
-      scope: "vep_prov"
-    });
-
-    var keypair;
-
-    // register handlers for different messages that the provisioning iframe will send
-    chan.bind('beginProvisioning', function(trans, s) {
-      return {
-        email: args.email,
-        // XXX: {non,}ephemeral auth duration should be stored somewhere central and
-        // should be common between primary and secondary cert provisioning.  Because
-        // the latter occurs on the server, it should probably be sent session_context.
-        cert_duration_s: ((args.ephemeral === false) ? (6 * 60 * 60) : (60 * 60))
-      };
-    });
-
-    chan.bind('genKeyPair', function(trans, s) {
-      trans.delayReturn(true);
-      jwcrypto.generateKeypair({algorithm: "DS", keysize: BrowserID.KEY_LENGTH}, function(err, kp) {
-        keypair = kp;
-        trans.complete(keypair.publicKey.serialize());
-      });
-    });
-
-    chan.bind('raiseProvisioningFailure', function(trans, s) {
-      tearDown();
-      fail('primaryError', s);
-    });
-
-    // this is what happens when there is an error
-    chan.bind('registerCertificate', function(trans, cert) {
-      // this means we have successfully completed the party!
-      // keypair is our keypair,
-      // cert is our certificate,
-      // email is the email that's vouched for.
-      // fantastic!
-      tearDown();
-      successCB(keypair, cert);
-    });
-
-  };
-
-  return Provisioning;
-}());
diff --git a/resources/static/common/js/renderer.js b/resources/static/common/js/renderer.js
deleted file mode 100644
index 4f74c0c414b83e8af803fdc1be5f61bbdcfd174d..0000000000000000000000000000000000000000
--- a/resources/static/common/js/renderer.js
+++ /dev/null
@@ -1,54 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true, _: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Renderer = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dom = bid.DOM,
-      templateCache = {};
-
-  function getTemplateHTML(templateName, vars) {
-    var config,
-        templateText = bid.Templates[templateName],
-        vars = vars || {};
-
-    if(templateText) {
-      config = {
-        text: templateText
-      };
-    }
-    else {
-      // TODO - be able to set the directory
-      config = {
-        url: "/dialog/views/" + templateName + ".ejs"
-      };
-    }
-
-    var template = templateCache[templateName];
-    if(!template) {
-      template = new EJS(config);
-      templateCache[templateName] = template;
-    }
-
-    var html = template.render(vars);
-    return html;
-  }
-
-  function render(target, templateName, vars) {
-    var html = getTemplateHTML(templateName, vars);
-    return dom.setInner(target, html);
-  }
-
-  function append(target, templateName, vars) {
-    var html = getTemplateHTML(templateName, vars);
-    return dom.appendTo(html, target);
-  }
-
-  return {
-    render: render,
-    append: append
-  };
-}());
diff --git a/resources/static/common/js/screens.js b/resources/static/common/js/screens.js
deleted file mode 100644
index d852bb9826cbf61dbc32519f5a9da10a0bd07c7b..0000000000000000000000000000000000000000
--- a/resources/static/common/js/screens.js
+++ /dev/null
@@ -1,59 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.Screens = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dom = BrowserID.DOM,
-      renderer = bid.Renderer,
-      BODY = "body";
-
-  function Screen(target, className) {
-    return {
-      show: function(template, vars) {
-        var self=this;
-
-        renderer.render(target + " .contents", template, vars);
-        dom.addClass(BODY, className);
-        dom.fireEvent(window, "resize");
-
-        // extendedInfo takes care of info that is on a screen but hidden by
-        // default.  When the user clicks the "open extended info" button, it
-        // is displayed to them.
-
-        if (self.extendedInfo) {
-          // sometimes a screen is overwritten and never hidden.  When this
-          // happens, old extendedInfos need to be torn down.
-          self.extendedInfo.stop();
-        }
-        self.extendedInfo = bid.Modules.ExtendedInfo.create();
-        self.extendedInfo.start({ target: target });
-
-        self.visible = true;
-      },
-
-      hide: function() {
-        var self=this;
-
-        dom.removeClass(BODY, className);
-        dom.fireEvent(window, "resize");
-
-        if (self.extendedInfo) {
-          self.extendedInfo.stop();
-          self.extendedInfo = null;
-        }
-
-        self.visible = false;
-      }
-    }
-  }
-
-  return {
-    form: new Screen("#formWrap", "form"),
-    wait: new Screen("#wait", "waiting"),
-    error: new Screen("#error", "error"),
-    delay: new Screen("#delay", "delay")
-  };
-}());
diff --git a/resources/static/common/js/state_machine.js b/resources/static/common/js/state_machine.js
deleted file mode 100644
index 89968ade84e7446e461a00ba4a6a438ab48b103b..0000000000000000000000000000000000000000
--- a/resources/static/common/js/state_machine.js
+++ /dev/null
@@ -1,74 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*globals BrowserID: true, _:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.StateMachine = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      History = bid.History,
-      history,
-      mediator = bid.Mediator,
-      subscriptions = [];
-
-  var StateMachine = bid.Class({
-    init: function() {},
-
-    start: function(options) {
-      options = options || {};
-      history = options.history || History.create();
-    },
-
-    stop: function() {
-      var subscription;
-
-      while(subscription = subscriptions.pop()) {
-        mediator.unsubscribe(subscription);
-      }
-    },
-
-    destroy: function() {
-      this.stop();
-    },
-
-    subscribe: function(message, callback) {
-      subscriptions.push(mediator.subscribe(message, function(msg, info, rehydrate) {
-        if(rehydrate) {
-          var cmd = history.getCurrent();
-          if(cmd) cmd.extendRunOptions(rehydrate);
-        }
-        callback(msg, info);
-      }));
-    },
-
-    gotoState: function(save, callback, options) {
-      if (typeof save !== "boolean") {
-        options = callback;
-        callback = save;
-        save = true;
-      }
-
-      // only save the current state when a new state comes in.
-      var cmd = history.getCurrent();
-      if(cmd && cmd.save) {
-        // XXX saveState should be renamed to pushState
-        history.saveState();
-      }
-
-      var cmd = history.createState(callback, options);
-      cmd.save = save;
-      cmd.run();
-    },
-
-    popState: function() {
-      var cmd = history.popState();
-      if(cmd) {
-        cmd.run();
-      }
-    }
-  });
-
-  return StateMachine;
-}());
diff --git a/resources/static/common/js/storage.js b/resources/static/common/js/storage.js
deleted file mode 100644
index e5fad56641b7090fd0c8a55e62d4e07978d1103c..0000000000000000000000000000000000000000
--- a/resources/static/common/js/storage.js
+++ /dev/null
@@ -1,646 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/*globals BrowserID: true, console: true */
-BrowserID.getStorage = function() {
-  var storage;
-
-  try {
-    storage = localStorage;
-  }
-  catch(e) {
-    // Fx with cookies disabled will except while trying to access
-    // localStorage.  IE6/IE7 will just plain blow up because they have no
-    // notion of localStorage.  Because of this, and because the new API
-    // requires access to localStorage, create a fake one with removeItem.
-    storage = {
-      removeItem: function(key) {
-        this[key] = null;
-        delete this[key];
-      }
-    };
-  }
-
-  return storage;
-};
-
-BrowserID.Storage = (function() {
-  "use strict";
-
-  var jwcrypto,
-      ONE_DAY_IN_MS = (1000 * 60 * 60 * 24),
-      storage = BrowserID.getStorage();
-
-  // Set default values immediately so that IE8 localStorage synchronization
-  // issues do not become a factor. See issue #2206
-  setDefaultValues();
-
-  // temporary, replace with helpers.log if storage uses elog long term...
-  function elog (msg) {
-    if (window.console && console.error) console.error(msg);
-  }
-
-  function storeEmails(emails) {
-    storage.emails = JSON.stringify(emails);
-  }
-
-  function clear() {
-    storage.removeItem("emails");
-    storage.removeItem("siteInfo");
-    storage.removeItem("managePage");
-    // Ensure there are default values after they are removed.  This is
-    // necessary so that IE8's localStorage synchronization issues do not
-    // surface.  In IE8, if the dialog page is open when the verification page
-    // loads and emails does not have a default value, the dialog cannot read
-    // or write to localStorage. The dialog See issues #1637 and #2206
-    setDefaultValues();
-  }
-
-  // initialize all localStorage values to default if they are unset.
-  // this function is only neccesary on IE8 where there are localStorage
-  // synchronization issues between different browsing contexts, however
-  // it's intended to avoid IE8 specific bugs from being introduced.
-  // see issue #1637
-  function setDefaultValues() {
-    _.each({
-      emailToUserID: {},
-      emails: {},
-      interaction_data: {},
-      loggedIn: {},
-      main_site: {},
-      managePage: {},
-      returnTo: null,
-      siteInfo: {},
-      stagedOnBehalfOf: null,
-      usersComputer: {}
-    }, function(defaultVal, key) {
-      if (!storage[key]) {
-        storage[key] = JSON.stringify(defaultVal);
-      }
-    });
-  }
-
-  function getEmails() {
-    try {
-      var emails = JSON.parse(storage.emails || "{}");
-      if (emails !== null)
-        return emails;
-    } catch(e) {
-    }
-
-    // if we had a problem parsing or the emails are null
-    clear();
-    return {};
-  }
-
-  function getEmailCount() {
-    return _.size(getEmails());
-  }
-
-  function getEmail(email) {
-    var ids = getEmails();
-
-    return ids && ids[email];
-  }
-
-  function addEmail(email, obj) {
-    var emails = getEmails();
-    emails[email] = obj;
-    storeEmails(emails);
-  }
-
-  function addPrimaryEmail(email, obj) {
-    obj = obj || {};
-    obj.type = "primary";
-    addEmail(email, obj);
-  }
-
-  function addSecondaryEmail(email, obj) {
-    obj = obj || {};
-    obj.type = "secondary";
-    addEmail(email, obj);
-  }
-
-  function removeEmail(email) {
-    var emails = getEmails();
-    if(emails[email]) {
-      delete emails[email];
-      storeEmails(emails);
-
-      // remove any sites associated with this email address.
-      var siteInfo = JSON.parse(storage.siteInfo || "{}");
-      for(var site in siteInfo) {
-        if(siteInfo[site].email === email) {
-          delete siteInfo[site].email;
-        }
-      }
-      storage.siteInfo = JSON.stringify(siteInfo);
-    }
-    else {
-      throw "unknown email address";
-    }
-  }
-
-  function invalidateEmail(email) {
-    var id = getEmail(email);
-    if (id) {
-      delete id.priv;
-      delete id.pub;
-      delete id.cert;
-      addEmail(email, id);
-    }
-    else {
-      throw "unknown email address";
-    }
-  }
-
-  function setReturnTo(returnToURL) {
-    storage.returnTo = JSON.stringify({
-      at: new Date().toString(),
-      url: returnToURL
-    });
-  }
-
-  function getReturnTo() {
-    var returnToURL;
-
-    // XXX - The transitional code is to make sure any emails that were staged using
-    // the old setStagedOnBehalfOf still work with the new API.  This should be
-    // able to be removed by mid-July 2012.
-    try {
-      // BEGIN TRANSITIONAL CODE
-      if (storage.returnTo) {
-      // END TRANSITIONAL CODE
-        var staged = JSON.parse(storage.returnTo);
-
-        if (staged) {
-          if ((new Date() - new Date(staged.at)) > (5 * 60 * 1000)) throw "stale";
-          if (typeof(staged.url) !== 'string') throw "malformed";
-          returnToURL = staged.url;
-        }
-      // BEGIN TRANSITIONAL CODE
-      }
-      else if(storage.stagedOnBehalfOf) {
-        var staged = JSON.parse(storage.stagedOnBehalfOf);
-
-        if (staged) {
-          if ((new Date() - new Date(staged.at)) > (5 * 60 * 1000)) throw "stale";
-          if (typeof(staged.origin) !== 'string') throw "malformed";
-          returnToURL = staged.origin;
-        }
-      }
-      // END TRANSITIONAL CODE
-    } catch (x) {
-      storage.removeItem("returnTo");
-      // BEGIN TRANSITIONAL CODE
-      storage.removeItem("stagedOnBehalfOf");
-      // END TRANSITIONAL CODE
-    }
-
-    return returnToURL;
-  }
-
-  function siteSet(site, key, value) {
-    var allSiteInfo = JSON.parse(storage.siteInfo || "{}");
-    var siteInfo = allSiteInfo[site] = allSiteInfo[site] || {};
-
-    if(key === "email" && !getEmail(value)) {
-      throw "unknown email address";
-    }
-
-    siteInfo[key] = value;
-
-    storage.siteInfo = JSON.stringify(allSiteInfo);
-  }
-
-  function siteGet(site, key) {
-    var allSiteInfo = JSON.parse(storage.siteInfo || "{}");
-    var siteInfo = allSiteInfo[site];
-
-    return siteInfo && siteInfo[key];
-  }
-
-  function siteRemove(site, key) {
-    var allSiteInfo = JSON.parse(storage.siteInfo || "{}");
-    var siteInfo = allSiteInfo[site];
-
-    if (siteInfo) {
-      delete siteInfo[key];
-
-      // If no more info for site, get rid of it.
-      if (!_.size(siteInfo)) delete allSiteInfo[site];
-
-      storage.siteInfo = JSON.stringify(allSiteInfo);
-    }
-  }
-
-  function siteCount(callback) {
-    var allSiteInfo = JSON.parse(storage.siteInfo || "{}");
-    return _.size(allSiteInfo);
-  }
-
-  function generic2KeySet(namespace, key, value) {
-    var allInfo = JSON.parse(storage[namespace] || "{}");
-    allInfo[key] = value;
-    storage[namespace] = JSON.stringify(allInfo);
-  }
-
-  function generic2KeyGet(namespace, key) {
-    var allInfo = JSON.parse(storage[namespace] || "{}");
-    return allInfo[key];
-  }
-
-  function generic2KeyRemove(namespace, key) {
-    var allInfo = JSON.parse(storage[namespace] || "{}");
-    delete allInfo[key];
-    storage[namespace] = JSON.stringify(allInfo);
-  }
-
-  function setLoggedIn(origin, email) {
-    var allInfo = JSON.parse(storage.loggedIn || "{}");
-    if (email) allInfo[origin] = email;
-    else delete allInfo[origin];
-    storage.loggedIn = JSON.stringify(allInfo);
-  }
-
-  function getLoggedIn(origin) {
-    var allInfo = JSON.parse(storage.loggedIn || "{}");
-    return allInfo[origin];
-  }
-
-  function loggedInCount() {
-    var allInfo = JSON.parse(storage.loggedIn || "{}");
-    return _.size(allInfo);
-  }
-
-  function watchLoggedIn(origin, callback) {
-    var lastState = getLoggedIn(origin);
-
-    function checkState() {
-      var currentState = getLoggedIn(origin);
-      if (lastState !== currentState) {
-        callback();
-        lastState = currentState;
-      }
-    }
-
-    // IE8 does not have addEventListener, nor does it support storage events.
-    if (window.addEventListener) window.addEventListener('storage', checkState, false);
-    else window.setInterval(checkState, 2000);
-  }
-  function logoutEverywhere() {
-    storage.loggedIn = "{}";
-  }
-
-  function mapEmailToUserID(emailOrUserID) {
-    if (typeof(emailOrUserID) === 'number') return emailOrUserID;
-    var allInfo = JSON.parse(storage.emailToUserID || "{}");
-    return allInfo[emailOrUserID];
-  }
-
-  // tools to manage knowledge of whether this is the user's computer,
-  // which helps us set appropriate authentication duration.
-  function validState(state) {
-    return (state === 'seen' || state === 'confirmed' || state === 'denied');
-  }
-
-  function setConfirmationState(userid, state) {
-    userid = mapEmailToUserID(userid);
-
-    if (typeof userid !== 'number') throw 'bad userid ' + userid;
-
-    if (!validState(state)) throw "invalid state";
-
-    var allInfo;
-    var currentState;
-    var lastUpdated = 0;
-
-    try {
-      allInfo = JSON.parse(storage.usersComputer);
-      if (typeof allInfo !== 'object') throw 'bogus';
-
-      var userInfo = allInfo[userid];
-      if (userInfo) {
-        currentState = userInfo.state;
-        lastUpdated = Date.parse(userInfo.updated);
-
-        if (!validState(currentState)) throw "corrupt/outdated";
-        if (isNaN(lastUpdated)) throw "corrupt/outdated";
-      }
-    } catch(e) {
-      currentState = undefined;
-      lastUpdated = 0;
-      allInfo = {};
-    }
-
-    // ...now determine if we should update the state...
-
-    // first if the user said this wasn't their computer over 24 hours ago,
-    // forget that setting (we will revisit this)
-    if (currentState === 'denied' &&
-        ((new Date()).getTime() - lastUpdated) > ONE_DAY_IN_MS) {
-      currentState = undefined;
-      lastUpdated = 0;
-    }
-
-    // if the user has a non-null state and this is another user sighting
-    // (seen), then forget it
-    if (state === 'seen' && currentState) return;
-
-    // good to go!  let's make the update
-    allInfo[userid] = {state: state, updated: new Date().toString()};
-    storage.usersComputer = JSON.stringify(allInfo);
-  }
-
-  function userConfirmedOnComputer(userid) {
-    try {
-      userid = mapEmailToUserID(userid);
-      var allInfo = JSON.parse(storage.usersComputer || "{}");
-      return allInfo[userid].state === 'confirmed';
-    } catch(e) {
-      return false;
-    }
-  }
-
-  function shouldAskUserAboutHerComputer(userid) {
-    // if any higher level code passes in a non-userid,
-    // we'll tell them not to ask, triggering ephemeral sessions.
-    if (typeof userid !== 'number') return false;
-
-    // we should ask the user if this is their computer if they were
-    // first seen over a minute ago, if they haven't denied ownership
-    // of this computer in the last 24 hours, and they haven't confirmed
-    // ownership of this computer
-    try {
-      userid = mapEmailToUserID(userid);
-      var allInfo = JSON.parse(storage.usersComputer);
-      var userInfo = allInfo[userid];
-      if(userInfo) {
-        var s = userInfo.state;
-        var timeago = new Date() - Date.parse(userInfo.updated);
-
-        // The ask state is an artificial state that should never be seen in
-        // the wild.  It is used in testing.
-        if (s === 'ask') return true;
-        if (s === 'confirmed') return false;
-        if (s === 'denied' && timeago > ONE_DAY_IN_MS) return true;
-        if (s === 'seen' && timeago > (60 * 1000)) return true;
-      }
-    } catch (e) {
-      return true;
-    }
-
-    return false;
-  }
-
-  function setUserSeenOnComputer(userid) {
-    setConfirmationState(userid, 'seen');
-  }
-
-  function setUserConfirmedOnComputer(userid) {
-    setConfirmationState(userid, 'confirmed');
-  }
-
-  function setNotMyComputer(userid) {
-    setConfirmationState(userid, 'denied');
-  }
-
-  function setUserMustConfirmComputer(userid) {
-      try {
-        userid = mapEmailToUserID(userid);
-        var allInfo = JSON.parse(storage.usersComputer);
-        if (typeof allInfo !== 'object') throw 'bogus';
-
-        var userInfo = allInfo[userid] || {};
-        userInfo.state = 'ask';
-        storage.usersComputer = JSON.stringify(allInfo);
-      } catch(e) {}
-  }
-
-  function clearUsersComputerOwnershipStatus(userid) {
-    try {
-      var allInfo = JSON.parse(storage.usersComputer);
-      if (typeof allInfo !== 'object') throw 'bogus';
-
-      var userInfo = allInfo[userid];
-      if (userInfo) {
-        allInfo[userid] = null;
-        delete allInfo[userid];
-        storage.usersComputer = JSON.stringify(allInfo);
-      }
-    } catch (e) {}
-  }
-
-  // update our local storage based mapping of email addresses to userids,
-  // this map helps us determine whether a specific email address belongs
-  // to a user who has already confirmed their ownership of a computer.
-  function updateEmailToUserIDMapping(userid, emails) {
-    var allInfo;
-    try {
-      allInfo = JSON.parse(storage.emailToUserID);
-      if (typeof allInfo != 'object' || allInfo === null) throw "bogus";
-    } catch(e) {
-      allInfo = {};
-    }
-    _.each(emails, function(email) {
-      allInfo[email] = userid;
-    });
-    storage.emailToUserID = JSON.stringify(allInfo);
-  }
-
-  return {
-    /**
-     * Add an email address and optional key pair.
-     * @method addEmail
-     */
-    addEmail: addEmail,
-    /**
-     * Add a primary address
-     * @method addPrimaryEmail
-     */
-    addPrimaryEmail: addPrimaryEmail,
-    /**
-     * Add a secondary address
-     * @method addSecondaryEmail
-     */
-    addSecondaryEmail: addSecondaryEmail,
-    /**
-     * Get all email addresses and their associated key pairs
-     * @method getEmails
-     */
-    getEmails: getEmails,
-
-    /**
-     * Get the number of stored emails
-     * @method getEmailCount
-     * @return {number}
-     */
-    getEmailCount: getEmailCount,
-
-    /**
-     * Get one email address and its key pair, if found.  Returns undefined if
-     * not found.
-     * @method getEmail
-     */
-    getEmail: getEmail,
-    /**
-     * Remove an email address, its key pairs, and any sites associated with
-     * email address.
-     * @throws "unknown email address" if email address is not known.
-     * @method removeEmail
-     */
-    removeEmail: removeEmail,
-    /**
-     * Remove the key information for an email address.
-     * @throws "unknown email address" if email address is not known.
-     * @method invalidateEmail
-     */
-    invalidateEmail: invalidateEmail,
-
-    site: {
-      /**
-       * Set a data field for a site
-       * @method site.set
-       * @param {string} site - site to set info for
-       * @param {string} key - key to set
-       * @param {variant} value - value to set
-       */
-      set: siteSet,
-      /**
-       * Get a data field for a site
-       * @method site.get
-       * @param {string} site - site to get info for
-       * @param {string} key - key to get
-       */
-      get: siteGet,
-      /**
-       * Remove a data field for a site
-       * @method site.remove
-       * @param {string} site - site to remove info for
-       * @param {string} key - key to remove
-       */
-      remove: siteRemove,
-
-      /**
-       * Get the number of sites that have info
-       * @method site.count
-       * @return {number}
-       */
-      count: siteCount,
-    },
-
-    manage_page: {
-      /**
-       * Set a data field for the manage page
-       * @method managePage.set
-       */
-      set: generic2KeySet.curry("managePage"),
-      get: generic2KeyGet.curry("managePage"),
-      remove: generic2KeyRemove.curry("managePage")
-    },
-
-    signInEmail: {
-      set: generic2KeySet.curry("main_site", "signInEmail"),
-      get: generic2KeyGet.curry("main_site", "signInEmail"),
-      remove: generic2KeyRemove.curry("main_site", "signInEmail")
-    },
-
-    usersComputer: {
-      /**
-       * Query whether the user has confirmed that this is their computer
-       * @param {integer} userid - the user's numeric id, returned from session_context when authed.
-       * @method usersComputer.confirmed */
-      confirmed: userConfirmedOnComputer,
-      /**
-       * Save the fact that a user confirmed that this is their computer
-       * @param {integer} userid - the user's numeric id, returned from session_context when authed.
-       * @method usersComputer.setConfirmed */
-      setConfirmed: setUserConfirmedOnComputer,
-      /**
-       * Save the fact that a user denied that this is their computer
-       * @param {integer} userid - the user's numeric id, returned from session_context when authed.
-       * @method usersComputer.setDenied */
-      setDenied: setNotMyComputer,
-      /**
-       * Should we ask the user if this is their computer, based on the last
-       * time they used browserid and the last time they answered a question
-       * about this device
-       * @param {integer} userid - the user's numeric id, returned
-       *   from session_context when authed.
-       * @method usersComputer.seen */
-      shouldAsk: shouldAskUserAboutHerComputer,
-      /**
-       * Save the fact that a user has been seen on this computer before, but do not overwrite
-       *  existing state
-       * @param {integer} userid - the user's numeric id, returned from session_context when authed.
-       * @method usersComputer.setSeen */
-      setSeen: setUserSeenOnComputer,
-      /**
-       * Clear the status for the user
-       * @param {integer} userid - the user's numeric id, returned from session_context when authed.
-       * @method usersComputer.clear */
-      clear: clearUsersComputerOwnershipStatus,
-      /**
-       * Force the user to be asked their status
-       * @param {integer} userid - the user's numeric id, returned from session_context when authed.
-       * @method usersComputer.forceAsk */
-      forceAsk: setUserMustConfirmComputer
-    },
-
-    /** add email addresses to the email addy to userid mapping used when we're trying to determine
-     * if a user has used this computer before and what their auth duration should be
-     * @param {number} userid - the userid of the user
-     * @param {array} emails - a list of email addresses belonging to the user
-     * @returns zilch
-     */
-    updateEmailToUserIDMapping: updateEmailToUserIDMapping,
-
-    /** set logged in state for a site
-     * @param {string} origin - the site to set logged in state for
-     * @param {string} email - the email that the user is logged in with or falsey if login state should be cleared
-     */
-    setLoggedIn: setLoggedIn,
-
-    /** check if the user is logged into a site
-     * @param {string} origin - the site to set check the logged in state of
-     * @returns the email with which the user is logged in
-     */
-    getLoggedIn: getLoggedIn,
-
-    /**
-     * Get the number of sites the user is logged in to.
-     * @method loggedInCount
-     * @return {number}
-     */
-    loggedInCount: loggedInCount,
-
-    /** watch for changes in the logged in state of a page
-     * @param {string} origin - the site to watch the status of
-     * @param {function} callback - a callback to invoke when state changes
-     */
-    watchLoggedIn: watchLoggedIn,
-
-    /** clear all logged in preferences
-     * @param {string} origin - the site to watch the status of
-     * @param {function} callback - a callback to invoke when state changes
-     */
-    logoutEverywhere: logoutEverywhere,
-
-    /**
-     * Clear all stored data - email addresses, key pairs, temporary key pairs,
-     * site/email associations.
-     * @method clear
-     */
-    clear: clear,
-    setReturnTo: setReturnTo,
-    getReturnTo: getReturnTo,
-    /**
-     * Set all used storage values to default if they are unset.  This function
-     * is required for proper localStorage sync between different browsing contexts,
-     * see issue #1637 for full details.
-     * @method setDefaultValues
-     */
-    setDefaultValues: setDefaultValues
-  };
-}());
diff --git a/resources/static/common/js/templates.js b/resources/static/common/js/templates.js
deleted file mode 100644
index a5c1ab4cdb4355e93c8a21ec3f50ca4cb88921f2..0000000000000000000000000000000000000000
--- a/resources/static/common/js/templates.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.Templates = {};
-
diff --git a/resources/static/common/js/tooltip.js b/resources/static/common/js/tooltip.js
deleted file mode 100644
index 673c64dc60b2e5e874c933ff0935090427eb9e9d..0000000000000000000000000000000000000000
--- a/resources/static/common/js/tooltip.js
+++ /dev/null
@@ -1,109 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*globals BrowserID: true, _:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.Tooltip = (function() {
-  "use strict";
-
-  var ANIMATION_TIME = 250,
-      TOOLTIP_MIN_DISPLAY = 2000,
-      READ_WPM = 200,
-      bid = BrowserID,
-      renderer = bid.Renderer,
-      hideTimer,
-      tooltip;
-
-  function createTooltip(el) {
-    tooltip = renderer.append("body", "tooltip", {
-      contents: el.html()
-    });
-
-    return tooltip;
-  }
-
-  function anchorTooltip(target) {
-    target = $(target);
-    var targetOffset = target.offset();
-    targetOffset.top -= (tooltip.outerHeight() + 5);
-    targetOffset.left += 10;
-
-    tooltip.css(targetOffset);
-  }
-
-  function calculateDisplayTime(text) {
-    // Calculate the amount of time a tooltip should display based on the
-    // number of words in the content divided by the number of words an average
-    // person can read per minute.
-    var contents = text.replace(/\s+/, ' ').trim(),
-        words = contents.split(' ').length,
-        // The average person can read ± 250 wpm.
-        wordTimeMS = (words / READ_WPM) * 60 * 1000,
-        displayTimeMS = Math.max(wordTimeMS, TOOLTIP_MIN_DISPLAY);
-
-        return displayTimeMS;
-  }
-
-  function animateTooltip(el, complete) {
-    var displayTimeMS = calculateDisplayTime(el.text());
-
-    bid.Tooltip.shown = true;
-    el.fadeIn(ANIMATION_TIME, function() {
-      hideTimer = setTimeout(function() {
-        el.fadeOut(ANIMATION_TIME, complete);
-      }, displayTimeMS);
-    });
-
-    return displayTimeMS;
-  }
-
-  function showTooltip(el, complete) {
-    // Only one tooltip can be shown at a time, see issue #1615
-    removeTooltips();
-
-    // By default, the element passed in is the tooltip element.  If it has
-    // a "for" attribute, that means this tooltip should be anchored to the
-    // element listed in the "for" attribute. If that is the case, create a new
-    // tooltip and anchor it to the other element.
-    var tooltipEl = $(el),
-        tooltipAnchor = tooltipEl.attr("for");
-
-    if (tooltipAnchor) {
-      // The tooltip should be anchored to another element.  Place the tooltip
-      // directly above the element and remove it when it is no longer needed.
-      tooltipEl = createTooltip(tooltipEl);
-      anchorTooltip("#" + tooltipAnchor);
-    }
-
-    return animateTooltip(tooltipEl, function() {
-      removeTooltips();
-      complete && complete();
-    });
-  }
-
-  function removeTooltips() {
-    if (tooltip) {
-      tooltip.remove();
-      tooltip = null;
-    }
-
-    if (hideTimer) {
-      clearTimeout(hideTimer);
-      hideTimer = null;
-    }
-
-    $('.tooltip').hide();
-    bid.Tooltip.shown = false;
-  }
-
-
- return {
-   showTooltip: showTooltip
-   // BEGIN TESTING API
-   ,
-   reset: removeTooltips
-   // END TESTING API
- };
-
-}());
diff --git a/resources/static/common/js/user.js b/resources/static/common/js/user.js
deleted file mode 100644
index 24e2f621fcb4b6d87f8acfe41763cfc86e573f5c..0000000000000000000000000000000000000000
--- a/resources/static/common/js/user.js
+++ /dev/null
@@ -1,1363 +0,0 @@
-/*jshint browser:true, forin: true, laxbreak: true */
-/*global _: true, BrowserID: true, console: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.User = (function() {
-  "use strict";
-
-  var jwcrypto, origin,
-      bid = BrowserID,
-      network = bid.Network,
-      storage = bid.Storage,
-      User,
-      pollTimeout,
-      provisioning = bid.Provisioning,
-      addressCache = {},
-      primaryAuthCache = {},
-      complete = bid.Helpers.complete,
-      registrationComplete = false,
-      POLL_DURATION = 3000,
-      pollDuration = POLL_DURATION;
-
-  function prepareDeps() {
-    if (!jwcrypto) {
-      jwcrypto= require("./lib/jwcrypto");
-    }
-  }
-
-  // remove identities that are no longer valid
-  function cleanupIdentities(cb) {
-    network.serverTime(function(serverTime) {
-      network.domainKeyCreationTime(function(creationTime) {
-        // Determine if a certificate is expired.  That will be
-        // if it was issued *before* the domain key was last updated or
-        // if the certificate expires in less that 5 minutes from now.
-        function isExpired(cert) {
-          // if it expires in less than 2 minutes, it's too old to use.
-          var diff = cert.payload.exp.valueOf() - serverTime.valueOf();
-          if (diff < (60 * 2 * 1000)) {
-            return true;
-          }
-
-          // or if it was issued before the last time the domain key
-          // was updated, it's invalid
-          if (!cert.payload.iat || cert.payload.iat < creationTime) {
-            return true;
-          }
-
-          return false;
-        }
-
-        var emails = storage.getEmails();
-        var issued_identities = {};
-        prepareDeps();
-        _(emails).each(function(email_obj, email_address) {
-          try {
-            email_obj.pub = jwcrypto.loadPublicKeyFromObject(email_obj.pub);
-          } catch (x) {
-            storage.invalidateEmail(email_address);
-            return;
-          }
-
-          // no cert? reset
-          if (!email_obj.cert) {
-            storage.invalidateEmail(email_address);
-          } else {
-            try {
-              // parse the cert
-              var cert = jwcrypto.extractComponents(emails[email_address].cert);
-
-              // check if this certificate is still valid.
-              if (isExpired(cert)) {
-                storage.invalidateEmail(email_address);
-              }
-
-            } catch (e) {
-              // error parsing the certificate!  Maybe it's of an old/different
-              // format?  just delete it.
-              try { console.log("error parsing cert for", email_address ,":", e); } catch(e2) { }
-              storage.invalidateEmail(email_address);
-            }
-          }
-        });
-        cb();
-      }, function(e) {
-        // we couldn't get domain key creation time!  uh oh.
-        cb();
-      });
-    });
-  }
-
-  function setAuthenticationStatus(authenticated) {
-    if(window.$) {
-      // TODO get this out of here!
-      // jQuery is not included in the communication_iframe
-      var func = authenticated ? 'addClass' : 'removeClass';
-      $('body')[func]('authenticated');
-    }
-
-    if (!authenticated) {
-      storage.clear();
-    }
-  }
-
-  function handleStageAddressVerifictionResponse(onComplete, staged) {
-    var status = { success: staged };
-
-    if (!staged) status.reason = "throttle";
-    // Used on the main site when the user verifies - once
-    // verification is complete, the user is redirected back to the
-    // RP and logged in.
-    var site = User.getReturnTo();
-    if (staged && site) storage.setReturnTo(site);
-
-    complete(onComplete, status);
-  }
-
-  function markAddressVerified(email) {
-    var idInfo = storage.getEmail(email) || {};
-    idInfo.verified = true;
-    storage.addSecondaryEmail(email, idInfo);
-  }
-
-  function completeAddressVerification(completeFunc, token, password, onComplete, onFailure) {
-    User.tokenInfo(token, function(info) {
-      var invalidInfo = { valid: false };
-      if (info) {
-        completeFunc(token, password, function (valid) {
-          var result = invalidInfo;
-
-          if (valid) {
-            result = _.extend({ valid: valid }, info);
-            // Now that the address is verified, its verified bit has to be
-            // updated as well or else the user will be forced to verify the
-            // address again.
-            markAddressVerified(info.email);
-            storage.setReturnTo("");
-          }
-
-          complete(onComplete, result);
-        }, onFailure);
-      } else if (onComplete) {
-        onComplete(invalidInfo);
-      }
-    }, onFailure);
-
-  }
-
-  function addressVerificationPoll(checkFunc, email, onSuccess, onFailure) {
-    function poll() {
-      checkFunc(email, function(status) {
-        // registration status checks the status of the last initiated registration,
-        // it's possible return values are:
-        //   'complete' - registration has been completed
-        //   'pending'  - a registration is in progress
-        //   'mustAuth' - user must authenticate
-        //   'noRegistration' - no registration is in progress
-        if (status === "complete" || status === "mustAuth") {
-          // As soon as the registration comes back as complete, we should
-          // ensure that the stagedOnBehalfOf is cleared so there is no stale
-          // data.
-          storage.setReturnTo("");
-
-          // Now that the address is verified, its verified bit has to be
-          // updated as well or else the user will be forced to verify the
-          // address again.
-          markAddressVerified(email);
-
-          // To avoid too many address_info requests, returns from each
-          // address_info request are cached.  If the user is doing
-          // a addressVerificationPoll, it means the user was registering the address
-          // and the registration has completed.  Because the status is
-          // "complete" or "known", we know that the address is known, so we
-          // toggle the field to be up to date.  If the known field remains
-          // false, then the user is redirected back to the authentication
-          // page and the system thinks the address must be verified again.
-          if(addressCache[email]) {
-            addressCache[email].known = true;
-          }
-
-          // registrationComplete is used in shouldAskIfUsersComputer to
-          // prevent the user from seeing the "is this your computer" screen if
-          // they just completed a registration.
-          registrationComplete = true;
-
-          if (status === "complete") {
-            // If the response is complete but the user is not authenticated
-            // to the password level, the user *must* authenticate or else
-            // they will see an error when they try to certify a cert. Users
-            // who have entered their password in this dialog session will be
-            // automatically authenticated in modules/check_registration.js,
-            // all others will have to enter their password. See issue #2088.
-            network.checkAuth(function(authLevel) {
-              if (authLevel !== "password") status = "mustAuth";
-              complete(onSuccess, status);
-            }, onFailure);
-          }
-          else complete(onSuccess, status);
-        }
-        else if (status === 'pending') {
-          pollTimeout = setTimeout(poll, pollDuration);
-        }
-        else if (onFailure) {
-            onFailure(status);
-        }
-      }, onFailure);
-    }
-
-    poll();
-  }
-
-  function cancelRegistrationPoll() {
-    if (pollTimeout) {
-      clearTimeout(pollTimeout);
-      pollTimeout = null;
-    }
-  }
-
-  function checkEmailType(type) {
-    if (type !== 'secondary' && type !== 'primary')
-      throw "invalid email type (should be 'secondary' or 'primary'): " + type;
-  }
-
-  function getIdPName(addressInfo) {
-    return addressInfo.email.replace(/.*@/, "");
-  }
-
-  /**
-   * Persist an address and key pair locally.
-   * @method persistEmailKeypair
-   * @param {string} email - Email address to persist.
-   * @param {object} keypair - Key pair to save
-   * @param {function} [onComplete] - Called on successful completion.
-   * @param {function} [onFailure] - Called on error.
-   */
-  function persistEmailKeypair(email, type, keypair, cert, onComplete, onFailure) {
-    checkEmailType(type);
-    var now = new Date();
-    var email_obj = storage.getEmails()[email] || {
-      created: now,
-      type: type
-    };
-
-    _.extend(email_obj, {
-      updated: now,
-      pub: keypair.publicKey.toSimpleObject(),
-      priv: keypair.secretKey.toSimpleObject(),
-      cert: cert
-    });
-
-    storage.addEmail(email, email_obj);
-    if (onComplete) onComplete(true);
-  }
-
-  /**
-   * Certify an identity with the server, persist it to storage if the server
-   * says the identity is good
-   * @method certifyEmailKeypair
-   */
-  function certifyEmailKeypair(email, keypair, onComplete, onFailure) {
-    network.certKey(email, keypair.publicKey, function(cert) {
-      // emails that *we* certify are always secondary emails
-      persistEmailKeypair(email, "secondary", keypair, cert, onComplete, onFailure);
-    }, onFailure);
-  }
-
-  /**
-   * Persist an email address without a keypair
-   * @method persistEmail
-   * @param {object} options - options to save
-   * @param {string} options.email - Email address to persist.
-   * @param {string} options.type - Is the email a 'primary' or a 'secondary' address?
-   * @param {string} options.verified - If the email is 'secondary', is it verified?
-   */
-  function persistEmail(options) {
-    checkEmailType(options.type);
-    storage.addEmail(options.email, {
-      created: new Date(),
-      type: options.type,
-      verified: options.verified
-    });
-  }
-
-
-  User = {
-    init: function(config) {
-      if (config.provisioning) {
-        provisioning = config.provisioning;
-      }
-
-      // BEGIN TESTING API
-      if (config.pollDuration) {
-        pollDuration = config.pollDuration;
-      }
-      // END TESTING API
-    },
-
-    reset: function() {
-      provisioning = BrowserID.Provisioning;
-      User.resetCaches();
-      registrationComplete = false;
-      pollDuration = POLL_DURATION;
-    },
-
-    resetCaches: function() {
-      addressCache = {};
-      primaryAuthCache = {};
-    },
-
-    /**
-     * Set the interface to use for networking.  Used for unit testing.
-     * @method setNetwork
-     * @param {BrowserID.Network} networkInterface - BrowserID.Network
-     * compatible interface to use.
-     */
-    setNetwork: function(networkInterface) {
-      network = networkInterface;
-    },
-
-    /**
-     * setOrigin
-     * @method setOrigin
-     * @param {string} origin
-     */
-    setOrigin: function(originArg) {
-      origin = originArg;
-    },
-
-    /**
-     * Get the origin of the current host being signed in to.
-     * @method getOrigin
-     * @return {string} origin
-     */
-    getOrigin: function() {
-      return origin;
-    },
-
-    setOriginEmail: function(email) {
-      storage.site.set(origin, "email", email);
-    },
-
-    getOriginEmail: function() {
-      return storage.site.get(origin, "email");
-    },
-
-    /**
-     * Get the hostname for the set origin
-     * @method getHostname
-     * @returns {string}
-     */
-    getHostname: function() {
-      return origin.replace(/^.*:\/\//, "").replace(/:\d*$/, "");
-    },
-
-    setReturnTo: function(returnTo) {
-      this.returnTo = returnTo;
-    },
-
-    getReturnTo: function() {
-      return this.returnTo;
-    },
-
-    /**
-     * Create a user account - this creates an user account that must be verified.
-     * @method createSecondaryUser
-     * @param {string} email
-     * @param {string} password
-     * @param {function} [onComplete] - Called on completion.
-     * @param {function} [onFailure] - Called on error.
-     */
-    createSecondaryUser: function(email, password, onComplete, onFailure) {
-      network.createUser(email, password, origin,
-        handleStageAddressVerifictionResponse.curry(onComplete), onFailure);
-    },
-
-    /**
-     * Create a primary user.
-     * @method createPrimaryUser
-     * @param {object} info
-     * @param {function} onComplete - function to call on complettion.  Called
-     * with two parameters - status and info.
-     * Status can be:
-     *  primary.already_added
-     *  primary.verified
-     *  primary.verify
-     *  primary.could_not_add
-     *
-     *  info is passed on primary.verify and contains the info necessary to
-     *  verify the user with the IdP
-     */
-    createPrimaryUser: function(info, onComplete, onFailure) {
-      var email = info.email;
-      User.provisionPrimaryUser(email, info, function(status, provInfo) {
-        if (status === "primary.verified") {
-          User.authenticateWithAssertion(email, provInfo.assertion, function(status) {
-            if (status) {
-              onComplete("primary.verified");
-            }
-            else {
-              onComplete("primary.could_not_add");
-            }
-          }, onFailure);
-        }
-        else {
-          onComplete(status, provInfo);
-        }
-      }, onFailure);
-    },
-
-    /**
-     * A full provision a primary user, if they are authenticated, save their
-     * cert/keypair.  Note, we do not authenticate to login.persona.org but
-     * merely get an assertion for login.persona.org so that we can either add the
-     * email to the current account or authenticate the user if not
-     * authenticated.
-     * @method provisionPrimaryUser
-     * @param {string} email
-     * @param {object} info - provisioning info
-     * @param {function} [onComplete] - called when complete.  Called with
-     * status field and info. Status can be:
-     *  primary.already_added
-     *  primary.verified
-     *  primary.verify
-     *  primary.could_not_add
-     * @param {function} [onFailure] - called on failure
-     */
-    provisionPrimaryUser: function(email, info, onComplete, onFailure) {
-      User.primaryUserAuthenticationInfo(email, info, function(authInfo) {
-        if(authInfo.authenticated) {
-          persistEmailKeypair(email, "primary", authInfo.keypair, authInfo.cert,
-            function() {
-              // We are getting an assertion for persona.org.
-              User.getAssertion(email, "https://login.persona.org", function(assertion) {
-                if (assertion) {
-                  onComplete("primary.verified", {
-                    assertion: assertion
-                  });
-                }
-                else {
-                  onComplete("primary.could_not_add");
-                }
-              }, onFailure);
-            }
-          );
-        }
-        else {
-          onComplete("primary.verify", info);
-        }
-      }, onFailure);
-    },
-
-    /**
-     * Get the IdP authentication info for a user.
-     * @method primaryUserAuthenticationInfo
-     * @param {string} email
-     * @param {object} info - provisioning info
-     * @param {function} [onComplete] - called when complete.  Called with
-     * provisioning info as well as keypair, cert, and authenticated.
-     *   authenticated - boolean, true if user is authenticated with primary.
-     *    false otw.
-     *   keypair - returned if user is authenticated.
-     *   cert - returned if user is authenticated.
-     * @param {function} [onFailure] - called on failure
-     */
-    primaryUserAuthenticationInfo: function(email, info, onComplete, onFailure) {
-      var idInfo = storage.getEmail(email),
-          self=this;
-
-      primaryAuthCache = primaryAuthCache || {};
-
-      function complete(info) {
-        primaryAuthCache[email] = info;
-        onComplete && _.defer(onComplete.curry(info));
-      }
-
-      if(primaryAuthCache[email]) {
-        // If we have the info in our cache, we most definitely do not have to
-        // ask for it.
-        complete(primaryAuthCache[email]);
-        return;
-      }
-      else if(idInfo && idInfo.cert) {
-        // If we already have the info in storage, we know the user has a valid
-        // cert with their IdP, we say they are authenticated and pass back the
-        // appropriate info.
-        var userInfo = _.extend({authenticated: true}, idInfo, info);
-        complete(userInfo);
-        return;
-      }
-
-      provisioning(
-        {
-          email: email,
-          url: info.prov,
-          ephemeral: !storage.usersComputer.confirmed(email)
-        },
-        function(keypair, cert) {
-          var userInfo = _.extend({
-            keypair: keypair,
-            cert: cert,
-            authenticated: true
-          }, info);
-
-          complete(userInfo);
-        },
-        function(error) {
-          if (error.code === "primaryError" && error.msg === "user is not authenticated as target user") {
-            var userInfo = _.extend({
-              authenticated: false
-            }, info);
-            complete(userInfo);
-          }
-          else {
-            onFailure(info);
-          }
-        }
-      );
-    },
-
-    /**
-     * Get the IdP authentication status for a user.
-     * @method isUserAuthenticatedToPrimary
-     * @param {string} email
-     * @param {object} info - provisioning info
-     * @param {function} [onComplete] - called when complete.  Called with
-     *   status field - true if user authenticated with IdP, false otw.
-     * @param {function} [onFailure] - called on failure
-     */
-    isUserAuthenticatedToPrimary: function(email, info, onComplete, onFailure) {
-      User.primaryUserAuthenticationInfo(email, info, function(authInfo) {
-        onComplete(authInfo.authenticated);
-      }, onFailure);
-    },
-
-    /**
-     * Poll the server until user registration is complete.
-     * @method waitForUserValidation
-     * @param {string} email - email address to check.
-     * @param {function} [onSuccess] - Called to give status updates.
-     * @param {function} [onFailure] - Called on error.
-     */
-    waitForUserValidation: addressVerificationPoll.curry(network.checkUserRegistration),
-
-    /**
-     * Cancel the waitForUserValidation poll
-     * @method cancelUserValidation
-     */
-    cancelUserValidation: function() {
-      cancelRegistrationPoll();
-    },
-
-    /**
-     * Get site and email info for a token
-     * @method tokenInfo
-     * @param {string} token
-     * @param {function} [onComplete]
-     * @param {function} [onFailure]
-     */
-    tokenInfo: function(token, onComplete, onFailure) {
-      network.emailForVerificationToken(token, function (info) {
-        if(info) {
-          info = _.extend(info, { returnTo: storage.getReturnTo() });
-        }
-
-        complete(onComplete, info);
-      }, onFailure);
-
-    },
-
-    /**
-     * Verify a user
-     * @method verifyUser
-     * @param {string} token - token to verify.
-     * @param {string} password
-     * @param {function} [onComplete] - Called on completion.
-     *   Called with an object with valid, email, and origin if valid, called
-     *   with valid=false otw.
-     * @param {function} [onFailure] - Called on error.
-     */
-    verifyUser: completeAddressVerification.curry(network.completeUserRegistration),
-
-    /**
-     * Check if the user can set their password.  Only returns true for users
-     * with secondary accounts
-     * @method canSetPassword
-     * @param {function} [onComplete] - Called on with boolean flag on
-     * successful completion.
-     * @param {function} [onFailure] - Called on error.
-     */
-    canSetPassword: function(onComplete, onFailure) {
-      User.hasSecondary(onComplete, onFailure);
-    },
-
-    /**
-     * Set the initial password of the current user.
-     * @method setPassword
-     * @param {string} password - password to set
-     * @param {function} [onComplete] - Called on successful completion.
-     * @param {function} [onFailure] - Called on error.
-     */
-    setPassword: function(password, onComplete, onFailure) {
-      network.setPassword(password, onComplete, onFailure);
-    },
-
-    /**
-     * update the password of the current user.
-     * @method changePassword
-     * @param {string} oldpassword - the old password.
-     * @param {string} newpassword - the new password.
-     * @param {function} [onComplete] - called on completion.  Called with one
-     * parameter, status - set to true if password update is successful, false
-     * otw.
-     * @param {function} [onFailure] - called on XHR failure.
-     */
-    changePassword: function(oldpassword, newpassword, onComplete, onFailure) {
-      network.changePassword(oldpassword, newpassword, onComplete, onFailure);
-    },
-
-    /**
-     * Request a password reset for the given email address.
-     * @method requestPasswordReset
-     * @param {string} email
-     * @param {string} password
-     * @param {function} [onComplete] - Callback to call when complete, called
-     * with a single object, info.
-     *    info.status {boolean} - true or false whether request was successful.
-     *    info.reason {string} - if status false, reason of failure.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    requestPasswordReset: function(email, password, onComplete, onFailure) {
-      User.addressInfo(email, function(info) {
-        // user is not known.  Can't request a password reset.
-        if (!info.known) {
-          complete(onComplete, { success: false, reason: "invalid_user" });
-        }
-        // user is trying to reset the password of a primary address.
-        else if (info.type === "primary") {
-          complete(onComplete, { success: false, reason: "primary_address" });
-        }
-        else {
-          network.requestPasswordReset(email, password, origin,
-            handleStageAddressVerifictionResponse.curry(onComplete), onFailure);
-        }
-      }, onFailure);
-    },
-
-    /**
-     * Verify the password reset for a user.
-     * @method completePasswordReset
-     * @param {string} token - token to verify.
-     * @param {string} password
-     * @param {function} [onComplete] - Called on completion.
-     *   Called with an object with valid, email, and origin if valid, called
-     *   with valid=false otw.
-     * @param {function} [onFailure] - Called on error.
-     */
-    completePasswordReset: completeAddressVerification.curry(network.completePasswordReset),
-
-    /**
-     * Wait for the password reset to complete
-     * @method waitForPasswordResetComplete
-     * @param {string} email - email address to check.
-     * @param {function} [onSuccess] - Called to give status updates.
-     * @param {function} [onFailure] - Called on error.
-     */
-    waitForPasswordResetComplete: addressVerificationPoll.curry(network.checkPasswordReset),
-
-    /**
-     * Cancel the waitForPasswordResetComplete poll
-     * @method cancelWaitForPasswordResetComplete
-     */
-    cancelWaitForPasswordResetComplete: cancelRegistrationPoll,
-
-    /**
-     * Request the reverification of an unverified email address
-     * @method requestEmailReverify
-     * @param {string} email
-     * @param {function} [onComplete]
-     * @param {function} [onFailure]
-     */
-    requestEmailReverify: function(email, onComplete, onFailure) {
-      var idInfo = storage.getEmail(email);
-      if (!idInfo) {
-        // user does not own this address.
-        complete(onComplete, { success: false, reason: "invalid_email" });
-      }
-      else if (idInfo.verified) {
-        // this email is already verified, cannot be reverified.
-        complete(onComplete, { success: false, reason: "verified_email" });
-      }
-      else if (!idInfo.verified) {
-        // this address is unverified, try to reverify it.
-        network.requestEmailReverify(email, origin,
-          handleStageAddressVerifictionResponse.curry(onComplete), onFailure);
-      }
-    },
-
-    // the verification page for reverifying an email and adding an email to an
-    // account are the same, both are handled by the /confirm page. the
-    // /confirm page uses the verifyEmail function.  completeEmailReverify is
-    // not needed.
-
-    /**
-     * Wait for the email reverification to complete
-     * @method waitForEmailReverifyComplete
-     * @param {string} email - email address to check.
-     * @param {function} [onSuccess] - Called to give status updates.
-     * @param {function} [onFailure] - Called on error.
-     */
-    waitForEmailReverifyComplete: addressVerificationPoll.curry(network.checkEmailReverify),
-
-    /**
-     * Cancel the waitForEmailReverifyComplete poll
-     * @method cancelWaitForEmailReverifyComplete
-     */
-    cancelWaitForEmailReverifyComplete: cancelRegistrationPoll,
-
-    /**
-     * Cancel the current user's account.  Remove last traces of their
-     * identity.
-     * @method cancelUser
-     * @param {function} [onComplete] - Called whenever complete.
-     * @param {function} [onFailure] - called on error.
-     */
-    cancelUser: function(onComplete, onFailure) {
-      network.cancelUser(function() {
-        setAuthenticationStatus(false);
-        if (onComplete) {
-          onComplete();
-        }
-      }, onFailure);
-
-    },
-
-    /**
-     * Log the current user out.
-     * @method logoutUser
-     * @param {function} [onComplete] - Called whenever complete.
-     * @param {function} [onFailure] - called on error.
-     */
-    logoutUser: function(onComplete, onFailure) {
-      // logout of all websites
-      storage.logoutEverywhere();
-
-      // log out of browserid
-      network.logout(function() {
-        setAuthenticationStatus(false);
-        complete(onComplete);
-      }, onFailure);
-    },
-
-    /**
-     * Sync local identities with login.persona.org.  Generally should not need to
-     * be called.
-     * @method syncEmails
-     * @param {function} [onComplete] - Called whenever complete.
-     * @param {function} [onFailure] - Called on error.
-     */
-    syncEmails: function(onComplete, onFailure) {
-      cleanupIdentities(function () {
-        var issued_identities = User.getStoredEmailKeypairs();
-
-        network.listEmails(function(emails) {
-          // lists of emails
-          var client_emails = _.keys(issued_identities);
-          var server_emails = _.keys(emails);
-
-          var emails_to_add = _.difference(server_emails, client_emails);
-          var emails_to_remove = _.difference(client_emails, server_emails);
-          var emails_to_update = _.intersection(client_emails, server_emails);
-
-          // remove emails
-          _.each(emails_to_remove, function(email) {
-            storage.removeEmail(email);
-          });
-
-          // these are new emails
-          _.each(emails_to_add, function(email) {
-            var emailInfo = emails[email];
-
-            persistEmail({
-              email: email,
-              type: emailInfo.type || "secondary",
-              verified: emailInfo.verified
-            });
-          });
-
-          // update the type and verified status of stored emails
-          _.each(emails_to_update, function(email) {
-            var emailInfo = emails[email],
-                storedEmailInfo = storage.getEmail(email);
-
-            _.extend(storedEmailInfo, {
-              type: emailInfo.type,
-              verified: emailInfo.verified
-            });
-
-            storage.addEmail(email, storedEmailInfo);
-          });
-
-          complete(onComplete);
-
-        }, onFailure);
-      });
-    },
-
-    /**
-     * Check whether the current user is authenticated.  Calls the callback
-     * with false if cookies are disabled.
-     * @method checkAuthentication
-     * @param {function} [onComplete] - Called when check is complete with one
-     * boolean parameter, authenticated.  authenticated will be true if user is
-     * authenticated, false otw.
-     * @param {function} [onFailure] - Called on error.
-     */
-    checkAuthentication: function(onComplete, onFailure) {
-      network.cookiesEnabled(function(cookiesEnabled) {
-        if(cookiesEnabled) {
-          network.checkAuth(function(authenticated) {
-            setAuthenticationStatus(authenticated);
-            if (!authenticated) authenticated = false;
-            complete(onComplete, authenticated);
-          }, onFailure);
-        }
-        else {
-          complete(onComplete, cookiesEnabled);
-        }
-      }, onFailure);
-    },
-
-    /**
-     * Check whether the current user is authenticated.  If authenticated, sync
-     * identities.
-     * @method checkAuthenticationAndSync
-     * @param {function} [onComplete] - Called on sync completion with one
-     * boolean parameter, authenticated.  authenticated will be true if user
-     * is authenticated, false otw.
-     * @param {function} [onFailure] - Called on error.
-     */
-    checkAuthenticationAndSync: function(onComplete, onFailure) {
-      User.checkAuthentication(function(authenticated) {
-        if (authenticated) {
-          User.syncEmails(function() {
-            onComplete && onComplete(authenticated);
-          }, onFailure);
-        }
-        else {
-          onComplete && onComplete(authenticated);
-        }
-      }, onFailure);
-    },
-
-    /**
-     * Authenticate the user with the given email and password.  This will sync
-     * the user's addresses.
-     * @method authenticate
-     * @param {string} email - Email address to authenticate.
-     * @param {string} password - Password.
-     * @param {function} [onComplete] - Called on completion with status. true
-     * if user is authenticated, false otw.
-     * @param {function} [onFailure] - Called on error.
-     */
-    authenticate: function(email, password, onComplete, onFailure) {
-      // password is out of length range.  Don't even send the request
-      // and waste backend cycles. See issue #2032.
-      if (password.length < bid.PASSWORD_MIN_LENGTH
-       || password.length > bid.PASSWORD_MAX_LENGTH) {
-        complete(onComplete, false);
-        return;
-      }
-
-      network.authenticate(email, password, function(authenticated) {
-        setAuthenticationStatus(authenticated);
-
-        if(authenticated) {
-          User.syncEmails(function() {
-            onComplete && onComplete(authenticated);
-          }, onFailure);
-        } else if (onComplete) {
-          onComplete(authenticated);
-        }
-      }, onFailure);
-    },
-
-    /**
-     * Authenticate the user with the given email and assertion.  This will sync
-     * the user's addresses.
-     * @method authenticateWithAssertion
-     * @param {string} email
-     * @param {string} assertion
-     * @param {function} [onComplete] - Called on completion with status. true
-     * if user is authenticated, false otw.
-     * @param {function} [onFailure] - Called on error.
-     */
-    authenticateWithAssertion: function(email, assertion, onComplete, onFailure) {
-      network.authenticateWithAssertion(email, assertion, function(authenticated) {
-        setAuthenticationStatus(authenticated);
-
-        if (authenticated) {
-          User.syncEmails(function() {
-            complete(onComplete, authenticated);
-          }, onFailure);
-        } else {
-          complete(onComplete, authenticated);
-        }
-      }, onFailure);
-
-    },
-
-    /**
-     * Check whether the email is already registered.
-     * @method emailRegistered
-     * @param {string} email - Email address to check.
-     * @param {function} [onComplete] - Called with one boolean parameter when
-     * complete.  Parameter is true if `email` is already registered, false
-     * otw.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    isEmailRegistered: function(email, onComplete, onFailure) {
-      network.emailRegistered(email, onComplete, onFailure);
-    },
-
-    /**
-     * Get information about an email address.  Who vouches for it?
-     * (is it a primary or a secondary)
-     * @method addressInfo
-     * @param {string} email - Email address to check.
-     * @param {function} [onComplete] - Called with an object on success,
-     *   containing these properties:
-     *     type: <secondary|primary>
-     *     known: boolean, present if type is secondary.  True if email
-     *        address is registered with BrowserID.
-     *     authed: boolean, present if type is primary - whether the user
-     *        is authenticated to the IdP as this user.
-     *     auth: string - url to send users for auth - present if type is
-     *        primary.
-     *     prov: string - url to embed for silent provisioning - present
-     *        if type is secondary.
-     * @param {function} [onFailure] - Called on XHR failure.
-     */
-    addressInfo: function(email, onComplete, onFailure) {
-      function complete(info) {
-        info.email = email;
-
-        addressCache[email] = info;
-        onComplete && onComplete(info);
-      }
-
-      if(addressCache[email]) {
-        complete(addressCache[email]);
-      }
-      else {
-        network.addressInfo(email, function(info) {
-          info.email = email;
-          if(info.type === "primary") {
-            User.isEmailRegistered(email, function(registered) {
-              User.isUserAuthenticatedToPrimary(email, info, function(authed) {
-                info.known = registered;
-                info.authed = authed;
-                info.idpName = getIdPName(info);
-                complete(info);
-              }, onFailure);
-            }, onFailure);
-          }
-          else {
-            complete(info);
-          }
-        }, onFailure);
-      }
-    },
-
-    /**
-     * Add an email address to an already created account.  Sends address and
-     * keypair to the server, user then needs to verify account ownership. This
-     * does not add the new email address/keypair to the local list of
-     * valid identities.
-     * @method addEmail
-     * @param {string} email
-     * @param {string} password
-     * @param {function} [onComplete] - Called on successful completion.
-     * @param {function} [onFailure] - Called on error.
-     */
-    addEmail: function(email, password, onComplete, onFailure) {
-      network.addSecondaryEmail(email, password, origin, function(added) {
-        // Used on the main site when the user verifies - once verification
-        // is complete, the user is redirected back to the RP and logged in.
-        var returnTo = User.getReturnTo();
-        if (added && returnTo) storage.setReturnTo(returnTo);
-
-        // we no longer send the keypair, since we will certify it later.
-        complete(onComplete, added);
-      }, onFailure);
-    },
-
-    /**
-     * Check whether a password is needed to add a secondary email address to
-     * an already existing account.
-     * @method passwordNeededToAddSecondaryEmail
-     * @param {function} [onComplete] - Called on successful completion, called
-     * with true if password is needed, false otw.
-     * @param {function} [onFailure] - Called on error.
-     */
-    passwordNeededToAddSecondaryEmail: function(onComplete, onFailure) {
-      var emails = storage.getEmails(),
-          passwordNeeded = true;
-
-      for(var key in emails) {
-        if(emails[key].type === "secondary") {
-          passwordNeeded = false;
-        }
-      }
-
-      complete(onComplete, passwordNeeded);
-    },
-
-    /**
-     * Wait for the email registration to complete
-     * @method waitForEmailValidation
-     * @param {string} email - email address to check.
-     * @param {function} [onSuccess] - Called to give status updates.
-     * @param {function} [onFailure] - Called on error.
-     */
-    waitForEmailValidation: addressVerificationPoll.curry(network.checkEmailRegistration),
-
-    /**
-     * Cancel the waitForEmailValidation poll
-     * @method cancelEmailValidation
-     */
-    cancelEmailValidation: function() {
-      cancelRegistrationPoll();
-    },
-
-    /**
-     * Verify a users email address given by the token
-     * @method verifyEmail
-     * @param {string} token
-     * @param {string} password
-     * @param {function} [onComplete] - Called on completion.
-     *   Called with an object with valid, email, and origin if valid, called
-     *   with valid=false otw.
-     * @param {function} [onFailure] - Called on error.
-     */
-    verifyEmail: completeAddressVerification.curry(network.completeEmailRegistration),
-
-    /**
-     * Remove an email address.
-     * @method removeEmail
-     * @param {string} email - Email address to remove.
-     * @param {function} [onComplete] - Called when complete.
-     * @param {function} [onFailure] - Called on error.
-     */
-    removeEmail: function(email, onComplete, onFailure) {
-      if (storage.getEmail(email)) {
-        network.removeEmail(email, function() {
-          storage.removeEmail(email);
-          if (onComplete) {
-            onComplete();
-          }
-        }, onFailure);
-      } else if (onComplete) {
-        onComplete();
-      }
-    },
-
-    /**
-     * Sync an identity with the server.  Creates and stores locally and on the
-     * server a keypair for the given email address.
-     * @method syncEmailKeypair
-     * @param {string} email - Email address.
-     * @param {string} [issuer] - Issuer of keypair.
-     * @param {function} [onComplete] - Called on completion.  Called with
-     * status parameter - true if successful, false otw.
-     * @param {function} [onFailure] - Called on error.
-     */
-    syncEmailKeypair: function(email, onComplete, onFailure) {
-      prepareDeps();
-      // jwcrypto depends on a random seed being set to generate a keypair.
-      // The seed is set with a call to network.withContext.  Ensure the
-      // random seed is set before continuing or else the seed may not be set,
-      // the key never created, and the onComplete callback never called.
-      network.withContext(function() {
-        jwcrypto.generateKeypair({algorithm: "DS", keysize: bid.KEY_LENGTH}, function(err, keypair) {
-          certifyEmailKeypair(email, keypair, onComplete, onFailure);
-        });
-      });
-    },
-
-
-    /**
-     * Get an assertion for an identity
-     * @method getAssertion
-     * @param {string} email - Email to get assertion for.
-     * @param {string} audience - Audience to use for the assertion.
-     * @param {function} [onComplete] - Called with assertion, null otw.
-     * @param {function} [onFailure] - Called on error.
-     */
-    getAssertion: function(email, audience, onComplete, onFailure) {
-      // we use the current time from the browserid servers
-      // to avoid issues with clock drift on user's machine.
-      // (issue #329)
-        function complete(status) {
-          onComplete && onComplete(status);
-        }
-
-        var storedID = storage.getEmail(email),
-            assertion,
-            self=this;
-
-        function createAssertion(idInfo) {
-          network.serverTime(function(serverTime) {
-            var sk = jwcrypto.loadSecretKeyFromObject(idInfo.priv);
-
-            setTimeout(function() {
-              // assertions are valid for 2 minutes
-              var expirationMS = serverTime.getTime() + (2 * 60 * 1000);
-              var expirationDate = new Date(expirationMS);
-
-              jwcrypto.assertion.sign(
-                {}, {audience: audience, expiresAt: expirationDate},
-                sk,
-                function(err, signedAssertion) {
-                  assertion = jwcrypto.cert.bundle([idInfo.cert], signedAssertion);
-                  storage.site.set(audience, "email", email);
-                  complete(assertion);
-                });
-            }, 0);
-          }, onFailure);
-        }
-
-        if (storedID) {
-          prepareDeps();
-          if (storedID.priv) {
-            // parse the secret key
-            // yield to the render thread!
-            setTimeout(function() {
-              createAssertion(storedID);
-            }, 0);
-          }
-          else {
-            if (storedID.type === "primary") {
-              // first we have to get the address info, then attempt
-              // a provision, then if the user is provisioned, go and get an
-              // assertion.
-              User.addressInfo(email, function(info) {
-                User.provisionPrimaryUser(email, info, function(status) {
-                  if (status === "primary.verified") {
-                    User.getAssertion(email, audience, onComplete, onFailure);
-                  }
-                  else {
-                    complete(null);
-                  }
-                }, onFailure);
-              }, onFailure);
-            }
-            else {
-              // we have no key for this identity, go generate the key,
-              // sync it and then get the assertion recursively.
-              User.syncEmailKeypair(email, function(status) {
-                User.getAssertion(email, audience, onComplete, onFailure);
-              }, onFailure);
-            }
-          }
-        }
-        else {
-          complete(null);
-        }
-    },
-
-    /**
-     * Get the list of identities stored locally.
-     * @method getStoredEmailKeypairs
-     * @return {object} identities.
-     */
-    getStoredEmailKeypairs: function() {
-      return storage.getEmails();
-    },
-
-    /**
-     * Get the list of identities sorted by address.
-     * @method getSortedEmailKeypairs
-     * @return {array} of objects, with two fields, address, data
-     */
-    getSortedEmailKeypairs: function() {
-      var identities = User.getStoredEmailKeypairs(),
-          sortedIdentities = [];
-
-      for(var key in identities) {
-        if(identities.hasOwnProperty(key)) {
-          sortedIdentities.push({ address: key, info: identities[key] });
-        }
-      }
-
-      sortedIdentities.sort(function(a, b) {
-        var retval = a.address > b.address ? 1 : a.address < b.address ? -1 : 0;
-        return retval;
-      });
-
-      return sortedIdentities;
-    },
-
-    /**
-     * Get an individual stored identity.
-     * @method getStoredEmailKeypair
-     * @return {object} identity information for email, if exists, undefined
-     * otw.
-     */
-    getStoredEmailKeypair: function(email) {
-      return storage.getEmail(email);
-    },
-
-    /**
-     * Clear the list of identities stored locally.
-     * @method clearStoredEmailKeypairs
-     */
-    clearStoredEmailKeypairs: function() {
-      storage.clear();
-    },
-
-    /**
-     * Get an assertion for the current domain if the user is signed into it
-     * @method getPersistentSigninAssertion
-     * @param {function} onComplete - called on completion.  Called with an
-     * an email and assertion if successful, null otw.
-     * @param {function} onFailure - called on XHR failure.
-     */
-    getSilentAssertion: function(siteSpecifiedEmail, onComplete, onFailure) {
-      // XXX: why do we need to check authentication status here explicitly.
-      //      why can't we fail later?  the problem with doing this is that
-      //      knowing correct present authentication status requires that we
-      //      talk to the server, because you can be logged in or logged out
-      //      in many different contexts (dialog, manage page, cookies expire).
-      //      so if we rely on localstorage only and check authentication status
-      //      only when we know a network request will be required, we very well
-      //      might have fewer race conditions and do fewer network requests.
-      User.checkAuthenticationAndSync(function(authenticated) {
-        if (authenticated) {
-          var loggedInEmail = storage.getLoggedIn(origin);
-          if (loggedInEmail !== siteSpecifiedEmail) {
-            if (loggedInEmail) {
-              User.getAssertion(loggedInEmail, origin, function(assertion) {
-                onComplete(assertion ? loggedInEmail : null, assertion);
-              }, onFailure);
-            } else {
-              onComplete(null, null);
-            }
-          } else {
-            onComplete(loggedInEmail, null);
-          }
-        }
-        else if (onComplete) {
-          onComplete(null, null);
-        }
-      }, onFailure);
-    },
-
-    /**
-     * Clear the persistent signin field for the current origin
-     * @method clearPersistentSignin
-     * @param {function} onComplete - called on completion.  Called with
-     * a boolean, true if successful, false otw.
-     * @param {function} onFailure - called on XHR failure.
-     */
-    logout: function(onComplete, onFailure) {
-      User.checkAuthentication(function(authenticated) {
-        if (authenticated) {
-          storage.setLoggedIn(origin, false);
-        }
-
-        if (onComplete) {
-          onComplete(!!authenticated);
-        }
-      }, onFailure);
-    },
-
-    /**
-     * Check if the user has any secondary addresses.
-     * @method hasSecondary
-     * @param {function} onComplete - called with true if user has at least one
-     * email address, false otw.
-     * @param {function} onFailure - called on XHR failure.
-     */
-    hasSecondary: function(onComplete, onFailure) {
-      var hasSecondary = false,
-          emails = storage.getEmails();
-
-      for(var key in emails) {
-        if(emails[key].type === "secondary") {
-          hasSecondary = true;
-          break;
-        }
-      }
-
-      onComplete(hasSecondary);
-    },
-
-    /**
-     * Set whether the user owns the computer or not.
-     * @method setComputerOwnershipStatus
-     * @param {boolean} userOwnsComputer - true if user owns computer, false otw.
-     * @param {function} onComplete - called on successful completion.
-     * @param {function} onFailure - called on XHR failure.
-     */
-    setComputerOwnershipStatus: function(userOwnsComputer, onComplete, onFailure) {
-      var userID = network.userid();
-      if(typeof userID !== "undefined") {
-        if (userOwnsComputer) {
-          storage.usersComputer.setConfirmed(userID);
-          network.prolongSession(onComplete, onFailure);
-        }
-        else {
-          storage.usersComputer.setDenied(userID);
-          complete(onComplete);
-        }
-      } else {
-        complete(onFailure, "user is not authenticated");
-      }
-    },
-
-    /**
-     * Check if the user owns the computer
-     * @method isUsersComputer
-     */
-    isUsersComputer: function(onComplete, onFailure) {
-      var userID = network.userid();
-      if(typeof userID !== "undefined") {
-        complete(onComplete, storage.usersComputer.confirmed(userID));
-      } else {
-        complete(onFailure, "user is not authenticated");
-      }
-    },
-
-    /**
-     * Check whether the user should be asked if this is their computer
-     * @method shouldAskIfUsersComputer
-     */
-    shouldAskIfUsersComputer: function(onComplete, onFailure) {
-      var userID = network.userid();
-      if(typeof userID !== "undefined") {
-        // A user should never be asked if they completed an email
-        // registration/validation in this dialog session.
-        var shouldAsk = storage.usersComputer.shouldAsk(userID)
-                        && !registrationComplete;
-        complete(onComplete, shouldAsk);
-      } else {
-        complete(onFailure, "user is not authenticated");
-      }
-    }
-
-  };
-
-  // Set origin to default to the current domain.  Other contexts that use user.js,
-  // like dialogs or iframes, will call setOrigin themselves to update this to
-  // the origin of the of the RP.  On login.persona.org, it will remain the origin of
-  // login.persona.org
-  var currentOrigin = window.location.protocol + '//' + window.location.hostname;
-  if (window.location.port) {
-    currentOrigin += ':' + window.location.port;
-  }
-  User.setOrigin(currentOrigin);
-
-  return User;
-}());
diff --git a/resources/static/common/js/validation.js b/resources/static/common/js/validation.js
deleted file mode 100644
index d64d916cf2748123bbe3ef8bae915e0e5eeec874..0000000000000000000000000000000000000000
--- a/resources/static/common/js/validation.js
+++ /dev/null
@@ -1,102 +0,0 @@
-/*globals BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Validation = (function() {
-  var bid = BrowserID,
-      tooltip = bid.Tooltip;
-
-  bid.verifyEmail = function(address) {
-    if (typeof(address) !== "string")
-      return false;
-    // Original gotten from http://blog.gerv.net/2011/05/html5_email_address_regexp/
-    // changed the requirement that there must be a ldh-str because BrowserID
-    // is only used on internet based networks.
-    var parts = address.split("@");
-
-    return /^[\w.!#$%&'*+\-/=?\^`{|}~]+@[a-z\d-]+(\.[a-z\d-]+)+$/i.test(address)
-           // total address allwed to be 254 bytes long
-           && address.length <= 254
-           // local side only allowed to be 64 bytes long
-           && parts[0] && parts[0].length <= 64
-           // domain side allowed to be up to 253 bytes long
-           && parts[1] && parts[1].length <= 253;
-  };
-
-
-  function validateEmail(email) {
-    var valid = false;
-
-    if (!email) {
-      tooltip.showTooltip("#email_required");
-    }
-    else if (!bid.verifyEmail(email)) {
-      tooltip.showTooltip("#email_format");
-    }
-    else {
-      valid = true;
-    }
-
-    return valid;
-  }
-
-  function validateEmailAndPassword(email, password) {
-    var valid = validateEmail(email);
-
-    if (valid) {
-      valid = passwordExists(password);
-    }
-
-    return valid;
-  }
-
-  function passwordExists(password) {
-    var valid = !!password;
-
-    if (!valid) {
-      tooltip.showTooltip("#password_required");
-    }
-
-    return valid;
-  }
-
-  function passwordLength(password) {
-    var valid = password && (password.length >= bid.PASSWORD_MIN_LENGTH && password.length <= bid.PASSWORD_MAX_LENGTH);
-
-    if(!valid) {
-      tooltip.showTooltip("#password_length");
-    }
-
-    return valid;
-  }
-
-  function validationPasswordExists(vpass) {
-    var valid = !!vpass;
-
-    if(!valid) {
-      tooltip.showTooltip("#vpassword_required");
-    }
-
-    return valid;
-  }
-
-  function passwordAndValidationPassword(pass, vpass) {
-    var valid = passwordExists(pass) && passwordLength(pass) && validationPasswordExists(vpass);
-
-    if (valid && pass !== vpass) {
-      valid = false;
-      tooltip.showTooltip("#passwords_no_match");
-    }
-
-    return valid;
-  }
-
-  return {
-    email: validateEmail,
-    password: passwordExists,
-    emailAndPassword: validateEmailAndPassword,
-    passwordAndValidationPassword: passwordAndValidationPassword
-  };
-
-}());
-
diff --git a/resources/static/common/js/wait-messages.js b/resources/static/common/js/wait-messages.js
deleted file mode 100644
index 734239bb9e91e5f25836da3ba117bc32a966fa94..0000000000000000000000000000000000000000
--- a/resources/static/common/js/wait-messages.js
+++ /dev/null
@@ -1,30 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Wait = (function(){
-  "use strict";
-
-  var Wait = {
-    authentication: {
-      title: gettext("Finishing Sign In..."),
-      message:  gettext("In just a moment you'll be signed into Persona.")
-    },
-
-    generateKey: {
-      title:  gettext("Finishing Sign In..."),
-      message:  gettext("Please wait a few seconds while we sign you into the site.")
-    },
-
-    slowXHR: {
-      title:  gettext("We are sorry, this is taking a longer than it should."),
-      message:  gettext("If this doesn't resolve itself within a few seconds, please close the window and try again."),
-      id: "slowXHR"
-    }
-
-  };
-
-
-  return Wait;
-}());
-
-
diff --git a/resources/static/common/js/xhr.js b/resources/static/common/js/xhr.js
deleted file mode 100644
index 007d9c31dd5b058d578bbbb84e69de284d66ec9a..0000000000000000000000000000000000000000
--- a/resources/static/common/js/xhr.js
+++ /dev/null
@@ -1,193 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.XHR = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      mediator = bid.Mediator,
-      context,
-      csrf_token,
-      transport = bid.XHRTransport,
-      time_until_delay;
-
-  function clearContext() {
-    csrf_token = context = undefined;
-  }
-
-  function init(config) {
-    if(config.hasOwnProperty("transport")) {
-      transport = config.transport;
-    }
-
-    if(config.hasOwnProperty("time_until_delay")) {
-      time_until_delay = config.time_until_delay;
-    }
-
-    clearContext();
-  }
-
-  function xhrError(cb, info, jqXHR, textStatus, errorThrown) {
-    info = info || {};
-    info.network = _.extend(info.network || {}, {
-      status: jqXHR && jqXHR.status,
-      textStatus: textStatus,
-      errorThrown: errorThrown,
-      responseText: jqXHR.responseText
-    });
-
-    mediator.publish("xhr_error", info);
-
-    if (cb) cb(info);
-  }
-
-  function xhrDelay(reqInfo) {
-    mediator.publish("xhr_delay", reqInfo);
-  }
-
-  function xhrComplete(reqInfo) {
-    mediator.publish("xhr_complete", reqInfo);
-  }
-
-  function request(options) {
-    // We defer the responses because otherwise jQuery eats any exceptions
-    // that are thrown in the response handlers and it becomes very difficult
-    // to debug.
-    var successCB = options.success,
-        errorCB = options.error,
-        delayTimeout,
-        reqInfo = {
-          network: {
-            type: options.type.toUpperCase(),
-            url: options.url
-          }
-        },
-        success = function(resp, jqXHR, textResponse) {
-          if(delayTimeout) {
-            clearTimeout(delayTimeout);
-            delayTimeout = null;
-          }
-
-          xhrComplete(reqInfo);
-          if(options.defer_success) {
-            _.defer(successCB.curry(resp, jqXHR, textResponse));
-          }
-          else {
-            successCB(resp, jqXHR, textResponse);
-          }
-        },
-        error = function(resp, jqXHR, textResponse) {
-          if(delayTimeout) {
-            clearTimeout(delayTimeout);
-            delayTimeout = null;
-          }
-
-          xhrComplete(reqInfo);
-          _.defer(xhrError.curry(errorCB, reqInfo, resp, jqXHR, textResponse));
-        };
-
-    var req = _.extend({}, options, {
-      success: success,
-      error: error
-    });
-
-    if(time_until_delay) {
-      delayTimeout = setTimeout(xhrDelay.curry(reqInfo), time_until_delay);
-    }
-
-    mediator.publish("xhr_start", reqInfo);
-    transport.ajax(req);
-  }
-
-  function get(options) {
-    var req = _.extend(options, {
-      type: "GET",
-      defer_success: true
-    });
-    request(req);
-  }
-
-  function withContext(cb, onFailure) {
-    if (typeof context !== 'undefined') cb(context);
-    else {
-      request({
-        type: "GET",
-        url: "/wsapi/session_context",
-        success: function(result) {
-          csrf_token = result.csrf_token;
-          context = result;
-
-          mediator.publish("context_info", result);
-
-          cb && cb(result);
-        },
-        error: onFailure
-      });
-    }
-  }
-
-  function post(options) {
-    withContext(function() {
-      var data = options.data || {};
-      data.csrf = data.csrf || csrf_token;
-      var req = _.extend(options, {
-        type: "POST",
-        data: JSON.stringify(data),
-        contentType: 'application/json',
-        processData: false,
-        defer_success: true
-      });
-      request(req);
-    }, options.error);
-  }
-
-
-  return {
-    /**
-     * Initialize the XHR object.
-     * @method init
-     * @param {object} config
-     *    {object} [transport] - XHR transport to use
-     *    {number} [time_until_delay] - time until a request is considered
-     *    delayed.
-     */
-    init: init,
-
-    /**
-     * GET request
-     * @method get
-     * @param {object} config
-     *   {string} url
-     *   {function} [success] - called on success
-     *   {function} [error] - called on XHR failure
-     */
-    get: get,
-
-    /**
-     * POST request
-     * @method post
-     * @param {object} config
-     *   {string} url
-     *   {function} [success] - called on success
-     *   {function} [error] - called on XHR failure
-     */
-    post: post,
-
-    /**
-     * Get the session context
-     * @method withContext
-     * @param {function} complete
-     * @param {function} error - called on XHR failure
-     */
-    withContext: withContext,
-
-    /**
-     * Clear the current context
-     * @method clearContext
-     */
-    clearContext: clearContext
-  };
-}());
-
diff --git a/resources/static/common/js/xhr_transport.js b/resources/static/common/js/xhr_transport.js
deleted file mode 100644
index 6366d032d44e93abee200f759a288482c796662d..0000000000000000000000000000000000000000
--- a/resources/static/common/js/xhr_transport.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.XHRTransport = window.Micrajax;
diff --git a/resources/static/communication_iframe/start.js b/resources/static/communication_iframe/start.js
deleted file mode 100644
index 6f5ba8bd269a686f5b981a3b95654ab24efad340..0000000000000000000000000000000000000000
--- a/resources/static/communication_iframe/start.js
+++ /dev/null
@@ -1,113 +0,0 @@
-/*globals BrowserID: true, Channel: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  var bid = BrowserID,
-      network = bid.Network,
-      user = bid.User,
-      storage = bid.Storage;
-
-  // Initialize all localstorage values to default values.  Neccesary for
-  // proper sync of IE8 localStorage across multiple simultaneous
-  // browser sessions.
-  storage.setDefaultValues();
-
-  network.init();
-
-  // Do not check to see if cookies are supported in the iframe.  Just
-  // optimistically try to work by running network requests.  There are
-  // cases (especially in IE) where our checks will fail but our actual
-  // requests will not.  issue #2183
-  // (NOTE: if we want to try to improve failure modes for users with
-  //  a "disable 3rd party cookies"-like preference set in their browser,
-  //  we may need to re-visit this)
-  network.cookiesEnabledOverride = true;
-
-  var chan = Channel.build({
-    window: window.parent,
-    origin: "*",
-    scope: "mozid_ni"
-  });
-
-  var remoteOrigin;
-
-  function setRemoteOrigin(o) {
-    if (!remoteOrigin) {
-      remoteOrigin = o;
-      user.setOrigin(remoteOrigin);
-    }
-  }
-
-  var loggedInUser = undefined;
-
-  // the controlling page may "pause" the iframe when someone else (the dialog)
-  // is supposed to emit events
-  var pause = false;
-
-  function checkAndEmit(oncomplete) {
-    if (pause) return;
-
-    // this will re-certify the user if neccesary
-    user.getSilentAssertion(loggedInUser, function(email, assertion) {
-      if (email) {
-        // only send login events when the assertion is defined - when
-        // the 'loggedInUser' is already logged in, it's false - that is
-        // when the site already has the user logged in and does not want
-        // the resources or cost required to generate an assertion
-        if (assertion) chan.notify({ method: 'login', params: assertion });
-        loggedInUser = email;
-      } else if (loggedInUser !== null) {
-        // only send logout events when loggedInUser is not null, which is an
-        // indicator that the site thinks the user is logged out
-        chan.notify({ method: 'logout' });
-        loggedInUser = null;
-      }
-      oncomplete && oncomplete();
-    }, function(err) {
-      chan.notify({ method: 'logout' });
-      loggedInUser = null;
-      oncomplete && oncomplete();
-    });
-  }
-
-  function watchState() {
-    storage.watchLoggedIn(remoteOrigin, checkAndEmit);
-  }
-
-  // one of two events will cause us to begin checking to
-  // see if an event shall be emitted - either an explicit
-  // loggedInUser event or page load.
-  chan.bind("loggedInUser", function(trans, email) {
-    loggedInUser = email;
-  });
-
-  chan.bind("loaded", function(trans, params) {
-    trans.delayReturn(true);
-    setRemoteOrigin(trans.origin);
-    checkAndEmit(function() {
-      watchState();
-      trans.complete();
-    });
-  });
-
-  chan.bind("logout", function(trans, params) {
-    if (loggedInUser != null) {
-      storage.setLoggedIn(remoteOrigin, false);
-      chan.notify({ method: 'logout' });
-    }
-  });
-
-  chan.bind("dialog_running", function(trans, params) {
-    pause = true;
-  });
-
-  chan.bind("dialog_complete", function(trans, params) {
-    pause = false;
-    // the dialog running can change authentication status,
-    // lets manually purge our network cache
-    network.clearContext();
-    checkAndEmit();
-  });
-}());
diff --git a/resources/static/dialog/css/ie8.css b/resources/static/dialog/css/ie8.css
deleted file mode 100644
index a5792b5b61f7ad5b2853373c0c1269f75ef3114c..0000000000000000000000000000000000000000
--- a/resources/static/dialog/css/ie8.css
+++ /dev/null
@@ -1,8 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/**
- * These fixes are specific to IE8.
- */
-
diff --git a/resources/static/dialog/css/m.css b/resources/static/dialog/css/m.css
deleted file mode 100644
index b5fe152bf2e8958ff4f9c5d64fe9b42a9cbb0b01..0000000000000000000000000000000000000000
--- a/resources/static/dialog/css/m.css
+++ /dev/null
@@ -1,230 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* If the max-width changes, the size given in screen_size_hacks.js must be
- * updated as well.
- */
-@media screen and (max-width: 640px) {
-
-  html, body {
-    height: auto;
-    -webkit-text-size-adjust: none;
-  }
-
-  /* Remove background image gradients set in style.css which cause
-   * horizontal lines to appear while the dialog is loading.
-   */
-  body {
-    background-image: url('/common/i/grain.png');
-  }
-
-
-  header, footer {
-    position: static;
-    padding: 5px 20px;
-  }
-
-  footer{
-    padding: 10px 20px;
-  }
-
-  button {
-    height: 40px;
-    font-size: 18px;
-  }
-
-  input[type=email],
-  input[type=password] {
-    font-size: 17px;
-  }
-
-  section, .arrow, .arrowContainer {
-    display: none;
-  }
-
-  .inputs > li > label {
-    font-size: 16px;
-    margin-bottom: 5px;
-  }
-
-  .vertical > strong {
-    font-size: 20px;
-  }
-
-  #selectEmail {
-    top: auto;
-    left: auto;
-    bottom: auto;
-    right: auto;
-    overflow-y: inherit;
-    position: static;
-    width: auto;
-  }
-
-  #signIn {
-    top: auto;  /* this will be set in JS to be at the bottom of the header */
-    right: 0;
-    width: auto;
-    padding: 0;
-  }
-
-  #favicon {
-      overflow: inherit;
-      display: block;
-      width: 100%;
-      /* Changed this from relative to static to fix issue #1309 - tooltips
-       * being partially cut off by the site URL bar
-       */
-      position: static;
-      padding: 10px;
-      border-bottom: 1px solid rgba(0,0,0,0.05);
-      text-align: center;
-      left: 0;
-  }
-
-  #favicon img {
-      max-width: 32px;
-      max-height: 32px;
-      display: inline;
-      margin: 0 10px 0 0;
-      vertical-align: middle;
-  }
-
-  #favicon h2, #favicon h3 {
-      margin: 0 5px;
-      height: auto;
-      line-height: 32px;
-      font-size: 20px;
-      display: inline;
-      vertical-align: middle;
-  }
-
-  #favicon h3 {
-      font-size: 16px;
-  }
-
-  #favicon .vertical {
-      height: auto;
-      line-height: 32px;
-      vertical-align: middle;
-  }
-
-
-  #signIn .table, #signIn .container {
-      width: 100%;
-  }
-
-  #signIn .table{
-    padding: 20px;
-  }
-
-  #signIn .vertical {
-    position: static;
-  }
-
-  #signIn form {
-      padding: 0;
-  }
-
-  #formWrap {
-      background-color: transparent;
-  }
-
-  .form #formWrap, .waiting #wait, .delay #delay, #error #error {
-      display: block;
-  }
-
-  .waiting #formWrap, .delay #formWrap, .error #formWrap, .delay #wait, .error #wait, .error #delay {
-      display: none;
-  }
-
-  #selectEmail > .inputs > li > label {
-    margin: 0;
-    padding: 8px 0;
-  }
-
-  #signIn .submit > p {
-    font-size: 14px;
-    display: block;
-    margin-top: 20px;
-  }
-
-  #signIn .submit > p:first-child {
-    padding: 0;
-    margin-top: 0;
-  }
-
-  #content {
-    position: relative;
-    top: 0;
-    bottom: 0;
-  }
-
-  .form_section,
-  .vertical {
-    position: relative;
-    height: auto;
-    width: 100%;
-    max-height: none;
-    overflow: visible;
-    left: 0;
-    right: 0;
-    top: 0;
-    bottom: 0;
-  }
-
-  .submit #cancel, #signIn .submit #cancel {
-    line-height: 40px; /* Match the height of the buttons on the right */
-    font-size: 18px;
-  }
-
-  .submit #cancel.emphasize, #signIn .submit #cancel.emphasize {
-    line-height: 22px; /* override the default cancel button height for
-                          desktop or else the button looks huge */
-  }
-
-  #error .vertical {
-    width: auto;
-  }
-
-  #error .vertical > div {
-    display: block;
-    height: auto;
-    padding: 10px;
-  }
-
-  a.emphasize {
-    font-size: 14px;
-    padding: 5px;
-    margin-top: 10px;
-  }
-
-  /* Since mobile devices are narrow, the buttons and their corresponding text
-   * should stack one on top of the other, center both.
-   */
-  #your_computer_content li {
-    margin: 15px 0;
-    min-height: 40px;
-    text-align: center;
-  }
-
-  #your_computer_content button {
-    display: block;
-    margin: 0 auto;
-  }
-
-
-  .inputs > li {
-    margin-top: 12px;
-  }
-
-  /* The unsupported and cookies_disabled dialogs have to be position: static
-   * or else their content is not displayed on mobile devices. See issue #1998
-   */
-  #error.unsupported, #error.cookies_disabled {
-    position: static;
-    height: 250px;
-  }
-}
-
diff --git a/resources/static/dialog/css/style.css b/resources/static/dialog/css/style.css
deleted file mode 100644
index d89ab0478730c3b819073d27ced59e2da033484d..0000000000000000000000000000000000000000
--- a/resources/static/dialog/css/style.css
+++ /dev/null
@@ -1,478 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-body {
-  color: #383838;
-  background-color: #dee3e6;
-  background-image: url('/common/i/grain.png');
-  background-image: url("/common/i/grain.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(113, 126, 137, 0)), to(rgba(113, 126, 137, 0.2)));
-  background-image: url('/common/i/grain.png'), -webkit-linear-gradient(top, rgba(113, 126, 137, 0), rgba(113, 126, 137, 0.2));
-  background-image: url('/common/i/grain.png'),    -moz-linear-gradient(top, rgba(113, 126, 137, 0), rgba(113, 126, 137, 0.2));
-  background-image: url('/common/i/grain.png'),     -ms-linear-gradient(top, rgba(113, 126, 137, 0), rgba(113, 126, 137, 0.2));
-  background-image: url('/common/i/grain.png'),      -o-linear-gradient(top, rgba(113, 126, 137, 0), rgba(113, 126, 137, 0.2));
-  background-image: url('/common/i/grain.png'),         linear-gradient(top, rgba(113, 126, 137, 0), rgba(113, 126, 137, 0.2));
-  line-height: 18px;
-}
-
-#signIn {
-    position: absolute;
-    left: 0;
-    top: 0;
-    bottom: 0;
-    width: 393px;
-    padding-right: 105px;
-}
-
-.completing #signIn {
-    /**
-     * The width is set in helpers.js->animateClose
-     */
-    -webkit-transition: all 750ms ease;
-       -moz-transition: all 750ms ease;
-        -ms-transition: all 750ms ease;
-         -o-transition: all 750ms ease;
-            transition: all 750ms ease;
-}
-
-
-
-header, footer {
-    position: absolute;
-    z-index: 2;
-    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05) inset;
-}
-
-header {
-    top: 0;
-    padding: 10px 20px;
-    /* The *padding is a fix for IE6 and IE7 showing scroll bars in the
-     * unsupported dialog.  Since IE6 and IE7 do not support box-sizing:
-     * border-box, the left and right padding cause these versions of IE to
-     * overflow the dialog box.
-     */
-    *padding: 10px 0;
-    border-bottom: 1px solid #c7c6c1;
-
-    /*-ms-filter through zoom: 1 are fixes for IE6 and IE7 so they show the header
-     */
-    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c000000,endColorstr=#0c000000);
-    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c000000,endColorstr=#0c000000);
-    zoom: 1;
-    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.05), rgba(0,0,0,0));
-    background-image:    -moz-linear-gradient(top, rgba(0,0,0,.05), rgba(0,0,0,0));
-    background-image:     -ms-linear-gradient(top, rgba(0,0,0,.05), rgba(0,0,0,0));
-    background-image:      -o-linear-gradient(top, rgba(0,0,0,.05), rgba(0,0,0,0));
-    background-image:         linear-gradient(top, rgba(0,0,0,.05), rgba(0,0,0,0));
-}
-
-h2 {
-    font-size: 20px;
-}
-
-h3 {
-    font-size: 18px;
-}
-
-
-.home {
-  width: 161px;
-  height: 40px;
-  background: url("/dialog/i/persona-logo-transparent.png") 0 0 no-repeat;
-  text-indent: -9999px;
-  display: inline-block;
-  *display: block;
-  zoom: 1;
-}
-
-footer {
-    bottom: 0;
-    border-top: 1px solid #c7c6c1;
-    /* The *padding is a fix for IE6 and IE7 showing scroll bars in the
-     * unsupported dialog.  Since IE6 and IE7 do not support box-sizing:
-     * border-box, the left and right padding cause these versions of IE to
-     * overflow the dialog box.
-     */
-    padding: 20px;
-    *padding: 20px 0;
-    text-align: center;
-    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.05));
-    background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.05));
-    background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.05));
-    background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.05));
-    background-image:         linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.05));
-}
-
-label {
-    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
-}
-
-label.selectable {
-    cursor: pointer;
-}
-
-section {
-    display: block;
-    position: absolute;
-    top: 0;
-    left: 0;
-    bottom: 0;
-    right: 0;
-    z-index: 0;
-}
-
-.table {
-    display: table;
-    width: 100%;
-    height: 100%;
-}
-
-.table .vertical {
-    display: table-cell;
-    vertical-align: middle;
-}
-
-section > .contents {
-    display: table-cell;
-    vertical-align: middle;
-    height: 250px;
-}
-
-.form_section {
-    /**
-     * Set the width of the container for when the arrow animation happens
-     * otherwise the buttons slide right with the arrow
-     */
-    width: 250px;
-    font-size: 13px;
-}
-
-.form_section p {
-    margin-top: 8px;
-}
-
-
-.contents > strong {
-    display: none;
-}
-
-#content {
-    position: absolute;
-    overflow: hidden;
-    left: 0;
-    right: 0;
-    top: 61px;
-    bottom: 61px;
-    /* Fix for IE6 not displaying the unsupported dialog correctly. IE6 by
-     * default sets the height and width of the element to 0 meaning nothing
-     * shows up on the screen.
-     * Note, height is a magic number that depend on the height of the
-     * dialog.  The height also depends on the height of the header and footer.
-     */
-    _width: 100%;
-    _height: 250px;
-}
-
-#wait, #error, #delay {
-    z-index: -1;
-    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-    opacity: 0;
-
-    -webkit-transition-property: all;
-    -moz-transition-property: all;
-    -ms-transition-property: all;
-    -o-transition-property: all;
-    transition-property: all;
-
-    -webkit-transition-duration: 0.25s;
-    -moz-transition-duration: 0.25s;
-    -ms-transition-duration: 0.25s;
-    -o-transition-duration: 0.25s;
-    transition-duration: 0.25s;
-
-    /* Set this to .25s for Android browser, 0.5 seconds makes it so that it
-     * does not show */
-    -webkit-transition-delay: 0.25s;
-    -moz-transition-delay: 0.5s;
-    -ms-transition-delay: 0.5s;
-    -o-transition-delay: 0.5s;
-    transition-delay: 0.5s;
-}
-
-
-.waiting #wait {
-    display: block;
-    z-index: 1;
-    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-    opacity: 1;
-}
-
-.delay #delay {
-    display: block;
-    z-index: 2;
-    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-    opacity: 1;
-}
-
-.error #error, #error.unsupported, #error.cookies_disabled {
-    display: block;
-    z-index: 3;
-    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-    opacity: 1;
-}
-
-#error.unsupported {
-  padding: 20px 0;
-}
-
-.unsupported {
-  /*
-   * These are fixes for IE6 - IE6 does not support the combination #id.class
-   * selector, so we have to use just the class, and then prepend the css
-   * attributes with _ so only IE6 renders them.
-   */
-  _padding: 20px 0;
-  _width: 100%;
-  _height: 100%;
-}
-
-#error.unsupported h2 {
-  margin: 0 0 20px;
-}
-
-#error img {
-    border: none;
-}
-
-#error .lighter {
-    color: #777;
-}
-
-#wait .vertical, #error .vertical, #delay .vertical {
-    padding: 0 20px;
-}
-
-
-#signIn .table {
-    background-color: #eff0f2;
-    padding: 0 20px;
-}
-
-.arrowContainer {
-    position: absolute;
-    width: 105px;
-    right:  0;
-    top: 0;
-    bottom: 0;
-}
-
-.arrow {
-    display: block;
-    position: absolute;
-    top: 0;
-    bottom: 0;
-    left: 0;
-    right: 0;
-    background-image: url('/dialog/i/arrow_grey.png');
-    background-repeat: no-repeat;
-    background-position: center;
-    background-color: transparent;
-}
-
-#favicon {
-    position: absolute;
-    left: 400px;
-    top: 0;
-    bottom: 0;
-    right: 20px; /* The same as the left padding of the left hand side */
-    overflow: hidden;
-    z-index: 10;
-}
-
-#favicon strong {
-    font-size: 18px;
-    line-height: 24px;
-    text-shadow: 0 1px #fff;
-}
-
-#favicon img {
-    display: block;
-    margin: 0 auto;
-    max-height: 100px;
-    max-width: 100px;
-}
-
-#favicon h2, #favicon h3 {
-    line-height: 1.2em;
-    margin: 10px 0 0 0;
-}
-
-#favicon h2 {
-    margin: 10px 0 0 0;
-}
-
-#favicon h3 {
-    font-size: 16px;
-    margin-top: 0;
-}
-
-#favicon .vertical {
-    display: table-cell;
-    text-align: center;
-    max-width: 0;
-}
-
-div#required_email {
-    padding-top: .7em;
-    font-size: 1.2em;
-    font-weight: bold;
-}
-
-#selectEmail {
-    position: absolute;
-    top: 20px;
-    bottom: 20px;
-    left: 20px;
-    width: 250px;
-    overflow-y: auto;
-}
-
-#selectEmail.vcenter {
-    position: static;
-    overflow-y: visible;
-    /* The below 1px padding is part of a fix for a bug in webkit where there
-     * is a ghost padding-right to accommodate the scroll bar that is shown
-     * if there are many email addresses. The ghost padding caused the submit
-     * button to shift when the user clicked on it, sometimes making the
-     * submit button require two clicks.  The other half of the fix is in
-     * screen_size_hacks.js, where an adjustment to the width is made.
-     * These two in combination force Chrome to re-flow, which fixes its
-     * own bug.
-     */
-    padding-right: 1px;
-}
-
-.inputs > li {
-  margin-top: 8px;
-}
-
-.inputs > li > label {
-    overflow: hidden;
-    text-overflow: ellipsis;
-}
-
-#selectEmail > .inputs > li {
-    margin: 0;
-}
-
-#selectEmail > .inputs > li > label {
-    padding: 3px 1px;
-    white-space: nowrap;
-}
-
-#selectEmail > .inputs > li > label.preselected {
-    font-weight: bold;
-}
-
-#selectEmail > .inputs > li:only-child > label.selectable {
-    cursor: default;
-}
-
-#selectEmail > .inputs > li:only-child input[type=radio] {
-    display: none;
-}
-
-.submit {
-    margin-top: 8px;
-    color: #333;
-    font-size: 11px;
-}
-
-.submit > p {
-  margin-top: 8px;
-}
-
-.tospp {
-  font-size: 11px;
-  color: #787878;
-}
-
-#rptospp {
-  display: none;
-  margin: 10px auto;
-  max-width: 280px;
-}
-
-.rptospp #rptospp {
-  display: block;
-}
-
-a.emphasize {
-  border-bottom: 1px solid #b8babc;
-  border-radius: 2px;
-  color: #484848;
-  font-size: 11px;
-  padding: 0 5px;
-  display: inline-block;
-  line-height: 22px;
-  background-color: #e5e9eb;
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e9eb), to(#d8dbde));
-  background-image: -webkit-linear-gradient(top, #e5e9eb, #d8dbde);
-  background-image:    -moz-linear-gradient(top, #e5e9eb, #d8dbde);
-  background-image:     -ms-linear-gradient(top, #e5e9eb, #d8dbde);
-  background-image:      -o-linear-gradient(top, #e5e9eb, #d8dbde);
-  background-image:         linear-gradient(top, #e5e9eb, #d8dbde);
-}
-
-a.emphasize:hover,
-a.emphasize:focus {
-  background-color: #d8dbde;
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8dbde), to(#ccc));
-  background-image: -webkit-linear-gradient(top, #d8dbde, #ccc);
-  background-image:    -moz-linear-gradient(top, #d8dbde, #ccc);
-  background-image:     -ms-linear-gradient(top, #d8dbde, #ccc);
-  background-image:      -o-linear-gradient(top, #d8dbde, #ccc);
-  background-image:         linear-gradient(top, #d8dbde, #ccc);
-}
-
-a.emphasize:active {
-  box-shadow: 0 0 5px #333 inset;
-}
-
-
-#back {
-  color: #000;
-  border-bottom: 1px dotted;
-  font-weight: normal;
-}
-
-.submit > button {
-    margin: 0 0 0 5px;
-}
-
-.newuser,
-.returning {
-    display: none;
-}
-
-#your_computer_content {
-  max-width: 490px;
-  margin: auto;
-}
-
-#your_computer_content li {
-  margin: 15px 0;
-  text-align: left;
-  line-height: 28px;
-}
-
-#your_computer_content button {
-  margin: 0 10px 0 0;
-  display: inline-block;
-  float: none;
-}
-
-.unsupported, .cookies_disabled {
-  text-align: center;
-}
-
diff --git a/resources/static/dialog/i/arrow_grey.png b/resources/static/dialog/i/arrow_grey.png
deleted file mode 100644
index 87c8893e9d81abfb6012b9e5823cd179f30eeda8..0000000000000000000000000000000000000000
Binary files a/resources/static/dialog/i/arrow_grey.png and /dev/null differ
diff --git a/resources/static/dialog/i/firefox_logo.png b/resources/static/dialog/i/firefox_logo.png
deleted file mode 100644
index c4dad373e1f95655102af8fa3a617324539e8402..0000000000000000000000000000000000000000
Binary files a/resources/static/dialog/i/firefox_logo.png and /dev/null differ
diff --git a/resources/static/dialog/i/persona-logo-transparent.png b/resources/static/dialog/i/persona-logo-transparent.png
deleted file mode 100644
index c249e97fa2daf6de091f0d78a702872c0a7bafd5..0000000000000000000000000000000000000000
Binary files a/resources/static/dialog/i/persona-logo-transparent.png and /dev/null differ
diff --git a/resources/static/dialog/js/misc/helpers.js b/resources/static/dialog/js/misc/helpers.js
deleted file mode 100644
index 4c3f150a0706a3d028c443aeec2e664465a875dd..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/misc/helpers.js
+++ /dev/null
@@ -1,179 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true*/
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      helpers = bid.Helpers,
-      complete = helpers.complete,
-      user = bid.User,
-      tooltip = bid.Tooltip,
-      errors = bid.Errors,
-      dom = bid.DOM;
-
-  function animateClose(callback) {
-    var body = $("body"),
-        bodyWidth = body.innerWidth(),
-        doAnimation = $("#signIn").length && bodyWidth > 640;
-
-    if (doAnimation) {
-      /**
-       * Force the arrow to slide all the way off the screen.
-       */
-      var endWidth = bodyWidth + $(".arrowContainer").outerWidth();
-
-      body.addClass("completing");
-      /**
-       * CSS transitions are used to do the slide effect.  jQuery has a bug
-       * where it does not do transitions correctly if the box-sizing is set to
-       * border-box and the element has a padding
-       */
-      $("#signIn").css("width", endWidth + "px");
-
-      // Call setTimeout here because on Android default browser, sometimes the
-      // callback is not correctly called, it seems as if jQuery does not know
-      // the animation is complete.
-      setTimeout(complete.curry(callback), 1750);
-    }
-    else {
-      complete(callback);
-    }
-  }
-
-  function getAssertion(email, callback) {
-    var self=this,
-        wait = bid.Screens.wait;
-
-    wait.show("wait", bid.Wait.generateKey);
-
-    user.getAssertion(email, user.getOrigin(), function(assert) {
-      assert = assert || null;
-      wait.hide();
-      self.publish("assertion_generated", {
-        assertion: assert
-      });
-
-      complete(callback, assert);
-    }, self.getErrorDialog(errors.getAssertion, complete));
-  }
-
-  function authenticateUser(email, pass, callback) {
-    var self=this;
-    self.publish("password_submit");
-    user.authenticate(email, pass,
-      function (authenticated) {
-        if (authenticated) {
-          self.publish("authentication_success");
-        }
-        else {
-          self.publish("authentication_fail");
-          tooltip.showTooltip("#cannot_authenticate");
-        }
-        complete(callback, authenticated);
-      }, self.getErrorDialog(errors.authenticate, callback));
-  }
-
-  function createUser(email, password, callback) {
-    var self=this;
-    user.createSecondaryUser(email, password, function(status) {
-      if (status.success) {
-        var info = { email: email, password: password };
-        self.publish("user_staged", info, info);
-        complete(callback, true);
-      }
-      else {
-        // XXX will this tooltip ever be shown, the authentication screen has
-        // already been torn down by this point?
-        tooltip.showTooltip("#could_not_add");
-        complete(callback, false);
-      }
-    }, self.getErrorDialog(errors.createUser, callback));
-  }
-
-  function resetPassword(email, password, callback) {
-    var self=this;
-    user.requestPasswordReset(email, password, function(status) {
-      if (status.success) {
-        self.publish("reset_password_staged", { email: email });
-      }
-      else {
-        tooltip.showTooltip("#could_not_add");
-      }
-      complete(callback, status.success);
-    }, self.getErrorDialog(errors.requestPasswordReset, callback));
-  }
-
-  function reverifyEmail(email, callback) {
-    var self=this;
-    user.requestEmailReverify(email, function(status) {
-      if (status.success) {
-        self.publish("reverify_email_staged", { email: email });
-      }
-      else {
-        tooltip.showTooltip("#could_not_add");
-      }
-      complete(callback, status.success);
-    }, self.getErrorDialog(errors.requestPasswordReset, callback));
-  }
-
-  function addEmail(email, callback) {
-    var self=this;
-
-    if (user.getStoredEmailKeypair(email)) {
-      // User already owns this address
-      tooltip.showTooltip("#already_own_address");
-      complete(callback, false);
-    }
-    else {
-      user.addressInfo(email, function(info) {
-        if (info.type === "primary") {
-          var info = _.extend(info, { email: email, add: true });
-          self.publish("primary_user", info, info);
-          complete(callback, true);
-        }
-        else {
-          self.publish("stage_email", { email: email });
-          complete(callback, true);
-        }
-      }, self.getErrorDialog(errors.addressInfo, callback));
-    }
-  }
-
-  function addSecondaryEmail(email, password, callback) {
-    var self=this;
-
-    user.addEmail(email, password, function(added) {
-      if (added) {
-        var info = { email: email, password: password };
-        self.publish("email_staged", info, info );
-      }
-      else {
-        tooltip.showTooltip("#could_not_add");
-      }
-      complete(callback, added);
-    }, self.getErrorDialog(errors.addEmail, callback));
-  }
-
-  function showRPTosPP() {
-    dom.addClass("body", "rptospp");
-  }
-
-  helpers.Dialog = helpers.Dialog || {};
-
-  _.extend(helpers.Dialog, {
-    getAssertion: getAssertion,
-    authenticateUser: authenticateUser,
-    createUser: createUser,
-    addEmail: addEmail,
-    addSecondaryEmail: addSecondaryEmail,
-    resetPassword: resetPassword,
-    reverifyEmail: reverifyEmail,
-    cancelEvent: helpers.cancelEvent,
-    animateClose: animateClose,
-    showRPTosPP: showRPTosPP
-  });
-
-}());
diff --git a/resources/static/dialog/js/misc/internal_api.js b/resources/static/dialog/js/misc/internal_api.js
deleted file mode 100644
index 5a5e644c0dbd2cd6c1038c7ede4c8f937d25cf1f..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/misc/internal_api.js
+++ /dev/null
@@ -1,123 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true*/
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  "use strict";
-
-  var nav = navigator,
-      bid = BrowserID,
-      internal = bid.internal = bid.internal || {},
-      user = bid.User,
-      storage = bid.Storage,
-      moduleManager = bid.module;
-
-  // given an object containing an assertion, extract the assertion string,
-  // as the internal API is supposed to return a string assertion, not an
-  // object.  issue #1395
-
-  function assertionObjectToString(assertion) {
-    if (assertion !== null && typeof assertion === 'object' && assertion.assertion) {
-      assertion = assertion.assertion;
-    }
-    return assertion;
-  }
-
-  /**
-   * Set the persistent flag to true for an origin.
-   * @method setPersistent
-   * @param {string} origin
-   * @param {callback} [callback] - callback to call when complete.  Called
-   * with true if successful, null if user is not authenticated or failure.
-   */
-  internal.setPersistent = function(origin, callback) {
-    function complete(status) {
-      callback && callback(status);
-    }
-
-    user.checkAuthentication(function onComplete(authenticated) {
-      if (authenticated) {
-        storage.site.set(origin, "remember", true);
-      }
-
-      complete(!!authenticated || null);
-    }, complete.curry(null));
-  };
-
-  /**
-   * Get an assertion.  Mimics the behavior of navigator.id.get.
-   * options.silent defaults to false.  To get an assertion without using the
-   * dialog, set options.silent to true.  To specify a required email, set
-   * options.requiredEmail. By specifying both silent:true and requiredEmail:
-   * <email>, an assertion will be attempted to be retreived for the given
-   * email without showing the dialog.
-   * @method get
-   * @param {string} origin
-   * @param {function} callback - called when complete.  Called with assertion
-   * if success, null if the user cancels.  Other conditions causing null
-   * return value: silent is true and user is not authenticated.  silent is
-   * true, requiredEmail is specified but user does not control email.
-   * @param {object} options.  See options block for navigator.id.get.
-   * options.silent defaults to false.
-   */
-  internal.get = function(origin, callback, options) {
-    function complete(assertion) {
-      assertion = assertionObjectToString(assertion);
-      // If no assertion, give no reason why there was a failure.
-      callback && callback(assertion || null);
-    }
-
-    options = options || {};
-
-    var silent = !!options.silent;
-    if(silent) {
-      // first, check the required email field, if that is not specified, go
-      // check if an email is associated with this site. If that is not
-      // available, there is not enough information to continue.
-      var requiredEmail = options.requiredEmail || storage.site.get(origin, "email");
-      if(requiredEmail) {
-        getSilent(origin, requiredEmail, callback);
-      }
-      else {
-        complete();
-      }
-    }
-    else {
-      // Use the standard dialog facilities to get the assertion, pass the
-      // options block directly to the dialog.
-      var controller = moduleManager.getRunningModule("dialog");
-      if(controller) {
-        controller.get(origin, options, complete, complete);
-      }
-      else {
-        complete();
-      }
-    }
-  };
-
-  /*
-   * Get an assertion without user interaction - internal use
-   */
-  function getSilent(origin, email, callback) {
-    function complete(assertion) {
-      assertion = assertionObjectToString(assertion);
-      callback && callback(assertion || null);
-    }
-
-    user.checkAuthenticationAndSync(function(authenticated) {
-      // User must be authenticated to get an assertion.
-      if(authenticated) {
-        user.setOrigin(origin);
-        user.getAssertion(email, user.getOrigin(), function(assertion) {
-          complete(assertion || null);
-        }, complete.curry(null));
-      }
-      else {
-        complete(null);
-      }
-    }, complete.curry(null));
-  }
-
-}());
diff --git a/resources/static/dialog/js/misc/screen_size_hacks.js b/resources/static/dialog/js/misc/screen_size_hacks.js
deleted file mode 100644
index ce048dd5f2812bc802b4b095b2feffb957dba181..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/misc/screen_size_hacks.js
+++ /dev/null
@@ -1,130 +0,0 @@
-(function() {
-  "use strict";
-
-  /**
-   * This is a hack to feign fixed headers/footers and dynamic body content
-   * size.  On mobile, it helps keep the footer at the very bottom of the
-   * screen without the jumpiness that comes with position: fixed in both
-   * Fennec and Android native browser.  On desktop/tablet browsers, resizing
-   * the #content element causes the contents to be vertically centered.
-   */
-  function onResize() {
-    var selectEmailEl = $("#selectEmail"),
-        contentEl = $("#content"),
-        signInEl = $("#signIn");
-
-    selectEmailEl.css("position", "static");
-
-    // The mobile breakpoint is 640px in the CSS.  If the max-width is changed
-    // there, it must be changed here as well.
-    if($(window).width() > 640) {
-      // First, remove the mobile hacks
-      selectEmailEl.css("width", "");
-      contentEl.css("min-height", "");
-      signInEl.css("top", "");
-
-      // This is a hack for desktop mode which centers the form vertically in
-      // the middle of its container.  We have to do this hack because we use
-      // table cell vertical centering when the browserid window is large and
-      // the number of emails small, but if the screen size is smaller than the
-      // number of emails, we have to print a scrollbar - but only around the
-      // emails.
-
-      // set the height to static so that we can get the height without
-      // constraints.
-      var height = selectEmailEl.innerHeight();
-      // re-introduce constraints
-
-      if(height < $("#signIn .vertical").innerHeight()) {
-        selectEmailEl.addClass("vcenter");
-
-        /* The below width adjustment is part of a fix for a bug in webkit where
-         * there is a ghost padding-right to accommodate the scroll bar that is
-         * shown if there are many email addresses. The ghost padding caused the
-         * submit button to shift when the user clicked on it, sometimes making
-         * the submit button require two clicks.  The other half of the fix is
-         * in popup.css, where an adjustment to the padding is made.
-         * These two in combination force Chrome to re-flow, which fixes its
-         * own bug.
-         */
-        var width = selectEmailEl.width();
-        selectEmailEl.width(width);
-      }
-      else {
-        selectEmailEl.removeClass("vcenter");
-      }
-    }
-    else {
-        // First, remove the desktop hacks
-        selectEmailEl.removeClass("vcenter");
-
-        // Hack to make sure the email addresses stay within their container.
-        // We have to do this ghettoness because table-cells (which are used to
-        // vertically center everything) expand to fully contain their children
-        // and the ellipsis never show up as expected.
-
-        // First, find the maximum width that emails can be.
-        selectEmailEl.css("width", "10px").removeClass("vcenter");
-        var constrainedWidth = $("#signIn .contents").innerWidth();
-
-        // Find the real maximum width.
-        selectEmailEl.css("width", "");
-        var maxEmailWidth = selectEmailEl.innerWidth();
-
-        // If we have a too large an email, constrain the width.
-        if(maxEmailWidth > constrainedWidth) {
-          selectEmailEl.css("width", constrainedWidth + "px");
-        }
-
-        // Hack to find the min-height of the content area the footer is pushed
-        // to the bottom if the contents are too small, and expands off the
-        // bottom if the contents are large.
-
-        // Unconstrain everything so that we can find natural heights of all
-        // elements.
-        $("section,#signIn").css("position", "static");
-        contentEl.css("min-height", "0"); // required for Chrome to correctly resize the window
-
-        var headerHeight = $("header").outerHeight();
-        var footerHeight = $("footer").outerHeight();
-        var windowHeight = $(window).height();
-
-        // Get the amount of space between the header and footer with the
-        // caveat that we are forcing the footer to be at the bottom of the
-        // screen if the form's unconstrained height is smaller than the
-        // content area's height.
-        var contentHeight = windowHeight - headerHeight - footerHeight;
-
-        // Get the natural height of the form
-        var formHeight = $("#formWrap").outerHeight();
-
-        // set the min height of the content area.  This serves two purposes.
-        // First off, for accounts with only one or two emails, it will ensure
-        // that the footer is at the bottom of the mobile screen with the
-        // emails (or any other form) vertically centered on the screen.
-        // Secondly, if an account has many many emails, it will ensure the
-        // content area expands correctly to keep any email addresses from
-        // being hidden.  This means the footer will be off the screen and the
-        // mobile user must scroll the entire content area up and down
-        // - contrast this to the desktop version where users with many email
-        // addresses only have to scroll the list of emails.
-        contentHeight = Math.max(100, contentHeight, formHeight);
-        contentEl.css("min-height", contentHeight + "px");
-
-        // Remove the explicit static position we added to let this go back to
-        // the position specified in CSS.
-        $("section,#signIn").css("position", "");
-
-        var favIconHeight = $("#favicon").outerHeight();
-
-        // Force the top of the main content area to be below the favicon area.
-        signInEl.css("top", favIconHeight + "px");
-    }
-
-    selectEmailEl.css("position", "");
-  }
-
-  $(window).resize(onResize);
-  onResize();
-  BrowserID.resize = onResize;
-}());
diff --git a/resources/static/dialog/js/misc/state.js b/resources/static/dialog/js/misc/state.js
deleted file mode 100644
index afd16ccd7463f0ab45f900254028c2016f0628d2..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/misc/state.js
+++ /dev/null
@@ -1,502 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global BrowserID: true, URLParse: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.State = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      storage = bid.Storage,
-      network = bid.Network,
-      mediator = bid.Mediator,
-      helpers = bid.Helpers,
-      user = bid.User,
-      moduleManager = bid.module,
-      complete = bid.Helpers.complete;
-
-  function startStateMachine() {
-    /*jshint validthis: true*/
-    // Self has been changed from a reference to this to a reference to the
-    // current temporal state. State cannot be stored on the "this" object
-    // because the user can go backwards in time using the "cancel_state"
-    // action. If the state were stored on this object, we would not have an
-    // easy way to "back up" in time. Because of this, snapshots of the
-    // current state must be taken and stored every time a new state is
-    // started. When a redirectToState is called, this is a continuation
-    // of the current state and no new state object is stored.  When
-    // a cancelState occurs, repopulate the state object with the previously
-    // saved snapshot.
-    var me = this,
-        self = {},
-        momentos = [],
-        redirecting = false,
-        handleState = function(msg, callback) {
-          me.subscribe(msg, function(msg, info) {
-            // Save a snapshot of the current state off to the momentos. If
-            // a state is ever cancelled, this momento will be used as the
-            // new state.
-            if (shouldSaveMomento(msg)) momentos.push(_.extend({}, self));
-            redirecting = false;
-
-            callback(msg, info || {});
-          });
-        },
-        redirectToState = function(msg, info) {
-          // redirectToState is like continuing the current state.  Do not save
-          // a momento if a redirection occurs.
-          redirecting = true;
-          mediator.publish(msg, info);
-        },
-        startAction = function(save, msg, options) {
-          if (typeof save !== "boolean") {
-            options = msg;
-            msg = save;
-            save = true;
-          }
-
-          var func = me.controller[msg].bind(me.controller);
-          me.gotoState(save, func, options);
-        },
-        cancelState = function() {
-          // A state has been cancelled, go back to the previous snapshot of
-          // state.
-          self = momentos.pop();
-          me.popState();
-        };
-
-    function shouldSaveMomento(msg) {
-      // Do not save temporal state machine state if we are cancelling
-      // state or if we are redirecting. A redirection basically says
-      // "continue the current state".  A "cancel_state" would put the
-      // current state on the list of momentos which would then have to
-      // immediately be taken back off.
-      return msg !== "cancel_state" && !redirecting;
-    }
-
-
-    function handleEmailStaged(actionName, msg, info) {
-      // The unverified email has been staged, now the user has to confirm
-      // ownership of the address.  Send them off to the "verify your address"
-      // screen.
-      var actionInfo = {
-        email: info.email,
-        // password is used to authenticate the user if the verification poll
-        // wsapi comes back with "mustAuth" or the user is currently
-        // authenticated to the "assertion" level. See issue #2088
-        password: self.stagedPassword,
-        siteName: self.siteName
-      };
-
-      self.stagedEmail = info.email;
-
-      // Keep these emails around until the user is actually staged.  If the
-      // staging request is throttled, the next time set_password is called,
-      // these variables are needed to know which staging function to call.
-      // See issue #2258.
-      self.newUserEmail = self.addEmailEmail = self.resetPasswordEmail = null;
-
-      startAction(actionName, actionInfo);
-    }
-
-    function handleEmailConfirmed(msg, info) {
-      self.email = self.stagedEmail;
-
-      if (info.mustAuth) {
-        // If the mustAuth flag comes in, the user has to authenticate.
-        // This is not a cancelable authentication.  mustAuth is set
-        // after a user verifies an address but is not authenticated
-        // to the password level.
-        redirectToState("authenticate_specified_email", {
-          email: self.stagedEmail,
-          mustAuth: info.mustAuth,
-          cancelable: !info.mustAuth
-        });
-      }
-      else {
-        redirectToState("email_chosen", { email: self.stagedEmail });
-      }
-    }
-
-
-    handleState("start", function(msg, info) {
-      self.hostname = info.hostname;
-      self.siteName = info.siteName || info.hostname;
-      self.siteTOSPP = !!(info.privacyPolicy && info.termsOfService);
-
-      startAction(false, "doRPInfo", info);
-
-      if (info.email && info.type === "primary") {
-        self.primaryVerificationInfo = info;
-        redirectToState("primary_user", info);
-      }
-      else {
-        startAction("doCheckAuth");
-      }
-    });
-
-    handleState("cancel", function() {
-      startAction("doCancel");
-    });
-
-    handleState("window_unload", function() {
-      // Round up final KPI stats as the user is leaving the dialog.  This
-      // ensures the final state is sent to the KPI stats.  Any new logins are
-      // counted, any new sites are counted, any new emails are included, etc.
-      mediator.publish("kpi_data", {
-        number_emails: storage.getEmailCount() || 0,
-        number_sites_signed_in: storage.loggedInCount() || 0,
-        number_sites_remembered: storage.site.count() || 0,
-        orphaned: !self.success
-     });
-    });
-
-    handleState("authentication_checked", function(msg, info) {
-      var authenticated = info.authenticated;
-
-      if (authenticated) {
-        redirectToState("pick_email");
-      } else {
-        redirectToState("authenticate");
-      }
-    });
-
-    handleState("authenticate", function(msg, info) {
-      _.extend(info, {
-        siteName: self.siteName,
-        siteTOSPP: self.siteTOSPP
-      });
-
-      startAction("doAuthenticate", info);
-    });
-
-    handleState("authenticate_specified_email", function(msg, info) {
-      // user must authenticate with their password, kick them over to
-      // the required email screen to enter the password.
-      startAction("doAuthenticateWithRequiredEmail", {
-        email: info.email,
-        secondary_auth: true,
-        cancelable: ("cancelable" in info) ? info.cancelable : true,
-        // This is a user is already authenticated to the assertion
-        // level who has chosen a secondary email address from the
-        // pick_email screen. They would have been shown the
-        // siteTOSPP there.
-        siteTOSPP: false
-      });
-      complete(info.complete);
-    });
-
-    handleState("new_user", function(msg, info) {
-      self.newUserEmail = info.email;
-
-      // Add new_account to the KPIs *before* the staging occurs allows us to
-      // know when we are losing users due to the email verification.
-      mediator.publish("kpi_data", { new_account: true });
-
-      startAction(false, "doSetPassword", info);
-      complete(info.complete);
-    });
-
-    handleState("password_set", function(msg, info) {
-      /* A password can be set for one of three reasons - 1) This is a new user
-       * or 2) a user is adding the first secondary address to an account that
-       * consists only of primary addresses, or 3) an existing user has
-       * forgotten their password and wants to reset it.  #1 is taken care of
-       * by newUserEmail, #2 by addEmailEmail, #3 by resetPasswordEmail.
-       */
-      info = _.extend({ email: self.newUserEmail || self.addEmailEmail || self.resetPasswordEmail }, info);
-
-      // stagedPassword is used to authenticate a user if the verification poll
-      // comes back with "mustAuth" or the user is not currently authenticated
-      // to the "password" level.  See issue #2088
-      self.stagedPassword = info.password;
-
-      if(self.newUserEmail) {
-        startAction(false, "doStageUser", info);
-      }
-      else if(self.addEmailEmail) {
-        startAction(false, "doStageEmail", info);
-      }
-      else if(self.resetPasswordEmail) {
-        startAction(false, "doStageResetPassword", info);
-      }
-    });
-
-    handleState("user_staged", handleEmailStaged.curry("doConfirmUser"));
-
-    handleState("user_confirmed", handleEmailConfirmed);
-
-    handleState("staged_address_confirmed", handleEmailConfirmed);
-
-    handleState("primary_user", function(msg, info) {
-      self.addPrimaryUser = !!info.add;
-      var email = self.email = info.email,
-          idInfo = storage.getEmail(email);
-      if (idInfo && idInfo.cert) {
-        redirectToState("primary_user_ready", info);
-      }
-      else {
-        user.isEmailRegistered(email, function(known) {
-          if (!known) {
-            mediator.publish("kpi_data", { new_account: true });
-          }
-        });
-
-        // We don't want to put the provisioning step on the stack,
-        // instead when a user cancels this step, they should go
-        // back to the step before the provisioning.
-        startAction(false, "doProvisionPrimaryUser", info);
-      }
-    });
-
-    handleState("primary_user_provisioned", function(msg, info) {
-      // The user is is authenticated with their IdP. Two possibilities exist
-      // for the email - 1) create a new account or 2) add address to the
-      // existing account. If the user is authenticated with Persona, #2
-      // will happen. If not, #1.
-      info = info || {};
-      info.add = !!self.addPrimaryUser;
-      startAction("doPrimaryUserProvisioned", info);
-    });
-
-    handleState("primary_user_unauthenticated", function(msg, info) {
-      _.extend(info, {
-        add: !!self.addPrimaryUser,
-        email: self.email,
-        siteName: self.siteName,
-        idpName: info.idpName || URLParse(info.auth_url).host
-      });
-
-      if (self.primaryVerificationInfo) {
-        self.primaryVerificationInfo = null;
-        if (info.add) {
-          // Add the pick_email in case the user cancels the add_email screen.
-          // The user needs something to go "back" to.
-          redirectToState("pick_email");
-          redirectToState("add_email", info);
-        }
-        else {
-          redirectToState("authenticate", info);
-        }
-      }
-      else {
-        startAction("doVerifyPrimaryUser", info);
-        complete(info.complete);
-      }
-    });
-
-    handleState("primary_user_authenticating", function(msg, info) {
-      // Keep the dialog from automatically closing when the user browses to
-      // the IdP for verification.
-      moduleManager.stopAll();
-      me.success = self.success = true;
-    });
-
-    handleState("primary_user_ready", function(msg, info) {
-      redirectToState("email_chosen", info);
-    });
-
-    handleState("pick_email", function() {
-      startAction("doPickEmail", {
-        origin: self.hostname,
-        siteTOSPP: self.siteTOSPP && !user.getOriginEmail()
-      });
-    });
-
-    handleState("email_chosen", function(msg, info) {
-      var email = info.email,
-          idInfo = storage.getEmail(email);
-
-      self.email = email;
-
-      function oncomplete() {
-        complete(info.complete);
-      }
-
-      if (!idInfo) {
-        throw "invalid email";
-      }
-
-      mediator.publish("kpi_data", { email_type: idInfo.type });
-
-      if (idInfo.type === "primary") {
-        if (idInfo.cert) {
-          // Email is a primary and the cert is available - the user can log
-          // in without authenticating with the IdP. All invalid/expired
-          // certs are assumed to have been checked and removed by this
-          // point.
-          redirectToState("email_valid_and_ready", info);
-        }
-        else {
-          // If the email is a primary and the cert is not available,
-          // throw the user down the primary flow. The primary flow will
-          // catch cases where the primary certificate is expired
-          // and the user must re-verify with their IdP.
-          redirectToState("primary_user", info);
-        }
-      }
-      // Anything below this point means the address is a secondary.
-      else if (!idInfo.verified) {
-        // user selected an unverified secondary email, kick them over to the
-        // verify screen.
-        redirectToState("stage_reverify_email", info);
-      }
-      else {
-        // Address is verified, check the authentication, if the user is not
-        // authenticated to the assertion level, force them to enter their
-        // password.
-        user.checkAuthentication(function(authentication) {
-          if (authentication === "assertion") {
-             // user must authenticate with their password, kick them over to
-            // the required email screen to enter the password.
-            redirectToState("authenticate_specified_email", info);
-          }
-          else {
-            redirectToState("email_valid_and_ready", info);
-            oncomplete();
-          }
-        }, oncomplete);
-      }
-    });
-
-    handleState("stage_reverify_email", function(msg, info) {
-      // A user has selected an email that has not been verified after
-      // a password reset.  Stage the email again to be re-verified.
-      var actionInfo = {
-        email: info.email
-      };
-      startAction("doStageReverifyEmail", actionInfo);
-    });
-
-    handleState("reverify_email_staged", handleEmailStaged.curry("doConfirmReverifyEmail"));
-
-    handleState("email_valid_and_ready", function(msg, info) {
-      // this state is only called after all checking is done on the email
-      // address.  For secondaries, this means the email has been validated and
-      // the user is authenticated to the password level.  For primaries, this
-      // means the user is authenticated with their IdP and the certificate for
-      // the address is valid.  An assertion can be generated, but first we
-      // may have to check whether the user owns the computer.
-      user.shouldAskIfUsersComputer(function(shouldAsk) {
-        if (shouldAsk) {
-          redirectToState("is_this_your_computer", info);
-        }
-        else {
-          redirectToState("generate_assertion", info);
-        }
-      });
-    });
-
-    handleState("is_this_your_computer", function(msg, info) {
-      // We have to confirm the user's computer ownership status.  Save off
-      // the selected email info for when the user_computer_status_set is
-      // complete so that the user can continue the flow with the correct
-      // email address.
-      self.chosenEmailInfo = info;
-      startAction("doIsThisYourComputer", info);
-    });
-
-    handleState("user_computer_status_set", function(msg, info) {
-      // User's status has been confirmed, an assertion can safely be
-      // generated as there are no more delays introduced by user interaction.
-      // Use the email address that was stored in the call to
-      // "is_this_your_computer".
-      var emailInfo = self.chosenEmailInfo;
-      self.chosenEmailInfo = null;
-      redirectToState("generate_assertion", emailInfo);
-    });
-
-    handleState("generate_assertion", function(msg, info) {
-      startAction("doGenerateAssertion", info);
-    });
-
-    handleState("forgot_password", function(msg, info) {
-      // User has forgotten their password, let them reset it.  The response
-      // message from the forgot_password controller will be a set_password.
-      // the set_password handler needs to know the resetPasswordEmail so it
-      // knows how to trigger the reset_password_staged message.  At this
-      // point, the email confirmation screen will be shown.
-      self.resetPasswordEmail = info.email;
-      startAction(false, "doResetPassword", info);
-      complete(info.complete);
-    });
-
-    handleState("reset_password_staged", handleEmailStaged.curry("doConfirmResetPassword"));
-
-    handleState("assertion_generated", function(msg, info) {
-      self.success = true;
-      if (info.assertion !== null) {
-        storage.setLoggedIn(user.getOrigin(), self.email);
-
-        startAction("doAssertionGenerated", { assertion: info.assertion, email: self.email });
-      }
-      else {
-        redirectToState("pick_email");
-      }
-    });
-
-    handleState("notme", function() {
-      startAction("doNotMe");
-    });
-
-    handleState("logged_out", function() {
-      redirectToState("authenticate");
-    });
-
-    handleState("authenticated", function(msg, info) {
-      redirectToState("email_chosen", info);
-    });
-
-    handleState("add_email", function(msg, info) {
-      // add_email indicates the user wishes to add an email to the account,
-      // the add_email screen must be displayed.  After the user enters the
-      // email address they wish to add, add_email will trigger
-      // either 1) primary_user or 2) email_staged. #1 occurs if the email
-      // address is a primary address, #2 occurs if the address is a secondary
-      // and the verification email has been sent.
-      startAction("doAddEmail", info);
-    });
-
-    handleState("stage_email", function(msg, info) {
-      user.passwordNeededToAddSecondaryEmail(function(passwordNeeded) {
-        if(passwordNeeded) {
-          self.addEmailEmail = info.email;
-          startAction(false, "doSetPassword", info);
-        }
-        else {
-          startAction(false, "doStageEmail", info);
-        }
-
-        complete(info.complete);
-      });
-    });
-
-    handleState("email_staged", handleEmailStaged.curry("doConfirmEmail"));
-
-    handleState("email_confirmed", handleEmailConfirmed);
-
-    handleState("cancel_state", function(msg, info) {
-      cancelState(info);
-    });
-
-  }
-
-  var State = BrowserID.StateMachine.extend({
-    start: function(options) {
-      var self=this;
-
-      options = options || {};
-
-      self.controller = options.controller;
-      if (!self.controller) {
-        throw "start: controller must be specified";
-      }
-
-      State.sc.start.call(self, options);
-      startStateMachine.call(self);
-    }
-  });
-
-  return State;
-}());
-
diff --git a/resources/static/dialog/js/modules/actions.js b/resources/static/dialog/js/modules/actions.js
deleted file mode 100644
index 02c6b5748c5eb989656bf8de8e61429172742e91..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/actions.js
+++ /dev/null
@@ -1,177 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global _: true, BrowserID: true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.Actions = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      sc,
-      serviceManager = bid.module,
-      user = bid.User,
-      errors = bid.Errors,
-      mediator = bid.Mediator,
-      dialogHelpers = bid.Helpers.Dialog,
-      runningService,
-      onsuccess,
-      onerror;
-
-  function startService(name, options) {
-    // Only one service outside of the main dialog allowed.
-    if(runningService) {
-      serviceManager.stop(runningService);
-    }
-    var module = serviceManager.start(name, options);
-    if(module) {
-      runningService = name;
-    }
-
-    mediator.publish("service", { name: name });
-
-    return module;
-  }
-
-  function startRegCheckService(options, verifier, message) {
-    var controller = startService("check_registration", {
-      verifier: verifier,
-      verificationMessage: message,
-      password: options.password,
-      siteName: options.siteName,
-      email: options.email
-    });
-    controller.startCheck();
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(data) {
-      var self=this;
-
-      data = data || {};
-
-      onsuccess = data.onsuccess;
-      onerror = data.onerror;
-
-      sc.start.call(self, data);
-
-      if(data.ready) _.defer(data.ready);
-    },
-
-    doCancel: function() {
-      if(onsuccess) onsuccess(null);
-    },
-
-    doSetPassword: function(info) {
-      startService("set_password", info);
-    },
-
-    doStageUser: function(info) {
-      dialogHelpers.createUser.call(this, info.email, info.password, info.ready);
-    },
-
-    doConfirmUser: function(info) {
-      startRegCheckService.call(this, info, "waitForUserValidation", "user_confirmed");
-    },
-
-    doPickEmail: function(info) {
-      startService("pick_email", info);
-    },
-
-    doAddEmail: function(info) {
-      startService("add_email", info);
-    },
-
-    doStageEmail: function(info) {
-      dialogHelpers.addSecondaryEmail.call(this, info.email, info.password, info.ready);
-    },
-
-    doConfirmEmail: function(info) {
-      startRegCheckService.call(this, info, "waitForEmailValidation", "email_confirmed");
-    },
-
-    doAuthenticate: function(info) {
-      startService("authenticate", info);
-    },
-
-    doAuthenticateWithRequiredEmail: function(info) {
-      startService("required_email", info);
-    },
-
-    doResetPassword: function(info) {
-      startService("set_password", _.extend(info, { password_reset: true }));
-    },
-
-    doStageResetPassword: function(info) {
-      dialogHelpers.resetPassword.call(this, info.email, info.password, info.ready);
-    },
-
-    doConfirmResetPassword: function(info) {
-      startRegCheckService.call(this, info, "waitForPasswordResetComplete", "staged_address_confirmed");
-    },
-
-    doStageReverifyEmail: function(info) {
-      dialogHelpers.reverifyEmail.call(this, info.email, info.ready);
-    },
-
-    doConfirmReverifyEmail: function(info) {
-      startRegCheckService.call(this, info, "waitForEmailReverifyComplete", "staged_address_confirmed");
-    },
-
-    doAssertionGenerated: function(info) {
-      // Clear onerror before the call to onsuccess - the code to onsuccess
-      // calls window.close, which would trigger the onerror callback if we
-      // tried this afterwards.
-      this.hideWait();
-      dialogHelpers.animateClose(function() {
-        onerror = null;
-        if(onsuccess) onsuccess(info);
-      });
-    },
-
-    doNotMe: function() {
-      var self=this;
-      user.logoutUser(self.publish.bind(self, "logged_out"), self.getErrorDialog(errors.logoutUser));
-    },
-
-    doCheckAuth: function() {
-      var self=this;
-      user.checkAuthenticationAndSync(function(authenticated) {
-        self.publish("authentication_checked", {
-          authenticated: authenticated
-        });
-      }, self.getErrorDialog(errors.checkAuthentication));
-    },
-
-    doProvisionPrimaryUser: function(info) {
-      startService("provision_primary_user", info);
-    },
-
-    doVerifyPrimaryUser: function(info) {
-      startService("verify_primary_user", info);
-    },
-
-    doCannotVerifyRequiredPrimary: function(info) {
-      this.renderError("cannot_verify_required_email", info);
-    },
-
-    doPrimaryUserProvisioned: function(info) {
-      startService("primary_user_provisioned", info);
-    },
-
-    doIsThisYourComputer: function(info) {
-      startService("is_this_your_computer", info);
-    },
-
-    doGenerateAssertion: function(info) {
-      startService("generate_assertion", info);
-    },
-
-    doRPInfo: function(info) {
-      startService("rp_info", info);
-    }
-  });
-
-  sc = Module.sc;
-
-  return Module;
-}());
diff --git a/resources/static/dialog/js/modules/add_email.js b/resources/static/dialog/js/modules/add_email.js
deleted file mode 100644
index c5fd53a0f26333989fe63813fc190195308fbd6f..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/add_email.js
+++ /dev/null
@@ -1,79 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global _: true, BrowserID: true, PageController: true, gettext: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.AddEmail = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dom = bid.DOM,
-      helpers = bid.Helpers,
-      user = bid.User,
-      dialogHelpers = helpers.Dialog,
-      errors = bid.Errors,
-      complete = helpers.complete,
-      tooltip = bid.Tooltip,
-      hints = ["addressInfo"],
-      ANIMATION_TIME = 250;
-
-  function hideHint(selector) {
-    $("." + selector).hide();
-  }
-
-  function showHint(selector, callback) {
-    _.each(hints, function(className) {
-      if (className !== selector) {
-        hideHint(className);
-      }
-    });
-
-    $("." + selector).fadeIn(ANIMATION_TIME, function() {
-      dom.fireEvent(window, "resize");
-      complete(callback);
-    });
-  }
-
-  function addEmail(callback) {
-    var email = helpers.getAndValidateEmail("#newEmail"),
-        self=this;
-
-    if (email) {
-      showHint("addressInfo");
-      dialogHelpers.addEmail.call(self, email, function removeHint(status) {
-        hideHint("addressInfo");
-        complete(callback, status);
-      });
-    }
-    else {
-      complete(callback, false);
-    }
-  }
-
-
-  function cancelAddEmail() {
-    this.close("cancel_state");
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var self=this,
-          originEmail = user.getOriginEmail();
-
-      self.renderDialog("add_email", options);
-      hideHint("addressInfo");
-
-      self.click("#cancel", cancelAddEmail);
-      Module.sc.start.call(self, options);
-    },
-    submit: addEmail
-    // BEGIN TESTING API
-    ,
-    addEmail: addEmail,
-    cancelAddEmail: cancelAddEmail
-    // END TESTING API
-  });
-
-  return Module;
-
-}());
diff --git a/resources/static/dialog/js/modules/authenticate.js b/resources/static/dialog/js/modules/authenticate.js
deleted file mode 100644
index 5099b5aeef144ed3c3f0f2fc70ef1445bcb05883..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/authenticate.js
+++ /dev/null
@@ -1,217 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global BrowserID:true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.Authenticate = (function() {
-  "use strict";
-
-  var ANIMATION_TIME = 250,
-      bid = BrowserID,
-      user = bid.User,
-      errors = bid.Errors,
-      validation = bid.Validation,
-      tooltip = bid.Tooltip,
-      helpers = bid.Helpers,
-      dialogHelpers = helpers.Dialog,
-      complete = helpers.complete,
-      dom = bid.DOM,
-      lastEmail = "",
-      addressInfo,
-      hints = ["returning","start","addressInfo"],
-      currentHint;
-
-  function getEmail() {
-    return helpers.getAndValidateEmail("#email");
-  }
-
-  function initialState(info) {
-    /*jshint validthis: true*/
-    var self=this;
-
-    self.submit = checkEmail;
-    if(info && info.email && info.type === "secondary" && info.known) {
-      enterPasswordState.call(self, info.ready);
-    }
-    else {
-      showHint("start");
-      enterEmailState.call(self);
-      complete(info.ready);
-    }
-  }
-
-  function checkEmail(info) {
-    /*jshint validthis: true*/
-    var email = getEmail(),
-        self = this;
-
-    if (!email) return;
-
-    dom.setAttr('#email', 'disabled', 'disabled');
-    if(info && info.type) {
-      onAddressInfo(info);
-    }
-    else {
-      showHint("addressInfo");
-      user.addressInfo(email, onAddressInfo,
-        self.getErrorDialog(errors.addressInfo));
-    }
-
-    function onAddressInfo(info) {
-      addressInfo = info;
-      dom.removeAttr('#email', 'disabled');
-
-      if(info.type === "primary") {
-        self.close("primary_user", info, info);
-      }
-      else if(info.known) {
-        enterPasswordState.call(self);
-      } else {
-        createSecondaryUser.call(self);
-      }
-    }
-  }
-
-  function createSecondaryUser(callback) {
-    /*jshint validthis: true*/
-    var self=this,
-        email = getEmail();
-
-    if (email) {
-      self.close("new_user", { email: email }, { email: email });
-    } else {
-      complete(callback);
-    }
-  }
-
-  function authenticate() {
-    /*jshint validthis: true*/
-    var email = getEmail(),
-        pass = helpers.getAndValidatePassword("#password"),
-        self = this;
-
-    if (email && pass) {
-      dialogHelpers.authenticateUser.call(self, email, pass, function(authenticated) {
-        if (authenticated) {
-          self.close("authenticated", {
-            email: email
-          });
-        }
-      });
-    }
-  }
-
-  function showHint(showSelector, callback) {
-    // Only show the hint if it is not already shown. Showing the same hint
-    // on every keypress massively slows down Fennec. See issue #2010
-    // https://github.com/mozilla/browserid/issues/2010
-    if (currentHint === showSelector) return;
-    currentHint = showSelector;
-
-    _.each(hints, function(className) {
-      if(className != showSelector) {
-        dom.hide("." + className + ":not(." + showSelector + ")");
-      }
-    });
-
-    $("." + showSelector).fadeIn(ANIMATION_TIME, function() {
-      // Fire a window resize event any time a new section is displayed that
-      // may change the content's innerHeight.  this will cause the "screen
-      // size hacks" to resize the screen appropriately so scroll bars are
-      // displayed when needed.
-      dom.fireEvent(window, "resize");
-      complete(callback);
-    });
-  }
-
-  function enterEmailState() {
-    /*jshint validthis: true*/
-    var self=this;
-    if (!dom.is("#email", ":disabled")) {
-      self.publish("enter_email");
-      self.submit = checkEmail;
-      showHint("start");
-    }
-  }
-
-  function enterPasswordState(callback) {
-    /*jshint validthis: true*/
-    var self=this;
-
-    dom.setInner("#password", "");
-
-    self.publish("enter_password", addressInfo);
-    self.submit = authenticate;
-    showHint("returning", function() {
-      dom.focus("#password");
-    });
-
-
-    complete(callback);
-  }
-
-  function forgotPassword() {
-    /*jshint validthis: true*/
-    var email = getEmail();
-    if (email) {
-      var info = addressInfo || { email: email };
-      this.close("forgot_password", info, info );
-    }
-  }
-
-  function emailChange() {
-    /*jshint validthis: true*/
-    var newEmail = dom.getInner("#email");
-    if (newEmail !== lastEmail) {
-      lastEmail = newEmail;
-      enterEmailState.call(this);
-    }
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      options = options || {};
-
-      addressInfo = null;
-      lastEmail = options.email || "";
-
-      var self=this;
-      self.renderDialog("authenticate", {
-        siteName: options.siteName,
-        email: lastEmail
-      });
-
-      currentHint = null;
-      dom.hide(".returning,.start");
-
-      // We have to show the TOS/PP agreements to *all* users here. Users who
-      // are already authenticated to their IdP but do not have a Persona
-      // account automatically have an account created with no further
-      // interaction.  To make sure they see the TOS/PP agreement, show it
-      // here.
-      if (options.siteTOSPP) {
-        dialogHelpers.showRPTosPP.call(self);
-      }
-
-      self.bind("#email", "keyup", emailChange);
-      // Adding the change event causes the email to be checked whenever an
-      // element blurs but it has been updated via autofill.  See issue #406
-      self.bind("#email", "change", emailChange);
-      self.click("#forgotPassword", forgotPassword);
-
-      Module.sc.start.call(self, options);
-      initialState.call(self, options);
-    }
-
-    // BEGIN TESTING API
-    ,
-    checkEmail: checkEmail,
-    createUser: createSecondaryUser,
-    authenticate: authenticate,
-    forgotPassword: forgotPassword
-    // END TESTING API
-  });
-
-  return Module;
-
-}());
diff --git a/resources/static/dialog/js/modules/check_registration.js b/resources/static/dialog/js/modules/check_registration.js
deleted file mode 100644
index f782037da457ad4b4a40527bf98d68c71c40dd04..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/check_registration.js
+++ /dev/null
@@ -1,83 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global BrowserID: true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.CheckRegistration = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      user = bid.User,
-      dom = bid.DOM,
-      errors = bid.Errors;
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var self=this;
-      options = options || {};
-
-      self.checkRequired(options, "email", "siteName");
-      var templateData = {
-        email: options.email,
-        required: options.required,
-        siteName: options.siteName
-      };
-      self.renderWait("confirm_email", templateData);
-
-      self.email = options.email;
-      self.verifier = options.verifier;
-      self.verificationMessage = options.verificationMessage;
-      self.required = options.required;
-      self.password = options.password;
-
-      self.click("#back", self.back);
-
-      Module.sc.start.call(self, options);
-    },
-
-    startCheck: function(oncomplete) {
-      var self=this;
-      user[self.verifier](self.email, function(status) {
-        if (status === "complete") {
-          // TODO - move the syncEmails somewhere else, perhaps into user.js
-          user.syncEmails(function() {
-            self.close(self.verificationMessage, { mustAuth: false });
-            oncomplete && oncomplete();
-          });
-        }
-        else if (status === "mustAuth") {
-          // if we have a password (because it was just chosen in dialog),
-          // then we can authenticate the user and proceed
-          if (self.password) {
-            // XXX Move all of this authentication stuff into user.js.  This
-            // high level shouldn't have to worry about this stuff.
-            user.authenticate(self.email, self.password, function (authenticated) {
-              if (authenticated) {
-                user.syncEmails(function() {
-                  self.close(self.verificationMessage, { mustAuth: false });
-                  oncomplete && oncomplete();
-                });
-              } else {
-                // unable to log the user in, make them authenticate manually.
-                self.close(self.verificationMessage, { mustAuth: true });
-              }
-            });
-          } else {
-            // no password to log the user in, make them authenticate manually.
-            self.close(self.verificationMessage, { mustAuth: true });
-          }
-
-          oncomplete && oncomplete();
-        }
-      }, self.getErrorDialog(errors.registration, oncomplete));
-    },
-
-    back: function() {
-      user.cancelUserValidation();
-      this.publish(this.required ? "cancel" : "cancel_state");
-    }
-  });
-
-  return Module;
-
-}());
diff --git a/resources/static/dialog/js/modules/dialog.js b/resources/static/dialog/js/modules/dialog.js
deleted file mode 100644
index 6566944dd2739f4fe43e9d56ad1aa8765189e436..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/dialog.js
+++ /dev/null
@@ -1,256 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-BrowserID.Modules.Dialog = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      user = bid.User,
-      errors = bid.Errors,
-      dom = bid.DOM,
-      helpers = bid.Helpers,
-      win = window,
-      startExternalDependencies = true,
-      channel,
-      sc;
-
-  function startActions(onsuccess, onerror) {
-    var actions = BrowserID.Modules.Actions.create();
-    actions.start({
-      onsuccess: onsuccess,
-      onerror: onerror
-    });
-    return actions;
-  }
-
-  function startStateMachine(controller) {
-    // start this directly because it should always be running.
-    var machine = BrowserID.State.create();
-    machine.start({
-      controller: controller
-    });
-  }
-
-  function startChannel() {
-    var self = this,
-        hash = win.location.hash;
-
-    // first, we see if there is a local channel
-    if (win.navigator.id && win.navigator.id.channel) {
-      win.navigator.id.channel.registerController(self);
-      return;
-    }
-
-    // next, we see if the caller intends to call native APIs
-    if (hash == "#NATIVE" || hash == "#INTERNAL") {
-      // don't do winchan, let it be.
-      return;
-    }
-
-    try {
-      channel = WinChan.onOpen(function(origin, args, cb) {
-        // XXX this is called whenever the primary provisioning iframe gets
-        // added.  If there are no args, then do not do self.get.
-        if(args) {
-          self.get(origin, args.params, function(r) {
-            cb(r);
-          }, function (e) {
-            cb(null);
-          });
-        }
-      });
-    } catch (e) {
-      self.renderError("error", {
-        action: errors.relaySetup
-      });
-    }
-  }
-
-  function stopChannel() {
-    channel && channel.detach();
-  }
-
-  function onWindowUnload() {
-    this.publish("window_unload");
-  }
-
-  function fixupURL(origin, url) {
-    var u;
-    if (typeof(url) !== "string")
-      throw "urls must be strings: (" + url + ")";
-    if (/^http(s)?:\/\//.test(url)) u = URLParse(url);
-    else if (/^\//.test(url)) u = URLParse(origin + url);
-    else throw "relative urls not allowed: (" + url + ")";
-    // encodeURI limits our return value to [a-z0-9:/?%], excluding <script>
-    var encodedURI = encodeURI(u.validate().normalize().toString());
-
-    // All browsers have a max length of URI that they can handle. IE8 has the
-    // shortest total length at 2083 bytes.  IE8 can handle a path length of
-    // 2048 bytes. See http://support.microsoft.com/kb/q208427
-
-    // Check the total encoded URI length
-    if (encodedURI.length > bid.URL_MAX_LENGTH)
-      throw "urls must be < " + bid.URL_MAX_LENGTH + " characters";
-
-    // Check just the path portion.  encode the path to make sure the full
-    // length is checked.
-    if (encodeURI(u.path).length > bid.PATH_MAX_LENGTH)
-      throw "path portion of a url must be < " + bid.PATH_MAX_LENGTH + " characters";
-
-    return encodedURI;
-  }
-
-  function fixupAbsolutePath(origin_url, path) {
-    if (/^\//.test(path))  return fixupURL(origin_url, path);
-
-    throw "must be an absolute path: (" + path + ")";
-  }
-
-  var Dialog = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var self=this;
-
-      options = options || {};
-
-      win = options.window || window;
-
-      // startExternalDependencies is used in unit testing and can only be set
-      // by the creator/starter of this module.  If startExternalDependencies
-      // is set to false, the channel, state machine, and actions controller
-      // are not started.  These dependencies can interfere with the ability to
-      // unit test this module because they can throw exceptions and show error
-      // messages.
-      startExternalDependencies = true;
-      if (typeof options.startExternalDependencies === "boolean") {
-        startExternalDependencies = options.startExternalDependencies;
-      }
-
-      sc.start.call(self, options);
-
-      if (startExternalDependencies) {
-        startChannel.call(self);
-      }
-
-      options.ready && _.defer(options.ready);
-    },
-
-    stop: function() {
-      stopChannel();
-      sc.stop.call(this);
-    },
-
-    getVerifiedEmail: function(origin_url, success, error) {
-      return this.get(origin_url, {}, success, error);
-    },
-
-    get: function(origin_url, paramsFromRP, success, error) {
-      var self=this,
-          hash = win.location.hash;
-
-      user.setOrigin(origin_url);
-
-
-      if (startExternalDependencies) {
-        var actions = startActions.call(self, success, error);
-        startStateMachine.call(self, actions);
-      }
-
-      // Security Note: paramsFromRP is the output of a JSON.parse on an
-      // RP-controlled string. Most of these fields are expected to be simple
-      // printable strings (hostnames, usernames, and URLs), but we cannot
-      // rely upon the RP to do that. In particular we must guard against
-      // these strings containing <script> tags. We will populate a new
-      // object ("params") with suitably type-checked properties.
-      var params = {};
-      params.hostname = user.getHostname();
-
-      // verify params
-      try {
-        if (paramsFromRP.requiredEmail) {
-          helpers.log("requiredEmail has been deprecated");
-        }
-
-        // support old parameter names if new parameter names not defined.
-        if (paramsFromRP.tosURL && !paramsFromRP.termsOfService)
-          paramsFromRP.termsOfService = paramsFromRP.tosURL;
-
-        if (paramsFromRP.privacyURL && !paramsFromRP.privacyPolicy)
-          paramsFromRP.privacyPolicy = paramsFromRP.privacyURL;
-
-        if (paramsFromRP.termsOfService && paramsFromRP.privacyPolicy) {
-          params.termsOfService = fixupURL(origin_url, paramsFromRP.termsOfService);
-          params.privacyPolicy = fixupURL(origin_url, paramsFromRP.privacyPolicy);
-        }
-
-        if (paramsFromRP.siteLogo) {
-          // Until we have our head around the dangers of data uris and images
-          // that come from other domains, only allow absolute paths from the
-          // origin.
-          params.siteLogo = fixupAbsolutePath(origin_url, paramsFromRP.siteLogo);
-          // To avoid mixed content errors, only allow siteLogos to be served
-          // from https RPs
-          if (URLParse(origin_url).scheme !== "https") {
-            throw "only https sites can specify a siteLogo";
-          }
-        }
-
-        if (paramsFromRP.siteName) {
-          params.siteName = _.escape(paramsFromRP.siteName);
-        }
-
-        // returnTo is used for post verification redirection.  Redirect back
-        // to the path specified by the RP.
-        if (paramsFromRP.returnTo) {
-          var returnTo = fixupAbsolutePath(origin_url, paramsFromRP.returnTo);
-          user.setReturnTo(returnTo);
-        }
-
-        if (hash.indexOf("#AUTH_RETURN") === 0) {
-          var primaryParams = JSON.parse(win.sessionStorage.primaryVerificationFlow);
-          params.email = primaryParams.email;
-          params.add = primaryParams.add;
-          params.type = "primary";
-
-          // FIXME: if it's AUTH_RETURN_CANCEL, we should short-circuit
-          // the attempt at provisioning. For now, we let provisioning
-          // be tried and fail.
-        }
-
-        // no matter what, we clear the primary flow state for this window
-        win.sessionStorage.primaryVerificationFlow = undefined;
-      } catch(e) {
-        // note: renderError accepts HTML and cheerfully injects it into a
-        // frame with a powerful origin. So convert 'e' first.
-        self.renderError("error", {
-          action: {
-            title: "error in " + _.escape(origin_url),
-            message: "improper usage of API: " + _.escape(e)
-          }
-        });
-
-        return e;
-      }
-      // after this point, "params" can be relied upon to contain safe data
-
-      // XXX Perhaps put this into the state machine.
-      self.bind(win, "unload", onWindowUnload);
-
-      self.publish("start", params);
-    }
-
-    // BEGIN TESTING API
-    ,
-    onWindowUnload: onWindowUnload
-    // END TESTING API
-
-  });
-
-  sc = Dialog.sc;
-
-  return Dialog;
-
-}());
diff --git a/resources/static/dialog/js/modules/generate_assertion.js b/resources/static/dialog/js/modules/generate_assertion.js
deleted file mode 100644
index d0045eee2f8987a60aeb79a2fc5e82c540042faa..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/generate_assertion.js
+++ /dev/null
@@ -1,36 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global _: true, BrowserID: true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.GenerateAssertion = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dialogHelpers = bid.Helpers.Dialog,
-      sc,
-      user = bid.User,
-      storage = bid.Storage;
-
-  var GenerateAssertion = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var email = options.email,
-          self=this;
-
-      if(!email) {
-        throw "email required";
-      }
-
-      dialogHelpers.getAssertion.call(self, email, options.ready);
-      // TODO, this is not needed here, it is done in the state machine.
-      storage.setLoggedIn(user.getOrigin(), options.email);
-      sc.start.call(self, options);
-    }
-  });
-
-  sc = GenerateAssertion.sc;
-
-  return GenerateAssertion;
-
-}());
-
diff --git a/resources/static/dialog/js/modules/is_this_your_computer.js b/resources/static/dialog/js/modules/is_this_your_computer.js
deleted file mode 100644
index 5a898e5827fe0588cc62206ef9f7a3b3fa9e0bfa..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/is_this_your_computer.js
+++ /dev/null
@@ -1,60 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global BrowserID:true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.IsThisYourComputer = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dom = bid.DOM,
-      user = bid.User,
-      errors = bid.Errors,
-      domHelpers = bid.DOMHelpers,
-      email;
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      options = options || {};
-      email = options.email;
-
-      var self = this;
-
-      self.renderWait("is_this_your_computer", options);
-
-      // renderWait does not automatically focus the first input element or
-      // button, so it must be done manually.
-      dom.focus("#this_is_my_computer");
-
-      self.click("#this_is_my_computer", self.yes);
-      self.click("#this_is_not_my_computer", self.no);
-
-      // Force all the buttons to be of equal width
-      self.bind(window, "resize", function() {
-        domHelpers.makeEqualWidth("#your_computer_content button");
-      });
-      domHelpers.makeEqualWidth("#your_computer_content button");
-
-      Module.sc.start.call(self, options);
-    },
-
-    yes: function() {
-      this.confirmed(true);
-    },
-
-    no: function() {
-      this.confirmed(false);
-    },
-
-    confirmed: function(status) {
-      var self=this;
-      user.setComputerOwnershipStatus(status, function() {
-        self.close("user_computer_status_set", { users_computer: status });
-      }, self.getErrorDialog(errors.setComputerOwnershipStatus));
-    }
-  });
-
-
-  return Module;
-
-}());
diff --git a/resources/static/dialog/js/modules/pick_email.js b/resources/static/dialog/js/modules/pick_email.js
deleted file mode 100644
index 973630c942e712b6116ac39dd750dbe31be6d5af..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/pick_email.js
+++ /dev/null
@@ -1,154 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global _: true, BrowserID: true, PageController: true, alert: true, gettext: true*/
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.PickEmail = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      user = bid.User,
-      errors = bid.Errors,
-      storage = bid.Storage,
-      helpers = bid.Helpers,
-      dialogHelpers = helpers.Dialog,
-      tooltip = bid.Tooltip,
-      dom = bid.DOM,
-      sc;
-
-  function pickEmailState(event) {
-    /*jshint validthis: true*/
-    var self=this,
-        // focus the first radio button by default.
-        focusSelector = "input[type=radio]:eq(0)";
-
-    // unless a radio button is checked, then focus it.
-    if (dom.getElements("input[type=radio]:checked").length) {
-      focusSelector = "input[type=radio]:checked";
-    }
-    dom.focus(focusSelector);
-
-    self.submit = signIn;
-  }
-
-  function addEmail() {
-    /*jshint validthis: true*/
-    this.publish("add_email");
-  }
-
-  function checkEmail(email) {
-    /*jshint validthis: true*/
-    if (!email) {
-      tooltip.showTooltip("#must_choose_email");
-      return;
-    }
-
-    var identity = user.getStoredEmailKeypair(email);
-    if (!identity) {
-      alert(gettext("The selected email is invalid or has been deleted."));
-      this.publish("assertion_generated", {
-        assertion: null
-      });
-    }
-
-    return !!identity;
-  }
-
-  function signIn() {
-    /*jshint validthis: true*/
-    var self=this,
-        email = dom.getInner("input[type=radio]:checked");
-
-    var valid = checkEmail.call(self, email);
-    if (valid) {
-      self.close("email_chosen", { email: email });
-    }
-  }
-
-  function getSortedIdentities() {
-    var identities = user.getSortedEmailKeypairs();
-    return identities;
-  }
-
-  function proxyEventToInput(event) {
-    // iOS will not select a radio/checkbox button if the user clicks on the
-    // corresponding label.  Because of this, if the user clicks on the label,
-    // an even is manually fired on the the radio button.  This only applies
-    // if the user clicks on the actual label, not on any input elements
-    // contained within the label. This restriction is necessary or else we
-    // would be in a never ending loop that would continually toggle the state
-    // of any check boxes.
-    if(dom.is(event.target, "label")) {
-      // Must prevent standard acting browsers from taking care of the click or
-      // else it acts like two consecutive clicks.  For radio buttons this will
-      // just toggle state.
-      event.preventDefault();
-
-      var target = dom.getAttr(event.target, "for");
-      dom.fireEvent("#" + target, event.type);
-    }
-  }
-
-  function notMe() {
-    /*jshint validthis: true*/
-    this.publish("notme");
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var origin = user.getOrigin(),
-          self=this;
-
-      options = options || {};
-
-      dom.addClass("body", "pickemail");
-
-      var identities = getSortedIdentities();
-
-      self.renderDialog("pick_email", {
-        identities: identities,
-        siteEmail: user.getOriginEmail()
-      });
-
-      if (options.siteTOSPP) {
-        dialogHelpers.showRPTosPP.call(self);
-      }
-
-      dom.getElements("body").css("opacity", "1");
-      if (dom.getElements("#selectEmail input[type=radio]:visible").length === 0) {
-        // If there is only one email address, the radio button is never shown,
-        // instead focus the sign in button so that the user can click enter.
-        // issue #412
-        dom.focus("#signInButton");
-      }
-
-      self.click("#useNewEmail", addEmail);
-      // The click function does not pass the event to the function.  The event
-      // is needed for the label handler so that the correct radio button is
-      // selected.
-      self.bind("#selectEmail label", "click", proxyEventToInput);
-      self.click("#thisIsNotMe", notMe);
-
-      sc.start.call(self, options);
-
-      pickEmailState.call(self);
-    },
-
-    stop: function() {
-      sc.stop.call(this);
-      dom.removeClass("body", "pickemail");
-    }
-
-    // BEGIN TESTING API
-    ,
-    signIn: signIn,
-    addEmail: addEmail,
-    notMe: notMe
-    // END TESTING API
-  });
-
-  sc = Module.sc;
-
-  return Module;
-
-}());
diff --git a/resources/static/dialog/js/modules/primary_user_provisioned.js b/resources/static/dialog/js/modules/primary_user_provisioned.js
deleted file mode 100644
index 1543f4b494005be8bdfb3fa9257dec465e58e76b..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/primary_user_provisioned.js
+++ /dev/null
@@ -1,67 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global BrowserID:true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.PrimaryUserProvisioned = (function() {
-  "use strict";
-
-  var ANIMATION_TIME = 250,
-      bid = BrowserID,
-      user = bid.User,
-      network = bid.Network,
-      errors = bid.Errors;
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      options = options || {};
-
-      var self = this,
-          email = options.email,
-          assertion = options.assertion,
-          addEmailToCurrentUser = !!options.add,
-          complete = function(status) {
-            options.ready && options.ready(status || false);
-          },
-          delay = options.complete_delay || 3000;
-
-      self.checkRequired(options, "email", "assertion");
-
-      self.renderDialog("primary_user_verified", { email: email });
-
-      if(addEmailToCurrentUser) {
-        network.addEmailWithAssertion(assertion, function(status) {
-          if(status) {
-            setTimeout(function() {
-              self.publish("primary_user_ready", options);
-            }, delay);
-          }
-          else {
-            self.getErrorDialog(errors.addEmailWithAssertion, complete)();
-          }
-        }, self.getErrorDialog(errors.addEmailWithAssertion, complete));
-      }
-      else {
-        user.authenticateWithAssertion(email, assertion, function(status) {
-          if(status) {
-            setTimeout(function() {
-              self.publish("primary_user_ready", options);
-            }, delay);
-          }
-          else {
-            self.getErrorDialog(errors.authenticateWithAssertion, complete)();
-          }
-        }, self.getErrorDialog(errors.authenticateWithAssertion, complete));
-      }
-
-      Module.sc.start.call(self, options);
-    }
-
-    // BEGIN TESTING API
-
-    // END TESTING API
-  });
-
-  return Module;
-
-}());
diff --git a/resources/static/dialog/js/modules/provision_primary_user.js b/resources/static/dialog/js/modules/provision_primary_user.js
deleted file mode 100644
index 2df0b623d824a809543e1a33f359683ae8427b4b..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/provision_primary_user.js
+++ /dev/null
@@ -1,82 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global BrowserID:true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.ProvisionPrimaryUser = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      user = bid.User,
-      errors = bid.Errors;
-
-  function provisionPrimaryUser(email, auth, prov, oncomplete) {
-    var self=this;
-
-    function complete(status) {
-      oncomplete && oncomplete(status);
-    }
-
-    user.provisionPrimaryUser(email, {auth: auth, prov: prov}, function(status, status_info) {
-      switch(status) {
-        case "primary.already_added":
-          // XXX Is this status possible?
-          break;
-        case "primary.verified":
-          self.close("primary_user_provisioned", { email: email, assertion: status_info.assertion } );
-          complete(true);
-          break;
-        case "primary.verify":
-          self.close("primary_user_unauthenticated", {
-            email: email,
-            auth_url: auth,
-            // XXX use self.addressInfo universally.
-            idpName: self.addressInfo.idpName
-          });
-          complete(true);
-          break;
-        case "primary.could_not_add":
-          // XXX Can this happen?
-          break;
-        default:
-          break;
-      }
-    }, self.getErrorDialog(errors.provisioningPrimary));
-  }
-
-  var ProvisionPrimaryUser = bid.Modules.PageModule.extend({
-    start: function(options) {
-      options = options || {};
-
-      var self = this,
-          email = options.email,
-          auth = options.auth,
-          prov = options.prov;
-
-      if(!email) {
-        throw "missing config option: email";
-      }
-
-      user.addressInfo(email, function(status) {
-        self.addressInfo = status;
-        if(status.type === "primary") {
-          provisionPrimaryUser.call(self, email, status.auth, status.prov);
-        }
-        else {
-          self.renderError("error", { action: errors.provisioningBadPrimary });
-        }
-      }, self.getErrorDialog(errors.isEmailRegistered));
-
-
-      ProvisionPrimaryUser.sc.start.call(self, options);
-    }
-
-    // BEGIN TESTING API
-    ,
-    provisionPrimaryUser: provisionPrimaryUser
-    // END TESTING API
-  });
-
-  return ProvisionPrimaryUser;
-
-}());
diff --git a/resources/static/dialog/js/modules/required_email.js b/resources/static/dialog/js/modules/required_email.js
deleted file mode 100644
index e950984c3514bb3fc2a5f9c1ef11f97ca1d4c7e6..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/required_email.js
+++ /dev/null
@@ -1,253 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global _: true, BrowserID: true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.RequiredEmail = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      user = bid.User,
-      errors = bid.Errors,
-      helpers = bid.Helpers,
-      dialogHelpers = helpers.Dialog,
-      dom = bid.DOM,
-      assertion,
-      email,
-      auth_level,
-      primaryInfo,
-      secondaryAuth;
-
-  function closePrimaryUser(callback) {
-    this.close("primary_user", _.extend(primaryInfo, {
-      email: email,
-      requiredEmail: true,
-      add: !!auth_level
-    }));
-
-    callback && callback();
-  }
-
-  function signIn(callback) {
-    var self = this;
-
-    function getAssertion() {
-      dialogHelpers.getAssertion.call(self, email, callback);
-    }
-
-    if(primaryInfo) {
-      // With a primary, just go to the primary flow, it'll be taken care of.
-      closePrimaryUser.call(self, callback);
-    }
-    else if (auth_level === "password") {
-      // this is a secondary address and the user is authenticated with their
-      // password, sign them in.
-      getAssertion();
-    }
-    else {
-      // this is a secondary address, but the user is either not authenticated
-      // or they are only authenticated at the assertion level.  If their
-      // password is correct, sign them in and get an assertion.
-      var password = helpers.getAndValidatePassword("#password");
-      if (password) {
-        dialogHelpers.authenticateUser.call(self, email, password, function(authenticated) {
-          if (authenticated) {
-            // Now that the user has authenticated, we can get an assertion.
-            getAssertion();
-          }
-          else {
-            callback && callback();
-          }
-        });
-      }
-    }
-  }
-
-  function verifyAddress() {
-    // By being in the verifyAddress, we know that the current user has not
-    // been shown the password box and we have to do a verification of some
-    // sort.  This will be either an add email to the current account or a new
-    // registration.
-
-    var self=this;
-    if (auth_level) {
-      // If we are veryifying an address and the user is authenticated, it
-      // means that the current user does not have control of the address.
-      // If the address is registered, it means another account has control of
-      // the address and we are consolidating.  If the email is not registered
-      // then it means add the address to the current user's account.
-      dialogHelpers.addEmail.call(self, email);
-    }
-    else {
-      self.close("new_user", { email: email });
-    }
-  }
-
-  function forgotPassword() {
-    var self=this;
-    self.close("forgot_password", { email: email, requiredEmail: true });
-  }
-
-
-  function cancel() {
-    // The cancel button is only shown to a user who has to enter their
-    // password to go from "assertion" authentication to "password"
-    // authentication.
-    this.close("cancel_state");
-  }
-
-  var RequiredEmail = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var self=this;
-
-      email = options.email || "";
-      secondaryAuth = options.secondary_auth;
-      primaryInfo = null;
-
-      function ready() {
-        options.ready && options.ready();
-      }
-
-      user.checkAuthentication(function(checked_auth_level) {
-        auth_level = checked_auth_level;
-
-        // NOTE: When the app first starts and the user's authentication is
-        // checked, all email addresses for authenticated users are synced.  We
-        // can be assured by this point that our addresses are up to date.  If
-        // the user is not authenticated, all addresses are wiped, meaning
-        // a user could not be looking at stale data and/or authenticate as
-        // somebody else.
-        var storedEmailInfo = user.getStoredEmailKeypair(email);
-        if(storedEmailInfo && storedEmailInfo.type === "secondary") {
-          // secondary user, show the password field if they are not
-          // authenticated to the "password" level.
-          showTemplate({
-            signin: true,
-            password: auth_level !== "password",
-            secondary_auth: secondaryAuth,
-            cancelable: options.cancelable
-          });
-          ready();
-        }
-        else if(storedEmailInfo && storedEmailInfo.type === "primary" && storedEmailInfo.cert) {
-          // primary user with valid cert, user can sign in normally.
-          primaryInfo = storedEmailInfo;
-          showTemplate({ signin: true, primary: true });
-          ready();
-        }
-        else {
-          // At this point, there are several possibilities:
-          // 1) Authenticated primary user who has an expired cert.
-          // 2) Authenticated user who does not control address.
-          // 3) Unauthenticated user.
-          user.addressInfo(email, function(info) {
-            if(info.type === "primary") primaryInfo = info;
-
-            if (info.type === "primary" && info.authed) {
-              // this is a primary user who is authenticated with their IdP.
-              // We know the user has control of this address, give them
-              // a chance to hit "sign in" before we kick them off to the
-              // primary flow account.
-
-              // Show the Persona TOS/PP to any primary user who is authed with
-              // their IdP but not with Persona.  Unfortunately, addressInfo
-              // does not tell us whether a primary address already has an
-              // account, so we have to show the personaTOSPP to any user who
-              // is not authenticated.
-              showTemplate({ signin: true, primary: true, personaTOSPP: !auth_level });
-            }
-            else if(info.type === "primary" && !info.authed) {
-              // User who does not control a primary address.
-
-              // Kick the user down the primary user flow.  User creation and
-              // addition will be taken care of there.
-              closePrimaryUser.call(self);
-            }
-            else if(info.type === "secondary" && auth_level === "password") {
-              // address is a secondary that the user does not control.
-
-              // user is authenticated to the password level but does not
-              // control the address, user is adding a secondary address to
-              // their account.  Being authenticated to the password level
-              // means the account already has a password, the set_password
-              // step is not necessary.  Show the confirmation screen before
-              // the verification starts.
-              showTemplate({ verify: true });
-            }
-            else if(info.type === "secondary" && auth_level === "assertion") {
-              // address is a secondary that the user does not control.  At
-              // this point, we need to know whether the account has a password
-              // or not.
-
-              // If the account does not have a password, kick the user down
-              // the stage_email flow which will ask to set a password.
-              // If the account does have a password, show the user
-              // a confirmation screen before starting the verification. When
-              // the user confirms ownership of the address, they may be asked
-              // for their password and their authentication credentials will
-              // be upgraded to "password" status.
-              user.passwordNeededToAddSecondaryEmail(function(passwordNeeded) {
-                if(passwordNeeded) {
-                  self.publish("stage_email", { email: email });
-                }
-                else {
-                  showTemplate({ verify: true });
-                }
-              });
-            }
-            else if(info.type === "secondary" && info.known) {
-              // address is a known secondary but the user is not logged in.
-
-              // Make the user log in.
-              showTemplate({ signin: true, password: true });
-            }
-            else {
-              // address is an unknown secondary.  User is not logged in.
-
-              // Create an account.  User will have to set their password.
-              self.close("new_user", { email: email });
-            }
-            ready();
-          }, self.getErrorDialog(errors.addressInfo, ready));
-        }
-      }, self.getErrorDialog(errors.checkAuthentication, ready));
-
-      function showTemplate(templateData) {
-        templateData = _.extend({
-          email: email,
-          verify: false,
-          signin: false,
-          password: false,
-          secondary_auth: false,
-          primary: false,
-          personaTOSPP: false,
-          cancelable: true
-        }, templateData);
-
-        self.renderDialog("required_email", templateData);
-
-        if (options.siteTOSPP) {
-          dialogHelpers.showRPTosPP.call(self);
-        }
-
-        self.click("#sign_in", signIn);
-        self.click("#verify_address", verifyAddress);
-        self.click("#forgotPassword", forgotPassword);
-        self.click("#cancel", cancel);
-      }
-
-      RequiredEmail.sc.start.call(self, options);
-    }
-
-    // BEGIN TEST API
-    ,
-    signIn: signIn,
-    verifyAddress: verifyAddress,
-    forgotPassword: forgotPassword,
-    cancel: cancel
-    // END TEST API
-  });
-
-  return RequiredEmail;
-
-}());
diff --git a/resources/static/dialog/js/modules/rp_info.js b/resources/static/dialog/js/modules/rp_info.js
deleted file mode 100644
index 9fab0c7b295dbdc8160d72f63285e3fe0fd79b15..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/rp_info.js
+++ /dev/null
@@ -1,50 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global _: true, BrowserID: true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-/**
- * Purpose:
- *  Display to the user RP related data such as hostname, sitename, logo,
- *  TOS/PP, etc.
- */
-BrowserID.Modules.RPInfo = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      renderer = bid.Renderer,
-      sc;
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      options = options || {};
-
-      /**
-       * Very important security info - it is assumed all parameters are
-       * already properly escaped before being passed here.  This is done
-       * in dialog.js.  Check it.
-       *
-       * hostname is set internally based on the RP URL,
-       * so it will not be escaped.  It is set initially in user.js at the very
-       * bottom for the main site, and then in dialog.js->get for the dialog.
-       */
-      renderer.render("#rp_info", "rp_info", {
-        hostname: options.hostname,
-        siteName: options.siteName,
-        siteLogo: options.siteLogo,
-        privacyPolicy: options.privacyPolicy,
-        termsOfService: options.termsOfService
-      });
-
-      sc.start.call(this, options);
-    }
-  });
-
-  sc = Module.sc;
-
-  return Module;
-
-}());
-
diff --git a/resources/static/dialog/js/modules/set_password.js b/resources/static/dialog/js/modules/set_password.js
deleted file mode 100644
index d1d3025767450ebc66e5ce570494b7e717544e09..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/set_password.js
+++ /dev/null
@@ -1,62 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global _: true, BrowserID: true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.SetPassword = (function() {
-  "use strict";
-  var bid = BrowserID,
-      dom = bid.DOM,
-      helpers = bid.Helpers,
-      complete = helpers.complete,
-      dialogHelpers = helpers.Dialog,
-      sc;
-
-  function submit(callback) {
-    /*jshint validthis: true*/
-    var pass = dom.getInner("#password"),
-        vpass = dom.getInner("#vpassword"),
-        options = this.options;
-
-    var valid = bid.Validation.passwordAndValidationPassword(pass, vpass);
-    if(valid) {
-      this.publish("password_set", { password: pass });
-    }
-
-    complete(callback, valid);
-  }
-
-  function cancel() {
-    /*jshint validthis: true*/
-    this.close("cancel_state");
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var self=this;
-      options = options || {};
-
-      self.renderDialog("set_password", {
-        email: options.email,
-        password_reset: !!options.password_reset,
-        cancelable: options.cancelable !== false,
-        personaTOSPP: options.personaTOSPP
-      });
-
-      if (options.siteTOSPP) {
-        dialogHelpers.showRPTosPP.call(self);
-      }
-
-      self.click("#cancel", cancel);
-
-      sc.start.call(self, options);
-    },
-
-    submit: submit,
-    cancel: cancel
-  });
-
-  sc = Module.sc;
-
-  return Module;
-}());
diff --git a/resources/static/dialog/js/modules/verify_primary_user.js b/resources/static/dialog/js/modules/verify_primary_user.js
deleted file mode 100644
index 423175e569febcb726f721640b5060a1c7f156ba..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/modules/verify_primary_user.js
+++ /dev/null
@@ -1,81 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*global _: true, BrowserID: true, PageController: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Modules.VerifyPrimaryUser = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      sc,
-      win,
-      add,
-      email,
-      auth_url,
-      dom = bid.DOM,
-      helpers = bid.Helpers,
-      dialogHelpers = helpers.Dialog,
-      complete = helpers.complete;
-
-  function verify(callback) {
-    this.publish("primary_user_authenticating");
-
-    // set up some information about what we're doing
-    win.sessionStorage.primaryVerificationFlow = JSON.stringify({
-      add: add,
-      email: email
-    });
-
-    var url = helpers.toURL(auth_url, {email: email});
-
-    win.document.location = url;
-
-    complete(callback);
-  }
-
-  function cancel(callback) {
-    this.close("cancel_state");
-    callback && callback();
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(data) {
-      var self=this;
-      data = data || {};
-
-      win = data.window || window;
-      add = data.add;
-      email = data.email;
-      auth_url = data.auth_url;
-
-      self.renderDialog("verify_primary_user", {
-        email: data.email,
-        auth_url: data.auth_url,
-        requiredEmail: data.requiredEmail || false,
-        personaTOSPP: data.personaTOSPP,
-        siteName: data.siteName,
-        idpName: data.idpName
-      });
-
-      if (data.siteTOSPP) {
-        dialogHelpers.showRPTosPP.call(self);
-      }
-
-      self.click("#cancel", cancel);
-
-      sc.start.call(self, data);
-    },
-
-    submit: verify
-
-    // BEGIN TESTING API
-    ,
-    cancel: cancel
-    // END TESTING API
-  });
-
-  sc = Module.sc;
-
-  return Module;
-}());
-
diff --git a/resources/static/dialog/js/start.js b/resources/static/dialog/js/start.js
deleted file mode 100644
index 3536e1f25e1b9f346debb65f5ecc0966f04d0d21..0000000000000000000000000000000000000000
--- a/resources/static/dialog/js/start.js
+++ /dev/null
@@ -1,53 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  var bid = BrowserID,
-      moduleManager = bid.module,
-      modules = bid.Modules,
-      network = bid.Network,
-      xhr = bid.XHR;
-
-
-  // A request that takes more than 10 seconds is considered delayed.
-  xhr.init({ time_until_delay: 10 * 1000 });
-  network.init();
-
-  var hash = window.location.hash || "",
-      continuation = hash.indexOf("#AUTH_RETURN") > -1;
-
-  moduleManager.register("interaction_data", modules.InteractionData);
-  moduleManager.start("interaction_data", { continuation: continuation });
-
-  moduleManager.register("development", modules.Development);
-  moduleManager.start("development");
-
-  moduleManager.register("cookie_check", modules.CookieCheck);
-  moduleManager.start("cookie_check", {
-    ready: function(status) {
-      if(!status) return;
-
-      moduleManager.register("dialog", modules.Dialog);
-      moduleManager.register("add_email", modules.AddEmail);
-      moduleManager.register("authenticate", modules.Authenticate);
-      moduleManager.register("check_registration", modules.CheckRegistration);
-      moduleManager.register("is_this_your_computer", modules.IsThisYourComputer);
-      moduleManager.register("pick_email", modules.PickEmail);
-      moduleManager.register("required_email", modules.RequiredEmail);
-      moduleManager.register("verify_primary_user", modules.VerifyPrimaryUser);
-      moduleManager.register("provision_primary_user", modules.ProvisionPrimaryUser);
-      moduleManager.register("primary_user_provisioned", modules.PrimaryUserProvisioned);
-      moduleManager.register("generate_assertion", modules.GenerateAssertion);
-      moduleManager.register("xhr_delay", modules.XHRDelay);
-      moduleManager.register("xhr_disable_form", modules.XHRDisableForm);
-      moduleManager.register("set_password", modules.SetPassword);
-      moduleManager.register("rp_info", modules.RPInfo);
-
-      moduleManager.start("xhr_delay");
-      moduleManager.start("xhr_disable_form");
-      moduleManager.start("dialog");
-    }
-  });
-}());
-
diff --git a/resources/static/dialog/views/add_email.ejs b/resources/static/dialog/views/add_email.ejs
deleted file mode 100644
index b9c34d1c9c3a155f2ef4ca3914dd603299160f61..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/add_email.ejs
+++ /dev/null
@@ -1,41 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-  <div id="addEmail" class="cf form_section">
-
-      <ul class="inputs">
-          <li>
-              <label for="newEmail"><%= gettext('Add another email address to your Persona password.') %></label>
-              <input id="newEmail" name="newEmail" type="email" autocapitalize="off" autocorrect="off" spellcheck="false" maxlength="254" <% if (typeof email !== "undefined") { %> value="<%= email %>" <% } %> placeholder="<%= gettext("email address") %>"/>
-
-              <div id="email_format" class="tooltip" for="newEmail">
-                <%= gettext('This field must be an email address.') %>
-              </div>
-
-              <div id="email_required" class="tooltip" for="newEmail">
-                <%= gettext('The email field is required.') %>
-              </div>
-
-              <div id="could_not_add" class="tooltip" for="newEmail">
-                <%= gettext('We just sent an email to that address! If you really want to send another, wait a minute or two and try again.') %>
-              </div>
-
-              <div id="already_own_address" class="tooltip" for="newEmail">
-                <%= gettext('That address is already added to your account!') %>
-              </div>
-          </li>
-
-          <li id="hint_section" class="addressInfo">
-              <%= gettext("Checking with your email provider.") %>
-          </li>
-      </ul>
-
-      <p class="submit cf buttonrow">
-        <button id="addNewEmail"><%= gettext('add') %></button>
-        <a href="#" id="cancel" class="right"><%= gettext('cancel') %></a>
-      </p>
-
-  </div>
-
-
diff --git a/resources/static/dialog/views/authenticate.ejs b/resources/static/dialog/views/authenticate.ejs
deleted file mode 100644
index 285c4f58a1112e0d360486a909ba613c164e0a09..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/authenticate.ejs
+++ /dev/null
@@ -1,67 +0,0 @@
-<% /* This Source Code Form is subject to the terms of the Mozilla Public
-      License, v. 2.0. If a copy of the MPL was not distributed with this
-      file, You can obtain one at http://mozilla.org/MPL/2.0/. */ %>
-
-  <div class="form_section">
-      <p class="start">
-          <%= format(gettext('%s uses Persona instead of usernames to sign you in.'), ["<strong>" + siteName +"</strong>"]) %>
-
-      </p>
-
-      <ul class="inputs">
-
-          <li>
-              <label for="email"><%= gettext('To sign in with Persona, please enter your email address.') %></label>
-              <input id="email" type="email" autocapitalize="off" autocorrect="off" spellcheck="false" value="<%= email %>" maxlength="254" placeholder="<%= gettext('enter email address') %>"/>
-
-              <div id="email_format" class="tooltip" for="email">
-                <%= gettext('This field must be an email address.') %>
-              </div>
-
-              <div id="email_required" class="tooltip" for="email">
-                <%= gettext('The email field is required.') %>
-              </div>
-
-              <div id="could_not_add" class="tooltip" for="email">
-                <%= gettext('We just sent an email to that address! If you really want to send another, wait a minute or two and try again.') %>
-              </div>
-
-              <div id="cannot_authenticate" class="tooltip" for="email">
-                <%= gettext('This email address and password do not match.') %>
-              </div>
-          </li>
-
-
-          <li id="hint_section" class="addressInfo submit">
-              <%= gettext("Checking with your email provider.") %>
-          </li>
-
-          <li class="returning">
-
-              <label for="password" class="hidden"><%= gettext('Password') %></label>
-
-              <input id="password" type="password" maxlength="80" placeholder="<%= gettext('password') %>" />
-
-              <div id="password_required" class="tooltip" for="password">
-                <%= gettext('The password field is required.') %>
-              </div>
-
-          </li>
-
-      </ul>
-
-      <p class="submit cf buttonrow">
-        <button class="start addressInfo"><%= gettext('next') %></button>
-        <button class="returning"><%= gettext('sign in') %></button>
-        <a id="forgotPassword" class="returning" href="#"><%= gettext('Forgot your password?') %></a>
-      </p>
-
-
-      <p class="submit tospp">
-         <%= format(gettext("By proceeding, you agree to %(site)'s <a %(terms)>Terms</a> and <a %(privacy)>Privacy Policy</a>."),
-                    { site: "Persona",
-                      terms: 'href="https://login.persona.org/tos" target="_new"',
-                      privacy: 'href="https://login.persona.org/privacy" target="_new"' }) %>
-      </p>
-
-  </div>
diff --git a/resources/static/dialog/views/cannot_verify_required_email.ejs b/resources/static/dialog/views/cannot_verify_required_email.ejs
deleted file mode 100644
index 3bd7f68169ab8aee0d0a5a2f0107dd3d933b006c..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/cannot_verify_required_email.ejs
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-
-  <h2 id="cannotVerifyRequiredEmail"><%= format(gettext('Cannot verify %s'), [email]) %></h2>
-
-  <p>
-    <%= format(gettext('%s is a required address, but we cannot verify that you own this address.'), [email]) %>
-  </p>
-
-
diff --git a/resources/static/dialog/views/confirm_email.ejs b/resources/static/dialog/views/confirm_email.ejs
deleted file mode 100644
index a796667bc6c500bd03bee8a8ede2f2926e40412c..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/confirm_email.ejs
+++ /dev/null
@@ -1,14 +0,0 @@
-<% /* This Source Code Form is subject to the terms of the Mozilla Public
-      License, v. 2.0. If a copy of the MPL was not distributed with this
-      file, You can obtain one at http://mozilla.org/MPL/2.0/. */ %>
-
-    <h2><%= gettext('Confirm your email address') %></h2>
-
-    <p>
-      <%= format(gettext('Check your email at %s.'), ["<strong>" + email + "</strong>"]) %>
-    </p>
-
-    <p>
-      <%= format(gettext('Click the link in the confirmation email. You\'ll then immediately be signed in to %s.'), ["<strong>" + siteName + "</strong>"]) %>
-    </p>
-
diff --git a/resources/static/dialog/views/development.ejs b/resources/static/dialog/views/development.ejs
deleted file mode 100644
index dd0b2d182a7c287122dddd9c0a01c46449449b4f..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/development.ejs
+++ /dev/null
@@ -1,11 +0,0 @@
-<ul id="development">
-    <li><a id="showError" href="/">Show Error</a></li>
-    <li><a id="showDelay" href="/">Show Delay</a></li>
-    <li><a id="showWait" href="/">Show Wait</a></li>
-    <li><a id="hideAll" href="/">Hide Screens</a></li>
-    <li><a id="clearLocalStorage" href="/">Clear localStorage</a></li>
-    <li><a id="clearEmailsForSites" href="/">Clear Site&lt;-&gt;Emails</a></li>
-    <li><a id="forceIsThisYourComputer" href="/">Force "Is This Your Computer"</a></li>
-    <li><a id="closeDevelopment" href="/">Close</a></li>
-</ul>
-
diff --git a/resources/static/dialog/views/error.ejs b/resources/static/dialog/views/error.ejs
deleted file mode 100644
index 14f7c8f39c28e2b44bf2f1387247e7695ff3eec3..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/error.ejs
+++ /dev/null
@@ -1,82 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-
-  <div id="error_contents">
-
-  <% if (typeof network !== "undefined" && network.status == 503) { %>
-    <h2 id="error_503">
-      <%= gettext("We are very sorry.") %><span class="emphasis"> <%= gettext("The server is under extreme load!") %></span>
-    </h2>
-  <% } else if (typeof network !== "undefined" && network.status == 403) { %>
-    <h2 id="error_403">
-      <%= gettext("Persona requires cookies to remember you.") %>
-    </h2>
-    <%= format(gettext("Please close this window, <a %s>enable cookies</a> and try again"), [" target='_blank' href='http://support.mozilla.org/kb/Websites%20say%20cookies%20are%20blocked'"]) %>
-  <% } else if(typeof title === "string") { %>
-    <h2>
-      <span class="emphasis"><%= title %></span>
-    </h2>
-  <% } else { %>
-    <h2 id="defaultError">
-      <%= gettext("We are very sorry.") %><span class="emphasis"> <%= gettext("There has been an error!") %></span>
-    </h2>
-  <% } %>
-
-  <% if (!(typeof network !== "undefined" && network.status == 403)) { %>
-    <p class="emphasis">
-      <% if (typeof dialog !== "undefined" && dialog !== false) { %>
-        <%= gettext("Please reload the page and try again.") %>
-      <% } else { %>
-        <%= gettext("Please close this window and try again.") %>
-      <% } %>
-    </p>
-  <% } %>
-
-  <% if(typeof action !== "undefined" || typeof network !== "undefined") { %>
-    <a href="#" class="openMoreInfo">
-      <%= gettext("See more info") %>
-    </a>
-
-    <ul class="moreInfo">
-      <% if (typeof action !== "undefined") { %>
-        <li>
-          <strong id="action">Action: </strong><%= action.title %>
-
-          <% if (action.message) { %>
-            <p>
-              <%= action.message %>
-            </p>
-          <% } %>
-        </li>
-      <% } %>
-
-      <% if (typeof network !== "undefined") { %>
-        <li>
-
-          <strong id="network">Network Info:</strong> <%= network.type %>: <%= network.url %>
-
-          <p>
-            <strong>Response Code - </strong> <%= network.status %>
-          </p>
-
-          <% if (network.responseText) { %>
-            <p>
-              <strong>Response Text:</strong> <%= network.responseText %>
-            </p>
-          <% } %>
-
-          <% if (network.errorThrown) { %>
-            <p>
-              <strong>Error Type:</strong> <%= network.errorThrown %>
-            </p>
-          <% } %>
-        </li>
-
-      <% } %>
-    <% } %>
-
-  </ul>
-
-  </div>
diff --git a/resources/static/dialog/views/generic.ejs b/resources/static/dialog/views/generic.ejs
deleted file mode 100644
index daf37ae5d6ed6bb74d9445e7ffa958a563d2ee47..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/generic.ejs
+++ /dev/null
@@ -1,7 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-  <h2 <% if(typeof id !== "undefined") { %>id="<%= id %>"<% } %>><%= title %></h2>
-
-  <p><%= message %></p>
diff --git a/resources/static/dialog/views/invalid_required_email.ejs b/resources/static/dialog/views/invalid_required_email.ejs
deleted file mode 100644
index fe3c5071441791ae093ed6d64e71d299ee56624c..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/invalid_required_email.ejs
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-
-  <h2 id="invalidRequiredEmail"><%= format(gettext('*%s* is not a valid email address!'), [email]) %></h2>
-
-  <p>
-    <%= gettext('To continue, please close the window and enter a valid address.') %>
-  </p>
-
-
diff --git a/resources/static/dialog/views/is_this_your_computer.ejs b/resources/static/dialog/views/is_this_your_computer.ejs
deleted file mode 100644
index c359518caf82feb178f294aa205378ec86c52d78..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/is_this_your_computer.ejs
+++ /dev/null
@@ -1,22 +0,0 @@
-<% /* This Source Code Form is subject to the terms of the Mozilla Public
-      License, v. 2.0. If a copy of the MPL was not distributed with this
-      file, You can obtain one at http://mozilla.org/MPL/2.0/. */ %>
-
-  <div id="your_computer_content">
-    <h2><%= gettext('Remember You?') %></h2>
-	<p><%= gettext('How long would you like to remain signed in with Persona?') %></p>
-    <ul>
-      <li>
-        <button id="this_is_my_computer" tabindex="3"><%= gettext('One month') %></button>
-        <%= gettext('I trust this computer.') %>
-      </li>
-
-      <li>
-        <button id="this_is_not_my_computer" class="negative" tabindex="3"><%= gettext('This session only') %></button>
-        <%= gettext('This is not my computer.') %>
-      </li>
-    </ul>
-    <p><%= gettext('Note: You can of course sign out of Persona at any time.') %></p>
-  </div>
-
-
diff --git a/resources/static/dialog/views/pick_email.ejs b/resources/static/dialog/views/pick_email.ejs
deleted file mode 100644
index b41b6370fa168a475af093af92f20f98d7dc8181..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/pick_email.ejs
+++ /dev/null
@@ -1,36 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-
-
-  <p>
-    <%= gettext('Sign in as...') %>
-  </p>
-
-  <div id="selectEmail" class="form_section">
-      <ul class="inputs" id="emailList">
-          <% _.each(identities, function(item, index) { var emailAddress = item.address, id = "email_" + index; %>
-              <li>
-                  <label for="<%= id %>" class="<% if (emailAddress === siteEmail) { %> preselected<% } %> selectable" title="<%= emailAddress %>" >
-                    <input type="radio" name="email" id="<%= id %>" value="<%= emailAddress %>"
-                        <% if (emailAddress === siteEmail || identities.length === 1) { %> checked="checked" <% } %>
-                      />
-                    <%= emailAddress %>
-                  </label>
-              </li>
-          <% }); %>
-      </ul>
-
-      <div id="must_choose_email" class="tooltip" for="emailList">
-        <%= gettext('Please choose an email address.') %>
-      </div>
-
-      <a id="useNewEmail" class="emphasize" href="#"><%= gettext('Add another email address') %></a>
-      <a id="thisIsNotMe" class="emphasize" href="#"><%= gettext('This is not me') %></a>
-
-
-      <p class="submit add cf">
-        <button id="signInButton"><%= gettext('sign in') %></button>
-      </p>
-  </div>
diff --git a/resources/static/dialog/views/primary_user_verified.ejs b/resources/static/dialog/views/primary_user_verified.ejs
deleted file mode 100644
index 0b2cc30af00ec7e6e03e7cb15ed8632db2823445..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/primary_user_verified.ejs
+++ /dev/null
@@ -1,19 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-  <strong><%= gettext("Sign in using") %></strong>
-  <div class="form_section" id="primary_user_verified">
-      <ul class="inputs">
-
-          <li>
-              <label for="email"><%= gettext("Email") %></label>
-              <input id="email" type="email" disabled value="<%= email %>" />
-          </li>
-
-          <li>
-              <p><strong><%= gettext("Address Verified!") %></strong></p>
-              <%= gettext("Your identity has been verified with your email provider, we will now try to sign you in.") %>
-          </li>
-      </ul>
-  </div>
diff --git a/resources/static/dialog/views/required_email.ejs b/resources/static/dialog/views/required_email.ejs
deleted file mode 100644
index 500327fbfee2c46573f4bf473542d07848b2d8b5..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/required_email.ejs
+++ /dev/null
@@ -1,73 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-  <strong>
-    <% if(secondary_auth) { %>
-      <%= gettext("Sign in using") %>
-    <% } else { %>
-      <%= gettext("The site requested you sign in using") %>
-    <% } %>
-  </strong>
-  <div class="form_section">
-      <ul class="inputs">
-
-          <li>
-              <label for="email"><%= gettext("Email") %></label>
-              <input id="required_email" type="email" value="<%= email %>" disabled />
-              <div id="could_not_add" class="tooltip" for="required_email">
-                <%= gettext("We just sent an email to that address! If you really want to send another, wait a minute or two and try again.") %>
-              </div>
-          </li>
-
-          <% if (verify && primary) { %>
-              <li>
-                  <%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>
-                  <p>
-                      <strong></strong>.
-                  </p>
-              </li>
-          <% } %>
-
-          <% if (password) { %>
-              <li id="password_section">
-                  <a id="forgotPassword" class="right forgot" href="#" tabindex="4"><%= gettext("forgot your password?") %></a>
-                  <label for="password"><%= gettext("Password") %></label>
-
-                  <input id="password" type="password" maxlength="80" tabindex="2" />
-
-                  <div id="password_required" class="tooltip" for="password">
-                    <%= gettext("The password field is required.") %>
-                  </div>
-
-                  <div id="cannot_authenticate" class="tooltip" for="password">
-                    <%= gettext('This email address and password do not match.') %>
-                  </div>
-
-              </li>
-          <% } %>
-
-      </ul>
-
-      <div class="submit cf">
-          <p class="cf">
-            <% if (signin) { %>
-              <button id="sign_in" tabindex="3"><%= gettext("sign in") %></button>
-            <% } else if (verify) { %>
-              <button id="verify_address" tabindex="3"><%= gettext("verify email") %></button>
-            <% } %>
-
-            <% if (cancelable && secondary_auth) { %>
-              <a href="#" id="cancel" class="action" tabindex="4"><%= gettext("cancel") %></a>
-            <% } %>
-          </p>
-          <% if (personaTOSPP) { %>
-            <p class="tospp">
-               <%= format(gettext("By proceeding, you agree to %(site)'s <a %(terms)>Terms</a> and <a %(privacy)>Privacy Policy</a>."),
-                          { site: "Persona",
-                            terms: 'href="https://login.persona.org/tos" target="_new"',
-                            privacy: 'href="https://login.persona.org/privacy" target="_new"' }) %>
-            </p>
-          <% } %>
-      </div>
-  </div>
diff --git a/resources/static/dialog/views/rp_info.ejs b/resources/static/dialog/views/rp_info.ejs
deleted file mode 100644
index 4ae1e5a072a978a33d7676d706c272d0d75c83d0..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/rp_info.ejs
+++ /dev/null
@@ -1,30 +0,0 @@
-<% /* This Source Code Form is subject to the terms of the Mozilla Public
-      License, v. 2.0. If a copy of the MPL was not distributed with this
-      file, You can obtain one at http://mozilla.org/MPL/2.0/. */ %>
-
-<% if(siteLogo) { %>
-  <img id="rp_logo" src="<%= siteLogo %>" />
-<% } %>
-
-
-<% if(siteName) { %>
-  <h2 id="rp_name"><%= siteName %></h2>
-<% } %>
-
-<% if(siteName) { %>
-  <h3 id="rp_hostname"><%= hostname %></h3>
-<% } else { %>
-  <h2 id="rp_hostname"><%= hostname %></h2>
-<% } %>
-
-<% if(privacyPolicy && termsOfService) { %>
-  <p id="rptospp" class="tospp">
-    <%= format(gettext("By proceeding, you agree to %(site)'s <a %(terms)>Terms</a> and <a %(privacy)>Privacy Policy</a>."),
-               {
-                 terms: 'href="' + termsOfService + '" id="rp_tos" target="_blank"',
-                 privacy: 'href="' + privacyPolicy + '" id="rp_pp" target="_blank"',
-                 site: siteName || hostname
-               })
-    %>
-   </p>
-<% } %>
diff --git a/resources/static/dialog/views/set_password.ejs b/resources/static/dialog/views/set_password.ejs
deleted file mode 100644
index 74a75f3d11d4da5eacea04ecc4e7506a94e415ea..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/set_password.ejs
+++ /dev/null
@@ -1,80 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-  <div class="form_section" id="set_password">
-      <% if (password_reset) { %>
-        <strong><%= gettext("Reset your password") %></strong>
-      <% } %>
-
-      <ul class="inputs">
-          <li>
-            <% if (!password_reset) { %>
-              <%= gettext("Your email address is new to us. Please create a password to use with Persona.") %>
-            <% } %>
-          </li>
-
-
-          <li>
-              <% if (password_reset) { %>
-                <label for="password"><%= format(gettext("Create a new password to use with %s."), ["Persona"]) %></label>
-              <% } else { %>
-                <label for="password"><strong><%= email %></strong></label>
-              <% } %>
-
-              <input id="password" type="password" maxlength="80" placeholder="<%= gettext("create password") %>"/>
-
-              <div class="tooltip" id="password_required" for="password">
-                <%= gettext('Password is required.') %>
-              </div>
-
-              <div class="tooltip" id="password_length" for="password">
-                <%= gettext('Password must be between 8 and 80 characters long.') %>
-              </div>
-
-              <div id="could_not_add" class="tooltip" for="password">
-                <%= gettext('We just sent an email to that address! If you really want to send another, wait a minute or two and try again.') %>
-              </div>
-
-              <div class="tooltip" id="passwords_no_match" for="password">
-                <%= gettext('These passwords don\'t match!') %>
-              </div>
-          </li>
-
-          <li>
-              <label for="vpassword" class="hidden"><%= gettext('Verify Password') %></label>
-              <input id="vpassword" placeholder="<%= gettext('verify password') %>" type="password" maxlength="80" />
-
-              <div class="tooltip" id="vpassword_required" for="vpassword">
-                <%= gettext('Verification password is required.') %>
-              </div>
-
-          </li>
-
-      </ul>
-
-      <p class="submit cf buttonrow">
-          <button id="<%= password_reset ? "password_reset" : "verify_user" %>">
-            <%= (password_reset ? gettext('reset password') : gettext('done')) %>
-          </button>
-
-          <% if(cancelable) { %>
-            <a id="cancel" class="right" href="#"><%= gettext('cancel') %></a>
-          <% } %>
-      </p>
-
-      <% if (password_reset) { %>
-        <p class="submit">
-          <%= gettext("Note: This password will be used with all of your Persona email addresses.") %>
-        </p>
-      <% } %>
-
-      <% if (personaTOSPP) { %>
-        <p id="persona_tospp" class="submit tospp">
-            <%= format(gettext("By proceeding, you agree to %(site)'s <a %(terms)>Terms</a> and <a %(privacy)>Privacy Policy</a>."),
-                       { site: "Persona",
-                         terms: 'href="https://login.persona.org/tos" target="_new"',
-                         privacy: 'href="https://login.persona.org/privacy" target="_new"' }) %>
-        </p>
-      <% } %>
-  </div>
diff --git a/resources/static/dialog/views/site b/resources/static/dialog/views/site
deleted file mode 120000
index f5a3723db214a8e9676c1dbf727502ecb94bce16..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/site
+++ /dev/null
@@ -1 +0,0 @@
-../../../views/
\ No newline at end of file
diff --git a/resources/static/dialog/views/test_template_no_input.ejs b/resources/static/dialog/views/test_template_no_input.ejs
deleted file mode 100644
index 1fc8e84c44d2cc16a95e1ff59749c88519263196..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/test_template_no_input.ejs
+++ /dev/null
@@ -1,7 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-
-<button id="focusButton">Button!</button>
-
diff --git a/resources/static/dialog/views/test_template_with_input.ejs b/resources/static/dialog/views/test_template_with_input.ejs
deleted file mode 100644
index ff302b14f730e33cf169df428bddcf4f00cef453..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/test_template_with_input.ejs
+++ /dev/null
@@ -1,8 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<form>
-  <input id="templateInput" type="text" value="" />
-</form>
-
diff --git a/resources/static/dialog/views/tooltip.ejs b/resources/static/dialog/views/tooltip.ejs
deleted file mode 100644
index 0c7a43ef8946998101af51f3cfdc4984896657e1..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/tooltip.ejs
+++ /dev/null
@@ -1,5 +0,0 @@
-<div class="tooltip">
-  <%= contents %>
-  <div class="arrow-down"></div>
-</div>
-
diff --git a/resources/static/dialog/views/verify_primary_user.ejs b/resources/static/dialog/views/verify_primary_user.ejs
deleted file mode 100644
index 695924ac81a007098eea328f7f365730cf6de3d4..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/verify_primary_user.ejs
+++ /dev/null
@@ -1,32 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<div class="cf form_section">
-	<h3>
-    <%= format(gettext("%s makes this easy"), [idpName]) %>
-  </h3>
-
-  <p>
-    <%= format(gettext("Persona lets you use your %(emailProvider) account to sign into sites like %(aWebsite)."),
-               { emailProvider: idpName, aWebsite: siteName }) %>
-  </p>
-  <p>
-    <%= format(gettext("Once you verify your account there, you will be signed in to %(aWebsite)."),
-               {aWebsite : siteName}) %>
-  </p>
-    <p class="submit cf buttonrow">
-        <button id="verifyWithPrimary"><%= format(gettext("sign in with %s"), [idpName]) %></button>
-        <a href="#" id="cancel" class="emphasize right"><%= gettext("Use a different email address") %></a>
-    </p>
-
-    <% if (personaTOSPP) { %>
-      <p id="persona_tospp" class="submit tospp">
-         <%= format(gettext("By proceeding, you agree to %(site)'s <a %(terms)>Terms</a> and <a %(privacy)>Privacy Policy</a>."),
-                    { site: "Persona",
-                      terms: 'href="https://login.persona.org/tos" target="_new"',
-                      privacy: 'href="https://login.persona.org/privacy" target="_new"' }) %>
-      </p>
-    <% } %>
-
-</div>
diff --git a/resources/static/dialog/views/wait.ejs b/resources/static/dialog/views/wait.ejs
deleted file mode 100644
index daf37ae5d6ed6bb74d9445e7ffa958a563d2ee47..0000000000000000000000000000000000000000
--- a/resources/static/dialog/views/wait.ejs
+++ /dev/null
@@ -1,7 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-  <h2 <% if(typeof id !== "undefined") { %>id="<%= id %>"<% } %>><%= title %></h2>
-
-  <p><%= message %></p>
diff --git a/resources/static/favicon.ico b/resources/static/favicon.ico
deleted file mode 100644
index 9e7a5e61104414fd88f01d2897eab8c6e3def5b7..0000000000000000000000000000000000000000
Binary files a/resources/static/favicon.ico and /dev/null differ
diff --git a/resources/static/i/persona_sign_in_black.png b/resources/static/i/persona_sign_in_black.png
deleted file mode 100644
index 1977689b6f046720e8b85164b62039ac157aa9d5..0000000000000000000000000000000000000000
Binary files a/resources/static/i/persona_sign_in_black.png and /dev/null differ
diff --git a/resources/static/i/persona_sign_in_blue.png b/resources/static/i/persona_sign_in_blue.png
deleted file mode 100644
index bed31b3ef5c4ef82ec27c096ab8a6835f02d7e66..0000000000000000000000000000000000000000
Binary files a/resources/static/i/persona_sign_in_blue.png and /dev/null differ
diff --git a/resources/static/i/persona_sign_in_red.png b/resources/static/i/persona_sign_in_red.png
deleted file mode 100644
index c7e935f057f5f182f6b262b2fd38a13f7a9d151c..0000000000000000000000000000000000000000
Binary files a/resources/static/i/persona_sign_in_red.png and /dev/null differ
diff --git a/resources/static/i/sign_in_blue.png b/resources/static/i/sign_in_blue.png
deleted file mode 100644
index 919a5c7a3598ff2665d509b9dcfb03cdc1753a0f..0000000000000000000000000000000000000000
Binary files a/resources/static/i/sign_in_blue.png and /dev/null differ
diff --git a/resources/static/i/sign_in_green.png b/resources/static/i/sign_in_green.png
deleted file mode 100644
index 7e84129b4aa2d798213addb68e2fd01c23815e3b..0000000000000000000000000000000000000000
Binary files a/resources/static/i/sign_in_green.png and /dev/null differ
diff --git a/resources/static/i/sign_in_grey.png b/resources/static/i/sign_in_grey.png
deleted file mode 100644
index 467bde42b6c1d4d728050bf81e4cbbec32824b1d..0000000000000000000000000000000000000000
Binary files a/resources/static/i/sign_in_grey.png and /dev/null differ
diff --git a/resources/static/i/sign_in_orange.png b/resources/static/i/sign_in_orange.png
deleted file mode 100644
index 1c7c7925d18bfd80f07e66b9248b63acfef64587..0000000000000000000000000000000000000000
Binary files a/resources/static/i/sign_in_orange.png and /dev/null differ
diff --git a/resources/static/i/sign_in_red.png b/resources/static/i/sign_in_red.png
deleted file mode 100644
index 96d1f98fded025cafdb562d3d9e29de8fde0b7ff..0000000000000000000000000000000000000000
Binary files a/resources/static/i/sign_in_red.png and /dev/null differ
diff --git a/resources/static/include_js/include.js b/resources/static/include_js/include.js
deleted file mode 100644
index 1df41c082075bbd6abed52e08d55423fbed8718b..0000000000000000000000000000000000000000
--- a/resources/static/include_js/include.js
+++ /dev/null
@@ -1,1255 +0,0 @@
-/**
- * Uncompressed source can be found at https://login.persona.org/include.orig.js
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  // this is the file that the RP includes to shim in the
-  // navigator.id.getVerifiedEmail() function
-  //  "use strict";
-
-  // local embedded copy of jschannel: http://github.com/mozilla/jschannel
-  /**
-   * js_channel is a very lightweight abstraction on top of
-   * postMessage which defines message formats and semantics
-   * to support interactions more rich than just message passing
-   * js_channel supports:
-   *  + query/response - traditional rpc
-   *  + query/update/response - incremental async return of results
-   *    to a query
-   *  + notifications - fire and forget
-   *  + error handling
-   *
-   * js_channel is based heavily on json-rpc, but is focused at the
-   * problem of inter-iframe RPC.
-   *
-   * Message types:
-   *  There are 5 types of messages that can flow over this channel,
-   *  and you may determine what type of message an object is by
-   *  examining its parameters:
-   *  1. Requests
-   *    + integer id
-   *    + string method
-   *    + (optional) any params
-   *  2. Callback Invocations (or just "Callbacks")
-   *    + integer id
-   *    + string callback
-   *    + (optional) params
-   *  3. Error Responses (or just "Errors)
-   *    + integer id
-   *    + string error
-   *    + (optional) string message
-   *  4. Responses
-   *    + integer id
-   *    + (optional) any result
-   *  5. Notifications
-   *    + string method
-   *    + (optional) any params
-   */
-  var Channel = (function() {
-    "use strict";
-
-    // current transaction id, start out at a random *odd* number between 1 and a million
-    // There is one current transaction counter id per page, and it's shared between
-    // channel instances.  That means of all messages posted from a single javascript
-    // evaluation context, we'll never have two with the same id.
-    var s_curTranId = Math.floor(Math.random()*1000001);
-
-    // no two bound channels in the same javascript evaluation context may have the same origin, scope, and window.
-    // futher if two bound channels have the same window and scope, they may not have *overlapping* origins
-    // (either one or both support '*').  This restriction allows a single onMessage handler to efficiently
-    // route messages based on origin and scope.  The s_boundChans maps origins to scopes, to message
-    // handlers.  Request and Notification messages are routed using this table.
-    // Finally, channels are inserted into this table when built, and removed when destroyed.
-    var s_boundChans = { };
-
-    // add a channel to s_boundChans, throwing if a dup exists
-    function s_addBoundChan(win, origin, scope, handler) {
-      function hasWin(arr) {
-        for (var i = 0; i < arr.length; i++) if (arr[i].win === win) return true;
-        return false;
-      }
-
-      // does she exist?
-      var exists = false;
-
-
-      if (origin === '*') {
-        // we must check all other origins, sadly.
-        for (var k in s_boundChans) {
-          if (!s_boundChans.hasOwnProperty(k)) continue;
-          if (k === '*') continue;
-          if (typeof s_boundChans[k][scope] === 'object') {
-            exists = hasWin(s_boundChans[k][scope]);
-            if (exists) break;
-          }
-        }
-      } else {
-        // we must check only '*'
-        if ((s_boundChans['*'] && s_boundChans['*'][scope])) {
-          exists = hasWin(s_boundChans['*'][scope]);
-        }
-        if (!exists && s_boundChans[origin] && s_boundChans[origin][scope])
-        {
-          exists = hasWin(s_boundChans[origin][scope]);
-        }
-      }
-      if (exists) throw "A channel is already bound to the same window which overlaps with origin '"+ origin +"' and has scope '"+scope+"'";
-
-      if (typeof s_boundChans[origin] != 'object') s_boundChans[origin] = { };
-      if (typeof s_boundChans[origin][scope] != 'object') s_boundChans[origin][scope] = [ ];
-      s_boundChans[origin][scope].push({win: win, handler: handler});
-    }
-
-    function s_removeBoundChan(win, origin, scope) {
-      var arr = s_boundChans[origin][scope];
-      for (var i = 0; i < arr.length; i++) {
-        if (arr[i].win === win) {
-          arr.splice(i,1);
-        }
-      }
-      if (s_boundChans[origin][scope].length === 0) {
-        delete s_boundChans[origin][scope];
-      }
-    }
-
-    function s_isArray(obj) {
-      if (Array.isArray) return Array.isArray(obj);
-      else {
-        return (obj.constructor.toString().indexOf("Array") != -1);
-      }
-    }
-
-    // No two outstanding outbound messages may have the same id, period.  Given that, a single table
-    // mapping "transaction ids" to message handlers, allows efficient routing of Callback, Error, and
-    // Response messages.  Entries are added to this table when requests are sent, and removed when
-    // responses are received.
-    var s_transIds = { };
-
-    // class singleton onMessage handler
-    // this function is registered once and all incoming messages route through here.  This
-    // arrangement allows certain efficiencies, message data is only parsed once and dispatch
-    // is more efficient, especially for large numbers of simultaneous channels.
-    var s_onMessage = function(e) {
-      try {
-        var m = JSON.parse(e.data);
-        if (typeof m !== 'object' || m === null) throw "malformed";
-      } catch(e) {
-        // just ignore any posted messages that do not consist of valid JSON
-        return;
-      }
-
-      var w = e.source;
-      var o = e.origin;
-      var s, i, meth;
-
-      if (typeof m.method === 'string') {
-        var ar = m.method.split('::');
-        if (ar.length == 2) {
-          s = ar[0];
-          meth = ar[1];
-        } else {
-          meth = m.method;
-        }
-      }
-
-      if (typeof m.id !== 'undefined') i = m.id;
-
-      // w is message source window
-      // o is message origin
-      // m is parsed message
-      // s is message scope
-      // i is message id (or undefined)
-      // meth is unscoped method name
-      // ^^ based on these factors we can route the message
-
-      // if it has a method it's either a notification or a request,
-      // route using s_boundChans
-      if (typeof meth === 'string') {
-        var delivered = false;
-        if (s_boundChans[o] && s_boundChans[o][s]) {
-          for (var j = 0; j < s_boundChans[o][s].length; j++) {
-            if (s_boundChans[o][s][j].win === w) {
-              s_boundChans[o][s][j].handler(o, meth, m);
-              delivered = true;
-              break;
-            }
-          }
-        }
-
-        if (!delivered && s_boundChans['*'] && s_boundChans['*'][s]) {
-          for (var j = 0; j < s_boundChans['*'][s].length; j++) {
-            if (s_boundChans['*'][s][j].win === w) {
-              s_boundChans['*'][s][j].handler(o, meth, m);
-              break;
-            }
-          }
-        }
-      }
-      // otherwise it must have an id (or be poorly formed
-      else if (typeof i != 'undefined') {
-        if (s_transIds[i]) s_transIds[i](o, meth, m);
-      }
-    };
-
-    // Setup postMessage event listeners
-    if (window.addEventListener) window.addEventListener('message', s_onMessage, false);
-    else if(window.attachEvent) window.attachEvent('onmessage', s_onMessage);
-
-    /* a messaging channel is constructed from a window and an origin.
-     * the channel will assert that all messages received over the
-     * channel match the origin
-     *
-     * Arguments to Channel.build(cfg):
-     *
-     *   cfg.window - the remote window with which we'll communicate
-     *   cfg.origin - the expected origin of the remote window, may be '*'
-     *                which matches any origin
-     *   cfg.scope  - the 'scope' of messages.  a scope string that is
-     *                prepended to message names.  local and remote endpoints
-     *                of a single channel must agree upon scope. Scope may
-     *                not contain double colons ('::').
-     *   cfg.debugOutput - A boolean value.  If true and window.console.log is
-     *                a function, then debug strings will be emitted to that
-     *                function.
-     *   cfg.debugOutput - A boolean value.  If true and window.console.log is
-     *                a function, then debug strings will be emitted to that
-     *                function.
-     *   cfg.postMessageObserver - A function that will be passed two arguments,
-     *                an origin and a message.  It will be passed these immediately
-     *                before messages are posted.
-     *   cfg.gotMessageObserver - A function that will be passed two arguments,
-     *                an origin and a message.  It will be passed these arguments
-     *                immediately after they pass scope and origin checks, but before
-     *                they are processed.
-     *   cfg.onReady - A function that will be invoked when a channel becomes "ready",
-     *                this occurs once both sides of the channel have been
-     *                instantiated and an application level handshake is exchanged.
-     *                the onReady function will be passed a single argument which is
-     *                the channel object that was returned from build().
-     */
-    return {
-      build: function(cfg) {
-        var debug = function(m) {
-          if (cfg.debugOutput && window.console && window.console.log) {
-            // try to stringify, if it doesn't work we'll let javascript's built in toString do its magic
-            try { if (typeof m !== 'string') m = JSON.stringify(m); } catch(e) { }
-            console.log("["+chanId+"] " + m);
-          }
-        };
-
-        /* browser capabilities check */
-        if (!window.postMessage) throw("jschannel cannot run this browser, no postMessage");
-        if (!window.JSON || !window.JSON.stringify || ! window.JSON.parse) {
-          throw("jschannel cannot run this browser, no JSON parsing/serialization");
-        }
-
-        /* basic argument validation */
-        if (typeof cfg != 'object') throw("Channel build invoked without a proper object argument");
-
-        if (!cfg.window || !cfg.window.postMessage) throw("Channel.build() called without a valid window argument");
-
-        /* we'd have to do a little more work to be able to run multiple channels that intercommunicate the same
-         * window...  Not sure if we care to support that */
-        if (window === cfg.window) throw("target window is same as present window -- not allowed");
-
-        // let's require that the client specify an origin.  if we just assume '*' we'll be
-        // propagating unsafe practices.  that would be lame.
-        var validOrigin = false;
-        if (typeof cfg.origin === 'string') {
-          var oMatch;
-          if (cfg.origin === "*") validOrigin = true;
-          // allow valid domains under http and https.  Also, trim paths off otherwise valid origins.
-          else if (null !== (oMatch = cfg.origin.match(/^https?:\/\/(?:[-a-zA-Z0-9_\.])+(?::\d+)?/))) {
-            cfg.origin = oMatch[0].toLowerCase();
-            validOrigin = true;
-          }
-        }
-
-        if (!validOrigin) throw ("Channel.build() called with an invalid origin");
-
-        if (typeof cfg.scope !== 'undefined') {
-          if (typeof cfg.scope !== 'string') throw 'scope, when specified, must be a string';
-          if (cfg.scope.split('::').length > 1) throw "scope may not contain double colons: '::'";
-        }
-
-        /* private variables */
-        // generate a random and psuedo unique id for this channel
-        var chanId = (function () {
-          var text = "";
-          var alpha = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
-          for(var i=0; i < 5; i++) text += alpha.charAt(Math.floor(Math.random() * alpha.length));
-          return text;
-        })();
-
-        // registrations: mapping method names to call objects
-        var regTbl = { };
-        // current oustanding sent requests
-        var outTbl = { };
-        // current oustanding received requests
-        var inTbl = { };
-        // are we ready yet?  when false we will block outbound messages.
-        var ready = false;
-        var pendingQueue = [ ];
-
-        var createTransaction = function(id,origin,callbacks) {
-          var shouldDelayReturn = false;
-          var completed = false;
-
-          return {
-            origin: origin,
-            invoke: function(cbName, v) {
-              // verify in table
-              if (!inTbl[id]) throw "attempting to invoke a callback of a nonexistent transaction: " + id;
-              // verify that the callback name is valid
-              var valid = false;
-              for (var i = 0; i < callbacks.length; i++) if (cbName === callbacks[i]) { valid = true; break; }
-              if (!valid) throw "request supports no such callback '" + cbName + "'";
-
-              // send callback invocation
-              postMessage({ id: id, callback: cbName, params: v});
-            },
-            error: function(error, message) {
-              completed = true;
-              // verify in table
-              if (!inTbl[id]) throw "error called for nonexistent message: " + id;
-
-              // remove transaction from table
-              delete inTbl[id];
-
-              // send error
-              postMessage({ id: id, error: error, message: message });
-            },
-            complete: function(v) {
-              completed = true;
-              // verify in table
-              if (!inTbl[id]) throw "complete called for nonexistent message: " + id;
-              // remove transaction from table
-              delete inTbl[id];
-              // send complete
-              postMessage({ id: id, result: v });
-            },
-            delayReturn: function(delay) {
-              if (typeof delay === 'boolean') {
-                shouldDelayReturn = (delay === true);
-              }
-              return shouldDelayReturn;
-            },
-            completed: function() {
-              return completed;
-            }
-          };
-        };
-
-        var setTransactionTimeout = function(transId, timeout, method) {
-          return window.setTimeout(function() {
-            if (outTbl[transId]) {
-              // XXX: what if client code raises an exception here?
-              var msg = "timeout (" + timeout + "ms) exceeded on method '" + method + "'";
-              (1,outTbl[transId].error)("timeout_error", msg);
-              delete outTbl[transId];
-              delete s_transIds[transId];
-            }
-          }, timeout);
-        };
-
-        var onMessage = function(origin, method, m) {
-          // if an observer was specified at allocation time, invoke it
-          if (typeof cfg.gotMessageObserver === 'function') {
-            // pass observer a clone of the object so that our
-            // manipulations are not visible (i.e. method unscoping).
-            // This is not particularly efficient, but then we expect
-            // that message observers are primarily for debugging anyway.
-            try {
-              cfg.gotMessageObserver(origin, m);
-            } catch (e) {
-              debug("gotMessageObserver() raised an exception: " + e.toString());
-            }
-          }
-
-          // now, what type of message is this?
-          if (m.id && method) {
-            // a request!  do we have a registered handler for this request?
-            if (regTbl[method]) {
-              var trans = createTransaction(m.id, origin, m.callbacks ? m.callbacks : [ ]);
-              inTbl[m.id] = { };
-              try {
-                // callback handling.  we'll magically create functions inside the parameter list for each
-                // callback
-                if (m.callbacks && s_isArray(m.callbacks) && m.callbacks.length > 0) {
-                  for (var i = 0; i < m.callbacks.length; i++) {
-                    var path = m.callbacks[i];
-                    var obj = m.params;
-                    var pathItems = path.split('/');
-                    for (var j = 0; j < pathItems.length - 1; j++) {
-                      var cp = pathItems[j];
-                      if (typeof obj[cp] !== 'object') obj[cp] = { };
-                      obj = obj[cp];
-                    }
-                    obj[pathItems[pathItems.length - 1]] = (function() {
-                      var cbName = path;
-                      return function(params) {
-                        return trans.invoke(cbName, params);
-                      };
-                    })();
-                  }
-                }
-                var resp = regTbl[method](trans, m.params);
-                if (!trans.delayReturn() && !trans.completed()) trans.complete(resp);
-              } catch(e) {
-                // automagic handling of exceptions:
-                var error = "runtime_error";
-                var message = null;
-                // * if it's a string then it gets an error code of 'runtime_error' and string is the message
-                if (typeof e === 'string') {
-                  message = e;
-                } else if (typeof e === 'object') {
-                  // either an array or an object
-                  // * if it's an array of length two, then  array[0] is the code, array[1] is the error message
-                  if (e && s_isArray(e) && e.length == 2) {
-                    error = e[0];
-                    message = e[1];
-                  }
-                  // * if it's an object then we'll look form error and message parameters
-                  else if (typeof e.error === 'string') {
-                    error = e.error;
-                    if (!e.message) message = "";
-                    else if (typeof e.message === 'string') message = e.message;
-                    else e = e.message; // let the stringify/toString message give us a reasonable verbose error string
-                  }
-                }
-
-                // message is *still* null, let's try harder
-                if (message === null) {
-                  try {
-                    message = JSON.stringify(e);
-                    /* On MSIE8, this can result in 'out of memory', which
-                     * leaves message undefined. */
-                    if (typeof(message) == 'undefined')
-                      message = e.toString();
-                  } catch (e2) {
-                    message = e.toString();
-                  }
-                }
-
-                trans.error(error,message);
-              }
-            }
-          } else if (m.id && m.callback) {
-            if (!outTbl[m.id] ||!outTbl[m.id].callbacks || !outTbl[m.id].callbacks[m.callback])
-            {
-              debug("ignoring invalid callback, id:"+m.id+ " (" + m.callback +")");
-            } else {
-              // XXX: what if client code raises an exception here?
-              outTbl[m.id].callbacks[m.callback](m.params);
-            }
-          } else if (m.id) {
-            if (!outTbl[m.id]) {
-              debug("ignoring invalid response: " + m.id);
-            } else {
-              // XXX: what if client code raises an exception here?
-              if (m.error) {
-                (1,outTbl[m.id].error)(m.error, m.message);
-              } else {
-                if (m.result !== undefined) (1,outTbl[m.id].success)(m.result);
-                else (1,outTbl[m.id].success)();
-              }
-              delete outTbl[m.id];
-              delete s_transIds[m.id];
-            }
-          } else if (method) {
-            // tis a notification.
-            if (regTbl[method]) {
-              // yep, there's a handler for that.
-              // transaction is null for notifications.
-              regTbl[method](null, m.params);
-              // if the client throws, we'll just let it bubble out
-              // what can we do?  Also, here we'll ignore return values
-            }
-          }
-        };
-
-        // now register our bound channel for msg routing
-        s_addBoundChan(cfg.window, cfg.origin, ((typeof cfg.scope === 'string') ? cfg.scope : ''), onMessage);
-
-        // scope method names based on cfg.scope specified when the Channel was instantiated
-        var scopeMethod = function(m) {
-          if (typeof cfg.scope === 'string' && cfg.scope.length) m = [cfg.scope, m].join("::");
-          return m;
-        };
-
-        // a small wrapper around postmessage whose primary function is to handle the
-        // case that clients start sending messages before the other end is "ready"
-        var postMessage = function(msg, force) {
-          if (!msg) throw "postMessage called with null message";
-
-          // delay posting if we're not ready yet.
-          var verb = (ready ? "post  " : "queue ");
-          debug(verb + " message: " + JSON.stringify(msg));
-          if (!force && !ready) {
-            pendingQueue.push(msg);
-          } else {
-            if (typeof cfg.postMessageObserver === 'function') {
-              try {
-                cfg.postMessageObserver(cfg.origin, msg);
-              } catch (e) {
-                debug("postMessageObserver() raised an exception: " + e.toString());
-              }
-            }
-
-            cfg.window.postMessage(JSON.stringify(msg), cfg.origin);
-          }
-        };
-
-        var onReady = function(trans, type) {
-          debug('ready msg received');
-          if (ready) throw "received ready message while in ready state.  help!";
-
-          if (type === 'ping') {
-            chanId += '-R';
-          } else {
-            chanId += '-L';
-          }
-
-          obj.unbind('__ready'); // now this handler isn't needed any more.
-          ready = true;
-          debug('ready msg accepted.');
-
-          if (type === 'ping') {
-            obj.notify({ method: '__ready', params: 'pong' });
-          }
-
-          // flush queue
-          while (pendingQueue.length) {
-            postMessage(pendingQueue.pop());
-          }
-
-          // invoke onReady observer if provided
-          if (typeof cfg.onReady === 'function') cfg.onReady(obj);
-        };
-
-        var obj = {
-          // tries to unbind a bound message handler.  returns false if not possible
-          unbind: function (method) {
-            if (regTbl[method]) {
-              if (!(delete regTbl[method])) throw ("can't delete method: " + method);
-              return true;
-            }
-            return false;
-          },
-          bind: function (method, cb) {
-            if (!method || typeof method !== 'string') throw "'method' argument to bind must be string";
-            if (!cb || typeof cb !== 'function') throw "callback missing from bind params";
-
-            if (regTbl[method]) throw "method '"+method+"' is already bound!";
-            regTbl[method] = cb;
-            return this;
-          },
-          call: function(m) {
-            if (!m) throw 'missing arguments to call function';
-            if (!m.method || typeof m.method !== 'string') throw "'method' argument to call must be string";
-            if (!m.success || typeof m.success !== 'function') throw "'success' callback missing from call";
-
-            // now it's time to support the 'callback' feature of jschannel.  We'll traverse the argument
-            // object and pick out all of the functions that were passed as arguments.
-            var callbacks = { };
-            var callbackNames = [ ];
-
-            var pruneFunctions = function (path, obj) {
-              if (typeof obj === 'object') {
-                for (var k in obj) {
-                  if (!obj.hasOwnProperty(k)) continue;
-                  var np = path + (path.length ? '/' : '') + k;
-                  if (typeof obj[k] === 'function') {
-                    callbacks[np] = obj[k];
-                    callbackNames.push(np);
-                    delete obj[k];
-                  } else if (typeof obj[k] === 'object') {
-                    pruneFunctions(np, obj[k]);
-                  }
-                }
-              }
-            };
-            pruneFunctions("", m.params);
-
-            // build a 'request' message and send it
-            var msg = { id: s_curTranId, method: scopeMethod(m.method), params: m.params };
-            if (callbackNames.length) msg.callbacks = callbackNames;
-
-            if (m.timeout)
-              // XXX: This function returns a timeout ID, but we don't do anything with it.
-              // We might want to keep track of it so we can cancel it using clearTimeout()
-              // when the transaction completes.
-              setTransactionTimeout(s_curTranId, m.timeout, scopeMethod(m.method));
-
-            // insert into the transaction table
-            outTbl[s_curTranId] = { callbacks: callbacks, error: m.error, success: m.success };
-            s_transIds[s_curTranId] = onMessage;
-
-            // increment current id
-            s_curTranId++;
-
-            postMessage(msg);
-          },
-          notify: function(m) {
-            if (!m) throw 'missing arguments to notify function';
-            if (!m.method || typeof m.method !== 'string') throw "'method' argument to notify must be string";
-
-            // no need to go into any transaction table
-            postMessage({ method: scopeMethod(m.method), params: m.params });
-          },
-          destroy: function () {
-            s_removeBoundChan(cfg.window, cfg.origin, ((typeof cfg.scope === 'string') ? cfg.scope : ''));
-            if (window.removeEventListener) window.removeEventListener('message', onMessage, false);
-            else if(window.detachEvent) window.detachEvent('onmessage', onMessage);
-            ready = false;
-            regTbl = { };
-            inTbl = { };
-            outTbl = { };
-            cfg.origin = null;
-            pendingQueue = [ ];
-            debug("channel destroyed");
-            chanId = "";
-          }
-        };
-
-        obj.bind('__ready', onReady);
-        setTimeout(function() {
-//          postMessage({ method: scopeMethod('__ready'), params: "ping" }, true);
-        }, 0);
-
-        return obj;
-      }
-    };
-  })();
-
-  // local embedded copy of winchan: http://github.com/lloyd/winchan
-  // BEGIN WINCHAN
-
-  ;WinChan = (function() {
-    var RELAY_FRAME_NAME = "__winchan_relay_frame";
-    var CLOSE_CMD = "die";
-
-    // a portable addListener implementation
-    function addListener(w, event, cb) {
-      if(w.attachEvent) w.attachEvent('on' + event, cb);
-      else if (w.addEventListener) w.addEventListener(event, cb, false);
-    }
-
-    // a portable removeListener implementation
-    function removeListener(w, event, cb) {
-      if(w.detachEvent) w.detachEvent('on' + event, cb);
-      else if (w.removeEventListener) w.removeEventListener(event, cb, false);
-    }
-
-    // checking for IE8 or above
-    function isInternetExplorer() {
-      var rv = -1; // Return value assumes failure.
-      if (navigator.appName === 'Microsoft Internet Explorer') {
-        var ua = navigator.userAgent;
-        var re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
-        if (re.exec(ua) != null)
-          rv = parseFloat(RegExp.$1);
-      }
-      return rv >= 8;
-    }
-
-    // checking Mobile Firefox (Fennec)
-    function isFennec() {
-      try {
-        // We must check for both XUL and Java versions of Fennec.  Both have
-        // distinct UA strings.
-        var userAgent = navigator.userAgent;
-        return (userAgent.indexOf('Fennec/') != -1) ||  // XUL
-               (userAgent.indexOf('Firefox/') != -1 && userAgent.indexOf('Android') != -1);   // Java
-      } catch(e) {};
-      return false;
-    }
-
-    // feature checking to see if this platform is supported at all
-    function isSupported() {
-      return (window.JSON && window.JSON.stringify &&
-              window.JSON.parse && window.postMessage);
-    }
-
-    // given a URL, extract the origin
-    function extractOrigin(url) {
-      if (!/^https?:\/\//.test(url)) url = window.location.href;
-      var m = /^(https?:\/\/[\-_a-zA-Z\.0-9:]+)/.exec(url);
-      if (m) return m[1];
-      return url;
-    }
-
-    // find the relay iframe in the opener
-    function findRelay() {
-      var loc = window.location;
-      var frames = window.opener.frames;
-      var origin = loc.protocol + '//' + loc.host;
-      for (var i = frames.length - 1; i >= 0; i--) {
-        try {
-          if (frames[i].location.href.indexOf(origin) === 0 &&
-              frames[i].name === RELAY_FRAME_NAME)
-          {
-            return frames[i];
-          }
-        } catch(e) { }
-      }
-      return;
-    }
-
-    var isIE = isInternetExplorer();
-
-    if (isSupported()) {
-      /*  General flow:
-       *                  0. user clicks
-       *  (IE SPECIFIC)   1. caller adds relay iframe (served from trusted domain) to DOM
-       *                  2. caller opens window (with content from trusted domain)
-       *                  3. window on opening adds a listener to 'message'
-       *  (IE SPECIFIC)   4. window on opening finds iframe
-       *                  5. window checks if iframe is "loaded" - has a 'doPost' function yet
-       *  (IE SPECIFIC5)  5a. if iframe.doPost exists, window uses it to send ready event to caller
-       *  (IE SPECIFIC5)  5b. if iframe.doPost doesn't exist, window waits for frame ready
-       *  (IE SPECIFIC5)  5bi. once ready, window calls iframe.doPost to send ready event
-       *                  6. caller upon reciept of 'ready', sends args
-       */
-      return {
-        open: function(opts, cb) {
-          if (!cb) throw "missing required callback argument";
-
-          // test required options
-          var err;
-          if (!opts.url) err = "missing required 'url' parameter";
-          if (!opts.relay_url) err = "missing required 'relay_url' parameter";
-          if (err) setTimeout(function() { cb(err); }, 0);
-
-          // supply default options
-          if (!opts.window_name) opts.window_name = null;
-          if (!opts.window_features || isFennec()) opts.window_features = undefined;
-
-          // opts.params may be undefined
-
-          var iframe;
-
-          // sanity check, are url and relay_url the same origin?
-          var origin = extractOrigin(opts.url);
-          if (origin !== extractOrigin(opts.relay_url)) {
-            return setTimeout(function() {
-              cb('invalid arguments: origin of url and relay_url must match');
-            }, 0);
-          }
-
-          var messageTarget;
-
-          if (isIE) {
-            // first we need to add a "relay" iframe to the document that's served
-            // from the target domain.  We can postmessage into a iframe, but not a
-            // window
-            iframe = document.createElement("iframe");
-            // iframe.setAttribute('name', framename);
-            iframe.setAttribute('src', opts.relay_url);
-            iframe.style.display = "none";
-            iframe.setAttribute('name', RELAY_FRAME_NAME);
-            document.body.appendChild(iframe);
-            messageTarget = iframe.contentWindow;
-          }
-
-          var w = window.open(opts.url, opts.window_name, opts.window_features);
-
-          if (!messageTarget) messageTarget = w;
-
-          var req = JSON.stringify({a: 'request', d: opts.params});
-
-          // cleanup on unload
-          function cleanup() {
-            if (iframe) document.body.removeChild(iframe);
-            iframe = undefined;
-            if (w) {
-              try {
-                w.close();
-              } catch (securityViolation) {
-                // This happens in Opera 12 sometimes
-                // see https://github.com/mozilla/browserid/issues/1844
-                messageTarget.postMessage(CLOSE_CMD, origin);
-              }
-            }
-            w = messageTarget = undefined;
-          }
-
-          addListener(window, 'unload', cleanup);
-
-          function onMessage(e) {
-            try {
-              var d = JSON.parse(e.data);
-              if (d.a === 'ready') messageTarget.postMessage(req, origin);
-              else if (d.a === 'error') {
-                if (cb) {
-                  cb(d.d);
-                  cb = null;
-                }
-              } else if (d.a === 'response') {
-                removeListener(window, 'message', onMessage);
-                removeListener(window, 'unload', cleanup);
-                cleanup();
-                if (cb) {
-                  cb(null, d.d);
-                  cb = null;
-                }
-              }
-            } catch(err) { }
-          }
-
-          addListener(window, 'message', onMessage);
-
-          return {
-            close: cleanup,
-            focus: function() {
-              if (w) {
-                try {
-                  w.focus();
-                } catch (e) {
-                  // IE7 blows up here, do nothing
-                }
-              }
-            }
-          };
-        }
-      };
-    } else {
-      return {
-        open: function(url, winopts, arg, cb) {
-          setTimeout(function() { cb("unsupported browser"); }, 0);
-        }
-      };
-    }
-  })();
-
-
-
-  // END WINCHAN
-
-  var BrowserSupport = (function() {
-    var win = window,
-        nav = navigator,
-        reason;
-
-    // For unit testing
-    function setTestEnv(newNav, newWindow) {
-      nav = newNav;
-      win = newWindow;
-    }
-
-    function getInternetExplorerVersion() {
-      var rv = -1; // Return value assumes failure.
-      if (nav.appName == 'Microsoft Internet Explorer') {
-        var ua = nav.userAgent;
-        var re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
-        if (re.exec(ua) != null)
-          rv = parseFloat(RegExp.$1);
-      }
-
-      return rv;
-    }
-
-    function checkIE() {
-      var ieVersion = getInternetExplorerVersion(),
-          ieNosupport = ieVersion > -1 && ieVersion < 8;
-
-      if(ieNosupport) {
-        return "BAD_IE_VERSION";
-      }
-    }
-
-    function explicitNosupport() {
-      return checkIE();
-    }
-
-    function checkLocalStorage() {
-      // Firefox/Fennec/Chrome blow up when trying to access or
-      // write to localStorage. We must do two explicit checks, first
-      // whether the browser has localStorage.  Second, we must check
-      // whether the localStorage can be written to.  Firefox (at v11)
-      // throws an exception when querying win['localStorage']
-      // when cookies are disabled. Chrome (v17) excepts when trying to
-      // write to localStorage when cookies are disabled. If an
-      // exception is thrown, then localStorage is disabled. If no
-      // exception is thrown, hasLocalStorage will be true if the
-      // browser supports localStorage and it can be written to.
-      try {
-        var hasLocalStorage = 'localStorage' in win
-                        // Firefox will except here if cookies are disabled.
-                        && win['localStorage'] !== null;
-
-        if(hasLocalStorage) {
-          // browser has localStorage, check if it can be written to. If
-          // cookies are disabled, some browsers (Chrome) will except here.
-          win['localStorage'].setItem("test", "true");
-          win['localStorage'].removeItem("test");
-        }
-        else {
-          // Browser does not have local storage.
-          return "LOCALSTORAGE_NOT_SUPPORTED";
-        }
-      } catch(e) {
-          return "LOCALSTORAGE_DISABLED";
-      }
-    }
-
-    function checkPostMessage() {
-      if(!win.postMessage) {
-        return "POSTMESSAGE_NOT_SUPPORTED";
-      }
-    }
-
-    function checkJSON() {
-      if(!(window.JSON && window.JSON.stringify && window.JSON.parse)) {
-        return "JSON_NOT_SUPPORTED";
-      }
-    }
-
-    function isSupported() {
-      reason = explicitNosupport() || checkLocalStorage() || checkPostMessage() || checkJSON();
-
-      return !reason;
-    }
-
-
-    function getNoSupportReason() {
-      return reason;
-    }
-
-    return {
-      /**
-       * Set the test environment.
-       * @method setTestEnv
-       */
-      setTestEnv: setTestEnv,
-      /**
-       * Check whether the current browser is supported
-       * @method isSupported
-       * @returns {boolean}
-       */
-      isSupported: isSupported,
-      /**
-       * Called after isSupported, if isSupported returns false.  Gets the reason
-       * why browser is not supported.
-       * @method getNoSupportReason
-       * @returns {string}
-       */
-      getNoSupportReason: getNoSupportReason
-    };
-  }());
-
-  if (!navigator.id) {
-    navigator.id = {};
-  }
-
-  if (!navigator.id.request || navigator.id._shimmed) {
-    var ipServer = "https://login.persona.org";
-    var userAgent = navigator.userAgent;
-    // We must check for both XUL and Java versions of Fennec.  Both have
-    // distinct UA strings.
-    var isFennec = (userAgent.indexOf('Fennec/') != -1) ||  // XUL
-                     (userAgent.indexOf('Firefox/') != -1 && userAgent.indexOf('Android') != -1);   // Java
-
-    var windowOpenOpts =
-      (isFennec ? undefined :
-       "menubar=0,location=1,resizable=1,scrollbars=1,status=0,dialog=1,minimizable=1,width=700,height=375");
-
-    var w;
-
-    // table of registered observers
-    var observers = {
-      login: null,
-      logout: null,
-      ready: null
-    };
-
-    var compatMode = undefined;
-    function checkCompat(requiredMode) {
-      if (requiredMode === true) {
-        // this deprecation warning should be re-enabled when the .watch and .request APIs become final.
-        // try { console.log("this site uses deprecated APIs (see documentation for navigator.id.request())"); } catch(e) { }
-      }
-
-      if (compatMode === undefined) compatMode = requiredMode;
-      else if (compatMode != requiredMode) {
-        throw "you cannot combine the navigator.id.watch() API with navigator.id.getVerifiedEmail() or navigator.id.get()" +
-              "this site should instead use navigator.id.request() and navigator.id.watch()";
-      }
-    }
-
-    var commChan,
-        browserSupported = BrowserSupport.isSupported();
-
-    // this is for calls that are non-interactive
-    function _open_hidden_iframe() {
-      // If this is an unsupported browser, do not even attempt to add the
-      // IFRAME as doing so will cause an exception to be thrown in IE6 and IE7
-      // from within the communication_iframe.
-      if(!browserSupported) return;
-
-      try {
-        if (!commChan) {
-          var doc = window.document;
-          var iframe = doc.createElement("iframe");
-          iframe.style.display = "none";
-          doc.body.appendChild(iframe);
-          iframe.src = ipServer + "/communication_iframe";
-          commChan = Channel.build({
-            window: iframe.contentWindow,
-            origin: ipServer,
-            scope: "mozid_ni",
-            onReady: function() {
-              // once the channel is set up, we'll fire a loaded message.  this is the
-              // cutoff point where we'll say if 'setLoggedInUser' was not called before
-              // this point, then it wont be called (XXX: optimize and improve me)
-              commChan.call({
-                method: 'loaded',
-                success: function(){
-                  if (observers.ready) observers.ready();
-                }, error: function() {
-                }
-              });
-            }
-          });
-
-          commChan.bind('logout', function(trans, params) {
-            if (observers.logout) observers.logout();
-          });
-
-          commChan.bind('login', function(trans, params) {
-            if (observers.login) observers.login(params);
-          });
-        }
-      } catch(e) {
-        // channel building failed!  let's ignore the error and allow higher
-        // level code to handle user messaging.
-        commChan = undefined;
-      }
-    }
-
-    function defined(item) {
-      return typeof item !== "undefined";
-    }
-
-    function warn(message) {
-      try {
-        console.warn(message);
-      } catch(e) {
-        /* ignore error */
-      }
-    }
-
-    function checkDeprecated(options, field) {
-      if(defined(options[field])) {
-        warn(field + " has been deprecated");
-        return true;
-      }
-    }
-
-    function checkRenamed(options, oldName, newName) {
-      if (defined(options[oldName]) &&
-          defined(options[newName])) {
-        throw "you cannot supply *both* " + oldName + " and " + newName;
-      }
-      else if(checkDeprecated(options, oldName)) {
-        options[newName] = options[oldName];
-        delete options[oldName];
-      }
-    }
-
-    function internalWatch(options) {
-      if (typeof options !== 'object') return;
-
-      if (options.onlogin && typeof options.onlogin !== 'function' ||
-          options.onlogout && typeof options.onlogout !== 'function' ||
-          options.onready && typeof options.onready !== 'function')
-      {
-        throw "non-function where function expected in parameters to navigator.id.watch()";
-      }
-
-      if (!options.onlogin) throw "'onlogin' is a required argument to navigator.id.watch()";
-      if (!options.onlogout) throw "'onlogout' is a required argument to navigator.id.watch()";
-
-      observers.login = options.onlogin || null;
-      observers.logout = options.onlogout || null;
-      observers.ready = options.onready || null;
-
-      _open_hidden_iframe();
-
-      // back compat support for loggedInEmail
-      checkRenamed(options, "loggedInEmail", "loggedInUser");
-
-      // check that the commChan was properly initialized before interacting with it.
-      // on unsupported browsers commChan might still be undefined, in which case
-      // we let the dialog display the "unsupported browser" message upon spawning.
-      if (typeof options.loggedInUser !== 'undefined' && commChan) {
-        commChan.notify({
-          method: 'loggedInUser',
-          params: options.loggedInUser
-        });
-      }
-    }
-
-    function internalRequest(options) {
-      checkDeprecated(options, "requiredEmail");
-      checkRenamed(options, "tosURL", "termsOfService");
-      checkRenamed(options, "privacyURL", "privacyPolicy");
-
-      if (options.termsOfService && !options.privacyPolicy) {
-        warn("termsOfService ignored unless privacyPolicy also defined");
-      }
-
-      if (options.privacyPolicy && !options.termsOfService) {
-        warn("privacyPolicy ignored unless termsOfService also defined");
-      }
-
-      // focus an existing window
-      if (w) {
-        try {
-          w.focus();
-        }
-        catch(e) {
-          /* IE7 blows up here, do nothing */
-        }
-        return;
-      }
-
-      if (!BrowserSupport.isSupported()) {
-        var reason = BrowserSupport.getNoSupportReason(),
-        url = "unsupported_dialog";
-
-        if(reason === "LOCALSTORAGE_DISABLED") {
-          url = "cookies_disabled";
-        }
-
-        w = window.open(
-          ipServer + "/" + url,
-          null,
-          windowOpenOpts);
-        return;
-      }
-
-      // notify the iframe that the dialog is running so we
-      // don't do duplicative work
-      if (commChan) commChan.notify({ method: 'dialog_running' });
-
-      w = WinChan.open({
-        url: ipServer + '/sign_in',
-        relay_url: ipServer + '/relay',
-        window_features: windowOpenOpts,
-        window_name: '__persona_dialog',
-        params: {
-          method: "get",
-          params: options
-        }
-      }, function(err, r) {
-        // unpause the iframe to detect future changes in login state
-        if (commChan) {
-          // update the loggedInUser in the case that an assertion was generated, as
-          // this will prevent the comm iframe from thinking that state has changed
-          // and generating a new assertion.  IF, however, this request is not a success,
-          // then we do not change the loggedInUser - and we will let the comm frame determine
-          // if generating a logout event is the right thing to do
-          if (!err && r && r.email) {
-            commChan.notify({ method: 'loggedInUser', params: r.email });
-          }
-          commChan.notify({ method: 'dialog_complete' });
-        }
-
-        // clear the window handle
-        w = undefined;
-        if (!err && r && r.assertion) {
-          try {
-            if (observers.login) observers.login(r.assertion);
-          } catch(e) {
-            // client's observer threw an exception
-          }
-        }
-
-        // if either err indicates the user canceled the signin (expected) or a
-        // null response was sent (unexpected), invoke the .oncancel() handler.
-        if (err === 'client closed window' || !r) {
-          if (options && options.oncancel) options.oncancel();
-          delete options.oncancel;
-        }
-      });
-    };
-
-    navigator.id = {
-      request: function(options) {
-        if (this != navigator.id)
-          throw new Error("all navigator.id calls must be made on the navigator.id object");
-        options = options || {};
-        checkCompat(false);
-        // returnTo is used for post-email-verification redirect
-        if (!options.returnTo) options.returnTo = document.location.pathname;
-        return internalRequest(options);
-      },
-      watch: function(options) {
-        if (this != navigator.id)
-          throw new Error("all navigator.id calls must be made on the navigator.id object");
-        checkCompat(false);
-        internalWatch(options);
-      },
-      // logout from the current website
-      // The callback parameter is DEPRECATED, instead you should use the
-      // the .onlogout observer of the .watch() api.
-      logout: function(callback) {
-        if (this != navigator.id)
-          throw new Error("all navigator.id calls must be made on the navigator.id object");
-        // allocate iframe if it is not allocated
-        _open_hidden_iframe();
-        // send logout message if the commChan exists
-        if (commChan) commChan.notify({ method: 'logout' });
-        if (typeof callback === 'function') setTimeout(callback, 0);
-      },
-      // get an assertion
-      get: function(callback, passedOptions) {
-        var opts = {};
-        passedOptions = passedOptions || {};
-        opts.privacyPolicy =  passedOptions.privacyPolicy || undefined;
-        opts.termsOfService = passedOptions.termsOfService || undefined;
-        opts.privacyURL = passedOptions.privacyURL || undefined;
-        opts.tosURL = passedOptions.tosURL || undefined;
-
-        if (checkDeprecated(passedOptions, "silent")) {
-          // Silent has been deprecated, do nothing.  Placing the check here
-          // prevents the callback from being called twice, once with null and
-          // once after internalWatch has been called.  See issue #1532
-          if (callback) setTimeout(function() { callback(null); }, 0);
-          return;
-        }
-
-        checkCompat(true);
-        internalWatch({
-          onlogin: function(assertion) {
-            if (callback) {
-              callback(assertion);
-              callback = null;
-            }
-          },
-          onlogout: function() {}
-        });
-        opts.oncancel = function() {
-          if (callback) {
-            callback(null);
-            callback = null;
-          }
-          observers.login = observers.logout = observers.ready = null;
-        };
-        internalRequest(opts);
-      },
-      // backwards compatibility with old API
-      getVerifiedEmail: function(callback) {
-        warn("navigator.id.getVerifiedEmail has been deprecated");
-        checkCompat(true);
-        navigator.id.get(callback);
-      },
-      // required for forwards compatibility with native implementations
-      _shimmed: true
-    };
-  }
-}());
diff --git a/resources/static/pages/css/ie8.css b/resources/static/pages/css/ie8.css
deleted file mode 100644
index 27e301090480afe7c8886d313422ec8cd6ba378d..0000000000000000000000000000000000000000
--- a/resources/static/pages/css/ie8.css
+++ /dev/null
@@ -1,15 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/**
- * These fixes are specific to IE8 for the main site
- */
-
-body {
-  background-image: url("/pages/i/marketplace-header.png");
-  background-position: center top;
-  background-repeat: repeat-x;
-}
-
-
diff --git a/resources/static/pages/css/m.css b/resources/static/pages/css/m.css
deleted file mode 100644
index a61e0f3dc9c83782b391d4286cec9d34c03a86f7..0000000000000000000000000000000000000000
--- a/resources/static/pages/css/m.css
+++ /dev/null
@@ -1,249 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/*
- * 946, 620 and 505 are "magic" numbers that make the main site look
- * reasonable across a variety of devices. 620 and 505 are specifically to make
- * the header look good. When the window reaches ~620 width, the right hand
- * menu drops below the left hand Persona logo, but is still floated right.
- * Unless the menu is centered when the drop happens, it looks terrible.
- * 505 is the width where the centered menu becomes too wide and takes up
- * two lines.  At this point the text font size is reduced and the logo is
- * shrunk so that it does not take up so much screen real estate.
-*/
-
-/*
- * 946 is the max width of the center area plus its padding
- */
-@media screen and (max-width: 946px) {
-  #wrapper {
-    width: 100%;
-  }
-
-  #vAlign, #hAlign, #signUp, #signUpForm, #congrats {
-    width: 475px;
-  }
-
-  header, footer {
-    padding: 20px;
-  }
-
-  footer .cf {
-    width: auto;
-  }
-
-  .headline-main {
-    font-size: 33px;
-  }
-
-  #content {
-    padding: 20px;
-  }
-}
-
-/*
- * 620 catches most mobile devices in landscape mode.  The purpose of this is
- * to make sure the right hand nav menu does not drop partially below the
- * persona logo. This also adjusts the boxes on the "How It Works" page.
- */
-@media screen and (max-width: 620px) {
-  header ul {
-    margin: 0;
-    float: none;
-    display: block;
-    text-align: center;
-  }
-
-  .blurb.half {
-    width: 100%;
-    float: none;
-    min-height: 0 !important;
-  }
-  .blurb.half.first {
-    margin-right: 0;
-  }
-
-  .blurb {
-    display: -webkit-box;
-    display: box;
-    -webkit-box-orient: vertical;
-    box-orient: vertical;
-  }
-  .blurb .info {
-    -webkit-box-ordinal-group: 2;
-    -moz-box-ordinal-group: 2;
-    -ms-box-ordinal-group: 2;
-    box-ordinal-group: 2;
-  }
-  .blurb h1{
-    font-size: 20px;
-  }
-  .blurb.flexible .graphic {
-    margin: 0 0 30px;
-  }
-  .blurb .first {
-    padding-right: 0;
-  }
-  .blurb .info, .blurb .graphic {
-    float: none;
-    width: 100%;
-  }
-
-  h2.title {
-    font-size: 32px;
-    padding-bottom: 15px;
-  }
-
-  .privacy{
-    margin: 60px 0 30px;
-    padding-bottom: 30px;
-  }
-}
-
-/*
- * 505 catches mobile devices in portrait mode
- */
-@media screen and (max-width: 505px) {
-  header, footer {
-    padding: 10px;
-  }
-
-  h1 {
-    font-size: 25px;
-  }
-
-  .home {
-    background-size: 75%;
-    width: 154px;
-    height: 38px;
-  }
-
-  #content {
-    padding: 10px;
-  }
-
-  .headline-main {
-    font-size: 37px;
-    text-align: center;
-  }
-
-  #hAlign {
-    width: 300px;
-    padding: 0 10px;
-  }
-
-  #vAlign, #signUp, #signUpForm, #congrats {
-    width: 100%;
-  }
-
-  header ul li {
-    margin: 0 5px 0 0;
-  }
-
-  header .nav a {
-    font-size: 13px;
-    white-space: nowrap;
-    padding: 5px 10px;
-  }
-
-  #signUp {
-    padding: 0;
-    font-size: 16px;
-  }
-
-  #card {
-    background-position: center top;
-    background-size: 50%;
-    position: relative;
-    margin: 0 auto;
-    top: auto;
-    height: 120px;
-
-    -webkit-transition: none;
-       -moz-transition: none;
-         -o-transition: none;
-            transition: none;
-  }
-
-  button.create {
-    font-size: 14px;
-    height: 28px;
-    padding: 0 12px;
-  }
-
-  #card.insert {
-    background-position: center top;
-  }
-
-  #card img {
-    display: none;
-  }
-
-  .tour {
-    /* The "take the tour or sign up" text is left justified by default when
-     * everything else is centered.  Match everything up.  issue #1967
-     */
-    text-align: center;
-  }
-
-  .tour .button {
-    font-size: 18px;
-  }
-
-  #hint,
-  #status {
-    display: none;
-  }
-
-  #legal {
-    padding: 20px;
-    text-align: left;
-  }
-
-  #legal li {
-    list-style-position: inside;
-  }
-
-  #signUpFormWrap {
-    margin: 122px 10px 122px;
-  }
-
-  #manage {
-    padding: 20px;
-    text-align: left;
-  }
-
-  #disclaimer {
-    text-align: left;
-  }
-
-
-  #emailList .email {
-    width: auto;
-    float: left;
-  }
-
-  #emailList .activity {
-    width: auto;
-    float: right;
-  }
-
-  .submit .remember {
-    margin-top: 10px;
-  }
-
-
-  .newuser .newsbanner {
-    margin-bottom: 20px;
-  }
-
-  #error, #wait, #delay {
-    position: absolute;  /* For a couple of browsers without position: fixed support */
-    position: fixed;
-    top: 25%;
-    left: 20px;
-    right: 20px;
-  }
-}
-
diff --git a/resources/static/pages/css/style.css b/resources/static/pages/css/style.css
deleted file mode 100644
index 961776973320bb9e79ab4e30396bd891c54fd119..0000000000000000000000000000000000000000
--- a/resources/static/pages/css/style.css
+++ /dev/null
@@ -1,753 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-noscript {
-  position: fixed;
-  display: block;
-  background-color: #ef1010;
-  top: 0;
-  left: 0;
-  padding: 1px;
-  width: 100%;
-  color: #fff;
-  text-align: center;
-}
-
-body {
-  background-color: #6a7b86;
-  background-image: url("/pages/i/marketplace-header.png"), url("/common/i/grain.png");
-  background-position: center top, center top;
-  background-repeat: repeat-x, repeat;
-  color: #fff;
-}
-
-#errorBackground {
-  position: absolute;
-  position: fixed;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  left: 0;
-  filter: alpha(opacity=0); /* Needed for IE6 and IE7 on the main site */
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-  opacity: 0;
-  z-index: -2;
-  background: #000;
-  zoom: 1;
-  -webkit-transition: opacity 750ms;
-  -moz-transition: opacity 750ms;
-  -ms-transition: opacity 750ms;
-  -o-transition: opacity 750ms;
-  transition: opacity 750ms;
-}
-
-.waiting #errorBackground, .error #errorBackground, .delay #errorBackground {
-  z-index: 1001;
-  display: block;
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
-  opacity: .6;
-}
-
-#error, #wait, #delay {
-  z-index: -2;
-  filter: alpha(opacity=0); /* Needed for IE6 and IE7 on the main site */
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-  opacity: 0;
-  -webkit-transition: opacity 750ms;
-  -moz-transition: opacity 750ms;
-  -ms-transition: opacity 750ms;
-  -o-transition: opacity 750ms;
-  transition: opacity 750ms;
-  position: absolute;  /* For a couple of browsers without position: fixed support */
-  position: fixed;
-  top: 35%;
-  left: 20%;
-  right: 20%;
-  border: 2px solid #000;
-  border-radius: 5px;
-  text-align: center;
-  color: #333;
-}
-
-
-.waiting #wait {
-  z-index: 1002;
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-  opacity: 1;
-}
-
-.delay #delay {
-  z-index: 1003;
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-  opacity: 1;
-}
-
-.error #error {
-  z-index: 1004;
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-  opacity: 1;
-}
-
-
-#error > div, #wait > div, #delay > div {
-  padding: 10px;
-  z-index: 1001;
-}
-
-
-#wrapper {
-  width: 896px;
-  margin: 0 auto;
-}
-
-#content {
-  padding: 50px 0;
-}
-
-h1 {
-  margin-bottom: 35px;
-}
-
-.headline-main, h1 {
-  font-weight: 300;
-}
-
-
-#legal {
-  padding: 75px 125px;
-}
-
-#manage {
-  padding: 75px;
-}
-
-#legal, #manage {
-  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
-  background-color: #fff;
-  text-align: justify;
-  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
-  border-radius: 5px;
-  color: #444;
-}
-
-#legal p,
-#legal h2,
-#legal ul {
-  padding: 0 0 21px 0;
-}
-
-#legal li {
-  border-bottom: 1px solid #EEEEEE;
-  margin: 7px 0 0;
-  padding: 0 0 7px;
-  list-style-type: square;
-}
-
-#legal li:last-child {
-  border: none;
-}
-
-#legal h2 {
-  font-size: 21px;
-  color: #222;
-}
-
-#legal h3 {
-  font-size: 18px;
-  color: #222;
-  padding: 49px 0 7px;
-}
-
-#legal h4 {
-  font-size: 14px;
-  margin: 14px 0 7px 0;
-  color: #222;
-}
-
-#legal h5,
-#legal strong {
-  font-size: 12px;
-  color: #666;
-}
-
-#legal p,
-#legal ul {
-  color: #666;
-}
-
-#manage section {
-  margin-top: 20px;
-}
-
-.buttonrow {
-  margin: 0 0 14px;
-}
-
-.buttonrow > h2 {
-  display: inline-block;
-  font-size: 1em;
-}
-
-.edit .buttonrow > .edit {
-  display: none;
-}
-
-.buttonrow > .done {
-  display: none;
-  background-color: #006EC6;
-  border: 1px solid #003E70;
-  color: #EEEEEE;
-  text-shadow: -1px -1px 0 #006EC6;
-
-  -webkit-box-shadow: 0 0 5px #003763 inset;
-     -moz-box-shadow: 0 0 5px #003763 inset;
-       -o-box-shadow: 0 0 5px #003763 inset;
-          box-shadow: 0 0 5px #003763 inset;
-
-  background-image: -moz-linear-gradient(#3AA7FF 0%, #006EC6 100%);
-  background-image: -o-linear-gradient(#3AA7FF 0%, #006EC6 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3AA7FF), color-stop(100%, #006EC6));
-}
-
-.edit .buttonrow > .done {
-  display: inline-block;
-}
-
-#manage #emailList {
-  border-top: 1px solid #eee;
-}
-
-#emailList li {
-  padding: 10px 0;
-  border-bottom: 1px solid #eee;
-  overflow: hidden;
-  line-height: 30px;
-  min-height: 30px;
-}
-
-#emailList .email {
-  display: inline-block;
-  float: left;
-  white-space: nowrap;
-}
-
-#emailList button {
-  display: none;
-}
-
-.edit #emailList button {
-  display: inline-block;
-}
-
-#logout_everywhere .completion_text {
-    float: right;
-    display: none;
-    color: #090;
-}
-
-
-button.delete {
-  background-color: #EA7676;
-  border: 1px solid #B13D3D;
-  text-shadow: -1px -1px 0 #C84343;
-  box-shadow: 0 0 0 1px #EA7676 inset;
-  border-radius: 5px;
-  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EA7676), color-stop(100%, #C84343));
-  background-image: -moz-linear-gradient(#EA7676 0%, #C84343 100%);
-  background-image: -ms-linear-gradient(#EA7676 0%, #C84343 100%);
-  background-image: -o-linear-gradient(#EA7676 0%, #C84343 100%);
-}
-
-button.delete:hover {
-  background-color: #f07979;
-  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f07979), color-stop(100%, #c34141));
-  background-image: -moz-linear-gradient(#f07979 0%, #c34141 100%);
-  background-image: -ms-linear-gradient(#f07979 0%, #c34141 100%);
-  background-image: -o-linear-gradient(#f07979 0%, #c34141 100%);
-}
-
-button.delete:active {
-  background-color: #C84343;
-  border: 1px solid #672424;
-  color: #EEEEEE;
-  text-shadow: -1px -1px 0 #AA3D3D;
-
-  -webkit-box-shadow: 0 0 5px #003763 inset;
-     -moz-box-shadow: 0 0 5px #003763 inset;
-       -o-box-shadow: 0 0 5px #003763 inset;
-          box-shadow: 0 0 5px #003763 inset;
-
-  background-image: -moz-linear-gradient(center top , #C84343 0%, #AA3D3D 100%);
-  background-image: -o-linear-gradient(#C84343 0%, #AA3D3D 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C84343), color-stop(100%, #AA3D3D));
-}
-
-
-#edit_password {
-  margin-bottom: 10px;
-  display: none;
-}
-
-.canSetPassword #edit_password {
-  display: block;
-}
-
-#edit_password label {
-  width: 40%;
-  display: inline-block;
-}
-
-#edit_password input[type=password] {
-  width: 40%;
-}
-
-.showedit {
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-  opacity: 0;
-  -webkit-transition: all 500ms;
-  -moz-transition: all 500ms;
-  -ms-transition: all 500ms;
-  -o-transition: all 500ms;
-  transition: all 500ms;
-}
-
-.edit .showedit {
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-  opacity: 1;
-}
-
-#disclaimer {
-  text-align: right;
-}
-
-#hAlign {
-  width: 700px;
-  margin: 0 auto;
-  position: relative;
-}
-
-#vAlign {
-  height: 1000px;
-  width: 700px;         /* the width here is to keep the cell from collapsing */
-  display: table-cell;
-  vertical-align: middle;
-}
-
-#signUp {
-  padding: 0 0 0 250px;
-}
-
-.tour a[href="/about"] {
-  color: #6dc7ff;
-}
-
-.tour a[href="/about"]:hover {
-  color: #58a7e7;
-}
-
-#signUp h1 {
-  max-width: 390px;
-}
-
-.tour {
-  font-size: 18px;
-  line-height: 39px;
-}
-
-.tour a {
-  margin: 0 7px;
-  text-shadow: 0 1px 0 #555;
-}
-
-.tour .button {
-  font-size: 19px;
-  border: 1px solid;
-  border-radius: 7px;
-  border-color: #68b8e8 #5da8dc #2f597b #5aa4d9;
-  display:inline-block;
-  padding: 11px 25px;
-  background-image: -webkit-linear-gradient(top, #42a5e1, #2970aa);
-  background-image:    -moz-linear-gradient(top, #42a5e1, #2970aa);
-  background-image:     -ms-linear-gradient(top, #42a5e1, #2970aa);
-  background-image:      -o-linear-gradient(top, #42a5e1, #2970aa);
-  background-image:         linear-gradient(top, #42a5e1, #2970aa);
-  box-shadow: 0 1px 2px rgba(0,0,0,.5);
-}
-
-.tour .button:hover {
-  color: #fff;
-  border-color: #338fd1 #277ec4 #0e6bb6 #277ec4;
-  background-image: -webkit-linear-gradient(top, #338fd1, #0e6bb6);
-  background-image:    -moz-linear-gradient(top, #338fd1, #0e6bb6);
-  background-image:     -ms-linear-gradient(top, #338fd1, #0e6bb6);
-  background-image:      -o-linear-gradient(top, #338fd1, #0e6bb6);
-  background-image:         linear-gradient(top, #338fd1, #0e6bb6);
-}
-
-.create {
-  float: none;
-  vertical-align: middle;
-}
-
-#card {
-  width: 200px;
-  height: 200px;
-  position: absolute;
-  z-index: 1;
-  left: 0;
-  background-image: url('/pages/i/badge.png');
-  background-position: 0px center;
-  background-repeat: no-repeat;
-
-  -webkit-transition: background-position 0.4s ease;
-     -moz-transition: background-position 0.4s ease;
-       -o-transition: background-position 0.4s ease;
-          transition: background-position 0.4s ease;
-}
-
-#card.insert {
-  background-position: 170px center;
-}
-
-#card img {
-  float: right;
-}
-
-
-#signUpForm, #congrats {
-  margin: 0 auto;
-  width: 475px;
-  padding: 20px;
-  background-color: #556875;
-  background-color: rgba(0,0,0,0.1);
-
-  -webkit-border-radius: 5px;
-     -moz-border-radius: 5px;
-       -o-border-radius: 5px;
-          border-radius: 5px;
-}
-
-#signUpForm h1 {
-  margin-bottom: 20px;
-}
-
-#signUpForm h2 {
-  margin-bottom: 20px;
-  font-weight: 300;
-  font-size: 22px;
-}
-
-#signUpForm a {
-  color: #6dc7ff;
-  text-shadow: 0 1px 0 #888;
-}
-
-#signUpForm a:hover {
-  color: #58a7e7;
-}
-
-
-#signUpForm li {
-  margin: 10px 0 0;
-  padding: 0;
-}
-
-#signUpForm li:first-child {
-  margin: 0;
-}
-
-#signUpForm > .siteinfo {
-  margin-bottom: 10px;
-}
-
-.siteinfo, #congrats, .password_entry, .vpassword_entry, .verify_primary, .known_secondary .start, .unknown_secondary .start, .primary .start, .unknown_secondary .forgot {
-  display: none;
-}
-
-.enter_password .password_entry {
-  display: block;
-}
-
-label.vpassword_entry {
-  margin-top: 15px;
-}
-
-.submit {
-  margin-top: 15px;
-}
-
-.submit > p {
-  line-height: 28px;
-}
-
-.submit .remember {
-  float: left;
-}
-
-.tospp {
-  font-size: 13px;
-  clear: both;
-}
-
-#congrats .siteinfo {
-  margin-top: 10px;
-}
-
-#congrats .website {
-  display: block;
-  text-align: center;
-}
-
-#redirection {
-  text-align: center;
-}
-
-
-.notifications > .notification {
-  border-radius: 3px;
-  display: none;
-}
-
-.notifications .notification.error {
-  color: red;
-  background-color: rgba(255,0,0,0.25);
-}
-
-.notification p {
-  margin-top: 8px;
-}
-
-
-#wrapper > header {
-  font-weight: bold;
-  z-index: 1;
-}
-
-header .nav a {
-  font-size: 16px;
-  padding: 4px 8px;
-  color: #fff;
-  text-shadow: 0 1px 0 #999;
-}
-
-header .nav a:hover {
-  color: #383838;
-  background-color: #f4f3f0;
-  border-radius: 3px;
-}
-
-header ul {
-  float: right;
-  line-height: 37px;
-}
-
-header li {
-  margin: 0 0 0 10px;
-}
-
-
-.home {
-  width: 205px;
-  height: 50px;
-  background: url("/pages/i/persona-logo-wordmark.png") 0 0 no-repeat;
-  text-indent: -9999px;
-  display: inline-block;
-}
-
-header a.signIn, header a.signOut {
-  border-radius: 6px;
-  padding: 6px 20px;
-  border-radius: 7px;
-  border: 1px solid #333;
-  box-shadow: 0 0 1px #777;
-}
-
-.authenticated .signIn, .signOut {
-  display: none;
-}
-
-.authenticated .signOut {
-  display: inline;
-}
-
-header, footer {
-  padding: 20px 0;
-}
-
-section > header {
-  padding: 0;
-}
-
-footer {
-  background-color: #eff1f3;
-  margin-top: 10px;
-}
-
-footer .cf {
-  width: 896px;
-  margin: 0 auto;
-}
-
-footer ul li:first-child {
-  margin-right: 35px;
-}
-
-footer ul li:first-child a {
-  color: #484848;
-}
-
-footer ul li:first-child a:hover {
-  border-bottom: 1px dotted #000;
-}
-
-.newsbanner {
-  display: none;
-  background-color: #faca33;
-  line-height: 32px;
-  border-radius: 4px;
-  text-align: center;
-  color: #626160;
-  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
-}
-
-.newuser .newsbanner {
-  margin-bottom: 50px;
-  display: block;
-}
-
-/*  How It Works
- ***************/
-
- h2.title {
-  font-size: 48px;
-  font-weight: normal;
-  color: #fff;
-  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
-  text-align: center;
-  letter-spacing: -2px;
-  padding-bottom: 30px;
-  margin: 0;
-}
-
-.blurb, a.developers {
-  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13);
-  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13);
-  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13);
-  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13);
-  background: #63727d;
-  background: rgba(13, 28, 41, 0.1);
-  font-size: 14px;
-  color: #fff;
-}
-
-.blurb {
-  margin-top: 30px;
-  padding: 30px;
-  text-align: left;
-  line-height: 1.5;
-  overflow: hidden;
-  display: block;
-}
-
-.blurb h1, .blurb p, .blurb a, a.developers{
-  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
-  font-weight: normal;
-}
-
-.blurb img{
-  max-width: 100%;
-  vertical-align: bottom;
-}
-
-.blurb a {
-  color: #fff;
-  border-bottom: 1px dotted #fff;
-  font-weight: normal;
-}
-.blurb a:hover {
-  color: #53b7fb;
-}
-.blurb.half {
-  width: 48%;
-  float: left;
-}
-.blurb.half.first {
-  margin-right: 4%;
-}
-.blurb .info, .blurb .graphic {
-  width: 50%;
-  float: left;
-}
-.blurb .first {
-  padding-right: 30px;
-}
-.blurb .graphic {
-  text-align: center;
-}
-.blurb h1 {
-  font-size: 32px;
-  font-weight: normal;
-  letter-spacing: -1px;
-  line-height: 1.1;
-  margin-bottom: 20px;
-}
-.blurb p {
-  margin-bottom: 1em;
-}
-.blurb p:last-of-type {
-  margin-bottom: 0;
-}
-
-.privacy {
-  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
-  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
-  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
-  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
-  zoom: 1;
-  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
-  padding-bottom: 60px;
-  margin: 100px 0 60px;
-}
-.privacy:before, .privacy:after {
-  content: "";
-  display: table;
-}
-.privacy:after {
-  clear: both;
-}
-
-a.developers {
-  -webkit-transition: all 300ms ease;
-  -moz-transition: all 300ms ease;
-  -ms-transition: all 300ms ease;
-  transition: all 300ms ease;
-  display: block;
-  padding: 13px 15px;
-  line-height: 1.4;
-  text-align: center;
-}
-a.developers:hover {
-  background: #3b4e5c;
-  background: rgba(13, 28, 41, 0.2);
-}
-a.developers img {
-  margin: 0 5px -7px 0;
-  /* The logo at the bottom of the /about page has a border by default */
-  border: none;
-}
-a.developers span {
-  color: #53b7fb;
-  font-weight: bold;
-  margin-right: 10px;
-  display: inline-block;
-}
-
-article.flexible {
-  padding-bottom: 0;
-}
-article.flexible .info {
-  margin-bottom: 30px;
-}
-
diff --git a/resources/static/pages/i/badge.png b/resources/static/pages/i/badge.png
deleted file mode 100644
index 2b082db5dd486134b6c1fa86f5e609dff6c0f8c0..0000000000000000000000000000000000000000
Binary files a/resources/static/pages/i/badge.png and /dev/null differ
diff --git a/resources/static/pages/i/developers-link.png b/resources/static/pages/i/developers-link.png
deleted file mode 100644
index e730af8df49fcf06234eb9361ec5b894870fd922..0000000000000000000000000000000000000000
Binary files a/resources/static/pages/i/developers-link.png and /dev/null differ
diff --git a/resources/static/pages/i/flexible-graphic.png b/resources/static/pages/i/flexible-graphic.png
deleted file mode 100644
index c94d2cc1e3e86106a155785b26f6b2c151a19a11..0000000000000000000000000000000000000000
Binary files a/resources/static/pages/i/flexible-graphic.png and /dev/null differ
diff --git a/resources/static/pages/i/marketplace-header.png b/resources/static/pages/i/marketplace-header.png
deleted file mode 100644
index 5dbb70f6c1a8700932eda4f58899cf3cbfd5aea8..0000000000000000000000000000000000000000
Binary files a/resources/static/pages/i/marketplace-header.png and /dev/null differ
diff --git a/resources/static/pages/i/one-password-graphic.png b/resources/static/pages/i/one-password-graphic.png
deleted file mode 100644
index 380579a0ed0599b8fc206d1331817d175202b5ab..0000000000000000000000000000000000000000
Binary files a/resources/static/pages/i/one-password-graphic.png and /dev/null differ
diff --git a/resources/static/pages/i/persona-logo-wordmark.png b/resources/static/pages/i/persona-logo-wordmark.png
deleted file mode 100644
index 38e0804a30ada75db73f7832b266914f4aa3bb45..0000000000000000000000000000000000000000
Binary files a/resources/static/pages/i/persona-logo-wordmark.png and /dev/null differ
diff --git a/resources/static/pages/i/slit.png b/resources/static/pages/i/slit.png
deleted file mode 100644
index f406cf593bd63bfd0e28e58f4d90dfa8fd8f7d37..0000000000000000000000000000000000000000
Binary files a/resources/static/pages/i/slit.png and /dev/null differ
diff --git a/resources/static/pages/js/about.js b/resources/static/pages/js/about.js
deleted file mode 100644
index 9741062539480bfb5b450d9eac79235427d75c5e..0000000000000000000000000000000000000000
--- a/resources/static/pages/js/about.js
+++ /dev/null
@@ -1,45 +0,0 @@
-/*globals BrowserID:true, $:true*/
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.about = (function() {
-  "use strict";
-
-  var bid = BrowserID;
-
-  function resize() {
-    // Get tallest blurb
-    var tallestBlurb = 0
-
-    $('.half').each(function(index) {
-      var $this = $(this);
-
-      if (index == 0) {
-        tallestBlurb = $this.height();
-      } else {
-
-        if ($this.height() < tallestBlurb) {
-          $this.css('min-height', tallestBlurb);
-        } else {
-          $('.half.first').css('min-height', $this.height());
-        }
-
-      }
-    });
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var self=this;
-
-      Module.sc.start.call(self, options);
-      resize();
-
-      // The half heights can change every time there is a window resize.
-      self.bind(window, "resize", resize);
-    }
-  });
-
-  return Module;
-}());
diff --git a/resources/static/pages/js/forgot.js b/resources/static/pages/js/forgot.js
deleted file mode 100644
index 8e38c847c3eab212e10002aac48bbc66425ebfb8..0000000000000000000000000000000000000000
--- a/resources/static/pages/js/forgot.js
+++ /dev/null
@@ -1,111 +0,0 @@
-/*globals BrowserID: true, $:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.forgot = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      user = bid.User,
-      helpers = bid.Helpers,
-      complete = helpers.complete,
-      validation = bid.Validation,
-      pageHelpers = bid.PageHelpers,
-      cancelEvent = pageHelpers.cancelEvent,
-      dom = bid.DOM,
-      tooltip = bid.Tooltip;
-
-  function submit(oncomplete) {
-    dom.hide(".notification");
-
-    var email = helpers.getAndValidateEmail("#email"),
-        pass = dom.getInner("#password"),
-        vpass = dom.getInner("#vpassword"),
-        validPass = email && validation.passwordAndValidationPassword(pass, vpass);
-
-    if (email && validPass) {
-      user.requestPasswordReset(email, pass, function onSuccess(info) {
-        if (info.success) {
-          pageHelpers.emailSent("waitForPasswordResetComplete", email, oncomplete);
-        }
-        else {
-          var tooltipEls = {
-            throttle: "#could_not_add",
-            invalid_user: "#not_registered",
-            primary_address: "#primary_address"
-          };
-
-          var tooltipEl = tooltipEls[info.reason];
-          if (tooltipEl) {
-            tooltip.showTooltip(tooltipEl);
-          }
-          complete(oncomplete);
-        }
-      }, pageHelpers.getFailure(bid.Errors.requestPasswordReset, oncomplete));
-    } else {
-      complete(oncomplete);
-    }
-  }
-
-  function back(oncomplete) {
-    pageHelpers.cancelEmailSent(oncomplete);
-  }
-
-  function redirectIfNeeded(doc, ready) {
-    // email addresses are stored if the user is coming from the signin or
-    // signup page.  If no email address is stored, the user browsed here
-    // directly.  If the user browsed here directly, kick them back to the
-    // sign in page.
-    var email = pageHelpers.getStoredEmail();
-    if (!email) {
-      doc.location.href = "/signin";
-      complete(ready);
-      return;
-    }
-
-    // We know an email address was stored, now check if it is registered.  If
-    // it is not registered, or is a primary, kick them over to the signin page.
-    user.addressInfo(email, function(info) {
-      if (!info.known || info.type === "primary") {
-        doc.location.href="/signin";
-      }
-
-      complete(ready);
-    });
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      options = options || {};
-
-      var self=this,
-          doc = options.document || document;
-
-      // Check whether a redirection needs to happen before showing the rest of
-      // the content.
-      redirectIfNeeded(doc, function() {
-        dom.focus("form input[autofocus]");
-
-        pageHelpers.setupEmail();
-
-        self.bind("form", "submit", cancelEvent(submit));
-        self.click("#back", back);
-
-        Module.sc.init.call(self, options);
-
-        complete(options.ready);
-      });
-    }
-
-    // BEGIN TESTING API
-    ,
-    submit: submit,
-    back: back
-    // END TESTING API
-  });
-
-  return Module;
-
-}());
-
diff --git a/resources/static/pages/js/index.js b/resources/static/pages/js/index.js
deleted file mode 100644
index cd2250ce117e5c1a6830698157e4f9a9b9e727a6..0000000000000000000000000000000000000000
--- a/resources/static/pages/js/index.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/*globals BrowserID:true, $:true*/
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  "use strict";
-
-  BrowserID.index = function () {
-    $('.tour a').hover(function() {
-      $('#card').toggleClass('insert');
-    });
-
-    $('.create').hover(function() {
-      $('#hint').addClass('signUp').removeClass('info');
-    });
-  };
-}());
diff --git a/resources/static/pages/js/manage_account.js b/resources/static/pages/js/manage_account.js
deleted file mode 100644
index 6b515f8a60bdf5520990a64cd0d8e3c4b2a524f8..0000000000000000000000000000000000000000
--- a/resources/static/pages/js/manage_account.js
+++ /dev/null
@@ -1,251 +0,0 @@
-/*globals BrowserID:true, _: true, confirm: true, displayEmails: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.manageAccount = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      user = bid.User,
-      network = bid.Network,
-      errors = bid.Errors,
-      dom = bid.DOM,
-      storage = bid.Storage,
-      helpers = bid.Helpers,
-      pageHelpers = bid.PageHelpers,
-      cancelEvent = pageHelpers.cancelEvent,
-      confirmAction = confirm,
-      doc = document,
-      tooltip = bid.Tooltip,
-      authLevel;
-
-  function syncAndDisplayEmails(oncomplete) {
-    user.syncEmails(function() {
-      displayStoredEmails(oncomplete);
-    }, pageHelpers.getFailure(errors.syncEmails, oncomplete));
-  }
-
-  function displayStoredEmails(oncomplete) {
-    var emails = user.getSortedEmailKeypairs();
-    if (_.isEmpty(emails)) {
-      $("#content").hide();
-    } else {
-      $("#content").show();
-      $("#vAlign").hide();
-      displayEmails(emails);
-    }
-    oncomplete && oncomplete();
-  }
-
-  function removeEmail(email, oncomplete) {
-    function complete() {
-      oncomplete && oncomplete();
-    }
-
-    user.syncEmails(function() {
-      var emails = user.getStoredEmailKeypairs();
-      if (!emails[email]) {
-        displayStoredEmails(oncomplete);
-      }
-      else if (_.size(emails) > 1) {
-        if (confirmAction(format(gettext("Remove %(email) from your Persona account?"),
-                                 { email: email }))) {
-          user.removeEmail(email, function() {
-            displayStoredEmails(oncomplete);
-          }, pageHelpers.getFailure(errors.removeEmail, oncomplete));
-        }
-        else {
-          complete();
-        }
-      }
-      else {
-        if (confirmAction(gettext("Removing the last address will cancel your Persona account.\nAre you sure you want to continue?"))) {
-          user.cancelUser(function() {
-            doc.location="/";
-            complete();
-          }, pageHelpers.getFailure(errors.cancelUser, oncomplete));
-        }
-        else {
-          complete();
-        }
-      }
-    }, pageHelpers.getFailure(errors.syncEmails, oncomplete));
-  }
-
-  function displayEmails(emails) {
-    var list = $("#emailList").empty();
-
-    // Set up to use mustache style templating, the normal Django style blows
-    // up the node templates
-    _.templateSettings = {
-        interpolate : /\{\{(.+?)\}\}/g
-    };
-    var template = $("#templateUser").html();
-
-    _(emails).each(function(item) {
-      var e = item.address,
-          identity = _.template(template, { email: e });
-
-      var idEl = $(identity).appendTo(list);
-      idEl.find(".delete").click(cancelEvent(removeEmail.bind(null, e)));
-    });
-  }
-
-  function cancelAccount(oncomplete) {
-    if (confirmAction(gettext("Are you sure you want to cancel your Persona account?"))) {
-      user.cancelUser(function() {
-        doc.location="/";
-        oncomplete && oncomplete();
-      }, pageHelpers.getFailure(errors.cancelUser, oncomplete));
-    }
-  }
-
-  function startEdit(event) {
-    // XXX add some helpers in the dom library to find section.
-    event.preventDefault();
-    $(event.target).closest("section").addClass("edit");
-  }
-
-  function cancelEdit(event) {
-    event.preventDefault();
-    $(event.target).closest("section").removeClass("edit");
-  }
-
-  function changePassword(oncomplete) {
-    var oldPassword = dom.getInner("#old_password"),
-        newPassword = dom.getInner("#new_password");
-
-    function complete(status) {
-      typeof oncomplete == "function" && oncomplete(status);
-    }
-
-    function changePassword() {
-      user.changePassword(oldPassword, newPassword, function(status) {
-        if(status) {
-          dom.removeClass("#edit_password", "edit");
-          dom.setInner("#old_password", "");
-          dom.setInner("#new_password", "");
-        }
-        else {
-          tooltip.showTooltip("#tooltipInvalidPassword");
-        }
-
-        complete(status);
-      }, pageHelpers.getFailure(errors.updatePassword, oncomplete));
-    }
-
-    if(!oldPassword) {
-      tooltip.showTooltip("#tooltipOldRequired");
-      complete(false);
-    }
-    else if(oldPassword.length < bid.PASSWORD_MIN_LENGTH || bid.PASSWORD_MAX_LENGTH < oldPassword.length) {
-      // If the old password is out of range, we know it is invalid. Show the
-      // tooltip. See issue #2121
-      // - https://github.com/mozilla/browserid/issues/2121
-      tooltip.showTooltip("#tooltipInvalidPassword");
-      complete(false);
-    }
-    else if(!newPassword) {
-      tooltip.showTooltip("#tooltipNewRequired");
-      complete(false);
-    }
-    else if(newPassword === oldPassword) {
-      tooltip.showTooltip("#tooltipPasswordsSame");
-      complete(false);
-    }
-    else if(newPassword.length < bid.PASSWORD_MIN_LENGTH || bid.PASSWORD_MAX_LENGTH < newPassword.length) {
-      tooltip.showTooltip("#tooltipPasswordLength");
-      complete(false);
-    }
-    else if(authLevel !== "password") {
-      var email = getSecondary();
-      // go striaght to the network level instead of user level so that if
-      // the user gets the password wrong, we don't clear their info.
-      network.authenticate(email, oldPassword, function(status) {
-        if(status) {
-          authLevel = "password";
-          changePassword();
-        }
-        else {
-          tooltip.showTooltip("#tooltipInvalidPassword");
-          complete(false);
-        }
-      }, pageHelpers.getFailure(errors.authenticate, oncomplete));
-    }
-    else {
-      changePassword();
-    }
-  }
-
-
-  function displayHelpTextToNewUser() {
-    var newUser = !storage.manage_page.get("has_visited_manage_page");
-
-    dom[newUser ? "addClass" : "removeClass"]("body", "newuser");
-    storage.manage_page.set("has_visited_manage_page", true);
-  }
-
-  function displayChangePassword(oncomplete) {
-    var canSetPassword = !!getSecondary();
-    dom[canSetPassword ? "addClass" : "removeClass"]("body", "canSetPassword");
-    oncomplete && oncomplete();
-  }
-
-  function getSecondary() {
-    var emails = storage.getEmails();
-
-    for(var key in emails) {
-      if(emails[key].type === "secondary") {
-        return key;
-      }
-    }
-  }
-
-  function init(options, oncomplete) {
-    options = options || {};
-
-    if (options.document) doc = options.document;
-    if (options.confirm) confirmAction = options.confirm;
-
-    var template = new EJS({ text: $("#templateManage").html() });
-    var manage = template.render({});
-    $("#hAlign").after(manage);
-
-    dom.bindEvent("#cancelAccount", "click", cancelEvent(cancelAccount));
-
-    dom.bindEvent("button.edit", "click", startEdit);
-    dom.bindEvent("button.done", "click", cancelEdit);
-    dom.bindEvent("#edit_password_form", "submit", cancelEvent(changePassword));
-
-    user.checkAuthentication(function(auth_level) {
-      authLevel = auth_level;
-
-      syncAndDisplayEmails(function() {
-        displayHelpTextToNewUser();
-        displayChangePassword(oncomplete);
-      });
-    }, pageHelpers.getFailure(errors.checkAuthentication, oncomplete));
-  }
-
-  // BEGIN TESTING API
-  function reset() {
-    dom.unbindEvent("#cancelAccount", "click");
-
-    dom.unbindEvent("button.edit", "click");
-    dom.unbindEvent("button.done", "click");
-    dom.unbindEvent("#edit_password_form", "submit");
-  }
-
-  init.reset = reset;
-  init.cancelAccount = cancelAccount;
-  init.removeEmail = removeEmail;
-  init.changePassword = changePassword;
-  // END TESTING API
-
-  return init;
-
-}());
-
-
-
diff --git a/resources/static/pages/js/page_helpers.js b/resources/static/pages/js/page_helpers.js
deleted file mode 100644
index 8147bcfead2b39a1ede20bc48d98ec16af6e07fd..0000000000000000000000000000000000000000
--- a/resources/static/pages/js/page_helpers.js
+++ /dev/null
@@ -1,177 +0,0 @@
-/*globals BrowserID: true, _: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.PageHelpers = (function() {
-  "use strict";
-
-  var win = window,
-      doc = win.document,
-      bid = BrowserID,
-      storage = bid.Storage,
-      user = bid.User,
-      helpers = bid.Helpers,
-      dom = bid.DOM,
-      ANIMATION_SPEED = 250,
-      origStoredEmail;
-
-  function setStoredEmail(email) {
-    storage.signInEmail.set(email);
-  }
-
-  function clearStoredEmail() {
-    storage.signInEmail.remove();
-  }
-
-  function getStoredEmail() {
-    return storage.signInEmail.get() || "";
-  }
-
-  function onEmailChange(event) {
-    var email = dom.getInner("#email");
-    setStoredEmail(email);
-  }
-
-  function prefillEmail() {
-    // If the user tried to sign in on the sign up page with an existing email,
-    // place that email in the email field, then focus the password.
-    var el = $("#email"),
-        email = getStoredEmail();
-
-    if (email) {
-      el.val(email);
-      if ($("#password").length) $("#password").focus();
-    }
-
-    dom.bindEvent("#email", "change", onEmailChange);
-    dom.bindEvent("#email", "keyup", onEmailChange);
-  }
-
-  function getParameterByName( name ) {
-    name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
-    var regexS = "[\\?&]"+name+"=([^&#]*)";
-    var regex = new RegExp( regexS );
-    var results = regex.exec( doc.location.href );
-    if( results === null )
-      return "";
-    else
-      return decodeURIComponent(results[1].replace(/\+/g, " "));
-  }
-
-  function showFailure(error, info, callback) {
-    info = $.extend(info || {}, { action: error, dialog: false });
-    bid.Screens.error.show("error", info);
-    callback && callback(false);
-  }
-
-  function getFailure(error, callback) {
-    return function onFailure(info) {
-      showFailure(error, info, callback);
-    };
-  }
-
-  function replaceFormWithNotice(selector, onComplete) {
-    $("form").hide();
-    $(selector).fadeIn(ANIMATION_SPEED).promise().done(onComplete);
-  }
-
-  function replaceInputsWithNotice(selector, onComplete) {
-    $('.forminputs').hide();
-    $(selector).stop().hide().css({opacity:1}).fadeIn(ANIMATION_SPEED)
-      .promise().done(onComplete);
-  }
-
-  function showInputs(onComplete) {
-    $('.notification').hide();
-    $('.forminputs').stop().hide().css({opacity:1}).fadeIn(ANIMATION_SPEED)
-      .promise().done(onComplete);
-  }
-
-  function emailSent(pollFuncName, email, onComplete) {
-    dom.setInner('#sentToEmail', email);
-
-    replaceInputsWithNotice(".emailsent");
-
-    user[pollFuncName](email, function(status) {
-      clearStoredEmail();
-      userValidationComplete(status);
-    });
-    onComplete && onComplete();
-  }
-
-  function userValidationComplete(status) {
-    var loc = doc.location;
-    if(status === "complete") {
-      loc.href = "/";
-    }
-    else if(status === "mustAuth") {
-      loc.href = "/signin";
-    }
-  }
-
-  function cancelEmailSent(onComplete) {
-    showInputs(onComplete);
-
-    user.cancelEmailValidation();
-
-    dom.focus("input:visible:eq(0)");
-  }
-
-  function openPrimaryAuth(winchan, email, baseURL, callback) {
-    if(!(email && baseURL)) {
-      throw "cannot verify with primary without an email address and URL";
-    }
-
-    winchan.open({
-      url: "https://login.persona.org/authenticate_with_primary",
-      // This is the relay that will be used when the IdP redirects to sign_in_complete
-      relay_url: "https://login.persona.org/relay",
-      window_features: "width=700,height=375",
-      params: helpers.toURL(baseURL, {email: email})
-    }, function(error, result) {
-      // We have to force a reset of the primary caches because the user's
-      // authentication status may be incorrect.
-      // XXX a better solution here would be to change the authentication
-      // status of the user inside of the cache.
-      if(!error) {
-        user.resetCaches();
-      }
-      callback && callback(error, result);
-    });
-  }
-
-  return {
-    init: function(config) {
-      win = config.window || window;
-      doc = win.document;
-    },
-    reset: function() {
-      win = window;
-      doc = win.document;
-    },
-    setupEmail: prefillEmail,
-    setStoredEmail: setStoredEmail,
-    clearStoredEmail: clearStoredEmail,
-    getStoredEmail: getStoredEmail,
-    getParameterByName: getParameterByName,
-    /**
-     * shows a failure screen immediately
-     * @method showFailure
-     */
-    showFailure: showFailure,
-    /**
-     * get a function to show an error screen when function is called.
-     * @method getFailure
-     */
-    getFailure: getFailure,
-    replaceInputsWithNotice: replaceInputsWithNotice,
-    replaceFormWithNotice: replaceFormWithNotice,
-    showInputs: showInputs,
-    emailSent: emailSent,
-    cancelEmailSent: cancelEmailSent,
-    userValidationComplete: userValidationComplete,
-    cancelEvent: helpers.cancelEvent,
-    openPrimaryAuth: openPrimaryAuth
-  };
-}());
diff --git a/resources/static/pages/js/signin.js b/resources/static/pages/js/signin.js
deleted file mode 100644
index 1ee76851808cd3d19839e83e148b60b1ba8378b4..0000000000000000000000000000000000000000
--- a/resources/static/pages/js/signin.js
+++ /dev/null
@@ -1,228 +0,0 @@
-/*globals BrowserID:true, gettext:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.signIn = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      dom = bid.DOM,
-      user = bid.User,
-      network = bid.Network,
-      helpers = bid.Helpers,
-      errors = bid.Errors,
-      pageHelpers = bid.PageHelpers,
-      tooltip = bid.Tooltip,
-      validation = bid.Validation,
-      doc = document,
-      winchan = window.WinChan,
-      complete = helpers.complete,
-      verifyEmail,
-      verifyURL,
-      addressInfo,
-      sc,
-      lastEmail;
-
-  function userAuthenticated() {
-    pageHelpers.clearStoredEmail();
-    doc.location = "/";
-  }
-
-  function provisionPrimaryUser(email, info, callback) {
-    // primary user who is authenticated with the primary.
-    user.provisionPrimaryUser(email, info, function(status, provInfo) {
-      if (status === "primary.verified") {
-        network.authenticateWithAssertion(email, provInfo.assertion, function(status) {
-          userAuthenticated();
-          complete(callback);
-        }, pageHelpers.getFailure(errors.authenticateWithAssertion, callback));
-      }
-      else {
-        dom.fadeIn("#primary_no_login", 250);
-        setTimeout(complete.curry(callback), 250);
-      }
-    }, pageHelpers.getFailure(errors.provisioningPrimary, callback));
-  }
-
-  function emailSubmit(oncomplete) {
-    /*jshint validthis: true*/
-    var self=this,
-        email = helpers.getAndValidateEmail("#email");
-
-    if (email) {
-      dom.setAttr('#email', 'disabled', 'disabled');
-      user.addressInfo(email, function(info) {
-        dom.removeAttr('#email', 'disabled');
-        addressInfo = info;
-
-        if (info.type === "secondary") {
-          // A secondary user has to either sign in or sign up depending on the
-          // status of their email address.
-          var bodyClassName = "known_secondary",
-              showClassName = "password_entry",
-              title = gettext("Sign In"),
-              submit = signInSubmit;
-
-          if (!info.known) {
-            bodyClassName = "unknown_secondary";
-            showClassName = "vpassword_entry";
-            title = gettext("Sign Up"),
-            submit = signUpSubmit;
-          }
-
-          dom.addClass("body", bodyClassName);
-          dom.slideDown("." + showClassName);
-          dom.setInner("#title", title);
-          self.submit = submit;
-          dom.focus("#password");
-
-          complete(oncomplete);
-        }
-        else if(info.authed) {
-          // primary user who is authenticated with the primary, immediately
-          // provision and authenticate them to BrowserID.
-          provisionPrimaryUser(email, info, oncomplete);
-        }
-        else {
-          // primary user who is not authenticated with primary, must auth with
-          // primary and then authenticate them to BrowserID.
-          dom.addClass("body", "primary");
-          dom.slideDown(".verify_primary");
-          dom.setInner("#primary_email", email);
-          self.submit = authWithPrimary;
-
-          verifyEmail = email;
-          verifyURL = info.auth;
-
-          complete(oncomplete);
-        }
-      }, pageHelpers.getFailure(errors.addressInfo, oncomplete));
-    }
-    else {
-      complete(oncomplete);
-    }
-  }
-
-  function signInSubmit(oncomplete) {
-    var email = helpers.getAndValidateEmail("#email"),
-        password = helpers.getAndValidatePassword("#password");
-
-    if (email && password) {
-      user.authenticate(email, password, function(authenticated) {
-        if (authenticated) {
-          userAuthenticated();
-        }
-        else {
-          tooltip.showTooltip("#cannot_authenticate");
-        }
-        complete(oncomplete);
-      }, pageHelpers.getFailure(errors.authenticate, oncomplete));
-    }
-    else {
-      complete(oncomplete);
-    }
-  }
-
-  function signUpSubmit(oncomplete) {
-    /*jshint validthis: true*/
-    var email = dom.getInner("#email"),
-        pass = dom.getInner("#password"),
-        vpass = dom.getInner("#vpassword"),
-        valid = validation.passwordAndValidationPassword(pass, vpass);
-
-    if(email && valid) {
-      user.createSecondaryUser(email, pass, function(status) {
-        if(status.success) {
-          // clearing the stored email from localStorage is taken care
-          // of in emailSent.
-          pageHelpers.emailSent("waitForUserValidation", email,
-            complete.curry(oncomplete, true));
-        }
-        else {
-          tooltip.showTooltip("#could_not_add");
-          complete(oncomplete, false);
-        }
-      }, pageHelpers.getFailure(errors.createUser, oncomplete));
-    }
-    else {
-      complete(oncomplete, false);
-    }
-  }
-
-
-  function authWithPrimary(oncomplete) {
-    pageHelpers.openPrimaryAuth(winchan, verifyEmail, verifyURL, primaryAuthComplete);
-
-    complete(oncomplete);
-  }
-
-  function primaryAuthComplete(error, result, oncomplete) {
-    if(error) {
-      pageHelpers.showFailure(errors.primaryAuthentication, error, oncomplete);
-    }
-    else {
-      provisionPrimaryUser(verifyEmail, addressInfo, oncomplete);
-    }
-  }
-
-  function onEmailChange(event) {
-    /*jshint validthis: true*/
-
-    // this is basically a state reset.
-    var email = dom.getInner("#email");
-    if(email !== lastEmail) {
-      dom.removeClass("body", "primary");
-      dom.removeClass("body", "known_secondary");
-      dom.removeClass("body", "unknown_secondary");
-      dom.slideUp(".password_entry, .vpassword_entry, .verify_primary");
-      this.submit = emailSubmit;
-      lastEmail = email;
-    }
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var self=this;
-
-      if(options && options.document) doc = options.document;
-      if(options && options.winchan) winchan = options.winchan;
-
-      pageHelpers.setupEmail();
-
-      self.click("#authWithPrimary", authWithPrimary);
-      self.bind("#email", "change", onEmailChange);
-      self.bind("#email", "keyup", onEmailChange);
-
-      sc.start.call(self, options);
-
-      // If there is an email already set up in pageHelpers.setupEmail, see if
-      // the email address is a primary, secondary, known or unknown.  Redirect
-      // if needed.
-      if (dom.getInner("#email")) {
-        self.submit(options.ready);
-      }
-      else {
-        complete(options.ready);
-      }
-    },
-    submit: emailSubmit
-
-    // BEGIN TESTING API
-    ,
-    emailSubmit: emailSubmit,
-    signInSubmit: signInSubmit,
-    signUpSubmit: signUpSubmit,
-    authWithPrimary: authWithPrimary,
-    primaryAuthComplete: primaryAuthComplete
-    // END TESTING API
-  });
-
-
-  sc = Module.sc;
-
-  return Module;
-
-}());
-
-
diff --git a/resources/static/pages/js/start.js b/resources/static/pages/js/start.js
deleted file mode 100644
index 9297dc6b206442fd4f8f242b6924b6152524da28..0000000000000000000000000000000000000000
--- a/resources/static/pages/js/start.js
+++ /dev/null
@@ -1,225 +0,0 @@
-/*globals BrowserID: true, _: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-$(function() {
-  "use strict";
-
-  /**
-   * For the main page
-   */
-
-  var bid = BrowserID,
-      helpers = bid.Helpers,
-      pageHelpers = bid.PageHelpers,
-      user = bid.User,
-      dom = bid.DOM,
-      xhr = bid.XHR,
-      network = bid.Network,
-      token = pageHelpers.getParameterByName("token"),
-      path = document.location.pathname || "/",
-      moduleManager = bid.module,
-      modules = bid.Modules,
-      CookieCheck = modules.CookieCheck,
-      XHRDelay = modules.XHRDelay,
-      XHRDisableForm = modules.XHRDisableForm,
-      Development = modules.Development,
-      ANIMATION_TIME = 500,
-      checkCookiePaths = [ "/signin", "/forgot", "/add_email_address", "/confirm", "/verify_email_address" ],
-      redirectIfAuthenticatedPaths = [ "/signin", "/forgot" ];
-
-
-  function shouldCheckCookies(path) {
-    if (path) {
-      // IE6 and IE7 will blow up if trying to use indexOf on the array.
-      for(var i = 0, checkCookiePath; checkCookiePath = checkCookiePaths[i]; ++i) {
-        if (checkCookiePath === path) return true;
-      }
-    }
-  }
-
-
-  // Firefox and IE have rendering bugs where if the box-sizing is set to
-  // border-box and a min-height is set, padding is added on top of the
-  // min-height, making elements render using the normal W3C box model.  Use
-  // a bit of bug detection here in case the bugs are fixed.
-  function paddingAddedToMinHeight() {
-    var div = document.createElement("div");
-    $(div).css({
-      "box-sizing": "border-box",
-      "min-height": "100px",
-      "padding-top": "10px",
-      "position": "absolute",
-      "top": "-2000px"
-    });
-
-    $("body").append(div);
-
-    var divHeight = parseInt($(div).outerHeight(), 10);
-    $(div).remove();
-    return divHeight === 110;
-  }
-
-  function elementHeightWithMargins(element) {
-    element = $(element);
-    var height = element.outerHeight()
-                 + parseInt(element.css("margin-top"), 10)
-                 + parseInt(element.css("margin-bottom"), 10);
-    return height;
-  }
-
-
-  xhr.init({ time_until_delay: 10 * 1000 });
-  network.init();
-
-  $(".display_always,.display_auth,.display_nonauth").hide();
-
-  $(window).bind('resize', function() {
-    var height = $(window).height()
-              // To find the height of the content, subtract the height of the
-              // header and footer INCLUDING any top and bottom margins they
-              // have.  If the margins are not included, the center content
-              // will be too tall and a scroll bar appears.
-              - elementHeightWithMargins("header")
-              - elementHeightWithMargins("footer");
-
-    $("#vAlign").css({ "height": height });
-
-    // On the manage page, the content element sometimes does not take up the
-    // full height of the screen, leaving the footer to float somewhere in the
-    // middle.  To compensate, force the min-height of the content so that the
-    // footer remains at the bottom of the screen.
-    var paddingTop = 0, paddingBottom = 0;
-
-    if (paddingAddedToMinHeight()) {
-      paddingTop = parseInt($("#content").css("padding-top") || 0, 10);
-      paddingBottom = parseInt($("#content").css("padding-bottom") || 0, 10);
-    }
-
-    $("#content").css({ "min-height": height - paddingTop - paddingBottom });
-  }).trigger('resize');
-
-  moduleManager.register("xhr_delay", XHRDelay);
-  moduleManager.start("xhr_delay");
-
-  moduleManager.register("xhr_disable_form", XHRDisableForm);
-  moduleManager.start("xhr_disable_form");
-
-  moduleManager.register("development", Development);
-  moduleManager.start("development");
-
-  if (shouldCheckCookies(path)) {
-    // do a cookie check on every page except the main page.
-    moduleManager.register("cookie_check", CookieCheck);
-    moduleManager.start("cookie_check", { ready: start });
-  }
-  else {
-    // the main page makes it through without checking for cookies.
-    start(true);
-  }
-
-  function verifySecondaryAddress(verifyFunction) {
-    var module = bid.verifySecondaryAddress.create();
-    module.start({
-      token: token,
-      verifyFunction: verifyFunction
-    });
-  }
-
-  function start(status) {
-    // If cookies are disabled, do not run any of the page specific code and
-    // instead just show the error message.
-    if (!status) return;
-
-    user.checkAuthentication(function(authenticated) {
-      // If the user is authenticated and the path should not be allowed if the
-      // user is authenticated, redirect them back to the main page. See issue
-      // #1345 https://github.com/mozilla/browserid/issues/1345
-      if (authenticated && _.indexOf(redirectIfAuthenticatedPaths, path) > -1) {
-        document.location = "/";
-        return;
-      }
-      else if (path === "/") {
-        bid.index();
-      }
-      else if (path === "/signin") {
-        var module = bid.signIn.create();
-        module.start({});
-      }
-      else if (path === "/forgot") {
-        var module = bid.forgot.create();
-        module.start({});
-      }
-      // START TRANSITION CODE
-      // add_email_address has been renamed to confirm. Once all outstanding
-      // emails are verified or expired, this can be removed. This change is
-      // scheduled to go into train-2012.07.20
-      else if (path === "/add_email_address") {
-        verifySecondaryAddress("verifyEmail");
-      }
-      // END TRANSITION CODE
-      else if (path === "/confirm") {
-        verifySecondaryAddress("verifyEmail");
-      }
-      else if (path === "/verify_email_address") {
-        verifySecondaryAddress("verifyUser");
-      }
-      else if (path === "/reset_password") {
-        verifySecondaryAddress("completePasswordReset");
-      }
-      else if (path === "/about") {
-        var module = bid.about.create();
-        module.start({});
-      }
-      else if (path === "/tos" || path === "/privacy") {
-        // do nothing.  This prevents "unknown path" from being displayed to the
-        // user.
-      }
-      else {
-        // Instead of throwing a hard error here, adding a message to the console
-        // to let developers know something is up.
-        helpers.log("unknown path");
-      }
-
-      if (authenticated) {
-        displayAuthenticated();
-      }
-      else {
-        displayNonAuthenticated();
-      }
-
-      // The footer is initially tied to the bottom while the page is loading
-      // so that it does not appear to flicker.  Untie the footer and let it
-      // rest in its natural position.
-      $("footer").css({ position: "", bottom: "" });
-    });
-
-    function displayAuthenticated() {
-      $(".display_always,.display_auth").fadeIn(ANIMATION_TIME);
-      dom.addClass("body", "authenticated");
-
-      if (!path || path === "/") {
-        bid.manageAccount();
-        $(window).trigger("resize");
-      }
-
-      $("a.signOut").click(function(event) {
-        event.preventDefault();
-        event.stopPropagation();
-
-        user.logoutUser(function() {
-          document.location = "/";
-        }, pageHelpers.getFailure(bid.Errors.logout));
-      });
-    }
-
-    function displayNonAuthenticated() {
-      $(".display_always").fadeIn(ANIMATION_TIME);
-      dom.addClass("body", "not_authenticated");
-      $(".display_nonauth").fadeIn(ANIMATION_TIME);
-    }
-  }
-
-});
-
diff --git a/resources/static/pages/js/verify_secondary_address.js b/resources/static/pages/js/verify_secondary_address.js
deleted file mode 100644
index 793538d61710ee4d6a523defa73010443f9e3157..0000000000000000000000000000000000000000
--- a/resources/static/pages/js/verify_secondary_address.js
+++ /dev/null
@@ -1,167 +0,0 @@
-/*globals BrowserID: true, $:true, URLParse: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.verifySecondaryAddress = (function() {
-  "use strict";
-
-  var ANIMATION_TIME=250,
-      bid = BrowserID,
-      user = bid.User,
-      storage = bid.Storage,
-      errors = bid.Errors,
-      pageHelpers = bid.PageHelpers,
-      dom = bid.DOM,
-      helpers = bid.Helpers,
-      complete = helpers.complete,
-      validation = bid.Validation,
-      tooltip = bid.Tooltip,
-      token,
-      sc,
-      mustAuth,
-      verifyFunction,
-      doc = document,
-      REDIRECT_SECONDS = 5,
-      secondsRemaining = REDIRECT_SECONDS,
-      email,
-      redirectTo,
-      redirectTimeout,  // set in config if available, use REDIRECT_SECONDS otw.
-      uiTimeoutID;
-
-  function showRegistrationInfo(info) {
-    dom.setInner("#email", info.email);
-
-    if (info.returnTo) {
-      dom.setInner(".website", info.returnTo);
-      if (uiTimeoutID) uiTimeoutID = clearTimeout(uiTimeoutID);
-      updateRedirectTimeout();
-      dom.show(".siteinfo");
-    }
-  }
-
-  function updateRedirectTimeout() {
-    dom.setInner("#redirectTimeout", secondsRemaining);
-  }
-
-  function countdownTimeout(onComplete) {
-    function checkTime() {
-      if (secondsRemaining > 0) {
-        updateRedirectTimeout();
-        secondsRemaining--;
-        uiTimeoutID = setTimeout(checkTime, 1000);
-      } else {
-        complete(onComplete);
-      }
-    }
-
-    checkTime();
-  }
-
-  function submit(oncomplete) {
-    var pass = dom.getInner("#password") || undefined,
-        inputValid = !mustAuth || validation.password(pass);
-
-    if (inputValid) {
-      user[verifyFunction](token, pass, function(info) {
-        dom.addClass("body", "complete");
-
-        var verified = info.valid;
-
-        if (verified) {
-          pageHelpers.replaceFormWithNotice("#congrats", function() {
-            if (redirectTo) {
-              // set the loggedIn status for the site.  This allows us to get
-              // a silent assertion without relying on the dialog to set the
-              // loggedIn status for the domain.  This is useful when the user
-              // closes the dialog OR if redirection happens before the dialog
-              // has had a chance to finish its business.
-              storage.setLoggedIn(URLParse(redirectTo).originOnly(), email);
-
-              countdownTimeout(function() {
-                doc.location.href = redirectTo;
-                complete(oncomplete, verified);
-              });
-            }
-            else {
-              complete(oncomplete, verified);
-            }
-          });
-        }
-        else {
-          pageHelpers.showFailure(errors.cannotComplete, info, oncomplete);
-        }
-      }, function(info) {
-        if (info.network && info.network.status === 401) {
-          tooltip.showTooltip("#cannot_authenticate");
-          complete(oncomplete, false);
-        }
-        else {
-          pageHelpers.showFailure(errors.verifyEmail, info, oncomplete);
-        }
-      });
-    }
-    else {
-      complete(oncomplete, false);
-    }
-  }
-
-  function startVerification(oncomplete) {
-    /*jshint validthis: true*/
-    var self=this;
-    user.tokenInfo(token, function(info) {
-      if (info) {
-        redirectTo = info.returnTo;
-        email = info.email;
-        showRegistrationInfo(info);
-        mustAuth = info.must_auth;
-        if (mustAuth) {
-          // These are users who are authenticating in a different browser or
-          // session than the initiator.
-          dom.addClass("body", "enter_password");
-          dom.focus("input[autofocus]");
-          complete(oncomplete, true);
-        }
-        else {
-          // Easy case where user is in same browser and same session, just
-          // verify and be done with it all!
-          submit(oncomplete);
-        }
-      }
-      else {
-        // renderError is used directly instead of pageHelpers.showFailure
-        // because showFailure hides the title in the extended info.
-        self.renderError("error", errors.cannotConfirm);
-        complete(oncomplete, false);
-      }
-    }, pageHelpers.getFailure(errors.getTokenInfo, oncomplete));
-  }
-
-  var Module = bid.Modules.PageModule.extend({
-    start: function(options) {
-      var self=this;
-      self.checkRequired(options, "token", "verifyFunction");
-
-      token = options.token;
-      verifyFunction = options.verifyFunction;
-      doc = options.document || document;
-
-      redirectTimeout = options.redirectTimeout;
-      if (typeof redirectTimeout === "undefined") {
-        redirectTimeout = REDIRECT_SECONDS * 1000;
-      }
-      secondsRemaining = redirectTimeout / 1000;
-
-
-      startVerification.call(self, options.ready);
-
-      sc.start.call(self, options);
-    },
-
-    submit: submit
-  });
-
-  sc = Module.sc;
-
-  return Module;
-}());
diff --git a/resources/static/provisioning_api.js b/resources/static/provisioning_api.js
deleted file mode 100644
index 0398e9cd47e4ccb0e4e7c38fedf7d01b553218b9..0000000000000000000000000000000000000000
--- a/resources/static/provisioning_api.js
+++ /dev/null
@@ -1,662 +0,0 @@
-/**
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  "use strict";
-
-  // local embedded copy of jschannel: http://github.com/mozilla/jschannel
-  /**
-   * js_channel is a very lightweight abstraction on top of
-   * postMessage which defines message formats and semantics
-   * to support interactions more rich than just message passing
-   * js_channel supports:
-   *  + query/response - traditional rpc
-   *  + query/update/response - incremental async return of results
-   *    to a query
-   *  + notifications - fire and forget
-   *  + error handling
-   *
-   * js_channel is based heavily on json-rpc, but is focused at the
-   * problem of inter-iframe RPC.
-   *
-   * Message types:
-   *  There are 5 types of messages that can flow over this channel,
-   *  and you may determine what type of message an object is by
-   *  examining its parameters:
-   *  1. Requests
-   *    + integer id
-   *    + string method
-   *    + (optional) any params
-   *  2. Callback Invocations (or just "Callbacks")
-   *    + integer id
-   *    + string callback
-   *    + (optional) params
-   *  3. Error Responses (or just "Errors)
-   *    + integer id
-   *    + string error
-   *    + (optional) string message
-   *  4. Responses
-   *    + integer id
-   *    + (optional) any result
-   *  5. Notifications
-   *    + string method
-   *    + (optional) any params
-   */
-  var Channel = (function() {
-    "use strict";
-
-    // current transaction id, start out at a random *odd* number between 1 and a million
-    // There is one current transaction counter id per page, and it's shared between
-    // channel instances.  That means of all messages posted from a single javascript
-    // evaluation context, we'll never have two with the same id.
-    var s_curTranId = Math.floor(Math.random()*1000001);
-
-    // no two bound channels in the same javascript evaluation context may have the same origin, scope, and window.
-    // futher if two bound channels have the same window and scope, they may not have *overlapping* origins
-    // (either one or both support '*').  This restriction allows a single onMessage handler to efficiently
-    // route messages based on origin and scope.  The s_boundChans maps origins to scopes, to message
-    // handlers.  Request and Notification messages are routed using this table.
-    // Finally, channels are inserted into this table when built, and removed when destroyed.
-    var s_boundChans = { };
-
-    // add a channel to s_boundChans, throwing if a dup exists
-    function s_addBoundChan(win, origin, scope, handler) {
-      function hasWin(arr) {
-        for (var i = 0; i < arr.length; i++) if (arr[i].win === win) return true;
-        return false;
-      }
-
-      // does she exist?
-      var exists = false;
-
-
-      if (origin === '*') {
-        // we must check all other origins, sadly.
-        for (var k in s_boundChans) {
-          if (!s_boundChans.hasOwnProperty(k)) continue;
-          if (k === '*') continue;
-          if (typeof s_boundChans[k][scope] === 'object') {
-            exists = hasWin(s_boundChans[k][scope]);
-            if (exists) break;
-          }
-        }
-      } else {
-        // we must check only '*'
-        if ((s_boundChans['*'] && s_boundChans['*'][scope])) {
-          exists = hasWin(s_boundChans['*'][scope]);
-        }
-        if (!exists && s_boundChans[origin] && s_boundChans[origin][scope])
-        {
-          exists = hasWin(s_boundChans[origin][scope]);
-        }
-      }
-      if (exists) throw "A channel is already bound to the same window which overlaps with origin '"+ origin +"' and has scope '"+scope+"'";
-
-      if (typeof s_boundChans[origin] != 'object') s_boundChans[origin] = { };
-      if (typeof s_boundChans[origin][scope] != 'object') s_boundChans[origin][scope] = [ ];
-      s_boundChans[origin][scope].push({win: win, handler: handler});
-    }
-
-    function s_removeBoundChan(win, origin, scope) {
-      var arr = s_boundChans[origin][scope];
-      for (var i = 0; i < arr.length; i++) {
-        if (arr[i].win === win) {
-          arr.splice(i,1);
-        }
-      }
-      if (s_boundChans[origin][scope].length === 0) {
-        delete s_boundChans[origin][scope];
-      }
-    }
-
-    function s_isArray(obj) {
-      if (Array.isArray) return Array.isArray(obj);
-      else {
-        return (obj.constructor.toString().indexOf("Array") != -1);
-      }
-    }
-
-    // No two outstanding outbound messages may have the same id, period.  Given that, a single table
-    // mapping "transaction ids" to message handlers, allows efficient routing of Callback, Error, and
-    // Response messages.  Entries are added to this table when requests are sent, and removed when
-    // responses are received.
-    var s_transIds = { };
-
-    // class singleton onMessage handler
-    // this function is registered once and all incoming messages route through here.  This
-    // arrangement allows certain efficiencies, message data is only parsed once and dispatch
-    // is more efficient, especially for large numbers of simultaneous channels.
-    var s_onMessage = function(e) {
-      try {
-        var m = JSON.parse(e.data);
-        if (typeof m !== 'object' || m === null) throw "malformed";
-      } catch(e) {
-        // just ignore any posted messages that do not consist of valid JSON
-        return;
-      }
-
-      var w = e.source;
-      var o = e.origin;
-      var s, i, meth;
-
-      if (typeof m.method === 'string') {
-        var ar = m.method.split('::');
-        if (ar.length == 2) {
-          s = ar[0];
-          meth = ar[1];
-        } else {
-          meth = m.method;
-        }
-      }
-
-      if (typeof m.id !== 'undefined') i = m.id;
-
-      // w is message source window
-      // o is message origin
-      // m is parsed message
-      // s is message scope
-      // i is message id (or undefined)
-      // meth is unscoped method name
-      // ^^ based on these factors we can route the message
-
-      // if it has a method it's either a notification or a request,
-      // route using s_boundChans
-      if (typeof meth === 'string') {
-        var delivered = false;
-        if (s_boundChans[o] && s_boundChans[o][s]) {
-          for (var j = 0; j < s_boundChans[o][s].length; j++) {
-            if (s_boundChans[o][s][j].win === w) {
-              s_boundChans[o][s][j].handler(o, meth, m);
-              delivered = true;
-              break;
-            }
-          }
-        }
-
-        if (!delivered && s_boundChans['*'] && s_boundChans['*'][s]) {
-          for (var j = 0; j < s_boundChans['*'][s].length; j++) {
-            if (s_boundChans['*'][s][j].win === w) {
-              s_boundChans['*'][s][j].handler(o, meth, m);
-              break;
-            }
-          }
-        }
-      }
-      // otherwise it must have an id (or be poorly formed
-      else if (typeof i != 'undefined') {
-        if (s_transIds[i]) s_transIds[i](o, meth, m);
-      }
-    };
-
-    // Setup postMessage event listeners
-    if (window.addEventListener) window.addEventListener('message', s_onMessage, false);
-    else if(window.attachEvent) window.attachEvent('onmessage', s_onMessage);
-
-    /* a messaging channel is constructed from a window and an origin.
-     * the channel will assert that all messages received over the
-     * channel match the origin
-     *
-     * Arguments to Channel.build(cfg):
-     *
-     *   cfg.window - the remote window with which we'll communicate
-     *   cfg.origin - the expected origin of the remote window, may be '*'
-     *                which matches any origin
-     *   cfg.scope  - the 'scope' of messages.  a scope string that is
-     *                prepended to message names.  local and remote endpoints
-     *                of a single channel must agree upon scope. Scope may
-     *                not contain double colons ('::').
-     *   cfg.debugOutput - A boolean value.  If true and window.console.log is
-     *                a function, then debug strings will be emitted to that
-     *                function.
-     *   cfg.debugOutput - A boolean value.  If true and window.console.log is
-     *                a function, then debug strings will be emitted to that
-     *                function.
-     *   cfg.postMessageObserver - A function that will be passed two arguments,
-     *                an origin and a message.  It will be passed these immediately
-     *                before messages are posted.
-     *   cfg.gotMessageObserver - A function that will be passed two arguments,
-     *                an origin and a message.  It will be passed these arguments
-     *                immediately after they pass scope and origin checks, but before
-     *                they are processed.
-     *   cfg.onReady - A function that will be invoked when a channel becomes "ready",
-     *                this occurs once both sides of the channel have been
-     *                instantiated and an application level handshake is exchanged.
-     *                the onReady function will be passed a single argument which is
-     *                the channel object that was returned from build().
-     */
-    return {
-      build: function(cfg) {
-        var debug = function(m) {
-          if (cfg.debugOutput && window.console && window.console.log) {
-            // try to stringify, if it doesn't work we'll let javascript's built in toString do its magic
-            try { if (typeof m !== 'string') m = JSON.stringify(m); } catch(e) { }
-            console.log("["+chanId+"] " + m);
-          }
-        };
-
-        /* browser capabilities check */
-        if (!window.postMessage) throw("jschannel cannot run this browser, no postMessage");
-        if (!window.JSON || !window.JSON.stringify || ! window.JSON.parse) {
-          throw("jschannel cannot run this browser, no JSON parsing/serialization");
-        }
-
-        /* basic argument validation */
-        if (typeof cfg != 'object') throw("Channel build invoked without a proper object argument");
-
-        if (!cfg.window || !cfg.window.postMessage) throw("Channel.build() called without a valid window argument");
-
-        /* we'd have to do a little more work to be able to run multiple channels that intercommunicate the same
-         * window...  Not sure if we care to support that */
-        if (window === cfg.window) throw("target window is same as present window -- not allowed");
-
-        // let's require that the client specify an origin.  if we just assume '*' we'll be
-        // propagating unsafe practices.  that would be lame.
-        var validOrigin = false;
-        if (typeof cfg.origin === 'string') {
-          var oMatch;
-          if (cfg.origin === "*") validOrigin = true;
-          // allow valid domains under http and https.  Also, trim paths off otherwise valid origins.
-          else if (null !== (oMatch = cfg.origin.match(/^https?:\/\/(?:[-a-zA-Z0-9_\.])+(?::\d+)?/))) {
-            cfg.origin = oMatch[0].toLowerCase();
-            validOrigin = true;
-          }
-        }
-
-        if (!validOrigin) throw ("Channel.build() called with an invalid origin");
-
-        if (typeof cfg.scope !== 'undefined') {
-          if (typeof cfg.scope !== 'string') throw 'scope, when specified, must be a string';
-          if (cfg.scope.split('::').length > 1) throw "scope may not contain double colons: '::'";
-        }
-
-        /* private variables */
-        // generate a random and psuedo unique id for this channel
-        var chanId = (function () {
-          var text = "";
-          var alpha = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
-          for(var i=0; i < 5; i++) text += alpha.charAt(Math.floor(Math.random() * alpha.length));
-          return text;
-        })();
-
-        // registrations: mapping method names to call objects
-        var regTbl = { };
-        // current oustanding sent requests
-        var outTbl = { };
-        // current oustanding received requests
-        var inTbl = { };
-        // are we ready yet?  when false we will block outbound messages.
-        var ready = false;
-        var pendingQueue = [ ];
-
-        var createTransaction = function(id,origin,callbacks) {
-          var shouldDelayReturn = false;
-          var completed = false;
-
-          return {
-            origin: origin,
-            invoke: function(cbName, v) {
-              // verify in table
-              if (!inTbl[id]) throw "attempting to invoke a callback of a nonexistent transaction: " + id;
-              // verify that the callback name is valid
-              var valid = false;
-              for (var i = 0; i < callbacks.length; i++) if (cbName === callbacks[i]) { valid = true; break; }
-              if (!valid) throw "request supports no such callback '" + cbName + "'";
-
-              // send callback invocation
-              postMessage({ id: id, callback: cbName, params: v});
-            },
-            error: function(error, message) {
-              completed = true;
-              // verify in table
-              if (!inTbl[id]) throw "error called for nonexistent message: " + id;
-
-              // remove transaction from table
-              delete inTbl[id];
-
-              // send error
-              postMessage({ id: id, error: error, message: message });
-            },
-            complete: function(v) {
-              completed = true;
-              // verify in table
-              if (!inTbl[id]) throw "complete called for nonexistent message: " + id;
-              // remove transaction from table
-              delete inTbl[id];
-              // send complete
-              postMessage({ id: id, result: v });
-            },
-            delayReturn: function(delay) {
-              if (typeof delay === 'boolean') {
-                shouldDelayReturn = (delay === true);
-              }
-              return shouldDelayReturn;
-            },
-            completed: function() {
-              return completed;
-            }
-          };
-        };
-
-        var setTransactionTimeout = function(transId, timeout, method) {
-          return window.setTimeout(function() {
-            if (outTbl[transId]) {
-              // XXX: what if client code raises an exception here?
-              var msg = "timeout (" + timeout + "ms) exceeded on method '" + method + "'";
-              (1,outTbl[transId].error)("timeout_error", msg);
-              delete outTbl[transId];
-              delete s_transIds[transId];
-            }
-          }, timeout);
-        };
-
-        var onMessage = function(origin, method, m) {
-          // if an observer was specified at allocation time, invoke it
-          if (typeof cfg.gotMessageObserver === 'function') {
-            // pass observer a clone of the object so that our
-            // manipulations are not visible (i.e. method unscoping).
-            // This is not particularly efficient, but then we expect
-            // that message observers are primarily for debugging anyway.
-            try {
-              cfg.gotMessageObserver(origin, m);
-            } catch (e) {
-              debug("gotMessageObserver() raised an exception: " + e.toString());
-            }
-          }
-
-          // now, what type of message is this?
-          if (m.id && method) {
-            // a request!  do we have a registered handler for this request?
-            if (regTbl[method]) {
-              var trans = createTransaction(m.id, origin, m.callbacks ? m.callbacks : [ ]);
-              inTbl[m.id] = { };
-              try {
-                // callback handling.  we'll magically create functions inside the parameter list for each
-                // callback
-                if (m.callbacks && s_isArray(m.callbacks) && m.callbacks.length > 0) {
-                  for (var i = 0; i < m.callbacks.length; i++) {
-                    var path = m.callbacks[i];
-                    var obj = m.params;
-                    var pathItems = path.split('/');
-                    for (var j = 0; j < pathItems.length - 1; j++) {
-                      var cp = pathItems[j];
-                      if (typeof obj[cp] !== 'object') obj[cp] = { };
-                      obj = obj[cp];
-                    }
-                    obj[pathItems[pathItems.length - 1]] = (function() {
-                      var cbName = path;
-                      return function(params) {
-                        return trans.invoke(cbName, params);
-                      };
-                    })();
-                  }
-                }
-                var resp = regTbl[method](trans, m.params);
-                if (!trans.delayReturn() && !trans.completed()) trans.complete(resp);
-              } catch(e) {
-                // automagic handling of exceptions:
-                var error = "runtime_error";
-                var message = null;
-                // * if it's a string then it gets an error code of 'runtime_error' and string is the message
-                if (typeof e === 'string') {
-                  message = e;
-                } else if (typeof e === 'object') {
-                  // either an array or an object
-                  // * if it's an array of length two, then  array[0] is the code, array[1] is the error message
-                  if (e && s_isArray(e) && e.length == 2) {
-                    error = e[0];
-                    message = e[1];
-                  }
-                  // * if it's an object then we'll look form error and message parameters
-                  else if (typeof e.error === 'string') {
-                    error = e.error;
-                    if (!e.message) message = "";
-                    else if (typeof e.message === 'string') message = e.message;
-                    else e = e.message; // let the stringify/toString message give us a reasonable verbose error string
-                  }
-                }
-
-                // message is *still* null, let's try harder
-                if (message === null) {
-                  try {
-                    message = JSON.stringify(e);
-                    /* On MSIE8, this can result in 'out of memory', which
-                     * leaves message undefined. */
-                    if (typeof(message) == 'undefined')
-                      message = e.toString();
-                  } catch (e2) {
-                    message = e.toString();
-                  }
-                }
-
-                trans.error(error,message);
-              }
-            }
-          } else if (m.id && m.callback) {
-            if (!outTbl[m.id] ||!outTbl[m.id].callbacks || !outTbl[m.id].callbacks[m.callback])
-            {
-              debug("ignoring invalid callback, id:"+m.id+ " (" + m.callback +")");
-            } else {
-              // XXX: what if client code raises an exception here?
-              outTbl[m.id].callbacks[m.callback](m.params);
-            }
-          } else if (m.id) {
-            if (!outTbl[m.id]) {
-              debug("ignoring invalid response: " + m.id);
-            } else {
-              // XXX: what if client code raises an exception here?
-              if (m.error) {
-                (1,outTbl[m.id].error)(m.error, m.message);
-              } else {
-                if (m.result !== undefined) (1,outTbl[m.id].success)(m.result);
-                else (1,outTbl[m.id].success)();
-              }
-              delete outTbl[m.id];
-              delete s_transIds[m.id];
-            }
-          } else if (method) {
-            // tis a notification.
-            if (regTbl[method]) {
-              // yep, there's a handler for that.
-              // transaction is null for notifications.
-              regTbl[method](null, m.params);
-              // if the client throws, we'll just let it bubble out
-              // what can we do?  Also, here we'll ignore return values
-            }
-          }
-        };
-
-        // now register our bound channel for msg routing
-        s_addBoundChan(cfg.window, cfg.origin, ((typeof cfg.scope === 'string') ? cfg.scope : ''), onMessage);
-
-        // scope method names based on cfg.scope specified when the Channel was instantiated
-        var scopeMethod = function(m) {
-          if (typeof cfg.scope === 'string' && cfg.scope.length) m = [cfg.scope, m].join("::");
-          return m;
-        };
-
-        // a small wrapper around postmessage whose primary function is to handle the
-        // case that clients start sending messages before the other end is "ready"
-        var postMessage = function(msg, force) {
-          if (!msg) throw "postMessage called with null message";
-
-          // delay posting if we're not ready yet.
-          var verb = (ready ? "post  " : "queue ");
-          debug(verb + " message: " + JSON.stringify(msg));
-          if (!force && !ready) {
-            pendingQueue.push(msg);
-          } else {
-            if (typeof cfg.postMessageObserver === 'function') {
-              try {
-                cfg.postMessageObserver(cfg.origin, msg);
-              } catch (e) {
-                debug("postMessageObserver() raised an exception: " + e.toString());
-              }
-            }
-
-            cfg.window.postMessage(JSON.stringify(msg), cfg.origin);
-          }
-        };
-
-        var onReady = function(trans, type) {
-          debug('ready msg received');
-          if (ready) throw "received ready message while in ready state.  help!";
-
-          if (type === 'ping') {
-            chanId += '-R';
-          } else {
-            chanId += '-L';
-          }
-
-          obj.unbind('__ready'); // now this handler isn't needed any more.
-          ready = true;
-          debug('ready msg accepted.');
-
-          if (type === 'ping') {
-            obj.notify({ method: '__ready', params: 'pong' });
-          }
-
-          // flush queue
-          while (pendingQueue.length) {
-            postMessage(pendingQueue.pop());
-          }
-
-          // invoke onReady observer if provided
-          if (typeof cfg.onReady === 'function') cfg.onReady(obj);
-        };
-
-        var obj = {
-          // tries to unbind a bound message handler.  returns false if not possible
-          unbind: function (method) {
-            if (regTbl[method]) {
-              if (!(delete regTbl[method])) throw ("can't delete method: " + method);
-              return true;
-            }
-            return false;
-          },
-          bind: function (method, cb) {
-            if (!method || typeof method !== 'string') throw "'method' argument to bind must be string";
-            if (!cb || typeof cb !== 'function') throw "callback missing from bind params";
-
-            if (regTbl[method]) throw "method '"+method+"' is already bound!";
-            regTbl[method] = cb;
-            return this;
-          },
-          call: function(m) {
-            if (!m) throw 'missing arguments to call function';
-            if (!m.method || typeof m.method !== 'string') throw "'method' argument to call must be string";
-            if (!m.success || typeof m.success !== 'function') throw "'success' callback missing from call";
-
-            // now it's time to support the 'callback' feature of jschannel.  We'll traverse the argument
-            // object and pick out all of the functions that were passed as arguments.
-            var callbacks = { };
-            var callbackNames = [ ];
-
-            var pruneFunctions = function (path, obj) {
-              if (typeof obj === 'object') {
-                for (var k in obj) {
-                  if (!obj.hasOwnProperty(k)) continue;
-                  var np = path + (path.length ? '/' : '') + k;
-                  if (typeof obj[k] === 'function') {
-                    callbacks[np] = obj[k];
-                    callbackNames.push(np);
-                    delete obj[k];
-                  } else if (typeof obj[k] === 'object') {
-                    pruneFunctions(np, obj[k]);
-                  }
-                }
-              }
-            };
-            pruneFunctions("", m.params);
-
-            // build a 'request' message and send it
-            var msg = { id: s_curTranId, method: scopeMethod(m.method), params: m.params };
-            if (callbackNames.length) msg.callbacks = callbackNames;
-
-            if (m.timeout)
-              // XXX: This function returns a timeout ID, but we don't do anything with it.
-              // We might want to keep track of it so we can cancel it using clearTimeout()
-              // when the transaction completes.
-              setTransactionTimeout(s_curTranId, m.timeout, scopeMethod(m.method));
-
-            // insert into the transaction table
-            outTbl[s_curTranId] = { callbacks: callbacks, error: m.error, success: m.success };
-            s_transIds[s_curTranId] = onMessage;
-
-            // increment current id
-            s_curTranId++;
-
-            postMessage(msg);
-          },
-          notify: function(m) {
-            if (!m) throw 'missing arguments to notify function';
-            if (!m.method || typeof m.method !== 'string') throw "'method' argument to notify must be string";
-
-            // no need to go into any transaction table
-            postMessage({ method: scopeMethod(m.method), params: m.params });
-          },
-          destroy: function () {
-            s_removeBoundChan(cfg.window, cfg.origin, ((typeof cfg.scope === 'string') ? cfg.scope : ''));
-            if (window.removeEventListener) window.removeEventListener('message', onMessage, false);
-            else if(window.detachEvent) window.detachEvent('onmessage', onMessage);
-            ready = false;
-            regTbl = { };
-            inTbl = { };
-            outTbl = { };
-            cfg.origin = null;
-            pendingQueue = [ ];
-            debug("channel destroyed");
-            chanId = "";
-          }
-        };
-
-        obj.bind('__ready', onReady);
-        setTimeout(function() {
-          postMessage({ method: scopeMethod('__ready'), params: "ping" }, true);
-        }, 0);
-
-        return obj;
-      }
-    };
-  })();
-
-  if (!navigator.id) {
-    navigator.id = {};
-  }
-
-  if (!navigator.id.beginProvisioning || navigator.id._primaryAPIIsShimmed) {
-    var ipServer = "https://login.persona.org";
-
-    var chan = Channel.build({window: window.parent, origin: ipServer, scope: "vep_prov"});
-
-    navigator.id.beginProvisioning = function(cb) {
-      if (typeof cb !== 'function') {
-        throw ".beginProvisioning() requires a callback argument";
-      }
-      chan.call({
-        method: 'beginProvisioning',
-        success: function(r) {
-          cb(r.email, r.cert_duration_s);
-        }
-      });
-    };
-
-    navigator.id.genKeyPair = function(cb) {
-      if (typeof cb !== 'function') {
-        throw ".genKeyPair() requires a callback argument";
-      }
-      chan.call({ method: 'genKeyPair', success: cb});
-    };
-
-    navigator.id.registerCertificate = function(certificate) {
-      chan.notify({ method: 'registerCertificate', params: certificate });
-    };
-
-    navigator.id.raiseProvisioningFailure = function(reason) {
-      chan.notify({ method: 'raiseProvisioningFailure', params: reason });
-    };
-
-    navigator.id._primaryAPIIsShimmed = true;
-  }
-}());
diff --git a/resources/static/relay/relay.js b/resources/static/relay/relay.js
deleted file mode 100644
index c1d95a52e0cc480cd0cdefcac9c6c22c414d03fc..0000000000000000000000000000000000000000
--- a/resources/static/relay/relay.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-function doPost(msg, origin) {
-  window.parent.postMessage(msg, origin);
-}
diff --git a/resources/static/test/cases/common/js/browser-support.js b/resources/static/test/cases/common/js/browser-support.js
deleted file mode 100644
index 184d75eb483a7b160dd98e1aee43883afedd67b8..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/browser-support.js
+++ /dev/null
@@ -1,85 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      support = bid.BrowserSupport,
-      stubWindow,
-      stubNavigator;
-
-  module("common/js/browser-support", {
-    setup: function() {
-      // Hard coded goodness for testing purposes
-      stubNavigator = {
-        appName: "Netscape",
-        userAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:7.0.1) Gecko/20100101 Firefox/7.0.1"
-      };
-
-      stubWindow = {
-        localStorage: {},
-        postMessage: function() {}
-      };
-
-      support.setTestEnv(stubNavigator, stubWindow);
-    },
-
-    teardown: function() {
-    }
-  });
-
-  test("browser without localStorage", function() {
-    delete stubWindow.localStorage;
-
-    equal(support.isSupported(), false, "window.localStorage is required");
-    equal(support.getNoSupportReason(), "LOCALSTORAGE", "correct reason");
-  });
-
-
-  test("browser without postMessage", function() {
-    delete stubWindow.postMessage;
-
-    equal(support.isSupported(), false, "window.postMessage is required");
-    equal(support.getNoSupportReason(), "POSTMESSAGE", "correct reason");
-  });
-
-  test("Fake being IE8 - unsupported intentionally", function() {
-    stubNavigator.appName = "Microsoft Internet Explorer";
-    stubNavigator.userAgent = "MSIE 8.0";
-
-    equal(support.isSupported(), false, "IE8 is not supported");
-    equal(support.getNoSupportReason(), "IE_VERSION", "correct reason");
-  });
-
-  test("Fake being IE9 - supported", function() {
-    stubNavigator.appName = "Microsoft Internet Explorer";
-    stubNavigator.userAgent = "MSIE 9.0";
-
-    equal(support.isSupported(), true, "IE9 is supported");
-    equal(typeof support.getNoSupportReason(), "undefined", "no reason, we are all good");
-  });
-
-  test("Firefox 7.01 with postMessage, localStorage", function() {
-    equal(support.isSupported(), true, "Firefox 7.01 is supported");
-    equal(typeof support.getNoSupportReason(), "undefined", "no reason, we are all good");
-  });
-
-  test("isIOS with userAgent that is not iOS - return false", function() {
-    stubNavigator.appName = "Netscape";
-    stubNavigator.userAgent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20120326 Firefox/14.0a1";
-
-    strictEqual(support.isIOS(), false, "false returned for Firefox userAgent");
-  });
-
-  test("isIOS with userAgent that is iOS - return true", function() {
-    stubNavigator.userAgent = "Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5";
-
-    strictEqual(support.isIOS(), true, "true returned for iOS userAgent");
-  });
-
-}());
-
-
diff --git a/resources/static/test/cases/common/js/class.js b/resources/static/test/cases/common/js/class.js
deleted file mode 100644
index 0ab9972eb3c1b29527a43fa9325378a52a2c1c93..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/class.js
+++ /dev/null
@@ -1,105 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  module("common/js/class", {
-  });
-
-  test("create a class with no superclass", function() {
-    var Class = BrowserID.Class({
-      constructor: function() {
-        this.constRun = true;
-      },
-
-      init: function(config) {
-        this.val = true;
-      },
-
-      getVal: function() {
-        return this.val;
-      }
-    });
-
-    equal(typeof Class, "function", "Class created");
-    equal(typeof Class.sc, "undefined", "no superclass");
-
-    var inst = Class.create();
-    ok(inst instanceof Class, "instance created");
-    equal(inst.constRun, true, "constructor was run");
-    equal(inst.getVal(), true, "init was run, getVal correctly added");
-  });
-
-  test("create a class with a superclass", function() {
-    var Sup = BrowserID.Class({
-      init: function() { },
-
-      val: true,
-      getVal: function() {
-        return this.val;
-      },
-
-      anotherVal: 3,
-      getAnotherVal: function() {
-        return this.anotherVal;
-      }
-    });
-
-    var Sub = BrowserID.Class(Sup, {
-      val2: false,
-      getVal2: function() {
-        return this.val2;
-      },
-
-      getAnotherVal: function() {
-        return Sub.sc.getAnotherVal.call(this) + 1;
-      }
-    });
-
-    strictEqual(Sub.sc, Sup.prototype, "Sub classes superclass points to Sup.prototype");
-    var inst = Sub.create();
-
-    equal(inst.getVal(), true, "superclass function added");
-    equal(inst.getVal2(), false, "sublcass function added");
-    equal(inst.getAnotherVal(), 4, "overridden function works properly");
-  });
-
-  test("Class.extend", function() {
-    var Sup = BrowserID.Class({
-      init: function() { },
-
-      val: true,
-      getVal: function() {
-        return this.val;
-      },
-
-      anotherVal: 3,
-      getAnotherVal: function() {
-        return this.anotherVal;
-      }
-    });
-
-    var Sub = Sup.extend({
-      val2: false,
-      getVal2: function() {
-        return this.val2;
-      },
-
-      getAnotherVal: function() {
-        return Sub.sc.getAnotherVal.call(this) + 1;
-      }
-    });
-
-    strictEqual(Sub.sc, Sup.prototype, "Sub classes superclass points to Sup.prototype");
-    var inst = Sub.create();
-
-    equal(inst.getVal(), true, "superclass function added");
-    equal(inst.getVal2(), false, "sublcass function added");
-    equal(inst.getAnotherVal(), 4, "overridden function works properly");
-
-  });
-
-}());
diff --git a/resources/static/test/cases/common/js/command.js b/resources/static/test/cases/common/js/command.js
deleted file mode 100644
index 5acf091f5b6f1898588724f14a30dc45d350cc1e..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/command.js
+++ /dev/null
@@ -1,48 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      testHelpers = bid.TestHelpers,
-      Command = bid.Command;
-
-  module("common/js/command", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  asyncTest("run - run_options passed to callback", function() {
-    var cmd = Command.create({
-      callback: function(options) {
-        equal(options.item, "value", "correct options sent");
-        start();
-      },
-      run_options: {
-        item: "value"
-      }
-    });
-
-    cmd.run();
-  });
-
-  asyncTest("extendRunOptions, run - run_options extended, passed to callback", function() {
-    var cmd = Command.create({
-      callback: function(options) {
-        equal(options.item, "value", "correct options sent");
-        start();
-      }
-    });
-
-    cmd.extendRunOptions({ item: "value" });
-    cmd.run();
-  });
-}());
diff --git a/resources/static/test/cases/common/js/dom-helpers.js b/resources/static/test/cases/common/js/dom-helpers.js
deleted file mode 100644
index 35deecfbe3c80e379b073e0b9d175e79d4ad270f..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/dom-helpers.js
+++ /dev/null
@@ -1,33 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      testHelpers = bid.TestHelpers,
-      domHelpers = bid.DOMHelpers;
-
-  module("common/js/dom-helpers", {
-    setup: testHelpers.setup,
-    teardown: testHelpers.teardown
-  });
-
-  test("makeEqualWidth", function() {
-    bid.Renderer.render("#page_head", "is_this_your_computer", {});
-
-    domHelpers.makeEqualWidth("#your_computer_content button");
-
-    var lastWidth;
-    $("#your_computer_content button").each(function(index, element) {
-      var currWidth = $(element).outerWidth();
-      if (lastWidth) {
-        equal(currWidth, lastWidth, "button widths are the same");
-      }
-      lastWidth = currWidth;
-    });
-  });
-
-}());
diff --git a/resources/static/test/cases/common/js/enable_cookies_url.js b/resources/static/test/cases/common/js/enable_cookies_url.js
deleted file mode 100644
index 62a36a4acdf2a73c3373fc9c0d207b50e456cd2c..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/enable_cookies_url.js
+++ /dev/null
@@ -1,26 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      testHelpers = bid.TestHelpers;
-
-  module("/common/js/enable_cookies_url", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  test("returns a URL", function() {
-    ok(bid.EnableCookiesURL.getURL(), "a URL is returned");
-  });
-}());
-
diff --git a/resources/static/test/cases/common/js/helpers.js b/resources/static/test/cases/common/js/helpers.js
deleted file mode 100644
index 47583db4bdbaf92e699426084c16d923bdcbf5d4..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/helpers.js
+++ /dev/null
@@ -1,161 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      helpers = bid.Helpers,
-      testHelpers = bid.TestHelpers;
-
-  module("common/js/helpers", {
-    setup: function() {
-      testHelpers.setup();
-      bid.Renderer.render("#page_head", "site/signin", {});
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  test("getAndValidateEmail with valid email", function() {
-    $("#email").val("testuser@testuser.com");
-    var email = helpers.getAndValidateEmail("#email");
-
-    equal(email, "testuser@testuser.com", "valid email returns email");
-  });
-
-  test("getAndValidateEmail with valid email with leading and trailing whitespace", function() {
-    $("#email").val(" testuser@testuser.com ");
-    var email = helpers.getAndValidateEmail("#email");
-
-    equal(email, "testuser@testuser.com", "valid email with leading/trailing whitespace returns trimmed email");
-  });
-
-  test("getAndValidateEmail with invalid email returns null", function() {
-    $("#email").val("testuser");
-    var email = helpers.getAndValidateEmail("#email");
-
-    strictEqual(email, null, "invalid email returns null");
-  });
-
-  test("getAndValidateEmail with invalid target returns null", function() {
-    var email = helpers.getAndValidateEmail("#nonexistent");
-
-    strictEqual(email, null, "invalid target returns null");
-  });
-
-  test("getAndValidatePassword with valid password returns password", function() {
-    $("#password").val("password");
-    var password = helpers.getAndValidatePassword("#password");
-
-    equal(password, "password", "password retreived correctly");
-  });
-
-  test("getAndValidatePassword with invalid password returns null", function() {
-    $("#password").val("");
-    var password = helpers.getAndValidatePassword("#password");
-
-    strictEqual(password, null, "invalid password returns null");
-  });
-
-  test("getAndValidatePassword with invalid target returns null", function() {
-    var password = helpers.getAndValidatePassword("#nonexistent");
-
-    strictEqual(password, null, "invalid target returns null");
-  });
-
-  test("toURL with no GET parameters", function() {
-    var url = helpers.toURL("https://login.persona.org");
-
-    equal(url, "https://login.persona.org", "correct URL without GET parameters");
-  });
-
-  test("toURL with GET parameters", function() {
-    var url = helpers.toURL("https://login.persona.org", {
-      email: "testuser@testuser.com",
-      status: "complete"
-    });
-
-    equal(url, "https://login.persona.org?email=testuser%40testuser.com&status=complete", "correct URL with GET parameters");
-  });
-
-  test("whitelistFilter an object", function() {
-    var unfiltered = {
-      'event_stream': [ ['pie', 6], ['coffee', 19], ['flan', 42] ],
-      'secret': "ATTACK AT DAWN!",
-      'location': "Zeta Minor",
-      'lang': 'auld' };
-
-    var filtered = helpers.whitelistFilter(unfiltered, ['event_stream', 'lang']);
-    equal(typeof filtered.secret, 'undefined', 'non-whitelisted key removed');
-    equal(typeof filtered.location, 'undefined', 'non-whitelisted key removed');
-    equal(filtered.lang, 'auld', 'whitelisted string passed');
-    equal(filtered.event_stream.length, 3, 'whitelisted list passed');
-    equal(filtered.event_stream[2][1], 42, 'whitelisted list elements preserved');
-  });
-
-  test("simulate log on browser without console - no exception thrown", function() {
-    var err,
-        nativeConsole = window.console;
-
-    // Simulate browser without window.console.
-    window.console = undefined;
-    try {
-      helpers.log("test message");
-    }
-    catch(e) {
-      err = e;
-    }
-
-    equal(typeof err, "undefined", "no exception thrown");
-
-    window.console = nativeConsole;
-  });
-
-  test("simulate log on browser without console.log - no exception thrown", function() {
-    var err,
-        nativeConsole = window.console;
-
-    // Simulate browser with console, but without console.log.
-    window.console = {};
-    try {
-      helpers.log("test message");
-    }
-    catch(e) {
-      err = e;
-    }
-
-    equal(typeof err, "undefined", "no exception thrown");
-
-    window.console = nativeConsole;
-  });
-
-  test("simulate log on browser with console.log - prints message", function() {
-    var err,
-        loggedMessage,
-        nativeConsole = window.console;
-
-    // Simulate browser with console and console.log
-    window.console = {
-      log: function(msg) {
-        loggedMessage = msg;
-      }
-    };
-
-    try {
-      helpers.log("test message");
-    }
-    catch(e) {
-      err = e;
-    }
-
-    equal(typeof err, "undefined", "no exception thrown");
-    equal(loggedMessage, "test message", "correct message logged");
-
-    window.console = nativeConsole;
-  });
-}());
diff --git a/resources/static/test/cases/common/js/history.js b/resources/static/test/cases/common/js/history.js
deleted file mode 100644
index 20fe663007745c6716a645a117c7b606fd2abd3b..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/history.js
+++ /dev/null
@@ -1,62 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      testHelpers = bid.TestHelpers,
-      Command = bid.Command,
-      History = bid.History,
-      history;
-
-  module("common/js/history", {
-    setup: function() {
-      testHelpers.setup();
-      history = History.create();
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-      history.destroy();
-    }
-  });
-
-  test("createState, getCurrent - create a state, get the command", function() {
-    var cmd = history.createState(function() {});
-
-    var current = history.getCurrent();
-
-    strictEqual(cmd, current, "createState returns same item as getCurrent");
-  });
-
-  test("createState, saveState - save current state to the stack", function() {
-    var cmd = history.createState(function() {});
-
-    history.saveState();
-    var topState = history.getTop();
-
-    strictEqual(cmd, topState, "createState returns same item as getCurrent");
-  });
-
-  asyncTest("popState - remove item from stack, make it current", function() {
-      var cmd1 = history.createState(function() {
-        ok(true, "correct item run");
-        start();
-      });
-
-      history.saveState();
-
-      var cmd2 = history.createState(function() {
-        ok(false, "incorrect item run");
-        start();
-      });
-
-      history.popState();
-      var current = history.getCurrent();
-      current.run();
-  });
-
-}());
diff --git a/resources/static/test/cases/common/js/models/interaction_data.js b/resources/static/test/cases/common/js/models/interaction_data.js
deleted file mode 100644
index deab52638ea8db94cd15649f2c3410dd09523e84..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/models/interaction_data.js
+++ /dev/null
@@ -1,137 +0,0 @@
-
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  var bid = BrowserID,
-      model = bid.Models.InteractionData,
-      testHelpers = bid.TestHelpers,
-      testObjectValuesEqual = testHelpers.testObjectValuesEqual,
-      xhr = bid.Mocks.xhr;
-
-  module("common/js/models/interaction_data", {
-    setup: function() {
-      testHelpers.setup();
-      localStorage.removeItem("interaction_data");
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  test("after push, most recently pushed data available through getCurrent, getStaged gets previous data sets", function() {
-    model.push({ lang: "foo" });
-    equal(model.getCurrent().lang, "foo",
-          "after pushing new interaction data, it's returned from .getCurrent()");
-
-    equal(model.getStaged().length, 0, "no data is yet staged");
-
-    model.push({ lang: "bar" });
-
-    equal(model.getCurrent().lang, "bar", "current points to new data set")
-    var staged = model.getStaged();
-
-    equal(staged.length, 1, "only one staged item");
-    testObjectValuesEqual(staged[0], { lang: "foo" });
-  });
-
-  test("setCurrent data overwrites current", function() {
-    model.clearStaged();
-    model.push({ lang: "foo" });
-    model.setCurrent({ lang: "bar" });
-    equal(model.getCurrent().lang, "bar",
-          "overwriting current interaction data works");
-  });
-
-  test("clearStaged clears staged interaction data but leaves current data unaffected", function() {
-    model.push({ lang: "foo" });
-    model.push({ lang: "bar" });
-    model.clearStaged();
-    equal(model.getStaged().length, 0,
-          "after clearStageding, interaction data is zero length");
-    equal(model.getCurrent().lang, "bar",
-          "after clearStageding, current data is unaffected");
-  });
-
-  test("stageCurrent - stage the current data, if any. no data is current afterwards", function() {
-    // There is no current data to stage.
-    model.stageCurrent();
-    equal(model.getStaged().length, 0, "no data to staged");
-
-    model.push({ lang: "foo" });
-    model.stageCurrent();
-
-    equal(model.getStaged().length, 1, "current data staged");
-    equal(typeof model.getCurrent(), "undefined", "current data removed after being staged");
-  });
-
-  asyncTest("publishStored - publish any staged data", function() {
-    // There is no currently staged data.
-    model.publishStaged(function(status) {
-      equal(status, false, "no data currently staged");
-
-      // Simulate a throttling
-      // desired result - data is purged from staging table
-
-      // The first pushed data will become staged.
-      model.push({ lang: "foo" });
-      model.stageCurrent();
-
-      xhr.useResult("throttle");
-      model.publishStaged(function(status) {
-        equal(false, status, "data throttling returns false status");
-        // the previously staged data should we wiped on a throttling response.
-
-        // When the interaction_data next completes, this will be the only data
-        // that is pushed.
-        var now = new Date().getTime();
-
-        model.push({
-          event_stream: [],
-          sample_rate: 1,
-          timestamp: now,
-          local_timestamp: now,
-          lang: "bar",
-          number_emails: 1,
-          number_sites_signed_in: 2,
-          number_sites_remembered: 3,
-          orphaned: false,
-          new_account: true,
-          email_type: "assertion"
-        });
-        model.stageCurrent();
-
-        xhr.useResult("valid");
-        model.publishStaged(function(status) {
-          equal(true, status, "data successfully posted");
-          var request = xhr.getLastRequest('/wsapi/interaction_data'),
-              previousSessionsData = JSON.parse(request.data).data;
-
-          equal(previousSessionsData.length, 1, "sending correct result sets");
-
-          var mostRecentSessionData = previousSessionsData[0];
-          testObjectValuesEqual(mostRecentSessionData, {
-            event_stream: [],
-            sample_rate: 1,
-            timestamp: now,
-            lang: "bar",
-            number_emails: 1,
-            number_sites_signed_in: 2,
-            number_sites_remembered: 3,
-            orphaned: false,
-            new_account: true,
-            email_type: "assertion"
-          });
-
-          testHelpers.testUndefined(mostRecentSessionData.local_timestamp, "non-whitelisted valued stripped");
-          start();
-        });
-      });
-
-    });
-
-  });
-}());
diff --git a/resources/static/test/cases/common/js/modules/cookie_check.js b/resources/static/test/cases/common/js/modules/cookie_check.js
deleted file mode 100644
index ed5637b9b18f00c83caf42c04cd67987b789844f..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/modules/cookie_check.js
+++ /dev/null
@@ -1,54 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      transport = bid.Mocks.xhr,
-      testHelpers = bid.TestHelpers,
-      controller;
-
-  function createController(config) {
-    controller = BrowserID.Modules.CookieCheck.create();
-    controller.start(config);
-  }
-
-  module("common/js/modules/cookie_check", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-
-      controller.destroy();
-    }
-  });
-
-  asyncTest("create controller with XHR error during cookie check", function() {
-    transport.useResult("contextAjaxError");
-
-    createController({
-      ready: function() {
-        testHelpers.checkNetworkError();
-        start();
-      }
-    });
-  });
-
-  asyncTest("create controller with cookies enabled - ready returns with true status", function() {
-    transport.setContextInfo("cookies_enabled", true);
-
-    createController({
-      ready: function(status) {
-        equal(status, true, "cookies are enabled, true status");
-        start();
-      }
-    });
-  });
-
-}());
-
diff --git a/resources/static/test/cases/common/js/modules/extended-info.js b/resources/static/test/cases/common/js/modules/extended-info.js
deleted file mode 100644
index 8173ca40df51eadc06a73082be1bbed064f2ca91..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/modules/extended-info.js
+++ /dev/null
@@ -1,33 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*globals BrowserID: true, _:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      ExtendedInfo = bid.Modules.ExtendedInfo;
-
-  module("common/js/modules/extended-info", {
-    setup: function() {
-        $("#error").html("<div class='contents'><a href='#' class='openMoreInfo'>Open</a><div class='moreInfo' style='display:none'>Expanded Info</div></div>");
-    },
-    teardown: function() {
-      $("#error").hide();
-    }
-  });
-
-  asyncTest("can initialize and open the extended info", function openExtendedInfo() {
-    $("#error").show();
-    var errorDisplay = ExtendedInfo.create();
-    errorDisplay.start({ target: "#error" });
-    errorDisplay.open(function() {
-      ok($("#error .moreInfo").is(":visible"), "expanded info is visible");
-      start();
-    });
-  });
-
-
-}());
diff --git a/resources/static/test/cases/common/js/modules/interaction_data.js b/resources/static/test/cases/common/js/modules/interaction_data.js
deleted file mode 100644
index 2537ed0913e0f602249b8162713fc2767368d001..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/modules/interaction_data.js
+++ /dev/null
@@ -1,393 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true, asyncTest:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      testHelpers = bid.TestHelpers,
-      network = bid.Network,
-      storage = bid.Storage,
-      model = bid.Models.InteractionData,
-      xhr = bid.Mocks.xhr,
-      mediator = bid.Mediator,
-      controller;
-
-  module("common/js/modules/interaction_data", {
-    setup: function() {
-      testHelpers.setup();
-      localStorage.removeItem("interaction_data");
-    },
-    teardown: function() {
-      testHelpers.teardown();
-
-      controller.destroy();
-    }
-  });
-
-  function createController(setKPINameTable, config) {
-    if (typeof setKPINameTable !== "boolean") {
-      config = setKPINameTable;
-      setKPINameTable = false;
-    }
-
-    config = _.extend({ samplingEnabled: true }, config);
-    controller = BrowserID.Modules.InteractionData.create();
-    controller.start(config);
-
-    if (setKPINameTable) {
-      controller.setNameTable({
-        before_session_context: null,
-        after_session_context: null,
-        session1_before_session_context: null,
-        session1_after_session_context: null,
-        session2_before_session_context: null,
-        session2_after_session_context: null,
-        initial_string_name: "translated_name",
-        initial_function_name: function(msg, data) {
-          return "function_translation." + msg;
-        }
-      });
-    }
-
-  }
-
-  function indexOfEvent(eventStream, eventName) {
-    for(var event, i = 0; event = eventStream[i]; ++i) {
-      if(event[0] === eventName) return i;
-    }
-
-    return -1;
-  }
-
-  asyncTest("samplingEnabled - ensure data collection working as expected", function() {
-    // Desired sequence:
-    // 1. When session_context completes, initialize this session's interaction
-    // data, sends previous session's data.
-    // 2. when network.sendInteractionData completes, previous session's data is
-    // erased, current session's data is unaffected.
-
-    // simulate data stored for last session
-    model.push({ timestamp: new Date().getTime() });
-
-    createController(true);
-
-    controller.addEvent("before_session_context");
-
-    var events = controller.getCurrentEventStream();
-    ok(indexOfEvent(events, "before_session_context") > -1, "before_session_context correctly saved to event stream");
-
-    // Add an XHR delay to simulate interaction_data completeing after
-    // session_context completes.
-    xhr.setDelay(5);
-
-    mediator.subscribe("interaction_data_send_complete", function() {
-      var data = controller.getCurrent();
-
-      // Make sure expected items are in the current stored data.
-      testHelpers.testKeysInObject(data, ["event_stream", "sample_rate", "timestamp", "lang", "new_account"]);
-
-      controller.addEvent("after_session_context");
-      controller.addEvent("after_session_context");
-
-      // The next two are translated from mediator names to names usable by the
-      // KPI backend.
-
-      // translated to "translated_name"
-      controller.addEvent("initial_string_name");
-      // translated to "function_translation.initial_function_name"
-      controller.addEvent("initial_function_name");
-
-      events = controller.getCurrentEventStream();
-      // Make sure both the before_session_context and after_session_context
-      // are both on the event stream.
-      ok(indexOfEvent(events, "before_session_context") > -1, "before_session_context correctly saved to current event stream");
-      ok(indexOfEvent(events, "after_session_context") > -1, "after_session_context correctly saved to current event stream");
-      ok(indexOfEvent(events, "translated_name") > -1, "string translation - translated_name correctly saved to current event stream");
-      ok(indexOfEvent(events, "function_translation.initial_function_name") > -1, "function translation - function_translation.initial_function_name correctly saved to current event stream");
-
-
-      // Ensure that the event name as well as relative time are saved for an
-      // event.
-      var index = indexOfEvent(events, "after_session_context");
-      var event = events[index];
-
-      ok(index > -1, "after_session_context correctly saved to current event stream");
-      equal(event[0], "after_session_context", "name stored");
-      equal(typeof event[1], "number", "time stored");
-
-      start();
-    });
-
-    network.withContext();
-  });
-
-  asyncTest("samplingEnabled set to false - no data collection occurs", function() {
-    createController(true, { samplingEnabled: false });
-
-    // the initial with_context will send off any stored data, there should be
-    // no stored data.
-    network.withContext(function() {
-      controller.addEvent("after_session_context");
-
-      equal(typeof controller.getCurrent(), "undefined", "no stored data");
-      equal(typeof controller.getCurrentEventStream(), "undefined", "no data stored");
-
-      controller.publishStored(function(status) {
-        equal(status, false, "there was no data to publish");
-        start();
-      });
-    });
-  });
-
-  asyncTest("continue: true, data collection permitted on previous session - continue appending data to previous session", function() {
-    createController(true);
-
-    controller.addEvent("session1_before_session_context");
-    network.withContext(function() {
-      controller.addEvent("session1_after_session_context");
-
-      // simulate a restart of the dialog.  Clear the session_context and then
-      // re-get session context.
-      controller = null;
-      network.clearContext();
-      createController(true, { continuation: true });
-
-      controller.addEvent("session2_before_session_context");
-      network.withContext(function() {
-        controller.addEvent("session2_after_session_context");
-
-        var events = controller.getCurrentEventStream();
-
-        ok(indexOfEvent(events, "session1_before_session_context") > -1, "session1_before_session_context correctly saved to current event stream");
-        ok(indexOfEvent(events, "session1_after_session_context") > -1, "session1_after_session_context correctly saved to current event stream");
-        ok(indexOfEvent(events, "session2_before_session_context") > -1, "session2_before_session_context correctly saved to current event stream");
-        ok(indexOfEvent(events, "session2_after_session_context") > -1, "session2_after_session_context correctly saved to current event stream");
-
-      });
-
-      start();
-    });
-
-  });
-
-  asyncTest("continue: true, data collection not permitted in previous session - no data collected", function() {
-    createController({ samplingEnabled: false });
-
-    controller.addEvent("session1_before_session_context");
-    network.withContext(function() {
-      controller.addEvent("session1_after_session_context");
-
-      // simulate a restart of the dialog.  Clear the session_context and then
-      // re-get session context.
-      controller = null;
-      network.clearContext();
-      createController({ continuation: true });
-
-      controller.addEvent("session2_before_session_context");
-      network.withContext(function() {
-        controller.addEvent("session2_after_session_context");
-
-        equal(typeof controller.getCurrent(), "undefined", "no data collected");
-        equal(typeof controller.getCurrentEventStream(), "undefined", "no data collected");
-
-        controller.publishStored(function(status) {
-          equal(status, false, "there was no data to publish");
-          start();
-        });
-      });
-    });
-  });
-
-
-  asyncTest("simulate failed starts - data not sent until second successful session_context", function() {
-    // simulate three dialogs being opened.
-    // The first open dialog does not complete session_context, so data is
-    // never collected/sent for this session.
-    // The second has session_context complete, it starts collecting data which
-    // is sent when the third dialog has its session_context complete.
-    // The third has session_context complete and sends data for the second
-    // dialog opening.
-
-
-    // First open dialog never has session_context complete. Data is not
-    // collected.
-    createController();
-    controller.addEvent("session1_before_session_context");
-
-    // Second open dialog is the first to successfully complete
-    // session_context, data should be collected.
-    createController();
-    controller.addEvent("session2_before_session_context");
-    network.withContext(function() {
-
-      // Third open dialog successfully completes session_context, should send
-      // data for the 2nd open dialog once session_context completes.
-      createController();
-      controller.addEvent("session2_before_session_context");
-
-      network.withContext(function() {
-        var request = xhr.getLastRequest('/wsapi/interaction_data'),
-            previousSessionsData = JSON.parse(request.data).data;
-
-        equal(previousSessionsData.length, 1, "sending correct result sets");
-        start();
-      });
-    });
-  });
-
-  asyncTest("timestamp rounded to 10 minute intervals", function() {
-    var TEN_MINS_IN_MS = 10 * 60 * 1000;
-    createController();
-    network.withContext(function() {
-      var timestamp = controller.getCurrent().timestamp;
-      ok(timestamp, "a timestamp has been passed: " + timestamp);
-      equal(timestamp % TEN_MINS_IN_MS, 0, "timestamp has been rounded to a 10 minute interval");
-      start();
-    });
-  });
-
-  asyncTest("kpi_data message only adds fields to current kpi_data if sampling is enabled", function() {
-    createController();
-    network.withContext(function() {
-      // number_emails will not be added to KPI data because sampling is
-      // disabled.
-      controller.disable();
-      mediator.publish("kpi_data", { number_emails: 1 });
-      testHelpers.testUndefined(controller.getCurrent());
-
-      // number_emails will be added to KPI data because sampling is
-      // disabled.
-      controller.enable();
-      mediator.publish("kpi_data", { number_emails: 2 });
-      testHelpers.testObjectValuesEqual(controller.getCurrent(), {
-        number_emails: 2
-      });
-
-      start();
-    });
-  });
-
-  asyncTest("kpi orphans are adopted if user.staged and user is signed in", function() {
-    // 1. user.user_staged
-    // 2. dialog is orphaned
-    // 3. user comes back, authenticated
-    // 4. the orphan found a good home
-    createController(false);
-    network.withContext(function() {
-      // user is staged
-      controller.addEvent("user_staged");
-      // dialog all done, its orphaned, oh noes! think of the kids!
-      mediator.publish("kpi_data", {
-        orphaned: true
-      });
-      network.clearContext();
-
-
-      // new page
-      createController(false);
-      // make user authenticated
-      xhr.setContextInfo("auth_level", "password");
-      network.withContext(function() {
-        var request = xhr.getLastRequest('/wsapi/interaction_data');
-        var data = JSON.parse(request.data).data[0];
-        equal(data.orphaned, false, "orphaned is not sent");
-        start();
-      });
-    });
-  });
-
-  asyncTest("kpi orphans are NOT adopted if NOT user.staged and user is signed in", function() {
-    // 1. user was not staged
-    // 2. dialog is orphaned
-    // 3. user comes back, authenticated
-    // 4. but he wasn't staged, so dont adopt
-    createController(false);
-    network.withContext(function() {
-      // dialog all done, its orphaned, oh noes! think of the kids!
-      mediator.publish("kpi_data", {
-        orphaned: true
-      });
-      network.clearContext();
-
-
-      // new page
-      createController(false);
-      // make user authenticated
-      xhr.setContextInfo("auth_level", "password");
-      network.withContext(function() {
-        var request = xhr.getLastRequest('/wsapi/interaction_data');
-        var data = JSON.parse(request.data).data[0];
-        equal(data.orphaned, true, "orphaned is sent");
-        start();
-      });
-    });
-  });
-
-    asyncTest("kpi orphans are adopted if add_email and email count increased", function() {
-    // 1. email_staged
-    // 2. dialog is orphaned
-    // 3. email is verified
-    // 4. user comes back, authenticated
-    // 5. the orphan found a good home
-    createController(false);
-    network.withContext(function() {
-      // email is staged
-      controller.addEvent("email_staged");
-      // dialog all done, its orphaned, oh noes! think of the kids!
-      mediator.publish("kpi_data", {
-        orphaned: true,
-        number_emails: storage.getEmailCount() || 0
-      });
-      network.clearContext();
-
-      // email is verified
-      storage.addSecondaryEmail("testuser@testuser.org");
-
-      // new page
-      createController(false);
-      // make user authenticated
-      xhr.setContextInfo("auth_level", "password");
-      network.withContext(function() {
-        var request = xhr.getLastRequest('/wsapi/interaction_data');
-        var data = JSON.parse(request.data).data[0];
-        equal(data.orphaned, false, "orphaned is not sent");
-        start();
-      });
-    });
-  });
-
-  asyncTest("kpi orphans are NOT adopted if add_email but email count is same", function() {
-    // 1. email staged
-    // 2. dialog is orphaned
-    // 3. user comes back, authenticated
-    // 4. but no new email, so oprhan is true
-    createController(false);
-    network.withContext(function() {
-      // user is staged
-      controller.addEvent("email_staged");
-      // dialog all done, its orphaned, oh noes! think of the kids!
-      mediator.publish("kpi_data", {
-        orphaned: true,
-        number_emails: storage.getEmailCount() || 0
-      });
-      network.clearContext();
-
-      // user never confirms
-
-      // new page
-      createController(false);
-      // make user authenticated
-      xhr.setContextInfo("auth_level", "password");
-      network.withContext(function() {
-        var request = xhr.getLastRequest('/wsapi/interaction_data');
-        var data = JSON.parse(request.data).data[0];
-        equal(data.orphaned, true, "orphaned is sent");
-        start();
-      });
-    });
-  });
-
-}());
diff --git a/resources/static/test/cases/common/js/modules/page_module.js b/resources/static/test/cases/common/js/modules/page_module.js
deleted file mode 100644
index 37f5f8bbc3b301ac3a6781e8e74f3b7189f79604..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/modules/page_module.js
+++ /dev/null
@@ -1,204 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller, el,
-      bodyTemplate = "test_template_with_input",
-      waitTemplate = "wait",
-      bid = BrowserID,
-      mediator = bid.Mediator;
-
-  function createController(options) {
-    controller = bid.Modules.PageModule.create(options);
-    controller.start();
-  }
-
-  module("common/js/modules/page_module", {
-    setup: function() {
-      el = $("#controller_head");
-      bid.TestHelpers.setup();
-    },
-
-    teardown: function() {
-      controller.destroy();
-      bid.TestHelpers.teardown();
-    }
-  });
-
-  test("page controller with no template causes no side effects", function() {
-    createController();
-
-    var html = el.find("#formWrap .contents").html();
-    equal(html, "", "with no template specified, no text is loaded");
-
-    html = el.find("#wait .contents").html();
-    equal(html, "", "with no template specified, no text is loaded");
-  });
-
-  test("renderDialog with template with input element - render the correct dialog, focus first input element", function() {
-    createController();
-
-    controller.renderDialog("test_template_with_input", {
-      title: "Test title",
-      message: "Test message"
-    });
-
-    var html = el.find("#formWrap .contents").html();
-    ok(html.length, "with template specified, form text is loaded");
-
-    html = el.find("#wait .contents").html();
-    equal(html, "", "with body template specified, wait text is not loaded");
-  });
-
-  test("renderError renders an error message", function() {
-    createController();
-
-    controller.renderError("wait", {
-      title: "error title",
-      message: "error message"
-    });
-    var html = el.find("#error .contents").html();
-    ok(html.length, "with error template specified, error text is loaded");
-  });
-
-  test("renderDelay renders a delay", function() {
-    createController();
-
-    controller.renderDelay("wait", {
-      title: "delay title",
-      message: "delay message"
-    });
-
-    var html = el.find("#delay .contents").html();
-    ok(html.length, "with delay template specified, delay text is loaded");
-  });
-
-  asyncTest("getErrorDialog gets a function that can be used to render an error message", function() {
-    createController();
-
-    // This is the medium level info.
-    var func = controller.getErrorDialog({
-      title: "medium level info error title",
-      message: "medium level info error message"
-    }, function() {
-      ok(true, "onerror callback called when returned function is called");
-      var html = el.find("#error .contents").html();
-      // XXX underpowered test, we don't actually check the contents.
-      ok(html.length, "when function is run, error text is loaded");
-      start();
-    });
-
-    equal(typeof func, "function", "a function was returned from getErrorDialog");
-    func();
-  });
-
-  asyncTest("bind DOM Events", function() {
-    createController();
-
-   controller.bind("body", "click", function(event) {
-      event.preventDefault();
-
-      strictEqual(this, controller, "context is correct");
-      start();
-   });
-
-   $("body").trigger("click");
-  });
-
-  asyncTest("click - bind a click handler, handler does not get event", function() {
-    createController();
-
-    controller.click("body", function(event) {
-      equal(typeof event, "undefined", "event is undefined");
-      strictEqual(this, controller, "context is correct");
-      start();
-    });
-
-    $("body").trigger("click");
-  });
-
-  asyncTest("unbindAll removes all listeners", function() {
-    createController();
-    var listenerCalled = false;
-
-    controller.bind("body", "click", function(event) {
-      event.preventDefault();
-
-      listenerCalled = true;
-    });
-
-    controller.unbindAll();
-
-    $("body").trigger("click");
-
-    setTimeout(function() {
-      equal(listenerCalled, false, "all events are unbound, listener should not be called");
-      start();
-    }, 1);
-  });
-
-  asyncTest("subscribe - listens to messages from the mediator", function() {
-    createController();
-    controller.subscribe("message", function(msg, data) {
-      strictEqual(this, controller, "context set to the controller");
-      equal(msg, "message", "correct message passed");
-      equal(data.field, 1, "correct data passed");
-      start();
-    });
-
-    mediator.publish("message", { field: 1 });
-  });
-
-  asyncTest("publish - publish messages to the mediator", function() {
-    createController();
-
-    mediator.subscribe("message", function(msg, data) {
-      equal(msg, "message", "message is correct");
-      equal(data.field, 1, "data passed correctly");
-      start();
-    });
-
-    controller.publish("message", {
-      field: 1
-    });
-  });
-
-  test("checkRequired", function() {
-    createController();
-
-    var error;
-    try {
-      controller.checkRequired({}, "requiredField");
-    }
-    catch(e) {
-      error = e;
-    }
-
-    equal(error, "missing config option: requiredField");
-  });
-
-  test("form is not submitted when 'submit_disabled' class is added to body", function() {
-    createController();
-
-    var submitCalled = false;
-    controller.submit = function() {
-      submitCalled = true;
-    };
-
-    $("body").addClass("submit_disabled");
-    controller.onSubmit();
-
-    equal(submitCalled, false, "submit was prevented from being called");
-
-
-    $("body").removeClass("submit_disabled");
-    controller.onSubmit();
-    equal(submitCalled, true, "submit permitted to complete");
-  });
-
-}());
-
diff --git a/resources/static/test/cases/common/js/modules/xhr_delay.js b/resources/static/test/cases/common/js/modules/xhr_delay.js
deleted file mode 100644
index bf45dce5d9d1f3096fed55da877b2bf007826f7a..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/modules/xhr_delay.js
+++ /dev/null
@@ -1,49 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      Module = bid.Modules.XHRDelay,
-      testHelpers = bid.TestHelpers,
-      mediator = bid.Mediator,
-      screens = bid.Screens,
-      mod;
-
-  function createModule(options) {
-    mod = Module.create({});
-    mod.start(options);
-    return mod;
-  }
-
-  module("common/js/modules/xhr_delay", {
-    setup: function() {
-      testHelpers.setup();
-      createModule();
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  test("xhr_delay shows the delay screen, xhr_complete hides the delay screen", function() {
-    mediator.publish("xhr_delay");
-    ok($("#slowXHR:visible").length, "slowXHR screen is shown");
-    testHelpers.testDelayVisible();
-
-    mediator.publish("xhr_complete");
-    equal(testHelpers.delayVisible(), false, "slowXHR screen no longer visible");
-  });
-
-  test("xhr_complete does not hide delay screen if delay screen not started by xhr_delay", function() {
-
-    screens.delay.show("wait", {title: "test delay", message: "testing"});
-
-    mediator.publish("xhr_complete");
-    testHelpers.testDelayVisible();
-  });
-}());
diff --git a/resources/static/test/cases/common/js/modules/xhr_disable_form.js b/resources/static/test/cases/common/js/modules/xhr_disable_form.js
deleted file mode 100644
index 2f88ae869803be7187063191bd5fe91b58787aa0..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/modules/xhr_disable_form.js
+++ /dev/null
@@ -1,78 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      Module = bid.Modules.XHRDisableForm,
-      testHelpers = bid.TestHelpers,
-      mediator = bid.Mediator,
-      mod;
-
-  function createModule(options) {
-    mod = Module.create({});
-    mod.start(options);
-    return mod;
-  }
-
-  module("common/js/modules/xhr_disable_form", {
-    setup: function() {
-      testHelpers.setup();
-      createModule({ enableDelayMS: 10 });
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  asyncTest("xhr_start adds 'submit_disabled' to class, xhr_complete removes it", function() {
-    var body = $("body");
-
-    mediator.publish("xhr_start");
-    equal(body.hasClass("submit_disabled"), true, "xhr_start adds submit_disabled");
-
-    // submit_disabled is removed after a small delay so that if consecutive
-    // XHR requests happen, there is no button flicker. See issue #1898
-    // - https://github.com/mozilla/browserid/issues/1898
-    mediator.subscribe("submit_enabled", function() {
-      equal(body.hasClass("submit_disabled"), false, "xhr_complete removes submit_disabled");
-      start();
-    });
-    mediator.publish("xhr_complete");
-  });
-
-  asyncTest("multiple xhr_completes only cause one submit_enabled", function() {
-    var submitEnabledCount = 0;
-    mediator.subscribe("submit_enabled", function() {
-      submitEnabledCount++;
-    });
-    mediator.publish("xhr_complete");
-    mediator.publish("xhr_complete");
-
-    // give plenty of time to allow all submit_enabled timeouts to occur.
-    setTimeout(function() {
-      equal(submitEnabledCount, 1, "submit_enabled called only once");
-      start();
-    }, 50);
-  });
-
-  asyncTest("xhr_start after xhr_complete but before submit_enabled cancels submit_enabled", function() {
-    var submitEnabledCount = 0;
-    mediator.subscribe("submit_enabled", function() {
-      submitEnabledCount++;
-    });
-    mediator.publish("xhr_complete");
-    mediator.publish("xhr_start");
-
-    // give plenty of time to allow all submit_enabled timeouts to occur.
-    setTimeout(function() {
-      equal(submitEnabledCount, 0, "submit_enabled cancelled after xhr_start");
-      start();
-    }, 50);
-  });
-
-}());
diff --git a/resources/static/test/cases/common/js/network.js b/resources/static/test/cases/common/js/network.js
deleted file mode 100644
index fc153cacbf2c62429521c6f4c23e8fb99762756a..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/network.js
+++ /dev/null
@@ -1,696 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global asyncTest: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      mediator = bid.Mediator,
-      transport = bid.Mocks.xhr,
-      testHelpers = bid.TestHelpers,
-      TEST_EMAIL = "testuser@testuser.com",
-      TEST_PASSWORD = "password",
-      failureCheck = testHelpers.failureCheck,
-      testObjectValuesEqual = testHelpers.testObjectValuesEqual;
-
-  var network = BrowserID.Network;
-
-  module("common/js/network", {
-    setup: function() {
-      testHelpers.setup();
-    },
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  function testVerificationPending(funcName) {
-    transport.useResult("pending");
-
-    network[funcName]("registered@testuser.com", function(status) {
-      equal(status, "pending");
-      start();
-    }, testHelpers.unexpectedFailure);
-  }
-
-  function testVerificationMustAuth(funcName) {
-    transport.useResult("mustAuth");
-
-    network.checkAuth(function(auth_status) {
-      equal(!!auth_status, false, "user not yet authenticated");
-      network[funcName]("registered@testuser.com", function(status) {
-        equal(status, "mustAuth");
-        network.checkAuth(function(auth_status) {
-          equal(!!auth_status, false, "user not yet authenticated");
-          start();
-        }, testHelpers.unexpectedFailure);
-      }, testHelpers.unexpectedFailure);
-    }, testHelpers.unexpectedFailure);
-  }
-
-  function testVerificationComplete(funcName) {
-    network.withContext(function() {
-      transport.useResult("complete");
-      network[funcName]("registered@testuser.com", function(status) {
-        equal(status, "complete");
-        start();
-      }, testHelpers.unexpectedFailure);
-    });
-  }
-
-
-  asyncTest("authenticate with valid user", function() {
-    network.authenticate(TEST_EMAIL, "testuser", function onSuccess(authenticated) {
-      equal(authenticated, true, "valid authentication");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("authenticate with invalid user", function() {
-    transport.useResult("invalid");
-    network.authenticate(TEST_EMAIL, "invalid", function onSuccess(authenticated) {
-      equal(authenticated, false, "invalid authentication");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("authenticate with XHR failure after context already setup", function() {
-    failureCheck(network.authenticate, TEST_EMAIL, "ajaxError");
-  });
-
-  asyncTest("authenticateWithAssertion with valid email/assertioni, returns true status", function() {
-    network.authenticateWithAssertion(TEST_EMAIL, "test_assertion", function(status) {
-      equal(status, true, "user authenticated, status set to true");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("authenticateWithAssertion with invalid email/assertion", function() {
-    transport.useResult("invalid");
-
-    network.authenticateWithAssertion(TEST_EMAIL, "test_assertion", function(status) {
-      equal(status, false, "user not authenticated, status set to false");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("authenticateWithAssertion with XHR failure", function() {
-    failureCheck(network.authenticateWithAssertion, TEST_EMAIL, "test_assertion");
-  });
-
-  asyncTest("checkAuth: simulate a delayed request - xhr_delay and xhr_complete both triggered", function() {
-    transport.setContextInfo("auth_level", "primary");
-    transport.setDelay(200);
-    network.init({
-      time_until_delay: 100
-    });
-
-    var delayInfo;
-    mediator.subscribe("xhr_delay", function(msg, delay_info) {
-      delayInfo = delay_info;
-    });
-
-    var completeInfo;
-    mediator.subscribe("xhr_complete", function(msg, complete_info) {
-      completeInfo = complete_info;
-    });
-
-    network.checkAuth(function onSuccess(authenticated) {
-      equal(authenticated, "primary", "we have an authentication");
-      equal(delayInfo.network.url, "/wsapi/session_context", "delay info correct");
-      equal(completeInfo.network.url, "/wsapi/session_context", "complete info correct");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("checkAuth: immediate success return - no xhr_delay triggered", function() {
-    transport.setContextInfo("auth_level", "primary");
-
-    transport.setDelay(50);
-    network.init({
-      time_until_delay: 100
-    });
-
-    mediator.subscribe("xhr_delay", function(msg, delay_info) {
-      ok(false, "unexpected call to xhr_delay");
-    });
-
-    network.checkAuth(function onSuccess(authenticated) {
-      // a wait to happen to give xhr_delay a chance to return
-      setTimeout(start, 150);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("checkAuth with valid authentication", function() {
-    transport.setContextInfo("auth_level", "primary");
-    network.checkAuth(function onSuccess(authenticated) {
-      // a wait to happen to give xhr_delay a chance to return
-      equal(authenticated, "primary", "we have an authentication");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("checkAuth with invalid authentication", function() {
-    transport.useResult("invalid");
-    transport.setContextInfo("auth_level", undefined);
-
-    network.checkAuth(function onSuccess(authenticated) {
-      equal(authenticated, undefined, "we are not authenticated");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-
-  asyncTest("checkAuth with XHR failure", function() {
-    transport.useResult("ajaxError");
-    transport.setContextInfo("auth_level", undefined);
-
-    // Do not convert this to failureCheck, we do this manually because
-    // checkAuth does not make an XHR request.  Since it does not make an XHR
-    // request, we do not test whether the app is notified of an XHR failure
-    network.checkAuth(function onSuccess() {
-      ok(true, "checkAuth does not make an ajax call, all good");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-
-  asyncTest("logout", function() {
-    network.logout(function onSuccess() {
-      ok(true, "we can logout");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-  asyncTest("logout with 400 failure - user already logged out", function() {
-    transport.useResult("not_authenticated");
-
-    network.logout(function onSuccess() {
-      ok(true, "we can logout");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("logout with XHR failure", function() {
-    failureCheck(network.logout);
-  });
-
-
-  asyncTest("completeEmailRegistration valid", function() {
-    network.completeEmailRegistration("goodtoken", "password", function onSuccess(proven) {
-      equal(proven, true, "good token proved");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("completeEmailRegistration with valid token, bad password", function() {
-    transport.useResult("badPassword");
-    network.completeEmailRegistration("token", "password",
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure);
-  });
-
-  asyncTest("completeEmailRegistration with invalid token", function() {
-    transport.useResult("invalid");
-    network.completeEmailRegistration("badtoken", "password", function onSuccess(proven) {
-      equal(proven, false, "bad token could not be proved");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("completeEmailRegistration with XHR failure", function() {
-    failureCheck(network.completeEmailRegistration, "goodtoken", "password");
-  });
-
-  asyncTest("createUser with valid user", function() {
-    network.createUser("validuser", "password", "origin", function onSuccess(created) {
-      ok(created);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("createUser with invalid user", function() {
-    transport.useResult("invalid");
-    network.createUser("invaliduser", "password", "origin", function onSuccess(created) {
-      equal(created, false);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("createUser throttled", function() {
-    transport.useResult("throttle");
-
-    network.createUser("validuser", "password", "origin", function onSuccess(added) {
-      equal(added, false, "throttled email returns onSuccess but with false as the value");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("createUser with XHR failure", function() {
-    failureCheck(network.createUser, "validuser", "password", "origin");
-  });
-
-  asyncTest("checkUserRegistration returns pending - pending status, user is not logged in", testVerificationPending.curry("checkUserRegistration"));
-
-  asyncTest("checkUserRegistration returns mustAuth - mustAuth status, user is not logged in", testVerificationMustAuth.curry("checkUserRegistration"));
-
-  asyncTest("checkUserRegistration returns complete - complete status, user is logged in", testVerificationComplete.curry("checkUserRegistration"));
-
-  asyncTest("checkUserRegistration with XHR failure", function() {
-    failureCheck(network.checkUserRegistration, "registered@testuser.com");
-  });
-
-  asyncTest("completeUserRegistration with valid token, no password required", function() {
-    network.completeUserRegistration("token", undefined, function(registered) {
-      ok(registered);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("completeUserRegistration with valid token, bad password", function() {
-    transport.useResult("badPassword");
-    network.completeUserRegistration("token", "password",
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure);
-  });
-
-  asyncTest("completeUserRegistration with valid token, password required", function() {
-    network.completeUserRegistration("token", "password", function(registered) {
-      ok(registered);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("completeUserRegistration with invalid token", function() {
-    transport.useResult("invalid");
-
-    network.completeUserRegistration("token", "password", function(registered) {
-      equal(registered, false);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("completeUserRegistration with XHR failure", function() {
-    failureCheck(network.completeUserRegistration, "token", "password");
-  });
-
-  asyncTest("cancelUser valid", function() {
-
-    network.cancelUser(function() {
-      // XXX need a test here.
-      ok(true);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("cancelUser invalid", function() {
-    transport.useResult("invalid");
-
-    network.cancelUser(function() {
-      // XXX need a test here.
-      ok(true);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("cancelUser with XHR failure", function() {
-    failureCheck(network.cancelUser);
-  });
-
-  asyncTest("emailRegistered with taken email", function() {
-    network.emailRegistered("registered@testuser.com", function(taken) {
-      equal(taken, true, "a taken email is marked taken");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("emailRegistered with nottaken email", function() {
-    network.emailRegistered("unregistered@testuser.com", function(taken) {
-      equal(taken, false, "a not taken email is not marked taken");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("emailRegistered with XHR failure", function() {
-    failureCheck(network.emailRegistered, "registered@testuser.com");
-  });
-
-
-  asyncTest("addSecondaryEmail valid", function() {
-    network.addSecondaryEmail(TEST_EMAIL, TEST_PASSWORD, "origin", function onSuccess(added) {
-      ok(added);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("addSecondaryEmail invalid", function() {
-    transport.useResult("invalid");
-    network.addSecondaryEmail(TEST_EMAIL, TEST_PASSWORD, "origin", function onSuccess(added) {
-      equal(added, false);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("addSecondaryEmail throttled", function() {
-    transport.useResult("throttle");
-
-    network.addSecondaryEmail(TEST_EMAIL, TEST_PASSWORD, "origin", function onSuccess(added) {
-      equal(added, false, "throttled email returns onSuccess but with false as the value");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("addSecondaryEmail with XHR failure", function() {
-    failureCheck(network.addSecondaryEmail, TEST_EMAIL, TEST_PASSWORD, "origin");
-  });
-
-  asyncTest("checkEmailRegistration pending", testVerificationPending.curry("checkEmailRegistration"));
-  asyncTest("checkEmailRegistration mustAuth", testVerificationMustAuth.curry("checkEmailRegistration"));
-  asyncTest("checkEmailRegistration complete", testVerificationComplete.curry("checkEmailRegistration"));
-
-  asyncTest("checkEmailRegistration with XHR failure", function() {
-    failureCheck(network.checkEmailRegistration, TEST_EMAIL);
-  });
-
-
-  asyncTest("addEmailWithAssertion, user not authenticated or invalid assertion, returns false status", function() {
-    transport.useResult("invalid");
-
-    network.addEmailWithAssertion("test_assertion", function(status) {
-      equal(status, false, "email not added, status set to false");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("addEmailWithAssertion valid asserton, returns true status", function() {
-    network.addEmailWithAssertion("test_assertion", function(status) {
-      equal(status, true, "email added, status set to true");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("addEmailWithAssertion with XHR failure", function() {
-    failureCheck(network.addEmailWithAssertion, "test_assertion");
-  });
-
-
-  asyncTest("emailForVerificationToken with XHR failure", function() {
-    failureCheck(network.emailForVerificationToken, "token");
-  });
-
-  asyncTest("emailForVerificationToken with invalid token - returns null result", function() {
-    transport.useResult("invalid");
-
-    network.emailForVerificationToken("token", function(result) {
-      equal(result, null, "invalid token returns null result");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("emailForVerificationToken that must authenticate - returns must_auth and email address", function() {
-    transport.useResult("mustAuth");
-
-    network.emailForVerificationToken("token", function(result) {
-      testObjectValuesEqual(result, { must_auth: true, email: TEST_EMAIL });
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("emailForVerificationToken that does not need password", function() {
-    network.emailForVerificationToken("token", function(result) {
-      equal(result.needs_password, false, "needs_password correctly set to false");
-      equal(result.email, TEST_EMAIL, "email address correctly added");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("removeEmail valid", function() {
-    network.removeEmail("validemail", function onSuccess() {
-      // XXX need a test here;
-      ok(true);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("removeEmail invalid", function() {
-    transport.useResult("invalid");
-
-    network.removeEmail("invalidemail", function onSuccess() {
-      // XXX need a test here;
-      ok(true);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("removeEmail with XHR failure", function() {
-    failureCheck(network.removeEmail, "invalidemail");
-  });
-
-
-  asyncTest("requestPasswordReset - true status", function() {
-    network.requestPasswordReset(TEST_EMAIL, "password", "origin", function onSuccess(status) {
-      equal(status, true, "password reset request success");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("requestPasswordReset with XHR failure", function() {
-    failureCheck(network.requestPasswordReset, TEST_EMAIL, "password", "origin");
-  });
-
-  asyncTest("completePasswordReset with valid token, no password required", function() {
-    network.completePasswordReset("token", undefined, function(registered) {
-      ok(registered);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("completePasswordReset with valid token, bad password", function() {
-    transport.useResult("badPassword");
-    network.completePasswordReset("token", "password",
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure);
-  });
-
-  asyncTest("completePasswordReset with valid token, password required", function() {
-    network.completePasswordReset("token", "password", function(registered) {
-      ok(registered);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("completePasswordReset with invalid token", function() {
-    transport.useResult("invalid");
-
-    network.completePasswordReset("token", "password", function(registered) {
-      equal(registered, false);
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("completePasswordReset with XHR failure", function() {
-    failureCheck(network.completePasswordReset, "token", "password");
-  });
-
-  asyncTest("checkPasswordReset pending", testVerificationPending.curry("checkPasswordReset"));
-  asyncTest("checkPasswordReset mustAuth", testVerificationMustAuth.curry("checkPasswordReset"));
-  asyncTest("checkPasswordReset complete", testVerificationComplete.curry("checkPasswordReset"));
-
-
-  asyncTest("requestEmailReverify - true status", function() {
-    network.requestEmailReverify(TEST_EMAIL, "origin", function onSuccess(status) {
-      equal(status, true, "password reset request success");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("requestEmailReverify with XHR failure", function() {
-    failureCheck(network.requestEmailReverify, TEST_EMAIL, "origin");
-  });
-
-  asyncTest("checkEmailReverify pending", testVerificationPending.curry("checkEmailReverify"));
-  asyncTest("checkEmailReverify mustAuth", testVerificationMustAuth.curry("checkEmailReverify"));
-  asyncTest("checkEmailReverify complete", testVerificationComplete.curry("checkEmailReverify"));
-
-
-  asyncTest("setPassword happy case expects true status", function() {
-    network.setPassword("password", function onComplete(status) {
-      equal(status, true, "correct status");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("setPassword with XHR failure", function() {
-    failureCheck(network.setPassword, "password");
-  });
-
-  asyncTest("serverTime", function() {
-    // I am forcing the server time to be 1.25 seconds off.
-    transport.setContextInfo("server_time", new Date().getTime() - 1250);
-
-    network.serverTime(function onSuccess(time) {
-      var diff = Math.abs((new Date()) - time);
-      equal(1245 < diff && diff < 1255, true, "server time and local time should be less than 100ms different (is " + diff + "ms different)");
-      // XXX by stomlinson - I think this is an incorrect test.  The time returned here is the
-      // time as it is on the server, which could be more than 100ms off of
-      // what the local machine says it is.
-      //equal(Math.abs(diff) < 100, true, "server time and local time should be less than 100ms different (is " + diff + "ms different)");
-      start();
-    }, function onfailure() {
-      start();
-    });
-
-  });
-
-  asyncTest("serverTime with XHR failure before context has been setup", function() {
-    transport.useResult("contextAjaxError");
-
-    failureCheck(network.serverTime);
-  });
-
-  asyncTest("codeVersion", function() {
-    network.codeVersion(function onComplete(version) {
-      equal(version, "ABC123", "version returned properly");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("codeVersion with XHR failure", function() {
-    transport.useResult("contextAjaxError");
-
-    failureCheck(network.codeVersion);
-  });
-
-  asyncTest("addressInfo with unknown secondary email", function() {
-    transport.useResult("unknown_secondary");
-
-    network.addressInfo(TEST_EMAIL, function onComplete(data) {
-      equal(data.type, "secondary", "type is secondary");
-      equal(data.known, false, "address is unknown to BrowserID");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("addressInfo with known seconday email", function() {
-    transport.useResult("known_secondary");
-
-    network.addressInfo(TEST_EMAIL, function onComplete(data) {
-      equal(data.type, "secondary", "type is secondary");
-      equal(data.known, true, "address is known to BrowserID");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("addressInfo with primary email", function() {
-    transport.useResult("primary");
-
-    network.addressInfo(TEST_EMAIL, function onComplete(data) {
-      equal(data.type, "primary", "type is primary");
-      ok("auth" in data, "auth field exists");
-      ok("prov" in data, "prov field exists");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("addressInfo with XHR failure", function() {
-    failureCheck(network.addressInfo, TEST_EMAIL);
-  });
-
-  asyncTest("changePassword happy case, expect complete callback with true status", function() {
-    network.changePassword("oldpassword", "newpassword", function onComplete(status) {
-      equal(status, true, "calls onComplete with true status");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("changePassword with incorrect old password, expect complete callback with false status", function() {
-    transport.useResult("incorrectPassword");
-
-    network.changePassword("oldpassword", "newpassword", function onComplete(status) {
-      equal(status, false, "calls onComplete with false status");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("changePassword with XHR failure, expect error callback", function() {
-    failureCheck(network.changePassword, "oldpassword", "newpassword");
-  });
-
-  asyncTest("cookiesEnabled with cookies enabled - return true status", function() {
-    network.init({ cookiesEnabledOverride: true });
-    network.cookiesEnabled(function(status) {
-      equal(status, true, "cookies are enabled, correct status");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("cookiesEnabled with cookies disabled - return true status", function() {
-    network.init({ cookiesEnabledOverride: false });
-    network.cookiesEnabled(function(status) {
-      equal(status, false, "cookies are disabled, correct status");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("cookiesEnabled with browser defined cookie status - wait and see", function() {
-    network.cookiesEnabled(function(status) {
-      equal(status, true, "hopefully cookies are enabled, correct status");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("cookiesEnabled with onComplete exception thrown - should not call onComplete a second time", function() {
-    // Since we are manually throwing an exception, it must be caught
-    // below.
-    try {
-      network.cookiesEnabled(function(status) {
-        // if there is a problem, this callback will be called a second time
-        // with a false status.
-        equal(status, true, "cookies are enabled, correct status");
-        start();
-
-        throw "callback exception";
-      }, testHelpers.unexpectedXHRFailure);
-    } catch(e) {
-      equal(e.toString(), "callback exception", "correct exception caught");
-    }
-  });
-
-  asyncTest("prolongSession with authenticated user, success - call complete", function() {
-    network.authenticate(TEST_EMAIL, "password", function() {
-      network.prolongSession(function() {
-        ok(true, "prolongSession completed");
-        start();
-      }, testHelpers.unexpectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("prolongSession with unauthenticated user - call failure", function() {
-    transport.useResult("unauthenticated");
-    network.prolongSession(testHelpers.unexpectedSuccess, testHelpers.expectedXHRFailure);
-  });
-
-  asyncTest("prolongSession with XHR Failure - call failure", function() {
-    transport.useResult("ajaxError");
-    network.prolongSession(testHelpers.unexpectedSuccess, testHelpers.expectedXHRFailure);
-  });
-
-  asyncTest("sendInteractionData success - call success", function() {
-    var data = {};
-    network.sendInteractionData(data, function(status) {
-      equal(status, true, "complete with correct status");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("sendInteractionData with XHR failure - call failure", function() {
-    var data = {};
-    transport.useResult("ajaxError");
-    network.sendInteractionData(data, testHelpers.unexpectedSuccess, testHelpers.expectedXHRFailure);
-  });
-
-}());
diff --git a/resources/static/test/cases/common/js/renderer.js b/resources/static/test/cases/common/js/renderer.js
deleted file mode 100644
index 2c3b8f116e19dfcd174b7a7d4e88bcf89dbac0bb..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/renderer.js
+++ /dev/null
@@ -1,44 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*globals BrowserID: true, _:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      renderer = bid.Renderer,
-      testHelpers = bid.TestHelpers;
-
-  module("common/js/renderer", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  test("render template loaded using XHR", function() {
-    renderer.render("#formWrap .contents", "test_template_with_input");
-
-    ok($("#templateInput").length, "template written when loaded using XHR");
-  });
-
-  test("render template from memory", function() {
-    renderer.render("#formWrap .contents", "inMemoryTemplate");
-
-    ok($("#templateInput").length, "template written when loaded from memory");
-  });
-
-  test("append template to element", function() {
-    renderer.append("#formWrap", "inMemoryTemplate");
-
-    ok($("#formWrap > #templateInput").length && $("#formWrap > .contents"), "template appended to element instead of overwriting it");
-
-  });
-
-}());
-
-
diff --git a/resources/static/test/cases/common/js/screens.js b/resources/static/test/cases/common/js/screens.js
deleted file mode 100644
index 036ba3f3f66862ff3ef942ac80fb3f634880419a..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/screens.js
+++ /dev/null
@@ -1,86 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      screens = bid.Screens,
-      testHelpers = bid.TestHelpers,
-      el;
-
-  module("common/js/screens", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  test("form", function() {
-    el = $("#formWrap .contents");
-    screens.form.show("test_template_with_input");
-
-    ok($("#templateInput").length, "the template has been written");
-    equal($("body").hasClass("form"), true, "form class added to body");
-    equal(screens.form.visible, true, "screen is visible");
-
-    screens.form.hide();
-    equal($("body").hasClass("form"), false, "form class removed from body");
-    equal(screens.form.visible, false, "screen is not visible");
-  });
-
-  test("wait", function() {
-    var el = $("#wait .contents");
-    screens.wait.show("test_template_with_input");
-
-    ok($("#templateInput").length, "the template has been written");
-    equal($("body").hasClass("waiting"), true, "waiting class added to body");
-    equal(screens.wait.visible, true, "screen is visible");
-
-    screens.wait.hide();
-    equal($("body").hasClass("waiting"), false, "waiting class removed from body");
-    equal(screens.wait.visible, false, "screen is not visible");
-  });
-
-  test("error", function() {
-    var el = $("#error .contents");
-    screens.error.show("test_template_with_input");
-
-    ok($("#templateInput").length, "the template has been written");
-    equal($("body").hasClass("error"), true, "error class added to body");
-    equal(screens.error.visible, true, "screen is visible");
-
-    screens.error.hide();
-    equal($("body").hasClass("error"), false, "error class removed from body");
-    equal(screens.error.visible, false, "screen is not visible");
-  });
-
-  test("XHR 503 (server unavailable) error", function() {
-    var el = $("#error .contents");
-
-    screens.error.show("error", {
-      network: {
-        status: 503
-      }
-    });
-
-    ok($("#error_503").length, "503 header is shown");
-  });
-
-  test("XHR 403 (Forbidden) error - show the 403, cookies required error", function() {
-    var el = $("#error .contents");
-
-    screens.error.show("error", {
-      network: {
-        status: 403
-      }
-    });
-
-    ok($("#error_403").length, "403 header is shown");
-  });
-}());
diff --git a/resources/static/test/cases/common/js/state_machine.js b/resources/static/test/cases/common/js/state_machine.js
deleted file mode 100644
index 258378c6d79d7cc7f16cbaa10c7c3511f5dd932c..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/state_machine.js
+++ /dev/null
@@ -1,119 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*globals BrowserID: true, _:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      testHelpers = bid.TestHelpers,
-      StateMachine = bid.StateMachine,
-      stateMachine,
-      mediator = bid.Mediator;
-
-  module("common/js/state_machine", {
-    setup: function() {
-      testHelpers.setup();
-
-      stateMachine = StateMachine.create();
-      stateMachine.start();
-    },
-    teardown: function() {
-      stateMachine.destroy();
-      testHelpers.teardown();
-    }
-  });
-
-  asyncTest("gotoState with implied save - call callback, state not saved until next gotoState", function() {
-    var called;
-    stateMachine.gotoState(function(options) {
-      ok(true, "callback called");
-      start();
-    });
-  });
-
-  asyncTest("multiple gotoState, popState - takes state off stack and runs it", function() {
-    var active;
-    stateMachine.gotoState(function(options) {
-      if(active) {
-        ok(true, "callback called");
-        start();
-      }
-    });
-    stateMachine.gotoState(function() {});
-
-    active = true;
-    stateMachine.popState();
-  });
-
-  asyncTest("gotoState with explicit save=false - do not save to stack", function() {
-    var active;
-    stateMachine.gotoState(function(options) {
-      if(active) {
-        ok(true, "callback called");
-        start();
-      }
-    });
-    // This will not go on the stack when the next state is added.
-    stateMachine.gotoState(false, function() {});
-
-    // This will never go on the stack.
-    stateMachine.gotoState(function() {});
-
-    active = true;
-    stateMachine.popState();
-  });
-
-  asyncTest("subscribe/publish - subscribe to the mediator, 3rd parameter to publish passed to handler's info", function() {
-    // set up state that will simulate a state being started.
-    var active = false;
-    stateMachine.gotoState(function(info) {
-      if(active) {
-        equal(info.item, "value", "correct info passed to handler");
-        start();
-      }
-    });
-
-    stateMachine.subscribe("message", function(msg, info) {
-      equal(info.item2, "value2", "correct info passed to message");
-
-      // Start a new state;
-      stateMachine.gotoState(function(){
-        active = true;
-        // this should cause the first state to run with the updated info.
-        stateMachine.popState();
-      }, info);
-
-    });
-
-    // simulate a message from inside the previous state that signals a new
-    // state starting.
-    mediator.publish("message", { item2: "value2" }, { item: "value" });
-  });
-
-  asyncTest("multiple calls to gotoState save states to stack correctly", function() {
-    var active = false;
-
-    stateMachine.gotoState(function() {
-      if(active) {
-        ok(true, "original state saved, re-gone to");
-        start();
-      }
-    });
-
-    // First item should go on stack.
-    stateMachine.gotoState(false, function() {});
-
-    // After this, no items on stack.
-    stateMachine.popState();
-
-    // First item should go on stack.
-    stateMachine.gotoState(false, function() {});
-
-    active = true;
-    // After this, no items should be on stack, first item should be called.
-    stateMachine.popState();
-  });
-
-}());
diff --git a/resources/static/test/cases/common/js/storage.js b/resources/static/test/cases/common/js/storage.js
deleted file mode 100644
index cc98a58d92a3daf9e89705804bb4b36c894ce3c2..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/storage.js
+++ /dev/null
@@ -1,194 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  var storage = BrowserID.Storage,
-      TEST_ORIGIN = "http://test.domain";
-
-  module("common/js/storage", {
-    setup: function() {
-      storage.clear();
-    },
-
-    teardown: function() {
-      storage.clear();
-    }
-  });
-
-  test("getEmails, getEmailCount with no emails", function() {
-    var emails = storage.getEmails();
-
-    equal("object", typeof emails, "no emails returns empty object");
-    equal(_.size(emails), 0, "object should be empty");
-    equal(storage.getEmailCount(), 0, "no emails");
-  });
-
-  test("addEmail, getEmails, getEmail", function() {
-    storage.addEmail("testuser@testuser.com", {priv: "key"});
-
-    var emails = storage.getEmails();
-    equal(_.size(emails), 1, "object should have one item");
-    equal(storage.getEmailCount(), 1, "a single email has been added");
-    ok("testuser@testuser.com" in emails, "added email address is there");
-
-    var id = storage.getEmail("testuser@testuser.com");
-    equal("key", id.priv, "email that was added is retrieved");
-  });
-
-  test("addPrimaryEmail", function() {
-    storage.addPrimaryEmail("testuser@testuser.com");
-
-    var email = storage.getEmail("testuser@testuser.com");
-    equal(email.type, "primary", "email type set correctly");
-  });
-
-  test("addSecondaryEmail", function() {
-    storage.addSecondaryEmail("testuser@testuser.com");
-
-    var email = storage.getEmail("testuser@testuser.com");
-    equal(email.type, "secondary", "email type set correctly");
-  });
-
-  test("removeEmail, getEmails", function() {
-    storage.addEmail("testuser@testuser.com", {priv: "key"});
-    storage.removeEmail("testuser@testuser.com");
-
-    var emails = storage.getEmails();
-    equal(_.size(emails), 0, "object should have no items");
-  });
-
-  test("removeEmail with invalid address", function() {
-    var error;
-    try {
-      storage.removeEmail("testuser@testuser.com");
-    }
-    catch(e) {
-      error = e;
-    }
-    equal(error.toString(), "unknown email address", "removing an unknown email address");
-  });
-
-
-  test("clear - there should be default values", function() {
-    storage.addEmail("testuser@testuser.com", {priv: "key"});
-    storage.clear();
-
-    var emails = storage.getEmails();
-    equal(_.size(emails), 0, "object should have no items");
-
-    // all fields *MUST* have default values or else synchronization of
-    // localStorage in IE8 across multiple browsing contexts becomes a problem.
-    // See issue #2206 and #1637
-    notEqual(typeof localStorage.emails, "undefined", "emails is defined");
-    notEqual(typeof localStorage.siteInfo, "undefined", "siteInfo is defined");
-    notEqual(typeof localStorage.managePage, "undefined", "managePage is defined");
-  });
-
-  test("invalidateEmail with valid email address", function() {
-    storage.addEmail("testuser@testuser.com", {priv: "key", pub: "pub", cert: "cert"});
-
-    storage.invalidateEmail("testuser@testuser.com");
-    var id = storage.getEmail("testuser@testuser.com");
-    ok(id && !("priv" in id), "private key was removed");
-    ok(id && !("pub" in id), "public key was removed");
-    ok(id && !("cert" in id), "cert was removed");
-  });
-
-  test("invalidateEmail with invalid email address", function() {
-    var error;
-    try {
-      storage.invalidateEmail("testuser@testuser.com");
-    }
-    catch(e) {
-      error = e;
-    }
-    equal(error.toString(), "unknown email address", "Invalidating an unknown email address");
-  });
-
-  test("site.set/site.get/site.remove/site.count, happy case", function() {
-    storage.site.set("www.testsite.com", "autoauth", true);
-    equal(storage.site.get("www.testsite.com", "autoauth"), true, "set/get works correctly");
-    equal(storage.site.count(), 1, "correct count");
-
-    storage.site.remove("www.testsite.com", "autoauth");
-    equal(typeof storage.site.get("www.testsite.com", "autoauth"), "undefined", "after remove, get returns undefined");
-
-    equal(storage.site.count(), 0, "last field for site removed, count decremented correctly");
-  });
-
-  test("clear clears site info", function() {
-    storage.site.set("www.testsite.com", "autoauth", true);
-    storage.clear();
-    equal(storage.site.count(), 0, "no more sites after clear");
-    equal(typeof storage.site.get("www.testsite.com", "autoauth"), "undefined", "after clear, get returns undefined");
-  });
-
-  test("site.get on field for site with no info", function() {
-    equal(typeof storage.site.get("site.with.noinfo", "autoauth"), "undefined", "get works on site with no info");
-  });
-
-  test("site.get on field that is not set", function() {
-    equal(typeof storage.site.get("www.testsite.com", "notset"), "undefined", "get works on undefined field");
-  });
-
-  test("site.set->email with email that is not known about", function() {
-    var error;
-    try {
-      storage.site.set("www.testsite.com", "email", "testuser@testuser.com");
-    } catch(e) {
-      error = e;
-    }
-
-    equal(error.toString(), "unknown email address", "An unknown email address was added");
-  });
-
-  test("site.set->email with valid email", function() {
-    storage.addEmail("testuser@testuser.com", {});
-    storage.site.set("www.testsite.com", "email", "testuser@testuser.com");
-    var email = storage.site.get("www.testsite.com", "email");
-
-    equal(email, "testuser@testuser.com", "set/get have the same email for the site");
-  });
-
-  test("removeEmail after site.set->email removes email", function() {
-    storage.addEmail("testuser@testuser.com", {});
-    storage.site.set("www.testsite.com", "email", "testuser@testuser.com");
-    storage.removeEmail("testuser@testuser.com");
-    var email = storage.site.get("www.testsite.com", "email");
-
-    equal(typeof email, "undefined", "after removing an email address, email for site is no longer available");
-  });
-
-  test("user.manage_page.set", function() {
-    storage.manage_page.set("user_has_visited", true);
-
-    equal(storage.manage_page.get("user_has_visited"), true, "user_has_visited set correctly");
-
-    storage.clear();
-    equal(typeof storage.manage_page.get("user_has_visited"), "undefined", "after reset, user_has_visited reset correctly");
-  });
-  test("setReturnTo", function() {
-    storage.setReturnTo("http://some.domain/path");
-    equal(storage.getReturnTo(), "http://some.domain/path", "setReturnTo/getReturnTo working as expected");
-  });
-
-  test("signInEmail.set/.get/.remove - set, get, and remove the signInEmail", function() {
-    storage.signInEmail.set("testuser@testuser.com");
-    equal(storage.signInEmail.get(), "testuser@testuser.com", "correct email gotten");
-    storage.signInEmail.remove();
-    equal(typeof storage.signInEmail.get(), "undefined", "after remove, signInEmail is empty");
-  });
-
-  test("setLoggedIn, getLoggedIn, loggedInCount", function() {
-    var email = "testuser@testuser.com";
-    storage.setLoggedIn(TEST_ORIGIN, email);
-    equal(storage.getLoggedIn(TEST_ORIGIN), email, "correct email");
-
-    storage.setLoggedIn("http://another.domain", email);
-    equal(storage.loggedInCount(), 2, "correct logged in count");
-  });
-
-}());
-
diff --git a/resources/static/test/cases/common/js/tooltip.js b/resources/static/test/cases/common/js/tooltip.js
deleted file mode 100644
index 81df7ad02745c4bbd8987a243142e2dd92847669..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/tooltip.js
+++ /dev/null
@@ -1,51 +0,0 @@
-/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
-/*globals BrowserID: true, _:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      tooltip = bid.Tooltip,
-      testHelpers = bid.TestHelpers;
-
-  module("common/js/tooltip", {
-    setup: function() {
-      testHelpers.setup();
-    },
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-
-  test("show short tooltip - shows for about 2.5 seconds", function() {
-    var displayTime = tooltip.showTooltip("#shortTooltip");
-    ok(2000 <= displayTime && displayTime <= 3000, displayTime + " - minimum of 2 seconds, max of 3 seconds");
-    equal(tooltip.shown, true, "tooltip says that it is shown");
-  });
-
-  test("show long tooltip - shows for about 5 seconds", function() {
-    var displayTime = tooltip.showTooltip("#longTooltip");
-    ok(displayTime >= 4500, displayTime + " - longer tooltip is on the screen for a bit longer");
-  });
-
-  asyncTest("show tooltip, then reset - hides tooltip, resets shown status", function() {
-    tooltip.showTooltip("#shortTooltip");
-    setTimeout(function() {
-      tooltip.reset();
-
-      equal($(".tooltip:visible").length, 0, "after reset, all tooltips are hidden");
-      equal(tooltip.shown, false, "after reset, tooltip status is reset");
-      start();
-    }, 100);
-  });
-
-  test("only one tooltip shown at a time", function() {
-    tooltip.showTooltip("#shortTooltip");
-    tooltip.showTooltip("#shortTooltip");
-    equal($(".tooltip:visible").length, 1, "only one tooltip shown at a time");
-  });
-
-}());
diff --git a/resources/static/test/cases/common/js/user.js b/resources/static/test/cases/common/js/user.js
deleted file mode 100644
index 94dd1b05677c3cbf96c1c3e7489d004223d80b7c..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/user.js
+++ /dev/null
@@ -1,1442 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, strictEqual: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-(function() {
-  "use strict";
-
-  var jwcrypto = require("./lib/jwcrypto"),
-      bid = BrowserID,
-      lib = bid.User,
-      storage = bid.Storage,
-      network = bid.Network,
-      mediator = bid.Mediator,
-      xhr = bid.Mocks.xhr,
-      testHelpers = bid.TestHelpers,
-      testOrigin = testHelpers.testOrigin,
-      failureCheck = testHelpers.failureCheck,
-      testUndefined = testHelpers.testUndefined,
-      testNotUndefined = testHelpers.testNotUndefined,
-      testObjectValuesEqual = testHelpers.testObjectValuesEqual,
-      provisioning = bid.Mocks.Provisioning,
-      TEST_EMAIL = "testuser@testuser.com";
-
-  // I generated these locally, they are used nowhere else.
-  var pubkey = {"algorithm":"RS","n":"56063028070432982322087418176876748072035482898334811368408525596198252519267108132604198004792849077868951906170812540713982954653810539949384712773390200791949565903439521424909576832418890819204354729217207360105906039023299561374098942789996780102073071760852841068989860403431737480182725853899733706069","e":"65537"};
-
-  // this cert is meaningless, but it has the right format
-  var random_cert = "eyJhbGciOiJSUzEyOCJ9.eyJpc3MiOiJpc3N1ZXIuY29tIiwiZXhwIjoxMzE2Njk1MzY3NzA3LCJwdWJsaWMta2V5Ijp7ImFsZ29yaXRobSI6IlJTIiwibiI6IjU2MDYzMDI4MDcwNDMyOTgyMzIyMDg3NDE4MTc2ODc2NzQ4MDcyMDM1NDgyODk4MzM0ODExMzY4NDA4NTI1NTk2MTk4MjUyNTE5MjY3MTA4MTMyNjA0MTk4MDA0NzkyODQ5MDc3ODY4OTUxOTA2MTcwODEyNTQwNzEzOTgyOTU0NjUzODEwNTM5OTQ5Mzg0NzEyNzczMzkwMjAwNzkxOTQ5NTY1OTAzNDM5NTIxNDI0OTA5NTc2ODMyNDE4ODkwODE5MjA0MzU0NzI5MjE3MjA3MzYwMTA1OTA2MDM5MDIzMjk5NTYxMzc0MDk4OTQyNzg5OTk2NzgwMTAyMDczMDcxNzYwODUyODQxMDY4OTg5ODYwNDAzNDMxNzM3NDgwMTgyNzI1ODUzODk5NzMzNzA2MDY5IiwiZSI6IjY1NTM3In0sInByaW5jaXBhbCI6eyJlbWFpbCI6InRlc3R1c2VyQHRlc3R1c2VyLmNvbSJ9fQ.aVIO470S_DkcaddQgFUXciGwq2F_MTdYOJtVnEYShni7I6mqBwK3fkdWShPEgLFWUSlVUtcy61FkDnq2G-6ikSx1fUZY7iBeSCOKYlh6Kj9v43JX-uhctRSB2pI17g09EUtvmb845EHUJuoowdBLmLa4DSTdZE-h4xUQ9MsY7Ik";
-
-
-  function testAssertion(assertion, cb) {
-    equal(typeof assertion, "string", "An assertion was correctly generated");
-
-    // Decode the assertion to a bundle.
-    // var bundle = JSON.parse(window.atob(assertion));
-    // WOW, ^^ was assuming a specific format, let's fix that
-    var bundle = jwcrypto.cert.unbundle(assertion);
-
-    // Make sure both parts of the bundle exist
-    ok(bundle.certs && bundle.certs.length, "we have an array like object for the certificates");
-    equal(typeof bundle.signedAssertion, "string");
-
-    // Decode the assertion itself
-    var components = jwcrypto.extractComponents(bundle.signedAssertion);
-
-    // Check for parts of the assertion
-    equal(components.payload.aud, testOrigin, "correct audience");
-    var expires = parseInt(components.payload.exp, 10);
-    ok(typeof expires === "number" && !isNaN(expires), "expiration date is valid");
-
-    // this should be based on server time, not local time.
-    network.serverTime(function(time) {
-      var nowPlus2Mins = time.getTime() + (2 * 60 * 1000);
-
-      // expiration date must be within 5 seconds of 2 minutes from now - see
-      // issue 433 (https://github.com/mozilla/browserid/issues/433)
-      // An IE8 VM takes about 7 seconds to generate an assertion.
-      var diff = Math.abs(expires - nowPlus2Mins);
-      ok(diff < 5000, "expiration date must be within 5 seconds of 2 minutes from now: " + diff);
-
-      equal(typeof components.cryptoSegment, "string", "cryptoSegment exists");
-      equal(typeof components.headerSegment, "string", "headerSegment exists");
-      equal(typeof components.payloadSegment, "string", "payloadSegment exists");
-
-      if(cb) cb();
-    });
-  }
-
-  module("common/js/user", {
-    setup: function() {
-      testHelpers.setup();
-    },
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  test("setOrigin, getOrigin", function() {
-    lib.setOrigin(testOrigin);
-    equal(lib.getOrigin(), testOrigin);
-  });
-
-  test("setOrigin, getHostname", function() {
-    var origin = "http://persona.org";
-    lib.setOrigin(origin);
-
-    var hostname = lib.getHostname();
-    equal(hostname, "persona.org", "getHostname returns only the hostname");
-  });
-
-  test("setReturnTo, getReturnTo", function() {
-    var returnTo = "http://samplerp.org";
-    lib.setReturnTo(returnTo);
-    equal(lib.getReturnTo(), returnTo, "get/setReturnTo work as expected");
-  });
-
-  test("setOriginEmail/getOriginEmail", function() {
-    storage.addEmail("testuser@testuser.com", { type: "primary" });
-    storage.addEmail("testuser2@testuser.com", { type: "primary" });
-
-    lib.setOrigin("http://testdomain.org");
-
-    lib.setOriginEmail("testuser@testuser.com");
-    equal(lib.getOriginEmail(), "testuser@testuser.com", "correct email");
-
-    lib.setOrigin("http://othertestdomain.org");
-    lib.setOriginEmail("testuser2@testuser.com");
-
-    lib.setOrigin("http://testdomain.org");
-    equal(lib.getOriginEmail(), "testuser@testuser.com", "correct email");
-  });
-
-  test("getStoredEmailKeypairs without key - return all identities", function() {
-    var identities = lib.getStoredEmailKeypairs();
-    equal("object", typeof identities, "object returned");
-  });
-
-  test("getSortedEmailKeypairs - return array sorted by address", function() {
-    storage.addEmail("third", {});
-    storage.addEmail("second", {});
-    storage.addEmail("first", {});
-
-    var sortedIdentities = lib.getSortedEmailKeypairs();
-
-    equal(sortedIdentities[0].address, "first", "correct first address");
-    equal(sortedIdentities[2].address, "third", "correct third address");
-  });
-
-  asyncTest("getStoredEmailKeypair with known key - return identity", function() {
-    lib.syncEmailKeypair(TEST_EMAIL, function() {
-      var identity = lib.getStoredEmailKeypair(TEST_EMAIL);
-
-      ok(identity, "we have an identity");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  test("getStoredEmailKeypair with unknown key", function() {
-    var identity = lib.getStoredEmailKeypair(TEST_EMAIL);
-
-    equal(typeof identity, "undefined", "identity is undefined for unknown key");
-  });
-
-  test("clearStoredEmailKeypairs", function() {
-    lib.clearStoredEmailKeypairs();
-    var identities = lib.getStoredEmailKeypairs();
-    var count = 0;
-    for(var key in identities) {
-      if(identities.hasOwnProperty(key)) {
-        count++;
-      }
-    }
-
-    equal(0, count, "after clearing, there are no identities");
-  });
-
-  asyncTest("createSecondaryUser success - callback with true status", function() {
-    lib.createSecondaryUser(TEST_EMAIL, "password", function(status) {
-      ok(status.success, "user created");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("createSecondaryUser throttled - callback with false status", function() {
-    xhr.useResult("throttle");
-
-    lib.createSecondaryUser(TEST_EMAIL, "password", function(status) {
-      testObjectValuesEqual(status, {
-        success: false,
-        reason: "throttle"
-      });
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("createSecondaryUser with XHR failure", function() {
-    failureCheck(lib.createSecondaryUser, TEST_EMAIL, "password");
-  });
-
-
-  asyncTest("createPrimaryUser with primary, user verified with primary - expect 'primary.verified'", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-    lib.createPrimaryUser({email: "unregistered@testuser.com"}, function(status) {
-      equal(status, "primary.verified", "primary user is already verified, correct status");
-      network.checkAuth(function(authenticated) {
-        equal(authenticated, "assertion", "after provisioning user, user should be automatically authenticated to Persona");
-        start();
-      });
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("createPrimaryUser with primary, user must authenticate with primary - expect 'primary.verify'", function() {
-    xhr.useResult("primary");
-
-    lib.createPrimaryUser({email: "unregistered@testuser.com"}, function(status) {
-      equal(status, "primary.verify", "primary must verify with primary, correct status");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("createPrimaryUser with primary, unknown provisioning failure, expect XHR failure callback", function() {
-    xhr.useResult("primary");
-    provisioning.setFailure({
-      code: "primaryError",
-      msg: "some error"
-    });
-
-    lib.createPrimaryUser({email: "unregistered@testuser.com"},
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-  asyncTest("provisionPrimaryUser authenticated with IdP, expect primary.verified", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-
-    lib.provisionPrimaryUser("unregistered@testuser.com", {},
-      function(status, info) {
-        equal(status, "primary.verified", "primary user is already verified, correct status");
-        start();
-      },
-      testHelpers.unexpectedXHRFailure
-    );
-  });
-
-  asyncTest("provisionPrimaryUser not authenticated with IdP, expect primary.verify", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-
-    lib.provisionPrimaryUser("unregistered@testuser.com", {},
-      function(status, info) {
-        equal(status, "primary.verify", "primary user is not verified, correct status");
-        start();
-      },
-      testHelpers.unexpectedXHRFailure
-    );
-  });
-
-  asyncTest("provisionPrimaryUser with provisioning failure - call failure", function() {
-    xhr.useResult("primary");
-    provisioning.setFailure("failure");
-
-    lib.provisionPrimaryUser("unregistered@testuser.com", {},
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-  asyncTest("primaryUserAuthenticationInfo, user authenticated to IdP, expect keypair, cert, authenticated status", function() {
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-
-    lib.primaryUserAuthenticationInfo(TEST_EMAIL, {},
-      function(info) {
-        equal(info.authenticated, true, "user is authenticated");
-        ok(info.keypair, "keypair passed");
-        ok(info.cert, "cert passed");
-        start();
-      },
-      testHelpers.unexpectedXHRError
-    );
-  });
-
-  asyncTest("primaryUserAuthenticationInfo, user not authenticated to IdP, expect false authenticated status", function() {
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-
-    lib.primaryUserAuthenticationInfo(TEST_EMAIL, {},
-      function(info) {
-        equal(info.authenticated, false, "user is not authenticated");
-        start();
-      },
-      testHelpers.unexpectedXHRError
-    );
-  });
-
-  asyncTest("primaryUserAuthenticationInfo with XHR failure", function() {
-    provisioning.setFailure("failure");
-
-    lib.primaryUserAuthenticationInfo(
-      TEST_EMAIL,
-      {},
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-  asyncTest("isUserAuthenticatedToPrimary with authed user, expect true status", function() {
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-
-    lib.isUserAuthenticatedToPrimary(TEST_EMAIL, {},
-      function(status) {
-        equal(status, true, "user is authenticated, correct status");
-        start();
-      },
-      testHelpers.unexpectedXHRError
-    );
-  });
-
-  asyncTest("isUserAuthenticatedToPrimary with non-authed user, expect false status", function() {
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-
-    lib.isUserAuthenticatedToPrimary(TEST_EMAIL, {},
-      function(status) {
-        equal(status, false, "user is not authenticated, correct status");
-        start();
-      },
-      testHelpers.unexpectedXHRError
-    );
-  });
-
-  asyncTest("isUserAuthenticatedToPrimary with failure", function() {
-    provisioning.setFailure("failure");
-
-    lib.isUserAuthenticatedToPrimary(TEST_EMAIL, {},
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-  asyncTest("waitForUserValidation with complete from backend, user not authed - `mustAuth` response", function() {
-    storage.setReturnTo(testOrigin);
-
-    xhr.setContextInfo("auth_level", false);
-    xhr.useResult("complete");
-
-    lib.waitForUserValidation("registered@testuser.com", function(status) {
-      equal(status, "mustAuth", "mustAuth response expected");
-
-      testHelpers.testEmailMarkedVerified("registered@testuser.com");
-
-      ok(!storage.getReturnTo(), "staged on behalf of is cleared when validation completes");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("waitForUserValidation with `mustAuth` response", function() {
-    storage.setReturnTo(testOrigin);
-
-    xhr.useResult("mustAuth");
-
-    lib.waitForUserValidation("registered@testuser.com", function(status) {
-      equal(status, "mustAuth", "mustAuth response expected");
-
-      testHelpers.testEmailMarkedVerified("registered@testuser.com");
-
-      ok(!storage.getReturnTo(), "staged on behalf of is cleared when validation completes");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("waitForUserValidation with `noRegistration` response", function() {
-    xhr.useResult("noRegistration");
-
-    storage.setReturnTo(testOrigin);
-    lib.waitForUserValidation(
-      "registered@testuser.com",
-      testHelpers.unexpectedSuccess,
-      function(status) {
-        ok(storage.getReturnTo(), "staged on behalf of is not cleared for noRegistration response");
-        ok(status, "noRegistration", "noRegistration response causes failure");
-        start();
-      }
-    );
-  });
-
-
-  asyncTest("waitForUserValidation with XHR failure", function() {
-    storage.setReturnTo(testOrigin);
-    lib.waitForUserValidation(
-      "registered@testuser.com",
-      testHelpers.unexpectedSuccess,
-      function() {
-        ok(storage.getReturnTo(), "staged on behalf of is not cleared on XHR failure");
-        ok(true, "xhr failure should always be a failure");
-        start();
-      }
-    );
-  });
-
-  asyncTest("cancelUserValidation: ~1 second", function() {
-    xhr.useResult("pending");
-
-    storage.setReturnTo(testOrigin);
-    // yes, we are neither expected succes nor failure because we are
-    // cancelling the wait.
-    lib.waitForUserValidation(
-      "registered@testuser.com",
-      testHelpers.unexpectedSuccess,
-      testHelpers.unexpectedXHRFailure
-    );
-
-    setTimeout(function() {
-      lib.cancelUserValidation();
-      ok(storage.getReturnTo(), "staged on behalf of is not cleared when validation cancelled");
-      start();
-    }, 500);
-  });
-
-  asyncTest("tokenInfo with a good token and returnTo info, expect returnTo in results", function() {
-    storage.setReturnTo(testOrigin);
-
-    lib.tokenInfo("token", function(info) {
-      equal(info.email, TEST_EMAIL, "correct email");
-      equal(info.returnTo, testOrigin, "correct returnTo");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("tokenInfo with a bad token without returnTo info, no returnTo in results", function() {
-    lib.tokenInfo("token", function(info) {
-      equal(info.email, TEST_EMAIL, "correct email");
-      equal(typeof info.returnTo, "undefined", "returnTo is undefined");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("tokenInfo with XHR error", function() {
-    failureCheck(lib.tokenInfo, "token");
-  });
-
-  asyncTest("verifyUser with a good token", function() {
-    storage.setReturnTo(testOrigin);
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: false });
-
-    lib.verifyUser("token", "password", function onSuccess(info) {
-
-      testObjectValuesEqual(info, {
-        valid: true,
-        email: TEST_EMAIL,
-        returnTo: testOrigin
-      });
-      equal(storage.getReturnTo(), "", "initiating origin was removed");
-      equal(storage.getEmail(TEST_EMAIL).verified, true, "email marked as verified");
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("verifyUser with a bad token", function() {
-    xhr.useResult("invalid");
-
-    lib.verifyUser("token", "password", function onSuccess(info) {
-      equal(info.valid, false, "bad token calls onSuccess with a false validity");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("verifyUser with an XHR failure", function() {
-    xhr.useResult("ajaxError");
-
-    lib.verifyUser(
-      "token",
-      "password",
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-  asyncTest("canSetPassword with only primary addresses - expect false", function() {
-    storage.addEmail(TEST_EMAIL, { type: "primary" });
-
-    lib.canSetPassword(function(status) {
-      equal(false, status, "status is false with user with only primaries");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("canSetPassword with secondary addresses - expect true", function() {
-    storage.addEmail(TEST_EMAIL, { type: "secondary" });
-
-    lib.canSetPassword(function(status) {
-      equal(true, status, "status is true with user with secondaries");
-      start();
-    }, testHelpers.unexpectedFailure);
-  });
-
-  asyncTest("setPassword with XHR failure", function() {
-    xhr.useResult("ajaxError");
-
-    lib.setPassword(
-      "password",
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-  asyncTest("setPassword success", function() {
-    lib.setPassword(
-      "password",
-      function(status) {
-        ok(status, true, "status is true for success");
-        start();
-      },
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-  asyncTest("requestPasswordReset with known email - true status", function() {
-    var returnTo = "http://samplerp.org";
-    lib.setReturnTo(returnTo);
-
-    lib.requestPasswordReset("registered@testuser.com", "password", function(status) {
-      equal(status.success, true, "password reset for known user");
-      equal(storage.getReturnTo(), returnTo, "RP URL is stored for verification");
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("requestPasswordReset with unknown email - false status, invalid_user", function() {
-    lib.requestPasswordReset("unregistered@testuser.com", "password", function(status) {
-      equal(status.success, false, "password not reset for unknown user");
-      equal(status.reason, "invalid_user", "invalid_user is the reason");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("requestPasswordReset with throttle - false status, throttle", function() {
-    xhr.useResult("throttle");
-    lib.requestPasswordReset("registered@testuser.com", "password", function(status) {
-      equal(status.success, false, "password not reset for throttle");
-      equal(status.reason, "throttle", "password reset was throttled");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("requestPasswordReset with XHR failure", function() {
-    failureCheck(lib.requestPasswordReset, "registered@testuser.com", "password");
-  });
-
-  asyncTest("completePasswordReset with a good token", function() {
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: false });
-    storage.setReturnTo(testOrigin);
-
-    lib.completePasswordReset("token", "password", function onSuccess(info) {
-      testObjectValuesEqual(info, {
-        valid: true,
-        email: TEST_EMAIL,
-        returnTo: testOrigin,
-      });
-
-      equal(storage.getReturnTo(), "", "initiating origin was removed");
-      equal(storage.getEmail(TEST_EMAIL).verified, true, "email now marked as verified");
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("completePasswordReset with a bad token", function() {
-    xhr.useResult("invalid");
-
-    lib.completePasswordReset("token", "password", function onSuccess(info) {
-      equal(info.valid, false, "bad token calls onSuccess with a false validity");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("completePasswordReset with an XHR failure", function() {
-    xhr.useResult("ajaxError");
-
-    lib.completePasswordReset(
-      "token",
-      "password",
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-  asyncTest("requestEmailReverify with owned verified email - false status", function() {
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: true });
-
-    var returnTo = "http://samplerp.org";
-    lib.setReturnTo(returnTo);
-    lib.requestEmailReverify(TEST_EMAIL, function(status) {
-      testObjectValuesEqual(status, {
-        success: false,
-        reason: "verified_email"
-      });
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("requestEmailReverify with owned unverified email - false status", function() {
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: false });
-
-    var returnTo = "http://samplerp.org";
-    lib.setReturnTo(returnTo);
-    lib.requestEmailReverify(TEST_EMAIL, function(status) {
-      equal(status.success, true, "password reset for known user");
-      equal(storage.getReturnTo(), returnTo, "RP URL is stored for verification");
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("requestEmailReverify with unowned email - false status, invalid_user", function() {
-    lib.requestEmailReverify(TEST_EMAIL, function(status) {
-      testObjectValuesEqual(status, {
-        success: false,
-        reason: "invalid_email"
-      });
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("requestEmailReverify owned email with throttle - false status, throttle", function() {
-    xhr.useResult("throttle");
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: false });
-
-    lib.requestEmailReverify(TEST_EMAIL, function(status) {
-      testObjectValuesEqual(status, {
-        success: false,
-        reason: "throttle"
-      });
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("requestEmailReverify with XHR failure", function() {
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: false });
-    failureCheck(lib.requestEmailReverify, TEST_EMAIL);
-  });
-
-  asyncTest("authenticate with valid credentials, also syncs email with server", function() {
-    lib.authenticate(TEST_EMAIL, "testuser", function(authenticated) {
-      equal(true, authenticated, "we are authenticated!");
-      var emails = lib.getStoredEmailKeypairs();
-      equal(_.size(emails) > 0, true, "emails have been synced to server");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-  asyncTest("authenticate with too short a password - user not authenticated", function() {
-    var password = testHelpers.generateString(bid.PASSWORD_MIN_LENGTH - 1);
-    lib.authenticate(TEST_EMAIL, password, function onComplete(authenticated) {
-      equal(false, authenticated, "invalid authentication.");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("authenticate with too long a password - user not authenticated", function() {
-    var password = testHelpers.generateString(bid.PASSWORD_MAX_LENGTH + 1);
-    lib.authenticate(TEST_EMAIL, password, function onComplete(authenticated) {
-      equal(false, authenticated, "invalid authentication.");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("authenticate with invalid credentials", function() {
-    xhr.useResult("invalid");
-    lib.authenticate(TEST_EMAIL, "testuser", function onComplete(authenticated) {
-      equal(false, authenticated, "invalid authentication.");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-  asyncTest("authenticate with XHR failure", function() {
-    failureCheck(lib.authenticate, TEST_EMAIL, "testuser");
-  });
-
-  asyncTest("authenticateWithAssertion with valid assertion", function() {
-    lib.authenticateWithAssertion(TEST_EMAIL, "test_assertion", function(authenticated) {
-      equal(true, authenticated, "we are authenticated!");
-      var emails = lib.getStoredEmailKeypairs();
-      equal(_.size(emails) > 0, true, "emails have been synced to server");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("authenticateWithAssertion with invalid assertion", function() {
-    xhr.useResult("invalid");
-    lib.authenticateWithAssertion(TEST_EMAIL, "test_assertion", function onComplete(authenticated) {
-      equal(false, authenticated, "invalid authentication.");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("authenticateWithAssertion with XHR failure", function() {
-    failureCheck(lib.authenticateWithAssertion, TEST_EMAIL, "testuser");
-  });
-
-  asyncTest("checkAuthentication with valid authentication", function() {
-    storage.addSecondaryEmail(TEST_EMAIL);
-    xhr.setContextInfo("auth_level", "primary");
-
-    lib.checkAuthentication(function(authenticated) {
-      equal(authenticated, "primary", "We are authenticated!");
-      testNotUndefined(storage.getEmail(TEST_EMAIL), "localStorage is not cleared");
-      start();
-    });
-  });
-
-
-
-  asyncTest("checkAuthentication with invalid authentication - localStorage cleared", function() {
-    storage.addSecondaryEmail(TEST_EMAIL);
-    xhr.setContextInfo("auth_level", undefined);
-
-    lib.checkAuthentication(function(authenticated) {
-      equal(authenticated, false, "We are not authenticated!");
-      testUndefined(storage.getEmail(TEST_EMAIL), "localStorage was cleared");
-      start();
-    });
-  });
-
-
-  asyncTest("checkAuthentication with cookies disabled - localStorage is not cleared, user can enable their cookies and try again", function() {
-    storage.addSecondaryEmail(TEST_EMAIL);
-    network.init({ cookiesEnabledOverride: false });
-
-    lib.checkAuthentication(function(authenticated) {
-      equal(authenticated, false, "We are not authenticated!");
-      testNotUndefined(storage.getEmail(TEST_EMAIL), "localStorage is not cleared");
-      start();
-    });
-  });
-
-  asyncTest("checkAuthentication with XHR failure", function() {
-    xhr.useResult("contextAjaxError");
-    failureCheck(lib.checkAuthentication);
-  });
-
-
-
-  asyncTest("checkAuthenticationAndSync with valid authentication", function() {
-    xhr.setContextInfo("auth_level", "primary");
-
-    lib.checkAuthenticationAndSync(function(authenticated) {
-      equal(authenticated, "primary", "We are authenticated!");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-  asyncTest("checkAuthenticationAndSync with invalid authentication - localStorage cleared", function() {
-    storage.addSecondaryEmail(TEST_EMAIL);
-    xhr.setContextInfo("auth_level", undefined);
-
-    lib.checkAuthenticationAndSync(function onComplete(authenticated) {
-      equal(authenticated, false, "We are not authenticated!");
-      testUndefined(storage.getEmail(TEST_EMAIL), "localStorage was cleared");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("checkAuthenticationAndSync with cookies disabled - localStorage not cleared, user can enable their cookies and try again", function() {
-    storage.addSecondaryEmail(TEST_EMAIL);
-    network.init({ cookiesEnabledOverride: false });
-
-    lib.checkAuthenticationAndSync(function onComplete(authenticated) {
-      equal(authenticated, false, "We are not authenticated!");
-      testNotUndefined(storage.getEmail(TEST_EMAIL), "localStorage is not cleared");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-  asyncTest("checkAuthenticationAndSync with XHR failure", function() {
-    xhr.setContextInfo("auth_level", "primary");
-
-    failureCheck(lib.checkAuthenticationAndSync);
-  });
-
-  asyncTest("isEmailRegistered with registered email", function() {
-    lib.isEmailRegistered("registered@testuser.com", function(registered) {
-      ok(registered);
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("isEmailRegistered with unregistered email", function() {
-    lib.isEmailRegistered("unregistered@testuser.com", function(registered) {
-      equal(registered, false);
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("isEmailRegistered with XHR failure", function() {
-    failureCheck(lib.isEmailRegistered, "registered");
-  });
-
-  asyncTest("passwordNeededToAddSecondaryEmail, account only has primaries - call callback with true", function() {
-    storage.addEmail("testuser@testuser.com", { type: "primary" });
-
-    lib.passwordNeededToAddSecondaryEmail(function(passwordNeeded) {
-      equal(passwordNeeded, true, "password correctly needed");
-      start();
-    });
-  });
-
-  asyncTest("passwordNeededToAddSecondaryEmail, account already has secondary - call callback with false", function() {
-    storage.addEmail("testuser@testuser.com", { type: "secondary" });
-
-    lib.passwordNeededToAddSecondaryEmail(function(passwordNeeded) {
-      equal(passwordNeeded, false, "password not needed");
-      start();
-    });
-  });
-
-  asyncTest("passwordNeededToAddSecondaryEmail, mix of types - call callback with false", function() {
-    storage.addEmail("testuser@testuser.com", { type: "primary" });
-    storage.addEmail("testuser1@testuser.com", { type: "secondary" });
-
-    lib.passwordNeededToAddSecondaryEmail(function(passwordNeeded) {
-      equal(passwordNeeded, false, "password not needed");
-      start();
-    });
-  });
-
-  asyncTest("addEmail", function() {
-    var returnTo = "http://samplerp.org";
-    lib.setReturnTo(returnTo);
-
-    lib.addEmail("testemail@testemail.com", "password", function(added) {
-      ok(added, "user was added");
-
-      var identities = lib.getStoredEmailKeypairs();
-      equal("testemail@testemail.com" in identities, false, "new email is not added until confirmation.");
-
-      equal(storage.getReturnTo(), returnTo, "RP URL is stored for verification");
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("addEmail with addition refused", function() {
-    xhr.useResult("throttle");
-
-    lib.addEmail("testemail@testemail.com", "password", function(added) {
-      equal(added, false, "user addition was refused");
-
-      var identities = lib.getStoredEmailKeypairs();
-      equal(false, "testemail@testemail.com" in identities, "Our new email is not added until confirmation.");
-
-      equal(typeof storage.getReturnTo(), "undefined", "initiatingOrigin is not stored");
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("addEmail with XHR failure", function() {
-    failureCheck(lib.addEmail, "testemail@testemail.com", "password");
-  });
-
-
- asyncTest("waitForEmailValidation with `complete` backend response, user authenticated to assertion level - expect 'mustAuth'", function() {
-    storage.setReturnTo(testOrigin);
-    xhr.setContextInfo("auth_level", "assertion");
-
-    xhr.useResult("complete");
-    lib.waitForEmailValidation("registered@testuser.com", function(status) {
-      ok(!storage.getReturnTo(), "staged on behalf of is cleared when validation completes");
-      testHelpers.testEmailMarkedVerified("registered@testuser.com");
-      equal(status, "mustAuth", "mustAuth response expected");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
- asyncTest("waitForEmailValidation with `complete` backend response, user authenticated to password level - expect 'complete'", function() {
-    storage.setReturnTo(testOrigin);
-    xhr.setContextInfo("auth_level", "password");
-
-    xhr.useResult("complete");
-    lib.waitForEmailValidation("registered@testuser.com", function(status) {
-      ok(!storage.getReturnTo(), "staged on behalf of is cleared when validation completes");
-      testHelpers.testEmailMarkedVerified("registered@testuser.com");
-      equal(status, "complete", "complete response expected");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("waitForEmailValidation `mustAuth` response", function() {
-    storage.setReturnTo(testOrigin);
-    xhr.useResult("mustAuth");
-
-    lib.waitForEmailValidation("registered@testuser.com", function(status) {
-      ok(!storage.getReturnTo(), "staged on behalf of is cleared when validation completes");
-      testHelpers.testEmailMarkedVerified("registered@testuser.com");
-      equal(status, "mustAuth", "mustAuth response expected");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("waitForEmailValidation with `noRegistration` response", function() {
-    storage.setReturnTo(testOrigin);
-    xhr.useResult("noRegistration");
-
-    lib.waitForEmailValidation(
-      "registered@testuser.com",
-      testHelpers.unexpectedSuccess,
-      function(status) {
-        ok(storage.getReturnTo(), "staged on behalf of is cleared when validation completes");
-        ok(status, "noRegistration", "noRegistration response causes failure");
-        start();
-      });
-  });
-
-
- asyncTest("waitForEmailValidation XHR failure", function() {
-    storage.setReturnTo(testOrigin);
-    xhr.useResult("ajaxError");
-
-    lib.waitForEmailValidation(
-      "registered@testuser.com",
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-
-  asyncTest("cancelEmailValidation: ~1 second", function() {
-    xhr.useResult("pending");
-
-    storage.setReturnTo(testOrigin);
-    lib.waitForEmailValidation(
-      "registered@testuser.com",
-      testHelpers.unexpectedSuccess,
-      testHelpers.unexpectedXHRFailure
-    );
-
-    setTimeout(function() {
-      lib.cancelUserValidation();
-      ok(storage.getReturnTo(), "staged on behalf of is not cleared when validation cancelled");
-      start();
-    }, 500);
-  });
-
-  asyncTest("verifyEmail with a good token - callback with email, returnTo, valid", function() {
-    storage.setReturnTo(testOrigin);
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: false });
-    lib.verifyEmail("token", "password", function onSuccess(info) {
-      testObjectValuesEqual(info, {
-        valid: true,
-        email: TEST_EMAIL,
-        returnTo: testOrigin
-      });
-      equal(storage.getReturnTo(), "", "initiating returnTo was removed");
-      equal(storage.getEmail(TEST_EMAIL).verified, true, "email now marked as verified");
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("verifyEmail with a bad token - callback with valid: false", function() {
-    xhr.useResult("invalid");
-
-    lib.verifyEmail("token", "password", function onSuccess(info) {
-      equal(info.valid, false, "bad token calls onSuccess with a false validity");
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("verifyEmail with an XHR failure", function() {
-    xhr.useResult("ajaxError");
-
-    lib.verifyEmail(
-      "token",
-      "password",
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-  asyncTest("syncEmailKeypair with successful sync", function() {
-    lib.syncEmailKeypair("testemail@testemail.com", function(keypair) {
-      var identity = lib.getStoredEmailKeypair("testemail@testemail.com");
-
-      ok(identity, "we have an identity");
-      ok(identity.priv, "a private key is on the identity");
-      ok(identity.pub, "a private key is on the identity");
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-  asyncTest("syncEmailKeypair with invalid sync", function() {
-    xhr.useResult("invalid");
-    lib.syncEmailKeypair(
-      "testemail@testemail.com",
-      testHelpers.unexpectedSuccess,
-      function() {
-        var identity = lib.getStoredEmailKeypair("testemail@testemail.com");
-        equal(typeof identity, "undefined", "Invalid email is not synced");
-
-        start();
-      }
-    );
-  });
-
-  asyncTest("syncEmailKeypair with XHR failure", function() {
-    failureCheck(lib.syncEmailKeypair, "testemail@testemail.com");
-  });
-
-
-  asyncTest("removeEmail that is added", function() {
-    storage.addEmail("testemail@testemail.com", {pub: "pub", priv: "priv"});
-
-    lib.removeEmail("testemail@testemail.com", function() {
-      var identities = lib.getStoredEmailKeypairs();
-      equal(false, "testemail@testemail.com" in identities, "Our new email is removed");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-
-  asyncTest("removeEmail that is not added", function() {
-    lib.removeEmail("testemail@testemail.com", function() {
-      var identities = lib.getStoredEmailKeypairs();
-      equal(false, "testemail@testemail.com" in identities, "Our new email is removed");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("removeEmail with XHR failure", function() {
-    storage.addEmail("testemail@testemail.com", {pub: "pub", priv: "priv"});
-
-    failureCheck(lib.removeEmail, "testemail@testemail.com");
-  });
-
-
-
-
-  asyncTest("syncEmails with no pre-loaded identities and no identities to add", function() {
-    xhr.useResult("no_identities");
-    lib.syncEmails(function onSuccess() {
-      var identities = lib.getStoredEmailKeypairs();
-      ok(true, "we have synced identities");
-      equal(_.size(identities), 0, "there are no identities");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("syncEmails with no pre-loaded identities and identities to add", function() {
-    lib.syncEmails(function onSuccess() {
-      var identities = lib.getStoredEmailKeypairs();
-      ok(TEST_EMAIL in identities, "Our new email is added");
-      equal(_.size(identities), 1, "there is one identity");
-
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("syncEmails with identities preloaded and none to add", function() {
-    storage.addEmail(TEST_EMAIL, {});
-    lib.syncEmails(function onSuccess() {
-      var identities = lib.getStoredEmailKeypairs();
-      ok(TEST_EMAIL in identities, "Our new email is added");
-      equal(_.size(identities), 1, "there is one identity");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-  asyncTest("syncEmails with identities preloaded and one to add", function() {
-    storage.addEmail(TEST_EMAIL, {pubkey: pubkey, cert: random_cert});
-
-    xhr.useResult("multiple");
-
-    lib.syncEmails(function onSuccess() {
-      var identities = lib.getStoredEmailKeypairs();
-      ok(TEST_EMAIL in identities, "Our old email address is still there");
-      ok("testuser2@testuser.com" in identities, "Our new email is added");
-      equal(_.size(identities), 2, "there are two identities");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-  asyncTest("syncEmails with identities preloaded and one to remove", function() {
-    storage.addEmail(TEST_EMAIL, {pub: pubkey, cert: random_cert});
-    storage.addEmail("testuser2@testuser.com", {pub: pubkey, cert: random_cert});
-
-    lib.syncEmails(function onSuccess() {
-      var identities = lib.getStoredEmailKeypairs();
-      ok(TEST_EMAIL in identities, "Our old email address is still there");
-      equal("testuser2@testuser.com" in identities, false, "Our unknown email is removed");
-      equal(_.size(identities), 1, "there is one identity");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("syncEmails with one to update", function() {
-    // verified is set to false here,  the mock for list_emails has verified
-    // set to true.  If emails are being updated, verified will be set to true
-    // whenever syncEmails is complete.
-    storage.addEmail(TEST_EMAIL, {pub: pubkey, cert: random_cert, verified: false});
-
-    lib.syncEmails(function onSuccess() {
-      var identities = lib.getStoredEmailKeypairs();
-      ok(TEST_EMAIL in identities, "refreshed key is synced");
-      equal(identities[TEST_EMAIL].verified, true, "verified was correctly updated");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("syncEmails with XHR failure", function() {
-    failureCheck(lib.syncEmails);
-  });
-
-  asyncTest("getAssertion with known email that has key", function() {
-    lib.syncEmailKeypair(TEST_EMAIL, function() {
-      lib.getAssertion(TEST_EMAIL, lib.getOrigin(), function onSuccess(assertion) {
-        testAssertion(assertion, start);
-        equal(storage.site.get(testOrigin, "email"), TEST_EMAIL, "email address was persisted");
-      }, testHelpers.unexpectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-  asyncTest("getAssertion with known secondary email that does not have a key", function() {
-    storage.addEmail(TEST_EMAIL, { type: "secondary" });
-    lib.getAssertion(TEST_EMAIL, lib.getOrigin(), function onSuccess(assertion) {
-      testAssertion(assertion, start);
-      equal(storage.site.get(testOrigin, "email"), TEST_EMAIL, "email address was persisted");
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-
-  asyncTest("getAssertion with known primary email, expired cert, user authenticated with IdP - expect assertion", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-    storage.addEmail("unregistered@testuser.com", { type: "primary" });
-
-    lib.getAssertion(
-      "unregistered@testuser.com",
-      lib.getOrigin(),
-      function(assertion) {
-        testAssertion(assertion, start);
-        equal(storage.site.get(testOrigin, "email"), "unregistered@testuser.com", "email address was persisted");
-      },
-      testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("getAssertion with known primary email, expired cert, user not authenticated with IdP - expect null assertion", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-    storage.addEmail("unregistered@testuser.com", { type: "primary" });
-
-    lib.getAssertion(
-      "unregistered@testuser.com",
-      lib.getOrigin(),
-      function(assertion) {
-        equal(assertion, null, "user must authenticate with IdP, no assertion");
-        start();
-      },
-      testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("getAssertion with unknown email", function() {
-    lib.syncEmailKeypair(TEST_EMAIL, function() {
-      lib.getAssertion("testuser2@testuser.com", lib.getOrigin(), function onSuccess(assertion) {
-        equal(null, assertion, "email was unknown, we do not have an assertion");
-        equal(storage.site.get(testOrigin, "email"), undefined, "email address was not set");
-        start();
-      });
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("getAssertion with XHR failure", function() {
-    storage.addEmail(TEST_EMAIL, {});
-    failureCheck(lib.getAssertion, TEST_EMAIL, lib.getOrigin());
-  });
-
-
-  asyncTest("getSilentAssertion with logged in user, emails match - user already logged in, call callback with email and null assertion", function() {
-    var LOGGED_IN_EMAIL = TEST_EMAIL;
-    xhr.setContextInfo("auth_level", "password");
-
-    lib.syncEmailKeypair(LOGGED_IN_EMAIL, function() {
-      storage.setLoggedIn(lib.getOrigin(), LOGGED_IN_EMAIL);
-      lib.getSilentAssertion(LOGGED_IN_EMAIL, function(email, assertion) {
-        equal(email, LOGGED_IN_EMAIL, "correct email");
-        strictEqual(assertion, null, "correct assertion");
-        start();
-      }, testHelpers.unexpectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("getSilentAssertion with logged in user, request email different from logged in email, valid cert for logged in email - logged in user needs assertion - call callback with email and assertion.", function() {
-    xhr.setContextInfo("auth_level", "password");
-    var LOGGED_IN_EMAIL = TEST_EMAIL;
-    var REQUESTED_EMAIL = "requested@testuser.com";
-
-    lib.syncEmailKeypair(LOGGED_IN_EMAIL, function() {
-      storage.setLoggedIn(lib.getOrigin(), LOGGED_IN_EMAIL);
-      lib.getSilentAssertion(REQUESTED_EMAIL, function(email, assertion) {
-        equal(email, LOGGED_IN_EMAIL, "correct email");
-        testAssertion(assertion, start);
-      }, testHelpers.unexpectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("logoutUser", function(onSuccess) {
-    lib.authenticate(TEST_EMAIL, "testuser", function(authenticated) {
-      lib.syncEmails(function() {
-        var storedIdentities = storage.getEmails();
-        equal(_.size(storedIdentities), 1, "one identity");
-
-        lib.logoutUser(function() {
-          storedIdentities = storage.getEmails();
-          equal(_.size(storedIdentities), 0, "All items have been removed on logout");
-
-          start();
-        }, testHelpers.unexpectedXHRFailure);
-      }, testHelpers.unexpectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-
-
-  });
-
-  asyncTest("logoutUser with XHR failure", function(onSuccess) {
-    lib.authenticate(TEST_EMAIL, "testuser", function(authenticated) {
-      lib.syncEmails(function() {
-        failureCheck(lib.logoutUser);
-      }, testHelpers.unexpectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("cancelUser", function(onSuccess) {
-    lib.cancelUser(function() {
-      var storedIdentities = storage.getEmails();
-      equal(_.size(storedIdentities), 0, "All items have been removed");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("cancelUser with XHR failure", function(onSuccess) {
-    failureCheck(lib.cancelUser);
-  });
-
-
-  asyncTest("logout with invalid login", function() {
-    xhr.setContextInfo("auth_level", undefined);
-
-    lib.logout(function onComplete(success) {
-      strictEqual(success, false, "success with invalid login is false");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("logout with valid login with remember set to true", function() {
-    xhr.setContextInfo("auth_level", "primary");
-    storage.site.set(testOrigin, "remember", true);
-
-    lib.logout(function onComplete(success) {
-      strictEqual(success, true, "success flag good");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("addressInfo with XHR Error", function() {
-    failureCheck(lib.addressInfo, TEST_EMAIL);
-  });
-
-  asyncTest("addressInfo with unknown secondary user", function() {
-    xhr.useResult("unknown_secondary");
-    lib.addressInfo(
-      "unregistered@testuser.com",
-      function(info) {
-        equal(info.email, "unregistered@testuser.com", "correct address");
-        equal(info.type, "secondary", "correct type");
-        equal(info.email, "unregistered@testuser.com", "correct email");
-        equal(info.known, false, "address not known to Persona");
-        start();
-      },
-      testHelpers.unexpectedFailure
-    );
-  });
-
-  asyncTest("addressInfo with known secondary user", function() {
-    xhr.useResult("known_secondary");
-    lib.addressInfo(
-      "registered@testuser.com",
-      function(info) {
-        equal(info.type, "secondary", "correct type");
-        equal(info.email, "registered@testuser.com", "correct email");
-        equal(info.known, true, "address known to Persona");
-        start();
-      },
-      testHelpers.unexpectedFailure
-    );
-  });
-
-  asyncTest("addressInfo with unknown primary authenticated user", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-    lib.addressInfo(
-      "unregistered@testuser.com",
-      function(info) {
-        testObjectValuesEqual(info, {
-          type: "primary",
-          email: "unregistered@testuser.com",
-          authed: true,
-          idpName: "testuser.com",
-          known: false
-        });
-        start();
-      },
-      testHelpers.unexpectedFailure
-    );
-  });
-
-  asyncTest("addressInfo with known primary authenticated user", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-    lib.addressInfo(
-      "registered@testuser.com",
-      function(info) {
-        testObjectValuesEqual(info, {
-          type: "primary",
-          email: "registered@testuser.com",
-          authed: true,
-          idpName: "testuser.com",
-          known: true
-        });
-        start();
-      },
-      testHelpers.unexpectedFailure
-    );
-  });
-
-  asyncTest("addressInfo with known primary unauthenticated user", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-    lib.addressInfo(
-      "registered@testuser.com",
-      function(info) {
-        testObjectValuesEqual(info, {
-          type: "primary",
-          email: "registered@testuser.com",
-          authed: false,
-          idpName: "testuser.com",
-          known: true
-        });
-        start();
-      },
-      testHelpers.unexpectedFailure
-    );
-  });
-
-  asyncTest("hasSecondary returns false if the user has 0 secondary email address", function() {
-    lib.hasSecondary(function(hasSecondary) {
-      equal(hasSecondary, false, "hasSecondary is false");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("hasSecondary returns true if the user has at least one secondary email address", function() {
-    storage.addEmail(TEST_EMAIL, { type: "secondary" });
-    lib.hasSecondary(function(hasSecondary) {
-      equal(hasSecondary, true, "hasSecondary is true");
-      start();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("setComputerOwnershipStatus with true, isUsersComputer - mark the computer as the users, prolongs the user's session", function() {
-    lib.authenticate(TEST_EMAIL, "password", function() {
-      storage.usersComputer.clear(network.userid());
-      lib.setComputerOwnershipStatus(true, function() {
-        lib.isUsersComputer(function(usersComputer) {
-          equal(usersComputer, true, "user is marked as owner of computer");
-          start();
-        }, testHelpers.unexpectedXHRFailure);
-      }, testHelpers.unexpectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("setComputerOwnershipStatus with false, isUsersComputer - mark the computer as not the users", function() {
-    lib.authenticate(TEST_EMAIL, "password", function() {
-      storage.usersComputer.clear(network.userid());
-      lib.setComputerOwnershipStatus(false, function() {
-        lib.isUsersComputer(function(usersComputer) {
-          equal(usersComputer, false, "user is marked as not an owner");
-          start();
-        }, testHelpers.unexpectedXHRFailure);
-      }, testHelpers.unexpectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("setComputerOwnershipStatus with unauthenticated user - call onFailure", function() {
-    lib.setComputerOwnershipStatus(false,
-      testHelpers.unexpectedSuccess,
-      testHelpers.expectedXHRFailure
-    );
-  });
-
-  asyncTest("setComputerOwnershipStatus with true & XHR Failure - call onFailure", function() {
-    lib.authenticate(TEST_EMAIL, "password", function() {
-      xhr.useResult("ajaxError");
-      lib.setComputerOwnershipStatus(true,
-        testHelpers.unexpectedSuccess,
-        testHelpers.expectedXHRFailure
-      );
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("shouldAskIfUsersComputer with user who has been asked - call onSuccess with false", function() {
-    lib.authenticate(TEST_EMAIL, "password", function() {
-      storage.usersComputer.setConfirmed(network.userid());
-      lib.shouldAskIfUsersComputer(function(shouldAsk) {
-        equal(shouldAsk, false, "user has been asked already, do not ask again");
-        start();
-      }, testHelpers.expectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("shouldAskIfUsersComputer with user who has not been asked and has not verified email this dialog session - call onSuccess with true", function() {
-    lib.authenticate(TEST_EMAIL, "password", function() {
-      storage.usersComputer.forceAsk(network.userid());
-      lib.shouldAskIfUsersComputer(function(shouldAsk) {
-        equal(shouldAsk, true, "user has not verified an email this dialog session and should be asked");
-        start();
-      }, testHelpers.expectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("shouldAskIfUsersComputer with user who has not been asked and has verified email in this dialog session - call onSuccess with false", function() {
-    lib.authenticate(TEST_EMAIL, "password", function() {
-      storage.setReturnTo(testOrigin);
-      xhr.useResult("complete");
-
-      lib.waitForEmailValidation(TEST_EMAIL, function() {
-        storage.usersComputer.forceAsk(network.userid());
-        lib.shouldAskIfUsersComputer(function(shouldAsk) {
-          equal(shouldAsk, false, "user has verified an email this dialog session and should be asked");
-          start();
-        }, testHelpers.expectedXHRFailure);
-      }, testHelpers.unexpectedXHRFailure);
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-}());
diff --git a/resources/static/test/cases/common/js/validation.js b/resources/static/test/cases/common/js/validation.js
deleted file mode 100644
index 271d6b5285c3bd20347628ae17f47354f75ed95b..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/validation.js
+++ /dev/null
@@ -1,248 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      validation = bid.Validation,
-      testHelpers = bid.TestHelpers,
-      tooltipShown,
-      origShowTooltip;
-
-  function showTooltip(el) {
-    tooltipShown = true;
-  }
-
-  module("common/js/validation", {
-    setup: function() {
-      origShowTooltip = bid.Tooltip.showTooltip;
-      bid.Tooltip.showTooltip = showTooltip;
-      tooltipShown = false;
-    },
-
-    teardown: function() {
-      bid.Tooltip.showTooltip = origShowTooltip;
-    }
-  });
-
-  test("email address x@y.z is valid", function() {
-    ok(bid.verifyEmail("x@y.z"), "x@y.z is valid");
-  });
-
-  test("email address x@y.z.w is valid", function() {
-    ok(bid.verifyEmail("x@y.z.w"), "x@y.z.w is valid");
-  });
-
-  test("email address x.v@y.z.w is valid", function() {
-    ok(bid.verifyEmail("x.v@y.z.w"), "x.v@y.z.w is valid");
-  });
-
-  test("email address x_v@y.z.w is valid", function() {
-    ok(bid.verifyEmail("x_v@y.z.w"), "x_v@y.z.w is valid");
-  });
-
-  test("email address x is not valid", function() {
-    equal(bid.verifyEmail("x"), false, "x is not valid");
-  });
-
-  test("email address x@y is not valid", function() {
-    equal(bid.verifyEmail("x@y"), false, "x@y is not valid");
-  });
-
-  test("email address x@y. is not valid", function() {
-    equal(bid.verifyEmail("x@y."), false, "x@y. is not valid");
-  });
-
-
-
-  test("email with valid email", function() {
-    var valid = validation.email("testuser@testuser.com");
-
-    ok(valid, "valid email is valid");
-    equal(tooltipShown, false, "valid email shows no tooltip");
-  });
-
-  test("email with empty email", function() {
-    var valid = validation.email("");
-
-    equal(valid, false, "missing email is missing");
-    equal(tooltipShown, true, "missing email shows no tooltip");
-  });
-
-  test("email with Capital Letters in local side", function() {
-    var valid = validation.email("X@y.z");
-
-    equal(valid, true, "capital letters allowed in local side");
-    equal(tooltipShown, false, "capital letters in local side causes no tooltip");
-  });
-
-  test("email with Capital Letters in domain side", function() {
-    var valid = validation.email("x@Y.z");
-
-    equal(valid, true, "capital letters are allowed in domain side");
-    equal(tooltipShown, false, "capital letters in domain side causes no tooltip");
-  });
-
-  test("email with numbers in domain side", function() {
-    var valid = validation.email("x@0.Z");
-
-    equal(valid, true, "numbers are allowed in domain side");
-    equal(tooltipShown, false, "numbers in domain side causes no tooltip");
-  });
-
-
-  test("email with 64 characters in local side", function() {
-    var local = "";
-
-    for(var i = 0; i < 64; i++) {
-      local += "a";
-    }
-
-    var valid = validation.email(local + "@y.z");
-
-    equal(valid, true, "64 characters allowed in local side");
-    equal(tooltipShown, false, "64 characters causes no error");
-  });
-
-  test("email with more than 64 characters in local side", function() {
-    var local = "";
-
-    for(var i = 0; i <= 64; i++) {
-      local += "a";
-    }
-
-    var valid = validation.email(local + "@y.z");
-
-    equal(valid, false, "only 64 characters allowed in local side");
-    equal(tooltipShown, true, "65 characters causes an error");
-  });
-
-  test("email with 254 characters", function() {
-    var domain = "";
-
-    for(var i = 0; i < 248; i++) {
-      domain += "a";
-    }
-
-    var valid = validation.email("x@" + domain * ".com");
-
-    equal(valid, false, "254 characters allowed in total address");
-    equal(tooltipShown, true, "254 characters causes no error");
-  });
-
-  test("email with more than 254 characters", function() {
-    var domain = "";
-
-    for(var i = 0; i <= 248; i++) {
-      domain += "a";
-    }
-
-    var valid = validation.email("x@" + domain * ".com");
-
-    equal(valid, false, "only 254 characters allowed in total address");
-    equal(tooltipShown, true, "> 254 characters causes an error");
-  });
-
-  test("email with invalid email", function() {
-    var valid = validation.email("testuser@testuser");
-
-    equal(valid, valid, "invalid email is invalid");
-    equal(tooltipShown, true, "invalid email shows no tooltip");
-  });
-
-
-  test("password with valid password", function() {
-    var valid = validation.password("password");
-
-    ok(valid, "valid password is valid");
-    equal(tooltipShown, false, "valid password shows no tooltip");
-  });
-
-  test("password with missing password", function() {
-    var valid = validation.password("");
-
-    equal(valid, false, "invalid password is invalid");
-    equal(tooltipShown, true, "invalid password shows tooltip");
-  });
-
-  test("validateEmailAndPassword with valid email and password", function() {
-    var valid = validation.emailAndPassword("testuser@testuser.com", "password");
-
-    ok(valid, "valid email and password are valid");
-    equal(tooltipShown, false, "valid email and password shows no tooltip");
-  });
-
-  test("validateEmailAndPassword with empty email", function() {
-    var valid = validation.emailAndPassword("", "password");
-
-    equal(valid, false, "empty email is invalid");
-    equal(tooltipShown, true, "empty email shows tooltip");
-  });
-
-  test("validateEmailAndPassword with invalid email", function() {
-    var valid = validation.emailAndPassword("testuser", "password");
-
-    equal(valid, false, "invalid email is invalid");
-    equal(tooltipShown, true, "invalid email shows tooltip");
-  });
-
-  test("validateEmailAndPassword with empty password", function() {
-    var valid = validation.emailAndPassword("testuser@testuser.com", "");
-
-    equal(valid, false, "empty password is invalid");
-    equal(tooltipShown, true, "empty password shows tooltip");
-  });
-
-
-  test("passwordAndValidationPassword with empty password", function() {
-    var valid = validation.passwordAndValidationPassword("", "password");
-
-    equal(valid, false, "empty password is invalid");
-    equal(tooltipShown, true, "empty password shows tooltip");
-  });
-
-
-  test("passwordAndValidationPassword with too short password", function() {
-    var tooShort = testHelpers.generateString(bid.PASSWORD_MIN_LENGTH - 1);
-    var valid = validation.passwordAndValidationPassword(tooShort, tooShort);
-
-    equal(valid, false, "too short password is invalid");
-    equal(tooltipShown, true, "too short password shows tooltip");
-  });
-
-  test("passwordAndValidationPassword with too long password", function() {
-    var tooLong = testHelpers.generateString(bid.PASSWORD_MAX_LENGTH + 1);
-    var valid = validation.passwordAndValidationPassword(tooLong, tooLong);
-
-    equal(valid, false, "too long password is invalid");
-    equal(tooltipShown, true, "too long password shows tooltip");
-  });
-
-  test("passwordAndValidationPassword with empty validation password", function() {
-    var valid = validation.passwordAndValidationPassword("password", "");
-
-    equal(valid, false, "empty validation password is invalid");
-    equal(tooltipShown, true, "empty validation password shows tooltip");
-  });
-
-
-  test("passwordAndValidationPassword with different validation password", function() {
-    var valid = validation.passwordAndValidationPassword("password", "pass");
-
-    equal(valid, false, "different password is invalid");
-    equal(tooltipShown, true, "different password shows tooltip");
-  });
-
-  test("passwordAndValidationPassword all valid", function() {
-    var valid = validation.passwordAndValidationPassword("password", "password");
-
-    equal(valid, true, "passwords valid");
-    equal(tooltipShown, false, "tooltip not shown");
-  });
-
-}());
-
-
diff --git a/resources/static/test/cases/common/js/xhr.js b/resources/static/test/cases/common/js/xhr.js
deleted file mode 100644
index 90aad33a2d2b0c29e5dd16f49f805bcc056bbbb6..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/common/js/xhr.js
+++ /dev/null
@@ -1,182 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global asyncTest: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      xhr = bid.XHR,
-      transport = bid.Mocks.xhr,
-      mediator = bid.Mediator,
-      testHelpers = bid.TestHelpers;
-
-  module("common/js/xhr", {
-    setup: function() {
-      testHelpers.setup();
-      transport.setDelay(0);
-      xhr.init({ transport: transport, time_until_delay: 50 });
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-      xhr.init({ transport: $, time_until_delay: 0 });
-    }
-  });
-
-  asyncTest("get with delay", function() {
-    transport.setDelay(100);
-
-    var delayInfo;
-    mediator.subscribe("xhr_delay", function(msg, info) {
-      delayInfo = info;
-    });
-
-    var completeInfo;
-    mediator.subscribe("xhr_complete", function(msg, info) {
-      completeInfo = info;
-    });
-
-    xhr.get({
-      url: "/wsapi/session_context",
-      error: testHelpers.unexpectedXHRFailure,
-      success: function(info) {
-        ok(delayInfo, "xhr_delay called with delay info");
-        equal(delayInfo.network.url, "/wsapi/session_context", "correct network info");
-        ok(completeInfo, "xhr_complete called with complete info");
-        equal(completeInfo.network.url, "/wsapi/session_context", "correct network info");
-
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with xhr error", function() {
-    var errorInfo;
-    mediator.subscribe("xhr_error", function(msg, info) {
-      errorInfo = info;
-    });
-
-    var completeInfo;
-    mediator.subscribe("xhr_complete", function(msg, info) {
-      completeInfo = info;
-    });
-
-    transport.useResult("contextAjaxError");
-
-    xhr.get({
-      url: "/wsapi/session_context",
-      error: function(info) {
-        ok(errorInfo, "xhr_error called with delay info");
-        equal(errorInfo.network.url, "/wsapi/session_context", "xhr_error called with correct network info");
-
-        ok(info, "error callback called with delay info");
-        equal(info.network.url, "/wsapi/session_context", "error callback called correct network info");
-
-        ok(completeInfo, "xhr_complete called with complete info");
-        equal(completeInfo.network.url, "/wsapi/session_context", "correct network info");
-
-        start();
-      },
-      success: testHelpers.unexpectedSuccess
-    });
-  });
-
-  asyncTest("get success", function() {
-    var completeInfo;
-    mediator.subscribe("xhr_complete", function(msg, info) {
-      completeInfo = info;
-    });
-
-    xhr.get({
-      url: "/wsapi/session_context",
-      error: testHelpers.unexpectedXHRFailure,
-      success: function() {
-        ok(completeInfo, "xhr_complete called with complete info");
-        equal(completeInfo.network.url, "/wsapi/session_context", "correct network info");
-        start();
-      }
-    });
-  });
-
-  asyncTest("post with delay", function() {
-    transport.setDelay(100);
-
-    var delayInfo;
-    mediator.subscribe("xhr_delay", function(msg, info) {
-      delayInfo = info;
-    });
-
-    var completeInfo;
-    mediator.subscribe("xhr_complete", function(msg, info) {
-      completeInfo = info;
-    });
-
-    xhr.post({
-      url: "/wsapi/authenticate_user",
-      success: function() {
-        ok(delayInfo, "xhr_delay called with delay info");
-        equal(delayInfo.network.url, "/wsapi/authenticate_user", "correct network info");
-        ok(completeInfo, "xhr_complete called with complete info");
-        equal(completeInfo.network.url, "/wsapi/authenticate_user", "correct network info");
-
-        start();
-      },
-
-      error: testHelpers.unexpectedXHRFailure
-    });
-  });
-
-  asyncTest("post with xhr error", function() {
-    var errorInfo;
-    mediator.subscribe("xhr_error", function(msg, info) {
-      errorInfo = info;
-    });
-
-    var completeInfo;
-    mediator.subscribe("xhr_complete", function(msg, info) {
-      completeInfo = info;
-    });
-
-    transport.useResult("ajaxError");
-
-    xhr.post({
-      url: "/wsapi/authenticate_user",
-      error: function(info) {
-        ok(errorInfo, "xhr_error called with delay info");
-        equal(errorInfo.network.url, "/wsapi/authenticate_user", "xhr_error called with correct network info");
-
-        ok(info, "error callback called with delay info");
-        equal(info.network.url, "/wsapi/authenticate_user", "error callback called correct network info");
-
-        ok(completeInfo, "xhr_complete called with complete info");
-        equal(completeInfo.network.url, "/wsapi/authenticate_user", "correct network info");
-
-        start();
-      },
-      success: testHelpers.unexpectedSuccess
-    });
-
-  });
-
-  asyncTest("post success", function() {
-    var completeInfo;
-    mediator.subscribe("xhr_complete", function(msg, info) {
-      completeInfo = info;
-    });
-
-    xhr.post({
-      url: "/wsapi/authenticate_user",
-      error: testHelpers.unexpectedXHRFailure,
-      success: function() {
-        ok(completeInfo, "xhr_complete called with complete info");
-        equal(completeInfo.network.url, "/wsapi/authenticate_user", "correct network info");
-        start();
-      }
-    });
-  });
-
-}());
diff --git a/resources/static/test/cases/dialog/js/misc/helpers.js b/resources/static/test/cases/dialog/js/misc/helpers.js
deleted file mode 100644
index 5e1a5638d7276f88beca53442d84c81072622457..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/misc/helpers.js
+++ /dev/null
@@ -1,232 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      helpers = bid.Helpers,
-      dialogHelpers = helpers.Dialog,
-      xhr = bid.Mocks.xhr,
-      storage = bid.Storage,
-      tooltip = bid.Tooltip,
-      testHelpers = bid.TestHelpers,
-      user = bid.User,
-      provisioning = bid.Mocks.Provisioning,
-      mediator = bid.Mediator,
-      errorCB,
-      expectedError = testHelpers.expectedXHRFailure,
-      expectedMessage = testHelpers.expectedMessage,
-      unexpectedMessage = testHelpers.unexpectedMessage,
-      badError = testHelpers.unexpectedXHRFailure;
-
-  var controllerMock = {
-    publish: mediator.publish,
-    getErrorDialog: function(info) {
-      return function() {
-        errorCB && errorCB(info);
-      }
-    }
-  };
-
-  module("dialog/js/misc/helpers", {
-    setup: function() {
-      testHelpers.setup();
-      errorCB = null;
-      errorCB = badError;
-      user.init({
-        provisioning: provisioning
-      });
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-      user.reset();
-    }
-  });
-
-  asyncTest("getAssertion happy case", function() {
-    mediator.subscribe("assertion_generated", function(msg, info) {
-      testHelpers.testKeysInObject(info, ["assertion"]);
-    });
-
-    storage.addEmail("registered@testuser.com", {});
-    dialogHelpers.getAssertion.call(controllerMock, "registered@testuser.com", function(assertion) {
-      ok(assertion, "assertion given to close");
-      start();
-    });
-  });
-
-  asyncTest("getAssertion with XHR error", function() {
-    unexpectedMessage("assertion_generated");
-    errorCB = expectedError;
-
-    xhr.useResult("ajaxError");
-    storage.addEmail("registered@testuser.com", {});
-    dialogHelpers.getAssertion.call(controllerMock, "registered@testuser.com", testHelpers.expectedFailure);
-  });
-
-  asyncTest("authenticateUser happy case", function() {
-    expectedMessage("password_submit");
-    expectedMessage("authentication_success");
-    dialogHelpers.authenticateUser.call(controllerMock, "testuser@testuser.com", "password", function(authenticated) {
-      equal(authenticated, true, "user is authenticated");
-      start();
-    });
-  });
-
-  asyncTest("authenticateUser invalid credentials", function() {
-    xhr.useResult("invalid");
-    expectedMessage("password_submit");
-    expectedMessage("authentication_fail");
-    dialogHelpers.authenticateUser.call(controllerMock, "testuser@testuser.com", "password", function(authenticated) {
-      equal(authenticated, false, "user is not authenticated");
-      start();
-    });
-  });
-
-  asyncTest("authenticateUser XHR error", function() {
-    errorCB = expectedError;
-
-    xhr.useResult("ajaxError");
-    expectedMessage("password_submit");
-    dialogHelpers.authenticateUser.call(controllerMock, "testuser@testuser.com", "password", testHelpers.unexpectedSuccess);
-  });
-
-  asyncTest("createUser with unknown secondary happy case, expect 'user_staged' message", function() {
-    xhr.useResult("unknown_secondary");
-    expectedMessage("user_staged", {
-      email: "unregistered@testuser.com",
-      password: "password"
-    });
-
-    dialogHelpers.createUser.call(controllerMock, "unregistered@testuser.com", "password", function(staged) {
-      equal(staged, true, "user was staged");
-      start();
-    });
-  });
-
-  asyncTest("createUser with unknown secondary, user throttled", function() {
-    unexpectedMessage("user_staged");
-
-    xhr.useResult("throttle");
-    dialogHelpers.createUser.call(controllerMock, "unregistered@testuser.com", "password", function(staged) {
-      equal(staged, false, "user was not staged");
-      start();
-    });
-  });
-
-  asyncTest("createUser with XHR error", function() {
-    errorCB = expectedError;
-
-    xhr.useResult("ajaxError");
-    dialogHelpers.createUser.call(controllerMock, "registered@testuser.com", "password", testHelpers.unexpectedSuccess);
-  });
-
-  asyncTest("addEmail with primary email happy case, expects primary_user message", function() {
-    xhr.useResult("primary");
-    expectedMessage("primary_user", {
-      add: true
-    });
-
-    dialogHelpers.addEmail.call(controllerMock, "unregistered@testuser.com", function(status) {
-      ok(status, "correct status");
-      start();
-    });
-  });
-
-  asyncTest("addEmail with secondary email - trigger stage_email", function() {
-    xhr.useResult("unknown_secondary");
-    expectedMessage("stage_email", {
-      email: "unregistered@testuser.com"
-    });
-    dialogHelpers.addEmail.call(controllerMock, "unregistered@testuser.com", function(success) {
-      equal(success, true, "success status");
-      start();
-    });
-  });
-
-  asyncTest("addEmail with XHR error", function() {
-    errorCB = expectedError;
-
-    xhr.useResult("ajaxError");
-    dialogHelpers.addEmail.call(controllerMock, "unregistered@testuser.com", testHelpers.unexpectedSuccess);
-  });
-
-  asyncTest("addEmail trying to add an email the user already controls - prints a tooltip", function() {
-    storage.addEmail("registered@testuser.com", {});
-    dialogHelpers.addEmail.call(controllerMock, "registered@testuser.com", function(added) {
-      equal(added, false, "email should not have been added");
-      equal(bid.Tooltip.shown, true, "tooltip should be shown");
-      start();
-    });
-  });
-
-  asyncTest("addSecondaryEmail success - call `email_staged` with email and password", function() {
-
-    mediator.subscribe("email_staged", function(msg, info) {
-      testHelpers.testObjectValuesEqual(info, {
-        email: "testuser@testuser.com",
-        password: "password"
-      });
-      start();
-    });
-
-    dialogHelpers.addSecondaryEmail.call(controllerMock, "testuser@testuser.com", "password", function(added) {
-      equal(added, true, "email reported as added");
-    });
-  });
-
-  asyncTest("addSecondaryEmail throttled - tooltip displayed", function() {
-
-    xhr.useResult("throttle");
-    unexpectedMessage("email_staged");
-
-    dialogHelpers.addSecondaryEmail.call(controllerMock, "testuser@testuser.com", "password", function(added) {
-      equal(added, false, "email not added");
-      testHelpers.testTooltipVisible();
-      start();
-    });
-  });
-
-  asyncTest("addSecondaryEmail with XHR error - error message displayed", function() {
-
-    xhr.useResult("ajaxError");
-    unexpectedMessage("email_staged");
-    errorCB = expectedError;
-
-    dialogHelpers.addSecondaryEmail.call(controllerMock, "testuser@testuser.com", "password", testHelpers.unexpectedSuccess);
-  });
-
-  asyncTest("resetPassword happy case", function() {
-    expectedMessage("reset_password_staged", {
-      email: "registered@testuser.com"
-    });
-
-    dialogHelpers.resetPassword.call(controllerMock, "registered@testuser.com", "password", function(reset) {
-      ok(reset, "password reset");
-      start();
-    });
-  });
-
-
-  asyncTest("resetPassword throttled", function() {
-    xhr.useResult("throttle");
-    dialogHelpers.resetPassword.call(controllerMock, "registered@testuser.com", "password", function(reset) {
-      equal(reset, false, "password not reset");
-      start();
-    });
-  });
-
-  asyncTest("resetPassword with XHR error", function() {
-    errorCB = expectedError;
-
-    xhr.useResult("ajaxError");
-    dialogHelpers.resetPassword.call(controllerMock, "registered@testuser.com", "password", testHelpers.unexpectedSuccess);
-  });
-}());
-
-
-
diff --git a/resources/static/test/cases/dialog/js/misc/internal_api.js b/resources/static/test/cases/dialog/js/misc/internal_api.js
deleted file mode 100644
index e266f7ded37a1f0056a3a3ddcaea8ea26717cb1f..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/misc/internal_api.js
+++ /dev/null
@@ -1,193 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      internal = bid.internal,
-      network = bid.Network,
-      user = bid.User,
-      xhr = bid.Mocks.xhr,
-      origin = "https://login.persona.org",
-      storage = bid.Storage,
-      moduleManager = bid.module,
-      testHelpers = bid.TestHelpers;
-
-  function ModuleMock() {}
-
-  ModuleMock.prototype = {
-    init: function() {},
-    start: function() {}
-  };
-
-  module("dialog/js/misc/internal_api", {
-    setup: function() {
-      testHelpers.setup();
-      moduleManager.reset();
-      moduleManager.register("dialog", ModuleMock);
-      moduleManager.start("dialog");
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  test("make sure internal api namespace is there", function() {
-    ok(bid.internal, "BrowserID.internal exists");
-  });
-
-  asyncTest("BrowserID.internal.setPersistent unauthenticated user", function() {
-    internal.setPersistent(origin, function(status) {
-      strictEqual(status, null, "user is not authenticated should not succeed in setting persistent");
-
-      strictEqual(typeof storage.site.get(origin, "remember"), "undefined", "remember status not set");
-      strictEqual(typeof storage.site.get(origin, "email"), "undefined", "email not set");
-      start();
-    });
-  });
-
-  asyncTest("BrowserID.internal.setPersistent with authenticated user", function() {
-    user.authenticate("testuser@testuser.com", "password", function() {
-      internal.setPersistent(origin, function(status) {
-        equal(status, true, "setPersistent status reported as true");
-
-        equal(storage.site.get(origin, "remember"), true, "remember status set to true");
-        start();
-      });
-    });
-  });
-
-  asyncTest("BrowserID.internal.get with silent: true, non-authenticated user - returns null assertion", function() {
-    internal.get(origin, function(assertion) {
-      strictEqual(assertion, null, "user not logged in, assertion impossible to get");
-      start();
-    }, {
-        requiredEmail: "testuser@testuser.com",
-        silent: true
-    });
-  });
-
-  asyncTest("BrowserID.internal.get with silent: true, authenticated user, no requiredEmail, and no email address associated with site - not enough info to generate an assertion", function() {
-    user.authenticate("testuser@testuser.com", "password", function() {
-      internal.get(origin, function(assertion) {
-        strictEqual(assertion, null, "not enough info to generate an assertion, assertion should not be generated");
-        start();
-      }, {
-        silent: true
-      });
-    });
-  });
-
-  asyncTest("BrowserID.internal.get with silent: true, authenticated user, no requiredEmail, email address associated with site, XHR failure - return null assertion.", function() {
-    user.authenticate("testuser@testuser.com", "password", function() {
-      user.syncEmails(function() {
-        storage.site.set(origin, "email", "testuser@testuser.com");
-
-        xhr.useResult("invalid");
-
-        internal.get(origin, function(assertion) {
-          strictEqual(assertion, null, "XHR failure while getting assertion");
-          start();
-        }, {
-          silent: true
-        });
-      });
-    });
-  });
-
-  asyncTest("BrowserID.internal.get with silent: true, authenticated user, no requiredEmail, email address associated with site - use info stored for site to get assertion", function() {
-    user.authenticate("testuser@testuser.com", "password", function() {
-      user.syncEmails(function() {
-        storage.site.set(origin, "email", "testuser@testuser.com");
-
-        internal.get(origin, function(assertion) {
-          ok(assertion, "assertion generated using stored email address for site.");
-          start();
-        }, {
-          silent: true
-        });
-      });
-    });
-  });
-
-  asyncTest("BrowserID.internal.get with silent: true, authenticated user, requiredEmail set to uncontrolled email address - return null assertion", function() {
-    user.authenticate("testuser@testuser.com", "password", function() {
-      // email addresses will not be synced just because we authenticated.
-      // Depending on get to do the sync.
-      internal.get(origin, function(assertion) {
-        strictEqual(assertion, null, "uncontrolled email address returns null assertion");
-        start();
-      }, {
-        silent: true,
-        requiredEmail: "invalid@testuser.com"
-      });
-    });
-  });
-
-  asyncTest("BrowserID.internal.get with silent: true, authenticated user, requiredEmail and XHR error - return null assertion", function() {
-    user.authenticate("testuser@testuser.com", "password", function() {
-      xhr.useResult("invalid");
-      internal.get(origin, function(assertion) {
-        strictEqual(assertion, null, "unregistered email address returns null assertion");
-        start();
-      }, {
-        silent: true,
-        requiredEmail: "invalid@testuser.com"
-      });
-    });
-  });
-
-  asyncTest("BrowserID.internal.get with silent: true, authenticated user, requiredEmail, and registered email address - return an assertion", function() {
-    user.authenticate("testuser@testuser.com", "password", function() {
-      internal.get(origin, function(assertion) {
-        ok(assertion, "assertion has been returned");
-        start();
-      }, {
-        silent: true,
-        requiredEmail: "testuser@testuser.com"
-      });
-    });
-  });
-
-  asyncTest("BrowserID.internal.get with dialog - simulate the user return of an assertion", function() {
-    var controllerOrigin;
-
-    ModuleMock.prototype.get = function(getOrigin, options, onsuccess, onerror) {
-      controllerOrigin = getOrigin;
-      // simulate the full dialog flow.
-      onsuccess("simulated_assertion");
-    };
-
-    internal.get(origin, function onComplete(assertion) {
-        equal(controllerOrigin, origin, "correct origin passed");
-        equal(assertion, "simulated_assertion", "Kosher assertion");
-        start();
-    }, {});
-  });
-
-  asyncTest("BrowserID.internal.get with dialog with failure - simulate the return of a null assertion", function() {
-    ModuleMock.prototype.get = function(getOrigin, options, onsuccess, onerror) {
-      onerror();
-    };
-
-    internal.get(origin, function onComplete(assertion) {
-        equal(assertion, null, "on failure, assertion is null");
-        start();
-    }, {});
-  });
-
-  asyncTest("BrowserID.internal.get with dialog with user cancellation - return null assertion", function() {
-    ModuleMock.prototype.get = function(getOrigin, options, onsuccess, onerror) {
-      onsuccess(null);
-    };
-
-    internal.get(origin, function onComplete(assertion) {
-        equal(assertion, null, "on cancel, assertion is null");
-        start();
-    }, {});
-  });
-}());
diff --git a/resources/static/test/cases/dialog/js/misc/state.js b/resources/static/test/cases/dialog/js/misc/state.js
deleted file mode 100644
index f77c0e346bdfbc385e6276f33ace5912deb4232b..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/misc/state.js
+++ /dev/null
@@ -1,620 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      mediator = bid.Mediator,
-      State = bid.State,
-      user = bid.User,
-      machine,
-      actions,
-      network = bid.Network,
-      storage = bid.Storage,
-      testHelpers = bid.TestHelpers,
-      xhr = bid.Mocks.xhr,
-      TEST_EMAIL = "testuser@testuser.com";
-
-  var ActionsMock = function() {
-    this.called = {};
-    this.info = {};
-  };
-  ActionsMock.prototype = {};
-  for(var key in bid.Modules.Actions.prototype) {
-    if(bid.Modules.Actions.prototype.hasOwnProperty(key)) {
-      ActionsMock.prototype[key] = (function(key) {
-        return function(info) {
-          this.called[key] = true;
-          this.info[key] = info;
-        };
-      }(key));
-      ActionsMock.prototype.reset = function() {
-        for(var key in ActionsMock.prototype) {
-          if(bid.Modules.Actions.prototype.hasOwnProperty(key)) {
-            delete this.called[key];
-            delete this.info[key];
-          }
-        }
-      };
-    }
-  }
-
-  function testActionStarted(actionName, requiredOptions) {
-    ok(actions.called[actionName], actionName + " called");
-    for(var key in requiredOptions) {
-      equal(actions.info[actionName][key], requiredOptions[key],
-          actionName + " called with " + key + "=" + requiredOptions[key]);
-    }
-  }
-
-  function testStagingThrottledRetry(startMessage, expectedStagingAction) {
-    mediator.publish(startMessage, { email: TEST_EMAIL, complete: function() {
-        mediator.publish("password_set");
-        actions.reset();
-
-        mediator.publish("password_set");
-        testActionStarted(expectedStagingAction, { email: TEST_EMAIL });
-        start();
-      }
-    });
-  }
-
-  function testVerifyStagedAddress(startMessage, verifyScreenAction) {
-    // start with a site name to ensure the site name is passed to the
-    // verifyScreenAction.
-    mediator.publish("start", { siteName: "Unit Test Site" });
-    mediator.publish(startMessage, {
-      email: TEST_EMAIL
-    });
-
-    testActionStarted(verifyScreenAction, {
-      email: TEST_EMAIL,
-      siteName: "Unit Test Site"
-    });
-
-    // At this point the user should be displayed the "go confirm your address"
-    // screen.  Simulate the user completing the verification transaction.
-
-    mediator.subscribe("email_chosen", function(msg, info) {
-      equal(info.email, TEST_EMAIL, "email_chosen triggered with the correct email");
-      start();
-    });
-
-    // staged_address_confirmed means the user has confirmed their email and the dialog
-    // has received the "complete" message from the polling function, and all
-    // addresses are synced.  Add the test email and make sure the email_chosen
-    // message is triggered.
-    storage.addSecondaryEmail(TEST_EMAIL, { unverified: true });
-    mediator.publish("staged_address_confirmed");
-  }
-
-
-  function createMachine() {
-    machine = bid.State.create();
-    actions = new ActionsMock();
-    machine.start({controller: actions});
-  }
-
-  function setContextInfo(auth_status) {
-    // Make sure there is context info for network.
-    var serverTime = (new Date().getTime()) - 10;
-    mediator.publish("context_info", {
-      server_time: serverTime,
-      domain_key_creation_time: serverTime,
-      code_version: "ABCDEF",
-      auth_status: auth_status || "password",
-      userid: 1,
-      random_seed: "ABCDEFGH"
-    });
-  }
-
-  module("dialog/js/misc/state", {
-    setup: function() {
-      testHelpers.setup();
-      createMachine();
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-      machine.stop();
-    }
-  });
-
-
-  test("attempt to create a state machine without a controller", function() {
-    var error;
-    try {
-      var badmachine = State.create();
-      badmachine.start();
-    }
-    catch(e) {
-      error = e;
-    }
-    equal(error, "start: controller must be specified", "creating a state machine without a controller fails");
-  });
-
-  test("cancel post new_user password_set flow - go back to the authentication screen", function() {
-    mediator.publish("authenticate");
-    mediator.publish("new_user", { email: TEST_EMAIL}, { email: TEST_EMAIL });
-    mediator.publish("password_set");
-    actions.info.doAuthenticate = {};
-    mediator.publish("cancel_state");
-    equal(actions.info.doAuthenticate.email, TEST_EMAIL, "authenticate called with the correct email");
-  });
-
-  test("cancel new_user password_set flow, then forgot_password, password_set - email sent to forgot password email address", function() {
-    // This comes from issue #2231
-    // * Sign in (e.g. at http://translate.123done.org) with a wrong email adress (for example mistyped).
-    // * Click cancel
-    // * Enter your correct email (from an existing account)
-    // * Click 'Forgot your password?'
-    // * Enter a new password and send the form
-    //
-    //
-    //
-    // User types in an incorrect email address, the address is unknown to
-    // Persona who treats it as a new user.
-    mediator.publish("authenticate");
-    mediator.publish("new_user", { email: "incorrect@testuser.com" });
-    // The user is now looking at the set_password screen, they cancel out.
-    mediator.publish("cancel_state");
-    // The user has entered the correct email address but has forgot their
-    // password.
-    mediator.publish("forgot_password", { email: TEST_EMAIL });
-    // The user sets the password for the correct account.
-    mediator.publish("password_set");
-    // The email should be sent to the email specified in forgot_password
-    testActionStarted("doStageResetPassword", { email: TEST_EMAIL });
-  });
-
-
-  test("password_set for new user - call doStageUser with correct email", function() {
-    mediator.publish("new_user", { email: TEST_EMAIL });
-    mediator.publish("password_set");
-
-    equal(actions.info.doStageUser.email, TEST_EMAIL, "correct email sent to doStageUser");
-  });
-
-  asyncTest("multiple calls to password_set for new_user, simulate throttling - call doStageUser with correct email for each", function() {
-    testStagingThrottledRetry("new_user", "doStageUser");
-  });
-
-  test("password_set for add secondary email - call doStageEmail with correct email", function() {
-    mediator.publish("stage_email", { email: TEST_EMAIL });
-    mediator.publish("password_set");
-
-    equal(actions.info.doStageEmail.email, TEST_EMAIL, "correct email sent to doStageEmail");
-  });
-
-  test("password_set for reset password - call doStageResetPassword with correct email", function() {
-    mediator.publish("forgot_password", { email: TEST_EMAIL });
-    mediator.publish("password_set");
-
-    equal(actions.info.doStageResetPassword.email, TEST_EMAIL, "correct email sent to doStageResetPassword");
-  });
-
-  test("start - RPInfo always started", function() {
-    mediator.publish("start", {
-      termsOfService: "https://browserid.org/TOS.html",
-      privacyPolicy: "https://browserid.org/priv.html"
-    });
-
-    ok(actions.info.doRPInfo.termsOfService, "doRPInfo called with termsOfService set");
-    ok(actions.info.doRPInfo.privacyPolicy, "doRPInfo called with privacyPolicy set");
-  });
-
-  asyncTest("user_staged - call doConfirmUser", function() {
-    testVerifyStagedAddress("user_staged", "doConfirmUser");
-  });
-
-  asyncTest("user_confirmed - redirect to email_chosen", function() {
-    mediator.subscribe("email_chosen", function(msg, info) {
-      equal(info.email, TEST_EMAIL, "correct email passed");
-      start();
-    });
-
-    // simulate the flow of a user being staged through to confirmation. Since
-    // we are not actually doing the middle bits and saving off a cert for the
-    // email address, we get an invalid email exception thrown.
-    storage.addSecondaryEmail(TEST_EMAIL);
-    mediator.publish("user_staged", { email: TEST_EMAIL });
-    try {
-      mediator.publish("user_confirmed");
-    } catch(e) {
-      equal(e.toString(), "invalid email", "expected failure");
-    }
-  });
-
-  asyncTest("email_staged - call doConfirmEmail", function() {
-    testVerifyStagedAddress("email_staged", "doConfirmEmail");
-  });
-
-  asyncTest("primary_user with already provisioned primary user - redirect to primary_user_ready", function() {
-    storage.addEmail(TEST_EMAIL, { type: "primary", cert: "cert" });
-    mediator.subscribe("primary_user_ready", function(msg, info) {
-      equal(info.email, TEST_EMAIL, "primary_user_ready triggered with correct email");
-      start();
-    });
-    mediator.publish("primary_user", { email: TEST_EMAIL });
-  });
-
-  asyncTest("primary_user with unprovisioned, unregistered primary user - call doProvisionPrimaryUser", function() {
-    mediator.subscribe("kpi_data", function(msg, data) {
-      equal(data.new_account, true, "new_account kpi added for new primary user");
-      ok(actions.called.doProvisionPrimaryUser, "doPrimaryUserProvisioned called");
-      start();
-    });
-    mediator.publish("primary_user", { email: "unregistered@testuser.com" });
-  });
-
-  test("primary_user_provisioned - call doEmailChosen", function() {
-    mediator.publish("primary_user_provisioned", { email: TEST_EMAIL });
-    ok(actions.called.doPrimaryUserProvisioned, "doPrimaryUserProvisioned called");
-  });
-
-  test("primary_user_unauthenticated before verification - call doVerifyPrimaryUser", function() {
-    mediator.publish("start");
-    mediator.publish("primary_user_unauthenticated");
-    ok(actions.called.doVerifyPrimaryUser, "doVerifyPrimaryUser called");
-  });
-
-  test("primary_user_unauthenticated after verification of new user - call doAuthenticate", function() {
-    mediator.publish("start", { email: TEST_EMAIL, type: "primary", add: false });
-    mediator.publish("primary_user_unauthenticated");
-    ok(actions.called.doAuthenticate, "doAuthenticate called");
-  });
-
-  test("primary_user_unauthenticated after verification of additional email to current user - call doPickEmail and doAddEmail", function() {
-    mediator.publish("start", { email: TEST_EMAIL, type: "primary", add: true });
-    mediator.publish("primary_user_unauthenticated");
-    ok(actions.called.doPickEmail, "doPickEmail called");
-    ok(actions.called.doAddEmail, "doAddEmail called");
-  });
-
-  test("primary_user_authenticating stops all modules", function() {
-    try {
-      mediator.publish("primary_user_authenticating");
-
-      equal(machine.success, true, "success flag set");
-    } catch(e) {
-      // ignore exception, it tries shutting down all the modules.
-    }
-  });
-
-  test("primary_user - call doProvisionPrimaryUser", function() {
-    mediator.publish("primary_user", { email: TEST_EMAIL, assertion: "assertion" });
-
-    ok(actions.called.doProvisionPrimaryUser, "doProvisionPrimaryUser called");
-  });
-
-  asyncTest("primary_user_ready - redirect to `email_chosen`", function() {
-    storage.addEmail(TEST_EMAIL, {});
-    mediator.subscribe("email_chosen", function(msg, info) {
-      equal(info.email, TEST_EMAIL, "correct email passed");
-      start();
-    });
-
-    mediator.publish("primary_user_ready", { email: TEST_EMAIL, assertion: "assertion" });
-
-  });
-
-  asyncTest("authenticated - redirect to `email_chosen`", function() {
-    storage.addEmail(TEST_EMAIL, {});
-    mediator.subscribe("email_chosen", function(msg, data) {
-      equal(data.email, TEST_EMAIL);
-      start();
-    });
-    mediator.publish("authenticated", { email: TEST_EMAIL });
-  });
-
-  test("forgot_password - call doResetPassword with correct options", function() {
-    mediator.publish("start", { privacyPolicy: "priv.html", termsOfService: "tos.html" });
-    mediator.publish("forgot_password", {
-      email: TEST_EMAIL
-    });
-    testActionStarted("doResetPassword", { email: TEST_EMAIL });
-  });
-
-  asyncTest("multiple calls to password_set for forgot_password, simulate throttling - call doStageResetPassword with correct email for each", function() {
-    testStagingThrottledRetry("forgot_password", "doStageResetPassword");
-  });
-
-
-  asyncTest("reset_password_staged to staged_address_confirmed - call doConfirmResetPassword then doEmailConfirmed", function() {
-    testVerifyStagedAddress("reset_password_staged", "doConfirmResetPassword");
-  });
-
-
-  asyncTest("assertion_generated with null assertion - redirect to pick_email", function() {
-    mediator.subscribe("pick_email", function() {
-      ok(true, "redirect to pick_email");
-      start();
-    });
-    mediator.publish("assertion_generated", {
-      assertion: null
-    });
-  });
-
-  test("assertion_generated with assertion - doAssertionGenerated called", function() {
-    setContextInfo("password");
-    storage.addEmail(TEST_EMAIL, {});
-    mediator.publish("assertion_generated", {
-      assertion: "assertion"
-    });
-
-    equal(actions.info.doAssertionGenerated.assertion, "assertion",
-        "doAssertionGenerated called with assertion");
-  });
-
-
-
-  asyncTest("email_valid_and_ready, need to ask user whether it's their computer - redirect to is_this_your_computer", function() {
-    setContextInfo("password");
-    storage.usersComputer.forceAsk(network.userid());
-    mediator.subscribe("is_this_your_computer", function() {
-      ok(true, "redirect to is_this_your_computer");
-      start();
-    });
-
-    mediator.publish("email_valid_and_ready", {
-      assertion: "assertion"
-    });
-  });
-
-  asyncTest("email_valid_and_ready, do not need to ask user whether it's their computer - redirect to generate_assertion", function() {
-    setContextInfo("password");
-    // First, set up the context info for the email.
-
-    storage.addEmail(TEST_EMAIL, {});
-    mediator.subscribe("generate_assertion", function() {
-      ok(true, "redirect to generate_assertion");
-      start();
-    });
-    mediator.publish("email_valid_and_ready", { email: TEST_EMAIL });
-  });
-
-  asyncTest("email_confirmed", function() {
-    mediator.subscribe("email_chosen", function(msg, info) {
-      equal(info.email, TEST_EMAIL, "correct email passed");
-      start();
-    });
-    storage.addSecondaryEmail(TEST_EMAIL);
-    mediator.publish("email_staged", { email: TEST_EMAIL });
-    // simulate the flow of a user being staged through to confirmation. Since
-    // we are not actually doing the middle bits and saving off a cert for the
-    // email address, we get an invalid email exception thrown.
-    try {
-      mediator.publish("email_confirmed");
-    } catch(e) {
-      equal(e.toString(), "invalid email", "expected failure");
-    }
-  });
-
-  test("cancel_state goes back to previous state if available", function() {
-    mediator.publish("pick_email");
-    mediator.publish("add_email");
-
-    actions.called.doPickEmail = false;
-    mediator.publish("cancel_state");
-
-    ok(actions.called.doPickEmail, "user is picking an email");
-  });
-
-  test("notme", function() {
-    mediator.publish("notme");
-
-    ok(actions.called.doNotMe, "doNotMe has been called");
-  });
-
-  test("authenticate - call doAuthenticate with the correct options", function() {
-    mediator.publish("start", { privacyPolicy: "priv.html", termsOfService: "tos.html" });
-    mediator.publish("authenticate", { email: TEST_EMAIL });
-
-    testActionStarted("doAuthenticate", { email: TEST_EMAIL, siteTOSPP: true });
-  });
-
-  test("start with no special parameters - go straight to checking auth", function() {
-    mediator.publish("start");
-
-    equal(actions.called.doCheckAuth, true, "checking auth on start");
-  });
-
-  asyncTest("start to complete successful primary email verification - goto 'primary_user'", function() {
-    mediator.subscribe("primary_user", function(msg, info) {
-      equal(info.email, TEST_EMAIL, "correct email given");
-      equal(info.add, true, "correct add flag");
-      start();
-    });
-
-    mediator.publish("start", { email: TEST_EMAIL, type: "primary", add: true });
-  });
-
-  test("cancel", function() {
-    mediator.publish("cancel");
-
-    equal(actions.called.doCancel, true, "cancelled everything");
-  });
-
-
-  test("add_email - call doAddEmail with correct options", function() {
-    mediator.publish("start", { privacyPolicy: "priv.html", termsOfService: "tos.html" });
-    mediator.publish("add_email");
-    testActionStarted("doAddEmail");
-  });
-
-  asyncTest("email_chosen with verified secondary email, user must authenticate - call doAuthenticateWithRequiredEmail", function() {
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: true });
-
-    xhr.setContextInfo("auth_level", "assertion");
-
-    mediator.publish("start", { privacyPolicy: "priv.html", termsOfService: "tos.html" });
-    mediator.publish("email_chosen", {
-      email: TEST_EMAIL,
-      complete: function() {
-        testActionStarted("doAuthenticateWithRequiredEmail", { siteTOSPP: false });
-        start();
-      }
-    });
-  });
-
-  asyncTest("email_chosen with verified secondary email, user authenticated to secondary - redirect to email_valid_and_ready", function() {
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: true });
-    xhr.setContextInfo("auth_level", "password");
-
-    mediator.subscribe("email_valid_and_ready", function(msg, info) {
-      equal(info.email, TEST_EMAIL, "correctly redirected to email_valid_and_ready with correct email");
-      start();
-    });
-
-    mediator.publish("email_chosen", {
-      email: TEST_EMAIL
-    });
-  });
-
-  function testReverifyEmailChosen(auth_level) {
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: false });
-    xhr.setContextInfo("auth_level", auth_level);
-
-    mediator.subscribe("stage_reverify_email", function(msg, info) {
-      equal(info.email, TEST_EMAIL, "correctly redirected to stage_reverify_email with correct email");
-      start();
-    });
-
-    mediator.publish("email_chosen", {
-      email: TEST_EMAIL
-    });
-  }
-
-  asyncTest("email_chosen with unverified secondary email, user authenticated to secondary - redirect to stage_reverify_email", function() {
-    testReverifyEmailChosen("password");
-  });
-
-  asyncTest("email_chosen with unverified secondary email, user authenticated to primary - redirect to stage_reverify_email", function() {
-    testReverifyEmailChosen("assertion");
-  });
-
-  test("email_chosen with primary email - call doProvisionPrimaryUser", function() {
-    // If the email is a primary, throw the user down the primary flow.
-    // Doing so will catch cases where the primary certificate is expired
-    // and the user must re-verify with their IdP. This flow will
-    // generate its own assertion when ready.  For efficiency, we could
-    // check here whether the cert is ready, but it is early days yet and
-    // the format may change.
-    var email = TEST_EMAIL;
-    storage.addEmail(email, { type: "primary" });
-    mediator.publish("email_chosen", { email: email });
-
-    equal(actions.called.doProvisionPrimaryUser, true, "doProvisionPrimaryUser called");
-  });
-
-  test("email_chosen with invalid email - throw exception", function() {
-    var email = TEST_EMAIL,
-        error;
-
-    try {
-      mediator.publish("email_chosen", { email: email });
-    } catch(e) {
-      error = e;
-    }
-
-    equal(error, "invalid email", "expected exception thrown");
-  });
-
-  test("null assertion generated - preserve original options in doPickEmail", function() {
-    mediator.publish("start", {
-      hostname: "http://example.com",
-      privacyPolicy: "http://example.com/priv.html",
-      termsOfService: "http://example.com/tos.html"
-    });
-    mediator.publish("assertion_generated", { assertion: null });
-
-    equal(actions.called.doPickEmail, true, "doPickEmail callled");
-    equal(actions.info.doPickEmail.origin, "http://example.com", "hostname preserved");
-    equal(actions.info.doPickEmail.siteTOSPP, true, "siteTOSPP preserved");
-  });
-
-  test("add_email - call doAddEmail", function() {
-    mediator.publish("add_email");
-
-    equal(actions.called.doAddEmail, true, "doAddEmail called");
-  });
-
-  asyncTest("stage_email - first secondary email - call doSetPassword", function() {
-    mediator.publish("stage_email", {
-      complete: function() {
-        testActionStarted("doSetPassword");
-        start();
-      }
-    });
-  });
-
-
-  asyncTest("stage_email - second secondary email - call doStageEmail", function() {
-    storage.addSecondaryEmail("testuser@testuser.com");
-
-    mediator.publish("stage_email", {
-      complete: function() {
-        equal(actions.called.doStageEmail, true, "doStageEmail called");
-        start();
-      }
-    });
-  });
-
-  asyncTest("multiple calls to password_set for stage_email, simulate throttling - call doAddEmail with correct email for each", function() {
-    testStagingThrottledRetry("stage_email", "doStageEmail");
-  });
-
-
-  test("stage_reverify_email - call doStageReverifyEmail", function() {
-    mediator.publish("stage_reverify_email", { email: TEST_EMAIL });
-    testActionStarted("doStageReverifyEmail", { email: TEST_EMAIL });
-  });
-
-  asyncTest("reverify_email_staged - call doConfirmReverifyEmail", function() {
-    testVerifyStagedAddress("reverify_email_staged", "doConfirmReverifyEmail");
-  });
-
-  asyncTest("window_unload - set the final KPIs", function() {
-    mediator.subscribe("kpi_data", function(msg, data) {
-      testHelpers.testKeysInObject(data, [
-        'number_emails', 'number_sites_signed_in', 'number_sites_remembered', 'orphaned'
-      ]);
-      start();
-    });
-
-    mediator.publish("window_unload");
-  });
-
-  function testAuthenticateSpecifiedEmail(specified, expected) {
-    var options = {
-      email: TEST_EMAIL,
-      complete: function() {
-        testActionStarted("doAuthenticateWithRequiredEmail", {
-          cancelable: expected
-        });
-        start();
-      }
-    };
-
-    if (typeof specified !== "undefined") options.cancelable = specified;
-
-    mediator.publish("authenticate_specified_email", options);
-  }
-
-  asyncTest("authenticate_specified_email with false specified - call doAuthenticateWithRequiredEmail using specified cancelable", function() {
-    testAuthenticateSpecifiedEmail(false, false);
-  });
-
-  asyncTest("authenticate_specified_email with true specified - call doAuthenticateWithRequiredEmail using specified cancelable", function() {
-    testAuthenticateSpecifiedEmail(true, true);
-  });
-
-  asyncTest("authenticate_specified_email without cancelable - call doAuthenticateWithRequiredEmail, cancelable defaults to true", function() {
-    testAuthenticateSpecifiedEmail(undefined, true);
-  });
-
-
-}());
diff --git a/resources/static/test/cases/dialog/js/modules/actions.js b/resources/static/test/cases/dialog/js/modules/actions.js
deleted file mode 100644
index 7c44e045bcdeaa795310336ccc2db0452eea215b..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/actions.js
+++ /dev/null
@@ -1,162 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      user = bid.User,
-      storage = bid.Storage,
-      controller,
-      el,
-      testHelpers = bid.TestHelpers,
-      TEST_EMAIL = "testuser@testuser.com";
-
-  function createController(config) {
-    controller = BrowserID.Modules.Actions.create();
-    controller.start(config);
-  }
-
-  function testActionStartsModule(actionName, actionOptions, expectedModule) {
-    createController({
-      ready: function() {
-        var error;
-        try {
-          controller[actionName](actionOptions);
-        } catch(e) {
-          error = e;
-        }
-
-        equal(error, "module not registered for " + expectedModule, "correct service started");
-        start();
-      }
-    });
-  }
-
-  function testStageAddress(actionName, expectedMessage) {
-    createController({
-      ready: function() {
-        var message,
-            email;
-
-        testHelpers.register(expectedMessage, function(msg, info) {
-          message = msg;
-          email = info.email;
-        });
-
-        controller[actionName]({ email: TEST_EMAIL, password: "password", ready: function(status) {
-          equal(status, true, "correct status");
-          equal(message, expectedMessage, "correct message triggered");
-          equal(email, TEST_EMAIL, "address successfully staged");
-          start();
-        }});
-      }
-    });
-  }
-
-
-  module("dialog/js/modules/actions", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      if(controller) {
-        controller.destroy();
-      }
-      testHelpers.teardown();
-    }
-  });
-
-  asyncTest("doProvisionPrimaryUser - start the provision_primary_user service", function() {
-    testActionStartsModule("doProvisionPrimaryUser", {email: TEST_EMAIL},
-      "provision_primary_user");
-  });
-
-  asyncTest("doVerifyPrimaryUser - start the verify_primary_user service", function() {
-    testActionStartsModule("doVerifyPrimaryUser", {},
-      "verify_primary_user");
-  });
-
-  asyncTest("doCannotVerifyRequiredPrimary - show the error screen", function() {
-    createController({
-      ready: function() {
-        controller.doCannotVerifyRequiredPrimary({ email: TEST_EMAIL});
-
-        testHelpers.testErrorVisible();
-        start();
-      }
-    });
-
-  });
-
-  asyncTest("doPrimaryUserProvisioned - start the primary_user_verified service", function() {
-    testActionStartsModule("doPrimaryUserProvisioned", {},
-      "primary_user_provisioned");
-  });
-
-  asyncTest("doStageUser with successful creation - trigger user_staged", function() {
-    testStageAddress("doStageUser", "user_staged");
-  });
-
-  asyncTest("doConfirmUser - start the check_registration service", function() {
-    testActionStartsModule("doConfirmUser", {email: TEST_EMAIL, siteName: "Unit Test Site"},
-      "check_registration");
-  });
-
-  asyncTest("doStageEmail with successful staging - trigger email_staged", function() {
-    testStageAddress("doStageEmail", "email_staged");
-  });
-
-  asyncTest("doConfirmEmail - start the check_registration service", function() {
-    testActionStartsModule("doConfirmEmail", {email: TEST_EMAIL, siteName: "Unit Test Site"},
-      "check_registration");
-  });
-
-  asyncTest("doResetPassword - call the set_password controller with reset_password true", function() {
-    testActionStartsModule('doResetPassword', { email: TEST_EMAIL }, "set_password");
-  });
-
-  asyncTest("doStageResetPassword - trigger reset_password_staged", function() {
-    testStageAddress("doStageResetPassword", "reset_password_staged");
-  });
-
-  asyncTest("doConfirmResetPassword - start the check_registration service", function() {
-    testActionStartsModule("doConfirmResetPassword", {email: TEST_EMAIL, siteName: "Unit Test Site"},
-      "check_registration");
-  });
-
-  asyncTest("doStageReverifyEmail - trigger reverify_email_staged", function() {
-
-    storage.addSecondaryEmail(TEST_EMAIL, { verified: false });
-    testStageAddress("doStageReverifyEmail", "reverify_email_staged");
-  });
-
-  asyncTest("doConfirmReverifyEmail - start the check_registration service", function() {
-    testActionStartsModule("doConfirmReverifyEmail", {email: TEST_EMAIL, siteName: "Unit Test Site"},
-      "check_registration");
-  });
-
-  asyncTest("doGenerateAssertion - start the generate_assertion service", function() {
-    testActionStartsModule('doGenerateAssertion', { email: TEST_EMAIL }, "generate_assertion");
-  });
-
-  asyncTest("doRPInfo - start the rp_info service", function() {
-    createController({
-      ready: function() {
-        var error;
-        try {
-          controller.doRPInfo({ name: "browserid.org" });
-        } catch(e) {
-          error = e;
-        }
-
-        equal(error, "module not registered for rp_info", "correct service started");
-        start();
-      }
-    });
-  });
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/add_email.js b/resources/static/test/cases/dialog/js/modules/add_email.js
deleted file mode 100644
index 2194edac3877e8618378f4c276a9b0d32a8bc367..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/add_email.js
+++ /dev/null
@@ -1,186 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      el = $("body"),
-      bid = BrowserID,
-      user = bid.User,
-      storage = bid.Storage,
-      xhr = bid.Mocks.xhr,
-      modules = bid.Modules,
-      testHelpers = bid.TestHelpers,
-      register = testHelpers.register;
-
-
-  module("dialog/js/modules/add_email", {
-    setup: function() {
-      $("#newEmail").val("");
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      if (controller) {
-        try {
-          controller.destroy();
-          controller = null;
-        } catch(e) {
-          // could already be destroyed from the close
-        }
-      }
-      testHelpers.teardown();
-    }
-  });
-
-  function createController(options) {
-    controller = modules.AddEmail.create();
-    controller.start(options || {});
-  }
-
-  test("addEmail with specified email address - fill in email", function() {
-    createController({ email: "testuser@testuser.com" });
-    ok($("#newEmail").val(), "testuser@testuser.com", "email prepopulated");
-  });
-
-  asyncTest("addEmail with first valid unknown secondary email - trigger stage_email", function() {
-    createController();
-    xhr.useResult("unknown_secondary");
-
-    equal($("#addEmail").length, 1, "control rendered correctly");
-
-    $("#newEmail").val("unregistered@testuser.com");
-
-    register("stage_email", function(msg, info) {
-      equal(info.email, "unregistered@testuser.com", "stage_email called with correct email");
-      start();
-    });
-
-    controller.addEmail();
-  });
-
-  asyncTest("addEmail with second valid unknown secondary email - trigger stage_email", function() {
-    createController();
-    xhr.useResult("unknown_secondary");
-
-    equal($("#addEmail").length, 1, "control rendered correctly");
-
-    $("#newEmail").val("unregistered@testuser.com");
-
-    register("stage_email", function(msg, info) {
-      equal(info.email, "unregistered@testuser.com", "stage_email called with correct email");
-      start();
-    });
-
-    storage.addSecondaryEmail("testuser@testuser.com");
-    controller.addEmail();
-  });
-
-  asyncTest("addEmail with valid unknown secondary email with leading/trailing whitespace - allows address, triggers stage_email", function() {
-    createController();
-    xhr.useResult("unknown_secondary");
-
-    $("#newEmail").val("   unregistered@testuser.com  ");
-    register("stage_email", function(msg, info) {
-      equal(info.email, "unregistered@testuser.com", "stage_email called with correct email");
-      start();
-    });
-    controller.addEmail();
-  });
-
-  asyncTest("addEmail with invalid email", function() {
-    createController();
-
-    $("#newEmail").val("unregistered");
-    var handlerCalled = false;
-    register("stage_email", function(msg, info) {
-      handlerCalled = true;
-      ok(false, "stage_email should not be called on invalid email");
-    });
-    controller.addEmail(function() {
-      equal(handlerCalled, false, "the stage_email handler should have never been called");
-      start();
-    });
-  });
-
-  asyncTest("addEmail with email belonging to current user - prints tooltip", function() {
-    createController();
-
-    $("#newEmail").val("registered@testuser.com");
-
-    register("stage_email", function(msg, info) {
-      ok(false, "unexpected stage_email message");
-    });
-
-    // simulate the email being already added.
-    user.syncEmailKeypair("registered@testuser.com", function() {
-      // Set result to known_secondary in here so that we do not have to add
-      // another line to the XHR mock for syncEmailKeypair.
-      xhr.useResult("known_secondary");
-      controller.addEmail(function() {
-        ok(bid.Tooltip.shown, "tooltip should be shown");
-        start();
-      });
-    });
-  });
-
-  asyncTest("addEmail with first secondary email belonging to another user - allows for account consolidation", function() {
-    createController();
-    xhr.useResult("known_secondary");
-
-    $("#newEmail").val("registered@testuser.com");
-    register("stage_email", function(msg, info) {
-      equal(info.email, "registered@testuser.com", "stage_email called with correct email");
-      start();
-    });
-    controller.addEmail();
-  });
-
-  asyncTest("cancelAddEmail", function() {
-    createController();
-
-    register("cancel_state", function(msg, info) {
-      ok(true, "cancelling the add email");
-      start();
-    });
-    controller.cancelAddEmail();
-  });
-
-
-  asyncTest("addEmail with unknown primary email", function() {
-    createController();
-    xhr.useResult("primary");
-    $("#newEmail").val("unregistered@testuser.com");
-
-    register("primary_user", function(msg, info) {
-      equal(info.email, "unregistered@testuser.com", "email set correctly");
-      equal(info.add, true, "true flag specified");
-      ok(info.auth, "auth URL exists in info");
-      ok(info.prov, "prov URL exists in info");
-      start();
-    });
-
-    controller.addEmail(function(status) {
-      equal(status, true, "user added, correct status");
-    });
-  });
-
-  asyncTest("addEmail after having an account with primary email keeps both email addresses", function() {
-    createController();
-
-    xhr.useResult("primary");
-    $("#newEmail").val("unregistered@testuser.com");
-
-    controller.addEmail(function(status) {
-      $("#newEmail").val("testuser@testuser.com");
-      controller.addEmail(function(status) {
-        equal(status, true, "user added, correct status");
-        start();
-      });
-    });
-  });
-
-}());
diff --git a/resources/static/test/cases/dialog/js/modules/authenticate.js b/resources/static/test/cases/dialog/js/modules/authenticate.js
deleted file mode 100644
index af64ef2faa7c330ee21a831df7a03053a0dcf93b..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/authenticate.js
+++ /dev/null
@@ -1,256 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      el = $("body"),
-      bid = BrowserID,
-      storage = bid.Storage,
-      network = bid.Network,
-      xhr = bid.Mocks.xhr,
-      emailRegistered = false,
-      userCreated = true,
-      mediator = bid.Mediator,
-      registrations = [],
-      testHelpers = bid.TestHelpers,
-      register = testHelpers.register,
-      provisioning = bid.Mocks.Provisioning;
-
-  function reset() {
-    emailRegistered = false;
-    userCreated = true;
-  }
-
-  function createController(options) {
-    options = options || {};
-    controller = bid.Modules.Authenticate.create();
-    controller.start(options);
-  }
-
-  module("dialog/js/modules/authenticate", {
-    setup: function() {
-      reset();
-      $("input[type=password]").hide();
-      testHelpers.setup();
-      createController();
-    },
-
-    teardown: function() {
-      if (controller) {
-        try {
-          controller.destroy();
-        } catch(e) {
-          // may already be destroyed from close inside of the controller.
-        }
-      }
-      reset();
-      testHelpers.teardown();
-    }
-  });
-
-  asyncTest("email declared in options - prefill address field", function() {
-    controller.destroy();
-    $("#email").val("");
-    createController({ email: "registered@testuser.com",
-      ready: function() {
-        equal($("#email").val(), "registered@testuser.com", "email prefilled");
-        equal($("input[type=password]").is(":visible"), false, "password is not shown");
-        start();
-      }
-    });
-  });
-
-  asyncTest("known secondary email declared in options - show password field", function() {
-    controller.destroy();
-    $("#email").val("");
-    createController({
-      email: "registered@testuser.com",
-      type: "secondary",
-      known: true,
-      ready: function() {
-        equal($("#email").val(), "registered@testuser.com", "email prefilled");
-        equal($("input[type=password]").is(":visible"), true, "password is shown");
-        start();
-      }
-    });
-  });
-
-  function testUserUnregistered() {
-    register("new_user", function(msg, info, rehydrate) {
-      ok(info.email, "new_user triggered with info.email");
-      // rehydration email used to go back to authentication controller if
-      // the user cancels one of the next steps.
-      ok(rehydrate.email, "new_user triggered with rehydrate.email");
-      start();
-    });
-
-    controller.checkEmail();
-  }
-
-  asyncTest("checkEmail with unknown secondary email - 'new_user' message", function() {
-    $("#email").val("unregistered@testuser.com");
-    xhr.useResult("unknown_secondary");
-
-    testUserUnregistered();
-  });
-
-  asyncTest("checkEmail with email with leading/trailing whitespace, user not registered - 'new_user' message", function() {
-    $("#email").val("    unregistered@testuser.com   ");
-    xhr.useResult("unknown_secondary");
-
-    testUserUnregistered();
-  });
-
-  asyncTest("checkEmail with normal email, user registered - 'enter_password' message", function() {
-    $("#email").val("registered@testuser.com");
-    xhr.useResult("known_secondary");
-
-    register("enter_password", function() {
-      ok(true, "email was valid, user registered");
-      start();
-    });
-
-    controller.checkEmail();
-  });
-
-  asyncTest("clear password if user changes email address", function() {
-    xhr.useResult("known_secondary");
-    $("#email").val("registered@testuser.com");
-
-    var enterPasswordCount = 0;
-    mediator.subscribe("enter_password", function() {
-      // The first time the password is shown, change the email address.  The
-      // second time the password is shown, make sure the password was cleared.
-
-      if(enterPasswordCount === 0) {
-        // simulate the user changing the email address.  This should clear the
-        // password.
-        $("#password").val("password");
-        $("#email").val("testuser@testuser.com");
-        $("#email").keyup();
-        controller.checkEmail();
-      }
-      else {
-        equal($("#password").val(), "", "password field was cleared");
-        start();
-      }
-
-      enterPasswordCount++;
-    });
-
-    controller.checkEmail();
-  });
-
-  asyncTest("do not clear password if user selects an email address using autofill, then presses a key that does not change the address (CTRL-C for instance)", function() {
-    xhr.useResult("known_secondary");
-
-    // This test is for issue #406
-
-    // First, see the staps after this handler.
-
-    mediator.subscribe("enter_password", function() {
-      // The user is now looking at the password field and they decide to copy
-      // from the email field by hitting CTRL-C.
-      //
-      // Simulates the user hitting a key that does not change the
-      // input.  The user should NOT go back to the "enter_email" state at this
-      // point.
-      var enterEmailCount = 0;
-      mediator.subscribe("enter_email", function() {
-        enterEmailCount++;
-      });
-      $("#email").keyup();
-
-      equal(enterEmailCount, 0, "enter_email not called after submit if keyup did not change email field");
-      start();
-    });
-
-    // Simulates the user selecting testuser@testuser.com from the
-    // autocomplete menu.
-    $("#email").val("registered@testuser.com");
-    $("#email").change();
-
-    // Simulate the user hitting the "next" button.  Once the address is
-    // verified, the enter_password message will be triggered.
-    controller.submit();
-  });
-
-  asyncTest("checkEmail with email that has IdP support - 'primary_user' message", function() {
-    $("#email").val("unregistered@testuser.com");
-    xhr.useResult("primary");
-
-    register("primary_user", function(msg, info) {
-      equal(info.email, "unregistered@testuser.com", "email correctly passed");
-      equal(info.auth, "https://auth_url", "IdP authentication URL passed");
-      equal(info.prov, "https://prov_url", "IdP provisioning URL passed");
-      start();
-    });
-
-    controller.checkEmail();
-  });
-
-  function testAuthenticated() {
-    register("authenticated", function() {
-      ok(true, "user authenticated as expected");
-      start();
-    });
-    controller.authenticate();
-  }
-
-  asyncTest("normal authentication is kosher", function() {
-    $("#email").val("registered@testuser.com");
-    $("#password").val("password");
-
-    testAuthenticated();
-  });
-
-  asyncTest("leading/trailing whitespace on the username is stripped for authentication", function() {
-    $("#email").val("    registered@testuser.com    ");
-    $("#password").val("password");
-
-    testAuthenticated();
-  });
-
-  asyncTest("forgotPassword - trigger forgot_password message", function() {
-    $("#email").val("registered@testuser.com");
-
-    register("forgot_password", function(msg, info) {
-      equal(info.email, "registered@testuser.com", "forgot_password with correct email triggered");
-      start();
-    });
-
-    controller.forgotPassword();
-  });
-
-  asyncTest("createUser with valid email", function() {
-    $("#email").val("unregistered@testuser.com");
-    xhr.useResult("unknown_secondary");
-
-    register("new_user", function(msg, info) {
-      equal(info.email, "unregistered@testuser.com", "new_user with correct email triggered");
-      start();
-    });
-
-    controller.createUser();
-  });
-
-  asyncTest("createUser with invalid email", function() {
-    $("#email").val("unregistered");
-
-    var handlerCalled = false;
-    register("new_user", function(msg, info) {
-      handlerCalled = true;
-    });
-
-    controller.createUser(function() {
-      equal(handlerCalled, false, "bad jiji, new_user should not have been called with invalid email");
-      start();
-    });
-  });
-
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/check_registration.js b/resources/static/test/cases/dialog/js/modules/check_registration.js
deleted file mode 100644
index e7499d31eb145d214e40743adbb3858c9d820a2b..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/check_registration.js
+++ /dev/null
@@ -1,129 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      bid = BrowserID,
-      user = bid.User,
-      xhr = bid.Mocks.xhr,
-      network = bid.Network,
-      testHelpers = bid.TestHelpers,
-      register = testHelpers.register;
-
-  function createController(verifier, message, required, password) {
-    controller = bid.Modules.CheckRegistration.create();
-    controller.start({
-      email: "registered@testuser.com",
-      password: password,
-      verifier: verifier,
-      verificationMessage: message,
-      required: required,
-      siteName: "Unit Test Site"
-    });
-  }
-
-  module("dialog/js/modules/check_registration", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-      if (controller) {
-        try {
-          // Controller may have already destroyed itself.
-          controller.destroy();
-        } catch(e) {}
-      }
-    }
-  });
-
-  function testVerifiedUserEvent(event_name, message, password) {
-    createController("waitForUserValidation", event_name, false, password);
-    register(event_name, function(msg, info) {
-      equal(info.mustAuth, false, "user does not need to verify");
-      start();
-    });
-    controller.startCheck();
-  }
-
-  function testMustAuthUserEvent(event_name, message) {
-    createController("waitForUserValidation", event_name);
-    register(event_name, function(msg, info) {
-      equal(info.mustAuth, true, "user needs to verify");
-      start();
-    });
-    controller.startCheck();
-  }
-
-  asyncTest("user validation with mustAuth result - userVerified with mustAuth: true", function() {
-    xhr.useResult("mustAuth");
-    testMustAuthUserEvent("user_verified");
-  });
-
-  asyncTest("user validation with pending->complete with auth_level = assertion, no authentication info given - user_verified with mustAuth triggered", function() {
-    user.init({ pollDuration: 100 });
-    xhr.useResult("pending");
-    xhr.setContextInfo("auth_level", "assertion");
-    testMustAuthUserEvent("user_verified");
-
-    // use setTimeout to simulate a delay in the user opening the email.
-    setTimeout(function() {
-      xhr.useResult("complete");
-    }, 50);
-  });
-
-  asyncTest("user validation with pending->complete with auth_level = password - user_verified triggered", function() {
-    user.init({ pollDuration: 100 });
-    xhr.useResult("pending");
-    xhr.setContextInfo("auth_level", "password");
-
-    testVerifiedUserEvent("user_verified");
-
-    // use setTimeout to simulate a delay in the user opening the email.
-    setTimeout(function() {
-      xhr.useResult("complete");
-    }, 50);
-  });
-
-  asyncTest("user validation with XHR error - show error message", function() {
-    xhr.useResult("ajaxError");
-
-    createController("waitForUserValidation", "user_verified");
-    controller.startCheck(function() {
-      register("user_verified", function() {
-        ok(false, "on XHR error, should not complete");
-      });
-      ok(testHelpers.errorVisible(), "Error message is visible");
-      start();
-    });
-  });
-
-  asyncTest("back for normal account creation/email addition - raise cancel_state", function() {
-    createController("waitForUserValidation", "user_verified");
-    controller.startCheck(function() {
-      register("cancel_state", function() {
-        ok(true, "cancel_state is triggered");
-        start();
-      });
-      controller.back();
-    });
-  });
-
-  asyncTest("back for required email - raise cancel", function() {
-    createController("waitForUserValidation", "user_verified", true);
-    controller.startCheck(function() {
-      register("cancel", function() {
-        ok(true, "cancel is triggered");
-        start();
-      });
-      controller.back();
-    });
-  });
-
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/dialog.js b/resources/static/test/cases/dialog/js/modules/dialog.js
deleted file mode 100644
index 5bb1d19f4636ed9c45f2213713bed1b97efd0a3b..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/dialog.js
+++ /dev/null
@@ -1,624 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      channel = bid.Channel,
-      network = bid.Network,
-      mediator = bid.Mediator,
-      testHelpers = bid.TestHelpers,
-      testErrorVisible = testHelpers.testErrorVisible,
-      testErrorNotVisible = testHelpers.testErrorNotVisible,
-      screens = bid.Screens,
-      xhr = bid.Mocks.xhr,
-      user = bid.User,
-      HTTP_TEST_DOMAIN = "http://testdomain.org",
-      HTTPS_TEST_DOMAIN = "https://testdomain.org",
-      TESTEMAIL = "testuser@testuser.com",
-      controller,
-      el,
-      winMock,
-      navMock;
-
-  function WinMock() {
-    this.location.hash = "#1234";
-  }
-
-  WinMock.prototype = {
-    // Oh so beautiful.
-    opener: {
-      frames: {
-        1234: {
-          BrowserID: {
-            Relay: {
-              registerClient: function() {
-              },
-
-              unregisterClient: function() {
-              }
-            }
-          }
-        }
-      }
-    },
-
-    location: {
-    },
-
-    navigator: {},
-
-    sessionStorage: {}
-  };
-
-  function createController(config) {
-    // startExternalDependencies defaults to true, for most of our tests we
-    // want to turn this off to prevent the state machine, channel, and actions
-    // controller from starting up and throwing errors.  This allows us to test
-    // dialog as an individual unit.
-    var options = $.extend({
-      window: winMock,
-      startExternalDependencies: false,
-    }, config);
-
-    controller = BrowserID.Modules.Dialog.create();
-    controller.start(options);
-  }
-
-  module("dialog/js/modules/dialog", {
-    setup: function() {
-      winMock = new WinMock();
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      controller.destroy();
-      testHelpers.teardown();
-    }
-  });
-
-  asyncTest("initialization with channel error", function() {
-    // Set the hash so that the channel cannot be found.
-    winMock.location.hash = "#1235";
-    createController({
-      startExternalDependencies: true,
-      ready: function() {
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("initialization with add-on navigator.id.channel", function() {
-    var registerControllerCalled = false;
-
-    // expect registerController to be called.
-    winMock.navigator.id = {
-      channel : {
-        registerController: function(controller) {
-          registerControllerCalled = controller.getVerifiedEmail && controller.get;
-        }
-      }
-    };
-
-    createController({
-      startExternalDependencies: true,
-      ready: function() {
-        ok(registerControllerCalled, "registerController was not called with proper controller");
-        start();
-      }
-    });
-  });
-
-  asyncTest("initialization with #NATIVE", function() {
-    winMock.location.hash = "#NATIVE";
-
-    createController({
-      ready: function() {
-        testErrorNotVisible();
-        start();
-      }
-    });
-  });
-
-
-  asyncTest("initialization with #INTERNAL", function() {
-    winMock.location.hash = "#INTERNAL";
-
-    createController({
-      ready: function() {
-        testErrorNotVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("initialization with #AUTH_RETURN and add=false - trigger start with correct params", function() {
-    winMock.location.hash = "#AUTH_RETURN";
-    winMock.sessionStorage.primaryVerificationFlow = JSON.stringify({
-      add: false,
-      email: TESTEMAIL
-    });
-
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          equal(info.type, "primary", "correct type");
-          equal(info.email, TESTEMAIL, "email_chosen with correct email");
-          equal(info.add, false, "add is not specified with CREATE_EMAIL option");
-          start();
-        });
-
-        try {
-          controller.get(testHelpers.testOrigin, {}, function() {}, function() {});
-        }
-        catch(e) {
-          // do nothing, an exception will be thrown because no modules are
-          // registered for the any services.
-        }
-      }
-    });
-  });
-
-  asyncTest("initialization with #AUTH_RETURN and add=true - trigger start with correct params", function() {
-    winMock.location.hash = "#AUTH_RETURN";
-    winMock.sessionStorage.primaryVerificationFlow = JSON.stringify({
-      add: true,
-      email: TESTEMAIL
-    });
-
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          equal(info.type, "primary", "correct type");
-          equal(info.email, TESTEMAIL, "email_chosen with correct email");
-          equal(info.add, true, "add is specified with ADD_EMAIL option");
-          start();
-        });
-
-        try {
-          controller.get(testHelpers.testOrigin, {}, function() {}, function() {});
-        }
-        catch(e) {
-          // do nothing, an exception will be thrown because no modules are
-          // registered for the any services.
-        }
-      }
-    });
-  });
-
-  asyncTest("onWindowUnload", function() {
-    createController({
-      ready: function() {
-        var error;
-
-        try {
-          controller.onWindowUnload();
-        }
-        catch(e) {
-          error = e;
-        }
-
-        equal(typeof error, "undefined", "unexpected error thrown when unloading window (" + error + ")");
-        start();
-      }
-    });
-  });
-
-
-  asyncTest("get with relative termsOfService & valid privacyPolicy - print error screen", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          termsOfService: "relative.html",
-          privacyPolicy: "/privacy.html"
-        });
-        equal(retval, "relative urls not allowed: (relative.html)", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with script containing termsOfService - print error screen", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          termsOfService: "relative.html<script>window.scriptRun=true;</script>",
-          privacyPolicy: "/privacy.html"
-        });
-
-        // If termsOfService is not properly escaped, scriptRun will be true.
-        equal(typeof window.scriptRun, "undefined", "script was not run");
-        equal(retval, "relative urls not allowed: (relative.html<script>window.scriptRun=true;</script>)", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with valid termsOfService & relative privacyPolicy - print error screen", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          termsOfService: "/tos.html",
-          privacyPolicy: "relative.html"
-        });
-        equal(retval, "relative urls not allowed: (relative.html)", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with script containing privacyPolicy - print error screen", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          termsOfService: "/tos.html",
-          privacyPolicy: "relative.html<script>window.scriptRun=true;</script>"
-        });
-
-        // If privacyPolicy is not properly escaped, scriptRun will be true.
-        equal(typeof window.scriptRun, "undefined", "script was not run");
-        equal(retval, "relative urls not allowed: (relative.html<script>window.scriptRun=true;</script>)", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with privacyPolicy - print error screen", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          termsOfService: "/tos.html",
-          privacyPolicy: "relative.html<script>window.scriptRun=true;</script>"
-        });
-
-        // If privacyPolicy is not properly escaped, scriptRun will be true.
-        equal(typeof window.scriptRun, "undefined", "script was not run");
-        equal(retval, "relative urls not allowed: (relative.html<script>window.scriptRun=true;</script>)", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with javascript protocol for privacyPolicy - print error screen", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          termsOfService: "/tos.html",
-          privacyPolicy: "javascript:alert(1)"
-        });
-
-        equal(retval, "relative urls not allowed: (javascript:alert(1))", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with invalid httpg protocol for privacyPolicy - print error screen", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          termsOfService: "/tos.html",
-          privacyPolicy: "httpg://testdomain.com/privacy.html"
-        });
-
-        equal(retval, "relative urls not allowed: (httpg://testdomain.com/privacy.html)", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-
-  function testValidTermsOfServicePrivacyPolicy(options, expected) {
-    createController({
-      ready: function() {
-        var startInfo;
-        mediator.subscribe("start", function(msg, info) {
-          startInfo = info;
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, options);
-        testHelpers.testObjectValuesEqual(startInfo, expected);
-
-        equal(typeof retval, "undefined", "no error expected");
-        testErrorNotVisible();
-        start();
-      }
-    });
-  }
-
-  asyncTest("get with valid absolute termsOfService & privacyPolicy - go to start", function() {
-    testValidTermsOfServicePrivacyPolicy({
-      termsOfService: "/tos.html",
-      privacyPolicy: "/privacy.html"
-    },
-    {
-      termsOfService: HTTP_TEST_DOMAIN + "/tos.html",
-      privacyPolicy: HTTP_TEST_DOMAIN + "/privacy.html"
-    });
-  });
-
-  asyncTest("get with valid fully qualified http termsOfService & privacyPolicy - go to start", function() {
-    testValidTermsOfServicePrivacyPolicy({
-      termsOfService: HTTP_TEST_DOMAIN + "/tos.html",
-      privacyPolicy: HTTP_TEST_DOMAIN + "/privacy.html"
-    },
-    {
-      termsOfService: HTTP_TEST_DOMAIN + "/tos.html",
-      privacyPolicy: HTTP_TEST_DOMAIN + "/privacy.html"
-    });
-  });
-
-
-  asyncTest("get with valid fully qualified https termsOfService & privacyPolicy - go to start", function() {
-    testValidTermsOfServicePrivacyPolicy({
-      termsOfService: HTTPS_TEST_DOMAIN + "/tos.html",
-      privacyPolicy: HTTPS_TEST_DOMAIN + "/privacy.html"
-    },
-    {
-      termsOfService: HTTPS_TEST_DOMAIN + "/tos.html",
-      privacyPolicy: HTTPS_TEST_DOMAIN + "/privacy.html"
-    });
-  });
-
-  asyncTest("get with valid termsOfService, tosURL & privacyPolicy, privacyURL - use termsOfService and privacyPolicy", function() {
-    testValidTermsOfServicePrivacyPolicy({
-      termsOfService: "/tos.html",
-      tosURL: "/tos_deprecated.html",
-      privacyPolicy: "/privacy.html",
-      privacyURL: "/privacy_deprecated.html"
-    },
-    {
-      termsOfService: HTTP_TEST_DOMAIN + "/tos.html",
-      privacyPolicy: HTTP_TEST_DOMAIN + "/privacy.html"
-    });
-  });
-
-  asyncTest("get with relative siteLogo - not allowed", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          siteLogo: "logo.png",
-        });
-
-        equal(retval, "must be an absolute path: (logo.png)", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with javascript: siteLogo - not allowed", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          siteLogo: "javascript:alert('xss')",
-        });
-
-        equal(retval, "must be an absolute path: (javascript:alert('xss'))", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with data-uri: siteLogo - not allowed", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          siteLogo: "data:image/png,FAKEDATA",
-        });
-
-        equal(retval, "must be an absolute path: (data:image/png,FAKEDATA)", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with http: siteLogo - not allowed", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          siteLogo: HTTP_TEST_DOMAIN + "://logo.png",
-        });
-
-        equal(retval, "must be an absolute path: (" + HTTP_TEST_DOMAIN + "://logo.png)", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with https: siteLogo - not allowed", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          siteLogo: HTTPS_TEST_DOMAIN + "://logo.png",
-        });
-
-        equal(retval, "must be an absolute path: (" + HTTPS_TEST_DOMAIN + "://logo.png)", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with absolute path and http RP - not allowed", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var siteLogo = '/i/card.png';
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          siteLogo: siteLogo
-        });
-
-        equal(retval, "only https sites can specify a siteLogo", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with absolute path that is too long - not allowed", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        // create a logo path that is one character too long
-        var siteLogo = '/' + testHelpers.generateString(bid.PATH_MAX_LENGTH);
-        var retval = controller.get(HTTPS_TEST_DOMAIN, {
-          siteLogo: siteLogo
-        });
-
-        equal(retval, "path portion of a url must be < " + bid.PATH_MAX_LENGTH + " characters");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with absolute path causing too long of a URL - not allowed", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "start should not have been called");
-        });
-
-        var shortHTTPSDomain = "https://test.com";
-        // create a URL that is one character too long
-        var siteLogo = '/' + testHelpers.generateString(bid.URL_MAX_LENGTH - shortHTTPSDomain.length);
-        var retval = controller.get(shortHTTPSDomain, {
-          siteLogo: siteLogo
-        });
-
-        equal(retval, "urls must be < " + bid.URL_MAX_LENGTH + " characters");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with absolute path and https RP - allowed URL but is properly escaped", function() {
-    createController({
-      ready: function() {
-        var startInfo;
-        mediator.subscribe("start", function(msg, info) {
-          startInfo = info;
-        });
-
-        var siteLogo = '/i/card.png" onerror="alert(\'xss\')" <script>alert(\'more xss\')</script>';
-        var retval = controller.get(HTTPS_TEST_DOMAIN, {
-          siteLogo: siteLogo
-        });
-
-        testHelpers.testObjectValuesEqual(startInfo, {
-          siteLogo: encodeURI(HTTPS_TEST_DOMAIN + siteLogo)
-        });
-        equal(typeof retval, "undefined", "no error expected");
-        testErrorNotVisible();
-        start();
-      }
-    });
-  });
-
-
-  asyncTest("get with returnTo with https - not allowed", function() {
-    createController({
-      ready: function() {
-        var URL = HTTP_TEST_DOMAIN + "/path";
-
-        mediator.subscribe("start", function(msg, info) {
-          ok(false, "unexpected start");
-        });
-
-        var retval = controller.get(HTTP_TEST_DOMAIN, {
-          returnTo: URL
-        });
-
-        equal(retval, "must be an absolute path: (" + URL + ")", "expected error");
-        testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("get with absolute path returnTo - allowed", function() {
-    createController({
-      ready: function() {
-        mediator.subscribe("start", function(msg, info) {
-          equal(user.getReturnTo(), HTTPS_TEST_DOMAIN + "/path", "returnTo correctly set");
-          start();
-        });
-
-        var retval = controller.get(HTTPS_TEST_DOMAIN, {
-          returnTo: "/path"
-        });
-      }
-    });
-  });
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/forgot_password.js b/resources/static/test/cases/dialog/js/modules/forgot_password.js
deleted file mode 100644
index 46a2bf81583182a07f65e2edb56ad9d3b58247b4..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/forgot_password.js
+++ /dev/null
@@ -1,61 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      el = $("body"),
-      bid = BrowserID,
-      register = bid.TestHelpers.register;
-
-  function createController(options) {
-    controller = bid.Modules.ForgotPassword.create();
-    controller.start(options);
-  }
-
-  module("dialog/js/modules/forgotpassword_controller", {
-    setup: function() {
-      $("#email").val("");
-      bid.TestHelpers.setup();
-      createController({ email: "registered@testuser.com" });
-    },
-
-    teardown: function() {
-      if (controller) {
-        try {
-          controller.destroy();
-          controller = null;
-        } catch(e) {
-          // may already be destroyed from close inside of the controller.
-        }
-      }
-      bid.TestHelpers.setup();
-    }
-  });
-
-  test("email address prefills address field", function() {
-    equal($("#email").val(), "registered@testuser.com", "email prefilled");
-  });
-
-  asyncTest("resetPassword raises 'password_reset' with email address", function() {
-    register("password_reset", function(msg, info) {
-      equal(info.email, "registered@testuser.com", "password_reset raised with correct email address");
-      start();
-    });
-
-    controller.resetPassword();
-  });
-
-  asyncTest("cancelResetPassword raises 'cancel_forgot_password'", function() {
-    register("cancel_state", function(msg, info) {
-      ok(true, "cancel_state triggered");
-      start();
-    });
-
-    controller.cancelResetPassword();
-  });
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/generate_assertion.js b/resources/static/test/cases/dialog/js/modules/generate_assertion.js
deleted file mode 100644
index a619e1717696fec4643f1ce3edff20ba9e5da6b7..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/generate_assertion.js
+++ /dev/null
@@ -1,47 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global asyncTest: true, test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      controller,
-      el,
-      testHelpers = bid.TestHelpers,
-      mediator = bid.Mediator,
-      user = bid.User;
-
-  function createController(config, complete) {
-    config = config || {};
-    config.ready = complete;
-
-    controller = BrowserID.Modules.GenerateAssertion.create();
-    controller.start(config);
-  }
-
-  module("dialog/js/modules/email_chosen", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      if(controller) {
-        controller.destroy();
-      }
-      testHelpers.teardown();
-    }
-  });
-
-  asyncTest("start with email, expect an assertion to be generated", function() {
-    user.syncEmailKeypair("testuser@testuser.com", function() {
-      createController( { email: "testuser@testuser.com" }, function(assertion) {
-        ok(assertion, "assertion generated");
-        start();
-      });
-    });
-  });
-
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/is_this_your_computer.js b/resources/static/test/cases/dialog/js/modules/is_this_your_computer.js
deleted file mode 100644
index a19c3ebf734927752a2f39943055da89256b345c..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/is_this_your_computer.js
+++ /dev/null
@@ -1,65 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      el = $("body"),
-      bid = BrowserID,
-      user = bid.User,
-      network = bid.Network,
-      xhr = bid.Mocks.xhr,
-      modules = bid.Modules,
-      testHelpers = bid.TestHelpers,
-      register = testHelpers.register;
-
-
-  module("dialog/js/modules/is_this_your_computer", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      if (controller) {
-        try {
-          controller.destroy();
-          controller = null;
-        } catch(e) {
-          // could already be destroyed from the close
-        }
-      }
-      testHelpers.teardown();
-    }
-  });
-
-  function createController(options) {
-    controller = modules.IsThisYourComputer.create();
-    controller.start(options || {});
-  }
-
-  asyncTest("yes - sets ownership flag to true for the user", function() {
-    createController();
-    network.authenticate("testuser@testuser.com", "password", function() {
-      register("user_computer_status_set", function(msg, data) {
-        equal(data.users_computer, true, "user_computer_status_set called with correct status");
-        start();
-      });
-      controller.yes();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-
-  asyncTest("no - set the ownership flag to false for the user", function() {
-    createController();
-    network.authenticate("testuser@testuser.com", "password", function() {
-      register("user_computer_status_set", function(msg, data) {
-        equal(data.users_computer, false, "user_computer_status_set called with correct status");
-        start();
-      });
-      controller.no();
-    }, testHelpers.unexpectedXHRFailure);
-  });
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/pick_email.js b/resources/static/test/cases/dialog/js/modules/pick_email.js
deleted file mode 100644
index 8269c1d51c76005371b19bc6f32505cbfec1a72a..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/pick_email.js
+++ /dev/null
@@ -1,167 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      bid = BrowserID,
-      storage = bid.Storage,
-      testHelpers = bid.TestHelpers,
-      testOrigin = testHelpers.testOrigin,
-      testElementFocused = testHelpers.testElementFocused,
-      testElementChecked = testHelpers.testElementChecked,
-      testElementNotChecked = testHelpers.testElementNotChecked,
-      register = bid.TestHelpers.register;
-
-  module("dialog/js/modules/pick_email", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      if (controller) {
-        try {
-          controller.destroy();
-          controller = null;
-        } catch(e) {
-          // could already be destroyed from the close
-        }
-      }
-      testHelpers.teardown();
-    }
-  });
-
-
-  function createController() {
-    controller = bid.Modules.PickEmail.create();
-    controller.start({});
-  }
-
-  test("multiple emails with no email assocated with site - print emails in alphabetical order, select none", function() {
-    storage.addEmail("third@testuser.com", {});
-    storage.addEmail("second@testuser.com", {});
-    storage.addEmail("first@testuser.com", {});
-
-    createController();
-
-    var inputs = $(".inputs input[type=radio]");
-    equal(inputs.eq(0).val(), "first@testuser.com", "correct email for the first element");
-    equal(inputs.eq(1).val(), "second@testuser.com", "correct email for the second element");
-    equal(inputs.eq(2).val(), "third@testuser.com", "correct email for the third element");
-
-    equal($("input[type=radio]:checked").length, 0, "if there is no email associated with the site, but there are multiple addresses, do not select an address");
-    equal($("label.preselected").length, 0, "no item preselected");
-    testElementFocused("input[type=radio]:eq(0)", "if there is no email associated with the site, but there are multiple addresses, focus the first email address");
-  });
-
-  test("email associated with site - check correct email", function() {
-    storage.addEmail("testuser@testuser.com", {});
-    storage.addEmail("testuser2@testuser.com", {});
-    storage.site.set(testOrigin, "email", "testuser2@testuser.com");
-
-    createController();
-
-    var radioButton = $("input[type=radio]").eq(0);
-    testElementChecked(radioButton, "the email address we specified is checked");
-    testElementFocused(radioButton, "checked element is focused");
-
-    var label = $("label[for=" + radioButton.attr("id") + "]");
-    ok(label.hasClass("preselected"), "the label has the preselected class");
-  });
-
-  test("single email, no email associated with site - check first radio button", function() {
-    storage.addEmail("testuser@testuser.com", {});
-
-    createController();
-
-    var radioButton = $("input[type=radio]").eq(0);
-    testElementChecked(radioButton, "The lone email address is not checked");
-    testElementFocused(radioButton, "the lone email address is still focused for keyboard navigation");
-
-    var label = radioButton.parent();
-    equal(label.hasClass("preselected"), false, "the label has no class");
-  });
-
-  asyncTest("signIn - trigger 'email_chosen message'", function() {
-    storage.addEmail("testuser@testuser.com", {});
-    storage.addEmail("testuser2@testuser.com", {});
-
-    createController();
-
-    // this should only be triggered once.  testHelpers.register checks this
-    // for us.
-    var assertion;
-    register("email_chosen", function(msg, info) {
-      ok(info.email, "email_chosen message triggered with email");
-      start();
-    });
-
-    // trying to sign in without an email selected shows a tooltip.
-    controller.signIn();
-    testHelpers.testTooltipVisible();
-
-    // trying to sign in with an email selected operates as expected.
-    $("input[type=radio]").eq(0).trigger("click");
-    controller.signIn();
-  });
-
-  asyncTest("addEmail triggers an 'add_email' message", function() {
-    createController();
-
-    register("add_email", function(msg, info) {
-      ok(true, "add_email triggered");
-      start();
-    });
-    controller.addEmail();
-  });
-
-  test("click on an email label and radio button - select corresponding radio button", function() {
-    storage.addEmail("testuser2@testuser.com", {});
-    storage.addEmail("testuser@testuser.com", {});
-
-    createController();
-
-    testElementNotChecked("#mail_1", "radio button is not selected before click.");
-
-    // selects testuser@testuser.com
-    $(".inputs label:eq(1)").trigger("click");
-    testElementChecked("#email_1", "radio button is correctly selected after click");
-
-    // selects testuser2@testuser.com
-    $(".inputs label:eq(0)").trigger("click");
-    testElementChecked("#email_0", "radio button is correctly selected after click");
-  });
-
-  test("click on an email label that contains a + - select corresponding radio button", function() {
-    storage.addEmail("testuser+test0@testuser.com", {});
-    storage.addEmail("testuser+test1@testuser.com", {});
-
-    createController();
-
-    testElementNotChecked("#email_1", "radio button is not selected before click.");
-
-    // selects testuser+test1@testuser.com
-    $(".inputs label:eq(1)").trigger("click");
-    testElementChecked("#email_1", "radio button is correctly selected after click");
-
-    // selects testuser+test0@testuser.com
-    $(".inputs label:eq(0)").trigger("click");
-    testElementChecked("#email_0", "radio button is correctly selected after click");
-  });
-
-  asyncTest("click on not me button - trigger notme message", function() {
-    createController();
-
-    register("notme", function(msg, info) {
-      ok(true, "notme triggered");
-      start();
-    });
-
-    $("#thisIsNotMe").click();
-  });
-
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/primary_user_provisioned.js b/resources/static/test/cases/dialog/js/modules/primary_user_provisioned.js
deleted file mode 100644
index 02d3a01699629049eb41b89cb15566f48052846b..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/primary_user_provisioned.js
+++ /dev/null
@@ -1,137 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      bid = BrowserID,
-      storage = bid.Storage,
-      user = bid.User,
-      network = bid.Network,
-      testHelpers = bid.TestHelpers,
-      register = testHelpers.register,
-      xhr = bid.Mocks.xhr,
-      mediator = bid.Mediator;
-
-  module("dialog/js/modules/primary_user_provisioned", {
-    setup: function() {
-      testHelpers.setup();
-    },
-
-    teardown: function() {
-      if (controller) {
-        try {
-          controller.destroy();
-          controller = null;
-        } catch(e) {
-          // could already be destroyed from the close
-        }
-      }
-      testHelpers.setup();
-    }
-  });
-
-
-  function createController(config) {
-    controller = bid.Modules.PrimaryUserProvisioned.create();
-    config = config || {};
-    config.complete_delay = 1;
-    controller.start(config);
-  }
-
-  test("starting the controller without email throws assertion", function() {
-    var error;
-
-    try {
-      createController({});
-    }
-    catch(e) {
-      error = e;
-    }
-
-    equal(error, "missing config option: email", "correct error message printed");
-  });
-
-  test("starting the controller without assertion throws assertion", function() {
-    var error;
-
-    try {
-      createController({email: "unregistered@testuser.com"});
-    }
-    catch(e) {
-      error = e;
-    }
-
-    equal(error, "missing config option: assertion", "correct error message printed");
-  });
-
-  asyncTest("start controller with `add: false` and XHR error displays error screen", function() {
-    xhr.useResult("ajaxError");
-
-    createController({
-      email: "unregistered@testuser.com",
-      assertion: "test_assertion",
-      add: false,
-      ready: function(status) {
-        equal(status, false, "correct status for XHR error");
-        testHelpers.testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("start controller with `add: false` authenticates user", function() {
-    register("primary_user_ready", function(msg, info) {
-      network.checkAuth(function(status) {
-        equal(status, "assertion", "status is correct");
-        start();
-      });
-    });
-
-    xhr.useResult("valid");
-    createController({
-      email: "unregistered@testuser.com",
-      add: false,
-      assertion: "test_assertion",
-      ready: function(status) {
-        equal(true, status, "valid status");
-      }
-    });
-  });
-
-  asyncTest("start controller with `add: true` and XHR error displays error screen", function() {
-    xhr.useResult("ajaxError");
-
-    createController({
-      email: "unregistered@testuser.com",
-      assertion: "test_assertion",
-      add: true,
-      ready: function(status) {
-        equal(status, false, "correct status for XHR error");
-        testHelpers.testErrorVisible();
-        start();
-      }
-    });
-  });
-
-  asyncTest("start controller with `add: true` adds email to user's list", function() {
-    register("primary_user_ready", function(msg, info) {
-      start();
-    });
-
-    xhr.useResult("valid");
-    createController({
-      email: "unregistered@testuser.com",
-      add: true,
-      assertion: "test_assertion",
-      ready: function(status) {
-        equal(true, status, "valid status");
-      }
-    });
-  });
-
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/provision_primary_user.js b/resources/static/test/cases/dialog/js/modules/provision_primary_user.js
deleted file mode 100644
index 4a607affab5b9ccd0bfc8e528b2b81b206c63008..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/provision_primary_user.js
+++ /dev/null
@@ -1,105 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      bid = BrowserID,
-      storage = bid.Storage,
-      user = bid.User,
-      network = bid.Network,
-      register = bid.TestHelpers.register,
-      xhr = bid.Mocks.xhr,
-      mediator = bid.Mediator,
-      provisioning = bid.Mocks.Provisioning;
-
-  module("dialog/js/modules/provision_primary_user", {
-    setup: function() {
-      bid.TestHelpers.setup();
-    },
-
-    teardown: function() {
-      if (controller) {
-        try {
-          controller.destroy();
-          controller = null;
-        } catch(e) {
-          // could already be destroyed from the close
-        }
-      }
-      bid.TestHelpers.setup();
-    }
-  });
-
-
-  function createController(config) {
-    controller = bid.Modules.ProvisionPrimaryUser.create();
-    controller.start(config);
-  }
-
-  test("create controller with missing email throws error", function() {
-    var error;
-
-    try {
-      createController({
-        auth: "https://auth_url",
-        prov: "https://prov_url"
-      });
-    } catch(e) {
-      error = e;
-    }
-
-    equal(error, "missing config option: email", "must specify email, auth, and prov");
-  });
-
-  asyncTest("create controller with all fields specified, user authenticated with primary - expected user provisioned", function() {
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-    xhr.useResult("primary");
-
-    mediator.subscribe("primary_user_provisioned", function(msg, info) {
-      ok(info.assertion, "assertion available");
-      equal(info.email, "unregistered@testuser.com", "email available");
-      start();
-    });
-
-    createController({
-      email: "unregistered@testuser.com",
-      auth: "https://auth_url",
-      prov: "https://prov_url"
-    });
-  });
-
-  asyncTest("create controller with all fields specified, user not authenticated with primary - expected user must authenticate", function() {
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-    xhr.useResult("primary");
-
-    mediator.subscribe("primary_user_unauthenticated", function(msg, info) {
-      equal(info.auth_url, "https://auth_url", "primary information fetched");
-      start();
-    });
-
-    createController({
-      email: "unregistered@testuser.com",
-      auth: "https://auth_url",
-      prov: "https://prov_url"
-    });
-  });
-
-  asyncTest("create controller with missing auth/prov, user authenticated with primary - expected to request provisioning info from backend, user provisioned", function() {
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-    xhr.useResult("primary");
-
-    mediator.subscribe("primary_user_provisioned", function(msg, info) {
-      equal(info.email, "unregistered@testuser.com", "user is provisioned after requesting info from backend");
-      start();
-    });
-
-    createController({
-      email: "unregistered@testuser.com"
-    });
-  });
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/required_email.js b/resources/static/test/cases/dialog/js/modules/required_email.js
deleted file mode 100644
index 7bb7d5c4aa6bd7db6c03980619fbe4fc1d8efe38..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/required_email.js
+++ /dev/null
@@ -1,512 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global asyncTest: true, test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      bid = BrowserID,
-      xhr = bid.Mocks.xhr,
-      user = bid.User,
-      storage = bid.Storage,
-      testHelpers = bid.TestHelpers,
-      register = testHelpers.register,
-      provisioning = bid.Mocks.Provisioning,
-      origStart;
-
-
-  module("dialog/js/modules/required_email", {
-    setup: function() {
-      origStart = start;
-      var count = 0;
-      start = function() {
-        if(count) {
-          throw "multiple starts in a test";
-        }
-        count++;
-        origStart();
-      };
-      testHelpers.setup();
-      $("#required_email").text("");
-    },
-
-    teardown: function() {
-      start = origStart;
-      if (controller) {
-        try {
-          controller.destroy();
-        } catch(e) {
-          // controller may have already been deleted.
-        }
-        controller = null;
-      }
-      testHelpers.setup();
-    }
-  });
-
-  function createController(options) {
-    controller = bid.Modules.RequiredEmail.create();
-    controller.start(options);
-  }
-
-  function testPasswordSection() {
-    equal($("#password_section").length, 1, "password section is there");
-  }
-
-  function testNoPasswordSection() {
-    equal($("#password_section").length, 0, "password section is not there");
-  }
-
-  function testSignIn(email, cb) {
-    var el = $("#required_email");
-    equal(el.val() || el.text(), email, "email set correctly");
-    equal($("#sign_in").length, 1, "sign in button shown");
-    equal($("#verify_address").length, 0, "verify address not shown");
-    cb && cb();
-    start();
-  }
-
-  function testVerify(email, cb) {
-    var el = $("#required_email");
-    equal(el.val() || el.text(), email, "email set correctly");
-    equal($("#sign_in").length, 0, "sign in button not shown");
-    equal($("#verify_address").length, 1, "verify address shows");
-    testNoPasswordSection();
-    cb && cb();
-    start();
-  }
-
-  function testMessageReceived(email, message) {
-    xhr.setContextInfo("auth_level", "assertion");
-
-    createController({
-      email: email,
-      ready: function() {
-        register(message, function(item, info) {
-          equal(info.email, email, message + " received with correct email");
-          start();
-        });
-
-        controller.verifyAddress();
-      }
-    });
-  }
-
-
-  asyncTest("siteTOSPP specified - show TOS/PP", function() {
-    var email = "registered@testuser.com";
-    xhr.useResult("known_secondary");
-    xhr.setContextInfo("auth_level", "password");
-
-    createController({
-      email: email,
-      siteTOSPP: true,
-      ready: function() {
-        testHelpers.testRPTosPPShown();
-        start();
-      }
-    });
-  });
-
-  asyncTest("known_secondary: user who is not authenticated - show password form", function() {
-    var email = "registered@testuser.com";
-    xhr.useResult("known_secondary");
-
-    createController({
-      email: email,
-      ready: function() {
-        testSignIn(email, testPasswordSection);
-      }
-    });
-  });
-
-  asyncTest("unknown_secondary: user who is not authenticated - kick over to new_user flow", function() {
-    var email = "unregistered@testuser.com";
-    xhr.useResult("unknown_secondary");
-
-    register("new_user", function(item, info) {
-      equal(info.email, email, "correct email");
-      start();
-    });
-
-    createController({
-      email: email
-    });
-  });
-
-  asyncTest("primary: user who is authenticated, owns address, cert valid - sees signin screen", function() {
-    var email = "testuser@testuser.com";
-
-    xhr.setContextInfo("auth_level",  "assertion");
-    storage.addEmail(email, { type: "primary", cert: "cert" });
-    xhr.useResult("primary");
-
-    createController({
-      email: email,
-      ready: function() {
-        testSignIn(email);
-      }
-    });
-  });
-
-  asyncTest("primary: user who is authenticated, owns address, cert expired or invalid, authed with IdP - sees signin screen", function() {
-    var email = "registered@testuser.com",
-        msgInfo;
-
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-    storage.addEmail(email, { type: "primary" });
-
-    createController({
-      email: email,
-      ready: function() {
-        testSignIn(email);
-      }
-    });
-  });
-
-  asyncTest("primary: user who is authenticated, owns address, cert expired or invalid, not authed with IdP - redirected to 'primary_user'", function() {
-    var email = "registered@testuser.com",
-        msgInfo;
-
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-    storage.addEmail(email, { type: "primary" });
-
-    register("primary_user", function(msg, info) {
-      msgInfo = info;
-    });
-
-    createController({
-      email: email,
-      ready: function() {
-        equal(msgInfo.email, email, "correct email passed");
-        start();
-      }
-    });
-  });
-
-  asyncTest("primary: user who is authenticated, does not own address, authed with IdP - user sees signin screen", function() {
-    var email = "unregistered@testuser.com",
-        msgInfo;
-
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-
-    createController({
-      email: email,
-      ready: function() {
-        testSignIn(email);
-      }
-    });
-  });
-
-  asyncTest("primary: user who is authenticated, does not own address, not authed with IdP - redirected to 'primary_user'", function() {
-    var email = "unregistered@testuser.com",
-        msgInfo;
-
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-
-    register("primary_user", function(msg, info) {
-      msgInfo = info;
-    });
-
-    createController({
-      email: email,
-      ready: function() {
-        equal(msgInfo.email, email, "correct email passed");
-        start();
-      }
-    });
-  });
-
-  asyncTest("primary: user who is not authenticated, authenticated with IdP - user sees sign in screen.", function() {
-    var email = "unregistered@testuser.com";
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-
-    createController({
-      email: email,
-      ready: function() {
-        testSignIn(email, testNoPasswordSection);
-      }
-    });
-  });
-
-  asyncTest("primary: user who is not authenticated, not authenticated with IdP - redirects to 'primary_user'", function() {
-    var email = "unregistered@testuser.com",
-        msgInfo;
-
-    register("primary_user", function(msg, info) {
-      msgInfo = info;
-    });
-
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-
-    createController({
-      email: email,
-      ready: function() {
-        equal(msgInfo && msgInfo.email, "unregistered@testuser.com", "correct email address");
-        start();
-      }
-    });
-  });
-
-  asyncTest("user who is not authenticated, XHR error", function() {
-    xhr.useResult("ajaxError");
-    var email = "registered@testuser.com";
-    createController({
-      email: email,
-      ready: function() {
-        ok(testHelpers.errorVisible(), "Error message is visible");
-        start();
-      }
-    });
-  });
-
-  asyncTest("known_secondary: assertion authenticated, email belongs to user - user sees sign in screen with password field.", function() {
-    xhr.setContextInfo("auth_level",  "assertion");
-
-    var email = "registered@testuser.com";
-    user.syncEmailKeypair(email, function() {
-      createController({
-        email: email,
-        ready: function() {
-          testSignIn(email, testPasswordSection);
-        }
-      });
-    });
-  });
-
-  asyncTest("known_secondary: password authenticated, email belongs to user - user sees sign in screen, no password.", function() {
-    xhr.setContextInfo("auth_level",  "password");
-
-    var email = "registered@testuser.com";
-    user.syncEmailKeypair(email, function() {
-      createController({
-        email: email,
-        ready: function() {
-          testSignIn(email, testNoPasswordSection);
-        }
-      });
-    });
-  });
-
-  asyncTest("known_secondary: user who is authenticated, email belongs to another user - user sees verify screen", function() {
-    xhr.setContextInfo("auth_level",  "password");
-
-    var email = "registered@testuser.com";
-    xhr.useResult("known_secondary");
-
-    createController({
-      email: email,
-      ready: function() {
-        // This means the current user is going to take the address from the other
-        // account.
-        testVerify(email);
-      }
-    });
-  });
-
-  asyncTest("unknown_secondary: user who is authenticated to password level - user sees verify screen", function() {
-    xhr.setContextInfo("auth_level",  "password");
-    xhr.useResult("unknown_secondary");
-
-    var email = "unregistered@testuser.com";
-
-    createController({
-      email: email,
-      auth_level: "password",
-      ready: function() {
-        testVerify(email);
-      }
-    });
-  });
-
-  asyncTest("unknown_secondary: user who is authenticated to assertion level, account already has password - user sees verify screen", function() {
-    xhr.setContextInfo("auth_level",  "assertion");
-    xhr.useResult("unknown_secondary");
-
-    storage.addEmail("testuser@testuser.com", { type: "secondary" });
-
-    var email = "unregistered@testuser.com";
-
-    createController({
-      email: email,
-      auth_level: "assertion",
-      ready: function() {
-        testVerify(email);
-      }
-    });
-  });
-
-  asyncTest("unknown_secondary: user who is authenticated to assertion level, account needs password - stage_email triggered", function() {
-    xhr.setContextInfo("auth_level",  "assertion");
-    xhr.useResult("unknown_secondary");
-
-    var email = "unregistered@testuser.com";
-
-    register("stage_email", function(msg, info) {
-      testHelpers.testObjectValuesEqual(info, { email: email });
-      start();
-    });
-
-    createController({
-      email: email,
-      auth_level: "assertion"
-    });
-  });
-
-
-  asyncTest("secondary: signIn of an authenticated user - generates an assertion, redirects to assertion_generated", function() {
-    xhr.setContextInfo("auth_level",  "password");
-
-    var email = "registered@testuser.com";
-    user.syncEmailKeypair(email, function() {
-      createController({
-        email: email
-      });
-
-      var assertion;
-      register("assertion_generated", function(item, info) {
-        assertion = info.assertion;
-      });
-
-      controller.signIn(function() {
-        ok(assertion, "we have an assertion");
-        start();
-      });
-    });
-  });
-
-  asyncTest("secondary: signIn of a non-authenticated user with a good password - generates an assertion, redirects to assertion_generated", function() {
-    var email = "testuser@testuser.com";
-    xhr.useResult("known_secondary");
-
-    createController({
-      email: email,
-      ready: function() {
-        var assertion;
-        register("assertion_generated", function(item, info) {
-          assertion = info.assertion;
-        });
-
-        xhr.useResult("valid");
-
-        $("#password").val("password");
-        controller.signIn(function() {
-          ok(assertion, "we have an assertion");
-          start();
-        });
-      }
-    });
-
-  });
-
-
-  asyncTest("secondary: signIn of a non-authenticated user with a bad password does not generate an assertion", function() {
-    var email = "registered@testuser.com";
-    xhr.useResult("known_secondary");
-
-    createController({
-      email: email,
-      ready: function() {
-        var assertion;
-
-        register("assertion_generated", function(item, info) {
-          ok(false, "this should not have been called");
-          assertion = info.assertion;
-        });
-
-        xhr.useResult("invalid");
-        $("#password").val("badpassword");
-        controller.signIn(function() {
-          // Since we are using the mock, we know the XHR result is going to be
-          // back in less than 1000ms.  All we have to do is check whether an
-          // assertion was generated, if so, bad jiji.
-          equal(typeof assertion, "undefined", "assertion was never generated");
-          start();
-        });
-      }
-    });
-  });
-
-  asyncTest("primary: signIn of an non-authenticated user who is authenticated w/ IdP - redirects to 'primary_user'", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-    var email = "unregistered@testuser.com";
-
-    createController({
-      email: email,
-      ready: function() {
-        var primaryEmail;
-
-        register("primary_user", function(item, info) {
-          primaryEmail = info.email;
-        });
-
-        controller.signIn(function() {
-          equal(primaryEmail, email, "correct email passed to primary_user");
-          start();
-        });
-      }
-    });
-
-  });
-
-  asyncTest("verifyAddress of authenticated user, secondary address belongs to another user - redirects to 'stage_email'", function() {
-    var email = "registered@testuser.com";
-    xhr.useResult("known_secondary");
-
-    testMessageReceived(email, "stage_email");
-  });
-
-  asyncTest("verifyAddress of authenticated user, unknown address - redirects to 'stage_email'", function() {
-    var email = "unregistered@testuser.com";
-    xhr.useResult("unknown_secondary");
-
-    testMessageReceived(email, "stage_email");
-  });
-
-  asyncTest("verifyAddress of un-authenticated user, forgot password - redirect to 'forgot_password'", function() {
-    var email = "registered@testuser.com",
-        message = "forgot_password";
-
-    createController({
-      email: email,
-      ready: function() {
-        register(message, function(item, info) {
-          equal(info.email, email, message + " received with correct email");
-          start();
-        });
-
-        controller.forgotPassword();
-      }
-    });
-  });
-
-  asyncTest("cancel raises the 'cancel_state' message", function() {
-    var email = "registered@testuser.com",
-        message = "cancel_state";
-
-    createController({
-      email: email,
-      secondary_auth: true,
-      ready: function() {
-        register(message, function(item, info) {
-          ok(true, message + " received");
-          start();
-        });
-
-        controller.cancel();
-      }
-    });
-  });
-
-
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/rp_info.js b/resources/static/test/cases/dialog/js/modules/rp_info.js
deleted file mode 100644
index 24d3d4a24cf10e21fdee7f5ca10f4135c5b1fe8c..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/rp_info.js
+++ /dev/null
@@ -1,107 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      bid = BrowserID,
-      user = bid.User,
-      testHelpers = bid.TestHelpers,
-      register = bid.TestHelpers.register,
-      WindowMock = bid.Mocks.WindowMock,
-      RP_HOSTNAME = "hostname.org",
-      RP_NAME = "The Planet's Most Awesome Site",
-      RP_TOS_URL = "https://browserid.org/TOS.html",
-      RP_PP_URL = "https://browserid.org/priv.html",
-      RP_HTTPS_LOGO = "https://en.gravatar.com/userimage/6966791/c4feac761b8544cce13e0406f36230aa.jpg",
-      mediator = bid.Mediator;
-
-  module("dialog/js/modules/rp_info", {
-    setup: testHelpers.setup,
-
-    teardown: function() {
-      if (controller) {
-        try {
-          controller.destroy();
-          controller = null;
-        } catch(e) {
-          // could already be destroyed from the close
-        }
-      }
-      try {
-        var und;
-        window.scriptRun = und;
-        delete window.scriptRun;
-      } catch(e) { /* IE8 blows up trying to delete scriptRun */ }
-
-      testHelpers.teardown();
-    }
-  });
-
-
-  function createController(options) {
-    options = _.extend({ hostname: RP_HOSTNAME }, options);
-
-    controller = bid.Modules.RPInfo.create();
-    controller.start(options || {});
-  }
-
-  test("neither siteName nor logo specified - show rp_hostname only", function() {
-    createController();
-    equal($("#rp_hostname").html(), RP_HOSTNAME, "rp_hostname filled in");
-    ok(!$("#rp_name").html(), "rp_name empty");
-    ok(!$("#rp_logo").attr("src"), "rp logo not shown");
-  });
-
-  test("siteName only specified - show specified siteName and rp_hostname", function() {
-    createController({
-      siteName: RP_NAME,
-    });
-
-    equal($("#rp_hostname").html(), RP_HOSTNAME, "rp_hostname filled in");
-    equal($("#rp_name").html(), RP_NAME, "rp_name filled in");
-    ok(!$("#rp_logo").attr("src"), "rp logo not shown");
-  });
-
-  test("siteLogos are allowed", function() {
-    var docMock = new WindowMock().document;
-    docMock.location.protocol = "http:";
-
-    createController({
-      document: docMock,
-      siteLogo: RP_HTTPS_LOGO
-    });
-
-    equal($("#rp_logo").attr("src"), RP_HTTPS_LOGO, "rp logo shown");
-    equal($("#rp_hostname").html(), RP_HOSTNAME, "rp_hostname filled in");
-    ok(!$("#rp_name").html(), "rp_name empty");
-  });
-
-  test("both siteName and siteLogo specified - show siteName, siteLogo and rp_hostname", function() {
-    createController({
-      siteName: RP_NAME,
-      siteLogo: RP_HTTPS_LOGO
-    });
-
-    equal($("#rp_hostname").html(), RP_HOSTNAME, "rp_hostname filled in");
-    equal($("#rp_name").html(), RP_NAME, "rp_name filled in");
-    equal($("#rp_logo").attr("src"), RP_HTTPS_LOGO, "rp logo shown");
-  });
-
-  test("privacyPolicy, termsOfService specified - show TOS/PP info", function() {
-    createController({
-      siteName: RP_NAME,
-      privacyPolicy: RP_PP_URL,
-      termsOfService: RP_TOS_URL
-    });
-
-    equal($("#rp_name").text(), RP_NAME, "RP's name is set");
-    equal($("#rp_tos").attr("href"), RP_TOS_URL, "RP's TOS is set");
-    equal($("#rp_pp").attr("href"), RP_PP_URL, "RP's Privacy Policy is set");
-  });
-
-}());
-
diff --git a/resources/static/test/cases/dialog/js/modules/set_password.js b/resources/static/test/cases/dialog/js/modules/set_password.js
deleted file mode 100644
index 15601f75aa154317abd680c18cc42b240091dd79..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/set_password.js
+++ /dev/null
@@ -1,86 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var controller,
-      el = $("body"),
-      bid = BrowserID,
-      testHelpers = bid.TestHelpers,
-      testElementExists = testHelpers.testElementExists,
-      testElementNotExists = testHelpers.testElementDoesNotExist,
-      register = testHelpers.register,
-      controller;
-
-  function createController(options) {
-    controller = bid.Modules.SetPassword.create();
-    controller.start(options);
-  }
-
-  module("dialog/js/modules/set_password", {
-    setup: function() {
-      testHelpers.setup();
-      createController();
-    },
-
-    teardown: function() {
-      controller.destroy();
-      testHelpers.teardown();
-    }
-  });
-
-
-  test("create with no options - show template, user must verify email, can cancel", function() {
-    ok($("#set_password").length, "set_password template added");
-    testElementExists("#verify_user");
-    testElementExists("#cancel");
-    testElementNotExists("#persona_tospp");
-  });
-
-  test("create with password_reset option - show template, show reset password button", function() {
-    controller.destroy();
-    createController({ password_reset: true });
-    testElementExists("#set_password");
-    testElementExists("#password_reset");
-    testElementExists("#cancel");
-  });
-
-  test("create with personaTOSPP option - show Persona TOS/PP", function() {
-    controller.destroy();
-    createController({ personaTOSPP: true });
-    testElementExists("#persona_tospp");
-  });
-
-  test("create with cancelable=false option - cancel button not shown", function() {
-    controller.destroy();
-    createController({ cancelable: false });
-    testElementNotExists("#cancel");
-  });
-
-  asyncTest("submit with good password/vpassword - password_set message raised", function() {
-    $("#password").val("password");
-    $("#vpassword").val("password");
-
-    var password;
-    register("password_set", function(msg, info) {
-      password = info.password;
-    });
-
-    controller.submit(function() {
-      equal(password, "password", "password_set message raised with correct password");
-      start();
-    });
-  });
-
-  asyncTest("cancel - cancel_state message raised", function() {
-    register("cancel_state", function(msg, info) {
-      ok(true, "state cancelled");
-      start();
-    });
-
-    $("#cancel").click();
-  });
-}());
diff --git a/resources/static/test/cases/dialog/js/modules/verify_primary_user.js b/resources/static/test/cases/dialog/js/modules/verify_primary_user.js
deleted file mode 100644
index cce8e0c1932acffa2e02dd1ec52aadb9af8ea81a..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/dialog/js/modules/verify_primary_user.js
+++ /dev/null
@@ -1,148 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global asyncTest: true, test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      controller,
-      el,
-      testHelpers = bid.TestHelpers,
-      testElementExists = testHelpers.testElementExists,
-      testElementNotExists = testHelpers.testElementDoesNotExist,
-      WindowMock = bid.Mocks.WindowMock,
-      win,
-      mediator = bid.Mediator;
-
-  function createController(config) {
-    controller = BrowserID.Modules.VerifyPrimaryUser.create();
-    controller.start(config);
-  }
-
-  module("controllers/verify_primary_user", {
-    setup: function() {
-      testHelpers.setup();
-      win = new WindowMock();
-    },
-
-    teardown: function() {
-      if(controller) {
-        controller.destroy();
-      }
-      testHelpers.teardown();
-    }
-  });
-
-  test("personaTOSPP true, requiredEmail: true - show TOS/PP", function() {
-    createController({
-      window: win,
-      add: false,
-      email: "unregistered@testuser.com",
-      auth_url: "http://testuser.com/sign_in",
-      requiredEmail: true,
-      personaTOSPP: false
-    });
-
-    testElementNotExists("#persona_tospp");
-  });
-
-  test("personaTOSPP true, requiredEmail: false - show TOS/PP", function() {
-    createController({
-      window: win,
-      add: false,
-      email: "unregistered@testuser.com",
-      auth_url: "http://testuser.com/sign_in",
-      requiredEmail: false,
-      personaTOSPP: false
-    });
-
-    testElementNotExists("#persona_tospp");
-  });
-
-  asyncTest("submit with `add: false` option opens a new tab with proper URL (updated for sessionStorage)", function() {
-    var messageTriggered = false;
-    createController({
-      window: win,
-      add: false,
-      email: "unregistered@testuser.com",
-      auth_url: "http://testuser.com/sign_in",
-      personaTOSPP: true
-    });
-
-    testElementExists("#persona_tospp");
-
-    mediator.subscribe("primary_user_authenticating", function() {
-      messageTriggered = true;
-    });
-
-    // Also checking to make sure the NATIVE is stripped out.
-    win.document.location.href = "sign_in";
-    win.document.location.hash = "#NATIVE";
-
-    controller.submit(function() {
-      equal(win.document.location, "http://testuser.com/sign_in?email=unregistered%40testuser.com");
-      equal(messageTriggered, true, "primary_user_authenticating triggered");
-      start();
-    });
-  });
-
-  asyncTest("submit with `add: true` option opens a new tab with proper URL (updated for sessionStorage)", function() {
-    createController({
-      window: win,
-      add: true,
-      email: "unregistered@testuser.com",
-      auth_url: "http://testuser.com/sign_in",
-      personaTOSPP: true
-    });
-
-    testElementExists("#persona_tospp");
-
-    // Also checking to make sure the NATIVE is stripped out.
-    win.document.location.href = "sign_in";
-    win.document.location.hash = "#NATIVE";
-
-    controller.submit(function() {
-      equal(win.document.location, "http://testuser.com/sign_in?email=unregistered%40testuser.com");
-      start();
-    });
-  });
-
-  test("submit with no callback", function() {
-    createController({
-      window: win,
-      add: true,
-      email: "unregistered@testuser.com",
-      auth_url: "http://testuser.com/sign_in"
-    });
-
-    var error;
-    try {
-      controller.submit();
-    }
-    catch(e) {
-      error = e;
-    }
-
-    equal(typeof error, "undefined", "error is undefined");
-  });
-
-  asyncTest("cancel triggers the cancel_state", function() {
-    createController({
-      window: win,
-      add: true,
-      email: "unregistered@testuser.com",
-      auth_url: "http://testuser.com/sign_in"
-    });
-
-    testHelpers.register("cancel_state");
-
-    controller.cancel(function() {
-      equal(testHelpers.isTriggered("cancel_state"), true, "cancel_state is triggered");
-      start();
-    });
-  });
-
-}());
-
diff --git a/resources/static/test/cases/include.js b/resources/static/test/cases/include.js
deleted file mode 100644
index 35cfd9894fd6822df4dc2d2f32a3895634ca5d8f..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/include.js
+++ /dev/null
@@ -1,47 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  module("include.js");
-
-  test("navigator.id is available", function() {
-    equal(typeof navigator.id, "object", "navigator.id namespace is available");
-  });
-
-  test("expected public API functions available", function() {
-    _.each([
-      "get",
-      "getVerifiedEmail",
-      "logout",
-      "request",
-      "watch"
-    ], function(item, index) {
-      equal(typeof navigator.id[ item ], "function", "navigator.id." + item + " is available");
-    });
-  });
-
-  test("DOM calls fails when unbound from navigator.id", function() {
-    _.each([
-      "watch",
-      "request",
-      "logout"
-    ], function(item, index) {
-      var the_func = navigator.id[item];
-
-      var fails = false;
-      try {
-        the_func();
-      } catch (x) {
-        fails = true;
-      }
-
-      ok(fails);
-    });
-  });
-
-}());
-
diff --git a/resources/static/test/cases/pages/js/about.js b/resources/static/test/cases/pages/js/about.js
deleted file mode 100644
index 7edc75903ec7aff17d198c3859982420babae833..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/pages/js/about.js
+++ /dev/null
@@ -1,33 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      testHelpers = bid.TestHelpers,
-      controller;
-
-  module("pages/js/about", {
-    setup: function() {
-      testHelpers.setup();
-      bid.Renderer.render("#page_head", "site/about", {});
-    },
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  function createController(options, callback) {
-    controller = BrowserID.about.create();
-    controller.start(options);
-  }
-
-  test("start - no errors", function() {
-    createController({});
-    ok(controller, "controller created");
-  });
-
-}());
diff --git a/resources/static/test/cases/pages/js/browserid.js b/resources/static/test/cases/pages/js/browserid.js
deleted file mode 100644
index 661382d958c69eda4ce6d686eeaa2ca770d32198..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/pages/js/browserid.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  module("/pages/browserid");
-
-
-}());
-
diff --git a/resources/static/test/cases/pages/js/forgot.js b/resources/static/test/cases/pages/js/forgot.js
deleted file mode 100644
index fbf8ec7385e1fff9f202eff336d376cf2f6ad30a..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/pages/js/forgot.js
+++ /dev/null
@@ -1,167 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      network = bid.Network,
-      user = bid.User,
-      testHelpers = bid.TestHelpers,
-      pageHelpers = bid.PageHelpers,
-      xhr = bid.Mocks.xhr,
-      WindowMock = bid.Mocks.WindowMock,
-      controller,
-      docMock;
-
-  function createController(options) {
-    options = options || {};
-
-    docMock = new WindowMock().document;
-    options.document = docMock;
-
-    controller = bid.forgot.create();
-    controller.start(options);
-  }
-
-  module("pages/js/forgot", {
-    setup: function() {
-      testHelpers.setup();
-      bid.Renderer.render("#page_head", "site/forgot", {});
-      createController();
-    },
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  function testEmailNotSent(config) {
-    config = config || {};
-    controller.submit(function() {
-      equal($(".emailsent").is(":visible"), false, "email not sent");
-      if(config.checkTooltip !== false) testHelpers.testTooltipVisible();
-      if (config.ready) config.ready();
-      else start();
-    });
-  }
-
-  test("start with no stored email - redirect to /signin", function() {
-    equal(docMock.location.href, "/signin", "page redirected to signin if no email stored");
-  });
-
-  asyncTest("start with stored primary email - redirect to /signin", function() {
-    xhr.useResult("primary");
-    pageHelpers.setStoredEmail("testuser@testuser.com");
-    createController({
-      ready: function() {
-        equal(docMock.location.href, "/signin", "page redirected to signin if primary email stored");
-        start();
-      }
-    });
-  });
-
-  asyncTest("start with stored unknown secondary email - redirect to /signin", function() {
-    pageHelpers.setStoredEmail("unregistered@testuser.com");
-    createController({
-      ready: function() {
-        equal(docMock.location.href, "/signin", "page redirected to signin if unknown secondary email stored");
-        start();
-      }
-    });
-  });
-
-  test("start with stored known secondary email - no redirection", function() {
-    pageHelpers.setStoredEmail("testuser@testuser.com");
-    createController();
-    equal(docMock.location.href, document.location.href, "no page redirection if known secondary is stored");
-  });
-
-  asyncTest("submit with invalid email", function() {
-    $("#email").val("invalid");
-    $("#password,#vpassword").val("password");
-
-    xhr.useResult("invalid");
-
-    testEmailNotSent();
-  });
-
-  asyncTest("submit with known secondary email, happy case - show email sent notice", function() {
-    $("#email").val("registered@testuser.com");
-    $("#password,#vpassword").val("password");
-
-    controller.submit(function() {
-      ok($(".emailsent").is(":visible"), "email sent successfully");
-      start();
-    });
-  });
-
-  asyncTest("submit with known secondary email with leading/trailing whitespace - show email sent notice", function() {
-    $("#email").val("   registered@testuser.com  ");
-    $("#password,#vpassword").val("password");
-
-    controller.submit(function() {
-      ok($(".emailsent").is(":visible"), "email sent successfully");
-      start();
-    });
-  });
-
-  asyncTest("submit with missing password", function() {
-    $("#email").val("unregistered@testuser.com");
-    $("#vpassword").val("password");
-
-    testEmailNotSent();
-  });
-
-  asyncTest("submit with too short of a password", function() {
-    $("#email").val("unregistered@testuser.com");
-    $("#password,#vpassword").val(testHelpers.generateString(bid.PASSWORD_MIN_LENGTH - 1));
-
-    testEmailNotSent();
-  });
-
-  asyncTest("submit with too long of a password", function() {
-    $("#email").val("unregistered@testuser.com");
-    $("#password,#vpassword").val(testHelpers.generateString(bid.PASSWORD_MAX_LENGTH + 1));
-
-    testEmailNotSent();
-  });
-
-  asyncTest("submit with missing vpassword", function() {
-    $("#email").val("unregistered@testuser.com");
-    $("#password").val("password");
-
-    testEmailNotSent();
-  });
-
-  asyncTest("submit with unknown secondary email", function() {
-    $("#email").val("unregistered@testuser.com");
-    $("#password,#vpassword").val("password");
-
-    testEmailNotSent();
-  });
-
-  asyncTest("submit with throttling", function() {
-    $("#email").val("registered@testuser.com");
-    $("#password,#vpassword").val("password");
-
-    xhr.useResult("throttle");
-    testEmailNotSent();
-  });
-
-  asyncTest("submit with XHR Error", function() {
-    $("#email").val("testuser@testuser.com");
-    $("#password,#vpassword").val("password");
-
-    xhr.useResult("ajaxError");
-    testEmailNotSent({
-      ready: function() {
-        testHelpers.testErrorVisible();
-        start();
-      },
-      checkTooltip: false
-    });
-  });
-
-}());
diff --git a/resources/static/test/cases/pages/js/manage_account.js b/resources/static/test/cases/pages/js/manage_account.js
deleted file mode 100644
index 2b5caff3e100f3cb8d860c2bbe900ccd43059585..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/pages/js/manage_account.js
+++ /dev/null
@@ -1,281 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true, notEqual: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      xhr = bid.Mocks.xhr,
-      errorScreen = bid.Screens.error,
-      network = bid.Network,
-      storage = bid.Storage,
-      testHelpers = bid.TestHelpers,
-      generateString = testHelpers.generateString,
-      tooltip = bid.Tooltip,
-      mocks = {
-        confirm: function() { return true; },
-        document: { location: "" }
-      };
-
-  module("pages/js/manage_account", {
-    setup: function() {
-      testHelpers.setup();
-      bid.Renderer.render("#page_head", "site/index", {});
-      xhr.setContextInfo("auth_level", "password");
-      mocks.document.location = "";
-    },
-    teardown: function() {
-      testHelpers.teardown();
-    }
-  });
-
-  function testPasswordChangeSuccess(oldPass, newPass, msg) {
-    testPasswordChange(oldPass, newPass, function(status) {
-      equal(status, true, msg);
-      // if success is expected, both password fields should be visible.
-      equal($("#old_password").val(), "", "old_password field is cleared");
-      equal($("#new_password").val(), "", "new_password field is cleared");
-      testHelpers.testTooltipNotVisible();
-      network.checkAuth(function(authLevel) {
-        equal(authLevel, "password", "after password change, user authenticated to password level");
-        start();
-      }, testHelpers.unexpectedXHRFailure);
-    }, msg);
-  }
-
-  function testPasswordChangeFailure(oldPass, newPass, msg) {
-    testPasswordChange(oldPass, newPass, function(status) {
-      equal(status, false, msg);
-      testHelpers.testTooltipVisible();
-      start();
-    }, msg);
-  }
-
-  function testPasswordChange(oldPass, newPass, testStrategy, msg) {
-    bid.manageAccount(mocks, function() {
-      $("#old_password").val(oldPass);
-      $("#new_password").val(newPass);
-
-      bid.manageAccount.changePassword(testStrategy);
-    });
-  }
-
-  asyncTest("no email addresses are displayed if there are no children", function() {
-    xhr.useResult("no_identities");
-
-    bid.manageAccount(mocks, function() {
-      equal($("#emailList").children().length, 0, "no children have been added");
-      start();
-    });
-  });
-
-  asyncTest("show sorted email addresses", function() {
-    xhr.useResult("multiple");
-
-    bid.manageAccount(mocks, function() {
-      equal($("#emailList").children().length, 2, "there two children added");
-
-      var firstLI = $("#testuser2_testuser_com");
-      var secondLI = $("#testuser_testuser_com");
-
-      equal(firstLI.next().is(secondLI), true, "names are in alphabetical order");
-
-      start();
-    });
-  });
-
-  asyncTest("sync XHR error on startup", function() {
-    xhr.useResult("ajaxError");
-
-    bid.manageAccount(mocks, function() {
-      equal(testHelpers.errorVisible(), true, "error message is visible on XHR error");
-      start();
-    });
-  });
-
-  asyncTest("removeEmail with multiple emails", function() {
-    // start with multiple addresses.
-    xhr.useResult("multiple");
-
-    bid.manageAccount(mocks, function() {
-      // switch to a single address return on the sync.
-      bid.manageAccount.removeEmail("testuser@testuser.com", function() {
-        equal($("#emailList").children().length, 1, "after removing an email, only one remains");
-        start();
-      });
-    });
-  });
-
-  asyncTest("removeEmail with multiple emails and XHR error", function() {
-    // start with multiple addresses.
-    xhr.useResult("multiple");
-
-    bid.manageAccount(mocks, function() {
-      xhr.useResult("ajaxError");
-      bid.manageAccount.removeEmail("testuser@testuser.com", function() {
-        equal(testHelpers.errorVisible(), true, "error message is visible on XHR error");
-        start();
-      });
-    });
-  });
-
-  asyncTest("removeEmail with single email cancels account", function() {
-    bid.manageAccount(mocks, function() {
-      bid.manageAccount.removeEmail("testuser@testuser.com", function() {
-        equal(mocks.document.location, "/", "redirection happened");
-        start();
-      });
-    });
-  });
-
-  asyncTest("removeEmail doesn't cancel the account when removing a non-existent e-mail", function() {
-    bid.manageAccount(mocks, function() {
-      bid.manageAccount.removeEmail("non@existent.com", function() {
-        notEqual(mocks.document.location, "/", "redirection did not happen");
-        start();
-      });
-    });
-  });
-
-  asyncTest("removeEmail doesn't cancel the account when out of sync with the server", function() {
-    bid.manageAccount(mocks, function() {
-      xhr.useResult("multiple");
-      bid.manageAccount.removeEmail("testuser@testuser.com", function() {
-        notEqual(mocks.document.location, "/", "redirection did not happen");
-        start();
-      });
-    });
-  });
-
-  asyncTest("removeEmail with single email cancels account and XHR error", function() {
-    xhr.useResult("valid");
-
-    bid.manageAccount(mocks, function() {
-      xhr.useResult("ajaxError");
-
-      bid.manageAccount.removeEmail("testuser@testuser.com", function() {
-        equal(testHelpers.errorVisible(), true, "error message is visible on XHR error");
-        start();
-      });
-    });
-  });
-
-  asyncTest("cancelAccount", function() {
-    bid.manageAccount(mocks, function() {
-      bid.manageAccount.cancelAccount(function() {
-        equal(mocks.document.location, "/", "redirection happened");
-        start();
-      });
-    });
-  });
-
-  asyncTest("cancelAccount with XHR error", function() {
-    bid.manageAccount(mocks, function() {
-      xhr.useResult("ajaxError");
-      bid.manageAccount.cancelAccount(function() {
-        equal(testHelpers.errorVisible(), true, "error message is visible on XHR error");
-        start();
-      });
-    });
-  });
-
-  asyncTest("first time a user goes to page should see help text", function() {
-    bid.manageAccount(mocks,  function() {
-      equal($("body").hasClass("newuser"), true, "body has the newuser class on first visit");
-
-      bid.manageAccount(mocks, function() {
-        equal($("body").hasClass("newuser"), false, "body does not have the newuser class on repeat visits");
-        start();
-      });
-    });
-  });
-
-  asyncTest("user with only primary emails should not have 'canSetPassword' class", function() {
-    xhr.useResult("primary");
-
-    bid.manageAccount(mocks, function() {
-      equal($("body").hasClass("canSetPassword"), false, "canSetPassword class not added to body");
-      start();
-    });
-  });
-
-  asyncTest("user with >= 1 secondary email should see have 'canSetPassword' class", function() {
-    storage.addEmail("primary_user@primaryuser.com", { type: "secondary" });
-
-    bid.manageAccount(mocks, function() {
-      equal($("body").hasClass("canSetPassword"), true, "canSetPassword class added to body");
-      start();
-    });
-  });
-
-  asyncTest("changePassword with missing old password - tooltip", function() {
-    testPasswordChangeFailure("", "newpassword", "missing old password, expected failure");
-  });
-
-  asyncTest("changePassword with too short of an old password - tooltip", function() {
-    testPasswordChangeFailure(generateString(bid.PASSWORD_MIN_LENGTH - 1), "newpassword", "missing old password, expected failure");
-  });
-
-  asyncTest("changePassword with too long of an old password - tooltip", function() {
-    testPasswordChangeFailure(generateString(bid.PASSWORD_MAX_LENGTH + 1), "newpassword", "missing old password, expected failure");
-  });
-
-  asyncTest("changePassword with missing new password - tooltip", function() {
-    testPasswordChangeFailure("oldpassword", "", "missing new password, expected failure");
-  });
-
-  asyncTest("changePassword with too short of a new password - tooltip", function() {
-    testPasswordChangeFailure("oldpassword", generateString(bid.PASSWORD_MIN_LENGTH - 1), "too short new password, expected failure");
-  });
-
-  asyncTest("changePassword with too long of a new password - tooltip", function() {
-    testPasswordChangeFailure("oldpassword", generateString(bid.PASSWORD_MAN_LENGTH + 1), "too short new password, expected failure");
-  });
-
-
-  asyncTest("changePassword with same old and new password - tooltip", function() {
-    testPasswordChangeFailure("password", "password", "password same, expected failure");
-  });
-
-  asyncTest("changePassword with XHR error - error message", function() {
-    bid.manageAccount(mocks, function() {
-      xhr.useResult("invalid");
-
-      $("#old_password").val("oldpassword");
-      $("#new_password").val("newpassword");
-
-      bid.manageAccount.changePassword(function(status) {
-        equal(status, false, "on xhr error, status is false");
-        start();
-      });
-    });
-  });
-
-  asyncTest("changePassword with user authenticated to password level, incorrect old password - tooltip", function() {
-    xhr.setContextInfo("auth_level", "password");
-    xhr.useResult("incorrectPassword");
-    testPasswordChangeFailure("incorrectpassword", "newpassword", "incorrect old password, expected failure");
-  });
-
-  asyncTest("changePassword with user authenticated to assertion level, incorrect password - show tooltip", function() {
-    xhr.setContextInfo("auth_level", "assertion");
-    xhr.useResult("incorrectPassword");
-
-    testPasswordChangeFailure("oldpassword", "newpassword", "incorrect old password, expected failure");
-  });
-
-  asyncTest("changePassword with user authenticated to password level, happy case", function() {
-    xhr.setContextInfo("auth_level", "password");
-
-    testPasswordChangeSuccess("oldpassword", "newpassword", "proper completion, no need to authenticate");
-  });
-
-  asyncTest("changePassword with user authenticated to assertion level level, correct password - log user in, change password", function() {
-    xhr.setContextInfo("auth_level", "assertion");
-
-    testPasswordChangeSuccess("oldpassword", "newpassword", "proper completion after authenticating user");
-  });
-
-}());
diff --git a/resources/static/test/cases/pages/js/page_helpers.js b/resources/static/test/cases/pages/js/page_helpers.js
deleted file mode 100644
index 822e3a1d621b9e02a69e0365b3ba0d9aa8c9409e..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/pages/js/page_helpers.js
+++ /dev/null
@@ -1,168 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      pageHelpers = bid.PageHelpers,
-      testHelpers = bid.TestHelpers,
-      testVisible = testHelpers.testVisible,
-      testNotVisible = testHelpers.testNotVisible,
-      user = bid.User,
-      WindowMock = bid.Mocks.WindowMock,
-      winMock,
-      xhr = bid.Mocks.xhr,
-      errors = bid.Errors;
-
-  module("pages/js/page_helpers", {
-    setup: function() {
-      testHelpers.setup();
-      winMock = new WindowMock();
-      pageHelpers.init({ window: winMock });
-      bid.Renderer.render("#page_head", "site/signin", {});
-      $(".siteinfo,.emailsent").hide();
-    },
-
-    teardown: function() {
-      testHelpers.teardown();
-      pageHelpers.reset();
-    }
-  });
-
-
-  test("setStoredEmail/getStoredEmail/setupEmail prefills the email address", function() {
-    $("#email").val("");
-
-    pageHelpers.setStoredEmail("testuser@testuser.com");
-    pageHelpers.setupEmail();
-
-    equal($("#email").val(), "testuser@testuser.com", "email was set on setupEmail");
-    equal(pageHelpers.getStoredEmail(), "testuser@testuser.com", "getStoredEmail works correctly");
-  });
-
-  test("a key press in the email address field saves it", function() {
-    $("#email").val("");
-
-    pageHelpers.setStoredEmail("testuser@testuser.co");
-    pageHelpers.setupEmail();
-
-    // The fake jQuery event does not actually cause the letter to be added, we
-    // have to do that manually.
-    $("#email").val("testuser@testuser.com");
-
-    var e = jQuery.Event("keyup");
-    e.which = 77; //choose the one you want
-    e.keyCode = 77;
-    $("#email").trigger(e);
-
-    equal(pageHelpers.getStoredEmail(), "testuser@testuser.com", "hitting a key updates the stored email");
-  });
-
-  test("clearStoredEmail clears the email address from storage", function() {
-    pageHelpers.clearStoredEmail();
-
-    equal(pageHelpers.getStoredEmail(), "", "clearStoredEmail clears stored email");
-  });
-
-  asyncTest("replaceFormWithNotice replaces contents", function() {
-    bid.Renderer.render("#page_head", "site/verify_email_address", {});
-    pageHelpers.replaceFormWithNotice("#congrats", function() {
-      testNotVisible("form");
-      testVisible("#congrats");
-      start();
-    });
-  });
-
-  asyncTest("replaceInputsWithNotice replaces contents", function() {
-    pageHelpers.replaceInputsWithNotice(".emailsent", function() {
-      testVisible(".emailsent");
-      testNotVisible(".forminputs");
-      start();
-    });
-  });
-
-  asyncTest("showInputs hides notices and shows the inputs", function() {
-    pageHelpers.replaceInputsWithNotice(".emailsent", function() {
-      pageHelpers.showInputs(function() {
-        testNotVisible(".emailsent");
-        testVisible(".forminputs");
-        start();
-      });
-    });
-  });
-
-
-  asyncTest("emailSent shows correct email sent message, starts waiting for user validation", function() {
-    // set the result to complete to immediately return.  We'll test each case
-    // below.
-    xhr.useResult("complete");
-
-    pageHelpers.emailSent("waitForUserValidation", "registered@testuser.com", function() {
-      equal($("#sentToEmail").html(), "registered@testuser.com", "correct email is set");
-      testVisible(".emailsent");
-      testNotVisible(".forminputs");
-      start();
-    });
-
-  });
-
-  test("userValidationComplete with status=pending - do nothing", function() {
-    pageHelpers.userValidationComplete("pending");
-
-    equal(winMock.document.location.href, document.location.href, "with pending status, no change");
-  });
-
-  test("userValidationComplete with status=noRegistration - do nothing", function() {
-    pageHelpers.userValidationComplete("noRegistration");
-
-    equal(winMock.document.location.href, document.location.href, "with noRegistration status, no change");
-  });
-
-  test("userValidationComplete with status=mustAuth - redirect to /signin", function() {
-    pageHelpers.userValidationComplete("mustAuth");
-
-    equal(winMock.document.location.href, "/signin", "with mustAuth status, redirect to signin");
-  });
-
-  test("userValidationComplete with status=complete - redirect to /", function() {
-    pageHelpers.userValidationComplete("complete");
-
-    equal(winMock.document.location.href, "/", "with complete status, redirect to /");
-  });
-
-  asyncTest("cancelEmailSent - inputs are shown again", function() {
-    xhr.useResult("complete");
-    pageHelpers.emailSent("waitForUserValidation", "registered@testuser.com", function() {
-      pageHelpers.cancelEmailSent(function() {
-        testNotVisible(".emailsent");
-        testVisible(".forminputs");
-        start();
-      });
-    });
-  });
-
-  asyncTest("showFailure - show a failure screen, extended info can be opened", function() {
-    pageHelpers.showFailure("error", { network: 400, status: "error"}, function() {
-      testHelpers.testErrorVisible();
-
-      // We have to make sure the error screen itself is visible and that the
-      // extra info is hidden so when we click on the extra info it opens.
-      $("#error").show();
-      $("#error .moreInfo").hide();
-      $("#error .openMoreInfo").trigger("click");
-
-      // Add a bit of delay to wait for the animation
-      setTimeout(function() {
-        testVisible("#error .moreInfo", "extra info is visible after click");
-        start();
-      }, 100);
-
-    });
-  });
-
-}());
-
-
diff --git a/resources/static/test/cases/pages/js/signin.js b/resources/static/test/cases/pages/js/signin.js
deleted file mode 100644
index 46998f13b2cdf36b4210ecb16b8d361e9969a005..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/pages/js/signin.js
+++ /dev/null
@@ -1,367 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      network = bid.Network,
-      user = bid.User,
-      xhr = bid.Mocks.xhr,
-      WinChanMock = bid.Mocks.WinChan,
-      provisioning = bid.Mocks.Provisioning,
-      WindowMock = bid.Mocks.WindowMock,
-      testHelpers = bid.TestHelpers,
-      testDocumentRedirected = testHelpers.testDocumentRedirected,
-      testDocumentNotRedirected = testHelpers.testDocumentNotRedirected,
-      testHasClass = testHelpers.testHasClass,
-      pageHelpers = bid.PageHelpers,
-      docMock,
-      controller,
-      winchan;
-
-  function createController(options) {
-    winchan = new WinChanMock();
-
-    var winMock = new WindowMock();
-    docMock = winMock.document;
-
-    pageHelpers.init({
-      win: winMock
-    });
-
-    options = options || {};
-    _.extend(options, {
-      document: docMock,
-      winchan: winchan
-    });
-
-    controller = bid.signIn.create();
-    controller.start(options);
-  }
-
-  module("pages/js/signin", {
-    setup: function() {
-      testHelpers.setup();
-      bid.Renderer.render("#page_head", "site/signin", {});
-      createController();
-    },
-    teardown: function() {
-      testHelpers.teardown();
-      pageHelpers.reset();
-      if(controller) controller.destroy();
-    }
-  });
-
-  function testUserNotSignedIn(extraTests) {
-    controller.signInSubmit(function() {
-      testDocumentNotRedirected(docMock, "user not signed in");
-      if (extraTests) extraTests();
-      start();
-    });
-  }
-
-  function testUserNotSignedUp(extraTests) {
-    controller.signUpSubmit(function() {
-      testDocumentNotRedirected(docMock, "user not signed up");
-      if (extraTests) extraTests();
-      start();
-    });
-  }
-
-  asyncTest("start with no email stored - nothing fancy", function() {
-    createController({
-      ready: function() {
-        testDocumentNotRedirected(docMock, "user not signed in");
-        start();
-      }
-    });
-  });
-
-  asyncTest("start with unknown secondary email stored - show double password", function() {
-    xhr.useResult("unknown_secondary");
-    pageHelpers.setStoredEmail("unregistered@testuser.com");
-    createController({
-      ready: function() {
-        testHasClass("body", "unknown_secondary", "unknown_secondary class added to body");
-        testDocumentNotRedirected(docMock);
-        equal($("#title").html(), "Sign Up", "title correctly set");
-        start();
-      }
-    });
-  });
-
-  asyncTest("start with known secondary email stored - show password", function() {
-    xhr.useResult("known_secondary");
-    pageHelpers.setStoredEmail("registered@testuser.com");
-    createController({
-      ready: function() {
-        testHasClass("body", "known_secondary", "known_secondary class added to body");
-        testDocumentNotRedirected(docMock);
-        equal($("#title").html(), "Sign In", "title correctly set");
-
-        start();
-      }
-    });
-  });
-
-  asyncTest("start with known primary email stored - show verify primary", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-    pageHelpers.setStoredEmail("registered@testuser.com");
-
-    createController({
-      ready: function() {
-        testHasClass("body", "primary", "primary class added to body");
-
-        testDocumentNotRedirected(docMock);
-        start();
-      }
-    });
-  });
-
-  asyncTest("emailSubmit with invalid email - show tooltip", function() {
-    controller.emailSubmit(function() {
-      testHelpers.testTooltipVisible();
-      start();
-    });
-  });
-
-  asyncTest("address with XHR error - show error screen", function() {
-    xhr.useResult("xhrError");
-    $("#email").val("unregistered@testuser.com");
-
-    controller.emailSubmit(function() {
-      testHelpers.testErrorVisible();
-      start();
-    });
-  });
-
-  asyncTest("unknown_secondary: emailSubmit - unknown_secondary added to body", function() {
-    xhr.useResult("unknown_secondary");
-    $("#email").val("unregistered@testuser.com");
-
-    controller.emailSubmit(function() {
-      testHasClass("body", "unknown_secondary", "unknown_secondary class added to body");
-      equal(controller.submit, controller.signUpSubmit, "submit has changed to signUpSubmit");
-      start();
-    });
-  });
-
-  asyncTest("known_secondary: emailSubmit - known_secondary added to body", function() {
-    xhr.useResult("known_secondary");
-    $("#email").val("registered@testuser.com");
-
-    controller.emailSubmit(function() {
-      testHasClass("body", "known_secondary", "known_secondary class added to body");
-      equal(controller.submit, controller.signInSubmit, "submit has changed to signInSubmit");
-      start();
-    });
-  });
-
-  asyncTest("primary, authenticated with IdP: emailSubmit - user immediately signed in", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.AUTHENTICATED);
-    $("#email").val("registered@testuser.com");
-
-    controller.emailSubmit(function() {
-      network.checkAuth(function(status) {
-        equal(status, "assertion", "user is authenticated with an assertion");
-        equal(docMock.location, "/", "user signed in, page redirected");
-        start();
-      }, testHelpers.unexpectedFailure);
-    });
-  });
-
-  asyncTest("primary, not authenticated with IdP: emailSubmit - sign in to IdP shown", function() {
-    xhr.useResult("primary");
-    provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-    $("#email").val("registered@testuser.com");
-
-    controller.emailSubmit(function() {
-      testHasClass("body", "primary", "primary class added to body");
-      equal(controller.submit, controller.authWithPrimary, "submit updated to authWithPrimary");
-      start();
-    });
-  });
-
-  asyncTest("signInSubmit with valid email and password", function() {
-    $("#email").val("registered@testuser.com");
-    $("#password").val("password");
-
-    controller.signInSubmit(function() {
-      equal(docMock.location, "/", "user signed in, page redirected");
-      start();
-    });
-  });
-
-  asyncTest("signInSubmit with valid email with leading/trailing whitespace and password", function() {
-    $("#email").val("  registered@testuser.com  ");
-    $("#password").val("password");
-
-    controller.signInSubmit(function() {
-      equal(docMock.location, "/", "user signed in, page redirected");
-      start();
-    });
-  });
-
-  asyncTest("signInSubmit with missing email", function() {
-    $("#email").val("");
-    $("#password").val("password");
-
-    testUserNotSignedIn();
-  });
-
-  asyncTest("signInSubmit with missing password", function() {
-    $("#email").val("registered@testuser.com");
-    $("#password").val("");
-
-    testUserNotSignedIn();
-  });
-
-
-  asyncTest("signInSubmit with bad username/password", function() {
-    xhr.useResult("invalid");
-    $("#email").val("registered@testuser.com");
-    $("#password").val("password");
-
-    testUserNotSignedIn();
-  });
-
-  asyncTest("signInSubmit with XHR error", function() {
-    xhr.useResult("ajaxError");
-    $("#email").val("registered@testuser.com");
-    $("#password").val("password");
-
-    testUserNotSignedIn(testHelpers.testErrorVisible);
-  });
-
-
-  asyncTest("signUpSubmit with valid email and password", function() {
-    $("#email").val("registered@testuser.com");
-    $("#password, #vpassword").val("password");
-
-    controller.signUpSubmit(function(status) {
-      ok(status, "signUpSubmit success");
-      start();
-    });
-  });
-
-  asyncTest("signUpSubmit with valid email with leading/trailing whitespace and password", function() {
-    $("#email").val("  registered@testuser.com  ");
-    $("#password, #vpassword").val("password");
-
-    controller.signUpSubmit(function(status) {
-      ok(status, "signUpSubmit success");
-      start();
-    });
-  });
-
-  asyncTest("signUpSubmit with missing email", function() {
-    $("#email").val("");
-    $("#password, #vpassword").val("password");
-
-    testUserNotSignedUp();
-  });
-
-  asyncTest("signUpSubmit with missing password", function() {
-    $("#email").val("registered@testuser.com");
-    $("#password").val("");
-    $("#vpassword").val("password");
-
-    testUserNotSignedUp();
-  });
-
-  asyncTest("signUpSubmit with missing vpassword", function() {
-    $("#email").val("registered@testuser.com");
-    $("#password").val("password");
-    $("#vpassword").val("");
-
-    testUserNotSignedUp();
-  });
-
-  asyncTest("signUpSubmit with too short of a password", function() {
-    $("#email").val("registered@testuser.com");
-    var pass = testHelpers.generateString(bid.PASSWORD_MIN_LENGTH - 1);
-    $("#password").val(pass);
-    $("#vpassword").val(pass);
-
-    testUserNotSignedUp();
-  });
-
-  asyncTest("signUpSubmit with too long of a password", function() {
-    $("#email").val("registered@testuser.com");
-    var pass = testHelpers.generateString(bid.PASSWORD_MAX_LENGTH + 1);
-    $("#password").val(pass);
-    $("#vpassword").val(pass);
-
-    testUserNotSignedUp();
-  });
-
-  asyncTest("signUpSubmit with bad username/password", function() {
-    xhr.useResult("invalid");
-    $("#email").val("registered@testuser.com");
-    $("#password, #vpassword").val("password");
-
-    testUserNotSignedUp();
-  });
-
-  asyncTest("signUpSubmit with throttling", function() {
-    $("#email").val("unregistered@testuser.com");
-    $("#password, #vpassword").val("password");
-
-    xhr.useResult("throttle");
-    controller.signUpSubmit(function(userStaged) {
-      equal(userStaged, false, "email throttling took effect, user not staged");
-      start();
-    });
-  });
-
-  asyncTest("signUpSubmit with XHR error", function() {
-    xhr.useResult("ajaxError");
-    $("#email").val("registered@testuser.com");
-    $("#password,#vpassword").val("password");
-
-    testUserNotSignedUp(testHelpers.testErrorVisible);
-  });
-
-
-
-  asyncTest("authWithPrimary opens winchan", function() {
-    xhr.useResult("primary");
-    $("#email").val("unregistered@testuser.com");
-
-    controller.emailSubmit(function(status) {
-      controller.authWithPrimary(function() {
-        ok(winchan.oncomplete, "winchan set up");
-        start();
-      });
-    });
-  });
-
-  asyncTest("primaryAuthComplete logs user in", function() {
-    xhr.useResult("primary");
-    $("#email").val("unregistered@testuser.com");
-
-    controller.emailSubmit(function() {
-      controller.authWithPrimary(function() {
-        provisioning.setStatus(provisioning.AUTHENTICATED);
-        // Before primaryAuthComplete is called, we reset the user caches to
-        // force re-fetching of what could have been stale user data.
-        user.resetCaches();
-
-        controller.primaryAuthComplete(null, "yar", function() {
-          network.checkAuth(function(status) {
-            equal(status, "assertion", "user is authenticated with an assertion");
-            equal(docMock.location, "/", "user signed in, page redirected");
-            start();
-          }, testHelpers.unexpectedFailure);
-        });
-      });
-    });
-  });
-
-
-}());
diff --git a/resources/static/test/cases/pages/js/verify_secondary_address.js b/resources/static/test/cases/pages/js/verify_secondary_address.js
deleted file mode 100644
index 69ab5ab332d82eed39fd4d7b192bc7ba854ab6e1..0000000000000000000000000000000000000000
--- a/resources/static/test/cases/pages/js/verify_secondary_address.js
+++ /dev/null
@@ -1,193 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global test: true, start: true, module: true, ok: true, equal: true, BrowserID:true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-(function() {
-  "use strict";
-
-  var bid = BrowserID,
-      storage = bid.Storage,
-      xhr = bid.Mocks.xhr,
-      WindowMock = bid.Mocks.WindowMock,
-      dom = bid.DOM,
-      pageHelpers = bid.PageHelpers,
-      testHelpers = bid.TestHelpers,
-      testHasClass = testHelpers.testHasClass,
-      testVisible = testHelpers.testVisible,
-      validToken = true,
-      controller,
-      config = {
-        token: "token",
-        verifyFunction: "verifyEmail"
-      },
-      doc;
-
-  module("pages/js/verify_secondary_address", {
-    setup: function() {
-      testHelpers.setup();
-      bid.Renderer.render("#page_head", "site/confirm", {});
-      $(document.body).append($('<div id=redirectTimeout>'));
-      $(".siteinfo,.password_entry").hide();
-    },
-    teardown: function() {
-      $('#redirectTimeout').remove();
-      testHelpers.teardown();
-    }
-  });
-
-  function createController(options, callback) {
-    controller = BrowserID.verifySecondaryAddress.create();
-    // defaults, but options can override
-    options = _.extend({
-      document: new WindowMock().document,
-      redirectTimeout: 0,
-      ready: callback
-    }, options || {});
-    doc = options.document;
-    controller.start(options);
-  }
-
-  function expectTooltipVisible() {
-    xhr.useResult("mustAuth");
-    createController(config, function() {
-      controller.submit(function() {
-        testHelpers.testTooltipVisible();
-        start();
-      });
-    });
-  }
-
-  function testEmail() {
-    equal(dom.getInner("#email"), "testuser@testuser.com", "correct email shown");
-  }
-
-  function testCannotConfirm() {
-    testHelpers.testErrorVisible();
-  }
-
-  test("start with missing token", function() {
-    var error;
-    try {
-      createController({});
-    } catch(e) {
-      error = e;
-    }
-
-    equal(error, "missing config option: token", "correct error thrown");
-  });
-
-  asyncTest("valid token, no password necessary - verify user and show site info", function() {
-    var returnTo = "https://test.domain/path";
-    storage.setReturnTo(returnTo);
-
-    createController(config, function() {
-      testVisible("#congrats");
-      testHasClass("body", "complete");
-      equal($(".website").eq(0).text(), returnTo, "website is updated");
-      equal(doc.location.href, returnTo, "redirection occurred to correct URL");
-      equal(storage.getLoggedIn("https://test.domain"), "testuser@testuser.com", "logged in status set");
-      start();
-    });
-  });
-
-  asyncTest("valid token, no password necessary, no saved site info - verify user but do not show site info", function() {
-    createController(config, function() {
-      testEmail();
-      equal($(".siteinfo").is(":visible"), false, "siteinfo is not visible without having it");
-      equal($(".siteinfo .website").text(), "", "origin is not updated");
-      start();
-    });
-  });
-
-  asyncTest("invalid token - show cannot confirm error", function() {
-    xhr.useResult("invalid");
-
-    createController(config, function() {
-      testCannotConfirm();
-      start();
-    });
-  });
-
-  asyncTest("valid token with xhr error - show error screen", function() {
-    xhr.useResult("ajaxError");
-    createController(config, function() {
-      testHelpers.testErrorVisible();
-      start();
-    });
-  });
-
-  asyncTest("password: missing password", function() {
-    $("#password").val();
-
-    expectTooltipVisible();
-  });
-
-  asyncTest("password: good password", function() {
-    $("#password").val("password");
-
-    xhr.useResult("mustAuth");
-    createController(config, function() {
-      xhr.useResult("valid");
-      testHasClass("body", "enter_password");
-      controller.submit(function(status) {
-        equal(status, true, "correct status");
-        testHasClass("body", "complete");
-        start();
-      });
-    });
-  });
-
-  asyncTest("password: bad password", function() {
-    $("#password").val("password");
-
-    xhr.useResult("mustAuth");
-    createController(config, function() {
-      xhr.useResult("badPassword");
-      controller.submit(function(status) {
-        equal(status, false, "correct status");
-        testHelpers.testTooltipVisible();
-        start();
-      });
-    });
-  });
-
-  asyncTest("password: good password bad token", function() {
-    $("#password").val("password");
-
-    xhr.useResult("invalid");
-    createController(config, function() {
-      testCannotConfirm();
-      start();
-    });
-  });
-
-  asyncTest("redirect: message shows with correct timeout", function() {
-    var returnTo = 'http://test.domain/path';
-    storage.setReturnTo(returnTo);
-    var timeout = 2;
-
-    //mock out helper so we can check progress of redirectTimeout el
-    var replaceFormWithNotice = pageHelpers.replaceFormWithNotice;
-    pageHelpers.replaceFormWithNotice = function(selector, cb) {
-      // mock out 2s network response
-      setTimeout(function mockedNetwork() {
-        replaceFormWithNotice.call(this, selector, function intercepted() {
-          equal(parseInt($('#redirectTimeout').html(), 10), timeout,
-            'timeout should not have started countdown yet');
-
-          //at the end, finish with cb
-          cb && cb();
-        });
-      }, (timeout - 1) * 1000);
-    };
-
-    var options = _.extend({ redirectTimeout: timeout * 1000 }, config);
-    createController(options, function() {
-      // teardown
-      pageHelpers.replaceFormWithNotice = replaceFormWithNotice;
-      start();
-    });
-  });
-
-}());
diff --git a/resources/static/test/mocks/cachify.js b/resources/static/test/mocks/cachify.js
deleted file mode 100644
index 6b1abe0c7827fe1ba21c787a5671a50ff5f38dcb..0000000000000000000000000000000000000000
--- a/resources/static/test/mocks/cachify.js
+++ /dev/null
@@ -1,15 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-window.cachify = (function() {
-  "use strict";
-
-  // cachify is a node module used for caching resources, as such it is not
-  // available to the client. The main site makes use of cachify in its
-  // templates to serve up cached resources.  The front end unit tests write
-  // the main site templates to the DOM to run.  Create a mock cachify so the
-  // front end unit tests can run.
-  return function(url) { return url; }
-}());
-
diff --git a/resources/static/test/mocks/mocks.js b/resources/static/test/mocks/mocks.js
deleted file mode 100644
index 73a115855dac2d6e115489ded66c1662b29c5794..0000000000000000000000000000000000000000
--- a/resources/static/test/mocks/mocks.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Mocks = {};
-
diff --git a/resources/static/test/mocks/provisioning.js b/resources/static/test/mocks/provisioning.js
deleted file mode 100644
index 59101556ff5ea3684383ecf05dcf008a9fc67e2d..0000000000000000000000000000000000000000
--- a/resources/static/test/mocks/provisioning.js
+++ /dev/null
@@ -1,61 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Mocks.Provisioning = (function() {
-
-  "use strict";
-
-  var keypair,
-      // this cert is meaningless, but it has the right format
-      cert = "eyJhbGciOiJSUzEyOCJ9.eyJpc3MiOiJpc3N1ZXIuY29tIiwiZXhwIjoxMzE2Njk1MzY3NzA3LCJwdWJsaWMta2V5Ijp7ImFsZ29yaXRobSI6IlJTIiwibiI6IjU2MDYzMDI4MDcwNDMyOTgyMzIyMDg3NDE4MTc2ODc2NzQ4MDcyMDM1NDgyODk4MzM0ODExMzY4NDA4NTI1NTk2MTk4MjUyNTE5MjY3MTA4MTMyNjA0MTk4MDA0NzkyODQ5MDc3ODY4OTUxOTA2MTcwODEyNTQwNzEzOTgyOTU0NjUzODEwNTM5OTQ5Mzg0NzEyNzczMzkwMjAwNzkxOTQ5NTY1OTAzNDM5NTIxNDI0OTA5NTc2ODMyNDE4ODkwODE5MjA0MzU0NzI5MjE3MjA3MzYwMTA1OTA2MDM5MDIzMjk5NTYxMzc0MDk4OTQyNzg5OTk2NzgwMTAyMDczMDcxNzYwODUyODQxMDY4OTg5ODYwNDAzNDMxNzM3NDgwMTgyNzI1ODUzODk5NzMzNzA2MDY5IiwiZSI6IjY1NTM3In0sInByaW5jaXBhbCI6eyJlbWFpbCI6InRlc3R1c2VyQHRlc3R1c2VyLmNvbSJ9fQ.aVIO470S_DkcaddQgFUXciGwq2F_MTdYOJtVnEYShni7I6mqBwK3fkdWShPEgLFWUSlVUtcy61FkDnq2G-6ikSx1fUZY7iBeSCOKYlh6Kj9v43JX-uhctRSB2pI17g09EUtvmb845EHUJuoowdBLmLa4DSTdZE-h4xUQ9MsY7Ik",
-      failure,
-      jwcrypto = require("./lib/jwcrypto"),
-      status;
-
-  function Provisioning(info, onsuccess, onfailure) {
-    if(status === Provisioning.AUTHENTICATED) {
-      if (!keypair) {
-        // JWCrypto relies on there being a random seed.  The random seed is
-        // gotten whenever network.withContext is called.  Since this is
-        // supposed to mock the IdP provisioning step which will not call
-        // network.withContext, add a random seed to ensure that we can get our
-        // keypair.
-        jwcrypto.addEntropy("H+ZgKuhjVckv/H4i0Qvj/JGJEGDVOXSIS5RCOjY9/Bo=");
-        jwcrypto.generateKeypair({algorithm: "DS", keysize: BrowserID.KEY_LENGTH}, function(err, kp) {
-          keypair = kp;
-          if (onsuccess) onsuccess(keypair, cert);
-        });
-      }
-      else {
-        if (onsuccess) onsuccess(keypair, cert);
-      }
-    }
-    else onfailure(failure);
-  }
-
-  Provisioning.setStatus = function(newStatus) {
-    failure = null;
-
-    status = newStatus;
-
-    if(newStatus === Provisioning.NOT_AUTHENTICATED) {
-      failure = {
-        code: "primaryError",
-        msg: "user is not authenticated as target user"
-      };
-    }
-  };
-
-  Provisioning.NOT_AUTHENTICATED = "not_authenticated";
-  Provisioning.AUTHENTICATED = "authenticated";
-
-  Provisioning.setFailure = function(status) {
-    failure = status;
-  };
-
-  return Provisioning;
-}());
-
-
diff --git a/resources/static/test/mocks/templates.js b/resources/static/test/mocks/templates.js
deleted file mode 100644
index b41be3c7874e2bca81ce352b7645b8926c2a3691..0000000000000000000000000000000000000000
--- a/resources/static/test/mocks/templates.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.Templates = {
-  inMemoryTemplate: "<div id='templateInput'></div>"
-};
-
diff --git a/resources/static/test/mocks/winchan.js b/resources/static/test/mocks/winchan.js
deleted file mode 100644
index cab49e566953dcf7c2b3f214afef4ea41710bc83..0000000000000000000000000000000000000000
--- a/resources/static/test/mocks/winchan.js
+++ /dev/null
@@ -1,27 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Mocks.WinChan = (function() {
-  "use strict";
-
-  function WinChan() { };
-
-  WinChan.prototype = {
-    open: function(params, callback) {
-      this.params = params;
-      this.oncomplete = callback;
-      callback && callback(null, "yar");
-    },
-
-    onOpen: function() {
-      return {
-        detach: function() {}
-      };
-    }
-  };
-
-  return WinChan;
-
-}());
diff --git a/resources/static/test/mocks/window.js b/resources/static/test/mocks/window.js
deleted file mode 100644
index e41e909e232e8d478792b234fb1fa628550dc5cb..0000000000000000000000000000000000000000
--- a/resources/static/test/mocks/window.js
+++ /dev/null
@@ -1,28 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-BrowserID.Mocks.WindowMock = (function() {
-  "use strict";
-
-  function DocumentMock() {
-    this.location = {
-      href: document.location.href,
-      hash: document.location.hash
-    };
-  }
-
-  function WindowMock() {
-    this.document = new DocumentMock();
-    this.sessionStorage = {};
-  }
-  WindowMock.prototype = {
-    open: function(url, name, options) {
-      this.open_url = url;
-    }
-  };
-
-  return WindowMock;
-
-}());
diff --git a/resources/static/test/mocks/xhr.js b/resources/static/test/mocks/xhr.js
deleted file mode 100644
index c5abae2d3c003c8baf1e451e33ac918ee3575799..0000000000000000000000000000000000000000
--- a/resources/static/test/mocks/xhr.js
+++ /dev/null
@@ -1,251 +0,0 @@
-/*jshint browser: true, forin: true, laxbreak: true */
-/*global start: true, stop: true, module: true, ok: true, equal: true, BrowserID: true */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.Mocks.xhr = (function() {
-  var delay = 0,
-      contextInfo = {
-      server_time: new Date().getTime(),
-      domain_key_creation_time: (new Date().getTime() - (30 * 24 * 60 * 60 * 1000)),
-      csrf_token: "csrf",
-      authenticated: false,
-      auth_level: undefined,
-      code_version: "ABC123",
-      random_seed: "H+ZgKuhjVckv/H4i0Qvj/JGJEGDVOXSIS5RCOjY9/Bo=",
-      data_sample_rate: 1
-    };
-
-  // this cert is meaningless, but it has the right format
-  var random_cert = "eyJhbGciOiJSUzEyOCJ9.eyJpc3MiOiJpc3N1ZXIuY29tIiwiZXhwIjoxMzE2Njk1MzY3NzA3LCJwdWJsaWMta2V5Ijp7ImFsZ29yaXRobSI6IlJTIiwibiI6IjU2MDYzMDI4MDcwNDMyOTgyMzIyMDg3NDE4MTc2ODc2NzQ4MDcyMDM1NDgyODk4MzM0ODExMzY4NDA4NTI1NTk2MTk4MjUyNTE5MjY3MTA4MTMyNjA0MTk4MDA0NzkyODQ5MDc3ODY4OTUxOTA2MTcwODEyNTQwNzEzOTgyOTU0NjUzODEwNTM5OTQ5Mzg0NzEyNzczMzkwMjAwNzkxOTQ5NTY1OTAzNDM5NTIxNDI0OTA5NTc2ODMyNDE4ODkwODE5MjA0MzU0NzI5MjE3MjA3MzYwMTA1OTA2MDM5MDIzMjk5NTYxMzc0MDk4OTQyNzg5OTk2NzgwMTAyMDczMDcxNzYwODUyODQxMDY4OTg5ODYwNDAzNDMxNzM3NDgwMTgyNzI1ODUzODk5NzMzNzA2MDY5IiwiZSI6IjY1NTM3In0sInByaW5jaXBhbCI6eyJlbWFpbCI6InRlc3R1c2VyQHRlc3R1c2VyLmNvbSJ9fQ.aVIO470S_DkcaddQgFUXciGwq2F_MTdYOJtVnEYShni7I6mqBwK3fkdWShPEgLFWUSlVUtcy61FkDnq2G-6ikSx1fUZY7iBeSCOKYlh6Kj9v43JX-uhctRSB2pI17g09EUtvmb845EHUJuoowdBLmLa4DSTdZE-h4xUQ9MsY7Ik";
-
-  /**
-   * This is the responses table, the keys are the request type, url, and
-   * a "selector" for testing.  The right is the expected return value, already
-   * decoded.  If a result is "undefined", the request's error handler will be
-   * called.
-   */
-  var xhr = {
-    // Keep track of the last request made to each wsapi call.  keyed only on
-    // url - for instince - instead of "get /wsapi/session_context
-    // valid", the key would only be "/wsapi/session_context"
-    requests: {},
-
-    responses: {
-      "get /wsapi/session_context valid": contextInfo,
-      // We are going to test for XHR failures for session_context using
-      // the flag contextAjaxError.
-      "get /wsapi/session_context contextAjaxError": undefined,
-      "get /wsapi/email_for_token?token=token valid": { email: "testuser@testuser.com" },
-      "get /wsapi/email_for_token?token=token mustAuth": { email: "testuser@testuser.com", must_auth: true },
-      "get /wsapi/email_for_token?token=token needsPassword": { email: "testuser@testuser.com", needs_password: true },
-      "get /wsapi/email_for_token?token=token badPassword": { email: "testuser@testuser.com", must_auth: true },
-      "get /wsapi/email_for_token?token=token invalid": { success: false },
-      "post /wsapi/authenticate_user valid": { success: true, userid: 1 },
-      "post /wsapi/authenticate_user invalid": { success: false },
-      "post /wsapi/authenticate_user incorrectPassword": { success: false },
-      "post /wsapi/authenticate_user ajaxError": undefined,
-      "post /wsapi/auth_with_assertion primary": { success: true, userid: 1 },
-      "post /wsapi/auth_with_assertion valid": { success: true, userid: 1 },
-      "post /wsapi/auth_with_assertion invalid": { success: false },
-      "post /wsapi/auth_with_assertion ajaxError": undefined,
-      "post /wsapi/cert_key valid": random_cert,
-      "post /wsapi/cert_key invalid": undefined,
-      "post /wsapi/cert_key ajaxError": undefined,
-      "post /wsapi/complete_email_confirmation valid": { success: true },
-      "post /wsapi/complete_email_confirmation badPassword": 401,
-      "post /wsapi/complete_email_confirmation invalid": { success: false },
-      "post /wsapi/complete_email_confirmation ajaxError": undefined,
-      "post /wsapi/stage_user unknown_secondary": { success: true },
-      "post /wsapi/stage_user valid": { success: true },
-      "post /wsapi/stage_user invalid": { success: false },
-      "post /wsapi/stage_user throttle": 429,
-      "post /wsapi/stage_user ajaxError": undefined,
-
-      "post /wsapi/stage_reset unknown_secondary": { success: true },
-      "post /wsapi/stage_reset valid": { success: true },
-      "post /wsapi/stage_reset invalid": { success: false },
-      "post /wsapi/stage_reset throttle": 429,
-      "post /wsapi/stage_reset ajaxError": undefined,
-
-      "post /wsapi/complete_reset valid": { success: true },
-      "post /wsapi/complete_reset badPassword": 401,
-      "post /wsapi/complete_reset invalid": { success: false },
-      "post /wsapi/complete_reset ajaxError": undefined,
-
-      "get /wsapi/password_reset_status?email=registered%40testuser.com pending": { status: "pending" },
-      "get /wsapi/password_reset_status?email=registered%40testuser.com complete": { status: "complete", userid: 4 },
-      "get /wsapi/password_reset_status?email=registered%40testuser.com mustAuth": { status: "mustAuth" },
-      "get /wsapi/password_reset_status?email=registered%40testuser.com noRegistration": { status: "noRegistration" },
-      "get /wsapi/password_reset_status?email=registered%40testuser.com ajaxError": undefined,
-
-      "post /wsapi/stage_reverify unknown_secondary": { success: true },
-      "post /wsapi/stage_reverify valid": { success: true },
-      "post /wsapi/stage_reverify invalid": { success: false },
-      "post /wsapi/stage_reverify throttle": 429,
-      "post /wsapi/stage_reverify ajaxError": undefined,
-
-      "get /wsapi/email_reverify_status?email=registered%40testuser.com pending": { status: "pending" },
-      "get /wsapi/email_reverify_status?email=registered%40testuser.com complete": { status: "complete", userid: 4 },
-      "get /wsapi/email_reverify_status?email=registered%40testuser.com mustAuth": { status: "mustAuth" },
-      "get /wsapi/email_reverify_status?email=registered%40testuser.com noRegistration": { status: "noRegistration" },
-      "get /wsapi/email_reverify_status?email=registered%40testuser.com ajaxError": undefined,
-
-      "get /wsapi/user_creation_status?email=registered%40testuser.com pending": { status: "pending" },
-      "get /wsapi/user_creation_status?email=registered%40testuser.com complete": { status: "complete", userid: 4 },
-      "get /wsapi/user_creation_status?email=registered%40testuser.com mustAuth": { status: "mustAuth" },
-      "get /wsapi/user_creation_status?email=registered%40testuser.com noRegistration": { status: "noRegistration" },
-      "get /wsapi/user_creation_status?email=registered%40testuser.com ajaxError": undefined,
-      "post /wsapi/complete_user_creation valid": { success: true },
-      "post /wsapi/complete_user_creation badPassword": 401,
-      "post /wsapi/complete_user_creation invalid": { success: false },
-      "post /wsapi/complete_user_creation ajaxError": undefined,
-      "post /wsapi/logout valid": { success: true },
-      "post /wsapi/logout not_authenticated": 400,
-      "post /wsapi/logout ajaxError": 401,
-      "get /wsapi/have_email?email=registered%40testuser.com valid": { email_known: true },
-      "get /wsapi/have_email?email=registered%40testuser.com throttle": { email_known: true },
-      "get /wsapi/have_email?email=registered%40testuser.com ajaxError": undefined,
-      "get /wsapi/have_email?email=testuser%40testuser.com valid": { email_known: true },
-      "get /wsapi/have_email?email=testuser%40testuser.com primary": { email_known: true },
-      "get /wsapi/have_email?email=testuser%40testuser.com throttle": { email_known: true },
-      "get /wsapi/have_email?email=testuser%40testuser.com ajaxError": undefined,
-      "get /wsapi/have_email?email=unregistered%40testuser.com valid": { email_known: false },
-      "get /wsapi/have_email?email=unregistered%40testuser.com primary": { email_known: false },
-      "get /wsapi/have_email?email=registered%40testuser.com primary": { email_known: true },
-      "post /wsapi/remove_email valid": { success: true },
-      "post /wsapi/remove_email invalid": { success: false },
-      "post /wsapi/remove_email multiple": { success: true },
-      "post /wsapi/remove_email ajaxError": undefined,
-      "post /wsapi/account_cancel valid": { success: true },
-      "post /wsapi/account_cancel invalid": { success: false },
-      "post /wsapi/account_cancel ajaxError": undefined,
-      "post /wsapi/stage_email valid": { success: true },
-      "post /wsapi/stage_email unknown_secondary": { success: true },
-      "post /wsapi/stage_email known_secondary": { success: true },
-      "post /wsapi/stage_email invalid": { success: false },
-      "post /wsapi/stage_email throttle": 429,
-      "post /wsapi/stage_email ajaxError": undefined,
-      "get /wsapi/email_addition_status?email=testuser%40testuser.com complete": { status: "complete" },
-      "get /wsapi/email_addition_status?email=registered%40testuser.com pending": { status: "pending" },
-      "get /wsapi/email_addition_status?email=registered%40testuser.com complete": { status: "complete" },
-      "get /wsapi/email_addition_status?email=registered%40testuser.com mustAuth": { status: "mustAuth" },
-      "get /wsapi/email_addition_status?email=registered%40testuser.com noRegistration": { status: "noRegistration" },
-      "get /wsapi/email_addition_status?email=registered%40testuser.com ajaxError": undefined,
-      "get /wsapi/list_emails valid": {"testuser@testuser.com":{ type: "secondary", verified: true }},
-      "get /wsapi/list_emails unverified": {"testuser@testuser.com":{ type: "secondary", verified: false }},
-      //"get /wsapi/list_emails known_secondary": {"registered@testuser.com":{ type: "secondary" }},
-      "get /wsapi/list_emails primary": {"testuser@testuser.com": { type: "primary" }},
-      "get /wsapi/list_emails multiple": {"testuser@testuser.com":{}, "testuser2@testuser.com":{}},
-      "get /wsapi/list_emails no_identities": {},
-      "get /wsapi/list_emails ajaxError": undefined,
-      // Used in conjunction with registration to do a complete userflow
-      "get /wsapi/list_emails complete": {"registered@testuser.com":{}},
-      "post /wsapi/set_password valid": { success: true },
-      "post /wsapi/set_password invalid": { success: false },
-      "post /wsapi/set_password ajaxError": undefined,
-      "post /wsapi/update_password valid": { success: true },
-      "post /wsapi/update_password incorrectPassword": { success: false },
-      "post /wsapi/update_password invalid": undefined,
-      "get /wsapi/address_info?email=unregistered%40testuser.com invalid": undefined,
-      "get /wsapi/address_info?email=unregistered%40testuser.com throttle": { type: "secondary", known: false },
-      "get /wsapi/address_info?email=unregistered%40testuser.com valid": { type: "secondary", known: false },
-      "get /wsapi/address_info?email=unregistered%40testuser.com unknown_secondary": { type: "secondary", known: false },
-      "get /wsapi/address_info?email=unregistered%40testuser.com primary": { type: "primary", auth: "https://auth_url", prov: "https://prov_url" },
-
-      "get /wsapi/address_info?email=registered%40testuser.com valid": { type: "secondary", known: true },
-      "get /wsapi/address_info?email=registered%40testuser.com known_secondary": { type: "secondary", known: true },
-      "get /wsapi/address_info?email=registered%40testuser.com throttle": { type: "secondary", known: true },
-      "get /wsapi/address_info?email=registered%40testuser.com primary": { type: "primary", auth: "https://auth_url", prov: "https://prov_url" },
-      "get /wsapi/address_info?email=registered%40testuser.com mustAuth": { type: "secondary", known: true },
-
-      "get /wsapi/address_info?email=testuser%40testuser.com valid": { type: "secondary", known: true },
-      "get /wsapi/address_info?email=testuser%40testuser.com known_secondary": { type: "secondary", known: true },
-      "get /wsapi/address_info?email=testuser%40testuser.com unknown_secondary": { type: "secondary", known: false },
-      "get /wsapi/address_info?email=testuser%40testuser.com primary": { type: "primary", auth: "https://auth_url", prov: "https://prov_url" },
-      "get /wsapi/address_info?email=testuser%40testuser.com ajaxError": undefined,
-      "post /wsapi/add_email_with_assertion invalid": { success: false },
-      "post /wsapi/add_email_with_assertion valid": { success: true },
-      "post /wsapi/prolong_session valid": { success: true },
-      "post /wsapi/prolong_session unauthenticated": 400,
-      "post /wsapi/prolong_session ajaxError": undefined,
-      "post /wsapi/interaction_data valid": { success: true },
-      "post /wsapi/interaction_data throttle": 413,
-      "post /wsapi/interaction_data ajaxError": undefined
-    },
-
-    setContextInfo: function(field, value) {
-      contextInfo[field] = value;
-    },
-
-    setDelay: function(delay_ms) {
-      delay = delay_ms;
-    },
-
-    useResult: function(result) {
-      xhr.responseName = result;
-    },
-
-    getLastRequest: function(key) {
-      var req = this.request;
-      if (key) {
-        req = this.requests[key];
-      }
-
-      return req;
-    },
-
-    ajax: function(request) {
-      //console.log("ajax request");
-      var type = request.type ? request.type.toLowerCase() : "get";
-
-      this.request = request = _.extend(request, {
-        type: type
-      });
-
-      if (type === "post" && request.data.indexOf("csrf") === -1) {
-        ok(false, "missing csrf token on POST request");
-      }
-
-      var responseName = xhr.responseName;
-
-      // Unless the contextAjaxError is specified, use the "valid" context info.
-      // This makes it so we do not have to keep adding new items for
-      // context_info for every possible result type.
-      if (request.url === "/wsapi/session_context" && responseName !== "contextAjaxError") {
-        responseName = "valid";
-      }
-
-      var responseKey = request.type + " " + request.url + " " + responseName,
-          response = xhr.responses[responseKey],
-          typeofResponse = typeof response;
-
-      this.requests[request.url] = request;
-
-      if (typeofResponse === "function") {
-        response(request.success);
-      }
-      else if (!(typeofResponse == "number" || typeofResponse == "undefined")) {
-        if (request.success) {
-          if (delay) {
-            // simulate response delay
-            _.delay(request.success, delay, response);
-          }
-          else {
-            request.success(response);
-          }
-        }
-      }
-      else if (request.error) {
-        // Invalid response - either invalid URL, invalid GET/POST or
-        // invalid responseName
-        request.error({ status: response || 400, responseText: "response text" }, "errorStatus", "errorThrown");
-      }
-    }
-  };
-
-  return xhr;
-}());
-
-
diff --git a/resources/static/test/qunit/qunit.css b/resources/static/test/qunit/qunit.css
deleted file mode 100644
index b3c6db5237a285bc2d9357c26da8c7b9836cf81b..0000000000000000000000000000000000000000
--- a/resources/static/test/qunit/qunit.css
+++ /dev/null
@@ -1,225 +0,0 @@
-/**
- * QUnit - A JavaScript Unit Testing Framework
- *
- * http://docs.jquery.com/QUnit
- *
- * Copyright (c) 2011 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;
-}
-
-#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;
-}
diff --git a/resources/static/test/qunit/qunit.js b/resources/static/test/qunit/qunit.js
deleted file mode 100644
index 041620126e878f33ec370e2d25e6af7a59cc1c81..0000000000000000000000000000000000000000
--- a/resources/static/test/qunit/qunit.js
+++ /dev/null
@@ -1,1458 +0,0 @@
-/**
- * QUnit - A JavaScript Unit Testing Framework
- *
- * http://docs.jquery.com/QUnit
- *
- * Copyright (c) 2011 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;
-
-
-      // Keep track of the number of unmatched starts that happen, it should
-      // equal the number of stops called.  The first time QUnit is run, it
-      // will call start without first calling stop, so let that one through.
-      config.unmatched = config.unmatched || 0;
-      if ( config.unmatched ) {
-        throw new Error("Unmatched start: " + config.unmatched);
-      }
-      config.unmatched++;
-		}
-		// A slight delay, to avoid any current callbacks
-		if ( defined.setTimeout ) {
-			window.setTimeout(function() {
-				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,
-
-	// by default, run previously failed tests first
-	// very useful in combination with "Hide passed tests" checked
-	reorder: true,
-
-	noglobals: false,
-	notrycatch: false
-};
-
-// 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 ];
-			if ( current[ 0 ] in config ) {
-				config[ 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 );
-	},
-
-	// 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;
-}
-
-addEvent(window, "load", function() {
-	QUnit.begin({});
-
-	// Initialize the config, saving the execution queue
-	var oldconfig = extend({}, config);
-	QUnit.init();
-	extend(config, oldconfig);
-
-	config.blocking = false;
-
-	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> ' +
-			'<label><input name="noglobals" type="checkbox"' + ( config.noglobals ? ' checked="checked"' : '' ) + '>noglobals</label>' +
-			'<label><input name="notrycatch" type="checkbox"' + ( config.notrycatch ? ' checked="checked"' : '' ) + '>notrycatch</label>';
-		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 ( 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();
-	}
-});
-
-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 ( 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;
-	}
-
-	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];
-		}
-	}
-}
-
-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 ) {
-		var i = arr.length,	ret = Array(i);
-		this.up();
-		while ( i-- )
-			ret[i] = this.parse( arr[i] );
-		this.down();
-		return join( '[', ret, ']' );
-	};
-
-	var reName = /^function (\w+)/;
-
-	var jsDump = {
-		parse:function( obj, type ) { //type is used mostly internally, you can fix a (custom)type in advance
-			var	parser = this.parsers[ type || this.typeOf(obj) ];
-			type = typeof parser;
-
-			return type == 'function' ? parser.call( this, obj ) :
-				   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 ) {
-				var ret = [ ];
-				QUnit.jsDump.up();
-				for ( var key in map )
-					ret.push( QUnit.jsDump.parse(key,'key') + ': ' + QUnit.jsDump.parse(map[key]) );
-				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;
-};
-
-/*
- * 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 = new Object();
-		var os = new Object();
-
-		for (var i = 0; i < n.length; i++) {
-			if (ns[n[i]] == null)
-				ns[n[i]] = {
-					rows: new Array(),
-					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: new Array(),
-					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);
diff --git a/resources/static/test/testHelpers/helpers.js b/resources/static/test/testHelpers/helpers.js
deleted file mode 100644
index 8053729f5cc6a7ac726a055f218a285bcb2b55eb..0000000000000000000000000000000000000000
--- a/resources/static/test/testHelpers/helpers.js
+++ /dev/null
@@ -1,350 +0,0 @@
-/*jshint browser: true laxbreak: true, expr: true */
-/*global BrowserID: true, ok: true, equal: true, start: true, deepEqual: true, notEqual: true */
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-BrowserID.TestHelpers = (function() {
-  "use strict";
-
-  var bid = BrowserID,
-      mediator = bid.Mediator,
-      network = bid.Network,
-      user = bid.User,
-      storage = bid.Storage,
-      xhr = bid.XHR,
-      transport = bid.Mocks.xhr,
-      provisioning = bid.Mocks.Provisioning,
-      screens = bid.Screens,
-      tooltip = bid.Tooltip,
-      registrations = [],
-      calls = {},
-      testOrigin = "https://login.persona.org";
-
-  function register(message, cb) {
-    registrations.push(mediator.subscribe(message, function(msg, info) {
-      if(calls[msg]) {
-        throw msg + " triggered more than once";
-      }
-      calls[msg] = info || true;
-
-      cb && cb.apply(null, arguments);
-    }));
-  }
-
-  function unregisterAll() {
-    for(var i = 0, registration; registration = registrations[i]; ++i) {
-      mediator.unsubscribe(registration);
-    }
-    registrations = [];
-    calls = {};
-  }
-
-  function checkNetworkError() {
-    ok($("#error .contents").text().length, "contents have been written");
-    ok($("#error #action").text().length, "action contents have been written");
-    ok($("#error #network").text().length, "network contents have been written");
-  }
-
-  function clearStorage() {
-    for(var key in localStorage) {
-      localStorage.removeItem(key);
-    }
-  }
-
-  var TestHelpers = {
-    XHR_TIME_UNTIL_DELAY: 100,
-    setup: function() {
-      unregisterAll();
-      mediator.reset();
-      xhr.init({
-        transport: transport,
-        time_until_delay: TestHelpers.XHR_TIME_UNTIL_DELAY
-      });
-
-      transport.setDelay(0);
-      transport.setContextInfo("auth_level", undefined);
-      transport.setContextInfo("cookies_enabled", true);
-      transport.useResult("valid");
-
-      network.init({ forceCookieStatus: undefined });
-      clearStorage();
-
-      $("body").stop().show();
-      $("body")[0].className = "";
-
-      $(".error").removeClass("error");
-      $("#error").hide();
-      $(".notification").stop().hide();
-      $("form").show();
-      screens.wait.hide();
-      screens.error.hide();
-      screens.delay.hide();
-      tooltip.reset();
-      provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-      user.reset();
-      user.init({
-        provisioning: provisioning
-      });
-      user.setOrigin(testOrigin);
-
-    },
-
-    teardown: function() {
-      unregisterAll();
-      mediator.reset();
-      xhr.init({
-        transport: $,
-        time_until_delay: 10 * 1000
-      });
-      network.init();
-      clearStorage();
-      screens.wait.hide();
-      screens.error.hide();
-      screens.delay.hide();
-      tooltip.reset();
-      provisioning.setStatus(provisioning.NOT_AUTHENTICATED);
-      user.reset();
-    },
-
-    testOrigin: testOrigin,
-
-    register: register,
-    isTriggered: function(message) {
-      return message in calls;
-    },
-
-    testTriggered: function(message, expectedFields) {
-      ok(message in calls, message + " was triggered");
-      if (expectedFields) this.testObjectValuesEqual(calls[message], expectedFields);
-    },
-
-    expectedMessage: function(message, expectedFields) {
-    // keep track of the original start function.  When the start function is
-    // called, call the proxy start function and then the original start
-    // function.  This allows proxy start functions to be chained and multiple
-    // expectedMessages to be called.
-    start = function(origStart) {
-      TestHelpers.testTriggered(message, expectedFields);
-      start = origStart;
-      start();
-    }.bind(null, start);
-
-    register(message);
-  },
-
-  unexpectedMessage: function(message) {
-    // keep track of the original start function.  When the start function is
-    // called, call the proxy start function and then the original start
-    // function.  This allows proxy start functions to be chained and multiple
-    // expectedMessages to be called.
-    start = function(origStart) {
-      equal(TestHelpers.isTriggered(message), false, message + " was not triggered");
-      start = origStart;
-      start();
-
-    }.bind(null, start);
-    register(message);
-  },
-
-
-    errorVisible: function() {
-      return screens.error.visible;
-    },
-
-    testErrorVisible: function() {
-      equal(TestHelpers.errorVisible(), true, "error screen is visible");
-    },
-
-    testErrorNotVisible: function() {
-      equal(TestHelpers.errorVisible(), false, "error screen is not visible");
-    },
-
-    waitVisible: function() {
-      return screens.wait.visible;
-    },
-
-    testWaitVisible: function() {
-      equal(TestHelpers.waitVisible(), true, "wait screen is visible");
-    },
-
-    delayVisible: function() {
-      return screens.delay.visible;
-    },
-
-    testDelayVisible: function() {
-      equal(TestHelpers.delayVisible(), true, "delay screen is visible");
-    },
-
-    checkNetworkError: checkNetworkError,
-    unexpectedSuccess: function() {
-      ok(false, "unexpected success");
-      start();
-    },
-
-    expectedXHRFailure: function() {
-      ok(true, "expected XHR failure");
-      start();
-    },
-
-    unexpectedXHRFailure: function() {
-      ok(false, "unexpected XHR failure");
-      start();
-    },
-
-    testTooltipVisible: function() {
-      equal(tooltip.shown, true, "tooltip is visible");
-    },
-
-    testTooltipNotVisible: function() {
-      equal(tooltip.shown, false, "tooltip is not visible");
-    },
-
-    failureCheck: function failureCheck(cb) {
-      // Take the original arguments, take off the function.  Add any additional
-      // arguments that were passed in, and then tack on the onSuccess and
-      // onFailure to the end.  Then call the callback.
-      var args = [].slice.call(arguments, 1);
-
-      var errorInfo;
-
-      args.push(bid.TestHelpers.unexpectedSuccess, function onFailure(info) {
-        ok(true, "XHR failure should never pass");
-        ok(info.network.url, "url is in network info");
-        ok(info.network.type, "request type is in network info");
-        equal(info.network.textStatus, "errorStatus", "textStatus is in network info");
-        equal(info.network.errorThrown, "errorThrown", "errorThrown is in response info");
-
-        start();
-      });
-
-      if(transport.responseName === "valid") {
-        transport.useResult("ajaxError");
-      }
-
-      cb && cb.apply(null, args);
-    },
-
-    /**
-     * Generate a long string
-     */
-    generateString: function(length) {
-      var str = "";
-      for(var i = 0; i < length; i++) {
-        str += (i % 10);
-      }
-      return str;
-    },
-
-    testKeysInObject: function(objToTest, expected, msg) {
-      if (!objToTest) ok(false, "missing objToTest");
-      if (!expected) ok(false, "missing objToTest");
-
-      for(var i=0, key; key=expected[i]; ++i) {
-        ok(key in objToTest, msg || ("object contains " + key));
-      }
-    },
-
-    testObjectValuesEqual: function(objToTest, expected, msg) {
-      if (!objToTest) ok(false, "missing objToTest");
-      if (!expected) ok(false, "missing objToTest");
-
-      for(var key in expected) {
-        deepEqual(objToTest[key], expected[key], key + " set to: " + expected[key] + (msg ? " - " + msg : ""));
-      }
-    },
-
-    testUndefined: function(toTest, msg) {
-      equal(typeof toTest, "undefined", msg || "object is undefined");
-    },
-
-    testNotUndefined: function(toTest, msg) {
-      notEqual(typeof toTest, "undefined", msg || "object is defined");
-    },
-
-    testVisible: function(selector, msg) {
-      ok($(selector).is(":visible"), msg || selector + " is visible");
-    },
-
-    testNotVisible: function(selector, msg) {
-      equal($(selector).is(":visible"), false, msg || selector + " is not visible");
-    },
-
-    testHasClass: function(selector, className, msg) {
-      ok($(selector).hasClass(className),
-          msg || (selector + " has className " + className));
-    },
-
-    testNotHasClass: function(selector, className, msg) {
-      ok(!$(selector).hasClass(className),
-          msg || (selector + " does not have className " + className));
-    },
-
-    testElementExists: function(selector, msg) {
-      ok($(selector).length, msg || ("element '" + selector + "' exists"));
-    },
-
-    testElementDoesNotExist: function(selector, msg) {
-      ok(!$(selector).length, msg || ("element '" + selector + "' does not exist"));
-    },
-
-    testRPTosPPShown: function(msg) {
-      TestHelpers.testHasClass("body", "rptospp", msg || "RP TOS/PP shown");
-    },
-
-    testRPTosPPNotShown: function(msg) {
-      TestHelpers.testNotHasClass("body", "rptospp", msg || "RP TOS/PP not shown");
-    },
-
-    testElementChecked: function(selector, msg) {
-      equal($(selector).is(":checked"), true, msg || selector + " is checked");
-    },
-
-    testElementNotChecked: function(selector, msg) {
-      equal($(selector).is(":checked"), false, msg || selector + " is not checked");
-    },
-
-    testElementFocused: function(selector, msg) {
-      var focusedEl = $(":focus");
-
-      if (focusedEl.is(selector)) {
-        ok(true, msg || selector + " is focused");
-      }
-      else {
-        // In some environments such as PhantomJS, input elements cannot be
-        // checked for focus.  Make a temporary input element which we can
-        // check to see if it is possible to focus. If it is possible, this is
-        // a failure.  If it is not possible, print a message and continue.
-        // Remove the element when complete.
-        var input = $("<input type='text' />").appendTo("body").focus();
-        if (input.is(":focus")) {
-          ok(false, msg || selector + " is focused");
-          // refocus the original input element.
-          if (focusedEl.length) $(focusedEl).focus();
-        }
-        else {
-          window.console && console.log("currently unable to focus elements, focus check skipped - try focusing the unit test page");
-        }
-        input.remove();
-      }
-    },
-
-    testEmailMarkedVerified: function(email, msg) {
-      var emailInfo = storage.getEmail(email);
-      equal(emailInfo && emailInfo.verified, true,
-        "verified bit set for " + email);
-    },
-
-    testDocumentRedirected: function(doc, expectedHref, msg) {
-      equal(doc.location, expectedHref, msg || "document redirected to " + expectedHref);
-    },
-
-    testDocumentNotRedirected: function(doc, msg) {
-      equal(doc.location.href, document.location.href, msg || "document not redirected");
-
-    }
-  };
-
-  return TestHelpers;
-}());
diff --git a/resources/views/about.ejs b/resources/views/about.ejs
deleted file mode 100644
index cebdaf6694ed402ea1f79ea5065d3f689268f690..0000000000000000000000000000000000000000
--- a/resources/views/about.ejs
+++ /dev/null
@@ -1,54 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<div id="content" class="display_always">
-    <div class="about">
-        <section class="simple-signon">
-            <h2 class="title"><%- gettext('Simplified sign-on.') %></h2>
-            <article class="blurb">
-                <div class="info first">
-                    <h1><%- gettext('Persona replaces multiple passwords') %></h1>
-                    <p><%- format(gettext('Sites such as <a %(timesLink)>The Times Crossword</a>, <a %(openphotoLink)>OpenPhoto</a> and <a %(voostLink)>Voost</a> use Persona instead of usernames to sign you in.'),
-                                  {
-                                    timesLink: 'href="http://crossword.thetimes.co.uk/" target="_blank"',
-                                    openphotoLink: 'href="http://current.openphoto.me/" target="_blank"',
-                                    voostLink: 'href="https://www.voo.st/" target="_blank"'
-                                  })
-                           %></p><p><%- gettext('This means you only need one password to sign in to many sites.') %></p>
-                </div>
-
-                <div class="graphic">
-                    <img src="<%- cachify('/pages/i/one-password-graphic.png') %>" alt="<%- gettext('One password to rule them all.') %>">
-                </div>
-            </article>
-
-            <article class="blurb flexible">
-                <div class="graphic first">
-                    <img src="<%- cachify('/pages/i/flexible-graphic.png') %>" alt="<%- gettext('Use multiple email addresses') %>">
-                </div>
-
-                <div class="info">
-                    <h1><%- gettext('Persona is flexible') %></h1>
-                    <p><%- gettext('Within Persona, your identity is your email address. You can use as many email addresses as you want, but you still only need one password.') %></p>
-                </div>
-            </article>
-        </section>
-
-        <section class="privacy">
-            <h2 class="title"><%- gettext('Real privacy.') %></h2>
-
-            <article class="blurb half first" style="min-height: 195px; ">
-                <h1><%- gettext('Persona is proudly non-profit for you') %></h1>
-                <p><%- gettext('Persona is developed by Mozilla, a not-for-profit company trusted throughout the Web community. Our goal is to create technologies that balance an open Web platform with people\'s privacy.') %></p>
-            </article>
-            <article class="blurb half">
-                <h1><%- gettext('Persona preserves your privacy') %></h1>
-                <p><%- gettext('Persona does not track your activity around the Web. It creates a wall between signing you in and what you do once you\'re there. The history of what sites you visit is stored only on your own computer.') %></p>
-            </article>
-        </section>
-
-        <a href="https://developer.mozilla.org/docs/persona" class="developers" target="_blank"><img src="<%- cachify('/pages/i/developers-link.png') %>" alt="<%- gettext('Persona for developers') %>"><span><%- gettext('Implement Persona on your site') %> </span><%- gettext('Developer guides and API documentation') %></a>
-    </div><!-- #dashboard -->
-</div>
-
diff --git a/resources/views/authenticate_with_primary.ejs b/resources/views/authenticate_with_primary.ejs
deleted file mode 100644
index dbea3d96f352cd0c3f5b119609e1bfab089cdae1..0000000000000000000000000000000000000000
--- a/resources/views/authenticate_with_primary.ejs
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<%- partial('partial/license_with_code_ver') %>
-<html>
-<head>
-  <meta charset="utf-8">
-  <title>Persona</title>
-  <%- cachify_js('/production/authenticate_with_primary.js') %>
-</head>
-</html>
diff --git a/resources/views/communication_iframe.ejs b/resources/views/communication_iframe.ejs
deleted file mode 100644
index 66c8e0f400d009656402a2c4b5531984c1e2c6d3..0000000000000000000000000000000000000000
--- a/resources/views/communication_iframe.ejs
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<%- partial('partial/license_with_code_ver') %>
-<html>
-<head><title>non-interactive iframe</title>
-  <meta charset="utf-8">
-  <%- cachify_js('/production/communication_iframe.js') %>
-</head>
-<body></body>
-</html>
diff --git a/resources/views/confirm.ejs b/resources/views/confirm.ejs
deleted file mode 100644
index f56a6caf70bff61116465caf50941f13d20b2bec..0000000000000000000000000000000000000000
--- a/resources/views/confirm.ejs
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<div id="hAlign">
-    <div id="vAlign">
-        <form id="signUpForm" class="cf password_entry">
-            <p class="hint siteinfo">
-              <%= gettext('Finish signing into:') %> <strong class="website"></strong>
-            </p>
-
-            <h1><%= gettext('Email Verification') %></h1>
-
-            <ul class="inputs">
-                <li>
-                    <label for="email"><%= gettext('Email Address') %></label>
-                    <input class="youraddress" id="email" placeholder="<%= gettext('Your Email') %>" type="email" value="" disabled="disabled" maxlength="254" />
-                </li>
-
-                <li>
-                    <label for="password"><%= gettext('Password') %></label>
-                    <input id="password" placeholder="<%= gettext('Your Password') %>" type="password" autofocus maxlength=80 />
-
-                    <div class="tooltip" id="password_required" for="password">
-                      <%= gettext('Password is required.') %>
-                    </div>
-
-                    <div id="cannot_authenticate" class="tooltip" for="password">
-                      <%= gettext('The account cannot be verified with this username and password.') %>
-                    </div>
-                </li>
-            </ul>
-
-            <div class="submit cf password_entry">
-                <button><%= gettext('finish') %></button>
-            </div>
-
-        </form>
-
-        <div id="congrats">
-            <p>
-              <%- gettext('<strong class="email">Your address</strong> has been verified!') %>
-            </p>
-
-            <p class="siteinfo">
-              <%- format(gettext('Your new address is set up and ready to go. You will be redirected to %s'), ["<strong class='website'></strong>"]) %>
-            </p>
-
-            <p id="redirection" class="siteinfo">
-              <%- format(gettext("Redirecting in %s seconds"), ["<span id='redirectTimeout'></span>" ]) %>
-            </p>
-        </div>
-    </div>
-</div>
-
diff --git a/resources/views/cookies_disabled.ejs b/resources/views/cookies_disabled.ejs
deleted file mode 100644
index d4a3441e49138e665dd37786e3a30bdf0dd56341..0000000000000000000000000000000000000000
--- a/resources/views/cookies_disabled.ejs
+++ /dev/null
@@ -1,17 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-  <section id="error" class="cookies_disabled">
-      <div class="table">
-        <div class="vertical contents">
-          <h2 id="reason">
-            <%= gettext("Persona requires cookies to remember you.") %>
-          </h2>
-
-          <p>
-            <%- format(gettext("Please close this window, <a %s>enable cookies</a> and try again"), [" target='_blank' href='http://support.mozilla.org/kb/Websites%20say%20cookies%20are%20blocked'"]) %>
-          </p>
-        </div>
-      </div>
-  </section>
diff --git a/resources/views/dialog.ejs b/resources/views/dialog.ejs
deleted file mode 100644
index 3402c4dbd759ccd1ba850d1f02f760d01d1f0a8b..0000000000000000000000000000000000000000
--- a/resources/views/dialog.ejs
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-    <section id="formWrap">
-      <form novalidate>
-        <div id="favicon">
-            <div class="table">
-                <div class="vertical" id="rp_info">
-                </div>
-            </div>
-        </div>
-
-        <div id="signIn">
-            <div class="table">
-              <div class="vertical">
-                <div class="contents">
-                </div>
-              </div>
-            </div>
-            <div class="arrowContainer">
-              <div class="arrow"></div>
-            </div>
-        </div>
-      </form>
-    </section>
-
-
-    <section id="wait">
-        <!-- because each section is an absolutely positioned element, we have to use the inner table container element to be able to vertically/horizontally center correctly.  Without the table element, the layout gets all messed up. -->
-        <div class="table">
-            <div class="vertical">
-                <div class="contents">
-                    <h2 class="center"><%= gettext('Connecting to Persona...') %></h2>
-                </div>
-            </div>
-        </div>
-    </section>
-
-    <section id="error">
-        <div class="table">
-            <div class="vertical">
-                <div class="contents">
-                </div>
-            </div>
-        </div>
-    </section>
-
-    <section id="delay">
-        <div class="table">
-            <div class="vertical">
-                <div class="contents">
-                </div>
-            </div>
-        </div>
-    </section>
diff --git a/resources/views/dialog_layout.ejs b/resources/views/dialog_layout.ejs
deleted file mode 100644
index f596ca155a3ac86a9d263c357eeabfd3b5c6f87d..0000000000000000000000000000000000000000
--- a/resources/views/dialog_layout.ejs
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<%- partial('partial/license_with_code_ver') %>
-<html LANG="<%= lang %>" dir="<%= lang_dir %>">
-<head>
-  <meta charset="utf-8">
-  <meta name="viewport" content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" />
-  <meta name="format-detection" content="email=no" />
-
-  <!--[if lt IE 9]>
-    <%- cachify_js('/production/html5shim.js') %>
-  <![endif]-->
-  <%- cachify_css('/production/dialog.css') %>
-  <!--[if lt IE 9]>
-    <%- cachify_css('/production/ie8_dialog.css') %>
-  <![endif]-->
-  <% /* the title comes from the server when the page is loaded.
-         It still needs translated, so wrap it in its own gettext
-     */ %>
-  <title><%= format(gettext("Mozilla Persona: %s"), [gettext(title)]) %></title>
-</head>
-  <body class="waiting">
-      <header id="header">
-         <% if (useJavascript !== false && enable_development_menu) { %>
-           <a href="#" id="showDevelopment">&nbsp;</a>
-         <% } %>
-         <h1><a class="home" target="_blank" href="/">Mozilla Persona Home</a></h1>
-      </header>
-
-      <div id="content">
-        <%- body %>
-      </div>
-
-      <footer>
-<%- format(gettext('<strong>Persona.</strong> Simplified sign-in, built by a non-profit. <a %s>Learn more&rarr;</a>'), [" href='/about' target='_blank'"]) %>
-      </footer>
-
-
-      <% if (useJavascript !== false) { %>
-        <%- cachify_js(util.format('/production/%s/dialog.js', locale)) %>
-      <% } %>
-	</body>
-</html>
diff --git a/resources/views/forgot.ejs b/resources/views/forgot.ejs
deleted file mode 100644
index 2dff1e3ef8e73a26a990ada9552ab10bda361535..0000000000000000000000000000000000000000
--- a/resources/views/forgot.ejs
+++ /dev/null
@@ -1,92 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<div id="hAlign" class="display_always">
-    <div id="vAlign">
-        <!-- XXX this form submits to nowhere -->
-        <form id="signUpForm" class="cf authform" novalidate>
-            <h1><%- gettext('Reset your password') %></h1>
-            <div class="notifications">
-                <div class="notification emailsent">
-                  <h2><%- gettext('Confirm your email address') %></h2>
-
-                  <p>
-                    <%- format(gettext('Check your email at <strong %(checkId)></strong>.'), { checkId: 'id="sentToEmail"' }) %>
-                  </p>
-
-                  <p>
-                    <%- gettext('Click the link in the confirmation email. Your password will then be reset.') %>
-                  </p>
-                </div>
-            </div>
-
-            <ul class="inputs forminputs">
-                <li>
-                    <label for="email"><%- gettext('Email Address') %></label>
-                    <input id="email" required placeholder="<%- gettext('Your Email') %>" type="email" autocapitalize="off" autocorrect="off" spellcheck="false" maxlength="254" disabled />
-
-                    <div id="email_format" class="tooltip" for="email">
-                      <%- gettext('This field must be an email address.') %>
-                    </div>
-
-                    <div id="email_required" class="tooltip" for="email">
-                      <%- gettext('The email field is required.') %>
-                    </div>
-
-                    <div id="could_not_add" class="tooltip" for="email">
-                      <%- gettext('We just sent an email to that address! If you really want to send another, wait a minute or two and try again.') %>
-                    </div>
-
-                    <div id="not_registered" class="tooltip" for="email">
-                      <%- gettext('Non existent user!') %>
-                    </div>
-
-                    <div id="primary_address" class="tooltip" for="email">
-                      <%- gettext('Cannot reset the password of that address.') %>
-                    </div>
-                </li>
-
-                <li>
-                    <label for="password"><%= format(gettext("Create a new password to use with %s."), ["Persona"]) %></label>
-                    <input id="password" placeholder="<%- gettext('Password') %>" type="password" maxlength="80" autofocus />
-
-                    <div id="password_required" class="tooltip" for="password">
-                        <%- gettext('Password is required.') %>
-                    </div>
-
-                    <div class="tooltip" id="password_length" for="password">
-                        <%- gettext('Password must be between 8 and 80 characters long.') %>
-                    </div>
-
-                    <div id="could_not_add" class="tooltip" for="password">
-                        <%- gettext('We just sent an email to that address! If you really want to send another, wait a minute or two and try again.') %>
-                    </div>
-                </li>
-
-                <li>
-                    <label for="vpassword"><%- gettext('Verify Password') %></label>
-                    <input id="vpassword" placeholder="<%- gettext('Verify Password') %>" type="password" maxlength="80">
-
-                    <div id="password_required" class="tooltip" for="vpassword">
-                      <%- gettext('Verification password is required.') %>
-                    </div>
-
-                    <div class="tooltip" id="passwords_no_match" for="vpassword">
-                      <%- gettext('These passwords don\'t match!') %>
-                    </div>
-
-                </li>
-
-            </ul>
-
-            <div class="submit cf forminputs">
-                <button><%- gettext('Reset Password') %></button>
-                <div class="remember cf">
-                    <a class="action" href="/signin"><%- gettext('Know your password? Sign in.') %></a>
-                </div>
-            </div>
-        </form>
-    </div>
-</div>
-
diff --git a/resources/views/idp_auth_complete.ejs b/resources/views/idp_auth_complete.ejs
deleted file mode 100644
index 538a99157639073bb3adfe23342645bd2be3d72d..0000000000000000000000000000000000000000
--- a/resources/views/idp_auth_complete.ejs
+++ /dev/null
@@ -1,13 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-  <div id="vAlign" class="disply_always">
-    <%- gettext('This window will now close and account creation will continue.') %>
-  </div>
-
-  <script type="text/javascript">
-    WinChan.onOpen(function(origin, params, complete) {
-      complete("success");
-    });
-  </script>
diff --git a/resources/views/index.ejs b/resources/views/index.ejs
deleted file mode 100644
index 77c2b4af563974f63d7e8a87db4f56f03e9e4a4a..0000000000000000000000000000000000000000
--- a/resources/views/index.ejs
+++ /dev/null
@@ -1,82 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-  <div id="hAlign" class="display_nonauth">
-      <div id="vAlign">
-          <div id="signUp">
-              <div id="card"><img src="<%- cachify('/pages/i/slit.png') %>"></div>
-
-              <h1 class="white headline-main"><%- gettext('Connect with Mozilla Persona, the safest &amp; easiest way to sign in.') %></h1>
-              <p class="tour white">
-                <%- format(gettext('<a %(aboutLink)>Take the tour</a> or <a %(signupButton)>Sign Up &rarr;</a>'),
-                      {
-                        aboutLink: 'href="/about"',
-                        signupButton: 'href="/signin" class="button create"',
-                      }) %>
-              </p>
-          </div>
-      </div>
-  </div>
-
-  <script type="text/html" id="templateUser">
-    <li class="identity cf" id="{{ email.replace('@', '_').replace('.', '_') }}">
-      <div class="email">{{ email }}</div>
-      <button class="delete"><%- gettext('remove') %></button>
-    </li>
-  </script>
-
-  <script type="text/html" id="templateManage">
-    <div id="content">
-        <div class="newsbanner" id="newuser">
-          <%- format(gettext('New to Mozilla Persona? <a %(learnMoreLink)>Learn more</a>'), { learnMoreLink: 'href="/about"' }) %>
-        </div>
-
-        <div id="manage">
-            <h1><%- gettext('Account Manager') %></h1>
-
-            <section>
-              <header class="buttonrow cf">
-                  <h2><%- gettext('Your Email Addresses') %></h2>
-
-                  <button class="edit"><%- gettext('edit') %></button>
-                  <button class="done"><%- gettext('done') %></button>
-              </header>
-
-              <ul id="emailList">
-              </ul>
-            </section>
-
-            <section id="edit_password">
-              <header class="buttonrow cf">
-                <h2><%- gettext('Password') %></h2>
-
-                <button class="edit"><%- gettext('edit') %></button>
-                <button class="done"><%- gettext('cancel') %></button>
-              </header>
-
-              <div class="showedit">
-                <label for="old_password"><%- gettext('Old Password') %></label>
-                <label for="new_password"><%- gettext('New Password') %></label>
-              </div>
-
-              <form id="edit_password_form" class="showedit">
-                <input type="password" id="old_password" name="old_password" maxlength="80"/>
-                <input type="password" id="new_password" name="new_password" maxlength="80"/>
-                <button id="changePassword"><%- gettext('done') %></button>
-
-                <div class="tooltip" for="old_password" id="tooltipOldRequired"><%- gettext('Old password is required.') %></div>
-                <div class="tooltip" for="old_password" id="tooltipInvalidPassword"><%- gettext('Incorrect old password, password not updated.') %></div>
-                <div class="tooltip" for="new_password" id="tooltipNewRequired"><%- gettext('New password is required.') %></div>
-                <div class="tooltip" for="new_password" id="tooltipPasswordsSame"><%- gettext('Old and new passwords are the same.') %></div>
-                <div class="tooltip" for="new_password" id="tooltipPasswordLength"><%- gettext('Password must be between 8 and 80 characters long.') %></div>
-              </form>
-            </section>
-
-
-            <p id="disclaimer"><%- format(gettext('You may, at any time, <a %(cancelLink)>cancel your account</a>'), { cancelLink: 'href="#" id="cancelAccount" class="action"' }) %></p>
-        </div>
-    </div>
-
-  </script>
-
diff --git a/resources/views/layout.ejs b/resources/views/layout.ejs
deleted file mode 100644
index 30a5b3e4a14ccdf3a3c1c34a11f26222abf9bca3..0000000000000000000000000000000000000000
--- a/resources/views/layout.ejs
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<%- partial('partial/license_with_code_ver') %>
-<html LANG="<%= lang %>" dir="<%= lang_dir %>">
-<head>
-  <meta charset="utf-8">
-  <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" />
-  <meta name="format-detection" content="email=no" />
-  <!--[if lt IE 9]>
-    <%- cachify_js('/production/html5shim.js') %>
-  <![endif]-->
-  <%- cachify_css('/production/browserid.css') %>
-  <!--[if lt IE 9]>
-    <%- cachify_css('/production/ie8_main.css') %>
-  <![endif]-->
-  <%- cachify_js(util.format('/production/%s/browserid.js', locale)) %>
-  <% /* the title comes from the server when the page is loaded.
-         It still needs translated, so wrap it in its own gettext
-     */ %>
-  <title><%= format(gettext("Mozilla Persona: %s"), [gettext(title)]) %></title>
-</head>
-<body class="loading">
-<% if (enable_development_menu) { %>
-  <a href="#" id="showDevelopment">&nbsp;</a>
-<% } %>
-<div id="errorBackground"></div>
-
-<div id="wrapper">
-    <header id="header" class="cf">
-        <a class="home" href="/"><%= gettext("Persona Home") %></a>
-
-        <ul class="nav cf">
-            <li><a href="/about"><%= gettext("How it works") %></a></li>
-            <li><a href="https://developer.mozilla.org/docs/persona" target="_blank"><%= gettext("Developers") %></a></li>
-
-            <li class="signIn"><a class="signIn" href="/signin"><%= gettext("Sign In") %></a></li>
-            <li class="signOut"><a class="signOut" href="/"><%= gettext("Sign Out") %></a></li>
-
-        </ul>
-    </header>
-
-    <div id="wait"><div class="contents"></div></div>
-    <div id="error"><div class="contents"></div></div>
-    <div id="delay"><div class="contents"></div></div>
-
-    <%- body %>
-
-</div>
-
-<footer style="position: absolute; bottom: 0;">
-    <ul class="cf">
-        <li><%- format(gettext('By the <a %s>Identity Team</a> @ <a %s>Mozilla</a>'),
-                       [" href='http://identity.mozilla.com' target='_blank'", " href='https://mozilla.org' target='_blank'"]) %></li>
-        <li><a href="/privacy"><%= gettext('Privacy &rarr;') %></a></li>
-        <li><a href="/tos"><%= gettext('TOS &rarr;') %></a></li>
-        <li class="help"><a href="https://support.mozilla.com/kb/what-browserid-and-how-does-it-work" target="_blank"><%= gettext('Need Help? &rarr;') %></a></li>
-    </ul>
-</footer>
-
-
-</body>
-</html>
diff --git a/resources/views/partial/license_with_code_ver.ejs b/resources/views/partial/license_with_code_ver.ejs
deleted file mode 100644
index 7cc908f73db6e0030d843f5af80425a27e81a5cd..0000000000000000000000000000000000000000
--- a/resources/views/partial/license_with_code_ver.ejs
+++ /dev/null
@@ -1,7 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/.
-   - Source: https://github.com/mozilla/browserid/
-   - Current Commit: https://github.com/mozilla/browserid/commit/<%- commit %>
--->
-
diff --git a/resources/views/privacy.ejs b/resources/views/privacy.ejs
deleted file mode 100644
index 1b10e0ca577bc37aeab85325fec6c599f41530bf..0000000000000000000000000000000000000000
--- a/resources/views/privacy.ejs
+++ /dev/null
@@ -1,96 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<div id="content" class="display_always">
-    <div id="legal">
-      <h1>Privacy & Persona</h1>
-
-      <ul>
-        <li>We need your verified email address to register a Persona Account, but we don't ask for other personal information.</li>
-
-        <li>Your email address is shared with sites you visit to help you sign in, but is never given to anyone without your express consent.</li>
-
-        <li>As part of the normal operation of the Persona service, Mozilla will retain a log of which sites you have disclosed your email to.</li>
-
-        <li>We don't sell your data or use ad networks on the Persona webpages or service.</li>
-
-        <li>In the future, Mozilla will seek to bring email providers into this system, at which point their privacy policies and terms of service will apply (if you use an email provided by them).</li>
-
-        <li>For the full text of our privacy practices and all the "legalese" and details, please read our privacy policy below.</li>
-</ul>
-
-      <h3>Persona Privacy Policy</h3>
-      <p><em>Last Updated: 13 July 2011</em></p>
-
-      <p>This privacy policy explains to what extent Mozilla Corporation  (*) ("Mozilla") collects and uses information about users of Persona ("Persona Service"), where such users use the Mozilla-created servers and client.</p>
-
-      <h4>Definitions</h4>
-      <p>"<b>Personal Information</b>" is information that  you provide to us that personally identifies you, such as your name, phone number, or email address. Except for your email address, Mozilla  does not collect or require end-users of the Persona Service to furnish Personal Information.</p>
-
-      <p>"<b>Non-Personal Information</b>" is information  that cannot by itself be directly associated with a specific person or entity. Non-Personal Information includes but is not limited to your  computer's configuration and the version of Firefox you use.</p>
-
-      <p>"<b>Potentially Personal Information</b>" is  information that is Non-Personal Information in and of itself but that could be used in conjunction with other information to personally  identify you. For example, Uniform Resource Locators ("URLs") (the  addresses of web pages) and Internet Protocol ("IP") addresses (the  addresses of computers on the internet) can be Personal Information when combined with internet service provider ("ISP") records.</p>
-
-      <p>"<b>Operational Data</b>" means aggregated data regarding users' usage of the Services, such as access log  data (such as data about when people access the service and with what piece of software). Mozilla collects Operational Data to help us so  that we can ensure that we have sufficient capacity to meet user needs and otherwise to help with the operations of the Services.
-        </p>
-
-      <p>"<b>Usage Statistics</b>" refers to the  Non-Personal Information Mozilla will use to understand your use of the Service. Such information may include but is not limited to the amount of data you are storing with the service, the frequency with which you access the service, bandwidth utilization, and traffic shaping.</p>
-
-      <h4>Gathering, Use and Disclosure of Transmission Data</h4>
-      <h5>Account Information</h5>
-      <p>Before you are able to access Persona, you will be required to register. To register, the Persona Service will require the following Personal Information and Potentially Personal Information from you: your email address, and password. Your username and email address are  transferred to Mozilla using encryption called SSL. Your email address is used by us to provide you the services, such as allowing us to help you recover your account if you lose your password. Your password is transferred to Mozilla using SSL encryption but is only retained by Mozilla's servers in a hash format (which means a low level of encryption is applied).</p>
-
-      <p>Once you have registered, your password is used to help prevent unauthorized access to your account. </p>
-
-      <h5>Data Used to Provide the Services</h5>
-      <p>Mozilla receives and uses the following information for the purpose of providing and improving the Persona Service: IP address, email, date and time of accessing the Persona Service, and various operational data such as the type of client OS and Firefox version (which are also known as the user agent string).</p>
-
-      <h5>Disclosure to Third Parties</h5>
-      <p>The Persona Service will disclose your verified email address to a Web site of your choosing, only after you have expressly consented to such disclosure. A Web site is allowed to request a verified email address, which results in you being prompted about the site's request. After you have agreed, the service may remember your choice, so that you may remain signed-in on the site on subsequent visits.</p>
-
-      <p>Mozilla will not otherwise knowingly disclose Personal Information or Potentially Personal Information to other third parties, except when required to do so, such as in order to comply with any law, regulation, or valid legal process, such as a search warrant, subpoena, statute, court order, or if necessary or appropriate to address an unlawful or harmful activity.</p>
-
-      <h5>What Data is Analyzed by Mozilla?</h5>
-      <p>Without your explicit approval and opt-in, Mozilla will only use the Usage Statistics to understand your use of the Persona Service.</p>
-
-      <h5>How Are the Usage Statistics Used?</h5>
-      <p>Mozilla will use the Usage Statistics gathered through the operation of the Persona Service to improve the service and other related Mozilla products and services. By identifying patterns and trends in usage, Mozilla and its community is able to better design products and services to improve users' experiences, both in terms of content and ease of use.</p>
-
-      <h5>Where is the Operational Data Available?</h5>
-      <p>Mozilla is an open organization that believes in sharing as much information as possible about its products, its operations, and its  associations with its wider community. As such, Persona Service users should expect that Mozilla will make all Usage Statistics publicly  available at some point. However, any publicly available Usage Statistics will only be reported on an aggregate, anonymous basis. No Personal Information or Potentially Personal Information will be  available in any of these public reports.</p>
-
-      <h5>How to Disable or Opt-Out of Persona</h5>
-      <p>If at any time, you decide you no longer want to use the Persona Service, you may cancel your Persona Account by visiting <kbd>https://login.persona.org/</kbd>, signing in using any of your email addresses and your password, clicking the "edit" button, and clicking "remove" next to each of your email addresses.</p>
-
-      <h5>Other Disclosures</h5>
-      <p>In certain other limited situations, Mozilla may disclose your Personal Information, such as when necessary to protect our  websites and operations (e.g., against attacks); to protect the rights, privacy, safety, or property of Mozilla or its users; to enforce our  terms of service; and to pursue available legal remedies. Additionally, Mozilla may need to transfer Personal Information to an affiliate or successor in the event of a change of our corporate structure or status, such as in the event of a restructuring, sale, or bankruptcy.</p>
-
-      <h5>Service Providers</h5>
-      <p>We work with third parties who provide services (such as companies that help us determine the number of users of Persona) and content delivery networks and other services of an administrative nature. We may share Personal Information and Potentially Personal Information about you with such third parties for the purpose of enabling these third parties to provide such services.</p>
-
-      <h5>Transfer of Data to the U.S.</h5>
-      <p>Mozilla is a global organization and operates in different countries. Privacy laws and common practices vary from country to country. Some countries may provide for less legal protection of your personal data; others may provide more legal protection. By using the Persona Service, you consent to the transfer of the information collected, as outlined by this Policy, to Mozilla in the United States, which may provide a lesser level of data security than in your country of residence.</p>
-
-      <h5>Data Retention</h5>
-      <p>We will retain any information collected for the period necessary to fulfill the purposes outlined in this Policy unless a longer retention period is required by law and/or regulations.</p>
-
-      <h5>Privacy Policy Changes</h5>
-      <p>Mozilla may change this Privacy Policy from time to time.  Each time you use the Persona Service the current version of this Privacy Policy will apply. Any and all changes will be reflected on this page. You should periodically check this page for any changes to the current policy. To make your review more convenient, we will post an effective date at the top of this page. Material changes will also be announced through the standard mechanisms through which Mozilla communicates with the Mozilla community. It is your responsibility to ensure that you understand the terms of this Privacy Policy.</p>
-
-      <h5>What This Privacy Policy Doesn't Cover</h5>
-      <p>This policy does not apply to other Mozilla websites, products, or services. It also does not apply to your use of third-party clients or use of non-Mozilla servers. If you choose to use a third-party Persona client or servers provided by an entity other than Mozilla, this policy does not apply and Mozilla assumes no liability whatsoever for such products or services.</p>
-
-      <h5>For More Information</h5>
-<p>You may request access, correction, or deletion of Personal Information or Potentially Personal Information, as permitted by law. We will seek to comply with such requests, provided that we have sufficient information to identify the Personal Information or Potentially Personal Information related to you. Any such requests or other questions or concerns regarding this Policy and Mozilla's data protection practices should be addressed to:</p>
-<blockquote><pre>
-Mozilla Corporation
-Attn: Legal Notices – Privacy
-650 Castro Street, Suite 300
-Mountain View, CA 94041-2072
-Phone: +1-650-903-0800
-E-mail: <a href="mailto:privacy@mozilla.com">privacy@mozilla.com</a>
-</pre>
-</blockquote>
-    </div>
-</div>
diff --git a/resources/views/relay.ejs b/resources/views/relay.ejs
deleted file mode 100644
index 993bb7c1f1066beb14574d7b1640eaf63f994372..0000000000000000000000000000000000000000
--- a/resources/views/relay.ejs
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<%- partial('partial/license_with_code_ver') %>
-<html>
-<head>
-  <meta charset="utf-8">
-  <title>Persona</title>
-  <%- cachify_js('/production/relay.js') %>
-</head>
-</html>
diff --git a/resources/views/signin.ejs b/resources/views/signin.ejs
deleted file mode 100644
index 5534e344d8d227fe47e26c41ad6a2bfbaff4415d..0000000000000000000000000000000000000000
--- a/resources/views/signin.ejs
+++ /dev/null
@@ -1,119 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<div id="hAlign" class="display_always">
-    <div id="vAlign">
-        <!-- XXX this form submits to nowhere -->
-        <form id="signUpForm" class="cf authform" novalidate>
-            <h1 id="title"><%- gettext('Sign In') %></h1>
-
-            <ul class="notifications">
-                <li class="notification emailsent">
-                  <h2><%- gettext('Confirm your email address') %></h2>
-
-                  <p>
-                    <%- format(gettext('Check your email at <strong %(emailId)></strong>.'), { emailId: 'id="sentToEmail"' }) %>
-                  </p>
-
-                  <p>
-                    <%- gettext('Click the link in the confirmation email. You\'ll then immediately be signed into Persona.') %>
-                  </p>
-                </li>
-            </ul>
-
-            <ul class="inputs forminputs">
-                <li>
-                    <label for="email"><%- gettext('To sign in with Persona, please enter your email address.') %></label>
-                    <input id="email" autofocus placeholder="<%- gettext('enter email address') %>" type="email" autocapitalize="off" autocorrect="off" spellcheck="false" maxlength="254" />
-
-                    <div id="email_format" class="tooltip" for="email">
-                      <%- gettext('This field must be an email address.') %>
-                    </div>
-
-                    <div id="email_required" class="tooltip" for="email">
-                      <%- gettext('The email field is required.') %>
-                    </div>
-
-                    <div id="could_not_add" class="tooltip" for="email">
-                      <%- gettext('We just sent an email to that address! If you really want to send another, wait a minute or two and try again.') %>
-                    </div>
-
-                    <div id="cannot_authenticate" class="tooltip" for="email">
-                      <%- gettext('This email address and password do not match.') %>
-                    </div>
-
-
-                </li>
-
-                <li class="password_entry vpassword_entry">
-                    <a class="forgot right" href="/forgot"><%- gettext('forgot your password?') %></a>
-                    <label for="password" class="password_entry"><%- gettext('Password') %></label>
-                    <label for="password" class="vpassword_entry"><%- gettext('Your email address is new to us. Please create a password to use with Persona.') %></label>
-                    <input id="password" placeholder="<%- gettext('password') %>" type="password" maxlength="80">
-
-                    <div id="password_required" class="tooltip" for="password">
-                      <%- gettext('The password field is required.') %>
-                    </div>
-
-                    <div class="tooltip" id="password_length" for="password">
-                        <%- gettext('Password must be between 8 and 80 characters long.') %>
-                    </div>
-
-                    <div class="tooltip" id="passwords_no_match" for="password">
-                      <%- gettext('These passwords don\'t match!') %>
-                    </div>
-                </li>
-
-                <li class="vpassword_entry">
-                    <label for="vpassword" class="hidden"><%- gettext('Verify Password') %></label>
-                    <input id="vpassword" placeholder="<%- gettext('verify password') %>" type="password" maxlength="80">
-
-                    <div id="password_required" class="tooltip" for="vpassword">
-                      <%- gettext('Verification password is required.') %>
-                    </div>
-
-
-                </li>
-            </ul>
-
-            <div class="submit cf forminputs start">
-                <button id="next"><%- gettext('Next') %></button>
-            </div>
-
-            <div class="submit cf forminputs password_entry">
-                <button id="signIn"><%- gettext('Sign In') %></button>
-            </div>
-
-            <div class="submit cf forminputs vpassword_entry">
-                <p class="cf">
-                  <button id="verifyEmail"><%- gettext('Verify Email') %></button>
-                </p>
-
-                <p class="tospp cf">
-                   <%- format(
-                        gettext('By proceeding, you agree to %(persona)\'s <a %(termsLink)>Terms</a> and <a %(privacyLink)>Privacy Policy</a>.'),
-                             { persona: "Persona",
-                               termsLink: 'href="https://login.persona.org/tos" target="_new"',
-                               privacyLink: 'href="https://login.persona.org/privacy" target="_new"',
-                             }) %>
-                  </p>
-
-            </div>
-
-            <div class="submit cf forminputs verify_primary">
-              <%- format(gettext('To verify that you own <strong %(emailId)>this address</strong>, you must sign in with your provider. A new window will be opened.'),
-                         { emailId: 'id="primary_email"' }) %>
-
-              <p class="submit">
-                <button id="authWithPrimary"><%- gettext('Verify') %></button>
-              </p>
-            </div>
-        </form>
-    </div>
-</div>
-
-<noscript>
-  <%- gettext('We\'re sorry, Persona requires that Javascript is enabled.') %>
-</noscript>
-
diff --git a/resources/views/test.ejs b/resources/views/test.ejs
deleted file mode 100644
index 8daa136d4b3d47da5f987f28db9a10188cba95fe..0000000000000000000000000000000000000000
--- a/resources/views/test.ejs
+++ /dev/null
@@ -1,207 +0,0 @@
-<!doctype html>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-<html>
-	<head>
-    <meta charset="utf-8">
-		<link rel="stylesheet" type="text/css" href="qunit/qunit.css" />
-		<title>Persona QUnit Test</title>
-  <!--[if lt IE 9]>
-    <script src="/common/js/lib/html5shim.js"></script>
-  <![endif]-->
-	</head>
-	<body>
-
-		<h1 id="qunit-header">Persona Test Suite</h1>
-		<h2 id="qunit-banner"></h2>
-		<div id="qunit-testrunner-toolbar"></div>
-		<h2 id="qunit-userAgent"></h2>
-		<ol id="qunit-tests"></ol>
-		<div id="qunit-test-area"></div>
-
-    <div id="qunit-fixture" style="position: absolute; top: -1000px; left: 100px; right: 100px; height: 300px;">
-        <a href="#" onclick="$('#contents').hide(); return false;">Close</a>
-        <h3>Test Contents, this will be updated and can be safely ignored</h3>
-
-        <div id="rp_info">
-        </div>
-
-        <div id="page_head">
-        </div>
-
-        <div id="controller_head">
-          <div id="formWrap">
-              <div class="contents"></div>
-          </div>
-
-          <div id="wait">
-              <div class="contents"></div>
-          </div>
-
-          <div id="error">
-              <div class="contents"></div>
-          </div>
-
-          <div id="delay">
-              <div class="contents"></div>
-          </div>
-        </div>
-
-        <div id="needsTooltip">Tooltip Anchor</div>
-
-        <div id="shortTooltip" class="tooltip" for="needsTooltip">
-          short tooltip
-        </div>
-
-        <div id="longTooltip" class="tooltip" for="needsTooltip">
-          This is a long tooltip.  This should remain on the screen for about 5 seconds.
-        </div>
-    </div>
-
-
-    <script type="text/html" id="templateUser">
-      <li>{{email}}</li>
-    </script>
-    <script src="qunit/qunit.js"></script>
-    <script src="/include.js"></script>
-    <script src="/common/js/lib/jquery-1.7.1.min.js"></script>
-    <script src="/common/js/lib/underscore.js"></script>
-    <script src="/common/js/lib/ejs.js"></script>
-    <script src="/common/js/lib/gobbledygook.js"></script>
-    <script src="/common/js/javascript-extensions.js"></script>
-    <script src="/common/js/lib/bidbundle.js"></script>
-    <script src="https://testmob.org/include.js"></script>
-    <script src="/common/js/browserid.js"></script>
-    <script src="/common/js/gettext.js"></script>
-    <script src="/common/js/lib/dom-jquery.js"></script>
-    <script src="/common/js/lib/hub.js"></script>
-    <script src="/common/js/lib/module.js"></script>
-    <script src="/common/js/lib/jschannel.js"></script>
-    <script src="/common/js/lib/urlparse.js"></script>
-
-    <script src="mocks/mocks.js"></script>
-    <script src="mocks/xhr.js"></script>
-    <script src="mocks/templates.js"></script>
-    <script src="mocks/provisioning.js"></script>
-    <script src="mocks/window.js"></script>
-    <script src="mocks/winchan.js"></script>
-    <script src="mocks/cachify.js"></script>
-
-    <script src="/common/js/renderer.js"></script>
-    <script src="/common/js/class.js"></script>
-    <script src="/common/js/mediator.js"></script>
-    <script src="/common/js/tooltip.js"></script>
-    <script src="/common/js/validation.js"></script>
-    <script src="/common/js/helpers.js"></script>
-    <script src="/common/js/dom-helpers.js"></script>
-    <script src="/common/js/screens.js"></script>
-    <script src="/common/js/browser-support.js"></script>
-    <script src="/common/js/enable_cookies_url.js"></script>
-    <script src="/common/js/wait-messages.js"></script>
-    <script src="/common/js/error-messages.js"></script>
-    <script src="/common/js/storage.js"></script>
-    <script src="/common/js/xhr.js"></script>
-    <script src="/common/js/network.js"></script>
-    <script src="/common/js/provisioning.js"></script>
-    <script src="/common/js/user.js"></script>
-    <script src="/common/js/command.js"></script>
-    <script src="/common/js/history.js"></script>
-    <script src="/common/js/state_machine.js"></script>
-
-    <script src="/common/js/models/models.js"></script>
-    <script src="/common/js/models/interaction_data.js"></script>
-
-    <script src="/common/js/modules/page_module.js"></script>
-    <script src="/common/js/modules/xhr_delay.js"></script>
-    <script src="/common/js/modules/xhr_disable_form.js"></script>
-    <script src="/common/js/modules/cookie_check.js"></script>
-    <script src="/common/js/modules/interaction_data.js"></script>
-    <script src="/common/js/modules/extended-info.js"></script>
-
-    <script src="/dialog/js/misc/internal_api.js"></script>
-    <script src="/dialog/js/misc/helpers.js"></script>
-    <script src="/dialog/js/misc/state.js"></script>
-
-    <script src="/dialog/js/modules/actions.js"></script>
-    <script src="/dialog/js/modules/pick_email.js"></script>
-    <script src="/dialog/js/modules/add_email.js"></script>
-    <script src="/dialog/js/modules/dialog.js"></script>
-    <script src="/dialog/js/modules/check_registration.js"></script>
-    <script src="/dialog/js/modules/authenticate.js"></script>
-    <script src="/dialog/js/modules/required_email.js"></script>
-    <script src="/dialog/js/modules/verify_primary_user.js"></script>
-    <script src="/dialog/js/modules/generate_assertion.js"></script>
-    <script src="/dialog/js/modules/provision_primary_user.js"></script>
-    <script src="/dialog/js/modules/primary_user_provisioned.js"></script>
-    <script src="/dialog/js/modules/is_this_your_computer.js"></script>
-    <script src="/dialog/js/modules/set_password.js"></script>
-    <script src="/dialog/js/modules/rp_info.js"></script>
-
-    <script src="/pages/js/page_helpers.js"></script>
-    <script src="/pages/js/verify_secondary_address.js"></script>
-    <script src="/pages/js/forgot.js"></script>
-    <script src="/pages/js/manage_account.js"></script>
-    <script src="/pages/js/signin.js"></script>
-    <script src="/pages/js/about.js"></script>
-
-    <script src="testHelpers/helpers.js"></script>
-
-    <script src="cases/include.js"></script>
-
-    <script src="cases/common/js/helpers.js"></script>
-    <script src="cases/common/js/dom-helpers.js"></script>
-    <script src="cases/common/js/renderer.js"></script>
-    <script src="cases/common/js/screens.js"></script>
-    <script src="cases/common/js/tooltip.js"></script>
-    <script src="cases/common/js/browser-support.js"></script>
-    <script src="cases/common/js/enable_cookies_url.js"></script>
-    <script src="cases/common/js/validation.js"></script>
-    <script src="cases/common/js/storage.js"></script>
-    <script src="cases/common/js/xhr.js"></script>
-    <script src="cases/common/js/network.js"></script>
-    <script src="cases/common/js/user.js"></script>
-    <script src="cases/common/js/command.js"></script>
-    <script src="cases/common/js/history.js"></script>
-    <script src="cases/common/js/state_machine.js"></script>
-
-    <script src="cases/common/js/models/interaction_data.js"></script>
-
-    <script src="cases/common/js/modules/page_module.js"></script>
-    <script src="cases/common/js/modules/xhr_delay.js"></script>
-    <script src="cases/common/js/modules/xhr_disable_form.js"></script>
-    <script src="cases/common/js/modules/cookie_check.js"></script>
-    <script src="cases/common/js/modules/interaction_data.js"></script>
-    <script src="cases/common/js/modules/extended-info.js"></script>
-
-    <script src="cases/pages/js/browserid.js"></script>
-    <script src="cases/pages/js/page_helpers.js"></script>
-    <script src="cases/pages/js/verify_secondary_address.js"></script>
-    <script src="cases/pages/js/forgot.js"></script>
-    <script src="cases/pages/js/signin.js"></script>
-    <script src="cases/pages/js/manage_account.js"></script>
-    <script src="cases/pages/js/about.js"></script>
-
-    <script src="cases/dialog/js/misc/internal_api.js"></script>
-    <script src="cases/dialog/js/misc/helpers.js"></script>
-    <script src="cases/dialog/js/misc/state.js"></script>
-
-    <script src="cases/dialog/js/modules/actions.js"></script>
-    <script src="cases/dialog/js/modules/pick_email.js"></script>
-    <script src="cases/dialog/js/modules/add_email.js"></script>
-    <script src="cases/dialog/js/modules/check_registration.js"></script>
-    <script src="cases/dialog/js/modules/authenticate.js"></script>
-    <script src="cases/dialog/js/modules/required_email.js"></script>
-    <script src="cases/dialog/js/modules/verify_primary_user.js"></script>
-    <script src="cases/dialog/js/modules/generate_assertion.js"></script>
-    <script src="cases/dialog/js/modules/provision_primary_user.js"></script>
-    <script src="cases/dialog/js/modules/primary_user_provisioned.js"></script>
-    <script src="cases/dialog/js/modules/is_this_your_computer.js"></script>
-    <script src="cases/dialog/js/modules/set_password.js"></script>
-    <script src="cases/dialog/js/modules/rp_info.js"></script>
-
-    <!-- must go last or all other tests will fail. -->
-    <script src="cases/dialog/js/modules/dialog.js"></script>
-	</body>
-</html>
diff --git a/resources/views/tos.ejs b/resources/views/tos.ejs
deleted file mode 100644
index 72b121d22d6361af83e735ce74e7fd8796dafd66..0000000000000000000000000000000000000000
--- a/resources/views/tos.ejs
+++ /dev/null
@@ -1,93 +0,0 @@
-<div id="content" class="display_always">
-  <div id="legal">
-  <h1>Terms of Service &mdash; Overview</h1>
-
-  <ul>
-    <li>
-      The Persona service allows a logged-in user to verify that he is the owner of a certain email address.  Once the user has made this verification and uses that email address at websites utilizing the Persona service, the website can request that Mozilla confirm that the user has verified the email address exists and is owned by him.
-    </li>
-    <li>
-      The Persona service works with websites to confirm that a user has verified a certain email address and with email providers to make the initial user verification.  These Terms of Service apply to both the websites and the email providers who use Persona.
-    </li>
-    <li>
-      You are responsible for the third party software or APIs that you use or have developed to access the Persona Service.  the Persona service are  provided “as is” and there are no warranties of any kind.</li>
-    <li>
-      There are significant limits on Mozilla’s liability for any damages arising from your use of the Persona service.
-    </li>
-  </ul>
-
-  <h3>Terms of Service</h3>
-
-  <h4>Acceptance</h4>
-
-  <p>
-    These Terms of Service (“TOS”) govern your use of the Persona service (the “Services”). By accessing the materials and APIs necessary to use the Services, and by using the Services you are agreeing to abide by the terms and conditions described below.
-  </p>
-
-  <h4>Use of the Services as a Requesting Website or Email Provider</h4>
-
-  <p>
-    To use the Services a website must include in their pages a JavaScript library provided by Mozilla and use the provided API to request a verified email address. If a user has chosen to  verify an email address as part of the Services, Mozilla will send a confirmation email to the email address.  When we receive a response from that email account or a confirmation from the email provider, we will store that verification and confirm to the user  that the verification was successful.  After that, if the user is logged into the Services and visits your website and you would like to request a verification of the that the email address, we will issue a verification to you..  The verification will confirm that this user had access at verification time to the specified email address.
-  </p>
-  <p>You may use the Services only for purposes that are permitted by (i) the TOS and (ii) the laws and regulations in your state and country and any other laws and regulations that apply to your use of the Services (including any laws regarding the export of data or software to and from the United States or other relevant countries).
-  </p>
-
-  <p>
-    You agree not to:
-  </p>
-  <ul>
-    <li>
-      engage in any activity that interferes with or disrupts the Services (or the servers and networks that are connected to the Services),
-    </li>
-    <li>
-      trade or resell the Services for any purpose, unless you have been specifically permitted to do so in writing by Mozilla, or
-    </li>
-    <li>
-      access (or attempt to access) the Services by any means other than the Persona site itself (at persona.org), official Mozilla-branded software (Firefox, Firefox for Mobile, and Firefox Home, referred to in this document as “Firefox Clients”), or third party software that utilizes APIs authorized and provided by Mozilla (“Third Party Clients”), unless you have been specifically allowed to do so in writing by Mozilla.
-    </li>
-  </ul>
-
-  <h4>Your Acknowledgments</h4>
-
-  <p>You acknowledge and agree that Mozilla has no responsibility for Third Party Clients and that you are solely responsible for your use of them.</p>
-
-  <ul>
-    <li>Mozilla does not represent or imply that it endorses any Third Party Clients nor that it believes the operation of any Third Party Clients will be accurate, useful, or non-harmful.</li>
-    <li>Third Party Clients may have technical inaccuracies, may cause mistakes or errors, and may transmit, store, or otherwise manipulate data in a manner that you find objectionable. You are responsible for taking precautions to protect yourself and your computer systems in connection with the use of Third Party Clients.</li>
-    <li>Third Party Clients may be subject to additional terms and separate privacy policies and practices.  Mozilla’s privacy policy(ies) shall not apply with respect to data stored on, manipulated, or transmitted to or from Mozilla’s servers by means of your use of Third Party Clients.</li>
-  </ul>
-
-  <p>You also acknowledge and agree that:</p>
-
-  <ul>
-    <li>Mozilla has the right to manage the Services to protect the rights and property of Mozilla and others and to facilitate the proper functioning of the Services, including disabling your account.</li>
-
-    <li>You will not use the Services for any purpose where an accurate verification of identity has critical or life-threatening consequences or has other significant or financial consequences such as in the context of financial services, banking, education, immigration, taxes, or other government functions, or healthcare.</li>
-
-    <li>Mozilla may discontinue or change the Services at its discretion without liability. If we discontinue or change the Services, we will announce it through Mozilla’s usual channels for such announcements such as blog posts and forums.</li>
-  </ul>
-
-  <h4>Proprietary Rights</h4>
-
-  <p>
-    Mozilla does not grant you any intellectual property rights in the Services that are not specifically stated in this TOS.  For example, this TOS does not provide the right to use any of Mozilla’s copyrights, trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
-  </p>
-  <p>
-    The Firefox Clients are distributed under and subject to the current version of the <a href="http://www.mozilla.org/MPL">Mozilla Public License</a>, located at <tt><a href="http://www.mozilla.org/MPL">http://www.mozilla.org/MPL</a></tt>.
-  </p>
-
-  <h4>Updates to the Terms</h4>
-
-  <p>Mozilla may update this TOS from time to time, for example to address a new feature of the Services or to clarify a provision. The updated TOS will be posted on the Persona site. If the changes are substantive, we will announce the update through Mozilla’s usual channels for such announcements such as blog posts and forums. Your continued use of the Services after the effective date of such changes constitutes your acceptance of such changes. To make your review more convenient, we will post an effective date at the top of this page. These terms may not be modified or cancelled without Mozilla’s written agreement.</p>
-
-  <h4>Disclaimer of Warranty</h4>
-  <p><b>The Services are provided “as is” with all faults. To the extent permitted by law, Mozilla, its distributors, contributors, and licensors hereby disclaim all warranties, whether express or implied, including without limitation warranties that the Services are free of defects, merchantable, fit for a particular purpose, and non-infringing. You bear the entire risk as to selecting the Services for your purposes and as to the quality and performance of the Services, including without limitation the risk that your User Data is deleted or corrupted or that someone else uses your username and password to access confirmations of your identity. This limitation will apply notwithstanding the failure of essential purpose of any remedy. Some jurisdictions do not allow the exclusion or limitation of implied warranties, so this disclaimer may not apply to you.</b></p>
-
-  <h4>Limitation of Liability</h4>
-  <p><b>Except as required by law, Mozilla, its distributors, contributors, and licensors, will not be liable for any indirect, special, incidental, consequential, or exemplary damages arising out of or in any way relating to this TOS or the use of or inability to use the Services, including without limitation damages for loss of goodwill, work stoppage, lost profits, loss of data, and computer failure or malfunction, even if advised of the possibility of such damages and regardless of the theory (contract, tort, or otherwise) upon which such claim is based. The collective liability of Mozilla, its distributors, contributors, and licensors under this Agreement will not exceed $500 (five hundred dollars). Some jurisdictions do not allow the exclusion or limitation of incidental, consequential, or special damages, so this exclusion and limitation may not apply to you.</b></p>
-
-  <h4>Miscellaneous</h4>
-  <p>This TOS constitutes the entire agreement between you and Mozilla Corporation (“Mozilla” or we) concerning the Services. These terms are governed by the laws of the state of California, U.S.A., excluding its conflict of law provisions.  The United Nations Convention on Contracts for the International Sale of Goods is expressly disclaimed.  If any portion of these terms is held to be invalid or unenforceable, the remaining portions will remain in full force and effect. In the event of a conflict between a translated version of these terms and the English language version, the English language version shall control.</p>
-
-  </div>
-</div>
diff --git a/resources/views/unsupported_dialog.ejs b/resources/views/unsupported_dialog.ejs
deleted file mode 100644
index 942164297d1a294ccdaa5efc658660980300a9e9..0000000000000000000000000000000000000000
--- a/resources/views/unsupported_dialog.ejs
+++ /dev/null
@@ -1,23 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
-  <section id="error" style="display: block" class="unsupported">
-      <h2>
-        <%- gettext('We are sorry, but currently your browser is not supported.') %>
-      </h2>
-
-
-      <a href="http://getfirefox.com" target="_blank">
-        <img src="<%- cachify('/dialog/i/firefox_logo.png') %>" width="250" height="88" alt="<%- gettext('Firefox logo') %>" />
-      </a>
-
-      <p>
-        <%- format(gettext('Persona works with <a %(getFirefoxLink)>Firefox</a>'), { getFirefoxLink: 'href="http://getfirefox.com" target="_blank" title="Get Firefox"' }) %>
-      </p>
-
-      <p class="lighter">
-       <%- format(gettext('and other <a %(otherBrowserLink)>modern browsers.</a>'), { otherBrowserLink: 'href="http://whatbrowser.org" target="_blank"' }) %>
-      </p>
-
-  </section>
diff --git a/resources/views/verify_email_address.ejs b/resources/views/verify_email_address.ejs
deleted file mode 100644
index 118c70df793807bfb6586e04eb955624061bbe5a..0000000000000000000000000000000000000000
--- a/resources/views/verify_email_address.ejs
+++ /dev/null
@@ -1,55 +0,0 @@
-<% /* This Source Code Form is subject to the terms of the Mozilla Public
-      License, v. 2.0. If a copy of the MPL was not distributed with this
-      file, You can obtain one at http://mozilla.org/MPL/2.0/. */ %>
-
-<div id="hAlign">
-    <div id="vAlign">
-        <form id="signUpForm" class="cf password_entry">
-            <p class="hint siteinfo">
-              <%= gettext('Finish signing into:') %> <strong class="website"></strong>
-            </p>
-
-            <h1><%= gettext('Last step!') %></h1>
-
-            <ul class="inputs">
-                <li>
-                    <label for="email"><%= gettext('Email Address') %></label>
-                    <input class="youraddress" id="email" placeholder="<%= gettext('Your Email') %>" type="email" value="" disabled="disabled" maxlength="254" />
-                </li>
-
-                <li>
-                    <label for="password"><%= gettext('Password') %></label>
-                    <input id="password" placeholder="<%= gettext('Your Password') %>" type="password" autofocus maxlength=80 />
-
-                    <div class="tooltip" id="password_required" for="password">
-                      <%= gettext('Password is required.') %>
-                    </div>
-
-                    <div id="cannot_authenticate" class="tooltip" for="password">
-                      <%= gettext('The account cannot be verified with this username and password.') %>
-                    </div>
-                </li>
-            </ul>
-
-            <div class="submit cf password_entry">
-                <button><%= gettext('finish') %></button>
-            </div>
-
-        </form>
-
-        <div id="congrats">
-            <p><%- gettext('Thank you for signing up with <strong>Persona</strong>. You can now use your Persona account to <em>Sign In</em> or <em>Sign Up</em> to websites all across the web!') %>
-            </p>
-
-            <p class="siteinfo">
-              <%- format(gettext('Your new address is set up and ready to go. You will be redirected to %s'), ["<strong class='website'></strong>"]) %>
-            </p>
-
-            <p id="redirection" class="siteinfo">
-              <%- format(gettext("Redirecting in %s seconds"), ["<span id='redirectTimeout'></span>" ]) %>
-            </p>
-        </div>
-
-    </div>
-</div>
-
diff --git a/scripts/assign_issues.js b/scripts/assign_issues.js
deleted file mode 100755
index 01a4da318986fbc248d37e1c9f434cd3118de19e..0000000000000000000000000000000000000000
--- a/scripts/assign_issues.js
+++ /dev/null
@@ -1,84 +0,0 @@
-#!/usr/bin/env node
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-const https = require('https');
-
-// people to get issues, and the issues that were assigned to them
-var people = {
-  'jedp': [],
-  'seanmonstar': [],
-  'ozten': [],
-  'lloyd': [],
-  'shane-tomlinson': [],
-  'benadida': []
-};
-
-var auth = process.env.AUTH;
-
-if (typeof auth !== 'string') {
-  console.log("oops.  define env var AUTH with '<github uname>:<github pass>'");
-  process.exit(1);
-}
-
-https.get({
-  host: 'api.github.com',
-  port: 443,
-  path: '/repos/mozilla/browserid/issues?per_page=100&assignee=none'
-}, function(res) {
-  var body = "";
-  res.on('data', function(chunk) {
-    body += chunk;
-  });
-  res.on('end', function() {
-    processIssues(body);
-  });
-}).on('error', function(e) {
-  console.log("Got error: " + e.message);
-  process.exit(1);
-});
-
-// count of how many issues are left to assign, used to determine when we're done for
-// final output
-var assigning = 0;
-
-function outputResults() {
-  console.log("All issues assigned:");
-  Object.keys(people).forEach(function(person) {
-    console.log(" ", person + ":", people[person].join(", "));
-  });
-}
-
-function processIssues(json) {
-  var issues = JSON.parse(json);
-  var num = 0;
-  issues.forEach(function(i) {
-    if (!i.assignee) {
-      assigning++;
-      assignIssueTo(i.number, Object.keys(people)[num++ % Object.keys(people).length]);
-    }
-  });
-}
-
-function assignIssueTo(number, person) {
-  var options = {
-    host: 'api.github.com',
-    port: 443,
-    path: '/repos/mozilla/browserid/issues/' + number,
-    method: 'POST'
-  };
-
-  var req = https.request(options, function(res) {
-    console.log("  * assign issue", number, "to", person, "-", res.statusCode);
-    res.setEncoding('utf8');
-    people[person].push(number);
-    if (--assigning === 0) outputResults();
-  });
-  var content = JSON.stringify({assignee:person});
-  req.setHeader('content-length', content.length);
-  req.setHeader('Authorization', "Basic " + new Buffer(auth, 'utf8').toString('base64'));
-  req.write(content);
-  req.end();
-}
diff --git a/scripts/awsbox/post_create.sh b/scripts/awsbox/post_create.sh
deleted file mode 100755
index 59c0f4100ecb1b5ce91966598d11e3f1df9d76fd..0000000000000000000000000000000000000000
--- a/scripts/awsbox/post_create.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-sudo /sbin/chkconfig mysqld on
-sudo /sbin/service mysqld start
-echo "CREATE USER 'browserid'@'localhost';" | mysql -u root
-echo "CREATE DATABASE browserid;" | mysql -u root
-echo "GRANT ALL ON browserid.* TO 'browserid'@'localhost';" | mysql -u root
diff --git a/scripts/awsbox/post_deploy.sh b/scripts/awsbox/post_deploy.sh
deleted file mode 100755
index 766cc41a06822f9d9a07f9661997867e55dcc657..0000000000000000000000000000000000000000
--- a/scripts/awsbox/post_deploy.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-if [ ! -f $HOME/var/root.cert ] ; then
-    echo ">> generating keypair"
-    scripts/generate_ephemeral_keys.js
-    mv var/root.{cert,secretkey} $HOME/var
-else
-    echo ">> no keypair needed.  you gots one"
-fi
-
-echo ">> generating production resources"
-scripts/compress
diff --git a/scripts/branch_train.sh b/scripts/branch_train.sh
deleted file mode 100755
index 8329945700d68602fc83a7180617f2e4bdae64e8..0000000000000000000000000000000000000000
--- a/scripts/branch_train.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-
-git branch train-$(date +'%Y.%m.%d') dev
-
diff --git a/scripts/browserid.spec b/scripts/browserid.spec
deleted file mode 100644
index b437370532096c4fcd8efc0f9998a3bfed36e3d2..0000000000000000000000000000000000000000
--- a/scripts/browserid.spec
+++ /dev/null
@@ -1,52 +0,0 @@
-%define _rootdir /opt/browserid
-
-Name:          browserid-server
-Version:       0.2012.08.17
-Release:       1%{?dist}_%{svnrev}
-Summary:       BrowserID server
-Packager:      Gene Wood <gene@mozilla.com>
-Group:         Development/Libraries
-License:       MPL 2.0
-URL:           https://github.com/mozilla/browserid
-Source0:       %{name}.tar.gz
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
-AutoReqProv:   no
-Requires:      openssl nodejs
-BuildRequires: gcc-c++ git jre make npm openssl-devel expat-devel
-
-%description
-persona server & web home for persona.org
-
-%prep
-%setup -q -c -n browserid
-
-%build
-npm install
-export PATH=$PWD/node_modules/.bin:$PATH
-./locale/compile-mo.sh locale/
-./locale/compile-json.sh locale/ resources/static/i18n/
-env CONFIG_FILES=$PWD/config/l10n-all.json scripts/compress
-rm -r resources/static/build resources/static/test
-echo "$GIT_REVISION" > resources/static/ver.txt
-echo "locale svn r$SVN_REVISION" >> resources/static/ver.txt
-
-%install
-rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_rootdir}
-for f in bin lib locale node_modules resources scripts *.json; do
-    cp -rp $f %{buildroot}%{_rootdir}/
-done
-mkdir -p %{buildroot}%{_rootdir}/config
-cp -p config/l10n-all.json %{buildroot}%{_rootdir}/config
-cp -p config/l10n-prod.json %{buildroot}%{_rootdir}/config
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root,-)
-%{_rootdir}
-
-%changelog
-* Tue Oct 18 2011 Pete Fritchman <petef@mozilla.com>
-- Initial version
diff --git a/scripts/check_l10n_config.js b/scripts/check_l10n_config.js
deleted file mode 100755
index c24fcb0d347069cee985f2499aabd6e544888c17..0000000000000000000000000000000000000000
--- a/scripts/check_l10n_config.js
+++ /dev/null
@@ -1,44 +0,0 @@
-var fs = require('fs'),
-    i18n = require('../lib/i18n'),
-    path = require('path'),
-    util = require('util');
-
-if (! process.env['CONFIG_FILES']) {
-  console.error("You must set CONFIG_FILES to point to the json file you want to check");
-  process.exit(1);
-}
-
-var config = require('../lib/configuration.js'),
-    error = 0,
-    logged = false;
-
-console.log("Checking ", config.get('supported_languages').length, "languages from ", process.env['CONFIG_FILES']);
-
-config.get('supported_languages').forEach(function (lang, i) {
-  var locale = i18n.localeFrom(lang);
-  if (i18n.languageFrom(locale) !== lang) {
-    console.error("Hmmm language=", lang, "seems fishy! Converts to locale=",
-      locale, " and back again into language=", i18n.languageFrom(locale));
-    error = 1;
-  }
-  path.exists(path.join(__dirname, '..', 'locale', locale, 'LC_MESSAGES', 'messages.po'), function (m_exists) {
-    if (! m_exists) {
-      console.error("Language ", lang, " doesn't exist. Expected",
-        path.join(__dirname, '..', 'locale', locale, 'LC_MESSAGES', 'messages.po'));
-      error = 1;
-    }
-  });
-});
-
-process.on('exit', function () {
-  // This will run twice...
-  if (! logged) {
-    logged = true;
-    if (error === 0) {
-      console.log("OK");
-    } else {
-      console.log("FAIL");
-    }
-  }
-  process.exit(error);
-});
\ No newline at end of file
diff --git a/scripts/check_po.sh b/scripts/check_po.sh
deleted file mode 100755
index 19278dc05951e59ff5d5e28d0b44d6ce928f3baa..0000000000000000000000000000000000000000
--- a/scripts/check_po.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# syntax:
-# check-po.sh
-
-for lang in `find locale -type f -name "*.po"`; do
-    dir=`dirname $lang`
-    stem=`basename $lang .po`
-    printf "${lang}: "
-    msgfmt --statistics ${dir}/${stem}.po
-done
-rm messages.mo
diff --git a/scripts/check_primary_support b/scripts/check_primary_support
deleted file mode 100755
index 08d6c70548d21a8c71b87e8fbea57a95a42cdae0..0000000000000000000000000000000000000000
--- a/scripts/check_primary_support
+++ /dev/null
@@ -1,103 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-https = require('https'),
-und = require('underscore'),
-urlp = require('url'),
-util = require('util'),
-
-primary = require('../lib/primary'),
-logging = require('../lib/logging.js');
-
-logging.enableConsoleLogging();
-
-if (process.argv.length !== 3) {
-  console.log('Checks to see if a domain has a proper declaration of support as a browserid primary');
-  console.log('Usage:', process.argv[1], '<domain>');
-  process.exit(1);
-}
-var domain = process.argv[2];
-
-primary.checkSupport(domain, function(err, urls, publicKey) {
-  if (err || publicKey === null) {
-    if (err) {
-      process.stderr.write("error: " + err + "\n");
-    }
-    process.exit(1);
-  }
-  console.log('Primary domain: ', domain);
-  console.log('Public Key: ', publicKey);
-
-  var authopts = {
-      xframe: false
-  };
-  getResource('auth', urls.auth, urls, authopts, function () {
-    getResource('prov', urls.prov, urls, {
-      xframe: true
-    });
-  });
-
-});
-
-/**
- * Retrieve one of their urls and examine aspects of it for issues
- */
-function getResource(mode, url, urls, opts, cb) {
-  var path = urlp.parse(url).path;
-  var body = "",
-      r = https.request({
-    host: domain,
-    path: path,
-    method: 'GET'
-  }, checkResource(url, opts, body));
-  r.on('data', function (chunk) {
-    body += chunk;
-  });
-  r.on('error', function (e) {
-    console.log("ERROR: ", e.message);
-  });
-  r.on('close', function () {
-    var includes = {
-      'auth': '/authentication_api.js',
-      'prov': '/provisioning_api.js'
-    };
-    if (body.indexOf(util.format("https://login.persona.org%s", includes[mode])) == -1 &&
-        body.indexOf(util.format("https://login.anosrep.org%s", includes[mode])) == -1 &&
-        body.indexOf(util.format("https://login.dev.anosrep.org%s", includes[mode])) == -1) {
-        console.log(util.format("WARNING: No https://persona.org/%s script tag detected", includes[mode]));
-    }
-    if (cb) {
-        cb();
-    }
-  });
-  r.end();
-};
-
-/**
- * Called once we have a response.
- *
- * Do the provisioning and signin resources look kosher?
- */
-function checkResource (url, opts, body) {
-  return function (resp) {
-    // Their are no X-Frame options
-    if (resp.statusCode != 200) {
-      console.log("ERROR: HTTP status code=", resp.statusCode, url);
-    } else {
-      if (opts.xframe === true) {
-        var xframe = und.filter(Object.keys(resp.headers), function (header) {
-          return header.toLowerCase() == 'x-frame-options';
-        });
-        if (xframe.length == 1) {
-          console.log("ERROR: X-Frame-Options=", resp.headers[xframe[0]], ", BrowserID will not be able to communicate with your site." +
-              " Suppress X-Frame-Options for ", url);
-        }
-      }
-      resp.setEncoding('utf8');
-    }
-  };
-};
\ No newline at end of file
diff --git a/scripts/compile_mo.sh b/scripts/compile_mo.sh
deleted file mode 100755
index 18fcf77e12e780924f8bf746f704e596cdfd4a9b..0000000000000000000000000000000000000000
--- a/scripts/compile_mo.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-# syntax:
-# compile-mo.sh locale-dir/
-
-function usage() {
-    echo "syntax:"
-    echo "compile_mo.sh locale-dir/"
-    exit 1
-}
-
-# check if file and dir are there
-if [[ ($# -ne 1) || (! -d "$1") ]]; then usage; fi
-
-for lang in `find $1 -type f -name "*.po"`; do
-    dir=`dirname $lang`
-    stem=`basename $lang .po`
-    msgfmt -o ${dir}/${stem}.mo $lang
-done
diff --git a/scripts/compress b/scripts/compress
deleted file mode 100755
index ece4162db44f1ebdd15a623eba28ef7c1184330d..0000000000000000000000000000000000000000
--- a/scripts/compress
+++ /dev/null
@@ -1,66 +0,0 @@
-#!/usr/bin/env node
-
-var
-path = require('path')
-resources = require('../lib/static_resources.js'),
-config = require('../lib/configuration.js'),
-i18n = require('../lib/i18n'),
-mkdirp = require('mkdirp'),
-computecluster = require('compute-cluster');
-
-const staticPath = path.join(__dirname, '..', 'resources', 'static');
-
-var langs = config.get('supported_languages');
-
-var all = resources.all(langs);
-
-var cc = new computecluster({
-  module: path.join(__dirname, 'compress-worker.js'),
-  max_backlog: -1
-});
-
-// first and foremost we'll "generate templates" - which is to concatenate
-// a bunch of ejs into a javascript file
-// NOTE: env setting could be cleaned up here, this is like this to minimally
-// change things during migration of compress{,-locales}.sh to javascript
-process.env['BUILD_DIR'] = path.join(staticPath, "build");
-mkdirp.sync(process.env['BUILD_DIR']);
-process.env['TEMPLATE_DIR'] = path.join(staticPath, "dialog", "views");
-require('./create_templates.js')();
-
-var leftToBuild = Object.keys(all).length;
-var errors = 0;
-
-Object.keys(all).forEach(function(resource) {
-  // in dev, '/shared/templates.js' creates an empty object and templates
-  // are fetched on demand.
-  // in prod '/build/templates.js' has all templates glommed into it,
-  // and is bundled into the Big Minified Piles Of Resources we ship.
-  // Here we sub the former with the latter.
-  var ix = all[resource].indexOf('/common/js/templates.js');
-  if (ix !== -1) all[resource].splice(ix, 1, '/build/templates.js');
-
-  // remove translation files from default and debug languages.  #1905
-  [ config.get('debug_lang'), config.get('default_lang') ].forEach(function(l) {
-    var file = '/i18n/' + i18n.localeFrom(l) + '/client.json';
-    var ix = all[resource].indexOf(file);
-    if (-1 !== ix) all[resource].splice(ix, 1);
-  });
-
-  cc.enqueue({
-    file: resource,
-    deps: all[resource],
-    staticPath: staticPath
-  }, function(err, r) {
-    if (err || r.error) {
-      console.log("failed to build", resource,":", err || r.error);
-      errors++;
-    } else {
-      console.log("built", resource, "in", r.time + "s" + (r.info ? " (" + r.info + ")" : ""));
-    }
-    if (--leftToBuild == 0) {
-      cc.exit();
-      if (errors) process.exit(1);
-    }
-  });
-});
diff --git a/scripts/compress-worker.js b/scripts/compress-worker.js
deleted file mode 100644
index 277a3f7b410d71eaf886c23e0b9967c86d53bae3..0000000000000000000000000000000000000000
--- a/scripts/compress-worker.js
+++ /dev/null
@@ -1,132 +0,0 @@
-const
-cachify = require('connect-cachify'),
-config = require('../lib/configuration.js'),
-fs = require('fs'),
-jsp = require("uglify-js").parser,
-logger = require('../lib/logging.js').logger,
-pro = require("uglify-js").uglify,
-uglifycss = require('uglifycss'),
-mkdirp = require('mkdirp'),
-path = require('path');
-
-function compressResource(staticPath, name, files, cb) {
-  var orig_code = "";
-  var info = undefined;
-
-  // Cachify only used in compress for CSS Images, so no asserts needed
-  cachify.setup({}, {
-    prefix: config.get('cachify_prefix'),
-    root: staticPath
-  });
-  function writeFile(final_code) {
-    mkdirp(path.join(staticPath, path.dirname(name)), function (err) {
-      if (err) cb(err);
-      else {
-        fs.writeFile(path.join(staticPath, name), final_code, function(err) {
-          cb(err, info);
-        });
-      };
-    });
-  }
-
-  function extract_copyright(code) {
-    var tok = jsp.tokenizer(code), toks, ret = "";
-    toks = tok().comments_before;
-
-    if (toks.length >= 1) {
-      var c = toks[0];
-      // copyrights that we'll include MUST be before code body and have
-      // the form: /** */
-      if (c.value.substr(0, 1) === '*' && c.type === 'comment2') {
-        ret += "/*" + c.value + "*/";
-      }
-    }
-
-    return ret;
-  };
-
-  function compress() {
-    try {
-      var final_code;
-      if (/\.js$/.test(name)) {
-        // extract copyright
-        var copyright = extract_copyright(orig_code) || "";
-        if (copyright.length) copyright += "\n\n";
-
-        // compress javascript
-        var ast = jsp.parse(orig_code); // parse code and get the initial AST
-        ast = pro.ast_mangle(ast); // get a new AST with mangled names
-        ast = pro.ast_squeeze(ast); // get an AST with compression optimizations
-        final_code = copyright + pro.split_lines(pro.gen_code(ast), 32 * 1024); // compressed code here
-      } else if (/\.css$/.test(name)) {
-        // compress css
-        var cach_code = cachify_embedded(orig_code);
-        final_code = uglifycss.processString(cach_code);
-      } else {
-        return cb("can't determine content type: " + name);
-      }
-      writeFile(final_code);
-    } catch(e) {
-      cb("error compressing: " + e.toString() + "\n");
-    }
-  }
-
-  function readNext() {
-    if (files.length) {
-      var f = files.shift();
-      fs.readFile(path.join(staticPath, f), function(err, data) {
-        if (err) cb(err);
-        else {
-          orig_code += data;
-          readNext();
-        }
-      });
-    } else {
-      compress();
-    }
-  }
-
-  function isBuildNeeded() {
-    // we'll check mtime on all files.  if any is newer than the output file,
-    // build is needed
-    try {
-      var lastGen = fs.statSync(path.join(staticPath, name)).mtime;
-      for (var i = 0; i < files.length; i++) {
-        if (lastGen < fs.statSync(path.join(staticPath, files[i])).mtime) {
-          info = "rebuilt because " + files[i] + " was changed";
-          throw "newer";
-        }
-      };
-      // no rebuild needed
-      cb(null, "up to date");
-    } catch (e) {
-      readNext();
-    }
-
-  }
-
-  isBuildNeeded();
-}
-
-function cachify_embedded (css_src) {
-  // RegExp is set up to handle multiple url's per declaration, which is
-  // possible for things like background-images.
-  return css_src.replace(/url\s*\(['"]([^\)'"]+)\s*['"]\s*\)/g, function (str, url) {
-    // This will throw an error if url doesn't exist. This is good as we will
-    // catch typos during build.
-    logger.info("For " + str + " making " + url + " into " + cachify.cachify(url));
-     return "url('" + cachify.cachify(url) + "')";
-  });
-}
-
-process.on('message', function(m) {
-  var startTime = new Date;
-
-  compressResource(m.staticPath, m.file, m.deps, function(err, info) {
-    if (err) process.send({ error: err });
-    else process.send({
-      time: ((new Date - startTime) / 1000.0).toFixed(2),
-      info: info
-    });
-  });
-});
diff --git a/scripts/create_account.js b/scripts/create_account.js
deleted file mode 100755
index a61862d11e1479fd686cf17bc64788e4db9910d3..0000000000000000000000000000000000000000
--- a/scripts/create_account.js
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-wcli = require("../lib/wsapi_client.js");
-
-var argv = require('optimist')
-.usage('Stage a new account for creation, causing an email to be sent.\nUsage: $0')
-.alias('h', 'help')
-.describe('h', 'display this usage message')
-.alias('s', 'server')
-.describe('s', 'server url to stage on')
-.default('s', 'https://login.persona.org')
-.alias('d', 'domain')
-.describe('d', 'domain that email is staged on behalf of, will be in email body')
-.default('d', "create_account_command_line_tool.com")
-.alias('e', 'email')
-.describe('e', 'email address to stage')
-.demand('e');
-
-var args = argv.argv;
-
-// request context (cookie jar, etc)
-var ctx = {};
-
-if (args.h) {
-  argv.showHelp();
-  process.exit(0);
-}
-
-wcli.post({
-  browserid: args.s
-}, '/wsapi/stage_user', ctx, {
-  email: args.e,
-  site: args.d
-}, function(err, response) {
-  function doError(e) {
-    process.stderr.write("error: " + e.toString() + "\n");
-    process.stderr.write("response: " + response.body  + "\n");
-    process.exit(1);
-  }
-  if (err) return doError(err);
-  try {
-    var body = JSON.parse(response.body);
-    if (body.success !== true) {
-      throw "request failed: " + response.body;
-    }
-  } catch(e) {
-    return doError(e);
-  }
-});
diff --git a/scripts/create_templates.js b/scripts/create_templates.js
deleted file mode 100755
index 831fd61ec37d831c8bdf17f663379d4350b31f78..0000000000000000000000000000000000000000
--- a/scripts/create_templates.js
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/usr/bin/env node
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-const
-fs = require("fs"),
-path = require('path');
-
-var dir = process.env.TEMPLATE_DIR || process.cwd();
-var output_dir = process.env.BUILD_DIR || dir;
-
-var templates = {};
-
-function generateTemplates() {
-  var fileNames = fs.readdirSync(dir)
-
-  // is a regen even neccesary?
-  try {
-    var lastGen = fs.statSync(path.join(output_dir, "templates.js")).mtime;
-    for (var i = 0; i < fileNames.length; i++) {
-      if (lastGen < fs.statSync(path.join(dir, fileNames[i])).mtime) {
-        throw "newer";
-      }
-    };
-    // no rebuild needed
-    console.log("templates.js is up to date");
-    return;
-  } catch (e) {
-    console.log("creating templates.js");
-  }
-
-  for(var index = 0, max = fileNames.length; index < max; index++) {
-    var fileName = fileNames[index];
-    if(fileName.match(/\.ejs$/)) {
-      var templateName = fileName.replace(/\.ejs/, '');
-      templates[templateName] = fs.readFileSync(dir + "/" + fileName, "utf8")
-    }
-  }
-
-  var templateData = "BrowserID.Templates =" + JSON.stringify(templates) + ";";
-
-  fs.writeFileSync(output_dir + "/templates.js", templateData, "utf8");
-};
-
-// run or export the function
-if (process.argv[1] === __filename) generateTemplates();
-else module.exports = generateTemplates;
diff --git a/scripts/deploy.js b/scripts/deploy.js
deleted file mode 100755
index fdc90bfa961c042967c8dc469415e6cc09a495f0..0000000000000000000000000000000000000000
--- a/scripts/deploy.js
+++ /dev/null
@@ -1,82 +0,0 @@
-#!/usr/bin/env node
-
-var path = require('path'),
-child_process = require('child_process');
-
-/*
- * A thin wrapper around awsbox that expects certain env
- * vars and invokes awsbox for ya to deploy a VM. 
- */
-
-if (!process.env['AWS_ID'] || ! process.env['AWS_SECRET']) {
-  console.log("You haven't defined AWS_ID and AWS_SECRET in the environment");
-  console.log("Get these values from the amazon web console and try again.");
-  process.exit(1);
-}
-
-if (!process.env['ZERIGO_DNS_KEY'] && process.env['PERSONA_DEPLOY_DNS_KEY']) { 
-  process.env['ZERIGO_DNS_KEY'] = process.env['PERSONA_DEPLOY_DNS_KEY'];
-}
-
-var cmd = path.join(__dirname, '..', 'node_modules', '.bin', 'awsbox');
-cmd = path.relative(process.env['PWD'], cmd);
-
-if (process.argv.length > 1 &&
-    process.argv[2] === 'create' || 
-    process.argv[2] === 'deploy')
-{
-  var options = {};
-
-  if (process.argv.length > 3) options.n = process.argv[3];
-
-  if (process.env['PERSONA_SSL_PRIV'] || process.env['PERSONA_SSL_PUB']) {
-    options.p = process.env['PERSONA_SSL_PUB'];
-    options.s = process.env['PERSONA_SSL_PRIV'];
-  }
-
-  if (process.env['ZERIGO_DNS_KEY']) {
-    options.d = true;
-
-    // when we have a DNS key, we can set a hostname!
-    var scheme = (options.p ? 'https' : 'http') + '://';
-
-    if (process.env['PERSONA_DEPLOYMENT_HOSTNAME']) {
-      options.u = scheme + process.env['PERSONA_DEPLOYMENT_HOSTNAME'];
-    } else if (options.n) {
-      options.u = scheme + options.n + ".personatest.org";
-    }
-
-  } else {
-    console.log('WARNING: No DNS key defined in the environment!  ' +
-                'I cannot set up DNS for you.  We\'ll do this by IP.');
-  }
-
-  // pass through/override with user provided vars
-  for (var i = 3; i < process.argv.length; i++) {
-    var k = process.argv[i];
-    if (i + 1 < process.argv.length && k.length === 2 && k[0] === '-') {
-      options[k[1]] = process.argv[++i];
-    }
-  }
-
-  if (process.env['PERSONA_EPHEMERAL_CONFIG']) {
-    options.x = process.env['PERSONA_EPHEMERAL_CONFIG'];
-  }
-
-  cmd += " create --ssl=force";
-
-  Object.keys(options).forEach(function(opt) {
-    cmd += " -" + opt;
-    cmd += typeof options[opt] === 'string' ? " " + options[opt] : "";
-  });
-} else {
-  cmd += " " + process.argv.slice(2).join(' ');
-}
-
-console.log("awsbox cmd: " + cmd);
-var cp = child_process.exec(cmd, function(err) {
-  if (err) process.exit(err.code);
-  else process.exit(0);
-});
-cp.stdout.pipe(process.stdout);
-cp.stderr.pipe(process.stderr);
diff --git a/scripts/every_locale.js b/scripts/every_locale.js
deleted file mode 100755
index 422b9b9c86285db36d6f7446f62ca130ac55a5be..0000000000000000000000000000000000000000
--- a/scripts/every_locale.js
+++ /dev/null
@@ -1,28 +0,0 @@
-var fs = require('fs'),
-    i18n = require('../lib/i18n'),
-    path = require('path'),
-    util = require('util');
-
-var allLocales = [],
-    localeDir = path.join(__dirname, '..', 'locale');
-
-fs.readdir(localeDir, function (err, files) {
-  files.forEach(function (file, i) {
-    path.exists(path.join(localeDir, file, 'LC_MESSAGES', 'client.po'), function (c_exists) {
-      if (c_exists) {
-        path.exists(path.join(localeDir, file, 'LC_MESSAGES', 'messages.po'), function (m_exists) {
-          if (m_exists) {
-            allLocales.push(i18n.languageFrom(file));
-          } else {
-            console.error(util.format('%s client.po exists, but not messages.po', file));
-          }
-        });
-      }
-    });
-  });
-});
-
-process.on('exit', function () {
-  allLocales.sort();
-  console.log(JSON.stringify(allLocales).replace(/,"/g, ', "'));
-});
\ No newline at end of file
diff --git a/scripts/extract_po.sh b/scripts/extract_po.sh
deleted file mode 100755
index 146c01151a2ea74211d25d5780c831c2f7490529..0000000000000000000000000000000000000000
--- a/scripts/extract_po.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-# syntax:
-# extract-po.sh
-
-# No -j on first line, to clear out .pot file (Issue#1170)
-
-# messages.po is server side strings
-xgettext  --keyword=_ -L Perl --output-dir=locale/templates/LC_MESSAGES --from-code=utf-8 --output=messages.pot\
- `find lib -name '*.js' | grep -v 'i18n.js' | grep -v jwcrypto`
-xgettext -j -L PHP --keyword=_ --output-dir=locale/templates/LC_MESSAGES --output=messages.pot `find resources/views -name '*.ejs'`
-xgettext -j -L PHP --keyword=_ --output-dir=locale/templates/LC_MESSAGES --output=messages.pot `find resources/email_templates -name '*.ejs'`
-
-# client.po 
-# js
-xgettext -L Perl --output-dir=locale/templates/LC_MESSAGES --from-code=utf-8 --output=client.pot\
- `find resources/static -name '*.js' | grep -v /lib/ | grep -v /build/ | grep -v /production/ | grep -v 'gettext.js'`
-xgettext -j -L Perl --output-dir=locale/templates/LC_MESSAGES --output=client.pot `find resources/static/dialog/ -name '*.js' | grep -v include.js`
-# ejs
-xgettext -j -L PHP --keyword=_ --output-dir=locale/templates/LC_MESSAGES --output=client.pot `find resources/static -name '*.ejs'`
-
-
-
-
diff --git a/scripts/generate_ephemeral_keys.js b/scripts/generate_ephemeral_keys.js
deleted file mode 100644
index 5263aa2fd1b293f7140cd05bcbd3bc809c493972..0000000000000000000000000000000000000000
--- a/scripts/generate_ephemeral_keys.js
+++ /dev/null
@@ -1,46 +0,0 @@
-var fs = require('fs');
-var path = require('path');
-var child_process = require('child_process');
-var existsSync = fs.existsSync || path.existsSync;
-
-var VAR = path.join(__dirname, '../var');
-var CERT = path.join(VAR, 'root.cert');
-
-function exec(file, args, next) {
-  child_process.exec([file, args].join(' '), function(err, stdout, stderr) {
-    if (err) throw err;
-    if (stderr) console.error(stderr);
-    next && next(stdout);
-  });
-}
-
-
-// if keys already exist, do nothing
-if (existsSync(CERT)) {
-  process.exit(0);
-}
-
-var GENERATE_KEYPAIR = path.join(__dirname, '../node_modules/.bin/generate-keypair');
-var CERTIFY = path.join(__dirname, '../node_modules/.bin/certify');
-
-if (!existsSync(GENERATE_KEYPAIR)) {
-  console.error('cannot find generate-keypair from jwcrypto. try: npm install');
-  process.exit(1);
-}
-
-if (!existsSync(CERTIFY)) {
-  console.error('cannot find certify from jwcrypto. try: rm -rf node_modules && npm install');
-  process.exit(1);
-}
-
-console.log('*** Generating ephemeral keys used for testing ***');
-
-exec(GENERATE_KEYPAIR, '-k 256 -a rsa', function(stdout) {
-  if (stdout) console.log(stdout);
-  if (!existsSync(VAR)) fs.mkdirSync(VAR);
-  exec(CERTIFY, '-s key.secretkey -p key.publickey', function(cert) {
-    fs.writeFileSync(CERT, cert);
-    fs.unlinkSync('key.publickey');
-    fs.renameSync('key.secretkey', path.join(VAR, 'root.secretkey'));
-  });
-});
diff --git a/scripts/hash_password.js b/scripts/hash_password.js
deleted file mode 100755
index c9223f2d014b120bf8eef593bf324e66f308eff6..0000000000000000000000000000000000000000
--- a/scripts/hash_password.js
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/usr/bin/env node
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-const
-config = require('../lib/configuration'),
-bcrypt = require('bcrypt');
-
-function bcryptPassword(password, cb) {
-  var bcryptWorkFactor = config.get('bcrypt_work_factor');
-
-  bcrypt.gen_salt(bcryptWorkFactor, function (err, salt) {
-    if (err) {
-      var msg = "error generating salt with bcrypt: " + err;
-      logger.error(msg);
-      return cb(msg);
-    }
-    bcrypt.encrypt(password, salt, function(err, hash) {
-      if (err) {
-        var msg = "error generating password hash with bcrypt: " + err;
-        logger.error(msg);
-        return cb(msg);
-      }
-      return cb(undefined, hash);
-    });
-  });
-};
-
-if (process.argv.length !== 3) {
-  console.log('Usage:', process.argv[1], '<password>');
-  process.exit(1);
-}
-
-bcryptPassword(process.argv[2], function(err, hash) {
-  if (err) {
-    process.sterr.write("error: " + err.toString() + "\n");
-    process.exit(1);
-  }
-  console.log(hash);
-});
diff --git a/scripts/inspect_localstorage.js b/scripts/inspect_localstorage.js
deleted file mode 100755
index c92901030682fb3924300f247c34ab5ad4d6f6bf..0000000000000000000000000000000000000000
--- a/scripts/inspect_localstorage.js
+++ /dev/null
@@ -1,249 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/*
-  Formats Firefox, Chrome and Safari localStorage sqlite databases for a given
-  origin. Useful for stuff.
-
-  Note: To use this script you will need to do `npm install sqlite3`. Works
-    for me with sqlite3 3.7.13 on OSX. YMMV. (DO NOT DO `npm install
-    sqlite`. That is a different package. `sqlite3` is
-    'https://github.com/developmentseed/node-sqlite3'.
-
-  Caveat: What can be read from the local disk file is not instantaneously in
-    sync with reality (lazy flushing), but is eventually in sync. Generally,
-    just do something with the browser then run this script and the state will
-    be consistent within 1 second.
-
-  Examples:
-    Show everything for login.persona.org:
-      ./scripts/inspect-localstorage.js -p /path/to/profile
-
-    Show verbose everything for login.persona.org:
-      ./scripts/inspect-localstorage.js -b firefox -p /path/to/profile -P -i
-
-    Show interaction_data for login.anosrep.org:
-      ./scripts/inspect-localstorage.js -p /path/to/profile -o https://login.anosrep.org -k interaction_data
-
-    Show emails and usersComputer for login.anosrep.org:
-      ./scripts/inspect-localstorage.js -p /path/to/profile -o https://login.anosrep.org -k emails,usersComputer
-
-    Working with local instances:
-      ./scripts/inspect-localstorage.js -b chrome -p /path/to/profile -o http://127.0.0.1:10002
-
-  On OSX, the profiles you want are usually located here:
-    firefox => ~/Library/Application\ Support/Firefox/Profiles/<salt>.<name>
-    chrome  => ~/Library/Application\ Support/Google/Chrome/<profilename>
-    safari  => ~/Library/Safari
-
-*/
-
-const
-fs = require('fs'),
-jwcrypto = require('jwcrypto'),
-optimist = require('optimist'),
-path = require('path'),
-urlparse = require('urlparse'),
-util = require('util');
-
-var sqlite3, argv, args;
-try {
-  sqlite3 = require('sqlite3');
-}
-catch(e) {
-  console.log("** ERROR: require('sqlite3'). Try `npm install sqlite3`.\n");
-  process.exit(1);
-}
-
-const USAGE =
-  ('Read and format localStorage databases sqlite on ' +
-   'Firefox, Chrome and Safari for a given origin.');
-
-const OPTIONS = {
-  h: {
-    describe: 'display this usage message'
-  },
-  p: {
-    describe: 'path to profile directory [default: process.env["INSPECT_LS"]]',
-  },
-  b: {
-    describe: 'which browser? ["firefox", "chrome", "safari"]',
-    'default': 'firefox'
-  },
-  o: {
-    describe: 'origin to query from sqlite',
-    'default': 'https://login.persona.org'
-  },
-  P: {
-    describe: 'show full details for pub and priv keys; otherwise "{...}"',
-    'default': false
-  },
-  i: {
-    describe: 'show all details of interaction_data; otherwise "{...}"',
-    'default': false
-  },
-  k: {
-    describe: 'show only these keys from localStorage (csv)',
-  },
-  v: {
-    describe: 'show the name of the database file',
-    'default': false
-  },
-};
-
-// Firefox persists all localStorage in a single sqlite3 database file.
-// Chrome & Safari persist localStorage in a sqlite3 database file per origin.
-function databaseFilename(origin) {
-  var dbfile;
-  if (args.b === 'firefox') {
-    dbfile = path.join(args.p, 'webappsstore.sqlite');
-  }
-  else if (args.b === 'chrome' || args.b === 'safari') {
-    // Chrome & Safari: convert the origin to the per-origin name of a database
-    // file. e.g., https://login.persona.org -> https_login.persona.org_0.localstorage
-    var url = urlparse(origin).normalize();
-    var parts = [url.scheme, url.host, url.port || 0];
-    var subdir = (args.b === 'chrome') ? 'Local Storage' : 'LocalStorage';
-    dbfile = path.join(args.p, subdir, parts.join('_') + '.localstorage');
-  }
-  if (!path.existsSync(dbfile)) {
-    console.log('*** ERROR: No such sqlite file: ', dbfile);
-    process.exit(1);
-  }
-  return dbfile;
-}
-
-// Firefox: convert the origin to the format of a 'scope' key in the shared
-// database file.
-// e.g., https://login.persona.org -> gro.anosrep.nigol.:https:443
-function firefoxScopeKey(origin) {
-  var url = urlparse(origin).normalize();
-  var host = url.host.split('').reverse().join('') + '.';
-  var parts = [host, url.scheme];
-  var port = url.port;
-  if (!port) port = (url.scheme === 'https') ? 443 : 80;
-  parts.push(port);
-  return parts.join(':');
-}
-
-function processOptions() {
-  function optionError(message) {
-    console.log('\n** ERROR: ' + message);
-    argv.showHelp();
-    process.exit(1);
-  }
-
-  argv = optimist
-    .usage('\n' + USAGE + '\n\nUsage: $0 [options]')
-    .options(OPTIONS)
-    .wrap(80);
-  args = argv.argv;
-  if (args.h) {
-    argv.showHelp();
-    process.exit(1);
-  }
-
-  if (['firefox', 'chrome', 'safari'].indexOf(args.b) === -1) {
-    optionError('option -b: must be firefox, chrome or safari');
-  }
-
-  if (!args.p) {
-    args.p = process.env['INSPECT_LS'];
-    if (!args.p) {
-      optionError('option -p: profile path is required');
-    }
-  }
-  args.p = args.p.replace(/^~/, process.env['HOME']);
-  if (args.p[0] !== '/') args.p = path.resolve(process.cwd(), args.p);
-  if (!path.existsSync(args.p)) {
-    optionError('option -p: profile path does not exist :' + args.p);
-  }
-  var stat = fs.statSync(args.p);
-  if (!stat.isDirectory()) {
-    optionError('option -p: profile path is not a directory: ' + args.p);
-  }
-
-  if (args.k) {
-    args.k = args.k.split(',');
-    args.i = true; // if asking for interaction_data, don't abbreviate
-  }
-
-  args.scopeKey = firefoxScopeKey(args.o);
-  args.dbfile = databaseFilename(args.o);
-  if (args.v) console.log("Inspecting", args.dbfile);
-}
-
-function processCertificate(cert) {
-  var components = jwcrypto.extractComponents(cert);
-  var payload = components.payload;
-  ['signature',
-   'headerSegment',
-   'payloadSegment',
-   'cryptoSegment'].forEach(function(key) {
-     delete components[key];
-   });
-  if (!args.P) {
-    payload["public-key"] = '{...}';
-  }
-  ['iat', 'exp'].forEach(function(key) {
-    payload[key] = new Date(payload[key]).toISOString();
-  });
-  return components;
-}
-
-function processRows(err, rows) {
-  if (err) throw err;
-  var localStorage = {};
-  rows.forEach(function(row) {
-    var key = row.key, value = row.value;
-    if (Buffer.isBuffer(value)) {
-      value = value.toString('ucs2'); // Chrome/Safari store as BLOB
-    }
-    value = JSON.parse(value);
-    if (key === 'interaction_data' && !args.i) {
-      if (Object.keys(value).length !== 0) {
-        value = '{...}';
-      }
-    }
-    if (key === 'emails') {
-      Object.keys(value).forEach(function(email) {
-        var elt = value[email];
-        Object.keys(elt).forEach(function(emailKey) {
-          if (emailKey === 'cert') {
-            elt[emailKey] = processCertificate(elt[emailKey]);
-          }
-          if ((emailKey === 'pub' || emailKey === 'priv') && !args.P) {
-            elt[emailKey] = '{...}';
-          }
-        });
-      });
-    }
-    localStorage[key] = value;
-  });
-  if (args.k) {
-    Object.keys(localStorage).forEach(function(key) {
-      if (args.k.indexOf(key) === -1) {
-        delete localStorage[key];
-      }
-    });
-  }
-  console.log(JSON.stringify(localStorage, null, 2));
-}
-
-(function() {
-  processOptions();
-  var query, params;
-  if (args.b === 'firefox') {
-    query = 'SELECT key, value FROM webappsstore2 WHERE scope = ?';
-    params = [ args.scopeKey ];
-  } else if (args.b === 'chrome' || args.b === 'safari') {
-    query = 'SELECT key, value FROM ItemTable';
-    params = [];
-  }
-  new sqlite3.Database(args.dbfile, sqlite3.OPEN_READONLY, function(err) {
-    if (err) throw err;
-  }).all(query, params, processRows);
-}());
diff --git a/scripts/merge_po.sh b/scripts/merge_po.sh
deleted file mode 100755
index 626e6ec9414e04f64be8990f22ff62ca9764788d..0000000000000000000000000000000000000000
--- a/scripts/merge_po.sh
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-# syntax:
-# compile-mo.sh locale-dir/
-
-function usage() {
-    echo "syntax:"
-    echo "compile.sh locale-dir/"
-    exit 1
-}
-
-# check if file and dir are there
-if [[ ($# -ne 1) || (! -d "$1") ]]; then usage; fi
-
-for lang in `find $1 -type f -name "*.po" -not -path '*/db_LB/*'`; do
-    dir=`dirname $lang`
-    stem=`basename $lang .po`
-    msgmerge -o ${dir}/${stem}.po.tmp ${dir}/${stem}.po $1/templates/LC_MESSAGES/${stem}.pot
-    mv ${dir}/${stem}.po.tmp ${dir}/${stem}.po
-done
-
-# Optionally auto-localize our test locale db-LB
-if hash podebug >/dev/null; then
-
-    # our debug locale has a tendency to be characterized as 'CHARSET' rather than
-    # UTF-8, this hack works around the problem.
-    # see issue #1054
-    for file in locale/templates/LC_MESSAGES/*.pot ; do
-        mv $file $file.old
-        sed 's/CHARSET/UTF-8/g' $file.old > $file
-        rm -f $file.old
-    done
-
-    for catalog in messages client; do
-
-        echo "Translating ${catalog}.po"
-        podebug --rewrite=flipped -i locale/templates/LC_MESSAGES/${catalog}.pot\
-               -o locale/db_LB/LC_MESSAGES/${catalog}.po
-    done
-else
-  echo 'Skipping db-LB, install translate-toolkit if you want to have that up-to-date.'
-fi
diff --git a/scripts/merge_train.sh b/scripts/merge_train.sh
deleted file mode 100755
index 6e833b429271615fb922cc3d4ccac82bb6f66fe3..0000000000000000000000000000000000000000
--- a/scripts/merge_train.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-
-# merge the latest outstanding train into production and create
-# a tag.
-
-# get up to date!
-echo "Getting up to date:"
-git fetch origin
-
-# first, let's identify the train
-TRAIN=`git branch -a | grep remotes/origin/train | sed -e 's/^.*train-\(.*\)$/\1/' | sort -n | tail -1`
-echo "Merging train ($TRAIN) into production"
-
-git checkout -B prod remotes/origin/prod
-git merge --no-ff remotes/origin/train-$TRAIN -m "integrating train $TRAIN"
-
-# now delete the local train branch if it exists
-LOCAL_TRAIN_BRANCH=`git branch | fgrep train-$TRAIN`
-if [ "x${LOCAL_TRAIN_BRANCH}" == "xtrain-${TRAIN}" ] ; then
-    echo "deleting local branch: train-$TRAIN"
-    git branch -D train-$TRAIN
-fi
-
-git tag train-$TRAIN
-
-echo "All done!  Now you should delete the remote train, and push your changes"
-echo "git push origin :train-$TRAIN"
-echo "git push --tags origin prod"
-
diff --git a/scripts/phantomrunner.js b/scripts/phantomrunner.js
deleted file mode 100644
index d06732bc8011d53add437f31000aabb99f60f856..0000000000000000000000000000000000000000
--- a/scripts/phantomrunner.js
+++ /dev/null
@@ -1,98 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const TIMEOUT_SECONDS = 160;
-
-/**
- * Wait until the test condition is true or a timeout occurs. Useful for waiting
- * on a server response or for a ui change (fadeIn, etc.) to occur.
- *
- * @param testFx javascript condition that evaluates to a boolean,
- * it can be passed in as a string (e.g.: "1 == 1" or "$('#bar').is(':visible')" or
- * as a callback function.
- * @param onReady what to do when testFx condition is fulfilled,
- * it can be passed in as a string (e.g.: "1 == 1" or "$('#bar').is(':visible')" or
- * as a callback function.
- * @param timeOutMillis the max amount of time to wait. If not specified, 3 sec is used.
- */
-function waitFor(testFx, onReady, timeOutMillis) {
-    var maxtimeOutMillis = timeOutMillis ? timeOutMillis : 3001, //< Default Max Timout is 3s
-        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')
-                    console.log("'waitFor()' finished in " + (new Date().getTime() - start) + "ms.");
-                    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 250ms
-};
-
-if (phantom.args.length === 0 || phantom.args.length > 2) {
-    console.log('Usage: run-qunit.js URL');
-    phantom.exit(1);
-}
-
-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(1);
-    } 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 tests = document.getElementById("qunit-tests").childNodes;
-                for(var i in tests){
-                    var node = tests[i];
-                    var failed = /fail/.test(node.className);
-                    if(failed) {
-                        var text = node.querySelector("strong").innerText;
-                        text.substring(0, text.length - 5);
-                        console.log(text);
-
-                        var failingItems = node.querySelectorAll(".fail");
-                        var failingItemsCount = failingItems.length;
-                        for(var j = 0; j < failingItemsCount; j++) {
-                          var failingItem = failingItems.item(j);
-                          console.log("   - " + failingItem.innerText);
-                        }
-                    }
-                }
-
-                var el = document.getElementById('qunit-testresult');
-                console.log(el.innerText);
-                try {
-                    return el.getElementsByClassName('failed')[0].innerHTML;
-                } catch (e) { }
-                return 10000;
-            });
-            phantom.exit((parseInt(failedNum, 10) > 0) ? 1 : 0);
-        }, TIMEOUT_SECONDS*1000);
-    }
-});
diff --git a/scripts/rpmbuild.sh b/scripts/rpmbuild.sh
deleted file mode 100755
index 443a4115cd359d57b6c7be50156bf2ead97afe0f..0000000000000000000000000000000000000000
--- a/scripts/rpmbuild.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-set -e
-
-progname=$(basename $0)
-
-cd $(dirname $0)/..    # top level of the checkout
-
-mkdir -p rpmbuild/SOURCES rpmbuild/SPECS rpmbuild/SOURCES
-rm -rf rpmbuild/RPMS rpmbuild/SOURCES/browserid
-
-tar --exclude rpmbuild --exclude .git --exclude .svn \
-    --exclude var -czf \
-    $PWD/rpmbuild/SOURCES/browserid-server.tar.gz .
-
-set +e
-
-export GIT_REVISION=$(git log -1 --oneline)
-export SVN_REVISION=$(svn info locale/ | sed -n -e "s,^Revision: ,,p")
-
-rpmbuild --define "_topdir $PWD/rpmbuild" \
-         --define "svnrev $SVN_REVISION" -ba scripts/browserid.spec
-rc=$?
-if [ $rc -eq 0 ]; then
-    ls -l $PWD/rpmbuild/RPMS/*/*.rpm
-else
-    echo "$progname: failed to build browserid RPM (rpmbuild rc=$rc)" >&2
-fi
-
-exit $rc
diff --git a/scripts/run_locally.js b/scripts/run_locally.js
deleted file mode 100755
index 47107604a9741a8e9dc061a5e24f91d996cf2c62..0000000000000000000000000000000000000000
--- a/scripts/run_locally.js
+++ /dev/null
@@ -1,160 +0,0 @@
-#!/usr/bin/env node
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const path = require('path'),
-spawn = require('child_process').spawn,
-config = require('../lib/configuration.js'),
-temp = require('temp'),
-secrets = require('../lib/secrets.js');
-
-exports.daemons = daemons = {};
-
-const HOST = process.env['IP_ADDRESS'] || process.env['HOST'] || "127.0.0.1";
-
-var daemonsToRun = {
-  verifier: { },
-  keysigner: { },
-  dbwriter: { },
-  example: {
-    path: path.join(__dirname, "..", "scripts", "serve_example.js"),
-    PORT: 10001,
-    HOST: HOST
-  },
-  example_primary: {
-    SHIMMED_DOMAIN: "example.domain",
-    path: path.join(__dirname, "..", "scripts", "serve_example_primary.js"),
-    PORT: 10005,
-    HOST: HOST
-  },
-  proxy: { },
-  browserid: { },
-  static: { },
-  router: { }
-};
-
-// route outbound HTTP through our in-tree proxy to always test said codepath
-process.env['HTTP_PROXY'] = HOST + ":10006";
-
-process.env['HOST'] = HOST
-
-// use the "local" configuration
-var configFiles = [];
-if (process.env['CONFIG_FILES']) {
-  var configFiles = process.env['CONFIG_FILES'].split(',');
-}
-configFiles.push(path.join(__dirname, '..', 'config', 'local.json'));
-process.env['CONFIG_FILES'] = configFiles.join(',');
-
-// all spawned process that use handle primaries should know about "shimmed"
-// primaries
-var oldShims = process.env['SHIMMED_PRIMARIES'] ? process.env['SHIMMED_PRIMARIES'] + "," : "";
-process.env['SHIMMED_PRIMARIES'] = oldShims + "example.domain|http://" + HOST + ":10005|" + path.join(__dirname, "..", "example", "primary", ".well-known", "browserid");
-
-// all spawned processes should log to console
-process.env['LOG_TO_CONSOLE'] = 1;
-
-// all spawned processes will communicate with the local browserid
-process.env['DBWRITER_URL'] = 'http://' + HOST + ":10004";
-process.env['BROWSERID_URL'] = 'http://' + HOST + ":10007";
-process.env['VERIFIER_URL'] = 'http://' + HOST + ":10000/verify";
-process.env['KEYSIGNER_URL'] = 'http://' + HOST + ":10003";
-process.env['ROUTER_URL'] = 'http://' + HOST + ":10002";
-process.env['STATIC_URL'] = 'http://' + HOST + ":10010";
-
-process.env['PUBLIC_URL'] = process.env['ROUTER_URL'];
-
-// if the environment is a 'test_' environment, then we'll use an
-// ephemeral database
-if (config.get('env').substr(0,5) === 'test_') {
-  if (config.get('database').driver === 'mysql') {
-    process.env['DATABASE_NAME'] =
-      process.env['DATABASE_NAME'] || "browserid_tmp_" + secrets.generate(6);
-    console.log("temp mysql database:", process.env['DATABASE_NAME']);
-  } else if (config.get('database').driver === 'json') {
-    process.env['DATABASE_NAME'] =  process.env['DATABASE_NAME'] || temp.path({suffix: '.db'});
-    console.log("temp json database:", process.env['DATABASE_NAME']);
-  }
-}
-
-// Windows can't use signals, so lets figure out if we should use them
-// To force signals, set the environment variable SUPPORTS_SIGNALS=true.
-// Otherwise, they will be feature-detected.
-var SIGNALS_PROP = 'SUPPORTS_SIGNALS';
-if (!(SIGNALS_PROP in process.env)) {
-  try {
-    function signals_test() {}
-    process.on('SIGINT', signals_test);
-    process.removeListener('SIGINT', signals_test);
-    process.env[SIGNALS_PROP] = true;
-  } catch (noSignals) {
-    // process.env converts all values set into strings, so setting this to
-    // false would get converted to the string false.  Better to set nothing.
-  }
-}
-
-function runDaemon(daemon, cb) {
-  Object.keys(daemonsToRun[daemon]).forEach(function(ek) {
-    if (ek === 'path') return; // this blows away the Window PATH
-    process.env[ek] = daemonsToRun[daemon][ek];
-  });
-  var pathToScript = daemonsToRun[daemon].path || path.join(__dirname, "..", "bin", daemon);
-  var p = spawn('node', [ pathToScript ]);
-
-  function dump(d) {
-    d.toString().split('\n').forEach(function(d) {
-      if (d.length === 0) return;
-      console.log(daemon, '(' + p.pid + '):', d);
-
-      // when we find a line that looks like 'running on <url>' then we've
-      // fully started up and can run the next daemon.  see issue #556
-      if (cb && /^.*running on http:\/\/.*:[0-9]+$/.test(d)) {
-        cb();
-        cb = undefined;
-      }
-    });
-  }
-
-  p.stdout.on('data', dump);
-  p.stderr.on('data', dump);
-
-  console.log("spawned", daemon, "("+pathToScript+") with pid", p.pid);
-  Object.keys(daemonsToRun[daemon]).forEach(function(ek) {
-    if (ek === 'path') return; // don't kill the Windows PATH
-    delete process.env[ek];
-  });
-
-  daemons[daemon] = p;
-
-  p.on('exit', function (code, signal) {
-    console.log(daemon, 'exited(' + code + ') ', (signal ? 'on signal ' + signal : ""));
-    delete daemons[daemon];
-    Object.keys(daemons).forEach(function (daemon) { daemons[daemon].kill(); });
-    if (Object.keys(daemons).length === 0) {
-      console.log("all daemons torn down, exiting...");
-    }
-  });
-};
-
-// start all daemons except the router in parallel
-var daemonNames = Object.keys(daemonsToRun);
-daemonNames.splice(daemonNames.indexOf('router'), 1);
-
-var numDaemonsRun = 0;
-daemonNames.forEach(function(dn) {
-  runDaemon(dn, function() {
-    if (++numDaemonsRun === daemonNames.length) {
-      // after all daemons are up and running, start the router
-      runDaemon('router', function() { });
-    }
-  });
-});
-
-if (process.env[SIGNALS_PROP]) {
-  process.on('SIGINT', function () {
-    console.log('\nSIGINT recieved! trying to shut down gracefully...');
-    Object.keys(daemons).forEach(function (k) { daemons[k].kill('SIGINT'); });
-  });
-
-}
diff --git a/scripts/serve_example.js b/scripts/serve_example.js
deleted file mode 100755
index 29d59e536fe6c48a4992e26f01474e5d9bce2695..0000000000000000000000000000000000000000
--- a/scripts/serve_example.js
+++ /dev/null
@@ -1,86 +0,0 @@
-#!/usr/bin/env node
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-// finally, let's run a tiny webserver for the example code.
-const
-express = require('express'),
-path = require('path'),
-urlparse = require('urlparse'),
-postprocess = require('postprocess'),
-querystring = require('querystring');
-
-var exampleServer = express.createServer();
-
-exampleServer.use(express.logger({ format: 'dev' }));
-
-if (process.env['PUBLIC_URL']) {
-  var burl = urlparse(process.env['PUBLIC_URL']).validate().normalize().originOnly().toString();
-  console.log('using browserid server at ' + burl);
-
-  exampleServer.use(postprocess(function(req, buffer) {
-    return buffer.toString().replace(new RegExp('https://login.persona.org', 'g'), burl);
-  }));
-}
-
-exampleServer.use(express.static(path.join(__dirname, "..", "example", "rp")));
-
-exampleServer.use(express.bodyParser());
-
-exampleServer.post('/process_assertion', function(req, res, next) {
-  var verifier = urlparse(process.env['VERIFIER_URL']);
-  var meth = verifier.scheme === 'http' ? require('http') : require('https');
-
-  var vreq = meth.request({
-    host: verifier.host,
-    port: verifier.port,
-    path: verifier.path,
-    method: 'POST'
-  }, function(vres) {
-    var body = "";
-    vres.on('data', function(chunk) { body+=chunk; } )
-        .on('end', function() {
-          try {
-            console.log(body);
-            var verifierResp = JSON.parse(body);
-            var valid = verifierResp && verifierResp.status === "okay";
-            var email = valid ? verifierResp.email : null;
-            if (valid) {
-              console.log("assertion verified successfully for email:", email);
-            } else {
-              console.log("failed to verify assertion:", verifierResp.reason);
-            }
-            res.json(verifierResp);
-          } catch(e) {
-            console.log("non-JSON response from verifier");
-            // bogus response from verifier!  return null
-            res.json(null);
-          }
-        });
-  });
-  vreq.setHeader('Content-Type', 'application/x-www-form-urlencoded');
-
-  // An "audience" argument is embedded in the assertion and must match our hostname.
-  // Because this one server runs on multiple different domain names we just use
-  // the host parameter out of the request.
-  var audience = req.headers['host'] ? req.headers['host'] : localHostname;
-  var data = querystring.stringify({
-    assertion: req.body.assertion,
-    audience: audience
-  });
-  vreq.setHeader('Content-Length', data.length);
-  vreq.write(data);
-  vreq.end();
-  console.log("verifying assertion!");
-
-});
-
-exampleServer.listen(
-  process.env['PORT'] || 10001,
-  process.env['HOST'] || process.env['IP_ADDRESS'] || "127.0.0.1",
-  function() {
-    var addy = exampleServer.address();
-    console.log("running on http://" + addy.address + ":" + addy.port);
-  });
diff --git a/scripts/serve_example_primary.js b/scripts/serve_example_primary.js
deleted file mode 100755
index e5400ce1a08c9c60eb5f830031f8d1c67873e5a4..0000000000000000000000000000000000000000
--- a/scripts/serve_example_primary.js
+++ /dev/null
@@ -1,107 +0,0 @@
-#!/usr/bin/env node
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-// finally, let's run a tiny webserver for the example code.
-const
-express = require('express'),
-path = require('path'),
-urlparse = require('urlparse'),
-postprocess = require('postprocess'),
-querystring = require('querystring'),
-sessions = require('connect-cookie-session'),
-jwcrypto = require("jwcrypto");
-
-// alg
-require("jwcrypto/lib/algs/rs");
-require("jwcrypto/lib/algs/ds");
-
-var exampleServer = express.createServer();
-
-exampleServer.use(express.cookieParser());
-
-exampleServer.use(function(req, res, next) {
-  if (/^\/api/.test(req.url)) {
-    return sessions({
-      secret: "this secret, isn't very secret",
-      key: 'example_browserid_primary',
-      cookie: {
-        path: '/api',
-        httpOnly: true,
-        secure: false,
-        maxAge: 1 * 60 * 60 * 1000
-      }
-    })(req, res, next);
-  } else {
-    next();
-  }
-});
-
-exampleServer.use(express.logger({ format: 'dev' }));
-
-if (process.env['PUBLIC_URL']) {
-  var burl = urlparse(process.env['PUBLIC_URL']).validate().normalize().originOnly().toString();
-  console.log('using browserid server at ' + burl);
-
-  exampleServer.use(postprocess(function(req, buffer) {
-    return buffer.toString().replace(new RegExp('https://login.persona.org', 'g'), burl);
-  }));
-}
-
-exampleServer.use(express.static(path.join(__dirname, "..", "example", "primary")));
-
-exampleServer.use(express.bodyParser());
-
-const API_PREFIX = '/api/';
-
-exampleServer.use(function(req, resp, next) {
-  if (req.url.substr(0, API_PREFIX.length) === API_PREFIX) {
-    resp.setHeader('Cache-Control', 'no-store, max-age=0');
-  }
-  next();
-});
-
-exampleServer.get("/api/whoami", function (req, res) {
-  if (req.session && typeof req.session.user === 'string') return res.json(req.session.user);
-  return res.json(null);
-});
-
-exampleServer.get("/api/login", function (req, res) {
-  req.session = {user: req.query.user};
-  return res.json(null);
-});
-
-exampleServer.get("/api/logout", function (req, res) {
-  req.session = {};
-  return res.json(null);
-});
-
-var _privKey = jwcrypto.loadSecretKey(
-  require('fs').readFileSync(
-    path.join(__dirname, '..', 'example', 'primary', 'sample.privatekey')));
-
-exampleServer.post("/api/cert_key", function (req, res) {
-  var user = req.session.user;
-
-  var domain = process.env['SHIMMED_DOMAIN'];
-
-  var expiration = new Date();
-  var pubkey = jwcrypto.loadPublicKeyFromObject(req.body.pubkey);
-  expiration.setTime(new Date().valueOf() + req.body.duration * 1000);
-  jwcrypto.cert.sign({publicKey: pubkey, principal: {email: user + "@" + domain}},
-                     {issuer: domain, expiresAt: expiration, issuedAt: new Date()},
-                     {}, _privKey, function(err, cert) {
-    res.json({ cert: cert });
-  });
-});
-
-
-exampleServer.listen(
-  process.env['PORT'] || 10001,
-  process.env['HOST'] || process.env['IP_ADDRESS'] || "127.0.0.1",
-  function() {
-    var addy = exampleServer.address();
-    console.log("running on http://" + addy.address + ":" + addy.port);
-  });
diff --git a/scripts/show_config.js b/scripts/show_config.js
deleted file mode 100755
index 857e511ddbf29967157a348eab0fbd5ee1aa7778..0000000000000000000000000000000000000000
--- a/scripts/show_config.js
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env node
-
-var path = require('path');
-
-// use the 'local' configuration if one isn't explicitly specified in the environment
-process.env['CONFIG_FILES'] = process.env['CONFIG_FILES'] ||
-  path.join(__dirname, '..', 'config', 'local.json');
-
-console.log(require("../lib/configuration.js").toString());
diff --git a/scripts/test b/scripts/test
deleted file mode 100755
index 5ed56ae46ea30267cf024104e78ec7c1ef0c51f9..0000000000000000000000000000000000000000
--- a/scripts/test
+++ /dev/null
@@ -1,70 +0,0 @@
-#!/usr/bin/env node
-
-// a script to RUN TESTS.  You can specify WHAT TESTS to run by
-// populating an environment variable 'WHAT_TESTS'.  Values include:
-//   * 'front' - frontend unit tests run headlessly (requires phantomjs to be installed)
-//   * 'back' - backend unit tests with a zero-dependency json db
-//   * 'back_mysql - backend unit tests against mysql (requires mysql installed)
-//   * 'all' - of it
-
-const
-spawn = require('child_process').spawn,
-path = require('path');
-
-// WHAT TESTS are we running?
-var whatTests = [];
-if (!process.env['WHAT_TESTS']) {
-  whatTests = [ 'all' ];
-} else {
-  whatTests.push(process.env['WHAT_TESTS']);
-}
-
-if (whatTests[0] == 'all') whatTests = [ 'back_mysql', 'back', 'front' ];
-
-var ec = 0;
-var frontend_test_filter = process.env['FRONTEND_TEST_FILTER'] ?
-                           ' (filter: ' + process.env['FRONTEND_TEST_FILTER'] + ')' :
-                           '';
-function run() {
-  if (!whatTests.length) process.exit(ec);
-
-  var testName = whatTests.shift();
-
-  const availConf = {
-    front: {
-      what: "Front end unit tests under PhantomJS" + frontend_test_filter,
-      node_env: 'test_json',
-      script: 'test_frontend'
-    },
-    back: {
-      what: "API level unit tests using a JSON database",
-      node_env: 'test_json',
-      script: 'test_backend'
-    },
-    back_mysql: {
-      what: "API level unit tests using MySQL",
-      node_env: 'test_mysql',
-      script: 'test_backend'
-    }
-  };
-  var conf = availConf[testName];
-
-  if (!conf) {
-    console.log('I don\'t know how to run this test: "' + testName + '"');
-    console.log('valid choices include:', Object.keys(availConf).join(', '));
-    ec = 1;
-    return run();
-  }
-
-  console.log(">>> Now Running:", conf.what);
-  process.env['NODE_ENV'] = conf.node_env;
-  var kid = spawn(path.join(__dirname, conf.script));
-  kid.stdout.on('data', function(d) { process.stdout.write(d); });
-  kid.stderr.on('data', function(d) { process.stderr.write(d); });
-  kid.on('exit', function(code) {
-    if (code) ec = code;
-    run();
-  });
-}
-
-run();
diff --git a/scripts/test_backend b/scripts/test_backend
deleted file mode 100755
index 7c53499e3b99e5fde62666307d6f3adcc924dbd0..0000000000000000000000000000000000000000
--- a/scripts/test_backend
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/bash
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-
-SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
-BASEDIR=$(dirname $SCRIPT_DIR)
-export PATH=$PATH:$SCRIPT_DIR/../node_modules/.bin
-
-VOWS=`which vows 2> /dev/null`
-if [ ! -x "$VOWS" ]; then
-    echo "vows not found in your path.  try:  npm install"
-    exit 1
-fi
-
-# vows hates absolute paths.  sheesh.
-cd $BASEDIR
-
-$SCRIPT_DIR/test_db_connectivity.js
-if [ $? = 0 ] ; then
-    for file in tests/*.js ; do
-        echo $file
-        vows $file
-        if [[ $? != 0 ]] ; then
-            exit 1
-        fi
-    done
-else
-    echo
-    echo "Can't run tests: can't connect to the database"
-    echo
-    exit 1
-fi
diff --git a/scripts/test_db_connectivity.js b/scripts/test_db_connectivity.js
deleted file mode 100755
index 172ea804371b9d22fd6a2b58e6be2031078658be..0000000000000000000000000000000000000000
--- a/scripts/test_db_connectivity.js
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/usr/bin/env node
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-// a simple script to test to see if we can connect to
-// the database using the present configuration.
-const path = require('path');
-
-if (!process.env['CONFIG_FILES']) {
-  process.env['CONFIG_FILES'] = path.join(__dirname, "..", "config", "local.json");
-}
-
-const
-configuration = require('../lib/configuration.js'),
-db = require('../lib/db.js');
-
-var dbCfg = configuration.get('database');
-
-// don't bother creating the schema
-delete dbCfg.create_schema;
-
-db.open(dbCfg, function (err, r) {
-  function end() { process.exit(err ? 1 : 0); }
-  if (err && err.message === "Unknown database 'browserid'") {
-    err = undefined;
-    end();
-  } else {
-    if (!err) db.close(end);
-    else end();
-  }
-});
diff --git a/scripts/test_frontend b/scripts/test_frontend
deleted file mode 100755
index 19f2c66a133f80b8185c73105bc8e80bb56175c5..0000000000000000000000000000000000000000
--- a/scripts/test_frontend
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('../tests/lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('../tests/lib/start-stop.js'),
-spawn = require('child_process').spawn,
-path = require('path');
-
-var suite = vows.describe('frontend-tests');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-suite.addBatch({
-  "PhantomJS binary": {
-    topic: function() {
-      var kid = spawn('phantomjs', [ '--version' ]);
-      kid.on('exit', this.callback);
-    },
-    "is in path and executable": function(code) {
-      assert.strictEqual(code, 0);
-    }
-  }
-});
-
-start_stop.addStartupBatches(suite);
-
-suite.addBatch({
-  "frontend unit tests": {
-    topic: function() {
-      var filter = process.env['FRONTEND_TEST_FILTER'] ?
-                   '?filter=' + process.env['FRONTEND_TEST_FILTER'] : '';
-      var kid = spawn('phantomjs', [ path.join(__dirname, 'phantomrunner.js'),
-                                     'http://127.0.0.1:10002/test/'+filter ]);
-      kid.stdout.on('data', function(d) { process.stdout.write(d); });
-      kid.stderr.on('data', function(d) { process.stderr.write(d); });
-      kid.on('exit', this.callback);
-    },
-    "pass!": function(code) {
-      assert.strictEqual(code, 0);
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run({}, function(r) { process.exit(r.honored == r.total ? 0 : 1); });
-else suite.export(module);
-
diff --git a/automation-tests/browserid/setup.cfg b/setup.cfg
similarity index 100%
rename from automation-tests/browserid/setup.cfg
rename to setup.cfg
diff --git a/automation-tests/123done/restmail/__init__.py b/tests/__init__.py
similarity index 100%
rename from automation-tests/123done/restmail/__init__.py
rename to tests/__init__.py
diff --git a/tests/add-email-with-assertion-test.js b/tests/add-email-with-assertion-test.js
deleted file mode 100755
index 181cf262247090c795a6a38e83e4c4066eb42de6..0000000000000000000000000000000000000000
--- a/tests/add-email-with-assertion-test.js
+++ /dev/null
@@ -1,188 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js'),
-jwcrypto = require('jwcrypto'),
-http = require('http'),
-querystring = require('querystring'),
-path = require("path");
-
-var suite = vows.describe('auth-with-assertion');
-
-// algs
-require("jwcrypto/lib/algs/ds");
-require("jwcrypto/lib/algs/rs");
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-const TEST_DOMAIN = 'example.domain',
-      TEST_EMAIL = 'testuser@' + TEST_DOMAIN,
-      TEST_ORIGIN = 'http://127.0.0.1:10002',
-      TEST_FIRST_ACCT = 'test.user+folder@fake.domain';
-
-// This test will excercise the ability to add an email to an
-// account using an assertion from a primary
-
-// now we need to generate a keypair and a certificate
-// signed by our in tree authority
-var g_keypair, g_cert;
-
-suite.addBatch({
-  "generating a keypair": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm: "DS", keysize: 256}, this.callback);
-    },
-    "succeeds": function(err, r) {
-      assert.isObject(r);
-      assert.isObject(r.publicKey);
-      assert.isObject(r.secretKey);
-      g_keypair = r;
-    }
-  }
-});
-
-// for this trick we'll need the "secret" key of our built in
-// primary
-var g_privKey = jwcrypto.loadSecretKey(require('fs').readFileSync(
-    path.join(__dirname, '..', 'example', 'primary', 'sample.privatekey')));
-
-
-suite.addBatch({
-  "generting a certificate": {
-    topic: function() {
-      var domain = process.env['SHIMMED_DOMAIN'];
-
-      var expiration = new Date();
-      expiration.setTime(new Date().valueOf() + 60 * 60 * 1000);
-      jwcrypto.cert.sign({publicKey: g_keypair.publicKey, principal: {email: TEST_EMAIL}}, {issuer: TEST_DOMAIN, expiresAt: expiration, issuedAt: new Date()}, null, g_privKey, this.callback);
-    },
-    "works swimmingly": function(err, cert) {
-      assert.isString(cert);
-      assert.lengthOf(cert.split('.'), 3);
-      g_cert = cert;
-    }
-  }
-});
-
-// now let's generate an assertion using the cert
-suite.addBatch({
-  "generating an assertion": {
-    topic: function() {
-      var self = this;
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      jwcrypto.assertion.sign(
-        {},
-        {audience: TEST_ORIGIN,
-         issuer: TEST_DOMAIN,
-         expiresAt: expirationDate},
-        g_keypair.secretKey,
-        function(err, signedAssertion) {
-          self.callback(err, jwcrypto.cert.bundle([g_cert], signedAssertion));
-        });
-      // var tok = new jwt.JWT(null, expirationDate, TEST_ORIGIN);
-      //return vep.bundleCertsAndAssertion([g_cert], tok.sign(g_keypair.secretKey));
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-      g_assertion = r;
-    }
-  }
-});
-
-suite.addBatch({
-  "adding this email via assertion": {
-    topic: function(assertion)  {
-      wsapi.post('/wsapi/add_email_with_assertion', {
-        assertion: g_assertion
-      }).call(this);
-    },
-    "fails if not authenticated": function(err, r) {
-      assert.strictEqual(r.code, 400);
-    }
-  }
-});
-
-// create a new account via the api with
-suite.addBatch({
-  "stage an account": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: TEST_FIRST_ACCT,
-      pass: 'fakepass',
-      site:'http://fakesite.com:652'
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "and a token": {
-      topic: function() {
-        start_stop.waitForToken(this.callback);
-      },
-      "is obtained": function (t) {
-        assert.strictEqual(typeof t, 'string');
-      },
-      "can be used": {
-        topic: function(token) {
-          wsapi.post('/wsapi/complete_user_creation', { token: token }).call(this);
-        },
-        "to verify email ownership": function(err, r) {
-          assert.equal(r.code, 200);
-          assert.strictEqual(JSON.parse(r.body).success, true);
-          token = undefined;
-        }
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "adding this email via assertion": {
-    topic: function(assertion)  {
-      wsapi.post('/wsapi/add_email_with_assertion', {
-        assertion: g_assertion
-      }).call(this);
-    },
-    "works once we are authenticated": function(err, r) {
-      var resp = JSON.parse(r.body);
-      assert.isObject(resp);
-      assert.isTrue(resp.success);
-    }
-  }
-});
-
-suite.addBatch({
-  "list emails": {
-    topic: wsapi.get('/wsapi/list_emails', {}),
-    "succeeds with HTTP 200" : function(err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "returns an object with what we'd expect": function(err, r) {
-      var respObj = JSON.parse(r.body);
-      var emails = Object.keys(respObj);
-      assert.strictEqual(emails.length, 2)
-      assert.ok(emails.indexOf(TEST_EMAIL) != -1);
-      assert.ok(emails.indexOf(TEST_FIRST_ACCT) != -1);
-      assert.equal(respObj[TEST_EMAIL].type, "primary");
-      assert.equal(respObj[TEST_FIRST_ACCT].type, "secondary");
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/auth-with-assertion-test.js b/tests/auth-with-assertion-test.js
deleted file mode 100755
index 385b96f8104e84b5d43f9a291ab0af6547464c43..0000000000000000000000000000000000000000
--- a/tests/auth-with-assertion-test.js
+++ /dev/null
@@ -1,135 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js'),
-http = require('http'),
-querystring = require('querystring'),
-primary = require('./lib/primary.js'),
-jwcrypto = require('jwcrypto');
-
-var suite = vows.describe('auth-with-assertion');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-const TEST_DOMAIN = 'example.domain',
-      TEST_EMAIL = 'testuser@' + TEST_DOMAIN,
-      TEST_ORIGIN = 'http://127.0.0.1:10002',
-      OTHER_EMAIL = 'otheruser@' + TEST_DOMAIN;
-
-
-// here we go!  let's authenticate with an assertion from
-// a primary.
-
-var primaryUser = new primary({
-  email: TEST_EMAIL,
-  domain: TEST_DOMAIN
-});
-
-suite.addBatch({
-  "set things up": {
-    topic: function() {
-      primaryUser.setup(this.callback);
-    },
-    "works": function() {
-      // nothing to do here
-    }
-  }
-});
-
-// now let's generate an assertion using this user
-suite.addBatch({
-  "generating an assertion": {
-    topic: function() {
-      primaryUser.getAssertion(TEST_ORIGIN, this.callback);
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-    },
-    "and logging in with the assertion succeeds": {
-      topic: function(err, assertion)  {
-        wsapi.post('/wsapi/auth_with_assertion', {
-          assertion: assertion,
-          ephemeral: true
-        }).call(this);
-      },
-      "works": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.isTrue(resp.success);
-      }
-    }
-  }
-});
-
-// now let's generate an assertion using this user
-suite.addBatch({
-  "generating a new intermediate keypair and then an assertion": {
-    topic: function() {
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-
-      jwcrypto.generateKeypair(
-        {algorithm: "DS", keysize: 256},
-        function(err, innerKeypair) {
-          
-          // sign this innerkeypair with the key from g_cert (g_keypair)
-          jwcrypto.cert.sign(
-            {publicKey: innerKeypair.publicKey, principal: {email: OTHER_EMAIL}},
-            {issuedAt: new Date(), expiresAt: expirationDate},
-            {}, primaryUser._keyPair.secretKey,
-            function(err, innerCert) {
-
-              jwcrypto.assertion.sign(
-                {},
-                {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                innerKeypair.secretKey, function(err, signedObject) {
-                  if (err) return cb(err);
-
-                  var fullAssertion = jwcrypto.cert.bundle(
-                    [primaryUser._cert, innerCert], signedObject);
-
-                  self.callback(null, fullAssertion);
-                });
-              
-            });
-        });
-    },
-    "succeeds": function(err, assertion) {
-      assert.isString(assertion);
-    },
-    "and logging in with the assertion fails": {
-      topic: function(err, assertion)  {
-        wsapi.post('/wsapi/auth_with_assertion', {
-          assertion: assertion,
-          ephemeral: true
-        }).call(this);
-      },
-      "fails": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.isFalse(resp.success);
-        assert.equal(resp.reason, "certificate chaining is not yet allowed");
-      }
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/automation-tests/browserid/tests/base.py b/tests/base.py
similarity index 100%
rename from automation-tests/browserid/tests/base.py
rename to tests/base.py
diff --git a/tests/bcrypt-compatibility-test.js b/tests/bcrypt-compatibility-test.js
deleted file mode 100644
index 415e56cabaa6e1bfe4ba4f6cd5e418ea8ee275be..0000000000000000000000000000000000000000
--- a/tests/bcrypt-compatibility-test.js
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-config = require('../lib/configuration.js'),
-bcrypt = require('bcrypt');
-
-var suite = vows.describe('bcrypt-compatibility');
-
-suite.addBatch({
-  "new bcrypt of password for given salt": {
-    topic: function () {
-      var salt = "$2a$04$rakQlaS/TyfjZmoVuRs9ku";
-      bcrypt.hash("Thisismypassword1!", salt, this.callback);
-    },
-    "should match old bcrypt": function (hash) {
-      assert.strictEqual(hash, '$2a$04$rakQlaS/TyfjZmoVuRs9kuQHFk2oShl8DNmVbxgSZyOE8Hzgk0One');
-    }
-  },
-  "get rounds of old hash should match new bcrypt": function () {
-    var hash = '$2a$04$rakQlaS/TyfjZmoVuRs9kuQHFk2oShl8DNmVbxgSZyOE8Hzgk0One';
-    assert.strictEqual(4, bcrypt.getRounds(hash));
-  }
-});
-
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/ca-test.js b/tests/ca-test.js
deleted file mode 100755
index 04a1ac4cc1028ab2a766ac64f235f552374cf0df..0000000000000000000000000000000000000000
--- a/tests/ca-test.js
+++ /dev/null
@@ -1,58 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-vows = require('vows'),
-ca = require('../lib/keysigner/ca.js'),
-jwcrypto = require('jwcrypto');
-
-// algorithms
-require("jwcrypto/lib/algs/rs");
-
-var suite = vows.describe('ca');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-var email_addr = "foo@foo.com";
-var issuer = "127.0.0.1";
-
-var kp = null;
-
-// certify a key
-suite.addBatch({
-  "generate a keypair": {
-    topic: function() {
-      // generate a public key
-      jwcrypto.generateKeypair({algorithm: "RS", keysize: 64}, this.callback);
-    },
-    "got a keypair": function(err, keypair) {
-      assert.isNull(err);
-      assert.isObject(keypair);
-      kp = keypair;
-    },
-    "certify a public key": {
-      topic: function() {
-        var expiration = new Date();
-        expiration.setTime(new Date().valueOf() + 5000);
-        ca.certify(issuer, email_addr, kp.publicKey, expiration, this.callback);
-      },
-      "does not error out": function(err, cert_raw) {
-        assert.isNull(err);
-        assert.isNotNull(cert_raw);
-      },
-      "looks ok" : function(err, cert_raw) {
-        assert.equal(cert_raw.split(".").length, 3);
-      }
-    }
-  }
-});
-               
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/cache-header-tests.js b/tests/cache-header-tests.js
deleted file mode 100755
index a41afe9fa533f47868a40da96361dcb57704ce6a..0000000000000000000000000000000000000000
--- a/tests/cache-header-tests.js
+++ /dev/null
@@ -1,158 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-http = require('http'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-urlparse = require('urlparse');
-
-var suite = vows.describe('cache header tests');
-suite.options.error = false;
-
-// allow this unit test to be targeted
-var SERVER_URL = process.env['SERVER_URL'] || 'http://127.0.0.1:10002/';
-
-if (!process.env['SERVER_URL']) {
-  // start up a pristine server if we're locally testing
-  start_stop.addStartupBatches(suite);
-}
-
-// now parse out host, port and scheme
-var purl = urlparse(SERVER_URL);
-const method = (purl.scheme === 'https') ? require('https') : require('http');
-
-function doRequest(path, headers, cb) {
-  var req = method.request({
-    port: purl.port,
-    host: purl.host,
-    path: path,
-    headers: headers,
-    agent: false
-  }, function(res) {
-    req.abort();
-    cb(null, res);
-  });
-  req.on('error', function(e) {
-    cb(e);
-  });
-  req.end();
-}
-
-function hasProperFramingHeaders(r, path) {
-  if (['/communication_iframe', '/relay'].indexOf(path) !== -1) {
-    assert.strictEqual(r.headers['x-frame-options'], undefined);
-  } else {
-    assert.strictEqual(r.headers['x-frame-options'],"DENY");
-  }
-}
-
-function hasProperCacheHeaders(path) {
-  return {
-    topic: function() {
-      var self = this;
-      // note we do *two* requests to the same resource.  The way
-      // etagify works is to generate content based hashes on the first
-      // request, and then use them every subsequent request.  This
-      // minimizes complexity and buffering that we do, at the cost of
-      // the first client after server restart possibly getting a couple
-      // extra kilobytes over the wire in a 200-that-shoulda-been-a-304.
-      // See issue #1331 and https://github.com/lloyd/connect-etagify
-      // for more context.
-      doRequest(path, {}, function(err, r) {
-        if (err) self.callback(err, r);
-        else doRequest(path, {}, self.callback);
-      });
-    },
-    "returns 200 with content": function(err, r) {
-      assert.strictEqual(r.statusCode, 200);
-      // check X-Frame-Option headers
-      hasProperFramingHeaders(r, path);
-      // ensure public, max-age=0
-      assert.strictEqual(r.headers['cache-control'], 'public, max-age=0');
-      // the behavior of combining a last-modified date and an etag is undefined by
-      // rfc2616, so let's always use ETags, and ignore last modified date.
-      assert.ok(r.headers['etag'])
-      assert.isUndefined(r.headers['last-modified']);
-      // we need Vary headers as responses may be localized
-      assert.strictEqual(r.headers['vary'], 'Accept-Encoding,Accept-Language');
-    },
-    "followed by a request with if-none-match": {
-      topic: function(err, r) {
-        doRequest(path, {
-          "If-None-Match": r.headers['etag']
-        }, this.callback);
-      },
-      "returns a 304": function(err, r) {
-        if (!err) hasProperFramingHeaders(r, path);
-        assert.strictEqual(r.statusCode, 304);
-      }
-    },
-    "followed by a request with an if-modified-since cache header, and bogus etag": {
-      topic: function(err, r) {
-        var etag = r.headers['etag'] = '"bogus"';
-        // No ETag present in iframes, make one
-        if (['/communication_iframe', '/relay'].indexOf(path) === -1) {
-          etag = r.headers['etag'].replace(/"$/, "bogus\"");
-        }
-        doRequest(path, {
-          "If-None-Match": etag
-        }, this.callback);
-      },
-      "returns a 200": function(err, r) {
-        assert.strictEqual(r.statusCode, 200);
-      }
-    }
-  }
-}
-
-// TODO: the commented urls should gain proper cache headers for conditional GET
-suite.addBatch({
-  '/': hasProperCacheHeaders('/'),
-  '/sign_in': hasProperCacheHeaders('/sign_in'),
-  '/communication_iframe': hasProperCacheHeaders('/communication_iframe'),
-  '/unsupported_dialog': hasProperCacheHeaders('/unsupported_dialog'),
-  '/cookies_disabled': hasProperCacheHeaders('/cookies_disabled'),
-  '/relay': hasProperCacheHeaders('/relay'),
-  '/authenticate_with_primary': hasProperCacheHeaders('/authenticate_with_primary'),
-  '/idp_auth_complete': hasProperCacheHeaders('/idp_auth_complete'),
-  '/forgot': hasProperCacheHeaders('/forgot'),
-  '/signin': hasProperCacheHeaders('/signin'),
-  '/about': hasProperCacheHeaders('/about'),
-  '/tos': hasProperCacheHeaders('/tos'),
-  '/privacy': hasProperCacheHeaders('/privacy'),
-  '/verify_email_address': hasProperCacheHeaders('/verify_email_address'),
-  '/add_email_address': hasProperCacheHeaders('/add_email_address'),
-  '/confirm': hasProperCacheHeaders('/confirm'),
-//  '/pk': hasProperCacheHeaders('/pk'),
-//  '/.well-known/browserid': hasProperCacheHeaders('/.well-known/browserid')
-});
-
-// related to cache headers are correct headers which let us serve static resources
-// (not rendered views) from a different domain, to support CDN compat
-suite.addBatch({
-  "static resources": {
-    topic: function() {
-      doRequest("/favicon.ico", {}, this.callback);
-    },
-    "have proper access control headers": function(err, r) {
-      assert.strictEqual(r.statusCode, 200);
-      assert.strictEqual(r.headers['access-control-allow-origin'],"http://127.0.0.1:10002");
-    }
-  }
-});
-
-// shut the server down and cleanup
-if (!process.env['SERVER_URL']) {
-  start_stop.addShutdownBatches(suite);
-}
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/cert-emails-test.js b/tests/cert-emails-test.js
deleted file mode 100755
index 904236a4d855373961d48550ae60acd6bdd3ad97..0000000000000000000000000000000000000000
--- a/tests/cert-emails-test.js
+++ /dev/null
@@ -1,163 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-ca = require('../lib/keysigner/ca.js'),
-jwcrypto = require("jwcrypto");
-
-var suite = vows.describe('cert-emails');
-
-var token = undefined;
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-// INFO: some of these tests are repeat of sync-emails... to set
-// things up properly for key certification
-
-// create a new account via the api with (first address)
-suite.addBatch({
-  "staging an account": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'syncer@somehost.com',
-      pass: 'fakepass',
-      site:'http://fakesite.com'
-    }),
-    "succeeds": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "verifying account ownership": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', { token: token }).call(this);
-    },
-    "works": function(err, r) {
-      assert.equal(r.code, 200);
-      assert.strictEqual(true, JSON.parse(r.body).success);
-    }
-  }
-});
-
-var cert_key_url = "/wsapi/cert_key";
-
-// generate a keypair, we'll use this to sign assertions, as if
-// this keypair is stored in the browser localStorage
-var kp;
-
-suite.addBatch({
-  "generate a keypair": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm: "RS", keysize: 64}, this.callback);
-    },
-    "works": function(err, keypair) {
-      assert.isNull(err);
-      assert.isObject(keypair);
-      kp = keypair;
-    },
-    "check the public key": {
-      topic: function() {
-        wsapi.get("/pk").call(this);
-      },
-      "returns a 200": function(err, r) {
-        assert.strictEqual(r.code, 200);
-      },
-      "returns the right public key": function(err, r) {
-        var pk = jwcrypto.loadPublicKey(r.body);
-        assert.ok(pk);
-      }
-    },
-    "cert key with no parameters": {
-      topic: function() {
-        wsapi.post(cert_key_url, {}).call(this);
-      },
-      "fails with HTTP 400" : function(err, r) {
-        assert.strictEqual(r.code, 400);
-      }
-    },
-    "cert key invoked with just an email": {
-      topic: function() {
-        wsapi.post(cert_key_url, { email: 'syncer@somehost.com' }).call(this);
-      },
-      "returns a 400" : function(err, r) {
-        assert.strictEqual(r.code, 400);
-      }
-    },
-    "cert key invoked with proper argument": {
-      topic: function() {
-        wsapi.post(cert_key_url, {
-          email: 'syncer@somehost.com',
-          pubkey: kp.publicKey.serialize(),
-          ephemeral: false
-        }).call(this);
-      },
-      "returns a response with a proper content-type" : function(err, r) {
-        assert.strictEqual(r.code, 200);
-      },
-      "generate an assertion": {
-        topic: function(err, r) {
-          var serializedCert = r.body.toString();
-          var expiration = new Date(new Date().getTime() + (2 * 60 * 1000));
-
-          var self = this;
-          jwcrypto.assertion.sign({}, {issuer: "127.0.0.1", expiresAt: expiration, issuedAt: new Date()}, kp.secretKey, function(err, signedObject) {
-            if (err) return self.callback(err);
-            
-            self.callback(null, {
-              certificates: [serializedCert],
-              assertion: signedObject
-            });
-          });
-        },
-        "full bundle looks good": function(err, certs_and_assertion) {
-          assert.isNull(err);
-          assert.equal(certs_and_assertion.certificates[0].split(".").length, 3);
-          assert.equal(certs_and_assertion.assertion.split(".").length, 3);
-        },
-      }
-    },
-    "cert key invoked proper arguments but incorrect email address": {
-      topic: function() {
-        wsapi.post(cert_key_url, {
-          email: 'syncer2@somehost.com',
-          pubkey: kp.publicKey.serialize(),
-          ephemeral: false
-        }).call(this);
-      },
-      "returns a response with a proper error content-type" : function(err, r) {
-        assert.strictEqual(r.code, 400);
-      }
-    }
-  },
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/automation-tests/browserid/tests/check_add_email.py b/tests/check_add_email.py
similarity index 94%
rename from automation-tests/browserid/tests/check_add_email.py
rename to tests/check_add_email.py
index 79e1e00f9be379298ef5a7654125f8a9736c8a92..a8b54426dcb8c376d3432cf684655bd48eaec37e 100644
--- a/automation-tests/browserid/tests/check_add_email.py
+++ b/tests/check_add_email.py
@@ -14,7 +14,7 @@ import restmail
 
 
 @pytest.mark.nondestructive
-class TestSignIn(BaseTest):
+class TestAddEmail(BaseTest):
 
     @pytest.mark.travis
     def test_add_email(self, mozwebqa):
@@ -29,6 +29,7 @@ class TestSignIn(BaseTest):
         signin = SignIn(mozwebqa.selenium, mozwebqa.timeout, expect='returning')
         signin.click_add_another_email_address()
         signin.new_email = user.additional_emails[0]
+        assert signin.new_email == user.additional_emails[0], "new email getter failed"
         signin.click_add_new_email()
         signin.close_window()
         signin.switch_to_main_window()
diff --git a/automation-tests/browserid/tests/check_change_password.py b/tests/check_change_password.py
similarity index 88%
rename from automation-tests/browserid/tests/check_change_password.py
rename to tests/check_change_password.py
index cb9e0501ae30a8c8b2b509e0b65c78caa649e586..1d74279ec2c0cb7e43214acc9b946ac0e27fd75e 100644
--- a/automation-tests/browserid/tests/check_change_password.py
+++ b/tests/check_change_password.py
@@ -12,7 +12,7 @@ from base import BaseTest
 
 
 @pytest.mark.nondestructive
-class TestSignIn(BaseTest):
+class TestChangePassword(BaseTest):
 
     @pytest.mark.travis
     def test_change_password(self, mozwebqa):
@@ -26,8 +26,10 @@ class TestSignIn(BaseTest):
 
         account_manager.click_edit_password()
         account_manager.old_password = user.password
+        assert account_manager.old_password == user.password, "old password getter failed"
         user.password += '_new'
         account_manager.new_password = user.password
+        assert account_manager.new_password == user.password, "new password getter failed"
         account_manager.click_password_done()
         account_manager.click_sign_out()
 
diff --git a/automation-tests/browserid/tests/check_reset_password.py b/tests/check_reset_password.py
similarity index 98%
rename from automation-tests/browserid/tests/check_reset_password.py
rename to tests/check_reset_password.py
index 6dced83572eded7d8ac17a8b7cdd173f22cd9f8e..a8cd17cf55d2afc4b1a6d71d99f07682b8b4b47e 100644
--- a/automation-tests/browserid/tests/check_reset_password.py
+++ b/tests/check_reset_password.py
@@ -14,7 +14,7 @@ import restmail
 
 
 @pytest.mark.nondestructive
-class TestSignIn(BaseTest):
+class TestResetPassword(BaseTest):
 
     @pytest.mark.travis
     def test_reset_password(self, mozwebqa):
diff --git a/automation-tests/browserid/tests/check_sign_in.py b/tests/check_sign_in.py
similarity index 94%
rename from automation-tests/browserid/tests/check_sign_in.py
rename to tests/check_sign_in.py
index 224d3cc270fef34f888886bff30944c397d9e0d2..834b6a29bb7ebaabfd413f836915d131a351f384 100644
--- a/automation-tests/browserid/tests/check_sign_in.py
+++ b/tests/check_sign_in.py
@@ -18,8 +18,6 @@ import restmail
 class TestSignIn(BaseTest):
 
     def test_sign_in_helper(self, mozwebqa):
-        if mozwebqa.email == None:
-            pytest.skip("no --email supplied")
         browser_id = BrowserID(mozwebqa.selenium, mozwebqa.timeout)
         browser_id.sign_in(mozwebqa.email, mozwebqa.password)
 
@@ -27,13 +25,13 @@ class TestSignIn(BaseTest):
             lambda s: s.find_element_by_id('loggedin').is_displayed())
 
     def test_sign_in(self, mozwebqa):
-        if mozwebqa.email == None:
-            pytest.skip("no --email supplied")
         from .. pages.sign_in import SignIn
         signin = SignIn(mozwebqa.selenium, mozwebqa.timeout, expect='new')
         signin.email = mozwebqa.email
+        assert signin.email == mozwebqa.email, "email getter failed"
         signin.click_next(expect='password')
         signin.password = mozwebqa.password
+        assert signin.password == mozwebqa.password, "password getter failed"
         signin.click_sign_in()
 
         WebDriverWait(mozwebqa.selenium, mozwebqa.timeout).until(
@@ -59,6 +57,7 @@ class TestSignIn(BaseTest):
         signin.click_next(expect='verify')
         signin.password = user.password
         signin.verify_password = user.password
+        assert signin.verify_password == user.password, 'verify password getter failed'
         signin.click_verify_email()
         assert signin.check_email_at_address == user.primary_email
 
diff --git a/tests/coarse-user-agent-parser-test.js b/tests/coarse-user-agent-parser-test.js
deleted file mode 100755
index 613a472f4589093d4034434b092b15c24016c109..0000000000000000000000000000000000000000
--- a/tests/coarse-user-agent-parser-test.js
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const fs = require('fs'),
-      // TODO: convert to vows based test (or introduce nodeunit dependency)
-      vows = require('vows'),
-      coarse = require('../lib/coarse_user_agent_parser'),
-      assert = require('assert'),
-      path = require('path');
-
-var suite = vows.describe('coarse-user-agent-parser');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-/* Update test data with https://gist.github.com/2590547 */
-
-suite.addBatch({
-  "UA parsing": {
-    topic: function() {
-      fs.readFile(path.join(__dirname, 'data/user_agents.json'), 'utf-8', this.callback);
-    },
-    "data can be read": function(err, data) {
-      assert.isNull(err);
-    },
-    "with lots of data": {
-      topic: function(err, data) {
-        this.callback(JSON.parse(data));
-      },
-      "demonstrates proper functioning of coarse parser": function(test_data) {
-        for (var i=0; i < test_data.tests.length; i++) {
-          var t = test_data.tests[i];
-          if (t.ua) {
-            var actual = coarse.parse(t.ua);
-            assert.strictEqual(t.os, actual.os, t.ua);
-            assert.strictEqual(t.browser, actual.browser, t.ua);
-            assert.strictEqual(t.version, actual.version, t.ua);
-          }
-        }
-      }
-    }
-  }
-});
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/conformance-test.js b/tests/conformance-test.js
deleted file mode 100755
index 5082ce4b23e4f0efe82495d4f0b8a2576aa334f7..0000000000000000000000000000000000000000
--- a/tests/conformance-test.js
+++ /dev/null
@@ -1,299 +0,0 @@
-#!/usr/bin/env node
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-vows = require('vows'),
-assert = require('assert'),
-path = require('path'),
-jwcrypto = require('jwcrypto');
-
-require("jwcrypto/lib/algs/rs");
-require("jwcrypto/lib/algs/ds");
-
-var suite = vows.describe('Conformance Tests');
-
-var domainKeypair;
-var userKeypair;
-
-suite.addBatch({
-  "generate a keypair": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm: "RS", keysize: 256}, this.callback);
-    },
-    "works" : function(err, kp) {
-      assert.isNull(err);
-      domainKeypair = kp;
-    }
-  }
-});
-
-suite.addBatch({
-  "generate a keypair": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm: "DS", keysize: 128}, this.callback);
-    },
-    "works" : function(err, kp) {
-      assert.isNull(err);
-      userKeypair = kp;
-    }
-  }
-});
-
-/*
- * some functions to do b64url encoding/decoding
- */
-function base64urlencode(arg) {
-  var s = new Buffer(arg).toString('base64'); // window.btoa(arg);
-  s = s.split('=')[0]; // Remove any trailing '='s
-  s = s.replace(/\+/g, '-'); // 62nd char of encoding
-  s = s.replace(/\//g, '_'); // 63rd char of encoding
-  // TODO optimize this; we can do much better
-  return s;
-}
-
-function base64urldecode(arg) {
-  var s = arg;
-  s = s.replace(/-/g, '+'); // 62nd char of encoding
-  s = s.replace(/_/g, '/'); // 63rd char of encoding
-  switch (s.length % 4) // Pad with trailing '='s
-  {
-  case 0: break; // No pad chars in this case
-  case 2: s += "=="; break; // Two pad chars
-  case 3: s += "="; break; // One pad char
-  default: throw new InputException("Illegal base64url string!");
-  }
-  return new Buffer(s,'base64').toString('ascii'); // window.atob(s); // Standard base64 decoder
-}
-
-var BI_RM = "0123456789abcdefghijklmnopqrstuvwxyz";
-function int2char(n) { return BI_RM.charAt(n); }
-
-var b64urlmap="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";
-function b64urltohex(s) {
-  var ret = "";
-  var i;
-  var k = 0; // b64 state, 0-3
-  var slop;
-  for(i = 0; i < s.length; ++i) {
-    var v = b64urlmap.indexOf(s.charAt(i));
-    if(v < 0) continue;
-    if(k == 0) {
-      ret += int2char(v >> 2);
-      slop = v & 3;
-      k = 1;
-    }
-    else if(k == 1) {
-      ret += int2char((slop << 2) | (v >> 4));
-      slop = v & 0xf;
-      k = 2;
-    }
-    else if(k == 2) {
-      ret += int2char(slop);
-      ret += int2char(v >> 2);
-      slop = v & 3;
-      k = 3;
-    }
-    else {
-      ret += int2char((slop << 2) | (v >> 4));
-      ret += int2char(v & 0xf);
-      k = 0;
-    }
-  }
-  if(k == 1)
-    ret += int2char(slop << 2);
-
-  // initial 0? only one for now
-  if (ret[0] == '0')
-    return ret.substring(1);
-  else
-    return ret;
-}
-
-// this function (jwcrypto.extractComponents) is copied here so that
-// a change in the library doesn't mess up these conformance tests.
-function extractComponents(signedObject) {
-  if (typeof(signedObject) != 'string')
-    throw "malformed signature " + typeof(signedObject);
-  
-  var parts = signedObject.split(".");
-  if (parts.length != 3) {
-    throw "signed object must have three parts, this one has " + parts.length;
-  }    
-  
-  var headerSegment = parts[0];
-  var payloadSegment = parts[1];
-  var cryptoSegment = parts[2];  
-
-  // we verify based on the actual string
-  // FIXME: we should validate that the header contains only proper fields
-  var header = JSON.parse(base64urldecode(headerSegment));
-  var payload = JSON.parse(base64urldecode(payloadSegment));
-  var signature = b64urltohex(cryptoSegment);
-
-  return {header: header,
-          payload: payload,
-          signature: signature,
-          headerSegment: headerSegment,
-          payloadSegment: payloadSegment,
-          cryptoSegment: cryptoSegment};
-};
-
-const AUDIENCE = "http://foobar.com";
-const ISSUER = "issuer.com";
-const EMAIL = "john@example.com";
-
-var now = new Date();
-var in_a_minute = new Date(new Date().valueOf() + 60000);
-
-suite.addBatch({
-  "sign an assertion": {
-    topic: function() {
-      jwcrypto.assertion.sign({}, {audience: AUDIENCE, expiresAt: in_a_minute},
-                              userKeypair.secretKey, this.callback);
-    },
-    "works" : function(err, signedObject) {
-      assert.isNull(err);
-    },
-    "has three part": function(err, signedObject) {
-      assert.equal(signedObject.split(".").length, 3);
-    },
-    "and then parsed": {
-      topic: function(signedObject) {
-        return extractComponents(signedObject);
-      },
-      "has proper header": function(components) {
-        assert.isObject(components.header);
-        assert.equal(components.header.alg, 'DS128');
-        assert.equal(Object.keys(components.header).length, 1);
-      },
-      "has proper payload": function(components) {
-        assert.isObject(components.payload);
-        assert.equal(components.payload.exp, in_a_minute.valueOf());
-        assert.equal(components.payload.aud, AUDIENCE);
-
-        // nothing else
-        assert.equal(Object.keys(components.payload).length, 2);
-      },
-      "has proper signature": function(components) {
-        assert.isString(components.signature);
-
-        // 160 bits for r and s, 320 bits together, 80 hex chars
-        // but because of encoding, leading 0s may have gotten removed
-        // likelihood of X zeros, 1/(2^(4X))
-        // let's allow for up to 5 zeros.
-        assert.ok(components.signature.length <= 80);
-        assert.ok(components.signature.length > 75);        
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "sign a cert": {
-    topic: function() {
-      jwcrypto.cert.sign({publicKey: userKeypair.publicKey, principal: {email: EMAIL}},
-                         {issuedAt: now, issuer: ISSUER, expiresAt: in_a_minute},
-                         {},
-                         domainKeypair.secretKey, this.callback);
-    },
-    "works" : function(err, signedObject) {
-      assert.isNull(err);
-    },
-    "has three parts": function(err, signedObject) {
-      assert.equal(signedObject.split(".").length, 3);
-    },
-    "and then parsed": {
-      topic: function(signedObject) {
-        return extractComponents(signedObject);
-      },
-      "has proper header": function(components) {
-        assert.isObject(components.header);
-        assert.equal(components.header.alg, 'RS256');
-        assert.equal(Object.keys(components.header).length, 1);
-      },
-      "has proper payload": function(components) {
-        assert.isObject(components.payload);
-        assert.equal(components.payload.iss, ISSUER);
-        assert.equal(components.payload.exp, in_a_minute.valueOf());
-        assert.equal(components.payload.iat, now.valueOf());
-
-        assert.isObject(components.payload.principal);
-        assert.equal(components.payload.principal.email, EMAIL);
-        assert.equal(Object.keys(components.payload.principal).length, 1);
-
-        assert.equal(JSON.stringify(components.payload['public-key']), userKeypair.publicKey.serialize());
-
-        // nothing else
-        assert.equal(Object.keys(components.payload).length, 5);
-      },
-      "has proper signature": function(components) {
-        assert.isString(components.signature);
-
-        // 2048 bits = 512 hex chars, but could be less. Though very unlikely
-        // to be less than 32 bits less :)
-        assert.ok(480 < components.signature.length);
-        assert.ok(components.signature.length <= 512);
-      }
-    }
-  }
-});
-
-/*
- * and the vectors
- */
-
-var VECTORS = [
-  {
-    assertion: "eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiIxMjcuMC4wLjEiLCJleHAiOjEzMzU1NjI2OTg3NjgsImlhdCI6MTMzNTU1OTA5ODc2OCwicHVibGljLWtleSI6eyJhbGdvcml0aG0iOiJEUyIsInkiOiIyN2Y2OTgzMWIzNzdlMmY1NzRiZGE5Njg1YWJmNTM5OTY1ZDAyNDI2Mjg0ZDZmYzViOWVkMjA0MzJmN2U5Yjg1YTFjMjJiMTQ2M2I0NmQwMzljMTIzOWJkZWI2NDc1ZDZjMDM0MWJlZmRiYzBjYjJmMjQ4MTUzYjRjMzFkZDMxNWFjZjFkZmY0ZWUwYmY2NGY4OTUyN2VlMTlmNTkxNTM3NWFjZTNkNTZjMWQ1NDUzY2FjNmRkMTE4NzU3NTI3MmRhYjBlZGQzMGYxYjRlOTI2Yzg3YTNlNGFjYWY2NmY5MmZlZDFhMDRhYjI3Y2NjNDkxM2FmZTI0ZGRjZjNmZTk4IiwicCI6ImZmNjAwNDgzZGI2YWJmYzViNDVlYWI3ODU5NGIzNTMzZDU1MGQ5ZjFiZjJhOTkyYTdhOGRhYTZkYzM0ZjgwNDVhZDRlNmUwYzQyOWQzMzRlZWVhYWVmZDdlMjNkNDgxMGJlMDBlNGNjMTQ5MmNiYTMyNWJhODFmZjJkNWE1YjMwNWE4ZDE3ZWIzYmY0YTA2YTM0OWQzOTJlMDBkMzI5NzQ0YTUxNzkzODAzNDRlODJhMThjNDc5MzM0MzhmODkxZTIyYWVlZjgxMmQ2OWM4Zjc1ZTMyNmNiNzBlYTAwMGMzZjc3NmRmZGJkNjA0NjM4YzJlZjcxN2ZjMjZkMDJlMTciLCJxIjoiZTIxZTA0ZjkxMWQxZWQ3OTkxMDA4ZWNhYWIzYmY3NzU5ODQzMDljMyIsImciOiJjNTJhNGEwZmYzYjdlNjFmZGYxODY3Y2U4NDEzODM2OWE2MTU0ZjRhZmE5Mjk2NmUzYzgyN2UyNWNmYTZjZjUwOGI5MGU1ZGU0MTllMTMzN2UwN2EyZTllMmEzY2Q1ZGVhNzA0ZDE3NWY4ZWJmNmFmMzk3ZDY5ZTExMGI5NmFmYjE3YzdhMDMyNTkzMjllNDgyOWIwZDAzYmJjNzg5NmIxNWI0YWRlNTNlMTMwODU4Y2MzNGQ5NjI2OWFhODkwNDFmNDA5MTM2YzcyNDJhMzg4OTVjOWQ1YmNjYWQ0ZjM4OWFmMWQ3YTRiZDEzOThiZDA3MmRmZmE4OTYyMzMzOTdhIn0sInByaW5jaXBhbCI6eyJlbWFpbCI6ImJlbkBhZGlkYS5uZXQifX0.MklRRWfQweUwYR2crhFU2EuLyUOZlpY4zJgg9LSWDF1MQIGJtNZAclB_tU4sNWfWyrHBa6ICXGfT9mMbkWwPIZC714clAkCMAQXiL2FhuzZSHlnYRO0_BFLO0LqtxIbwdGAQ0WvmaS5lPCgwHdoJbIHPVupebT1C-nUUu21pBoFI_8sPjzINwGBlE6K6WQQy0KbF2m0VDZY5EAYa4mh4o84xiABCoYZYSEeA9FIzmYRJEVrqYHjQeVucZdqkDDCTEK49nVIR4hi8Mm1EItYDn__HDydZORotzfOHuLmB9xyVgBX_tcKJ9mND7MQJVeOumhDAx9QyXtRUhPhKUTDNgA~eyJhbGciOiJEUzEyOCJ9.eyJleHAiOjEzMzU1NTk0MTU3MzMsImF1ZCI6Imh0dHA6Ly9sb2NhbGhvc3Q6MTAwMDEifQ.BBoFaSGq0UAYDi9vdbsoBegeJ7FHVDxzODiV8MD8pF0emOPp1i_Uzg",
-    root: {"algorithm":"RS","n":"13717766671510433111303151806101127171813773557424962001210686599690717644398501153133960329815327700526221729490916021955004415636643109524427762578738613915853895591332921269523141755077814022043323454871557827878869765578483437974192481801184235473918125161566266295979176194039841474030846700306142580608077665527626562098429368267997746767380874004089196208403356658867000112308693077043530239627194850786092251128137244380236693014852428390414510793421293487373711079360003639159681004539188014924495483277607084448583613608953997565952445532663265804891482606228128383798830560843667395414521699843061983900619","e":"65537"}
-  }
-];
-
-var assertion = VECTORS[0].assertion;
-var pk = jwcrypto.loadPublicKeyFromObject(VECTORS[0].root);
-var now = new Date();
-
-// times
-var timeOfCert = 1335562698768;
-var timeOfAssertion = 1335559415733;
-
-// a bit before both cert and assertion
-var timeThatShouldWork = new Date(Math.min(timeOfCert, timeOfAssertion) - 1000);
-
-suite.addBatch(
-  {
-    "verifying a test-vector assertion that is expired" : {
-      topic: function() {
-        jwcrypto.cert.verifyBundle(
-          assertion, now, function(issuer, next) {
-            process.nextTick(function() {next(null, pk);});
-          },
-          this.callback);
-      },
-      "fails appropriately": function(err, certParamsArray, payload, assertionParams) {
-        assert.equal(err, "assertion has expired");
-      }
-    }    
-});
-
-suite.addBatch(
-  {
-    "verifying a test-vector assertion with appropriate verif time" : {
-      topic: function() {
-        jwcrypto.cert.verifyBundle(
-          assertion, timeThatShouldWork, function(issuer, next) {
-            process.nextTick(function() {next(null, pk);});
-          },
-          this.callback);
-      },
-      "succeed": function(err, certParamsArray, payload, assertionParams) {
-        assert.isNull(err);
-      }
-    }    
-});
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/automation-tests/browserid/tests/conftest.py b/tests/conftest.py
similarity index 100%
rename from automation-tests/browserid/tests/conftest.py
rename to tests/conftest.py
diff --git a/tests/cookie-session-security-test.js b/tests/cookie-session-security-test.js
deleted file mode 100755
index b45d4d6a6588636497f9a2da2603b5f0e0b4d0e8..0000000000000000000000000000000000000000
--- a/tests/cookie-session-security-test.js
+++ /dev/null
@@ -1,76 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-email = require('../lib/email.js');
-
-var suite = vows.describe('cookie-session-security');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-var first_cookie, second_cookie;
-
-function stripExpires(cookieString) {
-  return cookieString.replace(/expires=[^;]*;/, '');
-}
-
-// changed tests that assumed that cookies were coming back in every request
-// because they're not anymore! (2011-12-29)
-
-// certify a key
-suite.addBatch({
-  "get context": {
-    topic: wsapi.get('/wsapi/session_context'),
-    "has a cookie because of CSRF setting" : function(err, r) {
-      // make sure there's NO cookie
-      var cookie = r.headers["set-cookie"];
-      assert.isNotNull(cookie[0]);
-      first_cookie = cookie[0];
-    },
-    "and then session context again": {
-      topic: wsapi.get('/wsapi/logout'),
-      "should not set-cookie": function(err, r) {
-        var cookie = r.headers["set-cookie"];
-        assert.isUndefined(cookie);
-      },
-      "then let's screw it up": {
-        topic: function() {
-          wsapi.clearCookies();
-
-          // mess up the cookie
-          var the_match = first_cookie.match(/browserid_state(?:_[a-z0-9]+)?=([^;]*);/);
-          assert.isNotNull(the_match);
-          var new_cookie_val = the_match[1].substring(0, the_match[1].length - 1);
-          wsapi.injectCookies({browserid_state: new_cookie_val});
-          return "next";
-        },
-        "and then get context": {
-          topic: wsapi.get('/wsapi/session_context'),
-          "and result should have a new cookie for session reset": function(err, r) {
-            var cookie = r.headers["set-cookie"];
-            assert.isNotNull(cookie);
-            assert.isNotNull(cookie[0]);
-            assert.notEqual(first_cookie, cookie[0]);
-          }
-        }
-      }
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/data/cycle.domain/.well-known/browserid b/tests/data/cycle.domain/.well-known/browserid
deleted file mode 100644
index 3c3c21814d2d95774f093bbad0186d9d4826a49c..0000000000000000000000000000000000000000
--- a/tests/data/cycle.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "cycle2.domain" }
diff --git a/tests/data/cycle2.domain/.well-known/browserid b/tests/data/cycle2.domain/.well-known/browserid
deleted file mode 100644
index 22334d71fb7dd8cd2d6552612031c4b3ebae4361..0000000000000000000000000000000000000000
--- a/tests/data/cycle2.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "cycle.domain" }
\ No newline at end of file
diff --git a/tests/data/delegate0.domain/.well-known/browserid b/tests/data/delegate0.domain/.well-known/browserid
deleted file mode 100644
index d12273097e4a22993026cee7cfa2cbfefaa32a42..0000000000000000000000000000000000000000
--- a/tests/data/delegate0.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate1.domain" }
diff --git a/tests/data/delegate1.domain/.well-known/browserid b/tests/data/delegate1.domain/.well-known/browserid
deleted file mode 100644
index f5af2e8e81a0f1584f587f7f312263b661c26843..0000000000000000000000000000000000000000
--- a/tests/data/delegate1.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate2.domain" }
diff --git a/tests/data/delegate10.domain/.well-known/browserid b/tests/data/delegate10.domain/.well-known/browserid
deleted file mode 100644
index 88c678cea1948dbba0dc7b505d8263d9b008158f..0000000000000000000000000000000000000000
--- a/tests/data/delegate10.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate11.domain" }
diff --git a/tests/data/delegate2.domain/.well-known/browserid b/tests/data/delegate2.domain/.well-known/browserid
deleted file mode 100644
index a526a7552d37c4ca6e3b05d3fd21f3a14c8c3ce9..0000000000000000000000000000000000000000
--- a/tests/data/delegate2.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate3.domain" }
diff --git a/tests/data/delegate3.domain/.well-known/browserid b/tests/data/delegate3.domain/.well-known/browserid
deleted file mode 100644
index 41e59a5b1058520dc7ab6176fc325940b2f5cfc7..0000000000000000000000000000000000000000
--- a/tests/data/delegate3.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate4.domain" }
diff --git a/tests/data/delegate4.domain/.well-known/browserid b/tests/data/delegate4.domain/.well-known/browserid
deleted file mode 100644
index c43664eefb8c8666a77a5476e0df8f42d9d2bfc0..0000000000000000000000000000000000000000
--- a/tests/data/delegate4.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate5.domain" }
diff --git a/tests/data/delegate5.domain/.well-known/browserid b/tests/data/delegate5.domain/.well-known/browserid
deleted file mode 100644
index 71ea103e56726f9b9cc284edc742919491002c76..0000000000000000000000000000000000000000
--- a/tests/data/delegate5.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate6.domain" }
diff --git a/tests/data/delegate6.domain/.well-known/browserid b/tests/data/delegate6.domain/.well-known/browserid
deleted file mode 100644
index 1193daef7d0c4b8d69c4366ef039cea7e25fc674..0000000000000000000000000000000000000000
--- a/tests/data/delegate6.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate7.domain" }
diff --git a/tests/data/delegate7.domain/.well-known/browserid b/tests/data/delegate7.domain/.well-known/browserid
deleted file mode 100644
index 811565beed12687518288b44f14188902cbb9791..0000000000000000000000000000000000000000
--- a/tests/data/delegate7.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate8.domain" }
diff --git a/tests/data/delegate8.domain/.well-known/browserid b/tests/data/delegate8.domain/.well-known/browserid
deleted file mode 100644
index 78e2041bb5f96ad97c65a034fbcc4c27962961a1..0000000000000000000000000000000000000000
--- a/tests/data/delegate8.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate9.domain" }
diff --git a/tests/data/delegate9.domain/.well-known/browserid b/tests/data/delegate9.domain/.well-known/browserid
deleted file mode 100644
index 8189ff31c984a8cbca1a69bbe6c8ffc9f59a1a96..0000000000000000000000000000000000000000
--- a/tests/data/delegate9.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "delegate10.domain" }
diff --git a/tests/data/hozed.domain/.well-known/browserid b/tests/data/hozed.domain/.well-known/browserid
deleted file mode 100644
index 936d032fc0b4c3da6b6a053bcf775b744dbe22c7..0000000000000000000000000000000000000000
--- a/tests/data/hozed.domain/.well-known/browserid
+++ /dev/null
@@ -1 +0,0 @@
-{ "authority": "hozed.domain" }
diff --git a/tests/data/lib.jshintrc b/tests/data/lib.jshintrc
deleted file mode 100644
index fa8c0257f97f0e09d30c121ae4930ac6bad0394d..0000000000000000000000000000000000000000
--- a/tests/data/lib.jshintrc
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-  "undef": true,
-  "node": true,
-  "es5": true,
-  "esnext": true,
-  "strict": false,
-  "sub": true
-}
diff --git a/tests/data/user_agents.json b/tests/data/user_agents.json
deleted file mode 100644
index 2352eb70b3083445f99f44f39699e14b39b1ce49..0000000000000000000000000000000000000000
--- a/tests/data/user_agents.json
+++ /dev/null
@@ -1,29065 +0,0 @@
-{
-  "tests": [
-    {
-      "comment": "Android Webkit Browser"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 4.0.3; de-ch; HTC Sensation Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3; en-us) AppleWebKit/999+ (KHTML, like Gecko) Safari/999.9",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 999
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; HTC_IncredibleS_S710e Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; HTC Vision Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; HTC Desire Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; T-Mobile myTouch 3G Slide Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.3; zh-tw; HTC_Pyramid Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.3; zh-tw; HTC_Pyramid Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari",
-      "os": "Android",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.3; zh-tw; HTC Pyramid Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.3; ko-kr; LG-LU3000 Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; HTC_DesireS_S510e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; HTC_DesireS_S510e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile",
-      "os": "Android",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.3; de-de; HTC Desire Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.3.3; de-ch; HTC Desire Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.2; fr-lu; HTC Legend Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.2; en-sa; HTC_DesireHD_A9191 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; HTC_DesireZ_A7272 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.2.1; en-gb; HTC_DesireZ_A7272 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.2.1; en-ca; LG-P505R Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; Android 2.2.1; de-de; HTC_Wildfire_A3333 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "More Android Webkit Browser  user agents strings --&gt;&gt;",
-      "os": "Android",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "comment": "BlackBerry"
-    },
-    {
-      "ua": "BlackBerry",
-      "os": "BlackBerry",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.346 Mobile Safari/534.11+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9860; en-US) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.254 Mobile Safari/534.11+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9850; en-US) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.254 Mobile Safari/534.11+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9850; en-US) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.115 Mobile Safari/534.11+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9850; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.254 Mobile Safari/534.11+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; zh-TW) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.448 Mobile Safari/534.8+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; zh-TW) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.246 Mobile Safari/534.1+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; tr) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.246 Mobile Safari/534.1+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; it) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.668 Mobile Safari/534.8+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; fr) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.246 Mobile Safari/534.1+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.701 Mobile Safari/534.8+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.466 Mobile Safari/534.8+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.450 Mobile Safari/534.8+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.448 Mobile Safari/534.8+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.446 Mobile Safari/534.8+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.201 Mobile Safari/534.1+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.1+ (KHTML, like Gecko)",
-      "os": "BlackBerry",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-GB) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.337 Mobile Safari/534.1+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.448 Mobile Safari/534.8+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (BlackBerry; U; BlackBerry 9700; pt) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.546 Mobile Safari/534.8+",
-      "os": "BlackBerry",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "More BlackBerry  user agents strings --&gt;&gt;",
-      "os": "BlackBerry",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "comment": "Chrome"
-    },
-    {
-      "ua": "Google",
-      "os": "Unknown",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Google",
-      "os": "Unknown",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Chrome",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1092.0 Safari/536.6",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 20
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1090.0 Safari/536.6",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 20
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.9 Safari/536.5",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.36 Safari/536.5",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1063.0 Safari/536.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1063.0 Safari/536.3",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1062.0 Safari/536.3",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1062.0 Safari/536.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.0 Safari/536.3",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/19.0.1055.1 Safari/535.24",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/19.0.1055.1 Safari/535.24",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/19.0.1055.1 Safari/535.24",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.22 (KHTML, like Gecko) Chrome/19.0.1047.0 Safari/535.22",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.21 (KHTML, like Gecko) Chrome/19.0.1042.0 Safari/535.21",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.21 (KHTML, like Gecko) Chrome/19.0.1041.0 Safari/535.21",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.20 (KHTML, like Gecko) Chrome/19.0.1036.7 Safari/535.20",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 19
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/18.6.872.0 Safari/535.2 UNTRUSTED/1.0 3gpp-gba UNTRUSTED/1.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 18
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; CrOS i686 1660.57.0) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.46 Safari/535.19",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 18
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.45 Safari/535.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 18
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.45 Safari/535.19",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 18
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.45 Safari/535.19",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 18
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.151 Safari/535.19",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 18
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.10 Chromium/18.0.1025.142 Chrome/18.0.1025.142 Safari/535.19",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 18
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.11 Safari/535.19",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 18
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.10 Chromium/17.0.963.65 Chrome/17.0.963.65 Safari/535.11",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.04 Chromium/17.0.963.65 Chrome/17.0.963.65 Safari/535.11",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/10.10 Chromium/17.0.963.65 Chrome/17.0.963.65 Safari/535.11",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.10 Chromium/17.0.963.65 Chrome/17.0.963.65 Safari/535.11",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.04 Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/535.11",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.12 Safari/535.11",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.8 (KHTML, like Gecko) Chrome/17.0.940.0 Safari/535.8",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 17
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7ad-imcjapan-syosyaman-xkgi3lqg03!wgz",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; CrOS i686 1193.158.0) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7xs5D9rRDFpg2g",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.8 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.8",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.6 (KHTML, like Gecko) Chrome/16.0.897.0 Safari/535.6",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 16
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.54 Safari/535.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Ubuntu/11.10 Chromium/15.0.874.120 Chrome/15.0.874.120 Safari/535.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.120 Safari/535.2",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.872.0 Safari/535.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, like Gecko) Ubuntu/11.04 Chromium/15.0.871.0 Chrome/15.0.871.0 Safari/535.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.864.0 Safari/535.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.861.0 Safari/535.2",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.861.0 Safari/535.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.861.0 Safari/535.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.860.0 Safari/535.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Chrome/15.0.860.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/15.0.860.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.825.0 Chrome/14.0.825.0 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.824.0 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.815.10913 Safari/535.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.815.0 Safari/535.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.814.0 Chrome/14.0.814.0 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.814.0 Safari/535.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.04 Chromium/14.0.813.0 Chrome/14.0.813.0 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.812.0 Safari/535.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.811.0 Safari/535.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.810.0 Safari/535.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.810.0 Safari/535.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.809.0 Safari/535.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.10 Chromium/14.0.808.0 Chrome/14.0.808.0 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.04 Chromium/14.0.808.0 Chrome/14.0.808.0 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.04 Chromium/14.0.804.0 Chrome/14.0.804.0 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.803.0 Chrome/14.0.803.0 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.801.0 Safari/535.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.801.0 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.794.0 Safari/535.1",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.794.0 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.792.0 Safari/535.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.792.0 Safari/535.1",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.792.0 Safari/535.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.790.0 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.790.0 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; CrOS i686 13.587.48) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.43 Safari/535.1",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 ArchLinux (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/13.0.782.41 Chrome/13.0.782.41 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_3) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_3) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.32 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux amd64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; CrOS i686 0.13.587) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.14 Safari/535.1",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.1 Safari/535.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.36 (KHTML, like Gecko) Chrome/13.0.766.0 Safari/534.36",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux amd64) AppleWebKit/534.36 (KHTML, like Gecko) Chrome/13.0.766.0 Safari/534.36",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.35 (KHTML, like Gecko) Ubuntu/10.10 Chromium/13.0.764.0 Chrome/13.0.764.0 Safari/534.35",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; CrOS i686 0.13.507) AppleWebKit/534.35 (KHTML, like Gecko) Chrome/13.0.763.0 Safari/534.35",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.33 (KHTML, like Gecko) Ubuntu/9.10 Chromium/13.0.752.0 Chrome/13.0.752.0 Safari/534.33",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.31 (KHTML, like Gecko) Chrome/13.0.748.0 Safari/534.31",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 13
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.750.0 Safari/534.30",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; CrOS i686 12.433.109) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.93 Safari/534.30",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; CrOS i686 12.0.742.91) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.93 Safari/534.30",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/12.0.742.91",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.91 Chromium/12.0.742.91 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.68 Safari/534.30",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.60 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.53 Safari/534.30",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.113 Safari/534.30",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.10 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.10 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 7.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows 8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; CrOS i686 12.433.216) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.105 Safari/534.30",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Slackware/Chrome/12.0.742.100 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.724.100 Safari/534.30",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.25 (KHTML, like Gecko) Chrome/12.0.706.0 Safari/534.25",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.25 (KHTML, like Gecko) Chrome/12.0.704.0 Safari/534.25",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Ubuntu/10.10 Chromium/12.0.703.0 Chrome/12.0.703.0 Safari/534.24",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Ubuntu/10.10 Chromium/12.0.702.0 Chrome/12.0.702.0 Safari/534.24",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/12.0.702.0 Safari/534.24",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/12.0.702.0 Safari/534.24",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.700.3 Safari/534.24",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.699.0 Safari/534.24",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.699.0 Safari/534.24",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.698.0 Safari/534.24",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.697.0 Safari/534.24",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/11.0.696.50",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.43 Safari/534.24",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.14 Safari/534.24",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.12 Safari/534.24",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.12 Safari/534.24",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Ubuntu/10.04 Chromium/11.0.696.0 Chrome/11.0.696.0 Safari/534.24",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.0 Safari/534.24",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.694.0 Safari/534.24",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.23 (KHTML, like Gecko) Chrome/11.0.686.3 Safari/534.23",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.21 (KHTML, like Gecko) Chrome/11.0.682.0 Safari/534.21",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.21 (KHTML, like Gecko) Chrome/11.0.678.0 Safari/534.21",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_0; en-US) AppleWebKit/534.21 (KHTML, like Gecko) Chrome/11.0.678.0 Safari/534.21",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.672.2 Safari/534.20",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.672.2 Safari/534.20",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.672.2 Safari/534.20",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.669.0 Safari/534.20",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.19 (KHTML, like Gecko) Chrome/11.0.661.0 Safari/534.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.18 (KHTML, like Gecko) Chrome/11.0.661.0 Safari/534.18",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.18 (KHTML, like Gecko) Chrome/11.0.660.0 Safari/534.18",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/11.0.655.0 Safari/534.17",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/11.0.655.0 Safari/534.17",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/11.0.654.0 Safari/534.17",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/11.0.652.0 Safari/534.17",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.82 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux armv7l; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.133 Chrome/10.0.648.133 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.133 Chrome/10.0.648.133 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.127 Chrome/10.0.648.127 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.11 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru-RU; AppleWebKit/534.16; KHTML; like Gecko; Chrome/10.0.648.11;Safari/534.16)",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru-RU) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.11 Safari/534.16",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.11 Safari/534.16",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.0 Chrome/10.0.648.0 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.0 Chrome/10.0.648.0 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.0 Safari/534.16",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.642.0 Chrome/10.0.642.0 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.639.0 Safari/534.16",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.638.0 Safari/534.16",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.634.0 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.634.0 Safari/534.16",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 SUSE/10.0.626.0 (KHTML, like Gecko) Chrome/10.0.626.0 Safari/534.16",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Chrome/10.0.613.0 Safari/534.15",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.613.0 Chrome/10.0.613.0 Safari/534.15",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Ubuntu/10.04 Chromium/10.0.612.3 Chrome/10.0.612.3 Safari/534.15",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Chrome/10.0.612.1 Safari/534.15",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.611.0 Chrome/10.0.611.0 Safari/534.15",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.602.0 Safari/534.14",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.601.0 Safari/534.14",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.601.0 Safari/534.14",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/540.0 (KHTML,like Gecko) Chrome/9.1.0.0 Safari/540.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/540.0 (KHTML, like Gecko) Ubuntu/10.10 Chrome/9.1.0.0 Safari/540.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/9.0.601.0 Safari/534.14",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Ubuntu/10.10 Chromium/9.0.600.0 Chrome/9.0.600.0 Safari/534.14",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/9.0.600.0 Safari/534.14",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.599.0 Safari/534.13",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.44 Safari/534.13",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.19 Safari/534.13",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.15 Safari/534.13",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.15 Safari/534.13",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13 v1333515017.9196",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)  AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.596.0 Safari/534.13",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Ubuntu/10.04 Chromium/9.0.595.0 Chrome/9.0.595.0 Safari/534.13",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Ubuntu/9.10 Chromium/9.0.592.0 Chrome/9.0.592.0 Safari/534.13",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Windows NT 6; en-US) AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.587.0 Safari/534.12",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows  U  Windows NT 5.1  en-US) AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.583.0 Safari/534.12",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.579.0 Safari/534.12",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.576.0 Safari/534.12",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/540.0 (KHTML, like Gecko) Ubuntu/10.10 Chrome/8.1.0.0 Safari/540.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.558.0 Safari/534.10",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; CrOS i686 0.9.130; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.344 Safari/534.10",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.343 Safari/534.10",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.341 Safari/534.10",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.339 Safari/534.10",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.339",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Ubuntu/10.10 Chromium/8.0.552.237 Chrome/8.0.552.237 Safari/534.10",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/533.3",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.210 Safari/534.10",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.200 Safari/534.10",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.551.0 Safari/534.10",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.548.0 Safari/534.10",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.544.0 Safari/534.10",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.540.0 Safari/534.10",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.540.0 Safari/534.10",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.540.0 Safari/534.10",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.540.0 Safari/534.10",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.9 (KHTML, like Gecko) Chrome/7.0.531.0 Safari/534.9",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.8 (KHTML, like Gecko) Chrome/7.0.521.0 Safari/534.8",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.24 Safari/534.7",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr-FR) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.514.0 Safari/534.7",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.514.0 Safari/534.7",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.514.0 Safari/534.7",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.6 (KHTML, like Gecko) Chrome/7.0.500.0 Safari/534.6",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.6 (KHTML, like Gecko) Chrome/7.0.498.0 Safari/534.6",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (ipad Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.6 (KHTML, like Gecko) Chrome/7.0.498.0 Safari/534.6",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/7.0.0 Safari/700.13",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.4 (KHTML, like Gecko) Chrome/6.0.481.0 Safari/534.4",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.53 Safari/534.3",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.33 Safari/534.3",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.470.0 Safari/534.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.464.0 Safari/534.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.464.0 Safari/534.3",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.463.0 Safari/534.3",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.462.0 Safari/534.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.462.0 Safari/534.3",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.461.0 Safari/534.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.461.0 Safari/534.3",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.461.0 Safari/534.3",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.460.0 Safari/534.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.460.0 Safari/534.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.460.0 Safari/534.3",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.459.0 Safari/534.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.0 Safari/534.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.0 Safari/534.3",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.457.0 Safari/534.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.456.0 Safari/534.3",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.454.0 Safari/534.2",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.454.0 Safari/534.2",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.453.1 Safari/534.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.453.1 Safari/534.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.453.1 Safari/534.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.451.0 Safari/534.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.1 SUSE/6.0.428.0 (KHTML, like Gecko) Chrome/6.0.428.0 Safari/534.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.428.0 Safari/534.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.428.0 Safari/534.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.428.0 Safari/534.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.427.0 Safari/534.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.422.0 Safari/534.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.417.0 Safari/534.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.416.0 Safari/534.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.414.0 Safari/534.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.9 (KHTML, like Gecko) Chrome/6.0.400.0 Safari/533.9",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.8 (KHTML, like Gecko) Chrome/6.0.397.0 Safari/533.8",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/6.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.999 Safari/533.4",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/533.4",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.126 Safari/533.4",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; fr-FR) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.126 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.370.0 Safari/533.4",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.368.0 Safari/533.4",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.366.2 Safari/533.4",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.366.0 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.366.0 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.363.0 Safari/533.3",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.359.0 Safari/533.3",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; x86_64 Linux; en_GB, en_US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.358.0 Safari/533.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.358.0 Safari/533.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.358.0 Safari/533.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.357.0 Safari/533.3",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.356.0 Safari/533.3",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.355.0 Safari/533.3",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.354.0 Safari/533.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.354.0 Safari/533.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.353.0 Safari/533.3",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.353.0 Safari/533.3",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.343.0 Safari/533.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.343.0 Safari/533.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_0; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.7 Safari/533.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.7 Safari/533.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.5 Safari/533.2",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.3 Safari/533.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.3 Safari/533.2",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.2 Safari/533.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/5.0.335.0 Safari/533.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN) AppleWebKit/533.16 (KHTML, like Gecko) Chrome/5.0.335.0 Safari/533.16",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.310.0 Safari/532.9",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.309.0 Safari/532.9",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.308.0 Safari/532.9",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.11 Safari/532.9",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.1 Safari/532.9",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1025 Safari/532.5",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.302.2 Safari/532.8",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.288.1 Safari/532.8",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.277.0 Safari/532.8",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Slackware Linux x86_64; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.30 Safari/532.5",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; it-IT) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.25 Safari/532.5",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.0 Safari/532.5",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.0 Safari/532.5",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.246.0 Safari/532.5",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.241.0 Safari/532.4",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.237.0 Safari/532.4 Debian",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Chrome/4.0.227.0 Safari/532.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Chrome/4.0.224.2 Safari/532.3",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Chrome/4.0.223.5 Safari/532.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.4 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.3 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE) Chrome/4.0.223.3 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.2 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.2 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.2 Safari/532.2",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.2 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.1 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.1 Safari/532.2",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.1 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.0 Safari/532.2",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.8 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.7 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.6 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.6 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.6 Safari/532.2",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.5 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.5 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.5 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.5 Safari/532.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.4 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.4 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.4 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.4 Safari/532.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.3 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.3 Safari/532.2",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.3 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.2 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.2 Safari/532.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.12 Safari/532.2",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.12 Safari/532.2",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.12 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.1 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.0 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.8 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.8 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.8 Safari/532.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.8 Safari/532.2",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.7 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.6 Safari/532.2",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.6 Safari/532.2",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.6 Safari/532.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.3 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.0 Safari/532.2",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.220.1 Safari/532.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.6 Safari/532.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.5 Safari/532.1",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.5 Safari/532.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.4 Safari/532.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.3 Safari/532.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.3 Safari/532.1",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.3 Safari/532.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.0 Safari/532.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.0 Safari/532.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.0 Safari/532.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.0 Safari/532.1",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.0 Safari/532.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.212.1 Safari/532.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.212.1 Safari/532.1",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.1",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.7 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.7 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.4 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.4 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.4 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.0 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.0 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.210.0 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.210.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.209.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.209.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.209.0 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.209.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.208.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.208.0 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.208.0 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.208.0 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.208.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.0 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.0 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.205.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.204.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.204.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.204.0 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.204.0 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.204.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.4 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.2 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.2 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0 (x86_64); de-DE) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.2 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.2 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/525.13.",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.201.1 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.201.1 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.201.1 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.201.0 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.1 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.1 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.0 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.0 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.11 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.11 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.11 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.11 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.0 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196.2 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196.2 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196.2 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196.0 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196 Safari/532.0",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.4 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/4.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.3 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.3 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/6.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML,like Gecko) Chrome/3.0.195.27",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.24 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.24 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.20 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.20 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.17 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.17 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.10 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.10 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.10 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.1 Safari/532.0",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.1 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.1 Safari/532.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.1 Safari/532.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/531.4 (KHTML, like Gecko) Chrome/3.0.194.0 Safari/531.4",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.4 (KHTML, like Gecko) Chrome/3.0.194.0 Safari/531.4",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.193.2 Safari/531.3",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.193.2 Safari/531.3",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.193.2 Safari/531.3",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.193.0 Safari/531.3",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.192 Safari/531.3",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/3.0.191.3 Safari/531.2",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/3.0.191.0 Safari/531.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/3.0.191.0 Safari/531.0",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/2.0.182.0 Safari/532.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/2.0.182.0 Safari/531.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.0 (KHTML, like Gecko) Chrome/2.0.182.0 Safari/531.0",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.8 (KHTML, like Gecko) Chrome/2.0.178.0 Safari/530.8",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.8 (KHTML, like Gecko) Chrome/2.0.177.1 Safari/530.8",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.8 (KHTML, like Gecko) Chrome/2.0.177.0 Safari/530.8",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.177.0 Safari/530.7",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.176.0 Safari/530.7",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.176.0 Safari/530.7",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.175.0 Safari/530.7",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.175.0 Safari/530.7",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.175.0 Safari/530.6",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.6",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.6",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.6",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.5",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.6",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.173.1 Safari/530.5",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.173.1 Safari/530.5",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.173.0 Safari/530.5",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.8 Safari/530.5",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/6.0 (Windows; U; Windows NT 6.0; en-US) Gecko/2009032609 Chrome/2.0.172.6 Safari/530.7",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/6.0 (Windows; U; Windows NT 6.0; en-US) Gecko/2009032609 (KHTML, like Gecko) Chrome/2.0.172.6 Safari/530.7",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.6 Safari/530.5",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.43 Safari/530.5",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.43 Safari/530.5",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.43 Safari/530.5",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.43 Safari/530.5",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.42 Safari/530.5",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.40 Safari/530.5",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.40 Safari/530.5",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.39 Safari/530.5",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.39 Safari/530.5",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.23 Safari/530.5",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.2 Safari/530.5",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.2 Safari/530.5",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.4 (KHTML, like Gecko) Chrome/2.0.172.0 Safari/530.4",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; eu) AppleWebKit/530.4 (KHTML, like Gecko) Chrome/2.0.172.0 Safari/530.4",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/530.4 (KHTML, like Gecko) Chrome/2.0.172.0 Safari/530.4",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.0 Safari/530.5",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.4 (KHTML, like Gecko) Chrome/2.0.171.0 Safari/530.4",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.1 (KHTML, like Gecko) Chrome/2.0.170.0 Safari/530.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.1 (KHTML, like Gecko) Chrome/2.0.169.0 Safari/530.1",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.1 (KHTML, like Gecko) Chrome/2.0.168.0 Safari/530.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.1 (KHTML, like Gecko) Chrome/2.0.164.0 Safari/530.1",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.0 (KHTML, like Gecko) Chrome/2.0.162.0 Safari/530.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.0 (KHTML, like Gecko) Chrome/2.0.160.0 Safari/530.0",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.10 (KHTML, like Gecko) Chrome/2.0.157.2 Safari/528.10",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.10 (KHTML, like Gecko) Chrome/2.0.157.2 Safari/528.10",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/528.10 (KHTML, like Gecko) Chrome/2.0.157.2 Safari/528.10",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.11 (KHTML, like Gecko) Chrome/2.0.157.0 Safari/528.11",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.9 (KHTML, like Gecko) Chrome/2.0.157.0 Safari/528.9",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.11 (KHTML, like Gecko) Chrome/2.0.157.0 Safari/528.11",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.10 (KHTML, like Gecko) Chrome/2.0.157.0 Safari/528.10",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.1 Safari/528.8",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.1 Safari/528.8",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.1 Safari/528.8",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.0 Version/3.2.1 Safari/528.8",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.0 Safari/528.8",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/1.0.156.0 Safari/528.8",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.59 Safari/525.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.59 Safari/525.19",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/4.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.59 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.55 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.55 Safari/525.19",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/525.19 (KHTML, like   Gecko) Chrome/1.0.154.53 Safari/525.19",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.50 Safari/525.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.50 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.48 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.46 Safari/525.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.42 Safari/525.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.39 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.4.154.31 Safari/525.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.4.154.18 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.4 (KHTML, like Gecko) Chrome/0.3.155.0 Safari/528.4",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.3.155.0 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.3.154.9 Safari/525.19",
-      "os": "Windows NT 6.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.3.154.6 Safari/525.19",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.153.1 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.153.0 Safari/525.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.153.0 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.152.0 Safari/525.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.152.0 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.151.0 Safari/525.19",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.151.0 Safari/525.19",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.151.0 Safari/525.19",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.6 Safari/525.13",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.6 Safari/525.13",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13",
-      "os": "Windows NT 6.0",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13(KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13",
-      "os": "Windows NT 5.1",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13",
-      "os": "Unknown",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13",
-      "os": "Linux",
-      "browser": "Chrome",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Mac OS X 10_6_1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/ Safari/530.5",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Mac OS X 10_5_7; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/ Safari/530.5",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/530.9 (KHTML, like Gecko) Chrome/ Safari/530.9",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/ Safari/530.6",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/ Safari/530.5",
-      "os": "Macintosh",
-      "browser": "Chrome",
-      "version": "Unknown"
-    },
-    {
-      "comment": "Safari"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 534
-    },
-    {
-      "ua": "Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko ) Version/5.1 Mobile/9B176 Safari/7534.48.3",
-      "os": "iPad",
-      "browser": "Safari",
-      "version": 7534
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; de-at) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; da-dk) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; tr-TR) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ko-KR) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr-FR) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; cs-CZ) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; zh-cn) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; ja-jp) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; ja-jp) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; zh-cn) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; sv-se) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; ko-kr) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; ja-jp) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; it-it) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; fr-fr) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; es-es) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-gb) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; de-de) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "More Safari 5.0.4 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; sv-SE) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ja-JP) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; hu-HU) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-DE) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/534.16+ (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; fr-ch) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; de-de) AppleWebKit/534.15+ (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; ar) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Android 2.2; Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
-      "os": "Android",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-HK) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; tr-TR) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; nb-NO) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; zh-cn) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3_3 like Mac OS X; ja-jp) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5",
-      "os": "iPod",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3_1 like Mac OS X; zh-cn) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5",
-      "os": "iPod",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2_1 like Mac OS X; he-il) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5",
-      "os": "iPod",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; fr; CPU iPhone OS 4_2_1 like Mac OS X; fr) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148a Safari/6533.18.5",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; zh-tw) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3 like Mac OS X; pl-pl) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F190 Safari/6533.18.5",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3 like Mac OS X; fr-fr) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F190 Safari/6533.18.5",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3 like Mac OS X; en-gb) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F190 Safari/6533.18.5",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; ru-ru) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; nb-no) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148a Safari/6533.18.5",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; it-it) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148a Safari/6533.18.5",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; fr) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148a Safari/6533.18.5",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6533
-    },
-    {
-      "ua": "More Safari 5.0.2 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/533.17.8 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; th-th) AppleWebKit/533.17.8 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+",
-      "os": "Linux",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-ca) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+",
-      "os": "Linux",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ja-JP) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; ja-jp) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; fr) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; zh-cn) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; ru-ru) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; ko-kr) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; it-it) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; HTC-P715a; en-ca) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/534.1+ (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-au) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; el-gr) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; ca-es) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; zh-tw) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; ja-jp) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; it-it) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "More Safari 5.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-en) AppleWebKit/533.16 (KHTML, like Gecko) Version/4.1 Safari/533.16",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; nl-nl) AppleWebKit/533.16 (KHTML, like Gecko) Version/4.1 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; ja-jp) AppleWebKit/533.16 (KHTML, like Gecko) Version/4.1 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; de-de) AppleWebKit/533.16 (KHTML, like Gecko) Version/4.1 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7; en-us) AppleWebKit/533.4 (KHTML, like Gecko) Version/4.1 Safari/533.4",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; nb-no) AppleWebKit/533.16 (KHTML, like Gecko) Version/4.1 Safari/533.16",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 533
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/526.9 (KHTML, like Gecko) Version/4.0dp1 Safari/526.8",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 526
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; tr) AppleWebKit/528.4+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 526
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/528.4+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 526
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; de) AppleWebKit/528.4+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 526
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20081212 Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/526.9 (KHTML, like Gecko) Version/4.0dp1 Safari/526.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 526
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-gb) AppleWebKit/528.10+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 526
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit/528.4+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 526
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-gb) AppleWebKit/528.4+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 526
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-gb) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; da-dk) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; ja-jp) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/533.4+ (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; de-de) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; ja-jp) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; nl-nl) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B5097d Safari/6531.22.7",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6531
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 6531
-    },
-    {
-      "ua": "Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10gin_lib.cc",
-      "os": "iPad",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10",
-      "os": "iPad",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/123",
-      "os": "iPad",
-      "browser": "Safari",
-      "version": 123
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-TW) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ko-KR) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE) AppleWebKit/532+ (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_1; en_GB, en_US) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; hu-hu) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.21.11 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; ru-ru) AppleWebKit/533.2+ (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; de-at) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (iPhone Simulator; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7D11 Safari/531.21.10",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (iPad;U;CPU OS 3_2_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B500 Safari/531.21.10",
-      "os": "iPad",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (iPad; U; CPU OS 3_2_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B500 Safari/53",
-      "os": "iPad",
-      "browser": "Safari",
-      "version": 53
-    },
-    {
-      "ua": "Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; es-es) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10",
-      "os": "iPad",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; es-es) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B360 Safari/531.21.10",
-      "os": "iPad",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "More Safari 4.0.4 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-ch) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/532.0+ (KHTML, like Gecko) Version/4.0.3 Safari/531.9.2009",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/532.0+ (KHTML, like Gecko) Version/4.0.3 Safari/531.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; nl-nl) AppleWebKit/532.3+ (KHTML, like Gecko) Version/4.0.3 Safari/531.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; fi-fi) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.3 Safari/531.21.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6) AppleWebKit/531.4 (KHTML, like Gecko) Version/4.0.3 Safari/531.4",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 531
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532+ (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-TW) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl-PL) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_7; en-us) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/4.0.1 Safari/530.18",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.1 Safari/530.18",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 530
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru-RU) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; hu-HU) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; he-IL) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; he-IL) AppleWebKit/528+ (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-es) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-DE) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nb-NO) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu-HU) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fi-FI) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 528
-    },
-    {
-      "ua": "More Safari 4.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 Safari/525.29",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; ja-jp) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/3.2.3 Safari/525.28.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; de-de) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 Safari/525.28.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1",
-      "os": "Windows NT 6.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE) AppleWebKit/528+ (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nb-NO) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko-KR) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE) AppleWebKit/528+ (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; ja-jp) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; nl-nl) AppleWebKit/530.0+ (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; fr-fr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; en-us) AppleWebKit/530.1+ (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; sv-se) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; pl-pl) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; it-it) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; fr-fr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; es-es) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; zh-tw) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; ru-ru) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; nb-no) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; ko-kr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; it-it) AppleWebKit/528.8+ (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; it-it) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; hr-hr) AppleWebKit/530.1+ (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; fr-fr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "More Safari 3.2.1 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; hu-HU) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.13",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.13",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_5; fi-fi) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_5; en-us) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; sv-se) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; ja-jp) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.25 (KHTML, like Gecko) Version/3.2 Safari/525.25",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl-PL) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; pt-BR) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT) AppleWebKit/525+ (KHTML, like Gecko) Version/3.1.2 Safari/525.21",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.1.2 Safari/525.21",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_5; fr-fr) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_4; fr-fr) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; sv-se) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; fr) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/530.6+ (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.7+ (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.4+ (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-gb) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "More Safari 3.1.2 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.17",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.17",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.17",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525+ (KHTML, like Gecko) Version/3.1.1 Safari/525.17",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ca-es) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_0_1 like Mac OS X; fr-fr) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5G77 Safari/525.20",
-      "os": "iPhone",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_3; sv-se) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_3; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_3; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; ja-jp) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; de-de) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; nl-nl) AppleWebKit/527+ (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; nb-no) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; hu-hu) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; es-es) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; en-ca) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; ja-jp) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "More Safari 3.1.1 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; ru-RU) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13.3",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; da-DK) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13.3",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_4; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2; en-gb) AppleWebKit/526+ (KHTML, like Gecko) Version/3.1 Safari/525.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2; en-gb) AppleWebKit/526+ (KHTML, like Gecko) Version/3.1 iPhone",
-      "os": "iPhone",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; nl-nl) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; zh-tw) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; pt-br) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; it-it) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; fr-fr) AppleWebKit/525.9 (KHTML, like Gecko) Version/3.1 Safari/525.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; es-es) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/526.1+ (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/525.9 (KHTML, like Gecko) Version/3.1 Safari/525.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/525.7 (KHTML, like Gecko) Version/3.1 Safari/525.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-gb) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-au) AppleWebKit/525.8+ (KHTML, like Gecko) Version/3.1 Safari/525.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "More Safari 3.1 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en) AppleWebKit/525+ (KHTML, like Gecko) Version/3.0.4 Safari/523.11",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; da-dk) AppleWebKit/523.15.1 (KHTML, like Gecko) Version/3.0.4 Safari/523.15",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_4; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.0.4 Safari/523.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.3+ (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; sv-se) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; sv-se) AppleWebKit/523.10.6 (KHTML, like Gecko) Version/3.0.4 Safari/523.10.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; sv-se) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; ko-kr) AppleWebKit/523.15.1 (KHTML, like Gecko) Version/3.0.4 Safari/523.15",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; ja-jp) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; ja-jp) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; it-it) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; it-it) AppleWebKit/523.10.6 (KHTML, like Gecko) Version/3.0.4 Safari/523.10.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr-fr) AppleWebKit/525.1+ (KHTML, like Gecko) Version/3.0.4 Safari/523.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr-fr) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; es-es) AppleWebKit/523.15.1 (KHTML, like Gecko) Version/3.0.4 Safari/523.15",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/525.1+ (KHTML, like Gecko) Version/3.0.4 Safari/523.10",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "More Safari 3.0.4 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; cs) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; da-DK) AppleWebKit/523.11.1+ (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; da) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/523.6 (KHTML, like Gecko) Version/3.0.3 Safari/523.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/523.3+ (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ca-es) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; ru-ru) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/523.9+ (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/523.5+ (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/523.2+ (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "More Safari 3.0.3 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; nl) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; zh) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; el) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/522+ (KHTML, like Gecko) Version/3.0.2 Safari/522.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/522+ (KHTML, like Gecko) Version/3.0.2 Safari/522.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fi) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; th) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.4.1+ (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE) AppleWebKit/523.13 (KHTML, like Gecko) Version/3.0 Safari/523.13",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; nl) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; da-DK) AppleWebKit/523.12.9 (KHTML, like Gecko) Version/3.0 Safari/523.12.9",
-      "os": "Windows NT 6.0",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; pt) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; nl) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr-TR) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/525+ (KHTML, like Gecko) Version/3.0 Safari/523.15",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL) AppleWebKit/523.12.9 (KHTML, like Gecko) Version/3.0 Safari/523.12.9",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nb) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; id) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; hr) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 522
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15",
-      "os": "Windows NT 5.1",
-      "browser": "Safari",
-      "version": 523
-    },
-    {
-      "ua": "More Safari 3.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/418.9 (KHTML, like Gecko) Safari/",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; pt-pt) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fi-fi) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es-es) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en_CA) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "More Safari 2.0.4 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; tr-tr) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8_Adobe",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nb-no) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nb-no) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/417.9 (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 417
-    },
-    {
-      "ua": "More Safari 2.0.3 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/416.11 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nb-no) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13_Adobe",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/416.12 (KHTML, like Gecko) Safari/412.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-ca) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/416.11 (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13_Adobe",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 416
-    },
-    {
-      "ua": "More Safari 2.0.2 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5_Adobe",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS; pl-pl) AppleWebKit/412 (KHTML, like Gecko) Safari/412",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS; en-en) AppleWebKit/412 (KHTML, like Gecko) Safari/412",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/412 (KHTML, like Gecko) Safari/412",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/412 (KHTML, like Gecko) Safari/412",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es-ES) AppleWebKit/412 (KHTML, like Gecko) Safari/412",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en_US) AppleWebKit/412 (KHTML, like Gecko) Safari/412",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/412 (KHTML, like Gecko) Safari/412 Privoxy/3.0",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/412 (KHTML, like Gecko) Safari/412",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.6.2 (KHTML, like Gecko) Safari/412.2.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.6.2 (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412 (KHTML, like Gecko) Safari/412",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.6.2 (KHTML, like Gecko) Safari/412.2.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2_Adobe",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.6 (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412 (KHTML, like Gecko) Safari/412",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 412
-    },
-    {
-      "ua": "More Safari 2.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.8.1 (KHTML, like Gecko) Safari/312.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.3.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.8.1 (KHTML, like Gecko) Safari/312.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5_Adobe",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.5 (KHTML, like Gecko) Safari/312.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/312.5 (KHTML, like Gecko) Safari/312.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es-es) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.5 (KHTML, like Gecko) Safari/312.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/125",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/125.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.5 (KHTML, like Gecko) Safari/312.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "More Safari 1.3.1 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.1.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.1 (KHTML, like Gecko) Safari/125",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-ch) AppleWebKit/312.1.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-ca) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.1 (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.1.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.1.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312.3.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-ch) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.11",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-ch) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-ch) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.11",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.11",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.5.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.11",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12_Adobe",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12_Adobe",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "More Safari 1.2.4 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5 (KHTML, like Gecko) Safari/125.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en_CA) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-au) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5 (KHTML, like Gecko) Safari/125.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.4 (KHTML, like Gecko) Safari/100",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 100
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es-es) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-gb) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/85.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en)  AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/124 (KHTML, like Gecko) Safari/125.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/124 (KHTML, like Gecko) Safari/125",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/124 (KHTML, like Gecko) Safari/125",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/124 (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/124 (KHTML, like Gecko) Safari/125.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/124 (KHTML, like Gecko) Safari/125",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 125
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.8.2 (KHTML, like Gecko) Safari/85.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-gb) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/85.8.2 (KHTML, like Gecko) Safari/85.8.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.8.2 (KHTML, like Gecko) Safari/85.8",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.7",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092816 Mobile Safari 1.1.3",
-      "os": "Linux",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN) AppleWebKit/533+ (KHTML, like Gecko)",
-      "os": "Windows NT 6.1",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fi-fi) AppleWebKit/420+ (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8.1 (KHTML, like Gecko) Safari/312.6",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 312
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/419.2 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-ch) AppleWebKit/85 (KHTML, like Gecko) Safari/85",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 85
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-CH) AppleWebKit/419.2 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; da-dk) AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; it-IT) AppleWebKit/521.25 (KHTML, like Gecko) Safari/521.24",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 521
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/419.2.1 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/522.11.1 (KHTML, like Gecko) Safari/419.3",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 419
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/521.32.1 (KHTML, like Gecko) Safari/521.32.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 521
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; es-es) AppleWebKit/531.22.7 (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; it-it) AppleWebKit/525.18 (KHTML, like Gecko)",
-      "os": "Macintosh",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.6) Gecko/2009011912 Safari/525.27.1",
-      "os": "Macintosh",
-      "browser": "Safari",
-      "version": 525
-    },
-    {
-      "ua": "Mozilla/5.0 (iPod; U; CPU iPhone OS 2_2_1 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Mobile/5H11a",
-      "os": "iPod",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Safari  user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Safari",
-      "version": "Unknown"
-    },
-    {
-      "comment": "Firefox"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120427 Firefox/15.0a1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 15
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:14.0) Gecko/20120405 Firefox/14.0a1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120405 Firefox/14.0a1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 14
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120403211507 Firefox/12.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; de;rv:12.0) Gecko/20120403211507 Firefox/12.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; Windows; U; Windows NT 6.2; WOW64; en-US; rv:12.0) Gecko/20120403211507 Firefox/12.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 12
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120421 Gecko Firefox/11.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120421 Firefox/11.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko Firefox/11.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; U;WOW64; de;rv:11.0) Gecko Firefox/11.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/6.0 (Macintosh; I; Intel Mac OS X 11_7_9; de-LI; rv:1.9b4) Gecko/2012010317 Firefox/10.0a4",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; I; Intel Mac OS X 11_7_9; de-LI; rv:1.9b4) Gecko/2012010317 Firefox/10.0a4",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0a2) Gecko/20111101 Firefox/9.0a2",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.2; rv:9.0.1) Gecko/20100101 Firefox/9.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20100101 Firefox/9.0",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a2) Gecko/20110613 Firefox/6.0a2",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a2) Gecko/20110612 Firefox/6.0a2",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20100101 Firefox/6.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20100101 Firefox/6.0 FirePHP/0.6",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.0; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:5.0a2) Gecko/20110524 Firefox/5.0a2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; U; ru; rv:5.0.1.6) Gecko/20110501 Firefox/5.0.1 Firefox/5.0.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "mozilla/3.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/5.0.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i586; de; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux amd64; rv:5.0) Gecko/20100101 Firefox/5.0 (Debian)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux amd64; en-US; rv:5.0) Gecko/20110619 Firefox/5.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux) Gecko Firefox/5.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 FirePHP/0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 Firefox/5.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64) Gecko Firefox/5.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux ppc; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux AMD64) Gecko Firefox/5.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:5.0) Gecko/20110619 Firefox/5.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1.1; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/5.0",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.0; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.0; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/5.0 (U; Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 5
-    },
-    {
-      "ua": "More Firefox 5.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64; rv:2.2a1pre) Gecko/20110324 Firefox/4.2a1pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64; rv:2.2a1pre) Gecko/20100101 Firefox/4.2a1pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.2a1pre) Gecko/20110324 Firefox/4.2a1pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.2a1pre) Gecko/20110323 Firefox/4.2a1pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.2a1pre) Gecko/20110208 Firefox/4.2a1pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64; rv:2.0b9pre) Gecko/20110111 Firefox/4.0b9pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b9pre) Gecko/20101228 Firefox/4.0b9pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; rv:2.0b9pre) Gecko/20110105 Firefox/4.0b9pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101114 Firefox/4.0b8pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b8pre) Gecko/20101213 Firefox/4.0b8pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b8pre) Gecko/20101128 Firefox/4.0b8pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b8pre) Gecko/20101114 Firefox/4.0b8pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101127 Firefox/4.0b8pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8) Gecko/20100101 Firefox/4.0b8",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible;  Intel Mac OS X 10.6; rv:2.0b8) Gecko/20100101 Firefox/4.0b8)",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; rv:2.0b7pre) Gecko/20100921 Firefox/4.0b7pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7) Gecko/20101111 Firefox/4.0b7",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7) Gecko/20100101 Firefox/4.0b7",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6pre) Gecko/20100903 Firefox/4.0b6pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; rv:2.0b6pre) Gecko/20100903 Firefox/4.0b6pre Firefox/4.0b6pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64; rv:2.0b4) Gecko/20100818 Firefox/4.0b4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; rv:2.0b3pre) Gecko/20100731 Firefox/4.0b3pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2; rv:2.0b13pre) Gecko/20110304 Firefox/4.0b13pre",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; rv:2.0b13pre) Gecko/20110223 Firefox/4.0b13pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; rv:2.0b12pre) Gecko/20110204 Firefox/4.0b12pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; rv:2.0b12pre) Gecko/20100101 Firefox/4.0b12pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b11pre) Gecko/20110128 Firefox/4.0b11pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b11pre) Gecko/20110131 Firefox/4.0b11pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b11pre) Gecko/20110129 Firefox/4.0b11pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b11pre) Gecko/20110128 Firefox/4.0b11pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; rv:2.0b11pre) Gecko/20110126 Firefox/4.0b11pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b11pre) Gecko/20110126 Firefox/4.0b11pre",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b10pre) Gecko/20110118 Firefox/4.0b10pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; rv:2.0b10pre) Gecko/20110113 Firefox/4.0b10pre",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; rv:2.0b10) Gecko/20100101 Firefox/4.0b10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:2.0b10) Gecko/20110126 Firefox/4.0b10",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; rv:2.0b10) Gecko/20110126 Firefox/4.0b10",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.1.3) Gecko/20091020 Ubuntu/10.04 (lucid) Firefox/4.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20110506 Firefox/4.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20110518 Firefox/4.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:2.0.1) Gecko/20110606 Firefox/4.0.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:2.0) Gecko/20110307 Firefox/4.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:2.0) Gecko/20110404 Fedora/16-dev Firefox/4.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Arch Linux i686; rv:2.0) Gecko/20110321 Firefox/4.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/4.0 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20110319 Firefox/4.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; rv:1.9) Gecko/20100101 Firefox/4.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.2) Gecko/20121223 Ubuntu/9.25 (jaunty) Firefox/3.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.3a5pre) Gecko/20100526 Firefox/3.7a5pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2b5) Gecko/20091204 Firefox/3.6b5",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b5) Gecko/20091204 Firefox/3.6b5",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2b5) Gecko/20091204 Firefox/3.6b5",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) Gecko/20091218 Firefox 3.6b5",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2b4) Gecko/20091124 Firefox/3.6b4 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2b4) Gecko/20091124 Firefox/3.6b4",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b1) Gecko/20091014 Firefox/3.6b1 GTB5",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090428 Firefox/3.6a1pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090405 Firefox/3.6a1pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.9.2a1pre) Gecko/20090405 Ubuntu/9.04 (jaunty) Firefox/3.6a1pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; Windows NT 5.1; es-ES; rv:1.9.2a1pre) Gecko/20090402 Firefox/3.6a1pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090402 Firefox/3.6a1pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2a1pre) Gecko/20090402 Firefox/3.6a1pre (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100915 Gentoo Firefox/3.6.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.6.9-2.el6 Firefox/3.6.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100913 Firefox/3.6.9",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9 ( .NET CLR 3.5.30729; .NET CLR 4.0.20506)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6;en-US; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.9.2.8) Gecko/20101230 Firefox/3.6.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100804 Gentoo Firefox/3.6.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 SUSE/3.6.8-0.1.1 Firefox/3.6.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.9.2.8) Gecko/20100722 Ubuntu/10.04 (lucid) Firefox/3.6.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.8) Gecko/20100727 Firefox/3.6.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.2.8) Gecko/20100725 Gentoo Firefox/3.6.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; de-CH; rv:1.9.2.8) Gecko/20100729 Firefox/3.6.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 GTB7.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.8) Gecko/20100722 AskTbADAP/3.9.1.14019 Firefox/3.6.8",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; he; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.8) Gecko/20100722 Firefox 3.6.8 GTB7.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0C)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.8) Gecko/20100722 Firefox 3.6.8",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.3) Gecko/20121221 Firefox/3.6.8",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; zh-TW; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0E)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.6.8 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100809 Fedora/3.6.7-1.fc14 Firefox/3.6.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100723 Fedora/3.6.7-1.fc13 Firefox/3.6.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100726 CentOS/3.6-3.el5.centos Firefox/3.6.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; hu; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 GTB7.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.7 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6 GTB7.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6 GTB7.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6 (.NET CLR 3.5.30729)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-PT; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-CN; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 GTB7.1",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; nl; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729; .NET4.0E)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-AT; rv:1.9.1.8) Gecko/20100625 Firefox/3.6.6",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100614 Ubuntu/10.04 (lucid) Firefox/3.6.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fa; rv:1.8.1.4) Gecko/20100527 Firefox/3.6.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.4) Gecko/20100625 Gentoo Firefox/3.6.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-TW; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ja; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 GTB7.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-CN; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.2.4) Gecko/20100523 Firefox/3.6.4 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100527 Firefox/3.6.4 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100527 Firefox/3.6.4",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100523 Firefox/3.6.4 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.2.4) Gecko/20100523 Firefox/3.6.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 GTB7.0 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.4) Gecko/20100503 Firefox/3.6.4 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nb-NO; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.2.4) Gecko/20100523 Firefox/3.6.4",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.6.4 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3pre) Gecko/20100405 Firefox/3.6.3plugin1 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; he; rv:1.9.1b4pre) Gecko/20100405 Firefox/3.6.3plugin1",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.3) Gecko/20100403 Fedora/3.6.3-4.fc13 Firefox/3.6.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100403 Firefox/3.6.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.3) Gecko/20100401 SUSE/3.6.3-1.1 Firefox/3.6.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ko-KR; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100404 Ubuntu/10.04 (lucid) Firefox/3.6.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux AMD64; en-US; rv:1.9.2.3) Gecko/20100403 Ubuntu/10.10 (maverick) Firefox/3.6.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; hu; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.0 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ca; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.6.3 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.28) Gecko/20120306 AskTbSTC-SRS/3.13.1.18132 Firefox/3.6.28 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28 ( .NET CLR 3.5.30729; .NET4.0C)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.25) Gecko/20111212 Firefox/3.6.25 ( .NET CLR 3.5.30729; .NET4.0C)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.23) Gecko/20110920 Firefox/3.6.23",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.21) Gecko/20110830 Ubuntu/10.10 (maverick) Firefox/3.6.21",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.2.20) Gecko/20110805 Ubuntu/10.04 (lucid) Firefox/3.6.20",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110804 Red Hat/3.6-2.el5 Firefox/3.6.20",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; hu; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20 ( .NET CLR 3.5.30729; .NET4.0E)",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.20) Gecko/20110803 AskTbFWV5/3.13.0.17701 Firefox/3.6.20 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 GTB7.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.2) Gecko/20100316 AskTbSPC2/3.9.1.14019 Firefox/3.6.2",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 GTB6 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 ( .NET CLR 3.0.04506.648)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 ( .NET CLR 3.0.04506.30)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.10pre) Gecko/20100902 Ubuntu/9.10 (karmic) Firefox/3.6.1pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.19",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-GB; rv:1.9.2.19) Gecko/20110707 Firefox/3.6.19",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.2.18) Gecko/20110628 Ubuntu/10.10 (maverick) Firefox/3.6.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 ( .NET CLR 3.5.30729; .NET4.0E)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.18) Gecko/20110628 Ubuntu/10.10 (maverick) Firefox/3.6.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.18) Gecko/20110628 Ubuntu/10.10 (maverick) Firefox/3.6.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.18) Gecko/20110615 Ubuntu/10.10 (maverick) Firefox/3.6.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ar; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; pt-BR; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 ( .NET CLR 3.5.30729; .NET4.0E)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:5.0) Gecko/20100101 Firefox/3.6.17 Firefox/3.6.17",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sl; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729; .NET4.0E)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729; .NET4.0E)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; ja-JP; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.10 (maverick) Firefox/3.6.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16) Gecko/20110323 Ubuntu/9.10 (karmic) Firefox/3.6.16 FirePHP/0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0E)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.1.13) Gecko/20100914 Firefox/3.6.16",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.16) Gecko/20110319 AskTbUTR/3.11.3.15590 Firefox/3.6.16",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16pre) Gecko/20110304 Ubuntu/10.10 (maverick) Firefox/3.6.15pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.2.15) Gecko/20110303 Ubuntu/8.04 (hardy) Firefox/3.6.15",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.04 (lucid) Firefox/3.6.15 FirePHP/0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.15) Gecko/20110330 CentOS/3.6-1.el5.centos Firefox/3.6.15",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15 ( .NET CLR 3.5.30729; .NET4.0C) FirePHP/0.5",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.15) Gecko/20110303 AskTbBT4/3.11.3.15590 Firefox/3.6.15 ( .NET CLR 3.5.30729; .NET4.0C)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14pre) Gecko/20110105 Firefox/3.6.14pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2.14) Gecko/20110224 Firefox/3.6.14 MB860/Version.0.43.3.MB860.AmericaMovil.en.MX",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.14) Gecko/20110218 Firefox/3.6.14",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-AU; rv:1.9.2.14) Gecko/20110218 Firefox/3.6.14",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.14) Gecko/20110218 Firefox/3.6.14 GTB7.1 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.13) Firefox/3.6.13",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; nb-NO; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13 (.NET CLR 3.5.30729)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.13) Gecko/20110103 Fedora/3.6.13-1.fc14 Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101223 Gentoo Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101219 Gentoo Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Red Hat/3.6-3.el4 Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-NZ; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.13) Gecko/20101206 Ubuntu/9.10 (karmic) Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.13) Gecko/20101206 Red Hat/3.6-2.el5 Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; da-DK; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux MIPS32 1074Kf CPS QuadCore; en-US; rv:1.9.2.13) Gecko/20110103 Fedora/3.6.13-1.fc14 Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.2.13) Gecko/20101209 Fedora/3.6.13-1.fc13 Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.2.13) Gecko/20101206 Ubuntu/9.10 (karmic) Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.13) Gecko/20101209 CentOS/3.6-2.el5.centos Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.6.13 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.9.2.12) Gecko/20101030 Firefox/3.6.12",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-MX; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.04 (lucid) Firefox/3.6.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.2.12) Gecko/20101027 Fedora/3.6.12-1.fc13 Firefox/3.6.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.2.12) Gecko/20101026 SUSE/3.6.12-0.7.1 Firefox/3.6.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101102 Gentoo Firefox/3.6.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101102 Firefox/3.6.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux ppc; fr; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.10 (maverick) Firefox/3.6.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ko-KR; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.10 (maverick) Firefox/3.6.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101114 Gentoo Firefox/3.6.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.10 (maverick) Firefox/3.6.12 GTB7.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.12) Gecko/20101027 Fedora/3.6.12-1.fc13 Firefox/3.6.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; FreeBSD x86_64; rv:2.0) Gecko/20100101 Firefox/3.6.12",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 (.NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET CLR 3.5.21022)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 GTB5",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.2.11) Gecko/20101028 CentOS/3.6-2.el5.centos Firefox/3.6.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux armv7l; en-GB; rv:1.9.2.3pre) Gecko/20100723 Firefox/3.6.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; ru; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; zh-CN; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pt-BR; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10 GTB7.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; el-GR; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10 GTB7.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.10) Gecko/20100915 Ubuntu/9.04 (jaunty) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.11) Gecko/20101013 Ubuntu/10.10 (maverick) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-CA; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.10) Gecko/20100915 Ubuntu/9.10 (karmic) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.10) Gecko/20100914 SUSE/3.6.10-0.3.1 Firefox/3.6.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ro; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.6.10 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.1) Gecko/20100122 firefox/3.6.1",
-      "os": "Linux",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0(Windows; U; Windows NT 7.0; rv:1.9.2) Gecko/20100101 Firefox/3.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0(Windows; U; Windows NT 5.2; rv:1.9.2) Gecko/20100101 Firefox/3.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; x86_64 Linux; en_GB, en_US; rv:1.9.2) Gecko/20100115 Firefox/3.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100222 Ubuntu/10.04 (lucid) Firefox/3.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100130 Gentoo Firefox/3.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2) Gecko/20100308 Ubuntu/10.04 (lucid) Firefox/3.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2pre) Gecko/20100312 Ubuntu/9.04 (jaunty) Firefox/3.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2) Gecko/20100128 Gentoo Firefox/3.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2) Gecko/20100115 Ubuntu/10.04 (lucid) Firefox/3.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 FirePHP/0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/3.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; FreeBSD i686) Firefox/3.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru-RU; rv:1.9.2) Gecko/20100105 MRA 5.6 (build 03278) Firefox/3.6 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; lt; rv:1.9.2) Gecko/20100115 Firefox/3.6",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a3pre) Gecko/20100306 Firefox3.6 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100806 Firefox/3.6",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6;MEGAUPLOAD 1.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; ar; rv:1.9.2) Gecko/20100115 Firefox/3.6",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.2) Gecko/20100115 Firefox/3.6",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.6 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b5pre) Gecko/20090517 Firefox/3.5b4pre (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4pre) Gecko/20090409 Firefox/3.5b4pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4pre) Gecko/20090401 Firefox/3.5b4pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl-NL; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 GTB5 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; fr; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 GTB5",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9 (.NET CLR 3.5.30729)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.9) Gecko/20100330 Fedora/3.5.9-2.fc12 Firefox/3.5.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9 GTB7.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-CL; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.1.9) Gecko/20100401 Ubuntu/9.10 (karmic) Firefox/3.5.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.9.1.9) Gecko/20100330 Fedora/3.5.9-1.fc12 Firefox/3.5.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1 Firefox/3.5.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100401 Ubuntu/9.10 (karmic) Firefox/3.5.9 GTB7.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100315 Ubuntu/9.10 (karmic) Firefox/3.5.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091028 Ubuntu/9.10 (karmic) Firefox/3.5.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; tr; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 GTB7.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; hu; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; et; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; nl; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 GTB5 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.13) Gecko/20101203 Firefox/3.5.9 (de)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 GTB7.0 (.NET CLR 3.0.30618)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.5.9 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc12 Firefox/3.5.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc11 Firefox/3.5.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100318 Gentoo Firefox/3.5.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc12 Firefox/3.5.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc12 Firefox/3.5.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; ja-JP; rv:1.9.1.8) Gecko/20100305 Firefox/3.5.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; sl; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729) FirePHP/0.4",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 GTB6",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 GTB7.0 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100305 Gentoo Firefox/3.5.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.7) Gecko/20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.7) Gecko/20091222 SUSE/3.5.7-1.1.1 Firefox/3.5.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 GTB6",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; fr; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.0.04506.648)",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fa; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 MRA 5.5 (build 02842) Firefox/3.5.7 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6) Gecko/20100117 Gentoo Firefox/3.5.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.9.1.6) Gecko/20091216 Fedora/3.5.6-1.fc11 Firefox/3.5.6 GTB6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.6) Gecko/20091201 SUSE/3.5.6-1.1.1 Firefox/3.5.6 GTB6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20100118 Gentoo Firefox/3.5.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6 GTB6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6 GTB7.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.6) Gecko/20091201 SUSE/3.5.6-1.1.1 Firefox/3.5.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.9.1.6) Gecko/20100107 Fedora/3.5.6-1.fc12 Firefox/3.5.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ca; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; id; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.6) Gecko/20091201 MRA 5.4 (build 02647) Firefox/3.5.6 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 MRA 5.5 (build 02842) Firefox/3.5.6 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 MRA 5.5 (build 02842) Firefox/3.5.6",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6 (.NET CLR 3.5.30729) FBSMTWB",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729) FBSMTWB",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.5.6 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8pre) Gecko/20091227 Ubuntu/9.10 (karmic) Firefox/3.5.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091114 Gentoo Firefox/3.5.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 MRA 5.5 (build 02842) Firefox/3.5.5",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.1.5) Gecko/20091102 MRA 5.5 (build 02842) Firefox/3.5.5",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; zh-CN; rv:1.9.1.5) Gecko/Firefox/3.5.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 MRA 5.5 (build 02842) Firefox/3.5.5 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 MRA 5.5 (build 02842) Firefox/3.5.5",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; zh-cn; rv:1.8.1) Gecko/20091102 Firefox/3.5.5",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; pl; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 FBSMTWB",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; ja; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4 (.NET CLR 3.5.30729) FBSMTWB",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.4) Gecko/20091007 Firefox/3.5.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4 ( .NET CLR 3.5.30729; .NET4.0E)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091007 Firefox/3.5.4",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.3pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090914 Slackware/13.0_stable Firefox/3.5.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090913 Firefox/3.5.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.1.3) Gecko/20091020 Ubuntu/9.10 (karmic) Firefox/3.5.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1.3) Gecko/20090913 Firefox/3.5.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090919 Firefox/3.5.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090912 Gentoo Firefox/3.5.3 FirePHP/0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.1.3) Gecko/20090913 Firefox/3.5.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.5.3;MEGAUPLOAD 1.0 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ko; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 2.0.50727; .NET CLR 3.0.30618; .NET CLR 3.5.21022; .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; bg; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.5.3 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl; rv:1.9.1.2) Gecko/20090911 Slackware Firefox/3.5.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.2) Gecko/20090803 Slackware Firefox/3.5.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.2) Gecko/20090803 Firefox/3.5.2 Slackware",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.9.1.2) Gecko/20090804 Firefox/3.5.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090729 Slackware/13.0 Firefox/3.5.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); fr; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 GTB7.1 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-MX; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; uk; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.5.2 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16 FirePHP/0.4",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.16) Gecko/20101130 AskTbMYC/3.9.1.14019 Firefox/3.5.16",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16 GTB7.1 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.16) Gecko/20101130 MRA 5.4 (build 02647) Firefox/3.5.16 ( .NET CLR 3.5.30729; .NET4.0C)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16 GTB7.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101130 AskTbPLTV5/3.8.0.12304 Firefox/3.5.16 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16 GTB7.1 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16 GTB7.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.15) Gecko/20101027 Fedora/3.5.15-1.fc12 Firefox/3.5.15",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.15) Gecko/20101027 Fedora/3.5.15-1.fc12 Firefox/3.5.15",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; ru; rv:1.9.1.13) Gecko/20100914 Firefox/3.5.13",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.5.12",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1.12) Gecko/20100824 MRA 5.7 (build 03755) Firefox/3.5.12",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux; en-US; rv:1.9.1.11) Gecko/20100720 Firefox/3.5.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11 ( .NET CLR 3.5.30729; .NET4.0C)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100504 Firefox/3.5.11 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.10) Gecko/20100506 SUSE/3.5.10-0.1.1 Firefox/3.5.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.10) Gecko/20100504 Firefox/3.5.10 GTB7.0 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; rv:1.9.1.1) Gecko/20090716 Linux Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100524 Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090716 Linux Mint/7 (Gloria) Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090716 Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090714 SUSE/3.5.1-1.1 Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86; rv:1.9.1.1) Gecko/20090716 Linux Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl-NL; rv:1.9.0.19) Gecko/20090720 Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2pre) Gecko/20090729 Ubuntu/9.04 (jaunty) Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 GTB5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.1) Gecko/20090722 Gentoo Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.1) Gecko/20090714 SUSE/3.5.1-1.1 Firefox/3.5.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; DragonFly i386; de; rv:1.9.1) Gecko/20090720 Firefox/3.5.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.1) Gecko/20090718 Firefox/3.5.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; tr; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 GTB5 (.NET CLR 4.0.20506)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 GTB5 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.5.1 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11;U; Linux i686; en-GB; rv:1.9.1) Gecko/20090624 Ubuntu/9.04 (jaunty) Firefox/3.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1) Gecko/20090630 Firefox/3.5 GTB6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.04 (jaunty) Firefox/3.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1) Gecko/20090624 Firefox/3.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.1) Gecko/20090624 Ubuntu/9.04 (jaunty) Firefox/3.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090701 Ubuntu/9.04 (jaunty) Firefox/3.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-us; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.04 (jaunty) Firefox/3.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1) Gecko/20090624 Ubuntu/8.04 (hardy) Firefox/3.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1) Gecko/20090624 Firefox/3.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.9.1) Gecko/20090624 Firefox/3.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1) Gecko/20090703 Firefox/3.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.0.10) Gecko/20090624 Firefox/3.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1) Gecko/20090612 Firefox/3.5 (.NET CLR 4.0.20506)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1) Gecko/20090612 Firefox/3.5",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 4.0.20506)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1) Gecko/20090624 Firefox/3.5",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-TW; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.5 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b3pre) Gecko/20090105 Firefox/3.1b3pre",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090204 Firefox/3.1b3pre",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3) Gecko/20090327 Fedora/3.1-0.11.beta3.fc11 Firefox/3.1b3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3) Gecko/20090312 Firefox/3.1b3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3) Gecko/20090407 Firefox/3.1b3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 GTB5 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.1b3;MEGAUPLOAD 1.0 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 GTB5 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-AR; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3) Gecko/20090405 Firefox/3.1b3",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.1b3 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; x64; en-US; rv:1.9.1b2pre) Gecko/20081026 Firefox/3.1b2pre",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0 x64; en-US; rv:1.9.1b2pre) Gecko/20081026 Firefox/3.1b2pre",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0 ; x64; en-US; rv:1.9.1b2pre) Gecko/20081026 Firefox/3.1b2pre",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1 ; x64; en-US; rv:1.9.1b2pre) Gecko/20081026 Firefox/3.1b2pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; DragonFly i386; de; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-AT; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-AT; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; ko; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.1b1) Gecko/20081007 Firefox/3.1b1",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b2) Gecko/20081127 Firefox/3.1b1",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.1.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.2) Gecko/2008092313 Firefox/3.1.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3) Gecko/20090327 GNU/Linux/x86_64 Firefox/3.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6pre) Gecko/2009011606 Firefox/3.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080716 Firefox/3.07",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.8) Gecko/2009032609 Firefox/3.07",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.03",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008040318 Firefox/3.0pre (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008030706 Firefox/3.0b5pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pt-BR; rv:1.9b5) Gecko/2008041515 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9pre) Gecko/2008042312 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b5) Gecko/2008041816 Fedora/3.0-0.55.beta5.fc9 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b5) Gecko/2008040514 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; tr-TR; rv:1.9b5) Gecko/2008032600 SUSE/2.9.95-25.1 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9b5) Gecko/2008032600 SUSE/2.9.95-25.1 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9b5) Gecko/2008041514 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9b5) Gecko/2008041514 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9b5) Gecko/2008041514 Firefox/3.0b5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; nl; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; fr; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-GB; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4pre) Gecko/2008021714 Firefox/3.0b4pre (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4pre) Gecko/2008021712 Firefox/3.0b4pre (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4pre) Gecko/2008020708 Firefox/3.0b4pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Windows NT 5.0; en-US; rv:1.9b4) Gecko/2008030318 Firefox/3.0b4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b4) Gecko/2008040813 Firefox/3.0b4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b4) Gecko/2008031318 Firefox/3.0b4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9b4) Gecko/2008030800 SUSE/2.9.94-4.2 Firefox/3.0b4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4) Gecko/2008031317 Firefox/3.0b4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; lt; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; it; rv:1.9b4) Gecko/2008030317 Firefox/3.0b4",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b3pre) Gecko/2008020509 Firefox/3.0b3pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b3pre) Gecko/2008011321 Firefox/3.0b3pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008020507 Firefox/3.0b3pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3) Gecko/2008020513 Firefox/3.0b3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b2) Gecko/2007121016 Firefox/3.0b2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9b2) Gecko/2007121016 Firefox/3.0b2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b1) Gecko/2007110703 Firefox/3.0b1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008010415 Firefox/3.0b",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9a2) Gecko/20080530 Firefox/3.0a2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060814 Firefox/3.0a1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20061204 Firefox/3.0a1",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; I; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20061204 Firefox/3.0a1",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/6.0 (Windows; U; Windows NT 7.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.9 (.NET CLR 3.5.30729)",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.9) Gecko/2009042114 Ubuntu/9.04 (jaunty) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.9) Gecko/2009042114 Ubuntu/9.04 (jaunty) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.10 (intrepid) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.9) Gecko/2009042114 Ubuntu/9.04 (jaunty) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.10 (intrepid) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.7) Gecko/2009030422 Kubuntu/8.10 (intrepid) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.9) Gecko/2009042113 Ubuntu/9.04 (jaunty) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.04 (hardy) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.0.9) Gecko/2009042113 Ubuntu/9.04 (jaunty) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.0.9) Gecko/2009042113 Ubuntu/9.04 (jaunty) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.10 (intrepid) Firefox/3.0.9 GTB5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009042113 Linux Mint/6 (Felicia) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009041408 Red Hat/3.0.9-1.el5 Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009040820 Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.9) Gecko/2009042113 Ubuntu/9.04 (jaunty) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.10 (intrepid) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.04 (hardy) Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.9) Gecko/2009041500 SUSE/3.0.9-2.2 Firefox/3.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9 FirePHP/0.3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "More Firefox 3.0.9 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0  (Windows; U;  Windows NT 5.1; de; rv:1.9.0.4) Firefox/3.0.8)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/6.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/6.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; zh-TW; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.04 (hardy) Firefox/3.0.8 GTB5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; nb-NO; rv:1.9.0.8) Gecko/2009032600 SUSE/3.0.8-1.2 Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.8) Gecko/2009033100 Ubuntu/9.04 (jaunty) Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fi-FI; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009040312 Gentoo Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009033100 Ubuntu/9.04 (jaunty) Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032908 Gentoo Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032713 Ubuntu/9.04 (jaunty) Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.04 (hardy) Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032712 Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032600 SUSE/3.0.8-1.1.1 Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032600 SUSE/3.0.8-1.1 Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030810 Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US) Gecko Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8 FirePHP/0.2.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0.8 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Mac OSX; it; rv:1.9.0.7) Gecko/2009030422  Firefox/3.0.7",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; sv-SE; rv:1.9.0.7) Gecko/2009030423 Ubuntu/8.10 (intrepid) Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.7) Gecko/2009030423 Ubuntu/8.10 (intrepid) Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.7) Gecko/2009022800 SUSE/3.0.7-1.4 Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009032606 Red Hat/3.0.7-1.el5 Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009032319 Gentoo Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009031802 Gentoo Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009031120 Mandriva/1.9.0.7-0.1mdv2009.0 (2009.0) Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009031120 Mandriva Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030516 Ubuntu/9.04 (jaunty) Firefox/3.0.7 GTB5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030516 Ubuntu/9.04 (jaunty) Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030423 Ubuntu/8.10 (intrepid) Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.7) Gecko/2009030503 Fedora/3.0.7-1.fc9 Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.7) Gecko/2009030620 Gentoo Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.04 (hardy) Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.7) Gecko/2009030503 Fedora/3.0.7-1.fc10 Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7 FirePHP/0.2.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.7) Gecko/2009031218 Gentoo Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0.7 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6pre) Gecko/2008121605 Firefox/3.0.6pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux; fr; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009020519 Ubuntu/9.04 (jaunty) Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-1.4 Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.16) Gecko/2009121609 Firefox/3.0.6 (Windows NT 5.1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.9.0.6) Gecko/2009011912 Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; eu; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-0.1.2 Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009022714 Ubuntu/9.04 (jaunty) Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009022111 Gentoo Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.04 (hardy) Firefox/3.0.6 FirePHP/0.2.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020616 Gentoo Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020518 Ubuntu/9.04 (jaunty) Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020410 Fedora/3.0.6-1.fc9 Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-0.1 Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.19) Gecko/2010091807 Firefox/3.0.6 (Debian-3.0.6-3)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.19) Gecko/2010072023 Firefox/3.0.6 (Debian-3.0.6-3)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0.6 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; x86_64 Linux; en_US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.0.5) Gecko/2008121623 Ubuntu/8.10 (intrepid) Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122406 Gentoo Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122120 Gentoo Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122014 CentOS/3.0.5-1.el4.centos Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008121911 CentOS/3.0.5-1.el5.centos Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008121806 Gentoo Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008121711 Ubuntu/9.04 (jaunty) Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.5) Gecko/2008122010 Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; sk; rv:1.9.0.5) Gecko/2008121621 Ubuntu/8.04 (hardy) Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.5) Gecko/2008121300 SUSE/3.0.5-0.1 Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.5) Gecko/2008121711 Ubuntu/9.04 (jaunty) Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.0.5) Gecko/2008123017 Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2009011301 Gentoo Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121914 Ubuntu/8.04 (hardy) Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121718 Gentoo Firefox/3.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0.5 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4pre) Gecko/2008101311 Firefox/3.0.4pre (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS i86pc; fr; rv:1.9.0.4) Gecko/2008111710 Firefox/3.0.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.0.4) Gecko/2008111710 Firefox/3.0.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.4) Gecko/2008111217 Fedora/3.0.4-1.fc10 Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-AR; rv:1.9.0.4) Gecko/2008110510 Red Hat/3.0.4-1.el5_2 Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009020407 Firefox/3.0.4 (Debian-3.0.6-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.4) Gecko/2008120512 Gentoo Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.0.4) Gecko/2008111318 Ubuntu/8.04 (hardy) Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-PT; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.4) Gecko/2008111217 Fedora/3.0.4-1.fc10 Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.4) Gecko/20081031100 SUSE/3.0.4-4.6 Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.11) Gecko/2009060309 Ubuntu/8.04 (hardy) Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.4) Gecko/2008111217 Red Hat Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.0.4) Gecko/2008111317 Linux Mint/5 (Elyssa) Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009032018 Firefox/3.0.4 (Debian-3.0.6-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121622 Linux Mint/6 (Felicia) Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111318 Ubuntu/8.10 (intrepid) Firefox/3.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0.4 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3pre) Gecko/2008090713 Firefox/3.0.3pre (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.3) Gecko/2008092813 Gentoo Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-AR; rv:1.9.0.3) Gecko/2008092515 Ubuntu/8.10 (intrepid) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030719 Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3 (Linux Mint)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.3) Gecko/2008090713 Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86; es-ES; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x64_64; es-AR; rv:1.9.0.3) Gecko/2008092515 Ubuntu/8.10 (intrepid) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux ia64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.3) Gecko/2008092700 SUSE/3.0.3-2.2 Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ko-KR; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0.3 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.2pre) Gecko/2008082305 Firefox/3.0.2pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.0.2) Gecko/2008092213 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.2) Gecko/2008092213 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.2) Gecko/2008092418 CentOS/3.0.2-3.el5.centos Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.2) Gecko/2008092318 Fedora/3.0.2-1.fc9 Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.2) Gecko/2008092213 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.2) Gecko/2008092213 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.2) Gecko/2008092318 Fedora/3.0.2-1.fc9 Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008110715 ASPLinux/3.0.2-3.0.120asp Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092809 Gentoo Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092418 CentOS/3.0.2-3.el5.centos Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092318 Fedora/3.0.2-1.fc9 Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092313 Ubuntu/1.4.0 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092000 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008091816 Red Hat/3.0.2-3.el5 Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0.2 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1pre) Gecko/2008062222 Firefox/3.0.1pre (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9) Gecko/2008052906 Firefox/3.0.1pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090213 Firefox/3.0.1b3pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.19) Gecko/2010051407 CentOS/3.0.19-1.el5.centos Firefox/3.0.19",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.19) Gecko/2010040118 Ubuntu/8.10 (intrepid) Firefox/3.0.19 GTB7.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-CN; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 (.NET CLR 3.5.30729) FirePHP/0.3",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; cs; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 GTB7.0 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 ( .NET CLR 3.5.30729; .NET4.0C)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.18) Gecko/2010021501 Ubuntu/9.04 (jaunty) Firefox/3.0.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.18) Gecko/2010021501 Ubuntu/9.04 (jaunty) Firefox/3.0.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.18) Gecko/2010021501 Firefox/3.0.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.18) Gecko/2010020400 SUSE/3.0.18-0.1.1 Firefox/3.0.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.9.0.18) Gecko/2010020220 Firefox/3.0.18 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.9a1) Gecko/20100202 Firefox/3.0.18",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.17) Gecko/2010011010 Mandriva/1.9.0.17-0.1mdv2009.1 (2009.1) Firefox/3.0.17 GTB6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.17) Gecko/2010010604 Ubuntu/9.04 (jaunty) Firefox/3.0.17 FirePHP/0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.10) Gecko/2009122115 Firefox/3.0.17",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.9.0.16) Gecko/2009121601 Ubuntu/9.04 (jaunty) Firefox/3.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 FBSMTWB",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 FBSMTWB",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.0.16 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 FBSMTWB",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-LI; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.0.14) Gecko/2009090217 Ubuntu/9.04 (jaunty) Firefox/3.0.14 (.NET CLR 3.5.30729)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pt-BR; rv:1.9.0.14) Gecko/2009090217 Ubuntu/9.04 (jaunty) Firefox/3.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.14) Gecko/2009090216 Ubuntu/8.04 (hardy) Firefox/3.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.14) Gecko/2009090216 Ubuntu/8.04 (hardy) Firefox/3.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fi-FI; rv:1.9.0.14) Gecko/2009090217 Firefox/3.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.14) Gecko/2009090217 Ubuntu/9.04 (jaunty) Firefox/3.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.14) Gecko/2009090216 Firefox/3.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/20090916 Ubuntu/9.04 (jaunty) Firefox/3.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Firefox/3.0.14 (Debian-3.0.14-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009090905 Fedora/3.0.14-1.fc10 Firefox/3.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009090216 Ubuntu/9.04 (jaunty) Firefox/3.0.14 GTB5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.14) Gecko/2009090216 Ubuntu/9.04 (jaunty) Firefox/3.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.14) Gecko/2009082505 Red Hat/3.0.14-1.el5_4 Firefox/3.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 GTB6",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1;  ; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; zh-TW; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.14) Gecko/2009090217 Ubuntu/9.04 (jaunty) Firefox/3.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr-be; rv:1.9.0.8) Gecko/2009073022 Ubuntu/9.04 (jaunty) Firefox/3.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.0.13) Gecko/2009080315 Linux Mint/6 (Felicia) Firefox/3.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.13) Gecko/2009080316 Ubuntu/8.04 (hardy) Firefox/3.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 4.0.20506)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; cs; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ro; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-be; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729) FBSMTWB",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.0.13 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.12) Gecko/2009072711 CentOS/3.0.12-1.el5.centos Firefox/3.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.12) Gecko/2009070818 Ubuntu/8.10 (intrepid) Firefox/3.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12 FirePHP/0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux ppc; en-GB; rv:1.9.0.12) Gecko/2009070818 Ubuntu/8.10 (intrepid) Firefox/3.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.12) Gecko/2009070818 Ubuntu/8.10 (intrepid) Firefox/3.0.12 FirePHP/0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.12) Gecko/2009070818 Firefox/3.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.12) Gecko/2009070812 Linux Mint/5 (Elyssa) Firefox/3.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.12) Gecko/2009070610 Firefox/3.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.12) Gecko/2009070812 Ubuntu/8.04 (hardy) Firefox/3.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729) FirePHP/0.3",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; sr; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; nl; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 GTB5 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 3.0.12 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.11) Gecko/2009060309 Ubuntu/9.04 (jaunty) Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009070612 Gentoo Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061417 Gentoo Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009060309 Linux Mint/7 (Gloria) Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.11) Gecko/2009070611 Gentoo Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc10 Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.11) Gecko/2009060308 Linux Mint/7 (Gloria) Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.11) Gecko/2009060310 Ubuntu/8.10 (intrepid) Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.11) Gecko/2009060309 Linux Mint/5 (Elyssa) Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060310 Linux Mint/6 (Felicia) Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060308 Linux Mint/7 (Gloria) Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.11) Gecko/2009060309 Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11 GTB5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.11) Gecko/2009060214 Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.11) Gecko/2009062218 Gentoo Firefox/3.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0.11 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Slackware Linux i686; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; da-DK; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; tr-TR; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.10) Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.9.0.10) Gecko/2009042718 CentOS/3.0.10-1.el5.centos Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.10) Gecko/2009042708 Fedora/3.0.10-1.fc10 Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.10) Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.10) Gecko/2009042513 Linux Mint/5 (Elyssa) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020410 Fedora/3.0.6-1.fc10 Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042812 Gentoo Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 Fedora/3.0.10-1.fc10 Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Ubuntu/8.10 (intrepid) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Linux Mint/7 (Gloria) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Linux Mint/6 (Felicia) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042513 Linux Mint/5 (Elyssa) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.10) Gecko/2009042523 Ubuntu/8.10 (intrepid) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.10) Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0.10 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD amd64; en-US; rv:1.9.0.1) Gecko/2008081402 Firefox/3.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.0.1) Gecko/2008071222 Ubuntu/hardy Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.0.1) Gecko/2008071222 Ubuntu (hardy) Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.0.1) Gecko/2008071222 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; ko-KR; rv:1.9.0.1) Gecko/2008071717 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.1) Gecko/2008071717 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.1) Gecko/2008071222 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.1) Gecko/2008070400 SUSE/3.0.1-1.1 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008110312 Gentoo Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008072820 Kubuntu/8.04 (hardy) Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1 FirePHP/0.1.1.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.1) Gecko/2008070400 SUSE/3.0.1-0.1 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64) Gecko/2008072820 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; rv:1.9) Gecko/20080810020329 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.1) Gecko/2008071719 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.1) Gecko/2008071719 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.1) Gecko/2008071222 Firefox/3.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0.1 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.0 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.0",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.0",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/6.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:2.0.0.0) Gecko/20061028 Firefox/3.0",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; it-IT; ) Gecko/20080000 Firefox/3.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9) Gecko/2008060309 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9) Gecko/2008061017 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9) Gecko/2008061017 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-AR; rv:1.9) Gecko/2008061017 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; es-AR; rv:1.9) Gecko/2008061015 Ubuntu/8.04 (hardy) Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0) Gecko/2008061600 SUSE/3.0-1.2 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008062908 Firefox/3.0 (Debian-3.0~rc2-2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008062315 (Gentoo) Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008061317 (Gentoo) Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9) Gecko/2008061017 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; tr-TR; rv:1.9.0) Gecko/2008061600 SUSE/3.0-1.2 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; sk; rv:1.9.1) Gecko/20090630 Fedora/3.5-1.fc11 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; sk; rv:1.9) Gecko/2008061015 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; rv:1.9) Gecko/2008080808 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9) Gecko/2008061812 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.5) Gecko/2008121622 Slackware/2.6.27-PiP Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9) Gecko/2008061015 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9) Gecko/2008061015 Firefox/3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 3
-    },
-    {
-      "ua": "More Firefox 3.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.15) Gecko/2009101601 Firefox 2.1 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1b1) Gecko/20061110 Firefox/2.0b3",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20060918 Firefox/2.0b2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20060916 Firefox/2.0b2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 Firefox/2.0b2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.1) Gecko/20061204 Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20060918 Firefox/2.0b2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8.1b2) Gecko/20060901 Firefox/2.0b2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en_US; rv:1.8.1b1) Gecko/20060813 Firefox/2.0b1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060707 Firefox/2.0b1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ca; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1b1) Gecko/20060707 Firefox/2.0b1",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061001 Firefox/2.0b (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8) Gecko/20060321 Firefox/2.0a1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060319 Firefox/2.0a1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20060322 Firefox/2.0a1",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20060320 Firefox/2.0a1",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.9.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.4",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4v; es-ES; rv:1.8.1.9) Gecko/20071127 Firefox/2.0.0.9",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.9) Gecko/20071102 Firefox/2.0.0.9",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl-NL; rv:1.8.1.9) Gecko/20071105 Firefox/2.0.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071105 Firefox/2.0.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071105 Fedora/2.0.0.9-1.fc7 Firefox/2.0.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071103 Firefox/2.0.0.9 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071103 Firefox/2.0.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071025 FreeBSD/i386 Firefox/2.0.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.9) Gecko/20071105 Firefox/2.0.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; tr; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; da; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sl; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.9 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17pre) Gecko/20080715 Firefox/2.0.0.8pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; x86_64 Linux; en_US; rv:1.8.16) Gecko/20071015 Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Windows NT i686; fr; rv:1.9.0.1) Gecko/2008070206 Firefox/2.0.0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.8) Gecko/20071015 SUSE/2.0.0.8-1.1 Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080129 Firefox/2.0.0.8 (Debian-2.0.0.12-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.1) Gecko/2008070206 Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.8) Gecko/20071030 Fedora/2.0.0.8-2.fc8 Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071201 Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071022 Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071019 Fedora/2.0.0.8-1.fc7 Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071008 FreeBSD/i386 Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071004 Firefox/2.0.0.8 (Debian-2.0.0.8-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20061201 Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.8) Gecko/20071008 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.8 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.7) Gecko/20070930 Firefox/2.0.0.7",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl; rv:1.8.1.7) Gecko/20071009 Firefox/2.0.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.7) Gecko/20070918 Firefox/2.0.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.6) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070923 Firefox/2.0.0.7 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070921 Firefox/2.0.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.6) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux Gentoo; pl-PL; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux amd64; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Gentoo Linux x86_64; pl-PL; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; it-IT; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en_US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.7",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; nl; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.7 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; pl-PL; rv:1.8.1.6) Gecko/20071217 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; de-DE; rv:1.8.1.6) Gecko/20070805 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS i86pc; en-ZW; rv:1.8.1.6) Gecko/20071125 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD sparc64; en-US; rv:1.8.1.6) Gecko/20070816 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD sparc64; en-AU; rv:1.8.1.6) Gecko/20071225 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.6) Gecko/20070819 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.4) Gecko/20070704 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; de-DE; rv:1.8.1.6) Gecko/20080429 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD amd64; en-US; rv:1.8.1.6) Gecko/20070817 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; NetBSD sparc64; fr-FR; rv:1.8.1.6) Gecko/20070822 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; NetBSD alpha; en-US; rv:1.8.1.6) Gecko/20080115 Firefox/2.0.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de-DE; rv:1.8.1.6) Gecko/20070802 Firefox/2.0.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.6) Gecko/20070803 Firefox/2.0.0.6 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070831 Firefox/2.0.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070807 Firefox/2.0.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070804 Firefox/2.0.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.6 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.5) Gecko/20061201 Firefox/2.0.0.5 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; Ubuntu 7.04; de-CH; rv:1.8.1.5) Gecko/20070309 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100320 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070728 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070725 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070719 Firefox/2.0.0.5 (Debian-2.0.0.5-0etch1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20061201 Firefox/2.0.0.5 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.5) Gecko/20060911 SUSE/2.0.0.5-1.2 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-TW; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.5 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4pre) Gecko/20070509 Firefox/2.0.0.4pre (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.4) Gecko/20070622 Firefox/2.0.0.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.4) Gecko/20070531 Firefox/2.0.0.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1.4) Gecko/20070622 Firefox/2.0.0.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.4) Gecko/20070704 Firefox/2.0.0.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl; rv:1.8.1.4) Gecko/20070611 Firefox/2.0.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070627 Firefox/2.0.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070529 SUSE/2.0.0.4-6.1 Firefox/2.0.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4)   Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.4) Gecko/20070621 Firefox/2.0.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.4) Gecko/20060601 Firefox/2.0.0.4 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070602 Firefox/2.0.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070531 Firefox/2.0.0.4 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070531 Firefox/2.0.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070530 Fedora/2.0.0.4-1.fc7 Firefox/2.0.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 (Kubuntu)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 2.0.0.4 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3pre) Gecko/20070307 Firefox/2.0.0.3pre (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.3C",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4v; en-US; rv:1.8.1.3) Gecko/20070321 Firefox/2.0.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.3) Gecko/20070321 Firefox/2.0.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1.3) Gecko/20070423 Firefox/2.0.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.3) Gecko/20070505 Firefox/2.0.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.3) Gecko/20070322 Firefox/2.0.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122010 Firefox/2.0.0.3 (Debian-3.0.5-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20070415 Firefox/2.0.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20070324 Firefox/2.0.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20070322 Firefox/2.0.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.1.3) Gecko/20070310 Firefox/2.0.0.3 (Debian-2.0.0.3-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.1.3) Gecko/20060601 Firefox/2.0.0.3 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nb-NO; rv:1.8.1.3) Gecko/20070310 Firefox/2.0.0.3 (Debian-2.0.0.3-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.3) Gecko/20070410 Firefox/2.0.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.3) Gecko/20070406 Firefox/2.0.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.3) Gecko/20070310 Firefox/2.0.0.3 (Debian-2.0.0.3-2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.3 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.8.1.2pre) Gecko/20061023 SUSE/2.0.0.1-0.1 Firefox/2.0.0.2pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.2pre) Gecko/20061023 SUSE/2.0.0.1-0.1 Firefox/2.0.0.2pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070118 Firefox/2.0.0.2pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22pre) Gecko/20090327 Ubuntu/8.04 (hardy) Firefox/2.0.0.22pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22pre) Gecko/20090327 Ubuntu/7.10 (gutsy) Firefox/2.0.0.22pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.22pre) Gecko/20090327 Ubuntu/7.10 (gutsy) Firefox/2.0.0.22pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.21",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.20) Gecko/20090108 Firefox/2.0.0.20",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.20) Gecko/20081217 Firefox(2.0.0.20)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.20) Gecko/20090206 Firefox/2.0.0.20",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.20) Gecko/20090413 Firefox/2.0.0.20",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.20) Gecko/20090225 Firefox/2.0.0.20",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 GTB5",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-TW; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ko; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 ( .NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; cs; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 (.NET CLR 3.5.30729)",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.20 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.2) Gecko/20070226 Firefox/2.0.0.2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.8.1.2) Gecko/20060601 Firefox/2.0.0.2 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.8.1.2) Gecko/20061023 SUSE/2.0.0.2-1.1 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.2) Gecko/20060601 Firefox/2.0.0.2 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.2) Gecko/20060601 Firefox/2.0.0.2 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.2) Gecko/20070225 Firefox/2.0.0.2 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.2) Gecko/20060601 Firefox/2.0.0.2 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070317 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070314 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070226 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070225 Firefox/2.0.0.2 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SUSE/2.0.0.2-6.1 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061201 Firefox/2.0.0.2 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061201 Firefox/2.0.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.2 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.19) Gecko/20081213 SUSE/2.0.0.19-0.1 Firefox/2.0.0.19",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.19) Gecko/20081216 Ubuntu/7.10 (gutsy) Firefox/2.0.0.19",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081230 Firefox/2.0.0.19",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081216 Fedora/2.0.0.19-1.fc8 Firefox/2.0.0.19 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081213 SUSE/2.0.0.19-0.1 Firefox/2.0.0.19",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.19) Gecko/20081213 SUSE/2.0.0.19-0.1 Firefox/2.0.0.19",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-CN; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.19",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.19",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.19) Gecko/20081201 Firefox/2.0.0.19",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.18) Gecko/20081113 Ubuntu/8.04 (hardy) Firefox/2.0.0.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.18) Gecko/20081112 Fedora/2.0.0.18-1.fc8 Firefox/2.0.0.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20081113 Ubuntu/8.04 (hardy) Firefox/2.0.0.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20081112 Fedora/2.0.0.18-1.fc8 Firefox/2.0.0.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20080921 SUSE/2.0.0.18-0.1 Firefox/2.0.0.18",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.4) Gecko/20081029  Firefox/2.0.0.18",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux sparc64; en-US; rv:1.8.1.17) Gecko/20081108 Firefox/2.0.0.17",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080924 Ubuntu/8.04 (hardy) Firefox/2.0.0.17",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080922 Ubuntu/7.10 (gutsy) Firefox/2.0.0.17",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080921 SUSE/2.0.0.17-1.2 Firefox/2.0.0.17",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080703 Mandriva/2.0.0.17-1.1mdv2008.1 (2008.1) Firefox/2.0.0.17",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.17",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.17",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.17",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/2.0.0.17",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (U; Windows NT 5.1; en-GB; rv:1.8.1.17) Gecko/20080808 Firefox/2.0.0.17",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.16) Gecko/20080812 Firefox/2.0.0.16",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.16) Gecko/20080715 Fedora/2.0.0.16-1.fc8 Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.16) Gecko/20080719 Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.16) Gecko/20080718 Ubuntu/8.04 (hardy) Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080718 Ubuntu/8.04 (hardy) Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080715 Ubuntu/7.10 (gutsy) Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080715 Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080715 Fedora/2.0.0.16-1.fc8 Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.16) Gecko/20080715 Ubuntu/7.10 (gutsy) Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.16) Gecko/20080718 Ubuntu/8.04 (hardy) Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); fr; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.16) Gecko/20080716 Firefox/2.0.0.16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.16 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.15) Gecko/20080702 Ubuntu/8.04 (hardy) Firefox/2.0.0.15",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.15) Gecko/20080702 Ubuntu/8.04 (hardy) Firefox/2.0.0.15",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.15) Gecko/20061201 Firefox/2.0.0.15 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.2) Gecko/20090729 Firefox/2.0.0.15",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; sk; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; de; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.14) Gecko/20080418 Firefox/2.0.0.14",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; hu; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc7 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2010012717 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux ppc64; en-US; rv:1.8.1.14) Gecko/20080418 Ubuntu/7.10 (gutsy) Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.14) Gecko/20080420 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc7 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.14) Gecko/20080419 Ubuntu/8.04 (hardy) Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080525 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080508 Ubuntu/8.04 (hardy) Firefox/2.0.0.14 (Linux Mint)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080428 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080423 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080417 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc8 Firefox/2.0.0.14 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080410 SUSE/2.0.0.14-0.4 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20061201 Firefox/2.0.0.14 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.14) Gecko/20080418 Ubuntu/7.10 (gutsy) Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.14) Gecko/20080410 SUSE/2.0.0.14-0.1 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.14) Gecko/20080417 Firefox/2.0.0.14",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.14 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "User-Agent:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.8.1.13) Gecko/20080325 Ubuntu/7.10 (gutsy) Firefox/2.0.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080208 Mandriva/2.0.0.13-1mdv2008.1 (2008.1) Firefox/2.0.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080330 Ubuntu/7.10 (gutsy) Firefox/2.0.0.13 (Linux Mint)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080325 Firefox/2.0.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080316 SUSE/2.0.0.13-1.1 Firefox/2.0.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080316 SUSE/2.0.0.13-0.1 Firefox/2.0.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20061201 Firefox/2.0.0.13 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.13) Gecko/20080325 Ubuntu/7.10 (gutsy) Firefox/2.0.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; bg; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 Gentoo; en-US; rv:1.8.1.13) Gecko/20080413 Firefox/2.0.0.13 (Gentoo Linux)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.13",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13 (.NET CLR 3.0.04506.30)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.13",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/2.0.0.13",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.13",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.12pre) Gecko/20080122 Firefox/2.0.0.12pre",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12; MEGAUPLOAD 2.0",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.12) Gecko/20080210 Firefox/2.0.0.12",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008072610 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080214 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080203 SUSE/2.0.0.12-0.1 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.1.12) Gecko/20080207 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.1.12) Gecko/20080203 SUSE/2.0.0.12-0.1 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.8.1.12) Gecko/20080203 SUSE/2.0.0.12-6.1 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86; sv-SE; rv:1.8.1.12) Gecko/20080207 Ubuntu/8.04 (hardy) Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.1.6) Gecko/20080208 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.12) Gecko/20080213 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.12) Gecko/20080207 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080419 Ubuntu/8.04 (hardy) Firefox/2.0.0.12 MEGAUPLOAD 1.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12 Mnenhy/0.7.5.666",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080129 Firefox/2.0.0.12 (Debian-2.0.0.12-0etch1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.12) Gecko/20080203 SUSE/2.0.0.12-2.1 Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.12) Gecko/20080207 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.12 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.11) Gecko/20080118 Firefox/2.0.0.11",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.4) Gecko/20071127 Firefox/2.0.0.11",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; zh-TW; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20071201 Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20070914 Mandriva/2.0.0.11-1.1mdv2008.0 (2008.0) Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.8.1.11) Gecko/20071201 Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-PT; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.11) Gecko/20071128 Firefox/2.0.0.11 (Debian-2.0.0.11-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.6) Gecko/20071008 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.11) Gecko/20071216 Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20080201 Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071217 Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 Firefox/2.0.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.11 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.10) Gecko/20061201 Firefox/2.0.0.10 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.10) Gecko/20071213 Fedora/2.0.0.10-3.fc8 Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.10) Gecko/20071128 Fedora/2.0.0.10-2.fc7 Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080827 Firefox/2.0.0.10 (Debian-2.0.0.17-0etch1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071213 Fedora/2.0.0.10-3.fc8 Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071203 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071128 Fedora/2.0.0.10-2.fc7 Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071115 Firefox/2.0.0.10 (Debian-2.0.0.10-0etch1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071115 Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071015 SUSE/2.0.0.10-0.2 Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20061201 Firefox/2.0.0.10 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20060601 Firefox/2.0.0.10 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.10) Gecko/20071115 Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.10) Gecko/20071015 SUSE/2.0.0.10-0.2 Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.10) Gecko/20071015 SUSE/2.0.0.10-0.1 Firefox/2.0.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.10",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0.0.10 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fi-FI; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.1.1) Gecko/20070311 Firefox/2.0.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.1 (Ubuntu-feisty)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070224 Firefox/2.0.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070110 Firefox/2.0.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061220 Firefox/2.0.0.1 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Firefox/2.0.0.1 (Debian-2.0.0.1+dfsg-2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Firefox/2.0.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.2pre) Gecko/20061023 Firefox/2.0.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.1) Gecko/20061220 Firefox/2.0.0.1 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.1) Gecko/20061205 Firefox/2.0.0.1 (Debian-2.0.0.1+dfsg-2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 2.0.0.1 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; de-DE; rv:1.9.1b4) Gecko/20090428 Firefox/2.0.0.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; U; pl; rv:1.8.1) Gecko/20061208 Firefox/2.0.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.4) Gecko/20070509 Firefox/2.0.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; U; tr; rv:1.8.1) Gecko/20061208 Firefox/2.0.0",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; U; sv; rv:1.8.1) Gecko/20061208 Firefox/2.0.0",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; U; hu; rv:1.8.1) Gecko/20061208 Firefox/2.0.0",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; PPC Mac OS X; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux i686; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11;U;Linux i686;en-US;rv:1.8.1) Gecko/2006101022 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1) Gecko/20061228 Firefox/2.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1) Gecko/20061024 Firefox/2.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1) Gecko/20061211 Firefox/2.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1) Gecko/20061024 Firefox/2.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20061202 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20061128 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20061122 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20061023 SUSE/2.0-37 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86-64; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.1) Gecko/20061010 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; tr-TR; rv:1.8.1) Gecko/20061023 SUSE/2.0-30 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061127 Firefox/2.0 (Gentoo Linux)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061127 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061024 Firefox/2.0 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061010 Firefox/2.0 Ubuntu",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061010 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061003 Firefox/2.0 Ubuntu",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1) Gecko/20061010 Firefox/2.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 2
-    },
-    {
-      "ua": "More Firefox 2.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; ; rv:1.8.0.7) Gecko/20060917 Firefox/1.9.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; ; rv:1.8.0.10) Gecko/20070216 Firefox/1.9.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; ; rv:1.8.0.1) Gecko/20060111 Firefox/1.9.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9a1) Gecko/20060112 Firefox/1.6a1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060217 Firefox/1.6a1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060117 Firefox/1.6a1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051215 Firefox/1.6a1 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9a1) Gecko/20060127 Firefox/1.6a1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; en-US; rv:1.9a1) Gecko/20060214 Firefox/1.6a1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060323 Firefox/1.6a1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060121 Firefox/1.6a1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051220 Firefox/1.6a1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; rv:1.9a1)  Gecko/20060217 Firefox/1.6a1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20051002 Firefox/1.6a1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD amd64; en-US; rv:1.8.0.9) Gecko/20070101 Firefox/1.5.0.9",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.9) Gecko/20070126 Ubuntu/dapper-security Firefox/1.5.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/1.5.0.9 (Debian-2.0.0.9-2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20070316 CentOS/1.5.0.9-10.el5.centos Firefox/1.5.0.9 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20070126 Ubuntu/dapper-security Firefox/1.5.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20070102 Ubuntu/dapper-security Firefox/1.5.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061221 Fedora/1.5.0.9-1.fc5 Firefox/1.5.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061219 Fedora/1.5.0.9-1.fc6 Firefox/1.5.0.9 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061215 Red Hat/1.5.0.9-0.1.el4 Firefox/1.5.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20060911 SUSE/1.5.0.9-3.2 Firefox/1.5.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20060911 SUSE/1.5.0.9-0.2 Firefox/1.5.0.9",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.9) Gecko/20061219 Fedora/1.5.0.9-1.fc6 Firefox/1.5.0.9 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5.0.9 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.8) Gecko/20061110 Firefox/1.5.0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.8.0.8) Gecko/20061108 Fedora/1.5.0.8-1.fc5 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.8) Gecko/20061213 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061115 Ubuntu/dapper-security Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061110 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061107 Fedora/1.5.0.8-1.fc6 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20060911 SUSE/1.5.0.8-0.2 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20060802 Mandriva/1.5.0.8-1.1mdv2007.0 (2007.0) Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.8) Gecko/20061115 Ubuntu/dapper-security Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.8) Gecko/20060911 SUSE/1.5.0.8-0.2 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux Gentoo i686; pl; rv:1.8.0.8) Gecko/20061219 Firefox/1.5.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.8) Gecko/20061210 Firefox/1.5.0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.0.8) Gecko/20061116 Firefox/1.5.0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5.0.8 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.0.7) Gecko/20060915 Firefox/1.5.0.7",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.7) Gecko/20061017 Firefox/1.5.0.7",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.7) Gecko/20060920 Firefox/1.5.0.7",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; NetBSD amd64; fr-FR; rv:1.8.0.7) Gecko/20061102 Firefox/1.5.0.7",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060924 Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060919 Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060911 Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; sk; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.7) Gecko/20060914 Firefox/1.5.0.7 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.7) Gecko/20060914 Firefox/1.5.0.7 (Swiftfox) Mnenhy/0.7.4.666",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ko-KR; rv:1.8.0.7) Gecko/20060913 Fedora/1.5.0.7-1.fc5 Firefox/1.5.0.7 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.8.0.7) Gecko/20060911 SUSE/1.5.0.7-0.1 Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-1~bpo.1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-ZW; rv:1.8.0.7) Gecko/20061018 Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061014 Firefox/1.5.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5.0.7 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060905 Fedora/1.5.0.6-10 Firefox/1.5.0.6 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060808 Fedora/1.5.0.6-2.fc5 Firefox/1.5.0.6 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060807 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060803 Firefox/1.5.0.6 (Swiftfox)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060802 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 SUSE/1.5.0.6-0.1 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6 (Debian-1.5.dfsg+1.5.0.6-4)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6 (Debian-1.5.dfsg+1.5.0.6-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.6) Gecko/20060808 Fedora/1.5.0.6-2.fc5 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.6) Gecko/20060808 Fedora/1.5.0.6-2.fc5 Firefox/1.5.0.6 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); zh-TW; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); nl; rv:1.8.0.6) Gecko/20060728 SUSE/1.5.0.6-1.2 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.6) Gecko/20060728 SUSE/1.5.0.6-1.2 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.0.6) Gecko/20060728 SUSE/1.5.0.6-1.3 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5.0.6 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.0.5) Gecko/20060728 Firefox/1.5.0.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.5) Gecko/20060819 Firefox/1.5.0.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.8.0.5) Gecko/20060818 Firefox/1.5.0.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.5) Gecko/20060911 Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5 Mnenhy/0.7.4.666",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060831 Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060820 Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060813 Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060812 Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060806 Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060803 Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060801 Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060719 Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.5) Gecko/20060726 Red Hat/1.5.0.5-0.el4.1 Firefox/1.5.0.5 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 1.5.0.5 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.4) Gecko/20060628 Firefox/1.5.0.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.4) Gecko/20060614 Fedora/1.5.0.4-1.2.fc5 Firefox/1.5.0.4 pango-text Mnenhy/0.7.4.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.4) Gecko/20060527 SUSE/1.5.0.4-1.7 Firefox/1.5.0.4 Mnenhy/0.7.4.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060716 Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060711 Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060704 Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060629 Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060614 Fedora/1.5.0.4-1.2.fc5 Firefox/1.5.0.4 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060613 Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060527 SUSE/1.5.0.4-1.3 Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060406 Firefox/1.5.0.4 (Debian-1.5.dfsg+1.5.0.4-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 1.5.0.4 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.3) Gecko/20060523 Ubuntu/dapper Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.3) Gecko/20060522 Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.0.3) Gecko/20060523 Ubuntu/dapper Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060523 Ubuntu/dapper Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060504 Fedora/1.5.0.3-1.1.fc5 Firefox/1.5.0.3 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060425 SUSE/1.5.0.3-7 Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060326 Firefox/1.5.0.3 (Debian-1.5.dfsg+1.5.0.3-2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.3) Gecko/20060425 SUSE/1.5.0.3-7 Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); ru; rv:1.8.0.3) Gecko/20060425 SUSE/1.5.0.3-7 Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; es-ES; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5.0.3 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 4.0; en-US; rv:1.8.0.2) Gecko/20060418 Firefox/1.5.0.2;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD sparc64; pl-PL; rv:1.8.0.2) Gecko/20060429 Firefox/1.5.0.2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD sparc64; en-CA; rv:1.8.0.2) Gecko/20060429 Firefox/1.5.0.2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de-AT; rv:1.8.0.2) Gecko/20060422 Firefox/1.5.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060419 Fedora/1.5.0.2-1.2.fc5 Firefox/1.5.0.2 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko Firefox/1.5.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050921 Firefox/1.5.0.2 Mandriva/1.0.6-15mdk (2006.0)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.2) Gecko/20060414 Firefox/1.5.0.2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2",
-      "os": "Windows NT 6.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060419 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060406 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060309 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5.0.2 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.8.0.13pre) Gecko/20071126 Ubuntu/dapper-security Firefox/1.5.0.13pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.13pre) Gecko/20080207 Ubuntu/dapper-security Firefox/1.5.0.13pre",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.12) Gecko/20080419 CentOS/1.5.0.12-0.15.el4.centos Firefox/1.5.0.12 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.12) Gecko/20070718 Red Hat/1.5.0.12-3.el5 Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.12) Gecko/20070530 Fedora/1.5.0.12-1.fc6 Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.0.12) Gecko/20070601 Ubuntu/dapper-security Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20071126 Fedora/1.5.0.12-7.fc6 Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070719 CentOS/1.5.0.12-0.3.el4.centos Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070530 Fedora/1.5.0.12-1.fc6 Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070529 Red Hat/1.5.0.12-0.1.el4 Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.12) Gecko/20070718 Fedora/1.5.0.12-4.fc6 Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.12) Gecko/20070731 Ubuntu/dapper-security Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.12) Gecko/20070719 CentOS/1.5.0.12-3.el5.centos Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.12) Gecko/20080326 CentOS/1.5.0.12-14.el5.centos Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.12) Gecko/20070731 Ubuntu/dapper-security Firefox/1.5.0.12",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12 (.NET CLR 3.5.30729)",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5.0.12 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.11) Gecko/20070327 Ubuntu/dapper-security Firefox/1.5.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.11) Gecko/20070327 Ubuntu/dapper-security Firefox/1.5.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.8.0.11) Gecko/20070327 Ubuntu/dapper-security Firefox/1.5.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fi; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.11",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; pl; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; it; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5.0.11 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.10pre) Gecko/20070207 Firefox/1.5.0.10pre",
-      "os": "Windows NT 6.0",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10pre) Gecko/20070211 Firefox/1.5.0.10pre",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD ppc; en-US; rv:1.8.0.10) Gecko/20070223 Firefox/1.5.0.10",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.10) Gecko/20070409 CentOS/1.5.0.10-2.el5.centos Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.0.10) Gecko/20070508 Fedora/1.5.0.10-1.fc5 Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.0.10) Gecko/20070510 Fedora/1.5.0.10-6.fc6 Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.10) Gecko/20070223 Fedora/1.5.0.10-1.fc5 Firefox/1.5.0.10 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070510 Fedora/1.5.0.10-6.fc6 Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070409 CentOS/1.5.0.10-2.el5.centos Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070302 Ubuntu/dapper-security Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070226 Red Hat/1.5.0.10-0.1.el4 Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070226 Fedora/1.5.0.10-1.fc6 Firefox/1.5.0.10 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070223 CentOS/1.5.0.10-0.1.el4.centos Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070221 Red Hat/1.5.0.10-0.1.el4 Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070216 Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20060911 SUSE/1.5.0.10-0.2 Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-CA; rv:1.8.0.10) Gecko/20070223 Fedora/1.5.0.10-1.fc5 Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.8.0.10) Gecko/20070313 Fedora/1.5.0.10-5.fc6 Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.10) Gecko/20060911 SUSE/1.5.0.10-0.2 Firefox/1.5.0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.0.10) Gecko/20070216 Firefox/1.5.0.10",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.0.10) Gecko/20070216 Firefox/1.5.0.10",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.10) Gecko/20070216 Firefox/1.5.0.10",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5.0.10 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (ZX-81; U; CP/M86; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.0.1) Gecko/20060206 Firefox/1.5.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-GB; rv:1.8.0.1) Gecko/20060206 Firefox/1.5.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.1) Gecko/20060213 Firefox/1.5.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.8) Gecko/20051128 SUSE/1.5-0.1 Firefox/1.5.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1 pango-text Mnenhy/0.7.3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.1) Gecko/20060201 Firefox/1.5.0.1 (Swiftfox) Mnenhy/0.7.3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1 Ubuntu",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1 pango-text Mnenhy/0.7.3.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 Red Hat/1.5.0.7-0.1.el4 Firefox/1.5.0.1 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060404 Firefox/1.5.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060324 Ubuntu/dapper Firefox/1.5.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1 pango-text",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060313 Debian/1.5.dfsg+1.5.0.1-4 Firefox/1.5.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5.0.1 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2; U; de; rv:1.8.0) Gecko/20060728 Firefox/1.5.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; tr; rv:1.8.0) Gecko/20060728 Firefox/1.5.0",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; de; rv:1.8.0) Gecko/20060728 Firefox/1.5.0",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows 98; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; PPC Mac OS X; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8) Gecko/20051130 Firefox/1.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.8) Gecko/20060104 Firefox/1.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8) Gecko/20051231 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8) Gecko/20051212 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8) Gecko/20051201 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8) Gecko/20051111 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8) Gecko/20051111 Firefox/1.5 Ubuntu",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8) Gecko/20051111 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; lt; rv:1.6) Gecko/20051114 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; lt-LT; rv:1.6) Gecko/20051114 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8) Gecko/20060113 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8) Gecko/20060110 Debian/1.5.dfsg-4 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8) Gecko/20051111 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8) Gecko/20051111 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060806 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060130 Ubuntu/1.5.dfsg-4ubuntu6 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060119 Debian/1.5.dfsg-4ubuntu3 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060118 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060111 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060110 Debian/1.5.dfsg-4 Firefox/1.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.5 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b5) Gecko/20051008 Fedora/1.5-0.5.0.beta2 Firefox/1.4.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.8b5) Gecko/20051006 Firefox/1.4.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8b5) Gecko/20051006 Firefox/1.4.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 Firefox/1.1.16",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060413 Red Hat/1.0.8-1.4.1 Firefox/1.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060411 Firefox/1.0.8 SUSE/1.0.8-0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20060410 Firefox/1.0.8 Mandriva/1.0.6-16.5.20060mdk (2006.0)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.13) Gecko/20060418 Fedora/1.0.8-1.1.fc4 Firefox/1.0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.13) Gecko/20060418 Firefox/1.0.8 (Ubuntu package 1.0.8)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.13) Gecko/20060411 Firefox/1.0.8 SUSE/1.0.8-0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; da-DK; rv:1.7.13) Gecko/20060411 Firefox/1.0.8 SUSE/1.0.8-0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051105 Firefox/1.0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060410 Firefox/1.0.8",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.13) Gecko/20060410 Firefox/1.0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060410 Firefox/1.0.8",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; x86_64 Linux; en_US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.12) Gecko/20050927 Firefox/1.0.7",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7.12) Gecko/20051121 Firefox/1.0.7 (Nexenta package 1.0.7)",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20060202 CentOS/1.0.7-1.4.3.centos4 Firefox/1.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20051218 Firefox/1.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20051127 Firefox/1.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.7.12) Gecko/20051222 Firefox/1.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux ppc; da-DK; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.0.7 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.7.10) Gecko/20050919 (No IDN) Firefox/1.0.6",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.10) Gecko/20050724 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.7.10) Gecko/20050717 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.10) Gecko/20050730 Firefox/1.0.6 (Debian package 1.0.6-2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.10) Gecko/20050717 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.10) Gecko/20050721 Firefox/1.0.6 (Ubuntu package 1.0.6)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.10) Gecko/20050716 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20051111 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20051106 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050920 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050918 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050911 Firefox/1.0.6 (Debian package 1.0.6-5)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050815 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050811 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050721 Firefox/1.0.6 (Ubuntu package 1.0.6)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4.k12ltsp.4.4.0 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc3 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050719 Red Hat/1.0.6-1.4.1 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050715 Firefox/1.0.6 SUSE/1.0.6-16",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.0.6 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT5.1; en; rv:1.7.10) Gecko/20050716 Firefox/1.0.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.7.10) Gecko/20050716 Firefox/1.0.5",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5 (ax)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.8) Gecko/20050512 Firefox/1.0.4",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.10) Gecko/20050925 Firefox/1.0.4 (Debian package 1.0.4-2sarge5)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.10) Gecko/20050925 Firefox/1.0.4 (Debian package 1.0.4-2sarge5)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050610 Firefox/1.0.4 (Debian package 1.0.4-3)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050523 Firefox/1.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Firefox/1.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.0.4-1.3.1 Firefox/1.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050512 Firefox/1.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 SUSE/1.0.4-1.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.4 (Ubuntu package 1.0.7)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20070530 Firefox/1.0.4 (Debian package 1.0.4-2sarge17)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20070116 Firefox/1.0.4 (Debian package 1.0.4-2sarge15)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20061113 Firefox/1.0.4 (Debian package 1.0.4-2sarge13)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20060927 Firefox/1.0.4 (Debian package 1.0.4-2sarge12)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 1.0.4 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050421 Firefox/1.0.3 (Debian package 1.0.3-2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20060303 Firefox/1.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050420 Firefox/1.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 (ax)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; da-DK; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; es-ES; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.0.3 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; nl-NL; rv:1.7.6) Gecko/20050318 Firefox/1.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.6) Gecko/20050318 Firefox/1.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.6) Gecko/20050325 Firefox/1.0.2 (Debian package 1.0.2-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE; rv:1.7.6) Gecko/20050321 Firefox/1.0.2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr-TR; rv:1.7.6) Gecko/20050321 Firefox/1.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.7.6) Gecko/20050318 Firefox/1.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; ro-RO; rv:1.7.6) Gecko/20050318 Firefox/1.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.7.6) Gecko/20050318 Firefox/1.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.6) Gecko/20050318 Firefox/1.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.6) Gecko/20050318 Firefox/1.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 (ax)",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050321 Firefox/1.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050321 Firefox/1.0.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.6) Gecko/20050321 Firefox/1.0.2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.6) Gecko/20050321 Firefox/1.0.2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.7.6) Gecko/20050318 Firefox/1.0.2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 (ax)",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Firefox 1.0.2 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050311 Firefox/1.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050310 Firefox/1.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.6) Gecko/20050322 Firefox/1.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.6) Gecko/20050306 Firefox/1.0.1 (Debian package 1.0.1-2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.7.6) Gecko/20050226 Firefox/1.0.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:1.7.6) Gecko/20050226 Firefox/1.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.6) Gecko/20050226 Firefox/1.0.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050226 Firefox/1.0.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050226 Firefox/1.0.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050223 Firefox/1.0.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.6) Gecko/20050226 Firefox/1.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.6) Gecko/20050223 Firefox/1.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.6) Gecko/20040206 Firefox/1.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.7.6) Gecko/20050226 Firefox/1.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.0.1 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.8b4) Gecko/20050827 Firefox/1.0+",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050729 Firefox/1.0+",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050814 Firefox/1.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050221 Firefox/1.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050210 Firefox/1.0 (Debian package 1.0+dfsg.1-6)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041218 Firefox/1.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041215 Firefox/1.0 Red Hat/1.0-12.EL4",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041204 Firefox/1.0 (Debian package 1.0.x.2-1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041128 Firefox/1.0 (Debian package 1.0-4)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041117 Firefox/1.0 (Debian package 1.0-2.0.0.45.linspire0.4)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.5) Gecko/20041128 Firefox/1.0 (Debian package 1.0-4)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20041114 Firefox/1.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; rv:1.7.5) Gecko/20041108 Firefox/1.0",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.7.5) Gecko/20041119 Firefox/1.0",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 1
-    },
-    {
-      "ua": "More Firefox 1.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040917 Firefox/0.9.3",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.7) Gecko/20040803 Firefox/0.9.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7) Gecko/20040803 Firefox/0.9.3",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7) Gecko/20040803 Firefox/0.9.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.7) Gecko/20040803 Firefox/0.9.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win 9x 4.90; rv:1.7) Gecko/20040803 Firefox/0.9.3",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040802 Firefox/0.9.2",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.7) Gecko/20040707 Firefox/0.9.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040630 Firefox/0.9.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7) Gecko/20040626 Firefox/0.9.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7) Gecko/20040626 Firefox/0.9.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040614 Firefox/0.9",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040614 Firefox/0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040225 Firefox/0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.6) Gecko/20040207 Firefox/0.8",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.6) Gecko/20040206 Firefox/0.8",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.6) Gecko/20040206 Firefox/0.8",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.6) Gecko/20040206 Firefox/0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040206 Firefox/0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.6) Gecko/20040206 Firefox/0.8",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041020 Firefox/0.10.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10.1",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.2; rv:1.7.3) Gecko/20041001 Firefox/0.10.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040911 Firefox/0.10.1",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; rv:1.7.3) Gecko/20041001 Firefox/0.10.1",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040913 Firefox/0.10",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; zh-TW; rv:1.8.0.1) Gecko/20060111 Firefox/0.10",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Win98; rv:1.7.3) Gecko/20040913 Firefox/0.10",
-      "os": "Unknown",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20040913 Firefox/0.10",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": 0
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081202 Firefox (Debian-2.0.0.19-0etch1)",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Gentoo Linux x86_64; pl-PL) Gecko Firefox",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; ; Linux x86_64; rv:1.8.1.6) Gecko/20070802 Firefox",
-      "os": "Linux",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.6) Gecko/2009011913  Firefox",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.9.2.20) Gecko/20110803 Firefox",
-      "os": "Windows NT 5.1",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.8.1.16) Gecko/20080702 Firefox",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080313 Firefox",
-      "os": "Macintosh",
-      "browser": "Firefox",
-      "version": "Unknown"
-    },
-    {
-      "comment": "Opera"
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; es-ES) Presto/2.9.181 Version/12.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 12
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; WOW64; U; pt) Presto/2.10.229 Version/11.62",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; pl) Presto/2.10.229 Version/11.62",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Macintosh; Intel Mac OS X 10.6.8; U; fr) Presto/2.9.168 Version/11.52",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Macintosh; Intel Mac OS X 10.6.8; U; de) Presto/2.9.168 Version/11.52",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.51",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; de) Opera 11.51",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux x86_64; U; fr) Presto/2.9.168 Version/11.50",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; hu) Presto/2.9.168 Version/11.50",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; ru) Presto/2.8.131 Version/11.11",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; es-ES) Presto/2.8.131 Version/11.11",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.1) Gecko/20061208 Firefox/5.0 Opera 11.11",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux x86_64; U; bg) Presto/2.8.131 Version/11.10",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; en) Presto/2.8.99 Version/11.10",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; zh-tw) Presto/2.8.131 Version/11.10",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; Opera Tablet/15165; U; en) Presto/2.8.149 Version/11.1",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux x86_64; U; Ubuntu/10.10 (maverick); pl) Presto/2.7.62 Version/11.01",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; ja) Presto/2.7.62 Version/11.01",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; fr) Presto/2.7.62 Version/11.01",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; zh-tw) Presto/2.7.62 Version/11.01",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.7.62 Version/11.01",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; sv) Presto/2.7.62 Version/11.01",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; en-US) Presto/2.7.62 Version/11.01",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; cs) Presto/2.7.62 Version/11.01",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; pl) Presto/2.7.62 Version/11.01",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.7.62 Version/11.01",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U;) Presto/2.7.62 Version/11.01",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; cs) Presto/2.7.62 Version/11.01",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101213 Opera/9.80 (Windows NT 6.1; U; zh-tw) Presto/2.7.62 Version/11.01",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; U; nl; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.01",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; U; de; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.01",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; de) Opera 11.01",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux x86_64; U; pl) Presto/2.7.62 Version/11.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; it) Presto/2.7.62 Version/11.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.6.37 Version/11.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; pl) Presto/2.7.62 Version/11.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; ko) Presto/2.7.62 Version/11.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; fi) Presto/2.7.62 Version/11.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; en-GB) Presto/2.7.62 Version/11.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1 x64; U; en) Presto/2.7.62 Version/11.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; en) Presto/2.7.39 Version/11.00",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.7.39 Version/11.00",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; MRA 5.5 (build 02842); ru) Presto/2.7.62 Version/11.00",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; it) Presto/2.7.62 Version/11.00",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; U; ja; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; pl; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; de; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; X11; Linux x86_64; pl) Opera 11.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; fr) Opera 11.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; ja) Opera 11.00",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; en) Opera 11.00",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; pl) Opera 11.00",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; pl) Presto/2.6.31 Version/10.70",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2; U; ru; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.70",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; zh-cn; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.70",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.2; U; zh-cn) Presto/2.6.30 Version/10.63",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.2; U; en) Presto/2.6.30 Version/10.63",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; MRA 5.6 (build 03278); ru) Presto/2.6.30 Version/10.63",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; pl) Presto/2.6.30 Version/10.62",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64; U; de; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.62",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; X11; Linux x86_64; de) Opera 10.62",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; en) Opera 10.62",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; pl) Presto/2.6.30 Version/10.61",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; es-ES) Presto/2.6.30 Version/10.61",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.6.30 Version/10.61",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; en) Presto/2.6.30 Version/10.61",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; it) Presto/2.6.30 Version/10.61",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.6.30 Version/10.61",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows 98; U; de) Presto/2.6.30 Version/10.61",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Macintosh; Intel Mac OS X; U; nl) Presto/2.6.30 Version/10.61",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; en) Presto/2.5.27 Version/10.60",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; nl) Presto/2.6.30 Version/10.60",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/10.60 (Windows NT 5.1; U; zh-cn) Presto/2.6.30 Version/10.60",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/10.60 (Windows NT 5.1; U; en-US) Presto/2.6.30 Version/10.60",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; it) Presto/2.5.24 Version/10.54",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; en-GB) Presto/2.5.24 Version/10.53",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; zh-cn; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.53",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; Firefox/5.0; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.53",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; Firefox/4.5; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.53",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; Firefox/3.5; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.53",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; ko) Opera 10.53",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; fr) Presto/2.5.24 Version/10.52",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; en) Presto/2.5.22 Version/10.51",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; cs) Presto/2.5.22 Version/10.51",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.5.22 Version/10.51",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Linux i686; U; en) Presto/2.5.22 Version/10.51",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.1; U; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.51",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux i686; U; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.51",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Linux i686; en) Opera 10.51",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; zh-tw) Presto/2.5.22 Version/10.50",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.5.22 Version/10.50",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; sk) Presto/2.6.22 Version/10.50",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; ja) Presto/2.5.22 Version/10.50",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; zh-cn) Presto/2.5.22 Version/10.50",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; sk) Presto/2.5.22 Version/10.50",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.5.22 Version/10.50",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/10.50 (Windows NT 6.1; U; en-GB) Presto/2.2.2",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (S60; SymbOS; Opera Tablet/9174; U; en) Presto/2.7.81 Version/10.5",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; U; Linux i686; en-US; rv:1.9.2.3) Presto/2.2.15 Version/10.10",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux x86_64; U; it) Presto/2.2.15 Version/10.10",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; de) Presto/2.2.15 Version/10.10",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; Gecko/20100115; pl) Presto/2.2.15 Version/10.10",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; en) Presto/2.2.15 Version/10.10",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; de) Presto/2.2.15 Version/10.10",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; cs) Presto/2.2.15 Version/10.10",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; U; tr; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 10.10",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; de) Opera 10.10",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 6.0; tr) Opera 10.10",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux x86_64; U; en-GB) Presto/2.2.15 Version/10.01",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux x86_64; U; en) Presto/2.2.15 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux x86_64; U; de) Presto/2.2.15 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; ru) Presto/2.2.15 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; pt-BR) Presto/2.2.15 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; pl) Presto/2.2.15 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; nb) Presto/2.2.15 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; en-GB) Presto/2.2.15 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; Debian; pl) Presto/2.2.15 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (X11; Linux i686; U; de) Presto/2.2.15 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.2.15 Version/10.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; fi) Presto/2.2.15 Version/10.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; en) Presto/2.2.15 Version/10.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; de) Presto/2.2.15 Version/10.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; U; cs) Presto/2.2.15 Version/10.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; en) Presto/2.2.15 Version/10.00",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; U; de) Presto/2.2.15 Version/10.00",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.2; U; en) Presto/2.2.15 Version/10.00",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; zh-cn) Presto/2.2.15 Version/10.00",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.2.15 Version/10.00",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "More Opera 10.00 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.99 (X11; U; sk)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.99 (Windows NT 5.1; U; pl) Presto/9.9.9",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 9
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/886; U; en) Presto/2.4.15",
-      "os": "Windows NT 5.1",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.70 (Linux ppc64 ; U; en) Presto/2.2.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.70 (Linux i686 ; U; zh-cn) Presto/2.2.0",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.70 (Linux i686 ; U; en-us) Presto/2.2.0",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.70 (Linux i686 ; U; en) Presto/2.2.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.70 (Linux i686 ; U; en) Presto/2.2.0",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.70 (Linux i686 ; U; ; en) Presto/2.2.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.70 (Linux i686 ; U;  ; en) Presto/2.2.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux i686 ; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.70",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Linux i686 ; en) Opera 9.70",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "HTC_HD2_T8585 Opera/9.70 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera 9.7 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.64(Windows NT 5.1; U; en) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux x86_64; U; pl) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux x86_64; U; hr) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux x86_64; U; en-GB) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux x86_64; U; en) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux x86_64; U; de) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux x86_64; U; cs) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux i686; U; tr) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux i686; U; sv) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux i686; U; pl) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux i686; U; nb) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux i686; U; Linux Mint; nb) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux i686; U; Linux Mint; it) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux i686; U; en) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux i686; U; de) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (X11; Linux i686; U; da) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (Windows NT 6.1; U; MRA 5.5 (build 02842); ru) Presto/2.1.1",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (Windows NT 6.1; U; de) Presto/2.1.1",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (Windows NT 6.0; U; zh-cn) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.64 (Windows NT 6.0; U; pl) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "More Opera 9.64 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.63 (X11; Linux x86_64; U; ru) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (X11; Linux x86_64; U; cs) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (X11; Linux i686; U; ru) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (X11; Linux i686; U; ru)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.63 (X11; Linux i686; U; nb) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.63 (X11; Linux i686; U; de) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (X11; Linux i686)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.63 (X11; FreeBSD 7.1-RELEASE i386; U; en) Presto/2.1.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 6.1; U; hu) Presto/2.1.1",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 6.1; U; en) Presto/2.1.1",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 6.1; U; de) Presto/2.1.1",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 6.0; U; pl) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 6.0; U; nb) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 6.0; U; fr) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 6.0; U; en) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 6.0; U; cs) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 5.2; U; en) Presto/2.1.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 5.2; U; de) Presto/2.1.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.63 (Windows NT 5.1; U; pt-BR) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "More Opera 9.63 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.62 (X11; Linux x86_64; U; ru) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (X11; Linux x86_64; U; en_GB, en_US) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (X11; Linux i686; U; pt-BR) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (X11; Linux i686; U; Linux Mint; en) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (X11; Linux i686; U; it) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (X11; Linux i686; U; fi) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (X11; Linux i686; U; en) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 6.1; U; en) Presto/2.1.1",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 6.1; U; de) Presto/2.1.1",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 6.0; U; pl) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 6.0; U; nb) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 6.0; U; en-GB) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 6.0; U; en) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 6.0; U; de) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 5.2; U; en) Presto/2.1.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 5.1; U; zh-tw) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 5.1; U; zh-cn) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 5.1; U; tr) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 5.1; U; ru) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.62 (Windows NT 5.1; U; pt-BR) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "More Opera 9.62 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.61 (X11; Linux x86_64; U; fr) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (X11; Linux i686; U; ru) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (X11; Linux i686; U; pl) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (X11; Linux i686; U; en) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (X11; Linux i686; U; de) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 6.0; U; ru) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 6.0; U; pt-BR) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 6.0; U; http://lucideer.com; en-GB) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 6.0; U; en) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 5.2; U; en) Presto/2.1.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 5.1; U; zh-tw) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 5.1; U; zh-cn) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 5.1; U; ru) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 5.1; U; fr) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 5.1; U; en-GB) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 5.1; U; en) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 5.1; U; de) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Windows NT 5.1; U; cs) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.61 (Macintosh; Intel Mac OS X; U; de) Presto/2.1.1",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en-GB; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.61",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.60 (X11; Linux x86_64; U)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.60 (X11; Linux i686; U; ru) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (X11; Linux i686; U; en-GB) Presto/2.1.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (Windows NT 6.0; U; uk) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (Windows NT 6.0; U; ru) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (Windows NT 6.0; U; pl) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (Windows NT 6.0; U; de) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (Windows NT 6.0; U; bg) Presto/2.1.1",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (Windows NT 5.1; U; tr) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (Windows NT 5.1; U; sv) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (Windows NT 5.1; U; es-ES) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (Windows NT 5.1; U; en-GB) Presto/2.1.1",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (Windows NT 5.0; U; en) Presto/2.1.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux x86_64; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.60",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux x86_64; en) Opera 9.60",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (X11; Linux x86_64; U; ru)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (X11; Linux x86_64; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (X11; Linux x86_64; U)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (X11; Linux ppc; U; de)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (X11; Linux i686; U; fr)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (X11; Linux i686; U; cs)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (Windows NT 6.0; U; Opera/9.52 (X11; Linux x86_64; U); en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (Windows NT 6.0; U; fr)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (Windows NT 6.0; U; en)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (Windows NT 6.0; U; de)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (Windows NT 5.2; U; ru)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (Macintosh; PPC Mac OS X; U; ja)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (Macintosh; PPC Mac OS X; U; fr)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (Macintosh; Intel Mac OS X; U; pt-BR)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.52 (Macintosh; Intel Mac OS X; U; pt)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; de; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.52",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U;  ; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.52",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 9.52",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (X11; Linux i686; U; Linux Mint; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (X11; Linux i686; U; fr)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (X11; Linux i686; U; de)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 6.0; U; sv)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 6.0; U; es)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 6.0; U; en)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 5.1; U; nn)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 5.1; U; fr)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 5.1; U; es-LA)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 5.1; U; es-AR)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 5.1; U; en-GB)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Windows NT 5.1; U; da)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.51 (Macintosh; Intel Mac OS X; U; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.51",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 6.0; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.51",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.51",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en-GB; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.51",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; de; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.51",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 9.51 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (X11; Linux x86_64; U; pl)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (X11; Linux x86_64; U; nb)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (X11; Linux ppc; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (X11; Linux i686; U; es-ES)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (Windows NT 5.2; U; it)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (Windows NT 5.1; U; nn)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (Windows NT 5.1; U; nl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (Windows NT 5.1; U; it)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (Windows NT 5.1; U; es-ES)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (Macintosh; Intel Mac OS X; U; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.50 (Macintosh; Intel Mac OS X; U; de)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; zh-cn; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.50",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux x86_64; en) Opera 9.50",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 6.0; en) Opera 9.50",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; en) Opera 9.50",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 9.50",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.5 (Windows NT 6.0; U; en)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.5 (Windows NT 5.1; U; fr)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9b3) Gecko/2008020514 Opera 9.5",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera 9.4 (Windows NT 6.1; U; en)",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera 9.4 (Windows NT 5.3; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.30 (Nintendo Wii; U; ; 2071; Wii Shop Channel/1.0; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.30 (Nintendo Wii; U; ; 2047-7;pt-br)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.30 (Nintendo Wii; U; ; 2047-7;es)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.30 (Nintendo Wii; U; ; 2047-7;en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.30 (Nintendo Wii; U; ; 2047-7; fr)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.30 (Nintendo Wii; U; ; 2047-7; de)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.27 (X11; Linux i686; U; fr)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.27 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.27 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.27 (Windows NT 5.1; U; ja)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.27 (Macintosh; Intel Mac OS X; U; sv)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.2; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.27",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; es-la; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.27",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.27",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 9.27",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; en) Opera 9.27",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; es-la) Opera 9.27",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.26 (Windows; U; pl)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.26 (Windows NT 5.1; U; zh-cn)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.26 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.26 (Windows NT 5.1; U; nl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.26 (Windows NT 5.1; U; MEGAUPLOAD 2.0; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.26 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.26 (Macintosh; PPC Mac OS X; U; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.26",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 6.0; en) Opera 9.26",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.26",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (X11; Linux i686; U; fr-ca)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (X11; Linux i686; U; fr)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 6.0; U; SV1; MEGAUPLOAD 2.0; ru)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 6.0; U; sv)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 6.0; U; ru)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 6.0; U; MEGAUPLOAD 1.0; ru)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 6.0; U; en-US)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 5.1; U; zh-cn)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 5.1; U; MEGAUPLOAD 1.0; pt-br)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 5.1; U; lt)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 5.0; U; cs)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Windows NT 4.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (OpenSolaris; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Macintosh; PPC Mac OS X; U; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.25 (Macintosh; Intel Mac OS X; U; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 9.25 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.24 (X11; SunOS i86pc; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.24 (X11; Linux i686; U; de)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.24 (Windows NT 5.1; U; tr)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.24 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.24 (Windows NT 5.0; U; ru)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.24 (Macintosh; PPC Mac OS X; U; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.24",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.24",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Mac_PowerPC; en) Opera 9.24",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (X11; Linux x86_64; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (X11; Linux i686; U; es-es)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 6.0; U; de)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.1; U; zh-cn)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.1; U; SV1; MEGAUPLOAD 1.0; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.1; U; pt)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.1; U; ja)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.1; U; it)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.1; U; fi)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.1; U; da)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Windows NT 5.0; U; de)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Nintendo Wii; U; ; 1038-58; Wii Internet Channel/1.0; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Macintosh; Intel Mac OS X; U; ja)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Mac OS X; ru)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.23 (Mac OS X; fr)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.23",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 9.23 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.22 (X11; OpenBSD i386; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.22 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.22 (X11; Linux i686; U; de)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.22 (Windows NT 6.0; U; ru)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.22 (Windows NT 6.0; U; en)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.22 (Windows NT 5.1; U; SV1; MEGAUPLOAD 2.0; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.22 (Windows NT 5.1; U; SV1; MEGAUPLOAD 1.0; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.22 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.22 (Windows NT 5.1; U; fr)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.22 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.22",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 9.22",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (X11; Linux x86_64; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (X11; Linux i686; U; es-es)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (X11; Linux i686; U; de)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 6.0; U; nb)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 6.0; U; en)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.1; U; SV1; MEGAUPLOAD 1.0; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.1; U; pt-br)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.1; U; nl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.1; U; MEGAUPLOAD 1.0; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.1; U; fr)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows NT 5.0; U; de)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Windows 98; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Macintosh; PPC Mac OS X; U; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.21 (Macintosh; Intel Mac OS X; U; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 9.21 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20(Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (X11; Linux x86_64; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (X11; Linux ppc; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (X11; Linux i686; U; tr)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (X11; Linux i686; U; ru)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (X11; Linux i686; U; pl)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (X11; Linux i686; U; es-es)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (X11; Linux i586; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 6.0; U; es-es)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 6.0; U; en)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 6.0; U; de)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 5.1; U; zh-tw)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 5.1; U; nb)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 5.1; U; MEGAUPLOAD=1.0; es-es)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 5.1; U; it)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 5.1; U; es-es)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 5.1; U; es-AR)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.20 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 9.20 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.12 (X11; Linux i686; U; en) (Ubuntu)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.12 (Windows NT 5.0; U; ru)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.12 (Windows NT 5.0; U)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (X11; Linux; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (X11; Linux x86_64; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (X11; Linux i686; U; pl)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (X11; Linux i686; U; kubuntu;pl)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (X11; Linux i386; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 6.0; U; it-IT)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 6.0; U; en)",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.2; U; de)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.1; U; zh-tw)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.1; U; sv)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.1; U; pt)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.1; U; nl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.1; U; MEGAUPLOAD 1.0; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.1; U; it)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.1; U; hu)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.1; U; fi)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.10 (Windows NT 5.1; U; es-es)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 9.10 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (X11; Linux i686; U; pl)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (X11; Linux i686; U; hu)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (X11; Linux i686; U; de)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows; U; nl)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows XP; U; ru)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.2; U; de)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.1; U; zh-cn)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.1; U; pt-br)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.1; U; nb)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.1; U; ja)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.1; U; fi)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.0; U; sv)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.0; U; pl)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.02 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 9.02 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (X11; OpenBSD i386; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (X11; FreeBSD 6 i386; U;pl)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (X11; FreeBSD 6 i386; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.2; U; ru)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.1; U; ja)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.1; U; es-es)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.1; U; da)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.1; U; cs)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.1; U; bg)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.1)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Windows NT 5.0; U; de)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Macintosh; PPC Mac OS X; U; it)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.01 (Macintosh; PPC Mac OS X; U; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 9.01 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (X11; Linux i686; U; pl)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (X11; Linux i686; U; de)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows; U)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.2; U; ru)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.2; U; pl)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.1; U; nl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.1; U; ja)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.1; U; it)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.1; U; fr)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.1; U; fi)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.1; U; es-es)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Nintendo Wii; U; ; 1038-58; Wii Internet Channel/1.0; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.00 (Macintosh; PPC Mac OS X; U; es)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 9.00 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; zh-cn) Opera 8.65",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; zh-cn) Opera 8.65",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Opera 8.65 [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Sprint:PPC-6700) Opera 8.65 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 320x320)Opera 8.65 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 320x320) Opera 8.65 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.65 [zh-cn]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.65 [nl]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.65 [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x240) Opera 8.65 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC) Opera 8.65 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Opera 8.60 [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.60 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x240) Opera 8.60 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.54 (X11; Linux i686; U; pl)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.54 (X11; Linux i686; U; de)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.54 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.54 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.54 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.54 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.54 (Windows NT 5.0; U; de)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.54 (Windows NT 4.0; U; zh-cn)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.54 (Windows 98; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; pl) Opera 8.54",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows 98; U; en) Opera 8.54",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.54",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.54",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; pl) Opera 8.54",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr) Opera 8.54",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.54",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.54",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; da) Opera 8.54",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; pl) Opera 8.54",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.54",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 8.54 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.53 (Windows NT 5.2; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.53 (Windows NT 5.1; U; pt)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.53 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.53 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.53 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.53 (Windows 98; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.53",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; sv) Opera 8.53",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.53",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.53",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.53",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; en) Opera 8.53",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.52 (X11; Linux x86_64; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.52 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.52 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.52 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.52 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.52 (Windows ME; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; U; en) Opera 8.52",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.52",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; de) Opera 8.52",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.52",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; pl) Opera 8.52",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.52",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.52",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.52",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; en) Opera 8.52",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (X11; U; Linux i686; en-US; rv:1.8)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (X11; Linux x86_64; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (X11; Linux i686; U; en)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (Windows NT 5.1; U; nb)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (Windows NT 5.1; U; fr)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (Windows 98; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (Macintosh; PPC Mac OS X; U; de)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.51 (FreeBSD 5.1; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; ru) Opera 8.51",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; fr) Opera 8.51",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.51",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows ME; U; en) Opera 8.51",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; PPC Mac OS X; U; en) Opera 8.51",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; ru) Opera 8.51",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.51",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; sv) Opera 8.51",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 8.51 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows NT 5.1; U; fr)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows NT 5.1; U; es-ES)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows NT 5.0; U; fr)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows NT 5.0; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows NT 5.0; U; de)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows NT 4.0; U; zh-cn)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows ME; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows 98; U; ru)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.50 (Windows 98; U; en)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.50",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; de) Opera 8.50",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.0; U; de) Opera 8.50",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; ru) Opera 8.50",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; en) Opera 8.50",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; tr) Opera 8.50",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; sv) Opera 8.50",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 8.50 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.10 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.02 (Windows NT 5.1; U; ru)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.02 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.02 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.02",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.02",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.02",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.02",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.02",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; de) Opera 8.02",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows ME; pl) Opera 8.02",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; de) Opera 8.02",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.01 (Windows NT 5.1; U; pl)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.01 (Windows NT 5.1; U; fr)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.01 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.01 (Windows NT 5.1; U; de)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.01 (Windows NT 5.0; U; de)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.01 (Macintosh; U; PPC Mac OS; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.01 (Macintosh; PPC Mac OS X; U; en)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.01",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.01",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.01",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.00 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.0 (X11; Linux i686; U; cs)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/8.0 (Windows NT 5.1; U; en)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.0",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.0",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; IT) Opera 8.0",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.0",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.0",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.0",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; de) Opera 8.0",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE) Opera 8.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; en) Opera 8.0",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 7.60",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54u1  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.54u1  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.54 (X11; Linux i686; U)  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.54 (Windows NT 5.1; U) [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.54 (Windows NT 5.1; U)  [it]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.54 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.54 (Windows NT 5.1; U)  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.54 (Windows NT 5.0; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.54 (Windows NT 5.0; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.54 (Windows 98; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; U) Opera 7.54 [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; Linux i686; U) Opera 7.54  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U) Opera 7.54  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.0; U) Opera 7.54  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.78 (Windows NT 5.1; U) Opera 7.54  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686) Opera 7.54  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.54  [pl]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.54  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.23; Mac_PowerPC) Opera 7.54  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 7.54 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.53 (X11; Linux i686; U) [en_US]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.53 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.53  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.53  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.52 (Windows NT 5.1; U) [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.52 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.52 [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.52  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.52  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.51 (X11; SunOS sun4u; U) [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.51 (Windows NT 5.1; U) [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.51 (Linux) [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.78 (Windows NT 5.1; U) Opera 7.51  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.51  [ru]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.51  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.51  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.50 (Windows XP; U)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.50 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.50  [ru]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.50  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.50  [ru]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.50  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.50  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; ; Linux x86_64) Opera 7.50 [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; ; Linux i686) Opera 7.50 [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.23 (Windows NT 6.0; U)  [zh-cn]",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.23 (Windows NT 5.1; U; sv)",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.23 (Windows NT 5.0; U) [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.23 (Windows NT 5.0; U)  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.23 (Windows NT 5.0; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.23 (Windows 98; U) [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686) Opera 7.23  [fi]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [ru]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [ru]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [en-GB]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.23  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.23  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.23  [ca]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0) Opera 7.23  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.23  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.22 (Windows NT 5.1; U)  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.21 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.0; U) Opera 7.21  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.20 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.20  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.20  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.20  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.20  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.11 (Windows NT 5.1; U)  [pl]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.11 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.11 (Windows NT 5.1; U)  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.11 (Windows NT 5.0; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.11 (Windows NT 5.0; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.11 (Windows 98; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.11 (Windows 98; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.11 (Linux 2.6.0-test4 i686; U)  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U) Opera 7.11  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.0; U) Opera 7.11  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux 2.4.21-0.13mdk i686; U) Opera 7.11  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.78 (Windows NT 5.0; U) Opera 7.11  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.11  [ru]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.11  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.11  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.11  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.11  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.11  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0) Opera 7.11  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.11  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 7.11 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.10 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.10 (Windows NT 5.0; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.10 (Windows NT 4.0; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.10 (Linux Debian;en-US)",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.10  [fr]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.10  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.10  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0) Opera 7.10  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/3.0 (Windows NT 5.0; U) Opera 7.10  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.03 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.03 (Windows NT 5.1; U)  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.03 (Windows NT 5.0; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.03 (Windows NT 5.0; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.03 (Windows NT 4.0; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.03 (Windows 98; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.03 (Windows 98; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.03 [de]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.1; U) Opera 7.03  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.03  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.03  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.03  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.03  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows ME) Opera 7.03  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.03  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.03  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 95) Opera 7.03  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.02 (Windows NT 5.1; U)  [fr]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.02 (Windows 98; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.02  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.02  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.02  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows ME) Opera 7.02  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.02  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.01 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.01 (Windows NT 5.0; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.01 (Windows 98; U)  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.01 (Windows 98; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 5.0; U) Opera 7.01  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.78 (Windows NT 5.0; U) Opera 7.01  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.01  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.01  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.01  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.01  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/3.0 (Windows NT 5.0; U) Opera 7.01  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.0 (Windows NT 5.1; U)  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.0 (Windows NT 4.0; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.0 (Windows NT 4.0; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.0 (Windows 98; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.0 (Windows 2000; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/7.0 (Windows 2000; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows 2000; U) Opera 7.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows XP) Opera 7.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.0  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows ME) Opera 7.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 2000) Opera 7.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.12 (Linux 2.4.20-4GB i686; U)  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.12 (Linux 2.4.18-14cpq i686; U)  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; UNIX) Opera 6.12  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.20-4GB i686) Opera 6.12  [de]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.11 (Linux 2.4.18-bf2.4 i686; U)  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.11 (Linux 2.4.18-4GB i686; U)  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.11 (Linux 2.4.10-4GB i686; U)  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.11 (FreeBSD 4.7-RELEASE i386; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux 2.4.19-16mdk i686; U) Opera 6.11  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; UNIX) Opera 6.11  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; UNIX) Opera 6.11  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.4 i686) Opera 6.11  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.20-13.7 i686) Opera 6.11  [de]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-4GB i686) Opera 6.11  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-16mdk i686) Opera 6.11  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.18 i686) Opera 6.11  [de]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.10-4GB i686) Opera 6.11  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux 2.4.18-ltsp-1 i686; U) Opera 6.1  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19 i686) Opera 6.1  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.18-4GB i686) Opera 6.1  [de]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows XP; U) Opera 6.06  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.06  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.06  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows XP; U) [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows XP; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows XP; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows NT 4.0; U)  [ro]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows NT 4.0; U)  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows NT 4.0; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows ME; U)  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows ME; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows 98; U)  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows 98; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows 98; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows 2000; U)  [oc]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows 2000; U)  [ja]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows 2000; U)  [it]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows 2000; U)  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows 2000; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.05 (Windows 2000; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows XP; U) Opera 6.05  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows NT 4.0; U) Opera 6.05  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows ME; U) Opera 6.05  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 6.05 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.04 (Windows XP; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.04 (Windows XP; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.04 (Windows NT 4.0; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.04 (Windows NT 4.0; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.04 (Windows 98; U)  [en-GB]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.04 (Windows 2000; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.04 (Windows 2000; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows 2000; U) Opera 6.04  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.78 (Windows 2000; U) Opera 6.04  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.04  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.04  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.04  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.04  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.04  [pl]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.04  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.04  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.04  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": " Opera/6.04 (Windows XP; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": " Opera/6.04 (Windows 2000; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": " Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.04  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 6.04 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.03 (Windows NT 4.0; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.03 (Windows 98; U) [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.03 (Windows 2000; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.03 (Linux 2.4.18-18.7.x i686; U)  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows 2000; U) Opera 6.03  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux 2.4.18-18.7.x i686; U) Opera 6.03  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.03  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.03  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.20-4GB i686) Opera 6.03  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-4GB i686) Opera 6.03  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.18-4GB i686) Opera 6.03  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.0-64GB-SMP i686) Opera 6.03  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.02 (Windows NT 4.0; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows 2000; U) Opera 6.02  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux; U) Opera 6.02  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.02  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.02  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.02  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.02  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.20-686 i686) Opera 6.02  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.18-4GB i686) Opera 6.02  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": " Opera/6.02 (Windows NT 4.0; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.01 (X11; U; nn)",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.01 (Windows XP; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.01 (Windows 98; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.01 (Windows 98; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.01 (Windows 2000; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.01 (Windows 2000; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows 2000; U) Opera 6.01  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows 2000; U) Opera 6.01  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.78 (Windows 2000; U) Opera 6.01  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.01  [it]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.01  [et]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.01  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.01  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.01  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 6.01  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 6.01  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.01  [it]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.01  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.01  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.01  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 6.01 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.0 (Windows XP; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.0 (Windows ME; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.0 (Windows 2000; U)  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.0 (Windows 2000; U)  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/6.0 (Macintosh; PPC Mac OS X; U)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.76 (Windows NT 4.0; U) Opera 6.0  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.0  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.0  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 6.0  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.0 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.0  [fr]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.0  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) Opera 6.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) Opera 6.0  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "More Opera 6.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/5.12 (Windows NT 5.1; U)  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/5.12 (Windows 98; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows 98; U) Opera 5.12  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.76 (Windows NT 4.0; U) Opera 5.12  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 5.12  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 5.12  [it]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 5.12  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 5.12  [it]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 5.12  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 5.12  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) Opera 5.12  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": " Opera/5.12 (Windows NT 5.1; U)  [de]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/5.11 (Windows 98; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 5.11  [de]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 5.11 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/5.02 (Windows 98; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/5.02 (Macintosh; U; id)",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.1) Opera 5.02  [en]",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 5.02  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 5.02  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": " Opera/5.02 (Windows NT 5.0; U) [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/5.0 (Ubuntu; U; Windows NT 6.1; es; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 3
-    },
-    {
-      "ua": "Opera/5.0 (SunOS 5.8 sun4u; U)  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (SunOS 5.8 sun4u; U) Opera 5.0 [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; SunOS 5.8 sun4u) Opera 5.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) Opera 5.0  [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux) Opera 5.0  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.4-4GB i686) Opera 5.0  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.0-4GB i686) Opera 5.0  [en]",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/4.02 (Windows 98; U) [en]",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Macintosh; ; Intel Mac OS X; fr; rv:1.8.1.1) Gecko/20061204 Opera",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE) Opera",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "comment": "Opera Mini"
-    },
-    {
-      "ua": "Opera",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/9.80 (S60; SymbOS; Opera Mobi/23.348; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/9.80 (S60; SymbOS; Opera Mobi/23.334; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/9.80 (J2ME/23.377; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/9.80 (J2ME/22.478; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/9 (Compatible; MSIE:9.0; iPhone; BlackBerry9700; AppleWebKit/24.746; U; en) Presto/2.5.25 Version/10.54",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Opera Mini/7.29530/27.1407; U; en) Presto/2.8.119 Version/11.10",
-      "os": "Android",
-      "browser": "Opera Mini",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (iPhone; Opera Mini/7.1.32694/27.1407; U; en) Presto/2.8.119 Version/11.10",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (iPad; Opera Mini/7.1.32694/27.1407; U; en) Presto/2.8.119 Version/11.10",
-      "os": "iPad",
-      "browser": "Opera Mini",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/6.5.26955/27.1407; U; en) Presto/2.8.119 Version/11.10",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/6.24288/25.729; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (BlackBerry; Opera Mini/6.24209/27.1366; U; en) Presto/2.8.119 Version/11.10",
-      "os": "BlackBerry",
-      "browser": "Opera Mini",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/6.24096/25.657; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/6.24093/26.1305; U; en) Presto/2.8.119 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/6.24093/25.657; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/6.1.25759/25.872; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/6.1.25378/25.677; U; th) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Opera Mini/6.1.25375/25.657; U; es) Presto/2.5.25 Version/10.54",
-      "os": "Android",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android;Opera Mini/6.0.24212/24.746 U;en) Presto/2.5.25 Version/10.5454",
-      "os": "Android",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/6.0.24095/24.760; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/6.0.24095/24.741; U; zh) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/5.1.22784/23.334; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/5.1.22784/22.394; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/5.1.22784/22.387; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/5.1.22783/23.334; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/5.1.22783/22.478; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/5.1.22783/22.478; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Opera Mini/5.1.22460/23.334; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Android",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Opera Mini/5.1.22460/22.478; U; fr) Presto/2.5.25 Version/10.54",
-      "os": "Android",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Opera Mini/5.1.22460/22.414; U; de) Presto/2.5.25 Version/10.54",
-      "os": "Android",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Series 60; Opera Mini/5.1.22396/22.478; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (BlackBerry; Opera Mini/5.1.22303/22.387; U; en) Presto/2.5.25 Version/10.54",
-      "os": "BlackBerry",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.22296; BlackBerry9800; U; AppleWebKit/23.370; U; en) Presto/2.5.25 Version/10.54",
-      "os": "BlackBerry",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.22296/22.87; U; fr) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.22296/22.87; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.22296/22.478; U; fr) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.22296/22.387; U; fr) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.50 (J2ME/MIDP; Opera Mini/5.1.21965/20.2513; U; en)",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (Windows Mobile; Opera Mini/5.1.21595/25.657; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows Mobile; Opera Mini/5.1.21594/22.387; U; ru) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21415/22.387; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/10.61 (J2ME/MIDP; Opera Mini/5.1.21219/19.999; en-US; rv:1.9.3a5) WebKit/534.5 Presto/2.6.30",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80(J2ME/MIDP; Opera Mini/5.1.21214/22.414; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21214/22.414; U; ro) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21214/22.387; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Opera Mini/5.1.21126/19.892; U; de) Presto/2.5.25",
-      "os": "Android",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21051/27.1573; U; en) Presto/2.8.119 Version/11.10",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21051/23.377; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21051/20.2477; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.3521/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.3521/22.414; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.3521/18.684; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.20873/19.916; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.19693Mod.by.Handler/23.390; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.19693Mod.by.Handler/18.794; U; id) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.19693/870; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.19683/1278; U; ko) Presto/2.2.0",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741Mod.by.Handler/22.414; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741/886; U; id) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741/870; U; fr) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741/870; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741/18.794; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18635Mod.by.Handler/23.377; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; U; Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18635/1030; U; en) Presto/2.4.15; ru) Presto/2.8.99 Version/11.10",
-      "os": "Windows NT 5.1",
-      "browser": "Opera Mini",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18635/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.17443/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.17443/20.2477; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.17381/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.16823Mod.by.Handler/22.387; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.16823/870; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.15650/20.2479; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/iPhone;Opera Mini/5.0.019802/886; U; ja)Presto/2.4.15",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/iPhone;Opera Mini/5.0.019802/886; U; ja)Presto/ 2.4.15",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/iPhone;Opera Mini/5.0.019802/886; U; ja) Presto/2.4.15",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (iPhone; Opera Mini/5.0.019802/886; U; ja) Presto/2.4.15",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (iPhone; Opera Mini/5.0.019802/886; U; en) Presto/2.4.15",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (iPhone; Opera Mini/5.0.019802/22.414; U; de) Presto/2.5.25 Version/10.54",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (iPhone; Opera Mini/5.0.019802/18.738; U; en) Presto/2.4.15",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (iPhone; Opera Mini/5.0.0176/764; U; en) Presto/2.4.154.15",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.0.862 Profile/24.743; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.0.423 Profile/18.684; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.0.351 Profile/22.478; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0/870; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0(Windows; U; Windows NT 5.1; en-US)/23.390; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Windows NT 5.1",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 6.1; sv-SE) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Windows NT 6.1",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 6.1; rv:2.2) Gecko/24.838; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Windows NT 6.1",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Windows NT 6.1",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/22.478; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Windows NT 6.1",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) Gecko/23.377; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Windows NT 5.1",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows NT 6.1; WOW64) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Windows NT 6.1",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (SymbianOS/24.838; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Linux; U; Android 2.2; fr-lu; HTC Legend Build/24.838; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Android",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Linux; U; Android 2.2; en-sa; HTC_DesireHD_A9191 Build/24.741; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Android",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (iPhone; U; xxxx like Mac OS X; en) AppleWebKit/24.838; U; en) Presto/2.5.25 Version/10.54",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (iPhone; U; fr; CPU iPhone OS 4_2_1 like Mac OS X; fr) AppleWebKit/23.405; U; en) Presto/2.5.25 Version/10.54",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/23.377; U; en) Presto/2.5.25 Version/10.54",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (BlackBerry; U; BlackBerry9800; en-GB) AppleWebKit/24.783; U; en) Presto/2.5.25 Version/10.54",
-      "os": "BlackBerry",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (BlackBerry; U; BlackBerry 9800) AppleWebKit/24.783; U; es) Presto/2.5.25 Version/10.54",
-      "os": "BlackBerry",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.4.Vista/19.916; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.4.29476/27.1573; U; id) Presto/2.8.119 Version/11.10",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.4.0.60 (Windows XP)/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.3.24214; iPhone; CPU iPhone OS 4_2_1 like Mac OS X; AppleWebKit/24.783; U; en) Presto/2.5.25 Version/10.54",
-      "os": "iPhone",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.3.24214/27.1407; U; id) Presto/2.8.119 Version/11.10",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.3.24214 (Windows; U; Windows NT 6.1) AppleWebKit/24.838; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Windows NT 6.1",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.3.13337/25.657; U; ro) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.21465/22.478; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.21465/22.387; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.19634/23.333; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.18887/22.478; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.16007Mod.by.Handler/23.390; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410QUAIN/22.478; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/23.334; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/23.333; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/22.401; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/20.2485; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/18.678; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.60 (J2ME/MIDP;Opera Mini/4.2.15410Mod.by.Handler/503; U; en)Presto/2.2.0",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.50 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/20.2590; U; en)",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410/870; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410/24.899; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410/22.394; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15066/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912mod.By.onome/22.401; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912Mod.by.Handler/24.783; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912Mod.by.Handler/23.377; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "<ul><li><a href='/Opera Mini4.2.14912Mod.By.<a h_id_16937.php'>Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912Mod.By.www.9jamusic.cz.cc/22.387; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/870; U; id) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/24.746; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/23.334; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/23.333; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/22.394; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14885/20.2485; U; zh) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14881Mod.by.Handler/24.743; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14881Mod.by.Handler/23.317; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14753/20.2485; U; zh) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14409/20.2485; U; zh) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14320/886; U; id) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14320/22.478; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14320/20.2485; U; zh) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13943/20.2485; U; zh) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13918/22.414; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13400/20.2485; U; zh) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13337.Mod.by.Handler/870; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13337/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13337/870; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13337/19.916; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13265/870; U; ro) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13221/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13221/870; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13057/870; U; ja) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2 19.42.55/19.892; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.18061/27.1407; U; en) Presto/2.8.119 Version/11.10",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.15082/870; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.15082/25.677; U; vi) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.15082/20.2489; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.14287/22.387; U; id) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.13907/21.529; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.13573/20.2485; U; zh) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.12965/19.892; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.11321/24.871; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0.8462/22.414; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0.8462/19.916; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0.10247/19.916; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0.10031/22.453; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0/870; U; id) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0/22.453; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0/22.401; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0/22.394; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.11) Gecko/23.390; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Linux",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0 (Linux; U;",
-      "os": "Linux",
-      "browser": "Opera Mini",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54",
-      "os": "iPad",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0 (compatible; MSIE 5.0; UNIX) Opera 6.12  [en]/24.838; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/24.705; U; en) Presto/2.5.25 Version/10.54",
-      "os": "BlackBerry",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.60 (J2ME/MIDP; Opera Mini/4.0/490; U; en) Presto/2.2.0",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/3.1.10423/22.387; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/1.6.0_13/22.478; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/1.6.0_13/19.916; U; en) Presto/2.5.25",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/1.0/886; U; en) Presto/2.4.15",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 2
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/SymbianOS/22.478; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/Nokia2730c-1/22.478; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/Mozilla/23.334; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Unknown",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (J2ME/MIDP; Opera Mini/(Windows; U; Windows NT 5.1; en-US) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54",
-      "os": "Windows NT 5.1",
-      "browser": "Opera Mini",
-      "version": 10
-    },
-    {
-      "comment": "Opera Mobile"
-    },
-    {
-      "ua": "Opera/9.80 (Android 2.3.3; Linux; Opera Mobi/ADR-1111101157; U; es-ES) Presto/2.9.201 Version/11.50",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (S60; SymbOS; Opera Mobi/SYB-1107071606; U; en) Presto/2.8.149 Version/11.10",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Android 2.3.4; Linux; Opera Mobi/build-1107180945; U; en-GB) Presto/2.8.149 Version/11.10",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Android 2.2.1; Linux; Opera Mobi/ADR-1107051709; U; pl) Presto/2.8.149 Version/11.10",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (S60; SymbOS; Opera Mobi/SYB-1104061449; U; da) Presto/2.7.81 Version/11.00",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (S60; SymbOS; Opera Mobi/SYB-1103211396; U; es-LA) Presto/2.7.81 Version/11.00",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 11
-    },
-    {
-      "ua": "Opera/9.80 (Android; Linux; Opera Mobi/ADR-1012221546; U; pl) Presto/2.7.60 Version/10.5",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android 2.2;;; Linux; Opera Mobi/ADR-1012291359; U; en) Presto/2.7.60 Version/10.5",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android 2.2; Opera Mobi/ADR-2093533608; U; pl) Presto/2.7.60 Version/10.5",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android 2.2; Opera Mobi/-2118645896; U; pl) Presto/2.7.60 Version/10.5",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android 2.2; Linux; Opera Mobi/ADR-2093533312; U; pl) Presto/2.7.60 Version/10.5",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android 2.2; Linux; Opera Mobi/ADR-2093533120; U; pl) Presto/2.7.60 Version/10.5",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android 2.2; Linux; Opera Mobi/8745; U; en) Presto/2.7.60 Version/10.5",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (S60; SymbOS; Opera Mobi/1209; U; sk) Presto/2.5.28 Version/10.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (S60; SymbOS; Opera Mobi/1209; U; fr) Presto/2.5.28 Version/10.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (S60; SymbOS; Opera Mobi/1181; U; en-GB) Presto/2.5.28 Version/10.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Linux; Opera Mobi/ADR-1012211514; U; en) Presto/2.6.35 Version/10.1",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Linux; Opera Mobi/ADR-1011151731; U; de) Presto/2.5.28 Version/10.1",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (S60; SymbOS; Opera Mobi/498; U; sv) Presto/2.4.18 Version/10.00",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (S60; SymbOS; Opera Mobi/447; U; en) Presto/2.4.18 Version/10.00",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; Windows Mobile; WCE; Opera Mobi/WMD-50433; U; de) Presto/2.4.13 Version/10.00",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Linux; Opera Mobi/ADR-1012272315; U; pl) Presto/2.7.60 Version/10.5",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.1; Opera Mobi/49; U; en) Presto/2.4.18 Version/10.00",
-      "os": "Windows NT 6.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 6.0; Opera Mobi/49; U; en) Presto/2.4.18 Version/10.00",
-      "os": "Windows NT 6.0",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows NT 5.1; Opera Mobi/49; U; en) Presto/2.4.18 Version/10.00",
-      "os": "Windows NT 5.1",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Windows Mobile; WCE; Opera Mobi/49; U; en) Presto/2.4.18 Version/10.00",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Macintosh; Intel Mac OS X; Opera Mobi/3730; U; en) Presto/2.4.18 Version/10.00",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Macintosh; Intel Mac OS X; Opera Mobi/27; U; en) Presto/2.4.18 Version/10.00",
-      "os": "Macintosh",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Linux i686; Opera Mobi/1040; U; en) Presto/2.5.24 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Linux i686; Opera Mobi/1038; U; en) Presto/2.5.24 Version/10.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Linux; Opera Mobi/49; U; en) Presto/2.4.18 Version/10.00",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Opera/9.80 (Android; Linux; Opera Mobi/27; U; en) Presto/2.4.18 Version/10.00",
-      "os": "Android",
-      "browser": "Opera",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (S60; SymbOS; Opera Mobi/SYB-1103211396; U; es-LA; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (S60; SymbOS; Opera Mobi/1209; U; it; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (S60; SymbOS; Opera Mobi/1181; U; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.1",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux armv7l; Maemo; Opera Mobi/4; U; fr; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Linux armv6l; Maemo; Opera Mobi/8; U; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (Android 2.2.2; Linux; Opera Mobi/ADR-1103311355; U; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00",
-      "os": "Android",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; S60; SymbOS; Opera Mobi/SYB-1107071606; en) Opera 11.10",
-      "os": "Unknown",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Linux armv7l; Maemo; Opera Mobi/4; fr) Opera 10.1",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Linux armv6l; Maemo; Opera Mobi/8; en-GB) Opera 11.00",
-      "os": "Linux",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Android 2.2.2; Linux; Opera Mobi/ADR-1103311355; en) Opera 11.00",
-      "os": "Android",
-      "browser": "Opera",
-      "version": "Unknown"
-    },
-    {
-      "comment": "Internet Explorer"
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 10.6; Windows NT 6.1; Trident/5.0; InfoPath.2; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727) 3gpp-gba UNTRUSTED/1.0",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/5.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/4.0; InfoPath.2; SV1; .NET CLR 2.0.50727; WOW64)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/5.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/1.22 (compatible; MSIE 10.0; Windows 3.1)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 10
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0; InfoPath.3; MS-RTC LM 8; .NET4.0C; .NET4.0E)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; chromeframe/12.0.742.112)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; Media Center PC 6.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; Media Center PC 6.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0; Tablet PC 2.0; InfoPath.3; .NET4.0C; .NET4.0E)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; yie8)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET CLR 1.1.4322; .NET4.0C; Tablet PC 2.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; FunWebProducts)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; chromeframe/13.0.782.215)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; chromeframe/11.0.696.57)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) chromeframe/10.0.648.205",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; chromeframe/11.0.696.57)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/5.0 ( ; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.0; FDM; MSIECrawler; Media Center PC 5.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 9
-    },
-    {
-      "ua": "More Internet Explorer 9.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; .NET CLR 2.7.58687; SLCC2; Media Center PC 5.0; Zune 3.4; Tablet PC 3.6; InfoPath.3)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; Media Center PC 4.0; SLCC1; .NET CLR 3.0.04320)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4322)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 3.0.04506.30)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.0; Trident/4.0; FBSMTWB; .NET CLR 2.0.34861; .NET CLR 3.0.3746.3218; .NET CLR 3.5.33652; msn OptimizedIE8;ENUS)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.2; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; Media Center PC 6.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; InfoPath.3; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MS-RTC LM 8)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; InfoPath.2)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 3.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; msn OptimizedIE8;ZHCN)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; InfoPath.3; .NET4.0C; .NET4.0E) chromeframe/8.0.552.224",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; .NET4.0C; .NET4.0E; Zune 4.7; InfoPath.3)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "More Internet Explorer 8.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0(compatible; MSIE 7.0b; Windows NT 6.0)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; Media Center PC 3.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; FDM; .NET CLR 1.1.4322)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.40607)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.0.3705; Media Center PC 3.1; Alexa Toolbar; .NET CLR 1.1.4322; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; el-GR)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 5.2)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (MSIE 7.0; Macintosh; U; SunOS; X11; gu; SV1; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)",
-      "os": "Macintosh",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; c .NET CLR 3.0.04506; .NET CLR 3.5.30707; InfoPath.1; el-GR)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; c .NET CLR 3.0.04506; .NET CLR 3.5.30707; InfoPath.1; el-GR)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; fr-FR)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; en-US)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; SpamBlockerUtility 6.3.91; SpamBlockerUtility 6.2.91; .NET CLR 4.1.89;GB)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.79 [en] (compatible; MSIE 7.0; Windows NT 5.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (Windows; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (Mozilla/4.0; MSIE 7.0; Windows NT 5.1; FDM; SV1; .NET CLR 3.0.04506.30)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (Mozilla/4.0; MSIE 7.0; Windows NT 5.1; FDM; SV1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible;MSIE 7.0;Windows NT 6.0)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; SLCC2; .NET CLR 2.0.50727; InfoPath.3; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MS-RTC LM 8)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; .NET4.0C; .NET4.0E; InfoPath.3)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; chromeframe/12.0.742.100)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 7
-    },
-    {
-      "ua": "More Internet Explorer 7.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.1; Windows XP; .NET CLR 1.1.4322; .NET CLR 2.0.50727)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.1; Windows XP)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.01; Windows NT 6.0)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.1; DigExt)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; YComp 5.0.2.6)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; YComp 5.0.0.0) (Compatible;  ;  ; Trident/4.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; YComp 5.0.0.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; .NET CLR 1.1.4322)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 4.0; .NET CLR 1.0.2914)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 4.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98; YComp 5.0.0.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98; Win 9x 4.90)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": " Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": " Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; .NET CLR 1.0.3705)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": " Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 4.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (Windows; U; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4325)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/45.0 (compatible; MSIE 6.0; Windows NT 5.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.08 (compatible; MSIE 6.0; Windows NT 5.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.01 (compatible; MSIE 6.0; Windows NT 5.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (X11; MSIE 6.0; i686; .NET CLR 1.1.4322; .NET CLR 2.0.50727; FDM)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (Windows; MSIE 6.0; Windows NT 6.0)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (Windows; MSIE 6.0; Windows NT 5.2)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (Windows; MSIE 6.0; Windows NT 5.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (Windows;  MSIE 6.0;  Windows NT 5.1;  SV1; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (MSIE 6.0; Windows NT 5.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (MSIE 6.0; Windows NT 5.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible;MSIE 6.0;Windows 98;Q312461)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (Compatible; Windows NT 5.1; MSIE 6.0) (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; U; MSIE 6.0; Windows NT 5.1) (Compatible;  ;  ; Trident/4.0; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; U; MSIE 6.0; Windows NT 5.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; Tablet PC 2.0)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; QQDownload 534; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; Media Center PC 6.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 8
-    },
-    {
-      "ua": "More Internet Explorer 6.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5b1; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.50; Windows NT; SiteKiosk 4.9; SiteCoach 1.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.50; Windows NT; SiteKiosk 4.8; SiteCoach 1.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.50; Windows NT; SiteKiosk 4.8)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.50; Windows 98; SiteKiosk 4.8)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.50; Windows 95; SiteKiosk 4.8)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible;MSIE 5.5; Windows 98)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 6
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5;)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (Compatible; MSIE 5.5; Windows NT5.0; Q312461; SV1; .NET CLR 1.1.4322; InfoPath.2)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT5)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 6.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 6.1; chromeframe/12.0.742.100; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)",
-      "os": "Windows NT 6.1",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)",
-      "os": "Windows NT 6.0",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.5)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.2; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; FDM)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.2; .NET CLR 1.1.4322) (Compatible;  ;  ; Trident/4.0; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.2; .NET CLR 1.1.4322)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "More Internet Explorer 5.5 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.23; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.22; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.21; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.2; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": " Mozilla/4.0 (compatible; MSIE 5.2; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.17; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.17; Mac_PowerPC Mac OS; en)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.16; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": " Mozilla/4.0 (compatible; MSIE 5.16; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.15; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": " Mozilla/4.0 (compatible; MSIE 5.15; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.14; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.13; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.12; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": " Mozilla/4.0 (compatible; MSIE 5.12; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.05; Windows NT 4.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.05; Windows NT 3.51)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.05; Windows 98; .NET CLR 1.1.4322)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; YComp 5.0.0.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; Hotbar 4.1.8.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; DigExt)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; .NET CLR 1.0.3705)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.2.6; MSIECrawler)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.2.6; Hotbar 4.2.8.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.2.6; Hotbar 3.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.2.6)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.2.4)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.0.0; Hotbar 4.1.8.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.0.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Wanadoo 5.6)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Wanadoo 5.3; Wanadoo 5.5)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Wanadoo 5.1)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; SV1)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Q312461; T312461)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Q312461)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; MSIECrawler)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "More Internet Explorer 5.01 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0b1; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0(compatible; MSIE 5.0; Windows 98; DigExt)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT;)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; YComp 5.0.2.6)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; YComp 5.0.2.5)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; YComp 5.0.0.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; Hotbar 4.1.8.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; Hotbar 3.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; .NET CLR 1.0.3705)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.9; .NET CLR 1.1.4322)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.2; .NET CLR 1.1.4322)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98;)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; YComp 5.0.2.4)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; Hotbar 3.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt; YComp 5.0.2.6; yplus 1.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt; YComp 5.0.2.6)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt; YComp 5.0.2.5; YComp 5.0.0.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 5
-    },
-    {
-      "ua": "More Internet Explorer 5.0 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.5; Windows NT 5.1; .NET CLR 2.0.40607)",
-      "os": "Windows NT 5.1",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.5; Windows 98; )",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.5; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": " Mozilla/4.0 (compatible; MSIE 4.5; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 PPC (compatible; MSIE 4.01; Windows CE; PPC; 240x320; Sprint:PPC-6700; PPC; 240x320)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows NT 5.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint;PPC-i830; PPC; 240x320)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint; SCH-i830; PPC; 240x320)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:SPH-ip830w; PPC; 240x320)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:SPH-ip320; Smartphone; 176x220)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:SCH-i830; PPC; 240x320)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:SCH-i320; Smartphone; 176x220)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:PPC-i830; PPC; 240x320)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; Sprint:PPC-6700; PPC; 240x320)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; PPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows 98; Hotbar 3.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows 98; DigExt)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.01; Mac_PowerPC)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "More Internet Explorer 4.01 user agents strings --&gt;&gt;",
-      "os": "Unknown",
-      "browser": "Unknown",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 WebTV/2.6 (compatible; MSIE 4.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.0; Windows NT)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.0; Windows 98 )",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.0; Windows 95; .NET CLR 1.1.4322; .NET CLR 2.0.50727)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 4.0; Windows 95)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/4.0 (Compatible; MSIE 4.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": "Unknown"
-    },
-    {
-      "ua": "Mozilla/2.0 (compatible; MSIE 4.0; Windows 98)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 4
-    },
-    {
-      "ua": "Mozilla/2.0 (compatible; MSIE 3.03; Windows 3.1)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/2.0 (compatible; MSIE 3.02; Windows 3.1)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/2.0 (compatible; MSIE 3.01; Windows 95)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 3
-    },
-    {
-      "ua": " Mozilla/2.0 (compatible; MSIE 3.01; Windows 95)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/2.0 (compatible; MSIE 3.0B; Windows NT)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/3.0 (compatible; MSIE 3.0; Windows NT 5.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/2.0 (compatible; MSIE 3.0; Windows 95)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/2.0 (compatible; MSIE 3.0; Windows 3.1)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 3
-    },
-    {
-      "ua": "Mozilla/4.0 (compatible; MSIE 2.0; Windows NT 5.0; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/1.22 (compatible; MSIE 2.0; Windows 95)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 2
-    },
-    {
-      "ua": "Mozilla/1.22 (compatible; MSIE 2.0; Windows 3.1)",
-      "os": "Unknown",
-      "browser": "MSIE",
-      "version": 2
-    }
-  ]
-}
\ No newline at end of file
diff --git a/tests/db-test.js b/tests/db-test.js
deleted file mode 100755
index 811f5cfb6ec27313c02335f02b684fd2fd0d8203..0000000000000000000000000000000000000000
--- a/tests/db-test.js
+++ /dev/null
@@ -1,527 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-// add lib/ to the require path
-
-const
-assert = require('assert'),
-vows = require('vows'),
-fs = require('fs'),
-path = require('path'),
-db = require('../lib/db.js'),
-configuration = require('../lib/configuration.js');
-
-var suite = vows.describe('db');
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-var dbCfg = configuration.get('database');
-dbCfg.drop_on_close = true;
-
-suite.addBatch({
-  "onReady": {
-    topic: function() { db.onReady(this.callback); },
-    "works": function(r) { }
-  },
-  "onReady still": {
-    topic: function() { db.onReady(this.callback); },
-    "works for more than one caller": function(r) { }
-  },
-  "opening the database": {
-    topic: function() {
-      db.open(dbCfg, this.callback);
-    },
-    "and its ready": function(err) {
-      assert.isNull(err);
-    },
-    "doesn't prevent onReady": {
-      topic: function() { db.onReady(this.callback); },
-      "from working": function(r) { }
-    }
-  }
-});
-
-// caching of secrets between test batches.
-var secret = undefined;
-
-suite.addBatch({
-  "an email address is not reported as staged before it is": {
-    topic: function() {
-      db.isStaged('lloyd@nowhe.re', this.callback);
-    },
-    "isStaged returns false": function (err, r) {
-      assert.isNull(err);
-      assert.isFalse(r);
-    }
-  },
-  "an email address is not reported as known before it is": {
-    topic: function() {
-      db.emailKnown('lloyd@nowhe.re', this.callback);
-    },
-    "emailKnown returns false": function (err, r) {
-      assert.isNull(err);
-      assert.isFalse(r);
-    }
-  }
-});
-
-suite.addBatch({
-  "stage a user for creation pending verification": {
-    topic: function() {
-      db.stageUser('lloyd@nowhe.re', 'biglonghashofapassword', this.callback);
-    },
-    "staging returns a valid secret": function(err, r) {
-      assert.isNull(err);
-      secret = r;
-      assert.isString(secret);
-      assert.strictEqual(secret.length, 48);
-    },
-    "fetch email for given secret": {
-      topic: function(err, secret) {
-        db.emailForVerificationSecret(secret, this.callback);
-      },
-      "matches expected email": function(err, email, uid) {
-        assert.strictEqual(email, 'lloyd@nowhe.re');
-      }
-    },
-    "fetch secret for email": {
-      topic: function(err, secret) {
-        db.verificationSecretForEmail('lloyd@nowhe.re', this.callback);
-      },
-      "matches expected secret": function(err, storedSecret) {
-        assert.isNull(err);
-        assert.strictEqual(storedSecret, secret);
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "an email address is reported": {
-    topic: function() {
-      db.isStaged('lloyd@nowhe.re', this.callback);
-    },
-    " as staged after it is": function (err, r) {
-      assert.isNull(err);
-      assert.strictEqual(r, true);
-    }
-  },
-  "an email address is not reported": {
-    topic: function() {
-      db.emailKnown('lloyd@nowhe.re', this.callback);
-    },
-    " as known when it is only staged": function (err, r) {
-      assert.isNull(err);
-      assert.strictEqual(r, false);
-    }
-  }
-});
-
-suite.addBatch({
-  "upon receipt of a secret": {
-    topic: function() {
-      db.completeCreateUser(secret, this.callback);
-    },
-    "gotVerificationSecret completes without error": function (err, r) {
-      assert.isNull(err);
-    }
-  }
-});
-
-suite.addBatch({
-  "an email address is not reported": {
-    topic: function() {
-      db.isStaged('lloyd@nowhe.re', this.callback);
-    },
-    "as staged immediately after its verified": function (err, r) {
-      assert.isNull(err);
-      assert.strictEqual(r, false);
-    }
-  },
-  "an email address is known": {
-    topic: function() {
-      db.emailKnown('lloyd@nowhe.re', this.callback);
-    },
-    "when it is": function (err, r) {
-      assert.isNull(err);
-      assert.strictEqual(r, true);
-    }
-  }
-});
-
-suite.addBatch({
-  "checkAuth returns": {
-    topic: function() {
-      var cb = this.callback;
-      db.emailToUID('lloyd@nowhe.re', function(err, uid) {
-        db.checkAuth(uid, cb);
-      });
-    },
-    "the correct password": function(err, r) {
-      assert.isNull(err);
-      assert.strictEqual(r, "biglonghashofapassword");
-    }
-  }
-});
-
-suite.addBatch({
-  "emailToUID": {
-    topic: function() {
-      db.emailToUID('lloyd@nowhe.re', this.callback);
-    },
-    "returns a valid userid": function(err, r) {
-      assert.isNull(err);
-      assert.isNumber(r);
-    },
-    "returns a UID": {
-      topic: function(err, uid) {
-        db.userOwnsEmail(uid, 'lloyd@nowhe.re', this.callback);
-      },
-      "that owns the original email": function(err, r) {
-        assert.isNull(err);
-        assert.ok(r);
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "getting a UID": {
-    topic: function() {
-      db.emailToUID('lloyd@nowhe.re', this.callback);
-    },
-    "does not error": function(err, uid) {
-      assert.isNull(err);
-    },
-    "then staging an email": {
-      topic: function(err, uid) {
-        // do not supply a password here.  Email addition only supplies a password
-        // in the case it's the addition of a secondary address to an account with
-        // only primaries.
-        db.stageEmail(uid, 'lloyd@somewhe.re', undefined, this.callback);
-      },
-      "yields a valid secret": function(err, secret) {
-        assert.isNull(err);
-        assert.isString(secret);
-        assert.strictEqual(secret.length, 48);
-      },
-      "then": {
-        topic: function(err, secret) {
-          var cb = this.callback;
-          db.isStaged('lloyd@somewhe.re', function(err, r) { cb(secret, r); });
-        },
-        "makes it visible via isStaged": function(sekret, r) { assert.isTrue(r); },
-        "lets you verify it": {
-          topic: function(secret, r) {
-            db.completeConfirmEmail(secret, this.callback);
-          },
-          "successfully": function(err, r) {
-            assert.isNull(err);
-          },
-          "and knownEmail": {
-            topic: function() { db.emailKnown('lloyd@somewhe.re', this.callback); },
-            "returns true": function(err, r) {
-              assert.isNull(err);
-              assert.isTrue(r);
-            }
-          },
-          "and isStaged": {
-            topic: function() { db.isStaged('lloyd@somewhe.re', this.callback); },
-            "returns false": function(err, r) {
-              assert.isNull(err);
-              assert.isFalse(r);
-            }
-          },
-          "and user's password": {
-            topic: function() {
-              var self = this;
-              db.emailToUID('lloyd@nowhe.re', function(err, uid) {
-                db.checkAuth(uid, self.callback);
-              });
-            },
-            "is still populated": function(err, hash) {
-              assert.strictEqual(hash, "biglonghashofapassword");
-            }
-          }
-        }
-      }
-    }
-  }
-});
-
-// exports.emailsBelongToSameAccount
-suite.addBatch({
-  "emails do belong to the same account": {
-    "is true": {
-      topic: function() {
-        db.emailsBelongToSameAccount('lloyd@nowhe.re', 'lloyd@somewhe.re', this.callback);
-      },
-      "when they do": function(err, r) {
-        assert.isNull(err);
-        assert.isTrue(r);
-      }
-    },
-    "is false": {
-      topic: function() {
-        db.emailsBelongToSameAccount('lloyd@anywhe.re', 'lloyd@somewhe.re', this.callback);
-      },
-      "when they don't": function(err, r) {
-        assert.isNull(err);
-        assert.isFalse(r);
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "emailType of lloyd@anywhe.re": {
-    topic: function() {
-      db.emailType('lloyd@anywhe.re', this.callback);
-    },
-    "is null": function (err, r) {
-      assert.isNull(err);
-      assert.isUndefined(r);
-    }
-  },
-  "emailType of lloyd@somewhe.re": {
-    topic: function() {
-      db.emailType('lloyd@somewhe.re', this.callback);
-    },
-    "is 'secondary'": function (err, r) {
-      assert.isNull(err);
-      assert.strictEqual(r, 'secondary');
-    }
-  },
-  "emailType of lloyd@nowhe.re": {
-    topic: function() {
-      db.emailType('lloyd@nowhe.re', this.callback);
-    },
-    "is 'secondary'": function (err, r) {
-      assert.isNull(err);
-      assert.strictEqual(r, 'secondary');
-    }
-  }
-});
-
-suite.addBatch({
-  "removing an existing email": {
-    topic: function() {
-      var cb = this.callback;
-      db.emailToUID("lloyd@somewhe.re", function(err, uid) {
-        db.removeEmail(uid, "lloyd@nowhe.re", cb);
-      });
-    },
-    "returns no error": function(err, r) {
-      assert.isNull(err);
-      assert.isUndefined(r);
-    },
-    "causes emailKnown": {
-      topic: function() {
-        db.emailKnown('lloyd@nowhe.re', this.callback);
-      },
-      "to return false": function (err, r) {
-        assert.isNull(err);
-        assert.strictEqual(r, false);
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "creating a primary account": {
-    topic: function() {
-      db.createUserWithPrimaryEmail("lloyd@primary.domain", this.callback);
-    },
-    "returns no error": function(err, r) {
-      assert.isNull(err);
-    },
-    "causes emailKnown": {
-      topic: function() {
-        db.emailKnown('lloyd@primary.domain', this.callback);
-      },
-      "to return true": function (err, r) {
-        assert.isNull(err);
-        assert.strictEqual(r, true);
-      }
-    },
-    "causes emailType": {
-      topic: function() {
-        db.emailType('lloyd@primary.domain', this.callback);
-      },
-      "to return 'primary'": function (err, r) {
-        assert.isNull(err);
-        assert.strictEqual(r, 'primary');
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "adding a primary email to that account": {
-    topic: function() {
-      var cb = this.callback;
-      db.emailToUID('lloyd@primary.domain', function(err, uid) {
-        db.addPrimaryEmailToAccount(uid, "lloyd2@primary.domain", cb);
-      });
-    },
-    "returns no error": function(err) {
-      assert.isNull(err);
-    },
-    "causes emailKnown": {
-      topic: function() {
-        db.emailKnown('lloyd2@primary.domain', this.callback);
-      },
-      "to return true": function (err, r) {
-        assert.isNull(err);
-        assert.strictEqual(r, true);
-      }
-    },
-    "causes emailType": {
-      topic: function() {
-        db.emailType('lloyd@primary.domain', this.callback);
-      },
-      "to return 'primary'": function (err, r) {
-        assert.isNull(err);
-        assert.strictEqual(r, 'primary');
-      }
-    }
-  },
-  "adding a primary email to an account with only secondaries": {
-    topic: function() {
-      var cb = this.callback;
-      db.emailToUID('lloyd@somewhe.re', function(err, uid) {
-        db.addPrimaryEmailToAccount(uid, "lloyd3@primary.domain", cb);
-      });
-    },
-    "returns no error": function(err) {
-      assert.isNull(err);
-    },
-    "causes emailKnown": {
-      topic: function() {
-        db.emailKnown('lloyd3@primary.domain', this.callback);
-      },
-      "to return true": function (err, r) {
-        assert.isNull(err);
-        assert.strictEqual(r, true);
-      }
-    },
-    "causes emailType": {
-      topic: function() {
-        db.emailType('lloyd3@primary.domain', this.callback);
-      },
-      "to return 'primary'": function (err, r) {
-        assert.isNull(err);
-        assert.strictEqual(r, 'primary');
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "adding a registered primary email to an account": {
-    topic: function() {
-      var cb = this.callback;
-      db.emailToUID('lloyd@primary.domain', function(err, uid) {
-        db.addPrimaryEmailToAccount(uid, "lloyd3@primary.domain", cb);
-      });
-    },
-    "returns no error": function(err) {
-      assert.isNull(err);
-    },
-    "and emailKnown": {
-      topic: function() {
-        db.emailKnown('lloyd3@primary.domain', this.callback);
-      },
-      "still returns true": function (err, r) {
-        assert.isNull(err);
-        assert.strictEqual(r, true);
-      }
-    },
-    "and emailType": {
-      topic: function() {
-        db.emailType('lloyd@primary.domain', this.callback);
-      },
-      "still returns 'primary'": function (err, r) {
-        assert.isNull(err);
-        assert.strictEqual(r, 'primary');
-      }
-    },
-    "and email is removed": {
-      topic: function() {
-        db.emailsBelongToSameAccount('lloyd3@primary.domain', 'lloyd@somewhe.re', this.callback);
-      },
-      "from original account": function(err, r) {
-        assert.isNull(err);
-        assert.isFalse(r);
-      }
-    },
-    "and email is added": {
-      topic: function() {
-        db.emailsBelongToSameAccount('lloyd3@primary.domain', 'lloyd@primary.domain', this.callback);
-      },
-      "to new account": function(err, r) {
-        assert.isNull(err);
-        assert.isTrue(r);
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "canceling an account": {
-    topic: function() {
-      var cb = this.callback;
-      db.emailToUID("lloyd@somewhe.re", function(err, uid) {
-        db.cancelAccount(uid, cb);
-      });
-    },
-    "returns no error": function(err) {
-      assert.isNull(err);
-    },
-    "causes emailKnown": {
-      topic: function() {
-        db.emailKnown('lloyd@somewhe.re', this.callback);
-      },
-      "to return false": function (err, r) {
-        assert.isNull(err);
-        assert.strictEqual(r, false);
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "closing the database": {
-    topic: function() {
-      db.close(this.callback);
-    },
-    "should work": function(err) {
-      assert.isNull(err);
-    },
-    "re-opening the database": {
-      topic: function() {
-        db.open(dbCfg, this.callback);
-      },
-      "works": function(err) {
-        assert.isNull(err);
-      },
-      "and then purging": {
-        topic: function() {
-          db.closeAndRemove(this.callback);
-        },
-        "works": function(r) {
-          assert.isNull(r);
-        }
-      }
-    }
-  }
-});
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/delegated-primary-test.js b/tests/delegated-primary-test.js
deleted file mode 100755
index 94818c231b8c280c583346190f519e7c960ae3a3..0000000000000000000000000000000000000000
--- a/tests/delegated-primary-test.js
+++ /dev/null
@@ -1,129 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-path = require('path'),
-util = require('util');
-
-const TEST_DOMAIN = 'example.domain',
-      TEST_DOMAIN_PATH = path.join(__dirname,
-        '..', 'example', 'primary', '.well-known', 'browserid'),
-      TEST_ORIGIN = 'http://127.0.0.1:10002',
-      TEST_DELEGATE_DOMAIN = 'delegate.example.domain',
-      TEST_DELEGATE_DOMAIN_PATH = path.join(__dirname,
-        '..', 'example', 'delegated_primary', '.well-known', 'browserid');
-
-// Good examples
-process.env['SHIMMED_PRIMARIES'] =
-  'example.domain|http://127.0.0.1:10005|' + TEST_DOMAIN_PATH;
-process.env['SHIMMED_PRIMARIES'] += "," +
-  'delegate.example.domain|http://127.0.0.1:10005|' + TEST_DELEGATE_DOMAIN_PATH;
-
-// A series of redirects delegate0.domain -> delegate1.domain -> ... delegate11.domain
-function mk_delegate(i) {
-  var f = util.format;
-  var p = path.join(__dirname, 'data', f('delegate%s.domain', i), '.well-known', 'browserid');
-  process.env['SHIMMED_PRIMARIES'] += "," +
-  f("delegate%s.domain|http://127.0.0.1:10005|%s", i, p);
-}
-for (var i=0; i <= 10; i++) {
-  mk_delegate(i);
-}
-
-// delegates to hozed.domain
-process.env['SHIMMED_PRIMARIES'] += "," +
-  util.format("hozed.domain|http://127.0.0.1:10005|%s", path.join(__dirname, 'data',
-    'hozed.domain', '.well-known', 'browserid'));
-
-// Next two delegate to each other forming a cycle
-process.env['SHIMMED_PRIMARIES'] += "," +
-  util.format("cycle.domain|http://127.0.0.1:10005|%s", path.join(__dirname, 'data',
-    'cycle.domain', '.well-known', 'browserid'));
-
-process.env['SHIMMED_PRIMARIES'] += "," +
-  util.format("cycle2.domain|http://127.0.0.1:10005|%s", path.join(__dirname, 'data',
-    'cycle2.domain', '.well-known', 'browserid'));
-
-
-var primary = require('../lib/primary.js');
-
-var suite = vows.describe('delegated-primary');
-
-// DB test look
-
-// Tests related to domains that delegate their authority to another
-// primary.
-
-// now let's generate an assertion using this user
-
-suite.addBatch({
-  "Retrieving a public key is straight forward": {
-    topic: function() {
-      return primary.getPublicKey(TEST_DOMAIN, this.callback);
-    },
-    "succeeds": function(err, pubKey) {
-      assert.equal(pubKey.keysize, '256');
-      assert.equal(pubKey.algorithm, 'RS');
-    }
-  }
-});
-
-suite.addBatch({
-  "Retrieving a public key should follow authority delegation": {
-    topic: function() {
-      return primary.getPublicKey(TEST_DELEGATE_DOMAIN, this.callback);
-    },
-    "succeeds": function(err, pubKey) {
-      assert.equal(pubKey.keysize, '256');
-      assert.equal(pubKey.algorithm, 'RS');
-    }
-  }
-});
-
-suite.addBatch({
-  "Cycles should be detected": {
-    topic: function() {
-      return primary.getPublicKey('cycle.domain', this.callback);
-    },
-    "succeeds": function(err, pubKey) {
-      assert.strictEqual(err,
-        'Circular reference in delegating authority {"cycle.domain":0,"cycle2.domain":1}');
-    }
-  }
-});
-
-suite.addBatch({
-  "We should not follow an infinite series of delegations of authority": {
-    topic: function() {
-      return primary.getPublicKey('delegate0.domain', this.callback);
-    },
-    "succeeds": function(err, pubKey) {
-      assert.strictEqual(err,
-        'Too many hops while delegating authority ["delegate0.domain","delegate1.domain",' +
-        '"delegate2.domain","delegate3.domain","delegate4.domain","delegate5.domain",' +
-        '"delegate6.domain"]');
-    }
-  }
-});
-
-suite.addBatch({
-  "A domain delegating to itself is hozed...": {
-    topic: function() {
-      return primary.getPublicKey('hozed.domain', this.callback);
-    },
-    "succeeds": function(err, pubKey) {
-      assert.strictEqual(err.indexOf('Circular reference in delegating authority '), 0);
-    }
-  }
-});
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/email-throttling-test.js b/tests/email-throttling-test.js
deleted file mode 100755
index 5b7611572f19b74c96b2dee964f79bc6980c01e2..0000000000000000000000000000000000000000
--- a/tests/email-throttling-test.js
+++ /dev/null
@@ -1,131 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js');
-
-var suite = vows.describe('email-throttling');
-
-var token;
-
-// start up a pristine server
-start_stop.addStartupBatches(suite);
-
-// now stage a registration (causing an email to be sent)
-suite.addBatch({
-  "staging a registration": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      pass: 'firstfakepass',
-      site:'https://fakesite.com:443'
-    }),
-    "returns 200": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "immediately staging another": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      pass: 'firstfakepass',
-      site:'http://fakesite.com:80'
-    }),
-    "is throttled": function(err, r) {
-      assert.strictEqual(r.code, 429);
-    }
-  }
-});
-
-suite.addBatch({
-  "finishing creating the first account": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', { token: token }).call(this);
-    },
-    "works": function(err, r) {
-      assert.equal(r.code, 200);
-      assert.strictEqual(true, JSON.parse(r.body).success);
-      token = undefined;
-    }
-  }
-});
-
-suite.addBatch({
-  "add a new email address to our account": {
-    topic: wsapi.post('/wsapi/stage_email', {
-      email: 'second@fakeemail.com',
-      site:'https://fakesite.com'
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "re-adding that same new email address a second time": {
-    topic: wsapi.post('/wsapi/stage_email', {
-      email: 'second@fakeemail.com',
-      site:'http://fakesite.com'
-    }),
-    "is throttled with a 429": function(err, r) {
-      assert.strictEqual(r.code, 429);
-    }
-  }
-});
-
-suite.addBatch({
-  "and when we attempt to finish adding the email address": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_email_confirmation', { token: token }).call(this);
-    },
-    "it works swimmingly": function(err, r) {
-      assert.equal(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, true);
-      token = undefined;
-    }
-  }
-});
-
-
-// shut the server down and cleanup
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/forgotten-pass-test.js b/tests/forgotten-pass-test.js
deleted file mode 100755
index b13b5ddc14a69ff6f839bbd1e658fe86cc1abf1c..0000000000000000000000000000000000000000
--- a/tests/forgotten-pass-test.js
+++ /dev/null
@@ -1,576 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-email = require('../lib/email.js'),
-jwcrypto = require('jwcrypto');
-
-var suite = vows.describe('forgotten-email');
-
-// algs
-require("jwcrypto/lib/algs/ds");
-require("jwcrypto/lib/algs/rs");
-
-start_stop.addStartupBatches(suite);
-
-// every time a new token is sent out, let's update the global
-// var 'token'
-var token = undefined;
-
-// stores wsapi client context
-var oldContext;
-
-// create a new account via the api with (first address)
-suite.addBatch({
-  "staging an account": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      pass: 'firstfakepass',
-      site:'http://localhost:123'
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "create first account": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', { token: token }).call(this);
-    },
-    "account created": function(err, r) {
-      assert.equal(r.code, 200);
-      assert.strictEqual(true, JSON.parse(r.body).success);
-      token = undefined;
-    }
-  }
-});
-
-suite.addBatch({
-  "email created": {
-    topic: wsapi.get('/wsapi/user_creation_status', { email: 'first@fakeemail.com' } ),
-    "should exist": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).status, "complete");
-    }
-  }
-});
-
-// add a new email address to the account (second address)
-suite.addBatch({
-  "add a new email address to our account": {
-    topic: wsapi.post('/wsapi/stage_email', {
-      email: 'second@fakeemail.com',
-      site:'https://fakesite.foobar.bizbaz.uk'
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-// should not require auth to complete
-suite.addBatch({
-  "given a token, getting an email": {
-    topic: function() {
-      wsapi.get('/wsapi/email_for_token', { token: token }).call(this);
-    },
-    "account created": function(err, r) {
-      assert.equal(r.code, 200);
-      var body = JSON.parse(r.body);
-      assert.strictEqual(body.success, true);
-      assert.strictEqual(body.must_auth, false);
-    }
-  }
-});
-
-
-// New context for a second client
-suite.addBatch({
-  "change context": function () {
-    oldContext = wsapi.getContext();
-    wsapi.setContext({});
-  }
-});
-
-// should require auth to complete for second client
-suite.addBatch({
-  "given a token, getting an email": {
-    topic: function() {
-      wsapi.get('/wsapi/email_for_token', { token: token }).call(this);
-    },
-    "account created": function(err, r) {
-      assert.equal(r.code, 200);
-      var body = JSON.parse(r.body);
-      assert.strictEqual(body.success, true);
-      assert.strictEqual(body.must_auth, true);
-    }
-  }
-});
-
-// restore context of first client
-suite.addBatch({
-  "restore context": function () {
-    wsapi.setContext(oldContext);
-  }
-});
-
-// confirm second email email address to the account
-suite.addBatch({
-  "create second account": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_email_confirmation', { token: token }).call(this);
-    },
-    "account created": function(err, r) {
-      assert.equal(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, true);
-      token = undefined;
-    }
-  }
-});
-
-// verify now both email addresses are known
-suite.addBatch({
-  "first email exists": {
-    topic: wsapi.get('/wsapi/have_email', { email: 'first@fakeemail.com' }),
-    "should exist": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).email_known, true);
-    }
-  },
-  "second email exists": {
-    topic: wsapi.get('/wsapi/have_email', { email: 'second@fakeemail.com' }),
-    "should exist": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).email_known, true);
-    }
-  },
-  "a random email doesn't exist": {
-    topic: wsapi.get('/wsapi/have_email', { email: 'third@fakeemail.com' }),
-    "shouldn't exist": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).email_known, false);
-    }
-  }
-});
-
-suite.addBatch({
-  "reset status": {
-    topic: wsapi.get('/wsapi/password_reset_status', { email: 'first@fakeemail.com' } ),
-    "returns 'complete' before calling reset": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).status, "complete");
-    }
-  }
-});
-
-// Run the "forgot_email" flow with first address. 
-suite.addBatch({
-  "reset password on first account": {
-    topic: wsapi.post('/wsapi/stage_reset', {
-      email: 'first@fakeemail.com',
-      pass: 'secondfakepass',
-      site:'https://otherfakesite.com'
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "given a token, getting an email": {
-    topic: function() {
-      wsapi.get('/wsapi/email_for_token', { token: token }).call(this);
-    },
-    "account created": function(err, r) {
-      assert.equal(r.code, 200);
-      var body = JSON.parse(r.body);
-      assert.strictEqual(body.success, true);
-      assert.strictEqual(body.must_auth, false);
-    }
-  }
-});
-
-// verify that the old email address + password combinations are still
-// valid (this is so *until* someone clicks through)
-suite.addBatch({
-  "first email works": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: 'first@fakeemail.com',
-      pass: 'firstfakepass',
-      ephemeral: false
-    }),
-    "should work": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  },
-  "second email works": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: 'second@fakeemail.com',
-      pass: 'firstfakepass',
-      ephemeral: false
-    }),
-    "should work": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  },
-  "reset status": {
-    topic: wsapi.get('/wsapi/password_reset_status', { email: 'first@fakeemail.com' } ),
-    "returns 'pending' after calling reset": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).status, "pending");
-    }
-  }
-});
-
-// now let's complete the re-registration of first email address
-suite.addBatch({
-  "complete password reset": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_reset', { token: token }).call(this);
-    },
-    "account created": function(err, r) {
-      assert.equal(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  }
-});
-
-suite.addBatch({
-  "reset status": {
-    topic: wsapi.get('/wsapi/password_reset_status', { email: 'first@fakeemail.com' } ),
-    "returns 'complete' after completing reset": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).status, "complete");
-    }
-  }
-});
-
-// now we should be able to sign in using any email address
-suite.addBatch({
-  "first email, first pass bad": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: 'first@fakeemail.com',
-      pass: 'firstfakepass',
-      ephemeral: false
-    }),
-    "shouldn't work": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    }
-  },
-  "first email, second pass good": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: 'first@fakeemail.com',
-      pass: 'secondfakepass',
-      ephemeral: false
-    }),
-    "should work": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  },
-  "second email, first pass bad": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: 'second@fakeemail.com',
-      pass: 'firstfakepass',
-      ephemeral: false
-    }),
-    "should work": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    }
-  },
-  "second email, second pass bad": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: 'second@fakeemail.com',
-      pass: 'secondfakepass',
-      ephemeral: false
-    }),
-    "shouldn' work": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  },
-});
-
-// Test issue #2104: when using a second browser to initiate password reset, first
-// browser should be prompted to authenticate
-
-// New context for a second client
-suite.addBatch({
-  "change context": function () {
-    oldContext = wsapi.getContext();
-    wsapi.setContext({});
-  }
-});
-
-// Run the "forgot_email" flow with first address. 
-suite.addBatch({
-  "reset password on first account": {
-    topic: wsapi.post('/wsapi/stage_reset', {
-      email: 'first@fakeemail.com',
-      pass: 'secondfakepass',
-      site:'https://otherfakesite.com'
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-// restore context of first client
-suite.addBatch({
-  "restore context": function () {
-    wsapi.setContext(oldContext);
-  }
-});
-
-suite.addBatch({
-  "given a token, getting an email": {
-    topic: function() {
-      wsapi.get('/wsapi/email_for_token', { token: token }).call(this);
-    },
-    "account created": function(err, r) {
-      assert.equal(r.code, 200);
-      var body = JSON.parse(r.body);
-      assert.strictEqual(body.success, true);
-      assert.strictEqual(body.email, 'first@fakeemail.com');
-      assert.strictEqual(body.must_auth, true);
-    }
-  }
-});
-
-
-// test list emails
-suite.addBatch({
-  "list emails API": {
-    topic: wsapi.get('/wsapi/list_emails', {}),
-    "succeeds with HTTP 200" : function(err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "returns an object with proper bits set": function(err, r) {
-      r = JSON.parse(r.body);
-      assert.strictEqual(r['second@fakeemail.com'].verified, false);
-      assert.strictEqual(r['first@fakeemail.com'].verified, true);
-    }
-  }
-});
-
-// test that certification fails for unverified email addresses
-
-// generate a keypair, we'll use this to sign assertions, as if
-// this keypair is stored in the browser localStorage
-var kp;
-
-suite.addBatch({
-  "generate a keypair": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm: "RS", keysize: 64}, this.callback);
-    },
-    "works": function(err, keypair) {
-      assert.isNull(err);
-      assert.isObject(keypair);
-      kp = keypair;
-    },
-    "and cert a key for a verified email address": {
-      topic: function() {
-        wsapi.post('/wsapi/cert_key', {
-          email: 'first@fakeemail.com',
-          pubkey: kp.publicKey.serialize(),
-          ephemeral: false
-        }).call(this);
-      },
-      "returns a success response" : function(err, r) {
-        assert.strictEqual(r.code, 200);
-      }
-    },
-    "and cert a key for an unverified email address": {
-      topic: function() {
-        wsapi.post('/wsapi/cert_key', {
-          email: 'second@fakeemail.com',
-          pubkey: kp.publicKey.serialize(),
-          ephemeral: false
-        }).call(this);
-      },
-      "is forbidden" : function(err, r) {
-        assert.strictEqual(r.code, 403);
-      }
-    }
-  }
-});
-
-// Now we have an account with an unverified email.  Let's attempt to reverify our other email
-// address
-// Run the "forgot_email" flow with first address. 
-suite.addBatch({
-  "reverify a non-existent email": {
-    topic: wsapi.post('/wsapi/stage_reverify', {
-      email: 'dne@fakeemail.com',
-      site:'https://otherfakesite.com'
-    }),
-    "fails": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    }
-  },
-  "reverify a verified email": {
-    topic: wsapi.post('/wsapi/stage_reverify', {
-      email: 'first@fakeemail.com',
-      site:'https://otherfakesite.com'
-    }),
-    "fails": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    }
-  },
-  "reverify an unverified email": {
-    topic: wsapi.post('/wsapi/stage_reverify', {
-      email: 'second@fakeemail.com',
-      site:'https://otherfakesite.com'
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  }
-});
-
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "given a token, getting an email": {
-    topic: function() {
-      wsapi.get('/wsapi/email_for_token', { token: token }).call(this);
-    },
-    "works dandy": function(err, r) {
-      assert.equal(r.code, 200);
-      var body = JSON.parse(r.body);
-      assert.strictEqual(body.success, true);
-      assert.strictEqual(body.email, 'second@fakeemail.com');
-      assert.strictEqual(body.must_auth, false);
-    }
-  }
-});
-
-suite.addBatch({
-  "reverify status": {
-    topic: function() {
-      wsapi.get('/wsapi/email_reverify_status', { email: "second@fakeemail.com" }).call(this);
-    },
-    "is pending": function(err, r) {
-      assert.equal(r.code, 200);
-      var body = JSON.parse(r.body);
-      assert.strictEqual(body.status, 'pending');
-    }
-  }
-});
-
-suite.addBatch({
-  "complete reverify": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_email_confirmation', { token: token }).call(this);
-    },
-    "works": function(err, r) {
-      assert.equal(r.code, 200);
-      var body = JSON.parse(r.body);
-    }
-  }
-});
-
-suite.addBatch({
-  "after reverification": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm: "RS", keysize: 64}, this.callback);
-    },
-    "we can generate a keypair": function(err, keypair) {
-      assert.isNull(err);
-      assert.isObject(keypair);
-      kp = keypair;
-    },
-    "we can certify a key for the email address": {
-      topic: function() {
-        wsapi.post('/wsapi/cert_key', {
-          email: 'second@fakeemail.com',
-          pubkey: kp.publicKey.serialize(),
-          ephemeral: false
-        }).call(this);
-      },
-      "returns a success response" : function(err, r) {
-        assert.strictEqual(r.code, 200);
-      }
-    }
-  }
-});
-
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/heartbeat-test.js b/tests/heartbeat-test.js
deleted file mode 100755
index 303046d0043034e19696476c7bedd0485bad77b4..0000000000000000000000000000000000000000
--- a/tests/heartbeat-test.js
+++ /dev/null
@@ -1,181 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js'),
-http = require('http');
-
-var suite = vows.describe('heartbeat');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-// test deep and shallow heartbeats work for all processes
-[ 10004, 10002, 10003, 10004, 10007 ].forEach(function(port) {
-  [ true, false ].forEach(function(shallow) {
-    var testName = "shallow heartbeat check for 127.0.0.1:" + port;
-    suite.addBatch({
-      testName: {
-        topic: function() {
-          var self = this;
-
-          var req = http.get({
-            host: '127.0.0.1',
-            port: port,
-            path: '/__heartbeat__' + ( shallow ? "" : "?deep=true")
-          }, function(res) {
-            self.callback(null, res.statusCode);
-            req.abort();
-          }).on('error', function(e) {
-            self.callback(e, null);
-            req.abort();
-          });
-        },
-        "works":     function(err, code) {
-          assert.strictEqual(err, null);
-          assert.equal(code, 200);
-        }
-      }
-    });
-  });
-});
-
-// now let's SIGSTOP the browserid process and verify that the router's
-// deep heartbeat fails within 11s
-suite.addBatch({
-  "stopping the browserid process": {
-    topic: function() {
-      process.kill(parseInt(process.env['BROWSERID_PID'], 10), 'SIGSTOP');
-      this.callback();
-    },
-    "then doing a deep __heartbeat__ on router": {
-      topic: function() {
-        var self = this;
-        var start = new Date();
-        var req = http.get({
-          host: '127.0.0.1',
-          port: 10002,
-          path: '/__heartbeat__?deep=true'
-        }, function(res) {
-          self.callback(null, res.statusCode, start);
-          req.abort();
-        }).on('error', function(e) {
-          self.callback(e, null);
-          req.abort();
-        });
-      },
-      "fails": function(e, code, start) {
-        assert.ok(!e);
-        assert.strictEqual(500, code);
-      },
-      "takes about 5s": function(e, code, start) {
-        assert.ok(!e);
-        var elapsedMS = new Date() - start;
-        assert.ok(3000 < elapsedMS < 7000);
-      },
-      "but upon SIGCONT": {
-        topic: function(e, code) {
-          process.kill(parseInt(process.env['BROWSERID_PID'], 10), 'SIGCONT');
-          this.callback();
-        },
-        "a deep heartbeat": {
-          topic: function() {
-            var self = this;
-            var req = http.get(
-              { host: '127.0.0.1', port: 10002, path: '/__heartbeat__?deep=true'},
-              function(res) {
-                self.callback(null, res.statusCode);
-                req.abort();
-              }).on('error', function(e) {
-                self.callback(e, null);
-                req.abort();
-              });
-          },
-          "works": function(err, code) {
-            assert.ok(!err);
-            assert.strictEqual(200, code);
-          }
-        }
-      }
-    }
-  }
-});
-
-// now let's SIGSTOP the static process and verify that the router's
-// deep heartbeat fails within 11s
-suite.addBatch({
-  "stopping the static process": {
-    topic: function() {
-      process.kill(parseInt(process.env['STATIC_PID'], 10), 'SIGSTOP');
-      this.callback();
-    },
-    "then doing a deep __heartbeat__ on router": {
-      topic: function() {
-        var self = this;
-        var start = new Date();
-        var req = http.get({
-          host: '127.0.0.1',
-          port: 10002,
-          path: '/__heartbeat__?deep=true'
-        }, function(res) {
-          self.callback(null, res.statusCode, start);
-          req.abort();
-        }).on('error', function(e) {
-          self.callback(e, null);
-          req.abort();
-        });
-      },
-      "fails": function(e, code, start) {
-        assert.ok(!e);
-        assert.strictEqual(500, code);
-      },
-      "takes about 5s": function(e, code, start) {
-        assert.ok(!e);
-        var elapsedMS = new Date() - start;
-        assert.ok(3000 < elapsedMS < 7000);
-      },
-      "but upon SIGCONT": {
-        topic: function(e, code) {
-          process.kill(parseInt(process.env['STATIC_PID'], 10), 'SIGCONT');
-          this.callback();
-        },
-        "a deep heartbeat": {
-          topic: function() {
-            var self = this;
-            var req = http.get(
-              { host: '127.0.0.1', port: 10002, path: '/__heartbeat__?deep=true'},
-              function(res) {
-                self.callback(null, res.statusCode);
-                req.abort();
-              }).on('error', function(e) {
-                self.callback(e, null);
-                req.abort();
-              });
-          },
-          "works": function(err, code) {
-            assert.ok(!err);
-            assert.strictEqual(200, code);
-          }
-        }
-      }
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/i18n-tests.js b/tests/i18n-tests.js
deleted file mode 100755
index b2abd422e1db1b2f7b9546155da1a4a1615f4caa..0000000000000000000000000000000000000000
--- a/tests/i18n-tests.js
+++ /dev/null
@@ -1,192 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-      vows = require('vows'),
-      i18n = require('../lib/i18n'),
-      start_stop = require('./lib/start-stop.js'),
-      wsapi = require('./lib/wsapi.js'),
-      http = require('http'),
-      path = require('path');
-
-var suite = vows.describe('i18n');
-
-suite.options.error = false;
-
-suite.addBatch({
-  "format a string with place values": {
-    topic: function () {
-      return i18n.format("%s %s!", ["Hello", "World"]);
-    },
-    "was interpolated": function (str) {
-      assert.equal(str, "Hello World!");
-    }
-  }
-});
-
-suite.addBatch({
-  "format a string with named values": {
-    topic: function () {
-      var params = { salutation: "Hello", place: "World" };
-      return i18n.format("%(salutation) %(place)!", params);
-    },
-    "was interpolated": function (str) {
-      assert.equal(str, "Hello World!");
-    }
-  }
-});
-
-suite.addBatch({
-  "format a string without interpolation": {
-    topic: function () {
-      return i18n.format("Hello World!");
-    },
-    "was interpolated": function (str) {
-      assert.equal(str, "Hello World!");
-    }
-  },
-  "format a null": {
-    topic: function () {
-      return i18n.format(null);
-    },
-    "was interpolated": function (str) {
-      assert.equal(str, "");
-    }
-  }
-});
-
-suite.addBatch({
-  "We find exact language match": {
-    topic: function () {
-      var accept = 'pa,sv;q=0.8,fi;q=0.7,it-ch;q=0.5,en-us;q=0.3,en;q=0.2';
-      var supported = ['af', 'en-US', 'pa'];
-      var def = 'en-US';
-      return i18n.bestLanguage(
-          i18n.parseAcceptLanguage(accept),
-          supported, def);
-    },
-    "For Punjabi": function (locale) {
-      assert.equal(locale, "pa");
-    }
-  },
-  "Issue#1128 We find best locale even if region doesn't match": {
-    topic: function () {
-      var accept = 'pa-it,sv;q=0.8,fi;q=0.7,it-ch;q=0.5,en-us;q=0.3,en;q=0.2';
-      var supported = ['af', 'en-US', 'pa'];
-      var def = 'en-US';
-      return i18n.bestLanguage(
-          i18n.parseAcceptLanguage(accept),
-          supported, def);
-    },
-    "For Punjabi (India) serve Punjabi": function (locale) {
-      assert.equal(locale, "pa");
-    }
-  },
-  "We don't extend into a region, unless we have an exact match": {
-    topic: function () {
-      var accept = 'pa,sv;q=0.8,fi;q=0.7,it-ch;q=0.5,en-us;q=0.3,en;q=0.2';
-      var supported = ['af', 'en-US', 'pa-IT'];
-      var def = 'en-US';
-      return i18n.bestLanguage(
-          i18n.parseAcceptLanguage(accept),
-          supported, def);
-    },
-    "Don't choose Punjabi (India)": function (locale) {
-      assert.equal(locale, "en-us");
-    }
-  }
-});
-
-// point to test translation files
-process.env['TRANSLATION_DIR'] = path.join(__dirname, "i18n_test_files");
-
-// supported languages for the purposes of this test
-process.env['SUPPORTED_LANGUAGES'] = 'en,bg,it-CH';
-
-// now let's start up our servers
-start_stop.addStartupBatches(suite);
-
-function getTestTemplate(langs, tp) {
-  tp = tp || '/i18n_test';
-  return function() {
-    var self = this;
-    var req = http.request({
-      host: '127.0.0.1',
-      port: 10002,
-      path: tp,
-      method: "GET",
-      headers: { 'Accept-Language': langs }
-    }, function (res) {
-      var body = "";
-      res.on('data', function(chunk) { body += chunk; })
-        .on('end', function() {
-          self.callback(null, { code: res.statusCode, body: body });
-        });
-    }).on('error', function (e) {
-      self.callback(e);
-    });
-    req.end();
-  };
-}
-
-suite.addBatch({
-  // test default language
-  "test template with no headers": {
-    topic: getTestTemplate(undefined),
-    "returns english" : function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(
-        r.body.trim(),
-        'This is a translation <strong>test</strong> string.');
-    }
-  },
-  // test un-supported case
-  "test template with german headers": {
-    topic: getTestTemplate('de'),
-    "returns english" : function(err, r) {
-      assert.strictEqual(200, r.code);
-      assert.strictEqual(
-        r.body.trim(),
-        'This is a translation <strong>test</strong> string.');
-    }
-  },
-  // test debug translation
-  "test template with debug headers": {
-    topic: getTestTemplate('it-CH'),
-    "returns gobbledygook" : function(err, r) {
-      assert.strictEqual(200, r.code);
-      assert.strictEqual(
-        r.body.trim(),
-        '.ƃuıɹʇs <strong>ʇsǝʇ</strong> uoıʇaʅsuaɹʇ a sı sıɥ⊥');
-    }
-  },
-  // test .json extraction
-  "bulgarian accept headers": {
-    topic: getTestTemplate('bg'),
-    "return a translation extacted from .json file" : function(err, r) {
-      assert.strictEqual(200, r.code);
-      assert.strictEqual(r.body.trim(), "Прова?  Прова?  Четери, пет, шещ?");
-    }
-  },
-  // test .json extraction fallback when translation is the empty string
-  "bulgarian accept headers without a translation": {
-    topic: getTestTemplate('bg', '/i18n_fallback_test'),
-    "return a non-translated string" : function(err, r) {
-      assert.strictEqual(200, r.code);
-      assert.strictEqual(r.body.trim(), "This is not translated");
-    }
-  }
-
-});
-
-// and let's stop them servers
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/i18n_test_files/bg/client.json b/tests/i18n_test_files/bg/client.json
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/tests/i18n_test_files/bg/messages.json b/tests/i18n_test_files/bg/messages.json
deleted file mode 100644
index 95da66000168b39db20e0979b294af25f8f7c348..0000000000000000000000000000000000000000
--- a/tests/i18n_test_files/bg/messages.json
+++ /dev/null
@@ -1,12 +0,0 @@
-var json_locale_data = {
-  messages: {
-    "This is a translation <strong>test</strong> string.": [
-      null,
-      "Прова?  Прова?  Четери, пет, шещ?"
-    ],
-    "This is not translated": [
-      null,
-      ""
-    ]
-  }
-};
diff --git a/tests/i18n_test_templates/i18n_fallback_test.ejs b/tests/i18n_test_templates/i18n_fallback_test.ejs
deleted file mode 100644
index 10015bc61850a24da9f0489395444642f581b833..0000000000000000000000000000000000000000
--- a/tests/i18n_test_templates/i18n_fallback_test.ejs
+++ /dev/null
@@ -1 +0,0 @@
-<%- gettext("This is not translated") %>
diff --git a/tests/i18n_test_templates/i18n_test.ejs b/tests/i18n_test_templates/i18n_test.ejs
deleted file mode 100644
index fcec0740e9970d17cebf07224cd7bf4d1918bd47..0000000000000000000000000000000000000000
--- a/tests/i18n_test_templates/i18n_test.ejs
+++ /dev/null
@@ -1 +0,0 @@
-<%- gettext("This is a translation <strong>test</strong> string.") %>
diff --git a/tests/internal-wsapi-test.js b/tests/internal-wsapi-test.js
deleted file mode 100755
index 59d04ae2dad6f84e5c89a72d187c12f529e7eac5..0000000000000000000000000000000000000000
--- a/tests/internal-wsapi-test.js
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js');
-
-var suite = vows.describe('internal-wsapi');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-suite.addBatch({
-  "requesting to create an account with an assertion": {
-    topic: wsapi.post('/wsapi/create_account_with_assertion', { }),
-    "returns a 404": function(err, r) {
-      assert.strictEqual(r.code, 404);
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/jshint-test.js b/tests/jshint-test.js
deleted file mode 100755
index e0971e0887ef6a66ae046cb7ed413554eb4e98c0..0000000000000000000000000000000000000000
--- a/tests/jshint-test.js
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-// add lib/ to the require path
-
-const
-assert = require('assert'),
-vows = require('vows'),
-fs = require('fs'),
-path = require('path'),
-exec = require('child_process').exec;
-
-var suite = vows.describe('jshint');
-var jshintPath = '../node_modules/jshint/bin/hint';
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-suite.addBatch({
-  "run jshint on the lib directory": {
-    topic: function () {
-      var cmd = jshintPath + ' --config ./data/lib.jshintrc ../lib/ | grep "not defined"';
-      var child = exec(cmd, {cwd: path.resolve(__dirname)}, this.callback);
-    },
-    "jshint is found and runs" : function (error, stdout, stderr) {
-      // NOTE: until we clean up jshint errors and agree on what options,
-      // we only verify that the program was found and runs, but not that
-      // it is completely clean and error free in jshint's opinion.
-      assert.ok(!error || error.toString().indexOf('No such') === -1);
-    },
-    "no globals are created or referenced" : function (error, stdout, stderr) {
-      var errors = stdout.split("\n").length - 1;
-      assert.strictEqual(errors, 0);
-    }
-  }
-});
-
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/lib/primary.js b/tests/lib/primary.js
deleted file mode 100644
index a00e3232fec7f78c55b8f847c19d83fb2c580ba4..0000000000000000000000000000000000000000
--- a/tests/lib/primary.js
+++ /dev/null
@@ -1,55 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-jwcrypto = require('jwcrypto'),
-path = require("path");
-
-require("jwcrypto/lib/algs/rs");
-require("jwcrypto/lib/algs/ds");
-
-// the private secret of our built-in primary
-const g_privKey = jwcrypto.loadSecretKey(
-  require('fs').readFileSync(
-    path.join(__dirname, '..', '..', 'example', 'primary', 'sample.privatekey')));
-
-function User(options) {
-  this.options = options;
-}
-
-User.prototype.setup = function(cb) {
-  var self = this;
-
-  // upon allocation of a user, we'll gen a keypair and get a signed cert
-  jwcrypto.generateKeypair({algorithm:"DS", keysize:256}, function(err, kp) {
-    if (err) return cb(err);
-
-    self._keyPair = kp;
-
-    var expiration = new Date();
-    expiration.setTime(new Date().valueOf() + 60 * 60 * 1000);
-
-    jwcrypto.cert.sign({publicKey: self._keyPair.publicKey, principal: {email: self.options.email}},
-                       {expiresAt: expiration, issuer: self.options.domain, issuedAt: new Date()},
-                       {}, self.options.privKey || g_privKey, function(err, signedCert) {
-                         if (err) return cb(err);
-                         self._cert = signedCert;
-
-                         cb(null);
-                       });
-  });
-}
-
-User.prototype.getAssertion = function(origin, cb) {
-  var self = this;
-  var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-  jwcrypto.assertion.sign({}, {audience: origin, issuer: "127.0.0.1", expiresAt: expirationDate},
-                         this._keyPair.secretKey, function(err, signedObject) {
-                           if (err) return cb(err);
-
-                           cb(null, jwcrypto.cert.bundle([self._cert], signedObject));
-                         });
-};
-
-module.exports = User;
diff --git a/tests/lib/start-stop.js b/tests/lib/start-stop.js
deleted file mode 100644
index 742fb032745d0607052ff7b19de83157dff95e8a..0000000000000000000000000000000000000000
--- a/tests/lib/start-stop.js
+++ /dev/null
@@ -1,196 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-assert = require('assert'),
-fs = require('fs'),
-path = require('path'),
-wsapi = require('./wsapi.js'),
-spawn = require('child_process').spawn,
-events = require('events'),
-config = require('../../lib/configuration.js'),
-db = require('../../lib/db.js');
-
-var proc = undefined;
-
-process.on('exit', function () {
-  if (proc) { proc.kill(); }
-});
-
-var nextTokenFunction = undefined;
-var tokenStack = [];
-
-exports.waitForToken = function(cb) {
-  if (tokenStack.length) {
-    var t = tokenStack.shift();
-    process.nextTick(function() { cb(t); });
-  }
-  else {
-    if (nextTokenFunction) throw "can't wait for a verification token when someone else is!";
-    nextTokenFunction = cb;
-  }
-};
-
-exports.browserid = new events.EventEmitter;
-
-function setupProc(proc) {
-  var m, sentReady = false;
-
-  proc.stdout.on('data', function(buf) {
-    buf.toString().split('\n').forEach(function(x) {
-      if (process.env['LOG_TO_CONSOLE'] || /^.*error.*:/.test(x)) {
-        var line = x.toString().trim();
-        if (line.length) {
-          console.log(line);
-        }
-      }
-      var tokenRegex = new RegExp('token=([A-Za-z0-9]+)$', 'm');
-      var pidRegex = new RegExp('^spawned (\\w+) \\(.*\\) with pid ([0-9]+)$');
-
-      if (!sentReady && /^router.*127\.0\.0\.1:10002$/.test(x)) {
-        exports.browserid.emit('ready');
-        sentReady = true;
-      } else if (!sentReady && (m = pidRegex.exec(x))) {
-        process.env[m[1].toUpperCase() + "_PID"] = m[2]; 
-      } else if (m = tokenRegex.exec(x)) {
-        if (!(/forwarding request:/.test(x))) {
-          tokenStack.push(m[1]);
-          if (nextTokenFunction) {
-            nextTokenFunction(tokenStack.shift());
-            nextTokenFunction = undefined;
-          }
-        }
-      }
-    });
-  });
-  proc.stderr.on('data', function(x) {
-    if (process.env['LOG_TO_CONSOLE']) console.log(x.toString());
-  });
-}
-
-function removeVarDir() {
-  try {
-    fs.readdirSync(varPath).forEach(function(f) {
-        fs.unlinkSync(path.join(varPath, f));
-    });
-    fs.rmdirSync(varPath);
-  } catch(e) {}
-}
-
-exports.addStartupBatches = function(suite) {
-
-  // disable vows (often flakey?) async error behavior
-  suite.options.error = false;
-
-  // propogate our ephemeral database parameters down to
-  // child processes so that all process are communicating
-  // with the same db
-  suite.addBatch({
-    "specifying an ephemeral database": {
-      topic: function() {
-        config.set("database.name", process.env['DATABASE_NAME']);
-        return true;
-      },
-      "should work": function(x) {
-        assert.equal(typeof config.get('database.name'), 'string');
-        assert.equal(typeof process.env['DATABASE_NAME'], 'string');
-        assert.equal(process.env['DATABASE_NAME'], config.get('database.name'));
-      }
-    }
-  });
-
-  suite.addBatch({
-    "opening the database": {
-      topic: function() {
-        var cfg = config.get('database');
-        cfg.drop_on_close = true;
-        db.open(cfg, this.callback);
-      },
-      "should work fine": function(r) {
-        assert.isNull(r);
-      }
-    }
-  });
-
-  suite.addBatch({
-    "run the server": {
-      topic: function() {
-        var pathToHarness = path.join(__dirname, '..', '..', 'scripts', 'run_locally.js');
-        proc = spawn('node', [ pathToHarness ])
-        setupProc(proc);
-        exports.browserid.on('ready', this.callback);
-      },
-      "server should be running": {
-        topic: wsapi.get('/__heartbeat__'),
-        "server is running": function (err, r) {
-          assert.equal(r.code, 200);
-          assert.equal(r.body, 'ok');
-        }
-      }
-    }
-  });
-};
-
-exports.addRestartBatch = function(suite) {
-  // stop the server
-  suite.addBatch({
-    "stop the server": {
-      topic: function() {
-        var cb = this.callback;
-        proc.kill('SIGINT');
-        proc.on('exit', this.callback);
-      },
-      "stopped": function(x) {
-        assert.strictEqual(x, 0);
-      }
-    }
-  });
-
-  suite.addBatch({
-    "run the server": {
-      topic: function() {
-        var pathToHarness = path.join(__dirname, '..', '..', 'scripts', 'run_locally.js');
-        proc = spawn('node', [ pathToHarness ])
-        setupProc(proc);
-        exports.browserid.on('ready', this.callback);
-      },
-      "server should be running": {
-        topic: wsapi.get('/__heartbeat__'),
-        "server is running": function (err, r) {
-          assert.equal(r.code, 200);
-          assert.equal(r.body, 'ok');
-        }
-      }
-    }
-  });
-
-};
-
-exports.addShutdownBatches = function(suite) {
-  // stop the server
-  suite.addBatch({
-    "stop the server": {
-      topic: function() {
-        var cb = this.callback;
-        proc.kill('SIGINT');
-        proc.on('exit', this.callback);
-      },
-      "stopped": function(x) {
-        assert.strictEqual(x, 0);
-      }
-    }
-  });
-
-  // clean up
-  suite.addBatch({
-    "closing (and removing) the database": {
-      topic: function() {
-        db.closeAndRemove(this.callback);
-      },
-      "should work": function(err) {
-        assert.isNull(err);
-      }
-    }
-  });
-}
diff --git a/tests/lib/test_env.js b/tests/lib/test_env.js
deleted file mode 100644
index c45a2fa3f3e344bffe86360bd11d04187ea29e70..0000000000000000000000000000000000000000
--- a/tests/lib/test_env.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-/* this zero-exports include file should be included by each of the tests.
- * if NODE_ENV was not explicitly set to a test environment it will set
- * NODE_ENV and issue a warning on the console to developers */ 
-
-if (undefined === process.env['NODE_ENV']) {
-  console.log("Setting NODE_ENV to test_json to test with the local JSON database");
-  console.log("To test with a local mysql database, setup mysql and set NODE_ENV to test_mysql");
-  process.env['NODE_ENV'] = 'test_json';
-} else if (process.env['NODE_ENV'].substr(0,5) !== 'test_') {
-  console.log("(Woah.  Running tests without a test_ configuration.  Is this *really* what you want?)");
-  process.exit(1);
-}
-
-// if the environment is a 'test_' environment, then we'll use an
-// ephemeral database
-if (process.env['NODE_ENV'] === 'test_mysql') {
-  process.env['DATABASE_NAME'] = "browserid_tmp_" +
-    require('../../lib/secrets.js').generate(6);
-} else if (process.env['NODE_ENV'] === 'test_json') {
-  process.env['DATABASE_NAME'] = require('temp').path({suffix: '.db'});
-}
diff --git a/tests/lib/wsapi.js b/tests/lib/wsapi.js
deleted file mode 100644
index a64f362d4ed7d6a628ec3c25a764865dfde0b1fc..0000000000000000000000000000000000000000
--- a/tests/lib/wsapi.js
+++ /dev/null
@@ -1,55 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-const
-wcli = require('../../lib/wsapi_client');
-
-// the client "context"
-var context = {};
-
-// the configuration
-var configuration = {
-  browserid: 'http://127.0.0.1:10002/'
-}
-
-exports.clearCookies = function(ctx) {
-  wcli.clearCookies(ctx||context);
-};
-
-exports.injectCookies = function(cookies, ctx) {
-  wcli.injectCookies({cookieJar: cookies}, ctx||context);
-};
-
-exports.getCookie = function(which, ctx) {
-  return wcli.getCookie(ctx||context, which);
-};
-
-exports.get = function (path, getArgs, ctx) {
-  return function () {
-    wcli.get(configuration, path, ctx||context, getArgs, this.callback);
-  };
-};
-
-exports.post = function (path, postArgs, ctx) {
-  return function () {
-    wcli.post(configuration, path, ctx||context, postArgs, this.callback);
-  };
-};
-
-exports.getCSRF = function(ctx) {
-  var context = ctx||context;
-  if (context && context.session && context.session.csrf_token) {
-    return context.session.csrf_token;
-  }
-  return null;
-};
-
-// allows for multiple clients
-exports.setContext = function (cxt) {
-  context = cxt;
-};
-
-exports.getContext = function () {
-  return context;
-};
diff --git a/tests/list-emails-wsapi-test.js b/tests/list-emails-wsapi-test.js
deleted file mode 100755
index 0eb3449b7461b485b3ddb31f1cd1e5a7898d272b..0000000000000000000000000000000000000000
--- a/tests/list-emails-wsapi-test.js
+++ /dev/null
@@ -1,98 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js');
-
-var suite = vows.describe('forgotten-email');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-// ever time a new token is sent out, let's update the global
-// var 'token'
-var token = undefined;
-
-// create a new account via the api with (first address)
-suite.addBatch({
-  "stage an account": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'syncer@somehost.com',
-      pass: 'fakepass',
-      site:'https://foobar.fakesite.com'
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "verifying account ownership": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', { token: token }).call(this);
-    },
-    "works": function(err, r) {
-      assert.equal(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, true);
-      token = undefined;
-    }
-  }
-});
-
-suite.addBatch({
-  "calling user_creation_status after a creation is complete": {
-    topic: wsapi.get("/wsapi/user_creation_status", { email: 'syncer@somehost.com' }),
-    "yields a HTTP 200": function (err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "returns a json encoded string - `complete`": function (err, r) {
-      assert.strictEqual(JSON.parse(r.body).status, "complete");
-    }
-  }
-});
-
-suite.addBatch({
-  "list emails API": {
-    topic: wsapi.get('/wsapi/list_emails', {}),
-    "succeeds with HTTP 200" : function(err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "returns an object with proper email": function(err, r) {
-      var respObj = JSON.parse(r.body);
-      var emails = Object.keys(respObj);
-      assert.equal(emails[0], "syncer@somehost.com");
-      assert.equal(respObj[emails[0]].type, "secondary");
-      assert.equal(respObj[emails[0]].verified, true);
-      assert.equal(emails.length, 1);
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/metrics-header-test.js b/tests/metrics-header-test.js
deleted file mode 100755
index 596e3a210d6069599202dd9627c8d43f5316ae0c..0000000000000000000000000000000000000000
--- a/tests/metrics-header-test.js
+++ /dev/null
@@ -1,100 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-fs = require('fs'),
-path = require('path'),
-http = require('http'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-urlparse = require('urlparse');
-
-var suite = vows.describe('metrics header test');
-suite.options.error = false;
-
-// allow this unit test to be targeted
-var SERVER_URL = process.env['SERVER_URL'] || 'http://127.0.0.1:10002/';
-
-process.env.METRICS_LOG_FILE = path.resolve(path.join(__dirname, 'data', 'metrics.json'));
-
-if (!process.env['SERVER_URL']) {
-  // start up a pristine server if we're locally testing
-  start_stop.addStartupBatches(suite);
-}
-
-// existsSync moved from path in 0.6.x to fs in 0.8.x
-if (typeof fs.existsSync === 'function') {
-  var existsSync = fs.existsSync;
-} else {
-  var existsSync = path.existsSync;
-}
-
-// now parse out host, port and scheme
-var purl = urlparse(SERVER_URL);
-const method = (purl.scheme === 'https') ? require('https') : require('http');
-
-function doRequest(path, headers, cb) {
-  var req = method.request({
-    port: purl.port,
-    host: purl.host,
-    path: path,
-    headers: headers,
-    agent: false
-  }, function(res) {
-    req.abort();
-    cb(null, res);
-  });
-  req.on('error', function(e) {
-    cb(e);
-  });
-  req.end();
-}
-
-suite.addBatch({
-  '/sign_in': {
-    topic: function() {
-      doRequest('/sign_in', {'user-agent': 'Test Runner', 'x-real-ip': '123.0.0.1', 'referer': 'https://persona.org'}, this.callback);
-    },
-    "metrics log exists": {
-      topic: function (err, r) {
-        if (existsSync(process.env.METRICS_LOG_FILE)) {
-          this.callback();
-        } else {
-          fs.watchFile(process.env.METRICS_LOG_FILE, null, this.callback);
-        }
-      },
-      "metric fields are logged properly": function (event, filename) {
-        var metrics = JSON.parse(fs.readFileSync(process.env.METRICS_LOG_FILE, "utf8").trim());
-        var message = JSON.parse(metrics.message);
-        assert.equal(message.ip, "123.0.0.1");
-        assert.equal(message.rp, "https://persona.org");
-        assert.equal(message.browser, "Test Runner");
-        fs.unwatchFile(process.env.METRICS_LOG_FILE);
-      }
-    }
-  }
-});
-
-
-suite.addBatch({
-  'clean up': function () {
-    fs.unlink(process.env.METRICS_LOG_FILE);
-    delete process.env.METRICS_LOG_FILE;
-  }
-});
-
-// shut the server down and cleanup
-if (!process.env['SERVER_URL']) {
-  start_stop.addShutdownBatches(suite);
-}
-
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/no-cookie-test.js b/tests/no-cookie-test.js
deleted file mode 100755
index 1689b22946e2faeca777c710a3a7570b6f908283..0000000000000000000000000000000000000000
--- a/tests/no-cookie-test.js
+++ /dev/null
@@ -1,105 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-http = require('http');
-
-var suite = vows.describe('registration-status-wsapi');
-
-// ever time a new token is sent out, let's update the global
-// var 'token'
-var token = undefined;
-
-// start up a pristine server
-start_stop.addStartupBatches(suite);
-
-// now start a registration
-suite.addBatch({
-  "start registration": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      pass: 'firstfakepass',
-      site:'http://fakesite.com:123'
-    }),
-    "returns 200": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "completing user creation": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', { token: token }).call(this);
-    },
-    "works": function(err, r) {
-      assert.equal(r.code, 200);
-      token = undefined;
-    }
-  }
-});
-
-suite.addBatch({
-  "attempt to auth without cookie": {
-    topic: function() {
-      var cb = this.callback;
-
-      var req = http.request({
-        host: '127.0.0.1',
-        port: 10002,
-        path: '/wsapi/authenticate_user',
-        headers: { 'Content-Type': 'application/json' },
-        method: "POST",
-        agent: false // disable node.js connection pooling
-      }, function(res) {
-        var body = '';
-        res.on('data', function(chunk) { body += chunk; })
-          .on('end', function() {
-            cb(null, {code: res.statusCode, headers: res.headers, body: body});
-          });
-      }).on('error', function (e) {
-        cb(e);
-      });
-      req.write(JSON.stringify({
-        csrf: wsapi.getCSRF(),
-        email: 'first@fakeemail.com',
-        pass: 'firstfakepass'
-      }));
-      req.end();
-    },
-    "returns a 403 with 'no cookie' as the body": function(err, r) {
-      assert.equal(err, null);
-      assert.equal(r.code, 403);
-      assert.equal(r.body, 'Forbidden: no cookie');
-    }
-  }
-});
-
-// shut the server down and cleanup
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/page-requests-test.js b/tests/page-requests-test.js
deleted file mode 100755
index 9978f428325bbfd93bdd9e546b9227cfe7c1e2c2..0000000000000000000000000000000000000000
--- a/tests/page-requests-test.js
+++ /dev/null
@@ -1,88 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-http = require('http'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js');
-
-var suite = vows.describe('page requests');
-
-// start up a pristine server
-start_stop.addStartupBatches(suite);
-
-// This set of tests check to make sure all of the expected pages are served
-// up with the correct status codes.  We use Lloyd's wsapi client as our REST
-// interface.
-
-
-// Taken from the vows page.
-function assertStatus(code) {
-  return function (err, res) {
-    assert.equal(res.code, code);
-  };
-}
-
-function respondsWith(status) {
-  var context = {
-    topic: function () {
-      // Get the current context's name, such as "POST /"
-      // and split it at the space.
-      var req    = this.context.name.split(/ +/), // ["POST", "/"]
-          method = req[0].toLowerCase(),         // "post"
-          path   = req[1];                       // "/"
-
-      // Perform the contextual client request,
-      // with the above method and path.
-      wsapi[method](path).call(this);
-    }
-  };
-
-  // Create and assign the vow to the context.
-  // The description is generated from the expected status code
-  // and the status name, from node's http module.
-  context['should respond with a ' + status + ' '
-         + http.STATUS_CODES[status]] = assertStatus(status);
-
-  return context;
-}
-
-suite.addBatch({
-  'GET /':                       respondsWith(200),
-  'GET /forgot':                 respondsWith(200),
-  'GET /signin':                 respondsWith(200),
-  'GET /about':                  respondsWith(200),
-  'GET /tos':                    respondsWith(200),
-  'GET /privacy':                respondsWith(200),
-  'GET /verify_email_address':   respondsWith(200),
-  'GET /add_email_address':      respondsWith(200),
-  'GET /confirm':                respondsWith(200),
-  'GET /reset_password':         respondsWith(200),
-  'GET /confirm':                respondsWith(200),
-  'GET /idp_auth_complete':      respondsWith(200),
-  'GET /pk':                     respondsWith(200),
-  'GET /.well-known/browserid':  respondsWith(200),
-  'GET /signin':                 respondsWith(200),
-  'GET /unsupported_dialog':     respondsWith(200),
-  'GET /cookies_disabled':       respondsWith(200),
-  'GET /developers':             respondsWith(200),
-  'GET /developers':             respondsWith(302),
-  'GET /developers/':            respondsWith(302),
-  'GET /test':                   respondsWith(301),
-  'GET /test/':                  respondsWith(200),
-  'GET /include.js':             respondsWith(200),
-  'GET /include.orig.js':        respondsWith(200)
-});
-
-// shut the server down and cleanup
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/password-bcrypt-update-test.js b/tests/password-bcrypt-update-test.js
deleted file mode 100755
index 49a8e60846417dc2a6771856c5ff77f9f6d3ab86..0000000000000000000000000000000000000000
--- a/tests/password-bcrypt-update-test.js
+++ /dev/null
@@ -1,170 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js'),
-bcrypt = require('bcrypt');
-
-var suite = vows.describe('password-length');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-const TEST_EMAIL = 'update@passwd.bcrypt',
-      TEST_PASSWORD = 'thisismypassword';
-
-// surpress console output of emails with a noop email interceptor
-var token = undefined;
-
-suite.addBatch({
-  "get csrf token": {
-    topic: wsapi.get('/wsapi/session_context'),
-    "works": function (err, r) {
-      assert.equal(typeof r.body, 'string');
-      var v = JSON.parse(r.body);
-      assert.equal(typeof v, 'object');
-      assert.equal(typeof v.csrf_token, 'string');
-      assert.equal(typeof v.server_time, 'number');
-    }
-  }
-});
-
-// first stage the account
-suite.addBatch({
-  "account staging": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: TEST_EMAIL,
-      pass: TEST_PASSWORD,
-      site:'https://fakesite.com'
-    }),
-    "works":     function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-// create a new account via the api with (first address)
-suite.addBatch({
-  "setting password": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', {
-        token: token
-      }).call(this);
-    },
-    "works just fine": function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-// check the rounds on the password
-suite.addBatch({
-  "the password": {
-    topic: function() {
-      var cb = this.callback;
-      db.emailToUID(TEST_EMAIL, function(err, uid) {
-        db.checkAuth(uid, cb);
-      });
-    },
-    "is bcrypted with the expected number of rounds": function(err, r) {
-      assert.isNull(err);
-      assert.equal(typeof r, 'string');
-      assert.equal(config.get('bcrypt_work_factor'), bcrypt.getRounds(r));
-    }
-  }
-});
-
-// now change the configuration to bcrypt at 8 rounds
-suite.addBatch({
-  "updating work factor": {
-    topic: function() {
-      process.env['BCRYPT_WORK_FACTOR'] = 8;
-      return true;
-    },
-    "succeeds": function() {}
-  }
-});
-
-start_stop.addRestartBatch(suite);
-
-// at authentication time we should see the password get updated
-suite.addBatch({
-  "re-authentication": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: TEST_PASSWORD,
-      ephemeral: false
-    }),
-    "should work": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  }
-});
-
-// let's wait a little while for the password update to complete.
-// sleeps suck, but 8 rounds should reliably complete in under 2s
-suite.addBatch({
-  "after a bit of waiting": {
-    topic: function() {
-      setTimeout(this.callback, 2000);
-    },
-    "if we recheck the auth hash": {
-      topic: function() {
-        var cb = this.callback;
-        db.emailToUID(TEST_EMAIL, function(err, uid) {
-          db.checkAuth(uid, cb);
-        });
-      },
-      "its bcrypted with 8 rounds": function(err, r) {
-        assert.isNull(err);
-        assert.equal(typeof r, 'string');
-        assert.equal(8, bcrypt.getRounds(r));
-      }
-    }
-  }
-});
-
-// at authentication time we should see the password get updated
-suite.addBatch({
-  "and re-authentication": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: TEST_PASSWORD,
-      ephemeral: false
-    }),
-    "should still work": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/password-length-test.js b/tests/password-length-test.js
deleted file mode 100755
index 9dc384501fa94893592d5b44a6bb54f6fa7ea9a4..0000000000000000000000000000000000000000
--- a/tests/password-length-test.js
+++ /dev/null
@@ -1,88 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-email = require('../lib/email.js');
-
-var suite = vows.describe('password-length');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-var token = undefined;
-
-suite.addBatch({
-  "get csrf token": {
-    topic: wsapi.get('/wsapi/session_context'),
-    "works": function (err, r) {
-      assert.equal(typeof r.body, 'string');
-      var v = JSON.parse(r.body);
-      assert.equal(typeof v, 'object');
-      assert.equal(typeof v.csrf_token, 'string');
-      assert.equal(typeof v.server_time, 'number');
-    }
-  }
-});
-
-// first stage the account
-suite.addBatch({
-  "a password that is non-existent": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      site:'https://fakesite.com:123'
-    }),
-    "causes a HTTP error response": function(err, r) {
-      assert.equal(r.code, 400);
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    }
-  },
-  "a password that is too short": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      pass: '0123456', // less than 8 chars, invalid
-      site:'https://fakesite.com:123'
-    }),
-    "causes a HTTP error response": function(err, r) {
-      assert.equal(r.code, 400);
-      assert.equal(JSON.parse(r.body).success, false);
-    }
-  },
-  "a password that is too long": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      pass: '012345678901234567890123456789012345678901234567890123456789012345678901234567891', // more than 81 chars, invalid.
-      site:'https://fakesite.com:123'
-    }),
-    "causes a HTTP error response": function(err, r) {
-      assert.equal(r.code, 400);
-      assert.equal(JSON.parse(r.body).success, false);
-    }
-  },
-  "but a password that is just right": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      pass: 'ahhh.  this is just right.',
-      site:'https://fakesite.com:123'
-    }),
-    "works just fine": function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/password-update-test.js b/tests/password-update-test.js
deleted file mode 100755
index e2d9b77a3475a9f5361a862f193a7647cd146208..0000000000000000000000000000000000000000
--- a/tests/password-update-test.js
+++ /dev/null
@@ -1,206 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js');
-
-var suite = vows.describe('password-length');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-const TEST_EMAIL = 'someuser@somedomain.com',
-      OLD_PASSWORD = 'thisismyoldpassword',
-      NEW_PASSWORD = 'thisismynewpassword';
-
-// surpress console output of emails with a noop email interceptor
-var token = undefined;
-
-// first stage the account
-suite.addBatch({
-  "account staging": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: TEST_EMAIL,
-      pass: OLD_PASSWORD,
-      site: 'https://fakesite.com:123'
-    }),
-    "works":     function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-// create a new account via the api with (first address)
-suite.addBatch({
-  "setting password": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', {
-        token: token
-      }).call(this);
-    },
-    "works just fine": function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "authenticating with the password": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: OLD_PASSWORD,
-      ephemeral: false
-    }),
-    "works as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  },
-  "authenticating with the wrong password": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: NEW_PASSWORD,
-      ephemeral: false
-    }),
-    "fails as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    }
-  }
-});
-
-var context2 = {};
-suite.addBatch({
-  "establishing a second session": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: OLD_PASSWORD,
-      ephemeral: false
-    }, context2),
-    "works as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  }
-});
-
-suite.addBatch({
-  "using the second session": {
-    topic: wsapi.post('/wsapi/prolong_session', {}, context2),
-    "works as expected": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(r.body, "OK");
-    }
-  }
-});
-
-suite.addBatch({
-  "updating the password without specifying a proper old password": {
-    topic: wsapi.post('/wsapi/update_password', {
-      oldpass: "bogus ass password",
-      newpass: NEW_PASSWORD
-    }),
-    "fails as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    }
-  }
-});
-
-suite.addBatch({
-  "updating the password with a bogus new password": {
-    topic: wsapi.post('/wsapi/update_password', {
-      oldpass: OLD_PASSWORD,
-      newpass: 'bogus' // too short
-    }),
-    "fails as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    }
-  }
-});
-
-suite.addBatch({
-  "after waiting for lastPasswordReset's now() to increment": {
-    topic: function() {
-      // we introduce a 2s delay here to ensure that the now() call in
-      // lib/db/{json,mysql}.js will return a different value than it did
-      // during complete_user_creation(), thus expiring the old session still
-      // hanging out in context2. now() returns an integer
-      // seconds-since-epoch, so the shortest delay that will reliably get a
-      // different result is 1.0s+epsilon (depending upon the resolution of
-      // the system clock). To avoid this stall (and make the test suite run
-      // 2s faster), either:
-      //  1: change now() to include a mutable offset, expose a
-      //     db.addNowOffset() to "accelerate the universe", have this code
-      //     add 1s instead of using setTimeout. Or:
-      //  2: add a db function to modify (increment) lastPasswordReset by 1s,
-      //     have this code call it instead of using setTimeout
-      setTimeout(this.callback, 2000);
-      },
-    "updating the password": {
-      topic: wsapi.post('/wsapi/update_password', {
-        oldpass: OLD_PASSWORD,
-        newpass: NEW_PASSWORD
-      }),
-      "works as expected": function(err, r) {
-        assert.strictEqual(JSON.parse(r.body).success, true);
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "authenticating with the password": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: NEW_PASSWORD,
-      ephemeral: false
-    }),
-    "works as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  },
-  "authenticating with the wrong password": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: OLD_PASSWORD,
-      ephemeral: false
-    }),
-    "fails as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    }
-  },
-  "using the other (expired) session": {
-    topic: wsapi.post('/wsapi/prolong_session', {}, context2),
-    "fails as expected": function(err, r) {
-      assert.strictEqual(r.code, 403);
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/post-limiting-test.js b/tests/post-limiting-test.js
deleted file mode 100755
index 9ea67608a9c651050486768ab89caa7b926f9bb0..0000000000000000000000000000000000000000
--- a/tests/post-limiting-test.js
+++ /dev/null
@@ -1,92 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-config = require('../lib/configuration.js'),
-http = require('http');
-secrets = require('../lib/secrets.js');
-
-var suite = vows.describe('post-limiting');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-function addTests(port, path) {
-  // test posting more than 10kb
-  suite.addBatch({
-    "posting more than 10kb": {
-      topic: function(assertion)  {
-        var cb = this.callback;
-        var req = http.request({
-          host: '127.0.0.1',
-          port: port,
-          path: path,
-          headers: {
-            'Content-Type': 'application/x-www-form-urlencoded'
-          },
-          method: "POST"
-        }, function (res) {
-          cb(null, res);
-        }).on('error', function (e) {
-          cb(e);
-        });
-        req.write(secrets.weakGenerate(1024 * 10 + 1));
-        req.end();
-      },
-      "fails": function (err, r) {
-        assert.ok(/socket hang up/.test(err.toString()));
-      }
-    }
-  });
-
-  // test posting more than 10kb with content-length header
-  suite.addBatch({
-    "posting more than 10kb with content-length": {
-      topic: function(assertion)  {
-        var cb = this.callback;
-        var req = http.request({
-          host: '127.0.0.1',
-          port: port,
-          path: path,
-          headers: {
-            'Content-Type': 'application/x-www-form-urlencoded',
-            'Content-Length': 1024 * 10 + 1
-          },
-          method: "POST"
-        }, function (res) {
-          cb(null, res);
-        }).on('error', function (e) {
-          cb(e);
-        });
-        req.write(secrets.weakGenerate(1024 * 10 + 1));
-        req.end();
-      },
-      "fails": function (err, r) {
-        assert.strictEqual(413, r.statusCode);
-      }
-    }
-  });
-};
-
-// test the browserid process
-addTests(10002, '/wsapi/authenticate_user');
-
-// test the verifier
-addTests(10000, '/verify');
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/primary-then-secondary-test.js b/tests/primary-then-secondary-test.js
deleted file mode 100755
index a0de51402c96f772b12b56c36cf3b6a764d6ffa5..0000000000000000000000000000000000000000
--- a/tests/primary-then-secondary-test.js
+++ /dev/null
@@ -1,285 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-primary = require('./lib/primary.js');
-
-var suite = vows.describe('primary-then-secondary');
-
-// start up a pristine server
-start_stop.addStartupBatches(suite);
-
-// this test excercises the codepath whereby a user adds
-// a primary email address, then a secondary, then another
-// secondary.  It checks that the critical wsapi calls
-// along the way perform as expected
-
-// first we'll need to authenticate a user with an assertion from a
-// primary IdP
-
-const TEST_DOMAIN = 'example.domain',
-      TEST_EMAIL = 'testuser@' + TEST_DOMAIN,
-      TEST_ORIGIN = 'http://127.0.0.1:10002',
-      TEST_PASS = 'fakepass',
-      SECONDARY_EMAIL = 'secondary@notexample.domain',
-      SECOND_SECONDARY_EMAIL = 'secondsecondary@notexample.domain';
-
-var primaryUser = new primary({
-  email: TEST_EMAIL,
-  domain: TEST_DOMAIN
-});
-
-suite.addBatch({
-  "set things up": {
-    topic: function() {
-      primaryUser.setup(this.callback);
-    },
-    "works": function() {
-      // nothing to do here
-    }
-  }
-});
-
-var the_assertion;
-// now let's generate an assertion using this user
-suite.addBatch({
-  "generating an assertion": {
-    topic: function() {
-      primaryUser.getAssertion(TEST_ORIGIN, this.callback);
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-    },
-    "and logging in with the assertion succeeds": {
-      topic: function(err, assertion)  {
-        the_assertion = assertion;
-        wsapi.post('/wsapi/auth_with_assertion', {
-          assertion: assertion,
-          ephemeral: true
-        }).call(this);
-      },
-      "works": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.isTrue(resp.success);
-      }
-    }
-  }
-});
-
-// now we have an account, and we're authenticated with an assertion.
-// check auth_level with session_context
-suite.addBatch({
-  "auth_level": {
-    topic: wsapi.get('/wsapi/session_context'),
-    "is 'assertion' after authenticating with assertion" : function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).auth_level, 'assertion');
-    }
-  }
-});
-
-// this second session, logged in with just the primary, should *not* be
-// invalidated by the addition of a secondary address (and consequent
-// establishment of a password)
-var context2 = {};
-suite.addBatch({
-  "establishing a second session": {
-    topic: function() {
-      wsapi.post('/wsapi/auth_with_assertion', {
-        assertion: the_assertion,
-        ephemeral: true
-      }, context2).call(this);
-    },
-    "works as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    },
-    "after waiting for  lastPasswordReset's now() to increment": {
-      topic: function() {
-        // see password-update-test.js for an explanation of this delay
-        setTimeout(this.callback, 2000);
-      },
-      "we've waited long enough": function() {}
-    }
-  }
-});
-
-
-var token;
-// now we have a new account.  let's add a secondary to it
-suite.addBatch({
-  "add a new email address to our account": {
-    topic: wsapi.post('/wsapi/stage_email', {
-      email: SECONDARY_EMAIL,
-      site:'https://fakesite.com'
-    }),
-    "fails without a password": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    },
-    "with a password": {
-      topic: wsapi.post('/wsapi/stage_email', {
-        email: SECONDARY_EMAIL,
-        pass: TEST_PASS,
-        site:'https://fakesite.com'
-      }),
-      "succeeds": function(err, r) {
-        assert.strictEqual(r.code, 200);
-      },
-      "and get a token": {
-        topic: function() {
-          start_stop.waitForToken(this.callback);
-        },
-        "successfully": function (t) {
-          this._token = t;
-          assert.strictEqual(typeof t, 'string');
-        },
-        "and complete":  {
-          topic: function(t) {
-            wsapi.get('/wsapi/email_for_token', {
-              token: t
-            }).call(this);
-          },
-          "which then": {
-            topic: function() {
-              wsapi.post('/wsapi/complete_email_confirmation', {
-                token: this._token
-              }).call(this);
-            },
-            "succeeds": function(err, r) {
-              assert.equal(r.code, 200);
-              assert.strictEqual(JSON.parse(r.body).success, true);
-            }
-          }
-        }
-      }
-    }
-  }
-});
-
-// after adding a secondary and setting password, we're password auth'd
-suite.addBatch({
-  "auth_level": {
-    topic: wsapi.get('/wsapi/session_context'),
-    "is 'password' after authenticating with password" : function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).auth_level, 'password');
-    }
-  }
-});
-
-// now we can authenticate with our password
-suite.addBatch({
-  "authenticating with our newly set password" : {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: TEST_PASS,
-      ephemeral: false
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// adding a second secondary will not let us set the password
-suite.addBatch({
-  "add a second secondary to account with": {
-    topic: wsapi.post('/wsapi/stage_email', {
-      email: SECOND_SECONDARY_EMAIL,
-      pass: TEST_PASS,
-      site:'http://fakesite.com:123'
-    }),
-    "a password fails": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      var body = JSON.parse(r.body);
-      assert.strictEqual(body.success, false);
-      assert.strictEqual(body.reason, 'a password may not be set at this time');
-    },
-    "but with no password specified": {
-      topic: wsapi.post('/wsapi/stage_email', {
-        email: SECOND_SECONDARY_EMAIL,
-        site:'http://fakesite.com:123'
-      }),
-      "succeeds": function(err, r) {
-        assert.strictEqual(r.code, 200);
-        assert.strictEqual(JSON.parse(r.body).success, true);
-      },
-      "and get a token": {
-        topic: function() {
-          start_stop.waitForToken(this.callback);
-        },
-        "successfully": function (t) {
-          this._token = t;
-          assert.strictEqual(typeof t, 'string');
-        },
-        "and to complete":  {
-          topic: function(t) {
-            wsapi.get('/wsapi/email_for_token', {
-              token: t
-            }).call(this);
-          },
-          "with a token": {
-            topic: function() {
-              wsapi.post('/wsapi/complete_email_confirmation', {
-                token: this._token
-              }).call(this);
-            },
-            "succeeds": function(err, r) {
-              assert.equal(r.code, 200);
-              assert.strictEqual(JSON.parse(r.body).success, true);
-            }
-          }
-        }
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "authentication with first email": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: TEST_PASS,
-      ephemeral: false
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-  },
-  "authentication with second email": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: SECONDARY_EMAIL,
-      pass: TEST_PASS,
-      ephemeral: false
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// and the second session should still be valid
-suite.addBatch({
-  "second session is still valid": {
-    topic: wsapi.post('/wsapi/prolong_session', {}, context2),
-    "works as expected": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(r.body, "OK");
-    }
-  }
-});
-
-// shut the server down and cleanup
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/proxy-idp-test.js b/tests/proxy-idp-test.js
deleted file mode 100755
index 20e5be49feaa750b80a62b732c12dc9b153a5a82..0000000000000000000000000000000000000000
--- a/tests/proxy-idp-test.js
+++ /dev/null
@@ -1,134 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-path = require('path'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-primary = require('./lib/primary.js'),
-util = require('util'),
-jwcrypto = require('jwcrypto');
-
-require("jwcrypto/lib/algs/rs");
-require("jwcrypto/lib/algs/ds");
-
-var suite = vows.describe('delegated-primary');
-
-const TEST_DOMAIN_PATH =
-  path.join(__dirname, '..', 'example', 'primary', '.well-known', 'browserid');
-
-process.env['PROXY_IDPS'] = JSON.stringify({
-  "yahoo.com": "example.domain",
-  "real.primary": "example.com", // this should be ignored, because real.primary is a shimmed real primary, below
-  "broken.primary": "example.com" // this should fallback to secondary, because example.com is not a real primary
-});
-
-process.env['SHIMMED_PRIMARIES'] =
-  'example.domain|http://127.0.0.1:10005|' + TEST_DOMAIN_PATH +
-  ',real.primary|http://127.0.0.1:10005|' + TEST_DOMAIN_PATH;
-
-
-start_stop.addStartupBatches(suite);
-
-suite.addBatch({
-  "proxy_idp configuration": {
-    topic: wsapi.get('/wsapi/address_info', {
-        email: 'bartholomew@yahoo.com'
-    }),
-    " acts as delegated authority": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      var resp = JSON.parse(r.body);
-      assert.strictEqual(resp.auth, "http://127.0.0.1:10005/sign_in.html");
-      assert.strictEqual(resp.prov, "http://127.0.0.1:10005/provision.html");
-      assert.strictEqual(resp.type, "primary");
-    }
-  }
-});
-
-suite.addBatch({
-  "if bigtent breaks": {
-    topic: wsapi.get('/wsapi/address_info', {
-        email: 'bartholomew@broken.primary'
-    }),
-    "we fallback to secondary validation, just because that's how the protocol works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      var resp = JSON.parse(r.body);
-      assert.strictEqual(resp.type, "secondary");
-      assert.strictEqual(resp.known, false);
-    }
-  }
-});
-
-suite.addBatch({
-  "real primaries always override proxy_idp configuration": {
-    topic: wsapi.get('/wsapi/address_info', {
-        email: 'bartholomew@real.primary'
-    }),
-    "because we want real primaries to step up": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      var resp = JSON.parse(r.body);
-      assert.strictEqual(resp.auth, "http://127.0.0.1:10005/sign_in.html");
-      assert.strictEqual(resp.prov, "http://127.0.0.1:10005/provision.html");
-      assert.strictEqual(resp.type, "primary");
-    }
-  }
-});
-
-// We've verified that the proxy IDP configuration allows us to simulate a delegated authority.
-// Now let's test the other part of this puzzle - that users can log in with certs issued
-// by our proxy idp servers. (for which the issuer is login.persona.org).
-var primaryUser = new primary({
-  email: "bartholomew@yahoo.com",
-  domain: "127.0.0.1",
-  privKey: jwcrypto.loadSecretKey(
-    require('fs').readFileSync(
-      path.join(__dirname, '..', 'var', 'root.secretkey')))
-});
-
-suite.addBatch({
-  "initializing a primary user": {
-    topic: function() {
-      primaryUser.setup(this.callback);
-    },
-    "works": function() {
-      // nothing to do here
-    }
-  }
-});
-
-suite.addBatch({
-  "generating an assertion targeted at the persona service": {
-    topic: function() {
-      primaryUser.getAssertion('http://127.0.0.1:10002', this.callback);
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-    },
-    "and logging in with the assertion": {
-      topic: function(err, assertion)  {
-        wsapi.post('/wsapi/auth_with_assertion', {
-          assertion: assertion,
-          ephemeral: true
-        }).call(this);
-      },
-      "succeeds": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.isTrue(resp.success);
-      }
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/registration-status-wsapi-test.js b/tests/registration-status-wsapi-test.js
deleted file mode 100755
index 0a1b42a8b01aaf8deddf57248cd8f817618f3ffa..0000000000000000000000000000000000000000
--- a/tests/registration-status-wsapi-test.js
+++ /dev/null
@@ -1,259 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js');
-
-var suite = vows.describe('registration-status-wsapi');
-
-// FIXME: these tests are probably going to fail after Ben
-// revamps wsapi to be more express-like.
-
-// ever time a new token is sent out, let's update the global
-// var 'token'
-var token = undefined;
-
-// start up a pristine server
-start_stop.addStartupBatches(suite);
-
-suite.addBatch({
-  "calling registration_status without a pending reg is an error": {
-    topic: wsapi.get("/wsapi/user_creation_status"),
-    "HTTP 400": function (err, r) {
-      assert.equal(400, r.code);
-    }
-  }
-});
-
-suite.addBatch({
-  "authentication as an unknown user": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: 'first@fakeemail.com',
-      pass: 'secondfakepass',
-      ephemeral: false
-    }),
-    "fails": function (err, r) {
-      assert.isFalse(JSON.parse(r.body).success);
-    }
-  }
-});
-
-// now start a registration
-suite.addBatch({
-  "start registration": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      pass: 'firstfakepass',
-      site:'https://fakesite.com'
-    }),
-    "returns 200": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "comparing token to email": {
-    topic: function() {
-      return wsapi.get('/wsapi/email_for_token', {token: token}).call(this);
-    },
-    "and it matches": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).email, 'first@fakeemail.com');
-    }
-  }
-});
-
-suite.addBatch({
-  "calling user_creation_status without an email argument": {
-    topic: wsapi.get("/wsapi/user_creation_status"),
-    "yields a HTTP 400": function (err, r) {
-      assert.strictEqual(r.code, 400);
-    },
-    "returns an error string": function (err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, false);
-    }
-  }
-});
-
-suite.addBatch({
-  "calling user_creation_status when a reg is really pending": {
-    topic: wsapi.get("/wsapi/user_creation_status", { email: 'first@fakeemail.com' }),
-    "yields a HTTP 200": function (err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "returns a json encoded string - `pending`": function (err, r) {
-      assert.strictEqual(JSON.parse(r.body).status, "pending");
-    }
-  }
-});
-
-suite.addBatch({
-  "completing user creation": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', { token: token }).call(this);
-    },
-    "works": function(err, r) {
-      assert.equal(r.code, 200);
-      token = undefined;
-    }
-  }
-});
-
-suite.addBatch({
-  "calling user_creation_status after a registration is complete": {
-    topic: wsapi.get("/wsapi/user_creation_status", { email: 'first@fakeemail.com' }),
-    "yields a HTTP 200": function (err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "returns a json encoded string - `complete`": function (err, r) {
-      assert.strictEqual(JSON.parse(r.body).status, "complete");
-    }
-  }
-});
-
-suite.addBatch({
-  "calling registration_status a second time after a registration is complete": {
-    topic: wsapi.get("/wsapi/user_creation_status", { email: 'first@fakeemail.com' }),
-    "still yields a HTTP 200": function (err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "and still returns a json encoded string - `complete`": function (err, r) {
-      assert.strictEqual(JSON.parse(r.body).status, "complete");
-    }
-  }
-});
-
-suite.addBatch({
-  "after successful registration": {
-    topic: wsapi.get("/wsapi/session_context"),
-    "we're authenticated": function (err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).auth_level, 'password');
-    },
-    "but we can easily clear cookies on the client to change that!": function(err, r) {
-      wsapi.clearCookies();
-    }
-  }
-});
-
-suite.addBatch({
-  "after clearing cookies": {
-    topic: wsapi.get("/wsapi/session_context"),
-    "we're NOT authenticated": function (err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).authenticated, false);
-    }
-  }
-});
-
-suite.addBatch({
-  "re-registering an existing email": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      pass: 'secondfakepass',
-      site:'http://secondfakesite.com'
-    }),
-    "yields a HTTP 200": function (err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "calling registration_status when a reg is pending for an email that is already verified": {
-    topic: wsapi.get("/wsapi/user_creation_status", { email: 'first@fakeemail.com' }),
-    "should yield a HTTP 200": function (err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "returns a json encoded string - `pending`": function (err, r) {
-      assert.strictEqual(JSON.parse(r.body).status, "pending");
-    }
-  }
-});
-
-suite.addBatch({
-  "proving email ownership causes account re-creation": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', { token: token }).call(this);
-    },
-    "and returns a 200 code": function(err, r) {
-      assert.equal(r.code, 200);
-      token = undefined;
-    }
-  }
-});
-
-suite.addBatch({
-  "calling registration_status after proving a re-registration": {
-    topic: wsapi.get("/wsapi/user_creation_status", { email: 'first@fakeemail.com' }),
-    "yields a HTTP 200": function (err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "returns a json encoded string - `complete`": function (err, r) {
-      assert.strictEqual(JSON.parse(r.body).status, "complete");
-    }
-  }
-});
-
-suite.addBatch({
-  "again, calling registration_status a second time after a registration is complete": {
-    topic: wsapi.get("/wsapi/user_creation_status", { email: 'first@fakeemail.com' }),
-    "yields a HTTP 200": function (err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "after re-registration, authenticating with new credetials": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: 'first@fakeemail.com',
-      pass: 'secondfakepass',
-      ephemeral: false
-    }),
-    "works as you might expect": function (err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  }
-});
-
-// shut the server down and cleanup
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/remove-email-test.js b/tests/remove-email-test.js
deleted file mode 100755
index 76a3ca088d9b3ce23efe3481a0776eb2af0e60fd..0000000000000000000000000000000000000000
--- a/tests/remove-email-test.js
+++ /dev/null
@@ -1,181 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-email = require('../lib/email.js'),
-jwcrypto = require('jwcrypto');
-
-var suite = vows.describe('forgotten-email');
-
-// algs
-require("jwcrypto/lib/algs/ds");
-require("jwcrypto/lib/algs/rs");
-
-start_stop.addStartupBatches(suite);
-
-// every time a new token is sent out, let's update the global
-// var 'token'
-var token = undefined;
-
-// create a new account via the api with (first address)
-suite.addBatch({
-  "staging an account": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'first@fakeemail.com',
-      pass: 'firstfakepass',
-      site:'http://localhost:123'
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "create first account": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', { token: token }).call(this);
-    },
-    "account created": function(err, r) {
-      assert.equal(r.code, 200);
-      assert.strictEqual(true, JSON.parse(r.body).success);
-      token = undefined;
-    }
-  }
-});
-
-suite.addBatch({
-  "email created": {
-    topic: wsapi.get('/wsapi/user_creation_status', { email: 'first@fakeemail.com' } ),
-    "should exist": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).status, "complete");
-    }
-  }
-});
-
-// add a new email address to the account (second address)
-suite.addBatch({
-  "add a new email address to our account": {
-    topic: wsapi.post('/wsapi/stage_email', {
-      email: 'second@fakeemail.com',
-      site:'https://fakesite.foobar.bizbaz.uk'
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-// confirm second email email address to the account
-suite.addBatch({
-  "create second account": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_email_confirmation', { token: token }).call(this);
-    },
-    "account created": function(err, r) {
-      assert.equal(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, true);
-      token = undefined;
-    }
-  }
-});
-
-// verify now both email addresses are known
-suite.addBatch({
-  "first email exists": {
-    topic: wsapi.get('/wsapi/have_email', { email: 'first@fakeemail.com' }),
-    "should exist": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).email_known, true);
-    }
-  },
-  "second email exists": {
-    topic: wsapi.get('/wsapi/have_email', { email: 'second@fakeemail.com' }),
-    "should exist": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).email_known, true);
-    }
-  },
-  "a random email doesn't exist": {
-    topic: wsapi.get('/wsapi/have_email', { email: 'third@fakeemail.com' }),
-    "shouldn't exist": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).email_known, false);
-    }
-  }
-});
-
-suite.addBatch({
-  "list emails API": {
-    topic: wsapi.get('/wsapi/list_emails', {}),
-    "succeeds with HTTP 200" : function(err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "returns two emails": function(err, r) {
-      r = Object.keys(JSON.parse(r.body));
-      assert.ok(r.indexOf('first@fakeemail.com') != -1);
-      assert.ok(r.indexOf('second@fakeemail.com') != -1);
-    }
-  }
-});
-
-suite.addBatch({
-  "remove email": {
-    topic: wsapi.post('/wsapi/remove_email', { email: 'second@fakeemail.com'}),
-    "succeeds with HTTP 200" : function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "list emails API": {
-    topic: wsapi.get('/wsapi/list_emails', {}),
-    "succeeds with HTTP 200" : function(err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "returns one emails": function(err, r) {
-      r = Object.keys(JSON.parse(r.body));
-      assert.ok(r.indexOf('first@fakeemail.com') !== -1);
-      assert.ok(r.indexOf('second@fakeemail.com') === -1);
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/automation-tests/browserid/tests/restmail.py b/tests/restmail.py
similarity index 100%
rename from automation-tests/browserid/tests/restmail.py
rename to tests/restmail.py
diff --git a/tests/secrets-test.js b/tests/secrets-test.js
deleted file mode 100755
index 48134ac3f6d4749842a64f7133c2be643cf9a41b..0000000000000000000000000000000000000000
--- a/tests/secrets-test.js
+++ /dev/null
@@ -1,58 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-vows = require('vows'),
-secrets = require('../lib/secrets');
-
-var suite = vows.describe('secrets');
-
-var LENGTH = 10;
-
-function make_secrets_batch(rand_func) {
-  return {
-    "generate a secret": {
-      topic: function() {
-        return rand_func(LENGTH);
-      },
-      "of proper length" : function(err, s) {
-        assert.equal(s.length, LENGTH);
-      }
-    },
-    "two secrets": {
-      topic: function() {
-        return {
-          s1: rand_func(LENGTH),
-          s2: rand_func(LENGTH)
-        };
-      },
-      "are not equal" : function(err, the_secrets) {
-        assert.notEqual(the_secrets.s1, the_secrets.s2);
-      }
-    }  
-  };
-};
-
-// check that we can generate random secrets
-suite.addBatch(make_secrets_batch(secrets.generate));
-suite.addBatch(make_secrets_batch(secrets.weakGenerate));
-
-// and the async one
-suite.addBatch({
-  "generate a secret": {
-    topic: function() {
-      secrets.generate(LENGTH, this.callback);
-    },
-    "of proper length" : function(s, err) {
-      assert.equal(s.length, LENGTH);
-    }
-  }  
-});
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/session-context-test.js b/tests/session-context-test.js
deleted file mode 100755
index 9fbdc8bdd1a7f2297b97c9264af39db64d042427..0000000000000000000000000000000000000000
--- a/tests/session-context-test.js
+++ /dev/null
@@ -1,106 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js');
-
-var suite = vows.describe('session-context');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-const TEST_EMAIL = 'someuser@somedomain.com',
-      PASSWORD = 'thisismypassword';
-
-var token = undefined;
-
-// first stage the account
-suite.addBatch({
-  "account staging": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: TEST_EMAIL,
-      pass: PASSWORD,
-      site: 'https://fakesite.com'
-    }),
-    "works":     function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-// create a new account via the api with (first address)
-suite.addBatch({
-  "setting password": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', {
-        token: token
-      }).call(this);
-    },
-    "works just fine": function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "authenticating with the password": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: PASSWORD,
-      ephemeral: true
-    }),
-    "works as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  }
-});
-
-suite.addBatch({
-  "session context": {
-    topic: wsapi.get('/wsapi/session_context'),
-    "contains values expected": function(err, r) {
-      assert.isNull(err);
-      var resp = JSON.parse(r.body);
-      assert.strictEqual(typeof resp.csrf_token, 'string');
-      var serverTime = new Date(resp.server_time);
-      assert.ok(new Date() - serverTime < 5000);
-      assert.strictEqual(resp.authenticated, true);
-      assert.strictEqual(resp.auth_level, 'password');
-      var domainKeyCreation = new Date(resp.domain_key_creation_time);
-      assert.ok(new Date() - serverTime < 365 * 24 * 60 * 60 * 1000);
-      assert.strictEqual(typeof resp.random_seed, 'string');
-      assert.strictEqual(resp.userid, 1);
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/session-duration-test.js b/tests/session-duration-test.js
deleted file mode 100755
index f40a2f7b068bcbcf89293623ea145fdbb3bae33c..0000000000000000000000000000000000000000
--- a/tests/session-duration-test.js
+++ /dev/null
@@ -1,243 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js'),
-primary = require('./lib/primary.js'),
-ca = require('../lib/keysigner/ca.js'),
-jwcrypto = require('jwcrypto');
-
-var suite = vows.describe('session-context');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-// test that auth_with_assertion also respects the 'ephemeral' argument
-const PRIMARY_DOMAIN = 'example.domain',
-      PRIMARY_EMAIL = 'testuser@' + PRIMARY_DOMAIN,
-      PRIMARY_ORIGIN = 'http://127.0.0.1:10002';
-
-// here we go!  let's authenticate with an assertion from
-// a primary.
-
-var primaryUser = new primary({
-  email: PRIMARY_EMAIL,
-  domain: PRIMARY_DOMAIN
-});
-
-suite.addBatch({
-  "setup user": {
-    topic: function() {
-      primaryUser.setup(this.callback);
-    },
-    "works": function(err) {
-      assert.isNull(err);
-      assert.isObject(primaryUser._keyPair);
-      assert.isString(primaryUser._cert);
-    }
-  }
-});
-
-suite.addBatch({
-  "generating an assertion": {
-    topic: function() {
-      primaryUser.getAssertion(PRIMARY_ORIGIN, this.callback);
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-    },
-    "and logging in with the assertion with ephemeral = true": {
-      topic: function(err, assertion)  {
-        wsapi.post('/wsapi/auth_with_assertion', {
-          assertion: assertion,
-          ephemeral: true
-        }).call(this);
-      },
-      "works": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.isTrue(resp.success);
-      },
-      "has expected duration": function(err, r) {
-        assert.strictEqual(parseInt(wsapi.getCookie(/^browserid_state/).split('.')[3], 10), config.get('ephemeral_session_duration_ms'));
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "generating an assertion": {
-    topic: function() {
-      primaryUser.getAssertion(PRIMARY_ORIGIN, this.callback);
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-    },
-    "and logging in with the assertion with ephemeral = false": {
-      topic: function(err, assertion)  {
-        wsapi.post('/wsapi/auth_with_assertion', {
-          assertion: assertion,
-          ephemeral: false
-        }).call(this);
-      },
-      "works": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.isTrue(resp.success);
-      },
-      "has expected duration": function(err, r) {
-        assert.strictEqual(parseInt(wsapi.getCookie(/^browserid_state/).split('.')[3], 10), config.get('authentication_duration_ms'));
-      }
-    }
-  }
-});
-
-// now test that authenticate_user & secondary emails properly respect the 'ephemeral' argument to
-// alter session length
-const TEST_EMAIL = 'someuser@somedomain.com',
-      PASSWORD = 'thisismypassword';
-
-var token = undefined;
-
-// first stage the account
-suite.addBatch({
-  "account staging": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: TEST_EMAIL,
-      pass: PASSWORD,
-      site: 'http://a.really.fakesite123.com:999'
-    }),
-    "works":     function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-// create a new account via the api with (first address)
-suite.addBatch({
-  "setting password": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', {
-        token: token
-      }).call(this);
-    },
-    "works just fine": function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "authenticating with the password and ephemeral = true": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: PASSWORD,
-      ephemeral: true
-    }),
-    "works as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    },
-    "yields a session of expected length": function(err, r) {
-      assert.strictEqual(parseInt(wsapi.getCookie(/^browserid_state/).split('.')[3], 10), config.get('ephemeral_session_duration_ms'));
-    }
-  }
-});
-
-suite.addBatch({
-  "authenticating with the password and ephemeral = false": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: PASSWORD,
-      ephemeral: false
-    }),
-    "works as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    },
-    "yields a session of expected length": function(err, r) {
-      assert.strictEqual(parseInt(wsapi.getCookie(/^browserid_state/).split('.')[3], 10), config.get('authentication_duration_ms'));
-    }
-  }
-});
-
-// finally, let's verify that ephemeral is properly handled when certifying keys for a user
-
-var kp = null;
-
-assert.within = function(got, expected, margin) {
-  assert.ok(got + margin > expected);
-  assert.ok(got - margin < expected);
-}
-
-suite.addBatch({
-  "generate keypair": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm:"RS", keysize: 64}, this.callback);
-    },
-    "works": function(err, keypair) {
-      assert.isNull(err);
-      kp = keypair;
-    }
-  }
-});
-
-suite.addBatch({
-  "cert_key invoked with ephemeral = false": {
-    topic: function() {
-      wsapi.post('/wsapi/cert_key', {
-        email: TEST_EMAIL,
-        pubkey: kp.publicKey.serialize(),
-        ephemeral: false
-      }).call(this);
-    },
-    "returns a response with a proper content-type" : function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "cert_key invoked with ephemeral = true": {
-    topic: function() {
-      wsapi.post('/wsapi/cert_key', {
-        email: TEST_EMAIL,
-        pubkey: kp.publicKey.serialize(),
-        ephemeral: true
-      }).call(this);
-    },
-    "returns a response with a proper content-type" : function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/session-prolong-test.js b/tests/session-prolong-test.js
deleted file mode 100755
index b4348502cdb7d9c2ac01ed389a8787070ff0cd49..0000000000000000000000000000000000000000
--- a/tests/session-prolong-test.js
+++ /dev/null
@@ -1,118 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js');
-
-var suite = vows.describe('session-prolong');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-const TEST_EMAIL = 'someuser@somedomain.com',
-      PASSWORD = 'thisismypassword';
-
-var token = undefined;
-
-// first stage the account
-suite.addBatch({
-  "account staging": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: TEST_EMAIL,
-      pass: PASSWORD,
-      site: 'http://fakesite.com'
-    }),
-    "works":     function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-// wait for the token
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-      token = t;
-    }
-  }
-});
-
-// create a new account via the api with (first address)
-suite.addBatch({
-  "setting password": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', {
-        token: token
-      }).call(this);
-    },
-    "works just fine": function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "authenticating with the password": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: PASSWORD,
-      ephemeral: true
-    }),
-    "works as expected": function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    }
-  }
-});
-
-suite.addBatch({
-  "session length": {
-    topic: function() {
-      this.callback(wsapi.getCookie(/^browserid_state/));
-    },
-    "is short (ephemeral)": function(cookie) {
-      assert.equal(cookie.split('.')[3], config.get('ephemeral_session_duration_ms'));
-    }
-  }
-});
-
-suite.addBatch({
-  "session prolonging": {
-    topic: wsapi.post('/wsapi/prolong_session', {}),
-    "returns 200": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "session length": {
-    topic: function() {
-      this.callback(wsapi.getCookie(/^browserid_state/));
-    },
-    "becomes long": function(cookie) {
-      assert.equal(cookie.split('.')[3], config.get('authentication_duration_ms'));
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/simple-stage-user-utf8-password.js b/tests/simple-stage-user-utf8-password.js
deleted file mode 100755
index b16e10a744a9256f8860bb7807c57f4df53289a0..0000000000000000000000000000000000000000
--- a/tests/simple-stage-user-utf8-password.js
+++ /dev/null
@@ -1,82 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js');
-
-var suite = vows.describe('simple-stage-user-utf8-password');
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-const
-TEST_DOMAIN = 'example.domain',
-TEST_ORIGIN = 'http://127.0.0.1:10002',
-TEST_SITE = 'http://dev.123done.org';
-
-// This test simply stages a secondary user. It does so for two users,
-// one with a password that is only ascii, and the other with non-ascii
-// characters in the password (GH-1631).
-
-const test_users =
-  [{
-    email: 'testuser1@' + TEST_DOMAIN,
-    password: 'fakepass',
-  },
-  {
-    email: 'testuser2@' + TEST_DOMAIN,
-    password: 'поддельный пароль', // Russian 'fake password' (34 bytes UTF-8)
-  }];
-
-function makeBatch(site, user) {
-  var batch = {
-    "staging an account": {
-      topic: wsapi.post('/wsapi/stage_user', {
-        site: site,
-        email: user.email,
-        pass: user.password,
-      }),
-      "is 200 OK": function(err, r) {
-        assert.strictEqual(r.code, 200);
-      },
-      "and a token": {
-        topic: function() {
-          start_stop.waitForToken(this.callback);
-        },
-        "is obtained": function (t) {
-          assert.strictEqual(typeof t, 'string');
-        },
-        "and the token can be used": {
-          topic: function(token) {
-            wsapi.post('/wsapi/complete_user_creation', { token: token }).call(this);
-          },
-          "to verify email ownership": function(err, r) {
-            assert.equal(r.code, 200);
-            assert.strictEqual(JSON.parse(r.body).success, true);
-            token = undefined;
-          }
-        }
-      }
-    }
-  };
-  return batch;
-}
-
-suite.addBatch(makeBatch(TEST_SITE, test_users[0]));
-suite.addBatch(makeBatch(TEST_SITE, test_users[1]));
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/software-version-test.js b/tests/software-version-test.js
deleted file mode 100755
index c9def579bdc7eb6d779df9dd6f6ffc7cf0368abb..0000000000000000000000000000000000000000
--- a/tests/software-version-test.js
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-fs = require('fs'),
-path = require('path'),
-version = require('../lib/version.js');
-
-var suite = vows.describe('software-version');
-suite.options.error = false;
-
-
-suite.addBatch({
-  "version": {
-    topic: function() { return version(); },
-    "works": function(r) {
-      assert.isString(r);
-      assert.equal(r.length, 7);
-    }
-  }
-});
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/stalled-mysql-test.js b/tests/stalled-mysql-test.js
deleted file mode 100755
index 653ab279592b5e77e58e18e4de12a1617c7466a1..0000000000000000000000000000000000000000
--- a/tests/stalled-mysql-test.js
+++ /dev/null
@@ -1,409 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-if (process.env['NODE_ENV'] != 'test_mysql') process.exit(0);
-
-const assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-temp = require('temp'),
-fs = require('fs'),
-jwcrypto = require('jwcrypto'),
-path = require('path');
-
-var suite = vows.describe('forgotten-email');
-
-require("jwcrypto/lib/algs/ds");
-require("jwcrypto/lib/algs/rs");
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-// let's reduce the amount of time allowed for queries, so that
-// we get a faster failure and tests run quicker
-process.env['MAX_QUERY_TIME_MS'] = 250;
-
-// and let's instruct children to pretend as if the driver is
-// stalled if a file exists
-var stallFile = temp.path({suffix: '.stall'});
-process.env['STALL_MYSQL_WHEN_PRESENT'] = stallFile;
-
-start_stop.addStartupBatches(suite);
-
-// ever time a new token is sent out, let's update the global
-// var 'token'
-var token = undefined;
-
-function addStallDriverBatch(stall) {
-  suite.addBatch({
-    "changing driver state": {
-      topic: function() {
-        if (stall) fs.writeFileSync(stallFile, "");
-        else fs.unlinkSync(stallFile);
-
-        // After changing the file which indicates to child
-        // processes whether the driver should simulate a stalled
-        // state or not, we need to wait for them to detect the
-        // change.  because we use `fs.watchFile()` on a short poll,
-        // this should be nearly instantaneous.  300ms is a magic number
-        // which is hoped to allow plenty of time even on a loaded
-        // machine
-        setTimeout(this.callback, 300);
-      },
-      "completes": function(err, r) { }
-    }
-  });
-}
-
-// first stall mysql
-addStallDriverBatch(true);
-
-// call session context once to populate CSRF stuff in the
-// wsapi client lib
-suite.addBatch({
-  "get context": {
-    topic: wsapi.get('/wsapi/session_context'),
-    "works" : function(err, r) {
-      assert.isNull(err);
-    }
-  }
-});
-
-// now try all apis that can be excercised without further setup
-suite.addBatch({
-  "ping": {
-    topic: wsapi.get('/wsapi/ping', {}),
-    "fails with 500 when db is stalled": function(err, r) {
-      assert.strictEqual(r.code, 500);
-    }
-  },
-  "address_info": {
-    topic: wsapi.get('/wsapi/address_info', {
-      email: 'test@example.domain'
-    }),
-    "works": function(err, r) {
-      // address info with a primary address doesn't need db access.
-      assert.strictEqual(r.code, 200);
-    }
-  },
-  "address_info": {
-    topic: wsapi.get('/wsapi/address_info', {
-      email: 'test@non-existant.domain'
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "have_email": {
-    topic: wsapi.get('/wsapi/have_email', {
-      email: 'test@example.com'
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "authenticate_user": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: 'test@example.com',
-      pass: 'oogabooga',
-      ephemeral: false
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "complete_email_confirmation": {
-    topic: wsapi.post('/wsapi/complete_email_confirmation', {
-      token: 'bogusbogusbogusbogusbogusbogusbogusbogusbogusbog'
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "complete_user_creation": {
-    topic: wsapi.post('/wsapi/complete_user_creation', {
-      token: 'bogusbogusbogusbogusbogusbogusbogusbogusbogusbog',
-      pass: 'alsobogus'
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "email_for_token": {
-    topic: wsapi.get('/wsapi/email_for_token', {
-      token: 'bogusbogusbogusbogusbogusbogusbogusbogusbogusbog'
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "stage_user": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: 'bogus@bogus.edu',
-      pass: 'a_password',
-      site: 'https://whatev.er'
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  }
-});
-
-// now unstall the driver, we'll create an account and sign in in
-// order to test the behavior of the remaining APIs when the database
-// is stalled
-addStallDriverBatch(false);
-
-var token = undefined;
-
-suite.addBatch({
-  "ping": {
-    topic: wsapi.get('/wsapi/ping', {}),
-    "works when database is unstalled": function(err, r) {
-      // address info with a primary address doesn't need db access.
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "account staging": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: "stalltest@whatev.er",
-      pass: 'a_password',
-      site: 'http://fakesite.com'
-    }),
-    "works":     function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.strictEqual(typeof t, 'string');
-    },
-    "setting password": {
-      topic: function(token) {
-        wsapi.post('/wsapi/complete_user_creation', {
-          token: token
-        }).call(this);
-      },
-      "works just fine": function(err, r) {
-        assert.equal(r.code, 200);
-      }
-    }
-  }
-});
-
-// re-stall mysql
-addStallDriverBatch(true);
-
-// test remaining wsapis
-
-suite.addBatch({
-  "ping": {
-    topic: wsapi.get('/wsapi/ping', { }),
-    "fails": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-
-  "account_cancel": {
-    topic: wsapi.post('/wsapi/account_cancel', { }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "cert_key": {
-    topic: wsapi.post('/wsapi/cert_key', {
-      email: "test@whatev.er",
-      pubkey: JSON.stringify("bogusbogusbogusbogusbogusbogusbogusbogusbogusbogusbogus"),
-      ephemeral: false
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "email_addition_status": {
-    topic: wsapi.get('/wsapi/email_addition_status', {
-      email: "test@whatev.er"
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "list_emails": {
-    topic: wsapi.get('/wsapi/list_emails', {}),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "remove_email": {
-    topic: wsapi.post('/wsapi/remove_email', {
-      email: "test@whatev.er"
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "session_context": {
-    topic: wsapi.get('/wsapi/session_context', { }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "stage_email": {
-    topic: wsapi.post('/wsapi/stage_email', {
-      email: "test2@whatev.er",
-      pass: 'a_password',
-      site: "https://foo.com"
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "update_password": {
-    topic: wsapi.post('/wsapi/update_password', {
-      oldpass: "oldpassword",
-      newpass: "newpassword"
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "user_creation_status": {
-    topic: wsapi.get('/wsapi/user_creation_status', {
-      email: "test3@whatev.er"
-    }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  }
-});
-
-// now let's test apis that require an assertion, and only after verifying
-// that, hit the database
-const TEST_DOMAIN = 'example.domain',
-      TEST_EMAIL = 'testuser@' + TEST_DOMAIN,
-      TEST_ORIGIN = 'http://127.0.0.1:10002',
-      TEST_FIRST_ACCT = 'testuser@fake.domain';
-
-var g_keypair, g_cert, g_assertion;
-
-suite.addBatch({
-  "generating a keypair": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm: "DS", keysize:256}, this.callback);
-    },
-    "succeeds": function(err, r) {
-      assert.isObject(r);
-      assert.isObject(r.publicKey);
-      assert.isObject(r.secretKey);
-      g_keypair = r;
-    }
-  }
-});
-
-var g_privKey = jwcrypto.loadSecretKey(
-  require('fs').readFileSync(
-    path.join(__dirname, '..', 'example', 'primary', 'sample.privatekey')));
-
-
-suite.addBatch({
-  "generting a certificate": {
-    topic: function() {
-      var domain = process.env['SHIMMED_DOMAIN'];
-
-      var expiration = new Date();
-      expiration.setTime(new Date().valueOf() + 60 * 60 * 1000);
-      jwcrypto.cert.sign({publicKey: g_keypair.publicKey, principal: {email: TEST_EMAIL}},
-                        {expiresAt: expiration, issuedAt: new Date(), issuer: TEST_DOMAIN},
-                         null, g_privKey, this.callback);
-    },
-    "works swimmingly": function(err, cert) {
-      g_cert = cert;
-      assert.isString(cert);
-      assert.lengthOf(cert.split('.'), 3);
-    }
-  }
-});
-
-suite.addBatch({
-  "generating an assertion": {
-    topic: function() {
-      var self = this;
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                              g_keypair.secretKey, function(err, assertion) {
-                                self.callback(err,
-                                              err ? undefined : jwcrypto.cert.bundle([g_cert], assertion));
-                              });
-    },
-    "succeeds": function(err, r) {
-      assert.isNull(err);
-      assert.isString(r);
-      g_assertion = r;
-    }
-  }
-});
-
-// finally!  we have our assertion in g_assertion
-suite.addBatch({
-  "add_email_with_assertion": {
-    topic: function() {
-      wsapi.post('/wsapi/add_email_with_assertion', {
-        assertion: g_assertion
-      }).call(this);
-    },
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "auth_with_assertion": {
-    topic: function() {
-      wsapi.post('/wsapi/auth_with_assertion', {
-        assertion: g_assertion,
-        ephemeral: true
-      }).call(this);
-    },
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  },
-  "create_account_with_assertion": {
-    topic: function() {
-      wsapi.post('/wsapi/create_account_with_assertion', {
-        assertion: g_assertion
-      }).call(this);
-    },
-    "fails with 404": function(err, r) {
-      assert.strictEqual(r.code, 404);
-    }
-  },
-  "logout": { // logout needs the database too
-    topic: wsapi.post('/wsapi/logout', { }),
-    "fails with 503": function(err, r) {
-      assert.strictEqual(r.code, 503);
-    }
-  }
-});
-
-// finally, unblock mysql so we can shut down
-addStallDriverBatch(false);
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/static-resource-test.js b/tests/static-resource-test.js
deleted file mode 100755
index 8a91b133109db90b3c8a4414c105a5ddd234b66d..0000000000000000000000000000000000000000
--- a/tests/static-resource-test.js
+++ /dev/null
@@ -1,76 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert = require('assert'),
-      vows = require('vows'),
-      resources = require('../lib/static_resources');
-
-var suite = vows.describe('cache header tests');
-suite.options.error = false;
-
-var locales = ['ar', 'de', 'en_US', 'fr'];
-suite.addBatch({
-  "All resources expand": {
-    topic: function () {
-      this.callback(resources.all(locales));
-    },
-    "We get stuff": function (files) {
-      var res = resources.resources;
-      assert.ok(files['/production/dialog.css'].length >= 3);
-      // Get ride of non-localized asset bundles
-      ['/production/communication_iframe.js',
-       '/production/include.js',
-       '/production/dialog.css',
-       '/production/browserid.css',
-       '/production/ie8_main.css',
-       '/production/ie8_dialog.css',
-       '/production/relay.js',
-       '/production/html5shim.js',
-       '/production/authenticate_with_primary.js'].forEach(
-        function (nonLocaleAsset) {
-          delete res[nonLocaleAsset];
-          delete files[nonLocaleAsset];
-        });
-
-      // Keys expand
-      // files ['/production/:locale/dialog.js']
-      // becomes ['/production/ar/dialog.js', 'production/de/dialog.js', ...]
-      assert.equal(Object.keys(files).length,
-                   Object.keys(res).length * locales.length);
-
-      // Let's use the first bundle
-      var minFile = Object.keys(files)[0];
-      var minRes = Object.keys(res)[0];
-
-      // Number of files underneath stay the same
-      assert.equal(files[minFile].length,
-                   res[minRes].length);
-      // Non-localized files underneath stay the same
-      [0, 1, 2, 3, 4, 5, 6, 7].forEach(function (nonLocalizedIndex) {
-        assert.equal(files[minFile][nonLocalizedIndex],
-                     res[minRes][nonLocalizedIndex]);
-      });
-      // Fragile - filename with :locale...
-      // When fixing this test case... console.log(res[Object.keys(res)[0]]);
-      var localeIndex = 9;
-      assert.notEqual(files[minFile][localeIndex],
-                      res[minRes][localeIndex]);
-      var counter = 0;
-      for (var key in res) {
-        res[key].forEach(function (item) {
-          counter++;
-        });
-      }
-      assert.ok(counter > 90);
-    }
-  }
-});
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/two-level-auth-test.js b/tests/two-level-auth-test.js
deleted file mode 100755
index dc635485964432534be00ffbcf6f4ffa284a6a81..0000000000000000000000000000000000000000
--- a/tests/two-level-auth-test.js
+++ /dev/null
@@ -1,95 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-primary = require('./lib/primary.js');
-
-var suite = vows.describe('primary-then-secondary');
-
-start_stop.addStartupBatches(suite);
-
-// this test verifies that a user who has only authenticated with
-// an assertion from their primary, may not call restricted apis
-
-const TEST_DOMAIN = 'example.domain',
-      TEST_EMAIL = 'testuser2@' + TEST_DOMAIN,
-      TEST_ORIGIN = 'http://127.0.0.1:10002';
-
-var primaryUser = new primary({
-  email: TEST_EMAIL,
-  domain: TEST_DOMAIN
-});
-
-suite.addBatch({
-  "set things up": {
-    topic: function() {
-      primaryUser.setup(this.callback);
-    },
-    "works": function() {
-      // nothing to do here
-    }
-  }
-});
-
-// now let's generate an assertion using this user
-suite.addBatch({
-  "generating an assertion": {
-    topic: function() {
-      primaryUser.getAssertion(TEST_ORIGIN, this.callback);
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-    },
-    "and logging in with the assertion": {
-      topic: function(err, assertion)  {
-        wsapi.post('/wsapi/auth_with_assertion', {
-          assertion: assertion,
-          ephemeral: true
-        }).call(this);
-      },
-      "succeeds": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.isTrue(resp.success);
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "updating our password": {
-    topic: wsapi.post('/wsapi/update_password', { oldpass: '', newpass: 'frobaztastic' }),
-    "won't work": function(err, r) {
-      assert.strictEqual(r.code, 400);
-    }
-  },
-  "certifying a key": {
-    topic: wsapi.post('/wsapi/cert_key', { email: TEST_EMAIL, pubkey: 'fake_key' }),
-    "won't work": function(err, r) {
-      assert.strictEqual(r.code, 400);
-    }
-  },
-  "listing emails": {
-    topic: wsapi.get('/wsapi/list_emails'),
-    "works fine": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.equal(Object.keys(JSON.parse(r.body)).length, 1);
-    }
-  }
-});
-
-// shut the server down and cleanup
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/verifier-test.js b/tests/verifier-test.js
deleted file mode 100755
index cc93e95779e11fb42f254c2aebf45d78a7ae66ea..0000000000000000000000000000000000000000
--- a/tests/verifier-test.js
+++ /dev/null
@@ -1,1026 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const assert =
-require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-db = require('../lib/db.js'),
-config = require('../lib/configuration.js'),
-jwcrypto = require('jwcrypto'),
-http = require('http'),
-querystring = require('querystring'),
-path = require('path');
-
-var suite = vows.describe('verifier');
-
-require("jwcrypto/lib/algs/rs");
-require("jwcrypto/lib/algs/ds");
-
-// disable vows (often flakey?) async error behavior
-suite.options.error = false;
-
-start_stop.addStartupBatches(suite);
-
-const TEST_EMAIL = 'someuser@somedomain.com',
-      TEST_PASSWORD = 'thisismyoldpassword',
-      TEST_DOMAIN = 'fakesite.com',
-      TEST_ORIGIN = 'http://fakesite.com:8080';
-
-var token = undefined;
-
-// let's create a user and certify a key so we can
-// generate assertions
-suite.addBatch({
-  "account staging": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: TEST_EMAIL,
-      pass: TEST_PASSWORD,
-      site: TEST_ORIGIN
-    }),
-    "works":     function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-suite.addBatch({
-  "a token": {
-    topic: function() {
-      start_stop.waitForToken(this.callback);
-    },
-    "is obtained": function (t) {
-      assert.isString(t);
-      token = t;
-    }
-  }
-});
-
-suite.addBatch({
-  "setting password and creating the account": {
-    topic: function() {
-      wsapi.post('/wsapi/complete_user_creation', {
-        token: token
-      }).call(this);
-    },
-    "works just fine": function(err, r) {
-      assert.equal(r.code, 200);
-    }
-  }
-});
-
-// now we need to generate a keypair
-var g_keypair, g_cert;
-
-suite.addBatch({
-  "generating a keypair": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm: "DS", keysize: 256}, this.callback);
-    },
-    "succeeds": function(err, r) {
-      assert.isNull(err);
-      assert.isObject(r);
-      assert.isObject(r.publicKey);
-      assert.isObject(r.secretKey);
-      g_keypair = r;
-    }
-  }
-});
-
-suite.addBatch({
-  "certifying the public key": {
-    topic: function() {
-      wsapi.post('/wsapi/cert_key', {
-        email: TEST_EMAIL,
-        pubkey: g_keypair.publicKey.serialize(),
-        ephemeral: false
-      }).call(this);
-    },
-    "works swimmingly": function(err, r) {
-      assert.isString(r.body);
-      g_cert = r.body;
-      assert.lengthOf(g_cert.split('.'), 3);
-    }
-  }
-});
-
-// several positive and negative basic verification tests
-// with a valid assertion
-function make_basic_tests(new_style) {
-  var title = "generating an assertion with " + (new_style ? "old style" : "new style");
-  var tests = {
-    topic: function() {
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             g_keypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-                               var b = jwcrypto.cert.bundle([g_cert],
-                                                            assertion,
-                                                            new_style); // XXX IGNORED
-                               self.callback(null, b);
-                             });
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-    },
-    "and verifying that assertion by specifying domain as audience": {
-      topic: function(err, assertion)  {
-        wsapi.post('/verify', {
-          audience: TEST_DOMAIN,
-          assertion: assertion
-        }).call(this);
-      },
-      "works": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.strictEqual(resp.status, 'okay');
-        assert.strictEqual(resp.email, TEST_EMAIL);
-        assert.strictEqual(resp.audience, TEST_DOMAIN);
-        var now = new Date().getTime();
-        assert.strictEqual(resp.expires > now, true);
-        assert.strictEqual(resp.expires <= now + (2 * 60 * 1000), true);
-        assert.strictEqual(resp.status, 'okay');
-      }
-    },
-    "and verifying that assertion by specifying origin as audience": {
-      topic: function(err, assertion)  {
-        wsapi.post('/verify', {
-          audience: TEST_ORIGIN,
-          assertion: assertion
-        }).call(this);
-      },
-      "works": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.strictEqual(resp.status, 'okay');
-        assert.strictEqual(resp.email, TEST_EMAIL);
-        assert.strictEqual(resp.audience, TEST_ORIGIN);
-        var now = new Date().getTime();
-        assert.strictEqual(resp.expires > now, true);
-        assert.strictEqual(resp.expires <= now + (2 * 60 * 1000), true);
-        assert.strictEqual(resp.status, 'okay');
-      }
-    },
-    "but specifying the wrong audience": {
-      topic: function(err, assertion)  {
-        wsapi.post('/verify', {
-          audience: "notfakesite.com",
-          assertion: assertion
-        }).call(this);
-      },
-      "fails with a nice error": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, 'audience mismatch: domain mismatch');
-      }
-    },
-    "but specifying the wrong port": {
-      topic: function(err, assertion)  {
-        wsapi.post('/verify', {
-          audience: "http://fakesite.com:8888",
-          assertion: assertion
-        }).call(this);
-      },
-      "fails with a nice error": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, 'audience mismatch: port mismatch');
-      }
-    },
-    "but specifying the wrong scheme": {
-      topic: function(err, assertion)  {
-        wsapi.post('/verify', {
-          audience: "https://fakesite.com:8080",
-          assertion: assertion
-        }).call(this);
-      },
-      "fails with a nice error": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, 'audience mismatch: scheme mismatch');
-      }
-    },
-    "and providing just a domain and port": {
-      topic: function(err, assertion)  {
-        wsapi.post('/verify', {
-          audience: "fakesite.com:8080",
-          assertion: assertion
-        }).call(this);
-      },
-      "is cool": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.strictEqual(resp.status, 'okay');
-        assert.strictEqual(resp.email, TEST_EMAIL);
-        assert.strictEqual(resp.audience, 'fakesite.com:8080');
-        var now = new Date().getTime();
-        assert.strictEqual(resp.expires > now, true);
-        assert.strictEqual(resp.expires <= now + (2 * 60 * 1000), true);
-        assert.strictEqual(resp.status, 'okay');
-      }
-    },
-    "but providing just a domain and the wrong port": {
-      topic: function(err, assertion)  {
-        wsapi.post('/verify', {
-          audience: "fakesite.com:8888",
-          assertion: assertion
-        }).call(this);
-      },
-      "fails as you would expect": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, 'audience mismatch: port mismatch');
-      }
-    },
-    "leaving off the audience": {
-      topic: function(err, assertion)  {
-        wsapi.post('/verify', {
-          assertion: assertion
-        }).call(this);
-      },
-      "fails as you would expect": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, 'need assertion and audience');
-      }
-    },
-    "leaving off the assertion": {
-      topic: function(err, assertion)  {
-        wsapi.post('/verify', {
-          audience: TEST_ORIGIN
-        }).call(this);
-      },
-      "fails as you would expect": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, 'need assertion and audience');
-      }
-    }
-  };
-
-  var overall_test = {};
-  overall_test[title] = tests;
-  return overall_test;
-};
-
-suite.addBatch(make_basic_tests(false));
-suite.addBatch(make_basic_tests(true));
-
-// testing post format requirements and flexibility
-// several positive and negative basic verification tests
-// with a valid assertion
-function make_post_format_tests(new_style) {
-  var title = "generating an assertion with " + (new_style ? "old style" : "new style");
-  var tests = {
-    topic: function() {
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             g_keypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-                               var b = jwcrypto.cert.bundle([g_cert],
-                                                            assertion,
-                                                            new_style); // XXX IGNORED
-                               self.callback(null, b);
-                             });
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-    },
-    "posting assertion and audience as get parameters in a post request": {
-      topic: function(err, assertion)  {
-        var cb = this.callback;
-        var postArgs = { assertion: assertion, audience: TEST_ORIGIN };
-        http.request({
-          host: '127.0.0.1',
-          port: 10000,
-          path: '/verify?' + querystring.stringify(postArgs),
-          headers: {
-            'Content-Type': 'application/x-www-form-urlencoded'
-          },
-          method: "POST"
-        }, function (res) {
-          var body = "";
-          res.on('data', function(chunk) { body += chunk; })
-            .on('end', function() {
-              cb(body);
-            });
-        }).on('error', function (e) {
-          cb("error: ", e);
-        }).end();
-      },
-      "works, oddly enough": function (r) {
-        var resp = JSON.parse(r);
-        assert.isObject(resp);
-        assert.strictEqual(resp.status, 'okay');
-        assert.strictEqual(resp.email, TEST_EMAIL);
-        assert.strictEqual(resp.audience, TEST_ORIGIN);
-        var now = new Date().getTime();
-        assert.strictEqual(resp.expires > now, true);
-        assert.strictEqual(resp.expires <= now + (2 * 60 * 1000), true);
-        assert.strictEqual(resp.status, 'okay');
-      }
-    },
-    "posting assertion in body and audience as get parameter in a post request": {
-      topic: function(err, assertion)  {
-        var cb = this.callback;
-        var postArgs = querystring.stringify({ assertion: assertion });
-        var getArgs = querystring.stringify({ audience: TEST_ORIGIN });
-        var req = http.request({
-          host: '127.0.0.1',
-          port: 10000,
-          path: '/verify?' + getArgs,
-          headers: {
-            'Content-Type': 'application/x-www-form-urlencoded'
-          },
-          method: "POST"
-        }, function (res) {
-          var body = "";
-          res.on('data', function(chunk) { body += chunk; })
-            .on('end', function() {
-              cb(body);
-            });
-        }).on('error', function (e) {
-          cb("error: ", e);
-        });
-        req.write(postArgs);
-        req.end();
-      },
-      "works, oddly enough": function (r) {
-        var resp = JSON.parse(r);
-        assert.isObject(resp);
-        assert.strictEqual(resp.status, 'okay');
-        assert.strictEqual(resp.email, TEST_EMAIL);
-        assert.strictEqual(resp.audience, TEST_ORIGIN);
-        var now = new Date().getTime();
-        assert.strictEqual(resp.expires > now, true);
-        assert.strictEqual(resp.expires <= now + (2 * 60 * 1000), true);
-        assert.strictEqual(resp.status, 'okay');
-      }
-    },
-    "posting audience in body and asssertion as get parameter in a post request": {
-      topic: function(err, assertion)  {
-        var cb = this.callback;
-        var getArgs = querystring.stringify({ assertion: assertion });
-        var postArgs = querystring.stringify({ audience: TEST_ORIGIN });
-        var req = http.request({
-          host: '127.0.0.1',
-          port: 10000,
-          path: '/verify?' + getArgs,
-          headers: {
-            'Content-Type': 'application/x-www-form-urlencoded'
-          },
-          method: "POST"
-        }, function (res) {
-          var body = "";
-          res.on('data', function(chunk) { body += chunk; })
-            .on('end', function() {
-              cb(body);
-            });
-        }).on('error', function (e) {
-          cb("error: ", e);
-        });
-        req.write(postArgs);
-        req.end();
-      },
-      "works, oddly enough": function (r) {
-        var resp = JSON.parse(r);
-        assert.isObject(resp);
-        assert.strictEqual(resp.status, 'okay');
-        assert.strictEqual(resp.email, TEST_EMAIL);
-        assert.strictEqual(resp.audience, TEST_ORIGIN);
-        var now = new Date().getTime();
-        assert.strictEqual(resp.expires > now, true);
-        assert.strictEqual(resp.expires <= now + (2 * 60 * 1000), true);
-        assert.strictEqual(resp.status, 'okay');
-      }
-    }
-  };
-
-  var overall_test = {};
-  overall_test[title] = tests;
-  return overall_test;
-}
-
-suite.addBatch(make_post_format_tests(false));
-suite.addBatch(make_post_format_tests(true));
-
-function make_post_format_2_tests(new_style) {
-  var title = "generating an assertion with " + (new_style ? "old style" : "new style");
-  var tests = {
-    topic: function() {
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             g_keypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-                               var b = jwcrypto.cert.bundle([g_cert],
-                                                            assertion,
-                                                            new_style); // XXX IGNORED
-                               self.callback(null, b);
-                             });
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-    },
-    "and submitting without proper Content-Type headers": {
-      topic: function(err, assertion)  {
-        var cb = this.callback;
-        var postArgs = querystring.stringify({ assertion: assertion, audience: TEST_ORIGIN });
-        var req = http.request({
-          host: '127.0.0.1',
-          port: 10000,
-          path: '/verify',
-          method: "POST"
-        }, function (res) {
-          var body = "";
-          res.on('data', function(chunk) { body += chunk; })
-            .on('end', function() {
-              cb(body);
-            });
-        }).on('error', function (e) {
-          cb("error: ", e);
-        });
-        req.write(postArgs);
-        req.end();
-      },
-      "fails with a helpful error message": function(r, err) {
-        var resp = JSON.parse(r);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, 'Content-Type expected to be one of: application/x-www-form-urlencoded, application/json');
-      }
-    },
-    "while submitting as application/json": {
-      topic: function(err, assertion)  {
-        var cb = this.callback;
-        var postArgs = JSON.stringify({ assertion: assertion, audience: TEST_ORIGIN });
-        var req = http.request({
-          host: '127.0.0.1',
-          port: 10000,
-          path: '/verify',
-          method: "POST",
-          headers: {
-            'Content-Type': 'application/json'
-          }
-        }, function (res) {
-          var body = "";
-          res.on('data', function(chunk) { body += chunk; })
-            .on('end', function() {
-              cb(body);
-            });
-        }).on('error', function (e) {
-          cb("error: ", e);
-        });
-        req.write(postArgs);
-        req.end();
-      },
-      "works fabulously": function(r, err) {
-        var resp = JSON.parse(r);
-        assert.isObject(resp);
-        assert.strictEqual(resp.status, 'okay');
-        assert.strictEqual(resp.email, TEST_EMAIL);
-        assert.strictEqual(resp.audience, TEST_ORIGIN);
-        var now = new Date().getTime();
-        assert.strictEqual(resp.expires > now, true);
-        assert.strictEqual(resp.expires <= now + (2 * 60 * 1000), true);
-        assert.strictEqual(resp.status, 'okay');
-      }
-    }
-  };
-  var overall_test = {};
-  overall_test[title] = tests;
-  return overall_test;
-};
-
-suite.addBatch(make_post_format_2_tests(false));
-suite.addBatch(make_post_format_2_tests(true));
-
-var fakeDomainKeypair, newClientKeypair;
-
-// let's reuse the keys, cause we don't need new ones.
-suite.addBatch({
-  "set up fake domain key": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm: "RS", keysize: 64}, this.callback);
-    },
-    "works": function(err, kp) {
-      assert.isNull(err);
-      assert.isObject(kp);
-      fakeDomainKeypair = kp;
-    }
-  }
-});
-
-suite.addBatch({
-  "set up user key": {
-    topic: function() {
-      jwcrypto.generateKeypair({algorithm: "DS", keysize: 256}, this.callback);
-    },
-    "works": function(err, kp) {
-      assert.isNull(err);
-      assert.isObject(kp);
-      newClientKeypair = kp;
-    }
-  }
-});
-
-var fakeCert;
-suite.addBatch({
-  "certify the user key": {
-    topic: function() {
-      var expiration = new Date(new Date().getTime() + (1000 * 60 * 60 * 6));
-      jwcrypto.cert.sign({publicKey: newClientKeypair.publicKey, principal: {email: TEST_EMAIL}},
-                         {issuedAt: new Date(), issuer: "127.0.0.1",
-                          expiresAt: expiration},
-                         {}, fakeDomainKeypair.secretKey, this.callback);
-    },
-    "works": function(err, cert) {
-      assert.isNull(err);
-      assert.isString(cert);
-      fakeCert = cert;
-    }
-  }
-});
-
-
-
-// now verify that a incorrectly signed assertion yields a good error message
-function make_incorrect_assertion_tests(new_style) {
-  var title = "generating an assertion from a bogus cert with " + (new_style? "new style" : "old style");
-  var tests = {
-    topic: function() {
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             newClientKeypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-                               var b = jwcrypto.cert.bundle([fakeCert],
-                                                            assertion,
-                                                            new_style); // XXX IGNORED
-                               self.callback(null, b);
-                             });
-    },
-    "yields a good looking assertion": function (err, r) {
-      assert.isString(r);
-      assert.equal(r.length > 0, true);
-    },
-    "will cause the verifier": {
-      topic: function(err, assertion) {
-        wsapi.post('/verify', {
-          audience: TEST_ORIGIN,
-          assertion: assertion
-        }).call(this);
-      },
-      "to return a clear error message": function (err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        // XXX: the verifier response should simply be "invalid signature"
-        assert.strictEqual(resp.reason, 'bad signature in chain');
-      }
-    }
-  };
-
-  var overall_test = {};
-  overall_test[title] = tests;
-  return overall_test;
-}
-
-suite.addBatch(make_incorrect_assertion_tests(false));
-suite.addBatch(make_incorrect_assertion_tests(true));
-
-// now let's really get down and screw with the assertion
-suite.addBatch({
-  "using an email address as an assertion (which is bogus)": {
-    topic: function()  {
-      wsapi.post('/verify', {
-        audience: TEST_ORIGIN,
-        assertion: "test@example.com"
-      }).call(this);
-    },
-    "fails with a nice error": function(err, r) {
-      var resp = JSON.parse(r.body);
-      assert.strictEqual(resp.status, 'failure');
-      // the error message here will be that there are no certs
-      assert.strictEqual(resp.reason, 'no certificates provided');
-    }
-  },
-  "using an integer as an assertion (which is bogus)": {
-    topic: function()  {
-      wsapi.post('/verify', {
-        audience: TEST_ORIGIN,
-        assertion: 777
-      }).call(this);
-    },
-    "fails with a nice error": function(err, r) {
-      var resp = JSON.parse(r.body);
-      assert.strictEqual(resp.status, 'failure');
-      // this error message has to do with the full (backed) assertion not looking
-      // like a bundle of certs and assertion
-      assert.strictEqual(resp.reason, 'malformed backed assertion');
-    }
-  }
-});
-
-function make_crazy_assertion_tests(new_style) {
-  var title = "generating a valid assertion with " + (new_style ? "new style" : "old style");
-  var tests = {
-    topic: function()  {
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             g_keypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-                               var b = jwcrypto.cert.bundle([g_cert],
-                                                            assertion,
-                                                            new_style); // XXX IGNORED
-                               self.callback(null, b);
-                             });
-    },
-    "and removing the last two chars from it": {
-      topic: function(err, assertion) {
-        // we used to chop off one char, but because of
-        // robustness in base64-decoding, that still worked 25%
-        // of the time. No need to build this knowledge in here.
-        // also, chopping off 2 characters gives varying error messages
-        assertion = assertion.substr(0, assertion.length - 2);
-        wsapi.post('/verify', {
-          audience: TEST_ORIGIN,
-          assertion: assertion
-        }).call(this);
-      },
-      "fails with a nice error": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-
-        // so depending on the assertion, this is going to be invalid or malformed
-        // so we're not testing the error message for now
-        // assert.strictEqual(resp.reason, 'invalid signature');
-      }
-    },
-    "and removing the first char from it": {
-      topic: function(err, assertion) {
-        assertion = assertion.substr(1);
-        wsapi.post('/verify', {
-          audience: TEST_ORIGIN,
-          assertion: assertion
-        }).call(this);
-      },
-      "fails with a nice error": function(err, r) {
-        // XXX this test is failing because there's an exception thrown
-        // that's revealing too much info about the malformed signature
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, 'malformed signature');
-      }
-    },
-    "and appending gunk to it": {
-      topic: function(err, assertion) {
-        assertion += "gunk";
-        wsapi.post('/verify', {
-          audience: TEST_ORIGIN,
-          assertion: assertion
-        }).call(this);
-      },
-      "fails with a nice error": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, 'malformed signature');
-      }
-    }
-  };
-
-  var overall_test = {};
-  overall_test[title] = tests;
-  return overall_test;
-}
-
-suite.addBatch(make_crazy_assertion_tests(false));
-suite.addBatch(make_crazy_assertion_tests(true));
-
-// how about bogus parameters inside the assertion?
-// now we only test the new assertion format, because
-// for crazy stuff we don't really care about old format anymore
-suite.addBatch({
-  "An assertion that expired a millisecond ago": {
-    topic: function()  {
-      var expirationDate = new Date(new Date().getTime() - 10);
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             g_keypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-                               var b = jwcrypto.cert.bundle([g_cert],
-                                                            assertion,
-                                                            true); // XXX IGNORED
-                               
-                               wsapi.post('/verify', {
-                                 audience: TEST_ORIGIN,
-                                 assertion: b
-                               }).call(self);
-                             });
-    },
-    "fails with a nice error": function(err, r) {
-      var resp = JSON.parse(r.body);
-      assert.strictEqual(resp.status, 'failure');
-      assert.strictEqual(resp.reason, 'assertion has expired');
-    }
-  },
-  "An assertion with a bundled bogus certificate": {
-    topic: function()  {
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             g_keypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-                               var b = jwcrypto.cert.bundle([g_cert, "bogus cert"],
-                                                            assertion,
-                                                            true); // XXX IGNORED
-                               
-                               wsapi.post('/verify', {
-                                 audience: TEST_ORIGIN,
-                                 assertion: b
-                               }).call(self);
-                             });
-    },
-    "fails with a nice error": function(err, r) {
-      var resp = JSON.parse(r.body);
-      assert.strictEqual(resp.status, 'failure');
-      assert.strictEqual(resp.reason, 'malformed signature');
-    }
-  },
-  "An assertion with a no certificate": {
-    topic: function()  {
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             g_keypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-
-                               // a bundle with no certs is no longer possible,
-                               // so we submit just the assertion
-                               
-                               wsapi.post('/verify', {
-                                 audience: TEST_ORIGIN,
-                                 assertion: assertion
-                               }).call(self);
-                             });
-    },
-    "fails with a nice error": function(err, r) {
-      var resp = JSON.parse(r.body);
-      assert.strictEqual(resp.status, 'failure');
-      // an error that indicates no certs
-      assert.strictEqual(resp.reason, "no certificates provided");
-    }
-  }
-});
-
-var otherIssuerCert;
-
-suite.addBatch({
-  "certify the user key for other issuer": {
-    topic: function() {
-      var expiration = new Date(new Date().getTime() + (1000 * 60 * 60 * 6));
-      jwcrypto.cert.sign({publicKey: newClientKeypair.publicKey, principal: {email: TEST_EMAIL}},
-                         {issuedAt: new Date(), issuer: "no.such.domain",
-                          expiresAt: expiration},
-                         {}, fakeDomainKeypair.secretKey, this.callback);
-    },
-    "works": function(err, cert) {
-      assert.isNull(err);
-      assert.isString(cert);
-      otherIssuerCert = cert;
-    }
-  }
-});
-
-
-// now verify that assertions from a primary who does not have browserid support
-// will fail to verify
-function make_other_issuer_tests(new_style) {
-  var title = "generating an assertion from a cert signed by some other domain with " + (new_style ? "new style" : "old style");
-  var tests = {
-    topic: function() {
-      // keys are already generated
-      // otherIssuerCert is already generated
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             newClientKeypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-                               var b = jwcrypto.cert.bundle([otherIssuerCert],
-                                                            assertion,
-                                                            new_style); // XXX IGNORED
-                               self.callback(null, b);
-                             });
-    },
-    "yields a good looking assertion": function (err, r) {
-      assert.isString(r);
-      assert.equal(r.length > 0, true);
-    },
-    "will cause the verifier": {
-      topic: function(err, assertion) {
-        wsapi.post('/verify', {
-          audience: TEST_ORIGIN,
-          assertion: assertion
-        }).call(this);
-      },
-      "to return a clear error message": function (err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, "can't get public key for no.such.domain");
-      }
-    }
-  };
-
-  var overall_test = {};
-  overall_test[title] = tests;
-  return overall_test;
-};
-
-suite.addBatch(make_other_issuer_tests(false));
-suite.addBatch(make_other_issuer_tests(true));
-
-// prepare a cert with example.domain primary
-var primaryCert;
-suite.addBatch({
-  "certify the user key by example.domain for wrong email address": {
-    topic: function() {
-      var secretKey = jwcrypto.loadSecretKey(
-        require('fs').readFileSync(
-          path.join(__dirname, '..', 'example', 'primary', 'sample.privatekey')));
-
-      var expiration = new Date(new Date().getTime() + (1000 * 60 * 60 * 6));
-      jwcrypto.cert.sign({publicKey: newClientKeypair.publicKey, principal: {email: TEST_EMAIL}},
-                         {issuedAt: new Date(), issuer: "example.domain",
-                          expiresAt: expiration},
-                         {}, secretKey, this.callback);
-    },
-    "works": function(err, cert) {
-      assert.isNull(err);
-      assert.isString(cert);
-      primaryCert = cert;
-    }
-  }
-});
-
-// now verify that assertions from a primary who does have browserid support
-// but has no authority to speak for an email address will fail
-suite.addBatch({
-  "generating an assertion from a cert signed by a real (simulated) primary": {
-    topic: function() {
-      // newClientKeypair already generated, reusing
-      // primaryCert already generated
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             newClientKeypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-                               var b = jwcrypto.cert.bundle([primaryCert],
-                                                            assertion);
-                               self.callback(null, b);
-                             });
-    },
-    "yields a good looking assertion": function (err, r) {
-      assert.isString(r);
-      assert.equal(r.length > 0, true);
-    },
-    "will cause the verifier": {
-      topic: function(err, assertion) {
-        wsapi.post('/verify', {
-          audience: TEST_ORIGIN,
-          assertion: assertion
-        }).call(this);
-      },
-      "to return a clear error message": function (err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, "issuer 'example.domain' may not speak for emails from 'somedomain.com'");
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "certify the user key by example.domain for right email address": {
-    topic: function() {
-      var secretKey = jwcrypto.loadSecretKey(
-        require('fs').readFileSync(
-          path.join(__dirname, '..', 'example', 'primary', 'sample.privatekey')));
-
-      var expiration = new Date(new Date().getTime() + (1000 * 60 * 60 * 6));
-      jwcrypto.cert.sign({publicKey: newClientKeypair.publicKey, principal: {email: "foo@example.domain"}},
-                         {issuedAt: new Date(), issuer: "example.domain",
-                          expiresAt: expiration},
-                         {}, secretKey, this.callback);
-    },
-    "works": function(err, cert) {
-      assert.isNull(err);
-      assert.isString(cert);
-      primaryCert = cert;
-    }
-  }
-});
-
-// now verify that assertions from a primary who does have browserid support
-// and may speak for an email address will succeed
-suite.addBatch({
-  "generating an assertion from a cert signed by a real (simulated) primary": {
-    topic: function() {
-      // primaryCert generated
-      // newClientKeypair generated
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-      jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                             newClientKeypair.secretKey, function(err, assertion) {
-                               if (err) return self.callback(err);
-                               var b = jwcrypto.cert.bundle([primaryCert],
-                                                            assertion);
-                               self.callback(null, b);
-                             });
-    },
-    "yields a good looking assertion": function (err, r) {
-      assert.isString(r);
-      assert.equal(r.length > 0, true);
-    },
-    "will cause the verifier": {
-      topic: function(err, assertion) {
-        wsapi.post('/verify', {
-          audience: TEST_ORIGIN,
-          assertion: assertion
-        }).call(this);
-      },
-      "to succeed": function (err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'okay');
-        assert.strictEqual(resp.issuer, "example.domain");
-        assert.strictEqual(resp.audience, TEST_ORIGIN);
-        assert.strictEqual(resp.email, "foo@example.domain");
-      }
-    }
-  }
-});
-
-const OTHER_EMAIL = 'otheremail@example.com';
-
-// check that chained certs do not work
-suite.addBatch({
-  "generating an assertion with chained certs": {
-    topic: function() {
-      // primaryCert generated
-      // newClientKeypair generated
-      var expirationDate = new Date(new Date().getTime() + (2 * 60 * 1000));
-      var self = this;
-
-      jwcrypto.generateKeypair(
-        {algorithm: "DS", keysize: 256},
-        function(err, innerKeypair) {
-
-          // sign this innerkeypair with the key from g_cert (g_keypair)
-          jwcrypto.cert.sign(
-            {publicKey: innerKeypair.publicKey, principal: {email: OTHER_EMAIL}},
-            {issuedAt: new Date(), expiresAt: expirationDate},
-            {}, g_keypair.secretKey,
-            function(err, innerCert) {
-              jwcrypto.assertion.sign({}, {audience: TEST_ORIGIN, expiresAt: expirationDate},
-                                      innerKeypair.secretKey, function(err, assertion) {
-                                        if (err) return self.callback(err);
-                                        
-                                        var b = jwcrypto.cert.bundle([g_cert, innerCert],
-                                                                     assertion);
-                                        self.callback(null, b);
-                                      });
-            });
-          
-        });
-    },
-    "yields a good looking assertion": function (err, assertion) {
-      assert.isString(assertion);
-      assert.equal(assertion.length > 0, true);
-    },
-    "will cause the verifier": {
-      topic: function(err, assertion) {
-        wsapi.post('/verify', {
-          audience: TEST_ORIGIN,
-          assertion: assertion
-        }).call(this);
-      },
-      "to fail": function (err, r) {
-        var resp = JSON.parse(r.body);
-        assert.strictEqual(resp.status, 'failure');
-        assert.strictEqual(resp.reason, "certificate chaining is not yet allowed");
-      }
-    }
-  }
-});
-
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);
diff --git a/tests/verify-in-different-browser-test.js b/tests/verify-in-different-browser-test.js
deleted file mode 100755
index 9cd451b6c4122de385924a9c1d9b1fb847d08f87..0000000000000000000000000000000000000000
--- a/tests/verify-in-different-browser-test.js
+++ /dev/null
@@ -1,364 +0,0 @@
-#!/usr/bin/env node
-
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-require('./lib/test_env.js');
-
-const
-assert = require('assert'),
-vows = require('vows'),
-start_stop = require('./lib/start-stop.js'),
-wsapi = require('./lib/wsapi.js'),
-primary = require('./lib/primary.js');
-
-var suite = vows.describe('verify-in-different-browser');
-
-// start up a pristine server
-start_stop.addStartupBatches(suite);
-
-// This test ensures that when email verification of a secondary address
-// occurs in a browsing context other than the one that initiated it,
-// the user must re-provide their password.
-
-// first we'll need to authenticate a user with an assertion from a
-// primary IdP
-
-const TEST_DOMAIN = 'example.domain',
-      TEST_EMAIL = 'testuser@' + TEST_DOMAIN,
-      TEST_ORIGIN = 'http://127.0.0.1:10002',
-      TEST_PASS = 'fakepass',
-      SECONDARY_EMAIL = 'secondary@notexample.domain',
-      SECOND_SECONDARY_EMAIL = 'secondsecondary@notexample.domain',
-      THIRD_SECONDARY_EMAIL = 'thirdsecondary@notexample.domain',
-      FOURTH_SECONDARY_EMAIL = 'fourthsecondary@notexample.domain';
-
-var primaryUser = new primary({
-  email: TEST_EMAIL,
-  domain: TEST_DOMAIN
-});
-
-suite.addBatch({
-  "set things up": {
-    topic: function() {
-      primaryUser.setup(this.callback);
-    },
-    "works": function() {
-      // nothing to do here
-    }
-  }
-});
-
-// first we'll create an account without a password by using
-// a primary address.
-suite.addBatch({
-  "generating an assertion": {
-    topic: function() {
-      return primaryUser.getAssertion(TEST_ORIGIN, this.callback);
-    },
-    "succeeds": function(err, r) {
-      assert.isString(r);
-    },
-    "and logging in with the assertion": {
-      topic: function(err, assertion)  {
-        wsapi.post('/wsapi/auth_with_assertion', {
-          assertion: assertion,
-          ephemeral: true
-        }).call(this);
-      },
-      "succeeds": function(err, r) {
-        var resp = JSON.parse(r.body);
-        assert.isObject(resp);
-        assert.isTrue(resp.success);
-      }
-    }
-  }
-});
-
-var token;
-
-// let's add a secondary email to this account
-suite.addBatch({
-  "add a new email address to our account": {
-    topic: wsapi.post('/wsapi/stage_email', {
-      email: SECONDARY_EMAIL,
-      pass: TEST_PASS,
-      site:'https://fakesite.com'
-    }),
-    "succeeds": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "and get a token": {
-      topic: function() {
-        start_stop.waitForToken(this.callback);
-      },
-      "successfully": function (t) {
-        this._token = t;
-        assert.strictEqual(typeof t, 'string');
-      },
-      "then clearing cookies and completing": {
-        topic: function() {
-          wsapi.clearCookies();
-          wsapi.post('/wsapi/complete_email_confirmation', {
-            token: this._token
-          }).call(this);
-        },
-        "fails without a password": function(err, r) {
-          assert.strictEqual(r.code, 401);
-        },
-        "but succeeds": {
-          topic: function() {
-            wsapi.post('/wsapi/complete_email_confirmation', {
-              token: this._token,
-              pass: TEST_PASS
-            }).call(this);
-          },
-          "with one": function(err, r) {
-            assert.strictEqual(r.code, 200);
-          }
-        }
-      }
-    }
-  }
-});
-
-// after adding a secondary and setting password, we're password auth'd
-suite.addBatch({
-  "auth_level": {
-    topic: wsapi.get('/wsapi/session_context'),
-    "is 'password' after authenticating with password" : function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).auth_level, 'password');
-    }
-  }
-});
-
-// we can authenticate with our password
-suite.addBatch({
-  "authenticating with our newly set password" : {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: TEST_PASS,
-      ephemeral: false
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// let's add another secondary email, again by confirming the address on
-// "a different browser".  This time, the server will have to authenticate
-// us by pulling our password out of our user record rather than out of
-// the stage table.
-suite.addBatch({
-  "add a new email address to our account": {
-    topic: wsapi.post('/wsapi/stage_email', {
-      email: SECOND_SECONDARY_EMAIL,
-      site:'https://fakesite.com'
-    }),
-    "succeeds": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-    "and get a token": {
-      topic: function() {
-        start_stop.waitForToken(this.callback);
-      },
-      "successfully": function (t) {
-        this._token = t;
-        assert.strictEqual(typeof t, 'string');
-      },
-      "then clearing cookies and completing": {
-        topic: function() {
-          wsapi.clearCookies();
-          wsapi.post('/wsapi/complete_email_confirmation', {
-            token: this._token
-          }).call(this);
-        },
-        "fails without a password": function(err, r) {
-          assert.strictEqual(r.code, 401);
-        },
-        "but succeeds": {
-          topic: function() {
-            wsapi.post('/wsapi/complete_email_confirmation', {
-              token: this._token,
-              pass: TEST_PASS
-            }).call(this);
-          },
-          "with one": function(err, r) {
-            assert.strictEqual(r.code, 200);
-          }
-        }
-      }
-    }
-  }
-});
-
-// we're password auth'd
-suite.addBatch({
-  "auth_level": {
-    topic: wsapi.get('/wsapi/session_context'),
-    "is 'password' after authenticating with password" : function(err, r) {
-      assert.strictEqual(JSON.parse(r.body).auth_level, 'password');
-    }
-  }
-});
-
-
-// we can still authenticate with our password
-suite.addBatch({
-  "authenticating with our newly set password" : {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: TEST_PASS,
-      ephemeral: false
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-// now we've tested proper restrictions on the add email, flow, how about
-// new account creation?
-
-// creating a new account and verifying in "a different browser" requires password
-suite.addBatch({
-  "staging a new account": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: THIRD_SECONDARY_EMAIL,
-      pass:  TEST_PASS,
-      site:  'http://fakesite.com:1235'
-    }),
-    "succeeds": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    },
-    "yields a token": {
-      topic: function() {
-        start_stop.waitForToken(this.callback);
-      },
-      "successfully": function (t) {
-        this._token = t;
-        assert.strictEqual(typeof t, 'string');
-      },
-      "then clearing cookies and completing": {
-        topic: function() {
-          wsapi.clearCookies();
-          wsapi.post('/wsapi/complete_user_creation', {
-            token: this._token
-          }).call(this);
-        },
-        "fails without a password": function(err, r) {
-          assert.strictEqual(r.code, 401);
-        },
-        "but succeeds": {
-          topic: function() {
-            wsapi.post('/wsapi/complete_user_creation', {
-              token: this._token,
-              pass: TEST_PASS
-            }).call(this);
-          },
-          "with one": function(err, r) {
-            assert.strictEqual(r.code, 200);
-          }
-        }
-      }
-    }
-  }
-});
-
-// creating a new account and verifying in "the same browser" requires no password
-suite.addBatch({
-  "staging a new account": {
-    topic: wsapi.post('/wsapi/stage_user', {
-      email: FOURTH_SECONDARY_EMAIL,
-      pass:  TEST_PASS,
-      site:  'http://fakesite.com:1235'
-    }),
-    "succeeds": function(err, r) {
-      assert.strictEqual(r.code, 200);
-      assert.strictEqual(JSON.parse(r.body).success, true);
-    },
-    "yields a token": {
-      topic: function() {
-        start_stop.waitForToken(this.callback);
-      },
-      "successfully": function (t) {
-        this._token = t;
-        assert.strictEqual(typeof t, 'string');
-      },
-      "and completion with only a token": {
-        topic: function() {
-          wsapi.post('/wsapi/complete_user_creation', {
-            token: this._token
-          }).call(this);
-        },
-        "succeeds": function(err, r) {
-          assert.strictEqual(r.code, 200);
-        }
-      }
-    }
-  }
-});
-
-suite.addBatch({
-  "authentication with first email": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: TEST_EMAIL,
-      pass: TEST_PASS,
-      ephemeral: false
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    },
-  },
-  "authentication with second email": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: SECONDARY_EMAIL,
-      pass: TEST_PASS,
-      ephemeral: false
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  },
-  "authentication with third email": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: SECOND_SECONDARY_EMAIL,
-      pass: TEST_PASS,
-      ephemeral: false
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  },
-  "authentication with fourth email": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: THIRD_SECONDARY_EMAIL,
-      pass: TEST_PASS,
-      ephemeral: false
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  },
-  "authentication with fifth email": {
-    topic: wsapi.post('/wsapi/authenticate_user', {
-      email: FOURTH_SECONDARY_EMAIL,
-      pass: TEST_PASS,
-      ephemeral: false
-    }),
-    "works": function(err, r) {
-      assert.strictEqual(r.code, 200);
-    }
-  }
-});
-
-
-// shut the server down and cleanup
-start_stop.addShutdownBatches(suite);
-
-// run or export the suite.
-if (process.argv[1] === __filename) suite.run();
-else suite.export(module);