$('document').ready(function(){
	// Feature Boxen
	$.pir.options.php="http://www.inventpartners.com/pir/pir.php";
	//$('#featurebox').children().children('li').pir({font: "MYRIADAT.TTF", wrap: true});
	$('#feature_box').children().children('h3').pir({font: "MYRIADAB.TTF", wrap: true});
	$('#feature_box').children().children().children('li').pir({font: "MYRIADAT.TTF", wrap: true});

});