Gebruiker:JePe/monobook.js: verschil tussen versies

Verwijderde inhoud Toegevoegde inhoud
JePe (overleg | bijdragen)
k redirect verwijderd
JePe (overleg | bijdragen)
test
Regel 1:
function include(file) {
if (document.createElement && document.getElementsByTagName) {
var head = document.getElementsByTagName('head')[0];
 
var script = document.createElement('script');
script.setAttribute('type', 'text/javascript');
script.setAttribute('src', file);
 
head.appendChild(script);
} else {
alert('Your browser can\'t deal with the DOM standard. That means it\'s old. Go fix it!');
}
}
 
var sc_project=542752;
var sc_partition=3;
 
include('http://www.statcounter.com/counter/counter.js');