0 ) {
$out_string=str_replace("@@","2",$file[$i]);
} else {
$out_string=str_replace("@@","1",$file[$i]);
}
$out_string=str_replace("@TT@",$theDate,$out_string);
echo "$out_string\n";
}
}
?>
[ Answers In Action Cults and Religions Discussion Area ]
Satanism and SRA
- "Selling Satan, The Tragic History of Mike Warne, the Cornerstone investigative report by Jon Trott & Mike Hertenstein. (old location)
- Satan's Sideshow (old location)
- Lauren Stratford: From Satanic Ritual Abuse to Jewish Holocaust Survivor By Bob & Gretchen Passantino and Jon Trott.
0 )
continue;
$sidebar = strpos($file_url,"sidebar");
if ( $sidebar > 0 )
continue;
$stratford = strpos($file_url,"stratford");
if ( $stratford > 0 )
continue;
$sideshow = strpos($file_url,"sideshow");
if ( $sideshow > 0 )
continue;
$warnke = strpos($file_url,"warnke");
if ( $warnke > 0 )
continue;
for($i = 0;$i < count($file);$i++) {
$title = strtolower($file[$i]);
$p1 = strpos($title,"title>");
if ( $p1 > 0 ) {
$outstring=str_replace("","",$title);
$outstring=str_replace("","",$outstring);
$outstring = ucwords($outstring);
$article_list[$file_url]=$outstring;
break;
}
}
}
asort($article_list);
reset($article_list);
while (list($key, $value) = each($article_list)) {
echo "
- $value";
}
?>