// JavaScript Document

//twitter
document.writeln("<script src='http://widgets.twimg.com/j/2/widget.js'></script>");
document.writeln("<script>");
document.writeln("new TWTR.Widget({");
document.writeln("  version: 2,");
document.writeln("  type: 'profile',");
document.writeln("  rpp: 4,");
document.writeln("  interval: 6000,");
document.writeln("  width: 148,");
document.writeln("  height: 300,");
document.writeln("  theme: {");
document.writeln("    shell: {");
document.writeln("      background: '#333333',");
document.writeln("      color: '#ffffff'");
document.writeln("    },");
document.writeln("    tweets: {");
document.writeln("      background: '#000000',");
document.writeln("      color: '#ffffff',");
document.writeln("      links: '#4aed05'");
document.writeln("    }");
document.writeln("  },");
document.writeln("  features: {");
document.writeln("    scrollbar: false,");
document.writeln("    loop: false,");
document.writeln("    live: false,");
document.writeln("    hashtags: true,");
document.writeln("    timestamp: true,");
document.writeln("    avatars: false,");
document.writeln("    behavior: 'all'");
document.writeln("  }");
document.writeln("}).render().setUser('senkensoi').start();");
document.writeln("</script>");

