3 x 3 Goldauszeichnungen von MiniLiter, Sky und Obsidian

Diverses:Facebook: Unterschied zwischen den Versionen

Aus Stupidedia, der sinnfreien Enzyklopädie!
Wechseln zu: Navigation, Suche
(Fertig)
Zeile 1: Zeile 1:
{{Inuse|1=Martinnitus}}
 
 
<div style="visibility:hidden;">
 
<div style="visibility:hidden;">
<html>
+
<js>
<script type="text/javascript">
+
var te = [];
 
var likes = [];
 
var likes = [];
 
var likecounter = 0;
 
var likecounter = 0;
var wgUserName/*mw.config.get('wgUserName')*/ = "Martinnitus";
+
if(mw.config.get('wgUserName') !== null){var user = mw.config.get('wgUserName'); var userb = true;}else{var user = "User"; var userb = false;}
if(wgUserName/*mw.config.get('wgUserName')*/){var user = wgUserName/*mw.config.get('wgUserName')*/}else{var user = "User";}
+
   schaltjahr = function(){
   function schaltjahr(){
 
 
   if((new Date().getFullYear() % 4 === 0 && new Date().getFullYear() % 100 !== 0) || new Date().getFullYear() % 400 === 0){
 
   if((new Date().getFullYear() % 4 === 0 && new Date().getFullYear() % 100 !== 0) || new Date().getFullYear() % 400 === 0){
 
   return true;
 
   return true;
Zeile 15: Zeile 13:
 
   }
 
   }
  
   function datum(zahl){        //0 bis 28
+
   checktext = function(a){
 +
  if(a==="set"){
 +
  if(userb === false){
 +
  $("#t1").val("Hier den Benutzernamen eingeben.");
 +
  }else{
 +
  $("#t1").val("Hier "+user+" eingeben.");
 +
  }
 +
  }else if(a==="check"){
 +
  if($("#t1").val()==="Hier den Benutzernamen eingeben." || $("#t1").val()==="Hier "+user+" eingeben."){
 +
  return true;
 +
  }else{
 +
  return false;
 +
  }
 +
  }
 +
  }
 +
 
 +
  datum = function(zahl){        //0 bis 28
 
   var d = new Date().getDate(); var m = new Date().getMonth() + 1;
 
   var d = new Date().getDate(); var m = new Date().getMonth() + 1;
 
   var monatsname = new Array("","Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");
 
   var monatsname = new Array("","Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");
Zeile 28: Zeile 42:
 
   }
 
   }
  
   function td(zahl){
+
   td = function(zahl){
 
   if(zahl<10) return "0" + zahl;
 
   if(zahl<10) return "0" + zahl;
 
   else return zahl;
 
   else return zahl;
 
   }
 
   }
  
   function kommentar(profilbild, profilname, kommentar, datum, uhrzeitvon, uhrzeitbis){ //
+
   kommentar = function(profilbild, profilname, kommentar, datum, uhrzeitvon, uhrzeitbis){ //
   return '<tr><th id="comments"><img src="http://www.stupidedia.org/images' + profilbild + '" height="50" width="50" style="float: left; margin: 3px; background: white;">' + profilname + '&nbsp;&nbsp;<span style="font-weight: normal;">' + kommentar + '<br /><span style="color: #888888;">' + datum + ' um ' + td(Math.floor(Math.random()*(uhrzeitbis-uhrzeitvon)+uhrzeitvon)) + ':' + td(Math.floor(Math.random()*60)) + '</span></span></th></tr>';
+
   return '<tr><th id="comments"><img src="http://www.stupidedia.org/images' + profilbild + '" height="50" width="50" style="float: left; margin: 3px; background: white; position: absolute;"><span style="margin-left: 56px;">' + profilname + '</span>&nbsp;&nbsp;<div style="font-weight: normal; margin-left: 56px;">' + kommentar + '<br /><span style="color: #888888;">' + datum + ' um ' + td(Math.floor(Math.random()*(uhrzeitbis-uhrzeitvon)+uhrzeitvon)) + ':' + td(Math.floor(Math.random()*60)) + '</span></span></th></tr>';
 
   }
 
   }
 
+
 
 
   function komdat(datum, uhrzeitvon, uhrzeitbis){
 
   function komdat(datum, uhrzeitvon, uhrzeitbis){
 
   return datum + ' um ' + td(Math.floor(Math.random()*(uhrzeitbis-uhrzeitvon)+uhrzeitvon)) + ':' + td(Math.floor(Math.random()*60));
 
   return datum + ' um ' + td(Math.floor(Math.random()*(uhrzeitbis-uhrzeitvon)+uhrzeitvon)) + ':' + td(Math.floor(Math.random()*60));
 
   }
 
   }
 
+
 
   function like(liker, sing){
+
   like = function(liker, sing){
 
   if(sing===undefined){var en = ' Personen';}else{var en = '';}
 
   if(sing===undefined){var en = ' Personen';}else{var en = '';}
 
   likecounter = likecounter + 1;
 
   likecounter = likecounter + 1;
Zeile 49: Zeile 63:
 
   return '<tr><th id="comments"><div style="padding-bottom: 2px; border-bottom: 1px solid #DDDDDD;"><span id="button' + likecounter + '" onmouseout=$(this).css("text-decoration","none"); onmouseover=$(this).css("text-decoration","Underline"); style="cursor:pointer; color:blue;">Ist mir egal</span></div><div style="margin-top: 2px;"><span id="likebutton' + likecounter + '"><img src="http://www.stupidedia.org/images/d/d0/Anhalter-Daumen.png"> ' + likes["button" + likecounter] + likes["enbutton" + likecounter] + ' ist das egal.</span></div></th></tr>';
 
   return '<tr><th id="comments"><div style="padding-bottom: 2px; border-bottom: 1px solid #DDDDDD;"><span id="button' + likecounter + '" onmouseout=$(this).css("text-decoration","none"); onmouseover=$(this).css("text-decoration","Underline"); style="cursor:pointer; color:blue;">Ist mir egal</span></div><div style="margin-top: 2px;"><span id="likebutton' + likecounter + '"><img src="http://www.stupidedia.org/images/d/d0/Anhalter-Daumen.png"> ' + likes["button" + likecounter] + likes["enbutton" + likecounter] + ' ist das egal.</span></div></th></tr>';
 
   }
 
   }
</script>
+
</js><html>
 
<div id="opacity" style="display: none; z-index: 100; width: 100%; height: 100%; opacity: 0.3; position: fixed; left: 0px; top: 0px; background: #FFFFFF;"></div>
 
<div id="opacity" style="display: none; z-index: 100; width: 100%; height: 100%; opacity: 0.3; position: fixed; left: 0px; top: 0px; background: #FFFFFF;"></div>
<div id="stupilinks" style="position: fixed; z-index: 101; bottom: 5px;">
 
<a href="http://www.stupidedia.org/stupi?title=Stupidedia:Hauptseite&action=edit&redlink=1" title="Stupidedia:Hauptseite" id="stupi">Hauptseite</a>
 
<a href="http://www.stupidedia.org/stupi/Spezial:Letzte_Änderungen" title="Spezial:Letzte Änderungen" id="stupi">Letzte Änderungen</a>
 
<a href="http://www.stupidedia.org/stupi/Spezial:Zufällige_Seite" title="Spezial:Zufällige Seite" id="stupi">Zufällige Seite</a>
 
<a href="http://www.stupidedia.org/stupi?title=Diverses_Diskussion:Facebook&action=edit&redlink=1" title="Diverses Diskussion:Facebook" id="stupi">Diskussionsseite</a>
 
<a href="http://www.stupidedia.org/stupi?title=Diverses:Facebook&action=edit" id="stupi">Quelltext</a>
 
<a href="http://www.stupidedia.org/stupi?title=Diverses:Facebook&action=history" id="stupi">Versionsgeschichte</a>
 
</div>
 
 
<div class="d" style="display:none;">
 
<div class="d" style="display:none;">
  
<div id="dialog" style="display:none;">
+
<div id="dialog1" style="display:none;">
<div id="dheader">Meldung</div><div id="dbottom">
+
<div id="dheader">Frage</div><div id="dbottom">
 
Hast du dir schon die AGB durchgelesen?
 
Hast du dir schon die AGB durchgelesen?
 
<br /><input type=button value="Ja" id="yes" />
 
<br /><input type=button value="Ja" id="yes" />
 
<input type=button value="Nein" id="no" />
 
<input type=button value="Nein" id="no" />
 
</div></div><div id="dialog2" style="display:none;">
 
</div></div><div id="dialog2" style="display:none;">
<div id="dheader">AGB</div><div id="dbottom">
+
<div id="dheader">Mitteilung</div><div id="dbottom">
 
Mal ehrlich: Die liest sich eh keiner durch.<br />Klick also einfach auf weiter.
 
Mal ehrlich: Die liest sich eh keiner durch.<br />Klick also einfach auf weiter.
 
<br /><input type=button value='Weiter' id="agbb" />
 
<br /><input type=button value='Weiter' id="agbb" />
 
</div></div><div id="dialog3" style="display:none;">
 
</div></div><div id="dialog3" style="display:none;">
<div id="dheader">Meldung</div><div id="dbottom">
+
<div id="dheader">Hinweis</div><div id="dbottom">
Du musst schon alle Felder ausfüllen.<br />Oder bist du Anonymus?
+
Du musst schon alle Felder ausfüllen.<br />Oder bist du etwa ein Anonymous-Mitglied?
 
<br /><input type=button value='Gut, mach ich!' id="anoc" />
 
<br /><input type=button value='Gut, mach ich!' id="anoc" />
 
</div></div><div id="dialog4" style="display:none;">
 
</div></div><div id="dialog4" style="display:none;">
Zeile 78: Zeile 84:
 
Welche Augenfarbe soll dein Freund haben?
 
Welche Augenfarbe soll dein Freund haben?
 
<br /><select id="af" style="width:100px;">
 
<br /><select id="af" style="width:100px;">
       <option value="n"></option>
+
       <option id="oa01"></option>
       <option value="bl">Blau</option>
+
       <option id="oa02">Blau</option>
       <option value="r">Rot</option>
+
       <option id="oa03">Rot</option>
       <option value="w">Weiß</option>
+
       <option id="oa04">Weiß</option>
       </select><input type=button value="Abschicken" id="afb" />
+
       </select>&nbsp;<input type=button value="Abschicken" id="afb" />
 
       <span id="ps" style="font-size: 12px;"></span>
 
       <span id="ps" style="font-size: 12px;"></span>
 
</div></div><div id="dialog5" style="display:none;">
 
</div></div><div id="dialog5" style="display:none;">
Zeile 88: Zeile 94:
 
Welches Auto soll er in seinem Besitz haben?
 
Welches Auto soll er in seinem Besitz haben?
 
<br /><select id="gn" style="width:150px;">
 
<br /><select id="gn" style="width:150px;">
       <option value="n">Porsche 911</option>
+
       <option id="ob01"></option>
       </select><input type=button value="Abschicken" id="gnb" />
+
      <option id="ob02">Porsche 911</option>
 +
      <option id="ob03">Fiat Panda</option>
 +
       </select>&nbsp;<input type=button value="Abschicken" id="gnb" />
 +
      <span id="ps3" style="font-size: 12px;"></span>
 
</div></div><div id="dialog6" style="display:none;">
 
</div></div><div id="dialog6" style="display:none;">
 
<div id="dheader">Frage 3</div><div id="dbottom">
 
<div id="dheader">Frage 3</div><div id="dbottom">
 
Was hast du mit deinem Freund vor?
 
Was hast du mit deinem Freund vor?
 
<br /><select id="vh" style="width:240px;">
 
<br /><select id="vh" style="width:240px;">
       <option></option>
+
       <option id="oc01"></option>
       <option>Ich will es krachen lassen</option>
+
       <option id="oc02">Ich will es krachen lassen</option>
       <option>Ich will die Sau rauslassen</option>
+
       <option id="oc03">Ich will die Sau rauslassen</option>
       <option>Ich will richtig Gas geben</option>
+
       <option id="oc04">Ich will richtig Gas geben</option>
       </select><input type=button value="Abschicken" id="gnb" />
+
       </select>&nbsp;<input type=button value="Abschicken" id="vhb" />
<span id="ps2" style="font-size: 12px;"></span>
+
      <span id="ps2" style="font-size: 12px;"></span>
 
</div></div><div id="dialog7" style="display:none;">
 
</div></div><div id="dialog7" style="display:none;">
<div id="dheaderrot">Achtung!</div><div id="dbottom">
+
<div id="dheaderrot">Warnung</div><div id="dbottom">
<img src="http://www.stupidedia.org/images/2/2a/Ausrufezeichen.png" height="80px" style="float: left;">Der Verdacht besteht, dass Sie terroristische Ziele verfolgen! <br />Falls das zutrifft, werden Sie auch verfolgt, allerdings von der Polizei!<br /><input type=button value="O Nein!" id="gnb" />
+
<img src="http://www.stupidedia.org/images/2/2a/Ausrufezeichen.png" height="80px" style="float: left; margin-bottom: 20px;">
 +
<br />Der Verdacht besteht, dass Sie terroristische Ziele verfolgen! Falls das zutrifft, werden Sie selber auch verfolgt!<br /><input type=button value="Mir doch egal!" id="meb" />
 
</div></div><div id="dialog8" style="display:none;">
 
</div></div><div id="dialog8" style="display:none;">
<div id="dheader">Info</div><div id="dbottom">
+
<div id="dheader">Warnung</div><div id="dbottom">
 
Ihr Konto wurde von Kriminellen gehackt!
 
Ihr Konto wurde von Kriminellen gehackt!
<br /><input type=button value="Ich glaub' es hackt!" onclick="window.open('http://www.stupidedia.org/stupi/Gehacktes','_self')"/>
+
<br /><input type=button value="Ich glaub' es hackt!" onclick="window.open('http://www.stupidedia.org/stupi/Gehacktes');" />&nbsp;<input type=button value="Mir doch egal!" id="wayneb" />
 
</div></div><div id="dialog9" style="display:none;">
 
</div></div><div id="dialog9" style="display:none;">
 
<div id="dheader">Mitteilung</div><div id="dbottom">
 
<div id="dheader">Mitteilung</div><div id="dbottom">
 
Facebook ist doch kein Klassenzimmer.
 
Facebook ist doch kein Klassenzimmer.
<br /><input type=button value="Stimmt..." id="rücksetzb" />
+
<br /><input type=button value="Stimmt..." id="ruecksetzb" />
 
</div></div><div id="dialog10" style="display:none;">
 
</div></div><div id="dialog10" style="display:none;">
<div id="dheader">Mitteilung</div><div id="dbottom">
+
<div id="dheader">Erfolgsmeldung</div><div id="dbottom">
 
Dein Anschlag wurde ausgeführt.
 
Dein Anschlag wurde ausgeführt.
 
<br /><input type=button value="Okay!" id="anschlagb" />
 
<br /><input type=button value="Okay!" id="anschlagb" />
 
</div></div><div id="dialog11" style="display:none;">
 
</div></div><div id="dialog11" style="display:none;">
<div id="dheader">Mitteilung</div><div id="dbottom">
+
<div id="dheader">Fehlermeldung</div><div id="dbottom">
 
Zwei verschiedene Passwörter werden nicht geduldet!
 
Zwei verschiedene Passwörter werden nicht geduldet!
 
<br /><span style="font-size: 0.7em;">(damit wir einfacher an deine Daten gelangen)</span>
 
<br /><span style="font-size: 0.7em;">(damit wir einfacher an deine Daten gelangen)</span>
Zeile 125: Zeile 135:
 
<br /><input type=text value="" id="abbuch" maxlength=10 onkeydown="if($(this).val()==='')$('#zahlungb').attr('disabled','disabled');else $('#zahlungb').removeAttr('disabled');" onkeyup="if($(this).val()==='')$('#zahlungb').attr('disabled','disabled');else $('#zahlungb').removeAttr('disabled');" /><input disabled=true type=button value="Bestätigen" id="zahlungb" />
 
<br /><input type=text value="" id="abbuch" maxlength=10 onkeydown="if($(this).val()==='')$('#zahlungb').attr('disabled','disabled');else $('#zahlungb').removeAttr('disabled');" onkeyup="if($(this).val()==='')$('#zahlungb').attr('disabled','disabled');else $('#zahlungb').removeAttr('disabled');" /><input disabled=true type=button value="Bestätigen" id="zahlungb" />
 
</div></div><div id="dialog13" style="display:none;">
 
</div></div><div id="dialog13" style="display:none;">
<div id="dheader">Mitteilung</div><div id="dbottom">
+
<div id="dheader">Fehlermeldung</div><div id="dbottom">
 
Ungültige Kreditkartennummer!
 
Ungültige Kreditkartennummer!
 
<br /><input type=button value="OK" id="okb" />
 
<br /><input type=button value="OK" id="okb" />
 +
</div></div><div id="dialog14" style="display:none;">
 +
<div id="dheader">Ergebnis</div><div id="dbottom">
 +
<span></span>
 +
<br /><input type=button value="OK" id="ausb" />
 +
</div></div><div id="dialog15" style="display:none;">
 +
<div id="dheader">Ergebnis</div><div id="dbottom">
 +
Du hast noch nicht alle Fragen beantwortet.<br />Das zeugt zwar schon von außerordentlicher Faulheit,<br />dennoch sollten alle Antworten angekreuzt werden, um ein genaues Ergebnis zu erhalten.
 +
<br /><input type=button value="OK" id="weiterb" />
 +
</div></div><div id="dialog16" style="display:none;">
 +
<div id="dheader">Links</div><div id="dbottom">
 +
<a href="http://www.stupidedia.org/stupi?title=Stupidedia:Hauptseite&action=edit&redlink=1" title="Stupidedia:Hauptseite" id="stupi">Hauptseite</a>
 +
<a href="http://www.stupidedia.org/stupi/Spezial:Letzte_Änderungen" title="Spezial:Letzte Änderungen" id="stupi">Letzte Änderungen</a>
 +
<a href="http://www.stupidedia.org/stupi/Spezial:Zufällige_Seite" title="Spezial:Zufällige Seite" id="stupi">Zufällige Seite</a>
 +
<p></p>
 +
<a href="http://www.stupidedia.org/stupi?title=Diverses_Diskussion:Facebook&action=edit&redlink=1" title="Diverses Diskussion:Facebook" id="stupi">Diskussionsseite</a>
 +
<a href="http://www.stupidedia.org/stupi?title=Diverses:Facebook&action=edit" id="stupi">Quelltext</a>
 +
<a href="http://www.stupidedia.org/stupi?title=Diverses:Facebook&action=history" id="stupi">Versionsgeschichte</a>
 +
<p></p>
 +
<input type=button value="Schließen" id="linksb" />
 +
</div></div><div id="dialog17" style="display:none;">
 +
<div id="dheader">Ergebnis</div><div id="dbottom">
 +
Keine Ergebnisse!
 +
<br /><input type=button value="Schade!" id="schadeb" />
 +
</div></div><div id="dialog18" style="display:none;">
 +
<div id="dheader">Information</div><div id="dbottom">
 +
Damit wir wissen, ob wir Werbung für hochprozentigen Alkohol schalten dürfen.
 +
<br /><input type=button value="Okay!" id="okayb" />
 
</div></div>
 
</div></div>
  
Zeile 136: Zeile 173:
 
<div id="angemeldet" style="display:none; z-index: 1;">
 
<div id="angemeldet" style="display:none; z-index: 1;">
 
<div id="aheader" style="margin-left: 50px; margin-top: 20px;">
 
<div id="aheader" style="margin-left: 50px; margin-top: 20px;">
<img src="http://www.stupidedia.org/images/0/0f/Nuvola_apps_kuser.png" height="20px" style="position: relative; top: 5px;">&nbsp;<input type=button value="Freunde finden" id="fr">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type=text value="Mach dich auf die Suche!" id="t3" maxlength=20 size=30%><input type=button value="Suchen" id="search" onclick="if($('#t3').val()!=='Mach dich auf die Suche!')window.open('http://www.google.de/#q='+$('#t3').val())">
+
<nobr><img src="http://www.stupidedia.org/images/0/0f/Nuvola_apps_kuser.png" height="20px" style="position: relative; top: 5px;">&nbsp;<input type=button value="Freunde finden" id="fr">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type=text value="Mach dich auf die Suche!" id="t3" maxlength=20 size=30%>&nbsp;<input type=button value="Suche" onclick="if($('#t3').val()!=='Mach dich auf die Suche!')window.open('http://www.google.de/#q='+encodeURIComponent($('#t3').val()));">&nbsp;<input type=button value="Binärsuche" onclick="bot();">
&nbsp;<a title="Spezial:Meine Benutzerseite" href="http://www.stupidedia.org/stupi?title=Spezial:Meine_Benutzerseite&action=edit&redlink=1"><span style="margin-left: 10%; border: 2px solid #000000; padding: 5px; -webkit-border-radius: 3px; -moz-border-radius-: 3px; border-radius: 3px; background: -moz-linear-gradient(top, #FF8F63, #D17351); background: -o-linear-gradient(top, #FF8F63, #D17351); background: -webkit-linear-gradient(top, #FF8F63, #D17351); background: -ms-linear-gradient(top, #FF8F63, #D17351);" id="nutzer"></span></a>
+
&nbsp;<span id="nutzer" title="Spezial:Meine Benutzerseite" onclick="window.open('http://www.stupidedia.org/stupi?title=Spezial:Meine Benutzerseite&action=edit&redlink=1');"></span>
 +
&nbsp;<span style="cursor: pointer;" id="nutzer" onclick="$('#a2,#a3,#a4,#a5').css('font-weight','normal');$('#a1').css('font-weight','bold');$('#auff').html('Noch nicht <a href=http://www.stupidedia.org/stupi?title=Betrunken&action=edit&redlink=1 title=Betrunken>blau</a> genug? Dann melde dich jetzt an!');$('#linef,#linez').hide();$('#line').show();select('od01',31);select('oe01',12);select('of01',71);select('og01',3);$('#angemeldet,#werbung').hide();$('#anmelden').show();$('#register').val('Registrieren');$('#name1').val('');$('#name2').val('');$('#koor').val('');$('#pa1,#pa2').val('');$('#t1,#t2').css('color','#BBBBBB');$('#t2').val('Hier das Passwort eingeben.');checktext('set');te[0]=false;te[1]=false;">Abmelden</span>
 +
&nbsp;<span id="links">Stupide Links</span></nobr>
 
</div>
 
</div>
 
+
<div id="leiste" style="float: left;">
<div id="leiste">
+
<img src="http://www.stupidedia.org/images/8/8f/Facebook_Icon.png" width="25px">&nbsp;<span id="a1" style="font-weight: bold;">Willkommen</span>
<img src="Facebook Icon.png" height="25px">&nbsp;<span id="a1" style="font-weight: bold;">Willkommen</span>
+
<br /><img src="http://www.stupidedia.org/images/4/4b/Brief.png" width="25px">&nbsp;<span id="a2">Nachrichten&nbsp;<span id="nachr">14</span></span>
<br /><img src="http://www.stupidedia.org/images/4/4b/Brief.png" width="25px">&nbsp;<span id="a2">Nachrichten&nbsp;<span id="nachr">18</span></span>
+
<br /><img src="http://www.stupidedia.org/images/0/0f/Kreuz.png" width="25px">&nbsp;<span id="a3">Spiele</span>
<br /><img src="http://www.stupidedia.org/images/0/0f/Kreuz.png" height="25px">&nbsp;<span id="a3">Spiele</span>
+
<br /><img src="http://www.stupidedia.org/images/8/8d/Erhobene_Faust.svg" width="25px">&nbsp;<span id="a4">Schläge</span>
<br /><img src="http://www.stupidedia.org/images/8/8d/Erhobene_Faust.svg" height="25px">&nbsp;<span id="a4">Schläge</span>
 
 
<br /><img src="http://www.stupidedia.org/images/0/01/BA.png" width="25px">&nbsp;<span id="a5">Empfohlene Seiten</span>
 
<br /><img src="http://www.stupidedia.org/images/0/01/BA.png" width="25px">&nbsp;<span id="a5">Empfohlene Seiten</span>
 
</div>
 
</div>
 
<div id="la1" style="display:none;">
 
<div id="la1" style="display:none;">
 
<table id="schlagzeilen" style="width: 100%;">
 
<table id="schlagzeilen" style="width: 100%;">
<tr><th><span id="schlagzeilens"><img src="Facebook Icon.png" height="32px">&nbsp;Willkommen&nbsp;<img src="Facebook Icon.png" height="32px"></span></th></tr>
+
<tr><th><span id="schlagzeilens"><img src="http://www.stupidedia.org/images/8/8f/Facebook_Icon.png" height="32px">&nbsp;Willkommen&nbsp;<img src="http://www.stupidedia.org/images/8/8f/Facebook_Icon.png" height="32px"></span></th></tr>
 +
</table>
 +
 
 +
<div id="begruessungskasten">
 +
<fieldset class="faq" id="frage" style="font-family: Calibri;"><legend>FAQ</legend>
 +
<table style="width: 100%;">
 +
<tr><th>
 +
<li><b>F:</b> Wie viele Personen haben Zugang zu meinen Daten?</li>
 +
<li><b>A:</b> Sieh alles positiv! Bedenke, dass auf der gesamten Erde wesentlich mehr Personen keinen Zugang zu deinen Daten haben!</li>
 +
</th><th>
 +
<li><b>F:</b> Kann ich meine Daten löschen?</li>
 +
<li><b>A:</b> Ein Feuer kannst du auch löschen, trotzdem wird es <a href="http://www.stupidedia.org/stupi?title=Schnee&action=edit&redlink=1" title="Schneewanderer">Spuren hinterlassen</a>. Genauso verhält es sich mit deinen Daten.</li>
 +
</th></tr>
 +
<tr><th>
 +
<li><b>F:</b> Habt ihr Angst davor, dass Twitter irgendwann erfolgreicher wird als ihr?</li>
 +
<li><b>A:</b> Spätestens, nachdem wir die 2-Milliarden-Nutzer-Grenze geknackt haben, wird Twitter keinen Piep mehr von sich geben.</li>
 +
</th><th>
 +
<li><b>F:</b> Wieso arbeitet ihr mit der NSA zusammen? Muss ich deshalb Angst um meine Daten haben?</li>
 +
<li><b>A:</b> Deine Daten werden zwar an die NSA weitergegeben, doch die Vorteile, die für dich daraus resultieren, stellen die Nachteile in den Schatten. Postest du beispielsweise an deine Pinnwand, dass du im Leben zu kurz gekommen bist, wird es keine 20 Minuten dauern, bis dir ein Handelsvertreter eine Penispumpe zum Verkauf anbietet.</li>
 +
</th></tr>
 
</table>
 
</table>
<br />Facebook ist eine frei zugängliche Plattform, die für 100%ige Sicherheit garantiert.
+
</fieldset>
<br />FAQ:
+
<fieldset id="frage" style="font-family: Calibri;"><legend>Übersicht</legend>
<br />F: Wie viele Personen haben Zugang zu meinen Daten?
+
<li><b><img src="http://www.stupidedia.org/images/8/8f/Facebook_Icon.png" height="15px"> Willkommen:</b> Eine informative Willkommens-Seite, die dich <span style="font-size: 0.8em;">(und deine Daten)</span> freundlich <a href="http://www.stupidedia.org/stupi?title=Router&action=edit&redlink=1" title="Router">in Empfang nimmt</a>.</li>
<br />A: Sieh alles positiv! Denk nicht daran, wie viele über deine Daten Bescheid wissen, sondern daran, wie viele nicht darüber Bescheid wissen! Das sind um einiges mehr!
+
<li><b><img src="http://www.stupidedia.org/images/4/4b/Brief.png" width="15px"> Nachrichten:</b> Alle Nachrichten von <s>Personen, die du nicht im Geringsten kennst</s> Leuten, mit denen du in Kontakt stehst.</li>
 +
<li><b><img src="http://www.stupidedia.org/images/0/0f/Kreuz.png" height="15px"> Spiele:</b> Eine Ansammlung unterhaltsamer Spiele für zwischendurch (oder für danach).</li>
 +
<li><b><img src="http://www.stupidedia.org/images/8/8d/Erhobene_Faust.svg" height="15px"> Schläge:</b> Die aktuellen Schlagzeilen (Liste der Leute, die dich zusammengeschlagen haben).</li>
 +
<li><b><img src="http://www.stupidedia.org/images/0/01/BA.png" width="15px"> Empfohlene Seiten:</b> Eine Vielzahl von Seiten, die <s>Personen, die du nicht im Geringsten kennst</s> deine Freunde besucht haben.</li>
 +
</fieldset>
 +
<fieldset id="frage" style="font-family: Calibri;"><legend>Personen, die du eventuell einmal im Leben von Weitem gesehen hast</legend>
 +
<table>
 +
<tr>
 +
<th><div id="empfr"><img src="http://www.stupidedia.org/images/thumb/b/b9/Profilbild45.png/180px-Profilbild45.png"><br />Hummer Hater</div></th>
 +
<th><div id="empfr"><img src="http://www.stupidedia.org/images/thumb/7/79/Profilbild37.png/180px-Profilbild37.png"><br />Olli Pop</th>
 +
<th><div id="empfr"><img src="http://www.stupidedia.org/images/thumb/4/40/Profilbild3.png/180px-Profilbild3.png"><br />Tom Ate</th>
 +
<th><div id="empfr"><img src="http://www.stupidedia.org/images/thumb/e/ef/Profilbild11.png/180px-Profilbild11.png"><br />Martin Tenfisch</th>
 +
<th><div id="empfr"><img src="http://www.stupidedia.org/images/thumb/9/99/Profilbild8.png/180px-Profilbild8.png"><br />Kommissar Netorte</th>
 +
</tr>
 +
</table>
 +
</fieldset>
 +
</div>
 +
 
 
</div>
 
</div>
 
<div id="la2" style="display:none;">
 
<div id="la2" style="display:none;">
Zeile 161: Zeile 235:
 
</table>
 
</table>
 
<table style="width: 100%;">
 
<table style="width: 100%;">
<script type="text/javascript">
+
</html><js>
 +
document.write(kommentar("/thumb/4/4a/Profilbild40.png/120px-Profilbild40.png", "Inge Hörlos", "Mensch, " + user + ", wie geht's dir? Von dir hab' ich ja schon seit Ewigkeiten nichts mehr gehört!", datum(3), 14, 15))
 
document.write(kommentar("/thumb/4/42/Profilbild35.png/120px-Profilbild35.png", "Jesus Christus", "Mein Kreuz tut unheimlich weh! Hast du irgendwelche Hausmittel gegen Kreuzschmerzen?", datum(3), 16, 17))
 
document.write(kommentar("/thumb/4/42/Profilbild35.png/120px-Profilbild35.png", "Jesus Christus", "Mein Kreuz tut unheimlich weh! Hast du irgendwelche Hausmittel gegen Kreuzschmerzen?", datum(3), 16, 17))
document.write(kommentar("", "Person 1", "Eigentlich ist Muttersöhnchen doch keine Beleidigung, oder? Schließlich hat jeder eine Mutter (oder wurdest du etwa nicht von deiner Mutter geboren?)", datum(3), 17, 19))
+
document.write(kommentar("/thumb/e/ed/Profilbild41.png/120px-Profilbild41.png", "Gerd Beere", "Eigentlich ist Muttersöhnchen doch keine Beleidigung, oder? Schließlich hat jeder eine Mutter (oder wurdest du etwa nicht von deiner Mutter geboren?)", datum(3), 17, 19))
document.write(kommentar("", "Person 1", "Hey, " + user + ", <a href='http://www.stupidedia.org/stupi?title=Ruine&action=edit&redlink=1' title='Ruine'>altes Haus</a>, ich sitze momentan an einer chinesischen Tastatur. Kannst du mir aus diesem Anlass bitte ein R schicken?", datum(3), 22, 23))
+
document.write(kommentar("/thumb/5/50/Profilbild20.png/120px-Profilbild20.png", "Jan-Schmidt Wanda", "Schönen Tag, " + user + ", ich sitze momentan an einer chinesischen Tastatur. Kannst du mir aus diesem Anlass bitte ein R schicken?", datum(3), 22, 23))
document.write(kommentar("", "Person 2", "Digger, wieso warst du nicht auf der Party gestern? Wir haben die Bude richtig in die Luft gejagt! Genauso wie den Kolibri der Nachbarin! xD", datum(2), 13, 15))
+
document.write(kommentar("/thumb/b/bf/Profilbild42.png/120px-Profilbild42.png", "Alban Ane", "Digger, wieso warst du nicht auf der Party gestern? Wir haben die Bude richtig in die Luft gejagt! Genauso wie den Kolibri der Nachbarin! xD", datum(2), 13, 15))
 
document.write(kommentar("/thumb/f/fb/Profilbild33.png/120px-Profilbild33.png", "Jäger Meister", "Wollen wir uns mal wieder treffen? Das letzte Treffen in der Kantine war ja echt ein Schuss in den Ofen!", datum(2), 16, 18))
 
document.write(kommentar("/thumb/f/fb/Profilbild33.png/120px-Profilbild33.png", "Jäger Meister", "Wollen wir uns mal wieder treffen? Das letzte Treffen in der Kantine war ja echt ein Schuss in den Ofen!", datum(2), 16, 18))
document.write(kommentar("", "", user + ", ich hab' eine schlechte Nachricht für dich. Dein Cousin hat gestern während dem Zocken ein Leben verloren. Das Spiel hieß <a href='http://www.stupidedia.org/stupi?title=Real_Life&action=edit&redlink=1' title='Real Life'>Real Life</a>.", datum(2), 19, 20))
+
document.write(kommentar("/thumb/b/bb/Profilbild44.png/120px-Profilbild44.png", "Benito Tenbestatter", user + ", ich hab' eine schlechte Nachricht für dich. Dein Cousin hat gestern während des Zockens ein Leben verloren. Das Spiel hieß <a href='http://www.stupidedia.org/stupi?title=Real_Life&action=edit&redlink=1' title='Real Life'>Real Life</a>.", datum(2), 19, 20))
document.write(kommentar("Profilbild33.png", "Jäger Meister", "Hast du eigentlich schon die neue Karre vom Günther gesehen? Echt abgefahren (und damit meine ich nicht die Reifen)!", datum(2), 21, 22))
+
document.write(kommentar("/thumb/1/1d/Profilbild43.png/120px-Profilbild43.png", "Mortimer Cedes", "Hast du eigentlich schon die neue Karre vom Günther gesehen? Echt abgefahren (und damit meine ich nicht die Reifen)!", datum(2), 21, 22))
document.write(kommentar("/thumb/b/b4/Profilbild34.png/120px-Profilbild34.png", "Nico Laus", "Alter, gehen dir diese Kettenbriefe auch so richtig auf den Sack? Falls ja, schick' diese Nachricht bitte an 20 weitere Personen.", datum(1), 8, 10))
+
document.write(kommentar("/thumb/b/b4/Profilbild34.png/120px-Profilbild34.png", "Nico Laus", "Alter, gehen dir diese Kettenbriefe auch so richtig auf den Sack? Falls ja, schick' diese Nachricht bitte an 20 weitere Personen.", datum(1), 8, 11))
document.write(kommentar("Profilbild34.png", "Nico Laus", "Hey <img src='http://www.stupidedia.org/images/c/cd/Smilie.gif'> Wie du ja weißt, war ich vor nicht allzu langer Zeit blind, doch dann hast du mir die Augen geöffnet. Vielen Dank dafür <img src='http://www.stupidedia.org/images/c/cd/Smilie.gif'>", datum(1), 10, 12))
+
document.write(kommentar("/thumb/7/75/Profilbild38.png/120px-Profilbild38.png", "Erkan Nibale", "Jo, " + user + ", was geht? Ich hatte gestern ein Muttermahl und muss sagen, die Alte hatte echt Geschmack!", datum(1), 12, 14))
</script>
+
document.write(kommentar("/thumb/7/75/Profilbild39.png/120px-Profilbild39.png", "Saddam Nesie", "Hey, " + user + ", ich leide seit neuestem unter Gedächtnisschwund. Kannst du mir weiterhelfen?", datum(1), 14, 15))
 +
document.write(kommentar("/thumb/7/75/Profilbild39.png/120px-Profilbild39.png", "Saddam Nesie", "Hey, " + user + ", ich leide seit neuestem unter Gedächtnisschwund. Kannst du mir weiterhelfen?", datum(1), 15, 16))
 +
document.write(kommentar("/thumb/7/75/Profilbild39.png/120px-Profilbild39.png", "Saddam Nesie", "Hey, " + user + ", ich leide seit neuestem unter Gedächtnisschwund. Kannst du mir weiterhelfen?", datum(1), 16, 17))
 +
document.write(kommentar("/thumb/9/9a/Profilbild14.png/120px-Profilbild14.png", "Bully Mie", "Hi, ich muss dir etwas beichten. Gestern ist mir dein Apfel, den du mir ausgeliehen hast, in einen Eimer Essigsäure gefallen. Ich fürchte wohl, da musst du in den sauren Apfel beißen.", datum(1), 18, 19))
 +
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 178: Zeile 257:
 
<tr><th><span id="schlagzeilens"><img src="http://www.stupidedia.org/images/0/0f/Kreuz.png" height="32px">&nbsp;Spiele&nbsp;<img src="http://www.stupidedia.org/images/0/0f/Kreuz.png" height="32px"></span></th></tr>
 
<tr><th><span id="schlagzeilens"><img src="http://www.stupidedia.org/images/0/0f/Kreuz.png" height="32px">&nbsp;Spiele&nbsp;<img src="http://www.stupidedia.org/images/0/0f/Kreuz.png" height="32px"></span></th></tr>
 
</table>
 
</table>
<div class="g" id="game1">Gedulds-Spiel</div><div class="g" id="game2">Frage-Spiel</div><div class="g" id="game3">Vandalismus-Spiel</div><div class="g" id="game4">Das kostenlose Superduper-Spiel</div><div class="g" id="game5" title="Leere Phrase" onclick="window.open('http://www.stupidedia.org/stupi?title=Leere_Phrase&action=edit&redlink=1')">Weitere Spiele folgen bald.</div>
+
<div class="g" id="game1">Gedulds-Spiel</div><div class="g" id="game2">Faulheits-Test</div><div class="g" id="game3">Real Life &mdash; Das Spiel</div><div class="g" id="game4">Das kostenlose Superduper-Spiel</div><div class="g" id="game5" title="Leere Phrase" onclick="window.open('http://www.stupidedia.org/stupi?title=Leere_Phrase&action=edit&redlink=1')">Weitere Spiele folgen bald.</div>
<div id="game1start" style="text-align: center; margin: 60px; display: none;">Bitte warten Sie kurz.<br /><img src="http://www.stupidedia.org/images/4/44/Spinner.gif"></div>
+
<div id="game1start" style="text-align: center; margin: 60px; display: none;">Bitte warte kurz.<br /><img src="http://www.stupidedia.org/images/4/44/Spinner.gif"></div>
<div id="game4start" style="text-align: center; margin: 60px; display: none;">Wollen Sie das kostenlose Superduper-Spiel spielen? Dann klicken Sie jetzt auf Start.<br /><input type=button value="Start" id="zahlung" /></div>
+
<div id="game3start" style="text-align: center; margin: 60px; display: none;">Um Real Life zu starten, musst du dein Technikgerät ausschalten.</div>
 +
<div id="game4start" style="text-align: center; margin: 60px; display: none;">Willst du das kostenlose Superduper-Spiel spielen? Dann klicke jetzt auf Start.<br /><input type=button value="Start" id="zahlung" /></div>
 +
<div id="game2start">
 +
<table style="width: 100%; font-family: Arial; font-size: 1.5em;">
 +
<tr><th><div id="faulheittestheader">Wie faul bist du wirklich?</div></th></tr>
 +
</table>
 +
<fieldset id="frage"><legend>Frage 1</legend>
 +
<span>Du stehst vor der Tür eines Kumpels. Was tust du?</span>
 +
<br /><input type="radio" name="f1" id="f1a" /><div><label for="f1a">Ich klingel an der Tür und vermeide es, <a href="http://www.stupidedia.org/stupi?title=Rammbock&action=edit&redlink=1" title="Rammbock">mit der Tür ins Haus zu fallen</a>.</label></div>
 +
<input type="radio" name="f1" id="f1b" /><div><label for="f1b">Ich rufe ihn an und teile ihm mit, dass er die Tür aufmachen soll.</label></div>
 +
<input type="radio" name="f1" id="f1c" /><div><label for="f1c">Ich warte so lange, bis er die Tür öffnet (gegebenenfalls übernachte ich vor seiner Tür).</label></div>
 +
</fieldset><fieldset id="frage"><legend>Frage 2</legend>
 +
<span>Du siehst ein Kind, wie es gerade im Stadtteich ertrinkt. Wie gehst du vor?</span>
 +
<br /><input type="radio" name="f2" id="f2a" /><div><label for="f2a">Ich schwimme zum Kind hin und ziehe es aus dem Wasser.</label></div>
 +
<input type="radio" name="f2" id="f2b" /><div><label for="f2b">Ich werfe ein paar afrikanische Kinder mit akutem Wassermangel in den Teich, die das Wasser in null Komma nichts ausgetrunken haben.</label></div>
 +
<input type="radio" name="f2" id="f2c" /><div><label for="f2c">Durch die Klimaerwärmung wird der Teich sowieso irgendwann austrocknen, es herrscht also kein Handlungsbedarf.</label></div>
 +
</fieldset><fieldset id="frage"><legend>Frage 3</legend>
 +
<span>Du befindest dich im zehnten Stock eines Hochhauses und  willst auf die Straße gelangen. Was gedenkst du, zu tun?</span>
 +
<br /><input type="radio" name="f3" id="f3a" /><div><label for="f3a">Ich fahre mit dem Aufzug ins Erdgeschoss.</label></div>
 +
<input type="radio" name="f3" id="f3b" /><div><label for="f3b">Ich springe aus dem Fenster und vertraue auf den wohlbekannten Airbag.</label></div>
 +
<input type="radio" name="f3" id="f3c" /><div><label for="f3c">Ich warte so lange, bis ein Erdbeben das Haus einstürzen lässt (auch, wenn ich danach eventuell <a href="http://www.stupidedia.org/stupi?title=Emo&action=edit&redlink=1" title="Emo">am Boden zerstört</a> bin).</label></div>
 +
</fieldset><fieldset id="frage"><legend>Frage 4</legend>
 +
<span>Du fährst in ein öffentliches Fahrradparkhaus und willst zu Fuß weitermarschieren. Was unternimmst du?</span>
 +
<br /><input type="radio" name="f4" id="f4a" /><div><label for="f4a">Ich hole den Fahrradschlüssel aus meiner Tasche und sperre es ab.</label></div>
 +
<input type="radio" name="f4" id="f4b" /><div><label for="f4b">Ich befestige eine kilometerlange Schnur am Radel, die ich problemlos zurückverfolgen kann.</label></div>
 +
<input type="radio" name="f4" id="f4c" /><div><label for="f4c">Ich steche ein Loch in einen Fahrradreifen, sodass einem potenziellen Dieb sehr schnell die Luft ausgeht.</label></div>
 +
</fieldset><fieldset id="frage"><legend>Frage 5</legend>
 +
<span>Du bist auf einem <a href="http://www.stupidedia.org/stupi?title=Oktoberfest&action=edit&redlink=1" title="Oktoberfest">unbekannten Volksfest</a> und erblickst ein kostenloses Buffet. Wie handelst du?</span>
 +
<br /><input type="radio" name="f5" id="f5a" /><div><label for="f5a">Ich renne sofort hin und bediene mich, solange der Vorrat reicht.</label></div>
 +
<input type="radio" name="f5" id="f5b" /><div><label for="f5b">Ich lasse eine Stinkbombe platzen (mit dem Ziel, meinen Nahrungskonkurrenten den Appetit zu verderben).</label></div>
 +
<input type="radio" name="f5" id="f5c" /><div><label for="f5c">Ich hole meine Hausschlange aus meiner Tasche, welche unverzüglich das Essen wittert und es komplett auffrisst. Im <a href="http://www.stupidedia.org/stupi?title=Kabel&action=edit&redlink=1" title="Kabel">Anschluss</a> würge ich sie so lange, <a href="http://www.stupidedia.org/stupi?title=Bulimie&action=edit&redlink=1" title="Bulimie">bis sie das Essen wieder ausspuckt</a>.</label></div>
 +
</fieldset><fieldset id="frage"><legend>Frage 6</legend>
 +
<span>Das Lenkrad deines Autos ist abgebrochen. Wie verfährst du?</span>
 +
<br /><input type="radio" name="f6" id="f6a" /><div><label for="f6a">Ich lasse die Karre reparieren.</label></div>
 +
<input type="radio" name="f6" id="f6b" /><div><label for="f6b">Ich umhülle das Auto mit stoßdämpfendem Material, um Autoschäden zu vermeiden.</label></div>
 +
<input type="radio" name="f6" id="f6c" /><div><label for="f6c">Ich spanne zwei Pferde vor meinen Wagen, lasse sie die Arbeit verrichten und nehme die auf 2 PS abgesunkene Fahrzeugleistung in Kauf. Immerhin muss ich, wenn ich so vorgehe, keine Steuern mehr zahlen.</label></div>
 +
</fieldset>
 +
<div class="frageauswert" id="faulheit">Auswerten</div>
 +
</div>
 +
 
 
</div>
 
</div>
 
<div id="la4" style="display:none;">
 
<div id="la4" style="display:none;">
Zeile 186: Zeile 304:
 
<tr><th><span id="schlagzeilens"><img src="http://www.stupidedia.org/images/8/8d/Erhobene_Faust.svg" height="32px">&nbsp;Schlagzeilen&nbsp;<img src="http://www.stupidedia.org/images/8/8d/Erhobene_Faust.svg" height="32px"></span></th></tr>
 
<tr><th><span id="schlagzeilens"><img src="http://www.stupidedia.org/images/8/8d/Erhobene_Faust.svg" height="32px">&nbsp;Schlagzeilen&nbsp;<img src="http://www.stupidedia.org/images/8/8d/Erhobene_Faust.svg" height="32px"></span></th></tr>
 
</table>
 
</table>
<table style="width: 100%; margin-top: 10px;" rules="rows">
+
<table style="width: 100%; margin-top: 10px; font-family: Calibri;" rules="rows">
 
<tr style="width: 100%;"><th style="width: 10%;"><img src="http://www.stupidedia.org/images/thumb/1/1b/Profilbild1.png/120px-Profilbild1.png" width="100%"></th><th style="width: 75%;">Anna Nass wird dich zusammenschlagen.<br /><input type=button value="Zurückschlagen" id="anschlag"></th><th style="width: 15%;"><nobr><span style="font-size: 12px; color: #BBBBBB;">in 3 Jahren</span></nobr></th></tr>
 
<tr style="width: 100%;"><th style="width: 10%;"><img src="http://www.stupidedia.org/images/thumb/1/1b/Profilbild1.png/120px-Profilbild1.png" width="100%"></th><th style="width: 75%;">Anna Nass wird dich zusammenschlagen.<br /><input type=button value="Zurückschlagen" id="anschlag"></th><th style="width: 15%;"><nobr><span style="font-size: 12px; color: #BBBBBB;">in 3 Jahren</span></nobr></th></tr>
 
<tr style="width: 100%;"><th style="width: 10%;"><img src="http://www.stupidedia.org/images/thumb/5/50/Profilbild20.png/120px-Profilbild20.png" width="100%"></th><th style="width: 75%;">Jan-Schmidt Wanda hat dich zusammengeschlagen.<br />Kommentar: &bdquo;&nbsp;<i style="font-family: Calibri; font-weight: normal;">Auf einen Schlag!</i>&nbsp;&ldquo;<br /><input type=button value="Zurückschlagen" id="anschlag"></th><th style="width: 15%;"><nobr><span style="font-size: 12px; color: #BBBBBB;">vor 3,141592 Minuten</span></nobr></th></tr>
 
<tr style="width: 100%;"><th style="width: 10%;"><img src="http://www.stupidedia.org/images/thumb/5/50/Profilbild20.png/120px-Profilbild20.png" width="100%"></th><th style="width: 75%;">Jan-Schmidt Wanda hat dich zusammengeschlagen.<br />Kommentar: &bdquo;&nbsp;<i style="font-family: Calibri; font-weight: normal;">Auf einen Schlag!</i>&nbsp;&ldquo;<br /><input type=button value="Zurückschlagen" id="anschlag"></th><th style="width: 15%;"><nobr><span style="font-size: 12px; color: #BBBBBB;">vor 3,141592 Minuten</span></nobr></th></tr>
 +
<tr style="width: 100%;"><th style="width: 10%;"><img src="http://www.stupidedia.org/images/thumb/b/b4/Profilbild34.png/120px-Profilbild34.png" width="100%"></th><th style="width: 75%;">Nico Laus hat dich zusammengeschlagen.<br />Kommentar: &bdquo;&nbsp;<i style="font-family: Calibri; font-weight: normal;">Wenn hinter Boxen Boxen boxen, boxen hinter Boxen Boxen.</i>&nbsp;&ldquo;<br /><input type=button value="Zurückschlagen" id="anschlag"></th><th style="width: 15%;"><nobr><span style="font-size: 12px; color: #BBBBBB;">vor 6,12 Minuten</span></nobr></th></tr>
 
<tr style="width: 100%;"><th style="width: 10%;"><img src="http://www.stupidedia.org/images/thumb/f/f7/600px-Hansi_Hinterseer.jpg/120px-600px-Hansi_Hinterseer.jpg" width="100%"></th><th style="width: 75%;">Hansi Hinterseer hat dich zusammengeschlagen.<br />Kommentar: &bdquo;&nbsp;<i style="font-family: Calibri; font-weight: normal;">Der Schlägersänger ist zurück!</i>&nbsp;&ldquo;<br /><input type=button value="Zurückschlagen" id="anschlag"></th><th style="width: 15%;"><nobr><span style="font-size: 12px; color: #BBBBBB;">vor 88 Minuten</span></nobr></th></tr>
 
<tr style="width: 100%;"><th style="width: 10%;"><img src="http://www.stupidedia.org/images/thumb/f/f7/600px-Hansi_Hinterseer.jpg/120px-600px-Hansi_Hinterseer.jpg" width="100%"></th><th style="width: 75%;">Hansi Hinterseer hat dich zusammengeschlagen.<br />Kommentar: &bdquo;&nbsp;<i style="font-family: Calibri; font-weight: normal;">Der Schlägersänger ist zurück!</i>&nbsp;&ldquo;<br /><input type=button value="Zurückschlagen" id="anschlag"></th><th style="width: 15%;"><nobr><span style="font-size: 12px; color: #BBBBBB;">vor 88 Minuten</span></nobr></th></tr>
<tr style="width: 100%;"><th style="width: 10%;"><img src="http://www.stupidedia.org/images/thumb/4/4b/Profilbild25.png/120px-Profilbild25.png" width="100%"></th><th style="width: 75%;">Wur Meier hat dich zusammengeschlagen.<br />Kommentar: &bdquo;&nbsp;<i style="font-family: Calibri; font-weight: normal;">Ich war schon immer sehr schlagkräftig!</i>&nbsp;&ldquo;<br /><input type=button value="Zurückschlagen" id="anschlag"></th><th style="width: 15%;"><nobr><span style="font-size: 12px; color: #BBBBBB;">vor 91 Minuten</span></nobr></th></tr>
+
<tr style="width: 100%;"><th style="width: 10%;"><img src="http://www.stupidedia.org/images/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png" width="100%"></th><th style="width: 75%;">Bat Boy hat dich zusammengeschlagen.<br />Kommentar: &bdquo;&nbsp;<i style="font-family: Calibri; font-weight: normal;">Ich glaub, dich trifft der Schlag!</i>&nbsp;&ldquo;<br /><input type=button value="Zurückschlagen" id="anschlag"></th><th style="width: 15%;"><nobr><span style="font-size: 12px; color: #BBBBBB;">vor 91 Minuten</span></nobr></th></tr>
 +
<tr style="width: 100%;"><th style="width: 10%;"><img src="http://www.stupidedia.org/images/thumb/e/ef/Profilbild22.png/120px-Profilbild22.png" width="100%"></th><th style="width: 75%;">Olli Ven hat dich zusammengeschlagen.<br />Kommentar: &bdquo;&nbsp;<i style="font-family: Calibri; font-weight: normal;">Das haut dich vom Hocker!</i>&nbsp;&ldquo;<br /><input type=button value="Zurückschlagen" id="anschlag"></th><th style="width: 15%;"><nobr><span style="font-size: 12px; color: #BBBBBB;">vor 95 Minuten</span></nobr></th></tr>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 199: Zeile 319:
 
<table id="la5sites" style="width: 100%; height: 98%; bottom: 0px; z-index: 1;">
 
<table id="la5sites" style="width: 100%; height: 98%; bottom: 0px; z-index: 1;">
 
<tr><th id="ke1"><span id="e1"><img id="pic" src="http://www.stupidedia.org/images/thumb/0/01/Lamborghini_Aventador.png/768px-Lamborghini_Aventador.png"><br />Dicke Audos</span></th><th id="ke2"><span id="e2"><img id="pic" src="http://www.stupidedia.org/images/9/92/Geist.svg"><br />Unheimlich doofe Geister</span></th><th id="ke3"><span id="e3"><img id="pic" src="http://www.stupidedia.org/images/thumb/f/fa/Waffe.png/768px-Waffe.png"><br />Mächtige Waffen</span></th><th id="ke4"><span id="e4"><img id="pic" src="http://www.stupidedia.org/images/thumb/9/93/Burger.png/768px-Burger.png"><br />Mc Donald's</span></th></tr>
 
<tr><th id="ke1"><span id="e1"><img id="pic" src="http://www.stupidedia.org/images/thumb/0/01/Lamborghini_Aventador.png/768px-Lamborghini_Aventador.png"><br />Dicke Audos</span></th><th id="ke2"><span id="e2"><img id="pic" src="http://www.stupidedia.org/images/9/92/Geist.svg"><br />Unheimlich doofe Geister</span></th><th id="ke3"><span id="e3"><img id="pic" src="http://www.stupidedia.org/images/thumb/f/fa/Waffe.png/768px-Waffe.png"><br />Mächtige Waffen</span></th><th id="ke4"><span id="e4"><img id="pic" src="http://www.stupidedia.org/images/thumb/9/93/Burger.png/768px-Burger.png"><br />Mc Donald's</span></th></tr>
<tr><th id="ke5"><span id="e5"><img id="pic" src="http://www.stupidedia.org/images/thumb/d/d4/Gluehlampe.png/768px-Gluehlampe.png"><br />Spanne Fakten</span></th><th id="ke6"><span id="e6"><img id="pic" src="http://www.stupidedia.org/images/a/a8/Bockwurst_Ausschnitt.png"><br />Peinliche Photoshop-Fails</span></th><th id="ke7"><span id="e7"><img id="pic" src="http://www.stupidedia.org/images/f/fe/Chuck-Norris.png"><br />Chuck-Norris-Sprüche</span></th><th id="ke8"><span id="e8"><img id="pic" src="http://www.stupidedia.org/images/thumb/a/ae/Barack_Obama.png/768px-Barack_Obama.png"><br />Barack Obama</span></th></tr>
+
<tr><th id="ke5"><span id="e5"><img id="pic" src="http://www.stupidedia.org/images/thumb/d/d4/Gluehlampe.png/768px-Gluehlampe.png"><br />Spannende Fakten</span></th><th id="ke6"><span id="e6"><img id="pic" src="http://www.stupidedia.org/images/a/a8/Bockwurst_Ausschnitt.png"><br />Peinliche Photoshop-Fails</span></th><th id="ke7"><span id="e7"><img id="pic" src="http://www.stupidedia.org/images/b/ba/Schokolade_Profilbild.png"><br />Schokolade</span></th><th id="ke8"><span id="e8"><img id="pic" src="http://www.stupidedia.org/images/thumb/a/ae/Barack_Obama.png/768px-Barack_Obama.png"><br />Barack Obama</span></th></tr>
<tr><th id="ke9"><span id="e9"><img id="pic" src="http://www.stupidedia.org/images/thumb/d/d1/Death_Valley.png/768px-Death_Valley.png"><br />Schöne Landschaften</span></th><th id="ke10"><span id="e10"><img id="pic" src="http://www.stupidedia.org/images/4/4a/Coca_Cola.png"><br />Coca Cola</span></th><th id="ke11"><span id="e11"><img id="pic" src="http://www.stupidedia.org/images/8/86/FC_Bayern_Muenchen.svg"><br />FC Bayern</span></th><th id="ke12"><span id="e12"><img id="pic" src="http://www.stupidedia.org/images/a/af/Extremsport.png"><br />Extremsport</span></th></tr>
+
<tr><th id="ke9"><span id="e9"><img id="pic" src="http://www.stupidedia.org/images/thumb/d/d1/Death_Valley.png/768px-Death_Valley.png"><br />Schöne Landschaften</span></th><th id="ke10"><span id="e10"><img id="pic" src="http://www.stupidedia.org/images/4/4a/Coca_Cola.png"><br />Coca Cola</span></th><th id="ke11"><span id="e11"><img id="pic" src="http://www.stupidedia.org/images/0/0c/Meeresbewohner_Profilbild.png"><br />Meeresbewohner</span></th><th id="ke12"><span id="e12"><img id="pic" src="http://www.stupidedia.org/images/a/af/Extremsport.png"><br />Extremsport</span></th></tr>
 
<tr><th id="ke13"><span id="e13"><img id="pic" src="http://www.stupidedia.org/images/thumb/0/0d/Apple-Laptop.png/600px-Apple-Laptop.png"><br />Moderne Technik</span></th><th id="ke14"><span id="e14"><img id="pic" src="http://www.stupidedia.org/images/9/9d/David_Guetta_Logo.gif"><br />David Guetta</span></th><th id="ke15"><span id="e15"><img id="pic" src="http://www.stupidedia.org/images/3/3b/Tierschutz.png"><br />Tierschutz</span></th><th id="ke16"><span id="e16"><img id="pic" src="http://www.stupidedia.org/images/5/5a/Kommunismus_Profilbild.png"><br />Kommunismus</span></th></tr>
 
<tr><th id="ke13"><span id="e13"><img id="pic" src="http://www.stupidedia.org/images/thumb/0/0d/Apple-Laptop.png/600px-Apple-Laptop.png"><br />Moderne Technik</span></th><th id="ke14"><span id="e14"><img id="pic" src="http://www.stupidedia.org/images/9/9d/David_Guetta_Logo.gif"><br />David Guetta</span></th><th id="ke15"><span id="e15"><img id="pic" src="http://www.stupidedia.org/images/3/3b/Tierschutz.png"><br />Tierschutz</span></th><th id="ke16"><span id="e16"><img id="pic" src="http://www.stupidedia.org/images/5/5a/Kommunismus_Profilbild.png"><br />Kommunismus</span></th></tr>
 
</table>
 
</table>
Zeile 209: Zeile 329:
 
<img id="pb" src="http://www.stupidedia.org/images/thumb/0/01/Lamborghini_Aventador.png/768px-Lamborghini_Aventador.png">
 
<img id="pb" src="http://www.stupidedia.org/images/thumb/0/01/Lamborghini_Aventador.png/768px-Lamborghini_Aventador.png">
 
<table id="se1t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se1t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/01/Lamborghini_Aventador.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Dicke Audos<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(4), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/01/Lamborghini_Aventador.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Dicke Audos<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(4), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Was hält ihr vom neuen Autobuch?<br /><img src="http://www.stupidedia.org/images/6/6d/Autobuch.jpg" height="400"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;">Was hält ihr vom neuen Autobuch?<br /><img src="http://www.stupidedia.org/images/6/6d/Autobuch.jpg" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(66))
 
document.write(like(66))
 
document.write(kommentar('/thumb/e/ef/Profilbild11.png/120px-Profilbild11.png', 'Martin Tenfisch', 'Abstand!', datum(3), 13, 17))
 
document.write(kommentar('/thumb/e/ef/Profilbild11.png/120px-Profilbild11.png', 'Martin Tenfisch', 'Abstand!', datum(3), 13, 17))
Zeile 218: Zeile 338:
 
document.write(kommentar('/thumb/e/e0/Profilbild4.png/120px-Profilbild4.png', 'Victor Pedo', 'das buch ist echt ziemlich geinal! die lustikste stele finde ich woo der typ einen fahren lesst!', datum(1), 18, 19))
 
document.write(kommentar('/thumb/e/e0/Profilbild4.png/120px-Profilbild4.png', 'Victor Pedo', 'das buch ist echt ziemlich geinal! die lustikste stele finde ich woo der typ einen fahren lesst!', datum(1), 18, 19))
 
document.write(kommentar('/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png', 'Mika Do', '@Hans Wurst: Wer bist du denn?', datum(1), 20, 21))
 
document.write(kommentar('/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png', 'Mika Do', '@Hans Wurst: Wer bist du denn?', datum(1), 20, 21))
document.write(kommentar('/thumb/2/2a/Profilbild7.png/120px-Profilbild7.png', 'Hans Wurst', '@Mika: Ich bin der Zwillingsbruder von Conchita Wurst!', datum(1), 22, 23))
+
document.write(kommentar('/thumb/2/2a/Profilbild7.png/120px-Profilbild7.png', 'Hans Wurst', '@Mika: Ich bin der Zwillingsbruder von Conchita Wurst.', datum(1), 22, 23))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/01/Lamborghini_Aventador.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Dicke Audos <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(6), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/01/Lamborghini_Aventador.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Dicke Audos <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(6), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/0/01/Lamborghini_Aventador.png" width="200px"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/0/01/Lamborghini_Aventador.png" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(400))
 
document.write(like(400))
 
document.write(kommentar('/thumb/8/8d/Profilbild9.png/120px-Profilbild9.png', 'Klaus Uhr', 'Fedde Karre! mit der kan man sicher lichgeschwindikeit fahn!', datum(6), 20, 24))
 
document.write(kommentar('/thumb/8/8d/Profilbild9.png/120px-Profilbild9.png', 'Klaus Uhr', 'Fedde Karre! mit der kan man sicher lichgeschwindikeit fahn!', datum(6), 20, 24))
 
document.write(kommentar('/thumb/4/40/Profilbild3.png/120px-Profilbild3.png', 'Tom Ate', '@Klaus: wenn das stimmt, dann kann man doch gar nich damit angebn, weil nimand den wagen sieht! außerdem: lern mal ein bissschen deutch sonst kanst du das abbi streichen!', datum(5), 10, 15))
 
document.write(kommentar('/thumb/4/40/Profilbild3.png/120px-Profilbild3.png', 'Tom Ate', '@Klaus: wenn das stimmt, dann kann man doch gar nich damit angebn, weil nimand den wagen sieht! außerdem: lern mal ein bissschen deutch sonst kanst du das abbi streichen!', datum(5), 10, 15))
 
document.write(kommentar('/thumb/8/8d/Profilbild9.png/120px-Profilbild9.png', 'Klaus Uhr', '@Tom: Ich kann das abi streichen? Redest du etwa vom Abistreich?', datum(5), 15, 20))
 
document.write(kommentar('/thumb/8/8d/Profilbild9.png/120px-Profilbild9.png', 'Klaus Uhr', '@Tom: Ich kann das abi streichen? Redest du etwa vom Abistreich?', datum(5), 15, 20))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/01/Lamborghini_Aventador.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Dicke Audos <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(8), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/01/Lamborghini_Aventador.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Dicke Audos <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(8), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/6/62/Reifenprofil.png" width="200px"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/6/62/Reifenprofil.png" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(999))
 
