$j(document).ready(function(){
	if(typeof sIFR == "function"){
	 	//sIFR.replaceElement(named({sSelector:".body-content h1", sFlashSrc:$live_url+"/swfs/helvetica-bold.swf", sColor:"#6dafe3", sLinkColor:"#6dafe3",sHoverColor:"#5e5e5e",sWmode: 'transparent'}));
	 	//sIFR.replaceElement(named({sSelector:".body-content h2", sFlashSrc:$live_url+"/swfs/helvetica.swf", sColor:"#6dafe3", sLinkColor:"#6dafe3",sHoverColor:"#5e5e5e",sWmode: 'transparent'}));
	 	//sIFR.replaceElement(named({sSelector:".body-content h3", sFlashSrc:$live_url+"/swfs/helvetica-italic.swf", sColor:"#6dafe3", sLinkColor:"#6dafe3", sHoverColor:"#5e5e5e",sWmode: 'transparent'}));
	};
	
	$j("a.tweet-this").tweetIt({ hostedBlog: true });
	
	var ch = $j(".body-content").height();
	var sh = $j(".rightsidebar").height();
	
	if(ch > sh) $j(".rightsidebar").css('height',(ch+30)+'px');
});

