











document.write("<div id='joblayer' style='position:fixed; top:20px; left:150px; width:606px; height:522px; background: url(job.gif) no-repeat right bottom; padding: 4px 10px 10px 4px; z-index: 10;'>");
document.write("<a href='javascript:closejob()' class='andererlink'><img src='4trpx.gif' height=522 width=606 border=0></a>");
document.write("</div>");



  function closejob() {
  document.getElementById("joblayer").style.position = "absolute";
  document.getElementById("joblayer").style.left = -1500 + "px";
  }

