var base="http://www.pacinlaw.org";

function writeBanner(){
var b="";
b+="<table border=0 cellpadding=5 cellspacing=0 style=\"background:#ffffff;width:468;height:60;border:1px solid #7e7e7e;cursor:default\"><tr><td>";
b+="<table border=0 cellpadding=0 cellspacing=0 style=background:#ffffff;width:458px;height:50px align=center><tr><td>";
b+="<a href="+base+" id=pacmap rel=menu><img src="+base+"/images/misc/ban_04.jpg border=0 width=458 height=50></a></td>";
b+="</table></table>";
document.write(b)
}