
window.onload=function() {
var hr=document.getElementsByTagName("hr");
for (var i=0;i<hr.length;i++) {
hr.noshadow="noshadow";
}
}
