// JavaScript Document
if (typeof(width) == 'undefined') width = 480;
if (typeof(height) == 'undefined') height = 380;
if (width < 480) width = 480;
if (height < 380) height = 380;
if (width < height) height = width;
document.write('<iframe width='+width+' height='+height+' scrolling=no frameborder=0 scrolling=no allowtransparency=true marginwidth="0" marginheight="0" src=http://www.liveflash.tv/embedplayer/'+channel+'/'+g+'/'+width+'/'+height+' ></iframe>')
