$(function() {
	
	// $(".current").parents('div:eq(0)').css("background-image","template/images/main-button-background.gif");


	
	// currentParent();
	
	$("table.directoryTable tr:even").addClass("directoryRowOn");
	$("table.directoryTable tr:odd").addClass("directoryRowOff");
	
	// $("table.studyTips tr:even").addClass("row-a");
	// $("table.studyTips tr:odd").addClass("row-b");
	


});

function currentParent(){
	// var parentElement = '';
	// parentElement = $("a.current").parent().attr("id");
	// alert(document.getElementById(parentElement).value);
}




