var randomnumber = Math.round(Math.random()*4);
var version = 0;
if (navigator.userAgent.indexOf("Mozilla/4.0") != -1) version = "oit";

if (randomnumber == 1){
document.write('<img src="quote_community1.gif">');
}

else if (randomnumber == 2){
document.write('<img src="quote_community2.gif">');
}

else if (randomnumber == 3){
document.write('<img src="quote_community3.gif">');
}

else {
document.write('<img src="quote_community4.gif">');
}

