<!--

var h = Math.round(Math.random()*2);

document.writeln('<table width="776" cellspacing="0" cellpadding="0" border="0">');
document.writeln('<tr>');
document.writeln('<td><img src="/images/pict' + h + '.jpg" width="360" height="280" border="0"></td>');
document.writeln('<td bgcolor="#FFFFDE"><img src="/images/pixel.gif" width="1" height="280" border="0"></td>');
document.writeln('<td><img src="/images/slogan' + h + '.gif" width="415" height="280" border="0"></td>');
document.writeln('</tr>');
document.writeln('</table>');

//-->