var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Alexa Vega - Too High a Price
";
arnews[0] += "Alexa Vega Too High a Price Download Song At brandonsmusicdownloads.blogspot.com";
arnews[0] += "
Publ.Date : Tue, 11 Aug 2009 17:03:39 GMT";
arnews[0] += "
";
arnews[1]="The Way It's Gonna Be - Alexa Vega with lyrics
";
arnews[1] += "This is The Way It's Gonna Be by Alexa Vega. I own the song which I got from iTunes. Lyrics: Hmmm... No one said it would be easy You could once call this place your own And in a...";
arnews[1] += "
Publ.Date : Fri, 31 Jul 2009 02:50:37 GMT";
arnews[1] += "
";
arnews[2]="You Are Where I Live by Alexa Vega with lyrics
";
arnews[2] += "Shouldn't we celebrate Isn't that what you're supposed to do When your dreams come true When your whole world turns over Whoa oh oh oh They don't seem so unreal So much to feel So...";
arnews[2] += "
Publ.Date : Thu, 30 Jul 2009 02:10:38 GMT";
arnews[2] += "
";
arnews[3]="David Cassidy Navigates Fatherhood
";
arnews[3] += "Cassidy stars with Alexa Vega in \"Ruby and the Rockits\" on ABC Family.";
arnews[3] += "
Publ.Date : Mon, 27 Jul 2009 18:24:43 GMT";
arnews[3] += "
";
arnews[4]="Lost In Your Own Life - Alexa Vega (With Lyrics On Screen) + Download Link!
";
arnews[4] += "I think my videos keep getting more & more personal to me! I like it! btw;; this was my VERY FIRST lyric video! Lost In Your Own Life by Alexa Vega With Lyrics On Screen! Song...";
arnews[4] += "
Publ.Date : Wed, 15 Jul 2009 20:16:58 GMT";
arnews[4] += "
";
arnews[5]="Lost In Your Own Life - Alexa Vega from Ruby & The Rockits
";
arnews[5] += "Her song from Ruby & The Rockits a new ABC Family show!";
arnews[5] += "
Publ.Date : Thu, 09 Jul 2009 04:25:01 GMT";
arnews[5] += "
";
arnews[6]="Alexa Vega - Lost In Your Own Life
";
arnews[6] += "Alexa Vega Lost In Your Own Life You Can Download Song At brandonsmusicdownloads.blogspot.com";
arnews[6] += "
Publ.Date : Tue, 30 Jun 2009 22:09:07 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="Alexa Vega - "Lost In Your Own Life"
";
arnews[7] += "As Featured on Ruby and the Rockits.";
arnews[7] += "
Publ.Date : Mon, 29 Jun 2009 23:37:52 GMT";
arnews[7] += "
";
arnews[8]="Angry German Kid doesn't like Alexa Vega, so he kills her with his trusty keyboard.
";
arnews[8] += "Angry German Kid doesn't like Alexa Vega, so he kills her with his trusty keyboard.";
arnews[8] += "
Publ.Date : Sat, 26 Apr 2008 06:59:56 GMT";
arnews[8] += "
";
arnews[9]="Remember the Daze with Alexa Vega
";
arnews[9] += "Do you have or are you making high school memories? Well we hit LIVEstyle’s after party for “Remember the Daze” to find out what Alexa Vega’s memories are all about.";
arnews[9] += "
Publ.Date : Fri, 25 Apr 2008 06:01:17 GMT";
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("