(function(){
w=var_width;
h=var_height;
if(var_font_color){ var_font_color = var_font_color; }else{ var_font_color = "#33516d"; }
if(var_content){ var_content = var_content; }else{ var_content = "1"; }
if(var_theme){ var_theme = "-"+var_theme; }else{ var_theme = "-blue"; }
if(var_show_count){ var_show_count = var_show_count; }else{ var_show_count = "true"; }
if(var_border_color){ var_border_color = var_border_color; }else{ var_border_color = "white"; }
if(var_border_size){ if(var_border_size < 1){ border = ""; }else{ border = var_border_size; } }else{ border = ""; }
if(var_back_color){ if(border){ style = "style='border: "+var_border_size+"px solid "+var_border_color+"; background-color: "+var_back_color+";'"; }else{ style = "style='background-color: "+var_back_color+";'"; } }else{ if(border){ style = "style='border: "+var_border_size+"px solid "+var_border_color+";'"; }else{ style = ""; }}
document.write("<iframe src='http://www.twelling.com/newswidget.php?"+
(typeof var_width=='string'?('w='+escape(var_width)):'')+
(typeof var_height=='string'?('&h='+escape(var_height)):'')+
(typeof var_theme=='string'?('&theme='+escape(var_theme)):'')+
(typeof var_content=='string'?('&content='+escape(var_content)):'')+
(typeof var_show_count=='string'?('&count='+escape(var_show_count)):'')+
(typeof var_font_color=='string'?('&bcolor='+escape(var_font_color)):'')+
"' height='"+h+"' width='"+w+"' frameborder='0' scrolling='no' "+style+"></iframe>");})()
