var thePG;
thePG=Math.floor(Math.random()*0x7FFFF);
function PrintBanner(Type){
  var Path=PrintBanner.arguments[1];
  var Magic,Reference;
  if (!Path) Path="";
  rn=Math.floor(Math.random()*0x7FFFF);
  Magic="\<script src='"+Path+"banner.php?magic="+rn+"&Type="+Type+"&Path="+Path+"&PG="+thePG+"'\>\</script\>";
  document.write(Magic);
}
