*** OLD TEXT... NEW COMIN SOON. ***

How to use it!

First step: Just add following lines to your page


<script src="javascripts/jquery-1.6.min.js" type="text/javascript"></script>
<script src="javascripts/olhfirereek.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
  $("#olhfirereek").olhfirereek({
    fps:100,
    speed:5,
    turbulence:5,
    items:20,
    images: [
      '<img src="images/smoke_0.png" width="100" height="194"/>',
      '<img src="images/smoke_1.png" width="100" height="194"/>'
      ...
    ]
  });
});
</script>

For a real fire inferno change images smoke with fire!

Second step: Add a DIV with an ID of OLHFIREREEK to your page and start smoking.


e.g. stylesheet
#olhfirereek{
  position:absolute;
  top:0;
  left:250px;
  z-index:1000;
  overflow:hidden;
  width:300px;
  height:400px;
}

Last step: Add to your page the following link:
<a href="http://www.olh.de">design und programmierung haase</a>
You can download OlhFireReek here!

P.S.: Explosions will be added some day.