
function getZipcgiurl(val){
    buffer.location.href="zipcode.cgi?code="+val;
}
