<?php
$post_data = array(
array(
"display_name" => "elenam",
"post_title" => "",
"post_date" => "2010-01-19 09:38:26",
"post_content" => "Hi All,<br />
<br />
welcome to CSci 1101! This blog will be used for course-related discussions, such as questions and answers on the course material. Please check it frequently and post when you have questions or when you know an answer to someone else's question or when you would like to share a helpful resource.<br />
<br />
Enjoy the class and let me know if you have any questions!<br />
<br />
Your friendly instructor,<br />
<br />
Elena",
"comment_count" => 2
),
array(
"display_name" => "elenam",
"post_title" => "",
"post_date" => "2010-01-19 09:45:14",
"post_content" => "This is an introductory post. Please write something about yourself  in comments. You may include your major, your year, your interests, whatever else you would like to share.  Please  include times that you are available to work on the project.",
"comment_count" => 20
),
array(
"display_name" => "thom2705",
"post_title" => "",
"post_date" => "2010-01-21 12:08:36",
"post_content" => "Thompson Clifford, I am a senior majoring in biology. I can work anytime after 5:30pm on weekdays except Fridays.",
"comment_count" => 0
),
array(
"display_name" => "elenam",
"post_title" => "Project groups",
"post_date" => "2010-01-26 12:46:52",
"post_content" => "When you know whom you will be working with on the project, please add a comment to this post with your name and the name of your project partner. You may also choose a name for your team if you want.",
"comment_count" => 9
));
?>