function losinglastten()
{
var yourweight = document.lastten.weight.value

var higherlb = Math.round(220 - yourweight) * .65
document.lastten.highlb.value = higherlb

var lowerlb = Math.round(220 - yourweight) * .85
document.lastten.lowlb2.value = lowerlb

var higherlb = Math.round(220 - yourweight) * .65
document.lastten.highlb2.value = higherlb

var lowerlb = Math.round(220 - yourweight) * .85
document.lastten.lowlb3.value = lowerlb

var higherlb = Math.round(220 - yourweight) * .65
document.lastten.highlb3.value = higherlb

var lowerlb = Math.round(220 - yourweight) * .85
document.lastten.lowlb4.value = lowerlb

}