$(function(){

	//Rollover
	$('img').set_rollovers();

	//Font Size Switcher
	$('a[@rel=style]').set_style_switch();

	//Random
	$('#main-visual > img').randomize({ number_of_images: 4 });

	//Popup
	$.set_links({ "map_large.html": { width:620, height: 740, toolbar: "no", scrollbars: "no" },
		"ranking_large.html": { width:800, height: 740, toolbar: "no", scrollbars: "yes", resizable: "yes" },
		"in_out_large.html": { width:1200, height: 820, toolbar: "no", scrollbars: "yes", resizable: "yes" },
		"charisma/": { width:640, height: 740, toolbar: "no", scrollbars: "yes", resizable: "yes" } });

});
