if ((screenwidth >= 471) && (screenwidth <= 719)) { 

} 
if ((screenwidth >= 720) && (screenwidth <= 920)) { 

} 
if ((screenwidth >= 921) && (screenwidth <= 1150)) { 

} 
if ((screenwidth >= 1151) && (screenwidth <= 1450)) { 
  document.write('<td background="images/banner1.gif" width="105" height="57" border="0">&nbsp;</td>'); 
  document.write('<td background="images/banner2.gif" width="101" height="57" border="0">&nbsp;</td>'); 
  document.write('<td background="images/banner3.gif" width="56" height="57" border="0">&nbsp;</td>'); 
} 
if (screenwidth >= 1451) { 
  document.write('<td background="images/banner1.gif" width="105" height="57" border="0">&nbsp;</td>'); 
  document.write('<td background="images/banner2.gif" width="101" height="57" border="0">&nbsp;</td>'); 
  document.write('<td background="images/banner3.gif" width="56" height="57" border="0">&nbsp;</td>'); 
  document.write('<td background="images/banner4.gif" width="111" height="57" border="0">&nbsp;</td>'); 
  document.write('<td background="images/banner5.gif" width="124" height="57" border="0">&nbsp;</td>'); 
  document.write('<td background="images/banner6.gif" width="87" height="57" border="0">&nbsp;</td>'); 
}
