$(document).ready(function(){
	twttr.anywhere(function (T) {
		T("#tbox").tweetBox({
		  height: 60,
		  width: 360,
		  defaultContent: "@jipanglish http://jipanglish.com",
		  label:　'Jipanglishをツイート！',
		  onTweet:function(pt){
			alert2('"'+pt+'"　をツイートしました！');
		  }
		});
	});
});
var timeline = 1;
function genNum(num,plus){
	if(plus==undefined){
		plus = 0;
	}
	if(num == undefined){
		num = 2;
	}
	return Math.floor(Math.random()*num)+plus;
}