$(document).ready(function(){
						 
							try{								
								$(".navigation li:first-child").addClass('noline');
//								$(".home-news .news:last-child").addClass('nobg');
								
								
								$('.menu').corner({
tl: { radius: 5 }, tr: { radius: 5 }, bl: { radius: 0 }, br: { radius: 0 }, antiAlias: true
});			
								
								
								
								
								$('#banner').corner('5px');
								
								$('input.wpcf7-text').focus(function(){
																	  this.value="";
																	  });
								
							}catch(e){
								
							}
							
						   });
