var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="inca Announces Official Launch of State-of-the-Art Website and E-Boutique
";
arnews[0] += "The wildly successful resort collection headed by Stacy Josloff is now available with the click of a mouse.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:27:05 GMT";
arnews[0] += "
";
arnews[1]="Champion cheerleaders fighting for trip to nationals
";
arnews[1] += "All three Methuen Pop Warner cheerleading teams won the Eastern Massachusetts Cheerleading Competition on Halloween at the Tsongas Arena in Lowell, and now they're gearing up for a regional competition at the DCU Center in Worcester tomorrow.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:27:53 GMT";
arnews[1] += "
";
arnews[2]="Love Actually - BD
";
arnews[2] += "Regular readers know of my appreciation for British wit, and I'm delighted to report that this frothy little romantic comedy did not disappoint.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Reaching Millions
";
arnews[3] += "What does Ashton Kutcher, Lisa Ling, Denise Richards & Alyssa Milano have in common? With a combined captive twitter audience of over 5,747,756 , Ashton, Lisa, Denise & Alyssa were able to reach out socially on twitter for a purpose.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 01:18:14 GMT";
arnews[3] += "
";
arnews[4]="Make secondary dishes shine with some new ideas
";
arnews[4] += "Published: Wednesday, November 18, 2009 at 4:30 a.m. Last Modified: Tuesday, November 17, 2009 at 7:56 p.m. Planning the Thanksgiving menu can be tougher than dealing with an overcooked turkey.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 19:10:06 GMT";
arnews[4] += "
";
arnews[5]=""Melrose Place": Amanda's back, bitches
";
arnews[5] += "Finally! I'd been waiting for last night's episode for literally tens of days, ever since the news broke that Heather Locklear was joining the cast of the CW's new version of \"Melrose Place,\" reprising the role of ball-busting bitch Amanda Woodward, the lead character on the original version of the show back in the 90's. It was exciting, but also ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 18:41:43 GMT";
arnews[5] += "
";
totcount = 6;
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("