document.write(like(999))
 
document.write(kommentar('/thumb/4/40/Profilbild3.png/120px-Profilbild3.png', 'Tom Ate', 'Alda, was sin das denn für abgefahrene Reifen?', datum(7), 10, 13))
 
document.write(kommentar('/thumb/4/40/Profilbild3.png/120px-Profilbild3.png', 'Tom Ate', 'Alda, was sin das denn für abgefahrene Reifen?', datum(7), 10, 13))
Zeile 240: Zeile 360:
 
document.write(kommentar('/thumb/e/e0/Profilbild4.png/120px-Profilbild4.png', 'Victor Pedo', 'Cooles Profilbild!', datum(6), 10, 20))
 
document.write(kommentar('/thumb/e/e0/Profilbild4.png/120px-Profilbild4.png', 'Victor Pedo', 'Cooles Profilbild!', datum(6), 10, 20))
 
document.write(kommentar('/thumb/6/61/Profilbild13.png/120px-Profilbild13.png', 'Thomas Bier', 'ich denke, irgendwann werden sichh diese Reifen noch profiliern können! Da wett ich drauf!', datum(3), 14, 20))
 
document.write(kommentar('/thumb/6/61/Profilbild13.png/120px-Profilbild13.png', 'Thomas Bier', 'ich denke, irgendwann werden sichh diese Reifen noch profiliern können! Da wett ich drauf!', datum(3), 14, 20))
</script>
+
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 247: Zeile 367:
 
