var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Hi ! - By Cosmin
"; arnews[0] += "It is not a fad diet or a special trainer that is the secret to Hollywood superstar Julia Roberts trim physique, instead she relies on some old fashioned jogging."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:28:42 GMT"; arnews[0] += "
"; arnews[1]="Big Bang Collider Restarts After 14-Month Hiatus
"; arnews[1] += "The world's biggest atom-smasher, shut down after its inauguration in September 2008 amid technical faults, restarted on Friday, a spokesman for the European Organization for Nuclear Research said."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:55:56 GMT"; arnews[1] += "
"; arnews[2]="Thanks for support of veteransa job fair
"; arnews[2] += "The DAV's responsiveness to the veterans was instrumental to the job fair's success."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:26:00 GMT"; arnews[2] += "
"; arnews[3]="Truffle Season, It Is Here
"; arnews[3] += "Angling for a short sale at $595,000, the Lower Pacific heights single-family home at 2874 Bush Street sold for $675,000 in June of 2003."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:02:56 GMT"; arnews[3] += "
"; arnews[4]="Transcript
"; arnews[4] += "November 20, 2009 - And we turn now to a very well known hospital, at least well known on television, ABC is hyping it as the most anticipated star turn on daytime TV since Elizabeth Taylor crashed Luke and Laura's wedding."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Europe: Proton beams circulate in atom smashing machine
"; arnews[5] += "This handout picture provided by the European Organisation for Nuclear Research shows scientists celebrating at the Cern's control center after the restart operation of the Large Hadron Collider on November 20, 2009 near Geneva."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Large Hadron Collider starts up
"; arnews[6] += "The world's biggest atom-smasher, shut down after its inauguration in September 2008 amid technical faults, restarted on Friday, a spokesperson for the European Organisation for Nuclear Research said."; arnews[6] += "
Publ.Date : Fri, 11 Sep 2009 07:00:00 GMT"; arnews[6] += "
"; totcount = 7; 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("
");