
<!--
var tmp1=document.getElementById("wm").getAttribute("src");
var tmp2=tmp1.split("?")[1].split("&");

for(var i=0;i<tmp2.length;i++)
{
  var tmp3=tmp2[i].split("=");
  if(isNaN(tmp3[1]))tmp3[1]='"'+tmp3[1]+'"';
  eval("var "+tmp3[0]+"="+tmp3[1]+";");
}


var wmHost=tmp1.split("/static/js")[0];
var wmPathName=window.location.pathname;
var href = window.location.href;

var friends="freunde";
if(p3 == 'fr_ch' || p3 == 'fr_CH') friends="amis";
/*
if(p3 == 'de_de') p3="de_DE";
if(p3 == 'de_at') p3="de_AT";
if(p3 == 'de_ch') p3="de_CH";
if(p3 == 'fr_ch') p3="fr_CH";
document.write('<a href="'+wmHost+'/'+friends+'/'+p2+'?bannerurl='+encodeURIComponent(wmHost+wmPathName)+'" target="_blank"><img src="'+wmHost+'/img/show/sammeln/freunde-werben/affiliate_'+p3.toLowerCase()+'/wm_banner_'+p1+'.gif" height="60" alt="webmiles - Bonusprogramm" border="0"></a>')
*/

document.write('<a href="'+wmHost+'/'+friends+'/'+p2+'/'+'?bannerurl='+encodeURIComponent(href)+'" target="_blank"><img src="'+wmHost+'/img/show/sammeln/freunde-werben/affiliate_'+p3.toLowerCase()+'/wm_banner_'+p1+'.gif" height="60" alt="webmiles - Bonusprogramm" border="0"></a>')


-->