var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tell Me - Groove Theory
";
arnews[0] += "Groove Theory is a duo consisting of former songwriter and session vocalist Amel Larrieux, a New York native, and former Mantronix rapper Bryce Wilson.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:25:31 GMT";
arnews[0] += "
";
arnews[1]="Groove Theory Reunites For New Album
";
arnews[1] += "Fifteen long years after they took radio by storm with singles like \"Tell Me,\" \"Keep Tryin',\" and \"Baby Luv,\" Amel Larrieux and Bryce Wilson are back together as Groove Theory.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 22:01:00 GMT";
arnews[1] += "
";
arnews[2]="Big and beautiful?
";
arnews[2] += "\"They cannot define beautiful to me. Someone else's eyes don't see what I see. ... God made me just fine, so I got to be.\" \"INI,\" Amel Larrieux The magazine has dedicated its Size Issue \"to models of all sizes,\" NPR host Liane Hansen says.";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 15:37:57 GMT";
arnews[2] += "
";
arnews[3]="Big and beautiful?
";
arnews[3] += "'They cannot define beautiful to me. Someone else's eyes don't see what I see. ... God made me just fine, so I got to be.' 'INI,' Amel Larrieux Amel Larrieux's lyrics came to mind as I listened to NPR's 'Weekend Edition' segment 'Big Women Beautiful Enough to Fit in 'V,'' which aired yesterday.";
arnews[3] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="CD/DOWNLOAD/ALBUM: Joe Deninzon Trio Debut CD and Tour
";
arnews[4] += "Violinist Joe Deninzon and his trio will be releasing their debut CD, 'Exuberance,\" in February of 2010 and will be touring in the Midwest February 10-21 in support of the new release.";
arnews[4] += "
Publ.Date : Sun, 24 Jan 2010 06:00:58 GMT";
arnews[4] += "
";
arnews[5]="Geter Makes Videos To Help Talented Artists Find Jobs And Build Reels
";
arnews[5] += "New York, NY, January 14, 2010 /EIN News/ -- Short promotional videos on websites like YouTube, Facebook, Myspace, Metacafe, Break and others, are helping talented men and women boost publicity with managers, casting agents, photographers and the general public.";
arnews[5] += "
Publ.Date : Thu, 14 Jan 2010 08:00:00 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("