// JavaScript Document

var bus_03_title = new Array(9);
var bus_03_url = new Array(9);
var bus_02_title = new Array(13);
var bus_02_url = new Array(13);

bus_03_title[1] = "Make the right pricing decision.";
bus_03_title[2] = "Use awards and rewards to motivate employees.";
bus_03_title[3] = "Don't leave the wrong business message.";
bus_03_title[4] = "Control costs all the time – even when business is good.";
bus_03_title[5] = "Make smarter hiring decisions.";
bus_03_title[6] = "Start planning now for the survival of your business.";
bus_03_title[7] = "Employee theft is a major business expense.";
bus_03_title[8] = "Reducing taxes can be more profitable than cutting costs.";

bus_03_url[1] = "http://www.1040form.com/03_business_tips/pricing_decision.htm";
bus_03_url[2] = "http://www.1040form.com/03_business_tips/motivate_employees.htm";
bus_03_url[3] = "http://www.1040form.com/03_business_tips/business_message.htm";
bus_03_url[4] = "http://www.1040form.com/03_business_tips/control_costs.htm";
bus_03_url[5] = "http://www.1040form.com/03_business_tips/hiring_employees.htm";
bus_03_url[6] = "http://www.1040form.com/03_business_tips/business_succession.htm";
bus_03_url[7] = "http://www.1040form.com/03_business_tips/employee_theft.htm";
bus_03_url[8] = "http://www.1040form.com/03_business_tips/tax_revenues.htm"; 


bus_02_title[1] = "Identify your best customers to increase profits.";
bus_02_title[2] = "Businesses: Tap into the benefits of a retirement plan.";
bus_02_title[3] = "Let your employees know the value of their benefits.";
bus_02_title[4] = "Be careful when borrowing money from your corporation.";
bus_02_title[5] = "Get tax breaks for making your business more accessible to the disabled.";
bus_02_title[6] = "Use the 80-20 rule to increase your business profits.";
bus_02_title[7] = "Avoid the #1 mistake when buying a business.";
bus_02_title[8] = "Solve your customers&quot; problems.";
bus_02_title[9] = "Consider these low-cost ways to increase your business security.";
bus_02_title[10] = "Get to know the value of your business (Part 2).";
bus_02_title[11] = "Get to know the value of your business (Part 1).";
bus_02_title[12] = "Get a faster tax refund for your business.";

bus_02_url[1] = "http://www.1040form.com/02_business_tips/best_customers.htm";
bus_02_url[2] = "http://www.1040form.com/02_business_tips/retirement_plan.htm";
bus_02_url[3] = "http://www.1040form.com/02_business_tips/employee_benefits.htm";
bus_02_url[4] = "http://www.1040form.com/02_business_tips/borrowing_money.htm";
bus_02_url[5] = "http://www.1040form.com/02_business_tips/disabled_accessability.htm";
bus_02_url[6] = "http://www.1040form.com/02_business_tips/business_profits.htm";
bus_02_url[7] = "http://www.1040form.com/02_business_tips/mistake_buying_business.htm";
bus_02_url[8] = "http://www.1040form.com/02_business_tips/solve_problems.htm";
bus_02_url[9] = "http://www.1040form.com/02_business_tips/business_security.htm";
bus_02_url[10] = "http://www.1040form.com/02_business_tips/value_business_pt2.htm";
bus_02_url[11] = "http://www.1040form.com/02_business_tips/value_business_pt1.htm";
bus_02_url[12] = "http://www.1040form.com/02_business_tips/faster_tax_refund.htm";

function random_article (article_num) {
	return Math.round((Math.random () * article_num) + 1);
};




