<!-- 
var current=23
var high=23
var low=22
var icon=6
document.write("<a href=\"http://weather.uclick.com/buf/index.html\">")
document.write("<img src=\"http://media.buffalo.com/static/images/shared/weather/")
document.write(icon)
document.write(".gif\" id=\"weatherpic\" alt=\"Weather\" title=\"Weather\" width=\"17\" border=\"0\"/>")
document.write("<p>" + current + "&deg;F&nbsp;/&nbsp;")
document.write("H:&nbsp;" + high + "&deg;F&nbsp;/&nbsp;")
document.write("L:&nbsp;" + low + "&deg;F</p>")
document.write("</a>")
//-->