<img id="pb" src="http://www.stupidedia.org/images/9/92/Geist.svg">
 
<img id="pb" src="http://www.stupidedia.org/images/9/92/Geist.svg">
 
<table id="se2t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se2t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/92/Geist.svg" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Unheimlich doofe Geister <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(7), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/92/Geist.svg" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Unheimlich doofe Geister <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(7), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/9/92/Geist.svg" width="200px"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/9/92/Geist.svg" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(734))
 
document.write(like(734))
 
document.write(kommentar("/thumb/2/2a/Profilbild7.png/120px-Profilbild7.png", "Hans Wurst", "Wenn heimlich so viel wie geheim bedeutet, steht unheimlich dann für öffentlich?", datum(7), 21, 22))
 
document.write(kommentar("/thumb/2/2a/Profilbild7.png/120px-Profilbild7.png", "Hans Wurst", "Wenn heimlich so viel wie geheim bedeutet, steht unheimlich dann für öffentlich?", datum(7), 21, 22))
 
document.write(kommentar("/thumb/e/ef/Profilbild11.png/120px-Profilbild11.png", "Martin Tenfisch", "Soll ich euch was Gruseliges erzählen? Ich hab mal 'ne Leiche tief unter der Erde vergraben! Das bleibt aber unter uns, okay (wie die Leiche selbst)?", datum(5), 12, 15))
 
document.write(kommentar("/thumb/e/ef/Profilbild11.png/120px-Profilbild11.png", "Martin Tenfisch", "Soll ich euch was Gruseliges erzählen? Ich hab mal 'ne Leiche tief unter der Erde vergraben! Das bleibt aber unter uns, okay (wie die Leiche selbst)?", datum(5), 12, 15))
document.write(kommentar("/thumb/5/5a/Profilbild2.png/120px-Profilbild2.png", "Anna Bolika", "Hey, Leuts, könnt ihr mir helfen? :) ich weiß nich, ob ich auf mädchen oder auf jungs steh, wie kann man das rausfinden?", datum(4), 10, 20))
+
document.write(kommentar("/thumb/5/5a/Profilbild2.png/120px-Profilbild2.png", "Anna Bolika", "Hey, Leuts, könnt ihr mir helfen? <img src='http://www.stupidedia.org/images/c/cd/Smilie.gif'> ich weiß nich, ob ich auf mädchen oder auf jungs steh, wie kann man das rausfinden?", datum(4), 10, 20))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "@Anna: Schau nach unten, dann siehst du's.", datum(4), 20, 21))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "@Anna: Schau nach unten, dann siehst du's.", datum(4), 20, 21))
document.write(kommentar("/thumb/5/5a/Profilbild2.png/120px-Profilbild2.png", "Anna Bolika", "@Lustiger Typ: So hab' ich das aber nicht gemeint :(", datum(4), 21, 22))
+
document.write(kommentar("/thumb/5/5a/Profilbild2.png/120px-Profilbild2.png", "Anna Bolika", "@Lustiger Typ: So hab' ich das aber nicht gemeint <img src='http://www.stupidedia.org/images/2/22/Sad.gif'>", datum(4), 21, 22))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/92/Geist.svg" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Unheimlich doofe Geister<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(9), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/92/Geist.svg" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Unheimlich doofe Geister<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(9), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Die Seite wurde kürzlich gehackt! Wer von euch war das!?</th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Die Seite wurde kürzlich gehackt! Wer von euch war das!?</th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(666))
 
document.write(like(666))
 
document.write(kommentar("/thumb/f/f3/Profilbild6.png/120px-Profilbild6.png", "SpongeBob Schwammkopf", "Ich nicht! Ich hab' ein Alibi!", datum(8), 10, 20))
 
document.write(kommentar("/thumb/f/f3/Profilbild6.png/120px-Profilbild6.png", "SpongeBob Schwammkopf", "Ich nicht! Ich hab' ein Alibi!", datum(8), 10, 20))
 
document.write(kommentar("/thumb/9/99/Profilbild8.png/120px-Profilbild8.png", "Kommissar Netorte", "@SpongeBob: Dein Alibi ist löchrig!", datum(7), 10, 13))
 
document.write(kommentar("/thumb/9/99/Profilbild8.png/120px-Profilbild8.png", "Kommissar Netorte", "@SpongeBob: Dein Alibi ist löchrig!", datum(7), 10, 13))
document.write(kommentar("/thumb/f/f3/Profilbild6.png/120px-Profilbild6.png", "SpongeBob Schwammkopf", ">@Kommissar Netorte: Bist du nicht mehr ganz dicht? Ist es überhaupt nicht!", datum(6), 10, 13))
+
document.write(kommentar("/thumb/f/f3/Profilbild6.png/120px-Profilbild6.png", "SpongeBob Schwammkopf", "@Kommissar Netorte: Bist du nicht mehr ganz dicht? Ist es überhaupt nicht!", datum(6), 10, 13))
 
document.write(kommentar("/thumb/9/99/Profilbild8.png/120px-Profilbild8.png", "Kommissar Netorte", "@SpongeBob: Du bist doch hier der, der nicht mehr ganz dicht ist. Ich hab' keine Löcher.", datum(5), 10, 13))
 
document.write(kommentar("/thumb/9/99/Profilbild8.png/120px-Profilbild8.png", "Kommissar Netorte", "@SpongeBob: Du bist doch hier der, der nicht mehr ganz dicht ist. Ich hab' keine Löcher.", datum(5), 10, 13))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d1/Death_Valley.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Unheimlich doofe Geister<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(2), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/92/Geist.svg" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Unheimlich doofe Geister<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(10), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Habt ihr Ängste, und wenn ja, welche?<br /><img style="background:#000000;" width="40%"></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Habt ihr Ängste, und wenn ja, welche?<br /><img style="background:#000000;" width="40%"></th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(13))
 
document.write(like(13))
document.write(kommentar("/thumb/7/77/Profilbild32.png/120px-Profilbild32.png", "Karsten Takel", "Ich hab Angst vor der Dunkelheit und bin blind. Keine gute Kombination.", datum(1), 9, 10))
+
document.write(kommentar("/thumb/7/77/Profilbild32.png/120px-Profilbild32.png", "Karsten Takel", "Ich hab Angst vor der Dunkelheit und bin blind. Keine gute Kombination.", datum(5), 9, 10))
document.write(kommentar("/thumb/7/77/Profilbild32.png/120px-Profilbild32.png", "Unheimlich doofe Geister", "@Karsten: Das hört sich nicht sehr angenehm an.", datum(1), 9, 10))
+
document.write(kommentar("/thumb/9/92/Geist.svg/120px-Geist.svg.png", "Unheimlich doofe Geister", "@Karsten: Das hört sich nicht sehr angenehm an.", datum(5), 11, 12))
document.write(kommentar("/thumb/7/77/Profilbild32.png/120px-Profilbild32.png", "Karsten Takel", "@Unheimlich doofe Geister: Naja, ich seh sowieso schon schwarz für meine Zukunft.", datum(1), 9, 10))
+
document.write(kommentar("/thumb/7/77/Profilbild32.png/120px-Profilbild32.png", "Karsten Takel", "@Unheimlich doofe Geister: Naja, ich seh sowieso schon schwarz für meine Zukunft.", datum(5), 13, 14))
</script>
+
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 284: Zeile 404:
 
<img id="pb" src="http://www.stupidedia.org/images/f/fa/Waffe.png">
 
<img id="pb" src="http://www.stupidedia.org/images/f/fa/Waffe.png">
 
<table id="se3t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se3t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/f/fa/Waffe.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Mächtige Waffen<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(3), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/f/fa/Waffe.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Mächtige Waffen<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(3), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Wie findet ihr die AK-47?</th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Wie findet ihr die AK-47?</th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(47))
 
document.write(like(47))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "Zum Schießen!", datum(3), 21, 23))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "Zum Schießen!", datum(3), 21, 23))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Lustiger Typ: Junge, bist du behindat?", datum(2), 8, 10))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Lustiger Typ: Junge, bist du behindat?", datum(2), 8, 10))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "@Bat Boy: Ja, ich bin Rollstuhlfahrer...", datum(2), 11, 13))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "@Bat Boy: Ja, ich bin Rollstuhlfahrer...", datum(2), 11, 13))
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Lustiger Typ: Aha. Läuft bei dir nicht! Hahahahahahahahaha!", datum(2), 16, 19))
+
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Lustiger Typ: Aha. Läuft bei dir &mdash; nicht! Hahahahahahahahaha!", datum(2), 16, 19))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "@Bat Boy: Solche behindertenfeindlichen Mongos hängen mir zum Hals raus!", datum(2), 20, 22))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "@Bat Boy: Solche behindertenfeindlichen Mongos hängen mir zum Hals raus!", datum(2), 20, 22))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Lustiger Typ: Sie hängen dir zum Hals raus? Etwa wie eine Serviette, die du dir in den Kragen gesteckt hast?", datum(2), 22, 24))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Lustiger Typ: Sie hängen dir zum Hals raus? Etwa wie eine Serviette, die du dir in den Kragen gesteckt hast?", datum(2), 22, 24))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/f/fa/Waffe.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Mächtige Waffen<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(4), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/f/fa/Waffe.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Mächtige Waffen<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(4), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Das hat zwar nicht viel mit Waffen zu tun, aber: Wer von euch ist dafür, dass in Deutschland die Gaskammern wieder eingeführt werden?</th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Das hat zwar nicht viel mit Waffen zu tun, aber: Wer von euch ist dafür, dass in Deutschland die Gaskammern wieder eingeführt werden?</th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(88))
 
