/*
 * functions.js
 * Students of Round for Xbox360 Official Web Site
 * Author:   Conure
 * Modified: 22 Jul. 2010
 */
$(function(){
	//別ウィンドウで開く
	$('a.blank').click(function(){
		window.open(this.href, "_blank");
		return false;
	});
});
 
