/*------------------------------------------------------------
 * header.js jQuery.js Version 1.0
 * 
 *------------------------------------------------------------
 * ログイン前後でヘッダを出し分けます。
/*------------------------------------------------------------*/

$(document).ready(function(){
	$('#globalnav_section').load(
		'/common/header/?t=' + (new Date().getTime()),
		{},
		function(){
			$.post('/js/rollover.js', {}, function(){}, 'script');
			$.post('/js/openwindow.js', {}, function(){}, 'script');
		}
	)
});
