$(document).ready(function() {
	//sidebar youtube
	$("#sidebar-video").width(263);
	$("#sidebar-video").height(217);
	$("#sidebar-video").show();
	
	//tooltips
	tooltip('.showtooltip',-241,-10,'tooltip');
	
	//rollovers
	$(".imgrollover").hover(function(e){
		imgrollover(this, true);		
    },
	function(){
		imgrollover(this, false);
    });
	
	//making sure lifestream links open in new windows..
	$("table.lifestream a").attr("target", "_blank");
});
