// <![CDATA[
$(function() {

	$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
	
	$('.topnav ul').children('li').each(function() {
		$(this).children('a').html('<span>'+$(this).children('a').text()+'</span>'); // add tags span to a href
	});
	
	// radius Box   
	$('.post_leave a').css({"border-radius": "7px", "-moz-border-radius":"7px", "-webkit-border-radius":"7px"});
	$('.wp-pagenavi a, .wp-pagenavi .current').css({"border-radius": "7px", "-moz-border-radius":"7px", "-webkit-border-radius":"7px"});
	$('.topnav li a').css({"border-radius": "7px", "-moz-border-radius":"7px", "-webkit-border-radius":"7px"});
	$('.blog_body a ').css({"border-radius": "7px", "-moz-border-radius":"7px", "-webkit-border-radius":"7px"});

});

Cufon.replace('h1, h2, h3,.post-commets a',{ hover:true } );	
// ]]>
