var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ivory Primary nine weeks and semester honor roll - Camden News
";
arnews[0] += "Eric Albert, Cataija Anderson, Gabrielle Arnold*, Victoria Arnold, Zoe Bell, Alijah Berry, Sterling Blanche, Atlanta Brown, Dareon Buffington, Jackson Burdue, Darien Burris, Jaicee Cano, Carmen Clark, Alesha Clary*, Sha'myia Cook, Ja'kiyah Cooper ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 21:29:00 GMT";
arnews[0] += "
";
arnews[1]="Blu-Ray Review: Girl Power Drives Entertaining ‘Whip It’ - HollywoodChicago.com
";
arnews[1] += "CHICAGO – Drew Barrymore’s directorial debut “Whip It” is the kind of fun, girl-power driven comedy that I honestly expected would find a huge word-of-mouth audience in theaters. Its absolutely dismal box office ($13 million) was one of the ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 16:58:00 GMT";
arnews[1] += "
";
arnews[2]="Why 'Conventional Romance' Isn't for Drew Barrymore - iVillage Entertainment
";
arnews[2] += "Why was it so important for you to show strong female characters in Whip It ? I do fundamentally believe that you can be true to who you want to be in this world and find a great group of friends, and it is so much more fun to do it alongside a group ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 13:38:00 GMT";
arnews[2] += "
";
totcount = 3;
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("