var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="J. Coy Presents Music Video for "Keep it 818" + Behind the Scenes Footage
";
arnews[0] += "DIRECT LINK: www.youtube.com/watch?v=ziAemi2o2g4 BEHIND THE SCENES: J. McCoy, \"The Teen Prince Of Hip-Hop\", shot a ground breaking music video for the upcoming Hollywood movie \"818\". The song was already placed on the \"818\" official movie website and MySpace ...";
arnews[0] += "
Publ.Date : Sat, 03 Oct 2009 05:34:44 GMT";
arnews[0] += "
";
arnews[1]="Dough Boys
";
arnews[1] += "It's all about the money and it's all about the streets. A man's gotta do something to make his way and these four young men are gonna shine - or at least go down fighting for the creds.";
arnews[1] += "
Publ.Date : Mon, 21 Sep 2009 14:26:45 GMT";
arnews[1] += "
";
arnews[2]="J. Coy Presents "Keep it 818" | the Official Music Video for the Movie "818"
";
arnews[2] += "J. McCoy, the proclaimed \"Teen Prince Of Hip-Hop\", recorded a ground breaking music video for the upcoming Hollywood movie \"818\". The song was already placed on the \"818\" official movie website and MySpace page as a theme song! J. will possibly join the cast of the film to play the character \"DK\" alongside Arlen Escarpeta, Ben J and Legacy from the ...";
arnews[2] += "
Publ.Date : Wed, 16 Sep 2009 04:37:33 GMT";
arnews[2] += "
";
totcount = 3;
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("