var Collected = {html: "<div id='clctd-widget-robots.txt'><ul id='clctd-widget-l'><div style='margin-left: -100px; border: 1px #fff solid; padding: 15px;'><h2 class='white'>You have not added any feeds to his collection yet.</h2></div></ul><a href='http://collected.info/robots.txt' target='_blank'><img src='http://s.clctd.com/img/collectedww.png' width='57' height='10' id='clctd-widget-robots.txt-img' border='0' align='right'/></a></div>", 
css: "",
generateCSS: function(p) {
this.css = "<style type='text/css'>\
div#clctd-widget-robots.txt {margin:0;padding:8px;background:" + p.bgColor + ";font:14px/16px Helvetica,Arial,sans-serif;overflow:hidden;width:" + p.width + "px;" + (p.roundedCorners == true ? "-moz-border-radius:10px;-webkit-border-radius:10px;" : "") + "}\
div#clctd-widget-robots.txt ul#clctd-widget-l {margin:0;padding:0;list-style:none;}\
div#clctd-widget-robots.txt ul#clctd-widget-l li .clctd-widget-feed {color:" + p.sourceColor + ";font-size:" + p.sourceSize + "px;line-height:11px;height:11px;overflow:hidden;}\
div#clctd-widget-robots.txt ul#clctd-widget-l li a {color:" + p.titleColor + ";text-decoration:none;font-size:" + p.titleSize + "px;}\
div#clctd-widget-robots.txt img#clctd-widget-robots.txt-img {border:none;padding:2px;margin:0;}</style>" },
widget:function(p) {this.generateCSS(p); document.write(this.css + this.html); var li = document.getElementById('clctd-widget-robots.txt').getElementsByTagName('ul')[0].getElementsByTagName('li'); for(var i = 0; i < li.length; i++) { if(i >= p.items) {li[i].style.display = 'none';} if(p.logo=='black') document.getElementById('clctd-widget-robots.txt-img').src = 'http://s.clctd.com/img/collectedwb.png';}}};