if( window.top != window.self )
  window.top.location = window.location

function OpenBanner(){
	
  window.open(
    "/~fireice/image/banner/rorecycle-small.gif",
	"banner_window",
	"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=150, height=50"
  );
	
}//end