$(function () {
	new RealtimeKaitori({
		feed_url: "feed/get_realtime.html",
		$loader: $('#realtime div.loader'),
		$table: $("#realtime table"),	
	}).run();
});

function w_open(URL){
window.open( URL,null, 'width=740,height=700, scrollbars=yes');
}
