var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="GoandDo: Art around Portsmouth
";
arnews[0] += "Untitled Sweets no. 7, gouache on paper, 6 inches by 6 inches, by Justin Richel.";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 21:10:00 GMT";
arnews[0] += "
";
arnews[1]="WT's Schaffling loving return
";
arnews[1] += "William Tennent's boys team entered Wednesday's SOL National Conference meet at Pennsbury on a bit of a roll.";
arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 07:39:49 GMT";
arnews[1] += "
";
arnews[2]="Falcons take the battle of unbeatens
";
arnews[2] += "Everything is falling into place for the Pennsbury boys swim team. The Falcons played host to William Tennent on Wednesday in a battle of SOL National Conference undefeated teams.";
arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 07:14:28 GMT";
arnews[2] += "
";
arnews[3]="100 collections lisa congdon clothespins
";
arnews[3] += "Soccer City Stadium, photographed by Rasmus Norlander. Aaron: Architectural Photographer Rasmus Norlander This week I stumbled upon the top-drawer work of Stockholm-based architectural photographer Rasmus Norlander.";
arnews[3] += "
Publ.Date : Sat, 09 Jan 2010 02:10:56 GMT";
arnews[3] += "
";
arnews[4]="Amanda, only sometimes real
";
arnews[4] += "When Amanda Congdon, the host of web show Sometimes Daily , got married in June, I linked to video of her apparently skateboarding down the hill on Ocean Park Boulevard to the beach at Santa Monica.";
arnews[4] += "
Publ.Date : Thu, 07 Jan 2010 05:55:22 GMT";
arnews[4] += "
";
arnews[5]="3 rules for getting branded content right
";
arnews[5] += "Work with content producers who are experienced in making videos that appeal to your core customer demographic Hire staffers who can wear many hats, and can keep costs down by writing, editing, and developing projects in-house Put a solid distribution plan in place to make sure consumers see your content A few years ago, it seemed that everybody ...";
arnews[5] += "
Publ.Date : Mon, 04 Jan 2010 03:58:27 GMT";
arnews[5] += "
";
arnews[6]="YouTube put the you' in ubiquitous'
";
arnews[6] += "It seems inevitable and permanent now, as much a fixture in the American mind as McDonald's or Time magazine.";
arnews[6] += "
Publ.Date : Sun, 27 Dec 2009 05:53:14 GMT";
arnews[6] += "
";
arnews[7]="A Festivus For The Rest Of Us
";
arnews[7] += "I love Mediaite and the work of its editors and columnists. But I'm taking a gander its \"Media Influencers\" list- it's Festivus contribution - and I really have to disagree with it's perspective.";
arnews[7] += "
Publ.Date : Thu, 24 Dec 2009 00:48:33 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("