$(document).ready(function(){
	if(typeof($('.adhead').val())!="undefined")
	{
		$(".adhead").corner("top");
	}
	if(typeof($('.adbottom').val())!="undefined")
	{
		$(".adbottom").corner("bottom");
	}

});


