var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jon Gosselin: Pimped By Michael Lohan
";
arnews[0] += "Michael Lohan was receiving money for securing paying gigs on behalf of Jon Gosselin, he says, a fact that could doom Jonny Boy in his legal battle with TLC.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:08:10 GMT";
arnews[0] += "
";
arnews[1]="Lindsay Lohan only trusting 14-year-old sister
";
arnews[1] += "As Lindsay Lohan's father continues to leak private phone calls to the media, the troubled star is turning to her 14-year-old support as her sole support system.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 04:28:13 GMT";
arnews[1] += "
";
arnews[2]="Fox411 Exclusive: Lindsay Lohan only trusting 14-year-old sister
";
arnews[2] += "As Lindsay Lohana s father continues to leak private phone calls to the media, the troubled star is turning to her 14-year-old support as her sole support system.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 04:37:40 GMT";
arnews[2] += "
";
arnews[3]="Taylor Swift's Adorable CMA Glory, Kristen Talks Love, Heather...
";
arnews[3] += "Kristen Stewart tells us how she feels about finding \"the One\" in our exclusive interview.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 02:30:00 GMT";
arnews[3] += "
";
arnews[4]="Discovering New Music Artists in the Digital Age: Interscope Digital Distribution Reaches Beyond DIY
";
arnews[4] += "The promise of the digital revolution in the music industry takes another step forward with the creation today of Interscope Digital Distribution , by Interscope/Geffen/A&M Records.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 05:04:47 GMT";
arnews[4] += "
";
arnews[5]="Island Def Jam Music Group Connects Unsigned Artists With Worldwide Distribution Powered By TuneCore
";
arnews[5] += "Island Def Jam Music Group has partnered with TuneCore to launch IDJ First Look [ http://www.idjfirstlook.com/] today, a new web portal that provides unsigned artists with potential access to such coveted major label services as worldwide distribution and marketing.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 05:04:41 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("