 |
Hebrew:
Reading Readiness: Grades K-3
A decorative and fun tool for the classroomsturdy mini-posters present each letter in an educationally meaningful and colorful format, using photographs and art.
Twenty-three vibrant full-color mini-posters (8½" x 11")one for each of the 22 Hebrew letters plus an alef-bet chartare included in each set of Jumbo Letter Cards.
Each poster contains a Hebrew letter, its name, a Hebrew word beginning with the letter, and a photographic or artistic illustration of the word.
Examples:
| Hebrew Letter |
Gimmel |
Koof |
Shin |
| Hebrew Word |
Glidah |
Keshet |
Shofar |
| Illustration |
Ice Cream Photograph |
Rainbow Drawing |
Shofar Photograph |
| |
 |
 |
 |
Ideal to decorate the walls or bulletin boards of your classroom and to help create a Jewish cultural environment. Can also be used as flash cards to teach individual letters, or as building blocks for words. The photographs and illustrations provide visual cues to help students recognize the letters.
Set of 23 cards
#!/usr/local/bin/perl
$FNAME=$ENV{DOCUMENT_ROOT}. "/dbase/products.txt";
#$FNAME="products.txt";
&behrfun($ARGV[0]);
sub behrfun{
my $sku=shift;
print "Content-type: text/html\n\n";
$m=&findme($sku);
unless($m->{'price'}){
&errprint;
}
}
if($m->{salep}){
printsale($m->{itemno},$m->{sku},$m->{price},$m->{salep});
}else{
printresult($m->{itemno},$m->{sku},$m->{price},$m->{salep});
}
sub errprint{
print "[Error: Price not found]\n";
}
sub findme{
my $sku=shift;
my $f;
my @j;
open (FHAN,"<$FNAME") or print "can't open file";
$k=;
# @j=split(/\t/,$k);
# foreach $i (0..30){
# print "$i: $j[$i]\n";
# }
while(){
@j=split(/\t/);
if($j[15] eq $sku){
$f= {
'itemno' => $. - 2,
'price' => $j[1],
'salep' => $j[2],
'sku' => $j[15]
};
close(FHAN);
return $f;
}
}
close(FHAN);
}
sub printresult{
my($itemnum,$sku,$price,$saleprice)=@_;
print<\$$price
![[ORDER THIS]](http://www.behrmanhouse.com/img/order.gif)
($sku)
BLAH
}
sub printsale{
my($itemnum,$sku,$price,$saleprice)=@_;
print<\$$price
On Sale! \$$saleprice
![[ORDER THIS]](http://www.behrmanhouse.com/img/order.gif)
($sku)
BLAH
}
|
If you do not
wish to order this title online, or you need more information call:
800-221-2755 or fax: 973-379-7280 |
|  |