    (function(){
        function addEvent(el, cb){
            if (window.addEventListener) {
                el.addEventListener('click', cb, false);
            }
            else {
                el.attachEvent('onclick', cb);
            }
        }
        var SYfullscreen = false, displayReplayButton =false,timer,displayCloseButton = false, today = new Date(), adInterPath = "";
        var testdate = function(){

<!--全屏代码-->
<!--ADS:PDPS000000030453-->
<!--全屏代码-->
        }
        testdate();
        var MSIE = navigator.userAgent.indexOf("MSIE"), OPER = navigator.userAgent.indexOf("Opera"), replay, hiddenLayer
        if (SYfullscreen == true) { 
            var changediv = function(){
                if (replay) {
                    replay.style.display = 'none';
                }
				hiddenLayer = document.getElementById('hiddenLayer');
                hiddenLayer.style.display = "block";
				if(displayCloseButton){
					hiddenLayer.style.position='relative';
					var close = document.createElement('div');
					close.style.top = 2 + "px";
					close.style.right = 2 + "px";
					close.style.width = "23px";
					close.style.height = "16px";
					close.style.position = "absolute";
					close.style.cursor = "pointer";
					close.style.background = 'url("http://d1.sina.com.cn/201104/26/300946.jpg") no-repeat';
					hiddenLayer.appendChild(close);
					addEvent(close, hidediv);
				}
                document.getElementById('interstitialframe').src = adInterPath;
                timer = setTimeout(hidediv, 8000);
            }
            var hidediv = function(){
				clearTimeout(timer);
                if (displayReplayButton) {
                    var top = hiddenLayer.offsetTop;
                    if (replay) {
                        replay.style.display = 'block';
                    }
                    else {
                        replay = document.createElement('div');
                        replay.style.top = top + "px";
                        replay.style.left = (document.body.clientWidth -950)/2 + 950+"px";
                        replay.style.width = "20px";
                        replay.style.height = "50px";
                        replay.style.position = "absolute";
                        replay.style.cursor = "pointer";
                        replay.style.background = 'url("http://i0.sinaimg.cn/hs/ouyi/lead/icon/fullscreenreplay.gif") no-repeat';
                        hiddenLayer.parentNode.appendChild(replay);
                        addEvent(replay, changediv);
                    }
                }
                document.getElementById('hiddenLayer').style.display = "none";
            }
            var showfull = function(){
                setTimeout(changediv, 2000);
            }
            showfull();
        }
        if (SYfullscreen == true) { 
            document.write('<div id="hiddenLayer" style="display: none; height: 450px;">');
            var expandableIframe = '<iframe id="interstitialframe" width="950" height="450" noresize scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>';
            document.write(expandableIframe);
            document.write('</div>');
        }
    })();

<!--全屏结束-->
