var arnews = new Array(10);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DECADE IN REVIEW: 2001
";
arnews[0] += "We closed out the night at Burger King, where I remember Janelle Lafreniere and I watched a hit and run from the drive thru. I was 17 now. Also, I remember I gave a Veterans Day speech in front of the entire school...what? ...";
arnews[0] += "
";
arnews[1]="la semaine de la francophonie
";
arnews[1] += "donc l'école du sommet a remis aujourd'hui des certificats mordicus à ses élèves janelle lafrenière, colin champagne, claudie-anne lampron, annabelle culham, gemma pagé, patrick dion. elle a aussi remis des certificats mordicus à madame ...";
arnews[1] += "
";
arnews[2]="well and clodagh
";
arnews[2] += "http://www.youtube.com/watch?v=yhflak_wkls. here are a few questions and answers: who is your favourite actor? george hamilton who is your favourite actress constance marie who is your favourite model? janelle lafreniere ...";
arnews[2] += "
";
arnews[3]="the 'deal or no deal' banker enters the blogosphere
";
arnews[3] += "(\"my name is janelle lafreniere. along with modeling, i teach dance and work part time at a local gym.\") even more amazingly, the banker finally speaks, in the guise of the sparsely updated banker's blog: ...";
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("