$(document).ready(function(){
		$('img[@src$=.png]').ifixpng(); 
	  var html_left = $("#leftcontent_inc").html();
	  var html_right = $("#rightcontent_inc").html();
	  $("#leftcontent_inc").empty();
	  $("#righttcontent_inc").empty();
      $("#leftcontent").html(html_left);
	  $("#rightcontent").html(html_right);
	  $("#pagedate").html(thedate);
	  $(".content_change").click(function(event){   	
	 var pageurl = $(this).attr("href");	 
	 $('.content_change_box').load(pageurl); return false;
	 });
	 
	   $("#lawyers td").mouseover(function(){
       $(this).css("background-color","#e1e1e1");
    }).mouseout(function(){
      $(this).css("background-color","#fff");
    });
	$(".nav").superfish({
		delay		: 100, 
		animation : { opacity:"show", height:"show" }
	});
	$(".altfill tr:odd").css("background-color", "#f5f5f5");
	$(".altfill tr:even").css("border-bottom", "#cccccc 3px");
	
	});