var Logotype=new Array() // do not change this!

Logotype[0] = "<img src='images/nospam/1.gif' alt='no spam please' />";
Logotype[1] = "<img src='images/nospam/2.gif' alt='no spam please' />";
Logotype[2] = "<img src='images/nospam/3.gif' alt='no spam please' />";
Logotype[3] = "<img src='images/nospam/4.gif' alt='no spam please' />";


// ======================================
// Do not change anything below this line
// ======================================
var Q = Logotype.length;
var whichLogotype=Math.round(Math.random()*(Q-1));
function showLogotype(){document.write(Logotype[whichLogotype]);}
showLogotype();
