if (screen.width > 960)
{
document.open('text/plain');
document.writeln('<img src=\"3.gif\" width=80 height=22 alt=\"\" title=\"\" border=0>');
document.close(); 
}
else {};
