if (window.som_popout==true) {
    var somUrl = "http://widget.screencast-o-matic.com/submit/banner.html?popout="+((window.som_popout)?"1":"0")+"&channel=" + window.som_channel + "&name=" + window.som_name;
    document.write('<iframe frameborder="no" scrolling="no" height="53" width="200" src="'+somUrl+'"></iframe>');
}
else {
    var somHeight = 320;
    var somWidth = 300;
    var somUrl = "http://widget.screencast-o-matic.com/submit/main.html?popout="+((window.som_popout)?"1":"0")+"&channel=" + window.som_channel + "&name=" + window.som_name;
    document.write('<iframe frameborder="no" scrolling="no" height="'+somHeight+'" width="'+somWidth+'" src="'+somUrl+'"></iframe>');
}
