// Client-side JavaScript for The Williamsport Guardian (script.js) //
//alert('script.js linked');

// functions //
function site() {
//	fit('midder'); // fits the midder to appropriately contain the highest exisiting vertical division.
//	adjust('footer'); // adjusts footer to the bottom of the page, as appropriate.
//	get('bottom').style.top = (get('header').clientHeight + maximum(values(['left','middle','right'],'clientHeight'))) + 'px';
//	alert(get('middle').clientHeight);
//	alert(get('bottom').style.top);
}

// events //
window.onload = site; //function () { site(); }

