  var pArray= new Array('Fabian.Abel','asenov','cheniti','dolog','mischa','krause','nejdl','patrick','sintek','ePeyman','kai.tomaschewski','marcherrlich','mail','','henze');
	//call function with 13 for missing mail
  var string2 = "@";
	var endArray=new Array('gmx.de','sim.uni-hannover.de','l3s.de','planetfrank.net','diegeilewg.de','dfki.de','yahoo.com','gmx.net','sascha-toennies.de','');
	//call function with 9 for missig mail
  var namesArray=new Array("Fabian Abel","Zhivko Asenov","Robert Baumgartner","Lilia Cheniti Belcadhi","Ingo Brunkhorst","Peter Dolog","Christian Enzi","Alexander Fomin","Mischa Frank","Daniel Krause","Matthias Kriesell","Wolfgang Neidl","Patrick Siehndel","Michael Sintek","Kashif Mushtaq","Peyman Nasirifard","Kai Tomaschewski","Tobias Buchloh","Marc Herrlich","Sascha Tönnies","Gideon Zenz","Nicola Henze");
  var image="<img src=\"http://www.personal-reader.de/bilder/mail.gif\" width=13px height=10px>" ;
  var m_image=new Array(image,'');
  //call with 1 for no mail
  var imageFA="<a href=\"http://www.fabianabel.de/\"><img src=\"http://www.personal-reader.de/bilder/homepage.gif\"width=\"14px\"height=\"10px\"></a> <a href=\"http://www.fabianabel.de/fabel.jpg\"><img src=\"http://www.personal-reader.de/bilder/picture.gif\"width=\"13px\"height=\"10px\"></a>";
  var imageIB="<a href=\"http://www.l3s.de/~brunkhor/\"><img src=\"http://www.personal-reader.de/bilder/homepage.gif\"width=\"14px\"height=\"10px\"></a>";
  var imagePD="<a href=\"http://www.l3s.de/~dolog/\"><img src=\"http://www.personal-reader.de/bilder/homepage.gif\"width=\"14px\"height=\"10px\"></a>";
  var imageMF="<a href=\"http://www.finf.uni-hannover.de/Vertreter?action=AttachFile&#038;do=get&#038;target=mfrank.jpg\"><img src=\"http://www.personal-reader.de/bilder/picture.gif\"width=\"13px\"height=\"10px\"></a>";
  var imageDK="<a href=\"http://www.daniel-krause.org/\"><img src=\"http://www.personal-reader.de/bilder/homepage.gif\"width=\"14px\"height=\"10px\"></a> <a href=\"http://www.daniel-krause.org/daniel.jpg\"><img src=\"http://www.personal-reader.de/bilder/picture.gif\"width=\"13px\"height=\"10px\"></a>";
  var imageWN="<a href=\"http://www.kbs.uni-hannover.de/~nejdl/\"><img src=\"http://www.personal-reader.de/bilder/homepage.gif\"width=\"14px\"height=\"10px\"></a> <a href=\"http://www.kbs.uni-hannover.de/~nejdl/images/wnejdl.gif\"><img src=\"http://www.personal-reader.de/bilder/picture.gif\"width=\"13px\"height=\"10px\"></a>";
  var imageMS="<a href=\"http://www.michael-sintek.de/\"><img src=\"http://www.personal-reader.de/bilder/homepage.gif\"width=\"14px\"height=\"10px\"></a> <a href=\"http://www.dfki.uni-kl.de/~sintek/pass1m.gif\"><img src=\"http://www.personal-reader.de/bilder/picture.gif\"width=\"13px\"height=\"10px\"></a>";
  var imageTB="<a href=\"http://www.tbuchloh.de/\"><img src=\"http://www.personal-reader.de/bilder/homepage.gif\"width=\"14px\"height=\"10px\"></a>";
  var imageMH="<a href=\"http://www.mherrlich.de/news.php\"><img src=\"http://www.personal-reader.de/bilder/homepage.gif\"width=\"14px\"height=\"10px\"></a>";
  var imageST="<a href=\"http://www.sascha-toennies.de/\"><img src=\"http://www.personal-reader.de/bilder/homepage.gif\"width=\"14px\"height=\"10px\"></a>";
  var imageNH="<a href=\"http://www.kbs.uni-hannover.de/~henze/\"><img src=\"http://www.personal-reader.de/bilder/homepage.gif\"width=\"14px\"height=\"10px\"></a> <a href=\"http://www.kbs.uni-hannover.de/~henze/nicola_henze.jpg\"><img src=\"http://www.personal-reader.de/bilder/picture.gif\"width=\"13px\"height=\"10px\"></a>";
  // call function with 10  for missing images
  var imageArray=new Array(imageFA,imageIB,imagePD,imageMF,imageDK,imageWN,imageMS,imageTB,imageMH,imageST,'',imageNH);


function RiP_It(rName,pName,atSymbol,endName,pict) {
    if (RiP_It.length==1) 
    { result=namesArray[rName];  document.write(result);}
    else {result=pArray[pName]+string2+endArray[endName];    
    document.write(namesArray[rName]+" "+"<a href=mailto:" +result +">" +m_image[atSymbol]+ "</a>"+" "+ imageArray[pict]);}
}
