<!--start stealth
//---------------------------------
//LOGIN SCRIPT CHRISTIAN PALNIK
//C.PALNIK@MARCOM.CO.AT
//---------------------------------
 function Getstats() {

  
  var iName;
  iName = document.iAccInput.iName.value
		 
     if (iName == "spender")
	{ 
         var main=("blutspende01.html");
         this.location.href = main;
	} 
    else
	{
         
	 var location=("text-blutspenden01.html");
         this.location.href = location;
	}
}

//-->