document.write(like(88))
 
document.write(kommentar("/thumb/5/5e/Profilbild15.png/120px-Profilbild15.png", "Adolf Hitler", "Ein echt verführrerrischer Vorschlag!", datum(3), 10, 20))
 
document.write(kommentar("/thumb/5/5e/Profilbild15.png/120px-Profilbild15.png", "Adolf Hitler", "Ein echt verführrerrischer Vorschlag!", datum(3), 10, 20))
Zeile 305: Zeile 425:
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "Da muss ich doch gleich an den Song 'Atemlos durch die Nacht' denken!", datum(1), 12, 17))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "Da muss ich doch gleich an den Song 'Atemlos durch die Nacht' denken!", datum(1), 12, 17))
 
document.write(kommentar("/thumb/2/2a/Profilbild7.png/120px-Profilbild7.png", "Hans Wurst", "@Lustiger Typ: Du bist echt ein respektloser Fiesling! Mich würde mal interessieren, ob du auch noch so reden würdest, wenn du damals in ein Konzentrationslager deportiert worden wärst.", datum(1), 18, 21))
 
document.write(kommentar("/thumb/2/2a/Profilbild7.png/120px-Profilbild7.png", "Hans Wurst", "@Lustiger Typ: Du bist echt ein respektloser Fiesling! Mich würde mal interessieren, ob du auch noch so reden würdest, wenn du damals in ein Konzentrationslager deportiert worden wärst.", datum(1), 18, 21))
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "Wäre ich gar nicht, weil ich keine Konzentrationsprobleme hab' <img src='http://www.stupidedia.org/images/8/88/Tongue.gif'>", datum(1), 22, 24))
+
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "Wäre ich gar nicht, weil ich keine Konzentrationsprobleme hab' <img src='http://www.stupidedia.org/images/8/88/Tongue.gif'>", datum(1), 22, 23))
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Nazi Boy", "@Adolf Hutler: Hey, Adi, ich happ mal ne Frage. Ist das Hakenkreuz eigentlich auch ein Anführungszeichen?", datum(2), 16, 19))
+
document.write(kommentar("/thumb/e/ea/Profilbild46.png/120px-Profilbild46.png", "Stolzer Weißer", "@Adolf Hitler: Hey, Adolf, ich happ mal ne Frage: Ist das Hakenkreuz auch ein Anführungszeichen?", datum(1), 23, 24))
</script>
+
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 314: Zeile 434:
 
<img id="pb" src="http://www.stupidedia.org/images/9/93/Burger.png">
 
<img id="pb" src="http://www.stupidedia.org/images/9/93/Burger.png">
 
<table id="se4t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se4t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/93/Burger.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Mc Donald's<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(4), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/93/Burger.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Mc Donald's<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(3), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Der neue Knilchshake von Mc Donald's! Jetzt nur für kurze Zeit!<br /><img src="http://www.stupidedia.org/images/6/61/Milchshake.jpg" height="400"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;">Der neue Knilchshake von Mc Donald's! Jetzt nur für kurze Zeit!<br /><img src="http://www.stupidedia.org/images/6/61/Milchshake.jpg" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(1377))
 
document.write(like(1377))
document.write(kommentar("", "", "Wieso ist der rot? War da etwa ein Frosch im Mixer?", datum(3), 10, 24))
+
document.write(kommentar("/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png", "Mika Do", "Wieso ist der rot? War da etwa ein Frosch im Mixer?", datum(3), 21, 24))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@SpongeBob: Alda, was bist du den führ ein Untermensch? Geh dich vergraben du opfer!", datum(2), 7, 9))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@SpongeBob: Alda, was bist du den führ ein Untermensch? Geh dich vergraben du opfer!", datum(2), 7, 9))
document.write(kommentar("", "", "@Bat Boy: Du hast recht, ich bin tatsächlich gern unter Menschen. Deswegen bereue ich es auch, dass ich bei der Loveparade nicht dabei war!!", datum(2), 12, 15))
+
document.write(kommentar("/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png", "Mika Do", "@Bat Boy: Du hast recht, ich bin tatsächlich gern unter Menschen. Deswegen bereue ich es auch, dass ich bei der Loveparade nicht dabei war!!", datum(2), 12, 15))
document.write(kommentar("", "", "Wer is denn auf die Idee gekommen, dieses weiße Zeug auf den Milchshake zu spritzen?", datum(2), 19, 22))
+
document.write(kommentar("/thumb/7/77/Profilbild32.png/120px-Profilbild32.png", "Karsten Takel", "Wer is denn auf die Idee gekommen, dieses weiße Zeug auf den Milchshake zu spritzen?", datum(2), 19, 22))
document.write(kommentar("", "", "@: ey was bist du bidde für ein perversling? Das is sahne nichts anderes!", datum(2), 22, 24))
+
document.write(kommentar("/thumb/c/c2/Profilbild28.png/120px-Profilbild28.png", "Adrian Uar", "@Karsten: ey was bist du bidde für ein perversling? Das is sahne nichts anderes!", datum(2), 22, 24))
document.write(kommentar("", "", "Ih, wer mag schon so eine Zuckerpampe? MacDonald sollte mal lieber Bucstabensuppe anbieten! Mjam!", datum(1), 18, 20))
+
document.write(kommentar("/thumb/8/8d/Profilbild9.png/120px-Profilbild9.png", "Klaus Uhr", "Ih, wer mag schon so eine Zuckerpampe? MacDonald sollte mal liber Bucstabensuppe anbiten! Mjam!", datum(1), 18, 20))
document.write(kommentar("", "", "Buchstabensuppe mit H, du Analphabet!", datum(1), 21, 22))
+
document.write(kommentar("/thumb/e/ef/Profilbild22.png/120px-Profilbild22.png", "Olli Ven", "Buchstabensuppe mit H, du Analphabet!", datum(1), 21, 22))
document.write(kommentar("", "", "Ach, du bestellst deine Buchstabensuppe mit Haar in der Suppe? Bäh, is ja eklig!", datum(1), 23, 24))
+
document.write(kommentar("/thumb/8/8d/Profilbild9.png/120px-Profilbild9.png", "Klaus Uhr", "ach, du bestelst deine Buchstabensuppe mit Haar in der Suppe? Bäh, is ja ecklig!", datum(1), 23, 24))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/93/Burger.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Mc Donald's<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(6), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/93/Burger.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Mc Donald's<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(6), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Wollten Sie Ihren Big Mac auch schon mal rückwärts verzehren? Ja? Dann holen Sie sich jetzt die neue Sick Bag!<br /><img src="http://www.stupidedia.org/images/7/71/Kotztuete.JPG" height="400"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;">Wollten Sie Ihren Big Mac auch schon mal rückwärts verzehren? Ja? Dann holen Sie sich jetzt die neue Sick Bag!<br /><img src="http://www.stupidedia.org/images/7/71/Kotztuete.JPG" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like('<img src="http://www.stupidedia.org/images/math/d/2/4/d245777abca64ece2d5d7ca0d19fddb6.png" title="&infin;">'))
 
document.write(like('<img src="http://www.stupidedia.org/images/math/d/2/4/d245777abca64ece2d5d7ca0d19fddb6.png" title="&infin;">'))
 
document.write(kommentar("/thumb/9/9a/Profilbild14.png/120px-Profilbild14.png", "Bully Mie", "Hmm, könnte eigentlich recht praktisch sein! Ob ich sie mir kaufe, muss ich mir aber erst durch den Kopf gehen lassen!", datum(4), 10, 16))
 
document.write(kommentar("/thumb/9/9a/Profilbild14.png/120px-Profilbild14.png", "Bully Mie", "Hmm, könnte eigentlich recht praktisch sein! Ob ich sie mir kaufe, muss ich mir aber erst durch den Kopf gehen lassen!", datum(4), 10, 16))
Zeile 338: Zeile 458:
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Bully: Waslos, du schwuchtel? Suchsdu stress? meine rechtsschreibung is die besde! wenn du wills können wir uns mal schlaggen!", datum(3), 17, 20))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Bully: Waslos, du schwuchtel? Suchsdu stress? meine rechtsschreibung is die besde! wenn du wills können wir uns mal schlaggen!", datum(3), 17, 20))
 
document.write(kommentar("/thumb/9/9a/Profilbild14.png/120px-Profilbild14.png", "Bully Mie", "@Bat Boy: Also, kreativ ist deine Rechtschreibung auf jeden Fall, das muss man dir lassen!", datum(3), 21, 22))
 
document.write(kommentar("/thumb/9/9a/Profilbild14.png/120px-Profilbild14.png", "Bully Mie", "@Bat Boy: Also, kreativ ist deine Rechtschreibung auf jeden Fall, das muss man dir lassen!", datum(3), 21, 22))
</script>
+
</js><html>
 
</table>
 
</table>
<table id="se4t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
+
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/93/Burger.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Mc Donald's<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(7), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/93/Burger.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Mc Donald's<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(7), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Wie hat Mc Donald's euer Leben verändert?</th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Wie hat Mc Donald's euer Leben verändert?</th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(-10))
 
document.write(like(-10))
document.write(kommentar("/thumb/8/83/Profilbild31.png/120px-Profilbild31.png", "Rainer Kahlhund", "Ich hab' sehr viel Energie dazugewonnen <small>(in Form von Fett)</small>", datum(6), 10, 20))
+
document.write(kommentar("/thumb/8/83/Profilbild31.png/120px-Profilbild31.png", "Rainer Kahlhund", "Ich hab' sehr viel Energie dazugewonnen!", datum(6), 10, 20))
document.write(kommentar("/thumb/a/a5/Profilbild16.png/120px-Profilbild16.png", "Oma Krele", "@Rainer-Karl: Ich auch! Das brachte mir viele Vorteile ein, z. B. sind meine Brüste größer geworden! Nur leider sind große Brüste und eine hohe Schwerkraft keine gute Kombination, weswegen ich oft über meine Milchcontainer stolpere!", datum(5), 10, 20))
+
document.write(kommentar("/thumb/a/a5/Profilbild16.png/120px-Profilbild16.png", "Oma Krele", "Du sprichst von Lebensenergie, oder?", datum(5), 10, 20))
document.write(kommentar("/thumb/8/83/Profilbild31.png/120px-Profilbild31.png", "Rainer Kahlhund", "@Oma Krele: Dafür hast du den Vorteil, dass du sie einer Milchfirma ausleihen kannst, ohne dabei aus dem Haus gehen zu müssen!", datum(4), 10, 20))
+
document.write(kommentar("/thumb/8/83/Profilbild31.png/120px-Profilbild31.png", "Rainer Kahlhund", "Nein, ich meinte Kalorien. <img src='http://www.stupidedia.org/images/2/22/Sad.gif'>", datum(4), 10, 20))
document.write(kommentar("/thumb/a/a5/Profilbild16.png/120px-Profilbild16.png", "Oma Krele", "@Rainer-Karl: So groß sind sie auch wieder nicht...", datum(3), 10, 20))
+
</js><html>
</script>
 
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 356: Zeile 475:
 
<img id="pb" src="http://www.stupidedia.org/images/d/d4/Gluehlampe.png">
 
<img id="pb" src="http://www.stupidedia.org/images/d/d4/Gluehlampe.png">
 
<table id="se5t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se5t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d1/Death_Valley.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Spannende Fakten<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(2), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d4/Gluehlampe.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Spannende Fakten<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Wusstet ihr, dass kahle Obstbäume sich nicht ohne Weiteres befruchten lassen?<br /><img style="background:#000000;" width="40%"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;">Wusstet ihr, dass sich kahle Obstbäume nicht ohne Weiteres befruchten lassen?</th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like('000000'))
 
document.write(like('000000'))
document.write(kommentar("/thumb/7/77/Profilbild32.png/120px-Profilbild32.png", "Karsten Takel", "Ich hab' vor 5 Jahren einen Apfelbaum gepflanzt und es sind immer noch keine Äpfel zu sehen! So etwas trägt echt keine Früchte!", datum(1), 9, 10))
+
document.write(kommentar("/thumb/7/77/Profilbild32.png/120px-Profilbild32.png", "Karsten Takel", "Ich hab' vor 5 Jahren einen Apfelbaum gepflanzt und es sind immer noch keine Äpfel zu sehen! So etwas trägt echt keine Früchte!", datum(1), 9, 10))
 
document.write(kommentar("/thumb/9/9c/Profilbild30.png/120px-Profilbild30.png", "Daniel Lenbogen", "@Karsten: Was trägt keine Früchte? Der Baum selbst oder die Baumpflege?", datum(1), 10, 11))
 
document.write(kommentar("/thumb/9/9c/Profilbild30.png/120px-Profilbild30.png", "Daniel Lenbogen", "@Karsten: Was trägt keine Früchte? Der Baum selbst oder die Baumpflege?", datum(1), 10, 11))
 
document.write(kommentar("/thumb/7/77/Profilbild32.png/120px-Profilbild32.png", "Karsten Takel", "Beides, würde ich mal behaupten!", datum(1), 11, 12))
 
document.write(kommentar("/thumb/7/77/Profilbild32.png/120px-Profilbild32.png", "Karsten Takel", "Beides, würde ich mal behaupten!", datum(1), 11, 12))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d1/Death_Valley.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Spannende Fakten<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(3), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d4/Gluehlampe.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Spannende Fakten<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(4), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Achtung Gewinnspiel! Wer diese Frage richtig beantwortet, gewinnt Land! Was macht ein Lagerfeuer aus?</th></tr>
 
<script type="text/javascript">//<img src="http://latex.codecogs.com/gif.latex?\sqrt{3}">
 
document.write(like('10<sup>4</sup>'))
 
document.write(kommentar("", "Person 1", "Das ist doch einfach! Viel Wasser!", datum(3), 22, 24))
 
document.write(kommentar("", "Barack Obama", "Da fällt mir eine Geschichte ein: Vor  einigen Jahren hab' ich mir während dem Grillen am Lagerfeuer, als das Fleisch wegen zu hoher Temperatur verkokelt und schwarz wurde, meinen Finger abgebissen.", datum(2), 10, 14))
 
document.write(kommentar("", "Person 1", "@Obama: Das war bestimmt ein schwarzer Tag für dich!", datum(2), 14, 15))
 
document.write(kommentar("", "Person 2", "Der Gewinner gewinnt Land? Heißt das, er muss abhauen?", datum(2), 18, 20))
 
</script>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d1/Death_Valley.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Spannende Fakten<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(4), 10, 20))</script></font></span></th></tr>
 
 
<tr><th style="text-align: left; font-family: Calibri;">Wusstet ihr, dass Zähne, die einen Tag lang in Cola eingelegt werden, sich danach auflösen?</th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Wusstet ihr, dass Zähne, die einen Tag lang in Cola eingelegt werden, sich danach auflösen?</th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like('Jedem Cola-Trinker','jedem Cola-Trinker'))
 
document.write(like('Jedem Cola-Trinker','jedem Cola-Trinker'))
document.write(kommentar("", "Person 1", "Ich hab's doch immer gesagt! Cola löst Probleme in Luft auf!", datum(3), 10, 12))
+
document.write(kommentar("/thumb/4/40/Profilbild3.png/120px-Profilbild3.png", "Tom Ate", "ich happs doch immer gesagt! coola löst prohbleme in luft auf!", datum(3), 10, 12))
document.write(kommentar("", "Person 2", "Zähne sind doch keine Probleme!", datum(3), 12, 14))
+
document.write(kommentar("/thumb/d/d4/Gluehlampe.png/120px-Gluehlampe.png", "Spannende Fakten", "@Tom: Zähne sind doch keine Probleme!", datum(3), 12, 14))
document.write(kommentar("", "Person 1", "Doch! Durch sie bekommt man Krankheiten wie Karies oder Parodontose!", datum(3), 14, 16))
+
document.write(kommentar("/thumb/4/40/Profilbild3.png/120px-Profilbild3.png", "Tom Ate", "Doch! durch sie bekomt man krankheiten wie karies oder parodotose!", datum(3), 14, 16))
</script>
+
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
 
<div id="se6" style="display:none;">
 
<div id="se6" style="display:none;">
<img id="bg" src="http://www.stupidedia.org/images/7/71/Bergpanorama.png"><div id="c">Peinliche Photoshop-Fails</div>
+
<img id="bg" src="http://www.stupidedia.org/images/2/21/Peinliche_Photoshop-Fails_Titelbild.png"><div id="c">Peinliche Photoshop-Fails</div>
<img id="pb" src="Bockwurst Ausschnitt.png">
+
<img id="pb" src="http://www.stupidedia.org/images/a/a8/Bockwurst_Ausschnitt.png">
 
<table id="se6t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se6t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d1/Death_Valley.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Schöne Landschaften<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(2), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/a/a8/Bockwurst_Ausschnitt.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Peinliche Photoshop-Fails<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Der neue Photoshop-Fail der Woche!<br /><img src="http://www.stupidedia.org/images/thumb/1/1a/Elefanta.png/356px-Elefanta.png"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;">Der neue Photoshop-Fail der Woche!<br /><img src="http://www.stupidedia.org/images/thumb/1/1a/Elefanta.png/356px-Elefanta.png" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
document.write(like('<span style="font-size: 1.2em;">&frac12;</span> Person','<span style="font-size: 1.2em;">&frac12;</span> weiteren Person'))
+
document.write(like('<span style="font-size: 1.25em;">½</span> Person','<span style="font-size: 1.25em;">½</span> weiteren Person'))
document.write(kommentar("", "Person 1", "LOL! Voll fake! Elefanten mögn doch gar keine fanta!", datum(1), 12, 16))
+
document.write(kommentar("/thumb/9/91/Profilbild10.png/120px-Profilbild10.png", "Klaas Scheibe", "LOL! Voll fake! Elefanten mögn doch gar keine fanta!", datum(1), 12, 16))
document.write(kommentar("", "Person 2", "Hä? Wie kann der Post einer halben Person egal sein?", datum(1), 16, 20))
+
document.write(kommentar("/thumb/e/ef/Profilbild11.png/120px-Profilbild11.png", "Martin Tenfisch", "Hä? Wie kann der Post einer halben Person egal sein?", datum(1), 16, 18))
document.write(kommentar("", "Person 2", "@Person 1: Vielleicht handelt es sich um eine Halbschwester...", datum(1), 16, 20))
+
document.write(kommentar("/thumb/7/79/Profilbild37.png/120px-Profilbild37.png", "Olli Pop", "@Martin: Vielleicht handelt es sich um eine Halbschwester...", datum(1), 18, 20))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="Bockwurst Ausschnitt.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Peinliche Photoshop-Fails <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(4), 10, 20))</script></script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/a/a8/Bockwurst_Ausschnitt.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Peinliche Photoshop-Fails <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(4), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;"><img src="Bockwurst Ausschnitt.png" width="200px"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/a/a8/Bockwurst_Ausschnitt.png" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(1999))
 
document.write(like(1999))
 
document.write(kommentar("/thumb/4/46/Baumfahrt.jpg/120px-Baumfahrt.jpg", "José Busfahrt", "Wer hat denn dieses Schrottbild gemacht?", datum(3), 10, 13))
 
document.write(kommentar("/thumb/4/46/Baumfahrt.jpg/120px-Baumfahrt.jpg", "José Busfahrt", "Wer hat denn dieses Schrottbild gemacht?", datum(3), 10, 13))
document.write(kommentar("/thumb/b/b2/Profilbild18.png/120px-Profilbild18.png", "Martin Nitus", "@Person 1: Das war ich! Gefällt's dir etwa nicht?", datum(3), 14, 17))
+
document.write(kommentar("/thumb/b/b2/Profilbild18.png/120px-Profilbild18.png", "Martin Nitus", "@José: Das war ich! Gefällt's dir etwa nicht?", datum(3), 14, 17))
document.write(kommentar("/thumb/4/46/Baumfahrt.jpg/120px-Baumfahrt.jpg", "José Busfahrt", "@Martin Nitus: Bei dir piept's wohl?! Natürlich nicht! <img src='http://www.stupidedia.org/images/d/d0/Mad.gif'>", datum(3), 18, 21))
+
document.write(kommentar("/thumb/4/46/Baumfahrt.jpg/120px-Baumfahrt.jpg", "José Busfahrt", "@Martin: Bei dir piept's wohl?! Natürlich nicht! <img src='http://www.stupidedia.org/images/d/d0/Mad.gif'>", datum(3), 18, 21))
document.write(kommentar("/thumb/b/b2/Profilbild18.png/120px-Profilbild18.png", "Martin Nitus", "@Person 1: Pah! Ich pfeif' auf deine Meinung!", datum(3), 22, 24))
+
document.write(kommentar("/thumb/b/b2/Profilbild18.png/120px-Profilbild18.png", "Martin Nitus", "@José: Pah! Ich pfeif' auf deine Meinung!", datum(3), 22, 24))
</script>
+
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
 
<div id="se7" style="display:none;">
 
<div id="se7" style="display:none;">
<img id="bg" src="http://www.stupidedia.org/images/7/71/Bergpanorama.png"><div id="c">Chuck-Norris-Sprüche</div>
+
<img id="bg" src="http://www.stupidedia.org/images/5/5d/Schokolade_Titelbild.png"><div id="c">Schokolade</div>
<img id="pb" src="http://www.stupidedia.org/images/f/fe/Chuck-Norris.png">
+
<img id="pb" src="http://www.stupidedia.org/images/b/ba/Schokolade_Profilbild.png">
 
<table id="se7t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se7t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d1/Death_Valley.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Schöne Landschaften<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(3), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/b/ba/Schokolade_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Schokolade <span style="font-weight:normal;">hat sein Titelbild geändert</span><br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Der neue Photoshop-Fail der Woche!<br /><img src="http://www.stupidedia.org/images/thumb/1/1a/Elefanta.png/356px-Elefanta.png"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/5/5d/Schokolade_Titelbild.png" width="75%"></th></tr>
<script type="text/javascript">
+
</html><js>
document.write(like('-0'))
+
document.write(like(80000000))
document.write(kommentar("", "Person 1", "LOL! Voll fake! Elefanten mögn doch gar keine fanta!", datum(2), 10, 16))
+
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "Beim Anblick des Fotos kriege ich echt Lust, mal wieder irgendjemandem die Rippen zu brechen!", datum(1), 10, 16))
document.write(kommentar("", "Person 2", "Wi kommst du daraauf?", datum(2), 17, 20))
+
document.write(kommentar("/thumb/b/ba/Schwarz.JPG/120px-Schwarz.JPG", "René Ger", "Ha! Das stellt mal wieder unter Beweis, dass wir Schwarzen die Größten sind!", datum(1), 18, 19))
document.write(kommentar("", "Person 1", "LOL! Voll fake! Elefanten mögn doch gar keine fanta!", datum(1), 10, 16))
+
document.write(kommentar("/thumb/e/ea/Profilbild46.png/120px-Profilbild46.png", "Stolzer Weißer", "Na und? Dafür sieht man eindeutig, dass wir Weißen größere Nüsse haben! <img src='http://www.stupidedia.org/images/e/e0/Wink.gif'>", datum(1), 20, 21))
</script>
+
</js><html>
 +
</table>
 +
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 +
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/b/ba/Schokolade_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Schokolade<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(4), 10, 20))</js><html></font></span></th></tr>
 +
<tr><th style="text-align: left; font-family: Calibri;">Gestern sind bei uns die sogenannten „Prallinen“ von Lindt eingetroffen, die einen sehr hohen Alkoholgehalt aufweisen! Unser <s>fachkundiges Auge</s> fachkundiger Mund hat sich den Leckerbissen bereits angenommen.<br /><img src="http://www.stupidedia.org/images/0/09/Runde_Pralinen.png" width="50%"></th></tr>
 +
</html><js>
 +
document.write(like(6090))
 +
document.write(kommentar("/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png", "Mika Do", "Meine Meinung: Die schmecken zwar gut, nur den Produktnamen finde ich nicht so prall.", datum(3), 10, 14))
 +
document.write(kommentar("/thumb/b/bf/Profilbild42.png/120px-Profilbild42.png", "Alban Ane", "Die sind hochprozentig? Cool! Wenn man die isst, geht's sicher rund!", datum(2), 16, 18))
 +
