blogCal 0.1.2 Update
I have updated blogCal to version 0.1.2. It contains minor bug fixes.
Mainly it fixes the non-standards complaint Internet Explorer.
It should now be fully functional in Internet Explorer.
I also added the ability to pass the number of calendar months to draw. You can do this by passing a number to the show method. Example:
<div id="blogcal"></div>
<script type=”text/javascript”>
blogCal.show(3);
</script>







