Petition for Change |
|
|
The people listed below all agree that Latex products
should be regulated and that the following types of
regulations should be met: |
| |
| • |
The Right to Eat:
Latex gloves should be banned from
the foodservice industry and the Department of
Health of each state should enforce the use of
non-Latex gloves while prepping food. Any
restaurant or food manufacturing company should
be fined if found to be using Latex in their
food prepping or production. |
| • |
The Right to Medical
Attention: Hospitals and
medical care facilities should be completely
Latex free so that those suffering from the
illness can seek medical care whenever needed. |
| • |
The Right to live without
fear: Public areas and
consumer products should not use natural Latex
in their products. For example: use of latex in
carpeting, automobiles, children's playgrounds,
etc. |
|
|
|
|
|
Our Advocates for Change |
|
|
Currently, people have signed our petition. |
| |
|
|
|
=$pagelimit){$max=($group+$pagelimit);}else{$max=$num;}
$search="select * from survey limit $group, $max";
$result=mysql_query($search);
for($i=$group; $i<$max; $i++)
{
$info=mysql_fetch_array($result);
$first = $info['first'];
$last = $info['last'];
$city = $info['city'];
$state = $info['state'];
$allergic = $info['allergic'];
if ($allergic == 1)
{$allergic="Allergic to Latex";}
else
{$allergic="";}
$x=$i+1;
echo '
'.$x.'. |
'.$first.' '.$last.' |
'.$city.', '.$state.' |
'.$allergic.' |
'; }
?>
| |
|
|
|
';
if($page > 1){
$groupa=$group-$pagelimit;
echo '
<Previous Page ';
}
if ($num > ($group+$pagelimit)){
$groupb=$group+$pagelimit;
echo '
Next Page>';
}
echo ' |
';
for($i=1; $i<=$pages; $i++)
{
$group=($i*$pagelimit)-$pagelimit;
echo ''.$i.' - ';
}
?>
|