document.write(kommentar("/thumb/8/83/Profilbild31.png/120px-Profilbild31.png", "Rainer Kahlhund", "@Mika: Also ich finde den Namen echt zum Kugeln! xD", datum(2), 18, 20))
 +
</js><html>
 +
</table>
 +
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 +
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/b/ba/Schokolade_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Schokolade<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(5), 10, 20))</js><html></font></span></th></tr>
 +
<tr><th style="text-align: left; font-family: Calibri;">Bei dem Anblick schmilzt man echt dahin! <3<br /><img src="http://www.stupidedia.org/images/c/ca/Melting_Chocolate.png" width="50%"></th></tr>
 +
</html><js>
 +
document.write(like(100))
 +
document.write(kommentar("/thumb/e/ed/Profilbild41.png/120px-Profilbild41.png", "Gerd Beere", "Mir ist aufgefallen, dass geschmolzene Schokolade in letzter Zeit an Biss verloren hat.", datum(4), 10, 13))
 +
document.write(kommentar("/thumb/5/50/Profilbild20.png/120px-Profilbild20.png", "Jan-Schmidt Wanda", "Leider muss man für solche kulinarischen Meisterwerke sehr tief in die Tasche greifen. Aber wenn ich mal wieder flüssiger bin, werde ich mir einen solchen Leckerbissen leisten.", datum(4), 14, 17))
 +
document.write(kommentar("/thumb/7/75/Profilbild38.png/120px-Profilbild38.png", "Erkan Nibale", "Letzter!", datum(3), 10, 11))
 +
document.write(kommentar("/thumb/e/ef/Profilbild22.png/120px-Profilbild22.png", "Olli Ven", "@Erkan: Was erzählst du da für einen Blödsinn? Ich bin letzter!", datum(3), 11, 12))
 +
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 430: Zeile 559:
 
<img id="pb" src="http://www.stupidedia.org/images/a/ae/Barack_Obama.png">
 
<img id="pb" src="http://www.stupidedia.org/images/a/ae/Barack_Obama.png">
 
<table id="se8t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se8t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/a/ae/Barack_Obama.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Barack Obama<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(3), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/a/ae/Barack_Obama.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Barack Obama<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(3), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Was treibt ihr so?</th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Was treibt ihr so?</th></tr>
<script type="text/javascript">
+
</html><js>
document.write(like())
+
document.write(like(69))
 
document.write(kommentar("/thumb/9/99/Profilbild8.png/120px-Profilbild8.png", "Kommissar Netorte", "Ist dein Rechner kaputt oder wieso gebrauchst du solche Anfängermethoden, um uns auszuspionieren?", datum(2), 10, 12))
 
document.write(kommentar("/thumb/9/99/Profilbild8.png/120px-Profilbild8.png", "Kommissar Netorte", "Ist dein Rechner kaputt oder wieso gebrauchst du solche Anfängermethoden, um uns auszuspionieren?", datum(2), 10, 12))
 
document.write(kommentar("/thumb/a/ae/Barack_Obama.png/120px-Barack_Obama.png", "Barack Obama", "@Kommissar Netorte: Du hast es erfasst, mein Rechner ist momentan nicht funktionsfähig.", datum(2), 12, 13))
 
document.write(kommentar("/thumb/a/ae/Barack_Obama.png/120px-Barack_Obama.png", "Barack Obama", "@Kommissar Netorte: Du hast es erfasst, mein Rechner ist momentan nicht funktionsfähig.", datum(2), 12, 13))
 
document.write(kommentar("/thumb/a/a5/Profilbild16.png/120px-Profilbild16.png", "Oma Krele", "Hey, Barack, wollen wir uns treffen? Du scheinst mir jemand zu sein, der genau weiß, was ich will.", datum(2), 15, 17))
 
document.write(kommentar("/thumb/a/a5/Profilbild16.png/120px-Profilbild16.png", "Oma Krele", "Hey, Barack, wollen wir uns treffen? Du scheinst mir jemand zu sein, der genau weiß, was ich will.", datum(2), 15, 17))
 
document.write(kommentar("/thumb/a/ae/Barack_Obama.png/120px-Barack_Obama.png", "Barack Obama", "@Oma Krele: Hi, leider ist meine Frau auch ein NSA-Mitglied, weshalb das leider nicht geht.", datum(2), 17, 18))
 
document.write(kommentar("/thumb/a/ae/Barack_Obama.png/120px-Barack_Obama.png", "Barack Obama", "@Oma Krele: Hi, leider ist meine Frau auch ein NSA-Mitglied, weshalb das leider nicht geht.", datum(2), 17, 18))
document.write(kommentar("/thumb/9/99/Profilbild8.png/120px-Profilbild8.png", "Kommissar Netorte", "Wieso sollte ich etwas treiben? Bin doch kein Treiber!", datum(1), 10, 20))
+
document.write(kommentar("/thumb/b/b4/Profilbild34.png/120px-Profilbild34.png", "Nico Laus", "Wieso sollte ich etwas treiben? Bin doch kein Treiber!", datum(1), 10, 20))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/a/ae/Barack_Obama.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Barack Obama<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(4), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/a/ae/Barack_Obama.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Barack Obama<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(4), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Ich hab mir vorgenommen, zu Fuß die USA zu durchqueren (um fitter zu werden)!</th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;">Ich hab mir vorgenommen, zu Fuß die USA zu durchqueren, um meine Fitness zu verbessern!</th></tr>
<script type="text/javascript">
+
</html><js>
document.write(like())
+
document.write(like(10000))
document.write(kommentar("/thumb/9/99/Profilbild8.png/120px-Profilbild8.png", "Person 1", "Damit gehst du aber zu weit!!", datum(3), 10, 14))
+
document.write(kommentar("/thumb/b/b2/Profilbild18.png/120px-Profilbild18.png", "Martin Nitus", "Damit gehst du aber zu weit!!", datum(3), 10, 14))
document.write(kommentar("/thumb/9/99/Profilbild8.png/120px-Profilbild8.png", "Person 2", "@Person 1: Also, ich finde sein Vorhaben weitgehend in Ordnung, ist schließlich seine Sache.", datum(3), 14, 15))
+
document.write(kommentar("/thumb/2/2a/Profilbild7.png/120px-Profilbild7.png", "Hans Wurst", "@Martin: Also, ich finde sein Vorhaben weitgehend in Ordnung, ist schließlich seine Sache.", datum(3), 14, 15))
document.write(kommentar("/thumb/9/99/Profilbild8.png/120px-Profilbild8.png", "Person 3", "Wieso nicht gleich eine Weltreise? <img src='http://www.stupidedia.org/images/9/91/Img1.gif'>", datum(3), 18, 19))
+
document.write(kommentar("/thumb/e/ef/Profilbild22.png/120px-Profilbild22.png", "Olli Ven", "Wieso nicht gleich eine Weltreise? <img src='http://www.stupidedia.org/images/9/91/Img1.gif'>", datum(3), 18, 19))
document.write(kommentar("/thumb/a/ae/Barack_Obama.png/120px-Barack_Obama.png", "Barack Obama", "@Person 3: Auf Weltreise war ich schon (mit Google Maps)!", datum(3), 19, 20))
+
document.write(kommentar("/thumb/a/ae/Barack_Obama.png/120px-Barack_Obama.png", "Barack Obama", "@Olli: Auf Weltreise war ich schon (mit Google Maps)!", datum(3), 19, 20))
</script>
+
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 457: Zeile 586:
 
<img id="pb" src="http://www.stupidedia.org/images/d/d1/Death_Valley.png">
 
<img id="pb" src="http://www.stupidedia.org/images/d/d1/Death_Valley.png">
 
<table id="se9t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se9t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d1/Death_Valley.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Schöne Landschaften<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(2), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d1/Death_Valley.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Schöne Landschaften<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Ein sehr schöner Schnappschuss!<br /><img src="http://www.stupidedia.org/images/0/02/Grosser_Eisberg.jpg" width="75%"></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Ein sehr schöner Schnappschuss!<br /><img src="http://www.stupidedia.org/images/0/02/Grosser_Eisberg.jpg" width="75%"></th></tr>
<script type="text/javascript">
+
</html><js>
 +
document.write(like('-273,15'))
 
document.write(kommentar("/thumb/1/1b/Profilbild1.png/120px-Profilbild1.png", "Anna Nass", "Dieses Foto eines Eisbergs ist einfach nur herausragend!", datum(1), 8, 11))
 
document.write(kommentar("/thumb/1/1b/Profilbild1.png/120px-Profilbild1.png", "Anna Nass", "Dieses Foto eines Eisbergs ist einfach nur herausragend!", datum(1), 8, 11))
document.write(kommentar("", "Name", "@Anna: Hey, Anna, du siehst voll geil aus! Wollen wir ein Paar sein?", datum(1), 13, 15))
+
document.write(kommentar("/thumb/f/fb/Profilbild33.png/120px-Profilbild33.png", "Jäger Meister", "@Anna: Hey, Anna, du bist voll hübsch! Wollen wir uns mal verabreden?", datum(1), 13, 15))
document.write(kommentar("/thumb/1/1b/Profilbild1.png/120px-Profilbild1.png", "Anna Nass", "@Name: Ich hab zwar schon einen Freund, aber ich kann mir dich ja warm halten! <img src='http://www.stupidedia.org/images/e/e0/Wink.gif'>", datum(1), 15, 16))
+
document.write(kommentar("/thumb/1/1b/Profilbild1.png/120px-Profilbild1.png", "Anna Nass", "@Name: Ich hab zwar schon einen Freund, aber ich kann mir dich ja warm halten! <img src='http://www.stupidedia.org/images/e/e0/Wink.gif'> Ach ja: Mit dem Bild, dass du mir per PM geschickt hast, hast du mich echt gut getroffen!", datum(1), 15, 16))
document.write(kommentar("", "Name", "@Anna: Ähm, wieso willst du mich warm halten? Damit ich besser schmecke!? Bist du etwa eine Kannibalin!??", datum(1), 17, 18))
+
document.write(kommentar("/thumb/f/fb/Profilbild33.png/120px-Profilbild33.png", "Jäger Meister", "@Anna: Ähm, wieso willst du mich warm halten? Damit ich besser schmecke!? Bist du etwa eine Kannibalin!??", datum(1), 17, 18))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d1/Death_Valley.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Schöne Landschaften<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(3), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/d/d1/Death_Valley.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Schöne Landschaften<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(3), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Habt ihr schon mal einen Berg bestiegen?</th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Habt ihr schon mal einen Berg bestiegen?</th></tr>
<script type="text/javascript">
+
</html><js>
 +
document.write(like(8848))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "Was kommen denn da für Kinder raus?", datum(2), 10, 15))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "Was kommen denn da für Kinder raus?", datum(2), 10, 15))
document.write(kommentar("/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png", "Mika Do", "@Lustiger Typ: Alter, nein! Einfach nur nein!", datum(4), 15, 16))
+
document.write(kommentar("/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png", "Mika Do", "@Lustiger Typ: Alter, nein! Einfach nur nein!", datum(2), 15, 16))
 
document.write(kommentar("/thumb/4/49/Profilbild19.png/120px-Profilbild19.png", "Berk Staiger", "Ich bin gerade dabei, auf einen Berg zu klettern.", datum(2), 16, 17))
 
document.write(kommentar("/thumb/4/49/Profilbild19.png/120px-Profilbild19.png", "Berk Staiger", "Ich bin gerade dabei, auf einen Berg zu klettern.", datum(2), 16, 17))
 
document.write(kommentar("/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png", "Mika Do", "@Berk: Bist du sicher?", datum(2), 17, 18))
 
document.write(kommentar("/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png", "Mika Do", "@Berk: Bist du sicher?", datum(2), 17, 18))
Zeile 477: Zeile 608:
 
document.write(kommentar("/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png", "Mika Do", "@Berk: Nein, ich wollte wissen, ob du mit einem Seil gesichert bist.", datum(2), 19, 20))
 
document.write(kommentar("/thumb/d/dc/Profilbild5.png/120px-Profilbild5.png", "Mika Do", "@Berk: Nein, ich wollte wissen, ob du mit einem Seil gesichert bist.", datum(2), 19, 20))
 
document.write(kommentar("/thumb/4/49/Profilbild19.png/120px-Profilbild19.png", "Berk Staiger", "@Mika: Natürlich bin ich gesichert, was glau", datum(2), 20, 21))
 
document.write(kommentar("/thumb/4/49/Profilbild19.png/120px-Profilbild19.png", "Berk Staiger", "@Mika: Natürlich bin ich gesichert, was glau", datum(2), 20, 21))
</script>
+
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 484: Zeile 615:
 
<img id="pb" src="http://www.stupidedia.org/images/4/4a/Coca_Cola.png">
 
<img id="pb" src="http://www.stupidedia.org/images/4/4a/Coca_Cola.png">
 
<table id="se10t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se10t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/4/4a/Coca_Cola.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Coca Cola<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(2), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/4/4a/Coca_Cola.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Coca Cola<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Das neue Brausepulver mit Cola-Geschmack! Jetzt nur für kurze Zeit!<br /><img src="http://www.stupidedia.org/images/3/3f/Fallschirmspringen.jpg" width="200"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;">Das neue Brausepulver mit Colageschmack! Jetzt nur für kurze Zeit!<br /><img src="http://www.stupidedia.org/images/4/45/Brausepulver_mit_Colageschmack.png" width="80%"></th></tr>
<script type="text/javascript">
+
</html><js>
document.write(kommentar("", "Person 1", "Die Idee finde ich jetzt nicht so prickelnd...", datum(1), 8, 12))
+
document.write(like(200))
document.write(kommentar("/thumb/4/4a/Coca_Cola.png/120px-Coca_Cola.png", "Coca Cola", "@Person 1: Was hast du gesagt, du Arschloch?", datum(1), 12, 13))
+
document.write(kommentar("/thumb/9/92/Profilbild21.png/120px-Profilbild21.png", "Harry Metal", "Die Idee finde ich jetzt nicht so prickelnd...", datum(1), 8, 12))
document.write(kommentar("", "Person 1", "@Coca Cola: Wusste gar nicht, dass Coca Cola so aufbrausend ist.", datum(1), 14, 16))
+
document.write(kommentar("/thumb/4/4a/Coca_Cola.png/120px-Coca_Cola.png", "Coca Cola", "@Harry: Was hast du gesagt, du Arschloch?", datum(1), 12, 13))
document.write(kommentar("", "Person 2", "@Person 1: Cola ist eigentlich nur aufbrausend, wenn man Mentos in die Flasche gibt.", datum(1), 16, 17))
+
document.write(kommentar("/thumb/8/83/Profilbild31.png/120px-Profilbild31.png", "Rainer Kahlhund", "@Coca Cola: Wusste gar nicht, dass Coca Cola so aufbrausend ist.", datum(1), 14, 16))
</script>
+
document.write(kommentar("/thumb/7/79/Profilbild37.png/120px-Profilbild37.png", "Olli Pop", "@Rainer: Cola ist eigentlich nur aufbrausend, wenn man Mentos in die Flasche gibt.", datum(1), 16, 17))
 +
</js><html>
 +
</table>
 +
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 +
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/4/4a/Coca_Cola.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Coca Cola<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(3), 10, 20))</js><html></font></span></th></tr>
 +
<tr><th style="text-align: left; font-family: Calibri;">Achtung Gewinnspiel! Wer diese Frage richtig beantwortet, gewinnt einen Cola-Kasten! Was macht ein Lagerfeuer aus?</th></tr>
 +
</html><js>
 +
document.write(like('10<sup>4</sup>'))
 +
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "Das ist doch einfach! Viel Wasser!", datum(3), 22, 24))
 +
document.write(kommentar("/thumb/a/ae/Barack_Obama.png/120px-Barack_Obama.png", "Barack Obama", "Da fällt mir eine Geschichte ein: Vor einigen Jahren hab ich am Lagerfeuer ein Steak zu lange anbraten lassen. Aufgrund der schwarzen Farbe, die es angenommen hat, biss ich mir während des Mahls versehentlich in den Finger.", datum(2), 10, 14))
 +
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "@Obama: Das war bestimmt ein schwarzer Tag für dich!", datum(2), 14, 15))
 +
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Coca Cola: Ach, ihr habt doch eh nichts auf dem Kasten, wieso solltet ihr ihn dann verlosen?", datum(2), 18, 20))
 +
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
 
<div id="se11" style="display:none;">
 
<div id="se11" style="display:none;">
FC Bayern
+
<img id="bg" src="http://www.stupidedia.org/images/b/b4/Meeresbewohner_Titelbild.png"><div id="c">Meeresbewohner</div>
 +
<img id="pb" src="http://www.stupidedia.org/images/0/0c/Meeresbewohner_Profilbild.png">
 +
<table id="se11t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 +
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/0c/Meeresbewohner_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Meeresbewohner <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
 +
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/0/0c/Meeresbewohner_Profilbild.png" width="30%"></th></tr>
 +
</html><js>
 +
document.write(like(6113))
 +
document.write(kommentar("/thumb/9/92/Profilbild21.png/120px-Profilbild21.png", "Harry Metal", "Sieht wohl so aus, als hätte sich der Hummer in Schale geworfen!", datum(1), 10, 14))
 +
document.write(kommentar("/thumb/b/b9/Profilbild45.png/120px-Profilbild45.png", "Hummer Hater", "Scheiß Hummer! Schert euch doch zur Hölle!", datum(1), 14, 18))
 +
document.write(kommentar("/thumb/1/1d/Profilbild43.png/120px-Profilbild43.png", "Mortimer Cedes", "Mjam, da krieg ich gleich wieder Hunger! Wird Zeit, mal wieder ein paar davon zu verspeisen! Hummerfleisch gibt es sowieso in Hülle und Fülle! Vor allem in Hülle!", datum(1), 18, 22))
 +
</js><html>
 +
</table>
 +
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 +
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/0c/Meeresbewohner_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Meeresbewohner<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(3), 10, 20))</js><html></font></span></th></tr>
 +
<tr><th style="text-align: left; font-family: Calibri;">Lecker...<br /><img src="http://www.stupidedia.org/images/8/80/Glubscher.jpg" width="30%"></th></tr>
 +
</html><js>
 +
document.write(like(315))
 +
document.write(kommentar("/thumb/3/3b/Tierschutz.png/120px-Tierschutz.png", "Tierschutz", "O Nein! Die armen Viecher wurden kaltgemacht!", datum(1), 10, 14))
 +
document.write(kommentar("/thumb/4/4b/Profilbild25.png/120px-Profilbild25.png", "Wur Meier", "Stoppt den Verzehr von Fischen! Als Alternative würde ich vorschlagen, nur auf dem Fisch herumzulutschen und ihn wieder auszuspucken, nachdem er sein komplettes Aroma abgegeben hat. Falls diese Idee niemand verwirklichen wird, werde ich mich darum kümmern!", datum(1), 14, 16))
 +
document.write(kommentar("/thumb/c/c6/Profilbild29.png/120px-Profilbild29.png", "Harro Gant", "@Wur Meier: Ich glaube, dein Vorhaben, das du sowieso nicht in die Tat umsetzen wirst, lässt die Fische völlig kalt (vor allem die auf dem Bild).", datum(1), 17, 18))
 +
document.write(kommentar("/thumb/8/8d/Profilbild9.png/120px-Profilbild9.png", "Klaus Uhr", "@Wur Meier: Nee, solche Ideen sind echt ausgelutscht! Außerdem kannst du den Fischen doch nicht ihr Aroma nehmen! Stell dir mal vor, man würde dir dein Deo klauen!", datum(1), 19, 20))
 +
</js><html>
 +
</table>
 
</div>
 
</div>
 
<div id="se12" style="display:none;">
 
<div id="se12" style="display:none;">
Zeile 501: Zeile 666:
 
<img id="pb" src="http://www.stupidedia.org/images/a/af/Extremsport.png">
 
<img id="pb" src="http://www.stupidedia.org/images/a/af/Extremsport.png">
 
<table id="se12t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se12t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/a/af/Extremsport.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Extremsport<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(1), 10, 13))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/a/af/Extremsport.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Extremsport<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(1), 10, 13))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Wart ihr schon mal Fallschirmspringen?<br /><img src="http://www.stupidedia.org/images/3/3f/Fallschirmspringen.jpg" width="200"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;">Wart ihr schon mal Fallschirmspringen?<br /><img src="http://www.stupidedia.org/images/3/3f/Fallschirmspringen.jpg" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
 +
document.write(like(99))
 
document.write(kommentar("/thumb/3/3d/Profilbild27.png/120px-Profilbild27.png", "Chris Tentum", "Ja, war ich! Mich hat während dem fliegn eine biene gestochen! der stich is auch heute noch sichtbar!", datum(1), 14, 16))
 
document.write(kommentar("/thumb/3/3d/Profilbild27.png/120px-Profilbild27.png", "Chris Tentum", "Ja, war ich! Mich hat während dem fliegn eine biene gestochen! der stich is auch heute noch sichtbar!", datum(1), 14, 16))
document.write(kommentar("/thumb/e/e2/Profilbild26.png/120px-Profilbild26.png", "Matthias Falt", "@Person 1: Red doch nich so geschwollen daher!", datum(1), 16, 17))
+
document.write(kommentar("/thumb/e/e2/Profilbild26.png/120px-Profilbild26.png", "Matthias Falt", "@Chris: Red doch nich so geschwollen daher!", datum(1), 16, 17))
 
document.write(kommentar("/thumb/c/c6/Profilbild29.png/120px-Profilbild29.png", "Harro Gant", "Also, ich war noch nie Fallschirmspringen. So tief gefallen bin ich noch nicht.", datum(1), 19, 21))
 
document.write(kommentar("/thumb/c/c6/Profilbild29.png/120px-Profilbild29.png", "Harro Gant", "Also, ich war noch nie Fallschirmspringen. So tief gefallen bin ich noch nicht.", datum(1), 19, 21))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/a/af/Extremsport.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Extremsport<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(2), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/a/af/Extremsport.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Extremsport<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Wie steht ihr zu <a href="http://www.stupidedia.org/stupi?title=Klippensuizidieren&action=edit&redlink=1" title="Klippensuizidieren">Klippenspringen?</th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Wie steht ihr zu <a href="http://www.stupidedia.org/stupi?title=Klippensuizidieren&action=edit&redlink=1" title="Klippensuizidieren">Klippenspringen?</th></tr>
<script type="text/javascript">
+
</html><js>
document.write(kommentar("/thumb/4/4b/Profilbild25.png/120px-Profilbild25.png", "Wur Meier", "War ich noch nie! :(", datum(1), 10, 12))
+
document.write(like(187))
 +
document.write(kommentar("/thumb/4/4b/Profilbild25.png/120px-Profilbild25.png", "Wur Meier", "War ich noch nie! <img src='http://www.stupidedia.org/images/2/22/Sad.gif'>", datum(1), 10, 12))
 
document.write(kommentar("/thumb/e/e2/Profilbild26.png/120px-Profilbild26.png", "Matthias Falt", "@Wur Meier: Ach, sei doch nicht so geknickt!", datum(1), 12, 13))
 
document.write(kommentar("/thumb/e/e2/Profilbild26.png/120px-Profilbild26.png", "Matthias Falt", "@Wur Meier: Ach, sei doch nicht so geknickt!", datum(1), 12, 13))
 
document.write(kommentar("/thumb/b/b2/Profilbild18.png/120px-Profilbild18.png", "Martin Nitus", "@Matthias: Was faselst du da? Nur Strohhalme sind geknickt!", datum(1), 14, 16))
 
document.write(kommentar("/thumb/b/b2/Profilbild18.png/120px-Profilbild18.png", "Martin Nitus", "@Matthias: Was faselst du da? Nur Strohhalme sind geknickt!", datum(1), 14, 16))
 
document.write(kommentar("/thumb/3/3d/Profilbild27.png/120px-Profilbild27.png", "Chris Tentum", "ist Klippenspringen nicht tödlich?!", datum(1), 17, 19))
 
document.write(kommentar("/thumb/3/3d/Profilbild27.png/120px-Profilbild27.png", "Chris Tentum", "ist Klippenspringen nicht tödlich?!", datum(1), 17, 19))
document.write(kommentar("/thumb/d/d1/Death_Valley.png/120px-Death_Valley.png", "Extremsport", "@Chris: Klippenspringen selber ist völlig harmlos, nur der Aufprall ist tödlich.", datum(1), 20, 22))
+
document.write(kommentar("/thumb/a/af/Extremsport.png/120px-Extremsport.png", "Extremsport", "@Chris: Klippenspringen selber ist völlig harmlos, nur der Aufprall ist potenziell tödlich.", datum(1), 20, 22))
</script>
+
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
 
<div id="se13" style="display:none;">
 
