var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rachel Hunter reportedly dating Eddie Irvine - ONE News
";
arnews[0] += "Rachel Hunter is said to be getting over her split from ice hockey player Jarret Stoll, who ended their relationship just seven weeks before they were due to marry this year, by spending time with the former Formula One racing driver. Guests at the ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:43:00 GMT";
arnews[0] += "
";
arnews[1]="Rachel Hunter Dating Eddie Irvine? - Post Chronicle
";
arnews[1] += "Rachel Hunter, the New Zealand-born model is said to be getting over her split from ice hockey player Jarret Stoll - who ended their relationship just seven weeks before they were due to marry this year - by spending time with the former Formula One ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:20:00 GMT";
arnews[1] += "
";
arnews[2]="Rachel Hunter reportedly dating Eddie Irvine - AZCentral.com
";
arnews[2] += "Rachel Hunter is reportedly dating Eddie Irvine. The New Zealand-born model is said to be getting over her split from ice hockey player Jarret Stoll - who ended their relationship just seven weeks before they were due to marry this year - by spending ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:17:00 GMT";
arnews[2] += "
";
arnews[3]="Penny Lancaster shows off her perfect pins in TINY denim shorts while ... - Daily Mail
";
arnews[3] += "Penny Lancaster is famous for her amazing figure, and it's not hard to see why. The 38-year-old beauty, who is currently on holiday in the South of France with husband Rod Stewart and their three-year-old son Alastair, decided to take advantage of ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:03:00 GMT";
arnews[3] += "
";
arnews[4]="Rachel Hunter's racy new man - Earthtimes
";
arnews[4] += "Rachel Hunter has reportedly been seen flirting with former Formula One racing driver Eddie Irvine at a party in New York. Rachel Hunter is reportedly dating Eddie Irvine. The New Zealand-born model is said to be getting over her split from ice ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:39:00 GMT";
arnews[4] += "
";
arnews[5]="Rachel Hunter’s Racy New Man - The Inquisitr
";
arnews[5] += "Rachel Hunter is reportedly dating Eddie Irvine. The New Zealand-born model is said to be getting over her split from ice hockey player Jarret Stoll, who ended their relationship just seven weeks before they were due to marry this year, by spending ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:45:00 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("