function ss(w,id) { window.status = w; return true; }

function cs() { window.status=''; }

function jcc(a) {
 document.location=document.getElementById(a).href;
}

function ha(a){  pha=document.getElementById(a); nhi=pha.href.indexOf("&nh=");if(nhi < 1) {phb=pha.href+"&nh=1";} pha.href=phb; jcc(a); }

function google_ad_request_done(google_ads) {
 if (google_ads.length > 0) {
   var ad_start=0;
   var ad_next=0;
   for(adpointer=0; adpointer<google_ad_positions.length; adpointer++) {
     var ad_unit = '';
     var highlight='';
     ad_start=ad_next;
     var ad_end=ad_start+google_ad_positions[adpointer][2];

     if(google_ad_positions[adpointer][1] == 'resultlist'){
       for(i = ad_start; i < google_ads.length; i++) {
         if(i%2){
           highlight='bgcolor="#efefef"';
         } else {
           highlight='';
         }
         if (i < ad_end) {
           if (i == ad_start) ad_unit += '<table class="resultlist" style="width: 100%;">'
           +  '<tbody style="cursor: pointer;">';
           ad_unit += '<tr ' + highlight + ' onFocus="ss(\'gehe zu ' + google_ads[i].visible_url + '\',\'aw'+ i +'\')" onClick="ha(\'aw'+ i +'\')" '
           + 'onMouseOver="return ss(\'gehe zu ' + google_ads[i].visible_url + '\',\'aw'+ i +'\')" onmouseout=\'cs()\'><td width="170"><a id="aw'+ i +'" href="' + google_ads[i].url
           + '" onclick="return false;"><b><font class=txt10px><u>'
           + google_ads[i].line1 + '</b></a></font></u></td><td style="padding:8px;"><font class=txt10px>' + google_ads[i].line2 + '&nbsp;' + google_ads[i].line3  + '&nbsp;<u>' + google_ads[i].visible_url + '</u>' 
           + '</font></td></tr>';
           if (i == (ad_end-1)) ad_unit += '<tr><td colspan=2 align=right>Google Anzeigen</td></tr></tbody></table>';
         } else {
           break;
         }
         ad_next++;
       }
     } else if(google_ad_positions[adpointer][1] == 'sidebar') {
       for(i = ad_start; i < google_ads.length; i++) {
         if(i%2){
           highlight='class="hl"';
         } else {
           highlight='';
         }

         if (i < ad_end) {
           if (i == ad_start) ad_unit += '<span class="s8">Google Ads</span><br /><table class="resultlist" style="width: 580px;">'
           +  '<tbody style="cursor: pointer;">';
           ad_unit += '<tr valign="top" ' + highlight + ' onFocus="ss(\'gehe zu ' + google_ads[i].visible_url + '\',\'aw'+ i +'\')" onClick="ha(\'aw'+ i +'\')" '
           + 'onMouseOver="return ss(\'gehe zu ' + google_ads[i].visible_url + '\',\'aw'+ i +'\')" onmouseout=\'cs()\' onClick="ha(\'aw'+ i+'\');"><td><font class=s8> <a id="aw'+ i +'" href="' + google_ads[i].url
           + '" onclick="return false;"><u>'
           + google_ads[i].line1.replace(/&nbsp;/gi,' ') + '</a></u></font><br /><font class=s8>' + google_ads[i].line2.replace(/&nbsp;/gi,' ') + ' ' + google_ads[i].line3.replace(/&nbsp;/gi,' ')
           + '</font></td></tr>';
           if (i == (ad_end-1)) ad_unit += '</tbody></table>';
         } else {
           break;
         }
         ad_next++;
       }
     }
     if(ad_unit) {
       document.getElementById(google_ad_positions[adpointer][0]).innerHTML += ad_unit;
     }
   }
 }
}

google_ad_client = "pub-4829117690519520";         
google_ad_channel ="3714324827";
google_ad_output = 'js';
google_ad_type  = "text";
google_color_line = "ff0000";
google_encoding = "ISO-8859-1";
google_safe = 'high';
if(google_ad_keywords.length>0){
 google_kw_type = 'broad';
 google_kw = google_ad_keywords.toString();
}
google_language = 'de';
