var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lene Marlin: Twist the Truth
";
arnews[0] += "Lene Marlin is one of Norway's biggest pop acts. She doesn't have much of a profile outside of Europe but you will have heard her big single from the turn of the century, Sitting Down Here.";
arnews[0] += "
Publ.Date : Tue, 14 Jul 2009 21:35:13 GMT";
arnews[0] += "
";
arnews[1]="Music night
";
arnews[1] += "HER love affair with music began 19 years ago, and acoustic songstress Fiona Crawford is still besotted.";
arnews[1] += "
Publ.Date : Fri, 29 May 2009 10:21:44 GMT";
arnews[1] += "
";
arnews[2]="Bereavement Quotes and Messages
";
arnews[2] += "Coming up with the right words to express condolence to a bereaved family or friend can be difficult.";
arnews[2] += "
Publ.Date : Fri, 19 Jun 2009 18:07:45 GMT";
arnews[2] += "
";
totcount = 3;
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("