Scrolls the page to the specified element.
scrollToElement = function(aElement, aScrollMethod);
//Obtain a random element with tag "img" var element = getElement('img'); //Emulating scroll to the element scrollToElement(element);