var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top Blu-ray Releases for February 9
";
arnews[0] += "Jon Z Blu-ray Vince Vaughn's Couples Retreat highlights this week's Blu-ray releases.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:14:02 GMT";
arnews[0] += "
";
arnews[1]="Prep Basketball Roundup: Dionte Ferguson's 22nd double-double powers Prattville to area title
";
arnews[1] += "Senior Dionte Ferguson recorded his 22nd double-double in 25 games as Prattville knocked off Sidney Lanier 76-63 in the Class 6A, Area 6 finals on Monday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Dog Dependents and Other Federal Tax Myths
";
arnews[2] += "The tax code is over 60,000 pages long. No wonder there's a little confusion as to what's taxable, who is most likely to get audited, and what you can claim as a deduction.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 22:40:00 GMT";
arnews[2] += "
";
arnews[3]="Myths about federal taxes
";
arnews[3] += "The U.S. tax code is massive and complicated - the perfect fodder for myth-making. Perhaps the most well-worn fallacy - shot down by many courts despite the best efforts of tightfisted taxpayers - is that federal taxes are actually illegal.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:05:28 GMT";
arnews[3] += "
";
arnews[4]="The tax evasion hall of fame
";
arnews[4] += "Who doesn't want to avoid taxes? Judge Billings Learned Hand famously summed up the American tax situation, saying, \"anyone may arrange his affairs so that his taxes shall be as low as possible... for nobody owes any public duty to pay more than the law demands.\" Avoiding taxes is one thing, but income tax evasion is another.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 16:42:01 GMT";
arnews[4] += "
";
arnews[5]="Quick and Dirty: The Blind Side
";
arnews[5] += "It's the sport of kings, Better than diamond rings, That's why we're here to sing Football.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 02:25:03 GMT";
arnews[5] += "
";
arnews[6]="Brooklyn's Finest Super Bowl Spot
";
arnews[6] += "The Super Bowl may seem like a strange fit for a Sundance film, but this former Sundance debut is full of big stars with big guns.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 22:39:07 GMT";
arnews[6] += "
";
arnews[7]="Rife with myth
";
arnews[7] += "The U.S. tax code is massive and complicated - the perfect fodder for myth-making. Perhaps the most well-worn fallacy - shot down by many courts despite the best efforts of tightfisted taxpayers - is that federal taxes are actually illegal.";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 14:17:24 GMT";
arnews[7] += "
";
totcount = 8;
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("