var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Jason DeRulo's 'Watcha Say' acoustic by Jordan McCoy
";
arnews[0] += "McCoy albums for sale now! Available on iTunes, Napster, Rhapsody, and Amazon.com! ... Dream Diddy Puff Daddy Sean Combs Bad Boy Worldwide Atlantic Records Clockwork Entertainment...";
arnews[0] += "
Publ.Date : Wed, 09 Sep 2009 04:47:38 GMT";
arnews[0] += "
";
arnews[1]="Jordan McCoy sings Jason DeRulo's 'Whatcha Say...
";
arnews[1] += "Come back every Tuesday for a new acoustic!! All pics are from sunsets in my back yard! check out more on myspace or facebook! For full song tabs hit:...";
arnews[1] += "
Publ.Date : Wed, 09 Sep 2009 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Sick And Tired' - Original Song by Jordan McCoy
";
arnews[2] += "it when the guilt starts settlin in i'm so sick and tired of watching everyone but me climbin up their mountains while i'm begging in the streets, im begging look at me it feels...";
arnews[2] += "
Publ.Date : Wed, 17 Jun 2009 05:06:09 GMT";
arnews[2] += "
";
arnews[3]="Jordan McCoy sings Lady Gaga's 'Paparazzi'
";
arnews[3] += "All Jordan McCoy albums for sale now! Available on iTunes, Napster, Rhapsody, and Amazon.com! Jordan McCoy answers all her mail on: http://www.myspace.com/jordanmccoy...";
arnews[3] += "
Publ.Date : Wed, 03 Jun 2009 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Lady Gaga's 'Poker Face' Acoustic by Jordan McCoy
";
arnews[4] += "All Jordan McCoy albums for sale now! Available on iTunes, Napster, Rhapsody, and Amazon.com! Check back every Tuesday for a new acoustic! Get more from Jordan McCoy on:...";
arnews[4] += "
Publ.Date : Wed, 22 Apr 2009 03:41:57 GMT";
arnews[4] += "
";
document.title=document.title+ " ";
arnews[5]="Dream's Jordan McCoy Answers Your Questions! Part ...
";
arnews[5] += "All Dream and Jordan McCoy albums for sale now! Available on iTunes, Napster, Rhapsody, and Amazon.com! Dream's Jordan McCoy answers all mail @: http://www.myspace.com/JordanMcCoy...";
arnews[5] += "
Publ.Date : Wed, 11 Mar 2009 09:33:26 GMT";
arnews[5] += "
";
arnews[6]="Jordan McCoy's 'Just Watch Me' With French...
";
arnews[6] += "All Jordan McCoy albums for sale now! Available on iTunes, Napster, Rhapsody, and Amazon.com! Get more from Jordan McCoy on: http://www.myspace.com/jordanmccoy...";
arnews[6] += "
Publ.Date : Wed, 04 Mar 2009 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="Diddy's 'I'll Be Missing You' Acoustic by Jordan McCoy
";
arnews[7] += "All Jordan McCoy songs for sale now! Available on iTunes, Napster,...";
arnews[7] += "
Publ.Date : Wed, 14 Jan 2009 00:01:42 GMT";
arnews[7] += "
";
arnews[8]="Diddy spoofed by Dreams Jordan McCoy Sarah Palin scares him?
";
arnews[8] += "Dreams Jordan McCoy spoofs Diddys infamous blog about being afraid of Sarah Palin. Jordan can act!";
arnews[8] += "
Publ.Date : Sun, 05 Oct 2008 10:13:27 GMT";
arnews[8] += "
";
arnews[9]="Stupid Cupid - Jordan McCoy
";
arnews[9] += "Jordan McCoy singing Stupid Cupid on American Juniors. ... Jordan McCoy American Juniors Stupid Cupid";
arnews[9] += "
Publ.Date : Wed, 21 Mar 2007 20:12:16 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("