function smaEncode64(d){var a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-=";var b="";var l,j,g;var k,h,f,e;var c=0;while(c<d.length){l=d.charCodeAt(c++);j=d.charCodeAt(c++);g=d.charCodeAt(c++);k=l>>2;h=((l&3)<<4)|(j>>4);f=((j&15)<<2)|(g>>6);e=g&63;if(isNaN(j)){f=e=64}else{if(isNaN(g)){e=64}}b+=(a.charAt(k)+a.charAt(h)+a.charAt(f)+a.charAt(e))}return b}var smaSiteID=smaEncode64(document.location.href.toLowerCase().replace(/#.*/,"").replace(/http:\/\//,""));document.write(unescape("%3Cscript src='http://setogmbh.small.gdlcdn.com/semanticads/")+smaSiteID+unescape("_"+smaAccountID+"-1-1o2.js' type='text/javascript'%3E%3C/script%3E"));