<!--
Today = new Date();
rand = Today.getSeconds();
id = rand % 3 +1;
if(id<2) {
document.write("<IMG SRC='images/banner2.gif' border=0 height='60' width='468'>");
} else {
document.write("<IMG SRC='images/banner2.gif' border=0 height='60' width='468'>");
}
-->