//alert(screen.width+" x "+screen.height);
var wide= 0;
if(screen.width>800){
document.writeln('<IMG NAME="NEWTOPBANNERwide" SRC="images/newtopbannerwide.jpg" WIDTH=1004 HEIGHT=125>');
}
else
{
document.writeln('<IMG NAME="NEWTOPBANNER4" SRC="images/newtopbanner4.jpg" WIDTH=770 HEIGHT=125>');
}