<!-- Begin
function makeHeight() {
document.getElementById('homescroller').style.height = y - (160) + 'px';
}

window.onload=makeHeight;
// End -->