function animate() {
document.getElementById('spinner').src = '';
document.getElementById('spinner').src = 'images/round2.gif';
}
function animate2() {
document.getElementById('spinner').style.display = 'block';
}
