if(!Videostrip){var Videostrip={}}Videostrip.PlayerPlacer=Class.create({changeVideo:function(c,b,f,e,a,g){var h=$(c);if(!h){return}e=(e=="auto")?parseInt(h.style.width):parseInt(e);a=(a=="auto")?parseInt(h.style.height):parseInt(a);h.update('<iframe id="videostrip_widget_iframe_video" src="about:blank" width="'+e+'" height="'+a+'" frameborder="0" scrolling="no" marginwidth="0" style="background-color: #000;"></iframe>');if(document.frames){var d=document.frames.videostrip_widget_iframe_video;this.putInIframe(d,b,f,e,a,g)}else{this.g_waitForIframe=setInterval(this.checkIframe.bind(this),100,b,f,e,a,g)}},checkIframe:function(b,e,d,a,f){var c=$("videostrip_widget_iframe_video");if(c){clearInterval(this.g_waitForIframe);this.putInIframe(c,b,e,d,a,f)}},putInIframe:function(d,b,f,c,a,g){if(d){var e=d.document;if(!e){e=d.contentDocument}if(e){if(g==undefined){g="CLICKTOSTART"}e.open("text/html","replace");out="<html><head><title>www.nextbestband.nl</title><style>html, body {height:100%;} #outer[id] {height:100%;} #outer {overflow: hidden; position: relative;} #outer[id] {display: table; position: static;} #middle {position: absolute; top: 50%;} #middle[id] {display: table-cell; vertical-align: middle; position: static;} #inner {position: relative; top: -50%}</style></head>";out+='<body style="margin: 0px;background:black;"><div id="outer"><div id="middle"><div id="inner"><script type="text/javascript" src="http://load01.videostrip.com/serve_cad.php?play_key='+f+"&cnti_key="+b+"&width="+c+"&height="+a+"&categories=pop,rock,loudmusic,electronics,hiphop,soufuja,world&startmode="+g+'"><\/script><script type="text/javascript">window.setTimeout("document.close();", 2500);<\/script></div></div></div></body></html>';e.write(out)}}}});