// JavaScript Document

var tax_03_tip = new Array(33);
var tax_03_url = new Array(33);
var article_1 = 0;
var article_2 = 0;


tax_03_tip[1]="Be aware of a new IRS audit program.";
tax_03_tip[2]="Your check may be in the mail.";
tax_03_tip[3]="There are tax breaks when you do charitable work.";
tax_03_tip[4]="Don't get caught in an illegal tax shelter.";
tax_03_tip[5]="An amended return may make sense for you.";
tax_03_tip[6]="Reduce taxes when you make business purchases.";
tax_03_tip[7]="Should you change your tax payments?";
tax_03_tip[8]="Should you expect a refund check for the child tax credit?";
tax_03_tip[9]="Are your children ready for a summer job?";
tax_03_tip[10]="Plan for lower investment taxes.";
tax_03_tip[11]="New tax law may call for changes in your 2003 planning.";
tax_03_tip[12]="Your boat or RV might be your second (tax) home.";
tax_03_tip[13]="Is it time to check your withholding?";
tax_03_tip[14]="You may qualify for a tax break when you sell vacant land.";
tax_03_tip[15]="Watch out for use taxes when you shop out of state.";
tax_03_tip[16]="The disabled get tax breaks.";
tax_03_tip[17]="A gift isn't complete without tax records.";
tax_03_tip[18]="Self-employment gives you some tax breaks.";
tax_03_tip[19]="The &quot;saver's credit&quot;: one more reason to save for retirement.";
tax_03_tip[20]="Look for last minute tax savers.";
tax_03_tip[21]="If you can't file on time, get an extension.";
tax_03_tip[22]="There's good news for taxpayers who claim a home office deduction.";
tax_03_tip[23]="Consider your tax filing status when planning for divorce.";
tax_03_tip[24]="Timing matters on tax losses for worthless securities.";
tax_03_tip[25]="Make sure you use correct social security numbers.";
tax_03_tip[26]="Check the year-end information forms you receive.";
tax_03_tip[27]="A tax professional gives you more than a tax return.";
tax_03_tip[28]="Know the tax difference between alimony and child support.";
tax_03_tip[29]="Get a tax credit for child care expenses.";
tax_03_tip[30]="Get tax relief when disaster strikes.";
tax_03_tip[31]="Shift income to your child to reduce taxes.";
tax_03_tip[32]="Pay attention to the &quot;nanny tax&quot;.";



tax_03_url[1]="http://www.1040form.com/03_tax_tips/irs_audit.htm";
tax_03_url[2]="http://www.1040form.com/03_tax_tips/check_mail.htm";
tax_03_url[3]="http://www.1040form.com/03_tax_tips/charitable_work.htm";
tax_03_url[4]="http://www.1040form.com/03_tax_tips/tax_shelter.htm";
tax_03_url[5]="http://www.1040form.com/03_tax_tips/amend_returns.htm";
tax_03_url[6]="http://www.1040form.com/03_tax_tips/equipment_expensing.htm";
tax_03_url[7]="http://www.1040form.com/03_tax_tips/tax_payments.htm";
tax_03_url[8]="http://www.1040form.com/03_tax_tips/child_tax_credit.htm";
tax_03_url[9]="http://www.1040form.com/03_tax_tips/summer_tax.htm";
tax_03_url[10]="http://www.1040form.com/03_tax_tips/investment_taxes.htm";
tax_03_url[11]="http://www.1040form.com/03_tax_tips/tax_law.htm";
tax_03_url[12]="http://www.1040form.com/03_tax_tips/second_home.htm";
tax_03_url[13]="http://www.1040form.com/03_tax_tips/check_withholding.htm";
tax_03_url[14]="http://www.1040form.com/03_tax_tips/vacant_tax.htm";
tax_03_url[15]="http://www.1040form.com/03_tax_tips/use_tax.htm";
tax_03_url[16]="http://www.1040form.com/03_tax_tips/disabled_break.htm";
tax_03_url[17]="http://www.1040form.com/03_tax_tips/gift_records.htm";
tax_03_url[18]="http://www.1040form.com/03_tax_tips/self_employed.htm";
tax_03_url[19]="http://www.1040form.com/03_tax_tips/savers_credit.htm";
tax_03_url[20]="http://www.1040form.com/03_tax_tips/tax_deductions.htm";
tax_03_url[21]="http://www.1040form.com/03_tax_tips/tax_extension.htm";
tax_03_url[22]="http://www.1040form.com/03_tax_tips/home_office.htm";
tax_03_url[23]="http://www.1040form.com/03_tax_tips/tax_divorce.htm";
tax_03_url[24]="http://www.1040form.com/03_tax_tips/worthless_securities.htm";
tax_03_url[25]="http://www.1040form.com/03_tax_tips/social_security_numbers.htm";
tax_03_url[26]="http://www.1040form.com/03_tax_tips/information_forms.htm";
tax_03_url[27]="http://www.1040form.com/03_tax_tips/tax_professional.htm";
tax_03_url[28]="http://www.1040form.com/03_tax_tips/divorce_taxes.htm";
tax_03_url[29]="http://www.1040form.com/03_tax_tips/child_credit.htm";
tax_03_url[30]="http://www.1040form.com/03_tax_tips/disaster_relief.htm";
tax_03_url[31]="http://www.1040form.com/03_tax_tips/child_taxes.htm";
tax_03_url[32]="http://www.1040form.com/03_tax_tips/nanny_tax.htm";


	article_1 = Math.round((Math.random () * 31) + 1);
	do {
		article_2 = Math.round((Math.random () * 31) + 1);
	} while (article_1 == article_2)

