// Floater stuff
function doAd(){
  return;
  if((typeof parent!="undefined")&&(typeof parent.FloaterLocation!="undefined")&&(parent.FloaterLocation!=''))
  window.open(parent.FloaterLocation, "floaterpage","toolbar=0,location=0,directories=0,menubar=0,WIDTH=400,height=130,screenX=10,left=10,screenY=10,top=10");
  parent.FloaterLocation="";
}
doAd();
//<!-- EINDEPAGE -->


