(function(){
function att(v){return v!=null?"'"+v+"'":"''"}
var win = window;
var doc = document;
url = 'http://www.scribomatic.com/scribowidget.php?widget_width='+win.widget_width+'&widget_height='+win.widget_height+'&widget_colour='+win.widget_colour+'&widget_autoscroll='+win.widget_autoscroll+'&widget_showfilter='+win.widget_showfilter+'&widget_scrollspeed='+win.widget_scrollspeed+'&widget_fontsize='+win.widget_fontsize+'&widget_posts='+win.widget_posts;
doc.write('<iframe name="scribomatic_frame" width="'+win.widget_width+'" height="'+win.widget_height+'" frameborder="0" src='+att(url)+' marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no">');
doc.write("</iframe>");
})()