var arnews = new Array(7); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Get Your E! News Now - Entertainment Online
"; arnews[0] += "Wondering what Steve Sanders has gotten up to lately? Well, let's pretend together. O.G. Beverly Hills, 90210 star Ian Ziering is ready to tie the knot a second time, getting engaged to his girlfriend of a little more than four months. The actor ..."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 16:36:00 GMT"; arnews[0] += "
"; arnews[1]="The Secret of NIMH: It's Just Not Quite As Good As You Remembered - Huffingtonpost.com
"; arnews[1] += "The plot of The Secret of NIMH is an interesting mix of fantasy and realistic elements, as the title itself suggests. \"NIMH\" stands for \"National Institute of Mental Health,\" a part of the human world surrounding the world that the fieldmice and ..."; arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 13:13:00 GMT"; arnews[1] += "
"; arnews[2]="Milian Sued Over Dog Attack - The Gaea Times
"; arnews[2] += "CHRISTINA MILIAN is facing legal action from an 81-year-old neighbour, who alleges the R&B singer’s dog brutally attacked him in 2008. Leo Skolion filed legal papers at Los Angeles County Superior Court earlier this month (Jan10), claiming the Dip ..."; arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 03:08: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("
");