<div id="se13" style="display:none;">
<img id="bg" src="http://www.stupidedia.org/images/7/71/Bergpanorama.png"><div id="c">Moderne Technik</div>
+
<img id="bg" src="http://www.stupidedia.org/images/6/62/Moderne_Technik_Titelbild.png"><div id="c">Moderne Technik</div>
 
<img id="pb" src="http://www.stupidedia.org/images/0/0d/Apple-Laptop.png">
 
<img id="pb" src="http://www.stupidedia.org/images/0/0d/Apple-Laptop.png">
 
<table id="se13t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se13t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/0d/Apple-Laptop.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Moderne Technik<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(2), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/0d/Apple-Laptop.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Moderne Technik<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Eure Meinungen über die neueste Microsoft-Tastatur?<br /><img src="http://www.stupidedia.org/images/thumb/3/39/Schiefe_Tastatur.JPG/600px-Schiefe_Tastatur.JPG" width="50%"></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Eure Meinungen über die neueste Microsoft-Tastatur?<br /><img src="http://www.stupidedia.org/images/thumb/3/39/Schiefe_Tastatur.JPG/600px-Schiefe_Tastatur.JPG" width="50%"></th></tr>
<script type="text/javascript">
+
</html><js>
 
document.write(like(1024))
 
document.write(like(1024))
 
document.write(kommentar("/thumb/9/92/Profilbild21.png/120px-Profilbild21.png", "Harry Metal", "Was ist denn bei dieser Tastatur schiefgegangen?", datum(2), 20, 21))
 
document.write(kommentar("/thumb/9/92/Profilbild21.png/120px-Profilbild21.png", "Harry Metal", "Was ist denn bei dieser Tastatur schiefgegangen?", datum(2), 20, 21))
 
document.write(kommentar("/thumb/e/ef/Profilbild22.png/120px-Profilbild22.png", "Olli Ven", "@Harry Metal: Was soll dein Name genau aussagen? Dass du dich zu Magneten hingezogen fühlst?", datum(2), 21, 22))
 
document.write(kommentar("/thumb/e/ef/Profilbild22.png/120px-Profilbild22.png", "Olli Ven", "@Harry Metal: Was soll dein Name genau aussagen? Dass du dich zu Magneten hingezogen fühlst?", datum(2), 21, 22))
document.write(kommentar("/thumb/9/92/Profilbild21.png/120px-Profilbild21.png", "Harry Metal", "@Person 2: Mann, bist du unreif!", datum(2), 22, 23))
+
document.write(kommentar("/thumb/9/92/Profilbild21.png/120px-Profilbild21.png", "Harry Metal", "@Olli Ven: Mann, bist du unreif!", datum(2), 22, 23))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "@Harry: Unreife Oliven schmecken auch!", datum(2), 23, 24))
 
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "@Harry: Unreife Oliven schmecken auch!", datum(2), 23, 24))
 
document.write(kommentar("/thumb/4/46/Baumfahrt.jpg/120px-Baumfahrt.jpg", "José Busfahrt", "Ich, ein Software-Entwickler, empfinde sie als ergonomisch suboptimal!!", datum(1), 10, 14))
 
document.write(kommentar("/thumb/4/46/Baumfahrt.jpg/120px-Baumfahrt.jpg", "José Busfahrt", "Ich, ein Software-Entwickler, empfinde sie als ergonomisch suboptimal!!", datum(1), 10, 14))
Zeile 537: Zeile 704:
 
document.write(kommentar("/thumb/4/46/Baumfahrt.jpg/120px-Baumfahrt.jpg", "José Busfahrt", "Nein, SoftWARE-Entwickler!! <img src='http://www.stupidedia.org/images/d/d0/Mad.gif'>", datum(1), 16, 18))
 
document.write(kommentar("/thumb/4/46/Baumfahrt.jpg/120px-Baumfahrt.jpg", "José Busfahrt", "Nein, SoftWARE-Entwickler!! <img src='http://www.stupidedia.org/images/d/d0/Mad.gif'>", datum(1), 16, 18))
 
document.write(kommentar("/thumb/b/b2/Profilbild18.png/120px-Profilbild18.png", "Martin Nitus", "Sorry, bin schwerlesig. <img src='http://www.stupidedia.org/images/c/cf/S_10.gif'>", datum(1), 18, 20))
 
document.write(kommentar("/thumb/b/b2/Profilbild18.png/120px-Profilbild18.png", "Martin Nitus", "Sorry, bin schwerlesig. <img src='http://www.stupidedia.org/images/c/cf/S_10.gif'>", datum(1), 18, 20))
</script>
+
</js><html>
 
</table>
 
</table>
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/0d/Apple-Laptop.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Moderne Technik<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(3), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/0/0d/Apple-Laptop.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Moderne Technik<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(3), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Beherrscht ihr das Zehnfingersystem?</th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;">Beherrscht ihr das Zehnfingersystem?</th></tr>
<script type="text/javascript">
+
</html><js>
document.write(kommentar("/thumb/e/e2/Profilbild26.png/120px-Profilbild26.png", "Matthias Falt", "Ja, und ich verübe dabei bis zu 400 (Tasten-)Anschläge pro Minute.", datum(1), 10, 11))
+
document.write(like(1337))
document.write(kommentar("/thumb/0/04/National_Security_Agency.svg/120px-National_Security_Agency.svg.png", "NSA", "Sehr geehrter Herr Falt, Ihr Facebook-Konto wurde gesperrt und die Polizei ist schon auf dem Weg zu Ihnen.", datum(1), 11, 12))
+
document.write(kommentar("/thumb/e/e2/Profilbild26.png/120px-Profilbild26.png", "Matthias Falt", "Ja, und ich verübe dabei bis zu 400 (Tasten-)Anschläge pro Minute.", datum(1), 18, 19))
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Matthias: Haha, übelst hart von der NSA gedisst! xD", datum(1), 13, 14))
+
document.write(kommentar("/thumb/0/04/National_Security_Agency.svg/120px-National_Security_Agency.svg.png", "NSA", "Sehr geehrter Herr Falt, Ihr Facebook-Konto wurde gesperrt und die Polizei ist schon auf dem Weg zu Ihnen.", datum(1), 19, 20))
</script>
+
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Matthias: Haha, übelst hart von der NSA gedisst! xD", datum(1), 21, 22))
 +
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
 
<div id="se14" style="display:none;">
 
<div id="se14" style="display:none;">
<img id="bg" src="http://www.stupidedia.org/images/7/71/Bergpanorama.png"><div id="c">David Guetta</div>
+
<img id="bg" src="http://www.stupidedia.org/images/f/f0/David_Guetta_Titelbild.png"><div id="c">David Guetta</div>
 
<img id="pb" src="http://www.stupidedia.org/images/9/9d/David_Guetta_Logo.gif">
 
<img id="pb" src="http://www.stupidedia.org/images/9/9d/David_Guetta_Logo.gif">
 
<table id="se14t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se14t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/9d/David_Guetta_Logo.gif" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">David Guetta<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(2), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/9d/David_Guetta_Logo.gif" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">David Guetta<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Abgehen!<br /><img src="http://www.stupidedia.org/images/3/3e/Guetta_Hands_in_the_Air.jpg" width="500"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;">Abgehen!<br /><img src="http://www.stupidedia.org/images/3/3e/Guetta_Hands_in_the_Air.jpg" width="50%"></th></tr>
<script type="text/javascript">
+
</html><js>
 +
document.write(like(101))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "ROFL, der sieht aus wie ein Komponist! Was'n Opfer! XD", datum(1), 8, 10))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "ROFL, der sieht aus wie ein Komponist! Was'n Opfer! XD", datum(1), 8, 10))
document.write(kommentar("/thumb/a/a5/Profilbild23.png/120px-Profilbild23.png", "Ghetto Braut", "@Person 1: Schnauze, David gibt den Ton im Ghetto an!", datum(1), 10, 11))
+
document.write(kommentar("/thumb/a/a5/Profilbild23.png/120px-Profilbild23.png", "Ghetto Braut", "@Bat Boy: Schnauze, David gibt den Ton im Ghetto an!", datum(1), 10, 11))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Ghetto Braut: Was muckst du hier auf? Willst du etwa eine dicke Lippe riskieren?", datum(1), 11, 12))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Ghetto Braut: Was muckst du hier auf? Willst du etwa eine dicke Lippe riskieren?", datum(1), 11, 12))
document.write(kommentar("/thumb/a/a5/Profilbild23.png/120px-Profilbild23.png", "Ghetto Braut", "@Person 1: Ja, will ich, dann würde ich mir die Kosten für die Lippenvergrößerung sparen!", datum(1), 12, 13))
+
document.write(kommentar("/thumb/a/a5/Profilbild23.png/120px-Profilbild23.png", "Ghetto Braut", "@Bat Boy: Ja, will ich, dann würde ich mir die Kosten für die Lippenvergrößerung sparen!", datum(1), 12, 13))
 
document.write(kommentar("/thumb/e/ee/Profilbild24.png/120px-Profilbild24.png", "Kroos Vater", "Es ist echt erschütternd, wie ihr Jugendlichen miteinander redet.", datum(1), 13, 14))
 
document.write(kommentar("/thumb/e/ee/Profilbild24.png/120px-Profilbild24.png", "Kroos Vater", "Es ist echt erschütternd, wie ihr Jugendlichen miteinander redet.", datum(1), 13, 14))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Kroos: Fresse, Opa! Achterbahnen sind das Einzige, was erschütternd ist!", datum(1), 14, 15))
 
document.write(kommentar("/thumb/a/ae/Profilbild17.png/120px-Profilbild17.png", "Bat Boy", "@Kroos: Fresse, Opa! Achterbahnen sind das Einzige, was erschütternd ist!", datum(1), 14, 15))
</script>
+
</js><html>
 +
</table>
 +
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 +
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/9/9d/David_Guetta_Logo.gif" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">David Guetta<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(4), 10, 20))</js><html></font></span></th></tr>
 +
<tr><th style="text-align: left; font-family: Calibri;">Hey, liebe Musik-Freunde! Ich habe mich letztens dazu durchgerungen, auf Facebook eine Textversion meines neuesten Beats zu veröffentlichen, damit auch Taube ihn genießen können! Also, sperrt die <s>Lauscher</s> Augen auf:
 +
<br />Unz, unz, unz, unz, unz, unz, unz, unz, unz, unz, unz, unz, unz, unz, unz, unz, unz, unz, unz!</th></tr>
 +
</html><js>
 +
document.write(like(21))
 +
document.write(kommentar("/thumb/9/92/Profilbild21.png/120px-Profilbild21.png", "Harry Metal", "Hmmm, der Klang ist etwas unausgewogen und der Bass steht zu stark im Vordergrund.", datum(3), 10, 15))
 +
document.write(kommentar("/thumb/a/a5/Profilbild23.png/120px-Profilbild23.png", "Ghetto Braut", "Geil, endlich keine Beschwerden mehr von den Nachbarn!", datum(3), 16, 21))
 +
document.write(kommentar("/thumb/b/bf/Profilbild42.png/120px-Profilbild42.png", "Alban Ane", "Was gibt es als Nächstes? Bilder zum Vorlesen? xD", datum(2), 7, 9))
 +
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 569: Zeile 749:
 
<img id="pb" src="http://www.stupidedia.org/images/3/3b/Tierschutz.png">
 
<img id="pb" src="http://www.stupidedia.org/images/3/3b/Tierschutz.png">
 
<table id="se15t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se15t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="Tierschutz.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Tierschutz<br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(2), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/3/3b/Tierschutz.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Tierschutz<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;">Mögt ihr Tiere?</th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;">Das ist der gute Wuffi. Er wurde vor Kurzem ausgesetzt aufgefunden, aber es geht ihm inzwischen wieder prächtig. Wie findet ihr ihn?<br /><img src="http://www.stupidedia.org/images/3/35/Wuffi.jpg" width="50%"></th></tr>
<script type="text/javascript">
+
</html><js>
document.write(kommentar("", "Person 1", "ROFL, der sieht aus wie ein Komponist! Was'n Opfer! XD", datum(1), 10, 16))
+
document.write(like(9314))
</script>
+
document.write(kommentar("/thumb/c/c2/Profilbild12.png/120px-Profilbild12.png", "Lustiger Typ", "Also, ich habe nichts an ihm auszusetzen, aber sein ehemeliges Herrchen anscheinend schon. Hahahahahahaha!", datum(1), 10, 12))
 +
document.write(kommentar("/thumb/4/40/Profilbild3.png/120px-Profilbild3.png", "Tom Ate", "wiso is dem sein felll so weiss und blass?", datum(1), 14, 15))
 +
document.write(kommentar("/thumb/7/79/Profilbild37.png/120px-Profilbild37.png", "Olli Pop", "@Tom: Vielleicht wurde es ihm zu bunt und er hat sich freiwillig in weiße Farbe getunkt.", datum(1), 16, 17))
 +
</js><html>
 +
</table>
 +
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 +
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/3/3b/Tierschutz.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Tierschutz<br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(3), 10, 20))</js><html></font></span></th></tr>
 +
<tr><th style="text-align: left; font-family: Calibri;">Stoppt den Kauf und Verkauf von Pelzmänteln!!</th></tr>
 +
</html><js>
 +
document.write(like(9312))
 +
document.write(kommentar("/thumb/2/2a/Profilbild7.png/120px-Profilbild7.png", "Hans Wurst", "Aber echt! In der Haut der betroffenen Tiere möchte ich echt nicht stecken!", datum(2), 18, 20))
 +
document.write(kommentar("/thumb/3/3b/Tierschutz.png/120px-Tierschutz.png", "Tierschutz", "@Hans: Leider sind die Käufer der Pelzmäntel da gegenteiliger Meinung. <img src='http://www.stupidedia.org/images/2/22/Sad.gif'>", datum(2), 20, 22))
 +
document.write(kommentar("/thumb/e/ed/Profilbild41.png/120px-Profilbild41.png", "Gerd Beere", "Anstelle eines Pelztieres würde ich einfach versuchen, meine eigene Haut zu retten!", datum(1), 10, 12))
 +
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 580: Zeile 773:
 
<img id="pb" src="http://www.stupidedia.org/images/5/5a/Kommunismus_Profilbild.png">
 
<img id="pb" src="http://www.stupidedia.org/images/5/5a/Kommunismus_Profilbild.png">
 
<table id="se16t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se16t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/thumb/5/5a/Kommunismus_Profilbild.png/120px-Kommunismus_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Kommunismus <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(2), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/thumb/5/5a/Kommunismus_Profilbild.png/120px-Kommunismus_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Kommunismus <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(2), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/5/5a/Kommunismus_Profilbild.png" width="200"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/5/5a/Kommunismus_Profilbild.png" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
 +
document.write(like(1878))
 
document.write(kommentar("/thumb/c/c2/Profilbild28.png/120px-Profilbild28.png", "Adrian Uar", "Wieso führen so viele Links zu dieser Seite?", datum(2), 21, 22))
 
document.write(kommentar("/thumb/c/c2/Profilbild28.png/120px-Profilbild28.png", "Adrian Uar", "Wieso führen so viele Links zu dieser Seite?", datum(2), 21, 22))
 
document.write(kommentar("/thumb/5/5e/Profilbild15.png/120px-Profilbild15.png", "Adolf Hitler", "Die Seite ist mir nicht recht! Die werde ich melden!", datum(1), 10, 13))
 
document.write(kommentar("/thumb/5/5e/Profilbild15.png/120px-Profilbild15.png", "Adolf Hitler", "Die Seite ist mir nicht recht! Die werde ich melden!", datum(1), 10, 13))
document.write(kommentar("/thumb/5/5a/Kommunismus_Profilbild.png/120px-Kommunismus_Profilbild.png", "Kommunismus", "@Adolf: Du bist wohl mit dem linken Fuß aufgestanden!?", datum(1), 14, 16))
+
document.write(kommentar("/thumb/5/5a/Kommunismus_Profilbild.png/120px-Kommunismus_Profilbild.png", "Kommunismus", "@Adolf: Mach doch, wenn du dich traust!", datum(1), 14, 16))
</script>
+
document.write(kommentar("/thumb/5/5e/Profilbild15.png/120px-Profilbild15.png", "Adolf Hitler", "@Kommunismus: Ihr seid wohl mit dem linken Fuß aufgestanden!? Natürlich trau ich mich!", datum(1), 17, 20))
 +
</js><html>
 
</table>
 
</table>
<table id="se16t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
+
<table style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/thumb/5/5a/Kommunismus_Profilbild.png/120px-Kommunismus_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Kommunismus <span style="font-weight:normal;">hat sein Titelbild geändert</span><br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(3), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/thumb/5/5a/Kommunismus_Profilbild.png/120px-Kommunismus_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Kommunismus <span style="font-weight:normal;">hat sein Titelbild geändert</span><br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(3), 10, 20))</js><html></font></span></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/2/2c/Kommunismus_Titelbild.png" width="75%"></th></tr>
 
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/2/2c/Kommunismus_Titelbild.png" width="75%"></th></tr>
<tr><th id="comments"><img src="http://www.stupidedia.org/images/thumb/0/06/Profilbild36.png/120px-Profilbild36.png" height="50" width="50" style="float: left; margin: 3px; background: white;">Biene Maja&nbsp;&nbsp;<span style="font-weight: normal;">Erster!<br /><span style="color: #888888;"><script type="text/javascript">document.write(datum(2))</script> um 12:37</span></span></th></tr>
+
</html><js>document.write(like(1953))</js><html>
<tr><th id="comments"><img src="http://www.stupidedia.org/images" height="50" width="50" style="float: left; margin: 3px; background: white;">Biene Maja&nbsp;&nbsp;<span style="font-weight: normal;">Erster!<br /><span style="color: #888888;"><script type="text/javascript">document.write(datum(2))</script> um 12:37</span></span></th></tr>
+
<tr><th id="comments"><img src="http://www.stupidedia.org/images/thumb/0/06/Profilbild36.png/120px-Profilbild36.png" height="50" width="50" style="float: left; margin: 3px; background: white;">Biene Maja&nbsp;&nbsp;<span style="font-weight: normal;">Erster!<br /><span style="color: #888888;"></html><js>document.write(datum(2))</js><html> um 12:37</span></span></th></tr>
<script type="text/javascript">
+
<tr><th id="comments"><img src="http://www.stupidedia.org/images/thumb/c/c2/Profilbild28.png/120px-Profilbild28.png" height="50" width="50" style="float: left; margin: 3px; background: white;">Adrian Uar&nbsp;&nbsp;<span style="font-weight: normal;">Erster!<br /><span style="color: #888888;"></html><js>document.write(datum(2))</js><html> um 12:37</span></span></th></tr>
document.write(kommentar("/thumb/7/79/Profilbild37.png/120px-Profilbild37.png", "Olli Pop", "Ich würde mal sagen, Unentschieden! Wie wär's mit einem Stechen?", datum(2), 13, 14))
+
</html><js>
 +
document.write(kommentar("/thumb/7/79/Profilbild37.png/120px-Profilbild37.png", "Olli Pop", "@Adrian, Biene: Ich würde mal sagen, Unentschieden! Wie wär's mit einem Stechen?", datum(2), 13, 14))
 
document.write(kommentar("/thumb/0/06/Profilbild36.png/120px-Profilbild36.png", "Biene Maja", "@Olli: Nö, ich steche nur, wenn ich mich bedroht fühle.", datum(2), 14, 15))
 
document.write(kommentar("/thumb/0/06/Profilbild36.png/120px-Profilbild36.png", "Biene Maja", "@Olli: Nö, ich steche nur, wenn ich mich bedroht fühle.", datum(2), 14, 15))
</script>
+
</js><html>
 
<table id="se16t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
 
<table id="se16t" style="margin-bottom: 30px; width: 100%; border-style: solid; border-width: 1px; border-color: #888888; font-family: Arial;">
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/thumb/5/5a/Kommunismus_Profilbild.png/120px-Kommunismus_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Kommunismus <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"><script type="text/javascript">document.write(komdat(datum(5), 10, 20))</script></font></span></th></tr>
+
<tr width="100%"><th style="text-align: left;"><img src="http://www.stupidedia.org/images/thumb/5/5a/Kommunismus_Profilbild.png/120px-Kommunismus_Profilbild.png" width="50" height="50" style="float: left; margin: 3px; margin-bottom: 10px;"><span id="post">Kommunismus <span style="font-weight:normal;">hat sein Profilbild geändert</span><br /><span style="font-size: 13px;"></html><js>document.write(komdat(datum(5), 10, 20))</js><html></font></span></th></tr>
<tr><th style="text-align: left; font-family: Calibri;"><img src="Communism.png" width="200"></th></tr>
+
<tr><th style="text-align: left; font-family: Calibri;"><img src="http://www.stupidedia.org/images/7/77/Kommunismus_Profilbild_2.png" width="30%"></th></tr>
<script type="text/javascript">
+
</html><js>
document.write(kommentar("Profilbild37.png", "Olli Pop", "Irgendwie wurde die Seite in letzter Zeit links liegen gelassen.", datum(4), 12, 14))
+
document.write(like(1900))
 +
document.write(kommentar("/thumb/7/79/Profilbild37.png/120px-Profilbild37.png", "Olli Pop", "Irgendwie wurde die Seite in letzter Zeit links liegen gelassen.", datum(4), 12, 14))
 
document.write(kommentar("/thumb/5/5a/Kommunismus_Profilbild.png/120px-Kommunismus_Profilbild.png", "Kommunismus", "@Olli: Ja, leider. <img src='http://www.stupidedia.org/images/2/22/Sad.gif'> Die kommen alle vom <s>rechten</s> linken Weg ab.", datum(4), 14, 16))
 
document.write(kommentar("/thumb/5/5a/Kommunismus_Profilbild.png/120px-Kommunismus_Profilbild.png", "Kommunismus", "@Olli: Ja, leider. <img src='http://www.stupidedia.org/images/2/22/Sad.gif'> Die kommen alle vom <s>rechten</s> linken Weg ab.", datum(4), 14, 16))
</script>
+
</js><html>
 
</table>
 
</table>
 
</div>
 
</div>
Zeile 626: Zeile 823:
 
</div>
 
</div>
  
<div id="anmelden">
+
<div id="anmelden" style="margin-right: 10px; font-family: Arial;">
<a href="http://www.nsa.gov/" style="position: absolute; z-index: 1; font-size: 11px;">Supported by NSA</a>
+
<table style="width: 100%;">
 +
<tr height="80px"><th><a href="http://www.nsa.gov/" style="position: absolute; top: 5; left: 5; z-index: 1; font-size: 11px;">Supported by NSA</a>
 
<div id="header">
 
<div id="header">
 
<h1>facebook</h1>
 
<h1>facebook</h1>
 
<br />
 
<br />
<form id="efeld">
+
</th><th>
<input type=text name="mail" id="t1" maxlength=20 size=42%>&nbsp;
+
<form id="efeld" style="text-align: left; line-height: 200%;">
<input type=text name="pwort" value="Hier das Passwort eingeben." id="t2" maxlength=20 size=30%>&nbsp;
+
<input type=text id="t1" maxlength=20 size=35%>&nbsp;
 +
<input type=text value="Hier das Passwort eingeben." id="t2" maxlength=20 size=30%>&nbsp;
 
<input name="anmeld" type=button value="Anmelden" id="subm" style="margin-right: 20px;"/>
 
<input name="anmeld" type=button value="Anmelden" id="subm" style="margin-right: 20px;"/>
</form>
+
<span id="links"><nobr>Stupide Links</nobr></span></form>
</div>
+
</div></th></tr><tr style="max-width: 30%; margin-top: 0px;"><th width="30%">
<span id="auff" style="position: absolute;">Noch nicht blau genug? Dann meld' dich jetzt an!</span>
+
<div style="margin-top: 10px;"><span id="auff">Noch nicht <a href="http://www.stupidedia.org/stupi?title=Betrunken&action=edit&redlink=1" title="Betrunken">blau</a> genug? Dann melde dich jetzt an!</span><br /><img style="text-align: center;" id="spinne" src="http://www.stupidedia.org/images/thumb/f/f1/Spinnennetz.jpg/800px-Spinnennetz.jpg" width="100%"></div>
<div style="position: absolute; text-align: center;">
+
<span style="font-size: 13px;">Die Vernetzung schreitet immer weiter voran <br />(ähnlich wie bei einer Spinnenplage).</span>
<br /><br /><a href="http://www.stupidedia.org/stupi?title=Netz&action=edit&redlink=1" title="Netz"><img style="text-align: center;" id="spinne" src="http://www.stupidedia.org/images/thumb/f/f1/Spinnennetz.jpg/800px-Spinnennetz.jpg"></a>
+
</th><th style="width: 70%; text-align: left; margin-left: 0;">
<br /><span style="font-family: comic sans ms; font-size: 13px;">Die Vernetzung schreitet immer weiter voran <br />(ähnlich wie bei einer Spinnenplage)</span>
+
<div id="r" style="margin-top: 10px;"><span style="font-size: 36px;">Registrieren</span>
</div>
 
