$(document).ready(function(){

	if(typeof($('#chatting').val())!="undefined")
	{
		$("#chatting").corner();
	}
	if(typeof($('#nav').val())!="undefined")
	{
		$("#nav").corner();
	}
	if(typeof($('#searchi').val())!="undefined")
	{
		$("#searchi").corner();
	}
	if(typeof($('.blk').val())!="undefined")
	{
		$(".blk").corner("top");
	}
});





