var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Ironic - Alanis Morissette
"; arnews[0] += "Alanis Morissette was one of the most unlikely stars of the mid-'90s. A former child actress turned dance-pop diva, Morissette later transformed herself into a confessional alternative singer/songwriter in the vein of Liz Phair and Tori Amos."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:14:58 GMT"; arnews[0] += "
"; arnews[1]="All the tracks lead you to heartbreak.
"; arnews[1] += "Best break up albums of all time? So, I recently went through a heart-rending breakup."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 21:26:36 GMT"; arnews[1] += "
"; arnews[2]="When greatest hits go bad
"; arnews[2] += "You can tell a lot about a musical act by how it approaches one of pop music's worst inventions, the greatest-hits album."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:47:37 GMT"; arnews[2] += "
"; arnews[3]="Columnist pores over pop culture
"; arnews[3] += "Chuck Klosterman is a self-aware pop-culture nerd who writes deceptively off-handed treatises about the significance of such minutiae as MTV's \"The Real World\" and heavy metal tribute bands."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Florida, U.S.A. travel information and guide
"; arnews[4] += "Explore a land of mystic peaks, enchanted forests and crystal fields of ice. Not so far, far away in a place called Montana."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 21:52:55 GMT"; arnews[4] += "
"; arnews[5]="Teddy boys
"; arnews[5] += "Indie-jazz experimentalists Grizzly Bear, born of bleakness, break-ups, and depression, have at last discovered their sunny side, writes Nick Hasted Ed Droste is settling into the bar of his east London hotel with his Grizzly Bear bandmate Daniel Rossen, to attempt to explain their sky-rocket of a year."; arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 19:25:47 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("
");