first re-commit.

This commit is contained in:
2025-08-05 22:42:07 +02:00
commit 60ce743fc0
1736 changed files with 227235 additions and 0 deletions

View File

@@ -0,0 +1,112 @@
<table width="100%" border=0 cellpadding=2 cellspacing=1>
<tr><td align="center" style="background-color:efefef">
<script language="JavaScript">
<!--
var google_adnum = 0;
function google_ad_request_done(google_ads) {
var ad_unit = '';
if (google_ads.length == 0) {
return;
}
if (google_ads[0].type == "flash") {
ad_unit += '<a href=\"' +
google_info.feedback_url + '\" style="color:000000">Google Anzeigen</a><br>' +
'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' +
' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="' +
google_ad.image_width + '" HEIGHT="' +
google_ad.image_height + '"> <PARAM NAME="movie" VALUE="' +
google_ad.image_url + '">' +
'<PARAM NAME="quality" VALUE="high">' +
'<PARAM NAME="AllowScriptAccess" VALUE="never">' +
'<EMBED src="' +
google_ad.image_url + '" WIDTH="' +
google_ad.image_width + '" HEIGHT="' +
google_ad.image_height +
'" TYPE="application/x-shockwave-flash"' +
' AllowScriptAccess="never" ' +
' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>';
} else if (google_ads[0].type == "image") {
ad_unit += '<a href=\"' +
google_info.feedback_url + '\" style="color:000000">Google Anzeigen</a><br> <a href="' +
google_ads[0].url + '" target="_top" title="go to ' +
google_ads[0].visible_url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[0].visible_url + '\';return true"><img border="0" src="' +
google_ads[0].image_url + '"width="' +
google_ads[0].image_width + '"height="' +
google_ads[0].image_height + '"></a>';
} else if (google_ads[0].type == "html") {
ad_unit += google_ads[0].snippet;
} else {
if (google_ads.length == 1) {
ad_unit += '<table class="ad1"><tr height=5%><td><a class="abg" href=\"' +
google_info.feedback_url + '\">Google Anzeigen</a></td></tr><tr><td><div class = "single_center"><a class = "adTitle1_a" href="' +
google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[0].visible_url + '\';return true"><span class="adTitle1">' +
google_ads[0].line1 + '</span></a></div><br><br><div class="adText1">' +
google_ads[0].line2 + '<br>' +
google_ads[0].line3 + '</div> <br><br><div class = "single_center"><a class = "adLink1_a" href="' +
google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[0].visible_url + '\';return true"><span class="adLink1">' +
google_ads[0].visible_url + '</span></a></div></td></tr></table>';
} else if (google_ads.length > 1) {
ad_unit += '<table class="ad"><tr height=5%><td ><a class="abg" href=\"' +
google_info.feedback_url + '\">Google Anzeigen</a></td></tr>';
for(i = 0; i < google_ads.length; ++i) {
ad_unit += '<tr><td><a class = "adTitle_a" href="' +
google_ads[i].url + '" target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true"><span class="adTitle">' +
google_ads[i].line1 + '</span></a><div class="adText">' +
'<a class = "adLink_a" href="' +
google_ads[i].url + '"target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true"><span class="adLink">' +
google_ads[i].visible_url + '</span></a>' + '&nbsp;' +
google_ads[i].line2 + '&nbsp;' + google_ads[i].line3 + '</div></td></tr>';
}
ad_unit += '</table>';
}
}
document.getElementById("ad_unit").innerHTML += ad_unit;
google_adnum += google_ads.length;
return;
}
google_ad_client = "ca-pub-6947439780399125";
google_ad_channel = '3253614014';
google_ad_output = 'js';
google_max_num_ads = '3';
google_feedback = "on";
google_ad_type = "text_html";
google_adtest = "off";
google_image_size = '200x200';
// -->
</script>
<div id="ad_unit" class="ad_box1"></div>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</td></tr>
</table>
<br>