var arnews = new Array(5); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Israel's Top Attractions - canada.com
"; arnews[0] += "A trip to this country combines the best of old and new. We profile the top attractions found in Israel. Explore a land of mystic peaks, enchanted forests and crystal fields of ice. Not so far, far away in a place called Montana. Glacier National ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:44:00 GMT"; arnews[0] += "
"; arnews[1]="MORRIS FOOTBALL: The Week in Review - Bridgeton News
"; arnews[1] += "Sir Alec Guinness would have been proud of the West Morris football performance last Friday night. The acclaimed actor was the star of the 1960 movie, ``Tunes of Glory,'' which was about the events inside a Scottish highland military battalion in the ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 03:49:00 GMT"; arnews[1] += "
"; arnews[2]="Taylor gives life to Cartoon Network's Obi-Wan - Great Falls Tribune
"; arnews[2] += "Ask any \"Star Wars\" fan to name the actor who has logged the most time on screen as Obi-Wan Kenobi, and they'll no doubt throw out either Ewan McGregor or Sir Alec Guinness. Few, if any, would guess voice actor James Arnold Taylor. Those who do ..."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");document.write("
");