var today_obj=new Date()
var today_date=today_obj.getDate()

var tips=new Array()
var more=new Array()
var tiptitle='<img src=\"filequestionmark.gif\" width=\"16\" height=\"16\">  <b>e-Work<br>Question of the Day</b><br></td></tr>'
//Configure the below array to hold the 31 possible tips of the month
tips[1]='What do all those email terms really mean?'
tips[2]='How do I filter SPAM and find important email?'
tips[3]='Why products don\'t make you money.'
tips[4]='How can I be sure my email will actually get delivered?'
tips[5]='Can I really make money with Mini-Sites?'
tips[6]='What should I do about search engines?'
tips[7]='What do I need to know to write good sales letters?'
tips[8]='Does free publicity work?'
tips[9]='Can I get any traffic using a press release?'
tips[10]='What do I do with an autoresponder anyway?'
tips[11]='Is there an easy way to automate my business?'
tips[12]='Are virtual assistants for real?'
tips[13]='How do I handle refunds online?'
tips[14]='How should I use pop-ups on my site?'
tips[15]='What can I do to increase clicks on my affiliate links?'
tips[16]='Do I need my own product?'
tips[17]='How to avoid new product mistakes.'
tips[18]='I\'m not making enough money, what am I doing wrong?'
tips[19]='What this I\'ve heard about affiliate link theft?'
tips[20]='How can I accept credits cards without a merchant account?'
tips[21]='How can I make more sales with my website?'
tips[22]='How to make money when people LEAVE your site.'
tips[23]='Are virtual assistants for real?'
tips[24]='What should I do about search engines?'
tips[25]='Can I really make money with Mini-Sites?'
tips[26]='Does free publicity work?'
tips[27]='Is there an easy way to automate my business?'
tips[28]='What do I do with an autoresponder anyway?'
tips[29]='How do I handle refunds online?'
tips[30]='I\'m not making enough money, what am I doing wrong?'
tips[31]='What this I\'ve heard about affiliate link theft?'

//links if any
more[1]="tips/emailtip.html"
more[2]="tips/emailtip2.html"
more[3]="tips/biztip.html"
more[4]="tips/emailtip3.html"
more[5]="tips/webtip2.html"
more[6]="tips/webtip3.html"
more[7]="tips/copytip.html"
more[8]="tips/pubtip.html"
more[9]="tips/pubtip2.html"
more[10]="tips/automatetip.html"
more[11]="tips/automatetip2.html"
more[12]="tips/biztip2.html"
more[13]="tips/biztip3.html"
more[14]="tips/webtip5.html"
more[15]="tips/webtip4.html"
more[16]="tips/biztip4.html"
more[17]="tips/biztip5.html"
more[18]="tips/biztip6.html"
more[19]="tips/webtip6.html"
more[20]="tips/biztip7.html"
more[21]="tips/webtip7.html"
more[22]="tips/webtip.html"
more[23]="tips/biztip2.html"
more[24]="tips/webtip3.html"
more[25]="tips/webtip2.html"
more[26]="tips/pubtip2.html"
more[27]="tips/automatetip2.html"
more[28]="tips/automatetip.html"
more[29]="tips/biztip3.html"
more[30]="tips/biztip6.html"
more[31]="tips/webtip6.html"

document.write(tiptitle)
document.write("<tr><td bgcolor=\"#e8e8e8\">" + tips[today_date])
document.write("<br><center><a class=\"main2\" href=\"" + more[today_date] + "\" onClick=\"window.open(this.href,\'new\',\'top=20,left=70,width=350,height=600,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no\');return false;\">Show Me The Answer!</a></center>")
