$(document).ready(function(){

var urlAnchor = self.document.location.hash.substring(1);
$('div#'+urlAnchor).show(0);

});
