$(document).ready(function(){
// online item list width jquery.flatheight
    $('#shop-item td').flatHeights();
    $('#shop-item p').flatHeights();
	
	// for hover action's background
	$('#shop-item td div').each(function(){
		var imgwidth = $(this).find('img').width();
		$(this).css({'width':imgwidth});
	});

	
// twitter timeline width jTweetAnywhere
	$('#thirdstage3-timeline').jTweetsAnywhere({
		username: 'dai3butai',
		count: 2
	});
	
	$('#thirdstageM-timeline').jTweetsAnywhere({
		username: 'thirdstage_M',
		count: 2
	});
	
	$('#kyokou-timeline').jTweetsAnywhere({
		username: 'kyokou_gekidan',
		count: 2
	});
});

function OpenWin(){
	win=window.open("privacy.html","new","width=500,height=515");
}


