$(document).ready(function()
{
	
	if ( $("table.contenttable") )
	{
		$("table.contenttable").dropShadow({left: 2, top: 2, blur: 2, opacity: 0.3});
	}
})


