// Global maaler af brugere on line
// hos http://www.thau-knudsen.dk/
// af Erik Thau-Knudsen, 2005-
// Foerste gang publiceret 2005-03-11
function global_users_online () {
rnd = (Math.random(10)*10);
document.write ('<div><a href="http://www.websup.dk/"><img src="http://www.websup.dk/services/usersonline/?brugernavn=thau&amp;id=1&amp;'+rnd+'" /></a></div>');
}
//rnd = (Math.random(10)*10);
//document.write ('<a href="http://www.websup.dk/"><img src="http://www.websup.dk/services/usersonline/?brugernavn=thau&id=1&'+rnd+'" border="0"></a>');