include_once("/editorial/global2/network/scripts/networkhd.php");
include_once("includes/config.php");
include_once("includes/global2/cm/scripts/CMconfig.php");
include_once("includes/global2/cm/scripts/class.CM.php");
include_once("includes/global2/cm/scripts/questions-all.php");
?>
echo $site_name ?>| Conversations
include("includes/global2/cm/cm_design_head.html"); ?>
include("includes/global2/network/networkhd.html"); ?>
include("includes/sitehd.html"); ?>
echo $cat ?> echo $questions_term ?>
include("includes/calltoaction.html"); ?>
if(strstr($REQUEST_URI,"?") == "")
include("includes/questionsfeatured.html");
?>
$r = 0;
while ($blogresult->next()) {
extract($blogresult->row);
//extract($blog->selectBlog($reg_id));
$avatar = $member->getAvatar($reg_id);
$screenname = $member->getScreen($reg_id);
// clean out tags and chop the tease length
$tease = strip_tags($tease);
$wordz = str_word_count($tease, 2);
if(count($wordz) > 20){
$pos = array_keys($wordz);
$tease = substr($tease, 0, $pos[20]);
}
$tease .= '...';
if(!file_exists($avatar))
$avatar = "includes/global2/cm/profiles/default.jpg";
if($r == 2){
echo "
";
$r = 0;
}
?>
$stars=0;
$r++;
}
?>
include("includes/global2/cm/scripts/sitetags.php"); ?>
include("includes/siteft.html"); ?>
include("includes/global2/network/networkft.html"); ?>