var $ = document;
var cssId = 'myCss';
if (!$.getElementById(cssId)) {
    var head  = $.getElementsByTagName('head')[0];
    var link  = $.createElement('link');
    link.id   = cssId;
    link.rel  = 'stylesheet';
    link.type = 'text/css';
    link.href = 'http://banner.d-boys.com/twtr/lastgame.css';
    link.media = 'all';
    head.appendChild(link);
};
document.writeln("<div class=\"dboys_blogwidget\">");
document.writeln("<div class=\"top1\">");
document.writeln("<div class=\"top1a\"><\/div>");
document.writeln("<div class=\"top1b\">");
document.writeln("<a href=\"http:\/\/twitter.com\/dboys_info\" target=\"_blank\"><span class=\"top1c\"><\/span><\/a>");
document.writeln("<\/div>");
document.writeln("<\/div>");
document.writeln("<div class=\"mid\">");
document.writeln("<scr" + "ipt>");
document.writeln("new TWTR.Widget({");
document.writeln("version: 2,");
document.writeln("type: \'profile\',");
document.writeln("rpp: 3,");
document.writeln("interval: 6000,");
document.writeln("width: 144,");
document.writeln("height: 186,");
document.writeln("theme: {");
document.writeln("shell: {");
document.writeln("background: \'#ffffff\',");
document.writeln("color: \'#ffffff\'");
document.writeln("},");
document.writeln("tweets: {");
document.writeln("background: \'#ffffff\',");
document.writeln("color: \'#707070\',");
document.writeln("links: \'#00c0de\'");
document.writeln("}");
document.writeln("},");
document.writeln("features: {");
document.writeln("scrollbar: false,");
document.writeln("loop: false,");
document.writeln("live: true,");
document.writeln("hashtags: false,");
document.writeln("timestamp: true,");
document.writeln("avatars: false,");
document.writeln("behavior: \'all\'");
document.writeln("}");
document.writeln("}).render().setUser(\'dboys_info\').start();");
document.writeln("<\/scr" + "ipt>");
document.writeln("<\/div>");
document.writeln("<div class=\"midfooter\">");
document.writeln("<a href=\"http:\/\/www.d-boys.com\/d-boysstage2010\/trial-2\/blog_parts.html\" target=\"_blank\"><span class=\"midfooterbutton\"><\/span><\/a>");
document.writeln("<\/div>");
document.writeln("<div class=\"bottom\">");
document.writeln("<a href=\"http:\/\/watatk.com\" target=\"_blank\"><span class=\"watatk\"><\/span><\/a>");
document.writeln("<\/div>");
document.writeln("<\/div>");

