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