Most of the users dont know that, they can make money form their Blog. For helping those persons i a writing this blog. They calculating Cost Per Click Rate. It will be a long term investment. So once you create the blogs these ads appear into your side banner, picture, inline words, moving banners etc.
Any want to know more about this matter pls mail me i will give you the link to add you to the publisher list. Some of them having no limit of viewing sites.
If you needed the link that allow you to advertise your blog pls send mail to: navisionplanet@indiatimes.com.
We will send you links within 1 day.
t
Friday, April 11, 2025
Javascript Calendar
tt
function setStyle(id,style,value)
{
id.style[style] = value;
}
function opacity(el,opacity)
{
setStyle(el,"filter:","alpha(opacity="+opacity+")");
setStyle(el,"-moz-opacity",opacity/100);
setStyle(el,"-khtml-opacity",opacity/100);
setStyle(el,"opacity",opacity/100);
}
function calendar()
{
var date = new Date();
var day = date.getDate();
var month = date.getMonth();
var year = date.getYear();
if(year<=200)
{
year += 1900;
}
months = new Array('January', 'February', 'March', 'April', 'May', 'June', 'Jully', 'August', 'September', 'October', 'November', 'December');
days_in_month = new Array(31,28,31,30,31,30,31,31,30,31,30,31);
if(year%4 == 0 && year!=1900)
{
days_in_month[1]=29;
}
total = days_in_month[month];
var date_today = day+' '+months[month]+' '+year;
beg_j = date;
beg_j.setDate(1);
if(beg_j.getDate()==2)
{
beg_j=setDate(0);
}
beg_j = beg_j.getDay();
document.write('');
document.write('');
week = 0;
for(i=1;i<=beg_j;i++)
{
document.write('');
week++;
}
for(i=1;i<=total;i++)
{
if(week==0)
{
document.write('');
}
if(day==i)
{
document.write('');
}
else
{
document.write('');
}
week++;
if(week==7)
{
document.write('');
week=0;
}
}
for(i=1;week!=0;i++)
{
document.write('');
week++;
if(week==7)
{
document.write('');
week=0;
}
}
document.write('
');
opacity(document.getElementById('cal_body'),70);
return true;
}
'+date_today+' | ||||||
---|---|---|---|---|---|---|
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
'+(days_in_month[month-1]-beg_j+i)+' | ||||||
'+i+' | '+i+' | |||||
'+i+' |