$(document).ready(function()
{
	// Init pdBox
	$('.thickbox').pdBox({minWidth: 400});
	
	// Create zebra-style tables
	//$("tr:nth-child(even)").addClass("evenrow");
	
	
});
