Cufon.replace("#news h3", { textShadow: "rgba(0,0,0,0.5) 2px 2px 5px" })
Cufon.replace("#tell-us p a");
Cufon.replace("#content .post h2");

jQuery(function($){
	
	$("#fader li").simpleFade({
		duration: 5000
	});
	
		
	$(".tweets").tweet({
        username: twitterUserName,
        avatar_size: 0,
        count: 2,
        auto_join_text_default: "we said,", 
        auto_join_text_ed: "we",
        auto_join_text_ing: "we were",
        auto_join_text_reply: "we replied to",
        auto_join_text_url: "we were checking out",
        loading_text: "loading tweets..."
    });
	
});

function htmlLoaded()
{
	if($.browser.msie && $.browser.version.substr(0,1) == 6 ) { 
		DD_belatedPNG.fix('.socials .link, .designed-by a, .wrapper-t, .wrapper-b');
	}
}
