var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Gita Lal: Katy Perry kisses a girl and gets a top 5 hit. Adam Lambert kisses a boy…and people are outraged. Homophobes, get a grip. (via @flargh)
";
arnews[0] += "Katy Perry kisses a girl and gets a top 5 hit. Adam Lambert kisses a boy…and people are outraged. Homophobes, get a grip. (via @";
arnews[0] += "
";
arnews[1]="hollywoodhoe: [HC] Katy Perry's Boobs Are Nice To Look At, A Good Distraction From The Face: Ah, here's why Russell Brand's lik... http://twurl.nl/a2ml2a
";
arnews[1] += "[HC] Katy Perry's Boobs Are Nice To Look At, A Good Distraction From The Face: Ah, here's why Russell Brand's lik...";
arnews[1] += "
";
arnews[2]="Katy Perry's Boobs Are Nice To Look At, A Good Distraction From The Face
";
arnews[2] += "Katy Perry's Boobs Are Nice To Look At, A Good Distraction From The Face -";
arnews[2] += "
";
arnews[3]="hollywoodhoe: Katy Perry's Boobs Are Nice To Look At, A Good Distraction From The Face
";
arnews[3] += "Katy Perry's Boobs Are Nice To Look At, A Good Distraction From The Face -";
arnews[3] += "
";
arnews[4]="Download "MTV UnPlugged: Katy Perry (Live)" music + videos on iTunes http://dealnay.com/156292
";
arnews[4] += "Download \"MTV UnPlugged: Katy Perry (Live)\" music + videos on iTunes";
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("