var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Revolving Door Newsletter: 12.29.09
"; arnews[0] += "This glossy women's mag seeks personal essays, in-depth features and trend pieces with an irresistible news hook."; arnews[0] += "
Publ.Date : Tue, 22 Dec 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="I feared for my sight, says battered Tudor
"; arnews[1] += "Alex Tudor said that he initially feared he had sustained a serious injury after being hit above the eye by a delivery from Brett Lee near the end of the third Test here."; arnews[1] += "
Publ.Date : Tue, 29 Dec 2009 09:54:41 GMT"; arnews[1] += "
"; arnews[2]="Lee delivers speed record
"; arnews[2] += "Brett Lee bowled the fastest ball ever recorded by a speed gun, clocking 98.4mph with a delivery to South Africa's Jacques Kallis before lunch on the first day of the second Test here at Newlands yesterday."; arnews[2] += "
Publ.Date : Tue, 29 Dec 2009 07:26:12 GMT"; arnews[2] += "
"; arnews[3]="Waugh returns to keep tourists on back foot
"; arnews[3] += "It was a situation made to order for Steve Waugh. Satisfied that the sore buttock muscle which eliminated him from the previous Test had sufficiently mended, Australia's single-minded captain returned to the helm of his powerful team in the fourth Test against the West Indies here yesterday."; arnews[3] += "
Publ.Date : Sat, 26 Dec 2009 09:32:24 GMT"; arnews[3] += "
"; arnews[4]="Perth record is only consolation for West Indies
"; arnews[4] += "According to Dennis Lillee and anyone else you question here about the subject, Australia's cricketers are three days away from becoming the first team in Test history to reel off 12 consecutive victories According to Dennis Lillee and anyone else you question here about the subject, Australia's cricketers are three days away from becoming the ..."; arnews[4] += "
Publ.Date : Sat, 12 Dec 2009 07:43:14 GMT"; arnews[4] += "
"; arnews[5]="Boys Hockey | Bloomington Kennedy 5, JM 3
"; arnews[5] += "It was an up-and-down start to the new season for Rochester John Marshall. The Rockets scored three times in the first period, but were shut down the rest of the way in a 5-3 non-conference boys hockey loss to Bloomington Kennedy on Saturday at the Roches"; arnews[5] += "
Publ.Date : Mon, 30 Nov 2009 04:10:01 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("
");document.write("
");