var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Taio Cruz told to stop hits
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 12:50:31 GMT";
arnews[0] += "
";
arnews[1]="Amelle Berrabah - Taio Cruz Told to Stop Hits
";
arnews[1] += "Taio Cruz was told by his record company to stop writing so many hit songs for other artists, because he should be saving them for himself.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:40:23 GMT";
arnews[1] += "
";
arnews[2]="Amelle Berrabah: 'I needed to escape'
";
arnews[2] += "Amelle Berrabah has said that she needed to get away from the real world when she received treatment for nervous exhaustion.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:02:15 GMT";
arnews[2] += "
";
arnews[3]="JADE Ewen talks to us about making it on board the dizziest merry-go-round in pop
";
arnews[3] += "Sugababe JADE EWEN was signing on at a run-down job centre. On a bleak winter afternoon a member of staff sneered at her dreams to top the pop charts, telling her to \"be realistic\". But 12 months on the former Eurovision contestant has recorded her first album as the latest addition to the SUGABABES - with Christmas single Santa Baby coming out ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:59:37 GMT";
arnews[3] += "
";
arnews[4]="Children In Need: Tess Daly, Alesha Dixon, Taylor Swift and Westlife do their bit for char
";
arnews[4] += "TWO weeks' rain will fall today as Britain braces itself for gale-force winds and torrential downpours.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:35:01 GMT";
arnews[4] += "
";
arnews[5]="Music news: New look Sugababes make surprise appearance at Forth Awards in Edinburgh
";
arnews[5] += "THE Sugababes stunned Scots fans with a shock appearance at yesterday's Forth Awards in Edinburgh's Assembly Rooms.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 00:00: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("