$(function(){	
	//	Stripe Forum Rows
	$(".forumRow:even").addClass("forumRowEven");
	$(".forumRow:odd").addClass("forumRowOdd");
});