function ryouhei(){
 new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 8,
  interval: 6000,
  width: 180,
  height: 250,
  theme: {
    shell: {
      background: '#dddddd',
      color: '#333333'
    },
    tweets: {
      background: '#eeeeee',
      color: '#666666',
      links: '#C27AB3'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('heavenshemp').start();
}



function natsuko(){
 new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 8,
  interval: 6000,
  width: 180,
  height: 250,
  theme: {
    shell: {
      background: '#dddddd',
      color: '#333333'
    },
    tweets: {
      background: '#eeeeee',
      color: '#666666',
      links: '#C27AB3'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('Natsuko_www').start();
}


function shinpei(){
 new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 8,
  interval: 6000,
  width: 180,
  height: 250,
  theme: {
    shell: {
      background: '#dddddd',
      color: '#333333'
    },
    tweets: {
      background: '#eeeeee',
      color: '#666666',
      links: '#C27AB3'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('shinpei_w').start();
}


function nob(){
 new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 8,
  interval: 6000,
  width: 180,
  height: 250,
  theme: {
    shell: {
      background: '#dddddd',
      color: '#333333'
    },
    tweets: {
      background: '#eeeeee',
      color: '#666666',
      links: '#C27AB3'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('heavenshemp_nob').start();
}
