var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Riccarrdo: gothic: cosorosso: Christina Hendricks (via florencio - suicideblonde - bohemea) oh boy.
";
arnews[0] += "gothic: cosorosso: Christina Hendricks (via florencio - suicideblonde - bohemea) oh boy. -";
arnews[0] += "
";
arnews[1]="Christina Hendricks Sheath Column High Neck Floor length Chiffon Emmy Dress Evening Dress FSD0386
";
arnews[1] += "Christina Hendricks Sheath Column High Neck Floor length Chiffon Emmy Dress Evening Dress FSD0386 -";
arnews[1] += "
";
arnews[2]="Jessica: Christina Hendricks Sheath Column High Neck Floor length Chiffon Emmy Dress Evening Dress FSD0386
";
arnews[2] += "Christina Hendricks Sheath Column High Neck Floor length Chiffon Emmy Dress Evening Dress FSD0386 -";
arnews[2] += "
";
arnews[3]="David Eikon: Calgary: Christina Hendricks, Heather Marks and Elisha Cuthbert party at Holt Renfrew opening
";
arnews[3] += "Calgary: Christina Hendricks, Heather Marks and Elisha Cuthbert party at Holt Renfrew opening -";
arnews[3] += "
";
arnews[4]="T. Brent, technopeasant: Todd Christina Hendricks and Jeremy Piven were in town, and I missed them?!? I gotta get my glamour back on... the backstage beckons, dammit!
";
arnews[4] += "Christina Hendricks and Jeremy Piven were in town, and I missed them?!? I gotta get my glamour back on... the backstage beckons, dammit!";
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("