/* common js for forum plugin */

$(document).ready(function(){
	
	//$('object').wrap('<div class="new" />');
	
	
	$('#wpf-wrapper table').each(function(){
	    $(this).find('tr:first').css('border','0');
	});
	
});


