ASKcRc.org
Check out ASKcRc.org for kashruth information on many types of products.
cRc in the Community
Learn how we are making a difference in your neighborhood
//where the main page you want to display for modification
$last_modified = filemtime("in_community.php");
//print it all out
print("Last Update: ");
print(date("m/j/y", $last_modified));
?>
Guide to Chicago
Contact information for establishments in the Chicago Jewish community. A great reference for resident and tourist alike!
//where the main page you want to display for modification
$last_modified = filemtime("guide_chicago.php");
//print it all out
print("Last Update: ");
print(date("m/j/y", $last_modified));
?>
Guide for Kohanim in the Chicago Area
A guide pinpointing issues and promoting awareness tohelp our Kohanim maintain their sanctity.
//where the main page you want to display for modification
$last_modified = filemtime("guide_kohanim.php");
//print it all out
print("Last Update: ");
print(date("m/j/y", $last_modified));
?>
A Historical Perspective of Chicago Rabbis
Every month we add a new biography of a rabbi who was a contributor to Chicago's Jewish community
//where the main page you want to display for modification
$last_modified = filemtime("rabbis.php");
//print it all out
print("Last Update: ");
print(date("m/j/y", $last_modified));
?>
|