function document_onLoad() {

if (document.location.hash != "")

{

    document.location.href = document.location.hash;

}

 }




