﻿function loadPrank() {
    var hands = document.createElement('div');
    hands.innerHTML = '<img src="images/SeniorPics/hands.png" />';
    hands.setAttribute('style', 'position:absolute; top:300px; left:0px; width: 100%; text-align: center;');
    var container = document.getElementById("overlay");
    container.appendChild(hands);

    document.getElementById("banner").setAttribute("src", "images/SeniorPics/2010Logo.png");
}