var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Laura Bell Bundy: ‘Giddy On Up’ Into A Music Video - Just Jared
";
arnews[0] += "– Watch country newcomer Laura Bell Bundy ’s new “Giddy On Up” video . – Teach yourself the dance and film yourself doing your best version of the Giddy On Up dance (at least 60 seconds) and post to YouTube . – Fill out the entry form ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:05:00 GMT";
arnews[0] += "
";
arnews[1]="Laura Bell Bundy - ChicagoPride.com
";
arnews[1] += "“I wish we could have a gay male country star,” says a typically irreverent Laura Bell Bundy when talking about her kinship with the gay men that helped shape her career as a singer and performer. “Until then, I’m the closest gay male country ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 20:18:00 GMT";
arnews[1] += "
";
arnews[2]="Laura Bell Bundy Biography - Great American Country
";
arnews[2] += "Laura Bell Bundy's 2010 CD, Achin' and Shakin' . Photo by Michael Elins, courtesy of UMG Nashville. There are two sides to every story, as the old adage goes, and there are certainly two sides to the story of singer-songwriter Laura Bell Bundy’s ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 22:05:00 GMT";
arnews[2] += "
";
arnews[3]="Laura Bell Bundy to Perform from New Album at Splash on February 6 - Broadway World
";
arnews[3] += "Laura Bell Bundy will take to the stage of NYC's Splash to perform dance remixed versions of songs from her new album, Achin' and Shakin' on February 6. Bundy's music video for the first single off the album 'Giddy On Up' has been the #1 video for ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 15:21:00 GMT";
arnews[3] += "
";
arnews[4]="Audition Technique Class available NOW!(BroadwayWorld.com) - Broadway World
";
arnews[4] += "Through this four-week workshop, Jamie will be working with students in the class on not just selection of the proper material, but on everything that is presented in the audition from start to finish. As many of us know, we are being judged from the ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:40:00 GMT";
arnews[4] += "
";
totcount = 5;
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("