$(document).ready(function() {
	$('#main_wrapper h2').sifr({
		intPadding: [20, 0, 20, 0],
		strBgColor: '#FFFFFF',
		strCase: 'upper',
		strColor: '#004811',
		// strFlashVars: 'offsetTop=6',
		// strLinkColor: '#000000',
		// strHoverColor: '#CCCCCC',
		strSWF: './swf/squired.swf'
	});
});