var arnews = new Array(9);
totcount = 9;
rnd = 1;
document.write("Shout99.com
");
document.write("
");
document.title=document.title+ " ";
arnews[0]="Pensions tax relief proposals get qualified welcome
";
arnews[0] += "The Government’s proposed pensions tax relief changes are an improvement on the previous government’s rules but there are still issues that need to be resolved to make them workable, say the Chartered Institute of Taxation (CIOT).";
arnews[0] += "
";
arnews[1]="Taxman takes £238 million too much
";
arnews[1] += "HM Revenue and Customs collected £238 million too much tax from taxpayers as a result of PAYE errors in 2009/10, up from £96 million in 2008/09 - a 148 per cent increase - according to data obtained by a firm of accountants.";
arnews[1] += "
";
arnews[2]="Changing company name to leave an agency
";
arnews[2] += "What are the legal ramifications of closing down a company through which you are working for an end client via an agent and setting up another company to deal direct?";
arnews[2] += "
";
arnews[3]="Labour Leadership - Are they ready to think about small business?
";
arnews[3] += "Ed Milliband says he wants Labour to be the party of small business and the self-employed. What lessons do Labour need to learn if they are to accomplish such an aim?";
arnews[3] += "
";
arnews[4]="How long to be concerned
";
arnews[4] += "How long does the HMRC dig backwards to make a buck ?";
arnews[4] += "
";
arnews[5]="Closing a company
";
arnews[5] += "I posted this in 'Ask an Expert' but I'd like the opinions of fellow freelancers as well.";
arnews[5] += "
";
arnews[6]="Police forces fail small firms on prompt payment
";
arnews[6] += "New research into police payment practices has revealed vast differences in the amount of time different forces take to pay their suppliers and contractors.";
arnews[6] += "
";
arnews[7]="Small firms asked about banking experiences
";
arnews[7] += "A small business support group is urging firms to take part in a new survey to highlight their experiences of dealing with the banks.";
arnews[7] += "
";
arnews[8]="Claiming travel after two years at temporary site.
";
arnews[8] += "I am in the situation where I have now signed a contract that takes me over 2 years at the same workplace. Up to now I have been claiming travel expenses, and obviously I can't do that now as the previous 2 years were 100% at the temporary workplace.";
arnews[8] += "
";
totcount = 9;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("