var afid=kuka(location.search,"AfID");
var sfx=".exe";
var aff=kuka(location.search,"aff");
/*if (afid != "") sfx="_rs.exe";
if (aff == "ST" || aff == "RS") sfx="_rs.exe";
if (aff == "AH") sfx="_ah.exe";
if (aff == "OV") sfx="_ov.exe";
if (aff == "GU") sfx="_gu.exe";
if (aff == "RN3") sfx="_rn3.exe";*/
aff=aff.toLowerCase();
if (aff=="") sfx=".exe"; else sfx="_"+aff+".exe";
document.write("<a href="+dnlbase+sfx+">");

