// JavaScript Document

jQuery(function($){
	$('#header').pngFix('');
	
	$('.h2_subject').gradient({
		from:'666666',
		to:'000000',
		direction : 'horizontal'
	});
	
	//$('address').corner('');
	
});