<div id="r" style="font-family: Calibri; position: absolute;"><span style="font-size: 36px;">Registrieren</span>
 
 
<br /><span style="font-size: 24px;">Facebook ist und bleibt kostenlos.</span>
 
<br /><span style="font-size: 24px;">Facebook ist und bleibt kostenlos.</span>
<div style="font-size: 10px;">(zumindest, solange wir mit dem Ermitteln eurer Daten noch genügend verdienen)</div>
+
<div style="font-size: 0.7em;">(zumindest, solange wir mit dem Ermitteln eurer Daten noch genügend verdienen)</div>
Vorname und Nachname:&nbsp;<input type=text value="" id="name1" maxlength=15 size=30%>&nbsp;<input type=text value="" id="name2" maxlength=15 size=30%>&nbsp;<span style="font-size:10px;">Wir wissen dank der NSA deinen Namen schon, allerdings wollen wir prüfen, ob du ein Lügner bist.</span>
+
<span style="line-height: 160%;">Vorname und Nachname:&nbsp;<input type=text value="" id="name1" maxlength=15 size=30%>&nbsp;<input type=text value="" id="name2" maxlength=15 size=30%>&nbsp;<span style="font-size: 0.7em;">Wir wissen dank der NSA deinen Namen schon, allerdings wollen wir prüfen, ob du ein Lügner bist.</span>
 
<br />Koordinaten deines Wohnortes:&nbsp;<input type=text value="" id="koor" maxlength=15 size=40%>
 
<br />Koordinaten deines Wohnortes:&nbsp;<input type=text value="" id="koor" maxlength=15 size=40%>
<br />Passwort:&nbsp;<input type=password value="" id="pa1" maxlength=15 size=30%><span style="font-size: 10px;">Dein Passwort wird veröffentlicht, damit du im Falle des Vergessens jemanden danach fragen kannst.</span>
+
<br />Passwort:&nbsp;<input type=password value="" id="pa1" maxlength=15 size=30%><span style="font-size: 0.7em;">&nbsp;Dein Passwort wird veröffentlicht, damit du im Falle des Vergessens jemanden danach fragen kannst.</span>
 
<br />Passwort wiederholen (nicht kopieren):&nbsp;<input type=password value="" id="pa2" maxlength=15 size=30%>
 
<br />Passwort wiederholen (nicht kopieren):&nbsp;<input type=password value="" id="pa2" maxlength=15 size=30%>
 
<br />Geburtsdatum:&nbsp;<select id="tag" style="width:50px;" onchange=""></select>&nbsp;
 
<br />Geburtsdatum:&nbsp;<select id="tag" style="width:50px;" onchange=""></select>&nbsp;
 
<select id="mon" style="width:50px;" onchange=""></select>&nbsp;
 
<select id="mon" style="width:50px;" onchange=""></select>&nbsp;
<select id="jahr" style="width:65px;" onchange=""></select>&nbsp;<span style="font-size:10px;" title="Damit wir wissen, ob wir Werbung für hochprozentigen Alkohol schalten dürfen.">Warum muss ich meinen Geburtstag angeben?</span>
+
<select id="jahr" style="width:65px;" onchange=""></select>&nbsp;<span style="font-size: 0.7em; cursor: pointer; color: blue;" id="okay" onmouseout="$(this).css('text-decoration','none');" onmouseover="$(this).css('text-decoration','Underline');">Warum muss ich meinen Geburtstag angeben?</span>
<br />Geschlecht:&nbsp;<select name="gend" id="gender" style="width:100px;" onchange="gendercheck(this);">
+
<br />Geschlecht:&nbsp;<select id="gender" style="width:100px;">
       <option value="j">Mann</option>
+
       <option id="og01">Mann</option>
       <option value="j">Frau</option>
+
       <option id="og02">Frau</option>
       <option value="j">Zwitter</option>
+
       <option id="og03">Zwitter</option>
 
       </select>
 
       </select>
<br /><input type=button value="Registrieren" id="register">&nbsp;&nbsp;<input type=button value="Zurücksetzen" id="rücksetz">
+
<br /><input type=button value="Registrieren" id="register">&nbsp;&nbsp;<input type=button value="Zurücksetzen" id="ruecksetz">
</div>
+
</span></div>
 +
</th></tr></table>
  
 
</div>
 
</div>
  
 
</div>
 
</div>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
+
</html><js>
<script type="text/javascript">
 
 
$(document).ready(function(){
 
$(document).ready(function(){
/* #### Für die Stupi #### *//*
+
/* #### Für die Stupi #### */
 
$('body').html($('#bodyContent > #mw-content-text').html());
 
$('body').html($('#bodyContent > #mw-content-text').html());
 
/* #### Für die Stupi Ende #### */
 
/* #### Für die Stupi Ende #### */
 
$('div').css('visibility','visible');
 
$('div').css('visibility','visible');
 +
var dialog = '';
 +
var fseite = '';
 
var lacheck = [];
 
var lacheck = [];
 
var linkdisabled = false;
 
var linkdisabled = false;
 
var like = [];
 
var like = [];
if(screen.width>1100){
+
var weite = $(window).width();
var weite = 1100;
 
}else{
 
var weite = screen.width;
 
}
 
 
checktext("set");
 
checktext("set");
var te = [];
 
 
var e = "";
 
var e = "";
 
var ke = "";
 
var ke = "";
 
var se = "";
 
var se = "";
 
var sec = "";
 
var sec = "";
 +
var set = "";
 
var button = "";
 
var button = "";
 
for(i=1; i<=likecounter; i++){if(i!==likecounter){button=button+"#button"+i+",";}else{button=button+"#button"+i;}}
 
for(i=1; i<=likecounter; i++){if(i!==likecounter){button=button+"#button"+i+",";}else{button=button+"#button"+i;}}
Zeile 692: Zeile 887:
 
ke=ke+"#ke"+i+",";
 
ke=ke+"#ke"+i+",";
 
sec=sec+"#se"+i+" #c,";
 
sec=sec+"#se"+i+" #c,";
 +
set=set+"#se"+i+"t,";
 
}else{
 
}else{
 
se=se+"#se"+i;
 
se=se+"#se"+i;
Zeile 697: Zeile 893:
 
ke=ke+"#ke"+i;
 
ke=ke+"#ke"+i;
 
sec=sec+"#se"+i+" #c";
 
sec=sec+"#se"+i+" #c";
 +
set=set+"#se"+i+"t";
 
}
 
}
 
}
 
}
$(sec).css({"position":"absolute","top":"170px","left":"28%","color":"white","font-weight":"bold","font-family":"Arial","font-size":"30px","text-shadow":"3px 3px 5px rgba(0, 0, 0, 0.5)"});
 
 
$(e).css({"font-size":"12px","cursor":"pointer","color":"blue"});
 
$(e).css({"font-size":"12px","cursor":"pointer","color":"blue"});
$(ke).css({"padding":"5px","-webkit-transition":"-webkit-box-shadow 0.5s linear","-moz-transition":"-moz-box-shadow 0.5s linear","transition":"box-shadow 0.5s linear","-webkit-box-shadow":"inset 0px 0px 20px 0px rgba(100, 100, 100, 1)","-moz-box-shadow":"inset 0px 0px 20px 0px rgba(100, 100, 100, 1)","box-shadow":"inset 0px 0px 20px 0px rgba(100, 100, 100, 1)"});
 
$("<br /><input type=button name='false' value='Ist mir egal' onclick=if(this.name==='false'){$(this).val('Ist&nbsp;mir&nbsp;nicht&nbsp;mehr&nbsp;egal');this.name='true';}else{$(this).val('Ist&nbsp;mir&nbsp;doch&nbsp;wieder&nbsp;egal');this.name='false';} />").appendTo("#la5sites th");
 
$("#leiste,#la1,#la2,#la3,#la4,#la5,#werbung,"+se).css({"top":($("#line").height()+2*$("#header").offset().top)+"px","margin-top":"1em"});
 
$("#la1,#la2,#la3,#la4,#la5,#werbung,"+se).css({"left":($("#leiste").width()+30)+"px","width":(screen.width/2)+"px","padding":"5px","border-style":"solid","border-width":"1px","position":"absolute","background":"#FFFFFF","-webkit-box-shadow":"inset 0px 0px 5px 0px rgba(68, 68, 68, 1)","-moz-box-shadow":"inset 0px 0px 5px 0px rgba(68, 68, 68, 1)","box-shadow":"inset 0px 0px 5px 0px rgba(68, 68, 68, 1)"});
 
//$("#werbung").css({"width":(screen.width-$("#werbung").offset().left)+"px"});
 
$("#s").css({"width":weite+"px"});
 
$(".d,#dialog7").css({"left":"40%","top":"40%"});
 
 
$("#t1,#t2,#t3").css("color","#BBBBBB");
 
$("#t1,#t2,#t3").css("color","#BBBBBB");
for(var i=1; i<=31; i++){$("<option value='"+i+"t'>"+i+"</option>").appendTo('#tag');}
+
for(var i=1; i<=16; i++){$("#la5sites th").eq(i-1).append("<br /><input id='tablike" + i + "' style='max-width:100%;' type=button name='false' value='Ist mir egal' onclick=if(this.name==='false'){$(this).val('Ist&nbsp;mir&nbsp;nicht&nbsp;egal');this.name='true';}else{$(this).val('Ist&nbsp;mir&nbsp;doch&nbsp;egal');this.name='false';} />");}
for(var i=1; i<=12; i++){$("<option value='"+i+"m'>"+i+"</option>").appendTo('#mon');}
+
for(var i=1; i<=31; i++){$('#tag').append("<option id='od"+td(i)+"'>"+td(i)+"</option>");}
for(var i=new Date().getFullYear()-70; i<=new Date().getFullYear(); i++){$("<option value='"+i+"j'>"+i+"</option>").appendTo('#jahr');}
+
for(var i=1; i<=12; i++){$('#mon').append("<option id='oe"+td(i)+"'>"+td(i)+"</option>");}
$("#r").css("left",$("#t1").offset().left+"px");
+
for(var i=new Date().getFullYear()-70; i<=new Date().getFullYear(); i++){$('#jahr').append("<option id='of"+(i-new Date().getFullYear()+71)+"'>"+i+"</option>");}
$("#spinne").css({"width":($("#r").offset().left)+"px","margin-top":"1em"});
+
resize = function(){
$("#auff").css({"top":($("#line").height()+20)+"px"});
+
    if(dialog !== ''){
$("#r").css({"left":($("#spinne").offset().left+$("#spinne").width()+50)+"px","top":($("#line").height()+20)+"px"});
+
    var nawidth = $(dialog).width();
 
+
    var naheight = $(dialog).height();
  function checktext(a){
+
    $(".d").css({"left":(((window.innerWidth-nawidth))/window.innerWidth)*50+"%","top":(((window.innerHeight-naheight))/window.innerHeight)*50+"%"});
  if(a==="set"){
+
    }
  if(!wgUserName/*mw.config.get('wgUserName')*/){
+
if($('#anmelden').css('display') == 'none'){
  $("#t1").val("Hier den Benutzernamen eingeben.");
+
    $("#leiste").css({"max-width":$('body').width()*0.1+"px"});
  }else{
+
    $("#nachr").css({"padding":($("#leiste").width()/20)+"px","webkit-border-radius":($("#leiste").width()*0.075)+"px","-moz-border-radius-":($("#leiste").width()*0.075)+"px","border-radius":($("#leiste").width()*0.075)+"px"});
  $("#t1").val("Hier "+wgUserName/*mw.config.get('wgUserName')*/+" eingeben.");
+
    $("#leiste").css({"font-size":($('#leiste').width()/13)+2+"px"});
  }
+
    $("#leiste img").css({"width":($('#leiste').width()/10)*(25/16)+"px"});
  }else if(a==="check"){
+
    $("#la1,#la2,#la3,#la4,#la5,#werbung,"+se).css({"left":($("#leiste").width()+30)+"px","width":$('body').width()*0.5+"px"});
  if($("#t1").val()==="Hier den Benutzernamen eingeben." || $("#t1").val()==="Hier "+wgUserName/*mw.config.get('wgUserName')*/+" eingeben."){
+
    $("#werbung").css({"left":($("#la1").width()+60+$("#leiste").width())+"px","width":($('body').width()*0.4-60)+"px"});
  return true;
+
    for(var i=1; i<=16; i++){$("#tablike" + i).css({"font-size":$('#la5 th').width()/60+"px"});}
  }else{
+
    if(fseite!==''){
  return false;
+
    $(fseite + "t").css({"margin-top":"50px"});
  }
+
    $(fseite + " #pb").css({"top":($(fseite + " table").width()*(359/1091)+25-$(fseite + " #pb").height())+"px"});
  }
+
    $(fseite + " #c").css({"top":$(fseite + " #pb").height()*0.7+"px"});
 +
    }
 
   }
 
   }
 +
}
 +
resize();
  
   /*$("#bg,#pb").load(function(){
+
   window.onresize = resize;
 
 
  });*/
 
  
 
   $("#game1,#game2,#game3,#game4").bind("click",function(){
 
   $("#game1,#game2,#game3,#game4").bind("click",function(){
Zeile 741: Zeile 931:
 
   $("#a3").css("font-weight","normal");
 
   $("#a3").css("font-weight","normal");
 
   $("#"+$(this).attr('ID')+"start").show();
 
   $("#"+$(this).attr('ID')+"start").show();
 +
  if($(this).attr('ID')==='game2'){$('#la3 fieldset > div').css('margin-left',($('#la3 input[type=radio]').width()*2)+'px');$('#la3 input[type=radio]').attr('checked',false);$('#game2start').show();}
 +
  });
 +
 +
  $(".frageauswert").bind("click",function(){
 +
  var testpunkte = 0;
 +
  for(var i=1; i<=6; i++){
 +
  if($('#f' + i + 'c').is(':checked')){
 +
  testpunkte+=2;
 +
  }else if($('#f' + i + 'b').is(':checked')){
 +
  testpunkte++;
 +
  }else if(!$('#f' + i + 'a').is(':checked')){
 +
  testpunkte = 100;
 +
  }
 +
  }
 +
  switch(testpunkte){
 +
  case 0:case 1:case 2:case 3:case 4:
 +
  var ergebnis = "Du hast " + testpunkte + " von 12 Faulheitspunkten erreicht. Es scheint wohl so, als wärst du der Faulpelz-Elite <a href='http://www.stupidedia.org/stupi?title=Kleine Menschen&action=edit&redlink=1' title='Kleine Menschen'>nicht gewachsen</a>.";
 +
  break;
 +
  case 5:case 6:case 7:case 8:
 +
  var ergebnis = "Du hast " + testpunkte + " von 12 Faulheitspunkten erreicht. Du bist also ein ordentlicher Faulpelz!<br />Aber zieh dich warm an, die Konkurrenz schläft nicht (oder eben doch)!";
 +
  break;
 +
  case 9:case 10:case 11:case 12:
 +
  var ergebnis = "Du hast " + testpunkte + " von 12 Faulheitspunkten erreicht.<br />Damit darfst du dich voller Stolz zur <a href='http://www.stupidedia.org/stupi?title=Beamter&action=edit&redlink=1' title='Beamter'>Faulpelz-Elite</a> zählen, die bekanntlich fauler als ein Apfel aus dem Mittelalter ist!<br />Wahrscheinlich bist du sogar zu faul, das hier zu lesen.";
 +
  break;
 +
  default:
 +
  var ergebnis = "";
 +
  break;
 +
  }
 +
  if(ergebnis===""){
 +
  meldung(0,'#dialog15');
 +
  }else{
 +
  $('#dialog14 #dbottom span').html(ergebnis);
 +
  meldung(0,'#dialog14');
 +
  }
 
   });
 
   });
  
Zeile 746: Zeile 970:
 
   if(!linkdisabled){
 
   if(!linkdisabled){
 
   $("#la5").hide();
 
   $("#la5").hide();
 +
  fseite = '#s'+$(this).attr('ID');
 
   $("#a5").css("font-weight","normal");
 
   $("#a5").css("font-weight","normal");
 
   $("#s"+$(this).attr('ID')).show();
 
   $("#s"+$(this).attr('ID')).show();
   $("#s"+$(this).attr('ID')+"t").css({"margin-top":($("#s"+$(this).attr('ID')+" table").width()*(359/1091)+50)+"px"});
+
  $("#s"+$(this).attr('ID')).css("margin-bottom","30px");
 +
   $("#s"+$(this).attr('ID')+"t").css({"margin-top":"50px"});
 +
  $("#s"+$(this).attr('ID')+" #pb").css({"top":($("#s"+$(this).attr('ID')+" table").width()*(359/1091)+25-$("#s"+$(this).attr('ID')+" #pb").height())+"px"});
 +
  $("#s"+$(this).attr('ID')+" #c").css({"top":$("#s"+$(this).attr('ID')+" #pb").height()*0.7+"px"});
 
   }
 
   }
 
   });
 
   });
 
+
 
 
   $(e).bind("mouseout",function(){
 
   $(e).bind("mouseout",function(){
 
   if(!linkdisabled){
 
   if(!linkdisabled){
Zeile 757: Zeile 985:
 
   }
 
   }
 
   });
 
   });
 
+
 
 
   $(e).bind("mouseover",function(){
 
   $(e).bind("mouseover",function(){
 
   if(!linkdisabled){
 
   if(!linkdisabled){
Zeile 770: Zeile 998:
 
   $("#"+$(this).attr('ID')).css("font-weight","bold");
 
   $("#"+$(this).attr('ID')).css("font-weight","bold");
 
   $("#game1,#game2,#game3,#game4,#game5,#schlagzeilen").show();
 
   $("#game1,#game2,#game3,#game4,#game5,#schlagzeilen").show();
   $("#game1start,#game2start,#game3start,#game3start,#game4start").hide();
+
   $("#game1start,#game2start,#game3start,#game3start,#game4start,#faulheittest").hide();
 +
  $("#l"+$(this).attr('ID')).show();
 
   if($(this).attr('ID')==="a2"){$("#"+$(this).attr('ID')).html('Nachrichten');}
 
   if($(this).attr('ID')==="a2"){$("#"+$(this).attr('ID')).html('Nachrichten');}
   $("#l"+$(this).attr('ID')).show();
+
   if($(this).attr('ID')==="a5"){for(var i=1; i<=16; i++){$("#tablike" + i).css({"font-size":$('#la5 th').width()/60+"px"});}}
 
   }
 
   }
 
   });
 
   });
Zeile 826: Zeile 1.055:
 
     $(button).click(function(){
 
     $(button).click(function(){
 
     if(!like[$(this).attr('ID')]||like[$(this).attr('ID')]===false){
 
     if(!like[$(this).attr('ID')]||like[$(this).attr('ID')]===false){
     $("#"+$(this).attr('ID')).html("Ist mir nicht mehr egal");
+
     $("#"+$(this).attr('ID')).html("Ist mir nicht egal");
 
     if(likes['env' + $(this).attr('ID')]!==undefined){likes['env2'+$(this).attr('ID')]=likes['env'+$(this).attr('ID')];}else{likes['env2'+$(this).attr('ID')]=likes[$(this).attr('ID')]+' weiteren Personen';}
 
     if(likes['env' + $(this).attr('ID')]!==undefined){likes['env2'+$(this).attr('ID')]=likes['env'+$(this).attr('ID')];}else{likes['env2'+$(this).attr('ID')]=likes[$(this).attr('ID')]+' weiteren Personen';}
 
     $("#like"+$(this).attr('ID')).html("<img src='http://www.stupidedia.org/images/d/d0/Anhalter-Daumen.png'> Dir und " + likes['env2' + $(this).attr('ID')] + " ist das egal.");
 
     $("#like"+$(this).attr('ID')).html("<img src='http://www.stupidedia.org/images/d/d0/Anhalter-Daumen.png'> Dir und " + likes['env2' + $(this).attr('ID')] + " ist das egal.");
 
     like[$(this).attr('ID')] = true;
 
     like[$(this).attr('ID')] = true;
 
     }else{
 
     }else{
     $("#"+$(this).attr('ID')).html("Ist mir doch wieder egal");
+
     $("#"+$(this).attr('ID')).html("Ist mir doch egal");
 
     $("#like"+$(this).attr('ID')).html("<img src='http://www.stupidedia.org/images/d/d0/Anhalter-Daumen.png'> " + likes[$(this).attr('ID')] + likes['en' + $(this).attr('ID')] + " ist das egal.");
 
     $("#like"+$(this).attr('ID')).html("<img src='http://www.stupidedia.org/images/d/d0/Anhalter-Daumen.png'> " + likes[$(this).attr('ID')] + likes['en' + $(this).attr('ID')] + " ist das egal.");
 
     like[$(this).attr('ID')] = false;
 
     like[$(this).attr('ID')] = false;
 
     }
 
     }
 
     });
 
     });
   
+
 
     $("#anschlag,#anschlagb,#rücksetz,#rücksetzb,#afb,#gnb,#fr,#passwordb,#anoc,#no,#zahlung,#zahlungb,#okb").click(function(){    //Alle Meldungen
+
     $("#anschlag,#anschlagb,#ruecksetz,#ruecksetzb,#afb,#gnb,#meb,#vhb,#fr,#passwordb,#anoc,#no,#zahlung,#zahlungb,#okb,#ausb,#weiterb,#links,#linksb,#schadeb,#wayneb,#okay,#okayb").click(function(){    //Alle Meldungen
 
     switch($(this).attr('ID')){
 
     switch($(this).attr('ID')){
     case 'anschlag': meldung(true,"#dialog10"); break;
+
     case 'anschlag': meldung(0,'#dialog10'); break;
     case 'anschlagb': meldung(false,"#dialog10"); break;
+
     case 'anschlagb': meldung(2); break;
     case 'rücksetz': meldung(true,"#dialog9"); break;
+
     case 'ruecksetz': meldung(0,'#dialog9'); break;
     case 'rücksetzb': meldung(false,"#dialog9"); break;
+
     case 'ruecksetzb': meldung(2); break;
     case 'afb': meldung(false,'#dialog4'); meldung(true,'#dialog5'); break;
+
     case 'afb': meldung(1,'#dialog5'); break;
     case 'gnb': meldung(false,'#dialog5'); meldung(true,'#dialog6'); break;
+
    case 'gnb': meldung(1,'#dialog6'); break;
     case 'fr': meldung(true,'#dialog4'); break;
+
     case 'meb': meldung(2); break;
     case 'passwordb': meldung(false,'#dialog11'); break;
+
    case 'vhb': meldung(1,'#dialog17'); break;
     case 'anoc': meldung(false,'#dialog3'); break;
+
     case 'fr': $("#ps,#ps2,#ps3").html(""); select('oa01',4); select('ob01',3); select('oc01',4); meldung(0,'#dialog4'); break;
     case 'no': meldung(false,'#dialog'); meldung(true,'#dialog2'); break;
+
     case 'passwordb': meldung(2,'#dialog11'); break;
     case 'zahlung': $('#zahlungb').attr('disabled','disabled'); $('#abbuch').val(""); meldung(true,'#dialog12'); break;
+
     case 'anoc': meldung(2); break;
     case 'zahlungb': meldung(false,'#dialog12'); meldung(true,'#dialog13'); break;
+
     case 'no': meldung(1,'#dialog2'); break;
     case 'okb': meldung(false,'#dialog13'); break;
+
     case 'zahlung': $('#zahlungb').attr('disabled','disabled'); $('#abbuch').val(""); meldung(0,'#dialog12'); break;
 +
     case 'zahlungb': meldung(1,'#dialog13'); break;
 +
    case 'okb': meldung(2); break;
 +
    case 'ausb': meldung(2); $('#game2start').hide(); $('#game1,#game2,#game3,#game4,#game5,#schlagzeilen').show(); $('#a3').css('font-weight','bold'); window.scrollTo(0,0); break;
 +
    case 'weiterb': meldung(2); break;
 +
    case 'links': meldung(0,'#dialog16'); break;
 +
     case 'linksb': meldung(2); break;
 +
    case 'schadeb': meldung(2); break;
 +
    case 'wayneb': $('#subm').val('Anmelden');$('#t1,#t2').css('color','#BBBBBB');$('#t2').val('Hier das Passwort eingeben.');checktext('set');te[0]=false;te[1]=false; meldung(2); break;
 +
    case 'okay': meldung(0,'#dialog18'); break;
 +
    case 'okayb': meldung(2); break;
 
     }
 
     }
 
     });
 
     });
