function vote(witz_id,voting){
 	 window.open('http://www.joke-factory.de/voting.php?id='+witz_id+'&voting='+voting+'','Bewertung','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=yes,width=250,height=100');
}