<!--
function changelogo()
{
var i=new Date()
var mth=i.getMonth();mth++;
if(mth==12)document.write("<a href='index.html'><img src='img/redlogofaded.bmp' border='0'></a>");
else document.write("<a href='index.html'><img src='img/redlogofaded.bmp' border='0'></a>");
}
changelogo();
//-->