/**
 * @author estepdu
 */

function jumpScroll() {
   	window.scroll(0,0); // horizontal and vertical scroll targets
}




