jQuery(function(){
	jQuery('ul li:first-child').addClass("first");
	jQuery('ul li:last-child, dl dd:last-child').addClass("last");
	if ($.browser.msie) {
		$('.sideBar .title, .twitter .feed, .sponsors .gallery').boxShadow( 0,  0, 5, "#000");		
	}
	jQuery('hr').each(function(){
		$(this).wrap('<div class="hr"></div>');
	});
	jQuery('a[rel="external"]').click(function(){
		this.target = "_blank";
	});
});
