if (typeof(mim_tv_width)=='undefined')  mim_tv_width = 640;
if (typeof(mim_tv_height)=='undefined') mim_tv_height = 360;
if (typeof(mim_tv_source)=='undefined') mim_tv_source = 'VDO';
src = 'http://tv.madeinmedina.com/clients/mimplayer.php?width='+mim_tv_width+'&amp;height='+mim_tv_height+'&amp;video_id='+mim_tv_id+'&amp;source='+mim_tv_source ;
if (typeof(mim_tv_image)!='undefined') src += '&amp;image='+mim_tv_image ;
document.write('<iframe id="frameOne" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" src="'+src+'" width="'+mim_tv_width+'" height="'+mim_tv_height+'"></iframe>');
