function pageStart(){
    getBlogAndGitHub();
    var pic = getRandPix();
    var img = document.getElementById("randPicture");
    img.src = pic;
}
