var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ink A Celebrity Memoir Deal - Mediabistro.com
";
arnews[0] += "King, co-author of R&B artist Faith Evans' Keep the Faith , is a prime example of how a little serendipity ... Most of them,\" he says, \"come from the magazine world. A background in journalism is important. You have to be very good at interviewing.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 09:03:00 GMT";
arnews[0] += "
";
arnews[1]="The Bible meets the runway - Daily Chronicle
";
arnews[1] += "DeKALB – Sunday’s fashion show at The Rock Christian Church featured men’s fashion, women’s casual and working looks and evening wear. But the event had one other element most fashion shows don’t – a lesson in biblical history, courtesy ...";
arnews[1] += "
Publ.Date : Mon, 23 Nov 2009 06:20:00 GMT";
arnews[1] += "
";
arnews[2]="Review: Lady Gaga's 'The Fame Monster' - Starpulse.com
";
arnews[2] += "This past Thursday evening we stood outside the office of Interscope Records in New York City. It was a wet, windy and stormy Manhattan evening outside yet the storm was all inside; for it was inside that Lady Gaga 's highly anticipated new album ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 16:21:00 GMT";
arnews[2] += "
";
arnews[3]="Artist: Donnie Klang - Soundslam
";
arnews[3] += "At first, it might seem like Donnie Klang is getting an easy path to the top after spending hours in front of MTV cameras, but in many ways, he's got it tougher than most. As the next artist out the gate from The House That Sean Built, Donnie Klang ...";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 03:12:00 GMT";
arnews[3] += "
";
totcount = 4;
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("