var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Israeli army calls for boycott of Bar Refaeli - The Gaea Times
";
arnews[0] += "LONDON - Israeli model Bar Refaeli has been targeted by her country’s army for her refusal to serve and for applying for a non-resident status in her native Israel so she can pay less tax. Refaeli, 24, has come under the attack of a senior officer ...";
arnews[0] += "
Publ.Date : Thu, 14 Jan 2010 09:36:00 GMT";
arnews[0] += "
";
arnews[1]="Prince William enjoys rap serenade, jokes with prime minister, feasts ... - The Gaea Times
";
arnews[1] += "SYDNEY — Prince William joined Australia’s prime minister in the audience for a performance by a group of young hip-hop artists Wednesday before firing a few rounds of ammunition during a trip to a military base on his whirlwind tour Down Under ...";
arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[1] += "
";
totcount = 2;
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("