"".$blog_title.""); new infoBoxHeading($info_box_contents, true, true); $info_box_contents = array(); $sef_url = $blog_location."index.php/".substr($blog_row["post_date"],0,4)."/".substr($blog_row["post_date"],5,2)."/".substr($blog_row["post_date"],8,2)."/".$blog_row["post_name"]; $info_box_contents[] = array('text' => '

'.$blog_row["post_title"].'


'.substr(strip_tags($blog_row["post_content"]),0,$number_of_chars_to_display).'...


(read more)
'); new infoBox($info_box_contents); //display box footer $info_box_contents = array(); $info_box_contents[] = array('text' => " "); new infoBoxFooter($info_box_contents, true, true); ?>