//	Handle largebox displays 
$jq().ready(function() {
	$jq(".add").largebox({
		width: 350,
		type: 'html'
	});
});