var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UFC 106 official weigh-in results: Ortiz (204) and Griffin (205) lead the way
";
arnews[0] += "LAS VEGAS a ' MMAjunkie.com was on scene for today's \"UFC 106: Ortiz vs. Griffin II\" official fighter weigh-ins, where all 20 competitors successfully made weight.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:15:00 GMT";
arnews[0] += "
";
arnews[1]=""UFC 106: Ortiz vs. Griffin II" weigh in results live from Mandalay Bay Events Center
";
arnews[1] += "LAS VEGAS a ' MMAjunkie.com is on scene for today's \"UFC 106: Ortiz vs. Griffin II\" official fighter weigh-ins. Mandalay Bay Events Center in Las Vegas is home to the day's ceremonies, and the same venue hosts Saturday's Spike TV-broadcast event.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:28:00 GMT";
arnews[1] += "
";
arnews[2]="Sadie Frost signs deal to tell 'everything' about her life with Jude Law
";
arnews[2] += "The \"kiss-and-tell\" interview that Samantha Burke, the mother of Jude Law's love child, gave Hello! magazine may be the least of his worries.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:07:21 GMT";
arnews[2] += "
";
arnews[3]="Dunst 'not good friends with Gyllenhaal'
";
arnews[3] += "Kirsten Dunst has admitted that she is no longer friends with ex-boyfriend Jake Gyllenhaal, says Extra .";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 14:16:59 GMT";
arnews[3] += "
";
arnews[4]="Oscar actress inspires cinema bid
";
arnews[4] += "Oscar-winning actress Tilda Swinton has been the inspiration behind a new group's bid to reopen the first cinema in a Highlands town since the 1970s.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 12:43:25 GMT";
arnews[4] += "
";
arnews[5]="Sunday 15/11
";
arnews[5] += "The FBI needs to track down one of the worldA's top assassins for hire, the so-called Jackal, who has been contracted by a Russian mob boss to kill FBI agents.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 08:54:24 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("