
/*----------------------------------------------

	Theme Name:Healthcare Partners Co,Ltd.
	Description:Common Style Sheet　10-10-2008 (mm-dd-yyyy)
	Version:ver. 1.0

----------------------------------------------*/

$(document).ready(function() {

	$('#globalNavi').find('a').each(function(){
		if( location.href.indexOf(this.href) != -1) {
			$(this).addClass('current');
		}
	});

	$('a.blank').click(function() {
		window.open(this.href, '_blank').focus();
		return false;
	});

});