Zeile 860: Zeile 1.099:
 
     $("input:lang(s),select:lang(s)").attr("disabled", "disabled");
 
     $("input:lang(s),select:lang(s)").attr("disabled", "disabled");
 
     setTimeout(function() {
 
     setTimeout(function() {
     meldung(true,"#dialog8");
+
     meldung(0,'#dialog8');
 
     },1000);
 
     },1000);
 
     }else{
 
     }else{
     meldung(true,'#dialog3');
+
     meldung(0,'#dialog3');
 
     }
 
     }
 
     });
 
     });
  
     function meldung(a,id){
+
     bot = function(){
     if(a===true){
+
    if($('#t3').val()!=='Mach dich auf die Suche!'){
 +
    var suchtext = $('#t3').val();
 +
    var alphabet = new Array(['',''], [/a/gi,'01000001'], [/b/gi,'01000010'], [/c/gi,'01000011'], [/d/gi,'01000100'], [/e/gi,'01000101'], [/f/gi,'01000110'], [/g/gi,'01000111'], [/h/gi,'01001000'], [/i/gi,'01001001'], [/j/gi,'01001010'], [/k/gi,'01001011'], [/l/gi,'01001100'], [/m/gi,'01001101'], [/n/gi,'01001110'], [/o/gi,'01001111'], [/p/gi,'01010000'], [/q/gi,'01010001'], [/r/gi,'01010010'], [/s/gi,'01010011'], [/t/gi,'01010100'], [/u/gi,'01010101'], [/v/gi,'01010110'], [/w/gi,'01010111'], [/x/gi,'01011000'], [/y/gi,'01011001'], [/z/gi,'01011010']);
 +
    for(var i=1; i<=26; i++){
 +
    suchtext = suchtext.replace(new RegExp(alphabet[i][0]), alphabet[i][1] + ' ');
 +
    }
 +
    window.open('http://www.google.de/#q='+encodeURIComponent(suchtext));
 +
    }
 +
    }
 +
 
 +
    select = function(id,number){
 +
    for(var i=1; i<=number; i++){
 +
    $('#' + id.slice(0,2) + '' + td(i)).removeAttr('selected');
 +
    }
 +
    $('#' + id).attr('selected','selected');
 +
    }
 +
 
 +
    meldung = function(a,id){ //0: Nachricht erscheint; 1: Neue Nachricht erscheint; 2: Nachricht verschwindet;
 +
     if(a===0){
 +
      dialog = id;
 
       $("#opacity").css("display","block");
 
       $("#opacity").css("display","block");
       $(id).show();
+
       $(dialog + ", .d").show();
 +
      var nawidth = $(dialog).width();
 +
      var naheight = $(dialog).height();
 +
      $(".d").hide();
 +
      $(".d").css({"left":(((window.innerWidth-nawidth))/window.innerWidth)*50+"%","top":(((window.innerHeight-naheight))/window.innerHeight)*50+"%"});
 
       $(".d").show("1000");
 
       $(".d").show("1000");
 
       $("input:lang(s),select:lang(s)").attr("disabled", "disabled");
 
       $("input:lang(s),select:lang(s)").attr("disabled", "disabled");
Zeile 877: Zeile 1.139:
 
       });
 
       });
 
       linkdisabled = true;
 
       linkdisabled = true;
     }else{
+
     }else if(a===2){
 
       $("#opacity").css("display","none");
 
       $("#opacity").css("display","none");
 
       $(".d").hide("1000");
 
       $(".d").hide("1000");
 
       setTimeout(function() {
 
       setTimeout(function() {
       $(id).hide();
+
       $(dialog).hide();
 +
      dialog = '';
 
       },500);
 
       },500);
 
       $('input:lang(s),select:lang(s)').removeAttr("disabled");
 
       $('input:lang(s),select:lang(s)').removeAttr("disabled");
 
       $('a:lang(s)').unbind('click');
 
       $('a:lang(s)').unbind('click');
 
       linkdisabled = false;
 
       linkdisabled = false;
 +
    }else{
 +
      $(id).show();
 +
      var nawidth = $(id).width();
 +
      var naheight = $(id).height();
 +
      $(id).hide();
 +
      $(".d").hide("1000");
 +
      setTimeout(function() {
 +
      $(dialog).hide();
 +
      $(id).show();
 +
      dialog = id;
 +
      $(".d").hide();
 +
      $(".d").css({"left":(((window.innerWidth-nawidth))/window.innerWidth)*50+"%","top":(((window.innerHeight-naheight))/window.innerHeight)*50+"%"});
 +
      $(".d").show("1000");
 +
      },500);
 
     }
 
     }
 
     }
 
     }
Zeile 894: Zeile 1.171:
 
     $("input:lang(s),select:lang(s)").attr("disabled", "disabled");
 
     $("input:lang(s),select:lang(s)").attr("disabled", "disabled");
 
     setTimeout(function() {
 
     setTimeout(function() {
     meldung(true,'#dialog');
+
     meldung(0,'#dialog1');
 
     },1000);
 
     },1000);
 
     }else if($("#name1").val()!=="" && $("#name2").val()!=="" &&  $("#koor").val()!=="" &&  $("#pa1").val()!=="" &&  $("#pa2").val()!==""){
 
     }else if($("#name1").val()!=="" && $("#name2").val()!=="" &&  $("#koor").val()!=="" &&  $("#pa1").val()!=="" &&  $("#pa2").val()!==""){
     meldung(true,'#dialog11');
+
     meldung(0,'#dialog11');
 
     }else{
 
     }else{
     meldung(true,'#dialog3');
+
     meldung(0,'#dialog3');
 
     }
 
     }
 
     });
 
     });
  
 
     $("#agbb,#yes").click(function(){        //Anmelde-Vorgang
 
     $("#agbb,#yes").click(function(){        //Anmelde-Vorgang
     meldung(false,'#dialog,#dialog2');
+
     meldung(2);
     if(wgUserName){$("#nutzer").html(wgUserName/*mw.config.get('wgUserName')*/);}else{$("#nutzer").html("User");}
+
     $("#nutzer").eq(0).html(user);
     $("#anmelden").hide();
+
     $("#anmelden,#la2,#la3,#la4,#la5,"+se).hide();
 
     $("#angemeldet,#la1,#werbung").show();
 
     $("#angemeldet,#la1,#werbung").show();
     $("#werbung").css({"left":($("#la1").width()+60+$("#leiste").width())+"px","width":(screen.width-$("#la1").offset().left-$("#la1").width()-50)+"px"});
+
    $(ke).css({"padding":"5px","-webkit-transition":"-webkit-box-shadow 0.5s linear","-moz-transition":"-moz-box-shadow 0.5s linear","transition":"box-shadow 0.5s linear","-webkit-box-shadow":"inset 0px 0px 20px 0px rgba(100, 100, 100, 1)","-moz-box-shadow":"inset 0px 0px 20px 0px rgba(100, 100, 100, 1)","box-shadow":"inset 0px 0px 20px 0px rgba(100, 100, 100, 1)"});
     $("#werbung").height($("#werbungend").offset().top-50);
+
    $(sec).css({"position":"absolute","left":"28%","color":"white","font-weight":"bold","font-family":"Arial","font-size":"30px","text-shadow":"3px 3px 5px rgba(0, 0, 0, 0.5)"});
 +
     $("#la1,#la2,#la3,#la4,#la5,#werbung,"+se).css({"position":"absolute","left":($("#leiste").width()+30)+"px","width":(window.innerWidth/2)+"px","padding":"5px","border-style":"solid","border-width":"1px","background":"#FFFFFF","-webkit-box-shadow":"inset 0px 0px 5px 0px rgba(68, 68, 68, 1)","-moz-box-shadow":"inset 0px 0px 5px 0px rgba(68, 68, 68, 1)","box-shadow":"inset 0px 0px 5px 0px rgba(68, 68, 68, 1)"});
 +
    $("#leiste,#la1,#la2,#la3,#la4,#la5,#werbung,"+se).css({"top":($("#line").height()+$("#line").offset().top+30)+"px"});
 +
    $("#leiste").css({"max-width":$('body').width()*0.1+"px"});
 +
    $("#nachr").css({"padding":($("#leiste").width()/20)+"px","webkit-border-radius":($("#leiste").width()*0.075)+"px","-moz-border-radius-":($("#leiste").width()*0.075)+"px","border-radius":($("#leiste").width()*0.075)+"px"});
 +
    $("#leiste").css({"font-size":($('#leiste').width()/13)+2+"px"});
 +
    $("#leiste img").css({"width":($('#leiste').width()/10)*(25/16)+"px"});
 +
    $("#la1,#la2,#la3,#la4,#la5,#werbung,"+se).css({"left":($("#leiste").width()+30)+"px","width":$('body').width()*0.5+"px"});
 +
     $("#werbung").css({"left":($("#la1").width()+60+$("#leiste").width())+"px","width":($('body').width()*0.4-60)+"px"});
 
     });
 
     });
  
Zeile 915: Zeile 1.200:
 
     switch(this.options[this.selectedIndex].text){
 
     switch(this.options[this.selectedIndex].text){
 
     case "Ich will es krachen lassen":
 
     case "Ich will es krachen lassen":
     meldung(false,'#dialog6');
+
     meldung(1,'#dialog7');
    meldung(true,'#dialog7');
 
 
     break;
 
     break;
 
     case "Ich will die Sau rauslassen":
 
     case "Ich will die Sau rauslassen":
Zeile 932: Zeile 1.216:
 
     $("#gn").change(function (){
 
     $("#gn").change(function (){
 
     switch(this.options[this.selectedIndex].text){
 
     switch(this.options[this.selectedIndex].text){
 +
    case '':
 +
    $("#ps3").html("<br />Richtig so! Zufußgehen ist sowieso gesünder!");
 +
    break;
 
     case 'Porsche 911':
 
     case 'Porsche 911':
     meldung(false,'#dialog6');
+
     meldung(1,'#dialog7');
     meldung(true,'#dialog7');
+
     break;
 +
    case 'Fiat Panda':
 +
    $("#ps3").html("<br />Zeitmangel scheinst du wohl nicht zu haben.");
 
     break;
 
     break;
 
     }
 
     }
Zeile 942: Zeile 1.231:
 
     switch(this.options[this.selectedIndex].text){
 
     switch(this.options[this.selectedIndex].text){
 
     case 'Rot':
 
     case 'Rot':
     $("#ps").html("<br />Du willst also einen Kumpel mit roten Augen haben?<br />Weißt du denn nicht, dass solche Personen sehr schnell rot sehen?");
+
     $("#ps").html("<br />Du willst also mit jemand Rotäugigem knüpfen?<br />Weißt du denn nicht, dass solche Personen sehr schnell rot sehen?");
 
     break;
 
     break;
 
     case 'Blau':
 
     case 'Blau':
Zeile 948: Zeile 1.237:
 
     break;
 
     break;
 
     case '':
 
     case '':
     $("#ps").html("<br />Du wünscht dir also einen Kumpanen ohne Augen?<br />Obwohl jene Knaben äußerst durchschaubar sind?");
+
     $("#ps").html("<br />Du wünscht dir also einen Kumpanen ohne Augen?<br />Obwohl jene Knaben sehr durchschaubar sind?");
 
     break;
 
     break;
 
     case 'Weiß':
 
     case 'Weiß':
     $("#ps").html("<br />Obwohl es sehr schwierig ist, zu erraten,<br />worauf solche Individuen fixiert sind?");
+
     $("#ps").html("<br />Weißt du denn nicht, dass es äußerst schwierig ist,<br />zu erraten, worauf solche Menschen fixiert sind?");
 
     break;
 
     break;
 
     }
 
     }
Zeile 959: Zeile 1.248:
 
     switch(this.options[this.selectedIndex].text){
 
     switch(this.options[this.selectedIndex].text){
 
     case 'Mann':
 
     case 'Mann':
     $("#auff").html("Noch nicht blau genug? Dann meld' dich jetzt an!");
+
     $("#auff").html("Noch nicht <a href='http://www.stupidedia.org/stupi?title=Betrunken&action=edit&redlink=1' title='Betrunken'>blau</a> genug? Dann melde dich jetzt an!");
 
     $("#linef,#linez").hide();
 
     $("#linef,#linez").hide();
 
     $("#line").show();
 
     $("#line").show();
Zeile 975: Zeile 1.264:
 
     }
 
     }
 
     });
 
     });
   
+
 
 
   $(window).scroll(function(event) {
 
   $(window).scroll(function(event) {
 
   $("#line,#linef,#linez").css("top", (-$(document).scrollTop())+"px");
 
   $("#line,#linef,#linez").css("top", (-$(document).scrollTop())+"px");
Zeile 981: Zeile 1.270:
  
 
});
 
});
</script>
+
</js><css>
<style type="text/css">
 
 
h1{
 
h1{
 
font-size: 36px; font-family:Arial Black; color: #FFFFFF; position: absolute;
 
font-size: 36px; font-family:Arial Black; color: #FFFFFF; position: absolute;
Zeile 990: Zeile 1.278:
 
height: 80px;
 
height: 80px;
 
width: 100%;
 
width: 100%;
position: absolute;
+
position: fixed; top: 0; left: 0; right: 0;
 
padding: 10px;
 
padding: 10px;
 
z-index: -1;
 
z-index: -1;
Zeile 1.025: Zeile 1.313:
 
}
 
}
 
#line{
 
#line{
position: fixed; top: 0; left: 0; right: 0;
 
 
background: #3e5fa0; /* Old browsers */
 
background: #3e5fa0; /* Old browsers */
 
background: -moz-linear-gradient(top, #3e5fa0 0%, #355189 100%); /* FF3.6+ */
 
background: -moz-linear-gradient(top, #3e5fa0 0%, #355189 100%); /* FF3.6+ */
Zeile 1.036: Zeile 1.323:
 
}
 
}
 
#linef{
 
#linef{
position: fixed; top: 0; left: 0; right: 0;
 
 
background: #ff30fb; /* Old browsers */
 
background: #ff30fb; /* Old browsers */
 
background: -moz-linear-gradient(top,  #ff30fb 0%, #d127ce 100%); /* FF3.6+ */
 
background: -moz-linear-gradient(top,  #ff30fb 0%, #d127ce 100%); /* FF3.6+ */
Zeile 1.047: Zeile 1.333:
 
}
 
}
 
#linez{
 
#linez{
position: fixed; top: 0; left: 0; right: 0;
 
 
background-image: url('http://www.stupidedia.org/images/a/a6/Blaupink.png');
 
background-image: url('http://www.stupidedia.org/images/a/a6/Blaupink.png');
 
}
 
}
Zeile 1.060: Zeile 1.345:
 
     position: absolute;
 
     position: absolute;
 
     line-height: 1.8em;
 
     line-height: 1.8em;
    font-size: 16px;
 
 
     bottom: 30px;
 
     bottom: 30px;
 
     font-family: Calibri;
 
     font-family: Calibri;
Zeile 1.068: Zeile 1.352:
 
}
 
}
 
#a1:hover,#a2:hover,#a3:hover,#a4:hover,#a5:hover,#e1:hover,#e2:hover,#e3:hover,#e4:hover,#e5:hover,#e6:hover,#e7:hover,#e8:hover,#e9:hover,#e10:hover,#e11:hover,#e12:hover,
 
#a1:hover,#a2:hover,#a3:hover,#a4:hover,#a5:hover,#e1:hover,#e2:hover,#e3:hover,#e4:hover,#e5:hover,#e6:hover,#e7:hover,#e8:hover,#e9:hover,#e10:hover,#e11:hover,#e12:hover,
#e13:hover,#e14:hover,#e15:hover,#e16:hover{
+
#e13:hover,#e14:hover,#e15:hover,#e16:hover,#nutzer:hover,#links:hover,.frageauswert:hover,.g:hover{
 
text-decoration: Underline;
 
text-decoration: Underline;
 
}
 
}
Zeile 1.077: Zeile 1.361:
 
-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 1);
 
-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 1);
 
box-shadow:        0px 0px 15px 0px rgba(0, 0, 0, 1);
 
box-shadow:        0px 0px 15px 0px rgba(0, 0, 0, 1);
border-style: solid; border-width: 2px; border-color: black; background: #883322; margin: 5px; padding: 2px;
+
border-style: solid; border-width: 2px; border-color: black; background: #883322; margin: 10px; padding: 2px;
 
-webkit-border-radius: 3px; -moz-border-radius-: 3px; border-radius: 3px;
 
-webkit-border-radius: 3px; -moz-border-radius-: 3px; border-radius: 3px;
 
background: #3091C1; /* Old browsers */
 
background: #3091C1; /* Old browsers */
Zeile 1.119: Zeile 1.403:
 
width: 90%;
 
width: 90%;
 
}
 
}
#header input[type=text],#header input[type=button]{
+
#anmelden form input[type=text],#anmelden form input[type=button],#game2start input[type=button],#game4start input[type=button]{
 
height: 30px;
 
height: 30px;
 
font-weight: bold;
 
font-weight: bold;
Zeile 1.195: Zeile 1.479:
 
}
 
}
 
#bg{
 
#bg{
width: 99%; position: absolute; index: 1;
+
width: 100%; text-align: center; index: 1;
 
}
 
}
 
#pb{
 
#pb{
background: #FFFFFF; width: 25%; position: absolute; left: 2%; top: 100px; index: 2; border-style: solid; border-width: 1px; border-color: #888888;
+
background: #FFFFFF; width: 25%; position: absolute; left: 2%; index: 2; border-style: solid; border-width: 1px; border-color: #888888;
 
}
 
}
 
.g{
 
.g{
Zeile 1.251: Zeile 1.535:
 
background: linear-gradient(to bottom, #ea3a00 0%,#a82700 100%); /* W3C */
 
background: linear-gradient(to bottom, #ea3a00 0%,#a82700 100%); /* W3C */
 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a552', endColorstr='#a82700',GradientType=0 ); /* IE6-9 */
 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a552', endColorstr='#a82700',GradientType=0 ); /* IE6-9 */
}
 
.g:hover{
 
text-decoration: Underline;
 
 
}
 
}
 
#schlagzeilens{
 
#schlagzeilens{
Zeile 1.261: Zeile 1.542:
 
margin-top: 3px;
 
margin-top: 3px;
 
}
 
}
</style>
+
#faulheittestheader{
</html>
+
border: 2px solid; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius-: 3px; border-radius: 3px;
 +
}
 +
#faulheittestheader{
 +
background: #d34a3b; /* Old browsers */
 +
background: -moz-linear-gradient(top,  #d34a3b 0%, #9e372c 100%); /* FF3.6+ */
 +
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d34a3b), color-stop(100%,#9e372c)); /* Chrome,Safari4+ */
 +
background: -webkit-linear-gradient(top,  #d34a3b 0%,#9e372c 100%); /* Chrome10+,Safari5.1+ */
 +
background: -o-linear-gradient(top,  #d34a3b 0%,#9e372c 100%); /* Opera 11.10+ */
 +
background: -ms-linear-gradient(top,  #d34a3b 0%,#9e372c 100%); /* IE10+ */
 +
background: linear-gradient(to bottom,  #d34a3b 0%,#9e372c 100%); /* W3C */
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d34a3b', endColorstr='#9e372c',GradientType=0 ); /* IE6-9 */
 +
}
 +
#frage{
 +
border: 1px solid #888888; padding: 10px; margin: 3px;
 +
}
 +
.frageauswert{
 +
-webkit-box-shadow: 7px 7px 7px 0px rgba(100, 100, 100, 0.8);
 +
-moz-box-shadow:    7px 7px 7px 0px rgba(100, 100, 100, 0.8);
 +
box-shadow:        7px 7px 7px 0px rgba(100, 100, 100, 0.8);
 +
border: 2px solid black; -webkit-border-radius: 5px; -moz-border-radius-: 5px; border-radius: 5px;
 +
padding: 10px; margin: 10px; float: left; cursor: pointer;
 +
background: #f9c83f; /* Old browsers */
 +
background: -moz-linear-gradient(top,  #f9c83f 0%, #ba9530 100%); /* FF3.6+ */
 +
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c83f), color-stop(100%,#ba9530)); /* Chrome,Safari4+ */
 +
background: -webkit-linear-gradient(top,  #f9c83f 0%,#ba9530 100%); /* Chrome10+,Safari5.1+ */
 +
background: -o-linear-gradient(top,  #f9c83f 0%,#ba9530 100%); /* Opera 11.10+ */
 +
background: -ms-linear-gradient(top,  #f9c83f 0%,#ba9530 100%); /* IE10+ */
 +
background: linear-gradient(to bottom,  #f9c83f 0%,#ba9530 100%); /* W3C */
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c83f', endColorstr='#ba9530',GradientType=0 ); /* IE6-9 */
 +
}
 +
.frageauswert:active{
 +
-webkit-box-shadow: 7px 7px 7px 0px rgba(100, 100, 100, 0.8), inset 0px 0px 5px 2px rgba(80, 80, 80, 0.8);
 +
-moz-box-shadow:    7px 7px 7px 0px rgba(100, 100, 100, 0.8), inset 0px 0px 5px 2px rgba(80, 80, 80, 0.8);
 +
box-shadow:        7px 7px 7px 0px rgba(100, 100, 100, 0.8), inset 0px 0px 5px 2px rgba(80, 80, 80, 0.8);
 +
}
 +
#frage span{
 +
font-weight: bold;
 +
}
 +
#la3 fieldset{
 +
font-family: Calibri;
 +
}
 +
#begruessungskasten{
 +
margin: 3px; padding: 5px;
 +
}
 +
#nutzer, #links{
 +
color: blue; cursor: pointer; font-family: Arial; font-weight: bold;
 +
margin-left: 5%; border: 2px solid #000000; padding: 5px; -webkit-border-radius: 3px; -moz-border-radius-: 3px; border-radius: 3px;
 +
background: #ff8f63; /* Old browsers */
 +
background: -moz-linear-gradient(top,  #ff8f63 0%, #d17351 100%); /* FF3.6+ */
 +
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f63), color-stop(100%,#d17351)); /* Chrome,Safari4+ */
 +
background: -webkit-linear-gradient(top,  #ff8f63 0%,#d17351 100%); /* Chrome10+,Safari5.1+ */
 +
background: -o-linear-gradient(top,  #ff8f63 0%,#d17351 100%); /* Opera 11.10+ */
 +
background: -ms-linear-gradient(top,  #ff8f63 0%,#d17351 100%); /* IE10+ */
 +
background: linear-gradient(to bottom,  #ff8f63 0%,#d17351 100%); /* W3C */
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f63', endColorstr='#d17351',GradientType=0 ); /* IE6-9 */
 +
}
 +
#la3 input[type=radio]{
 +
position: absolute;
 +
}
 +
#empfr{
 +
border: 1px solid black; -webkit-border-radius: 2px; -moz-border-radius-: 2px; border-radius: 2px;
 +
background: #5eaeff; /* Old browsers */
 +
background: -moz-linear-gradient(top,  #5eaeff 0%, #549de5 100%); /* FF3.6+ */
 +
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eaeff), color-stop(100%,#549de5)); /* Chrome,Safari4+ */
 +
background: -webkit-linear-gradient(top,  #5eaeff 0%,#549de5 100%); /* Chrome10+,Safari5.1+ */
 +
background: -o-linear-gradient(top,  #5eaeff 0%,#549de5 100%); /* Opera 11.10+ */
 +
background: -ms-linear-gradient(top,  #5eaeff 0%,#549de5 100%); /* IE10+ */
 +
background: linear-gradient(to bottom,  #5eaeff 0%,#549de5 100%); /* W3C */
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eaeff', endColorstr='#549de5',GradientType=0 ); /* IE6-9 */
 +
padding: 5px;
 +
}
 +
#empfr img{
 +
width: 100%; border: 1px solid #555555;
 +
}
 +
#la1 th{
 +
width: 20%;
 +
}
 +
#begruessungskasten .faq th{
 +
padding: 10px; margin: 3px; width: 50%; font-weight: normal; text-align: left;
 +
}
 +
</css>
 
</div>
 
</div>

Version vom 13. August 2014, 18:04 Uhr

Supported by NSA
    Stupide Links
Noch nicht blau genug? Dann melde dich jetzt an!
Die Vernetzung schreitet immer weiter voran
(ähnlich wie bei einer Spinnenplage).
Registrieren
Facebook ist und bleibt kostenlos.
(zumindest, solange wir mit dem Ermitteln eurer Daten noch genügend verdienen)
Vorname und Nachname:   Wir wissen dank der NSA deinen Namen schon, allerdings wollen wir prüfen, ob du ein Lügner bist.
Koordinaten deines Wohnortes: 
Passwort:  Dein Passwort wird veröffentlicht, damit du im Falle des Vergessens jemanden danach fragen kannst.
Passwort wiederholen (nicht kopieren): 
Geburtsdatum:      Warum muss ich meinen Geburtstag angeben?
Geschlecht: 
  


Linktipps: Faditiva und 3DPresso