This Blog will tell you about one of the famous money making site Youtaz and its easy way to getting money.
Join Now
Add Blogs:
You will recieve TAZ points each time you add an article to YOUTAZ. If your blog is liked by other members, you'll receive even more TAZ points with our very own voting system.
Are you wondering what you will write about? It's important for the YOUTAZ content to be unique. And the easiest way to do this is to write about what you are doing. Talk about what you did this week end, what was good about it, what was bad? Did you buy a product that you liked, or did you see a film that you hated? If you keep as targeted as possible, you'll be able to generate hundreds of blogs in no time.
Add Videos:
This is very easy. All you have to do is find videos that you like on Youtube or Myspace and add them to YOUTAZ in just a couple of clicks. Just add videos that you have found funny or interesting and the content will grow and grow! Again you will recieve TAZ points for adding videos, and even more points if you get votes
Add a Forum message:
Forums are great places to discuss topics with other passionate members. Whether you have a passion for a subject, or you are just looking for an answer to a simple question, just open a topic in the right category and you're off! You'll recieve TAZ points for the topics, and TAZ votes for the best comments
Questions and Answers:
If you're not into forums another way to get an answer to a question is simply to add your question in the YOUTAZ question and answer feature. Questions and answers will recieve Taz points and votes.
Dig News:
We think this is the easiest TAZ point earner of them all. We all read tens of articles everyday on the web. As soon as you find an article interesting, just add the link on the YOUTAZ news to recieve TAZ points and votes. The more interesting the news, the more TAZ points you'll get!
Click here to Join
t
Friday, April 18, 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+' |