function myhref(){
    document.getElementById('myAnchor').innerHTML="let it snow! let it snow!";
    document.getElementById('myAnchor').href=location.href;
    document.getElementById('myAnchor').title="Yes, I'm crazy... I love lots of snow";  
    document.getElementById('myAnchor').onclick="location.reload(); startstop('spanstyle'); return false;";
}

