var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shine On Media | Ayla Kell Dishes On Valentine's Day
";
arnews[0] += "So, I keep cards. I'm going to send him one that he sent me from elementary school. How cute! What is your favorite thing about Valentine's Day? Stay tuned for more Valentine's stories from Nick Jonas, Randy Wayne and more. ...";
arnews[0] += "
";
arnews[1]="Shine On Media | 'StarStruck' CD Out Today, Radio Disney Takeovers!
";
arnews[1] += "Randy Wayne Interview. Randy Wayne stars in the new film, To Save a Life. We got all the dish about his character, the message of the movie, and his favorite part of acting. Exclusive: Sterling Knight Takes Over Radio Disney & Talks ...";
arnews[1] += "
";
arnews[2]="THE THRILLER GUY: More from Randy Wayne White and His New Doc Ford ...
";
arnews[2] += "More from Randy Wayne White and His New Doc Ford Novel. OK, Thriller Guy has more from RWW about writing in general and his new Doc Ford novel in particular. Read the man's words and take heed. What's the Doc Ford schedule? ...";
arnews[2] += "
";
arnews[3]="Deep Shadow by Randy Wayne White : Lybrary.com
";
arnews[3] += "Doc Ford wrestles more than one kind of demon, in the stunning novel from the New York Times-bestselling author. Many dangers lurk in the deep-the worst of them are human.Thirty minutes into what should have been an easy, beginner-level ...";
arnews[3] += "
";
arnews[4]="To Save a Life | Movies & TV | Christianity Today
";
arnews[4] += "Stud basketball player Jake Taylor (Randy Wayne) was Roger's best friend until Jake's popularity accelerated and he began to see misfit Roger as a social speedbump. Broken, guilt-ridden, disillusioned, and confused, Jake begins to ask ...";
arnews[4] += "
";
arnews[5]="Movie Review: To Save a Life | Mountain Xpress | mountainx.com
";
arnews[5] += "What they've tried to accomplish is a story of spiritual awakening as seen through the eyes of a high-school senior named Jake Taylor (played by 28-year old—and looking everyday of it—Randy Wayne, Ghost Town). ...";
arnews[5] += "
";
arnews[6]="Randy Wayne White: The Perfect Thriller
";
arnews[6] += "Randy Wayne White's new thriller, the 17th in the Doc Ford series, Deep Shadow, goes on sale March 8. Mark your calendars, thriller writers, Thriller Guy thinks this is the book to read and study if you're interested in structure, ...";
arnews[6] += "
";
arnews[7]="'To Save a Life' – A faith-based film to reach today's youth
";
arnews[7] += "Jake (Randy Wayne) and Jonny (Sean Michael Afabel) share an easy laugh in the quad. LA – On the surface, “To Save a Life” doesn't sound that different from a host of indie films — a drama involving a teen coping with the aftermath of a ...";
arnews[7] += "
";
arnews[8]="The Classic Middle Name | The Internet Tattler
";
arnews[8] += "Randy Wayne Richards (Canada) Barry Wayne Riley (British Columbia) Robert Wayne Rotramel (Oklahoma) Roy Wayne Russell (Washington) David Wayne Satterfield (Texas) Christopher Wayne Scarber (Kentucky) Patrick Wayne Schroeder (Nebraska) ...";
arnews[8] += "
";
arnews[9]="Review of The Dukes of Hazzard - The Beginning Online
";
arnews[9] += "br When mischievous teenaged cousins Bo Duke (Jonathan Bennett, Mean Girls) and Luke Duke (Randy Wayne, ABC's Sons and Daughters) are arrested, both boys are paroled to the care of their Uncle Jesse (Willie Nelson) in Hazzard, ...";
arnews[9] += "
";
totcount = 10;
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("