var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Enter to win Shakira's new album She Wolf
";
arnews[0] += "Latin pop music superstar Shakira shifts into a techno groove on her latest album She Wolf available Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:48:48 GMT";
arnews[0] += "
";
arnews[1]="Brad Pitt, Angelina Jolie, Lindsay Lohan, Kim Kardashian dabble in design
";
arnews[1] += "On of the more disturbing things to come about this decade has got to be how anyone - and I mean anyone - can call themselves a \"designer\" without even knowing how to sew on a button on or sketch a stick man.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:10:01 GMT";
arnews[1] += "
";
arnews[2]="DIARY: Star Turn
";
arnews[2] += "Left: Outside the MoCA gala. MOVIE STARS MAY GET DAYS OFF but artists are always on the job.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:30:00 GMT";
arnews[2] += "
";
arnews[3]="Terrific Twitter Trio of the Week
";
arnews[3] += "Lots of musicians tweet -- but all that Twitters is not gold. That's why you'll want to check out SPIN.com every Friday to see whose tweets we're reading this week -- then update your TweetDeck! This week's winners: Who : Alicia Keys Why You Should Follow : This multi-platinum selling songstress has worked with everyone from Jay-Z to Pharrell ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:26:34 GMT";
arnews[3] += "
";
arnews[4]="Recording artist Pharrell Williams encourages students at Miami Edison
";
arnews[4] += "Pharrell Williams keeps busy as a Grammy-winning recording artist, producer, musician and fashion designer -- but not so busy that he couldn't give Edison High students some encouraging words.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:00:00 GMT";
arnews[4] += "
";
arnews[5]="Pharrell Williams x Moncler Collaboration
";
arnews[5] += "Having announced a partnership with Visvim earlier this year, Italian down company Moncler continues their good form having just released details of another collaboration, this time with Pharrell Williams and his textile company, Bionic .";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 02:09:54 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("