// see downtext.js

        <script language="javascript">
            <!--
            var vc_rand = Math.floor(Math.random() * 7777);

            // Used to verify that we can set cookies
            //
            document.cookie = 'h2=o; path=/;';

            // Get the current window size to ensure we can view our ad
            //
            var vc_window_wt = 0;
            var vc_window_ht = 0;
            if (window.innerWidth && window.innerHeight) {
                vc_window_wt = window.innerWidth;
                vc_window_ht = window.innerHeight;
            }
            else if (document.documentElement.clientWidth > 0 && document.documentElement.clientHeight > 0) {
                vc_window_wt = document.documentElement.clientWidth;
                vc_window_ht = document.documentElement.clientHeight;
            }
            else {
                vc_window_wt = document.body.clientWidth;
                vc_window_ht = document.body.clientHeight;

                if (vc_window_ht > 1024) {
                    vc_window_ht = 1024;
                }
            }

            if (document.cookie.indexOf('n=vue') <= 0 && document.cookie.indexOf('2=o') > 0) {
                document.write('<scr'+'ipt language="javascript" src="http://media.fastclick.net');
                document.write('/w/get.media?sid=21616&tm=12&m=4&tp=4&c=' + vc_rand);
                document.write('&window_ht=' + vc_window_ht + '&window_wt=' + vc_window_wt + '"></scr'+'ipt>');
            }
            // -->
        </script>