$(function(){
	//	Stripe Rows
	$(".forumRow:even").addClass("forumStripeEven");
	$(".forumRow:odd").addClass("forumStripeOdd");
});
