var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="The Common Ground Fair
";
arnews[0] += "The Fair allows fairgoers to make connections with a rapidly expanding base of organic farms in the state of Maine. Hundreds of vendors, exhibitors and demonstrators, more than...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Common Holiday Eating Myths
";
arnews[1] += "Liz Keptner gets the scoop on common eating myths during the holiday.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:30:22 GMT";
arnews[1] += "
";
arnews[2]="Common Ground: Changing Rhetoric & Policy in the Mideast
";
arnews[2] += "Common Ground: Changing Rhetoric & Policy in the Mideast The Century Foundation - The Century Foundation The new administration has been faced with the challenge of repairing...";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 21:24:38 GMT";
arnews[2] += "
";
arnews[3]="Kid Cudi (Feat. Kanye West & Common) - Make Her Say
";
arnews[3] += "Fresh New Music: teddys-music.com Official Video For Make Her Say By Kid Cudi Feat. Kanye West & Common DOWNLOAD THIS BONUS RINGTONE -► http";
arnews[3] += "
Publ.Date : Mon, 20 Jul 2009 17:53:15 GMT";
arnews[3] += "
";
arnews[4]="KiD CuDi- I Poke Her Face (CDQ) FEAT. Kanye West x Common
";
arnews[4] += "KID CUDI I Poke Her Face (CDQ) FEAT. Kanye West x Common KID CUDI I Poke Her Face (CDQ) FEAT. Kanye West x Common KID CUDI I Poke Her Face (CDQ) FEAT. Kanye West x Common KID CUDI...";
arnews[4] += "
Publ.Date : Sun, 05 Apr 2009 16:57:54 GMT";
arnews[4] += "
";
arnews[5]="KiD CuDi- Make Her Say (I Poke Her Face) Ft. Kanye West x Common
";
arnews[5] += "itunes: ax.itunes.apple.com DOWNLOAD THIS BONUS RINGTONE @ Best-Ringers.com Great Remix: www.youtube.com KID CUDI I Poke Her Face (CDQ) FEAT. Kanye West x Common";
arnews[5] += "
Publ.Date : Sun, 05 Apr 2009 16:57:54 GMT";
arnews[5] += "
";
arnews[6]="Create a Jewelry Organizer out of Common Closet Things
";
arnews[6] += "Sorting out that box of jewelry can be a pain. Organize it by using a few items from items from your closet. Super Easy! Distributed by Tubemogul.";
arnews[6] += "
Publ.Date : Fri, 09 Jan 2009 17:31:41 GMT";
arnews[6] += "
";
arnews[7]="Common Fingerpicking Patterns Part 2
";
arnews[7] += "Applying common fingerpicking patterns to simple chord progressions. Part 2 of 5.";
arnews[7] += "
Publ.Date : Thu, 19 Jun 2008 20:12:37 GMT";
arnews[7] += "
";
arnews[8]="Combating Common GI Woes
";
arnews[8] += "If heartburn, diarrhea or constipation has you down, check out these simple diet and exercise tips to ease your discomfort.";
arnews[8] += "
Publ.Date : Fri, 26 Oct 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Common Cold and Flu Treatments (Cold and Flu #1)
";
arnews[9] += "Stuffy nose, sore throat, persistent cough…ugh, it’s the flu! Let’s look at some common home remedies that can help.";
arnews[9] += "
Publ.Date : Fri, 26 Oct 2007 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("