var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Angelina Jolie is Too Sexy For Your Knitwear
"; arnews[0] += "Angelina Jolie is no longer the face and oversized lips of St. John. However will she feed her army of children?! Only two people could possibly be deemed too sexy for designer house St."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:32:03 GMT"; arnews[0] += "
"; arnews[1]="Angelina Jolie is Too Sexy For Your Knitwear
"; arnews[1] += "Angelina Jolie is no longer the face and oversized lips of St. John. However will she feed her army of children?! Photograph by: Getty Images, Getty Images Only two people could possibly be deemed too sexy for designer house St."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:17:48 GMT"; arnews[1] += "
"; arnews[2]="Jack White as a svengali? Here's how not to do it
"; arnews[2] += "Jack White as a svengali? Here's how not to do it ... The White Stripes front man and his latest project, the Black Belles, should beware! Rock history is littered with manager-producers who got a little too hands-on With his record label Third Man, Jack White of The White Stripes is trying the svengali cap on for size."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:44:27 GMT"; arnews[2] += "
"; arnews[3]="New program combines technology, community service
"; arnews[3] += "Participants in the START program describe how their service-learning projects pair technology and community service."; arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 13:19:13 GMT"; arnews[3] += "
"; arnews[4]="Who will be on city council election ballots?
"; arnews[4] += "Editor's note:This story is part two of a series providing an update on filings for the April municipal elections."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 18:45:31 GMT"; arnews[4] += "
"; arnews[5]="Angelina Jolie dumped from knitwear label
"; arnews[5] += "Angelina Jolie was dropped as the face of St. John because she \"overshadowed\" the brand."; arnews[5] += "
Publ.Date : Thu, 21 Jan 2010 17:19:02 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("
");