
$(document).ready(function() {

	$(".new-reviews-theme").each(function(){
		$(this).corner("round");
	});
	
	$(".new-reviews-theme .nwb-r").each(function(){
		$(this).corner("round");
	});
	
	$(".green-news-theme").each(function(){
		$(this).corner("round");
	});
		$(".poll-theme").each(function(){
		$(this).corner("round");
	});
	
	$(".gray-theme").each(function(){
		$(this).corner("round");
	});

	$(".blue-theme").each(function(){
		$(this).corner("round");
	});

	$(".green-theme").each(function(){
		$(this).corner("round");
	});

	$(".orange-theme").each(function(){
		$(this).corner("round");
	});

	$(".black-theme").each(function(){
		$(this).corner("round");
	});

	$(".searchbox-portal").each(function(){
		$(this).corner("round");
	});



});

