function There(there) { var handback = new Object() ; if(there == 'BGB_1600_d') { handback[0] = 'http://dejure.org/gesetze/BGB/1600d.html' ; handback[1] = 'BGB § 1600d'; } ; return handback ; } ; function CiteThis(todo,there) { if(todo == '1') { var link = There(there) ; with(document) { open(); write(''); close(); } ; } ; if(todo == '2') { with(document) { open(); write(''); close(); } ; } ; if(todo == '4') { with(document) { open(); write(''); close(); } ; } ; if(todo == 'e1') { with(document) { open(); write('
Vaterschaft anfechten

'); close(); } ; } ; if(todo == 'e2') { with(document) { open(); write('
Vaterschaft anerkennen

'); close(); } ; } ; if(todo == 'e4') { with(document) { open(); write(''); close(); } ; } ; } ;