// JavaScript Document

function reSet() {
document.getElementById("articlesHolder").scrollTop = 0;
}
