Wykonaj funkcję JavaScript, gdy strona ładuje

window.onload = function() {
  yourFunction(param1, param2);
};
Master Aniket