повесил Алерт, даже он не пашет...
что не так?
window.onload = function xonload() {
alert('loaded');
if window.location.pathname === ('/') {
document.getElementById('footer').style.position= 'fixed';
document.getElementById('left').style.position= '0';
document.getElementById('bottom').style.position= '0';
}
};