/*****************************************************************************

	NEWS.JS
	Code to manage addtional interaction on the news page. 
	06/08 - Timothy Krukowski for Primum Marketing Communications & gMed. Inc.

 *****************************************************************************/ 

$(document).ready(function() {
	//setup all the rollovers
	$('#tblTradeshow tr:odd').addClass('rowOdd');
});


