<!-- Begin
function makeHeight() {
if (x >=810) {
document.getElementById('guestbook_container').style.height = y - (120) + 'px';
}
else if (x <=810) {
document.getElementById('guestbook_container').style.height = y - (100) + 'px';
}
}
window.onload=makeHeight;
// End -->
