if (typeof swfobject == 'undefined') { document.write('<scr' + 'ipt type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"><\/script>'); }
if (typeof raDispSwf == 'undefined') { document.write('<scr' + 'ipt type="text/javascript" src="http://cdn.rewardsaffiliates.com/scripts/shared/ra_dispswf.js"><\/script>'); }
function RaCheckFsupport() {
    var isSupported = null;
    if (document.createElement) {
        var el = document.createElement("div");
        if (el && el.style) {
            el.style.position = "fixed";
            el.style.top = "10px";
            var root = document.body;
            if (root && root.appendChild && root.removeChild) {
                root.appendChild(el);
                isSupported = el.offsetTop === 10;
                root.removeChild(el);
            }
        }
    }
    return isSupported;
}


var myWidth = 0, myHeight = 0;
if (typeof (window.innerWidth) == 'number') {
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
} else if (document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) {
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
} else if (document.body && (document.body.clientWidth || document.body.clientHeight)) {
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
}
raBinWidth = myWidth;
raBinHeight = myHeight;