var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jay Sean Stylin and Profilin with Lil Jon and Sean Paul - Desi Hits!
";
arnews[0] += "Well , well, well, look who Jay Sean ’s been hanging out with lately! While it’s no surprise that the R&B sensation now rubs shoulders with some of the industry’s best, it’s always fun to hear who he is rubbing shoulders with! The U.K cutie ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 19:57:00 GMT";
arnews[0] += "
";
arnews[1]="Jay Sean Do You Remember Ringtone ~ Download Do You Remember Ringtone - PRLog (free press release)
";
arnews[1] += "PRLog (Press Release) – Nov 21, 2009 – Do You Remember Ringtone by Jay Sean was just released. Download the Do You Remember Ringtone by Jay Sean on your phone now! Jay Sean Ringtones are some of the most popular ringtones in the world - if you ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:03:00 GMT";
arnews[1] += "
";
arnews[2]="Videos: On the Set of 'Do You Remember' with Jay Sean - Desi Hits!
";
arnews[2] += "Check out the footage where you will see Jay Sean hard at work along with dancehall artist Sean Paul and rapper Lil Jon as they are featured on the track. The boys are focused but manage to have a good time! Watch the footage below. Jay Sean, Sean ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:05:00 GMT";
arnews[2] += "
";
arnews[3]="Soundscan figures for reggae albums dismal - Jamaica Observer
";
arnews[3] += "Data show that the sales for reggae albums are so weak that conscious reggae group Morgan Heritage and dancehall producer turned singer Serani were able to chart on Billboard, despite first week sales of 300 and 1,120 units respectively. Based on ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 06:29:00 GMT";
arnews[3] += "
";
arnews[4]="LIVE BLOG: FGCU's EaglePalooza - Naples Daily News
";
arnews[4] += "LEE COUNTY — Sean Paul headlines this year’s EaglePalooza. Paul is known for his hit songs including “We Be Burning,” “Temperature” and “Gimme the Light.” Performer Mims, best known for his song, “This Is Why I’m Hot,” will be ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:41:00 GMT";
arnews[4] += "
";
arnews[5]="Sting prep in full gear - Jamaica-Star
";
arnews[5] += "Sean Paul, Jay Sean record video for ' Do You Remember ' When Sean Paul hit the studios to put his dancehall flair on the track, 'Do You Remember' with current high-riding sensation, Jay Sean, and crunk king, Lil' Jon, he didn't figure that.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 18:43: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("