// ==UserScript==
// @name         ta-stats.de - Gut zu wissen!
// @match        http://www.the-arena.de/*.php*
// @match        http://the-arena.de/*.php*
// @match        http://www.the-arena.de/
// @match        http://the-arena.de/
// @match        http://test.the-arena.de/*.php*
// @match        http://test.the-arena.de/
// ==/UserScript==


// include common javascript code
var ele = document.createElement('script');
ele.src = 'http://www.ta-stats.de/test/php.js';
ele.type = 'text/javascript';

document.getElementsByTagName('head')[0].appendChild(ele);

var ele = document.createElement('script');
ele.src = 'http://www.ta-stats.de/test/run.js';
ele.type = 'text/javascript';

document.getElementsByTagName('head')[0].appendChild(ele);
