var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jackson and Safron, as similar as black and white
";
arnews[0] += "Michael Jackson and John Safran are peas in a pod, two sides of the same coin, ebony and ivory on the keyboard in perfect harmony.";
arnews[0] += "
Publ.Date : Thu, 29 Oct 2009 00:35:20 GMT";
arnews[0] += "
";
arnews[1]="Indian-origin model Siobhan Parekh dating Aussie biker
";
arnews[1] += "Australian News.Net Thursday 1st October, 2009 Melbourne, Oct 1 : Indian-origin Men's magazine model Siobhan Parekh is allegedly dating Kings Cross biker Mark Judge, who was once linked to TV starlet Jodi Gordon.";
arnews[1] += "
Publ.Date : Thu, 01 Oct 2009 10:00:49 GMT";
arnews[1] += "
";
arnews[2]="Biker babe: Siobhan walks on the wild side
";
arnews[2] += "MENS magazine model Siobhan Parekh, ex-girlfriend of Mark Philippoussis , is rumoured to have taken up with the Kings Cross biker linked to TV starlet Jodi Gordon during her spectacular fall from grace.";
arnews[2] += "
Publ.Date : Wed, 30 Sep 2009 19:06:50 GMT";
arnews[2] += "
";
arnews[3]="Kanye West Might Not Go To Rehab
";
arnews[3] += "Instead of blaming his desperate need for acknowledgement and acceptance brought on by his mommy issues and narcissistic God complex, Kanye West is blaming the makers of Hennessey for making him run and whine on the stage at the MTV VMA's to interrupt Taylor Swift's acceptance speech like a 3-year old who just dropped an ice cream cone.";
arnews[3] += "
Publ.Date : Tue, 29 Sep 2009 11:36:00 GMT";
arnews[3] += "
";
arnews[4]="Rihanna At Six Flags, NFL Bans Twittering, Fave Sci-Fi Flicks, Joanna Krupa & More
";
arnews[4] += "Check out today's selection of hot links from around the web. Starpulse members can submit links to stuff all around the web, like articles, videos, strange news, photo galleries and more.";
arnews[4] += "
Publ.Date : Tue, 01 Sep 2009 20:44:48 GMT";
arnews[4] += "
";
arnews[5]="Broken up: Krystal's back with her bikini
";
arnews[5] += "SHE went off to La La land chasing a guy and a gig but glamour model Krystal Forscutt has reportedly returned to Australia with neither.";
arnews[5] += "
Publ.Date : Fri, 14 Aug 2009 10:46:15 GMT";
arnews[5] += "
";
arnews[6]="Krystal's back with her bikini
";
arnews[6] += "SHE went off to La La land chasing a guy and a gig but glamour model and former Big Brother housemate Krystal Forscutt has returned to Australia with neither.";
arnews[6] += "
Publ.Date : Fri, 14 Aug 2009 06:16:16 GMT";
arnews[6] += "
";
arnews[7]="Big Brother beau bashed
";
arnews[7] += "He copped a flogging in the press. Now the man behind Jodi Gordona TMs spectacular fall from grace has received a more traditional beating, during a night out at Kings Cross.";
arnews[7] += "
Publ.Date : Tue, 04 Aug 2009 13:00:01 GMT";
arnews[7] += "
";
totcount = 8;
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("