// Target by ID
window.onload = function(){
document.getElementById("someID").href="MONSTERLINK_URL";
}