var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inter-party quarrel ends in non-aggression pact
";
arnews[0] += "The ruling United Russia party, and the semi-oppositional Fair Russia have agreed to end their week-long quarrel by concluding a non-aggression pact - a political agreement on joint action.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:45:55 GMT";
arnews[0] += "
";
arnews[1]="Putin Warns United Russia to Hear the People
";
arnews[1] += "Prime Minister Vladimir Putin on Friday called on United Russia leaders to stay in touch with the people and warned the party against bamboozling voters by making promises it cannot keep, a week after a massive anti-government protest in Kaliningrad.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:23:22 GMT";
arnews[1] += "
";
arnews[2]="Kober, Prommegger win snowboard giant slaloms
";
arnews[2] += "Germany's Amelie Kober and Andreas Prommegger of Austria collected parallel giant slalom victories Saturday in the final tune-up before the Vancouver Olympics.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 19:31:48 GMT";
arnews[2] += "
";
arnews[3]="Russia: "The Sergei Mironov Episode"
";
arnews[3] += "At Jamestown Foundation Blog , Greg Shtraks explains the recent \"Sergei Mironov episode.\" Cancel this reply Start the Conversation Authors, please log in>> Name Email Website Subscribe to comments on this post via email Guidelines All comments are moderated .";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 05:04:08 GMT";
arnews[3] += "
";
arnews[4]="Ina SThe Spotlight
";
arnews[4] += "This week, British actor Hugh Grant appeared on Channel One's \" ProjectorParisHilton ,\" an improvised comedy show about current affairs, and bravely bore jokes about the queen, screaming tennis players and bestiality.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 11:48:37 GMT";
arnews[4] += "
";
arnews[5]="Five Books to Read on Soviet and Russian Film
";
arnews[5] += "Ian Christie, professor of film and media history at Birkbeck College in London, discusses five books on Russian and Soviet film.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 04:43:38 GMT";
arnews[5] += "
";
arnews[6]="Any Possible Means to Win Ukraine Election
";
arnews[6] += "During the three-week window of time between election rounds in Ukraine, arch rival candidates for the presidency are doing everything possible to assure their final victory.";
arnews[6] += "
Publ.Date : Tue, 02 Feb 2010 03:54:55 GMT";
arnews[6] += "
";
arnews[7]="Texas Stars Wallop the Abbotsford Heat in 6-1 AHL Action
";
arnews[7] += "Five Stars scored a team-record six goals as the team improved to 14-6-1-2 at home.";
arnews[7] += "
Publ.Date : Mon, 01 Feb 2010 10:42:33 GMT";
arnews[7] += "
";
arnews[8]="Murray Factfile
";
arnews[8] += "ANDY MURRAY FACTFILE Click here to bet on the Australian Open with Sky Bet! Watch live Melbourne matches on the Sky Bet Player! Click here for more Australian Open news Click here for latest results Click here for order of play Click here for updated draws Click here for photo galleries Click here for men's player profiles Click here for women's ...";
arnews[8] += "
Publ.Date : Mon, 11 Jan 2010 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("