(function() { var tag = { loc: function(p) { try { return p+escape(window.location); } catch(e) {} return ''; }, tzo: function(p) { try { return p+(new Date().getTimezoneOffset()); } catch(e) {} return ''; }, cset: function(p,v) { try { return v != '' ? p+v : (document.charset ? p+document.charset : (document.characterSet ? p+document.characterSet : '')); } catch(e) {} return ''; }, ref: function(p) { try { return document.referrer ? p+escape(document.referrer) : ''; } catch(e) {} return ''; }, ct: function(p,u) { try { return (typeof(u)!='undefined' && u.substring(0,4)=='http') ? p+escape(u) : ''; } catch(e) {} return ''; }, isTrue:function(p,u,o) { try { return u ? p : o; } catch(e) {} return o; }, build: function() { var winW=0; var winH=0; if (document.body && document.body.offsetWidth) { winW = document.body.offsetWidth; winH = document.body.offsetHeight; } if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) { winW = document.documentElement.offsetWidth; winH = document.documentElement.offsetHeight; } if (window.innerWidth && window.innerHeight) { winW = window.innerWidth; winH = window.innerHeight; } var s = '<\/scr'+'ipt>'; document.write(s); } }; if (typeof document.swccd7718e93222c82c7e004da6f9f18e2 == 'undefined') { document.swccd7718e93222c82c7e004da6f9f18e2 = { used: false, context: false, flash: false } } tag.build(); })();