var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="AM > Future Sons & Daughters - American Songwriter
";
arnews[0] += "What really makes the album, though, is that AM, as would a skilled painter a la Vincent van Gogh or, of course, Bob Ross, knows just how to blend these tones together to create a truly spectacular musical mosaic. Like a mosaic, the makeup of Future ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:41:00 GMT";
arnews[0] += "
";
arnews[1]="Packed House Hears BLM Discuss Land Plan - Mesquite Local News
";
arnews[1] += "management plan. The Bureau of Land Management held a scoping meeting on Thursday, Feb. 4 in the city council chambers at Mesquite City Hall. It was standing room only for the meeting, which gave the public an opportunity to discuss revisions to the ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:54:00 GMT";
arnews[1] += "
";
arnews[2]="Five Ways to Expose Your Kids to Art at Home - ARTINFO
";
arnews[2] += "2. Youtube. Never underestimate the power of a video, especially one that can channel a modern day Bob Ross (or vintage footage of the master TV instructor himself). Type in key words like “kids’ art instruction” and dinosaur bones, paper ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 23:46:00 GMT";
arnews[2] += "
";
arnews[3]="A place to hang her art - Newark Advocate
";
arnews[3] += "Bob Ross was a large influence for her, and she is certified in all four of his methods including, landscape, wildlife, portrait and floral paintings. \"I thought that was pretty cool that you could do one in half an hour,\" she said. Although many of ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 15:23:00 GMT";
arnews[3] += "
";
arnews[4]="Activities at River Valley Library - Quad Cities Onlines
";
arnews[4] += "Bob Ross Painting Classes led by certified Bob Ross instructor Frank Black will be held in the Community Room at River Valley Library. Friday, February 5th there will be two seascape Make & Take classes, from 5:00-6:30pm and from 6:30pm-8:00pm.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 18:42:00 GMT";
arnews[4] += "
";
arnews[5]="Pubic Policy - Cornell Daily Sun
";
arnews[5] += "Two weeks ago, the sorority women of Cornell spent hours primping and priming ourselves: we painted our nails, cut our hair and faked our tans, not to go out and meet guys, but to stay indoors and talk to other women for the five day girl-flirting ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 06:48:00 GMT";
arnews[5] += "
";
arnews[6]="County Government Resents Bearing Safety Net's Burden - Voiceof San Diego
";
arnews[6] += "Christine Hyatt is the face of the newly needy. Two years ago, she never imagined she'd apply for government aid. And she never knew the process would be so difficult. In early 2008, she'd been promoted to a trainer at a hotel and casino near the Las ...";
arnews[6] += "
Publ.Date : Tue, 02 Feb 2010 19:57:00 GMT";
arnews[6] += "
";
totcount = 7;
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("