var hsh=document.location.hash;

if(hsh!='undefined' && hsh!='#comments')
{
hsh=hsh.slice(1);

var obj=document.getElementById(hsh);

obj.style.width=90+"px";
obj.style.height=90+"px";
obj.style.border="7px red solid";
}
