var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Young talents who are tipped to be Scotland's next big thing in 2010
";
arnews[0] += "Edinburgh-born Emun, 25, first turned heads in theatrical hit, Black Watch. He has appeared with Tamzin Outhwaite in BBC1 drama Paradox and will soon be seen in controversial lesbian series, Lip Service.";
arnews[0] += "
Publ.Date : Sun, 03 Jan 2010 12:19:30 GMT";
arnews[0] += "
";
arnews[1]="Editor's Choice: Young talents who are tipped to be Scotland's next big thing in 2010
";
arnews[1] += "Edinburgh-born Emun, 25, first turned heads in theatrical hit, Black Watch. He has appeared with Tamzin Outhwaite in BBC1 drama Paradox and will soon be seen in controversial lesbian series, Lip Service.";
arnews[1] += "
Publ.Date : Sun, 03 Jan 2010 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Thumbs up
";
arnews[2] += "'Thanks to the Coloradoan for covering our first Uncommon Courage Awards Breakfast and giving the winners their much-deserved recognition.";
arnews[2] += "
Publ.Date : Sat, 02 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Celebrating full-figured women
";
arnews[3] += "Businessman and printer Roger Brown and his long-time girlfriend, the beautiful Shawna Newman, got engaged on Christmas Day! - Contributed Pardon the pun, but full-figured women have long been the proverbial elephant in the room.";
arnews[3] += "
Publ.Date : Fri, 01 Jan 2010 07:00:32 GMT";
arnews[3] += "
";
arnews[4]="Editor's Choice: The Hot 100: The Daily Record picks the top Scots of 2009
";
arnews[4] += "A MASSIVE jump for the 40-year-old Paisley star but then Gerry, as he's known to his pals, has had some year.";
arnews[4] += "
Publ.Date : Wed, 23 Dec 2009 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Thumbs Up/Thumbs Down
";
arnews[5] += "'Thumbs down to the Coloradoan for not having one article or mention about Pearl Harbor Day in your Dec.";
arnews[5] += "
Publ.Date : Sat, 19 Dec 2009 08: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("