if(typeof channel_id=="undefined") channel_id = "";
if(typeof ucolor1=="undefined") ucolor1 = "";
if(typeof ucolor2=="undefined") ucolor2 = "";
if(typeof utcolor4=="undefined") utcolor4 = "";
if(typeof utcolor5=="undefined") utcolor5 = "";
if(typeof color_ratio=="undefined") color_ratio = "0.8";
if(typeof pause=="undefined") pause = "";
if(typeof channel_height=="undefined") channel_height = "";
if(typeof channel_width=="undefined") channel_width = "";
if(typeof player_skin=="undefined") player_skin = "";
if(typeof channel_skin=="undefined") channel_skin = "";
if(typeof no_flash_bg=="undefined") no_flash_bg = "";
if(typeof no_auto_start=="undefined") no_auto_start = "";
if(typeof start_img=="undefined") start_img = "";
hurl = "http://www.streamingvideoprovider.co.uk/";

document.write('<iframe scrolling="no" src="'+hurl+'index.php?l=player&a=run&ch='+channel_id+'&c1='+ucolor1+'&c2='+ucolor2
+'&tc1='+utcolor4+'&tc2='+utcolor5+'&cr='+color_ratio+'&p='+pause+'&w='+channel_width+'&h='+channel_height+'&skin='+player_skin
+'&cskin='+channel_skin+'&no_bg_flash='+no_flash_bg+'&no_auto_start='+no_auto_start+'&start_img='+start_img+'&iframe=1" width="'+channel_width+'" height="'+channel_height+'" frameborder="0"></iframe>');