var NAMESPACE = window.NAMESPACE || {}

NAMESPACE.Badge = function() {

    var sCss = ' div#methminute39_badge { width: 200px; height: 170px; border: 1px #000 solid; text-align: center; font-size: 12px; font-weight: bold; color: #000; background: #000; font-family: arial, "lucida console", sans-serif; z-index: 100; } div#methminute39_badge a { font-size: 14px; font-weight: bold; text-decoration: none; border: 0px; color: #000; } div#methminute39_badge a img { height: 110px; width: 100%; border: 0px; } div#methminute39_badge div#NNNHeader { width: 100%; height: 20px; background: #FFFFFF; color: #000; } div#methminute39_badge div#NNNThumb img { width: 100%; height: 100%; background: #000; } div#methminute39_badge div#NNNFooter { width: 100%; height: 50px; background: #000000; display: none; } /* player css */ div#methminute39_badge div#methminute39_player { font-size: 40px; position: fixed; left: 20%; top: 5%; width: 480px; height: 480px; border: 0px; z-index: 100; } div#methminute39_badge div#methminute39_player #Header { font-size: 30px; width: 100%; height: 176px; background: transparent url(" http://s3assets.nextnewnetworks.com/4863.png") no-repeat; } div#methminute39_badge div#methminute39_player #Header #playertitle { font-size: 0px; width: 100%; height: 20px; text-align: center; background: #FFFF00; float: left; clear: both; display: none; } div#methminute39_badge div#methminute39_player #Header div#closelink { postion: relative; background: transparent; color: #000; padding-top: 160px; padding-right: 18px; text-align: right; } div#methminute39_badge div#methminute39_player #Header div#closelink a { font-size: 10px; } div#methminute39_badge div#methminute39_player #Desc { background: #000; padding: 0px; } div#methminute39_badge div#methminute39_player #Body { width: 480px; height: 383px; background: #000; padding: 0px; } div#methminute39_badge div#methminute39_player #Footer { width: 100%; height: 53px; background: transparent url("http://s3assets.nextnewnetworks.com/4787.png") no-repeat; } div#methminute39_badge div#methminute39_player #Footer a { font-size: 17px; font-family: arial, "lucida console", sans-serif; text-aign: center; padding-top: 10px; }';

    function getCss()
    {
        var Headobject = document.getElementsByTagName('head')[0];
        
        var CSSobject = document.createElement('style');
        
        CSSobject.setAttribute('type','text/css');
        
        if (CSSobject.styleSheet) {
            CSSobject.styleSheet.cssText = sCss;
        } else {
            CSSobject.appendChild(document.createTextNode(sCss));
        }

        Headobject.appendChild(CSSobject);
    };
    
    function getHtml()
    {
        document.write('<?xml version="1.0" encoding="UTF-8"?>\x0a<div id="methminute39_badge"><div id="NNNHeader"><a href="http://www.channelfrederator.com/methminute39/episode/TMM_20080710">New On The Meth Minute 39</a></div><script type="text/javascript" src="http://www.channelfrederator.com/javascript/prototype.js"></script><script type="text/javascript" src="http://www.channelfrederator.com/javascript/NNNDrag.js"></script><div id="NNNThumb"><a href="#" onClick="methminute39_playerRevealPlayer(); return false;"><img src="http://images.nextnewnetworks.com/11726.jpg"/></a></div><div id="NNNFooter"><a href="http://www.channelfrederator.com/methminute39/episode/TMM_20080710">The Stoic Squirrel in the Big City - The Meth Minute 39 Bonus Extra</a></div><div id="methminute39_player" style="display:none;"><div id="Header" onmousedown="dragStart(event,\'methminute39_player\');"><div id="playertitle">New On The Meth Minute 39</div><div id="closelink"><a href="#" onClick="methminute39_playerHidePlayer(); return false;"><span id="closelinktext"> ( Close )</span></a></div></div><div id="Body"><object width="480" height="320" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="player"><param value="http://www.channelfrederator.com/embed/player" name="movie"/><param value="always" name="allowscriptaccess"/><param value="video_file=http://www.channelfrederator.com/partner/play/TMM_20080710" name="flashvars"/><param value="opaque" name="wmode"/><embed src="http://www.channelfrederator.com/embed/player" width="480" height="320" allowScriptAccess="always" FlashVars="video_file=http://www.channelfrederator.com/partner/play/TMM_20080710" wmode="opaque" type="application/x-shockwave-flash"/></object></div><div id="Footer"><a href="http://www.channelfrederator.com/methminute39/episode/TMM_20080710"><span id="footertext">The Stoic Squirrel in the Big City - The Meth Minute 39 Bonus Extra</span></a></div><script type="text/javascript">function methminute39_playerRevealPlayer() {$("methminute39_player").show(); };function methminute39_playerHidePlayer() {$("methminute39_player").hide(); }</script></div></div>\x0a');
    };
    
    return {
        Init : function() {
            if (document.getElementById && document.createTextNode)
            {
                getCss();
                getHtml();
            }
        }
    };
    
}();

NAMESPACE.Badge.Init();


