var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Teen Dating Violence
";
arnews[0] += "This week on \"Saturday Mornings with Joy Keys\"-podcast find out how Teens across the country are trying to stop Teen Dating Violence.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Places Not to Miss in Siena, Italy
";
arnews[1] += "Siena is a rustic city in Tuscany, Italy. Every year tourist visit Siena to admire its culture, architecture, food and art.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 21:51:46 GMT";
arnews[1] += "
";
arnews[2]="[ENS] PITTSBURGH: Judge orders property returned to Episcopal Diocese ...
";
arnews[2] += "In a Jan. 29 order Allegheny County Court of Common Pleas Judge Joseph M. James accepted as accurate an inventory of diocesan property submitted by a \"special master\" he had appointed earlier and told Duncan's organization it must transfer the assets.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 12:04:30 GMT";
arnews[2] += "
";
arnews[3]="M. K. Asante Jr.-Director of The Black Candle film
";
arnews[3] += "PHILADELPHIA, PA, February 02, 2010 /24-7PressRelease/ -- M. K. Asante Jr. -Filmmaker , Author and Professor Creator of The Black Candle film featuring Maya Angelou Date: Saturday February 6, 2010 Time: 11:00 a.m. - 11:30 a.m. EST Go To: http://www.blogtalkradio.com/joykeys and listen to the show from your computer.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Kings of Leon: Pop's unlikely royal family is back at the Grammys
";
arnews[4] += "With a gospel foundation and a kitchen-sink mentality, the musical kin have cobbled a sound that has something for everyone.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 18:26:35 GMT";
arnews[4] += "
";
arnews[5]="Cinecycle: It's Your Ride
";
arnews[5] += "Directed by Daniel Leeb and commissioned by Hutchinson tires, the short film It's Your Ride features cyclist and city dwellers Alfred Bobe Jr.";
arnews[5] += "
Publ.Date : Sun, 24 Jan 2010 23:13:37 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("