var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blunt joins Virtuoso...
";
arnews[0] += "LINDSAY LOHAN has dismissed rumours she's pumped up her pout with cosmetic surgery - posting a picture on the internet to prove her lips are all natural.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:46:59 GMT";
arnews[0] += "
";
arnews[1]="Does Rihanna Get Paid to Watch Fashion Shows?
";
arnews[1] += "Podcasts And do Drew Barrymore and Lady Gaga wear ugly gowns just to get noticed? All this and more in my weekly podcast! All this and more in my weekly podcast! All this and more in my weekly podcast! Golden Globes Spectacular! What's with sucky movies like \"Nine\" getting all these noms for the Golden Globes? And how are presenters picked? All ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:42:00 GMT";
arnews[1] += "
";
arnews[2]="Holly Huffstutler
";
arnews[2] += "Holly Huffstutler joined the ranks of Helium writers in January of '09. Prior to that she earned her Bachelor's Degree in English/Coummincations fronm Massachusetts College of Liberal Arts and her Culinary Arts Certificate from Harper College.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:39:52 GMT";
arnews[2] += "
";
arnews[3]="cast Ep. 86 - From Paris with Love
";
arnews[3] += "In this week's episode of the /Filmcast, David Chen , Devindra Hardawar , Adam Quigley and Russ Fischer discuss their thoughts on this year's Oscar nominations, reflect on the novelty of 3D upconversion, assess Taylor Lautner's career, show some love for Drew Barrymore's Whip It , and share theories about the final season of Lost .";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Read Sex Songs Hall of Fame in Sex Songs Hall of Fame
";
arnews[4] += "Steve Albini and Big Black titled their final album Songs About Fucking . It was, in part, a tongue-in-cheek move, but a case could be made that every song - especially since the advent of rock 'n' roll is basically about sex.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:19:46 GMT";
arnews[4] += "
";
arnews[5]="Barrymore to remake 'Charlie's Angels' for small screen
";
arnews[5] += "Los Angeles Hollwyood star Drew Barrymore is making plans to bring the hit TV series 'Charlie's Angeles' back to the small screen.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:01:09 GMT";
arnews[5] += "
";
totcount = 6;
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("