var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="This is how it ends
"; arnews[0] += "Last meeting at Oliwa Park in Gdansk. The same place where everything has started."; arnews[0] += "
Publ.Date : Thu, 26 Aug 2010 14:39:19 GMT"; arnews[0] += "
"; arnews[1]="Katy Perry: 'I'm Still a Christian'
"; arnews[1] += "Eight years ago, I interviewed Katy Hudson for a cover story for our sister publication Campus Life , our now defunct magazine for teenagers."; arnews[1] += "
Publ.Date : Fri, 06 Aug 2010 20:53:48 GMT"; arnews[1] += "
"; arnews[2]="Nashville Singer-Songwriter Ken Harrell Named Featured Summer 2010 Angel Artist
"; arnews[2] += "Clarence, NY, June 29, 2010 -- -- The Michelle's Angels Foundation Inc. today announced its fourth designated featured Angel Artist: Ken Harrell of Nashville."; arnews[2] += "
Publ.Date : Tue, 29 Jun 2010 08:55:54 GMT"; arnews[2] += "
"; arnews[3]="Fulfilling a dream: Music's become her platform to help others
"; arnews[3] += "Marika Siewert, a Willoughby mother of three, is also an internationally recognized pop recording artists who is releasing a new single to radio Monday."; arnews[3] += "
Publ.Date : Sat, 19 Jun 2010 04:04:30 GMT"; arnews[3] += "
"; arnews[4]="Christian Female Musicians, Missing in Action
"; arnews[4] += "What accounts for the surprising dearth of women in today's CCM scene? Laura Leonard Do you know Becky? If you are a Christian woman in your 30s or 40s and married with kids, you are Becky."; arnews[4] += "
Publ.Date : Thu, 20 May 2010 18:54:29 GMT"; arnews[4] += "
"; arnews[5]="Christian Radio: It's a Man's World
"; arnews[5] += "Forty-eight of the top 50 Christian songs in the last decade were by males, a figure primarily determined by women who listen to Christian radio."; arnews[5] += "
Publ.Date : Tue, 18 May 2010 15:42:24 GMT"; arnews[5] += "
"; arnews[6]="for Prod/Songwriters, Lady and a Tramp 3 is the Magic Number to Get Naughty....by Nature
"; arnews[6] += "Brooklyn NY, April 13, 2010 - Production/Songwriting duo Lady & A Tramp are celebrating the release of 3 new projects to kick off Spring 2010."; arnews[6] += "
Publ.Date : Tue, 13 Apr 2010 19:48:23 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("
");