function popup_info()
{
     msgWindow=open('','popupWindow','resizable=no,scrollbars=no,status=no,width=400,height=300,screenX=0,screenY=0,top=0,left=0');
     msgWindow.focus();
     msgWindow.location.href = "http://www.massagestudio-sida.de/orchideen.htm";
     if( msgWindow.opener == null )
     {
        msgWindow.opener = self;
     }
}
function count(dummy_name)
{
   if (document.images)
   {
      img = new Image();
      img.src = "http://www.rhein-main-24h.de/" + dummy_name;
   }
}



