var la;
switch ( la ) {
case "en":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "uk":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "fr":
document.write('Programme d\'affiliation
');
document.write('
');
document.write('');
break;
case "es":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "pt":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "br":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "de":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "it":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "dk":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "nl":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "no":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "fi":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "se":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "pl":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "ro":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "hu":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "cz":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "tr":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "ru":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
case "gr":
document.write('Our affiliate program
');
document.write('
');
document.write('');
break;
}