";
    $postdate=date($dateformat,$post[date]+$tzoff);
    $exp=calcexp($post[posts],(ctime()-$post[regdate])/86400);
    $mp=calcexpgainpost($post[posts],(ctime()-$post[regdate])/86400);
    $lvl=calclvl($exp);
    $expleft=calcexpleft($exp);
    $barwidth=100-round(@($expleft/totallvlexp($lvl))*100);
    if($barwidth<1) $barwidth=0;
    if($barwidth>0) $baron="
";
    if($barwidth<100) $baroff="
';
    if($set[threadlink]) $threadlink=", in $set[threadlink]";
    return "
	$tccell1l valign=top rowspan=2>
	  $set[userlink]$smallfont
	  $set[userrank]
	  
	    | $userpicture | 
	    
		
		  LV
  HP MP | 
		  $lvl
  $post[posts] $mp
		 |  
	     | 
		
		  EXP points For next LV | 
		  $exp $expleft | 
		  | $baron$baroff
		 |   
	   | 
	$tccell1l width=80%>
	  
	    | Posted on $postdate$threadlink | 
	    $quote$edit$ip
	   | 
	$tccell2l valign=top height=220>$post[headtext]$post[text]$post[signtext]$edited
    ";
  }
?>