$j(document).ready(function() {
   $j("h1").each(function(i){
	    var so2 = new SWFObject($live_url+"/swf/typer.swf", "typer", "416", "52", "8", "");
	    so2.addVariable("TTL", $j(this).html());
	    so2.addParam("wmode", "transparent");
	    so2.write(this);   
   });
});