var RandInt=Math.floor(Math.random()*10000);
if ((typeof WwwUserId!='undefined') && (WwwUserId>0)){
 if ((typeof WwwPageId!='undefined') && (WwwPageId>0)){
  document.write('<script src="http://www.welchweiseworte.de/sprueche.php?id='+WwwUserId+'&pageid='+WwwPageId+'&rand='+RandInt+'"></script>');
 } else {document.write('<b>Ein Fehler ist aufgetretten</b><br><br>Variable WwwPageId ist ungültig.<br>Weiteres dazu hier: <a target="_blanck" href="http://www.welchweiseworte.de/forum.php">Support</a>.');}
}else {document.write('<b>Ein Fehler ist aufgetretten</b><br><br>Variable WwwUserId ist ungültig.<br>Weiteres dazu hier: <a target="_blanck" href="http://www.welchweiseworte.de/forum.php">Support</a>.');}