var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ghalib sentenced to prison
";
arnews[0] += "Britney Spears' ex-boyfriend Adnan Ghalib has been sentenced to 45 days behind bars following his altercation with a process server earlier this year .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:00:03 GMT";
arnews[0] += "
";
arnews[1]="Blogs
";
arnews[1] += "Making the decision to lose weight, when you have never cared how heavy you were before, is a big change to make.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:59:41 GMT";
arnews[1] += "
";
arnews[2]="Jay-Z's - Empire' rules U.S. singles chart
";
arnews[2] += "Jay-Z earned his fourth No. 1 on the Billboard Hot 100 singles chart on Thursday with \"Empire State of Mind,\" his collaboration with Alicia Keys.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:55:10 GMT";
arnews[2] += "
";
arnews[3]="Ghalib sentenced to prison
";
arnews[3] += "Officials at Emanuel Ungaro have dismissed rumours they are set to drop LINDSAY LOHAN as a creative consultant following her widely-panned catwalk contribution in September .";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:41:00 GMT";
arnews[3] += "
";
arnews[4]="DiManno: Life is so dis-tressing for blonds
";
arnews[4] += "Because down follicle deep, always, a blond-is-a-blond-is-a-blond. Personally, I don't understand why a natural fair-hair would want to go bland brownie, although that was all the celebrity rage for a while last year a ' Madonna, Britney Spears and Jessica Simpson among those dipping into the bottle.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:55:51 GMT";
arnews[4] += "
";
arnews[5]="Taio Cruz told to stop hits
";
arnews[5] += "Taio Cruz's record label wants him to stop writing so many hits. The producer-and-singer - who penned recent UK number one single 'Never Leave You', which was recorded by Tinchy Stryder featuring Amelle Berrabah - has revealed his bosses have been getting angry with him for writing so many tracks for other artists.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:50:31 GMT";
arnews[5] += "
";
arnews[6]="Homes reflect your personal style
";
arnews[6] += "Are you a T-shirt-and-jeans person with a chintz living room, or someone who loves the structure of a suit but wakes up in a shabby chic bedroom? The decorating world is shifting toward a streamlined look that, at the very least, complements the personal style that people already incorporate into their wardrobes.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 12:37:40 GMT";
arnews[6] += "
";
totcount = 7;
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("