$(document).ready(function(){
	var aboutText = $("#abouttext").html();
	var fullHeight = $("#abouttext").height() + 30;
	$("#innercontent").animate({height: fullHeight + "px"},fullHeight*4.2,function(){
		var so = new SWFObject("/flash/aboutvid.swf","aboutvid","240","200","9");
		so.addParam("wmode","transparent");
		so.addVariable("skinPath","/flash/peepskin3.swf");
		so.write("aboutflash");
	});
});