/*******************************************************************************
*	jhborkerdealer.js
*	Copyright © 2008 John Hancock All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
*
*	JavaScript used throughout the John Hancock Broker Dealer website.
********************************************************************************/


$(document).ready(function(){
	//This turns on the row/column highlight effect for any table with the class of 'report_table_content'
	

	$(".report_table_content").tableHover();
	
	


});


