var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Richard Smith: Great bit from Caroline Rhea was based on a line from The Sound Of Music --- What is it you can't face? « Cant Face
";
arnews[0] += "Great bit from Caroline Rhea was based on a line from The Sound Of Music --- What is it you can't face? « Cant Face -";
arnews[0] += "
";
arnews[1]="Richard Smith: Great bit from Caroline Rhea was based on a line from The Sound Of Music --- What is it you can't face? «... http://tumblr.com/x773kw5ck
";
arnews[1] += "Great bit from Caroline Rhea was based on a line from The Sound Of Music --- What is it you can't face? «...";
arnews[1] += "
";
arnews[2]="Richard Smith: Great bit from Caroline Rhea was based on a line from The Sound Of Music --- What is it you can't face? « Cant Face
";
arnews[2] += "Great bit from Caroline Rhea was based on a line from The Sound Of Music --- What is it you can't face? « Cant Face -";
arnews[2] += "
";
arnews[3]="Richard Smith: Video: What is it you cunt face? (via tonyweston9) Caroline Rhea had a whole bit based on this part of The... http://tumblr.com/x773kxt45
";
arnews[3] += "Video: What is it you cunt face? (via tonyweston9) Caroline Rhea had a whole bit based on this part of The...";
arnews[3] += "
";
arnews[4]="Richard Smith: What is it you cunt face? (via tonyweston9) Caroline Rhea had a whole bit based on this part of The Sound of Music. The old people at the Amoss Center were busting out laughing.
";
arnews[4] += "What is it you cunt face? (via tonyweston9) Caroline Rhea had a whole bit based on this part of The Sound of Music. The old people at the Amoss Center were busting out laughing. -";
arnews[4] += "
";
totcount = 5;
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("