Page with contact form scrolls to bottom on load
Change this line from the contact from
var contactForm = new VarienForm('contactFormNew', true);
with
var contactForm = new VarienForm('contactFormNew', false);
The second parameter means "focus on first field". That's why you get the down scroll.