i can give u one.!
Step 1: Insert the below into the <body> section of your page where you wish the calendar to appear:
Select All
<script language="JavaScript" src="calendar.js"></script>
<script language="JavaScript">
var cal = new Calendar();
</script>
Step 2: Add the below event handler into the <body> tag itself, like this:
<body onLoad="setCurrentMonth()">
Step 3: Finally, you need to download the following file (by clicking it, or clicking it with the shift key depressed for NS users), and upload it into the same directory as the page containing the calendar:
calendar.js
You're done!