var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="just designed a T-shirt for the edge. Because I signed up for the Paramore exclusive thing, but figured I'd enter all of the comps.
";
arnews[0] += "just designed a T-shirt for the edge. Because I signed up for the Paramore exclusive thing, but figured I'd enter all of the comps. -";
arnews[0] += "
";
arnews[1]="Gro.: PARAMORE: Brick By Boring Brick
";
arnews[1] += "PARAMORE: Brick By Boring Brick -";
arnews[1] += "
";
arnews[2]="Kledy.us: PARAMORE: Brick By Boring Brick
";
arnews[2] += "PARAMORE: Brick By Boring Brick -";
arnews[2] += "
";
arnews[3]="Nickle: Paramore - Brick by Boring Brick http://tumblr.com/x5b483b60
";
arnews[3] += "Paramore - Brick by Boring Brick";
arnews[3] += "
";
arnews[4]="Nickle: I favorited a YouTube video -- PARAMORE: Brick By Boring Brick http://www.youtube.com/watch?v=A63VwWz1ij0&feature=autoshare_twitter
";
arnews[4] += "I favorited a YouTube video -- PARAMORE: Brick By Boring Brick";
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("