$(function () {
	if (! $.browser.safari) {
		$('#link_to_top').click(function () {
			$(this).blur();
			$('html,body').animate({ scrollTop: 0 }, 'slow');
			return false;
		});
	}
});

$(function() {
    $('.line0').flatHeights();
    $('.line1').flatHeights();
    $('.line2').flatHeights();
    $('.line3').flatHeights();
    $('.line4').flatHeights();
});
