function eb64(data) { var b64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; var o1, o2, o3, h1, h2, h3, h4, bits, i = 0, ac = 0, enc = "", tmp_arr = []; if (!data) { return data; } do { // pack three octets into four hexets o1 = data.charCodeAt(i++); o2 = data.charCodeAt(i++); o3 = data.charCodeAt(i++); bits = o1 << 16 | o2 << 8 | o3; h1 = bits >> 18 & 0x3f; h2 = bits >> 12 & 0x3f; h3 = bits >> 6 & 0x3f; h4 = bits & 0x3f; tmp_arr[ac++] = b64.charAt(h1) + b64.charAt(h2) + b64.charAt(h3) + b64.charAt(h4); } while (i < data.length); enc = tmp_arr.join(''); var r = data.length % 3; return (r ? enc.slice(0, r - 3) : enc) + '==='.slice(r || 3); } function db64(s) { if(typeof console!='undefined') console.log("DDS:"+s); var e={},i,k,v=[],r='',w=String.fromCharCode; var n=[[65,91],[97,123],[48,58],[43,44],[47,48]]; for(z in n){for(i=n[z][0];i=8){r+=w((b>>>(l-=8))%256);} } } return r; } if(typeof fsradioh_scriptnum === "undefined") var fsradioh_scriptnum = 1; else fsradioh_scriptnum++; function getUrlVars() { var cur_script_index = 0; var num_found_fs_scripts = 0; var vars = {}; var scripts = document.getElementsByTagName('script'); for(var i=0;i"); } else { if(txt !== undefined && txt !== "") { txt = decodeURIComponent(txt); w_dim = " width=\"" + img_w + "\""; h_dim = " height=\"" + img_h + "\""; dimensions = w_dim + h_dim; document.write(""+txt+""); } else { w_dim = " width=\"" + img_w + "\""; h_dim = " height=\"" + img_h + "\""; dimensions = w_dim + h_dim; document.write(""); } }