$(function() {
		$('a[rel=lightbox]').lightBox();
   	$('#levy p.u1 a').corner("5px");
   	$('#levy p.u2 a').corner("5px");
	 	$('div').corner("5px");
	 	$('form').corner("5px");
 	 	$('table').corner("5px");

    $("a").filter(function() { return this.hostname && this.hostname !== location.hostname;}).attr('target', '_blank');

		
});



